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:   Mon, 27 Jun 2022 13:20:11 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org
Cc:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        stable@...r.kernel.org, torvalds@...ux-foundation.org,
        akpm@...ux-foundation.org, linux@...ck-us.net, shuah@...nel.org,
        patches@...nelci.org, lkft-triage@...ts.linaro.org, pavel@...x.de,
        jonathanh@...dia.com, f.fainelli@...il.com,
        sudipm.mukherjee@...il.com, slade@...dewatkins.com
Subject: [PATCH 5.10 000/102] 5.10.127-rc1 review

This is the start of the stable review cycle for the 5.10.127 release.
There are 102 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 Wed, 29 Jun 2022 11:19:09 +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.10.127-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.10.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Jason A. Donenfeld <Jason@...c4.com>
    powerpc/pseries: wire up rng during setup_arch()

Masahiro Yamada <masahiroy@...nel.org>
    kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt)

Jason A. Donenfeld <Jason@...c4.com>
    random: update comment from copy_to_user() -> copy_to_iter()

Masahiro Yamada <masahiroy@...nel.org>
    modpost: fix section mismatch check for exported init/exit sections

Miaoqian Lin <linmq006@...il.com>
    ARM: cns3xxx: Fix refcount leak in cns3xxx_init

Miaoqian Lin <linmq006@...il.com>
    memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timings

Miaoqian Lin <linmq006@...il.com>
    ARM: Fix refcount leak in axxia_boot_secondary

Miaoqian Lin <linmq006@...il.com>
    soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probe

Miaoqian Lin <linmq006@...il.com>
    ARM: exynos: Fix refcount leak in exynos_map_pmu

Lucas Stach <l.stach@...gutronix.de>
    ARM: dts: imx6qdl: correct PU regulator ramp delay

Alexander Stein <alexander.stein@...tq-group.com>
    ARM: dts: imx7: Move hsic_phy power domain to HSIC PHY node

Jason A. Donenfeld <Jason@...c4.com>
    powerpc/powernv: wire up rng during setup_arch

Andrew Donnellan <ajd@...ux.ibm.com>
    powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address

Naveen N. Rao <naveen.n.rao@...ux.vnet.ibm.com>
    powerpc: Enable execve syscall exit tracepoint

Helge Deller <deller@....de>
    parisc: Enable ARCH_HAS_STRICT_MODULE_RWX

Helge Deller <deller@....de>
    parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STI

Liang He <windhl@....com>
    xtensa: Fix refcount leak bug in time.c

Liang He <windhl@....com>
    xtensa: xtfpga: Fix refcount leak bug in setup

Miaoqian Lin <linmq006@...il.com>
    iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_client

Hans de Goede <hdegoede@...hat.com>
    iio: adc: axp288: Override TS pin bias current for some models

Yannick Brosseau <yannick.brosseau@...il.com>
    iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs message

Yannick Brosseau <yannick.brosseau@...il.com>
    iio: adc: stm32: Fix ADCs iteration in irq handler

Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@....com>
    iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value)

Olivier Moysan <olivier.moysan@...s.st.com>
    iio: adc: stm32: fix maximum clock rate for stm32mp15x

Vincent Whitchurch <vincent.whitchurch@...s.com>
    iio: trigger: sysfs: fix use-after-free on remove

Zheyu Ma <zheyuma97@...il.com>
    iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up()

Haibo Chen <haibo.chen@....com>
    iio: accel: mma8452: ignore the return value of reset operation

Dmitry Rokosov <DDRokosov@...rdevices.ru>
    iio:accel:mxc4005: rearrange iio trigger get and register

Dmitry Rokosov <DDRokosov@...rdevices.ru>
    iio:accel:bma180: rearrange iio trigger get and register

Dmitry Rokosov <DDRokosov@...rdevices.ru>
    iio:chemical:ccs811: rearrange iio trigger get and register

Jaegeuk Kim <jaegeuk@...nel.org>
    f2fs: attach inline_data after setting compression

Xu Yang <xu.yang_2@....com>
    usb: chipidea: udc: check request status before setting device address

Alan Stern <stern@...land.harvard.edu>
    USB: gadget: Fix double-free bug in raw_gadget driver

Alan Stern <stern@...land.harvard.edu>
    usb: gadget: Fix non-unique driver names in raw-gadget driver

Utkarsh Patel <utkarsh.h.patel@...el.com>
    xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCI

Tanveer Alam <tanveer1.alam@...el.com>
    xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCI

Mathias Nyman <mathias.nyman@...ux.intel.com>
    xhci: turn off port power in shutdown

Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
    usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMIC

Baruch Siach <baruch@...s.co.il>
    iio: adc: vf610: fix conversion mode sysfs node name

Haibo Chen <haibo.chen@....com>
    iio: mma8452: fix probe fail when device tree compatible is used.

Thomas Richter <tmricht@...ux.ibm.com>
    s390/cpumf: Handle events cycles and instructions identical

Dan Carpenter <dan.carpenter@...cle.com>
    gpio: winbond: Fix error code in winbond_gpio_get()

Christoph Hellwig <hch@....de>
    nvme: move the Samsung X5 quirk entry to the core quirks

Enzo Matsumiya <ematsumiya@...e.de>
    nvme-pci: add NO APST quirk for Kioxia device

Keith Busch <kbusch@...nel.org>
    nvme-pci: allocate nvme_command within driver pdu

Chaitanya Kulkarni <chaitanya.kulkarni@....com>
    nvme: don't check nvme_req flags for new req

Chaitanya Kulkarni <chaitanya.kulkarni@....com>
    nvme: mark nvme_setup_passsthru() inline

Chaitanya Kulkarni <chaitanya.kulkarni@....com>
    nvme: split nvme_alloc_request()

Chaitanya Kulkarni <chaitanya.kulkarni@....com>
    nvme: centralize setting the timeout in nvme_alloc_request

Jakub Kicinski <kuba@...nel.org>
    Revert "net/tls: fix tls_sk_proto_close executed repeatedly"

Stephan Gerhold <stephan.gerhold@...nkonzept.com>
    virtio_net: fix xdp_rxq_info bug after suspend/resume

Kai-Heng Feng <kai.heng.feng@...onical.com>
    igb: Make DMA faster when CPU is active on the PCIe link

Aidan MacDonald <aidanmacdonald.0x0@...il.com>
    regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chips

Anatolii Gerasymenko <anatolii.gerasymenko@...el.com>
    ice: ethtool: advertise 1000M speeds properly

David Howells <dhowells@...hat.com>
    afs: Fix dynamic root getattr

huhai <huhai@...inos.cn>
    MIPS: Remove repetitive increase irq_err_count

Julien Grall <jgrall@...zon.com>
    x86/xen: Remove undefined behavior in setup_features()

Jie2x Zhou <jie2x.zhou@...el.com>
    selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh

Gerd Hoffmann <kraxel@...hat.com>
    udmabuf: add back sanity check

Ziyang Xuan <william.xuanziyang@...wei.com>
    net/tls: fix tls_sk_proto_close executed repeatedly

Eric Dumazet <edumazet@...gle.com>
    erspan: do not assume transport header is always set

Kuogee Hsieh <khsieh@...eaurora.org>
    drm/msm/dp: fix connect/disconnect handled at irq_hpd

Kuogee Hsieh <khsieh@...eaurora.org>
    drm/msm/dp: promote irq_hpd handle to handle link training correctly

Kuogee Hsieh <khsieh@...eaurora.org>
    drm/msm/dp: deinitialize mainlink if link training failed

Kuogee Hsieh <khsieh@...eaurora.org>
    drm/msm/dp: fixes wrong connection state caused by failure of link train

Kuogee Hsieh <quic_khsieh@...cinc.com>
    drm/msm/dp: check core_initialized before disable interrupts at dp_display_unbind()

Miaoqian Lin <linmq006@...il.com>
    drm/msm/mdp4: Fix refcount leak in mdp4_modeset_init_intf

Peilin Ye <peilin.ye@...edance.com>
    net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platforms

Jay Vosburgh <jay.vosburgh@...onical.com>
    bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiers

Lorenzo Bianconi <lorenzo@...nel.org>
    igb: fix a use-after-free issue in igb_clean_tx_ring

Hoang Le <hoang.h.le@...tech.com.au>
    tipc: fix use-after-free Read in tipc_named_reinit

Xin Long <lucien.xin@...il.com>
    tipc: simplify the finalize work queue

Claudiu Manoil <claudiu.manoil@....com>
    phy: aquantia: Fix AN when higher speeds than 1G are not advertised

Jakub Sitnicki <jakub@...udflare.com>
    bpf, x86: Fix tail call count offset calculation on bpf2bpf call

Samuel Holland <samuel@...lland.org>
    drm/sun4i: Fix crash during suspend after component bind failure

Jon Maxwell <jmaxwell37@...il.com>
    bpf: Fix request_sock leak in sk lookup helpers

Jonathan Marek <jonathan@...ek.ca>
    drm/msm: use for_each_sgtable_sg to iterate over scatterlist

Damien Le Moal <damien.lemoal@...nsource.wdc.com>
    scsi: scsi_debug: Fix zone transition to full condition

Florian Westphal <fw@...len.de>
    netfilter: use get_random_u32 instead of prandom

Pablo Neira Ayuso <pablo@...filter.org>
    netfilter: nftables: add nft_parse_register_store() and use it

Pablo Neira Ayuso <pablo@...filter.org>
    netfilter: nftables: add nft_parse_register_load() and use it

Maximilian Luz <luzmaximilian@...il.com>
    drm/msm: Fix double pm_runtime_disable() call

Macpaul Lin <macpaul.lin@...iatek.com>
    USB: serial: option: add Quectel RM500K module support

Yonglin Tan <yonglin.tan@...look.com>
    USB: serial: option: add Quectel EM05-G modem

Carlo Lobrano <c.lobrano@...il.com>
    USB: serial: option: add Telit LE910Cx 0x1250 composition

Mikulas Patocka <mpatocka@...hat.com>
    dm mirror log: clear log bits up to BITS_PER_LONG boundary

Nikos Tsironis <ntsironis@...ikto.com>
    dm era: commit metadata in postsuspend after worker stops

Edward Wu <edwardwu@...ltek.com>
    ata: libata: add qc->flags in ata_qc_complete_template tracepoint

Sascha Hauer <s.hauer@...gutronix.de>
    mtd: rawnand: gpmi: Fix setting busy timeout setting

Chevron Li <chevron.li@...hubtech.com>
    mmc: sdhci-pci-o2micro: Fix card detect by dealing with debouncing

David Sterba <dsterba@...e.com>
    btrfs: add error messages to all unrecognized mount options

Rosemarie O'Riorden <roriorden@...hat.com>
    net: openvswitch: fix parsing of nw_proto for IPv6 fragments

Tim Crawford <tcrawford@...tem76.com>
    ALSA: hda/realtek: Add quirk for Clevo NS50PU

Tim Crawford <tcrawford@...tem76.com>
    ALSA: hda/realtek: Add quirk for Clevo PD70PNT

Takashi Iwai <tiwai@...e.de>
    ALSA: hda/realtek: Apply fixup for Lenovo Yoga Duet 7 properly

Kailang Yang <kailang@...ltek.com>
    ALSA: hda/realtek - ALC897 headset MIC no sound

Soham Sen <contact@...amsen.me>
    ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop

Takashi Iwai <tiwai@...e.de>
    ALSA: hda/conexant: Fix missing beep setup

Takashi Iwai <tiwai@...e.de>
    ALSA: hda/via: Fix missing beep setup

Jason A. Donenfeld <Jason@...c4.com>
    random: quiet urandom warning ratelimit suppression message

Jason A. Donenfeld <Jason@...c4.com>
    random: schedule mix_interrupt_randomness() less often

Jiri Slaby <jirislaby@...nel.org>
    vt: drop old FONT ioctls


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

Diffstat:

 Documentation/ABI/testing/sysfs-bus-iio-vf610      |   2 +-
 Makefile                                           |   6 +-
 arch/arm/boot/dts/imx6qdl.dtsi                     |   2 +-
 arch/arm/boot/dts/imx7s.dtsi                       |   2 +-
 arch/arm/mach-axxia/platsmp.c                      |   1 +
 arch/arm/mach-cns3xxx/core.c                       |   2 +
 arch/arm/mach-exynos/exynos.c                      |   1 +
 arch/mips/vr41xx/common/icu.c                      |   2 -
 arch/parisc/Kconfig                                |   1 +
 arch/parisc/include/asm/fb.h                       |   2 +-
 arch/powerpc/kernel/process.c                      |   2 +-
 arch/powerpc/kernel/rtas.c                         |  11 +-
 arch/powerpc/platforms/powernv/powernv.h           |   2 +
 arch/powerpc/platforms/powernv/rng.c               |  52 ++++---
 arch/powerpc/platforms/powernv/setup.c             |   2 +
 arch/powerpc/platforms/pseries/pseries.h           |   2 +
 arch/powerpc/platforms/pseries/rng.c               |  11 +-
 arch/powerpc/platforms/pseries/setup.c             |   2 +
 arch/s390/kernel/perf_cpum_cf.c                    |  22 ++-
 arch/x86/net/bpf_jit_comp.c                        |   3 +-
 arch/xtensa/kernel/time.c                          |   1 +
 arch/xtensa/platforms/xtfpga/setup.c               |   1 +
 drivers/base/regmap/regmap-irq.c                   |   5 +-
 drivers/char/random.c                              |   6 +-
 drivers/dma-buf/udmabuf.c                          |   5 +-
 drivers/gpio/gpio-vr41xx.c                         |   2 -
 drivers/gpio/gpio-winbond.c                        |   7 +-
 drivers/gpu/drm/msm/adreno/adreno_gpu.c            |   3 +-
 drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.c           |   2 +
 drivers/gpu/drm/msm/dp/dp_catalog.c                |   2 +-
 drivers/gpu/drm/msm/dp/dp_catalog.h                |   2 +-
 drivers/gpu/drm/msm/dp/dp_ctrl.c                   |  40 +++++-
 drivers/gpu/drm/msm/dp/dp_display.c                | 149 +++++++++++++-------
 drivers/gpu/drm/msm/dp/dp_panel.c                  |   5 +
 drivers/gpu/drm/msm/msm_iommu.c                    |   2 +-
 drivers/gpu/drm/sun4i/sun4i_drv.c                  |   4 +-
 drivers/iio/accel/bma180.c                         |   3 +-
 drivers/iio/accel/mma8452.c                        |  22 +--
 drivers/iio/accel/mxc4005.c                        |   4 +-
 drivers/iio/adc/adi-axi-adc.c                      |   3 +
 drivers/iio/adc/axp288_adc.c                       |   8 ++
 drivers/iio/adc/stm32-adc-core.c                   |   9 +-
 drivers/iio/adc/stm32-adc.c                        |  10 --
 drivers/iio/chemical/ccs811.c                      |   4 +-
 drivers/iio/gyro/mpu3050-core.c                    |   1 +
 drivers/iio/imu/inv_icm42600/inv_icm42600.h        |   1 +
 drivers/iio/imu/inv_icm42600/inv_icm42600_core.c   |   2 +-
 drivers/iio/trigger/iio-trig-sysfs.c               |   1 +
 drivers/md/dm-era-target.c                         |   8 +-
 drivers/md/dm-log.c                                |   2 +-
 drivers/memory/samsung/exynos5422-dmc.c            |  29 ++--
 drivers/mmc/host/sdhci-pci-o2micro.c               |   2 +
 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c         |   2 +-
 drivers/net/bonding/bond_main.c                    |   4 +-
 drivers/net/ethernet/intel/ice/ice_ethtool.c       |  39 +++++-
 drivers/net/ethernet/intel/igb/igb_main.c          |  19 +--
 drivers/net/phy/aquantia_main.c                    |  15 +-
 drivers/net/virtio_net.c                           |  25 +---
 drivers/nvme/host/core.c                           | 102 ++++++++++----
 drivers/nvme/host/lightnvm.c                       |   8 +-
 drivers/nvme/host/nvme.h                           |   2 +
 drivers/nvme/host/pci.c                            |  21 ++-
 drivers/nvme/target/passthru.c                     |   2 +-
 drivers/scsi/scsi_debug.c                          |  22 ++-
 drivers/soc/bcm/brcmstb/pm/pm-arm.c                |   1 +
 drivers/tty/vt/vt.c                                |  39 +-----
 drivers/tty/vt/vt_ioctl.c                          | 151 ---------------------
 drivers/usb/chipidea/udc.c                         |   3 +
 drivers/usb/gadget/legacy/raw_gadget.c             |  63 ++++++---
 drivers/usb/host/xhci-hub.c                        |   2 +-
 drivers/usb/host/xhci-pci.c                        |   6 +-
 drivers/usb/host/xhci.c                            |  15 +-
 drivers/usb/host/xhci.h                            |   2 +
 drivers/usb/serial/option.c                        |   6 +
 drivers/usb/typec/tcpm/Kconfig                     |   1 -
 drivers/video/console/sticore.c                    |   2 +
 drivers/xen/features.c                             |   2 +-
 fs/afs/inode.c                                     |   3 +-
 fs/btrfs/super.c                                   |  39 +++++-
 fs/f2fs/namei.c                                    |  17 ++-
 include/linux/kd.h                                 |   8 --
 include/linux/ratelimit_types.h                    |  12 +-
 include/net/netfilter/nf_tables.h                  |  10 +-
 include/net/netfilter/nf_tables_core.h             |  12 +-
 include/net/netfilter/nft_fib.h                    |   2 +-
 include/net/netfilter/nft_meta.h                   |   4 +-
 include/trace/events/libata.h                      |   1 +
 net/bridge/netfilter/nft_meta_bridge.c             |   5 +-
 net/core/filter.c                                  |  34 ++++-
 net/ipv4/ip_gre.c                                  |  15 +-
 net/ipv4/netfilter/nft_dup_ipv4.c                  |  18 +--
 net/ipv6/ip6_gre.c                                 |  15 +-
 net/ipv6/netfilter/nft_dup_ipv6.c                  |  18 +--
 net/netfilter/nf_tables_api.c                      |  52 ++++++-
 net/netfilter/nft_bitwise.c                        |  23 ++--
 net/netfilter/nft_byteorder.c                      |  14 +-
 net/netfilter/nft_cmp.c                            |   8 +-
 net/netfilter/nft_ct.c                             |  12 +-
 net/netfilter/nft_dup_netdev.c                     |   6 +-
 net/netfilter/nft_dynset.c                         |  12 +-
 net/netfilter/nft_exthdr.c                         |  14 +-
 net/netfilter/nft_fib.c                            |   5 +-
 net/netfilter/nft_fwd_netdev.c                     |  18 +--
 net/netfilter/nft_hash.c                           |  25 ++--
 net/netfilter/nft_immediate.c                      |   6 +-
 net/netfilter/nft_lookup.c                         |  14 +-
 net/netfilter/nft_masq.c                           |  18 +--
 net/netfilter/nft_meta.c                           |  21 +--
 net/netfilter/nft_nat.c                            |  35 ++---
 net/netfilter/nft_numgen.c                         |  27 ++--
 net/netfilter/nft_objref.c                         |   6 +-
 net/netfilter/nft_osf.c                            |   8 +-
 net/netfilter/nft_payload.c                        |  10 +-
 net/netfilter/nft_queue.c                          |  12 +-
 net/netfilter/nft_range.c                          |   6 +-
 net/netfilter/nft_redir.c                          |  18 +--
 net/netfilter/nft_rt.c                             |   7 +-
 net/netfilter/nft_socket.c                         |   7 +-
 net/netfilter/nft_tproxy.c                         |  14 +-
 net/netfilter/nft_tunnel.c                         |   8 +-
 net/netfilter/nft_xfrm.c                           |   7 +-
 net/openvswitch/flow.c                             |   2 +-
 net/sched/sch_netem.c                              |   4 +-
 net/tipc/core.c                                    |   7 +-
 net/tipc/core.h                                    |   8 +-
 net/tipc/discover.c                                |   4 +-
 net/tipc/link.c                                    |   5 +
 net/tipc/link.h                                    |   1 +
 net/tipc/net.c                                     |  15 +-
 scripts/mod/modpost.c                              |   2 +-
 sound/pci/hda/hda_auto_parser.c                    |   7 +-
 sound/pci/hda/hda_local.h                          |   1 +
 sound/pci/hda/patch_conexant.c                     |   4 +-
 sound/pci/hda/patch_realtek.c                      |  36 ++++-
 sound/pci/hda/patch_via.c                          |   4 +-
 .../selftests/netfilter/nft_concat_range.sh        |   2 +-
 136 files changed, 1000 insertions(+), 757 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ