Commit graph

4,507 commits

Author SHA1 Message Date
Justin M. Forbes
8a36016cf4 Linux v4.20.8 2019-02-12 17:19:20 -06:00
Justin M. Forbes
e21ed21c71 Linux v4.20.7 2019-02-06 12:05:19 -06:00
Justin M. Forbes
be1b17531b Linux v4.20.6 2019-01-31 08:58:12 -06:00
Justin M. Forbes
457f2e144d Fix CVE-2018-16880 (rhbz 1656472 1669545) 2019-01-28 12:46:03 -06:00
Justin M. Forbes
a12f2ebed9 Linux v4.20.5 2019-01-28 07:43:03 -06:00
Hans de Goede
5d8e7bfbb8 Add upstream patch fixing backlight control not working on some laptops
with a Nvidia GPU (rhbz#1663613, rhbz#1665505)
2019-01-23 20:45:19 +01:00
Justin M. Forbes
34ee0286b3 Linux v4.20.4 rebase 2019-01-23 10:18:52 -06:00
Jeremy Cline
b2a8982985
Linux v4.19.16 2019-01-16 18:55:31 -05:00
Jeremy Cline
b097bdfdb8
Linux v4.19.15 2019-01-14 11:41:47 -05:00
Jeremy Cline
bc18d38de9
Drop the fix for CVE-2018-16884 for now
There's a one or more patches missing. The fix came as part of a 10
patch series, with the first two marked for stable. However, at least
one later patch in series appears to be required.
2019-01-09 15:56:09 -05:00
Jeremy Cline
f0203391bb
Linux v4.19.14 2019-01-09 13:02:31 -05:00
Jeremy Cline
1b52baea41
Fix CVE-2018-16884 (rhbz 1660375 1660825) 2019-01-09 12:50:12 -05:00
Justin M. Forbes
8674faa8b3 Fix changelog date 2019-01-09 09:46:03 -06:00
Justin M. Forbes
d74561968e Fix CVE-2019-3701 (rhbz 1663729 1663730) 2019-01-09 08:25:15 -06:00
Hans de Goede
a8d556a2a2 Add patch to fix bluetooth on RPI 3B+ registering twice (rhbz#1661961) 2019-01-07 17:23:56 +01:00
Jeremy Cline
5a4ec30b00
Linux v4.19.13 2018-12-29 17:36:06 -05:00
Hans de Goede
e52e046f39 Set CONFIG_REALTEK_PHY=y to workaround realtek ethernet issues (rhbz 1650984) 2018-12-27 16:51:25 +01:00
Peter Robinson
86c9ca66e9 v4.19.12, Another fix for issue affecting Raspberry Pi 3-series WiFi (rhbz 1652093) 2018-12-24 01:44:47 +00:00
Jeremy Cline
6ac86401fd
Linux v4.19.11 2018-12-20 15:18:10 -05:00
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