[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAAMvbhGM+s0LKJVqR8GWz4LkBhSZCCT_xa2qh=dFjV8A92jqOg@mail.gmail.com>
Date: Sun, 20 Jan 2013 11:20:09 +0000
From: James Courtier-Dutton <james.dutton@...il.com>
To: LKML Mailing List <linux-kernel@...r.kernel.org>
Subject: Comparing linux kernel trees.
Hi,
I have been given a linux kernel sources tar file.
It contains a modified version of the linux kernel.
It is just source files, without any "git" history.
What I would like to do is compare this with the mainline linux kernel
git tree, and find the tag from the kernel git tree that this source
code is most similar to.
E.g. Finding the source code is really kernel 3.2.1 with some minor changes.
My plan at the moment is just to automate a checkout of every git tag,
then run diff -ur on it, and then choose the smallest diff file
output.
But, has anyone got a better method?
Kind Regards
James
--
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