Skip to content

Commit

Permalink
fish: cbl_rb_fd: Revert two more problematic commits from next-20240228
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Feb 29, 2024
1 parent 5f35e22 commit 5256f40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fish/functions/cbl_rb_fd.fish
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ function cbl_rb_fd -d "Rebase generic Fedora kernel on latest linux-next"
git rh origin/master

# Patching
# https://lore.kernel.org/[email protected]/
set -a reverts 0c2f314a62342898813d5434945920f2090f44c8 # mm/zsmalloc: remove the deferred free mechanism
set -a reverts 2258bdebb55e3ad3d30fd3849ddb955ff36825de # mm/zsmalloc: don't hold locks of all pages when free_zspage()
for revert in $reverts
git revert --mainline 1 --no-edit $revert
or return
Expand Down

0 comments on commit 5256f40

Please sign in to comment.