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


Groups > linux.kernel > #1313030

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

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

Show all headers | View raw


Hi Linus,

please pull this non-critical part of kbuild for v4.5-rc1:
- Fix for make O=... perf-tar*
- make tags revamp and fix for the fallout. Patch for warnings about
  line breaks inside DEFINE_PER_CPU macros is pending
- New coccinelle test

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 misc

for you to fetch changes up to 3f984cb39907f87515d83657ecd471ae396a6c4a:

  coccinelle: tests: unsigned value cannot be lesser than zero (2016-01-12 17:47:47 +0100)

----------------------------------------------------------------
Andrzej Hajda (1):
      coccinelle: tests: unsigned value cannot be lesser than zero

Michael Ellerman (1):
      scripts/tags.sh: Teach tags about more powerpc macros

Michal Marek (7):
      tags: Treat header files as C code
      aic7xxx: Avoid name collision with <linux/list.h>
      tags: Fix erroneous pattern match in a comment
      tags: Process Kconfig files in a single pass
      tags: Do not try to index defconfigs
      tags: Drop the _PE rule
      tags: Unify emacs and exuberant rules

Riku Voipio (1):
      package Makefile: fix perf-tar targets when outdir is set

 drivers/scsi/aic7xxx/aic79xx.h                     |   4 +-
 drivers/scsi/aic7xxx/aic79xx_osm.h                 |   5 -
 drivers/scsi/aic7xxx/aic7xxx.h                     |   2 +-
 drivers/scsi/aic7xxx/aic7xxx_osm.h                 |   5 -
 drivers/scsi/aic7xxx/queue.h                       |   2 +-
 .../tests/unsigned_lesser_than_zero.cocci          |  75 +++++++
 scripts/package/Makefile                           |   4 +-
 scripts/tags.sh                                    | 218 ++++++++++-----------
 8 files changed, 189 insertions(+), 126 deletions(-)
 create mode 100644 scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci

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


Thread

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

csiph-web