Is it possible to track before 2.6.12?
Is it possible to track before 2.6.12?
Posted Oct 20, 2010 8:17 UTC (Wed) by smurf (subscriber, #17840)In reply to: Is it possible to track before 2.6.12? by bfields
Parent article: Kernel vulnerabilities: old or new?
$ cat .git/info/grafts
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 e7e173af42dbf37b1d946f9ee00219cb3b2bea6a
7a2deb32924142696b8174cdf9b38cd72a11fc96 379a6be1eedb84ae0d476afbc4b4070383681178
$
Incidentally, the first history doesn't contain the rest of the v2.4 data (the part that came after the v2.5 branchpoint).
Anyway, does anybody remember what happened to the history of 2.4.25? Pre-patch 1 thru 3 are missing from kernel.org.
Posted Oct 23, 2010 20:47 UTC (Sat)
by bfields (subscriber, #19510)
[Link] (1 responses)
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
cat >.git/info/grafts <<EOF
Posted Oct 24, 2010 8:50 UTC (Sun)
by smurf (subscriber, #17840)
[Link]
Is it possible to track before 2.6.12?
cd linux-2.6.git
git remote add -f post-2.4 git://git.kernel.org/pub/scm/linux/kernel/git/tglx/history.git
git remote add -f pre-2.4 git://git.kernel.org/pub/scm/linux/kernel/git/davej/history.git
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 e7e173af42dbf37b1d946f9ee00219cb3b2bea6a
7a2deb32924142696b8174cdf9b38cd72a11fc96 379a6be1eedb84ae0d476afbc4b4070383681178
EOF
Is it possible to track before 2.6.12?