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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190305194600.GA4595@dennisz-mbp.dhcp.thefacebook.com>
Date:   Tue, 5 Mar 2019 14:46:00 -0500
From:   Dennis Zhou <dennis@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        linux-kernel@...r.kernel.org
Cc:     Tejun Heo <tj@...nel.org>, Christoph Lameter <cl@...ux.com>
Subject: [GIT PULL] percpu changes for v5.1-rc1

Hi Linus,

There are 2 minor changes to the percpu allocator this merge window:
 * for loop condition that could be out of bounds on multi-socket UP
 * cosmetic removal of pcpu_group_offsets[0] in UP code as it is 0

There has been an interest in having better alignment with percpu
allocations. This has caused a performance regression in at least 1
reported workload. I have a series out which adds scan hints to the
allocator as well as some other performance oriented changes. I hope to
have this queued for v5.2 soon.

Thanks,
Dennis

The following changes since commit a3b22b9f11d9fbc48b0291ea92259a5a810e9438:

  Linux 5.0-rc7 (2019-02-17 18:46:40 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git for-5.1

for you to fetch changes up to 1b046b445c0f856c3c1eed38a348bd87cc2dc730:

  percpu: km: no need to consider pcpu_group_offsets[0] (2019-02-26 13:47:58 -0800)

----------------------------------------------------------------
Peng Fan (2):
      percpu: use nr_groups as check condition
      percpu: km: no need to consider pcpu_group_offsets[0]

 mm/percpu-km.c | 2 +-
 mm/percpu.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ