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]
Message-ID: <20100804125830.GA24407@sepie.suse.cz>
Date:	Wed, 4 Aug 2010 14:58:30 +0200
From:	Michal Marek <mmarek@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	ettl.martin@....de, mmarek@...e.cz, npalix@...u.dk, rabin@....in,
	rdreier@...co.com, segooon@...il.com, xiyou.wangcong@...il.com,
	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT] kbuild: misc changes

Hi Linus,

these are the kbuild changes that did not fit anywhere else. The most
interesting part is integration of the coccinelle tool into the kernel
build, see Documentation/coccinelle.txt for the details. With this,
further semantic patches should appear below scripts/coccinelle and not
in the changelog messages.

Michal

The following changes since commit 9fe6206f400646a2322096b56c59891d530e8d51:

  Linux 2.6.35 (2010-08-01 15:11:14 -0700)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git misc

Américo Wang (1):
      scripts: add nconf into gitignore file

Kulikov Vasiliy (1):
      Documentation: fix ubuntu distro name

Martin Ettl (1):
      scripts/dtc: Fix a resource leak

Michal Marek (3):
      Makefile: clarify a comment
      Merge branch 'kbuild/coccinelle' into kbuild/misc
      MAINTAINERS: Update kbuild git URLs

Nicolas Palix (8):
      Add a target to use the Coccinelle checker
      Add Documentation/coccinelle.txt
      Add scripts/coccinelle/alloc/drop_kmalloc_cast.cocci
      Add scripts/coccinelle/alloc/kzalloc-simple.cocci
      Add scripts/coccinelle/resource_size.cocci
      Add scripts/coccinelle/err_cast.cocci
      Add scripts/coccinelle/deref_null.cocci
      Add support for the C variable in the coccicheck script

Rabin Vincent (1):
      scripts: decodecode: remove bashisms

Roland Dreier (1):
      checkkconfigsymbols.sh: Kconfig symbols sometimes have lowercase letters

 Documentation/coccinelle.txt                     |  258 +++++++++++++++++++
 MAINTAINERS                                      |   14 +-
 Makefile                                         |   12 +-
 scripts/Makefile.help                            |    3 +
 scripts/checkkconfigsymbols.sh                   |    2 +-
 scripts/coccicheck                               |   80 ++++++
 scripts/coccinelle/alloc/drop_kmalloc_cast.cocci |   67 +++++
 scripts/coccinelle/alloc/kzalloc-simple.cocci    |   82 ++++++
 scripts/coccinelle/deref_null.cocci              |  293 ++++++++++++++++++++++
 scripts/coccinelle/err_cast.cocci                |   56 ++++
 scripts/coccinelle/resource_size.cocci           |   93 +++++++
 scripts/decodecode                               |   10 +-
 scripts/dtc/fstree.c                             |    1 +
 scripts/kconfig/.gitignore                       |    1 +
 14 files changed, 960 insertions(+), 12 deletions(-)
 create mode 100644 Documentation/coccinelle.txt
 create mode 100644 scripts/Makefile.help
 create mode 100755 scripts/coccicheck
 create mode 100644 scripts/coccinelle/alloc/drop_kmalloc_cast.cocci
 create mode 100644 scripts/coccinelle/alloc/kzalloc-simple.cocci
 create mode 100644 scripts/coccinelle/deref_null.cocci
 create mode 100644 scripts/coccinelle/err_cast.cocci
 create mode 100644 scripts/coccinelle/resource_size.cocci
--
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