All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	linux@roeck-us.net, shuah.kh@samsung.com, stable@vger.kernel.org
Subject: [PATCH 4.0 00/60] 4.0.4-stable review
Date: Fri, 15 May 2015 16:14:01 -0700	[thread overview]
Message-ID: <20150515231018.815421141@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 4.0.4 release.
There are 60 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun May 17 23:10:03 UTC 2015.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.0.4-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 4.0.4-rc1

Lv Zheng <lv.zheng@intel.com>
    ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers.

Lv Zheng <lv.zheng@intel.com>
    ACPICA: Utilities: Cleanup to convert physical address printing formats.

Lv Zheng <lv.zheng@intel.com>
    ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR().

Lv Zheng <lv.zheng@intel.com>
    ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address.

Al Viro <viro@zeniv.linux.org.uk>
    coredump: accept any write method

Alexey Khoroshilov <khoroshilov@ispras.ru>
    sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND)

Mark Rutland <mark.rutland@arm.com>
    ARM: 8307/1: psci: move psci firmware calls out of line

Takeshi Kihara <takeshi.kihara.df@renesas.com>
    mmc: sh_mmcif: Fix timeout value for command request

Grygorii Strashko <Grygorii.Strashko@linaro.org>
    mmc: core: add missing pm event in mmc_pm_notify to fix hib restore

Chuanxiao Dong <chuanxiao.dong@intel.com>
    mmc: card: Don't access RPMB partitions for normal read/write

Doug Anderson <dianders@chromium.org>
    pinctrl: Don't just pretend to protect pinctrl_maps, do it for real

Christian König <christian.koenig@amd.com>
    drm/radeon: more strictly validate the UVD codec

Christian König <christian.koenig@amd.com>
    drm/radeon: make UVD handle checking more strict

Christian König <christian.koenig@amd.com>
    drm/radeon: make VCE handle check more strict

monk.liu <monk.liu@amd.com>
    drm/radeon: fix userptr BO unpin bug v3

Alex Deucher <alexander.deucher@amd.com>
    drm/radeon: don't setup audio on asics that don't support it

Christian König <christian.koenig@amd.com>
    drm/radeon: disable semaphores for UVD V1 (v2)

Xihan Zhang <xihan.zhang@amd.com>
    drm/amdkfd: Initialize sdma vm when creating sdma queue

Oded Gabbay <oded.gabbay@gmail.com>
    drm/amdkfd: allow unregister process with queues

Jani Nikula <jani.nikula@intel.com>
    drm/i915/dp: there is no audio on port A

Lukas Wunner <lukas@wunner.de>
    drm/i915: Add missing MacBook Pro models with dual channel LVDS

Lukas Wunner <lukas@wunner.de>
    drm/i915: Assume dual channel LVDS if pixel clock necessitates it

Mario Kleiner <mario.kleiner.de@gmail.com>
    drm: Zero out invalid vblank timestamp in drm_update_vblank_count.

Ulf Hansson <ulf.hansson@linaro.org>
    ARM: ux500: Enable GPIO regulator for SD-card for snowball

Ulf Hansson <ulf.hansson@linaro.org>
    ARM: ux500: Enable GPIO regulator for SD-card for HREF boards

Ulf Hansson <ulf.hansson@linaro.org>
    ARM: ux500: Move GPIO regulator for SD-card into board DTSs

Nicolas Schichan <nschichan@freebox.fr>
    ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction.

Tony Lindgren <tony@atomide.com>
    ARM: OMAP2+: Fix omap off idle power consumption creeping up

Gregory CLEMENT <gregory.clement@free-electrons.com>
    ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC

Fabio Estevam <fabio.estevam@freescale.com>
    ARM: dts: imx23-olinuxino: Fix polarity of LED GPIO

Stefan Wahren <stefan.wahren@i2se.com>
    ARM: dts: imx23-olinuxino: Fix dr_mode of usb0

Marek Vasut <marex@denx.de>
    ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name

Philipp Zabel <p.zabel@pengutronix.de>
    ARM: dts: imx6: phyFLEX: USB VBUS control is active-high

Markus Pargmann <mpa@pengutronix.de>
    ARM: dts: imx25: Add #pwm-cells to pwm4

Pavel Machek <pavel@ucw.cz>
    ARM: dts: OMAP3-N900: Add microphone bias voltages

Ming Lei <ming.lei@canonical.com>
    blk-mq: fix CPU hotplug handling

Ming Lei <ming.lei@canonical.com>
    blk-mq: fix race between timeout and CPU hotplug

NeilBrown <neilb@suse.de>
    block: destroy bdi before blockdev is unregistered.

Rabin Vincent <rabin.vincent@axis.com>
    Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"

Ben Hutchings <ben@decadent.org.uk>
    xen-pciback: Add name prefix to global 'permissive' variable

Boris Ostrovsky <boris.ostrovsky@oracle.com>
    xen/events: Set irq_info->evtchn before binding the channel to CPU in __startup_pirq()

Boris Ostrovsky <boris.ostrovsky@oracle.com>
    xen/console: Update console event channel on resume

Boris Ostrovsky <boris.ostrovsky@oracle.com>
    xen/xenbus: Update xenbus event channel on resume

Boris Ostrovsky <boris.ostrovsky@oracle.com>
    xen/events: Clear cpu_evtchn_mask before resuming

Alex Williamson <alex.williamson@redhat.com>
    vfio: Fix runaway interruptible timeout

Hans Verkuil <hans.verkuil@cisco.com>
    marvell-ccic: fix Y'CbCr ordering

Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
    mm: soft-offline: fix num_poisoned_pages counting on concurrent events

Tejun Heo <tj@kernel.org>
    writeback: use |1 instead of +1 to protect against div by zero

Al Viro <viro@zeniv.linux.org.uk>
    path_openat(): fix double fput()

Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
    mm/memory-failure: call shake_page() when error hits thp tail page

Eric W. Biederman <ebiederm@xmission.com>
    mnt: Fix fs_fully_visible to verify the root directory is visible

Johan Hovold <johan@kernel.org>
    gpio: sysfs: fix memory leaks and device hotplug

Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
    RDMA/CMA: Canonize IPv4 on IPV6 sockets properly

Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
    nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()

Gregory CLEMENT <gregory.clement@free-electrons.com>
    rtc: armada38x: fix concurrency access in armada38x_rtc_set_time

Junxiao Bi <junxiao.bi@oracle.com>
    ocfs2: dlm: fix race between purge and get lock resource

Witold Szczeponik <Witold.Szczeponik@gmx.net>
    ACPI / PNP: add two IDs to list for PNPACPI device enumeration

Jiang Liu <jiang.liu@linux.intel.com>
    x86/PCI/ACPI: Make all resources except [io 0xcf8-0xcff] available on PCI bus

Chris Bainbridge <chris.bainbridge@gmail.com>
    ACPI / SBS: Add 5 us delay to fix SBS hangs on MacBook

Tahsin Erdogan <tahsin@google.com>
    x86/spinlocks: Fix regression in spinlock contention detection


-------------

Diffstat:

 .../devicetree/bindings/dma/fsl-mxs-dma.txt        |   2 +-
 Makefile                                           |   4 +-
 arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts   |   4 +
 arch/arm/boot/dts/imx23-olinuxino.dts              |   4 +-
 arch/arm/boot/dts/imx25.dtsi                       |   1 +
 arch/arm/boot/dts/imx28.dtsi                       |   2 +-
 arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi       |   2 +
 arch/arm/boot/dts/omap3-n900.dts                   |   4 +
 arch/arm/boot/dts/ste-dbx5x0.dtsi                  |  17 ----
 arch/arm/boot/dts/ste-href.dtsi                    |  15 +++
 arch/arm/boot/dts/ste-snowball.dts                 |  13 +++
 arch/arm/kernel/Makefile                           |   2 +-
 arch/arm/kernel/psci-call.S                        |  31 ++++++
 arch/arm/kernel/psci.c                             |  39 +-------
 arch/arm/mach-omap2/prm-regbits-34xx.h             |   1 +
 arch/arm/mach-omap2/prm-regbits-44xx.h             |   1 +
 arch/arm/mach-omap2/vc.c                           |  12 ++-
 arch/arm/mach-omap2/vc.h                           |   2 +
 arch/arm/mach-omap2/vc3xxx_data.c                  |   1 +
 arch/arm/mach-omap2/vc44xx_data.c                  |   1 +
 arch/arm/net/bpf_jit_32.c                          |  15 ++-
 arch/x86/include/asm/spinlock.h                    |   2 +-
 arch/x86/pci/acpi.c                                |  24 ++++-
 block/blk-core.c                                   |   2 +
 block/blk-mq.c                                     |  50 +++++-----
 block/blk-sysfs.c                                  |   2 -
 drivers/acpi/acpi_pnp.c                            |   2 +
 drivers/acpi/acpica/acmacros.h                     |  13 +--
 drivers/acpi/acpica/dsopcode.c                     |   7 +-
 drivers/acpi/acpica/evregion.c                     |   2 +-
 drivers/acpi/acpica/exdump.c                       |   4 +-
 drivers/acpi/acpica/exfldio.c                      |  10 +-
 drivers/acpi/acpica/exregion.c                     |   8 +-
 drivers/acpi/acpica/hwvalid.c                      |  16 ++--
 drivers/acpi/acpica/nsdump.c                       |  12 +--
 drivers/acpi/acpica/tbdata.c                       |  15 +--
 drivers/acpi/acpica/tbinstal.c                     |  27 +++---
 drivers/acpi/acpica/tbprint.c                      |  19 ++--
 drivers/acpi/acpica/tbxfroot.c                     |   7 +-
 drivers/acpi/acpica/utaddress.c                    |  34 +++----
 drivers/acpi/resource.c                            |   2 +-
 drivers/acpi/sbshc.c                               |  22 +++++
 drivers/block/loop.c                               |   2 +-
 drivers/gpio/gpiolib-sysfs.c                       |  19 ++++
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  |   7 +-
 drivers/gpu/drm/drm_irq.c                          |   9 +-
 drivers/gpu/drm/i915/intel_dp.c                    |   6 +-
 drivers/gpu/drm/i915/intel_lvds.c                  |  26 ++++-
 drivers/gpu/drm/radeon/radeon_asic.c               |   2 +-
 drivers/gpu/drm/radeon/radeon_asic.h               |   4 +
 drivers/gpu/drm/radeon/radeon_audio.c              |   4 +
 drivers/gpu/drm/radeon/radeon_ttm.c                |   8 +-
 drivers/gpu/drm/radeon/radeon_uvd.c                | 105 +++++++++++++++------
 drivers/gpu/drm/radeon/radeon_vce.c                |  65 +++++++++----
 drivers/gpu/drm/radeon/rv770d.h                    |   3 +
 drivers/gpu/drm/radeon/uvd_v1_0.c                  |  14 +--
 drivers/gpu/drm/radeon/uvd_v2_2.c                  |  29 ++++++
 drivers/infiniband/core/cma.c                      |  27 ++++--
 drivers/md/dm-crypt.c                              |  12 +--
 drivers/md/md.c                                    |   4 +-
 drivers/media/platform/marvell-ccic/mcam-core.c    |  14 +--
 drivers/media/platform/marvell-ccic/mcam-core.h    |   8 +-
 drivers/mmc/card/block.c                           |  12 +++
 drivers/mmc/card/queue.c                           |   2 +-
 drivers/mmc/card/queue.h                           |   2 +
 drivers/mmc/core/core.c                            |   1 +
 drivers/mmc/host/sh_mmcif.c                        |   2 +-
 drivers/pinctrl/core.c                             |  10 +-
 drivers/pinctrl/core.h                             |   2 +-
 drivers/pinctrl/devicetree.c                       |   2 +-
 drivers/rtc/rtc-armada38x.c                        |  24 ++---
 drivers/tty/hvc/hvc_xen.c                          |  18 +++-
 drivers/vfio/vfio.c                                |  21 ++++-
 drivers/xen/events/events_2l.c                     |  10 ++
 drivers/xen/events/events_base.c                   |   7 +-
 drivers/xen/xen-pciback/conf_space.c               |   6 +-
 drivers/xen/xen-pciback/conf_space.h               |   2 +-
 drivers/xen/xen-pciback/conf_space_header.c        |   2 +-
 drivers/xen/xenbus/xenbus_probe.c                  |  29 ++++++
 fs/coredump.c                                      |   2 +-
 fs/namei.c                                         |   3 +-
 fs/namespace.c                                     |   6 ++
 fs/nilfs2/btree.c                                  |   2 +-
 fs/ocfs2/dlm/dlmmaster.c                           |  13 +++
 include/acpi/acpixf.h                              |  12 +--
 include/linux/nilfs2_fs.h                          |   2 +-
 mm/memory-failure.c                                |  16 ++--
 mm/page-writeback.c                                |   6 +-
 sound/oss/sequencer.c                              |  12 +--
 89 files changed, 683 insertions(+), 364 deletions(-)



             reply	other threads:[~2015-05-15 23:15 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-15 23:14 Greg Kroah-Hartman [this message]
2015-05-15 23:14 ` [PATCH 4.0 01/60] x86/spinlocks: Fix regression in spinlock contention detection Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 02/60] ACPI / SBS: Add 5 us delay to fix SBS hangs on MacBook Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 03/60] x86/PCI/ACPI: Make all resources except [io 0xcf8-0xcff] available on PCI bus Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 04/60] ACPI / PNP: add two IDs to list for PNPACPI device enumeration Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 05/60] ocfs2: dlm: fix race between purge and get lock resource Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 06/60] rtc: armada38x: fix concurrency access in armada38x_rtc_set_time Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 07/60] nilfs2: fix sanity check of btree level in nilfs_btree_root_broken() Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 08/60] RDMA/CMA: Canonize IPv4 on IPV6 sockets properly Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 09/60] gpio: sysfs: fix memory leaks and device hotplug Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 10/60] mnt: Fix fs_fully_visible to verify the root directory is visible Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 11/60] mm/memory-failure: call shake_page() when error hits thp tail page Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 12/60] path_openat(): fix double fput() Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 13/60] writeback: use |1 instead of +1 to protect against div by zero Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 14/60] mm: soft-offline: fix num_poisoned_pages counting on concurrent events Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 15/60] [media] marvell-ccic: fix YCbCr ordering Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 16/60] vfio: Fix runaway interruptible timeout Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 17/60] xen/events: Clear cpu_evtchn_mask before resuming Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 18/60] xen/xenbus: Update xenbus event channel on resume Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 19/60] xen/console: Update console " Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 20/60] xen/events: Set irq_info->evtchn before binding the channel to CPU in __startup_pirq() Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 21/60] xen-pciback: Add name prefix to global permissive variable Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 22/60] Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY" Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 23/60] block: destroy bdi before blockdev is unregistered Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 24/60] blk-mq: fix race between timeout and CPU hotplug Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 25/60] blk-mq: fix CPU hotplug handling Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 26/60] ARM: dts: OMAP3-N900: Add microphone bias voltages Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 27/60] ARM: dts: imx25: Add #pwm-cells to pwm4 Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 28/60] ARM: dts: imx6: phyFLEX: USB VBUS control is active-high Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 29/60] ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 30/60] ARM: dts: imx23-olinuxino: Fix dr_mode of usb0 Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 31/60] ARM: dts: imx23-olinuxino: Fix polarity of LED GPIO Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 32/60] ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 33/60] ARM: OMAP2+: Fix omap off idle power consumption creeping up Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 34/60] ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 35/60] ARM: ux500: Move GPIO regulator for SD-card into board DTSs Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 36/60] ARM: ux500: Enable GPIO regulator for SD-card for HREF boards Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 37/60] ARM: ux500: Enable GPIO regulator for SD-card for snowball Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 40/60] drm/i915: Add missing MacBook Pro models with dual channel LVDS Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 41/60] drm/i915/dp: there is no audio on port A Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 42/60] drm/amdkfd: allow unregister process with queues Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 43/60] drm/amdkfd: Initialize sdma vm when creating sdma queue Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 45/60] drm/radeon: dont setup audio on asics that dont support it Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 50/60] pinctrl: Dont just pretend to protect pinctrl_maps, do it for real Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 51/60] mmc: card: Dont access RPMB partitions for normal read/write Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 52/60] mmc: core: add missing pm event in mmc_pm_notify to fix hib restore Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 53/60] mmc: sh_mmcif: Fix timeout value for command request Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 54/60] ARM: 8307/1: psci: move psci firmware calls out of line Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 55/60] sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND) Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 56/60] coredump: accept any write method Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 57/60] ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address Greg Kroah-Hartman
2015-05-15 23:14 ` [PATCH 4.0 58/60] ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR() Greg Kroah-Hartman
2015-05-15 23:15 ` [PATCH 4.0 59/60] ACPICA: Utilities: Cleanup to convert physical address printing formats Greg Kroah-Hartman
2015-05-15 23:15 ` [PATCH 4.0 60/60] ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers Greg Kroah-Hartman
2015-05-16  3:16 ` [PATCH 4.0 00/60] 4.0.4-stable review Guenter Roeck
2015-05-16 15:26   ` Greg Kroah-Hartman
2015-05-16  3:16 ` Shuah Khan
2015-05-16 15:27   ` Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150515231018.815421141@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=shuah.kh@samsung.com \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.