-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sunxi-6.6: Switch to v6.6.70 #7690
Conversation
Hey @The-going welcome back! Could you experiment with running This should normalize all patches again ( If you like the result you can squash it with the first commit -- that would reveal the diff-of-diffs to be much smaller. In general, I don't mind the format sunxi follows, but since we've recently rewritten all the patches for all the families keeping it this way might make for easier PR reviews, as there would be less noise (changes to index stanzas, mostly). If you don't like it, no problem -- I won't insist. (To check, I did it for you, here's the commit -- it mostly adapts some patches but you can tell that most of the patches are actually unchanged if you normalize them.) |
I already tried to use this at the moment when significant changes were made in the mainline kernel in the files that we are changing with the help of patches. The result was unsatisfactory. I think I need to write a little explanation. When all the patches are applied to the new kernel version, I extract them using the mk_format_patch script. In order not to create noise, the script uses intelligent copying. I've been using this for about ten years to work with a large number of fixes (several thousand). |
Some of these changes raise questions and doubts for me when simply viewing them. My deep conviction is that it is impossible to automate the part of the work that requires human attention. |
Well, I tried -- good luck! |
Description