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:	Thu, 6 Dec 2012 08:06:06 -0800
From:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:	Cong Ding <dinggnu@...il.com>
Cc:	Bin Wang <wbin00@...il.com>, linux-kernel@...r.kernel.org,
	torvalds@...ux-foundation.org
Subject: Re: [PATCH RFC -next] Fix the trailing blank space issue

On Thu, Dec 06, 2012 at 03:42:20PM +0000, Cong Ding wrote:
> On Thu, Dec 06, 2012 at 05:08:56PM +0800, Bin Wang wrote:
> > This patch removes the trailing white space in fs/sysfs/mount.c.
> > 
> > Signed-off-by: Bin Wang <wbin00@...il.com>
> > ---
> >  fs/sysfs/mount.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> Hi Greg,
> 
> I am not sure it is really necessary to remove all the trailing blank spaces
> in the project. I have done a try by this shell command
> $ find . -iname '*.[ch]' | xargs sed 's/\s\+$//g' -i
> and find there are 2812 files/31712 lines with this issue. 

That's very true, why would you want to do this?

This comes up every 6 months or so on the linux-kernel mailing list,
please see the archives for previous responses to the topic.

If you want, just slowly send patches to the different subsystem
maintainers, to clean the issue up.

best of luck,

greg k-h
--
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