Skip to content

Commit

Permalink
env: next-20230124
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Jan 24, 2024
1 parent cf0e2c2 commit 15ff444
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
3 changes: 1 addition & 2 deletions fish/functions/cbl_rb_fd.fish
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ function cbl_rb_fd -d "Rebase generic Fedora kernel on latest linux-next"
for patch in $b4_patches
b4 shazam -l -P _ -s $patch; or return
end
set -a crl_patches https://git.kernel.org/torvalds/p/e01a83e12604aa2f8d4ab359ec44e341a2248b4a # Revert "btrfs: zstd: fix and simplify the inline extent decompression"
set -a crl_patches https://lore.kernel.org/all/[email protected]/raw # rpm-pkg: simplify installkernel %posti
set -a crl_patches https://lore.kernel.org/all/[email protected]/raw # rpm-pkg: simplify installkernel %post
for patch in $crl_patches
crl $patch | git am -3; or return
end
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-20240123
_srctag=next-20240124
pkgver=${_srctag//-/.}
pkgrel=1
pkgdesc='linux-next'
Expand All @@ -30,7 +30,7 @@ validpgpkeys=(
'3F2568AAC26998F9E813A1C5C3F436CA30F5D8EB' # Mark Brown
)
sha256sums=('SKIP'
'6cc6d794667254c4b93e5117c6419a1108e37c3d4e3bd1a07105ffab55584fc7')
'986199c647457d9b9a398b7f45241def8b2e1ce9c8565ce71b56e1292018624e')

# This obviously ties this PKGBUILD to my machine but that is kind of the point :)
_kmake() {
Expand Down
9 changes: 5 additions & 4 deletions pkgbuilds/linux-next-llvm/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.8.0-rc1 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="ClangBuiltLinux clang version 18.0.0git (https://github.com/llvm/llvm-project 4fc75062745eb5232ea60c37b9ffe61177efa12a)"
CONFIG_CC_VERSION_TEXT="ClangBuiltLinux clang version 19.0.0git (https://github.com/llvm/llvm-project 4c3de45ecf9eea6b4ad850a042706f7865a2aab2)"
CONFIG_GCC_VERSION=0
CONFIG_CC_IS_CLANG=y
CONFIG_CLANG_VERSION=180000
CONFIG_CLANG_VERSION=190000
CONFIG_AS_IS_LLVM=y
CONFIG_AS_VERSION=180000
CONFIG_AS_VERSION=190000
CONFIG_LD_VERSION=0
CONFIG_LD_IS_LLD=y
CONFIG_LLD_VERSION=180000
CONFIG_LLD_VERSION=190000
CONFIG_CC_CAN_LINK=y
CONFIG_CC_CAN_LINK_STATIC=y
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
Expand Down Expand Up @@ -10487,6 +10487,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
CONFIG_FAT_DEFAULT_UTF8=y
CONFIG_EXFAT_FS=m
CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
# CONFIG_NTFS_FS is not set
CONFIG_NTFS3_FS=m
# CONFIG_NTFS3_64BIT_CLUSTER is not set
CONFIG_NTFS3_LZX_XPRESS=y
Expand Down

0 comments on commit 15ff444

Please sign in to comment.