All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicholas Piggin <npiggin@gmail.com>
To: Michal Marek <mmarek@suse.com>
Cc: Nicholas Piggin <npiggin@gmail.com>, linux-kbuild@vger.kernel.org
Subject: [PATCH 0/7] kbuild patches for 4.10
Date: Thu, 24 Nov 2016 03:41:36 +1100	[thread overview]
Message-ID: <20161123164143.16839-1-npiggin@gmail.com> (raw)

Hi,

I have a few various kbuild patches for review and  consideration
for 4.10 branch that did not make 4.9. All of these except the first
one have been posted before without big changes. The first, I posted
an RFC for moving kallsyms data section but this approach is simpler.

All patches are independent, so any can be taken in any order. I'm
posting as a group just for convenience but if that is wrong then I
will submit individual patches in future.

Thanks,
Nick

Nicholas Piggin (7):
  kbuild: kallsyms allow 3-pass generation if symbols size has changed
  kbuild: thin archives for multi-y targets
  kbuild/genksyms: handle va_list type
  kbuild: improve linker compatibility with lib-ksyms.o build
  kbuild: keep data tables through dead code elimination
  kbuild: modpost warn if export version crc is missing
  kbuild: minor improvement for thin archives build

 include/asm-generic/vmlinux.lds.h | 68 +++++++++++++++++++--------------------
 scripts/Makefile.build            | 15 ++++++---
 scripts/genksyms/keywords.gperf   |  1 +
 scripts/genksyms/parse.y          |  2 ++
 scripts/link-vmlinux.sh           | 37 ++++++++++++---------
 scripts/mod/modpost.c             |  6 ++++
 6 files changed, 76 insertions(+), 53 deletions(-)

-- 
2.10.2


             reply	other threads:[~2016-11-23 16:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-23 16:41 Nicholas Piggin [this message]
2016-11-23 16:41 ` [PATCH 1/7] kbuild: kallsyms allow 3-pass generation if symbols size has changed Nicholas Piggin
2016-11-23 16:41 ` [PATCH 2/7] kbuild: thin archives for multi-y targets Nicholas Piggin
2016-11-23 16:41 ` [PATCH 3/7] kbuild/genksyms: handle va_list type Nicholas Piggin
2016-11-23 16:41 ` [PATCH 4/7] kbuild: improve linker compatibility with lib-ksyms.o build Nicholas Piggin
2016-11-23 16:41 ` [PATCH 5/7] kbuild: keep data tables through dead code elimination Nicholas Piggin
2016-11-23 16:41 ` [PATCH 6/7] kbuild: modpost warn if export version crc is missing Nicholas Piggin
2016-11-23 16:41 ` [PATCH 7/7] kbuild: minor improvement for thin archives build Nicholas Piggin
2016-11-29 21:25 ` [PATCH 0/7] kbuild patches for 4.10 Michal Marek

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=20161123164143.16839-1-npiggin@gmail.com \
    --to=npiggin@gmail.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=mmarek@suse.com \
    /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.