Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1313020

[GIT PULL] kbuild changes for v4.5-rc1

From Michal Marek <mmarek@suse.com>
Newsgroups linux.kernel
Subject [GIT PULL] kbuild changes for v4.5-rc1
Date 2016-01-20 10:20 +0100
Message-ID <qSX5M-4m2-21@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View 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(-)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] kbuild changes for v4.5-rc1 Michal Marek <mmarek@suse.com> - 2016-01-20 10:20 +0100

csiph-web