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:	Tue, 3 Jun 2014 13:04:20 +0300
From:	Alexey Dobriyan <adobriyan@...il.com>
To:	Linux Kernel <linux-kernel@...r.kernel.org>
Cc:	Tetsuo Handa <penguin-kernel@...ove.sakura.ne.jp>, fabf@...net.be,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: + fs-proc-consoles-replace-seq_printf-by-seq_puts.patch added to
 -mm tree

On Tue, Jun 3, 2014 at 12:27 AM,  <akpm@...ux-foundation.org> wrote:
> -       seq_printf(m, "\n");
> +       seq_puts(m, "\n");

It should be set_putc.

Convert all fs/proc in one patch, there is no reason to split.
--
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