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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 21 Jul 2011 13:54:54 -0500 (CDT)
From:	Christoph Lameter <cl@...ux.com>
To:	Rabin Vincent <rabin@....in>
cc:	penberg@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: "slub: Rework allocator fastpaths" and slub debugging

On Fri, 22 Jul 2011, Rabin Vincent wrote:

> Enabling slub debugging on linux-next throws up continuous apparently
> spurious "Redzone overwritten" reports, right from startup.  The start
> of a boot log is below (the rest of the log has more such reports).

Hmmm... I moved the page lock into the cmpxchg_double simulation for the
debug case after some complaints (last minute change). And now the
updating of the redzone etc is outside of the page lock and therefore not
synced... Somehow we need to move it into the critical section where the
page lock is held. Thanks.

--
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