lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 3 Oct 2017 06:34:08 -0700
From:   Tejun Heo <tj@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, Li Zefan <lizefan@...wei.com>,
        Johannes Weiner <hannes@...xchg.org>,
        Waiman Long <longman@...hat.com>
Subject: [GIT PULL] cgroup fixes for v4.14-rc3

Hello, Linus.

The recent migration code updates assumed that migrations always
execute from the top to the bottom once and didn't clean up internal
states after each migration round; however, cgroup_transfer_tasks()
repeats the inner steps multiple times and the garbage internal states
from the previous iteration led to OOPS.  Waiman fixed the bug by
reinitializing the relevant states at the end of each migration round.

Thanks.

The following changes since commit 6e80ecdddf4ea6f3cd84e83720f3d852e6624a68:

  Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm (2017-09-21 15:51:19 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-4.14-fixes

for you to fetch changes up to c4fa6c43ce4b427350cfbb659436bfe3d9e09a1d:

  cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returns (2017-09-22 08:14:45 -0700)

----------------------------------------------------------------
Waiman Long (1):
      cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returns

 kernel/cgroup/cgroup.c | 8 ++++++++
 1 file changed, 8 insertions(+)


-- 
tejun

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ