From: Michal Marek <mmarek@suse.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: lee.jones@linaro.org, mmarek@suse.com, mmarek@suse.cz,
nicolas.iooss_linux@m4x.org, udknight@gmail.com,
linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] kbuild changes for v4.5-rc1
Date: Wed, 20 Jan 2016 10:09:20 +0100 [thread overview]
Message-ID: <20160120090920.GA7478@sepie.suse.cz> (raw)
Hi Linus,
please pull these kbuild changes for v4.5-rc1:
- Make <modname>-m in makefiles work like <modname>-y and fix the
fallout
- Minor genksyms fix
- Fix race with make -j install modules_install
- Move -Wsign-compare from make W=1 to W=2
- Other minor fixes
Thanks,
Michal
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git kbuild
for you to fetch changes up to 7599ea8b4e25fd8dea26cb64f100cf265d1e6bf3:
kbuild: Demote 'sign-compare' warning to W=2 (2016-01-12 16:07:03 +0100)
----------------------------------------------------------------
Lee Jones (1):
kbuild: Demote 'sign-compare' warning to W=2
Michal Marek (6):
staging/ad7606: Actually build the interface modules
kbuild: Allow to specify composite modules with modname-m
Revert "drm: Hack around CONFIG_AGP=m build failures"
ath10k: Fix build with CONFIG_THERMAL=m
genksyms: Handle string literals with spaces in reference files
kbuild: Do not run modules_install and install in paralel
Nicolas Iooss (1):
fixdep: constify strrcmp arguments
Wang YanQing (1):
Makefile: revert "Makefile: Document ability to make file.lst and file.S" partially
Makefile | 8 +++++++-
drivers/gpu/drm/Makefile | 2 --
drivers/misc/ibmasm/ibmasm.h | 2 +-
drivers/net/wireless/ath/ath10k/thermal.h | 2 +-
drivers/staging/iio/adc/Kconfig | 4 ++--
drivers/staging/iio/adc/Makefile | 7 +++----
drivers/staging/iio/adc/ad7606_core.c | 4 ++++
drivers/usb/chipidea/otg_fsm.h | 2 +-
fs/logfs/logfs.h | 2 +-
scripts/Makefile.build | 8 ++++++--
scripts/Makefile.extrawarn | 2 ++
scripts/Makefile.lib | 4 ++--
scripts/basic/fixdep.c | 2 +-
scripts/genksyms/genksyms.c | 6 ++++--
14 files changed, 35 insertions(+), 20 deletions(-)
reply other threads:[~2016-01-20 9:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20160120090920.GA7478@sepie.suse.cz \
--to=mmarek@suse.com \
--cc=lee.jones@linaro.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mmarek@suse.cz \
--cc=nicolas.iooss_linux@m4x.org \
--cc=torvalds@linux-foundation.org \
--cc=udknight@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome