summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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.
* | Linux v5.4-rc7Jeremy Cline2019-11-112-4/+6
| |
* | Disable debugging options.Jeremy Cline2019-11-111-1/+4
|/
* Linux v5.4-rc6-29-g847120f859ccJeremy Cline2019-11-083-3/+6
|
* 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
|/
* 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
| |
* | arm: minor config updatePeter Robinson2019-11-035-0/+4
| |
* | fix usb on JetsonTX2Peter Robinson2019-11-022-0/+38
| |
* | bump and build againLaura Abbott2019-11-011-1/+4
| |
* | Align on kernel-develLaura Abbott2019-11-011-16/+4
| | | | | | | | | | We don't actually need to be packaging most of these files so switch to a smaller subset.
* | Bring back ApplyPatch and ApplyOptionalPatch macrosLaura Abbott2019-11-011-0/+36
| | | | | | | | | | These are not used directly in Fedora but for easy of syncing let's keep them around.
* | Few more build requiresLaura Abbott2019-11-011-0/+3
| |
* | Whitespace and other minor cleanupsLaura Abbott2019-11-011-7/+5
| |
* | Add zfcpdump packageLaura Abbott2019-11-011-0/+35
| | | | | | | | | | This is a package for dumping on s390x systems. We don't build this for Fedora but bring it in for now.
* | Enable CONFIG_DEBUG_INFO_BTFLaura Abbott2019-11-0116-16/+17
|/
* bump and build to fix broken weak-updatesLaura Abbott2019-10-311-1/+4
|
* Revert "Add some weak-updates"Laura Abbott2019-10-311-10/+0
| | | | | | | This reverts commit 8044841427b22ab04ec6dd8781fbe4be2be411df. There's an issue with the weak-updates script that needs to be fixed. Revert this for now.
* Linux v5.4-rc5-49-ge472c64aa4faJeremy Cline2019-10-313-3/+7
|
* Reenable debugging options.Jeremy Cline2019-10-311-1/+4
|
* Merge #30 `devel: Don't run hardlink if rpm-ostree is in use`Laura Abbott2019-10-301-1/+4
|\
| * devel: Don't run hardlink if rpm-ostree is in useColin Walters2019-03-291-1/+4
| | | | | | | | | | | | | | | | | | | | | | OSTree is a far, far more sophisticated wrapper around the `link()` system call than the `hardlink` package - it supports using as a mechanism for transactional offline updates, fetching over HTTP with GPG signatures and deltas, etc. rpm-ostree uses it for everything. Having the `kernel-devel` package run `hardlink` just adds latency to `rpm-ostree compose tree` unnecessarily.
* | bump and build to make sure I haven't broken anythingLaura Abbott2019-10-301-1/+4
| |
* | Switch up compression to be fasterLaura Abbott2019-10-291-0/+16
| |
* | Update a commentLaura Abbott2019-10-291-3/+5
| |
* | Don't put %{?_smp_mflags} in the common make definitionLaura Abbott2019-10-291-5/+5
| | | | | | | | | | | | Some of the build targets may be racy and need to be fixed up to build correctly. Until that happens, put %{?_smp_mflags} on individual targets.
* | ppc64le cflags uses -O3Laura Abbott2019-10-291-0/+1
| |
* | Remove redundant macros for ppc64leLaura Abbott2019-10-291-2/+0
| | | | | | | | We only have ppc64le
* | Move the with_vanilla up with the rest of the macrosLaura Abbott2019-10-291-3/+3
| |
* | Fix debuginfoLaura Abbott2019-10-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the original RHEL patch: This extra '+' causes problems with the regular expression used with /usr/lib/rpm/find-debuginfo.sh script from rpm-build, which is used to filter the debug files to the corresponding debuginfo packages. The '+' character in the release is interpreted as a regular expression operator and the debuginfo filter fails, with the build failing on an empty debuginfo file list. Which means we need to escape the extra '+' character if we want debuginfo filter to work. I tried to use '\' to escape, but rpm "eats" that, in testing '[+]' worked so is what I'm using to fix/workaround this problem. When RHEL 8 drops the the extra +<number> in the future, we can remove this fix/workaround. This problem is likely to come up so just add it in now.
* | Make turning off configchecks an official ---with optionLaura Abbott2019-10-291-9/+11
| | | | | | | | | | | | | | Fedora does some validation on config options to catch errors. There may be cases when we want to turn off that checking because it doesn't actually matter. Make this a full --with option to make it easier to turn off.
* | Switch up some Fedora optionsLaura Abbott2019-10-291-4/+26
| | | | | | | | | | Downstream has different requirements than Fedora in some places. Add some macros to support both cases.