Commit Graph

5187 Commits

Author SHA1 Message Date
Justin M. Forbes 735223bf90 Linux v5.1-10135-ga13f0655503a 2019-05-13 12:05:41 -05:00
Peter Robinson 189fbf937b CONFIG_LBDAF option removed upstream, is now standard 2019-05-13 00:30:28 +01:00
Justin M. Forbes e4473dc0e3 Linux v5.1-9573-gb970afcfcabd 2019-05-10 13:37:00 -05:00
Justin M. Forbes bf888d2bd5 Linux v5.1-8122-ga2d635decbfa 2019-05-09 13:02:16 -05:00
Peter Robinson 1f3b79fb40 armvt: filter stm drm drivers 2019-05-09 17:11:56 +01:00
Justin M. Forbes a9602bb6e5 Linux v5.1-5445-g80f232121b69 2019-05-08 12:24:46 -05:00
Justin M. Forbes 2b2a5f0a2e Linux v5.1-1199-g71ae5fc87c34 2019-05-07 12:04:31 -05:00
Peter Robinson da649d5215 Enable Arm STM32MP1 2019-05-07 04:58:17 +01:00
Peter Robinson 95a0150a74 minor qcom sound config tweak 2019-05-07 04:53:00 +01:00
Laura Abbott a3f1fbec6e Ensure ioschedulers are built in (rhbz 1690604) 2019-05-06 17:43:16 +00:00
Paul Bolle 926fa54ae1 configs: correctly terminate loop
The switch_to_toplevel() function in process_configs.sh contains a buggy
loop. It tests whether $path is empty but should test whether $path
equals "/". (It repeatedly calls dirname on pwd's output, and since pwd
will return an absolute path this will, eventually, return "/" forever.)
So let's test for "/" here.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-05-06 10:26:25 -04:00
Paul Bolle f27f73697f configs: properly indent process_configs.sh
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-05-06 10:26:02 -04:00
Jeremy Cline eeca86408d Linux v5.1.0 2019-05-06 14:07:03 +00:00
David Abdurachmanov afe42142a2
Update RISC-V configs
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2019-05-04 21:03:00 +03:00
David Abdurachmanov f27a56dd4f
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2019-05-04 21:02:37 +03:00
Peter Robinson bc27fd2460 disable sunxi crypto as it's currently broken 2019-05-03 20:33:58 +01:00
Jeremy Cline ae63548e1d Linux v5.1-rc7-131-gea9866793d1e 2019-05-03 14:53:48 +00:00
Jeremy Cline 753cfebe7a Linux v5.1-rc7-29-g600d7258316d 2019-05-02 14:44:19 +00:00
Laura Abbott 8fa6c72eb7 Add gdb index for debuginfo
We disabled the gdb indexing a while ago because it was
broken with the kernel. It seems to be working okay now  so re-enable it.

Signed-off-by: Laura Abbott <labbott@redhat.com>
2019-05-01 08:08:49 -07:00
Jeremy Cline d139c9574c Linux v5.1-rc7-16-gf2bc9c908dfe 2019-05-01 14:02:59 +00:00
Paul Bolle f3767751a3 configs: only visit generic/powerpc once
The rule that generates kernel-ppc64le-debug.config visits
configs/generic/powerpc twice. Stop doing that.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-05-01 13:58:11 +00:00
Jeremy Cline 203f015253 Linux v5.1-rc7-5-g83a50840e72a 2019-04-30 16:04:29 +00:00
Jeremy Cline dfbf3d7f3d Reenable debugging options. 2019-04-30 16:02:26 +00:00
Hans de Goede 8fb1c9e328 Fix wifi on various ideapad models not working (rhbz#1703338) 2019-04-30 11:50:07 +02:00
Jeremy Cline 4d0bb33f59 s390x build failure fix for RDMA 2019-04-29 16:46:30 +00:00
Jeremy Cline c5e7ef61a4 Linux v5.1-rc7 2019-04-29 15:40:35 +00:00
Jeremy Cline d225a41203 Disable debugging options. 2019-04-29 14:35:33 +00:00
Jeremy Cline d465489856 Linux v5.1-rc6-72-g8113a85f8720 2019-04-26 14:37:24 +00:00
Laura Abbott 7a94d5a69e Clean up old PAE code
We no longer support i686 PAE. Cleanup some of the cruft that was left
behind and de-obfuscate some macros to make it more obvious what's
happening.
2019-04-25 09:51:12 -07:00
Laura Abbott b13aac6411 Remove references to old powerpc
We only support one powerpc target. Drop references via the older macro
to make the code easier to read.
2019-04-25 09:42:22 -07:00
Jeremy Cline 07c71efcc5 Linux v5.1-rc6-64-gcd8dead0c394 2019-04-25 14:15:39 +00:00
Justin M. Forbes 2f9efa0cf1 Fix CVE-2019-3900 (rhbz 1698757 1702940) 2019-04-25 07:23:14 -05:00
Jeremy Cline eb5b64f354 Linux v5.1-rc6-15-gba25b50d582f 2019-04-24 14:34:24 +00:00
Jeremy Cline 5db1fe24f3 Linux v5.1-rc6-4-g7142eaa58b49 2019-04-23 14:32:58 +00:00
Jeremy Cline 647a44eba1 Reenable debugging options. 2019-04-23 14:30:39 +00:00
Jeremy Cline 3313b2c332 Check module signatures with the platform keyring (if enabled)
Upstream has made a keyring to the platform keys. The "KEYS: Allow
unrestricted boot-time addition of keys to secondary keyring" is
available upstream for the platform keyring.

The only issue is that module signatures aren't checked with the
platform keyring, so this introduces a patch to add that which has been
sent upstream. At least our carried-patch count hasn't gone up.
2019-04-23 14:21:09 +00:00
Jeremy Cline 8f968e6f02 Linux v5.1-rc6 2019-04-22 14:20:15 +00:00
Jeremy Cline 883af1564c Disable debugging options. 2019-04-22 14:04:58 +00:00
Jeremy Cline effd0d5bfe Linux v5.1-rc5-36-g444fe9913539 2019-04-17 14:56:18 +00:00
Jeremy Cline ae01eaba36 Linux v5.1-rc5-10-g618d919cae2f 2019-04-16 16:53:46 +00:00
Jeremy Cline b91f3aa192 Reenable debugging options. 2019-04-16 14:23:06 +00:00
Jeremy Cline 26a34633c2 Fix up the kexec IMA patch 2019-04-15 18:43:41 +00:00
Jeremy Cline 5ea5759dda Linux v5.1-rc5 2019-04-15 16:16:54 +00:00
Jeremy Cline 4b5e4234be Rebase the kernel lockdown patch set
Use the latest version of the kernel lockdown patch set. This includes a
few configuration renames:

CONFIG_KEXEC_VERIFY_SIG became CONFIG_KEXEC_SIG and
CONFIG_KEXEC_SIG_FORCE was added. CONFIG_KEXEC_SIG_FORCE=n because the
"kexec_file: Restrict at runtime if the kernel is locked down" patch
enforces the signature requirement when the kernel is locked down.

CONFIG_LOCK_DOWN_MANDATORY got renamed to CONFIG_LOCK_DOWN_KERNEL_FORCE
and remains false as LOCK_DOWN_IN_EFI_SECURE_BOOT covers enabling it for
EFI Secure Boot users.

Finally, the SysRq patches got dropped for the present.
2019-04-15 12:15:16 -04:00
Jeremy Cline 8495ba147b Linux v5.1-rc4-184-g8ee15f324866 2019-04-12 16:56:48 +00:00
Jeremy Cline 9a69644b16 Linux v5.1-rc4-58-g582549e3fbe1 2019-04-11 13:57:07 +00:00
David Abdurachmanov 8c11451ed6
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2019-04-11 10:08:13 +02:00
Jeremy Cline ec6c211178 Linux v5.1-rc4-43-g771acc7e4a6e 2019-04-10 14:14:36 +00:00
Jeremy Cline 26ae226f4d Linux v5.1-rc4-34-g869e3305f23d 2019-04-09 15:13:32 +00:00
Jeremy Cline 0b76b205ac Reenable debugging options. 2019-04-09 15:10:12 +00:00