Skip to content

Commit

Permalink
env: Update to next-20241210
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Dec 10, 2024
1 parent b6c4447 commit d7b2cfc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions configs/kernel/linux-next-llvm.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 6.13.0-rc1 Kernel Configuration
# Linux/x86_64 6.13.0-rc2 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="ClangBuiltLinux clang version 20.0.0git (https://github.com/llvm/llvm-project.git c7caab2238399346591271a86ef4cc59fe86a7b4)"
CONFIG_CC_VERSION_TEXT="ClangBuiltLinux clang version 20.0.0git (https://github.com/llvm/llvm-project.git d74c73fcf648f9d13c62735317fa1708ec4b9f59)"
CONFIG_GCC_VERSION=0
CONFIG_CC_IS_CLANG=y
CONFIG_CLANG_VERSION=200000
Expand Down Expand Up @@ -1326,6 +1326,7 @@ CONFIG_XFRM_ESP=m
CONFIG_XFRM_IPCOMP=m
CONFIG_NET_KEY=m
CONFIG_NET_KEY_MIGRATE=y
# CONFIG_XFRM_IPTFS is not set
CONFIG_XFRM_ESPINTCP=y
CONFIG_SMC=m
CONFIG_SMC_DIAG=m
Expand Down Expand Up @@ -7079,6 +7080,7 @@ CONFIG_DRM_ANALOGIX_DP=m
# end of Display Interface Bridges

# CONFIG_DRM_ETNAVIV is not set
# CONFIG_DRM_HISI_HIBMC is not set
CONFIG_DRM_BOCHS=m
CONFIG_DRM_CIRRUS_QEMU=m
CONFIG_DRM_GM12U320=m
Expand All @@ -7102,6 +7104,7 @@ CONFIG_DRM_SSD130X=m
CONFIG_DRM_SSD130X_I2C=m
CONFIG_DRM_SSD130X_SPI=m
CONFIG_DRM_HYPERV=m
CONFIG_DRM_PANEL_BACKLIGHT_QUIRKS=m
CONFIG_DRM_PRIVACY_SCREEN=y
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y

Expand Down Expand Up @@ -7252,6 +7255,7 @@ CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y
# end of Graphics support

CONFIG_DRM_ACCEL=y
# CONFIG_DRM_ACCEL_AMDXDNA is not set
CONFIG_DRM_ACCEL_HABANALABS=m
CONFIG_DRM_ACCEL_IVPU=m
# CONFIG_DRM_ACCEL_IVPU_DEBUG is not set
Expand Down
2 changes: 2 additions & 0 deletions python/lib/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def prepare_source(base_name, base_ref='origin/master'):
if base_name in ('fedora', 'linux-next-llvm'):
# https://lore.kernel.org/20241114163931.GA1928968@thelio-3990X/
commits.append('bd0601e8f99ded716ae1341c39cf8cc30fc28466') # fixup! netfs: Change the read result collector to only use one work item

patches.append('https://lore.kernel.org/all/20241210-bcachefs-fix-declaration-after-label-err-v1-1-22c705fc47e8@kernel.org/') # bcachefs: Add empty statement between label and declaration in check_inode_hash_info_matches_root()
# yapf: enable

# pylint: disable=subprocess-run-check
Expand Down

0 comments on commit d7b2cfc

Please sign in to comment.