All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.3.5
Date: Sun, 31 Jan 2016 11:33:25 -0800	[thread overview]
Message-ID: <20160131193325.GA19734@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 23235 bytes --]

I'm announcing the release of the 4.3.5 kernel.

All users of the 4.3 kernel series must upgrade.

The updated 4.3.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.3.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

 Documentation/ABI/testing/sysfs-bus-usb             |   16 -
 Documentation/usb/power-management.txt              |   11 
 Makefile                                            |    2 
 arch/arm/kvm/mmu.c                                  |   15 -
 arch/arm/net/bpf_jit_32.c                           |   16 -
 arch/arm64/Kconfig                                  |   21 +
 arch/arm64/include/asm/atomic_ll_sc.h               |    2 
 arch/arm64/include/asm/atomic_lse.h                 |    2 
 arch/arm64/include/asm/cpufeature.h                 |    3 
 arch/arm64/include/asm/kvm_emulate.h                |    8 
 arch/arm64/kernel/cpu_errata.c                      |    9 
 arch/arm64/kernel/head.S                            |    5 
 arch/arm64/kernel/perf_event.c                      |    3 
 arch/arm64/kernel/ptrace.c                          |    6 
 arch/arm64/kernel/setup.c                           |    4 
 arch/arm64/kernel/suspend.c                         |   10 
 arch/arm64/kvm/hyp.S                                |    6 
 arch/arm64/kvm/inject_fault.c                       |    2 
 arch/arm64/mm/mmu.c                                 |    3 
 arch/arm64/mm/proc-macros.S                         |   12 +
 arch/arm64/mm/proc.S                                |    2 
 arch/arm64/net/bpf_jit.h                            |    3 
 arch/arm64/net/bpf_jit_comp.c                       |   54 +++-
 arch/mips/net/bpf_jit.c                             |   16 -
 arch/mn10300/Kconfig                                |    4 
 arch/powerpc/include/asm/cmpxchg.h                  |   16 -
 arch/powerpc/include/asm/reg.h                      |    1 
 arch/powerpc/include/asm/synch.h                    |    2 
 arch/powerpc/include/uapi/asm/elf.h                 |    2 
 arch/powerpc/kernel/module_64.c                     |   27 ++
 arch/powerpc/kernel/process.c                       |   18 +
 arch/powerpc/kernel/signal_32.c                     |   14 -
 arch/powerpc/kernel/signal_64.c                     |    4 
 arch/powerpc/kvm/book3s_hv.c                        |    8 
 arch/powerpc/net/bpf_jit_comp.c                     |   13 -
 arch/powerpc/platforms/powernv/opal-irqchip.c       |   64 +++--
 arch/powerpc/platforms/powernv/opal.c               |    2 
 arch/sparc/net/bpf_jit_comp.c                       |   17 -
 arch/x86/include/asm/boot.h                         |    2 
 arch/x86/include/asm/mmu_context.h                  |   34 ++-
 arch/x86/include/asm/paravirt.h                     |    6 
 arch/x86/include/asm/paravirt_types.h               |    5 
 arch/x86/include/asm/processor.h                    |    1 
 arch/x86/kernel/cpu/mcheck/mce.c                    |   11 
 arch/x86/kernel/reboot.c                            |    8 
 arch/x86/kernel/rtc.c                               |    3 
 arch/x86/kernel/signal.c                            |   17 -
 arch/x86/kernel/smpboot.c                           |    9 
 arch/x86/kvm/svm.c                                  |   14 -
 arch/x86/kvm/trace.h                                |    2 
 arch/x86/kvm/vmx.c                                  |   19 -
 arch/x86/kvm/x86.c                                  |   11 
 arch/x86/lguest/boot.c                              |    1 
 arch/x86/mm/mpx.c                                   |    6 
 arch/x86/mm/tlb.c                                   |   29 ++
 arch/x86/xen/enlighten.c                            |    4 
 arch/x86/xen/suspend.c                              |    3 
 drivers/char/ipmi/ipmi_si_intf.c                    |   81 ++++---
 drivers/connector/connector.c                       |   11 
 drivers/hid/hid-core.c                              |    2 
 drivers/hid/wacom_wac.c                             |   28 ++
 drivers/hid/wacom_wac.h                             |    1 
 drivers/infiniband/hw/mlx5/cq.c                     |    2 
 drivers/iommu/arm-smmu-v3.c                         |    9 
 drivers/iommu/intel-iommu.c                         |    9 
 drivers/isdn/i4l/isdn_ppp.c                         |   12 -
 drivers/media/platform/vivid/vivid-osd.c            |    1 
 drivers/media/usb/airspy/airspy.c                   |    2 
 drivers/net/bonding/bond_main.c                     |    5 
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c   |    6 
 drivers/net/ethernet/mellanox/mlx5/core/main.c      |    3 
 drivers/net/ethernet/synopsys/dwc_eth_qos.c         |    2 
 drivers/net/ppp/ppp_generic.c                       |    6 
 drivers/net/slip/slhc.c                             |   12 -
 drivers/net/slip/slip.c                             |    2 
 drivers/net/team/team.c                             |    6 
 drivers/net/usb/cdc_mbim.c                          |    2 
 drivers/net/usb/cdc_ncm.c                           |   31 ++
 drivers/net/veth.c                                  |    6 
 drivers/net/vxlan.c                                 |   12 -
 drivers/parisc/iommu-helpers.h                      |   15 -
 drivers/staging/lustre/lustre/obdecho/echo_client.c |   20 -
 drivers/usb/core/hub.c                              |   61 ++++-
 drivers/usb/core/sysfs.c                            |   31 ++
 drivers/usb/host/xhci.c                             |   12 +
 drivers/usb/serial/cp210x.c                         |    1 
 drivers/usb/serial/ipaq.c                           |    3 
 drivers/xen/gntdev.c                                |    2 
 fs/direct-io.c                                      |   11 
 include/linux/filter.h                              |   19 +
 include/linux/mlx5/cq.h                             |    2 
 include/linux/mlx5/driver.h                         |    5 
 include/linux/sched.h                               |    1 
 include/linux/skbuff.h                              |    3 
 include/linux/syscalls.h                            |    2 
 include/linux/types.h                               |    2 
 include/linux/usb.h                                 |    4 
 include/linux/usb/cdc_ncm.h                         |    1 
 include/net/inet_ecn.h                              |   19 +
 kernel/bpf/verifier.c                               |   10 
 kernel/time/timer.c                                 |   22 +
 net/batman-adv/bridge_loop_avoidance.c              |   10 
 net/batman-adv/hard-interface.h                     |   12 -
 net/batman-adv/network-coding.c                     |   19 -
 net/batman-adv/originator.c                         |  149 +++++--------
 net/batman-adv/originator.h                         |    1 
 net/batman-adv/translation-table.c                  |   28 +-
 net/bridge/br_device.c                              |    8 
 net/bridge/br_stp_if.c                              |    5 
 net/core/dev.c                                      |    5 
 net/core/dst.c                                      |    3 
 net/core/filter.c                                   |    5 
 net/core/pktgen.c                                   |    4 
 net/ipv4/ip_output.c                                |    3 
 net/ipv4/tcp_input.c                                |    3 
 net/ipv4/tcp_yeah.c                                 |    2 
 net/ipv4/xfrm4_policy.c                             |   46 +++-
 net/ipv6/addrconf.c                                 |   11 
 net/ipv6/addrlabel.c                                |    2 
 net/ipv6/ip6_output.c                               |    2 
 net/ipv6/tcp_ipv6.c                                 |    2 
 net/ipv6/xfrm6_mode_tunnel.c                        |    2 
 net/ipv6/xfrm6_policy.c                             |   53 +++-
 net/openvswitch/datapath.c                          |    5 
 net/openvswitch/flow_netlink.c                      |    4 
 net/phonet/af_phonet.c                              |    4 
 net/sched/cls_flower.c                              |   10 
 net/sched/sch_generic.c                             |    4 
 net/sctp/sm_statefuns.c                             |    6 
 net/sctp/socket.c                                   |    3 
 net/sctp/sysctl.c                                   |    2 
 net/unix/af_unix.c                                  |   90 +++++---
 net/unix/garbage.c                                  |   13 -
 net/xfrm/xfrm_output.c                              |    2 
 net/xfrm/xfrm_policy.c                              |   38 ---
 scripts/recordmcount.c                              |   24 ++
 scripts/recordmcount.h                              |    2 
 scripts/recordmcount.pl                             |    3 
 sound/core/control.c                                |    2 
 sound/core/hrtimer.c                                |    3 
 sound/core/pcm_compat.c                             |   13 -
 sound/core/seq/seq_clientmgr.c                      |    2 
 sound/core/seq/seq_compat.c                         |    9 
 sound/core/seq/seq_queue.c                          |    2 
 sound/core/timer.c                                  |  100 +++++++-
 sound/firewire/bebob/Makefile                       |    2 
 sound/firewire/dice/Makefile                        |    2 
 sound/firewire/fireworks/Makefile                   |    2 
 sound/firewire/oxfw/Makefile                        |    2 
 sound/pci/hda/hda_controller.c                      |    3 
 sound/pci/hda/hda_intel.c                           |   52 ++++
 sound/pci/hda/patch_ca0132.c                        |    3 
 sound/pci/hda/patch_hdmi.c                          |    6 
 sound/pci/hda/patch_realtek.c                       |  225 +++++++++++++++++---
 sound/pci/hda/patch_sigmatel.c                      |   46 ++--
 sound/pci/rme96.c                                   |   41 ++-
 sound/soc/codecs/arizona.c                          |    2 
 sound/soc/codecs/es8328.c                           |   25 +-
 sound/soc/codecs/es8328.h                           |    1 
 sound/soc/codecs/rt286.c                            |    8 
 sound/soc/codecs/wm5110.c                           |    8 
 sound/soc/codecs/wm8962.c                           |    4 
 sound/soc/codecs/wm8974.c                           |    1 
 sound/soc/davinci/davinci-mcasp.c                   |    4 
 sound/soc/sh/rcar/gen.c                             |    2 
 sound/soc/soc-compress.c                            |   23 +-
 sound/usb/card.c                                    |    2 
 sound/usb/mixer.c                                   |    2 
 sound/usb/mixer_maps.c                              |   12 -
 sound/usb/mixer_quirks.c                            |   39 +++
 sound/usb/mixer_quirks.h                            |    4 
 sound/usb/quirks.c                                  |    2 
 172 files changed, 1622 insertions(+), 722 deletions(-)

Al Viro (2):
      staging: lustre: echo_copy.._lsm() dereferences userland pointers directly
      fix the regression from "direct-io: Fix negative return from dio read beyond eof"

Alan Stern (1):
      USB: fix invalid memory access in hub_activate()

Alexandra Yates (1):
      ALSA: hda - Add Intel Lewisburg device IDs Audio

Alistair Popple (2):
      powerpc/opal-irqchip: Fix double endian conversion
      powerpc/opal-irqchip: Fix deadlock introduced by "Fix double endian conversion"

Andrey Ryabinin (1):
      ipv6/addrlabel: fix ip6addrlbl_get()

Andy Lutomirski (2):
      x86/mm: Add barriers and document switch_mm()-vs-flush synchronization
      x86/mm: Improve switch_mm() barrier comments

Anssi Hannula (2):
      ALSA: usb-audio: Add a more accurate volume quirk for AudioQuest DragonFly
      ALSA: usb-audio: Add sample rate inquiry quirk for AudioQuest DragonFly

Antti Palosaari (1):
      airspy: increase USB control message buffer size

Ard Biesheuvel (2):
      ARM/arm64: KVM: test properly for a PTE's uncachedness
      ARM/arm64: KVM: correct PTE uncachedness check

Arnd Bergmann (1):
      arm64: fix building without CONFIG_UID16

Ashok Raj (1):
      x86/mce: Ensure offline CPUs don't participate in rendezvous process

Axel Lin (1):
      ASoC: rt286: Fix run time error while modifying const data

Ben Hutchings (2):
      isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
      ppp, slip: Validate VJ compression slot parameters completely

Bjørn Mork (1):
      net: cdc_ncm: avoid changing RX/TX buffers on MTU changes

Boqun Feng (2):
      powerpc: Make value-returning atomics fully ordered
      powerpc: Make {cmp}xchg* and their atomic_ versions fully ordered

Boris Ostrovsky (1):
      xen/gntdev: Grant maps should not be subject to NUMA balancing

Charles Keepax (1):
      ASoC: wm5110: Fix PGA clear when disabling DRE

Chunfeng Yun (1):
      usb: xhci: fix config fail of FS hub behind a HS hub with MTT

Corey Minyard (1):
      ipmi: Start the timer and thread on internal msgs

Dan Carpenter (1):
      USB: ipaq.c: fix a timeout loop

Dan Streetman (1):
      xfrm: dst_entries_init() per-net dst_ops

Dave Hansen (1):
      x86/mpx: Fix instruction decoder condition

David Henningsson (3):
      ALSA: hda - Add inverted dmic for Packard Bell DOTS
      ALSA: hda - Fix headphone mic input on a few Dell ALC293 machines
      ALSA: hda - Fixup inverted internal mic for Lenovo E50-80

David Vrabel (1):
      x86/paravirt: Prevent rtc_cmos platform device init on PV guests

David Woodhouse (1):
      iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpoints

Dmitry V. Levin (1):
      x86/signal: Fix restart_syscall number for x32 tasks

Doron Tsur (1):
      net/mlx5_core: Fix trimming down IRQ number

Eric Dumazet (3):
      ipv6: tcp: add rcu locking in tcp_v6_send_synack()
      phonet: properly unshare skbs in phonet_rcv()
      ipv6: update skb->csum when CE mark is propagated

Florian Westphal (1):
      connector: bump skb->users before callback invocation

Francesco Ruggeri (1):
      net: possible use after free in dst_release

Gabriele Martino (1):
      ALSA: hda/ca0132 - quirk for Alienware 17 2015

Greg Kroah-Hartman (1):
      Linux 4.3.5

Guenter Roeck (1):
      mn10300: Select CONFIG_HAVE_UID16 to fix build failure

H.J. Lu (1):
      x86/boot: Double BOOT_HEAP_SIZE to 64KB

Hannes Frederic Sowa (1):
      bridge: Only call /sbin/bridge-stp for the initial network namespace

Hui Wang (4):
      ALSA: hda - Fix headphone noise after Dell XPS 13 resume back from S3
      ALSA: hda - Fixing speaker noise on the two latest thinkpad models
      ALSA: hda - Add keycode map for alc input device
      ALSA: hda - fix the headset mic detection problem for a Dell laptop

Ido Schimmel (1):
      team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid

Jamal Hadi Salim (1):
      sched,cls_flower: set key address type when present

Jan Kara (1):
      direct-io: Fix negative return from dio read beyond eof

Jan Stancek (1):
      ipmi: move timer init to before irq is setup

Jason Gerecke (2):
      HID: wacom: Tie cached HID_DG_CONTACTCOUNT indices to report ID
      HID: wacom: Expect 'touch_max' touches if HID_DG_CONTACTCOUNT not present

John Blackwood (1):
      arm64: Clear out any singlestep state on a ptrace detach operation

John Fastabend (2):
      net: sched: fix missing free per cpu on qstats
      net: pktgen: fix null ptr deref in skb allocation

John Keeping (1):
      ASoC: es8328: Fix deemphasis values

Jurgen Kramer (1):
      ALSA: usb: Add native DSD support for Oppo HA-1

Kailang (1):
      ALSA: hda - Add mic mute hotkey quirk for Lenovo ThinkCentre AIO

Kailang Yang (1):
      ALSA: hda/realtek - Dell XPS one ALC3260 speaker no sound after resume back

Karl Heiss (1):
      bonding: Prevent IPv6 link local address on enslaved devices

Konstantin Khlebnikov (1):
      net: preserve IP control block during GSO segmentation

Kuninori Morimoto (1):
      ASoC: rsnd: fixup SCU_SYS_INT_EN1 address

Lars Persson (1):
      dwc_eth_qos: Fix dma address for multi-fragment skbs

Len Brown (1):
      x86 smpboot: Re-enable init_udelay=0 by default on modern CPUs

Li Bin (1):
      recordmcount: arm64: Replace the ignored mcount call into nop

Lorenzo Pieralisi (4):
      arm64: cmpxchg_dbl: fix return value type
      arm64: kernel: pause/unpause function graph tracer in cpu_suspend()
      arm64: kernel: enforce pmuserenr_el0 initialization and restore
      arm64: kernel: fix architected PMU registers unconditional access

Lu Baolu (1):
      usb: core: lpm: fix usb3_hardware_lpm sysfs node

Mans Rullgard (1):
      ASoC: wm8974: set cache type for regmap

Marc Zyngier (2):
      arm64: KVM: Fix AArch32 to AArch64 register mapping
      arm64: KVM: Add workaround for Cortex-A57 erratum 834220

Mario Kleiner (2):
      x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]
      ALSA: hda/realtek - Fix silent headphone output on MacPro 4,1 (v2)

Michael Neuling (2):
      powerpc/tm: Block signal return setting invalid MSR state
      powerpc/tm: Check for already reclaimed tasks

Michal Kubeček (1):
      udp: disallow UFO for sockets with SO_NO_CHECK option

Mikulas Patocka (1):
      parisc iommu: fix panic due to trying to allocate too large region

Neal Cardwell (1):
      tcp_yeah: don't set ssthresh below 2

Nicolas Boichat (2):
      ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode
      ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat mode

Nicolas Dichtel (1):
      vxlan: fix test which detect duplicate vxlan iface

Nikesh Oswal (1):
      ASoC: arizona: Fix bclk for sample rates that are multiple of 4kHz

Nikolay Aleksandrov (1):
      bridge: fix lockdep addr_list_lock false positive splat

Oliver Freyermuth (1):
      USB: cp210x: add ID for ELV Marble Sound Board 1

Oliver Neukum (1):
      xhci: refuse loading if nousb is used

Ouyang Zhaowei (Charles) (1):
      x86/xen: don't reset vcpu_info on a cancelled suspend

Paolo Bonzini (3):
      KVM: svm: unconditionally intercept #DB
      KVM: x86: expose MSR_TSC_AUX to userspace
      KVM: x86: correctly print #AC in traces

Paul Mackerras (2):
      KVM: PPC: Book3S HV: Don't dynamically split core when already split
      KVM: PPC: Book3S HV: Prohibit setting illegal transaction state in MSR

Peter Ujfalusi (1):
      ASoC: davinci-mcasp: Fix XDATA check in mcasp_start_tx

Rabin Vincent (2):
      net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
      net: bpf: reject invalid shifts

Radim Krčmář (1):
      KVM: VMX: fix SMEP and SMAP without EPT

Rainer Weikusat (1):
      af_unix: Fix splice-bind deadlock

Richard Purdie (1):
      HID: core: Avoid uninitialized buffer access

Sachin Pandhare (1):
      ASoC: wm8962: correct addresses for HPF_C_0/1

Salva Peiró (1):
      media/vivid-osd: fix info leak in ioctl

Sasha Levin (1):
      net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory

Simon Horman (1):
      openvswitch: correct encoding of set tunnel action attributes

Stewart Smith (1):
      powerpc/powernv: pr_warn_once on unsupported OPAL_MSG type

Sven Eckelmann (7):
      batman-adv: Avoid recursive call_rcu for batadv_bla_claim
      batman-adv: Avoid recursive call_rcu for batadv_nc_node
      batman-adv: Drop immediate batadv_orig_ifinfo free function
      batman-adv: Drop immediate batadv_neigh_node free function
      batman-adv: Drop immediate neigh_ifinfo free function
      batman-adv: Drop immediate batadv_hard_iface free function
      batman-adv: Drop immediate orig_node free function

Takashi Iwai (27):
      ALSA: hda - Disable 64bit address for Creative HDA controllers
      ALSA: hda - Fix lost 4k BDL boundary workaround
      ALSA: hda - Apply pin fixup for HP ProBook 6550b
      ALSA: hda - Apply HP headphone fixups more generically
      ALSA: hda - Fix noise on Dell Latitude E6440
      ALSA: hda - Add fixup for Acer Aspire One Cloudbook 14
      ALSA: hda - Fix noise on Gigabyte Z170X mobo
      ALSA: hda - Skip ELD notification during system suspend
      ALSA: rme96: Fix unexpected volume reset after rate changes
      ALSA: hda - Fix noise problems on Thinkpad T440s
      ALSA: hda - Add a fixup for Thinkpad X1 Carbon 2nd
      ALSA: hda - Apply click noise workaround for Thinkpads generically
      ALSA: hda - Set codec to D3 at reboot/shutdown on Thinkpads
      ALSA: seq: Fix missing NULL check at remove_events ioctl
      ALSA: usb-audio: Avoid calling usb_autopm_put_interface() at disconnect
      ALSA: seq: Fix race at timer setup and close
      ALSA: hda - Fix white noise on Dell Latitude E5550
      ALSA: usb-audio: Fix mixer ctl regression of Native Instrument devices
      ALSA: timer: Harden slave timer list handling
      ALSA: timer: Fix race among timer ioctls
      ALSA: timer: Fix double unlink of active_list
      ALSA: hda - Add fixup for Dell Latitidue E6540
      ALSA: hrtimer: Fix stall by hrtimer_cancel()
      ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0
      ALSA: hda - Fix bass pin fixup for ASUS N550JX
      ALSA: hda - Flush the pending probe work at remove
      ALSA: timer: Handle disconnection more safely

Takashi Sakamoto (1):
      ALSA: fireworks/bebob/oxfw/dice: enable to make as built-in

Tejun Heo (1):
      timers: Use proper base migration in add_timer_on()

Ulrich Weigand (2):
      scripts/recordmcount.pl: support data in text section on powerpc
      powerpc/module: Handle R_PPC64_ENTRY relocations

Vijay Pandurangan (1):
      veth: don’t modify ip_summed; doing so treats packets with bad checksums as good.

Vinod Koul (1):
      ASoC: compress: Fix compress device direction check

WANG Cong (1):
      addrconf: always initialize sysctl table data

Will Deacon (2):
      arm64: mm: ensure that the zero page is visible to the page table walker
      iommu/arm-smmu: Fix error checking for ASID and VMID allocation

Xin Long (1):
      sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp_close

Xiong Zhang (1):
      ALSA: hda - Set SKL+ hda controller power at freeze() and thaw()

Yang Shi (1):
      arm64: restore bogomips information in /proc/cpuinfo

Yuchung Cheng (1):
      tcp: fix zero cwnd in tcp_cwnd_reduction

Zi Shen Lim (2):
      arm64: bpf: fix div-by-zero case
      arm64: bpf: fix mod-by-zero case

libin (1):
      recordmcount: Fix endianness handling bug for nop_mcount

willy tarreau (1):
      unix: properly account for FDs passed over unix sockets


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

             reply	other threads:[~2016-01-31 19:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-31 19:33 Greg KH [this message]
2016-01-31 19:33 ` Linux 4.3.5 Greg KH
2016-01-31 22:01 ` Linus Torvalds
2016-01-31 22:51   ` Greg KH

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=20160131193325.GA19734@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --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.