From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
To: Denys Vlasenko <vda.linux@googlemail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux 3.0-rc3
Date: Tue, 14 Jun 2011 14:38:49 +0200 [thread overview]
Message-ID: <4DF75659.5010000@gmail.com> (raw)
In-Reply-To: <BANLkTim_bHKdZnykedzW4re6GMCg+1Ed2g@mail.gmail.com>
Op 14-06-11 14:15, Denys Vlasenko schreef:
> On Tue, Jun 14, 2011 at 1:01 AM, Linus Torvalds
> <torvalds@linux-foundation.org> wrote:
>> .. and this time even with a timely tar-ball, since I'm not traveling any more.
>>
>> What do we have in it? More than in -rc2. I'm clearly not the only one
>> who was in Japan for LinuxCon, or something else just made people wake
>> up.
> Linus, I know I run a risk of being not the first person to ask this,
> but anyway.
>
> 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)
>
> I can take it, but it made me thinking: how many other projects
> will be similarly affected? Must be hundreds, even thousands.
>
> I propose to still use three digits. I mean, if you want to use
> 3.0, 3.1, 3.2 numbering for your releases and leave third digit
> for stable series, just number them 3.0.0, 3.1.0, 3.2.0 instead.
>
> This way, many userspace projects will need less patching
> in order to work with 3.x. In many cases, they can
> avoid patching altogether.
>
~$ uname -r
3.0.0-rc3-patser+
~Maarten
next prev parent reply other threads:[~2011-06-14 12:38 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-13 23:01 Linux 3.0-rc3 Linus Torvalds
2011-06-14 11:07 ` gmack
2011-06-14 12:15 ` Denys Vlasenko
2011-06-14 12:38 ` Maarten Lankhorst [this message]
2011-06-14 12:55 ` Alexey Dobriyan
2011-06-14 13:08 ` Denys Vlasenko
2011-06-14 17:59 ` Linus Torvalds
2011-06-15 7:15 ` Olivier Galibert
2011-06-15 19:29 ` Andy Lutomirski
2011-06-15 19:44 ` Linus Torvalds
2011-06-15 19:51 ` Linus Torvalds
2011-06-14 19:45 ` [patch] Re: Linux 3.0-rc3 (APM fix) Randy Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DF75659.5010000@gmail.com \
--to=m.b.lankhorst@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=vda.linux@googlemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.