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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 25 Oct 2011 06:13:49 +0800
From:	Teck Choon Giam <giamteckchoon@...il.com>
To:	Belisko Marek <marek.belisko@...il.com>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: Re: stable kernel releases

On Tue, Oct 25, 2011 at 3:41 AM, Belisko Marek <marek.belisko@...il.com> wrote:
> Is there another git  location for stable kernels?
> Like 2.6.39, 2.6.38? Kernel org still missing that part.

Isn't it all in
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
?

$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
$ cd linux-stable
$ git branch -a
  remotes/origin/HEAD -> origin/master
  remotes/origin/linux-2.6.11.y
  remotes/origin/linux-2.6.12.y
  remotes/origin/linux-2.6.13.y
  remotes/origin/linux-2.6.14.y
  remotes/origin/linux-2.6.15.y
  remotes/origin/linux-2.6.16.y
  remotes/origin/linux-2.6.17.y
  remotes/origin/linux-2.6.18.y
  remotes/origin/linux-2.6.19.y
  remotes/origin/linux-2.6.20.y
  remotes/origin/linux-2.6.21.y
  remotes/origin/linux-2.6.22.y
  remotes/origin/linux-2.6.23.y
  remotes/origin/linux-2.6.24.y
  remotes/origin/linux-2.6.25.y
  remotes/origin/linux-2.6.26.y
  remotes/origin/linux-2.6.27.y
  remotes/origin/linux-2.6.28.y
  remotes/origin/linux-2.6.29.y
  remotes/origin/linux-2.6.30.y
  remotes/origin/linux-2.6.31.y
  remotes/origin/linux-2.6.32.y
  remotes/origin/linux-2.6.33.y
  remotes/origin/linux-2.6.34.y
  remotes/origin/linux-2.6.35.y
  remotes/origin/linux-2.6.36.y
  remotes/origin/linux-2.6.37.y
  remotes/origin/linux-2.6.38.y
  remotes/origin/linux-2.6.39.y
  remotes/origin/linux-3.0.y
  remotes/origin/linux-3.1.y
  remotes/origin/master

Like if you want 2.6.32 for example:

$ git checkout -b linux-2.6.32.y --track remotes/origin/linux-2.6.32.y
$ git log -1
commit b0b3e41f6fe88a15bd27f73f6fabef48e0fea2f0
Author: Greg Kroah-Hartman <gregkh@...e.de>
Date:   Mon Aug 29 14:31:54 2011 -0700

    Linux 2.6.32.46

If you want tags just:

$ git fetch --tags -v
SNAP
 = [up to date]      v2.6.38    -> v2.6.38
 = [up to date]      v2.6.38-rc1 -> v2.6.38-rc1
 = [up to date]      v2.6.38-rc2 -> v2.6.38-rc2
 = [up to date]      v2.6.38-rc3 -> v2.6.38-rc3
 = [up to date]      v2.6.38-rc4 -> v2.6.38-rc4
 = [up to date]      v2.6.38-rc5 -> v2.6.38-rc5
 = [up to date]      v2.6.38-rc6 -> v2.6.38-rc6
 = [up to date]      v2.6.38-rc7 -> v2.6.38-rc7
 = [up to date]      v2.6.38-rc8 -> v2.6.38-rc8
 = [up to date]      v2.6.38.1  -> v2.6.38.1
 = [up to date]      v2.6.38.2  -> v2.6.38.2
 = [up to date]      v2.6.38.3  -> v2.6.38.3
 = [up to date]      v2.6.38.4  -> v2.6.38.4
 = [up to date]      v2.6.38.5  -> v2.6.38.5
 = [up to date]      v2.6.38.6  -> v2.6.38.6
 = [up to date]      v2.6.38.7  -> v2.6.38.7
 = [up to date]      v2.6.38.8  -> v2.6.38.8
 = [up to date]      v2.6.39    -> v2.6.39
 = [up to date]      v2.6.39-rc1 -> v2.6.39-rc1
 = [up to date]      v2.6.39-rc2 -> v2.6.39-rc2
 = [up to date]      v2.6.39-rc3 -> v2.6.39-rc3
 = [up to date]      v2.6.39-rc4 -> v2.6.39-rc4
 = [up to date]      v2.6.39-rc5 -> v2.6.39-rc5
 = [up to date]      v2.6.39-rc6 -> v2.6.39-rc6
 = [up to date]      v2.6.39-rc7 -> v2.6.39-rc7
 = [up to date]      v2.6.39.1  -> v2.6.39.1
 = [up to date]      v2.6.39.2  -> v2.6.39.2
 = [up to date]      v2.6.39.3  -> v2.6.39.3
 = [up to date]      v2.6.39.4  -> v2.6.39.4
SNAP

Hope this is what you are looking for?

Thanks.

Kindest regards,
Giam Teck Choon
--
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