public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* Numbering system
@ 2016-03-01 16:36 DIXLOR
  2016-03-01 20:06 ` Thomas Gleixner
  0 siblings, 1 reply; 4+ messages in thread
From: DIXLOR @ 2016-03-01 16:36 UTC (permalink / raw)
  To: linux-rt-users

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

Make numbering system with reference to the version of the kernel.

linux-4.4.2-rt1 First -RT in 4.4.2
....
linux-4.4.2-rt6 Last -RT in 4.4.2
linux-4.4.3-rt1 First -RT in 4.4.3
linux-4.4.3-rt2
....
linux-4.4.4-rt1 First -RT in 4.4.4
...

Where is diff beetween 4.4.3-rt6, 4.4.3-rt7, 4.4.3-rt8?






[-- Attachment #2: Криптографическая подпись S/MIME --]
[-- Type: application/pkcs7-signature, Size: 3577 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Numbering system
  2016-03-01 16:36 Numbering system DIXLOR
@ 2016-03-01 20:06 ` Thomas Gleixner
  2016-03-01 22:59   ` DIXLOR
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Gleixner @ 2016-03-01 20:06 UTC (permalink / raw)
  To: DIXLOR; +Cc: linux-rt-users

On Tue, 1 Mar 2016, DIXLOR wrote:
> Make numbering system with reference to the version of the kernel.
> 
> linux-4.4.2-rt1 First -RT in 4.4.2
> ....
> linux-4.4.2-rt6 Last -RT in 4.4.2
> linux-4.4.3-rt1 First -RT in 4.4.3
> linux-4.4.3-rt2
> ....
> linux-4.4.4-rt1 First -RT in 4.4.4
> ...

We've done the consecutive numbering scheme since rt started, so why should we
change that?

> Where is diff beetween 4.4.3-rt6, 4.4.3-rt7, 4.4.3-rt8?

You mean 4.4.1-rt6 4.4.2-rt7 and 4.4.3-rt8, right?

git diff v4.4.1-rt6..4.4.2-rt7
git diff v4.4.2-rt7..4.4.3-rt8

We simply don't upload diffs for the stable kernel updates which are not
changing the RT code.

Thanks,

	tglx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Numbering system
  2016-03-01 20:06 ` Thomas Gleixner
@ 2016-03-01 22:59   ` DIXLOR
  2016-03-02  8:18     ` Thomas Gleixner
  0 siblings, 1 reply; 4+ messages in thread
From: DIXLOR @ 2016-03-01 22:59 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: linux-rt-users

[-- Attachment #1: Type: text/plain, Size: 768 bytes --]


>> Make numbering system with reference to the version of the kernel.
>>
>> linux-4.4.2-rt1 First -RT in 4.4.2
>> ....
>> linux-4.4.2-rt6 Last -RT in 4.4.2
>> linux-4.4.3-rt1 First -RT in 4.4.3
>> linux-4.4.3-rt2
>> ....
>> linux-4.4.4-rt1 First -RT in 4.4.4
>> ...
> We've done the consecutive numbering scheme since rt started, so why should we
> change that?
Because the senior ranks in kernel version numbering, have a positional system.
After version 4.4.3 can't get version 4.5.4, only 4.5.0


# cat Makefile

VERSION = 4
PATCHLEVEL = 4
SUBLEVEL = 3
EXTRAVERSION = here must be non mainline numbering: -rt1, -rt2, etc.
...

If SUBLEVEL changed, then EXTRAVERSION must be set to zero or one.
Like a 8,9,10,11,... 20, 21, 22.






[-- Attachment #2: Криптографическая подпись S/MIME --]
[-- Type: application/pkcs7-signature, Size: 3577 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Numbering system
  2016-03-01 22:59   ` DIXLOR
@ 2016-03-02  8:18     ` Thomas Gleixner
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Gleixner @ 2016-03-02  8:18 UTC (permalink / raw)
  To: DIXLOR; +Cc: linux-rt-users

On Wed, 2 Mar 2016, DIXLOR wrote:
> # cat Makefile
> 
> VERSION = 4
> PATCHLEVEL = 4
> SUBLEVEL = 3
> EXTRAVERSION = here must be non mainline numbering: -rt1, -rt2, etc.
> ...
> 
> If SUBLEVEL changed, then EXTRAVERSION must be set to zero or one.

RT is not using EXTRAVERSION. It's using localversion and it's not going to
change its numbering scheme after 12 years just because.

Thanks,

	tglx

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-02  8:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01 16:36 Numbering system DIXLOR
2016-03-01 20:06 ` Thomas Gleixner
2016-03-01 22:59   ` DIXLOR
2016-03-02  8:18     ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox