Commit graph

4,664 commits

Author SHA1 Message Date
Peter Robinson
672c24819e Enable STM 6-axis IMU MEMS sensors 2019-01-27 04:29:15 +00:00
Hans de Goede
3b435f1f24 Add upstream patch fixing backlight control not working on some laptops
with a Nvidia GPU (rhbz#1663613, rhbz#1665505)
2019-01-23 20:38:10 +01:00
Justin M. Forbes
a6a1b2b1b4 Linux v4.20.4 2019-01-23 09:41:39 -06:00
Peter Robinson
2b81acb937 Update missed CONFIG_88EU_AP_MODE for R8188EU arm change 2019-01-23 13:02:18 +00:00
Peter Robinson
7d1cfcf98a enable R8188EU on all Arm arches 2019-01-23 03:56:16 +00:00
Justin M. Forbes
4e727c9e05 Forgotten patches 2019-01-17 08:58:13 -06:00
Dan Horák
490f38dbb5 enable NX engine on ppc 2019-01-17 08:26:09 -06:00
Justin M. Forbes
78c9ba62ca Linux v4.20.3 rebase 2019-01-17 08:17:48 -06:00
Jeremy Cline
0f8450abed
Linux v4.19.15 2019-01-14 11:07:47 -05:00
Jeremy Cline
c10dff9f72
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:55:35 -05:00
Jeremy Cline
ff37b9e98d
Linux v4.19.14 2019-01-09 12:49:43 -05:00
Jeremy Cline
f4d96195f7
Fix CVE-2018-16884 (rhbz 1660375 1660825) 2019-01-09 12:49:15 -05:00
Justin M. Forbes
f2af597e82 Fix Changelog date 2019-01-09 09:44:47 -06:00
Justin M. Forbes
5efd1a1a5a Fix CVE-2019-3701 (rhbz 1663729 1663730) 2019-01-09 08:25:07 -06:00
Hans de Goede
23f974ff7c Add patch to fix bluetooth on RPI 3B+ registering twice (rhbz#1661961) 2019-01-07 17:19:49 +01:00
Jeremy Cline
378c99f102
Linux v4.19.13 2018-12-29 17:30:01 -05:00
Hans de Goede
b2ff26baaa Set CONFIG_REALTEK_PHY=y to workaround realtek ethernet issues (rhbz 1650984) 2018-12-27 16:50:57 +01:00
Peter Robinson
c2a32ddd12 Another fix for issue affecting Raspberry Pi 3-series WiFi (rhbz 1652093) 2018-12-24 01:34:10 +00:00
Peter Robinson
fff7d88c32 v4.19.12 2018-12-22 05:30:00 +00:00
Jeremy Cline
8739b84cc7
Linux v4.19.11 2018-12-20 15:03:24 -05:00
Justin M. Forbes
5c8a05e8d1 Update CONFIG_DVB_MAX_ADAPTERS to upstream defaults (changed in 3.7) 2018-12-19 12:21:46 -06:00
Jeremy Cline
e72e0b77df
Linux v4.19.10 2018-12-17 10:11:40 -05:00
Peter Robinson
f598488a79 Fix Raspberry Pi issues affecting WiFi (rhbz 1652093). Here's hoping it's fixed!! :-/ 2018-12-14 01:39:21 +00:00
Jeremy Cline
ec70897be4
Linux v4.19.9 2018-12-13 11:57:21 -05:00
Peter Robinson
5f4c811487 Minor Arm updates for NXP i.MX 6/7 series devices 2018-12-12 09:04:29 +00:00
Peter Robinson
b931afff8d minor AXP PMU cleanup (NFC) 2018-12-12 08:19:55 +00:00
Peter Robinson
7878f4b6bc few more minor AllWinner sunxi cleanups, NFC 2018-12-12 07:33:43 +00:00
Peter Robinson
0636ff1f77 Minor cleanups and consolidation of AllWinner configs 2018-12-12 06:40:27 +00:00
Hans de Goede
964443b370 Really fix non functional hotkeys on Asus FX503VD (#1645070) 2018-12-11 12:28:22 +01:00
Jeremy Cline
316334b35f
Drop the blk-mq patch which has been adjusted in v4.19.8 2018-12-10 09:59:05 -05:00
Jeremy Cline
8da51b6838
Linux v4.19.8 2018-12-10 09:48:37 -05:00
Peter Robinson
22615fdb3e Fix for ethernet LEDs on Raspberry Pi 3B+ 2018-12-06 04:51:16 +00:00
Jeremy Cline
cf820f7d92
Linux v4.19.7 2018-12-05 16:42:59 -05:00
Jeremy Cline
e556318046
Fix corruption bug in direct dispatch for blk-mq 2018-12-05 09:48:42 -05:00
Justin M. Forbes
785b96f8ba Fix CVE-2018-19824 (rhbz 1655816 1655817) 2018-12-04 10:02:50 -06:00
Jeremy Cline
d001f183c4
Fix very quiet speakers on the Thinkpad T570 (rhbz 1554304) 2018-12-03 12:00:16 -05:00
Hans de Goede
279143d272 Fix non functional hotkeys on Asus FX503VD (#1645070) 2018-12-03 17:37:01 +01:00
Jeremy Cline
95d4a9908a
Linux v4.19.6 2018-12-02 12:09:13 -05:00
Paul Bolle
82728cc6ce
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:28:14 -05:00
Paul Bolle
409190f659
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:28:12 -05:00
Paul Bolle
324d2dc0fc
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:28:07 -05:00
Jeremy Cline
e2b69afd46
Fix slowdowns and crashes for AMD GPUs in pre-PCIe-v3 slots 2018-11-30 10:22:38 -05:00
Jeremy Cline
3fa56323c0
Fix a problem with some rtl8168 chips (rhbz 1650984) 2018-11-29 17:05:58 -05:00
Jeremy Cline
f72ee2395b
Linux v4.19.5
Fix CVE-2018-16862 (rhbz 1649017 1653122)
Fix CVE-2018-19407 (rhbz 1652656 1652658)
2018-11-27 14:03:01 -05:00
Peter Robinson
6a3302a0e1 enable Amlogic Meson GX series pinctrl drivers for arm64 2018-11-27 10:43:08 +00:00
Peter Robinson
b53329b05a cleanup ENA config a little 2018-11-27 08:28:24 +00:00
Jeremy Cline
3601750996
Fix null pointer dereference with Nvidia and vmwgfx drivers (rhbz 1650224) 2018-11-26 14:41:24 -05:00
Peter Robinson
f79ca8903e v4.19.4 2018-11-23 12:40:20 +00:00
Peter Robinson
f8a875d85a Fixes for Rockchips 3399 devices 2018-11-22 15:15:30 +00:00
Peter Robinson
80749df206 disable rockcip PCIE again for f29 2018-11-21 16:30:34 +00:00