Hi Linus,

please pull two x86/build fixes for v5.11.

Thx.

---

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 
tags/x86_build_for_v5.11

for you to fetch changes up to 2838307b019dfec0c309c4e8e589658736cff4c9:

  x86/build: Remove -m16 workaround for unsupported versions of GCC (2020-12-01 
17:17:18 +0100)

----------------------------------------------------------------
- Fix the vmlinux size check on 64-bit along with adding useful clarifications 
on the topic
(Arvind Sankar)

- Remove -m16 workaround now that the GCC versions that need it are unsupported
(Nick Desaulniers)

----------------------------------------------------------------
Arvind Sankar (1):
      x86/build: Fix vmlinux size check on 64-bit

Nick Desaulniers (1):
      x86/build: Remove -m16 workaround for unsupported versions of GCC

 arch/x86/Makefile                    |  9 +--------
 arch/x86/boot/code16gcc.h            | 12 ------------
 arch/x86/include/asm/page_32_types.h |  8 +++++++-
 arch/x86/include/asm/page_64_types.h |  6 ++++--
 arch/x86/include/asm/pgtable_32.h    | 18 ++++++------------
 arch/x86/kernel/head_64.S            | 20 +++++++++-----------
 arch/x86/kernel/vmlinux.lds.S        | 12 +++---------
 7 files changed, 30 insertions(+), 55 deletions(-)
 delete mode 100644 arch/x86/boot/code16gcc.h

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG 
Nürnberg

Reply via email to