2022-11-02 03:14:12

by Greg Kroah-Hartman

[permalink] [raw]
Subject: [PATCH 5.15 000/132] 5.15.77-rc1 review

This is the start of the stable review cycle for the 5.15.77 release.
There are 132 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, 04 Nov 2022 02:20: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.15.77-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.15.y
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <[email protected]>
Linux 5.15.77-rc1

Kuniyuki Iwashima <[email protected]>
tcp/udp: Fix memory leak in ipv6_renew_options().

Lukas Wunner <[email protected]>
serial: Deassert Transmit Enable on probe in driver-specific way

Lino Sanfilippo <[email protected]>
serial: core: move RS485 configuration tasks from drivers into core

Biju Das <[email protected]>
can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global FIFO receive

Biju Das <[email protected]>
can: rcar_canfd: fix channel specific IRQ handling for RZ/G2L

Yu Kuai <[email protected]>
scsi: sd: Revert "scsi: sd: Remove a local variable"

D Scott Phillips <[email protected]>
arm64: Add AMPERE1 to the Spectre-BHB affected list

Vladimir Oltean <[email protected]>
net: enetc: survive memory pressure without crashing

Eric Dumazet <[email protected]>
kcm: do not sense pfmemalloc status in kcm_sendpage()

Eric Dumazet <[email protected]>
net: do not sense pfmemalloc status in skb_append_pagefrags()

Suresh Devarakonda <[email protected]>
net/mlx5: Fix crash during sync firmware reset

Roy Novich <[email protected]>
net/mlx5: Update fw fatal reporter state on PCI handlers successful recover

Saeed Mahameed <[email protected]>
net/mlx5: Print more info on pci error handlers

Tariq Toukan <[email protected]>
net/mlx5: Fix possible use-after-free in async command interface

Aya Levin <[email protected]>
net/mlx5e: Extend SKB room check to include PTP-SQ

Hyong Youb Kim <[email protected]>
net/mlx5e: Do not increment ESN when updating IPsec ESN state

Zhengchao Shao <[email protected]>
netdevsim: remove dir in nsim_dev_debugfs_init() when creating ports dir failed

Rafał Miłecki <[email protected]>
net: broadcom: bcm4908_enet: update TX stats after actual transmission

Colin Ian King <[email protected]>
net: broadcom: bcm4908enet: remove redundant variable bytes

Nicolas Dichtel <[email protected]>
nh: fix scope used to find saddr when adding non gw nh

Florian Fainelli <[email protected]>
net: bcmsysport: Indicate MAC is in charge of PHY PM

Yang Yingliang <[email protected]>
net: ehea: fix possible memory leak in ehea_register_port()

Aaron Conole <[email protected]>
openvswitch: switch from WARN to pr_warn

Takashi Iwai <[email protected]>
ALSA: aoa: Fix I2S device accounting

Yang Yingliang <[email protected]>
ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()

Kunihiko Hayashi <[email protected]>
net: ethernet: ave: Fix MAC to be in charge of PHY PM

Juergen Borleis <[email protected]>
net: fec: limit register access on i.MX6UL

Shang XiaoJing <[email protected]>
perf vendor events arm64: Fix incorrect Hisi hip08 L3 metrics

Sudeep Holla <[email protected]>
PM: domains: Fix handling of unavailable/disabled idle states

Yang Yingliang <[email protected]>
net: ksz884x: fix missing pci_disable_device() on error in pcidev_init()

Slawomir Laba <[email protected]>
i40e: Fix flow-type by setting GL_HASH_INSET registers

Sylwester Dziedziuch <[email protected]>
i40e: Fix VF hang when reset is triggered on another VF

Slawomir Laba <[email protected]>
i40e: Fix ethtool rx-flow-hash setting for X722

Eric Dumazet <[email protected]>
ipv6: ensure sane device mtu in tunnels

Kajol Jain <[email protected]>
perf vendor events power10: Fix hv-24x7 metric events

Hans Verkuil <[email protected]>
media: vivid: set num_in/outputs to 0 if not supported

Hans Verkuil <[email protected]>
media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced'

Hans Verkuil <[email protected]>
media: v4l2-dv-timings: add sanity checks for blanking values

Hans Verkuil <[email protected]>
media: vivid: dev->bitmap_cap wasn't freed in all cases

Hans Verkuil <[email protected]>
media: vivid: s_fbuf: add more sanity checks

Mario Limonciello <[email protected]>
PM: hibernate: Allow hybrid sleep to work with s2idle

Dongliang Mu <[email protected]>
can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error path

Dongliang Mu <[email protected]>
can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error path

Rafael Mendonca <[email protected]>
drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr()

Jakub Kicinski <[email protected]>
net-memcg: avoid stalls when under memory pressure

Neal Cardwell <[email protected]>
tcp: fix indefinite deferral of RTO with SACK reneging

Lu Wei <[email protected]>
tcp: fix a signed-integer-overflow bug in tcp_add_backlog()

Eric Dumazet <[email protected]>
tcp: minor optimization in tcp_add_backlog()

Zhang Changzhong <[email protected]>
net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSY

Zhengchao Shao <[email protected]>
net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed

Eric Dumazet <[email protected]>
kcm: annotate data-races around kcm->rx_wait

Eric Dumazet <[email protected]>
kcm: annotate data-races around kcm->rx_psock

Íñigo Huguet <[email protected]>
atlantic: fix deadlock at aq_nic_stop

Ankit Nautiyal <[email protected]>
drm/i915/dp: Reset frl trained flag before restarting FRL training

Raju Rangoju <[email protected]>
amd-xgbe: add the bit rate quirk for Molex cables

Raju Rangoju <[email protected]>
amd-xgbe: fix the SFP compliance codes check for DAC cables

Chen Zhongjin <[email protected]>
x86/unwind/orc: Fix unreliable stack dump with gcov

Shang XiaoJing <[email protected]>
nfc: virtual_ncidev: Fix memory leak in virtual_nci_send()

Sergiu Moga <[email protected]>
net: macb: Specify PHY PM management done by MAC

Zhengchao Shao <[email protected]>
net: hinic: fix the issue of double release MBOX callback of VF

Zhengchao Shao <[email protected]>
net: hinic: fix the issue of CMDQ memory leaks

Zhengchao Shao <[email protected]>
net: hinic: fix memory leak when reading function table

Zhengchao Shao <[email protected]>
net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()

Yang Yingliang <[email protected]>
net: netsec: fix error handling in netsec_register_mdio()

Xin Long <[email protected]>
tipc: fix a null-ptr-deref in tipc_topsrv_accept

Maxim Levitsky <[email protected]>
perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()

Yang Yingliang <[email protected]>
ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()

Srinivasa Rao Mandadapu <[email protected]>
ASoC: qcom: lpass-cpu: Mark HDMI TX parity register as volatile

Yang Yingliang <[email protected]>
mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe()

Randy Dunlap <[email protected]>
arc: iounmap() arg is volatile

Lin Shengwang <[email protected]>
sched/core: Fix comparison in sched_group_cookie_match()

Peter Zijlstra <[email protected]>
perf: Fix missing SIGTRAPs

Srinivasa Rao Mandadapu <[email protected]>
ASoC: qcom: lpass-cpu: mark HDMI TX registers as volatile

Gavin Shan <[email protected]>
KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_test

Nathan Huckleberry <[email protected]>
drm/msm: Fix return type of mdp4_lvds_connector_mode_valid

Dan Carpenter <[email protected]>
media: atomisp: prevent integer overflow in sh_css_set_black_frame()

Alexander Stein <[email protected]>
media: v4l2: Fix v4l2_i2c_subdev_set_name function documentation

Wei Yongjun <[email protected]>
net: ieee802154: fix error return code in dgram_bind()

Xin Long <[email protected]>
ethtool: eeprom: fix null-deref on genl_info in dump

Christian Löhle <[email protected]>
mmc: block: Remove error check of hw_reset on reset

James Smart <[email protected]>
Revert "scsi: lpfc: SLI path split: Refactor lpfc_iocbq"

James Smart <[email protected]>
Revert "scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4"

James Smart <[email protected]>
Revert "scsi: lpfc: SLI path split: Refactor SCSI paths"

James Smart <[email protected]>
Revert "scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()"

James Smart <[email protected]>
Revert "scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()"

James Smart <[email protected]>
Revert "scsi: lpfc: Resolve some cleanup issues following SLI path refactoring"

Heiko Carstens <[email protected]>
s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_inuser()

Heiko Carstens <[email protected]>
s390/futex: add missing EX_TABLE entry to __futex_atomic_op()

Adrian Hunter <[email protected]>
perf auxtrace: Fix address filter symbol name match for modules

Pavel Kozlov <[email protected]>
ARC: mm: fix leakage of memory allocated for PTE

Siarhei Volkau <[email protected]>
pinctrl: Ingenic: JZ4755 bug fixes

Christian A. Ehrhardt <[email protected]>
kernfs: fix use-after-free in __kernfs_remove

William Breathitt Gray <[email protected]>
counter: microchip-tcb-capture: Handle Signal1 read and Synapse

Sascha Hauer <[email protected]>
mmc: sdhci-esdhc-imx: Propagate ESDHC_FLAG_HS400* only on 8bit bus

Patrick Thompson <[email protected]>
mmc: sdhci-pci-core: Disable ES for ASUS BIOS on Jasper Lake

Matthew Ma <[email protected]>
mmc: core: Fix kernel panic when remove non-standard SDIO card

Brian Norris <[email protected]>
mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIO

James Clark <[email protected]>
coresight: cti: Fix hang in cti_disable_hw()

Johan Hovold <[email protected]>
drm/msm/dp: fix IRQ lifetime

Johan Hovold <[email protected]>
drm/msm/hdmi: fix memory corruption with too many bridges

Johan Hovold <[email protected]>
drm/msm/dsi: fix memory corruption with too many bridges

Prike Liang <[email protected]>
drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resume

Manish Rangankar <[email protected]>
scsi: qla2xxx: Use transport-defined speed mask for supported_speeds

Miquel Raynal <[email protected]>
mac802154: Fix LQI recording

Bernd Edlinger <[email protected]>
exec: Copy oldsighand->action under spin-lock

Li Zetao <[email protected]>
fs/binfmt_elf: Fix memory leak in load_elf_binary()

Rafael J. Wysocki <[email protected]>
cpufreq: intel_pstate: hybrid: Use known scaling factor for P-cores

Rafael J. Wysocki <[email protected]>
cpufreq: intel_pstate: Read all MSRs on the target CPU

Hyunwoo Kim <[email protected]>
fbdev: smscufx: Fix several use-after-free bugs

Matti Vaittinen <[email protected]>
iio: adxl372: Fix unsafe buffer attributes

Cosmin Tanislav <[email protected]>
iio: temperature: ltc2983: allocate iio channels once

Shreeya Patel <[email protected]>
iio: light: tsl2583: Fix module unloading

Matti Vaittinen <[email protected]>
tools: iio: iio_utils: fix digit calculation

Mathias Nyman <[email protected]>
xhci: Remove device endpoints from bandwidth list when freeing the device

Mario Limonciello <[email protected]>
xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices

Mathias Nyman <[email protected]>
xhci: Add quirk to reset host back to default state at shutdown

Tony O'Brien <[email protected]>
mtd: rawnand: marvell: Use correct logic for nand-keep-config

Jens Glathe <[email protected]>
usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controller

Justin Chen <[email protected]>
usb: bdc: change state when port disconnected

Thinh Nguyen <[email protected]>
usb: dwc3: gadget: Don't set IMI for no_interrupt

Thinh Nguyen <[email protected]>
usb: dwc3: gadget: Stop processing more requests on IMI

Jeff Vanhoof <[email protected]>
usb: gadget: uvc: fix sg handling during video encode

Dan Vacura <[email protected]>
usb: gadget: uvc: fix sg handling in error case

Hannu Hartikainen <[email protected]>
USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCM

Jason A. Donenfeld <[email protected]>
ALSA: rme9652: use explicitly signed char

Jason A. Donenfeld <[email protected]>
ALSA: au88x0: use explicitly signed char

Takashi Iwai <[email protected]>
ALSA: usb-audio: Add quirks for M-Audio Fast Track C400/600

Steven Rostedt (Google) <[email protected]>
ALSA: Use del_timer_sync() before freeing timer

Anssi Hannula <[email protected]>
can: kvaser_usb: Fix possible completions during init_completion

Yang Yingliang <[email protected]>
can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore() before kfree_skb()

Scott Mayhew <[email protected]>
NFSv4: Add an fattr allocation to _nfs4_discover_trunking()

Benjamin Coddington <[email protected]>
NFSv4: Fix free of uninitialized nfs4_label on referral lookup.


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

Diffstat:

Makefile | 4 +-
arch/arc/include/asm/io.h | 2 +-
arch/arc/include/asm/pgtable-levels.h | 2 +-
arch/arc/mm/ioremap.c | 2 +-
arch/arm64/include/asm/cputype.h | 4 +
arch/arm64/kernel/proton-pack.c | 6 +
arch/s390/include/asm/futex.h | 3 +-
arch/s390/pci/pci_mmio.c | 8 +-
arch/x86/events/intel/lbr.c | 2 +-
arch/x86/kernel/unwind_orc.c | 2 +-
drivers/base/power/domain.c | 4 +
drivers/counter/microchip-tcb-capture.c | 18 +-
drivers/cpufreq/intel_pstate.c | 133 ++--
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 6 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 16 +
drivers/gpu/drm/i915/display/intel_dp.c | 2 +
.../gpu/drm/msm/disp/mdp4/mdp4_lvds_connector.c | 5 +-
drivers/gpu/drm/msm/dp/dp_display.c | 2 +-
drivers/gpu/drm/msm/dsi/dsi.c | 6 +
drivers/gpu/drm/msm/hdmi/hdmi.c | 5 +
drivers/hwtracing/coresight/coresight-cti-core.c | 5 -
drivers/iio/accel/adxl372.c | 23 +-
drivers/iio/light/tsl2583.c | 2 +-
drivers/iio/temperature/ltc2983.c | 13 +-
drivers/media/test-drivers/vivid/vivid-core.c | 38 +-
drivers/media/test-drivers/vivid/vivid-core.h | 2 +
drivers/media/test-drivers/vivid/vivid-vid-cap.c | 27 +-
drivers/media/v4l2-core/v4l2-dv-timings.c | 14 +
drivers/mmc/core/block.c | 44 +-
drivers/mmc/core/sdio_bus.c | 3 +-
drivers/mmc/host/Kconfig | 3 +-
drivers/mmc/host/sdhci-esdhc-imx.c | 14 +-
drivers/mmc/host/sdhci-pci-core.c | 14 +-
drivers/mtd/nand/raw/intel-nand-controller.c | 19 +-
drivers/mtd/nand/raw/marvell_nand.c | 2 +-
drivers/net/can/mscan/mpc5xxx_can.c | 8 +-
drivers/net/can/rcar/rcar_canfd.c | 24 +-
drivers/net/can/spi/mcp251x.c | 5 +-
drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c | 4 +-
drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c | 4 +-
drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c | 17 +-
drivers/net/ethernet/aquantia/atlantic/aq_macsec.c | 96 ++-
drivers/net/ethernet/aquantia/atlantic/aq_nic.h | 2 +
drivers/net/ethernet/broadcom/bcm4908_enet.c | 10 +-
drivers/net/ethernet/broadcom/bcmsysport.c | 3 +
drivers/net/ethernet/cadence/macb_main.c | 1 +
drivers/net/ethernet/freescale/enetc/enetc.c | 5 +
drivers/net/ethernet/freescale/fec_main.c | 46 +-
drivers/net/ethernet/huawei/hinic/hinic_debugfs.c | 18 +-
drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c | 2 +-
drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c | 2 +-
drivers/net/ethernet/huawei/hinic/hinic_sriov.c | 1 -
drivers/net/ethernet/ibm/ehea/ehea_main.c | 1 +
drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 100 ++-
drivers/net/ethernet/intel/i40e/i40e_type.h | 4 +
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 43 +-
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.h | 1 +
drivers/net/ethernet/lantiq_etop.c | 1 -
drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 10 +-
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.h | 9 +
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h | 6 +
.../ethernet/mellanox/mlx5/core/en_accel/ipsec.c | 3 -
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 6 +
drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.c | 6 +-
drivers/net/ethernet/mellanox/mlx5/core/main.c | 55 +-
drivers/net/ethernet/micrel/ksz884x.c | 2 +-
drivers/net/ethernet/socionext/netsec.c | 2 +
drivers/net/ethernet/socionext/sni_ave.c | 6 +
drivers/net/netdevsim/dev.c | 11 +-
drivers/nfc/virtual_ncidev.c | 3 +
drivers/pinctrl/pinctrl-ingenic.c | 4 +-
drivers/scsi/lpfc/lpfc.h | 40 -
drivers/scsi/lpfc/lpfc_bsg.c | 50 +-
drivers/scsi/lpfc/lpfc_crtn.h | 3 +-
drivers/scsi/lpfc/lpfc_ct.c | 8 +-
drivers/scsi/lpfc/lpfc_els.c | 139 ++--
drivers/scsi/lpfc/lpfc_hw4.h | 7 -
drivers/scsi/lpfc/lpfc_init.c | 13 +-
drivers/scsi/lpfc/lpfc_nportdisc.c | 4 +-
drivers/scsi/lpfc/lpfc_nvme.c | 34 +-
drivers/scsi/lpfc/lpfc_nvme.h | 6 +-
drivers/scsi/lpfc/lpfc_nvmet.c | 83 +-
drivers/scsi/lpfc/lpfc_scsi.c | 441 ++++++-----
drivers/scsi/lpfc/lpfc_sli.c | 876 ++++++++++++---------
drivers/scsi/lpfc/lpfc_sli.h | 26 +-
drivers/scsi/qla2xxx/qla_attr.c | 28 +-
drivers/scsi/sd.c | 3 +-
drivers/staging/media/atomisp/pci/sh_css_params.c | 4 +-
drivers/tty/serial/8250/8250_omap.c | 3 +
drivers/tty/serial/8250/8250_pci.c | 9 +-
drivers/tty/serial/8250/8250_port.c | 12 +-
drivers/tty/serial/fsl_lpuart.c | 8 +-
drivers/tty/serial/imx.c | 8 +-
drivers/tty/serial/serial_core.c | 61 +-
drivers/usb/core/quirks.c | 9 +
drivers/usb/dwc3/gadget.c | 8 +-
drivers/usb/gadget/function/uvc_queue.c | 8 +-
drivers/usb/gadget/function/uvc_video.c | 22 +-
drivers/usb/gadget/udc/bdc/bdc_udc.c | 1 +
drivers/usb/host/xhci-mem.c | 20 +-
drivers/usb/host/xhci-pci.c | 44 +-
drivers/usb/host/xhci.c | 10 +-
drivers/usb/host/xhci.h | 1 +
drivers/video/fbdev/smscufx.c | 55 +-
fs/binfmt_elf.c | 3 +-
fs/exec.c | 4 +-
fs/kernfs/dir.c | 5 +-
fs/nfs/nfs4namespace.c | 9 +-
fs/nfs/nfs4proc.c | 34 +-
fs/nfs/nfs4state.c | 9 +-
fs/nfs/nfs4xdr.c | 4 +-
include/linux/mlx5/driver.h | 2 +-
include/linux/nfs_xdr.h | 2 +-
include/linux/perf_event.h | 19 +-
include/media/v4l2-common.h | 3 +-
include/net/sock.h | 2 +-
include/uapi/linux/videodev2.h | 3 +-
kernel/events/core.c | 153 +++-
kernel/events/ring_buffer.c | 2 +-
kernel/power/hibernate.c | 2 +-
kernel/sched/sched.h | 18 +-
net/can/j1939/transport.c | 4 +-
net/core/net_namespace.c | 7 +
net/core/skbuff.c | 2 +-
net/ethtool/eeprom.c | 2 +-
net/ieee802154/socket.c | 4 +-
net/ipv4/nexthop.c | 2 +-
net/ipv4/tcp_input.c | 3 +-
net/ipv4/tcp_ipv4.c | 7 +-
net/ipv6/ip6_gre.c | 12 +-
net/ipv6/ip6_tunnel.c | 11 +-
net/ipv6/ipv6_sockglue.c | 7 +
net/ipv6/sit.c | 8 +-
net/kcm/kcmsock.c | 25 +-
net/mac802154/rx.c | 5 +-
net/openvswitch/datapath.c | 3 +-
net/tipc/topsrv.c | 16 +-
sound/aoa/soundbus/i2sbus/core.c | 7 +-
sound/pci/ac97/ac97_codec.c | 1 +
sound/pci/au88x0/au88x0.h | 6 +-
sound/pci/au88x0/au88x0_core.c | 2 +-
sound/pci/rme9652/hdsp.c | 26 +-
sound/pci/rme9652/rme9652.c | 22 +-
sound/soc/qcom/lpass-cpu.c | 10 +
sound/synth/emux/emux.c | 7 +-
sound/usb/implicit.c | 2 +
tools/iio/iio_utils.c | 4 +
.../arch/arm64/hisilicon/hip08/metrics.json | 6 +-
.../arch/powerpc/power10/nest_metrics.json | 72 +-
tools/perf/util/auxtrace.c | 10 +-
.../kvm/memslot_modification_stress_test.c | 2 +-
151 files changed, 2130 insertions(+), 1459 deletions(-)




2022-11-02 09:41:51

by Bagas Sanjaya

[permalink] [raw]
Subject: Re: [PATCH 5.15 000/132] 5.15.77-rc1 review

On Wed, Nov 02, 2022 at 03:31:46AM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.77 release.
> There are 132 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.
>

Successfully cross-compiled for arm64 (bcm2711_defconfig, GCC 10.2.0) and
powerpc (ps3_defconfig, GCC 12.2.0).

Tested-by: Bagas Sanjaya <[email protected]>


--
An old man doll... just what I always wanted! - Clara


Attachments:
(No filename) (542.00 B)
signature.asc (235.00 B)
Download all attachments

2022-11-02 10:26:32

by Jon Hunter

[permalink] [raw]
Subject: Re: [PATCH 5.15 000/132] 5.15.77-rc1 review

On Wed, 02 Nov 2022 03:31:46 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.77 release.
> There are 132 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, 04 Nov 2022 02:20: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.15.77-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.15.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

All tests passing for Tegra ...

Test results for stable-v5.15:
11 builds: 11 pass, 0 fail
28 boots: 28 pass, 0 fail
114 tests: 114 pass, 0 fail

Linux version: 5.15.77-rc1-g55ed865a9c8f
Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000,
tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000,
tegra20-ventana, tegra210-p2371-2180,
tegra210-p3450-0000, tegra30-cardhu-a04

Tested-by: Jon Hunter <[email protected]>

Jon

2022-11-02 18:29:12

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 5.15 000/132] 5.15.77-rc1 review

On 11/1/22 19:31, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.77 release.
> There are 132 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, 04 Nov 2022 02:20: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.15.77-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.15.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels, build tested on
BMIPS_GENERIC:

Tested-by: Florian Fainelli <[email protected]>
--
Florian


2022-11-02 21:13:26

by Ron Economos

[permalink] [raw]
Subject: Re: [PATCH 5.15 000/132] 5.15.77-rc1 review

On 11/1/22 7:31 PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.77 release.
> There are 132 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, 04 Nov 2022 02:20: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.15.77-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.15.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

Built and booted successfully on RISC-V RV64 (HiFive Unmatched).

Tested-by: Ron Economos <[email protected]>


2022-11-02 21:16:40

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH 5.15 000/132] 5.15.77-rc1 review

On Wed, Nov 02, 2022 at 03:31:46AM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.77 release.
> There are 132 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, 04 Nov 2022 02:20:38 +0000.
> Anything received after that time might be too late.
>

Build results:
total: 154 pass: 154 fail: 0
Qemu test results:
total: 489 pass: 489 fail: 0

Tested-by: Guenter Roeck <[email protected]>

Guenter

2022-11-02 21:19:53

by Allen Pais

[permalink] [raw]
Subject: Re: [PATCH 5.15 000/132] 5.15.77-rc1 review

> This is the start of the stable review cycle for the 5.15.77 release.
> There are 132 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, 04 Nov 2022 02:20:38 +0000.
> Anything received after that time might be too late.
>
Compiled and booted on my x86_64 and ARM64 test systems. No errors or
regressions.

Tested-by: Allen Pais <[email protected]>

Thanks.

2022-11-03 07:27:06

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 5.15 000/132] 5.15.77-rc1 review

On Wed, 2 Nov 2022 at 08:29, Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 5.15.77 release.
> There are 132 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, 04 Nov 2022 02:20: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.15.77-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.15.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

Results from Linaro’s test farm.
No regressions on arm64, arm, x86_64, and i386.

Tested-by: Linux Kernel Functional Testing <[email protected]>

## Build
* kernel: 5.15.77-rc1
* git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
* git branch: linux-5.15.y
* git commit: 55ed865a9c8fe0489641ddc8e9a4ee35d74767aa
* git describe: v5.15.76-133-g55ed865a9c8f
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.15.y/build/v5.15.76-133-g55ed865a9c8f

## No Test Regressions (compared to v5.15.76)

## No Metric Regressions (compared to v5.15.76)

## No Test Fixes (compared to v5.15.76)

## No Metric Fixes (compared to v5.15.76)

## Test result summary
total: 156317, pass: 131770, fail: 4147, skip: 19975, xfail: 425

## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 149 total, 148 passed, 1 failed
* arm64: 47 total, 45 passed, 2 failed
* i386: 37 total, 35 passed, 2 failed
* mips: 27 total, 27 passed, 0 failed
* parisc: 6 total, 6 passed, 0 failed
* powerpc: 30 total, 30 passed, 0 failed
* riscv: 10 total, 10 passed, 0 failed
* s390: 12 total, 12 passed, 0 failed
* sh: 12 total, 12 passed, 0 failed
* sparc: 6 total, 6 passed, 0 failed
* x86_64: 40 total, 38 passed, 2 failed

## Test suites summary
* fwts
* kselftest-android
* kselftest-arm64
* kselftest-arm64/arm64.btitest.bti_c_func
* kselftest-arm64/arm64.btitest.bti_j_func
* kselftest-arm64/arm64.btitest.bti_jc_func
* kselftest-arm64/arm64.btitest.bti_none_func
* kselftest-arm64/arm64.btitest.nohint_func
* kselftest-arm64/arm64.btitest.paciasp_func
* kselftest-arm64/arm64.nobtitest.bti_c_func
* kselftest-arm64/arm64.nobtitest.bti_j_func
* kselftest-arm64/arm64.nobtitest.bti_jc_func
* kselftest-arm64/arm64.nobtitest.bti_none_func
* kselftest-arm64/arm64.nobtitest.nohint_func
* kselftest-arm64/arm64.nobtitest.paciasp_func
* kselftest-breakpoints
* kselftest-capabilities
* kselftest-cgroup
* kselftest-clone3
* kselftest-core
* kselftest-cpu-hotplug
* kselftest-cpufreq
* kselftest-drivers-dma-buf
* kselftest-efivarfs
* kselftest-filesystems
* kselftest-filesystems-binderfs
* kselftest-firmware
* kselftest-fpu
* kselftest-futex
* kselftest-gpio
* kselftest-intel_pstate
* kselftest-ipc
* kselftest-ir
* kselftest-kcmp
* kselftest-kexec
* kselftest-kvm
* kselftest-lib
* kselftest-livepatch
* kselftest-membarrier
* kselftest-memfd
* kselftest-memory-hotplug
* kselftest-mincore
* kselftest-mount
* kselftest-mqueue
* kselftest-net
* kselftest-net-forwarding
* kselftest-net-mptcp
* kselftest-netfilter
* kselftest-nsfs
* kselftest-openat2
* kselftest-pid_namespace
* kselftest-pidfd
* kselftest-proc
* kselftest-pstore
* kselftest-ptrace
* kselftest-rseq
* kselftest-rtc
* kselftest-seccomp
* kselftest-sigaltstack
* kselftest-size
* kselftest-splice
* kselftest-static_keys
* kselftest-sync
* kselftest-sysctl
* kselftest-tc-testing
* kselftest-timens
* kselftest-timers
* kselftest-tmpfs
* kselftest-tpm2
* kselftest-user
* kselftest-vm
* kselftest-x86
* kselftest-zram
* kunit
* kvm-unit-tests
* libgpiod
* libhugetlbfs
* log-parser-boot
* log-parser-test
* ltp-cap_bounds
* ltp-commands
* ltp-containers
* ltp-controllers
* ltp-cpuhotplug
* ltp-crypto
* ltp-cve
* ltp-dio
* ltp-fcntl-locktests
* ltp-filecaps
* ltp-fs
* ltp-fs_bind
* ltp-fs_perms_simple
* ltp-fsx
* ltp-hugetlb
* ltp-io
* ltp-ipc
* ltp-math
* ltp-mm
* ltp-nptl
* ltp-open-posix-tests
* ltp-pty
* ltp-sched
* ltp-securebits
* ltp-smoke
* ltp-syscalls
* ltp-tracing
* network-basic-tests
* perf
* perf/Zstd-perf.data-compression
* rcutorture
* v4l2-compliance
* vdso

--
Linaro LKFT
https://lkft.linaro.org

2022-11-03 13:04:31

by Sudip Mukherjee

[permalink] [raw]
Subject: Re: [PATCH 5.15 000/132] 5.15.77-rc1 review

Hi Greg,

On Wed, Nov 02, 2022 at 03:31:46AM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.77 release.
> There are 132 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, 04 Nov 2022 02:20:38 +0000.
> Anything received after that time might be too late.

Build test (gcc version 12.2.1 20221016):
mips: 62 configs -> no failure
arm: 99 configs -> no failure
arm64: 3 configs -> no failure
x86_64: 4 configs -> no failure
alpha allmodconfig -> no failure
csky allmodconfig -> no failure
powerpc allmodconfig -> no failure
riscv allmodconfig -> no failure
s390 allmodconfig -> no failure
xtensa allmodconfig -> no failure

Boot test:
x86_64: Booted on my test laptop. No regression.
x86_64: Booted on qemu. No regression. [1]
arm64: Booted on rpi4b (4GB model). No regression. [2]

[1]. https://openqa.qa.codethink.co.uk/tests/2092
[2]. https://openqa.qa.codethink.co.uk/tests/2095

Tested-by: Sudip Mukherjee <[email protected]>

--
Regards
Sudip