This is the start of the stable review cycle for the 6.1.22 release.
There are 224 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, 30 Mar 2023 14:25:33 +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/v6.x/stable-review/patch-6.1.22-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-6.1.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 6.1.22-rc1
Ma Jun <[email protected]>
drm/amdkfd: Fix the memory overrun
Yifan Zhang <[email protected]>
drm/amdkfd: add GC 11.0.4 KFD support
Ma Jun <[email protected]>
drm/amdkfd: Fix the warning of array-index-out-of-bounds
Prike Liang <[email protected]>
drm/amdkfd: introduce dummy cache info for property asic
Vincent Guittot <[email protected]>
sched/fair: Sanitize vruntime of entity being migrated
Zhang Qiao <[email protected]>
sched/fair: sanitize vruntime of entity being placed
Mike Snitzer <[email protected]>
dm crypt: avoid accessing uninitialized tasklet
Mikulas Patocka <[email protected]>
dm crypt: add cond_resched() to dmcrypt_write()
Jiasheng Jiang <[email protected]>
dm stats: check for and propagate alloc_percpu failure
Wei Chen <[email protected]>
i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()
Ivan Bornyakov <[email protected]>
bus: imx-weim: fix branch condition evaluates to a garbage value
Liam R. Howlett <[email protected]>
mm/ksm: fix race with VMA iteration and mm_struct teardown
Abel Vesa <[email protected]>
soc: qcom: llcc: Fix slice configuration values for SC8280XP
Manivannan Sadhasivam <[email protected]>
arm64: dts: qcom: sm8150: Fix the iommu mask used for PCIe controllers
Krishna chaitanya chundru <[email protected]>
arm64: dts: qcom: sc7280: Mark PCIe controller as cache coherent
Cristian Marussi <[email protected]>
firmware: arm_scmi: Fix device node validation for mailbox transport
Rijo Thomas <[email protected]>
tee: amdtee: fix race condition in amdtee_open_session
Nathan Chancellor <[email protected]>
riscv: Handle zicsr/zifencei issues between clang and binutils
Dylan Jhong <[email protected]>
riscv: mm: Fix incorrect ASID argument when flushing TLB
Tim Huang <[email protected]>
drm/amdgpu: reposition the gpu reset checking for reuse
Tim Huang <[email protected]>
drm/amdgpu: skip ASIC reset for APUs when go to S4
Ville Syrjälä <[email protected]>
drm/i915: Preserve crtc_state->inherited during state clearing
Nirmoy Das <[email protected]>
drm/i915/active: Fix missing debug object activation
Kai-Heng Feng <[email protected]>
drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi
Johan Hovold <[email protected]>
drm/meson: fix missing component unbind on bind errors
Hersen Wu <[email protected]>
drm/amd/display: fix wrong index used in dccg32_set_dpstreamclk
Matheus Castello <[email protected]>
drm/bridge: lt8912b: return EPROBE_DEFER if bridge is not found
Ryusuke Konishi <[email protected]>
nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()
Felix Fietkau <[email protected]>
wifi: mac80211: fix qos on mesh interfaces
Namjae Jeon <[email protected]>
ksmbd: return unsupported error on smb1 mount
Namjae Jeon <[email protected]>
ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect
Namjae Jeon <[email protected]>
ksmbd: don't terminate inactive sessions after a few seconds
Namjae Jeon <[email protected]>
ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATION
Namjae Jeon <[email protected]>
ksmbd: fix wrong signingkey creation when encryption is AES256
Liam R. Howlett <[email protected]>
maple_tree: fix mas_skip_node() end slot detection
Liam R. Howlett <[email protected]>
test_maple_tree: add more testing for mas_empty_area()
Peter Collingbourne <[email protected]>
Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"
Savino Dicanosa <[email protected]>
io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()
Jens Axboe <[email protected]>
io_uring/net: avoid sending -ECONNABORTED on repeated connection requests
Marco Elver <[email protected]>
kfence: avoid passing -g for test
Muchun Song <[email protected]>
mm: kfence: fix using kfence_metadata without initialization in show_object()
Hans de Goede <[email protected]>
usb: ucsi_acpi: Increase the command completion timeout
Hans de Goede <[email protected]>
usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()
Wesley Cheng <[email protected]>
usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC
Xu Yang <[email protected]>
usb: chipidea: core: fix possible concurrent when switch role
Xu Yang <[email protected]>
usb: chipdea: core: fix return -EINVAL if request role is the same with current role
Pawel Laszczak <[email protected]>
usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driver
Pawel Laszczak <[email protected]>
usb: cdnsp: Fixes issue with redundant Status Stage
Pawel Laszczak <[email protected]>
usb: cdns3: Fix issue with using incorrect PCI device function
Xu Yang <[email protected]>
usb: typec: tcpm: fix warning when handle discover_identity message
Xu Yang <[email protected]>
usb: typec: tcpm: fix create duplicate source-capabilities file
Coly Li <[email protected]>
dm thin: fix deadlock when swapping to thin device
Lin Ma <[email protected]>
igb: revert rtnl_lock() that causes deadlock
Krzysztof Kozlowski <[email protected]>
arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name
Jeff Layton <[email protected]>
lockd: set file_lock start and end when decoding nlm4 testargs
Nathan Huckleberry <[email protected]>
fsverity: Remove WQ_UNBOUND from fsverity read workqueue
Eric Biggers <[email protected]>
fscrypt: destroy keyring after security_sb_delete()
Geert Uytterhoeven <[email protected]>
mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP
Hans de Goede <[email protected]>
efi: sysfb_efi: Fix DMI quirks not working for simpledrm
Min Li <[email protected]>
Bluetooth: Fix race condition in hci_cmd_sync_clear
Naohiro Aota <[email protected]>
btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profile
Alvin Šipraga <[email protected]>
usb: gadget: u_audio: don't let userspace block driver unbind
Fabrice Gasnier <[email protected]>
usb: dwc2: fix a devres leak in hw_enable upon suspend resume
Ziyang Huang <[email protected]>
usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"
Alexander Stein <[email protected]>
usb: misc: onboard-hub: add support for Microchip USB2517 USB 2.0 hub
Joel Selvaraj <[email protected]>
scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMR
Chang S. Bae <[email protected]>
selftests/x86/amx: Add a ptrace test
Chang S. Bae <[email protected]>
x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf()
Paulo Alcantara <[email protected]>
cifs: fix dentry lookups in directory handle cache
Shyam Prasad N <[email protected]>
cifs: print session id while listing open files
Shyam Prasad N <[email protected]>
cifs: dump pending mids for all channels in DebugData
Shyam Prasad N <[email protected]>
cifs: empty interface list when server doesn't support query interfaces
Shyam Prasad N <[email protected]>
cifs: do not poll server interfaces too regularly
Shyam Prasad N <[email protected]>
cifs: append path to open_enter trace event
Shyam Prasad N <[email protected]>
cifs: lock chan_lock outside match_session
Davide Caratti <[email protected]>
act_mirred: use the backlog for nested calls to mirred ingress
Davide Caratti <[email protected]>
net/sched: act_mirred: better wording on protection against excessive stack growth
Mario Limonciello <[email protected]>
drm/amd: Fix initialization mistake for NBIO 7.3.0
lyndonli <[email protected]>
drm/amdgpu: Fix call trace warning and hang when removing amdgpu device
Al Viro <[email protected]>
sh: sanitize the flags on sigreturn
Swapnil Patel <[email protected]>
drm/amd/display: Update clock table to include highest clock setting
Enrico Sau <[email protected]>
net: usb: qmi_wwan: add Telit 0x1080 composition
Enrico Sau <[email protected]>
net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990
Daniel Scally <[email protected]>
platform/x86: int3472: Add GPIOs to Surface Go 3 Board data
Michael Kelley <[email protected]>
scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file
Ranjan Kumar <[email protected]>
scsi: mpi3mr: Bad drive in topology results kernel crash
Ranjan Kumar <[email protected]>
scsi: mpi3mr: NVMe command size greater than 8K fails
Ranjan Kumar <[email protected]>
scsi: mpi3mr: Wait for diagnostic save during controller init
Ranjan Kumar <[email protected]>
scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabled
Jakob Koschel <[email protected]>
scsi: lpfc: Avoid usage of list iterator variable after loop
Justin Tee <[email protected]>
scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()
Adrien Thierry <[email protected]>
scsi: ufs: core: Add soft dependency on governor_simpleondemand
Kang Chen <[email protected]>
scsi: hisi_sas: Check devm_add_action() return value
Daniel Wagner <[email protected]>
scsi: qla2xxx: Add option to disable FC2 Target support
Maurizio Lombardi <[email protected]>
scsi: target: iscsi: Fix an error message in iscsi_check_key()
Lorenz Bauer <[email protected]>
selftests/bpf: check that modifier resolves after pointer
Michael Schmitz <[email protected]>
m68k: Only force 030 bus error if PC not in exception table
Kars de Jong <[email protected]>
m68k: mm: Fix systems with memory at end of 32-bit address space
Reka Norman <[email protected]>
HID: intel-ish-hid: ipc: Fix potential use-after-free in work function
Rafał Szalecki <[email protected]>
HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse
Alexander Aring <[email protected]>
ca8210: fix mac_len negative array access
Danny Kaehn <[email protected]>
HID: cp2112: Fix driver not registering GPIO IRQ chip as threaded
Alexandr Sapozhnikov <[email protected]>
drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
Alexandre Ghiti <[email protected]>
riscv: Bump COMMAND_LINE_SIZE value to 1024
Mario Limonciello <[email protected]>
ACPI: x86: utils: Add Cezanne to the list for forcing StorageD3Enable
Mario Limonciello <[email protected]>
ACPI: x86: Drop quirk for HP Elitebook
Duc Anh Le <[email protected]>
ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A43)
Adrien Thierry <[email protected]>
scsi: ufs: core: Initialize devfreq synchronously
Joseph Hunkeler <[email protected]>
ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirks
Tom Rix <[email protected]>
thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bit
Mario Limonciello <[email protected]>
thunderbolt: Use const qualifier for `ring_interrupt_index`
Gil Fine <[email protected]>
thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access
Mario Limonciello <[email protected]>
thunderbolt: Disable interrupt auto clear for rings
Mika Westerberg <[email protected]>
thunderbolt: Fix memory leak in margining
Sanjay R Mehta <[email protected]>
thunderbolt: Add quirk to disable CLx
Mika Westerberg <[email protected]>
thunderbolt: Call tb_check_quirks() after initializing adapters
Mika Westerberg <[email protected]>
thunderbolt: Use scale field when allocating USB3 bandwidth
Yaroslav Furman <[email protected]>
uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2
Steve French <[email protected]>
smb3: fix unusable share after force unmount failure
Steve French <[email protected]>
smb3: lower default deferred close timeout to address perf regression
Nilesh Javali <[email protected]>
scsi: qla2xxx: Perform lockless command completion in abort path
Quinn Tran <[email protected]>
scsi: qla2xxx: Synchronize the IOCB count to be in order
Frank Crawford <[email protected]>
hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCs
Phinex Hung <[email protected]>
hwmon: fix potential sensor registration fail if of_node is missing
Frederic Weisbecker <[email protected]>
entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up
Breno Leitao <[email protected]>
perf/x86/amd/core: Always clear status for idx
Josh Poimboeuf <[email protected]>
entry: Fix noinstr warning in __enter_from_user_mode()
Tzung-Bi Shih <[email protected]>
platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl
Sungwoo Kim <[email protected]>
Bluetooth: HCI: Fix global-out-of-bounds
Howard Chung <[email protected]>
Bluetooth: mgmt: Fix MGMT add advmon with RSSI command
Zheng Wang <[email protected]>
Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work
Luiz Augusto von Dentz <[email protected]>
Bluetooth: L2CAP: Fix responding with wrong PDU type
Stephan Gerhold <[email protected]>
Bluetooth: btqcomsmd: Fix command timeout after setting BD address
Hersen Wu <[email protected]>
drm/amd/display: Set dcn32 caps.seamless_odm
Liang He <[email protected]>
net: mdio: thunder: Add missing fwnode_handle_put()
Arınç ÜNAL <[email protected]>
net: dsa: mt7530: move setting ssc_delta to PHY_INTERFACE_MODE_TRGMII case
Arınç ÜNAL <[email protected]>
net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup()
Arınç ÜNAL <[email protected]>
net: dsa: mt7530: move enabling disabling core clock to mt7530_pll_setup()
Grant Grundler <[email protected]>
net: asix: fix modprobe "sysfs: cannot create duplicate filename"
Joshua Washington <[email protected]>
gve: Cache link_speed value from device
Brian Gix <[email protected]>
Bluetooth: Remove "Power-on" check from Mesh feature
Pauli Virtanen <[email protected]>
Bluetooth: ISO: fix timestamped HCI ISO data packet parsing
Luiz Augusto von Dentz <[email protected]>
Bluetooth: btusb: Remove detection of ISO packets over bulk
Luiz Augusto von Dentz <[email protected]>
Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packet
Zhengping Jiang <[email protected]>
Bluetooth: hci_sync: Resume adv with no RPA when active scan
ChenXiaoSong <[email protected]>
ksmbd: fix possible refcount leak in smb2_open()
Namjae Jeon <[email protected]>
ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES
Namjae Jeon <[email protected]>
ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA
Roger Pau Monne <[email protected]>
hvc/xen: prevent concurrent accesses to the shared ring
Ido Schimmel <[email protected]>
mlxsw: spectrum_fid: Fix incorrect local port type
Caleb Sander <[email protected]>
nvme-tcp: fix nvme_tcp_term_pdu to match spec
Zhang Changzhong <[email protected]>
net/sonic: use dma_mapping_error() for error check
Eric Dumazet <[email protected]>
erspan: do not use skb_mac_header() in ndo_start_xmit()
Li Zetao <[email protected]>
atm: idt77252: fix kmemleak when rmmod idt77252
Álvaro Fernández Rojas <[email protected]>
net: dsa: tag_brcm: legacy: fix daisy-chained switches
Dan Carpenter <[email protected]>
net/mlx5: E-Switch, Fix an Oops in error handling code
Maher Sanalla <[email protected]>
net/mlx5: Read the TC mapping of all priorities on ETS query
Emeel Hakim <[email protected]>
net/mlx5e: Overcome slow response for first macsec ASO WQE
Lama Kayal <[email protected]>
net/mlx5: Fix steering rules cleanup
Gavin Li <[email protected]>
net/mlx5e: Block entering switchdev mode with ns inconsistency
Gavin Li <[email protected]>
net/mlx5e: Set uplink rep as NETNS_LOCAL
Daniel Borkmann <[email protected]>
bpf: Adjust insufficient default bpf_jit_limit
Radoslaw Tyl <[email protected]>
i40e: fix flow director packet filter programming
Stefan Assmann <[email protected]>
iavf: fix hang on reboot with ice
Michal Swiatkowski <[email protected]>
ice: check if VF exists before mode check
David Howells <[email protected]>
keys: Do not cache key in task struct if key is requested from kernel thread
Masami Hiramatsu (Google) <[email protected]>
bootconfig: Fix testcase to increase max node
Jiasheng Jiang <[email protected]>
octeontx2-vf: Add missing free for alloc_percpu
Geoff Levand <[email protected]>
net/ps3_gelic_net: Use dma_mapping_error
Geoff Levand <[email protected]>
net/ps3_gelic_net: Fix RX sk_buff length
Szymon Heidrich <[email protected]>
net: usb: lan78xx: Limit packet length to skb->len
Zheng Wang <[email protected]>
net: qcom/emac: Fix use after free bug in emac_remove due to race condition
Andrzej Hajda <[email protected]>
drm/i915/gt: perform uc late init after probe error injection
John Harrison <[email protected]>
drm/i915/guc: Fix missing ecodes
John Harrison <[email protected]>
drm/i915/guc: Rename GuC register state capture node to be more obvious
Tejas Upadhyay <[email protected]>
drm/i915/fbdev: lock the fbdev obj before vma pin
Nirmoy Das <[email protected]>
drm/i915: Print return value on error
Ido Schimmel <[email protected]>
mlxsw: core_thermal: Fix fan speed in maximum cooling state
Daniel Lezcano <[email protected]>
thermal/drivers/mellanox: Use generic thermal_zone_get_trip() function
Jochen Henneberg <[email protected]>
net: stmmac: Fix for mismatched host/device DMA address width
Florian Fainelli <[email protected]>
net: mdio: fix owner field for mdio buses registered using ACPI
Maxime Bizon <[email protected]>
net: mdio: fix owner field for mdio buses registered using device-tree
Florian Fainelli <[email protected]>
net: phy: Ensure state transitions are processed from phy_stop()
Zheng Wang <[email protected]>
xirc2ps_cs: Fix use after free bug in xirc2ps_detach
Daniil Tatianin <[email protected]>
qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info
Ard Biesheuvel <[email protected]>
efi/libstub: smbios: Use length member instead of record struct size
Szymon Heidrich <[email protected]>
net: usb: smsc95xx: Limit packet length to skb->len
Álvaro Fernández Rojas <[email protected]>
net: dsa: b53: mmap: fix device tree support
Jeff Layton <[email protected]>
nfsd: don't replace page in rq_pages if it's a continuation of last page
Yu Kuai <[email protected]>
scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate()
Yicong Yang <[email protected]>
i2c: hisi: Only use the completion interrupt to finish the transfer
Matthias Schiffer <[email protected]>
i2c: mxs: ensure that DMA buffers are safe for DMA
Alexander Stein <[email protected]>
i2c: imx-lpi2c: check only for enabled interrupt flags
AKASHI Takahiro <[email protected]>
igc: fix the validation logic for taprio's gate list
Akihiko Odaki <[email protected]>
igbvf: Regard vf reset nack as success
Gaosheng Cui <[email protected]>
intel/igbvf: free irq on the error path in igbvf_request_msix()
Ahmed Zaki <[email protected]>
iavf: do not track VLAN 0 filters
Alexander Lobakin <[email protected]>
iavf: fix non-tunneled IPv6 UDP packet type and hashing
Alexander Lobakin <[email protected]>
iavf: fix inverted Rx hash condition leading to disabled hash
Kal Conley <[email protected]>
xsk: Add missing overflow check in xdp_umem_reg
Dave Wysochanski <[email protected]>
NFS: Fix /proc/PID/io read_bytes for buffered reads
Alexander Stein <[email protected]>
arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes
Marek Vasut <[email protected]>
arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes
Peng Fan <[email protected]>
ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl
Peng Fan <[email protected]>
ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl
Peng Fan <[email protected]>
ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl
Andrew Halaney <[email protected]>
arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio
Wei Fang <[email protected]>
arm64: dts: imx8dxl-evk: Disable hibernation mode of AR8031 for EQOS
Zheng Wang <[email protected]>
power: supply: da9150: Fix use after free bug in da9150_charger_remove due to race condition
Zheng Wang <[email protected]>
power: supply: bq24190: Fix use after free bug in bq24190_remove due to race condition
Manivannan Sadhasivam <[email protected]>
arm64: dts: qcom: sm8450: Mark UFS controller as cache coherent
Cruise Hung <[email protected]>
drm/amd/display: Fix DP MST sinks removal issue
Paolo Abeni <[email protected]>
mptcp: fix UaF in listener shutdown
Paolo Abeni <[email protected]>
mptcp: use the workqueue to destroy unaccepted sockets
Paolo Abeni <[email protected]>
mptcp: refactor passive socket initialization
Saaem Rizvi <[email protected]>
drm/amd/display: Remove OTG DIV register write for Virtual signals.
Aurabindo Pillai <[email protected]>
drm/amd/display: fix k1 k2 divider programming for phantom streams
Eric Bernstein <[email protected]>
drm/amd/display: Include virtual signal to set k1 and k2 values
Costa Shulyupin <[email protected]>
tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptr
Song Liu <[email protected]>
perf: fix perf_event_context->time
Yang Jihong <[email protected]>
perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output
Konrad Dybcio <[email protected]>
interconnect: qcom: qcm2290: Fix MASTER_SNOC_BIMC_NRT
Dmitry Baryshkov <[email protected]>
interconnect: qcom: sm8450: switch to qcom_icc_rpmh_* function
Dmitry Baryshkov <[email protected]>
interconnect: qcom: osm-l3: fix icc_onecell_data allocation
-------------
Diffstat:
Makefile | 4 +-
arch/arm/boot/dts/e60k02.dtsi | 1 +
arch/arm/boot/dts/e70k02.dtsi | 1 +
arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts | 1 +
arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 6 +-
.../boot/dts/freescale/imx8mm-nitrogen-r2.dts | 2 +-
arch/arm64/boot/dts/freescale/imx8mn.dtsi | 5 +
arch/arm64/boot/dts/freescale/imx93.dtsi | 16 +
arch/arm64/boot/dts/qcom/sc7280.dtsi | 2 +
arch/arm64/boot/dts/qcom/sm8150.dtsi | 4 +-
arch/arm64/boot/dts/qcom/sm8450.dtsi | 1 +
arch/m68k/kernel/traps.c | 4 +-
arch/m68k/mm/motorola.c | 10 +-
arch/riscv/Kconfig | 22 ++
arch/riscv/Makefile | 10 +-
arch/riscv/include/asm/tlbflush.h | 2 +
arch/riscv/include/uapi/asm/setup.h | 8 +
arch/riscv/mm/context.c | 2 +-
arch/riscv/mm/tlbflush.c | 2 +-
arch/sh/include/asm/processor_32.h | 1 +
arch/sh/kernel/signal_32.c | 3 +
arch/x86/events/amd/core.c | 3 +-
arch/x86/kernel/fpu/xstate.c | 30 +-
drivers/acpi/x86/s2idle.c | 24 --
drivers/acpi/x86/utils.c | 37 +--
drivers/atm/idt77252.c | 11 +
drivers/bluetooth/btqcomsmd.c | 17 +-
drivers/bluetooth/btsdio.c | 1 +
drivers/bluetooth/btusb.c | 10 -
drivers/bus/imx-weim.c | 2 +-
drivers/firmware/arm_scmi/mailbox.c | 37 +++
drivers/firmware/efi/libstub/smbios.c | 2 +-
drivers/firmware/efi/sysfb_efi.c | 5 +-
drivers/firmware/sysfb.c | 4 +-
drivers/firmware/sysfb_simplefb.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 5 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 41 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 15 +
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 5 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 +-
drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c | 14 +-
drivers/gpu/drm/amd/amdgpu/nv.c | 2 +-
drivers/gpu/drm/amd/amdgpu/vi.c | 17 +-
drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 364 +++++----------------
drivers/gpu/drm/amd/amdkfd/kfd_crat.h | 12 +
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 2 +
drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 245 +++++++++++++-
drivers/gpu/drm/amd/amdkfd/kfd_topology.h | 5 +-
.../drm/amd/display/dc/clk_mgr/dcn301/vg_clk_mgr.c | 19 +-
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 9 +
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.c | 3 +-
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c | 4 +-
.../gpu/drm/amd/display/dc/dcn32/dcn32_resource.c | 1 +
drivers/gpu/drm/bridge/lontium-lt8912b.c | 4 +-
drivers/gpu/drm/i915/display/intel_display.c | 1 +
drivers/gpu/drm/i915/display/intel_fbdev.c | 28 +-
drivers/gpu/drm/i915/gt/intel_gt.c | 4 +-
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c | 30 +-
drivers/gpu/drm/i915/i915_active.c | 3 +-
drivers/gpu/drm/i915/i915_gpu_error.h | 2 +-
drivers/gpu/drm/meson/meson_drv.c | 13 +-
drivers/gpu/drm/tiny/cirrus.c | 2 +-
drivers/hid/hid-cp2112.c | 1 +
drivers/hid/hid-logitech-hidpp.c | 2 +
drivers/hid/intel-ish-hid/ipc/ipc.c | 9 +-
drivers/hwmon/hwmon.c | 7 +-
drivers/hwmon/it87.c | 4 +-
drivers/i2c/busses/i2c-hisi.c | 6 +-
drivers/i2c/busses/i2c-imx-lpi2c.c | 4 +
drivers/i2c/busses/i2c-mxs.c | 18 +-
drivers/i2c/busses/i2c-xgene-slimpro.c | 3 +
drivers/interconnect/qcom/osm-l3.c | 2 +-
drivers/interconnect/qcom/qcm2290.c | 4 +-
drivers/interconnect/qcom/sm8450.c | 98 +-----
drivers/md/dm-crypt.c | 16 +-
drivers/md/dm-stats.c | 7 +-
drivers/md/dm-stats.h | 2 +-
drivers/md/dm-thin.c | 2 +
drivers/md/dm.c | 4 +-
drivers/net/dsa/b53/b53_mmap.c | 2 +-
drivers/net/dsa/mt7530.c | 49 +--
drivers/net/ethernet/google/gve/gve_ethtool.c | 5 +-
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 8 +-
drivers/net/ethernet/intel/iavf/iavf_common.c | 2 +-
drivers/net/ethernet/intel/iavf/iavf_main.c | 13 +
drivers/net/ethernet/intel/iavf/iavf_txrx.c | 2 +-
drivers/net/ethernet/intel/iavf/iavf_virtchnl.c | 2 -
drivers/net/ethernet/intel/ice/ice_sriov.c | 8 +-
drivers/net/ethernet/intel/igb/igb_main.c | 2 -
drivers/net/ethernet/intel/igbvf/netdev.c | 8 +-
drivers/net/ethernet/intel/igbvf/vf.c | 13 +-
drivers/net/ethernet/intel/igc/igc_main.c | 20 +-
.../net/ethernet/marvell/octeontx2/nic/otx2_vf.c | 2 +
.../ethernet/mellanox/mlx5/core/en_accel/macsec.c | 9 +-
drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c | 6 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 6 +-
.../mellanox/mlx5/core/esw/acl/ingress_ofld.c | 3 +-
drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 1 +
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 19 ++
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c | 216 +++---------
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c | 4 +-
drivers/net/ethernet/natsemi/sonic.c | 4 +-
drivers/net/ethernet/qlogic/qed/qed_sriov.c | 5 +-
drivers/net/ethernet/qualcomm/emac/emac.c | 6 +
drivers/net/ethernet/stmicro/stmmac/common.h | 1 +
drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c | 2 +-
drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c | 4 +-
.../net/ethernet/stmicro/stmmac/dwmac-mediatek.c | 2 +-
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 30 +-
drivers/net/ethernet/toshiba/ps3_gelic_net.c | 41 +--
drivers/net/ethernet/toshiba/ps3_gelic_net.h | 5 +-
drivers/net/ethernet/xircom/xirc2ps_cs.c | 5 +
drivers/net/ieee802154/ca8210.c | 2 +
drivers/net/mdio/acpi_mdio.c | 10 +-
drivers/net/mdio/mdio-thunder.c | 1 +
drivers/net/mdio/of_mdio.c | 12 +-
drivers/net/phy/mdio_devres.c | 11 +-
drivers/net/phy/phy.c | 23 +-
drivers/net/usb/asix_devices.c | 32 +-
drivers/net/usb/cdc_mbim.c | 5 +
drivers/net/usb/lan78xx.c | 18 +-
drivers/net/usb/qmi_wwan.c | 1 +
drivers/net/usb/smsc95xx.c | 6 +
drivers/platform/chrome/cros_ec_chardev.c | 2 +-
.../x86/intel/int3472/tps68470_board_data.c | 5 +-
drivers/power/supply/bq24190_charger.c | 1 +
drivers/power/supply/da9150-charger.c | 1 +
drivers/scsi/device_handler/scsi_dh_alua.c | 6 +-
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 3 +-
drivers/scsi/lpfc/lpfc_init.c | 2 +
drivers/scsi/lpfc/lpfc_sli.c | 12 +-
drivers/scsi/mpi3mr/mpi3mr_app.c | 4 +-
drivers/scsi/mpi3mr/mpi3mr_fw.c | 19 +-
drivers/scsi/mpi3mr/mpi3mr_transport.c | 15 +-
drivers/scsi/qla2xxx/qla_gbl.h | 1 +
drivers/scsi/qla2xxx/qla_init.c | 3 +-
drivers/scsi/qla2xxx/qla_isr.c | 3 +-
drivers/scsi/qla2xxx/qla_os.c | 21 +-
drivers/scsi/scsi_devinfo.c | 1 +
drivers/scsi/storvsc_drv.c | 16 +
drivers/soc/qcom/llcc-qcom.c | 6 +-
drivers/target/iscsi/iscsi_target_parameters.c | 12 +-
drivers/tee/amdtee/core.c | 29 +-
drivers/thunderbolt/debugfs.c | 12 +-
drivers/thunderbolt/nhi.c | 49 +--
drivers/thunderbolt/nhi_regs.h | 6 +-
drivers/thunderbolt/quirks.c | 13 +
drivers/thunderbolt/retimer.c | 23 +-
drivers/thunderbolt/sb_regs.h | 1 +
drivers/thunderbolt/switch.c | 4 +-
drivers/thunderbolt/tb.h | 12 +-
drivers/thunderbolt/usb4.c | 36 +-
drivers/tty/hvc/hvc_xen.c | 19 +-
drivers/ufs/core/ufshcd.c | 48 ++-
drivers/usb/cdns3/cdns3-pci-wrap.c | 5 +
drivers/usb/cdns3/cdnsp-ep0.c | 19 +-
drivers/usb/cdns3/cdnsp-pci.c | 27 +-
drivers/usb/chipidea/ci.h | 2 +
drivers/usb/chipidea/core.c | 11 +-
drivers/usb/chipidea/otg.c | 5 +-
drivers/usb/dwc2/drd.c | 3 +-
drivers/usb/dwc2/platform.c | 16 +-
drivers/usb/dwc3/gadget.c | 14 +-
drivers/usb/gadget/function/u_audio.c | 2 +-
drivers/usb/misc/onboard_usb_hub.c | 1 +
drivers/usb/misc/onboard_usb_hub.h | 1 +
drivers/usb/storage/unusual_uas.h | 7 +
drivers/usb/typec/tcpm/tcpm.c | 28 +-
drivers/usb/typec/ucsi/ucsi.c | 11 +-
drivers/usb/typec/ucsi/ucsi_acpi.c | 2 +-
fs/btrfs/zoned.c | 14 +-
fs/cifs/cached_dir.c | 37 ++-
fs/cifs/cifs_debug.c | 46 ++-
fs/cifs/cifsfs.c | 9 +-
fs/cifs/cifssmb.c | 6 +-
fs/cifs/connect.c | 14 +-
fs/cifs/fs_context.h | 2 +-
fs/cifs/link.c | 2 +
fs/cifs/smb2inode.c | 1 +
fs/cifs/smb2ops.c | 27 +-
fs/cifs/smb2pdu.c | 12 +-
fs/cifs/trace.h | 12 +-
fs/ksmbd/auth.c | 5 +-
fs/ksmbd/connection.c | 11 +-
fs/ksmbd/connection.h | 3 +-
fs/ksmbd/smb2pdu.c | 20 +-
fs/ksmbd/smb_common.c | 27 +-
fs/ksmbd/smb_common.h | 30 +-
fs/ksmbd/transport_rdma.c | 2 +-
fs/ksmbd/transport_tcp.c | 35 +-
fs/lockd/clnt4xdr.c | 9 +-
fs/lockd/xdr4.c | 13 +-
fs/nfs/read.c | 3 +
fs/nfsd/vfs.c | 9 +-
fs/nilfs2/ioctl.c | 2 +-
fs/super.c | 15 +-
fs/verity/verify.c | 12 +-
include/linux/acpi_mdio.h | 9 +-
include/linux/context_tracking.h | 1 +
include/linux/context_tracking_state.h | 2 +
include/linux/lockd/xdr4.h | 1 +
include/linux/nvme-tcp.h | 5 +-
include/linux/of_mdio.h | 22 +-
include/linux/stmmac.h | 2 +-
include/linux/sysfb.h | 9 +-
include/ufs/ufshcd.h | 1 +
io_uring/filetable.c | 3 +
io_uring/net.c | 25 +-
io_uring/rsrc.c | 1 +
kernel/bpf/core.c | 2 +-
kernel/entry/common.c | 5 +-
kernel/events/core.c | 4 +-
kernel/sched/core.c | 3 +
kernel/sched/fair.c | 54 ++-
kernel/trace/trace_hwlat.c | 4 +-
lib/maple_tree.c | 24 +-
lib/test_maple_tree.c | 48 +++
mm/kfence/Makefile | 2 +-
mm/kfence/core.c | 10 +-
mm/ksm.c | 11 +-
mm/page_alloc.c | 3 +-
mm/slab.c | 2 +-
net/bluetooth/hci_core.c | 23 +-
net/bluetooth/hci_sync.c | 68 ++--
net/bluetooth/iso.c | 9 +-
net/bluetooth/l2cap_core.c | 117 ++++---
net/bluetooth/mgmt.c | 9 +-
net/dsa/tag_brcm.c | 10 +-
net/ipv4/ip_gre.c | 4 +-
net/ipv6/ip6_gre.c | 4 +-
net/mac80211/wme.c | 6 +-
net/mptcp/protocol.c | 63 ++--
net/mptcp/protocol.h | 6 +-
net/mptcp/subflow.c | 116 ++-----
net/sched/act_mirred.c | 23 +-
net/xdp/xdp_umem.c | 13 +-
security/keys/request_key.c | 9 +-
sound/soc/amd/yc/acp6x-mach.c | 14 +
tools/bootconfig/test-bootconfig.sh | 12 +-
tools/testing/selftests/bpf/prog_tests/btf.c | 28 ++
.../testing/selftests/net/forwarding/tc_actions.sh | 49 ++-
tools/testing/selftests/x86/amx.c | 108 +++++-
242 files changed, 2367 insertions(+), 1453 deletions(-)
* Greg Kroah-Hartman <[email protected]> wrote:
> This is the start of the stable review cycle for the 6.1.22 release.
> There are 224 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, 30 Mar 2023 14:25:33 +0000.
> Anything received after that time might be too late.
Hi Greg
6.1.22-rc1
compiles, boots and runs here on x86_64
(AMD Ryzen 5 PRO 4650G, Slackware64-15.0)
Tested-by: Markus Reichelt <[email protected]>
On 3/28/23 08:39, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.22 release.
> There are 224 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, 30 Mar 2023 14:25:33 +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/v6.x/stable-review/patch-6.1.22-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-6.1.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
Compiled and booted on my test system. No dmesg regressions.
Tested-by: Shuah Khan <[email protected]>
thanks,
-- Shuah
Hi Greg
On Tue, Mar 28, 2023 at 11:56 PM Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.1.22 release.
> There are 224 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, 30 Mar 2023 14:25:33 +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/v6.x/stable-review/patch-6.1.22-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-6.1.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
6.1.22-rc1 tested.
x86_64
Build successfully completed.
Boot successfully completed.
No dmesg regressions.
Video output normal.
Sound output normal.
Lenovo ThinkPad X1 Carbon Gen10(Intel i7-1260P, arch linux)
Thanks
Tested-by: Takeshi Ogasawara <[email protected]>
On Tue, Mar 28, 2023 at 04:39:56PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.22 release.
> There are 224 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
Hello Greg,
> From: Greg Kroah-Hartman <[email protected]>
> Sent: 28 March 2023 15:40
>
> This is the start of the stable review cycle for the 6.1.22 release.
> There are 224 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, 30 Mar 2023 14:25:33 +0000.
> Anything received after that time might be too late.
CIP configurations built and booted with Linux 6.1.22-rc1 (e6bbee2ba76f):
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/820595007
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/commits/linux-6.1.y
Tested-by: Chris Paterson (CIP) <[email protected]>
Kind regards, Chris
On Tue, Mar 28, 2023 at 04:39:56PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.22 release.
> There are 224 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, 30 Mar 2023 14:25:33 +0000.
> Anything received after that time might be too late.
Hi Greg,
6.1.22-rc1 tested.
Run tested on:
- Allwinner H6 (Tanix TX6)
- Intel Alder Lake x86_64 (nuc12 i7-1260P)
In addition - build tested for:
- Allwinner A64
- Allwinner H3
- Allwinner H5
- NXP iMX6
- NXP iMX8
- Qualcomm Dragonboard
- Rockchip RK3288
- Rockchip RK3328
- Rockchip RK3399pro
- Samsung Exynos
Tested-by: Rudi Heitbaum <[email protected]>
--
Rudi
On Tue, Mar 28, 2023 at 04:39:56PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.22 release.
> There are 224 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.
Looks grand on our RISC-V stuff, thanks.
Tested-by: Conor Dooley <[email protected]>
On Tue, 28 Mar 2023 16:39:56 +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.22 release.
> There are 224 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, 30 Mar 2023 14:25:33 +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/v6.x/stable-review/patch-6.1.22-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-6.1.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
All tests passing for Tegra ...
Test results for stable-v6.1:
11 builds: 11 pass, 0 fail
28 boots: 28 pass, 0 fail
130 tests: 130 pass, 0 fail
Linux version: 6.1.22-rc1-ge6bbee2ba76f
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
On Tue, 28 Mar 2023 at 20:26, Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.1.22 release.
> There are 224 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, 30 Mar 2023 14:25:33 +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/v6.x/stable-review/patch-6.1.22-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-6.1.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: 6.1.22-rc1
* git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
* git branch: linux-6.1.y
* git commit: e6bbee2ba76fd6c97025903e3b04b1461f02e8af
* git describe: v6.1.21-225-ge6bbee2ba76f
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.21-225-ge6bbee2ba76f
## Test Regressions (compared to v6.1.21)
## Metric Regressions (compared to v6.1.21)
## Test Fixes (compared to v6.1.21)
## Metric Fixes (compared to v6.1.21)
## Test result summary
total: 164164, pass: 145146, fail: 4467, skip: 14236, xfail: 315
## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 149 total, 148 passed, 1 failed
* arm64: 51 total, 50 passed, 1 failed
* i386: 39 total, 36 passed, 3 failed
* mips: 30 total, 28 passed, 2 failed
* parisc: 8 total, 8 passed, 0 failed
* powerpc: 38 total, 36 passed, 2 failed
* riscv: 16 total, 15 passed, 1 failed
* s390: 16 total, 16 passed, 0 failed
* sh: 14 total, 12 passed, 2 failed
* sparc: 8 total, 8 passed, 0 failed
* x86_64: 44 total, 44 passed, 0 failed
## Test suites summary
* boot
* fwts
* igt-gpu-tools
* kselftest-android
* kselftest-arm64
* 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-ftrace
* 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
* rcutorture
* v4l2-compliance
* vdso
--
Linaro LKFT
https://lkft.linaro.org
On 3/28/23 07:39, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.22 release.
> There are 224 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, 30 Mar 2023 14:25:33 +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/v6.x/stable-review/patch-6.1.22-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-6.1.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
On 3/28/23 7:39 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.22 release.
> There are 224 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, 30 Mar 2023 14:25:33 +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/v6.x/stable-review/patch-6.1.22-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-6.1.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]>
On Tue, Mar 28, 2023 at 04:39:56PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.22 release.
> There are 224 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, 30 Mar 2023 14:25:33 +0000.
> Anything received after that time might be too late.
>
Build results:
total: 155 pass: 155 fail: 0
Qemu test results:
total: 519 pass: 519 fail: 0
Tested-by: Guenter Roeck <[email protected]>
Guenter