Re: Linux 3.0-rc3

From: Olivier Galibert
Date: Wed Jun 15 2011 - 03:16:08 EST


On Tue, Jun 14, 2011 at 10:59:41AM -0700, Linus Torvalds wrote:
> On Tue, Jun 14, 2011 at 5:15 AM, Denys Vlasenko
> <vda.linux@xxxxxxxxxxxxxx> wrote:
> >
> > I've got a patch for my project to fix parsing of kernel version which
> > has only two numbers. Basically,
> >
> > - scanf(ver, "%u.%u.%u", &a, &b, &c)
> > + sscanf(ver, "%u.%u", &a, &b)
>
> Please just fix it.
>
> The projects that care about kernel version are buggy in so many ways
> that it's not funny.

His problem is recognizing "kernel version" vs. "filename" as a
parameter.
depmod [ -e ] [ -FSystem.map ] [ -n ] [ -v ] [ version ] [ filename... ]

Oh course, that's a stupid interface, but probably a hard one to
change.

OG.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/