RE: {Question] Is "kernel.org" down ?

From: Kukjin Kim
Date: Thu Sep 29 2011 - 02:57:54 EST


Santosh wrote:
>
> Kgene,
>
> https://github.com/torvalds/linux.git
>
> Thanks for your response. I could not find location in that site to
> download linux kernel.
>
> I need 2.6.38 kernel source. Can you please help me out ?
>
Hi Santosh,

Please refer to below...

$ git clone git://github.com/torvalds/linux.git

$ cd linux

$ git checkout v2.6.38
Or $ git reset --hard v2.6.38
Or $ git checkout -b [local branch] v2.6.38

Actually, there are many ways and above is one of them...

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.


> Thanks
> Santosh
>
> On Thu, Sep 29, 2011 at 11:46 AM, Kukjin Kim <kgene.kim@xxxxxxxxxxx>
wrote:
> > santosh wrote:
> >>
> >> Hi
> >>
> >>  http://kernel.org/
> >>
> >> When I try to browse the above site, it shows "Down for maintenance".
> >> If it is down then from where I can download kernel source ??
> >>
> >
> > You can get it from following:
> >  git://github.com/torvalds/linux.git
> >
> > Thanks.
> >
> > Best regards,
> > Kgene.
> > --
> > Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer,
> > SW Solution Development Team, Samsung Electronics Co., Ltd.
> >
> >

--
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/