Re: how to determine whether the source code is same between two kernels

2019-05-11 Thread chiachen
You could use "Beyond Compare" to compare these two bin or source files. Valdis Klētnieks 于2019年5月11日周六 下午9:53写道: > On Sat, 11 May 2019 09:20:22 -0400, Aruna Hewapathirane said: > > > Seriously ? Since when are you working for turing-police ? > > I'm semi-retired. :) > > And there's two other

Re: how to determine whether the source code is same between two kernels

2019-05-11 Thread Valdis Klētnieks
On Sat, 11 May 2019 09:20:22 -0400, Aruna Hewapathirane said: > Seriously ? Since when are you working for turing-police ? I'm semi-retired. :) And there's two other systems in the room called wintermute and neuromancer. Hopefully you can figure it out from there. :) pgpCqPU2a9tRj.pgp

Re: how to determine whether the source code is same between two kernels

2019-05-11 Thread Aruna Hewapathirane
On Fri, May 10, 2019 at 11:58 PM Valdis Klētnieks wrote: > On Fri, 10 May 2019 22:11:31 -0400, Aruna Hewapathirane said: > > > > Suppose I have two kernels, one is A.B.C build by people Tom. And > > > the other is A.B.C build by Jerry. The source code have been deleted > > > Run diff vmlinuz-Tom

Re: how to determine whether the source code is same between two kernels

2019-05-10 Thread Valdis Klētnieks
On Fri, 10 May 2019 22:11:31 -0400, Aruna Hewapathirane said: > > Suppose I have two kernels, one is A.B.C build by people Tom. And > > the other is A.B.C build by Jerry. The source code have been deleted > Run diff vmlinuz-Tom vmlinuz-Jerry and see if they differ. Then just to Don't even

Re: how to determine whether the source code is same between two kernels

2019-05-10 Thread Aruna Hewapathirane
On Wed, May 8, 2019 at 4:53 AM wuzhouhui wrote: > Hi, > Suppose I have two kernels, one is A.B.C build by people Tom. And > the other is A.B.C build by Jerry. The source code have been deleted > after kernel is build and installed. Now I want to know whether the > source code of these two kernel

Re: how to determine whether the source code is same between two kernels

2019-05-08 Thread Valdis Klētnieks
On Wed, 08 May 2019 16:52:46 +0800, wuzhouhui said: > Suppose I have two kernels, one is A.B.C build by people Tom. And > the other is A.B.C build by Jerry. The source code have been deleted > after kernel is build and installed. Now I want to know whether the > source code of these two kernel is

Re: Re: how to determine whether the source code is same between two kernels

2019-05-08 Thread greg kh
On Wed, May 08, 2019 at 05:43:02PM +0800, wuzhouhui wrote: > > -Original Messages- > > From: "Greg KH" > > Sent Time: 2019-05-08 17:25:54 (Wednesday) > > To: wuzhouhui > > Cc: kernelnewbies@kernelnewbies.org > > Subject: Re: how to determine whether the source code is same between two >

Re: Re: how to determine whether the source code is same between two kernels

2019-05-08 Thread wuzhouhui
> -Original Messages- > From: "Greg KH" > Sent Time: 2019-05-08 17:25:54 (Wednesday) > To: wuzhouhui > Cc: kernelnewbies@kernelnewbies.org > Subject: Re: how to determine whether the source code is same between two > kernels > > On Wed, May 08, 2019 at 04:52:46PM +0800, wuzhouhui

Re: how to determine whether the source code is same between two kernels

2019-05-08 Thread Greg KH
On Wed, May 08, 2019 at 04:52:46PM +0800, wuzhouhui wrote: > Hi, > > Suppose I have two kernels, one is A.B.C build by people Tom. And > the other is A.B.C build by Jerry. The source code have been deleted > after kernel is build and installed. Now I want to know whether the > source code of