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, 8 May 2012 09:51:54 -0700
From:	Tejun Heo <tj@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org,
	Christoph Lameter <cl@...ux-foundation.org>,
	"H. Peter Anvin" <hpa@...or.com>,
	Kay Sievers <kay.sievers@...y.org>,
	Yanmin Zhang <yanmin.zhang@...el.com>
Subject: [GIT PULL] percpu fixes for 3.4-rc5

Hello, Linus.

Please pull from the following branch to recieve two fixes for percpu
allocator.

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-3.4-fixes

One adds missing KERN_CONT on split printk()s and the other makes
percpu allocator avoid using PMD_SIZE as atom_size on x86_32.  Using
PMD_SIZE led to vmalloc area exhaustion on certain configurations
(x86_32 android) and the only cost of using PAGE_SIZE instead is
static percpu area not being aligned to large page mapping.

Tejun Heo (2):
      percpu: use KERN_CONT in pcpu_dump_alloc_info()
      percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bit

 arch/x86/kernel/setup_percpu.c |   14 +++++++++++++-
 mm/percpu.c                    |   10 +++++-----
 2 files changed, 18 insertions(+), 6 deletions(-)

Thanks.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ