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:	Sun, 16 Jan 2011 23:12:53 +0100
From:	richard -rw- weinberger <richard.weinberger@...il.com>
To:	viro@...iv.linux.org.uk, npiggin@...nel.dk
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: Linus' tree as of today (2.6.37-07857-gf8b426b) does not build with !CONFIG_SMP

Al, Nick,

Commit f03c6599 (sanitize vfsmount refcounting changes) breaks the
build when CONFIG_SMP is not set.

fs/namespace.c: In function ‘commit_tree’:
fs/namespace.c:629: error: ‘struct vfsmount’ has no member named ‘mnt_longterm’
...

'mnt_longterm' is only visible when CONFIG_SMP is set.
Commit b3e19d92 (fs: scale mntget/mntput) added CONFIG_SMP to the
vfsmount structure.

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