On Tue, 7 May 2019, Greg KH wrote: > On Tue, May 07, 2019 at 04:19:35PM +0200, Thomas Gleixner wrote: > > On Tue, 7 May 2019, Greg KH wrote: > > > On Tue, May 07, 2019 at 02:19:52PM +0200, Thomas Gleixner wrote: > > > > Hi! > > > > > > > > As promised here are the first 4 automatically generated patches. Each > > > > patch handles exactly one match pattern (rule). > > > > > > > > While reviewing the patch (actual code change) might be massively time > > > > consuming, the quick and important part is to look at the patterns and > > > > verify whether the license conclusion is correct. The tooling which > > > > replaces exactly those patterns is pretty solid by now. But if you really > > > > insists on looking at each individual file change, you're welcome. :) > > > > > > > > Note that some of the patterns contain obscure things like: > > > > > > > > [no]_[pad]_[ctrl] > > > > > > > > in the middle. This one is a clear copy and paste artifact which happens to > > > > be in arch/arm/mach-imx/iomux-mx35.h: > > > > > > > > * of the License, or (at your option, NO_PAD_CTRL) any later version. > > > > > > > > Oh well..... > > > > > > What's the diffstat of all 4 of these patches? How many files are you > > > fixing up here? > > > > Oops. Forgot to add that. > > > > 305 files changed, 311 insertions(+), 2789 deletions(-) > > Nice, but I would have expected more files to be touched here :) It's 4 out of 514 patches on the step2 branch. step1-3 result with all patches applied in: 24524 files changed, 24721 insertions(+), 184320 deletions(-) > Anyway, these all look good to me. I'm guessing the subject lines will > be tweaked. If there's anything I can do to run the script and send out > patches, please let me know. You have a big enough machine? I need to fix some crap in the patcher. krobot found an odd patched header file. Thanks tglx