diff --git a/configs/kernel/linux-next-llvm.config b/configs/kernel/linux-next-llvm.config index 7df414c9..56a0544c 100644 --- a/configs/kernel/linux-next-llvm.config +++ b/configs/kernel/linux-next-llvm.config @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/python/lib/kernel.py b/python/lib/kernel.py index 3c9d6e0f..f3f15788 100755 --- a/python/lib/kernel.py +++ b/python/lib/kernel.py @@ -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