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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 8 Jan 2011 10:31:35 -0800
From:	Greg KH <greg@...ah.com>
To:	"Artem S. Tashkinov" <t.artem@...os.com>
Cc:	Geert Uytterhoeven <geert@...ux-m68k.org>,
	linux-kernel@...r.kernel.org,
	Claudio Scordino <claudio@...dence.eu.com>
Subject: Re: On Linux numbering scheme

On Sat, Jan 08, 2011 at 11:45:05AM -0500, Artem S. Tashkinov wrote:
> > What userspace scripts/applications expect numbers like that?  How do
> > they handle releases like what Linus just did (2.6.37)?
> > 
> 
> I've just grepped through all the shell scripts installed in Fedora 14 and
> I haven't found any `uname -r` references, so it seems like  the base system
> is quite safe (I haven't tried to grep through binaries as I have no clue
> how to check them).
> 
> However sources of VMWare/NVIDIA/VBox/etc. kernel modules have multiples
> instances of:
> 
> #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 7)
> #  error This driver does not support 2.4 kernels older than 2.4.7!
> #elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0)
> #  define KERNEL_2_4
> #elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 0)
> #  error This driver does not support 2.5 kernels!
> #elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 7, 0)
> #  define KERNEL_2_6
> #else
> #  error This driver does not support development kernels!
> #endif
> 
> So, it seems like the only obstacle that stops us from starting a completely
> new numbering scheme is proprietary or corporations driven/developed software.

No, those work just fine as well, you need to look at the KERNEL_VERSION
macro to see that.

And any numbering scheme we come up with, will of course be an
incremental number greater than our current number.

But this topic is on hold now until the next kernel summit when it will
be revisited again.  I narrowly missed changing the numbering scheme
last year, hopefully this year will be different.

thanks,

greg k-h
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ