This is the start of the stable review cycle for the 4.19.239 release.
There are 32 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, 20 Apr 2022 12:11:14 +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/v4.x/stable-review/patch-4.19.239-r…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 4.19.239-rc1
Martin Povišer <povik+lin(a)cutebit.org>
i2c: pasemi: Wait for write xfers to finish
Nadav Amit <namit(a)vmware.com>
smp: Fix offline cpu check in flush_smp_call_function_queue()
Nathan Chancellor <nathan(a)kernel.org>
ARM: davinci: da850-evm: Avoid NULL pointer dereference
Nicolas Dichtel <nicolas.dichtel(a)6wind.com>
ipv6: fix panic when forwarding a pkt with no in6 dev
Fabio M. De Francesco <fmdefrancesco(a)gmail.com>
ALSA: pcm: Test for "silence" field in struct "pcm_format_data"
Tim Crawford <tcrawford(a)system76.com>
ALSA: hda/realtek: Add quirk for Clevo PD50PNT
Jason A. Donenfeld <Jason(a)zx2c4.com>
gcc-plugins: latent_entropy: use /dev/urandom
Oliver Upton <oupton(a)google.com>
KVM: Don't create VM debugfs files outside of the VM directory
Patrick Wang <patrick.wang.shcn(a)gmail.com>
mm: kmemleak: take a full lowmem check in kmemleak_*_phys()
Juergen Gross <jgross(a)suse.com>
mm, page_alloc: fix build_zonerefs_node()
Duoming Zhou <duoming(a)zju.edu.cn>
drivers: net: slip: fix NPD bug in sl_tx_timeout()
Alexey Galakhov <agalakhov(a)gmail.com>
scsi: mvsas: Add PCI ID of RocketRaid 2640
Roman Li <Roman.Li(a)amd.com>
drm/amd/display: Fix allocate_mst_payload assert on resume
Joey Gouly <joey.gouly(a)arm.com>
arm64: alternatives: mark patch_alternative() as `noinstr`
Leo Ruan <tingquan.ruan(a)cn.bosch.com>
gpu: ipu-v3: Fix dev_dbg frequency output
Christian Lamparter <chunkeey(a)gmail.com>
ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs
Randy Dunlap <rdunlap(a)infradead.org>
net: micrel: fix KS8851_MLL Kconfig
Tyrel Datwyler <tyreld(a)linux.ibm.com>
scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024
Xiaoguang Wang <xiaoguang.wang(a)linux.alibaba.com>
scsi: target: tcmu: Fix possible page UAF
Michael Kelley <mikelley(a)microsoft.com>
Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer
QintaoShen <unSimple1993(a)163.com>
drm/amdkfd: Check for potential null return of kmalloc_array()
Aurabindo Pillai <aurabindo.pillai(a)amd.com>
drm/amd: Add USBC connector ID
Harshit Mogalapalli <harshit.m.mogalapalli(a)oracle.com>
cifs: potential buffer overflow in handling symlinks
Lin Ma <linma(a)zju.edu.cn>
nfc: nci: add flush_workqueue to prevent uaf
Athira Rajeev <atrajeev(a)linux.vnet.ibm.com>
testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu set
Petr Malat <oss(a)malat.biz>
sctp: Initialize daddr on peeled off socket
Dinh Nguyen <dinguyen(a)kernel.org>
net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link
Vadim Pasternak <vadimp(a)nvidia.com>
mlxsw: i2c: Fix initialization error flow
Linus Torvalds <torvalds(a)linux-foundation.org>
gpiolib: acpi: use correct format characters
Guillaume Nault <gnault(a)redhat.com>
veth: Ensure eth header is in skb's linear part
Vlad Buslov <vladbu(a)nvidia.com>
net/sched: flower: fix parsing of ethertype following VLAN header
Miaoqian Lin <linmq006(a)gmail.com>
memory: atmel-ebi: Fix missing of_node_put in atmel_ebi_probe
-------------
Diffstat:
Makefile | 4 +-
arch/arm/mach-davinci/board-da850-evm.c | 4 +-
arch/arm64/kernel/alternative.c | 6 +--
drivers/ata/libata-core.c | 3 ++
drivers/gpio/gpiolib-acpi.c | 4 +-
drivers/gpu/drm/amd/amdgpu/ObjectID.h | 1 +
drivers/gpu/drm/amd/amdkfd/kfd_events.c | 2 +
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 +-
drivers/gpu/ipu-v3/ipu-di.c | 5 ++-
drivers/hv/ring_buffer.c | 11 +++++-
drivers/i2c/busses/i2c-pasemi.c | 6 +++
drivers/memory/atmel-ebi.c | 23 ++++++++---
drivers/net/ethernet/mellanox/mlxsw/i2c.c | 1 +
drivers/net/ethernet/micrel/Kconfig | 1 +
drivers/net/ethernet/stmicro/stmmac/altr_tse_pcs.c | 8 ----
drivers/net/ethernet/stmicro/stmmac/altr_tse_pcs.h | 4 ++
.../net/ethernet/stmicro/stmmac/dwmac-socfpga.c | 13 +++----
drivers/net/slip/slip.c | 2 +-
drivers/net/veth.c | 2 +-
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 2 +-
drivers/scsi/mvsas/mv_init.c | 1 +
drivers/target/target_core_user.c | 3 +-
fs/cifs/link.c | 3 ++
include/net/flow_dissector.h | 2 +
kernel/smp.c | 2 +-
mm/kmemleak.c | 8 ++--
mm/page_alloc.c | 2 +-
net/core/flow_dissector.c | 1 +
net/ipv6/ip6_output.c | 2 +-
net/nfc/nci/core.c | 4 ++
net/sched/cls_flower.c | 18 ++++++---
net/sctp/socket.c | 2 +-
scripts/gcc-plugins/latent_entropy_plugin.c | 44 +++++++++++++---------
sound/core/pcm_misc.c | 2 +-
sound/pci/hda/patch_realtek.c | 1 +
tools/testing/selftests/mqueue/mq_perf_tests.c | 25 ++++++++----
virt/kvm/kvm_main.c | 8 +++-
37 files changed, 155 insertions(+), 78 deletions(-)
Dear Sir or Madam who may concerned,
Greetings to you,
This is Jocelyn from CENTURIAL MED in China. We produce silicone foley
catheter and anesthesia mask more than 10 years.
Our silicone foley catheter and anesthesia mask with high quality and
competitive price is selling well. If you are interested in these
products, please contact me at any time.
Thanks and best regards,
Jocelyn Lee (marketing representative)
Zhongshan Centurial Medical Technology Co.,Ltd
A2-04, 2nd Floor, No.1 Hongtu Street, Hongji Road, Shiqi District,
528400, Zhongshan City, Guangdong Province, China.
Mob./Wechat/Whatsapp: +86 15992999764
[1]www.centurial.com.cn
References
1. http://www.centurial.com.cn/
Hello,
It's been long time since we've had the opportunity to serve you. Hope
everthing goes well.
Please feel free to email me for any inquiries on new producs or
company updates. I hope to work with you in near future again. Thank
you!
Best Regards
Joy