lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 13 May 2020 11:43:39 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org
Cc:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
        linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
        ben.hutchings@...ethink.co.uk, lkft-triage@...ts.linaro.org,
        stable@...r.kernel.org
Subject: [PATCH 5.6 000/118] 5.6.13-rc1 review

This is the start of the stable review cycle for the 5.6.13 release.
There are 118 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 Fri, 15 May 2020 09:41:20 +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.6.13-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.6.y
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    Linux 5.6.13-rc1

Amir Goldstein <amir73il@...il.com>
    fanotify: merge duplicate events on parent and child

Amir Goldstein <amir73il@...il.com>
    fsnotify: replace inode pointer with an object id

Max Kellermann <mk@...all.com>
    io_uring: don't use 'fd' for openat/openat2/statx

Christoph Hellwig <hch@....de>
    bdi: add a ->dev_name field to struct backing_dev_info

Christoph Hellwig <hch@....de>
    bdi: move bdi_dev_name out of line

Yafang Shao <laoar.shao@...il.com>
    mm, memcg: fix error return value of mem_cgroup_css_alloc()

Ivan Delalande <colona@...sta.com>
    scripts/decodecode: fix trapping instruction formatting

Julia Lawall <Julia.Lawall@...ia.fr>
    iommu/virtio: Reverse arguments to list_add

Josh Poimboeuf <jpoimboe@...hat.com>
    objtool: Fix stack offset tracking for indirect CFAs

Paolo Bonzini <pbonzini@...hat.com>
    kvm: ioapic: Restrict lazy EOI update to edge-triggered interrupts

Arnd Bergmann <arnd@...db.de>
    netfilter: nf_osf: avoid passing pointer to local var

Guillaume Nault <gnault@...hat.com>
    netfilter: nat: never update the UDP checksum when it's 0

Janakarajan Natarajan <Janakarajan.Natarajan@....com>
    arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()

Suravee Suthikulpanit <suravee.suthikulpanit@....com>
    KVM: x86: Fixes posted interrupt check for IRQs delivery modes

Josh Poimboeuf <jpoimboe@...hat.com>
    x86/unwind/orc: Fix premature unwind stoppage due to IRET frames

Josh Poimboeuf <jpoimboe@...hat.com>
    x86/unwind/orc: Fix error path for bad ORC entry type

Josh Poimboeuf <jpoimboe@...hat.com>
    x86/unwind/orc: Prevent unwinding before ORC initialization

Miroslav Benes <mbenes@...e.cz>
    x86/unwind/orc: Don't skip the first frame for inactive tasks

Jann Horn <jannh@...gle.com>
    x86/entry/64: Fix unwind hints in rewind_stack_do_exit()

Josh Poimboeuf <jpoimboe@...hat.com>
    x86/entry/64: Fix unwind hints in __switch_to_asm()

Josh Poimboeuf <jpoimboe@...hat.com>
    x86/entry/64: Fix unwind hints in kernel exit path

Josh Poimboeuf <jpoimboe@...hat.com>
    x86/entry/64: Fix unwind hints in register clearing code

Rick Edgecombe <rick.p.edgecombe@...el.com>
    x86/mm/cpa: Flush direct map alias during cpa

Xiyu Yang <xiyuyang19@...an.edu.cn>
    batman-adv: Fix refcnt leak in batadv_v_ogm_process

Xiyu Yang <xiyuyang19@...an.edu.cn>
    batman-adv: Fix refcnt leak in batadv_store_throughput_override

Xiyu Yang <xiyuyang19@...an.edu.cn>
    batman-adv: Fix refcnt leak in batadv_show_throughput_override

George Spelvin <lkml@....org>
    batman-adv: fix batadv_nc_random_weight_tq

Tejun Heo <tj@...nel.org>
    iocost: protect iocg->abs_vdebt with iocg->waitq.lock

Vincent Chen <vincent.chen@...ive.com>
    riscv: set max_pfn to the PFN of the last page

Luis Chamberlain <mcgrof@...nel.org>
    coredump: fix crash when umh is disabled

Oscar Carter <oscar.carter@....com>
    staging: gasket: Check the return value of gasket_get_bar_index()

Luis Henriques <lhenriques@...e.com>
    ceph: demote quotarealm lookup warning to a debug message

Jeff Layton <jlayton@...nel.org>
    ceph: fix endianness bug when handling MDS session feature bits

Henry Willard <henry.willard@...cle.com>
    mm: limit boost_watermark on small zones

David Hildenbrand <david@...hat.com>
    mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()

Khazhismel Kumykov <khazhy@...gle.com>
    eventpoll: fix missing wakeup for ovflist in ep_poll_callback

Roman Penyaev <rpenyaev@...e.de>
    epoll: atomically remove wait entry on wake up

Oleg Nesterov <oleg@...hat.com>
    ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()

Daniel Kolesa <daniel@...aforge.org>
    drm/amd/display: work around fp code being emitted outside of DC_FP_START/END

H. Nikolaus Schaller <hns@...delico.com>
    drm: ingenic-drm: add MODULE_DEVICE_TABLE

Tomas Winkler <tomas.winkler@...el.com>
    mei: me: disable mei interface on LBG servers.

Ulf Hansson <ulf.hansson@...aro.org>
    amba: Initialize dma_parms for amba devices

Ulf Hansson <ulf.hansson@...aro.org>
    driver core: platform: Initialize dma_parms for platform devices

Mark Rutland <mark.rutland@....com>
    arm64: hugetlb: avoid potential NULL dereference

Marc Zyngier <maz@...nel.org>
    KVM: arm64: Fix 32bit PC wrap-around

Marc Zyngier <maz@...nel.org>
    KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER

Sean Christopherson <sean.j.christopherson@...el.com>
    KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB path

Christian Borntraeger <borntraeger@...ibm.com>
    KVM: s390: Remove false WARN_ON_ONCE for the PQAP instruction

Jason A. Donenfeld <Jason@...c4.com>
    crypto: arch/lib - limit simd usage to 4k chunks

Jason A. Donenfeld <Jason@...c4.com>
    crypto: arch/nhpoly1305 - process in explicit 4k chunks

Steven Rostedt (VMware) <rostedt@...dmis.org>
    tracing: Add a vmalloc_sync_mappings() for safe measure

Steven Rostedt (VMware) <rostedt@...dmis.org>
    tracing: Wait for preempt irq delay thread to finish

Masami Hiramatsu <mhiramat@...nel.org>
    tracing/kprobes: Reject new event if loc is NULL

Masami Hiramatsu <mhiramat@...nel.org>
    tracing/boottime: Fix kprobe event API usage

Oliver Neukum <oneukum@...e.com>
    USB: serial: garmin_gps: add sanity checking for data length

Bryan O'Donoghue <bryan.odonoghue@...aro.org>
    usb: chipidea: msm: Ensure proper controller reset using role switch API

Oliver Neukum <oneukum@...e.com>
    USB: uas: add quirk for LaCie 2Big Quadra

Jason Gerecke <killertofu@...il.com>
    HID: wacom: Report 2nd-gen Intuos Pro S center button status over BT

Alan Stern <stern@...land.harvard.edu>
    HID: usbhid: Fix race between usbhid_close() and usbhid_stop()

Jason Gerecke <killertofu@...il.com>
    Revert "HID: wacom: generic: read the number of expected touches on a per collection basis"

Jere Leppänen <jere.leppanen@...ia.com>
    sctp: Fix bundling of SHUTDOWN with COOKIE-ACK

Jason Gerecke <jason.gerecke@...om.com>
    HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic devices

Jason A. Donenfeld <Jason@...c4.com>
    wireguard: send/receive: cond_resched() when processing worker ringbuffers

Jason A. Donenfeld <Jason@...c4.com>
    wireguard: socket: remove errant restriction on looping to self

Dejin Zheng <zhengdejin5@...il.com>
    net: enetc: fix an issue about leak system resources

Toke Høiland-Jørgensen <toke@...hat.com>
    wireguard: receive: use tunnel helpers for decapsulating ECN markings

Jason A. Donenfeld <Jason@...c4.com>
    wireguard: queueing: cleanup ptr_ring in error path of packet_queue_init

Dan Carpenter <dan.carpenter@...cle.com>
    net: mvpp2: cls: Prevent buffer overflow in mvpp2_ethtool_cls_rule_del()

Dan Carpenter <dan.carpenter@...cle.com>
    net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()

Roi Dayan <roid@...lanox.com>
    net/mlx5e: Fix q counters on uplink representors

Moshe Shemesh <moshe@...lanox.com>
    net/mlx5: Fix command entry leak in Internal Error State

Moshe Shemesh <moshe@...lanox.com>
    net/mlx5: Fix forced completion access non initialized command entry

Erez Shitrit <erezsh@...lanox.com>
    net/mlx5: DR, On creation set CQ's arm_db member to right value

Michael Chan <michael.chan@...adcom.com>
    bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().

Michael Chan <michael.chan@...adcom.com>
    bnxt_en: Return error when allocating zero size context memory.

Michael Chan <michael.chan@...adcom.com>
    bnxt_en: Improve AER slot reset.

Vasundhara Volam <vasundhara-v.volam@...adcom.com>
    bnxt_en: Reduce BNXT_MSIX_VEC_MAX value to supported CQs per PF.

Michael Chan <michael.chan@...adcom.com>
    bnxt_en: Fix VF anti-spoof filter setup.

Toke Høiland-Jørgensen <toke@...hat.com>
    tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040

Tuong Lien <tuong.t.lien@...tech.com.au>
    tipc: fix partial topology connection closure

Eric Dumazet <edumazet@...gle.com>
    selftests: net: tcp_mmap: fix SO_RCVLOWAT setting

Eric Dumazet <edumazet@...gle.com>
    selftests: net: tcp_mmap: clear whole tcp_zerocopy_receive struct

Eric Dumazet <edumazet@...gle.com>
    sch_sfq: validate silly quantum values

Eric Dumazet <edumazet@...gle.com>
    sch_choke: avoid potential panic in choke_reset()

Qiushi Wu <wu000273@....edu>
    nfp: abm: fix a memory leak bug

Matt Jolly <Kangie@...tclan.ninja>
    net: usb: qmi_wwan: add support for DW5816e

Xiyu Yang <xiyuyang19@...an.edu.cn>
    net/tls: Fix sk_psock refcnt leak when in tls_data_ready()

Xiyu Yang <xiyuyang19@...an.edu.cn>
    net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()

Anthony Felice <tony.felice@...esys.com>
    net: tc35815: Fix phydev supported/advertising mask

Willem de Bruijn <willemb@...gle.com>
    net: stricter validation of untrusted gso packets

Eric Dumazet <edumazet@...gle.com>
    net_sched: sch_skbprio: add message validation to skbprio_change()

Baruch Siach <baruch@...s.co.il>
    net: phy: marvell10g: fix temperature sensor on 2110

Tariq Toukan <tariqt@...lanox.com>
    net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc()

Scott Dial <scott@...ttdial.com>
    net: macsec: preserve ingress frame ordering

Dejin Zheng <zhengdejin5@...il.com>
    net: macb: fix an issue about leak related system resources

Florian Fainelli <f.fainelli@...il.com>
    net: dsa: Do not make user port errors fatal

Florian Fainelli <f.fainelli@...il.com>
    net: dsa: Do not leave DSA master with NULL netdev_ops

Ido Schimmel <idosch@...lanox.com>
    net: bridge: vlan: Add a schedule point during VLAN processing

Roman Mashak <mrv@...atatu.com>
    neigh: send protocol value in neighbor create notification

Jiri Pirko <jiri@...lanox.com>
    mlxsw: spectrum_acl_tcam: Position vchunk in a vregion list properly

David Ahern <dsahern@...nel.org>
    ipv6: Use global sernum for dst validation with nexthop objects

Eric Dumazet <edumazet@...gle.com>
    fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks

Julia Lawall <Julia.Lawall@...ia.fr>
    dp83640: reverse arguments to list_add_tail

Jakub Kicinski <kuba@...nel.org>
    devlink: fix return value after hitting end in region read

Aya Levin <ayal@...lanox.com>
    devlink: Fix reporter's recovery condition

Rahul Lakkireddy <rahul.lakkireddy@...lsio.com>
    cxgb4: fix EOTID leak when disabling TC-MQPRIO offload

Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
    net: macb: Fix runtime PM refcounting

Masami Hiramatsu <mhiramat@...nel.org>
    tracing/kprobes: Fix a double initialization typo

Sagi Grimberg <sagi@...mberg.me>
    nvme: fix possible hang when ns scanning fails during error recovery

Christoph Hellwig <hch@....de>
    nvme: refactor nvme_identify_ns_descs error handling

Eric Whitney <enwlinux@...il.com>
    ext4: disable dioread_nolock whenever delayed allocation is disabled

Ritesh Harjani <riteshh@...ux.ibm.com>
    ext4: don't set dioread_nolock by default for blocksize < pagesize

Shubhrajyoti Datta <shubhrajyoti.datta@...inx.com>
    tty: xilinx_uartps: Fix missing id assignment to the console

Nicolas Pitre <nico@...xnic.net>
    vt: fix unicode console freeing with a common interface

Evan Quan <evan.quan@....com>
    drm/amdgpu: drop redundant cg/pg ungate on runpm enter

Evan Quan <evan.quan@....com>
    drm/amdgpu: move kfd suspend after ip_suspend_phase1

Matt Jolly <Kangie@...tclan.ninja>
    USB: serial: qcserial: Add DW5816e support

Mika Westerberg <mika.westerberg@...ux.intel.com>
    thunderbolt: Check return value of tb_sw_read() in usb4_switch_op()


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

Diffstat:

 Makefile                                           |   4 +-
 arch/arm/crypto/chacha-glue.c                      |  14 ++-
 arch/arm/crypto/nhpoly1305-neon-glue.c             |   2 +-
 arch/arm/crypto/poly1305-glue.c                    |  15 ++-
 arch/arm64/crypto/chacha-neon-glue.c               |  14 ++-
 arch/arm64/crypto/nhpoly1305-neon-glue.c           |   2 +-
 arch/arm64/crypto/poly1305-glue.c                  |  15 ++-
 arch/arm64/kvm/guest.c                             |   7 ++
 arch/arm64/mm/hugetlbpage.c                        |   2 +
 arch/riscv/mm/init.c                               |   3 +-
 arch/s390/kvm/priv.c                               |   4 +-
 arch/x86/crypto/blake2s-glue.c                     |  10 +-
 arch/x86/crypto/chacha_glue.c                      |  14 ++-
 arch/x86/crypto/nhpoly1305-avx2-glue.c             |   2 +-
 arch/x86/crypto/nhpoly1305-sse2-glue.c             |   2 +-
 arch/x86/crypto/poly1305_glue.c                    |  13 ++-
 arch/x86/entry/calling.h                           |  40 +++----
 arch/x86/entry/entry_64.S                          |  14 +--
 arch/x86/include/asm/kvm_host.h                    |   4 +-
 arch/x86/include/asm/unwind.h                      |   2 +-
 arch/x86/kernel/unwind_orc.c                       |  61 ++++++++---
 arch/x86/kvm/ioapic.c                              |  10 +-
 arch/x86/kvm/svm.c                                 |   2 +-
 arch/x86/kvm/vmx/vmenter.S                         |   3 +
 arch/x86/mm/pat/set_memory.c                       |  12 ++-
 block/blk-iocost.c                                 | 117 +++++++++++++--------
 drivers/amba/bus.c                                 |   1 +
 drivers/base/platform.c                            |   2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   7 +-
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  |  31 ++++--
 drivers/gpu/drm/ingenic/ingenic-drm.c              |   1 +
 drivers/hid/usbhid/hid-core.c                      |  37 +++++--
 drivers/hid/usbhid/usbhid.h                        |   1 +
 drivers/hid/wacom_sys.c                            |   4 +-
 drivers/hid/wacom_wac.c                            |  88 ++++------------
 drivers/iommu/virtio-iommu.c                       |   2 +-
 drivers/misc/mei/hw-me.c                           |   8 ++
 drivers/misc/mei/hw-me.h                           |   4 +
 drivers/misc/mei/pci-me.c                          |   2 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt.c          |  20 ++--
 drivers/net/ethernet/broadcom/bnxt/bnxt.h          |   1 -
 drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.h  |   2 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c    |  10 +-
 drivers/net/ethernet/cadence/macb_main.c           |  24 ++---
 drivers/net/ethernet/chelsio/cxgb4/sge.c           |  39 ++++++-
 .../net/ethernet/freescale/enetc/enetc_pci_mdio.c  |   2 +-
 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c     |   3 +
 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c    |   2 +
 drivers/net/ethernet/mellanox/mlx4/main.c          |   4 +-
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c      |   6 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c   |   9 +-
 .../ethernet/mellanox/mlx5/core/steering/dr_send.c |  14 ++-
 .../ethernet/mellanox/mlxsw/spectrum_acl_tcam.c    |  12 ++-
 drivers/net/ethernet/netronome/nfp/abm/main.c      |   1 +
 drivers/net/ethernet/toshiba/tc35815.c             |   2 +-
 drivers/net/macsec.c                               |   3 +-
 drivers/net/phy/dp83640.c                          |   2 +-
 drivers/net/phy/marvell10g.c                       |  27 ++++-
 drivers/net/usb/qmi_wwan.c                         |   1 +
 drivers/net/wireguard/queueing.c                   |   4 +-
 drivers/net/wireguard/receive.c                    |   8 +-
 drivers/net/wireguard/send.c                       |   4 +
 drivers/net/wireguard/socket.c                     |  12 ---
 drivers/nvme/host/core.c                           |  28 +++--
 drivers/staging/gasket/gasket_core.c               |   4 +
 drivers/thunderbolt/usb4.c                         |   3 +
 drivers/tty/serial/xilinx_uartps.c                 |   1 +
 drivers/tty/vt/vt.c                                |   9 +-
 drivers/usb/chipidea/ci_hdrc_msm.c                 |   2 +-
 drivers/usb/serial/garmin_gps.c                    |   4 +-
 drivers/usb/serial/qcserial.c                      |   1 +
 drivers/usb/storage/unusual_uas.h                  |   7 ++
 fs/ceph/mds_client.c                               |   8 +-
 fs/ceph/quota.c                                    |   4 +-
 fs/coredump.c                                      |   8 ++
 fs/eventpoll.c                                     |  61 ++++++-----
 fs/ext4/ext4_jbd2.h                                |   3 +
 fs/ext4/super.c                                    |  13 ++-
 fs/io_uring.c                                      |   6 --
 fs/notify/fanotify/fanotify.c                      |   9 +-
 fs/notify/inotify/inotify_fsnotify.c               |   4 +-
 fs/notify/inotify/inotify_user.c                   |   2 +-
 include/linux/amba/bus.h                           |   1 +
 include/linux/backing-dev-defs.h                   |   1 +
 include/linux/backing-dev.h                        |   9 +-
 include/linux/fsnotify_backend.h                   |   7 +-
 include/linux/platform_device.h                    |   1 +
 include/linux/virtio_net.h                         |  26 ++++-
 include/net/inet_ecn.h                             |  57 +++++++++-
 include/net/ip6_fib.h                              |   4 +
 include/net/net_namespace.h                        |   7 ++
 ipc/mqueue.c                                       |  34 ++++--
 kernel/trace/preemptirq_delay_test.c               |  30 ++++--
 kernel/trace/trace.c                               |  13 +++
 kernel/trace/trace_boot.c                          |  20 ++--
 kernel/trace/trace_kprobe.c                        |   8 +-
 kernel/umh.c                                       |   5 +
 mm/backing-dev.c                                   |  13 ++-
 mm/memcontrol.c                                    |  15 +--
 mm/page_alloc.c                                    |   9 ++
 net/batman-adv/bat_v_ogm.c                         |   2 +-
 net/batman-adv/network-coding.c                    |   9 +-
 net/batman-adv/sysfs.c                             |   3 +-
 net/bridge/br_netlink.c                            |   1 +
 net/core/devlink.c                                 |  12 ++-
 net/core/neighbour.c                               |   6 +-
 net/dsa/dsa2.c                                     |   2 +-
 net/dsa/master.c                                   |   3 +-
 net/ipv6/route.c                                   |  25 +++++
 net/netfilter/nf_nat_proto.c                       |   4 +-
 net/netfilter/nfnetlink_osf.c                      |  12 ++-
 net/sched/sch_choke.c                              |   3 +-
 net/sched/sch_fq_codel.c                           |   2 +-
 net/sched/sch_sfq.c                                |   9 ++
 net/sched/sch_skbprio.c                            |   3 +
 net/sctp/sm_statefuns.c                            |   6 +-
 net/tipc/topsrv.c                                  |   5 +-
 net/tls/tls_sw.c                                   |   7 +-
 scripts/decodecode                                 |   2 +-
 tools/cgroup/iocost_monitor.py                     |   7 +-
 tools/objtool/check.c                              |   2 +-
 tools/testing/selftests/net/tcp_mmap.c             |   7 +-
 tools/testing/selftests/wireguard/netns.sh         |  54 +++++++++-
 virt/kvm/arm/hyp/aarch32.c                         |   8 +-
 virt/kvm/arm/vgic/vgic-mmio.c                      |   4 +-
 125 files changed, 964 insertions(+), 459 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ