Skip to content

Commit

Permalink
build-llvm.py: Use latest mainline tag for profiling
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed May 6, 2024
1 parent 0cc3b20 commit 4ade3e7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 164 deletions.
2 changes: 1 addition & 1 deletion build-llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.8')
lsm.location = Path(src_folder, 'linux-6.9-rc7')
lsm.patches = list(src_folder.glob('*.patch'))

lsm.tarball.base_download_url = 'https://git.kernel.org/torvalds/t'
Expand Down

This file was deleted.

45 changes: 0 additions & 45 deletions src/35f20786c481d5ced9283ff42de5c69b65e5ed13.patch

This file was deleted.

69 changes: 0 additions & 69 deletions src/75b5ab134bb5f657ef7979a59106dce0657e8d87.patch

This file was deleted.

0 comments on commit 4ade3e7

Please sign in to comment.