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 5.3.6
Date: Sat, 12 Oct 2019 09:59:02 +0200	[thread overview]
Message-ID: <20191012075902.GA2038794@kroah.com> (raw)

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

I'm announcing the release of the 5.3.6 kernel.

All users of the 5.3 kernel series must upgrade.

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

thanks,

greg k-h

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

 Makefile                                              |    2 
 arch/arm/boot/dts/omap3-gta04.dtsi                    |    1 
 arch/mips/include/asm/cpu-features.h                  |   16 +
 arch/mips/include/asm/cpu.h                           |    4 
 arch/mips/kernel/cpu-probe.c                          |    6 
 arch/mips/kernel/proc.c                               |    4 
 arch/powerpc/include/asm/cputable.h                   |    5 
 arch/powerpc/include/asm/kvm_ppc.h                    |    1 
 arch/powerpc/include/asm/xive.h                       |    9 
 arch/powerpc/kernel/dt_cpu_ftrs.c                     |   32 ++
 arch/powerpc/kernel/head_32.S                         |    6 
 arch/powerpc/kernel/mce.c                             |   11 
 arch/powerpc/kernel/mce_power.c                       |   19 +
 arch/powerpc/kvm/book3s.c                             |    8 
 arch/powerpc/kvm/book3s_hv.c                          |   24 +
 arch/powerpc/kvm/book3s_hv_rm_mmu.c                   |   42 ++-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S               |   38 ++-
 arch/powerpc/kvm/book3s_xive.c                        |   60 ++++
 arch/powerpc/kvm/book3s_xive.h                        |    2 
 arch/powerpc/kvm/book3s_xive_native.c                 |   23 +
 arch/powerpc/kvm/powerpc.c                            |    3 
 arch/powerpc/mm/book3s32/mmu.c                        |    9 
 arch/powerpc/mm/book3s64/hash_native.c                |   31 ++
 arch/powerpc/mm/book3s64/hash_utils.c                 |    9 
 arch/powerpc/mm/book3s64/radix_tlb.c                  |   84 +++++-
 arch/powerpc/mm/init_64.c                             |   17 +
 arch/powerpc/mm/kasan/kasan_init_32.c                 |   57 +++-
 arch/powerpc/mm/ptdump/ptdump.c                       |    2 
 arch/powerpc/platforms/powernv/opal.c                 |   11 
 arch/powerpc/platforms/powernv/pci-ioda-tce.c         |   18 +
 arch/powerpc/platforms/pseries/lpar.c                 |    8 
 arch/powerpc/sysdev/xive/common.c                     |   87 +++++-
 arch/powerpc/sysdev/xive/native.c                     |    7 
 arch/riscv/kernel/entry.S                             |    6 
 arch/s390/kernel/process.c                            |   22 +
 arch/s390/kernel/topology.c                           |    3 
 arch/s390/kvm/kvm-s390.c                              |    8 
 arch/x86/kvm/vmx/nested.c                             |    2 
 arch/x86/kvm/x86.c                                    |   38 +--
 arch/x86/purgatory/Makefile                           |    1 
 block/blk-mq-sched.c                                  |    2 
 block/blk.h                                           |    2 
 crypto/skcipher.c                                     |   42 +--
 drivers/block/nbd.c                                   |   39 ++-
 drivers/crypto/caam/caamalg_desc.c                    |    9 
 drivers/crypto/caam/caamalg_desc.h                    |    2 
 drivers/crypto/caam/error.c                           |    1 
 drivers/crypto/caam/qi.c                              |    5 
 drivers/crypto/caam/regs.h                            |    1 
 drivers/crypto/cavium/zip/zip_main.c                  |    3 
 drivers/crypto/ccree/cc_aead.c                        |    2 
 drivers/crypto/ccree/cc_fips.c                        |    8 
 drivers/crypto/qat/qat_common/adf_common_drv.h        |    2 
 drivers/devfreq/tegra-devfreq.c                       |   12 
 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c                |    3 
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c               |    3 
 drivers/gpu/drm/amd/powerplay/navi10_ppt.c            |    2 
 drivers/gpu/drm/arm/malidp_hw.c                       |    3 
 drivers/gpu/drm/drm_atomic_uapi.c                     |    3 
 drivers/gpu/drm/drm_ioctl.c                           |    7 
 drivers/gpu/drm/i915/display/intel_display.c          |   12 
 drivers/gpu/drm/i915/display/intel_display.h          |    2 
 drivers/gpu/drm/i915/display/intel_dp.c               |  184 +++++++-------
 drivers/gpu/drm/i915/display/intel_dp.h               |    6 
 drivers/gpu/drm/i915/display/intel_dp_mst.c           |    2 
 drivers/gpu/drm/i915/gvt/scheduler.c                  |   28 +-
 drivers/gpu/drm/i915/i915_drv.h                       |    1 
 drivers/gpu/drm/i915/i915_gem_gtt.c                   |   12 
 drivers/gpu/drm/i915/i915_vgpu.c                      |    1 
 drivers/gpu/drm/msm/dsi/dsi_host.c                    |    8 
 drivers/gpu/drm/nouveau/dispnv50/disp.c               |    3 
 drivers/gpu/drm/omapdrm/dss/dss.c                     |    2 
 drivers/gpu/drm/radeon/radeon_drv.c                   |   31 ++
 drivers/gpu/drm/radeon/radeon_kms.c                   |   25 --
 drivers/hwtracing/coresight/coresight-etm4x.c         |   15 +
 drivers/i2c/busses/i2c-qcom-geni.c                    |   12 
 drivers/iommu/amd_iommu.c                             |    3 
 drivers/mmc/host/sdhci-of-esdhc.c                     |    7 
 drivers/mmc/host/sdhci-tegra.c                        |   48 ++-
 drivers/mmc/host/sdhci.c                              |   27 +-
 drivers/mmc/host/sdhci.h                              |    1 
 drivers/net/can/spi/mcp251x.c                         |   19 +
 drivers/net/dsa/microchip/ksz_common.h                |    2 
 drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c |    6 
 drivers/net/ethernet/netronome/nfp/abm/cls.c          |   14 -
 drivers/net/ieee802154/atusb.c                        |    3 
 drivers/ntb/test/ntb_perf.c                           |    2 
 drivers/nvdimm/btt.c                                  |    8 
 drivers/nvdimm/bus.c                                  |    2 
 drivers/nvdimm/namespace_devs.c                       |    7 
 drivers/nvdimm/pfn_devs.c                             |    2 
 drivers/nvdimm/region.c                               |    4 
 drivers/nvdimm/region_devs.c                          |    4 
 drivers/nvdimm/security.c                             |    4 
 drivers/pci/controller/pci-hyperv.c                   |    2 
 drivers/pci/controller/vmd.c                          |   25 +-
 drivers/pci/pci.c                                     |    2 
 drivers/power/supply/sbs-battery.c                    |   27 +-
 drivers/pwm/pwm-stm32-lp.c                            |    6 
 drivers/s390/block/dasd_eckd.c                        |   81 ------
 drivers/s390/char/sclp_early.c                        |    2 
 drivers/s390/cio/ccwgroup.c                           |    2 
 drivers/s390/cio/css.c                                |    2 
 drivers/staging/erofs/dir.c                           |   11 
 drivers/staging/erofs/unzip_vle.c                     |   37 ++
 drivers/staging/erofs/zmap.c                          |    6 
 drivers/thermal/qcom/tsens-8960.c                     |    2 
 drivers/thermal/qcom/tsens-v0_1.c                     |   12 
 drivers/thermal/qcom/tsens-v1.c                       |    1 
 drivers/thermal/qcom/tsens.h                          |    1 
 drivers/thermal/thermal_core.c                        |    2 
 drivers/thermal/thermal_hwmon.c                       |    8 
 drivers/watchdog/aspeed_wdt.c                         |    4 
 drivers/watchdog/imx2_wdt.c                           |    4 
 drivers/xen/balloon.c                                 |    1 
 drivers/xen/pci.c                                     |   21 +
 drivers/xen/xenbus/xenbus_dev_frontend.c              |   20 +
 fs/9p/vfs_file.c                                      |    3 
 fs/btrfs/tests/btrfs-tests.c                          |    8 
 fs/ceph/caps.c                                        |    9 
 fs/ceph/inode.c                                       |    7 
 fs/ceph/mds_client.c                                  |    4 
 fs/fuse/cuse.c                                        |    1 
 fs/fuse/inode.c                                       |    7 
 fs/nfs/nfs4xdr.c                                      |    2 
 fs/nfs/pnfs.c                                         |    9 
 fs/statfs.c                                           |   17 -
 include/linux/memremap.h                              |    1 
 include/linux/sched/mm.h                              |    2 
 include/sound/soc-dapm.h                              |    2 
 include/trace/events/writeback.h                      |   38 +--
 include/uapi/linux/sched.h                            |    2 
 kernel/elfcore.c                                      |    1 
 kernel/locking/qspinlock_paravirt.h                   |    2 
 kernel/sched/core.c                                   |    4 
 kernel/sched/membarrier.c                             |    2 
 kernel/time/tick-broadcast-hrtimer.c                  |   57 ++--
 kernel/time/timer.c                                   |    8 
 kernel/trace/bpf_trace.c                              |   26 +-
 kernel/trace/trace_events_hist.c                      |    2 
 mm/usercopy.c                                         |    8 
 net/9p/client.c                                       |    1 
 net/mac80211/util.c                                   |   13 -
 net/netfilter/nf_tables_api.c                         |    7 
 net/netfilter/nft_lookup.c                            |    3 
 net/sunrpc/clnt.c                                     |   20 +
 net/sunrpc/sched.c                                    |    5 
 net/sunrpc/xprtrdma/transport.c                       |    4 
 net/sunrpc/xprtrdma/verbs.c                           |   26 +-
 net/wireless/nl80211.c                                |   41 +++
 net/wireless/reg.c                                    |    2 
 net/wireless/scan.c                                   |    7 
 net/wireless/wext-compat.c                            |    2 
 security/integrity/ima/ima_crypto.c                   |   10 
 sound/soc/codecs/sgtl5000.c                           |  224 +++++++++++++++---
 tools/lib/bpf/btf_dump.c                              |    1 
 tools/lib/traceevent/Makefile                         |    4 
 tools/lib/traceevent/event-parse.c                    |    3 
 tools/perf/Makefile.config                            |    2 
 tools/perf/arch/x86/util/unwind-libunwind.c           |    2 
 tools/perf/builtin-stat.c                             |    5 
 tools/perf/util/header.c                              |    2 
 tools/perf/util/probe-event.c                         |    1 
 tools/perf/util/stat.c                                |   17 +
 tools/perf/util/stat.h                                |    1 
 tools/testing/nvdimm/test/nfit_test.h                 |    4 
 tools/testing/selftests/bpf/progs/strobemeta.h        |    5 
 tools/testing/selftests/pidfd/Makefile                |    2 
 tools/testing/selftests/seccomp/seccomp_bpf.c         |    5 
 tools/testing/selftests/tpm2/Makefile                 |    1 
 170 files changed, 1614 insertions(+), 701 deletions(-)

Adrian Hunter (1):
      mmc: sdhci: Let drivers define their DMA mask

Alexander Sverdlin (1):
      crypto: qat - Silence smp_processor_id() warning

Alexey Kardashevskiy (1):
      powerpc/powernv/ioda: Fix race in TCE level allocation

Allan Zhang (1):
      bpf: Fix bpf_event_output re-entry issue

Anders Roxell (1):
      drm: mali-dp: Mark expected switch fall-through

Andrei Dulea (1):
      iommu/amd: Fix downgrading default page-sizes in alloc_pte()

Andrew Donnellan (1):
      powerpc/powernv: Restrict OPAL symbol map to only be readable by root

Andrew Murray (1):
      coresight: etm4x: Use explicit barriers on enable/disable

Andrii Nakryiko (2):
      selftests/bpf: adjust strobemeta loop to satisfy latest clang
      libbpf: fix false uninitialized variable warning

Aneesh Kumar K.V (6):
      powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisions
      powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag
      powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9
      libnvdimm/altmap: Track namespace boundaries in altmap
      libnvdimm/region: Initialize bad block for volatile namespaces
      libnvdimm: Fix endian conversion issues 

Arnaldo Carvalho de Melo (1):
      perf unwind: Fix libunwind build failure on i386 systems

Arvind Sankar (1):
      x86/purgatory: Disable the stackleak GCC plugin for the purgatory

Balasubramani Vivekanandan (1):
      tick: broadcast-hrtimer: Fix a race in bc_set_next

Balbir Singh (1):
      powerpc/mce: Fix MCE handling for huge pages

Chengguang Xu (1):
      9p: avoid attaching writeback_fid on mmap with type PRIVATE

Christophe Leroy (7):
      powerpc/603: Fix handling of the DIRTY flag
      powerpc/32s: Fix boot failure with DEBUG_PAGEALLOC without KASAN.
      powerpc/ptdump: Fix addresses display on PPC32
      powerpc/kasan: Fix parallel loading of modules.
      powerpc/kasan: Fix shadow area set up for modules.
      powerpc/mm: Add a helper to select PAGE_KERNEL_RO or PAGE_READONLY
      powerpc/mm: Fix an Oops in kasan_mmu_init()

Chuck Lever (2):
      xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methods
      xprtrdma: Send Queue size grows after a reconnect

Cédric Le Goater (1):
      KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the VP

Daniel Vetter (2):
      drm/atomic: Reject FLIP_ASYNC unconditionally
      drm/atomic: Take the atomic toys away from X

Danielle Ratson (1):
      mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actions

Dave Jiang (1):
      libnvdimm: prevent nvdimm from requesting key when security is disabled

David Hildenbrand (1):
      xen/balloon: Set pages PageOffline() in balloon_add_region()

Dexuan Cui (1):
      PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing it

Dmitry Osipenko (1):
      PM / devfreq: tegra: Fix kHz to Hz conversion

Eric Sandeen (1):
      vfs: Fix EOVERFLOW testing in put_compat_statfs64

Erqi Chen (1):
      ceph: reconnect connection if session hang in opening state

Fabrice Gasnier (1):
      pwm: stm32-lp: Add check in case requested period cannot be achieved

Felix Kuehling (1):
      drm/amdgpu: Fix KFD-related kernel oops on Hawaii

Filipe Manana (1):
      Btrfs: fix selftests failure due to uninitialized i_mode in test inodes

Florian Westphal (1):
      netfilter: nf_tables: allow lookups in dynamic sets

Gao Xiang (5):
      staging: erofs: fix an error handling in erofs_readdir()
      staging: erofs: some compressed cluster should be submitted for corrupted images
      staging: erofs: add two missing erofs_workgroup_put for corrupted images
      staging: erofs: avoid endless loop of invalid lookback distance 0
      staging: erofs: detect potential multiref due to corrupted images

Gautham R. Shenoy (1):
      powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()

Gilad Ben-Yossef (2):
      crypto: ccree - account for TEE not ready to report
      crypto: ccree - use the full crypt length value

Greg Kroah-Hartman (1):
      Linux 5.3.6

H. Nikolaus Schaller (1):
      DTS: ARM: gta04: introduce legacy spi-cs-high to make display work again

Hans de Goede (1):
      drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passed

Heiko Carstens (1):
      KVM: s390: fix __insn32_query() inline assembly

Herbert Xu (1):
      crypto: skcipher - Unmap pages after an external error

Horia Geantă (2):
      crypto: caam/qi - fix error handling in ERN handler
      crypto: caam - fix concurrency issue in givencrypt descriptor

Ido Schimmel (1):
      thermal: Fix use-after-free when unregistering thermal zone device

Igor Druzhinin (1):
      xen/pci: reserve MCFG areas earlier

Jan Höppner (1):
      s390/dasd: Fix error handling during online processing

Jarkko Sakkinen (1):
      selftests/tpm2: Add the missing TEST_FILES assignment

Jeff Layton (1):
      ceph: fetch cap_gen under spinlock in ceph_add_cap

Jia-Ju Bai (1):
      fs: nfs: Fix possible null-pointer dereferences in encode_attrs()

Jiaxun Yang (1):
      MIPS: Treat Loongson Extensions as ASEs

Jiri Olsa (1):
      perf tools: Fix segfault in cpu_cache_level__read()

Johan Hovold (1):
      ieee802154: atusb: fix use-after-free at disconnect

Johannes Berg (4):
      mac80211: keep BHs disabled while calling drv_tx_wake_queue()
      nl80211: validate beacon head
      cfg80211: validate SSID/MBSSID element ordering assumption
      cfg80211: initialize on-stack chandefs

Jon Derrick (2):
      PCI: vmd: Fix config addressing when using bus offsets
      PCI: vmd: Fix shadow offsets to reflect spec changes

Juergen Gross (1):
      xen/xenbus: fix self-deadlock after killing user process

KeMeng Shi (1):
      sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()

Kees Cook (1):
      usercopy: Avoid HIGHMEM pfn warning

Kevin Wang (1):
      drm/amd/powerplay: change metrics update period from 1ms to 100ms

Lee Jones (1):
      i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630

Li RongQing (1):
      timer: Read jiffies once when forwarding base clk

Lu Shuaibing (1):
      9p: Transport error uninitialized

Luis Henriques (1):
      ceph: fix directories inode i_blkbits initialization

Lyude Paul (1):
      drm/nouveau/kms/nv50-: Don't create MSTMs for eDP connectors

Maarten Lankhorst (1):
      drm/i915/dp: Fix dsc bpp calculations, v5.

Marc Kleine-Budde (1):
      can: mcp251x: mcp251x_hw_reset(): allow more time after a reset

Marek Vasut (1):
      net: dsa: microchip: Always set regmap stride to 1

Masami Hiramatsu (1):
      perf probe: Fix to clear tev->nargs in clear_probe_trace_event()

Mathieu Desnoyers (2):
      sched/membarrier: Call sync_core only before usermode for same mm
      sched/membarrier: Fix private expedited registration check

Michael Nosthoff (2):
      power: supply: sbs-battery: use correct flags field
      power: supply: sbs-battery: only return health when battery present

Mike Christie (1):
      nbd: fix max number of supported devs

Miklos Szeredi (1):
      fuse: fix request limit

Ming Lei (1):
      blk-mq: move lockdep_assert_held() into elevator_exit

Nathan Chancellor (1):
      libnvdimm/nfit_test: Fix acpi_handle redefinition

Navid Emamdoost (1):
      nfp: abm: fix memory leak in nfp_abm_u32_knode_replace

Nicolin Chen (1):
      mmc: tegra: Implement ->set_dma_mask()

Oleksandr Suvorov (2):
      ASoC: Define a set of DAPM pre/post-up events
      ASoC: sgtl5000: Improve VAG power and mute control

Paul Mackerras (6):
      KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required functions
      KVM: PPC: Book3S HV: Don't push XIVE context when not using XIVE device
      KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interrupts
      KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual cores
      KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9
      powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown race

Philipp Rudo (1):
      s390/sclp: Fix bit checked for has_sipl

Qian Cai (1):
      include/trace/events/writeback.h: fix -Wstringop-truncation warnings

Rasmus Villemoes (1):
      watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeout

Russell King (2):
      mmc: sdhci: improve ADMA error reporting
      mmc: sdhci-of-esdhc: set DMA snooping based on DMA coherence

Ryan Chen (1):
      watchdog: aspeed: Add support for AST2600

Sanjay R Mehta (1):
      ntb: point to right memory window index

Santosh Sivaraj (1):
      powerpc/mce: Schedule work from irq_work

Sascha Hauer (2):
      ima: always return negative code for error
      ima: fix freeing ongoing ahash_request

Sean Christopherson (1):
      KVM: nVMX: Fix consistency check on injected exception error code

Sean Paul (1):
      drm/msm/dsi: Fix return value check for clk_get_parent

Seth Forshee (1):
      sched: Add __ASSEMBLY__ guards around struct clone_args

Shuah Khan (1):
      selftests: pidfd: Fix undefined reference to pthread_create()

Srikar Dronamraju (2):
      perf stat: Fix a segmentation fault when using repeat forever
      perf stat: Reset previous counts on repeat with interval

Srinivas Kandagatla (1):
      drivers: thermal: qcom: tsens: Fix memory leak from qfprom read

Stefan Haberland (1):
      Revert "s390/dasd: Add discard support for ESE volumes"

Stefan Mavrodiev (1):
      thermal_hwmon: Sanitize thermal_zone type

Steven Rostedt (VMware) (2):
      tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_file
      tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure

Sumit Saxena (1):
      PCI: Restore Resizable BAR size bits correctly for 1MB BARs

Thomas Huth (1):
      KVM: s390: Test for bad access register and size at the start of S390_MEM_OP

Thomas Richter (1):
      perf build: Add detection of java-11-openjdk-devel package

Tom Zanussi (1):
      tracing: Make sure variable reference alias has correct var_ref_idx

Tomi Valkeinen (1):
      drm/omap: fix max fclk divider for omap36xx

Trek (1):
      drm/amdgpu: Check for valid number of registers to read

Trond Myklebust (3):
      SUNRPC: RPC level errors should always set task->tk_rpc_status
      pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors
      SUNRPC: Don't try to parse incomplete RPC messages

Tycho Andersen (1):
      selftests/seccomp: fix build on older kernels

Valdis Kletnieks (1):
      kernel/elfcore.c: include proper prototypes

Vasily Gorbik (4):
      s390/process: avoid potential reading of freed stack
      s390/topology: avoid firing events before kobjs are created
      s390/cio: avoid calling strlen on null pointer
      s390/cio: exclude subchannels with no parent from pseudo check

Vincent Chen (1):
      riscv: Avoid interrupts being erroneously enabled in handle_exception()

Wanpeng Li (2):
      KVM: X86: Fix userspace set invalid CR4
      Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"

Wei Yongjun (1):
      crypto: cavium/zip - Add missing single_release()

Xiaolin Zhang (2):
      drm/i915/gvt: update vgpu workload head pointer correctly
      drm/i915: to make vgpu ppgtt notificaiton as atomic operation

zhengbin (1):
      fuse: fix memleak in cuse_channel_open


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

             reply	other threads:[~2019-10-12  8:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-12  7:59 Greg KH [this message]
2019-10-12  7:59 ` Linux 5.3.6 Greg KH
     [not found] <20191012075902.GA2038794 () kroah ! com>
2019-10-12 19:16 ` Chris Clayton
2019-10-12 20:55   ` Gabriel C
2019-10-13  8:26     ` Chris Clayton
2019-10-13  7: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=20191012075902.GA2038794@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.