17 Oct, 2008

1 commit


04 Oct, 2008

1 commit


14 Feb, 2008

1 commit


20 Oct, 2007

1 commit


17 Jul, 2007

1 commit


01 Jun, 2007

1 commit

  • We are seeing increasing levels of minor patch style violations in submissions
    to the mailing lists as well as making it into the tree. These detract from
    the quality of the submission and cause unnessary work for reviewers.

    As a first step package up the current state of the patch style checker and
    include it in the kernel tree. Add instructions suggesting running it on
    submissions. This adds version v0.01 of the checkpatch.pl script.

    Signed-off-by: Andy Whitcroft
    Signed-off-by: Joel Schopp
    Cc: Randy Dunlap
    Cc: Dave Jones
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andy Whitcroft
     

11 May, 2007

1 commit


10 May, 2007

1 commit


02 Mar, 2007

1 commit


23 Jan, 2007

1 commit


11 Dec, 2006

1 commit


01 Oct, 2006

1 commit


30 Sep, 2006

1 commit


11 Jul, 2006

1 commit

  • Update Documentation/SubmitChecklist.

    - Mention lockdep coverage

    - Describe documentation requirements

    - Number the various items to simplify the composition of caustic emails.

    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andrew Morton
     

23 Jun, 2006

1 commit

  • Provide a checklist of techniques to aid kernel patch submitters in
    producing healthy patches and in lessening a burden on maintainers.

    Signed-off-by: Randy Dunlap
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap