All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] kbuild misc changes for v4.5-rc1
@ 2016-01-20  9:28 Michal Marek
  0 siblings, 0 replies; only message in thread
From: Michal Marek @ 2016-01-20  9:28 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: a.hajda, mmarek, mpe, riku.voipio, linux-kbuild, linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-20  9:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-20  9:28 [GIT PULL] kbuild misc changes for v4.5-rc1 Michal Marek

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.