]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Drop exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch
authorSasha Levin <sashal@kernel.org>
Wed, 13 Mar 2024 20:11:25 +0000 (16:11 -0400)
committerSasha Levin <sashal@kernel.org>
Wed, 13 Mar 2024 20:11:25 +0000 (16:11 -0400)
Signed-off-by: Sasha Levin <sashal@kernel.org>
queue-4.19/exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch [deleted file]
queue-4.19/series
queue-5.10/exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch [deleted file]
queue-5.10/series
queue-5.15/exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch [deleted file]
queue-5.15/series
queue-5.4/exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch [deleted file]
queue-5.4/series

diff --git a/queue-4.19/exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch b/queue-4.19/exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch
deleted file mode 100644 (file)
index 19e4644..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-From 5e69a18318c2c3aa65b9097c68737049a5619921 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 3 Aug 2022 10:43:42 +0200
-Subject: exit: Fix typo in comment: s/sub-theads/sub-threads
-
-From: Ingo Molnar <mingo@kernel.org>
-
-[ Upstream commit dcca34754a3f5290406403b8066e3b15dda9f4bf ]
-
-Cc: linux-kernel@vger.kernel.org
-Signed-off-by: Ingo Molnar <mingo@kernel.org>
-Stable-dep-of: c1be35a16b2f ("exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)")
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- kernel/exit.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/kernel/exit.c b/kernel/exit.c
-index 0d1cca15e66fe..24e6953f606d2 100644
---- a/kernel/exit.c
-+++ b/kernel/exit.c
-@@ -1164,7 +1164,7 @@ static int wait_task_zombie(struct wait_opts *wo, struct task_struct *p)
-                * p->signal fields because the whole thread group is dead
-                * and nobody can change them.
-                *
--               * psig->stats_lock also protects us from our sub-theads
-+               * psig->stats_lock also protects us from our sub-threads
-                * which can reap other children at the same time. Until
-                * we change k_getrusage()-like users to rely on this lock
-                * we have to take ->siglock as well.
--- 
-2.43.0
-
index 8aaa47b27c91f9d3e10bd6a3aa6ce3fc109ce21e..c7e0ea42c105b60de8db45903c0c8a0c852cae93 100644 (file)
@@ -34,6 +34,5 @@ getrusage-add-the-signal_struct-sig-local-variable.patch
 getrusage-move-thread_group_cputime_adjusted-outside.patch
 getrusage-use-__for_each_thread.patch
 getrusage-use-sig-stats_lock-rather-than-lock_task_s.patch
-exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch
 selftests-vm-fix-display-of-page-size-in-map_hugetlb.patch
 selftests-vm-fix-map_hugetlb-length-used-for-testing.patch
diff --git a/queue-5.10/exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch b/queue-5.10/exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch
deleted file mode 100644 (file)
index 790e1bb..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-From 9cf15c9f4363b09b25014512da81a180f3e5e6c1 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 3 Aug 2022 10:43:42 +0200
-Subject: exit: Fix typo in comment: s/sub-theads/sub-threads
-
-From: Ingo Molnar <mingo@kernel.org>
-
-[ Upstream commit dcca34754a3f5290406403b8066e3b15dda9f4bf ]
-
-Cc: linux-kernel@vger.kernel.org
-Signed-off-by: Ingo Molnar <mingo@kernel.org>
-Stable-dep-of: c1be35a16b2f ("exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)")
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- kernel/exit.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/kernel/exit.c b/kernel/exit.c
-index bacdaf980933b..c41bdc0a7f06b 100644
---- a/kernel/exit.c
-+++ b/kernel/exit.c
-@@ -1105,7 +1105,7 @@ static int wait_task_zombie(struct wait_opts *wo, struct task_struct *p)
-                * p->signal fields because the whole thread group is dead
-                * and nobody can change them.
-                *
--               * psig->stats_lock also protects us from our sub-theads
-+               * psig->stats_lock also protects us from our sub-threads
-                * which can reap other children at the same time. Until
-                * we change k_getrusage()-like users to rely on this lock
-                * we have to take ->siglock as well.
--- 
-2.43.0
-
index c7cf0f5e3eab1be241caadab8c89ee92e771bf8b..7ff2b6f5561333922c81759612121bf4641929f2 100644 (file)
@@ -61,7 +61,6 @@ getrusage-add-the-signal_struct-sig-local-variable.patch
 getrusage-move-thread_group_cputime_adjusted-outside.patch
 getrusage-use-__for_each_thread.patch
 getrusage-use-sig-stats_lock-rather-than-lock_task_s.patch
-exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch
 serial-max310x-unprepare-and-disable-clock-in-error-.patch
 drivers-hv-vmbus-drop-error-message-when-no-request-.patch
 regmap-allow-to-define-reg_update_bits-for-no-bus-co.patch
diff --git a/queue-5.15/exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch b/queue-5.15/exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch
deleted file mode 100644 (file)
index 860268e..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-From 1f617efca64c4777c0f63bbf6af189268de89058 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 3 Aug 2022 10:43:42 +0200
-Subject: exit: Fix typo in comment: s/sub-theads/sub-threads
-
-From: Ingo Molnar <mingo@kernel.org>
-
-[ Upstream commit dcca34754a3f5290406403b8066e3b15dda9f4bf ]
-
-Cc: linux-kernel@vger.kernel.org
-Signed-off-by: Ingo Molnar <mingo@kernel.org>
-Stable-dep-of: c1be35a16b2f ("exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)")
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- kernel/exit.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/kernel/exit.c b/kernel/exit.c
-index 80efdfda6662b..e982111c489a9 100644
---- a/kernel/exit.c
-+++ b/kernel/exit.c
-@@ -1119,7 +1119,7 @@ static int wait_task_zombie(struct wait_opts *wo, struct task_struct *p)
-                * p->signal fields because the whole thread group is dead
-                * and nobody can change them.
-                *
--               * psig->stats_lock also protects us from our sub-theads
-+               * psig->stats_lock also protects us from our sub-threads
-                * which can reap other children at the same time. Until
-                * we change k_getrusage()-like users to rely on this lock
-                * we have to take ->siglock as well.
--- 
-2.43.0
-
index e5b8d033aa25bcbfe9e4da7591dce498a591973c..806039ff4ecbbb47bf464397616ee42abba12173 100644 (file)
@@ -63,7 +63,6 @@ getrusage-use-__for_each_thread.patch
 getrusage-use-sig-stats_lock-rather-than-lock_task_s.patch
 proc-use-task_is_running-for-wchan-in-proc-pid-stat.patch
 fs-proc-do_task_stat-move-thread_group_cputime_adjus.patch
-exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch
 alsa-usb-audio-fix-wrong-kfree-issue-in-snd_usb_endp.patch
 alsa-usb-audio-always-initialize-fixed_rate-in-snd_u.patch
 alsa-usb-audio-add-fixed_rate-quirk-for-jbl-quantum6.patch
diff --git a/queue-5.4/exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch b/queue-5.4/exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch
deleted file mode 100644 (file)
index e278387..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-From f858d2888a122906a127696661e39aa58d929af6 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 3 Aug 2022 10:43:42 +0200
-Subject: exit: Fix typo in comment: s/sub-theads/sub-threads
-
-From: Ingo Molnar <mingo@kernel.org>
-
-[ Upstream commit dcca34754a3f5290406403b8066e3b15dda9f4bf ]
-
-Cc: linux-kernel@vger.kernel.org
-Signed-off-by: Ingo Molnar <mingo@kernel.org>
-Stable-dep-of: c1be35a16b2f ("exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)")
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- kernel/exit.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/kernel/exit.c b/kernel/exit.c
-index c764d16328f6a..b2a005acb6cda 100644
---- a/kernel/exit.c
-+++ b/kernel/exit.c
-@@ -1106,7 +1106,7 @@ static int wait_task_zombie(struct wait_opts *wo, struct task_struct *p)
-                * p->signal fields because the whole thread group is dead
-                * and nobody can change them.
-                *
--               * psig->stats_lock also protects us from our sub-theads
-+               * psig->stats_lock also protects us from our sub-threads
-                * which can reap other children at the same time. Until
-                * we change k_getrusage()-like users to rely on this lock
-                * we have to take ->siglock as well.
--- 
-2.43.0
-
index ab404a01a73f6f07dc1d92dfbaa357c5b1075146..f00d42f5451791631882398eb2ae33d62ba64b04 100644 (file)
@@ -40,7 +40,6 @@ getrusage-add-the-signal_struct-sig-local-variable.patch
 getrusage-move-thread_group_cputime_adjusted-outside.patch
 getrusage-use-__for_each_thread.patch
 getrusage-use-sig-stats_lock-rather-than-lock_task_s.patch
-exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch
 serial-max310x-unprepare-and-disable-clock-in-error-.patch
 regmap-allow-to-define-reg_update_bits-for-no-bus-co.patch
 regmap-add-bulk-read-write-callbacks-into-regmap_con.patch