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: <1403436214.26292.4.camel@schoellingm.dzne.de> Date: Sun, 22 Jun 2014 13:23:34 +0200 From: Manuel Schoelling <manuel.schoelling@....de> To: Sergei Shtylyov <sergei.shtylyov@...entembedded.com> Cc: michal.simek@...inx.com, anirudh@...inx.com, John.Linn@...inx.com, davem@...emloft.net, netdev@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] xilinx: Fix compiler warning On So, 2014-06-22 at 15:15 +0400, Sergei Shtylyov wrote: > Hello. > > On 06/22/2014 02:21 PM, Manuel Schölling wrote: > > > The time comparsion functions require arguments of type unsigned long > > instead of (signed) long. > > > Signed-off-by: Manuel Schölling <manuel.schoelling@....de> > > [...] > > > diff --git a/init/do_mounts.c b/init/do_mounts.c > > index 60c4196..2d069a3 100644 > > --- a/init/do_mounts.c > > +++ b/init/do_mounts.c > > @@ -351,7 +351,6 @@ static void __init get_fs_names(char *page) > > continue; > > line++; > > > > - /* append fsname */ > > memmove(fsnames, line, strlen(line)+1); > > fsnames += strlen(fsnames)+1; > > } while (page != NULL); > > > > Seems like unrelated random change. Thanks, you are right: somehow this change made it into my patch. Probably I was not careful enough when using 'git commit -a'. Sorry, I will resend a fixed patch in a second. > > WBR, Sergei > -- 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