From: Greg Kroah-Hartman Date: Thu, 25 Aug 2022 12:13:21 +0000 (+0200) Subject: 5.10-stable patches X-Git-Tag: v5.10.140~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a8f6cc2c7b396e2a95cbe7de4f527e01224d2f7;p=thirdparty%2Fkernel%2Fstable-queue.git 5.10-stable patches added patches: kernel-sched-remove-dl_boosted-flag-comment.patch --- diff --git a/queue-5.10/fs-remove-__sync_filesystem.patch b/queue-5.10/fs-remove-__sync_filesystem.patch index 74b2edd20fd..c444066ed84 100644 --- a/queue-5.10/fs-remove-__sync_filesystem.patch +++ b/queue-5.10/fs-remove-__sync_filesystem.patch @@ -6,8 +6,6 @@ To: Greg Kroah-Hartman Cc: Sasha Levin , "Darrick J . Wong" , Leah Rumancik , Chandan Babu R , Luis Chamberlain , Adam Manzanares , linux-xfs@vger.kernel.org, stable@vger.kernel.org, Christoph Hellwig , Chaitanya Kulkarni , Jens Axboe Message-ID: <20220823121136.1806820-4-amir73il@gmail.com> -From: Amir Goldstein - From: Christoph Hellwig commit 9a208ba5c9afa62c7b1e9c6f5e783066e84e2d3c upstream. diff --git a/queue-5.10/kernel-sched-remove-dl_boosted-flag-comment.patch b/queue-5.10/kernel-sched-remove-dl_boosted-flag-comment.patch new file mode 100644 index 00000000000..30f09375be3 --- /dev/null +++ b/queue-5.10/kernel-sched-remove-dl_boosted-flag-comment.patch @@ -0,0 +1,35 @@ +From 0e3872499de1a1230cef5221607d71aa09264bd5 Mon Sep 17 00:00:00 2001 +From: Hui Su +Date: Fri, 7 Jan 2022 17:52:54 +0800 +Subject: kernel/sched: Remove dl_boosted flag comment + +From: Hui Su + +commit 0e3872499de1a1230cef5221607d71aa09264bd5 upstream. + +since commit 2279f540ea7d ("sched/deadline: Fix priority +inheritance with multiple scheduling classes"), we should not +keep it here. + +Signed-off-by: Hui Su +Signed-off-by: Peter Zijlstra (Intel) +Reviewed-by: Daniel Bristot de Oliveira +Link: https://lore.kernel.org/r/20220107095254.GA49258@localhost.localdomain +Signed-off-by: Greg Kroah-Hartman +--- + include/linux/sched.h | 4 ---- + 1 file changed, 4 deletions(-) + +--- a/include/linux/sched.h ++++ b/include/linux/sched.h +@@ -542,10 +542,6 @@ struct sched_dl_entity { + * task has to wait for a replenishment to be performed at the + * next firing of dl_timer. + * +- * @dl_boosted tells if we are boosted due to DI. If so we are +- * outside bandwidth enforcement mechanism (but only until we +- * exit the critical section); +- * + * @dl_yielded tells if task gave up the CPU before consuming + * all its available runtime during the last job. + * diff --git a/queue-5.10/series b/queue-5.10/series index b2c459ed545..99213b35c82 100644 --- a/queue-5.10/series +++ b/queue-5.10/series @@ -8,3 +8,4 @@ fs-remove-__sync_filesystem.patch vfs-make-sync_filesystem-return-errors-from-sync_fs.patch xfs-return-errors-in-xfs_fs_sync_fs.patch xfs-only-bother-with-sync_filesystem-during-readonly-remount.patch +kernel-sched-remove-dl_boosted-flag-comment.patch diff --git a/queue-5.10/vfs-make-sync_filesystem-return-errors-from-sync_fs.patch b/queue-5.10/vfs-make-sync_filesystem-return-errors-from-sync_fs.patch index b2dae3aec05..ba3f6002659 100644 --- a/queue-5.10/vfs-make-sync_filesystem-return-errors-from-sync_fs.patch +++ b/queue-5.10/vfs-make-sync_filesystem-return-errors-from-sync_fs.patch @@ -6,8 +6,6 @@ To: Greg Kroah-Hartman Cc: Sasha Levin , "Darrick J . Wong" , Leah Rumancik , Chandan Babu R , Luis Chamberlain , Adam Manzanares , linux-xfs@vger.kernel.org, stable@vger.kernel.org, Jan Kara , Christoph Hellwig , Christian Brauner Message-ID: <20220823121136.1806820-5-amir73il@gmail.com> -From: Amir Goldstein - From: "Darrick J. Wong" commit 5679897eb104cec9e99609c3f045a0c20603da4c upstream. diff --git a/queue-5.10/xfs-only-bother-with-sync_filesystem-during-readonly-remount.patch b/queue-5.10/xfs-only-bother-with-sync_filesystem-during-readonly-remount.patch index 0beeec3ca36..a1fc9430e4f 100644 --- a/queue-5.10/xfs-only-bother-with-sync_filesystem-during-readonly-remount.patch +++ b/queue-5.10/xfs-only-bother-with-sync_filesystem-during-readonly-remount.patch @@ -6,8 +6,6 @@ To: Greg Kroah-Hartman Cc: Sasha Levin , "Darrick J . Wong" , Leah Rumancik , Chandan Babu R , Luis Chamberlain , Adam Manzanares , linux-xfs@vger.kernel.org, stable@vger.kernel.org, Dave Chinner Message-ID: <20220823121136.1806820-7-amir73il@gmail.com> -From: Amir Goldstein - From: "Darrick J. Wong" commit b97cca3ba9098522e5a1c3388764ead42640c1a5 upstream. diff --git a/queue-5.10/xfs-prevent-a-warn_once-in-xfs_ioc_attr_list.patch b/queue-5.10/xfs-prevent-a-warn_once-in-xfs_ioc_attr_list.patch index 1114019c958..2c30e60ff06 100644 --- a/queue-5.10/xfs-prevent-a-warn_once-in-xfs_ioc_attr_list.patch +++ b/queue-5.10/xfs-prevent-a-warn_once-in-xfs_ioc_attr_list.patch @@ -6,8 +6,6 @@ To: Greg Kroah-Hartman Cc: Sasha Levin , "Darrick J . Wong" , Leah Rumancik , Chandan Babu R , Luis Chamberlain , Adam Manzanares , linux-xfs@vger.kernel.org, stable@vger.kernel.org, Dan Carpenter Message-ID: <20220823121136.1806820-2-amir73il@gmail.com> -From: Amir Goldstein - From: Dan Carpenter commit 6ed6356b07714e0198be3bc3ecccc8b40a212de4 upstream. diff --git a/queue-5.10/xfs-reject-crazy-array-sizes-being-fed-to-xfs_ioc_getbmap.patch b/queue-5.10/xfs-reject-crazy-array-sizes-being-fed-to-xfs_ioc_getbmap.patch index f34ed4f952c..0e1e5183bec 100644 --- a/queue-5.10/xfs-reject-crazy-array-sizes-being-fed-to-xfs_ioc_getbmap.patch +++ b/queue-5.10/xfs-reject-crazy-array-sizes-being-fed-to-xfs_ioc_getbmap.patch @@ -6,8 +6,6 @@ To: Greg Kroah-Hartman Cc: Sasha Levin , "Darrick J . Wong" , Leah Rumancik , Chandan Babu R , Luis Chamberlain , Adam Manzanares , linux-xfs@vger.kernel.org, stable@vger.kernel.org, Allison Henderson , Catherine Hoang Message-ID: <20220823121136.1806820-3-amir73il@gmail.com> -From: Amir Goldstein - From: "Darrick J. Wong" commit 29d650f7e3ab55283b89c9f5883d0c256ce478b5 upstream. diff --git a/queue-5.10/xfs-return-errors-in-xfs_fs_sync_fs.patch b/queue-5.10/xfs-return-errors-in-xfs_fs_sync_fs.patch index 5dc35d329c7..3ba54fef2a1 100644 --- a/queue-5.10/xfs-return-errors-in-xfs_fs_sync_fs.patch +++ b/queue-5.10/xfs-return-errors-in-xfs_fs_sync_fs.patch @@ -6,8 +6,6 @@ To: Greg Kroah-Hartman Cc: Sasha Levin , "Darrick J . Wong" , Leah Rumancik , Chandan Babu R , Luis Chamberlain , Adam Manzanares , linux-xfs@vger.kernel.org, stable@vger.kernel.org, Jan Kara , Christoph Hellwig , Christian Brauner Message-ID: <20220823121136.1806820-6-amir73il@gmail.com> -From: Amir Goldstein - From: "Darrick J. Wong" commit 2d86293c70750e4331e9616aded33ab6b47c299d upstream.