mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Michal Marek <mmarek@suse.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: himangi774@gmail.com, mmarek@suse.cz, shuah.kh@samsung.com,
	ydroneaud@opteya.com, linux-kbuild@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [GIT] kbuild misc changes for 3.17-rc1
Date: Mon, 11 Aug 2014 17:23:32 +0200	[thread overview]
Message-ID: <20140811152332.GA4629@sepie.suse.cz> (raw)

Hi Linus,

this is the non-critical part of kbuild for 3.17-rc1:
- make help hint to use make -s with make kernelrelease et al.
- Moved a kbuild document to Documentation/kbuild where it belongs
- four new Coccinelle scripts, one dropped and one fixed
- new make kselftest target to run various tests on the kernel

Michal


The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

  Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

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 5a5da78b3a48120d942c8a18ecc645f6acdf7da6:

  kbuild: kselftest - new make target to build and run kernel selftests (2014-08-07 22:30:01 +0200)

----------------------------------------------------------------
Himangi Saraogi (5):
      coccinelle/null: solve parse error
      Coccinelle: Script to detect cast after memory allocation
      Coccinelle: Script to use ARRAY_SIZE instead of division of two sizeofs
      Coccinelle: Script to detect incorrect argument to sizeof
      Coccinelle: Script to replace if and BUG with BUG_ON

Michal Marek (1):
      kbuild: make -s should be used with kernelrelease/kernelversion/image_name

Shuah Khan (1):
      kbuild: kselftest - new make target to build and run kernel selftests

Yann Droneaud (1):
      Documentation: headers_install.txt is part of kbuild

 Documentation/kbuild/00-INDEX                      |  2 +
 Documentation/{make => kbuild}/headers_install.txt |  0
 Makefile                                           | 18 ++++-
 scripts/coccinelle/api/alloc/alloc_cast.cocci      | 72 ++++++++++++++++++
 scripts/coccinelle/misc/array_size.cocci           | 87 ++++++++++++++++++++++
 scripts/coccinelle/misc/badty.cocci                | 76 +++++++++++++++++++
 .../drop_kmalloc_cast.cocci => misc/bugon.cocci}   | 47 ++++++------
 scripts/coccinelle/null/badzero.cocci              |  3 +-
 8 files changed, 275 insertions(+), 30 deletions(-)
 rename Documentation/{make => kbuild}/headers_install.txt (100%)
 create mode 100644 scripts/coccinelle/api/alloc/alloc_cast.cocci
 create mode 100644 scripts/coccinelle/misc/array_size.cocci
 create mode 100644 scripts/coccinelle/misc/badty.cocci
 rename scripts/coccinelle/{api/alloc/drop_kmalloc_cast.cocci => misc/bugon.cocci} (50%)

                 reply	other threads:[~2014-08-11 15:23 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=20140811152332.GA4629@sepie.suse.cz \
    --to=mmarek@suse.cz \
    --cc=himangi774@gmail.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shuah.kh@samsung.com \
    --cc=torvalds@linux-foundation.org \
    --cc=ydroneaud@opteya.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

all inboxes | Powered by JetHome®