From: Thomas Gleixner on
On Thu, 25 Feb 2010, GeunSik Lim wrote:
> On Thu, Feb 25, 2010 at 12:09 AM, Thomas Gleixner <tglx(a)linutronix.de> wrote:
> >> So, I tried linux-2.6.33-rc8-rt1 based on tip/rt/head as you explained.
> >>
> >> Git development branch:
> >>   git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git rt/head
> > What's the sha1 of the head commit ?
> > Thanks,
> >        tglx
> >
> Dear Thoomas,
>
> Below was the recent commit number when I typed "git clone" command.
>
> commit ed0799048b4a38ffb6e33755ba5e6b5dfa9a24d2
> Author: Thomas Gleixner <tglx(a)linutronix.de>
> Date: Sun Feb 21 23:14:28 2010 +0100
>
> v2.6.33-rt1

So you cloned the rt/2.6.33 branch of tip. rt/head does not have
release numbers. The version in the Makefile is simply
2.6.33-rc8-rt. rt/head is where development happens. When stuff seems
stable I update rt/2.6.xx and bump the -rt version and tag it.

Thanks,

tglx
From: GeunSik Lim on
> I will move rt number from v2.6.33-rc8-rt2 to v2.6.33-rc8-rt2.
oops. sorry. from v2.6.33-rc8-rt1 to v2.6.33-rc8-rt2.

On Thu, Feb 25, 2010 at 2:05 AM, GeunSik Lim <leemgs1(a)gmail.com> wrote:
> Thomas. Um.  I checked new -rt tag now.
> I will move rt number from v2.6.33-rc8-rt2 to v2.6.33-rc8-rt2.
> And then, I will test v2.6.33-rc8-rt2 on my desktop pc
> 1) intel core2 quad Q6600 (SSD 64G , 2G DDR RAM )
> 2) intel core2 quad Q9400 (SATA 320G, 2G DDR RAM)
>
> Thanks,
> Geunsik Lim.
>
> On Thu, Feb 25, 2010 at 1:52 AM, GeunSik Lim <leemgs1(a)gmail.com> wrote:
>> On Thu, Feb 25, 2010 at 12:09 AM, Thomas Gleixner <tglx(a)linutronix.de> wrote:
>>>> So, I tried linux-2.6.33-rc8-rt1 based on tip/rt/head as you explained.
>>>>
>>>> Git development branch:
>>>>   git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git rt/head
>>> What's the sha1 of the head commit ?
>>> Thanks,
>>>        tglx
>>>
>> Dear Thoomas,
>>
>> Below was the  recent commit number  when I typed "git clone" command.
>>
>> commit ed0799048b4a38ffb6e33755ba5e6b5dfa9a24d2
>> Author: Thomas Gleixner <tglx(a)linutronix.de>
>> Date:   Sun Feb 21 23:14:28 2010 +0100
>>
>>    v2.6.33-rt1
>>
>>    Signed-off-by: Thomas Gleixner <tglx(a)linutronix.de>
>>
>> commit b635a77f9aadc5ed3fc5a949e3f219c24cdd254c
>> Author: Carsten Emde <C.Emde(a)osadl.org>
>> Date:   Sat Jan 16 17:14:04 2010 +0100
>>
>>    hwlat_detector-avoid-smp_processor_id.patch
>>
>>    Avoid smp_processor_id() in preemptible code.
>>
>>    Signed-off-by: Carsten Emde <C.Emde(a)osadl.org>
>>    Signed-off-by: Thomas Gleixner <tglx(a)linutronix.de>
>>             . . . . . . below omission . . . . . .
>>
>>
>> and, version info is 2.6.33-rc8-rt1 as belows.
>>
>> [invain(a)localhost head]$ head Makefile
>> VERSION = 2
>> PATCHLEVEL = 6
>> SUBLEVEL = 33
>> EXTRAVERSION = -rc8-rt1
>> NAME = Man-Eating Seals of Antiquity
>>
>> # *DOCUMENTATION*
>> # To see a list of typical targets execute "make help"
>> # More info can be located in ./README
>> # Comments in this file are targeted only to the developer, do not
>>
>>
>> Thanks,
>> Geunsik Lim.
>>
>> --
>> Regards,
>> GeunSik Lim ( Samsung Electronics )
>> Blog : http://blog.naver.com/invain/
>> e-Mail: geunsik.lim(a)samsung.com
>>           leemgs(a)gmail.com , leemgs1(a)gmail.com
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo(a)vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at  http://www.tux.org/lkml/
>>
>
>
>
> --
> Regards,
> GeunSik Lim ( Samsung Electronics )
> Blog : http://blog.naver.com/invain/
> e-Mail: geunsik.lim(a)samsung.com
>           leemgs(a)gmail.com , leemgs1(a)gmail.com
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo(a)vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>



--
Regards,
GeunSik Lim ( Samsung Electronics )
Blog : http://blog.naver.com/invain/
e-Mail: geunsik.lim(a)samsung.com
leemgs(a)gmail.com , leemgs1(a)gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: GeunSik Lim on
On Thu, Feb 25, 2010 at 2:52 AM, Thomas Gleixner <tglx(a)linutronix.de> wrote:
> On Thu, 25 Feb 2010, GeunSik Lim wrote:
>> On Thu, Feb 25, 2010 at 12:09 AM, Thomas Gleixner <tglx(a)linutronix.de> wrote:
>> >> So, I tried linux-2.6.33-rc8-rt1 based on tip/rt/head as you explained.
>> >>
>> >> Git development branch:
>> >>   git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git rt/head
>> > What's the sha1 of the head commit ?
>> > Thanks,
>> >        tglx
>> >
>> Dear Thoomas,
>>
>> Below was the  recent commit number  when I typed "git clone" command.
>>
>> commit ed0799048b4a38ffb6e33755ba5e6b5dfa9a24d2
>> Author: Thomas Gleixner <tglx(a)linutronix.de>
>> Date:   Sun Feb 21 23:14:28 2010 +0100
>>
>>     v2.6.33-rt1
>
> So you cloned the rt/2.6.33 branch of tip. rt/head does not have
> release numbers. The version in the Makefile is simply
> 2.6.33-rc8-rt. rt/head is where development happens. When stuff seems
> stable I update rt/2.6.xx and bump the -rt version and tag it.
Thank you for explanation of the rt/*** branch meaning. :)
Currently, I am using the rt/2.6.33 branch
with "git checkout -b v2.6.33-rc8-rt2 v2.6.33-rc8-rt2" command.

[invain(a)localhost 2.6.33]$ git branch
master
v2.6.33-rc8-rt1
* v2.6.33-rc8-rt2
[invain(a)localhost 2.6.33]$ pwd
/opt/rt/2.6.33

As I reported finally now is normal with -rc8-rt2.
* Booting result of linux-2.6.33-rc8-rt2 on Q9400 PC. --> Passed.
http://picasaweb.google.com/leemgs/LinuxRelatedScreenshot#5441865625183643634
>
> Thanks,
>
>        tglx



--
Regards,
GeunSik Lim ( Samsung Electronics )
Blog : http://blog.naver.com/invain/
e-Mail: geunsik.lim(a)samsung.com
leemgs(a)gmail.com , leemgs1(a)gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/