Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: Drop patches that fail to apply after 6.9 update #271

Merged

Conversation

nathanchance
Copy link
Member

These are all available in 6.9, which the default PGO build was changed to in commit d263661 ("build-llvm.py: Update DEFAULT_KERNEL_FOR_PGO to 6.9.0"), so they need to be dropped to avoid issues setting up the kernel source for profiling.

W: Patch ('.../src/75b5ab134bb5f657ef7979a59106dce0657e8d87.patch') has already been applied, consider removing it
W: Patch ('.../src/20240319_nathan_hexagon_vmlinux_lds_s_handle_attributes_section.patch') has already been applied, consider removing it
W: Patch ('.../src/35f20786c481d5ced9283ff42de5c69b65e5ed13.patch') has already been applied, consider removing it

Fixes: d263661 ("build-llvm.py: Update DEFAULT_KERNEL_FOR_PGO to 6.9.0")

These are all available in 6.9, which the default PGO build was changed
to in commit d263661 ("build-llvm.py: Update DEFAULT_KERNEL_FOR_PGO to
6.9.0"), so they need to be dropped to avoid issues setting up the
kernel source for profiling.

  W: Patch ('.../src/75b5ab134bb5f657ef7979a59106dce0657e8d87.patch') has already been applied, consider removing it
  W: Patch ('.../src/20240319_nathan_hexagon_vmlinux_lds_s_handle_attributes_section.patch') has already been applied, consider removing it
  W: Patch ('.../src/35f20786c481d5ced9283ff42de5c69b65e5ed13.patch') has already been applied, consider removing it

Fixes: d263661 ("build-llvm.py: Update DEFAULT_KERNEL_FOR_PGO to 6.9.0")
Signed-off-by: Nathan Chancellor <[email protected]>
@msfjarvis msfjarvis merged commit 26a242c into ClangBuiltLinux:main May 28, 2024
7 checks passed
@msfjarvis msfjarvis deleted the drop-unneeded-patches-6.9 branch May 28, 2024 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants