kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Determining patch impact on a specific config
@ 2016-08-17 12:39 Nicholas Mc Guire
  2016-08-17 13:25 ` Greg KH
  0 siblings, 1 reply; 12+ messages in thread
From: Nicholas Mc Guire @ 2016-08-17 12:39 UTC (permalink / raw)
  To: kernelnewbies


Hi !

 For a given patch I would like to find out if it impacts a
 given configuration or not. Now of course one could compile the
 kernel for the configuration prior to the patch, then apply the
 patch and recompile to find out if there is an impact but I would
 be looking for some smarter solution. Checking files only 
 unfortunately will not do it, due to ifdefs and friends so make
 would detect a change and recompile even if the affeted code 
 area is actualy dropped by the preprocessor.

 What Im trying to do is find out is, how many of the e.g. stable
 fixes of 4.4-4.4.14 would have impacted a given configuration - the
 whole exercise is intended for some statistical analysis of bugs
 in linux-stable.

 Maybe this is a trivial problem - but I did not find any usable solution 
 so any ideas other than brute force compile/patch/recompile/diff *.o ?

thx!
hofrat

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-08-18  7:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-17 12:39 Determining patch impact on a specific config Nicholas Mc Guire
2016-08-17 13:25 ` Greg KH
2016-08-17 13:52   ` Greg KH
2016-08-17 14:01     ` Nicholas Mc Guire
2016-08-17 14:17       ` Greg KH
2016-08-17 14:49         ` Nicholas Mc Guire
2016-08-17 15:39           ` Greg KH
2016-08-17 16:50             ` Nicholas Mc Guire
2016-08-17 17:34               ` Greg KH
2016-08-17 18:48                 ` Nicholas Mc Guire
2016-08-18  7:35                   ` Greg KH
2016-08-18  7:38                   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).