summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add mod-internal packageLaura Abbott2019-10-294-29/+138
| | | | | | | | | | | | | | Some of the downstream users want to package some modules for internal use only. While Fedora isn't internal, it's still useful to have packaging aligned. Add a few modules to this package.
* | Bring in packaging support for kABI (no we are not getting an ABI)Laura Abbott2019-10-291-0/+157
| | | | | | | | | | | | Other products downstream of Fedora offer kernel ABI guarantees. Fedora doesn't offer this and have no plans to do so but it's useful to at least have the packaging in our tree. Add support.
* | Use the dist tag for the hard link instead of a wider fc* tagLaura Abbott2019-10-291-1/+1
| | | | | | | | More generic for other dist-tags
* | Add some expanded UEFI supportLaura Abbott2019-10-291-1/+57
| | | | | | | | | | | | | | Fedora currently only supports x86_64 secureboot signing. There's ongoing work to enable other arches though. For now, just bring in the packaging support with some of it commented out.
* | Add some weak-updatesLaura Abbott2019-10-291-0/+10
| | | | | | | | | | Fedora doesn't use this at the moment but we might want it later. Add support for weak module updates. This should have no affect.
* | Add support for building ipaclonesLaura Abbott2019-10-291-0/+58
| | | | | | | | | | | | While Fedora doesn't officially support kpatch, there's work being done to enable kpatch elsewhere. Add the packaging work but don't actually build anything.
* | Package selftestsLaura Abbott2019-10-291-3/+113
| | | | | | | | | | It can be useful to have some of the selftests built for future testing. Package them up but don't build quite yet.
* | Linux v5.4-rc5Jeremy Cline2019-10-284-701/+6
| |
* | Disable debugging options.Jeremy Cline2019-10-281-1/+4
| |
* | Enable FS_VERITY (rhbz 1765933)Jeremy Cline2019-10-2817-15/+45
| | | | | | | | Signed-off-by: Jeremy Cline <jcline@redhat.com>
* | Linux v5.4-rc4-85-gf116b96685a0Jeremy Cline2019-10-2418-3/+21
| |
* | Linux v5.4-rc4-37-g13b86bc4cd64Jeremy Cline2019-10-233-3/+6
| |
* | Linux v5.4-rc4-18-g3b7c59a1950cJeremy Cline2019-10-223-2/+6
| |
* | Reenable debugging options.Jeremy Cline2019-10-221-1/+4
| |
* | Update cross_headers commandsLaura Abbott2019-10-221-15/+10
| | | | | | | | | | | | The kernel currently builds the headers in a separate repository but rebuilds may want to build it from the same srpm. Make sure the cross command actually works.
* | Do a more complete she-bang manglingLaura Abbott2019-10-221-12/+23
| | | | | | | | mangle a few more files that other buildroots found
* | Remove dead CheckConfigsLaura Abbott2019-10-221-10/+0
| |
* | Tweak some build requiresLaura Abbott2019-10-221-1/+4
| | | | | | | | | | | | | | The gcc-plugin-devel was a noble experiment that doesn't seem to be something we'll shipp anytime soon. Remove it. Building the headers now requires rsync
* | Bring back kernel-docLaura Abbott2019-10-221-0/+49
| | | | | | | | | | Like a zombie, this is back from the grave. At least bring back the macros for building.
* | Clean up some macrosLaura Abbott2019-10-221-4/+9
| | | | | | | | | | | | - we sign modules on all arches now - we zip modules on all arches - tweak the comment
* | Consolodate cflagsLaura Abbott2019-10-221-9/+10
| | | | | | | | | | The build flags for building are used inconsistently. Clean things up to make it easier to understand.
* | Add support for KCFLAGSLaura Abbott2019-10-221-2/+4
| | | | | | | | | | In preparation for some upcoming work, add support for passing KCFLAGS via a macro that's currently undefined.
* | Add support for building with gcovLaura Abbott2019-10-221-3/+44
| | | | | | | | gcov is useful for coverage testing. Add support for building the kernel.
* | Add DoModules to kernel buildLaura Abbott2019-10-221-23/+46
| | | | | | | | | | There's upcoming work to build kernel variants without modules. Add the infrastructure to support this.
* | aarch64: drop unrelated comment for a long upstreamed (Feb 2016) patchPeter Robinson2019-10-211-1/+0
| |
* | aarch64: Jetson TX1: drop old patch no longer neededPeter Robinson2019-10-212-55/+0
| |
* | Linux v5.4-rc4Jeremy Cline2019-10-212-4/+6
| |
* | Disable debugging options.Jeremy Cline2019-10-211-1/+4
| |
* | Linux v5.4-rc3-99-g0e2adab6cf28Jeremy Cline2019-10-186-3/+9
| |
* | Linux v5.4-rc3-18-g5bc52f64e884Jeremy Cline2019-10-153-2/+6
| |
* | Reenable debugging options.Jeremy Cline2019-10-151-1/+4
| |
* | USB_RIO500 was removed in 5.4-rc3Peter Robinson2019-10-1515-15/+0
| |
* | regen configs for DRM_TDFX changePeter Robinson2019-10-1514-14/+14
| |
* | fix booting on ARMv7 due to OPTIMIZE_INLINING now being forced, drop old ↵Peter Robinson2019-10-154-60/+367
| | | | | | | | i.MX MMC patch, fix for UFEI on ARMv7 on some devices
* | Linux v5.4-rc3Jeremy Cline2019-10-142-4/+6
| |
* | Disable debugging options.Jeremy Cline2019-10-141-1/+4
| |
* | configs: fix typo "CONFIG_DRM_TDFX=n"Paul Bolle2019-10-141-1/+1
| | | | | | | | Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* | Drop old Input workaroundLaura Abbott2019-10-142-49/+0
| | | | | | | | | | Based on comments from the authors, this should be worked around in libinput now.
* | add forgotten hisi SPI configPeter Robinson2019-10-121-0/+1
| |
* | arm: be less harsh on the omap/am33xx disable, it's just CRYPTO_DEV_OMAP_AES ↵Peter Robinson2019-10-125-9/+9
| | | | | | | | that's broken
* | arm64: enable spi flash memory on aarch64 tooPeter Robinson2019-10-1110-2/+16
| |
* | Linux v5.4-rc2-96-gfb20da6af705Jeremy Cline2019-10-105-161/+6
| |
* | Kconfig symbol cleanup for v5.4-rc1Paul Bolle2019-10-1043-249/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two Kconfig symbols were part of upstream v5.3-rc1 but didn't make it into v5.3 (for reasons I couldn't be bothered to unearth): PREEMPT_LL and SOUNDWIRE_BUS. Remove them from our configuration generation system too. Commit 3e636fe3a695 ("Remove patch for GCC VTA") forgot to clean up the configs/ directory. Do so now. Commit e21e52b60843 ("Linux v5.3-13236-g97f9a3c4eee5") forgot to remove CONFIG_LOCK_DOWN_KERNEL and CONFIG_LOCK_DOWN_KERNEL_FORCE from the configs/ directory. Do so now. Commit 5c0d4daff4a0 ("Remove crash driver") forgot to clean up the configs/ directory. Do so now. There are 22 Kconfig symbols referenced in the files used for configuration generation and in the shipped .config files that were dropped in upstream v5.4-rc1. The references to these symbols can be safely removed. These symbols are: CONFIG_ARM_QCOM_CPUFREQ_KRYO CONFIG_CRYPTO_AEGIS128L CONFIG_CRYPTO_AEGIS128L_AESNI_SSE2 CONFIG_CRYPTO_AEGIS256 CONFIG_CRYPTO_AEGIS256_AESNI_SSE2 CONFIG_CRYPTO_AES_586 CONFIG_CRYPTO_AES_X86_64 CONFIG_CRYPTO_MORUS1280 CONFIG_CRYPTO_MORUS1280_AVX2 CONFIG_CRYPTO_MORUS1280_SSE2 CONFIG_CRYPTO_MORUS640 CONFIG_CRYPTO_MORUS640_SSE2 CONFIG_DRM_TINYDRM CONFIG_HISI_KIRIN_DW_DSI CONFIG_I2C_BCM2048 CONFIG_KEXEC_VERIFY_SIG CONFIG_MFD_CROS_EC_CHARDEV CONFIG_MTD_M25P80 CONFIG_SENSORS_ADS1015 CONFIG_SERIAL_8250_MOXA CONFIG_SGI_IOC4 CONFIG_TINYDRM_MIPI_DBI Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* | re-enable HDA sound drivers on PPCDan Horák2019-10-104-2/+4
| |
* | Enable CONFIG_EFI_TEST as a module (rhbz 1759325)Javier Martinez Canillas2019-10-1015-11/+104
| | | | | | | | | | | | The driver is needed for testing purposes, enable it on the architectures where EFI is supported. Also, disallow access to the registered device if the kernel is locked down.
* | Add fix for mount api change on shmem (rhbz 1757104)Laura Abbott2019-10-082-0/+47
| |
* | Linux v5.4-rc2-20-geda57a0e4299Jeremy Cline2019-10-084-3/+7
| |
* | Reenable debugging options.Jeremy Cline2019-10-081-1/+4
| |
* | arm: disable omap crytpo offload drivers as they currently cause issues on ↵Peter Robinson2019-10-086-12/+12
| | | | | | | | BeagleBone and related HW
* | Drop custom patch for i8042Laura Abbott2019-10-072-64/+0
| | | | | | | | | | | | | | | | Fedora has been carrying this patch for a very long time as a workaround for MacBook Airs1,1. We've also gotten smarter about detection (see d79e141c1c6e ("Input: i8042 - Trust firmware a bit more when probing on X86")) so let's try dropping this.