-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
bore 5.7.3 needs to be rebased for kernel 6.6.62 #53
Comments
It applies fine. Use |
It fails with --fuzz=0 (or -F0, which is used for "exact matching" of a patch). Try this for instance: wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.62.tar.xz and you get: patching file include/linux/sched.h That's because of recent code change in kernel/fork.c in 6.6.62. |
You should get rid of the
|
I know, but usually packaging systems, like rpm, use by default --fuzz=0 for any patch, because patches requiring a different fuzz are usually considered malformed patches or unsafe patches (think for instance security patches), that's why I reported. |
The current patch for Linux 6.6 is for the 6.6.57 vanilla source. |
For your convenience, here's a patch, tailored for Linux 6.6.63 (the current latest). I hope it helps. |
It seems that with kernel 6.6.62 the 0001-linux6.6.57-bore5.7.3.patch patchset doesn't apply smootly (e.g. with patch -F0) anymore, and need to be rebased.
The text was updated successfully, but these errors were encountered: