[GIT,PULL] cgroup fixes for v6.7-rc4

Message ID ZXDNMJbgFHMiKkO_@slm.duckdns.org
State New
Headers
Series [GIT,PULL] cgroup fixes for v6.7-rc4 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.7-rc4-fixes

Message

Tejun Heo Dec. 6, 2023, 7:36 p.m. UTC
  The following changes since commit 037266a5f7239ead1530266f7d7af153d2a867fa:

  Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2023-11-18 15:20:58 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.7-rc4-fixes

for you to fetch changes up to cff5f49d433fcd0063c8be7dd08fa5bf190c6c37:

  cgroup_freezer: cgroup_freezing: Check if not frozen (2023-11-28 08:04:03 -1000)

----------------------------------------------------------------
cgroup: Fixes for v6.7-rc4

Just one patch.

f5d39b020809 ("freezer,sched: Rewrite core freezer logic") changed how
freezing state is recorded which cgroup_freezing() disagree with the actual
state of the task while thawing triggering a warning. Fix it by updating
cgroup_freezing().

----------------------------------------------------------------
Tim Van Patten (1):
      cgroup_freezer: cgroup_freezing: Check if not frozen

 kernel/cgroup/legacy_freezer.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 7, 2023, 8:46 p.m. UTC | #1
The pull request you sent on Wed, 6 Dec 2023 09:36:16 -1000:

> git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.7-rc4-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9ace34a8e446c1a566f3b0a3e0c4c483987e39a6

Thank you!