On Tue, Mar 01, 2011 at 06:05:06PM +0900, sf...@users.sourceforge.net wrote: > > John Johansen: > > Fix aufs call of security_path_mknod > > > > The security_path_mknod hook requires an encoded 'dev' for its 'dev' paramet > > but aufs is calling security_path_mknod with a 'dev' that was already > > converted by 'new_decode_dev(dev)'. However security_path_mknod and its > > consumer TOMOYO is expecting 'dev' rather than 'new_decode_dev(dev)'. > > > > This will result in TOMOYO doing new_decode_dev(new_decode_dev(dev)) > > (which is wrong) when security_path_mknod() is called from aufs' vfsub_mknod > > Thank you. > Applied and will be included in next Monday release. > > By the way, next time you create a patch for aufs, please fix the file > path since "ubuntu/aufs/vfsub.c" is unavailable. And describe the base > version too.
John, the base version is encoded in the AUFS_VERSION define which is in the ubuntu/include directory for us: ubuntu/include/linux/aufs_type.h:#define AUFS_VERSION "2.1-standalone.tree-38-rcN-20110207" We do also record the exact commit of the tip of the tree when we syncronise with the mainline aufs2 tree. I include the changelog fragment there so you can see the latest code commit at least on which we are based. UBUNTU: ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230 commit 65835da20b77c98fb538c9114fc31f5de1328230 Author: J. R. Okajima <hooano...@yahoo.co.jp> Date: Thu Feb 3 04:46:48 2011 +0900 [...] I presume that the AUFS_VERSION is the key information here though. -apw ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev