linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5.7 000/166] 5.7.9-rc1 review
@ 2020-07-14 18:42 Greg Kroah-Hartman
  2020-07-14 18:42 ` [PATCH 5.7 001/166] KVM: s390: reduce number of IO pins to 1 Greg Kroah-Hartman
                   ` (170 more replies)
  0 siblings, 171 replies; 175+ messages in thread
From: Greg Kroah-Hartman @ 2020-07-14 18:42 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, shuah, patches,
	ben.hutchings, lkft-triage, stable

This is the start of the stable review cycle for the 5.7.9 release.
There are 166 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 Thu, 16 Jul 2020 18:40:38 +0000.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.7.9-rc1.gz
or in the git tree and branch at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.7.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Adrian Hunter <adrian.hunter@intel.com>
    perf scripts python: exported-sql-viewer.py: Fix time chart call tree

Adrian Hunter <adrian.hunter@intel.com>
    perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result

Adrian Hunter <adrian.hunter@intel.com>
    perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' result

Adrian Hunter <adrian.hunter@intel.com>
    perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find' result

Adrian Hunter <adrian.hunter@intel.com>
    perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument

Michal Suchanek <msuchanek@suse.de>
    dm writecache: reject asynchronous pmem devices

Ming Lei <ming.lei@redhat.com>
    blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight()

Marc Zyngier <maz@kernel.org>
    arm64: arch_timer: Disable the compat vdso for cores affected by ARM64_WORKAROUND_1418040

Marc Zyngier <maz@kernel.org>
    arm64: arch_timer: Allow an workaround descriptor to disable compat vdso

Marc Zyngier <maz@kernel.org>
    arm64: Introduce a way to disable the 32bit vdso

Janosch Frank <frankja@linux.ibm.com>
    s390/mm: fix huge pte soft dirty copying

Vasily Gorbik <gor@linux.ibm.com>
    s390/setup: init jump labels before command line parsing

Vineet Gupta <vgupta@synopsys.com>
    ARC: elf: use right ELF_ARCH

Vineet Gupta <vgupta@synopsys.com>
    ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE

Hans de Goede <hdegoede@redhat.com>
    pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPIOD_OUT_HIGH)

Manivannan Sadhasivam <mani@kernel.org>
    mmc: owl-mmc: Get rid of of_match_ptr() macro

Neil Armstrong <narmstrong@baylibre.com>
    mmc: meson-gx: limit segments to 1 when dram-access-quirk is needed

Mikulas Patocka <mpatocka@redhat.com>
    dm: use noio when sending kobject event

Steve French <stfrench@microsoft.com>
    smb3: fix unneeded error message on change notify

Steve French <stfrench@microsoft.com>
    smb3: fix access denied on change notify request to some servers

Ronnie Sahlberg <lsahlber@redhat.com>
    cifs: fix reference leak for tlink

Chris Wilson <chris@chris-wilson.co.uk>
    drm/i915: Also drop vm.ref along error paths for vma construction

Chris Wilson <chris@chris-wilson.co.uk>
    drm/i915: Drop vm.ref for duplicate vma on construction

Huang Rui <ray.huang@amd.com>
    drm/amdgpu: asd function needs to be unloaded in suspend phase

Huang Rui <ray.huang@amd.com>
    drm/amdgpu: add TMR destory function for psp

Marek Olšák <marek.olsak@amd.com>
    drm/amdgpu: don't do soft recovery if gpu_recovery=0

Chris Wilson <chris@chris-wilson.co.uk>
    drm/i915: Skip stale object handle for debugfs per-file-stats

Chris Wilson <chris@chris-wilson.co.uk>
    drm/i915/gt: Pin the rings before marking active

Tom Rix <trix@redhat.com>
    drm/radeon: fix double free

Josef Bacik <josef@toxicpanda.com>
    btrfs: fix double put of block group with nocow

Qu Wenruo <wqu@suse.com>
    btrfs: discard: add missing put when grabbing block group from unused list

Josef Bacik <josef@toxicpanda.com>
    btrfs: reset tree root pointer after error in init_tree_roots

Boris Burkov <boris@bur.io>
    btrfs: fix fatal extent_buffer readahead vs releasepage race

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Revert "ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb"

Kees Cook <keescook@chromium.org>
    bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()

Kees Cook <keescook@chromium.org>
    kprobes: Do not expose probe addresses to non-CAP_SYSLOG

Kees Cook <keescook@chromium.org>
    module: Do not expose section addresses to non-CAP_SYSLOG

Kees Cook <keescook@chromium.org>
    module: Refactor section attr into bin attribute

Kees Cook <keescook@chromium.org>
    kallsyms: Refactor kallsyms_show_value() to take cred

Pavel Begunkov <asml.silence@gmail.com>
    io_uring: fix missing msg_name assignment

Yang Yingliang <yangyingliang@huawei.com>
    io_uring: fix memleak in io_sqe_files_register()

Jens Axboe <axboe@kernel.dk>
    io_uring: account user memory freed when exit has been queued

Yang Yingliang <yangyingliang@huawei.com>
    io_uring: fix memleak in __io_sqe_files_update()

Steven Price <steven.price@arm.com>
    KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVE

Sean Christopherson <sean.j.christopherson@intel.com>
    KVM: x86: Mark CR4.TSD as being possibly owned by the guest

Sean Christopherson <sean.j.christopherson@intel.com>
    KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit mode

Paolo Bonzini <pbonzini@redhat.com>
    KVM: x86: bit 8 of non-leaf PDPEs is not reserved

Alexandru Elisei <alexandru.elisei@arm.com>
    KVM: arm64: Annotate hyp NMI-related functions as __always_inline

Andrew Scull <ascull@google.com>
    KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTART

Will Deacon <will@kernel.org>
    KVM: arm64: Fix definition of PAGE_HYP_DEVICE

Jian-Hong Pan <jian-hong@endlessm.com>
    ALSA: hda/realtek: Enable headset mic of Acer Veriton N4660G with ALC269VC

Jian-Hong Pan <jian-hong@endlessm.com>
    ALSA: hda/realtek: Enable headset mic of Acer C20-820 with ALC269VC

Jian-Hong Pan <jian-hong@endlessm.com>
    ALSA: hda/realtek - Enable audio jacks of Acer vCopperbox with ALC269VC

Benjamin Poirier <benjamin.poirier@gmail.com>
    ALSA: hda/realtek - Fix Lenovo Thinkpad X1 Carbon 7th quirk subdevice id

Pavel Hofman <pavel.hofman@ivitera.com>
    ALSA: usb-audio: Add implicit feedback quirk for RTX6001

Hector Martin <marcan@marcan.st>
    ALSA: usb-audio: add quirk for MacroSilicon MS2109

Hui Wang <hui.wang@canonical.com>
    ALSA: hda - let hs_mic be picked ahead of hp_mic

xidongwang <wangxidong_97@163.com>
    ALSA: opl3: fix infoleak in opl3

Kaike Wan <kaike.wan@intel.com>
    IB/hfi1: Do not destroy link_wq when the device is shut down

Kaike Wan <kaike.wan@intel.com>
    IB/hfi1: Do not destroy hfi1_wq when the device is shut down

Ido Schimmel <idosch@mellanox.com>
    mlxsw: pci: Fix use-after-free in case of failed devlink reload

Ido Schimmel <idosch@mellanox.com>
    mlxsw: spectrum_router: Remove inappropriate usage of WARN_ON()

Nicolas Ferre <nicolas.ferre@microchip.com>
    net: macb: fix call to pm_runtime in the suspend/resume functions

Nicolas Ferre <nicolas.ferre@microchip.com>
    net: macb: fix macb_suspend() by removing call to netif_carrier_off()

Nicolas Ferre <nicolas.ferre@microchip.com>
    net: macb: fix macb_get/set_wol() when moving to phylink

Nicolas Ferre <nicolas.ferre@microchip.com>
    net: macb: mark device wake capable when "magic-packet" property present

Nicolas Ferre <nicolas.ferre@microchip.com>
    net: macb: fix wakeup test in runtime suspend/resume routines

Davide Caratti <dcaratti@redhat.com>
    bnxt_en: fix NULL dereference in case SR-IOV configuration fails

Eli Britstein <elibr@mellanox.com>
    net/mlx5e: CT: Fix memory leak in cleanup

Aya Levin <ayal@mellanox.com>
    net/mlx5e: Fix 50G per lane indication

Aya Levin <ayal@mellanox.com>
    net/mlx5e: Fix CPU mapping after function reload to avoid aRFS RX crash

Aya Levin <ayal@mellanox.com>
    net/mlx5e: Fix VXLAN configuration restore after function reload

Eran Ben Elisha <eranbe@mellanox.com>
    net/mlx5: Fix eeprom support for SFP module

Lorenz Bauer <lmb@cloudflare.com>
    selftests: bpf: Fix detach from sockmap tests

Sudarsana Reddy Kalluru <skalluru@marvell.com>
    qed: Populate nvm-file attributes while reading nvm config partition.

Aya Levin <ayal@mellanox.com>
    IB/mlx5: Fix 50G per lane indication

Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
    cxgb4: fix all-mask IP address comparison

Zheng Bin <zhengbin13@huawei.com>
    nbd: Fix memory leak in nbd_add_socket

Wei Li <liwei391@huawei.com>
    arm64: kgdb: Fix single-step exception handling oops

Dmitry Bogdanov <dbogdanov@marvell.com>
    net: atlantic: fix ip dst and ipv6 address filters

Kamal Heib <kamalheib1@gmail.com>
    RDMA/siw: Fix reporting vendor_part_id

Nicholas Piggin <npiggin@gmail.com>
    powerpc/64s/exception: Fix 0x1500 interrupt handler crash

Shannon Nelson <snelson@pensando.io>
    ionic: centralize queue reset code

Alexander Lobakin <alobakin@marvell.com>
    net: qed: fix buffer overflow on ethtool -d

Alex Elder <elder@linaro.org>
    net: ipa: fix QMI structure definition bugs

Vinod Koul <vkoul@kernel.org>
    ALSA: compress: fix partial_drain completion state

Yonglong Liu <liuyonglong@huawei.com>
    net: hns3: fix use-after-free when doing self test

Huazhong Tan <tanhuazhong@huawei.com>
    net: hns3: add a missing uninit debugfs when unload driver

Huazhong Tan <tanhuazhong@huawei.com>
    net: hns3: fix for mishandle of asserting VF reset fail

Huazhong Tan <tanhuazhong@huawei.com>
    net: hns3: check reset pending after FLR prepare

Andre Edich <andre.edich@microchip.com>
    smsc95xx: avoid memory leak in smsc95xx_bind

Andre Edich <andre.edich@microchip.com>
    smsc95xx: check return value of smsc95xx_reset

Adrian Hunter <adrian.hunter@intel.com>
    perf intel-pt: Fix PEBS sample for XMM registers

Adrian Hunter <adrian.hunter@intel.com>
    perf intel-pt: Fix recording PEBS-via-PT with registers

Wei Li <liwei391@huawei.com>
    perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()

Taehee Yoo <ap420073@gmail.com>
    net: rmnet: do not allow to add multiple bridge interfaces

Taehee Yoo <ap420073@gmail.com>
    net: rmnet: fix lower interface leak

Pablo Neira Ayuso <pablo@netfilter.org>
    netfilter: conntrack: refetch conntrack after nf_conntrack_update()

Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
    net: dsa: microchip: set the correct number of ports

Divya Indi <divya.indi@oracle.com>
    IB/sa: Resolv use-after-free in ib_nl_make_request()

Martin Blumenstingl <martin.blumenstingl@googlemail.com>
    drm/meson: viu: fix setting the OSD burst length in VIU_OSD1_FIFO_CTRL_STAT

Filipe Manana <fdmanana@suse.com>
    btrfs: fix reclaim_size counter leak after stealing from global reserve

Li Heng <liheng40@huawei.com>
    net: cxgb4: fix return error value in t4_prep_fw

Alex Elder <elder@linaro.org>
    net: ipa: no checksum offload for SDM845 LAN RX

Russell King <rmk+kernel@armlinux.org.uk>
    net: mvneta: fix use of state->speed

Eric Dumazet <edumazet@google.com>
    netfilter: ipset: call ip_set_free() instead of kfree()

John Fastabend <john.fastabend@gmail.com>
    bpf, sockmap: RCU dereferenced psock may be used outside RCU block

John Fastabend <john.fastabend@gmail.com>
    bpf, sockmap: RCU splat with redirect and strparser error or TLS

Hsin-Yi Wang <hsinyi@chromium.org>
    drm/mediatek: Check plane visibility in atomic_update

Luca Coelho <luciano.coelho@intel.com>
    nl80211: fix memory leak when parsing NL80211_ATTR_HE_BSS_COLOR

Luca Coelho <luciano.coelho@intel.com>
    nl80211: don't return err unconditionally in nl80211_start_ap()

John Fastabend <john.fastabend@gmail.com>
    bpf: Do not allow btf_ctx_access with __int128 types

Seevalamuthu Mariappan <seevalam@codeaurora.org>
    mac80211: Fix dropping broadcast packets in 802.11 encap

Marc Zyngier <maz@kernel.org>
    KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbell

Shengjiu Wang <shengjiu.wang@nxp.com>
    ASoC: fsl_mqs: Fix unchecked return value for clk_prepare_enable

Shengjiu Wang <shengjiu.wang@nxp.com>
    ASoC: fsl_mqs: Don't check clock is NULL before calling clk API

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    gpio: pca953x: Fix direction setting when configure an IRQ

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    gpio: pca953x: Synchronize interrupt handler properly

Kamal Dasu <kdasu.kdev@gmail.com>
    mtd: set master partition panic write flag

Dan Carpenter <dan.carpenter@oracle.com>
    net: qrtr: Fix an out of bounds read qrtr_endpoint_post()

Scott Wood <swood@redhat.com>
    sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix mask corruption

Tom Rix <trix@redhat.com>
    nfs: Fix memory leak of export_path

Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
    arm64: Add KRYO{3,4}XX silver CPU cores to SSB safelist

Peter Zijlstra <peterz@infradead.org>
    x86/entry: Increase entry_stack size to a full page

Max Gurtovoy <maxg@mellanox.com>
    nvme-rdma: assign completion vector correctly

Chengguang Xu <cgxu519@mykernel.net>
    block: release bip in a right way in error path

Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
    arm64: kpti: Add KRYO{3, 4}XX silver CPU cores to kpti safelist

Aditya Pakki <pakki001@umn.edu>
    usb: dwc3: pci: Fix reference count leak in dwc3_pci_resume_work

Tomas Henzl <thenzl@redhat.com>
    scsi: mptscsih: Fix read sense data size

Arun Easi <aeasi@marvell.com>
    scsi: qla2xxx: Fix MPI failure AEN (8200) handling

yu kuai <yukuai3@huawei.com>
    ARM: imx6: add missing put_device() call in imx6q_suspend_init()

Zhang Xiaoxu <zhangxiaoxu5@huawei.com>
    cifs: update ctime and mtime during truncate

Maxime Ripard <maxime@cerno.tech>
    drm/sun4i: mixer: Call of_dma_configure if there's an IOMMU

Vasily Gorbik <gor@linux.ibm.com>
    s390/kasan: fix early pgm check handler execution

Hans de Goede <hdegoede@redhat.com>
    drm: panel-orientation-quirks: Use generic orientation-data for Acer S1003

Hans de Goede <hdegoede@redhat.com>
    drm: panel-orientation-quirks: Add quirk for Asus T101HA panel

Rajat Jain <rajatja@google.com>
    iommu/vt-d: Don't apply gfx quirks to untrusted devices

Chuck Lever <chuck.lever@oracle.com>
    xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freed

Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
    powerpc/kvm/book3s64: Fix kernel crash with nested kvm & DEBUG_VIRTUAL

Dany Madden <drt@linux.ibm.com>
    ibmvnic: continue to init in CRQ reset returns H_CLOSED

Ciara Loftus <ciara.loftus@intel.com>
    ice: protect ring accesses with WRITE_ONCE

Ciara Loftus <ciara.loftus@intel.com>
    i40e: protect ring accesses with READ- and WRITE_ONCE

Ciara Loftus <ciara.loftus@intel.com>
    ixgbe: protect ring accesses with READ- and WRITE_ONCE

Sascha Hauer <s.hauer@pengutronix.de>
    net: ethernet: mvneta: Add 2500BaseX support for SoCs without comphy

Sascha Hauer <s.hauer@pengutronix.de>
    net: ethernet: mvneta: Fix Serdes configuration for SoCs without comphy

Zhenzhong Duan <zhenzhong.duan@gmail.com>
    spi: spidev: fix a potential use-after-free in spidev_release()

Zhenzhong Duan <zhenzhong.duan@gmail.com>
    spi: spidev: fix a race between spidev_release and spidev_remove

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ALSA: hda: Intel: add missing PCI IDs for ICL-H, TGL-H and EKL

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ASoC: hdac_hda: fix memleak with regmap not freed on remove

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ASoC: SOF: Intel: add PCI ID for CometLake-S

Linus Walleij <linus.walleij@linaro.org>
    drm: mcde: Fix display initialization problem

Jérôme Pouiller <jerome.pouiller@silabs.com>
    staging: wfx: fix coherency of hif_scan() prototype

Thierry Reding <treding@nvidia.com>
    gpu: host1x: Detach driver on unregister

Nicolin Chen <nicoleotsuka@gmail.com>
    drm/tegra: hub: Do not enable orphaned window group

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    gpu: host1x: Clean up debugfs in error handling path

Xiyu Yang <xiyuyang19@fudan.edu.cn>
    drm/ttm: Fix dma_fence refcnt leak when adding move fence

Xiyu Yang <xiyuyang19@fudan.edu.cn>
    drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reserved

Tony Lindgren <tony@atomide.com>
    ARM: dts: omap4-droid4: Fix spi configuration and increase rate

Stephane Eranian <eranian@google.com>
    perf/x86/rapl: Fix RAPL config variable bug

Stephane Eranian <eranian@google.com>
    perf/x86/rapl: Move RAPL support to common x86 code

Jens Thoms Toerring <jt@toerring.de>
    regmap: fix alignment issue

Krzysztof Kozlowski <krzk@kernel.org>
    spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transfer

Peng Ma <peng.ma@nxp.com>
    spi: spi-fsl-dspi: Adding shutdown hook

Christian Borntraeger <borntraeger@de.ibm.com>
    KVM: s390: reduce number of IO pins to 1


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

Diffstat:

 Makefile                                           |   4 +-
 arch/arc/include/asm/elf.h                         |   2 +-
 arch/arc/kernel/entry.S                            |  16 +--
 arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi     |   4 +-
 arch/arm/mach-imx/pm-imx6.c                        |  10 +-
 arch/arm64/include/asm/arch_gicv3.h                |   2 +-
 arch/arm64/include/asm/arch_timer.h                |   1 +
 arch/arm64/include/asm/cpufeature.h                |   2 +-
 arch/arm64/include/asm/pgtable-prot.h              |   2 +-
 arch/arm64/include/asm/vdso/clocksource.h          |   7 +-
 arch/arm64/include/asm/vdso/compat_gettimeofday.h  |   8 +-
 arch/arm64/kernel/cpu_errata.c                     |   2 +
 arch/arm64/kernel/cpufeature.c                     |   2 +
 arch/arm64/kernel/kgdb.c                           |   2 +-
 arch/arm64/kvm/hyp-init.S                          |  11 +-
 arch/arm64/kvm/reset.c                             |  10 +-
 arch/powerpc/kernel/exceptions-64s.S               |   2 +-
 arch/powerpc/kvm/book3s_64_mmu_radix.c             |   3 +-
 arch/s390/include/asm/kvm_host.h                   |   8 +-
 arch/s390/kernel/early.c                           |   2 +
 arch/s390/kernel/setup.c                           |   1 +
 arch/s390/mm/hugetlbpage.c                         |   2 +-
 arch/x86/events/Kconfig                            |   6 +-
 arch/x86/events/Makefile                           |   1 +
 arch/x86/events/intel/Makefile                     |   2 -
 arch/x86/events/{intel => }/rapl.c                 |   9 +-
 arch/x86/include/asm/processor.h                   |   2 +-
 arch/x86/kvm/kvm_cache_regs.h                      |   2 +-
 arch/x86/kvm/mmu/mmu.c                             |   2 +-
 arch/x86/kvm/vmx/vmx.c                             |   2 +
 arch/x86/kvm/x86.c                                 |   2 +
 block/bio-integrity.c                              |  23 ++--
 block/blk-mq.c                                     |   4 +-
 drivers/base/regmap/regmap.c                       | 100 ++++++++---------
 drivers/block/nbd.c                                |  25 +++--
 drivers/clocksource/arm_arch_timer.c               |  11 ++
 drivers/gpio/gpio-pca953x.c                        |  98 ++++++++++++++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_job.c            |   3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  63 ++++++++++-
 drivers/gpu/drm/drm_panel_orientation_quirks.c     |  14 +--
 drivers/gpu/drm/i915/gt/intel_context.c            |  12 +-
 drivers/gpu/drm/i915/i915_debugfs.c                |   2 +-
 drivers/gpu/drm/i915/i915_vma.c                    |  15 +--
 drivers/gpu/drm/mcde/mcde_drv.c                    |   3 +-
 drivers/gpu/drm/mediatek/mtk_drm_plane.c           |  25 +++--
 drivers/gpu/drm/meson/meson_registers.h            |   6 +
 drivers/gpu/drm/meson/meson_viu.c                  |  11 +-
 drivers/gpu/drm/radeon/ci_dpm.c                    |   7 +-
 drivers/gpu/drm/sun4i/sun8i_mixer.c                |  13 +++
 drivers/gpu/drm/tegra/hub.c                        |   8 +-
 drivers/gpu/drm/ttm/ttm_bo.c                       |   4 +-
 drivers/gpu/drm/ttm/ttm_bo_vm.c                    |   2 +
 drivers/gpu/host1x/bus.c                           |   9 ++
 drivers/gpu/host1x/dev.c                           |   5 +-
 drivers/infiniband/core/sa_query.c                 |  38 +++----
 drivers/infiniband/hw/hfi1/init.c                  |  37 +++++--
 drivers/infiniband/hw/hfi1/qp.c                    |   5 +-
 drivers/infiniband/hw/hfi1/tid_rdma.c              |   5 +-
 drivers/infiniband/hw/mlx5/main.c                  |   2 +-
 drivers/infiniband/sw/siw/siw_main.c               |   3 +-
 drivers/iommu/intel-iommu.c                        |  37 +++++++
 drivers/irqchip/irq-gic-v3-its.c                   |   8 ++
 drivers/md/dm-writecache.c                         |   6 +
 drivers/md/dm.c                                    |  15 ++-
 drivers/message/fusion/mptscsih.c                  |   4 +-
 drivers/mmc/host/meson-gx-mmc.c                    |   6 +-
 drivers/mmc/host/owl-mmc.c                         |   2 +-
 drivers/mtd/mtdcore.c                              |   4 +-
 drivers/net/dsa/microchip/ksz8795.c                |   3 +
 drivers/net/dsa/microchip/ksz9477.c                |   3 +
 .../ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c |   4 +-
 .../aquantia/atlantic/hw_atl/hw_atl_llh_internal.h |   2 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c    |   2 +-
 drivers/net/ethernet/cadence/macb_main.c           |  31 ++++--
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c  |  10 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c         |   8 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |   3 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |   9 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    |   2 +-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  |   5 +
 drivers/net/ethernet/ibm/ibmvnic.c                 |   9 +-
 drivers/net/ethernet/intel/i40e/i40e_main.c        |  29 +++--
 drivers/net/ethernet/intel/ice/ice_lib.c           |   8 +-
 drivers/net/ethernet/intel/ice/ice_main.c          |   2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c       |  12 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c      |  14 ++-
 drivers/net/ethernet/marvell/mvneta.c              |  88 ++++++++-------
 drivers/net/ethernet/mellanox/mlx5/core/en/port.c  |  21 +++-
 drivers/net/ethernet/mellanox/mlx5/core/en/port.h  |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c |   1 +
 .../net/ethernet/mellanox/mlx5/core/en_ethtool.c   |   8 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  15 +--
 drivers/net/ethernet/mellanox/mlx5/core/port.c     |  93 +++++++++++++---
 drivers/net/ethernet/mellanox/mlxsw/pci.c          |  54 ++++++---
 .../net/ethernet/mellanox/mlxsw/spectrum_router.c  |   2 +-
 .../net/ethernet/pensando/ionic/ionic_ethtool.c    |  52 +++------
 drivers/net/ethernet/pensando/ionic/ionic_lif.c    |  17 ++-
 drivers/net/ethernet/pensando/ionic/ionic_lif.h    |   4 +-
 drivers/net/ethernet/qlogic/qed/qed.h              |   2 +
 drivers/net/ethernet/qlogic/qed/qed_debug.c        |  17 ++-
 drivers/net/ethernet/qlogic/qed/qed_dev.c          |  12 +-
 drivers/net/ethernet/qlogic/qed/qed_mcp.c          |   7 ++
 drivers/net/ethernet/qlogic/qed/qed_mcp.h          |   7 ++
 drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c |  18 ++-
 drivers/net/ipa/ipa_data-sdm845.c                  |   1 -
 drivers/net/ipa/ipa_qmi_msg.c                      |   6 +-
 drivers/net/usb/smsc95xx.c                         |   9 +-
 drivers/net/wireless/ath/ath9k/hif_usb.c           |  48 ++------
 drivers/net/wireless/ath/ath9k/hif_usb.h           |   5 -
 drivers/nvme/host/rdma.c                           |   2 +-
 drivers/pinctrl/intel/pinctrl-baytrail.c           |  67 +++++++++---
 drivers/scsi/qla2xxx/qla_attr.c                    |  30 ++++-
 drivers/scsi/qla2xxx/qla_def.h                     |  13 ++-
 drivers/scsi/qla2xxx/qla_gbl.h                     |   3 +
 drivers/scsi/qla2xxx/qla_init.c                    |   2 +
 drivers/scsi/qla2xxx/qla_isr.c                     |  54 ++++++---
 drivers/scsi/qla2xxx/qla_os.c                      |   6 +
 drivers/scsi/qla2xxx/qla_tmpl.c                    | 121 +++++++++++++++++----
 drivers/spi/spi-fsl-dspi.c                         |  34 +++++-
 drivers/spi/spidev.c                               |  24 ++--
 drivers/staging/wfx/hif_tx.c                       |   6 +-
 drivers/staging/wfx/hif_tx.h                       |   2 +-
 drivers/staging/wfx/scan.c                         |   6 +-
 drivers/usb/dwc3/dwc3-pci.c                        |   4 +-
 fs/btrfs/discard.c                                 |   1 +
 fs/btrfs/disk-io.c                                 |   6 +-
 fs/btrfs/extent_io.c                               |  40 ++++---
 fs/btrfs/inode.c                                   |   9 +-
 fs/btrfs/space-info.c                              |   2 +-
 fs/cifs/inode.c                                    |   9 ++
 fs/cifs/ioctl.c                                    |   9 +-
 fs/cifs/smb2misc.c                                 |   8 +-
 fs/cifs/smb2ops.c                                  |   2 +-
 fs/io_uring.c                                      |  20 +++-
 fs/nfs/nfs4namespace.c                             |   1 +
 include/linux/btf.h                                |   5 +
 include/linux/filter.h                             |   4 +-
 include/linux/kallsyms.h                           |   5 +-
 include/sound/compress_driver.h                    |  10 +-
 kernel/bpf/btf.c                                   |   4 +-
 kernel/bpf/syscall.c                               |  32 +++---
 kernel/kallsyms.c                                  |  17 ++-
 kernel/kprobes.c                                   |   4 +-
 kernel/module.c                                    |  51 +++++----
 kernel/sched/core.c                                |   2 +-
 net/core/skmsg.c                                   |  23 ++--
 net/core/sysctl_net_core.c                         |   2 +-
 net/mac80211/tx.c                                  |   2 +-
 net/netfilter/ipset/ip_set_bitmap_ip.c             |   2 +-
 net/netfilter/ipset/ip_set_bitmap_ipmac.c          |   2 +-
 net/netfilter/ipset/ip_set_bitmap_port.c           |   2 +-
 net/netfilter/ipset/ip_set_hash_gen.h              |   4 +-
 net/netfilter/nf_conntrack_core.c                  |   2 +
 net/qrtr/qrtr.c                                    |   6 +-
 net/sunrpc/xprtrdma/verbs.c                        |  33 ++++--
 net/wireless/nl80211.c                             |   5 +-
 sound/core/compress_offload.c                      |   4 +
 sound/drivers/opl3/opl3_synth.c                    |   2 +
 sound/pci/hda/hda_auto_parser.c                    |   6 +
 sound/pci/hda/hda_intel.c                          |   8 ++
 sound/pci/hda/patch_realtek.c                      |  38 ++++++-
 sound/soc/codecs/hdac_hda.c                        |  16 ++-
 sound/soc/fsl/fsl_mqs.c                            |  23 ++--
 sound/soc/sof/sof-pci-dev.c                        |   2 +
 sound/usb/pcm.c                                    |   1 +
 sound/usb/quirks-table.h                           |  52 +++++++++
 tools/perf/arch/x86/util/intel-pt.c                |   1 +
 tools/perf/scripts/python/export-to-postgresql.py  |   2 +-
 tools/perf/scripts/python/exported-sql-viewer.py   |  11 +-
 tools/perf/ui/browsers/hists.c                     |  17 ++-
 tools/perf/util/evsel.c                            |   4 +-
 tools/perf/util/intel-pt.c                         |   5 +-
 tools/testing/selftests/bpf/test_maps.c            |  12 +-
 virt/kvm/arm/vgic/vgic-v4.c                        |   8 ++
 174 files changed, 1612 insertions(+), 709 deletions(-)



^ permalink raw reply	[flat|nested] 175+ messages in thread

end of thread, other threads:[~2020-07-16  7:46 UTC | newest]

Thread overview: 175+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-14 18:42 [PATCH 5.7 000/166] 5.7.9-rc1 review Greg Kroah-Hartman
2020-07-14 18:42 ` [PATCH 5.7 001/166] KVM: s390: reduce number of IO pins to 1 Greg Kroah-Hartman
2020-07-14 18:42 ` [PATCH 5.7 002/166] spi: spi-fsl-dspi: Adding shutdown hook Greg Kroah-Hartman
2020-07-14 18:42 ` [PATCH 5.7 003/166] spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transfer Greg Kroah-Hartman
2020-07-14 18:42 ` [PATCH 5.7 004/166] regmap: fix alignment issue Greg Kroah-Hartman
2020-07-14 18:42 ` [PATCH 5.7 005/166] perf/x86/rapl: Move RAPL support to common x86 code Greg Kroah-Hartman
2020-07-14 18:42 ` [PATCH 5.7 006/166] perf/x86/rapl: Fix RAPL config variable bug Greg Kroah-Hartman
2020-07-14 18:42 ` [PATCH 5.7 007/166] ARM: dts: omap4-droid4: Fix spi configuration and increase rate Greg Kroah-Hartman
2020-07-14 18:42 ` [PATCH 5.7 008/166] drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reserved Greg Kroah-Hartman
2020-07-14 18:42 ` [PATCH 5.7 009/166] drm/ttm: Fix dma_fence refcnt leak when adding move fence Greg Kroah-Hartman
2020-07-14 18:42 ` [PATCH 5.7 010/166] gpu: host1x: Clean up debugfs in error handling path Greg Kroah-Hartman
2020-07-14 18:42 ` [PATCH 5.7 011/166] drm/tegra: hub: Do not enable orphaned window group Greg Kroah-Hartman
2020-07-14 18:42 ` [PATCH 5.7 012/166] gpu: host1x: Detach driver on unregister Greg Kroah-Hartman
2020-07-14 18:42 ` [PATCH 5.7 013/166] staging: wfx: fix coherency of hif_scan() prototype Greg Kroah-Hartman
2020-07-14 18:42 ` [PATCH 5.7 014/166] drm: mcde: Fix display initialization problem Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 015/166] ASoC: SOF: Intel: add PCI ID for CometLake-S Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 016/166] ASoC: hdac_hda: fix memleak with regmap not freed on remove Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 017/166] ALSA: hda: Intel: add missing PCI IDs for ICL-H, TGL-H and EKL Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 018/166] spi: spidev: fix a race between spidev_release and spidev_remove Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 019/166] spi: spidev: fix a potential use-after-free in spidev_release() Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 020/166] net: ethernet: mvneta: Fix Serdes configuration for SoCs without comphy Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 021/166] net: ethernet: mvneta: Add 2500BaseX support " Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 022/166] ixgbe: protect ring accesses with READ- and WRITE_ONCE Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 023/166] i40e: " Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 024/166] ice: protect ring accesses with WRITE_ONCE Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 025/166] ibmvnic: continue to init in CRQ reset returns H_CLOSED Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 026/166] powerpc/kvm/book3s64: Fix kernel crash with nested kvm & DEBUG_VIRTUAL Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 027/166] xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freed Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 028/166] iommu/vt-d: Dont apply gfx quirks to untrusted devices Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 029/166] drm: panel-orientation-quirks: Add quirk for Asus T101HA panel Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 030/166] drm: panel-orientation-quirks: Use generic orientation-data for Acer S1003 Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 031/166] s390/kasan: fix early pgm check handler execution Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 032/166] drm/sun4i: mixer: Call of_dma_configure if theres an IOMMU Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 033/166] cifs: update ctime and mtime during truncate Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 034/166] ARM: imx6: add missing put_device() call in imx6q_suspend_init() Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 035/166] scsi: qla2xxx: Fix MPI failure AEN (8200) handling Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 036/166] scsi: mptscsih: Fix read sense data size Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 037/166] usb: dwc3: pci: Fix reference count leak in dwc3_pci_resume_work Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 038/166] arm64: kpti: Add KRYO{3, 4}XX silver CPU cores to kpti safelist Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 039/166] block: release bip in a right way in error path Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 040/166] nvme-rdma: assign completion vector correctly Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 041/166] x86/entry: Increase entry_stack size to a full page Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 042/166] arm64: Add KRYO{3,4}XX silver CPU cores to SSB safelist Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 043/166] nfs: Fix memory leak of export_path Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 044/166] sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix mask corruption Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 045/166] net: qrtr: Fix an out of bounds read qrtr_endpoint_post() Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 046/166] mtd: set master partition panic write flag Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 047/166] gpio: pca953x: Synchronize interrupt handler properly Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 048/166] gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2 Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 049/166] gpio: pca953x: Fix direction setting when configure an IRQ Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 050/166] gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2 Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 051/166] ASoC: fsl_mqs: Dont check clock is NULL before calling clk API Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 052/166] ASoC: fsl_mqs: Fix unchecked return value for clk_prepare_enable Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 053/166] KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbell Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 054/166] mac80211: Fix dropping broadcast packets in 802.11 encap Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 055/166] bpf: Do not allow btf_ctx_access with __int128 types Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 056/166] nl80211: dont return err unconditionally in nl80211_start_ap() Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 057/166] nl80211: fix memory leak when parsing NL80211_ATTR_HE_BSS_COLOR Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 058/166] drm/mediatek: Check plane visibility in atomic_update Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 059/166] bpf, sockmap: RCU splat with redirect and strparser error or TLS Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 060/166] bpf, sockmap: RCU dereferenced psock may be used outside RCU block Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 061/166] netfilter: ipset: call ip_set_free() instead of kfree() Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 062/166] net: mvneta: fix use of state->speed Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 063/166] net: ipa: no checksum offload for SDM845 LAN RX Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 064/166] net: cxgb4: fix return error value in t4_prep_fw Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 065/166] btrfs: fix reclaim_size counter leak after stealing from global reserve Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 066/166] drm/meson: viu: fix setting the OSD burst length in VIU_OSD1_FIFO_CTRL_STAT Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 067/166] IB/sa: Resolv use-after-free in ib_nl_make_request() Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 068/166] net: dsa: microchip: set the correct number of ports Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 069/166] netfilter: conntrack: refetch conntrack after nf_conntrack_update() Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 070/166] net: rmnet: fix lower interface leak Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 071/166] net: rmnet: do not allow to add multiple bridge interfaces Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 072/166] perf report TUI: Fix segmentation fault in perf_evsel__hists_browse() Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 073/166] perf intel-pt: Fix recording PEBS-via-PT with registers Greg Kroah-Hartman
2020-07-14 18:43 ` [PATCH 5.7 074/166] perf intel-pt: Fix PEBS sample for XMM registers Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 075/166] smsc95xx: check return value of smsc95xx_reset Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 076/166] smsc95xx: avoid memory leak in smsc95xx_bind Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 077/166] net: hns3: check reset pending after FLR prepare Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 078/166] net: hns3: fix for mishandle of asserting VF reset fail Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 079/166] net: hns3: add a missing uninit debugfs when unload driver Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 080/166] net: hns3: fix use-after-free when doing self test Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 081/166] ALSA: compress: fix partial_drain completion state Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 082/166] net: ipa: fix QMI structure definition bugs Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 083/166] net: qed: fix buffer overflow on ethtool -d Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 084/166] ionic: centralize queue reset code Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 085/166] powerpc/64s/exception: Fix 0x1500 interrupt handler crash Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 086/166] RDMA/siw: Fix reporting vendor_part_id Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 087/166] net: atlantic: fix ip dst and ipv6 address filters Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 088/166] arm64: kgdb: Fix single-step exception handling oops Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 089/166] nbd: Fix memory leak in nbd_add_socket Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 090/166] cxgb4: fix all-mask IP address comparison Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 091/166] IB/mlx5: Fix 50G per lane indication Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 092/166] qed: Populate nvm-file attributes while reading nvm config partition Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 093/166] selftests: bpf: Fix detach from sockmap tests Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 094/166] net/mlx5: Fix eeprom support for SFP module Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 095/166] net/mlx5e: Fix VXLAN configuration restore after function reload Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 096/166] net/mlx5e: Fix CPU mapping after function reload to avoid aRFS RX crash Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 097/166] net/mlx5e: Fix 50G per lane indication Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 098/166] net/mlx5e: CT: Fix memory leak in cleanup Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 099/166] bnxt_en: fix NULL dereference in case SR-IOV configuration fails Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 100/166] net: macb: fix wakeup test in runtime suspend/resume routines Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 101/166] net: macb: mark device wake capable when "magic-packet" property present Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 102/166] net: macb: fix macb_get/set_wol() when moving to phylink Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 103/166] net: macb: fix macb_suspend() by removing call to netif_carrier_off() Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 104/166] net: macb: fix call to pm_runtime in the suspend/resume functions Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 105/166] mlxsw: spectrum_router: Remove inappropriate usage of WARN_ON() Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 106/166] mlxsw: pci: Fix use-after-free in case of failed devlink reload Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 107/166] IB/hfi1: Do not destroy hfi1_wq when the device is shut down Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 108/166] IB/hfi1: Do not destroy link_wq " Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 109/166] ALSA: opl3: fix infoleak in opl3 Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 110/166] ALSA: hda - let hs_mic be picked ahead of hp_mic Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 111/166] ALSA: usb-audio: add quirk for MacroSilicon MS2109 Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 112/166] ALSA: usb-audio: Add implicit feedback quirk for RTX6001 Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 113/166] ALSA: hda/realtek - Fix Lenovo Thinkpad X1 Carbon 7th quirk subdevice id Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 114/166] ALSA: hda/realtek - Enable audio jacks of Acer vCopperbox with ALC269VC Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 115/166] ALSA: hda/realtek: Enable headset mic of Acer C20-820 " Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 116/166] ALSA: hda/realtek: Enable headset mic of Acer Veriton N4660G " Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 117/166] KVM: arm64: Fix definition of PAGE_HYP_DEVICE Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 118/166] KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTART Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 119/166] KVM: arm64: Annotate hyp NMI-related functions as __always_inline Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 120/166] KVM: x86: bit 8 of non-leaf PDPEs is not reserved Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 121/166] KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit mode Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 122/166] KVM: x86: Mark CR4.TSD as being possibly owned by the guest Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 123/166] KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVE Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 124/166] io_uring: fix memleak in __io_sqe_files_update() Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 125/166] io_uring: account user memory freed when exit has been queued Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 126/166] io_uring: fix memleak in io_sqe_files_register() Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 127/166] io_uring: fix missing msg_name assignment Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 128/166] kallsyms: Refactor kallsyms_show_value() to take cred Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 129/166] module: Refactor section attr into bin attribute Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 130/166] module: Do not expose section addresses to non-CAP_SYSLOG Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 131/166] kprobes: Do not expose probe " Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 132/166] bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok() Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 133/166] Revert "ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb" Greg Kroah-Hartman
2020-07-14 18:44 ` [PATCH 5.7 134/166] btrfs: fix fatal extent_buffer readahead vs releasepage race Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 135/166] btrfs: reset tree root pointer after error in init_tree_roots Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 136/166] btrfs: discard: add missing put when grabbing block group from unused list Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 137/166] btrfs: fix double put of block group with nocow Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 138/166] drm/radeon: fix double free Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 139/166] drm/i915/gt: Pin the rings before marking active Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 140/166] drm/i915: Skip stale object handle for debugfs per-file-stats Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 141/166] drm/amdgpu: dont do soft recovery if gpu_recovery=0 Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 142/166] drm/amdgpu: add TMR destory function for psp Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 143/166] drm/amdgpu: asd function needs to be unloaded in suspend phase Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 144/166] drm/i915: Drop vm.ref for duplicate vma on construction Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 145/166] drm/i915: Also drop vm.ref along error paths for vma construction Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 146/166] cifs: fix reference leak for tlink Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 147/166] smb3: fix access denied on change notify request to some servers Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 148/166] smb3: fix unneeded error message on change notify Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 149/166] dm: use noio when sending kobject event Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 150/166] mmc: meson-gx: limit segments to 1 when dram-access-quirk is needed Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 151/166] mmc: owl-mmc: Get rid of of_match_ptr() macro Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 152/166] pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPIOD_OUT_HIGH) Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 153/166] ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 154/166] ARC: elf: use right ELF_ARCH Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 155/166] s390/setup: init jump labels before command line parsing Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 156/166] s390/mm: fix huge pte soft dirty copying Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 157/166] arm64: Introduce a way to disable the 32bit vdso Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 158/166] arm64: arch_timer: Allow an workaround descriptor to disable compat vdso Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 159/166] arm64: arch_timer: Disable the compat vdso for cores affected by ARM64_WORKAROUND_1418040 Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 160/166] blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight() Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 161/166] dm writecache: reject asynchronous pmem devices Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 162/166] perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 163/166] perf scripts python: exported-sql-viewer.py: Fix zero id in call graph Find result Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 164/166] perf scripts python: exported-sql-viewer.py: Fix zero id in call tree " Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 165/166] perf scripts python: exported-sql-viewer.py: Fix unexpanded " Greg Kroah-Hartman
2020-07-14 18:45 ` [PATCH 5.7 166/166] perf scripts python: exported-sql-viewer.py: Fix time chart call tree Greg Kroah-Hartman
2020-07-15  6:27 ` [PATCH 5.7 000/166] 5.7.9-rc1 review Naresh Kamboju
2020-07-15 10:50 ` Jon Hunter
2020-07-15 12:39   ` Greg Kroah-Hartman
2020-07-15 11:48 ` Puranjay Mohan
2020-07-15 13:54 ` Shuah Khan
2020-07-16  7:46   ` Greg Kroah-Hartman
2020-07-15 16:43 ` Guenter Roeck
2020-07-16  7:46   ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).