diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-05 17:20:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-05 17:20:14 -0400 |
commit | f43100ae39bfeb757b75835ef61f0c2c46c99348 (patch) | |
tree | 620379bb9a2287975ee222c449cd69d31738096e /MAINTAINERS | |
parent | 27b4a1a9eac8b0f8958da67e4abe025b96e1a293 (diff) | |
parent | 5e8e1cc0a1c36c8ff156ac1f04a16422bd4ed3ac (diff) |
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
* 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6:
scripts/dtc: Fix a resource leak
Documentation: fix ubuntu distro name
MAINTAINERS: Update kbuild git URLs
Add support for the C variable in the coccicheck script
Add scripts/coccinelle/deref_null.cocci
Add scripts/coccinelle/err_cast.cocci
Add scripts/coccinelle/resource_size.cocci
Add scripts/coccinelle/alloc/kzalloc-simple.cocci
Add scripts/coccinelle/alloc/drop_kmalloc_cast.cocci
Add Documentation/coccinelle.txt
Add a target to use the Coccinelle checker
scripts: decodecode: remove bashisms
Makefile: clarify a comment
checkkconfigsymbols.sh: Kconfig symbols sometimes have lowercase letters
scripts: add nconf into gitignore file
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 05741e0da46c..11e34d5272b8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1569,6 +1569,16 @@ L: platform-driver-x86@vger.kernel.org | |||
1569 | S: Supported | 1569 | S: Supported |
1570 | F: drivers/platform/x86/classmate-laptop.c | 1570 | F: drivers/platform/x86/classmate-laptop.c |
1571 | 1571 | ||
1572 | COCCINELLE/Semantic Patches (SmPL) | ||
1573 | M: Julia Lawall <julia@diku.dk> | ||
1574 | M: Gilles Muller <Gilles.Muller@lip6.fr> | ||
1575 | M: Nicolas Palix <npalix@diku.dk> | ||
1576 | L: cocci@diku.dk (moderated for non-subscribers) | ||
1577 | W: http://coccinelle.lip6.fr/ | ||
1578 | S: Supported | ||
1579 | F: scripts/coccinelle/ | ||
1580 | F: scripts/coccicheck | ||
1581 | |||
1572 | CODA FILE SYSTEM | 1582 | CODA FILE SYSTEM |
1573 | M: Jan Harkes <jaharkes@cs.cmu.edu> | 1583 | M: Jan Harkes <jaharkes@cs.cmu.edu> |
1574 | M: coda@cs.cmu.edu | 1584 | M: coda@cs.cmu.edu |
@@ -3266,8 +3276,8 @@ F: fs/autofs4/ | |||
3266 | 3276 | ||
3267 | KERNEL BUILD + files below scripts/ (unless maintained elsewhere) | 3277 | KERNEL BUILD + files below scripts/ (unless maintained elsewhere) |
3268 | M: Michal Marek <mmarek@suse.cz> | 3278 | M: Michal Marek <mmarek@suse.cz> |
3269 | T: git git://repo.or.cz/linux-kbuild.git for-next | 3279 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git for-next |
3270 | T: git git://repo.or.cz/linux-kbuild.git for-linus | 3280 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git rc-fixes |
3271 | L: linux-kbuild@vger.kernel.org | 3281 | L: linux-kbuild@vger.kernel.org |
3272 | S: Maintained | 3282 | S: Maintained |
3273 | F: Documentation/kbuild/ | 3283 | F: Documentation/kbuild/ |