Re: [PATCH V2] scripts: objdiff: detect object code changes between two commits

2014-03-29 Thread Michal Marek
Dne 24.3.2014 03:14, Jason Cooper napsal(a): > > objdiff can be used in conjunction with a git rebase to confirm that > each commit made no changes to the resulting object code. It has the > same return values as diff(1). This looks nice. Just a few comments below: > +# usage example: > +# > +

[PATCH V2] scripts: objdiff: detect object code changes between two commits

2014-03-23 Thread Jason Cooper
objdiff is useful when doing large code cleanups. For example, when removing checkpatch warnings and errors from new drivers in the staging tree. objdiff can be used in conjunction with a git rebase to confirm that each commit made no changes to the resulting object code. It has the same return