diff --git a/build-llvm.py b/build-llvm.py index 6d2b010c..8f3d8883 100755 --- a/build-llvm.py +++ b/build-llvm.py @@ -444,7 +444,7 @@ f"Supplied kernel source version ('{found_version}') is older than the minimum required version ('{minimum_version}'), provide a newer version!" ) else: - lsm.location = Path(src_folder, 'linux-6.11') + lsm.location = Path(src_folder, 'linux-6.12-rc2') lsm.patches = list(src_folder.glob('*.patch')) lsm.tarball.base_download_url = 'https://git.kernel.org/torvalds/t'