lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 11 Aug 2014 17:23:32 +0200
From:	Michal Marek <mmarek@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	himangi774@...il.com, mmarek@...e.cz, shuah.kh@...sung.com,
	ydroneaud@...eya.com, linux-kbuild@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT] kbuild misc changes for 3.17-rc1

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%)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ