All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Marek <mmarek@suse.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: bigeasy@linutronix.de, bp@suse.de, npiggin@gmail.com,
	linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] kbuild post v4.9-rc1 fixes
Date: Fri, 18 Nov 2016 21:50:51 +0100	[thread overview]
Message-ID: <20161118205051.GA11224@sepie.suse.cz> (raw)

Hi Linus,

Here are some regression fixes for kbuild:
- modversion support for exported asm symbols (Nick Piggin). The
  affected architectures need separate patches adding asm-prototypes.h.
- fix rebuilds of lib-ksyms.o (Nick Piggin)
- -fno-PIE builds (Sebastian Siewior and Borislav Petkov). This is not a
  kernel regression, but one of the Debian gcc package. Nevertheless,
  it's quite annoying, so I think it should go into mainline and stable
  now.

Thanks,
Michal


The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes

for you to fetch changes up to c6a385539175ebc603da53aafb7753d39089f32e:

  kbuild: Steal gcc's pie from the very beginning (2016-11-15 17:08:14 +0100)

----------------------------------------------------------------
Borislav Petkov (1):
      kbuild: Steal gcc's pie from the very beginning

Nicholas Piggin (3):
      kbuild: prevent lib-ksyms.o rebuilds
      kbuild: modversions for EXPORT_SYMBOL() for asm
      kbuild: be more careful about matching preprocessed asm ___EXPORT_SYMBOL

Sebastian Andrzej Siewior (3):
      kbuild: add -fno-PIE
      scripts/has-stack-protector: add -fno-PIE
      x86/kexec: add -fno-PIE

 Makefile                                  |  5 +-
 arch/x86/purgatory/Makefile               |  1 +
 scripts/Makefile.build                    | 81 ++++++++++++++++++++++++++++---
 scripts/gcc-x86_64-has-stack-protector.sh |  2 +-
 4 files changed, 80 insertions(+), 9 deletions(-)

             reply	other threads:[~2016-11-18 20:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-18 20:50 Michal Marek [this message]
2016-11-20 19:11 ` [GIT PULL] kbuild post v4.9-rc1 fixes Adam Borowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161118205051.GA11224@sepie.suse.cz \
    --to=mmarek@suse.com \
    --cc=bigeasy@linutronix.de \
    --cc=bp@suse.de \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=npiggin@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.