diff options
| author | 2020-11-04 10:05:06 +0100 | |
|---|---|---|
| committer | 2020-11-04 10:05:06 +0100 | |
| commit | bba0a075656b1ce9804f48451f11df3c5c005123 (patch) | |
| tree | e99b611ebe293a6a9b5f3c08065aaccae7e1f310 /patches/0017-workqueue-remove-call-to-non-existent-show_workqueue.patch | |
| parent | New patch for linux-3.10.0-1160.el7 (diff) | |
| download | rhel7-kernel-sanity-patcher-bba0a075656b1ce9804f48451f11df3c5c005123.tar.xz rhel7-kernel-sanity-patcher-bba0a075656b1ce9804f48451f11df3c5c005123.zip | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'patches/0017-workqueue-remove-call-to-non-existent-show_workqueue.patch')
| -rw-r--r-- | patches/0017-workqueue-remove-call-to-non-existent-show_workqueue.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/0017-workqueue-remove-call-to-non-existent-show_workqueue.patch b/patches/0017-workqueue-remove-call-to-non-existent-show_workqueue.patch index 7fc8cce..c5b2e96 100644 --- a/patches/0017-workqueue-remove-call-to-non-existent-show_workqueue.patch +++ b/patches/0017-workqueue-remove-call-to-non-existent-show_workqueue.patch @@ -1,7 +1,7 @@ From 3013e7720054356da5a51621954564f7d9db977e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" <Jason@zx2c4.com> Date: Sun, 24 May 2020 19:18:34 -0600 -Subject: [PATCH 17/33] workqueue: remove call to non-existent +Subject: [PATCH 17/34] workqueue: remove call to non-existent show_workqueue_state The function show_workqueue_state is called, but does not exist anywhere @@ -14,7 +14,7 @@ Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 1 file changed, 3 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c -index 34830e034038..873cb1115145 100644 +index 34830e03403..873cb111514 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -5345,9 +5345,6 @@ static void wq_watchdog_timer_fn(unsigned long data) @@ -28,5 +28,5 @@ index 34830e034038..873cb1115145 100644 mod_timer(&wq_watchdog_timer, jiffies + thresh); } -- -2.28.0 +2.29.1 |
