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:	Fri, 22 Sep 2006 11:39:26 +0100
From:	David Howells <dhowells@...hat.com>
To:	Christian Kujau <evil@...ouse.de>
Cc:	Andrew Morton <akpm@...l.org>, linux-kernel@...r.kernel.org
Subject: Re: 2.6.18-rc6-mm2: __fscache_register_netfs compile error 


Hmmm...  It looks like a configurator problem:

	warthog>grep 'NFS\|CACHE' .config 
	CONFIG_X86_L1_CACHE_BYTES=128
	CONFIG_X86_L1_CACHE_SHIFT=7
	CONFIG_X86_INTERNODE_CACHE_BYTES=128
	# CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set
	CONFIG_IRDA_CACHE_LAST_LSAP=y
	# CONFIG_CDROM_PKTCDVD_WCACHE is not set
	CONFIG_FS_MBCACHE=y
 --->	CONFIG_FSCACHE=m
	# CONFIG_CACHEFILES is not set
 --->	CONFIG_NFS_FS=y
	CONFIG_NFS_V3=y
	CONFIG_NFS_V3_ACL=y
	CONFIG_NFS_V4=y
	CONFIG_NFS_FSCACHE=y
	CONFIG_NFS_DIRECTIO=y
	CONFIG_NFSD=m
	CONFIG_NFSD_V2_ACL=y
	CONFIG_NFSD_V3=y
	CONFIG_NFSD_V3_ACL=y
	CONFIG_NFSD_V4=y
	CONFIG_NFSD_TCP=y
	CONFIG_NFS_ACL_SUPPORT=y
	CONFIG_NFS_COMMON=y
	CONFIG_NCPFS_NFS_NS=y

I'm not sure what I can do about that.  NFS_FS doesn't depend on FSCACHE, and
so isn't forced to become a module when FSCACHE is.  The dependency is through
one of NFS's configuation options.

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