nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / scripts / checkpatch.pl
2009-02-28 Andy Whitcroftcheckpatch: version 0.28
2009-02-28 Andy Whitcroftcheckpatch: add __ref as a sparse modifier
2009-02-28 Andy Whitcroftcheckpatch: extend attribute testing to all modifiers
2009-02-28 Andy Whitcroftcheckpatch: a modifier is not an identifier at the...
2009-02-28 Andy Whitcroftcheckpatch: pointer type star may have modifiers following
2009-02-28 Andy Whitcroftcheckpatch: correctly handle type spacing in the face...
2009-02-28 Andy Whitcroftcheckpatch: do not warn about -p0 patches when checking...
2009-02-28 Andy Whitcroftcheckpatch: make in_atomic ok in the core
2009-01-16 Andy Whitcroftcheckpatch: version: 0.27
2009-01-16 Andy Whitcroftcheckpatch: struct seq_operations should normally be...
2009-01-16 Andy Whitcroftcheckpatch: if should not continue a preceeding brace
2009-01-16 Andy Whitcroftcheckpatch: allow parentheses on return handle array...
2009-01-16 Andy Whitcroftcheckpatch: type/cast spacing should not check prefix...
2009-01-16 Andy Whitcroftcheckpatch: handle missing #if open in context
2009-01-06 Andy Whitcroftcheckpatch: version: 0.26
2009-01-06 Andy Whitcroftcheckpatch: fix the perlcritic errors
2009-01-06 Andy Whitcroftcheckpatch: struct file_operations should normally...
2009-01-06 Andy Whitcroftcheckpatch: ensure we actually detect if assignments...
2009-01-06 Andy Whitcroftcheckpatch: do not report nr_static as a static declaration
2009-01-06 Andy Whitcroftcheckpatch: track #ifdef/#else/#endif when tracking...
2009-01-06 Andy Whitcroftcheckpatch: fix continuation detection when handling...
2009-01-06 Andy Whitcroftcheckpatch: loosen spacing on typedef function checks
2009-01-06 Mike Frysingercheckpatch: try to catch missing VMLINUX_SYMBOL() in...
2009-01-06 Andy Whitcroftcheckpatch: allow parentheses on return for comparisons
2009-01-06 Wolfram Sangcheckpatch: Add warning for p0-patches
2009-01-06 Andy Whitcroftcheckpatch: update copyrights
2009-01-06 Andy Whitcroftcheckpatch: version: 0.25
2009-01-06 Andy Whitcroftcheckpatch: dissallow spaces between stars in pointer...
2009-01-06 Andy Whitcroftcheckpatch: comment ends inside strings is most likely...
2009-01-06 Andy Whitcroftcheckpatch: detect multiple bitfield declarations
2009-01-06 Andy Whitcroftcheckpatch: __weak is an official attribute
2009-01-06 Andy Whitcroftcheckpatch: structure member assignments are not complex
2009-01-06 Andy Whitcroftcheckpatch: widen implied comment detection to allow...
2009-01-06 Andy Whitcroftcheckpatch: comment detection may miss an implied comme...
2009-01-06 Andy Whitcroftcheckpatch: add checks for in_atomic()
2008-10-20 Dave JonesUpdate email addresses.
2008-10-16 Andy Whitcroftcheckpatch: version: 0.24
2008-10-16 Andy Whitcroftcheckpatch: allow for comments either side of a brace...
2008-10-16 Andy Whitcroftcheckpatch: suspect indent handle macro continuation
2008-10-16 Andy Whitcroftcheckpatch: trailing statements ensure we report the...
2008-10-16 Andy Whitcroftcheckpatch: DEFINE_ macros are real definitions for...
2008-10-16 Andy Whitcroftcheckpatch: complex macros checks miss square brackets
2008-10-16 Andy Whitcroftcheckpatch: suspect code indent must stop at #else...
2008-10-16 Andy Whitcroftcheckpatch: pull out known acceptable typedefs
2008-10-16 Andy Whitcroftcheckpatch: accept any sized le/be type
2008-10-16 Andy Whitcroftcheckpatch: macros which define structure members are...
2008-10-16 Andy Whitcroftcheckpatch: handle do without braces if we have enough...
2008-10-16 Andy Whitcroftcheckpatch: labels are not possible types
2008-10-16 Andy Whitcroftcheckpatch: do is not a possible type
2008-10-16 Andy Whitcroftcheckpatch: version: 0.23
2008-10-16 Andy Whitcroftcheckpatch: ensure we only apply checks to the lines...
2008-10-16 Andy Whitcroftcheckpatch: suspect indent count condition lines correctly
2008-10-16 Andy Whitcroftcheckpatch: check line endings in text format files
2008-10-16 Andy Whitcroftcheckpatch: handle comment/quote nesting correctly
2008-10-16 Andy Whitcroftcheckpatch: suppress errors triggered by short patch
2008-10-16 Andy Whitcroftcheckpatch: case/default checks should only check chang...
2008-10-16 Andy Whitcroftcheckpatch: version: 0.22
2008-10-16 Andy Whitcroftcheckpatch: perform indent checks on perl
2008-10-16 Andy Whitcroftcheckpatch: report the correct lines for single stateme...
2008-10-16 Andy Whitcroftcheckpatch: %Lx tests should hand %% as a literal
2008-10-16 Andy Whitcroftcheckpatch: suspect indent -- skip over preprocessor...
2008-10-16 Andy Whitcroftcheckpatch: report the real first line of all suspect...
2008-10-16 Andy Whitcroftcheckpatch: report any absolute references to kernel...
2008-10-16 Andy Whitcroftcheckpatch: reduce warnings for #include of asm/foo...
2008-10-16 Andy Whitcroftcheckpatch: include/asm checks should be anchored
2008-10-16 Andy Whitcroftcheckpatch: fix up comment checks search to scan the...
2008-10-16 Andy Whitcroftcheckpatch: complex macros -- fix up extension handling
2008-10-16 Andy Whitcroftcheckpatch: ____cacheline_aligned et al are modifiers
2008-10-16 Andy Whitcroftcheckpatch: add tests for the attribute matcher
2008-10-16 Andy Whitcroftcheckpatch: switch indent allow plain return
2008-10-16 Andy Whitcroftcheckpatch: conditional indent -- labels have different...
2008-10-16 Andy Whitcroftcheckpatch: values: double ampersand may be unary
2008-10-16 Andy Whitcroftcheckpatch: square brackets -- exemption for array...
2008-07-24 Andy Whitcroftcheckpatch: version 0.21
2008-07-24 Andy Whitcroftcheckpatch: types cannot start mid word for pointer...
2008-07-24 Andy Whitcroftcheckpatch: complex macros need to ignore comments
2008-07-24 Andy Whitcroftcheckpatch: variants -- move the main unary/binary...
2008-07-24 Andy Whitcroftcheckpatch: add checks for question mark and colon...
2008-07-24 Andy Whitcroftcheckpatch: possible modifiers -- handle multiple modif...
2008-07-24 Andy Whitcroftcheckpatch: possible types -- known modifiers cannot...
2008-07-24 Andy Whitcroftcheckpatch: handle return types of pointers to functions
2008-07-24 Andy Whitcroftcheckpatch: macro complexity checks are meaningless...
2008-07-24 Andy Whitcroftcheckpatch: possible modifiers are not being correctly...
2008-07-24 Andy Whitcroftcheckpatch: improve type matcher debug
2008-07-24 Andy Whitcroftcheckpatch: allow for type modifiers on multiple declar...
2008-07-24 Wolfram Sangcheckpatch: correct spelling in kfree checks
2008-07-24 Greg Kroah-Hartmancheckpatch: usb_free_urb() can take NULL
2008-07-24 Andy Whitcroftcheckpatch: condition/loop indent checks
2008-07-24 Andy Whitcroftcheckpatch: toughen trailing if statement checks and...
2008-07-24 Andy Whitcroftcheckpatch: check spacing for square brackets
2008-07-24 Andy Whitcroftcheckpatch: switch -- report trailing statements on...
2008-07-24 Andy Whitcroftcheckpatch: allow printk strings to exceed 80 character...
2008-07-24 Andy Whitcroftcheckpatch: trailing statement indent: fix end of state...
2008-07-24 Andy Whitcroftcheckpatch: macros: fix statement counting block end...
2008-07-24 Andy Whitcroftcheckpatch: types: unary -- goto introduces unary context
2008-07-24 Andy Whitcroftcheckpatch: comment detection: ignore macro continuatio...
2008-07-24 Andy Whitcroftcheckpatch: possible types: __asm__ is never a type
2008-07-24 Michael Ellermancheckpatch: add a checkpatch warning for new uses of...
2008-07-24 Andy Whitcroftcheckpatch: types: some types may also be identifiers
2008-07-24 Andy Whitcroftcheckpatch: return is not a function -- parentheses...
next