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:	Thu, 30 Sep 2010 14:01:00 -0500
From:	Steve French <smfrench@...il.com>
To:	linux-fsdevel <linux-fsdevel@...r.kernel.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: DEVELOPER ONLY vs. EXPERIMENTAL in Kconfigs

Which is the preferred configure option for early experimental code -
"DEVELOPER ONLY" or "EXPERIMENTAL"  ?

After successful testing at the Storage Developer Conference last
week, I am trying to clean up the smb2 (network file system) config
files and had a question about marking an option as "DEVELOPER ONLY"
in Kconfig.  The smb2 file system mounts, does basic file operations,
but has enough known bugs that I would lean toward marking it
"DEVELOPER ONLY" initially, as NFS client did with NFSv4.1 support at
first - but I don't see other components using "DEVELOPER ONLY" (and
"DEVELOPER" for some component seems to mean something different  -
like tools that developers might use instead of "code that is mainly
intended for developers working on network file systems and Samba but
not for general users yet").  Is "DEVELOPER ONLY" or "EXPERIMENTAL"
preferred?

Jeff Layton and I discussed creating a "fs/cifs_common" directory to
move shared code into (perhaps as much as 25% of the code eventually)
for smb2 and cifs, and getting the smb2 code checked in, will help
make this transition faster.   Even though the smb2 and cifs network
file system protocols are quite different (and smb2 is simpler), there
is some overlap in areas such as connection establishment, and
security which will benefit from the move into cifs_common, and
getting the smb2 code in (as either "DEVELOPER ONLY" or "EXPERIMENTAL"
will help).

-- 
Thanks,

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