[YBA] diff'ing kernel source trees

2013-02-03 Thread Jonathan Ben Avraham
Hi Linux-IL colleagues, To diff two kernel trees based on the same version from the mainline, one of which might have been built, I assume that doing "make clean" in the tree that was built and then recursively diff'ing each .c .h .S .sh .pl *defconfig Makefile Kconfig is sufficient. Are ther

Re: [YBA] diff'ing kernel source trees

2013-02-03 Thread Elazar Leibovich
Can't you copy one tree into the other and then use git diff? (Assuming at least one of them has a git repo it came from). On Sun, Feb 3, 2013 at 6:36 PM, Jonathan Ben Avraham wrote: > Hi Linux-IL colleagues, > To diff two kernel trees based on the same version from the mainline, one > of which

Re: [YBA] diff'ing kernel source trees

2013-02-03 Thread Jonathan Ben Avraham
Leibovich wrote: Date: Sun, 3 Feb 2013 19:07:11 +0200 From: Elazar Leibovich To: Jonathan Ben Avraham Cc: ILUG Subject: Re: [YBA] diff'ing kernel source trees Can't you copy one tree into the other and then use git diff? (Assuming at least one of them has a git repo it came from). On

Re: [YBA] diff'ing kernel source trees

2013-02-03 Thread Jonathan Ben Avraham
m365-evm.c.dave, etc. No target however smart can hope to find all of these files. - yba On Sun, 3 Feb 2013, Muli Ben-Yehuda wrote: Date: Sun, 3 Feb 2013 19:19:28 +0200 From: Muli Ben-Yehuda To: Elazar Leibovich Cc: Jonathan Ben Avraham , ILUG Subject: Re: [YBA] diff'ing kernel sou