24 Oct, 2016

3 commits


22 Sep, 2016

1 commit

  • Add cross references for the development process documents
    that were converted to ReST:
    Documentation/SubmitChecklist
    Documentation/SubmittingDrivers
    Documentation/SubmittingPatches
    Documentation/development-process/development-process.rst
    Documentation/stable_kernel_rules.txt

    Signed-off-by: Mauro Carvalho Chehab
    Acked-by: Greg Kroah-Hartman
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     

21 Sep, 2016

3 commits


26 Jan, 2016

1 commit


14 Nov, 2015

1 commit

  • Pull more documentation updates from Jon Corbet:
    "A few more documentation patches that wandered in and have no reason
    to wait; these include some improvements to the suggestions for email
    clients and patch submission"

    * tag '4.4-additional' of git://git.lwn.net/linux:
    Documentation: Add minimal Mutt config for using Gmail
    Documentation: Add note on sending files directly with Mutt
    Documentation: dontdiff: remove media from dontdiff
    Documentation/SubmittingPatches: discuss In-Reply-To
    Remove email address from Documentation/filesystems/overlayfs.txt
    can-doc: Add missing semicolon to example

    Linus Torvalds
     

12 Nov, 2015

1 commit


25 Sep, 2015

1 commit


02 Sep, 2015

1 commit

  • Pull trivial tree updates from Jiri Kosina:
    "The usual stuff from trivial tree for 4.3 (kerneldoc updates, printk()
    fixes, Documentation and MAINTAINERS updates)"

    * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (28 commits)
    MAINTAINERS: update my e-mail address
    mod_devicetable: add space before */
    scsi: a100u2w: trivial typo in printk
    i2c: Fix typo in i2c-bfin-twi.c
    treewide: fix typos in comment blocks
    Doc: fix trivial typo in SubmittingPatches
    proportions: Spelling s/consitent/consistent/
    dm: Spelling s/consitent/consistent/
    aic7xxx: Fix typo in error message
    pcmcia: Fix typo in locking documentation
    scsi/arcmsr: Fix typos in error log
    drm/nouveau/gr: Fix typo in nv10.c
    [SCSI] Fix printk typos in drivers/scsi
    staging: comedi: Grammar s/Enable support a/Enable support for a/
    Btrfs: Spelling s/consitent/consistent/
    README: GTK+ is a acronym
    ASoC: omap: Fix typo in config option description
    mm: tlb.c: Fix error message
    ntfs: super.c: Fix error log
    fix typo in Documentation/SubmittingPatches
    ...

    Linus Torvalds
     

07 Aug, 2015

3 commits


24 Jul, 2015

1 commit


15 Jul, 2015

2 commits


11 Jul, 2015

1 commit


10 Jul, 2015

1 commit

  • From 7e0befc8e48a49e2ddf86bbd861027b14ea5a53d Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?S=C3=A9bastien=20Hinderer?=

    Date: Wed, 8 Jul 2015 21:10:18 +0200
    Subject: [PATCH] SubmittingPatches: fix typo
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Content-Type: text/plain; charset="utf-8"

    Signed-off-by: Sébastien Hinderer
    Signed-off-by: Jonathan Corbet

    Sébastien Hinderer
     

15 May, 2015

1 commit


17 Apr, 2015

1 commit


30 Jan, 2015

1 commit


30 Dec, 2014

1 commit


24 Dec, 2014

2 commits


23 Dec, 2014

5 commits


29 Oct, 2014

1 commit


08 Sep, 2014

1 commit


10 Aug, 2014

1 commit

  • Maintainers often repeat the same feedback on poorly written
    changelogs - describe the problem, justify your changes, quantify
    optimizations, describe user-visible changes - but our documentation
    on writing changelogs doesn't include these things. Fix that.

    Signed-off-by: Johannes Weiner
    Acked-by: David S. Miller
    Acked-by: Greg Kroah-Hartman
    Acked-by: Ingo Molnar
    Signed-off-by: Randy Dunlap
    Signed-off-by: Linus Torvalds

    Johannes Weiner
     

07 Aug, 2014

1 commit

  • Pull trivial tree changes from Jiri Kosina:
    "Summer edition of trivial tree updates"

    * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (23 commits)
    doc: fix two typos in watchdog-api.txt
    irq-gic: remove file name from heading comment
    MAINTAINERS: Add miscdevice.h to file list for char/misc drivers.
    scsi: mvsas: mv_sas.c: Fix for possible null pointer dereference
    doc: replace "practise" with "practice" in Documentation
    befs: remove check for CONFIG_BEFS_RW
    scsi: doc: fix 'SCSI_NCR_SETUP_MASTER_PARITY'
    drivers/usb/phy/phy.c: remove a leading space
    mfd: fix comment
    cpuidle: fix comment
    doc: hpfall.c: fix missing null-terminate after strncpy call
    usb: doc: hotplug.txt code typos
    kbuild: fix comment in Makefile.modinst
    SH: add proper prompt to SH_MAGIC_PANEL_R2_VERSION
    ARM: msm: Remove MSM_SCM
    crypto: Remove MPILIB_EXTRA
    doc: CN: remove dead link, kerneltrap.org no longer works
    media: update reference, kerneltrap.org no longer works
    hexagon: update reference, kerneltrap.org no longer works
    doc: LSM: update reference, kerneltrap.org no longer works
    ...

    Linus Torvalds
     

19 Jun, 2014

1 commit

  • To keep the Documentation consistent either
    "practise" or "practice" should be used.

    Since there are 3 lines with "practise"

    ~/linux/Documentation$ grep -r practise * | wc -l
    3

    and 108 lines with "practice"

    ~/linux/Documentation$ grep -r practice * | wc -l
    108

    this patch converts "practise" to "practice".

    Signed-off-by: Jeremiah Mahler
    Signed-off-by: Jiri Kosina

    Jeremiah Mahler
     

07 Jun, 2014

1 commit

  • Update the SubmittingPatches process to include howto about the new
    'Fixes:' tag to be used when a patch fixes an issue in a previous commit
    (found by git-bisect for example).

    Signed-off-by: Jacob Keller
    Tested-by: Aaron Brown
    Signed-off-by: Jeff Kirsher
    Cc: Randy Dunlap
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jacob Keller
     

04 Apr, 2014

3 commits

  • The links to "The perfect patch" and "NO!!!! No more huge patch
    bombs..." have gone stale. Update them to some working locations.

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

    Mitchel Humpherys
     
  • Most of the mechanical portions of SubmittingPatches exist to help patch
    submitters replicate the output of git. Mention this explicitly, both
    as a reminder that git will help with this process, and as signposting
    to let git users know what they can safely skip.

    Signed-off-by: Josh Triplett
    Acked-by: Borislav Petkov
    Cc: Rob Landley
    Cc: Randy Dunlap
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Josh Triplett
     
  • SubmittingPatches already mentions referencing bugs fixed by a commit,
    but doesn't mention citing relevant mailing list discussions. Add a
    note to that effect, along with a recommendation to use the
    https://lkml.kernel.org/ redirector.

    Portions based on text from git's SubmittingPatches.

    Signed-off-by: Josh Triplett
    Acked-by: Borislav Petkov
    Cc: Rob Landley
    Cc: Randy Dunlap
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Josh Triplett