-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
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
Kernels 2021-09-30 #140110
Kernels 2021-09-30 #140110
Conversation
Result of 676 packages marked as broken and skipped:
3 packages blacklisted:
91 packages failed to build:
405 packages built:
|
Weird, even though you updated the hardened patches seems like it failed to build? |
Yeah, the patch doesn't seem to apply. I'm kinda frustrated by this, perhaps we should just drop the hardened kernels. |
I'd agree. I'm going to merge this and call it blast radius. Hardened cannot keep mainline behind schedule. |
Yes, this isn't the first time and we didn't get any complaints. So I'm wondering if that's even used :D |
Backport failed for Please cherry-pick the changes locally. git fetch origin release-21.05
git worktree add -d .worktree/backport-140110-to-release-21.05 origin/release-21.05
cd .worktree/backport-140110-to-release-21.05
git checkout -b backport-140110-to-release-21.05
ancref=$(git merge-base 5e1360c873c19ca24cea6e33a012d1a8c87a4a58 642ca73937decde097a6c83205f48a5ac081fe94)
git cherry-pick -x $ancref..642ca73937decde097a6c83205f48a5ac081fe94 |
Successfully created backport PR #140215 for |
For the record, I saw a couple "complaints" on #138203 |
yes, it's used. and yes, there are complaints when it breaks. #138203 if complaints about this matter, then yes, I am complaining. please stop breaking the build for users who opt in to the hardened kernel. |
Yeah, this was referenced in the comment above.
I'm not sure what you'd like to imply here, I mainly pointed out that I wasn't aware of any reports from users who noticed that the hardened kernel was broken. Obviously I was wrong :) Anyways, it's not that I like the situation where some packages frequently break. You're invited to participate in #140281 to work out a solution. |
Feel free to make a PR decoupling hardened builds from mainline sources. I'd love to merge it! |
Things done