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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 3 Mar 2014 14:43:27 -0500
From:	Dave Jones <davej@...hat.com>
To:	Fabian Frederick <fabf@...net.be>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>,
	akpm <akpm@...ux-foundation.org>, Viro <viro@...iv.linux.org.uk>
Subject: Re: [PATCH 1/1] affs: AFFS_NO_TRUNCATE added to Kconfig

On Mon, Mar 03, 2014 at 06:22:18PM +0800, Fabian Frederick wrote:
 > Filename truncate process is defined in affs.h.
 > 
 > This patch exports current define to Kconfig and removes
 > AFFS_MAX_PREALLOC which is never used.
 > +
 > +config AFFS_NO_TRUNCATE
 > +	bool "Amiga FFS no filename truncate"
 > +	depends on AFFS_FS
 > +	default n
 > +	help
 > +	  If you say Y here, creating filesystem objects with longer names than
 > +	  30 characters (standard limit) will result in an error (ENAMETOOLONG).
 > +
 > +	  By default this option is disabled and filenames are automatically
 > +	  truncated.

I get the feeling this would be better as a mount option than a config option.
Then again, the number of people still caring about AFFS is probably in
single digits these days, so I doubt anyone would complain if this was set
one way or the other in a distribution kernel.

	Dave

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