[GIT,PULL] x86/build for 6.5

Message ID 20230626164554.GGZJnAwnKoOTCbvKfn@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/build for 6.5 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_build_for_v6.5

Message

Borislav Petkov June 26, 2023, 4:45 p.m. UTC
  Hi Linus,

please pull a single x86 build optimization for 6.5.

Thx.

---

The following changes since commit 858fd168a95c5b9669aac8db6c14a9aeab446375:

  Linux 6.4-rc6 (2023-06-11 14:35:30 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_build_for_v6.5

for you to fetch changes up to 9d9173e9ceb63660ccad80f41373fd7eb48ff4ac:

  x86/build: Avoid relocation information in final vmlinux (2023-06-14 19:54:40 +0200)

----------------------------------------------------------------
- Remove relocation information from vmlinux as it is not needed by
  other tooling and thus a slimmer binary is generated. This is
  important for distros who have to distribute vmlinux blobs with their
  kernel packages too and that extraneous unnecessary data bloats them
  for no good reason

----------------------------------------------------------------
Petr Pavlu (1):
      x86/build: Avoid relocation information in final vmlinux

 arch/x86/Makefile.postlink        | 47 +++++++++++++++++++++++++++++++++++++++
 arch/x86/boot/compressed/Makefile |  8 +++----
 2 files changed, 50 insertions(+), 5 deletions(-)
 create mode 100644 arch/x86/Makefile.postlink
  

Comments

pr-tracker-bot@kernel.org June 26, 2023, 10:54 p.m. UTC | #1
The pull request you sent on Mon, 26 Jun 2023 18:45:56 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_build_for_v6.5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/59035135b32280fd394ba5765c6f4de24f48353e

Thank you!