Skip to content

Commit

Permalink
env: next-20240301
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Mar 1, 2024
1 parent e088871 commit 8d2702d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions fish/functions/cbl_rb_fd.fish
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function cbl_rb_fd -d "Rebase generic Fedora kernel on latest linux-next"
git revert --mainline 1 --no-edit $revert
or return
end
set -a b4_patches https://lore.kernel.org/all/20240301-pci-imx6-fix-clang-implicit-fallthrough-v1-1-db78c7cbb384@kernel.org/ # PCI: imx6: Fix clang -Wimplicit-fallthrough in imx6_pcie_probe()
for patch in $b4_patches
b4 shazam -l -P _ -s $patch
or begin
Expand Down
4 changes: 2 additions & 2 deletions pkgbuilds/linux-next-llvm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

_localversion=-llvm
pkgname=linux-next$_localversion
_srctag=next-20240229
_srctag=next-20240301
pkgver=${_srctag//-/.}
pkgrel=1
pkgdesc='linux-next'
Expand Down Expand Up @@ -31,7 +31,7 @@ validpgpkeys=(
'3F2568AAC26998F9E813A1C5C3F436CA30F5D8EB' # Mark Brown
)
sha256sums=('SKIP'
'3aeffbd3c05388ad73215e646419ba3ddad6501de99d44df10d404995212f843'
'7ae38060e7a4df5276c5229945e9b76568dd366dab50f738f7ae40feb751c4a0'
'2c5d1f7180465e1db5d09bb70d70b00f2142f1f18b529066843d67a0be8e3dff')

# This obviously ties this PKGBUILD to my machine but that is kind of the point :)
Expand Down
6 changes: 2 additions & 4 deletions pkgbuilds/linux-next-llvm/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.8.0-rc6 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="ClangBuiltLinux clang version 19.0.0git (https://github.com/llvm/llvm-project fdf44b37774ede4e15b12508753aca16008b718d)"
CONFIG_CC_VERSION_TEXT="ClangBuiltLinux clang version 19.0.0git (https://github.com/llvm/llvm-project 1a2960bab6381f2b288328e2371829b460ac020c)"
CONFIG_GCC_VERSION=0
CONFIG_CC_IS_CLANG=y
CONFIG_CLANG_VERSION=190000
Expand Down Expand Up @@ -4919,7 +4919,7 @@ CONFIG_PINCTRL_CS47L92=y
# Intel pinctrl drivers
#
CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_PINCTRL_CHERRYVIEW=m
CONFIG_PINCTRL_CHERRYVIEW=y
CONFIG_PINCTRL_LYNXPOINT=m
CONFIG_PINCTRL_INTEL=y
# CONFIG_PINCTRL_INTEL_PLATFORM is not set
Expand Down Expand Up @@ -11749,8 +11749,6 @@ CONFIG_RUNTIME_TESTING_MENU=y
# CONFIG_ATOMIC64_SELFTEST is not set
CONFIG_ASYNC_RAID6_TEST=m
# CONFIG_TEST_HEXDUMP is not set
# CONFIG_STRING_SELFTEST is not set
# CONFIG_TEST_STRING_HELPERS is not set
# CONFIG_TEST_KSTRTOX is not set
# CONFIG_TEST_PRINTF is not set
# CONFIG_TEST_SCANF is not set
Expand Down

0 comments on commit 8d2702d

Please sign in to comment.