summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into ↵kernel-5.4.0-0.rc8.git0.1.vanilla.knurd.1.fc32kernel-5.4.0-0.rc8.git0.1.vanilla.knurd.1.fc31kernel-5.4.0-0.rc8.git0.1.vanilla.knurd.1.fc30kernel-5.4.0-0.rc8.git0.1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-11-1827-20/+68
|\ | | | | | | rawhide-user-thl-vanilla-fedora
| * Linux v5.4-rc8Jeremy Cline2019-11-182-4/+6
| |
| * Disable debugging options.Jeremy Cline2019-11-181-1/+4
| |
| * arm: minor usb config tweaksPeter Robinson2019-11-1717-12/+29
| |
| * enable the STMPE touchscreen stack to a wider audiencePeter Robinson2019-11-1612-4/+30
| |
* | Merge remote-tracking branch 'origin/master' into ↵kernel-5.4.0-0.rc7.git2.1.vanilla.knurd.1.fc32kernel-5.4.0-0.rc7.git2.1.vanilla.knurd.1.fc31kernel-5.4.0-0.rc7.git2.1.vanilla.knurd.1.fc30kernel-5.4.0-0.rc7.git2.1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-11-153-4/+7
|\| | | | | | | rawhide-user-thl-vanilla-fedora
| * Linux v5.4-rc7-68-g96b95eff4a59Jeremy Cline2019-11-153-4/+7
| |
* | Merge remote-tracking branch 'origin/master' into ↵Thorsten Leemhuis2019-11-1566-159/+869
|\| | | | | | | rawhide-user-thl-vanilla-fedora
| * bump and buildLaura Abbott2019-11-141-1/+4
| |
| * Make dwarves Fedora onlyLaura Abbott2019-11-141-1/+6
| | | | | | | | | | | | | | This isn't quite ready for other buildroots yet, just mark it as Fedora only. Signed-off-by: Laura Abbott <labbott@redhat.com>
| * Be smarter about getting rid of debuginfoLaura Abbott2019-11-131-2/+11
| | | | | | | | | | | | | | | | We've been doing a workaround of using a uuid for the build-id for userspace binaries to let us get parallel debuginfo (the trick we use for the kernel doesn't extend to userspace binaries). This works but isn't ideal for reproducibility. Given we don't actually care about this debuginfo, just remove it from the buildroot completely.
| * whitespaceLaura Abbott2019-11-131-1/+1
| | | | | | | | Fix up some whitespace
| * Add kpatch flagsLaura Abbott2019-11-131-0/+5
| | | | | | | | | | | | Now that we have the rest of the flags hooked up, go ahead and build with the kpatch flags. This should have a minimal effect at runtime.
| * Don't build kernel meta package if we are only building a sub-packageLaura Abbott2019-11-131-0/+3
| | | | | | | | | | | | Borrowed from downstream, if we're not doing an arch build and only building a sub-package don't bother building the kernel meta package.
| * Increase the scope of the nobuildarchesLaura Abbott2019-11-131-3/+6
| | | | | | | | | | We don't need to do some config work if we're not doing an arch build.
| * Better xz compressionLaura Abbott2019-11-132-3/+27
| | | | | | | | | | Borrowed from downstream, we can be a little bit smarter on how we compress modules.
| * Sync up on adding a bunch of filesLaura Abbott2019-11-1365-106/+803
| |
| * Drop remove-binary-diff.plLaura Abbott2019-11-132-38/+3
| | | | | | | | | | This was a workaround for some bad diffs that came in. Upstream has mostly stopped doing that so we can drop this workaround.
| * Drop Fedora checks around pathfixLaura Abbott2019-11-131-5/+1
| | | | | | | | The el7 buildroot now has pathfix so we can drop these checks.
* | disable debugbuildsenabledkernel-5.4.0-0.rc7.git1.1.vanilla.knurd.1.fc32kernel-5.4.0-0.rc7.git1.1.vanilla.knurd.1.fc30kernel-5.4.0-0.rc7.git1.1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-11-131-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into ↵kernel-5.4.0-0.rc7.git1.1.vanilla.knurd.1.fc31Thorsten Leemhuis2019-11-1313-28/+51
|\| | | | | | | rawhide-user-thl-vanilla-fedora
| * Linux v5.4-rc7-49-g0e3f1ad80fc8Jeremy Cline2019-11-1310-2/+21
| |
| * Reenable debugging options.Jeremy Cline2019-11-131-1/+4
| |
| * Revert "Enable VBOXSF_FS for x86"Jeremy Cline2019-11-1316-16/+0
| | | | | | | | | | | | This reverts commit 2147ca93975deaf220619e9096e0b84d879febc9. Upstream removed the driver, hopefully it'll make it into 5.5.
| * Merge #39 `Fix existing CI test and resolve syntax warnings`Laura Abbott2019-11-114-25/+26
| |\
| | * Resolve syntax warnings in SPEC fileDavid Ward2019-11-111-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "regular" definition of the with_kabichk macro does not need to be commented out while it is temporarily (re-)defined as 0 on the next line. This avoids a "Macro expanded in comment" warning. Remove comments on the same line as %endif directives. Instead, make a couple of these conditionals easier to read (and consistent with the surrounding ones) by deleting a few blank lines.
| | * Fix existing CI test for memfd_create()David Ward2019-11-113-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test was failing (after hanging for several hours) because of a hard-coded assumption about which file descriptor would be returned by memfd_create(). The actual file descriptor gets printed by the test program though, so read this and use it instead. (Adjust the test program so that this is not printed until the file is ready.) Resolve compiler warnings about implicit function declarations, by using the #include statements listed in the kernel.org man-pages.
| | * Revert "Trim EXTRAVERSION in the Makefile on CI builds"David Ward2019-11-111-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 89c7d2ae30a43ba2960ce14cddd50f8d8a7da92f, which was causing kernel modules to be installed in a location other than /lib/modules/$(uname -r), preventing modprobe from locating them. CI builds no longer contain the Pagure UID in the package release: https://github.com/CentOS-PaaS-SIG/upstream-fedora-pipeline/pull/199
| * | Enable VBOXSF_FS for x86Jeremy Cline2019-11-1116-0/+16
| | | | | | | | | | | | | | | This is a staging driver that implements the Linux-guest side of folder sharing.
* | | Merge remote-tracking branch 'origin/master' into ↵Thorsten Leemhuis2019-11-111-0/+6
|\| | | | | | | | | | | rawhide-user-thl-vanilla-fedora
| * | Linux v5.4-rc7Jeremy Cline2019-11-112-4/+6
| | |
| * | Disable debugging options.Jeremy Cline2019-11-111-1/+4
| |/
* | Linux v5.4-rc7kernel-5.4.0-0.rc7.git0.1.vanilla.knurd.1.fc32kernel-5.4.0-0.rc7.git0.1.vanilla.knurd.1.fc31kernel-5.4.0-0.rc7.git0.1.vanilla.knurd.1.fc30kernel-5.4.0-0.rc7.git0.1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-11-112-4/+3
| |
* | Merge remote-tracking branch 'origin/master' into ↵kernel-5.4.0-0.rc6.git3.1.vanilla.knurd.1.fc32kernel-5.4.0-0.rc6.git3.1.vanilla.knurd.1.fc31kernel-5.4.0-0.rc6.git3.1.vanilla.knurd.1.fc30kernel-5.4.0-0.rc6.git3.1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-11-083-3/+6
|\| | | | | | | rawhide-user-thl-vanilla-fedora
| * Linux v5.4-rc6-29-g847120f859ccJeremy Cline2019-11-083-3/+6
| |
* | disable debugbuildsenabledkernel-5.4.0-0.rc6.git2.1.vanilla.knurd.1.fc32kernel-5.4.0-0.rc6.git2.1.vanilla.knurd.1.fc30kernel-5.4.0-0.rc6.git2.1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-11-071-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into ↵kernel-5.4.0-0.rc6.git2.1.vanilla.knurd.1.fc31Thorsten Leemhuis2019-11-0722-21/+34
|\| | | | | | | rawhide-user-thl-vanilla-fedora
| * Linux v5.4-rc6-26-g4dd58158254cJeremy Cline2019-11-073-3/+6
| |
| * Enable the Apple SPI driver for keyboard/touchpad (rhbz 1769465)Jeremy Cline2019-11-073-2/+3
| | | | | | | | | | This enables support for Macbook8,1 and later, along with the MacbookPro13,* and MacbookPro14,*.
| * Linux v5.4-rc6-8-g26bc67213424Jeremy Cline2019-11-054-2/+8
| |
| * Reenable debugging options.Jeremy Cline2019-11-051-1/+4
| |
| * Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/kernelPeter Robinson2019-11-0410-10/+9
| |\
| | * Update NR_CPUS for aarch64, powerpc, and s390xJeremy Cline2019-11-0410-10/+9
| | | | | | | | | | | | | | | This aligns the setting with upstream defconfigs along with the ARK configuration.
| * | enable iio:MAG3110 on armPeter Robinson2019-11-047-6/+7
| |/
* | Merge commit '5fe065b6c0e7dce82e4a85fedf5513d2d9970a41' into ↵Thorsten Leemhuis2019-11-0635-410/+11
|\| | | | | | | rawhide-user-thl-vanilla-fedora
| * Linux v5.4-rc6Jeremy Cline2019-11-044-315/+7
| |
| * Disable debugging options.Jeremy Cline2019-11-041-1/+4
| |
| * Merge #38 `Disable Sound Open Firmware support on Intel platforms (rhbz ↵Laura Abbott2019-11-0432-100/+5
| |\ | | | | | | | | | 1750194)`
| | * Disable Sound Open Firmware support on Intel platforms (rhbz 1750194)David Ward2019-10-2932-100/+5
| | |
* | | Linux v5.4-rc6kernel-5.4.0-0.rc6.git0.1.vanilla.knurd.1.fc32kernel-5.4.0-0.rc6.git0.1.vanilla.knurd.1.fc31kernel-5.4.0-0.rc6.git0.1.vanilla.knurd.1.fc30kernel-5.4.0-0.rc6.git0.1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-11-042-5/+4
| | |