-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: Update to v5.4.15; wrapup Arch Linux fixes
- Loading branch information
Showing
19 changed files
with
266 additions
and
356 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From aa6f1974af2dfd6aa8acaefd72036a8b451d15d6 Mon Sep 17 00:00:00 2001 | ||
From b11c6d42fcbbbb0f807dd23ede4931cbee54f9a9 Mon Sep 17 00:00:00 2001 | ||
From: "Jan Alexander Steffens (heftig)" <[email protected]> | ||
Date: Mon, 16 Sep 2019 04:53:20 +0200 | ||
Subject: [PATCH 01/14] ZEN: Add sysctl and CONFIG to disallow unprivileged | ||
|
@@ -40,7 +40,7 @@ index b4daad2bac23..362f82c5ec07 100644 | |
bool "PID Namespaces" | ||
default y | ||
diff --git a/kernel/fork.c b/kernel/fork.c | ||
index 6cabc124378c..fda4986da9eb 100644 | ||
index 755d8160e001..ed909f8050b2 100644 | ||
--- a/kernel/fork.c | ||
+++ b/kernel/fork.c | ||
@@ -106,6 +106,11 @@ | ||
|
@@ -66,7 +66,7 @@ index 6cabc124378c..fda4986da9eb 100644 | |
/* | ||
* Thread groups must share signals as well, and detached threads | ||
* can only be started up within the thread group. | ||
@@ -2826,6 +2835,12 @@ int ksys_unshare(unsigned long unshare_flags) | ||
@@ -2836,6 +2845,12 @@ int ksys_unshare(unsigned long unshare_flags) | ||
if (unshare_flags & CLONE_NEWNS) | ||
unshare_flags |= CLONE_FS; | ||
|
||
|
@@ -128,5 +128,5 @@ index 8eadadc478f9..c36ecd19562c 100644 | |
static DEFINE_MUTEX(userns_state_mutex); | ||
|
||
-- | ||
2.24.1 | ||
2.25.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 7fbd1ff7b5d08260098c55ab116c23727844d522 Mon Sep 17 00:00:00 2001 | ||
From c1514f7f277ce90eaf74cbb52ad484fcd2aa3100 Mon Sep 17 00:00:00 2001 | ||
From: Tuowen Zhao <[email protected]> | ||
Date: Wed, 16 Oct 2019 15:06:28 -0600 | ||
Subject: [PATCH 02/14] lib: devres: add a helper function for ioremap_uc | ||
|
@@ -75,5 +75,5 @@ index 6a0e9bd6524a..17624d35e82d 100644 | |
* devm_ioremap_nocache - Managed ioremap_nocache() | ||
* @dev: Generic device to remap IO address for | ||
-- | ||
2.24.1 | ||
2.25.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 80f53f7d91081d11ecfcc19015f93cafec59adc2 Mon Sep 17 00:00:00 2001 | ||
From c751a20a61358f55933194dbd83e592a730ad0cb Mon Sep 17 00:00:00 2001 | ||
From: Tuowen Zhao <[email protected]> | ||
Date: Wed, 16 Oct 2019 15:06:29 -0600 | ||
Subject: [PATCH 03/14] mfd: intel-lpss: Use devm_ioremap_uc for MMIO | ||
|
@@ -44,5 +44,5 @@ index bfe4ff337581..b0f0781a6b9c 100644 | |
if (!lpss->priv) | ||
return -ENOMEM; | ||
-- | ||
2.24.1 | ||
2.25.0 | ||
|
99 changes: 0 additions & 99 deletions
99
0004-PCI-pciehp-Do-not-disable-interrupt-twice-on-suspend.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From a062a328c43d18ce2f183ab3ad69e6da032feeb2 Mon Sep 17 00:00:00 2001 | ||
From 46131a2bddc04cd7a647703e7ef372534d3b43e5 Mon Sep 17 00:00:00 2001 | ||
From: Mika Westerberg <[email protected]> | ||
Date: Tue, 29 Oct 2019 20:00:22 +0300 | ||
Subject: [PATCH 05/14] PCI: pciehp: Prevent deadlock on disconnect | ||
Subject: [PATCH 04/14] PCI: pciehp: Prevent deadlock on disconnect | ||
|
||
This addresses deadlocks in these common cases in hierarchies containing | ||
two switches: | ||
|
@@ -268,5 +268,5 @@ index 86d97f3112f0..a2a263764ef8 100644 | |
|
||
int pciehp_query_power_fault(struct controller *ctrl) | ||
-- | ||
2.24.1 | ||
2.25.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 1706504ce96ddff9f2155467707f4e39e4f9acb1 Mon Sep 17 00:00:00 2001 | ||
From 766611dcde15685197f756d86f4ada389a98375e Mon Sep 17 00:00:00 2001 | ||
From: "Rafael J. Wysocki" <[email protected]> | ||
Date: Thu, 28 Nov 2019 23:50:40 +0100 | ||
Subject: [PATCH 06/14] ACPI: PM: s2idle: Rework ACPI events synchronization | ||
Subject: [PATCH 05/14] ACPI: PM: s2idle: Rework ACPI events synchronization | ||
|
||
Note that the EC GPE processing need not be synchronized in | ||
acpi_s2idle_wake() after invoking acpi_ec_dispatch_gpe(), because | ||
|
@@ -74,5 +74,5 @@ index 2af937a8b1c5..6747a279621b 100644 | |
|
||
acpi_enable_all_runtime_gpes(); | ||
-- | ||
2.24.1 | ||
2.25.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From a8225afcc3df821f990d024090fbd4e9c84900a7 Mon Sep 17 00:00:00 2001 | ||
From 1987607625d918069643bfb43f93dcdc3647f3d6 Mon Sep 17 00:00:00 2001 | ||
From: "Jan Alexander Steffens (heftig)" <[email protected]> | ||
Date: Tue, 24 Dec 2019 05:18:47 +0100 | ||
Subject: [PATCH 07/14] iwlwifi: pcie: restore support for Killer Qu C0 NICs | ||
Subject: [PATCH 06/14] iwlwifi: pcie: restore support for Killer Qu C0 NICs | ||
|
||
Commit 809805a820c6 refactored the cfg mangling. Unfortunately, in this | ||
process the lines which picked the right cfg for Killer Qu C0 NICs after | ||
|
@@ -32,5 +32,5 @@ index b0b7eca1754e..de62a6dc4e73 100644 | |
|
||
/* same thing for QuZ... */ | ||
-- | ||
2.24.1 | ||
2.25.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From bdee01bce0ddfe783308ec75e7ac164f88566863 Mon Sep 17 00:00:00 2001 | ||
From c70869ad6f3a5f9bc48fb62486d159ac0d61b13e Mon Sep 17 00:00:00 2001 | ||
From: Kai Vehmanen <[email protected]> | ||
Date: Fri, 20 Sep 2019 11:39:18 +0300 | ||
Subject: [PATCH 08/14] drm/i915: save AUD_FREQ_CNTRL state at audio domain | ||
Subject: [PATCH 07/14] drm/i915: save AUD_FREQ_CNTRL state at audio domain | ||
suspend | ||
|
||
When audio power domain is suspended, the display driver must | ||
|
@@ -70,10 +70,10 @@ index 89b6112bd66b..043ce1b47aeb 100644 | |
struct { | ||
struct mutex mutex; | ||
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h | ||
index f8ee9aba3955..e1fe356463ec 100644 | ||
index 7b6e68f082f8..a99ef18665f2 100644 | ||
--- a/drivers/gpu/drm/i915/i915_reg.h | ||
+++ b/drivers/gpu/drm/i915/i915_reg.h | ||
@@ -9104,6 +9104,8 @@ enum { | ||
@@ -9110,6 +9110,8 @@ enum { | ||
#define HSW_AUD_CHICKENBIT _MMIO(0x65f10) | ||
#define SKL_AUD_CODEC_WAKE_SIGNAL (1 << 15) | ||
|
||
|
@@ -83,5 +83,5 @@ index f8ee9aba3955..e1fe356463ec 100644 | |
* HSW - ICL power wells | ||
* | ||
-- | ||
2.24.1 | ||
2.25.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 7275786a32e9958d29e71415297038bb890bd4de Mon Sep 17 00:00:00 2001 | ||
From fb5c4a65581a781da9bc327c51752616580fad95 Mon Sep 17 00:00:00 2001 | ||
From: Kai Vehmanen <[email protected]> | ||
Date: Thu, 3 Oct 2019 11:55:30 +0300 | ||
Subject: [PATCH 09/14] drm/i915: Fix audio power up sequence for gen10+ | ||
Subject: [PATCH 08/14] drm/i915: Fix audio power up sequence for gen10+ | ||
display | ||
|
||
On platfroms with gen10+ display, driver must set the enable bit of | ||
|
@@ -40,10 +40,10 @@ index 439bc0a93410..440b33762fef 100644 | |
|
||
return ret; | ||
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h | ||
index e1fe356463ec..ccfea9c2b8bf 100644 | ||
index a99ef18665f2..1dd7b6187780 100644 | ||
--- a/drivers/gpu/drm/i915/i915_reg.h | ||
+++ b/drivers/gpu/drm/i915/i915_reg.h | ||
@@ -9105,6 +9105,8 @@ enum { | ||
@@ -9111,6 +9111,8 @@ enum { | ||
#define SKL_AUD_CODEC_WAKE_SIGNAL (1 << 15) | ||
|
||
#define AUD_FREQ_CNTRL _MMIO(0x65900) | ||
|
@@ -53,5 +53,5 @@ index e1fe356463ec..ccfea9c2b8bf 100644 | |
/* | ||
* HSW - ICL power wells | ||
-- | ||
2.24.1 | ||
2.25.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From ec618d435b2b6085b623acd0a31be6f6ca9f434d Mon Sep 17 00:00:00 2001 | ||
From 3176065daacab3967392e20e1fad611f83f73d9c Mon Sep 17 00:00:00 2001 | ||
From: Kai Vehmanen <[email protected]> | ||
Date: Thu, 3 Oct 2019 11:55:31 +0300 | ||
Subject: [PATCH 10/14] drm/i915: extend audio CDCLK>=2*BCLK constraint to more | ||
Subject: [PATCH 09/14] drm/i915: extend audio CDCLK>=2*BCLK constraint to more | ||
platforms | ||
|
||
The CDCLK>=2*BCLK constraint applies to all generations since gen10. | ||
|
@@ -37,5 +37,5 @@ index 440b33762fef..05ef43b13d1c 100644 | |
|
||
intel_display_power_put(dev_priv, POWER_DOMAIN_AUDIO, cookie); | ||
-- | ||
2.24.1 | ||
2.25.0 | ||
|
Oops, something went wrong.