-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nathan Chancellor <[email protected]>
- Loading branch information
1 parent
ea419a4
commit 3ce91db
Showing
4 changed files
with
19 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,14 +13,15 @@ function cbl_rb_fd -d "Rebase generic Fedora kernel on latest linux-next" | |
git rh origin/master | ||
|
||
# Patching | ||
set -a reverts a8ffe235b11e8a7274c4aa848a1371c315924974 # bcachefs: trans_for_each_update() now declares loop iter | ||
for revert in $reverts | ||
git revert --mainline 1 --no-edit $revert; or return | ||
end | ||
set -a b4_patches https://lore.kernel.org/all/[email protected]/ # ASoC: cs42l43: Add missing statics for hp_ilimit functions | ||
set -a b4_patches https://lore.kernel.org/all/[email protected]/ # rpm-pkg: simplify installkernel %post | ||
for patch in $b4_patches | ||
b4 shazam -l -P _ -s $patch; or return | ||
end | ||
set -a crl_patches 'https://evilpiepirate.org/git/bcachefs.git/patch/?id=caa480b52367442443e3acbab60c404254c333bb' # bcachefs: trans_for_each_update() now declares loop iter | ||
for patch in $crl_patches | ||
crl $patch | git am -3; or return | ||
end | ||
|
42 changes: 0 additions & 42 deletions
42
...next-llvm/20231212_ckeepax_asoc_cs42l43_add_missing_statics_for_hp_ilimit_functions.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters