From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
stable@vger.kernel.org, torvalds@linux-foundation.org,
akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org,
patches@kernelci.org, lkft-triage@lists.linaro.org,
pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com,
sudipm.mukherjee@gmail.com, slade@sladewatkins.com
Subject: [PATCH 5.10 00/80] 5.10.103-rc1 review
Date: Mon, 28 Feb 2022 18:23:41 +0100 [thread overview]
Message-ID: <20220228172311.789892158@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 5.10.103 release.
There are 80 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, 02 Mar 2022 17:20:16 +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.103-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@linuxfoundation.org>
Linux 5.10.103-rc1
Miaohe Lin <linmiaohe@huawei.com>
memblock: use kfree() to release kmalloced memblock regions
Marc Zyngier <maz@kernel.org>
gpio: tegra186: Fix chip_data type confusion
daniel.starke@siemens.com <daniel.starke@siemens.com>
tty: n_gsm: fix deadlock in gsmtty_open()
daniel.starke@siemens.com <daniel.starke@siemens.com>
tty: n_gsm: fix wrong tty control line for flow control
daniel.starke@siemens.com <daniel.starke@siemens.com>
tty: n_gsm: fix NULL pointer access due to DLCI release
daniel.starke@siemens.com <daniel.starke@siemens.com>
tty: n_gsm: fix proper link termination after failed open
daniel.starke@siemens.com <daniel.starke@siemens.com>
tty: n_gsm: fix encoding of control signal octet bit DV
Changbin Du <changbin.du@intel.com>
riscv: fix oops caused by irqsoff latency tracer
Chuansheng Liu <chuansheng.liu@intel.com>
thermal: int340x: fix memory leak in int3400_notify()
Jason Gunthorpe <jgg@ziepe.ca>
RDMA/cma: Do not change route.addr.src_addr outside state checks
Mårten Lindahl <marten.lindahl@axis.com>
driver core: Free DMA range map when device is released
Hongyu Xie <xiehongyu1@kylinos.cn>
xhci: Prevent futile URB re-submissions due to incorrect return value.
Puma Hsu <pumahsu@google.com>
xhci: re-initialize the HC during resume if HCE was set
Sebastian Andrzej Siewior <bigeasy@linutronix.de>
usb: dwc3: gadget: Let the interrupt handler disable bottom halves.
Hans de Goede <hdegoede@redhat.com>
usb: dwc3: pci: Fix Bay Trail phy GPIO mappings
Fabrice Gasnier <fabrice.gasnier@foss.st.com>
usb: dwc2: drd: fix soft connect when gadget is unconfigured
Daniele Palmas <dnlplm@gmail.com>
USB: serial: option: add Telit LE910R1 compositions
Slark Xiao <slark_xiao@163.com>
USB: serial: option: add support for DW5829e
Steven Rostedt (Google) <rostedt@goodmis.org>
tracefs: Set the group ownership in apply_options() not parse_options()
Szymon Heidrich <szymon.heidrich@gmail.com>
USB: gadget: validate endpoint index for xilinx udc
Daehwan Jung <dh10.jung@samsung.com>
usb: gadget: rndis: add spinlock for rndis response list
Dmytro Bagrii <dimich.dmb@gmail.com>
Revert "USB: serial: ch341: add new Product ID for CH341A"
Sergey Shtylyov <s.shtylyov@omp.ru>
ata: pata_hpt37x: disable primary channel on HPT371
Phil Elwell <phil@raspberrypi.com>
sc16is7xx: Fix for incorrect data being transmitted
Miaoqian Lin <linmq006@gmail.com>
iio: Fix error handling for PM
Lorenzo Bianconi <lorenzo@kernel.org>
iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot
Cosmin Tanislav <demonsingur@gmail.com>
iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits
Christophe JAILLET <christophe.jaillet@wanadoo.fr>
iio: adc: men_z188_adc: Fix a resource leak in an error handling path
Steven Rostedt (Google) <rostedt@goodmis.org>
tracing: Have traceon and traceoff trigger honor the instance
Bart Van Assche <bvanassche@acm.org>
RDMA/ib_srp: Fix a deadlock
ChenXiaoSong <chenxiaosong2@huawei.com>
configfs: fix a race in configfs_{,un}register_subsystem()
Md Haris Iqbal <haris.iqbal@ionos.com>
RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close
Guoqing Jiang <guoqing.jiang@cloud.ionos.com>
RDMA/rtrs-clt: Kill wait_for_inflight_permits
Md Haris Iqbal <haris.iqbal@ionos.com>
RDMA/rtrs-clt: Fix possible double free in error case
Prasad Kumpatla <quic_pkumpatl@quicinc.com>
regmap-irq: Update interrupt clear register for proper reset
Zhou Qingyang <zhou1615@umn.edu>
spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op()
Tariq Toukan <tariqt@nvidia.com>
net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets
Ariel Levkovich <lariel@nvidia.com>
net/mlx5: Fix wrong limitation of metadata match on ecpf
Maor Gottlieb <maorg@nvidia.com>
net/mlx5: Fix possible deadlock on rule deletion
Dan Carpenter <dan.carpenter@oracle.com>
udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()
Hans de Goede <hdegoede@redhat.com>
surface: surface3_power: Fix battery readings on batteries without a serial number
Fabio M. De Francesco <fmdefrancesco@gmail.com>
net/smc: Use a mutex for locking "struct smc_pnettable"
Florian Westphal <fw@strlen.de>
netfilter: nf_tables: fix memory leak during stateful obj update
Christophe JAILLET <christophe.jaillet@wanadoo.fr>
nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()
Christophe Leroy <christophe.leroy@csgroup.eu>
net: Force inlining of checksum functions in net/checksum.h
Xiaoke Wang <xkernel.wang@foxmail.com>
net: ll_temac: check the return value of devm_kmalloc()
Paul Blakey <paulb@nvidia.com>
net/sched: act_ct: Fix flow table lookup after ct clear or switching zones
Gal Pressman <gal@nvidia.com>
net/mlx5e: Fix wrong return value on ioctl EEPROM query failure
Maxime Ripard <maxime@cerno.tech>
drm/edid: Always set RGB444
Paul Blakey <paulb@nvidia.com>
openvswitch: Fix setting ipv6 fields causing hw csum failure
Tao Liu <thomas.liu@ucloud.cn>
gso: do not skip outer ip header in case of ipip and net_failover
Dan Carpenter <dan.carpenter@oracle.com>
tipc: Fix end of loop tests for list_for_each_entry()
Eric Dumazet <edumazet@google.com>
net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends
Eric Dumazet <edumazet@google.com>
io_uring: add a schedule point in io_add_buffers()
Eric Dumazet <edumazet@google.com>
bpf: Add schedule points in batch ops
Felix Maurer <fmaurer@redhat.com>
selftests: bpf: Check bpf_msg_push_data return value
Felix Maurer <fmaurer@redhat.com>
bpf: Do not try bpf_msg_push_data with len 0
Guenter Roeck <linux@roeck-us.net>
hwmon: Handle failure to register sensor with thermal zone correctly
Somnath Kotur <somnath.kotur@broadcom.com>
bnxt_en: Fix active FEC reporting to ethtool
Manish Chopra <manishc@marvell.com>
bnx2x: fix driver load from initrd
Alexey Bayduraev <alexey.v.bayduraev@linux.intel.com>
perf data: Fix double free in perf_session__delete()
Xin Long <lucien.xin@gmail.com>
ping: remove pr_err from ping_lookup
Jens Wiklander <jens.wiklander@linaro.org>
optee: use driver internal tee_context for some rpc
Jens Wiklander <jens.wiklander@linaro.org>
tee: export teedev_open() and teedev_close_context()
Brian Geffon <bgeffon@google.com>
x86/fpu: Correct pkru/xstate inconsistency
Pablo Neira Ayuso <pablo@netfilter.org>
netfilter: nf_tables_offload: incorrect flow offload action array size
Oliver Neukum <oneukum@suse.com>
CDC-NCM: avoid overflow in sanity checking
Oliver Neukum <oneukum@suse.com>
USB: zaurus: support another broken Zaurus
Oliver Neukum <oneukum@suse.com>
sr9700: sanity check for packet length
Ville Syrjälä <ville.syrjala@linux.intel.com>
drm/i915: Correctly populate use_sagv_wm for all pipes
Qiang Yu <qiang.yu@amd.com>
drm/amdgpu: check vm ready by amdgpu_vm->evicting flag
Evan Quan <evan.quan@amd.com>
drm/amdgpu: disable MMHUB PG for Picasso
Liang Zhang <zhangliang5@huawei.com>
KVM: x86/mmu: make apf token non-zero to fix bug
Helge Deller <deller@gmx.de>
parisc/unaligned: Fix ldw() and stw() unalignment handlers
Helge Deller <deller@gmx.de>
parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel
Stefano Garzarella <sgarzare@redhat.com>
vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
Siarhei Volkau <lis8215@gmail.com>
clk: jz4725b: fix mmc0 clock gating
Su Yue <l@damenly.su>
btrfs: tree-checker: check item_size for dev_item
Su Yue <l@damenly.su>
btrfs: tree-checker: check item_size for inode_item
Zhang Qiao <zhangqiao22@huawei.com>
cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
-------------
Diffstat:
Makefile | 4 +-
arch/parisc/kernel/unaligned.c | 14 +++---
arch/riscv/kernel/Makefile | 2 +
arch/riscv/kernel/entry.S | 10 ++--
arch/riscv/kernel/trace_irq.c | 27 +++++++++++
arch/riscv/kernel/trace_irq.h | 11 +++++
arch/x86/include/asm/fpu/internal.h | 13 +++--
arch/x86/kernel/process_32.c | 6 +--
arch/x86/kernel/process_64.c | 6 +--
arch/x86/kvm/mmu/mmu.c | 13 ++++-
drivers/ata/pata_hpt37x.c | 14 ++++++
drivers/base/dd.c | 5 ++
drivers/base/regmap/regmap-irq.c | 20 +++-----
drivers/clk/ingenic/jz4725b-cgu.c | 3 +-
drivers/gpio/gpio-tegra186.c | 14 ++++--
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 9 +++-
drivers/gpu/drm/amd/amdgpu/soc15.c | 5 +-
drivers/gpu/drm/drm_edid.c | 2 +-
drivers/gpu/drm/i915/intel_pm.c | 22 ++++-----
drivers/hwmon/hwmon.c | 14 +++---
drivers/iio/accel/bmc150-accel-core.c | 5 +-
drivers/iio/accel/kxcjk-1013.c | 5 +-
drivers/iio/accel/mma9551.c | 5 +-
drivers/iio/accel/mma9553.c | 5 +-
drivers/iio/adc/ad7124.c | 2 +-
drivers/iio/adc/men_z188_adc.c | 9 +++-
drivers/iio/gyro/bmg160_core.c | 5 +-
drivers/iio/imu/kmx61.c | 5 +-
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 6 ++-
drivers/iio/magnetometer/bmc150_magn.c | 5 +-
drivers/infiniband/core/cma.c | 40 +++++++++-------
drivers/infiniband/ulp/rtrs/rtrs-clt.c | 56 +++++++++++-----------
drivers/infiniband/ulp/srp/ib_srp.c | 6 ++-
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 3 ++
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 3 ++
.../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 3 +-
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 4 --
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 2 +
.../ethernet/netronome/nfp/flower/tunnel_conf.c | 4 +-
drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +
drivers/net/usb/cdc_ether.c | 12 +++++
drivers/net/usb/cdc_ncm.c | 8 ++--
drivers/net/usb/sr9700.c | 2 +-
drivers/net/usb/zaurus.c | 12 +++++
drivers/platform/x86/surface3_power.c | 13 +++--
drivers/spi/spi-zynq-qspi.c | 3 ++
drivers/tee/optee/core.c | 8 ++++
drivers/tee/optee/optee_private.h | 2 +
drivers/tee/optee/rpc.c | 8 ++--
drivers/tee/tee_core.c | 6 ++-
.../intel/int340x_thermal/int3400_thermal.c | 4 ++
drivers/tty/n_gsm.c | 22 ++++++---
drivers/tty/serial/sc16is7xx.c | 3 ++
drivers/usb/dwc2/core.h | 2 +
drivers/usb/dwc2/drd.c | 6 ++-
drivers/usb/dwc3/dwc3-pci.c | 4 +-
drivers/usb/dwc3/gadget.c | 2 +
drivers/usb/gadget/function/rndis.c | 8 ++++
drivers/usb/gadget/function/rndis.h | 1 +
drivers/usb/gadget/udc/udc-xilinx.c | 6 +++
drivers/usb/host/xhci.c | 28 +++++++----
drivers/usb/serial/ch341.c | 1 -
drivers/usb/serial/option.c | 12 +++++
drivers/vhost/vsock.c | 21 +++++---
fs/btrfs/tree-checker.c | 15 ++++++
fs/configfs/dir.c | 14 ++++++
fs/io_uring.c | 1 +
fs/tracefs/inode.c | 5 +-
include/linux/tee_drv.h | 14 ++++++
include/net/checksum.h | 48 +++++++++++--------
include/net/netfilter/nf_tables.h | 2 +-
include/net/netfilter/nf_tables_offload.h | 2 -
kernel/bpf/syscall.c | 3 ++
kernel/cgroup/cpuset.c | 2 +
kernel/trace/trace_events_trigger.c | 52 +++++++++++++++++---
mm/memblock.c | 10 +++-
net/core/filter.c | 3 ++
net/core/skbuff.c | 4 +-
net/ipv4/af_inet.c | 5 +-
net/ipv4/ping.c | 1 -
net/ipv4/udp_tunnel_nic.c | 2 +-
net/ipv6/ip6_offload.c | 2 +
net/netfilter/nf_tables_api.c | 13 +++--
net/netfilter/nf_tables_offload.c | 3 +-
net/netfilter/nft_dup_netdev.c | 6 +++
net/netfilter/nft_fwd_netdev.c | 6 +++
net/netfilter/nft_immediate.c | 12 ++++-
net/openvswitch/actions.c | 46 ++++++++++++++----
net/sched/act_ct.c | 5 --
net/smc/smc_pnet.c | 42 ++++++++--------
net/smc/smc_pnet.h | 2 +-
net/tipc/name_table.c | 2 +-
net/tipc/socket.c | 2 +-
tools/perf/util/data.c | 7 ++-
.../selftests/bpf/progs/test_sockmap_kern.h | 26 ++++++----
96 files changed, 672 insertions(+), 270 deletions(-)
next reply other threads:[~2022-02-28 17:40 UTC|newest]
Thread overview: 89+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-28 17:23 Greg Kroah-Hartman [this message]
2022-02-28 17:23 ` [PATCH 5.10 01/80] cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 02/80] btrfs: tree-checker: check item_size for inode_item Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 03/80] btrfs: tree-checker: check item_size for dev_item Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 04/80] clk: jz4725b: fix mmc0 clock gating Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 05/80] vhost/vsock: dont check owner in vhost_vsock_stop() while releasing Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 06/80] parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 07/80] parisc/unaligned: Fix ldw() and stw() unalignment handlers Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 08/80] KVM: x86/mmu: make apf token non-zero to fix bug Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 09/80] drm/amdgpu: disable MMHUB PG for Picasso Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 10/80] drm/amdgpu: check vm ready by amdgpu_vm->evicting flag Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 11/80] drm/i915: Correctly populate use_sagv_wm for all pipes Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 12/80] sr9700: sanity check for packet length Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 13/80] USB: zaurus: support another broken Zaurus Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 14/80] CDC-NCM: avoid overflow in sanity checking Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 15/80] netfilter: nf_tables_offload: incorrect flow offload action array size Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 16/80] x86/fpu: Correct pkru/xstate inconsistency Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 17/80] tee: export teedev_open() and teedev_close_context() Greg Kroah-Hartman
2022-02-28 17:23 ` [PATCH 5.10 18/80] optee: use driver internal tee_context for some rpc Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 19/80] ping: remove pr_err from ping_lookup Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 20/80] perf data: Fix double free in perf_session__delete() Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 21/80] bnx2x: fix driver load from initrd Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 22/80] bnxt_en: Fix active FEC reporting to ethtool Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 23/80] hwmon: Handle failure to register sensor with thermal zone correctly Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 24/80] bpf: Do not try bpf_msg_push_data with len 0 Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 25/80] selftests: bpf: Check bpf_msg_push_data return value Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 26/80] bpf: Add schedule points in batch ops Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 27/80] io_uring: add a schedule point in io_add_buffers() Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 28/80] net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 29/80] tipc: Fix end of loop tests for list_for_each_entry() Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 30/80] gso: do not skip outer ip header in case of ipip and net_failover Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 31/80] openvswitch: Fix setting ipv6 fields causing hw csum failure Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 32/80] drm/edid: Always set RGB444 Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 33/80] net/mlx5e: Fix wrong return value on ioctl EEPROM query failure Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 34/80] net/sched: act_ct: Fix flow table lookup after ct clear or switching zones Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 35/80] net: ll_temac: check the return value of devm_kmalloc() Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 36/80] net: Force inlining of checksum functions in net/checksum.h Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 37/80] nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac() Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 38/80] netfilter: nf_tables: fix memory leak during stateful obj update Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 39/80] net/smc: Use a mutex for locking "struct smc_pnettable" Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 40/80] surface: surface3_power: Fix battery readings on batteries without a serial number Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 41/80] udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister() Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 42/80] net/mlx5: Fix possible deadlock on rule deletion Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 43/80] net/mlx5: Fix wrong limitation of metadata match on ecpf Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 44/80] net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 45/80] spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op() Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 46/80] regmap-irq: Update interrupt clear register for proper reset Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 47/80] RDMA/rtrs-clt: Fix possible double free in error case Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 48/80] RDMA/rtrs-clt: Kill wait_for_inflight_permits Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 49/80] RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 50/80] configfs: fix a race in configfs_{,un}register_subsystem() Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 51/80] RDMA/ib_srp: Fix a deadlock Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 52/80] tracing: Have traceon and traceoff trigger honor the instance Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 53/80] iio: adc: men_z188_adc: Fix a resource leak in an error handling path Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 54/80] iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 55/80] iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 56/80] iio: Fix error handling for PM Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 57/80] sc16is7xx: Fix for incorrect data being transmitted Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 58/80] ata: pata_hpt37x: disable primary channel on HPT371 Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 59/80] Revert "USB: serial: ch341: add new Product ID for CH341A" Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 60/80] usb: gadget: rndis: add spinlock for rndis response list Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 61/80] USB: gadget: validate endpoint index for xilinx udc Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 62/80] tracefs: Set the group ownership in apply_options() not parse_options() Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 63/80] USB: serial: option: add support for DW5829e Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 64/80] USB: serial: option: add Telit LE910R1 compositions Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 65/80] usb: dwc2: drd: fix soft connect when gadget is unconfigured Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 66/80] usb: dwc3: pci: Fix Bay Trail phy GPIO mappings Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 67/80] usb: dwc3: gadget: Let the interrupt handler disable bottom halves Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 68/80] xhci: re-initialize the HC during resume if HCE was set Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 69/80] xhci: Prevent futile URB re-submissions due to incorrect return value Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 70/80] driver core: Free DMA range map when device is released Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 71/80] RDMA/cma: Do not change route.addr.src_addr outside state checks Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 72/80] thermal: int340x: fix memory leak in int3400_notify() Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 73/80] riscv: fix oops caused by irqsoff latency tracer Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 74/80] tty: n_gsm: fix encoding of control signal octet bit DV Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 75/80] tty: n_gsm: fix proper link termination after failed open Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 76/80] tty: n_gsm: fix NULL pointer access due to DLCI release Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 77/80] tty: n_gsm: fix wrong tty control line for flow control Greg Kroah-Hartman
2022-02-28 17:24 ` [PATCH 5.10 78/80] tty: n_gsm: fix deadlock in gsmtty_open() Greg Kroah-Hartman
2022-02-28 17:25 ` [PATCH 5.10 79/80] gpio: tegra186: Fix chip_data type confusion Greg Kroah-Hartman
2022-02-28 17:25 ` [PATCH 5.10 80/80] memblock: use kfree() to release kmalloced memblock regions Greg Kroah-Hartman
2022-02-28 21:21 ` [PATCH 5.10 00/80] 5.10.103-rc1 review Pavel Machek
2022-02-28 21:39 ` Shuah Khan
2022-02-28 23:29 ` Florian Fainelli
2022-03-01 9:38 ` Bagas Sanjaya
2022-03-01 9:57 ` Naresh Kamboju
2022-03-01 11:36 ` Sudip Mukherjee
2022-03-01 19:14 ` Guenter Roeck
2022-03-02 7:04 ` Slade Watkins
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220228172311.789892158@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=f.fainelli@gmail.com \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=pavel@denx.de \
--cc=shuah@kernel.org \
--cc=slade@sladewatkins.com \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox