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
| ||
|
Message-ID: <20130311022635.GG10090@thunk.org> Date: Sun, 10 Mar 2013 22:26:35 -0400 From: Theodore Ts'o <tytso@....edu> To: Lukas Czerner <lczerner@...hat.com> Cc: linux-ext4@...r.kernel.org Subject: Re: [PATCH 2/3] ext4: Use kstrtoul() instead of deprecated simple_strtoul() On Fri, Mar 08, 2013 at 09:23:17AM +0100, Lukas Czerner wrote: > In parse_strtoul() we're still using deprecated simple_strtoul(). Change > that in favour of kstrtoul(). > > Signed-off-by: Lukas Czerner <lczerner@...hat.com> Once you make this change, wouldn't it be better and even more simplifying to replace the two places where we call parse_strtoul() with kstrtoul()? - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists