Commit graph

4,488 commits

Author SHA1 Message Date
Justin M. Forbes
9bc6989237 Update CONFIG_DVB_MAX_ADAPTERS to upstream defaults (changed in 3.7) 2018-12-19 12:22:40 -06:00
Jeremy Cline
77d3ddee28
Linux v4.19.10 2018-12-17 10:18:39 -05:00
Peter Robinson
e5601459ec Fix Raspberry Pi issues affecting WiFi (rhbz 1652093) 2018-12-14 01:59:41 +00:00
Jeremy Cline
45c77d097d
Linux v4.19.9 2018-12-13 12:10:06 -05:00
Hans de Goede
0d1c1c3080
Really fix non functional hotkeys on Asus FX503VD (#1645070) 2018-12-13 12:09:36 -05:00
Jeremy Cline
c3e8a1971c
Linux v4.19.8 2018-12-10 10:02:28 -05:00
Jeremy Cline
656f847bd0
Linux v4.19.7 2018-12-05 17:12:13 -05:00
Jeremy Cline
592db7ea88
Fix corruption bug in direct dispatch for blk-mq 2018-12-05 09:49:01 -05:00
Justin M. Forbes
2b3d7eb2de Fix CVE-2018-19824 (rhbz 1655816 1655817) 2018-12-04 10:02:53 -06:00
Jeremy Cline
4fbbd76abd
Fix very quiet speakers on the Thinkpad T570 (rhbz 1554304) 2018-12-03 12:00:43 -05:00
Hans de Goede
7347fc93b8 Fix non functional hotkeys on Asus FX503VD (#1645070) 2018-12-03 17:41:26 +01:00
Jeremy Cline
8aa9f3c1ca
Linux v4.19.6 2018-12-02 12:33:22 -05:00
Paul Bolle
9ee899f8f6
configs: correct cpu accounting configuration
The shipped .config files all have CONFIG_TICK_CPU_ACCOUNTING and
CONFIG_VIRT_CPU_ACCOUNTING_NATIVE set. The x86_64 .config files
additionaly have CONFIG_VIRT_CPU_ACCOUNTING_GEN set.

This is wrong because each .config should have just one of these three
set. As a result the build generates
    [...]⚠️ override: VIRT_CPU_ACCOUNTING_NATIVE changes choice state

24 times and
    [...]⚠️ override: VIRT_CPU_ACCOUNTING_GEN changes choice state

4 times. So let's make sure the shipped .config files only have one of
these three Kconfig macros set (ie, the one that's relevant for that
.config target).

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-30 10:33:50 -05:00
Paul Bolle
3609aa8ae8
configs: correct memory configuration
The shipped .config files all have CONFIG_FLATMEM_MANUAL and
CONFIG_SPARSEMEM_MANUAL set.

This is wrong because each .config should have just one of these two set
set. (There's also CONFIG_DISCONTIGMEM_MANUAL but Fedora doesn't use
that.) As a result the build generates
    [...]⚠️ override: SPARSEMEM_MANUAL changes choice state

24 times.

If the configuration generation system drops CONFIG_FLATMEM_MANUAL the
warnings go away. And that doesn't change the final .config files that
the kernel's build system actually uses.

(Two details that very few people will care about:
1. x86/i686 still needs to unset CONFIG_FLATMEM_MANUAL to keep
process_configs.sh from killing the build;
2. the kernel build of armv7hl will silently drop
CONFIG_SPARSEMEM_MANUAL. Because of that I didn't bother with an
explicit override for arm/armv7.)

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-30 10:33:48 -05:00
Paul Bolle
0c4937f9e4
configs: use CONFIG_UNWINDER_ORC only in x86/x86_64
The shipped .config files for i686 have both CONFIG_UNWINDER_ORC and
CONFIG_UNWINDER_FRAME_POINTER set. This is wrong because those .config
files should only have CONFIG_UNWINDER_FRAME_POINTER set. As a result
the build generates
    [...]⚠️ override: UNWINDER_ORC changes choice state

4 times.

Move CONFIG_UNWINDER_ORC to x86/x86_64 to correct this. Note that this
doesn't change the final .config files that the kernel's build system
actually uses.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-30 10:33:47 -05:00
Jeremy Cline
913381ea2f
Fix slowdowns and crashes for AMD GPUs in pre-PCIe-v3 slots 2018-11-30 10:23:37 -05:00
Jeremy Cline
56e41c8ead
Fix a problem with some rtl8168 chips (rhbz 1650984) 2018-11-29 17:08:22 -05:00
Jeremy Cline
3121da6e92
Linux v4.19.5
Fix CVE-2018-16862 (rhbz 1649017 1653122)
Fix CVE-2018-19407 (rhbz 1652656 1652658)
2018-11-27 14:46:13 -05:00
Jeremy Cline
ceb1d8b986
Fix null pointer dereference with Nvidia and vmwgfx drivers (rhbz 1650224) 2018-11-26 14:42:51 -05:00
Peter Robinson
8aa2e127b0 v4.19.4 2018-11-23 16:58:52 +00:00
Jeremy Cline
2281e33030
Linux v4.19.3 2018-11-21 10:29:56 -05:00
Hans de Goede
efb9b4ab73
Add a patch fixing KIOX010A accelerometers (rhbz#1526312) 2018-11-21 10:28:59 -05:00
Hans de Goede
66fc65905c
Add a patch fixing touchscreens on HP AMD based laptops (rhbz#1644013) 2018-11-21 10:28:58 -05:00
Hans de Goede
7bfc5e0a0b
Turn on CONFIG_PINCTRL_GEMINILAKE on x86_64 (rhbz#1639155) 2018-11-21 10:28:01 -05:00
Peter Robinson
2847e41dec Fix WiFi on Raspberry Pi 3 on aarch64 (rhbz 1649344), Fixes for Raspberry Pi hwmon driver and firmware interface, drop patches for bits not supported in f28 2018-11-17 18:11:52 +00:00
Hans de Goede
18863658b0 Add patch fixing touchpads on some Apollo Lake devices not working (#1526312) 2018-11-15 11:55:00 +01:00
Jeremy Cline
53c5f0e530
Fix CVE-2018-18710 (rhbz 1645140 1648485) 2018-11-14 15:31:50 -05:00
Jeremy Cline
7452c29bbb
Linux v4.19.2 2018-11-14 15:31:38 -05:00
Laura Abbott
96b8cd25d5 Linux v4.18.18 2018-11-11 18:41:30 -08:00
Laura Abbott
8788e9beca Linux v4.18.17 2018-11-05 09:27:16 -08:00
Laura Abbott
5038283914 Add i915 eDP fixes 2018-10-23 03:26:21 -07:00
Peter Robinson
99efb173c5 Linux v4.18.16 2018-10-21 00:26:28 +01:00
Peter Robinson
2705a5abcc Fix network on some i.MX6 devices (rhbz 1628209) 2018-10-21 00:19:20 +01:00
Justin M. Forbes
7750898d22 Linux v4.18.15 2018-10-18 11:11:26 -05:00
Justin M. Forbes
c56823b3f8 Linux 4.18.14 2018-10-15 07:16:25 -05:00
Jeremy Cline
36af63d636
Fix the microphone on Lenovo G50-30s (rhbz 1249364) 2018-10-12 09:54:06 -04:00
Laura Abbott
ab387cba42 Linux v4.18.13 2018-10-10 10:00:56 -07:00
Laura Abbott
bbb8ad2185 Disable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (rhbz 1637547) 2018-10-09 08:26:50 -07:00
Justin M. Forbes
e141e07521 Revert drm/amd/pp: Send khz clock values to DC for smu7/8 (rhbz 1636249) 2018-10-08 16:57:52 -05:00
Laura Abbott
4caa5d4352 Linux v4.18.12 2018-10-04 07:33:35 -07:00
Justin M. Forbes
5826936f37 Fix arm64 kvm priv escalation (rhbz 1635475 1635476) 2018-10-03 07:55:15 -05:00
Laura Abbott
d54a013326 Disable CONFIG_CRYPTO_DEV_SP_PSP (rhbz 1608242) 2018-10-01 12:47:49 -07:00
Laura Abbott
5c244a715c Fix for Intel Sensor Hub (rhbz 1634250) 2018-10-01 10:48:48 -07:00
Laura Abbott
143f2f1410 Linux v4.18.11 2018-09-30 07:58:22 -07:00
Jeremy Cline
bbc0bbcd2e
Change CONFIG_SSB back to a module (rhbz #1572349) 2018-09-28 13:32:33 -04:00
Laura Abbott
82aeae7d94 Linux v4.18.10 2018-09-26 02:13:29 -07:00
Laura Abbott
e7783e7e1c Fix powerpc IPv6 (rhbz 1628394) 2018-09-26 02:03:18 -07:00
Justin M. Forbes
71d09c9a1d Fix CVE-2018-14633 2018-09-24 07:10:41 -05:00
Justin M. Forbes
926904aee3 Note 4.18.9 fixes CVE-2018-17182 2018-09-20 07:44:18 -05:00
Laura Abbott
45a13388a0 Linux v4.18.9 2018-09-19 19:11:36 -07:00