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]
Date:	Sun, 29 May 2011 22:25:46 +0200
From:	Richard Weinberger <richard@....at>
To:	cl@...ux.com
Cc:	linux-kernel@...r.kernel.org, penberg@...nel.org
Subject: slub: UML and CONFIG_CMPXCHG_LOCAL

Christoph,

With commit 1759415e you've removed all #ifdef CONFIG_CMPXCHG_LOCAL's from slub.
This change breaks slub (again) on UML.
UML does not implement this_cpu_cmpxchg16b_emu().

Starting with 2.6.39 (commit 084189a) I've disabled CONFIG_CMPXCHG_LOCAL on UML do bypass the issue.
This fix does no longer help.

Is there anything I can do to have slub on UML?
Implementing this_cpu_cmpxchg16b_emu for UML is not really an option.
See:
http://comments.gmane.org/gmane.linux.kernel/1125183

Thanks,
//richard


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