This is the start of the stable review cycle for the 5.4.170 release.
There are 36 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, 06 Jan 2022 07:38:29 +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.4.170-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.4.170-rc2
Adrian Hunter <adrian.hunter(a)intel.com>
perf script: Fix CPU filtering of a script's switch events
Muchun Song <songmuchun(a)bytedance.com>
net: fix use-after-free in tw_timer_handler
Leo L. Schwab <ewhac(a)ewhac.org>
Input: spaceball - fix parsing of movement data packets
Pavel Skripkin <paskripkin(a)gmail.com>
Input: appletouch - initialize work before device registration
Alexey Makhalov <amakhalov(a)vmware.com>
scsi: vmw_pvscsi: Set residual data length conditionally
Todd Kjos <tkjos(a)google.com>
binder: fix async_free_space accounting for empty parcels
Chunfeng Yun <chunfeng.yun(a)mediatek.com>
usb: mtu3: set interval of FS intr and isoc endpoint
Chunfeng Yun <chunfeng.yun(a)mediatek.com>
usb: mtu3: fix list_head check warning
Chunfeng Yun <chunfeng.yun(a)mediatek.com>
usb: mtu3: add memory barrier before set GPD's HWO
Vincent Pelletier <plr.vincent(a)gmail.com>
usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.
Mathias Nyman <mathias.nyman(a)linux.intel.com>
xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.
Dmitry V. Levin <ldv(a)altlinux.org>
uapi: fix linux/nfc.h userspace compilation errors
Krzysztof Kozlowski <krzysztof.kozlowski(a)canonical.com>
nfc: uapi: use kernel size_t to fix user-space builds
Pavel Skripkin <paskripkin(a)gmail.com>
i2c: validate user data in compat ioctl
Miaoqian Lin <linmq006(a)gmail.com>
fsl/fman: Fix missing put_device() call in fman_port_probe
Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
net/ncsi: check for error return from call to nla_put_u32
wujianguo <wujianguo(a)chinatelecom.cn>
selftests/net: udpgso_bench_tx: fix dst ip argument
Gal Pressman <gal(a)nvidia.com>
net/mlx5e: Fix wrong features assignment in case of error
Christophe JAILLET <christophe.jaillet(a)wanadoo.fr>
ionic: Initialize the 'lif->dbid_inuse' bitmap
Wei Yongjun <weiyongjun1(a)huawei.com>
NFC: st21nfca: Fix memory leak in device probe and remove
Aleksander Jan Bajkowski <olek2(a)wp.pl>
net: lantiq_xrx200: fix statistics of received bytes
Matthias-Christian Ott <ott(a)mirix.org>
net: usb: pegasus: Do not drop long Ethernet frames
Xin Long <lucien.xin(a)gmail.com>
sctp: use call_rcu to free endpoint
Coco Li <lixiaoyan(a)google.com>
selftests: Calculate udpgso segment count without header adjustment
Coco Li <lixiaoyan(a)google.com>
udp: using datalen to cap ipv6 udp max gso segments
Miaoqian Lin <linmq006(a)gmail.com>
net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resources
Dan Carpenter <dan.carpenter(a)oracle.com>
scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()
Tom Rix <trix(a)redhat.com>
selinux: initialize proto variable in selinux_ip_postroute_compat()
Heiko Carstens <hca(a)linux.ibm.com>
recordmcount.pl: fix typo in s390 mcount regex
Jackie Liu <liuyun01(a)kylinos.cn>
memblock: fix memblock_phys_alloc() section mismatch error
Wang Qing <wangqing(a)vivo.com>
platform/x86: apple-gmux: use resource_size() with res
Dmitry Vyukov <dvyukov(a)google.com>
tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok().
Samuel Čavoj <samuel(a)cavoj.net>
Input: i8042 - enable deferred probe quirk for ASUS UM325UA
Takashi Iwai <tiwai(a)suse.de>
Input: i8042 - add deferred probe support
Jens Wiklander <jens.wiklander(a)linaro.org>
tee: handle lookup of shm with reference count 0
Hans de Goede <hdegoede(a)redhat.com>
HID: asus: Add depends on USB_HID to HID_ASUS Kconfig option
-------------
Diffstat:
Documentation/admin-guide/kernel-parameters.txt | 2 +
Makefile | 4 +-
drivers/android/binder_alloc.c | 2 +-
drivers/hid/Kconfig | 1 +
drivers/i2c/i2c-dev.c | 3 +
drivers/input/joystick/spaceball.c | 11 +-
drivers/input/mouse/appletouch.c | 4 +-
drivers/input/serio/i8042-x86ia64io.h | 21 +++
drivers/input/serio/i8042.c | 54 ++++---
drivers/net/ethernet/freescale/fman/fman_port.c | 12 +-
drivers/net/ethernet/lantiq_xrx200.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 11 +-
.../mellanox/mlx5/core/steering/dr_domain.c | 5 +-
drivers/net/ethernet/pensando/ionic/ionic_lif.c | 2 +-
drivers/net/usb/pegasus.c | 4 +-
drivers/nfc/st21nfca/i2c.c | 29 ++--
drivers/platform/x86/apple-gmux.c | 2 +-
drivers/scsi/lpfc/lpfc_debugfs.c | 4 +-
drivers/scsi/vmw_pvscsi.c | 7 +-
drivers/tee/tee_shm.c | 177 ++++++++-------------
drivers/usb/gadget/function/f_fs.c | 9 +-
drivers/usb/host/xhci-pci.c | 5 +-
drivers/usb/mtu3/mtu3_gadget.c | 8 +
drivers/usb/mtu3/mtu3_qmu.c | 7 +-
include/linux/memblock.h | 4 +-
include/linux/tee_drv.h | 4 +-
include/net/sctp/sctp.h | 6 +-
include/net/sctp/structs.h | 3 +-
include/uapi/linux/nfc.h | 6 +-
net/ipv4/af_inet.c | 10 +-
net/ipv6/udp.c | 2 +-
net/ncsi/ncsi-netlink.c | 6 +-
net/sctp/diag.c | 12 +-
net/sctp/endpointola.c | 23 ++-
net/sctp/socket.c | 23 ++-
scripts/recordmcount.pl | 2 +-
security/selinux/hooks.c | 2 +-
security/tomoyo/util.c | 14 +-
tools/perf/builtin-script.c | 2 +-
tools/testing/selftests/net/udpgso.c | 12 +-
tools/testing/selftests/net/udpgso_bench_tx.c | 8 +-
41 files changed, 295 insertions(+), 230 deletions(-)
Hello my dear,
I sent this mail praying it will get to you in a good condition of
health, since I myself are in a very critical health condition in
which I sleep every night without knowing if I may be alive to see the
next day. I bring peace and love to you. It is by the grace of God, I
had no choice than to do what is lawful and right in the sight of God
for eternal life and in the sight of man, for witness of God’s mercy
and glory upon my life. I am Mrs. Dina. Howley Mckenna, a widow. I am
suffering from a long time brain tumor, It has defiled all forms of
medical treatment, and right now I have about a few months to leave,
according to medical experts. The situation has gotten complicated
recently with my inability to hear proper, am communicating with you
with the help of the chief nurse herein the hospital, from all
indication my conditions is really deteriorating and it is quite
obvious that, according to my doctors they have advised me that I may
not live too long, Because this illness has gotten to a very bad
stage. I plead that you will not expose or betray this trust and
confidence that I am about to repose on you for the mutual benefit of
the orphans and the less privilege. I have some funds I inherited from
my late husband, the sum of ($ 11,000,000.00, Eleven Million Dollars).
Having known my condition, I decided to donate this fund to you
believing that you will utilize it the way i am going to instruct
herein. I need you to assist me and reclaim this money and use it for
Charity works therein your country for orphanages and gives justice
and help to the poor, needy and widows says The Lord." Jeremiah
22:15-16.“ and also build schools for less privilege that will be
named after my late husband if possible and to promote the word of God
and the effort that the house of God is maintained. I do not want a
situation where this money will be used in an ungodly manner. That's
why I'm taking this decision. I'm not afraid of death, so I know where
I'm going. I accept this decision because I do not have any child who
will inherit this money after I die.. Please I want your sincerely and
urgent answer to know if you will be able to execute this project for
the glory of God, and I will give you more information on how the fund
will be transferred to your bank account. May the grace, peace, love
and the truth in the Word of God be with you and all those that you
love and care for.
I'm waiting for your immediate reply..
May God Bless you,
Mrs. Dina. Howley Mckenna.
This is the start of the stable review cycle for the 5.10.89 release.
There are 76 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Wed, 29 Dec 2021 15:13:09 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.10.89-rc…
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(a)linuxfoundation.org>
Linux 5.10.89-rc1
Rémi Denis-Courmont <remi(a)remlab.net>
phonet/pep: refuse to enable an unbound pipe
Lin Ma <linma(a)zju.edu.cn>
hamradio: improve the incomplete fix to avoid NPD
Lin Ma <linma(a)zju.edu.cn>
hamradio: defer ax25 kfree after unregister_netdev
Lin Ma <linma(a)zju.edu.cn>
ax25: NPD bug when detaching AX25 device
Guenter Roeck <linux(a)roeck-us.net>
hwmon: (lm90) Do not report 'busy' status bit as alarm
Guenter Roeck <linux(a)roeck-us.net>
hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681
Guodong Liu <guodong.liu(a)mediatek.corp-partner.google.com>
pinctrl: mediatek: fix global-out-of-bounds issue
Derek Fang <derek.fang(a)realtek.com>
ASoC: rt5682: fix the wrong jack type detected
Martin Povišer <povik(a)protonmail.com>
ASoC: tas2770: Fix setting of high sample rates
Hans de Goede <hdegoede(a)redhat.com>
Input: goodix - add id->model mapping for the "9111" model
Samuel Čavoj <samuel(a)cavoj.net>
Input: i8042 - enable deferred probe quirk for ASUS UM325UA
Johnny Chuang <johnny.chuang.emc(a)gmail.com>
Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312
Andrey Ryabinin <arbn(a)yandex-team.com>
mm: mempolicy: fix THP allocations escaping mempolicy restrictions
Sean Christopherson <seanjc(a)google.com>
KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_state
Marian Postevca <posteuca(a)mutex.one>
usb: gadget: u_ether: fix race in setting MAC address in setup phase
Christian Brauner <christian.brauner(a)ubuntu.com>
ceph: fix up non-directory creation in SGID directories
Chao Yu <chao(a)kernel.org>
f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()
Sumit Garg <sumit.garg(a)linaro.org>
tee: optee: Fix incorrect page free bug
Liu Shixin <liushixin2(a)huawei.com>
mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()
Johannes Berg <johannes.berg(a)intel.com>
mac80211: fix locking in ieee80211_start_ap error path
Ard Biesheuvel <ardb(a)kernel.org>
ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling
Yann Gautier <yann.gautier(a)foss.st.com>
mmc: mmci: stm32: clear DLYB_CR after sending tuning command
Ulf Hansson <ulf.hansson(a)linaro.org>
mmc: core: Disable card detect during shutdown
Martin Blumenstingl <martin.blumenstingl(a)googlemail.com>
mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commands
Prathamesh Shete <pshete(a)nvidia.com>
mmc: sdhci-tegra: Fix switch to HS400ES mode
Noralf Trønnes <noralf(a)tronnes.org>
gpio: dln2: Fix interrupts when replugging the device
Fabien Dessenne <fabien.dessenne(a)foss.st.com>
pinctrl: stm32: consider the GPIO offset to expose all the GPIO lines
Sean Christopherson <seanjc(a)google.com>
KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
Johan Hovold <johan(a)kernel.org>
platform/x86: intel_pmc_core: fix memleak on registration failure
Andrew Cooper <andrew.cooper3(a)citrix.com>
x86/pkey: Fix undefined behaviour with PKRU_WD_BIT
Jens Wiklander <jens.wiklander(a)linaro.org>
tee: handle lookup of shm with reference count 0
John David Anglin <dave.anglin(a)bell.net>
parisc: Fix mask used to select futex spinlock
John David Anglin <dave.anglin(a)bell.net>
parisc: Correct completer in lws start
Thadeu Lima de Souza Cascardo <cascardo(a)canonical.com>
ipmi: fix initialization when workqueue allocation fails
Mian Yousaf Kaukab <ykaukab(a)suse.de>
ipmi: ssif: initialize ssif_info->client early
Thadeu Lima de Souza Cascardo <cascardo(a)canonical.com>
ipmi: bail out if init_srcu_struct fails
José Expósito <jose.exposito89(a)gmail.com>
Input: atmel_mxt_ts - fix double free in mxt_read_info_block
Martin Blumenstingl <martin.blumenstingl(a)googlemail.com>
ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2s
Werner Sembach <wse(a)tuxedocomputers.com>
ALSA: hda/realtek: Fix quirk for Clevo NJ51CU
Bradley Scott <bscott(a)teksavvy.com>
ALSA: hda/realtek: Add new alc285-hp-amp-init model
Bradley Scott <Bradley.Scott(a)zebra.com>
ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6
Colin Ian King <colin.i.king(a)gmail.com>
ALSA: drivers: opl3: Fix incorrect use of vp->state
Xiaoke Wang <xkernel.wang(a)foxmail.com>
ALSA: jack: Check the return value of kstrdup()
Guenter Roeck <linux(a)roeck-us.net>
hwmon: (lm90) Drop critical attribute support for MAX6654
Guenter Roeck <linux(a)roeck-us.net>
hwmon: (lm90) Introduce flag indicating extended temperature support
Guenter Roeck <linux(a)roeck-us.net>
hwmon: (lm90) Add basic support for TI TMP461
Guenter Roeck <linux(a)roeck-us.net>
hwmon: (lm90) Fix usage of CONFIG2 register in detect function
Phil Elwell <phil(a)raspberrypi.com>
pinctrl: bcm2835: Change init order for gpio hogs
Andrea Righi <andrea.righi(a)canonical.com>
Input: elantech - fix stack out of bound access in elantech_change_report_id()
Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
sfc: falcon: Check null pointer of rx_queue->page_ring
Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
sfc: Check null pointer of rx_queue->page_ring
Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
net: ks8851: Check for error irq
Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
drivers: net: smc911x: Check for error irq
Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
fjes: Check for error irq
Fernando Fernandez Mancera <ffmancera(a)riseup.net>
bonding: fix ad_actor_system option setting to default
Wu Bo <wubo40(a)huawei.com>
ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
Heiner Kallweit <hkallweit1(a)gmail.com>
igb: fix deadlock caused by taking RTNL in RPM resume path
Willem de Bruijn <willemb(a)google.com>
net: skip virtio_net_hdr_set_proto if protocol already set
Willem de Bruijn <willemb(a)google.com>
net: accept UFOv6 packages in virtio_net_hdr_to_skb
Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
qlcnic: potential dereference null pointer of rx_queue->page_ring
Yevhen Orlov <yevhen.orlov(a)plvision.eu>
net: marvell: prestera: fix incorrect return of port_find
Martin Haaß <vvvrrooomm(a)gmail.com>
ARM: dts: imx6qdl-wandboard: Fix Ethernet support
Ignacy Gawędzki <ignacy.gawedzki(a)green-communications.fr>
netfilter: fix regression in looped (broad|multi)cast's MAC handling
Jiacheng Shi <billsjc(a)sjtu.edu.cn>
RDMA/hns: Replace kfree() with kvfree()
José Expósito <jose.exposito89(a)gmail.com>
IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()
Martin Blumenstingl <martin.blumenstingl(a)googlemail.com>
ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent()
Dongliang Mu <mudongliangabcd(a)gmail.com>
spi: change clk_disable_unprepare to clk_unprepare
Robert Marko <robert.marko(a)sartura.hr>
arm64: dts: allwinner: orangepi-zero-plus: fix PHY mode
Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
HID: potential dereference of null pointer
Benjamin Tissoires <benjamin.tissoires(a)redhat.com>
HID: holtek: fix mouse probing
Zhang Yi <yi.zhang(a)huawei.com>
ext4: check for inconsistent extents between index and leaf block
Zhang Yi <yi.zhang(a)huawei.com>
ext4: check for out-of-order index extents in ext4_valid_extent_entries()
Zhang Yi <yi.zhang(a)huawei.com>
ext4: prevent partial update of the extent blocks
Greg Jesionowski <jesionowskigreg(a)gmail.com>
net: usb: lan78xx: add Allied Telesis AT29M2-AF
Nick Desaulniers <ndesaulniers(a)google.com>
arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfd
Nick Desaulniers <ndesaulniers(a)google.com>
arm64: vdso32: drop -no-integrated-as flag
-------------
Diffstat:
Documentation/admin-guide/kernel-parameters.txt | 8 +-
Documentation/hwmon/lm90.rst | 10 ++
Documentation/networking/bonding.rst | 11 +-
Documentation/sound/hd-audio/models.rst | 2 +
Makefile | 4 +-
arch/arm/boot/dts/imx6qdl-wandboard.dtsi | 1 +
arch/arm/kernel/entry-armv.S | 8 +-
arch/arm64/Kconfig | 3 +-
.../dts/allwinner/sun50i-h5-orangepi-zero-plus.dts | 2 +-
arch/arm64/kernel/vdso32/Makefile | 25 +--
arch/parisc/include/asm/futex.h | 4 +-
arch/parisc/kernel/syscall.S | 2 +-
arch/x86/include/asm/pgtable.h | 4 +-
arch/x86/kvm/vmx/vmx.c | 3 +-
drivers/char/ipmi/ipmi_msghandler.c | 21 ++-
drivers/char/ipmi/ipmi_ssif.c | 7 +-
drivers/gpio/gpio-dln2.c | 19 ++-
drivers/hid/hid-holtek-mouse.c | 15 ++
drivers/hid/hid-vivaldi.c | 3 +
drivers/hwmon/Kconfig | 2 +-
drivers/hwmon/lm90.c | 171 +++++++++++++--------
drivers/infiniband/hw/hns/hns_roce_srq.c | 2 +-
drivers/infiniband/hw/qib/qib_user_sdma.c | 2 +-
drivers/input/mouse/elantech.c | 8 +-
drivers/input/serio/i8042-x86ia64io.h | 7 +
drivers/input/touchscreen/atmel_mxt_ts.c | 2 +-
drivers/input/touchscreen/elants_i2c.c | 46 +++++-
drivers/input/touchscreen/goodix.c | 1 +
drivers/mmc/core/core.c | 7 +-
drivers/mmc/core/core.h | 1 +
drivers/mmc/core/host.c | 9 ++
drivers/mmc/host/meson-mx-sdhc-mmc.c | 16 ++
drivers/mmc/host/mmci_stm32_sdmmc.c | 2 +
drivers/mmc/host/sdhci-tegra.c | 43 ++++--
drivers/net/bonding/bond_options.c | 2 +-
drivers/net/ethernet/intel/igb/igb_main.c | 19 ++-
.../net/ethernet/marvell/prestera/prestera_main.c | 16 +-
drivers/net/ethernet/micrel/ks8851_par.c | 2 +
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov.h | 2 +-
.../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c | 12 +-
.../net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c | 4 +-
drivers/net/ethernet/sfc/falcon/rx.c | 5 +-
drivers/net/ethernet/sfc/rx_common.c | 5 +-
drivers/net/ethernet/smsc/smc911x.c | 5 +
drivers/net/fjes/fjes_main.c | 5 +
drivers/net/hamradio/mkiss.c | 5 +-
drivers/net/usb/lan78xx.c | 6 +
drivers/pinctrl/bcm/pinctrl-bcm2835.c | 29 ++--
drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c | 8 +-
drivers/pinctrl/stm32/pinctrl-stm32.c | 8 +-
drivers/platform/x86/intel_pmc_core_pltdrv.c | 2 +-
drivers/spi/spi-armada-3700.c | 2 +-
drivers/tee/optee/shm_pool.c | 6 +-
drivers/tee/tee_shm.c | 171 ++++++++-------------
drivers/usb/gadget/function/u_ether.c | 15 +-
fs/ceph/file.c | 18 ++-
fs/ext4/extents.c | 93 +++++++----
fs/f2fs/xattr.c | 11 +-
include/linux/tee_drv.h | 4 +-
include/linux/virtio_net.h | 25 ++-
mm/memory-failure.c | 1 +
mm/mempolicy.c | 4 +-
net/ax25/af_ax25.c | 4 +-
net/mac80211/cfg.c | 3 +
net/netfilter/nfnetlink_log.c | 3 +-
net/netfilter/nfnetlink_queue.c | 3 +-
net/phonet/pep.c | 2 +
sound/core/jack.c | 4 +
sound/drivers/opl3/opl3_midi.c | 2 +-
sound/pci/hda/patch_realtek.c | 28 +++-
sound/soc/codecs/rt5682.c | 4 +
sound/soc/codecs/tas2770.c | 4 +-
sound/soc/meson/aiu-encoder-i2s.c | 33 ----
sound/soc/meson/aiu-fifo-i2s.c | 19 +++
sound/soc/meson/aiu-fifo.c | 6 +
75 files changed, 677 insertions(+), 394 deletions(-)
This is the start of the stable review cycle for the 4.4.298 release.
There are 11 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, 05 Jan 2022 14:20:40 +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.4.298-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.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.4.298-rc1
Muchun Song <songmuchun(a)bytedance.com>
net: fix use-after-free in tw_timer_handler
Leo L. Schwab <ewhac(a)ewhac.org>
Input: spaceball - fix parsing of movement data packets
Pavel Skripkin <paskripkin(a)gmail.com>
Input: appletouch - initialize work before device registration
Alexey Makhalov <amakhalov(a)vmware.com>
scsi: vmw_pvscsi: Set residual data length conditionally
Vincent Pelletier <plr.vincent(a)gmail.com>
usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.
Mathias Nyman <mathias.nyman(a)linux.intel.com>
xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.
Dmitry V. Levin <ldv(a)altlinux.org>
uapi: fix linux/nfc.h userspace compilation errors
Krzysztof Kozlowski <krzysztof.kozlowski(a)canonical.com>
nfc: uapi: use kernel size_t to fix user-space builds
Tom Rix <trix(a)redhat.com>
selinux: initialize proto variable in selinux_ip_postroute_compat()
Heiko Carstens <hca(a)linux.ibm.com>
recordmcount.pl: fix typo in s390 mcount regex
Wang Qing <wangqing(a)vivo.com>
platform/x86: apple-gmux: use resource_size() with res
-------------
Diffstat:
Makefile | 4 ++--
drivers/input/joystick/spaceball.c | 11 +++++++++--
drivers/input/mouse/appletouch.c | 4 ++--
drivers/platform/x86/apple-gmux.c | 2 +-
drivers/scsi/vmw_pvscsi.c | 7 +++++--
drivers/usb/gadget/function/f_fs.c | 9 ++++++---
drivers/usb/host/xhci-pci.c | 5 ++++-
include/uapi/linux/nfc.h | 6 +++---
net/ipv4/af_inet.c | 10 ++++------
scripts/recordmcount.pl | 2 +-
security/selinux/hooks.c | 2 +-
11 files changed, 38 insertions(+), 24 deletions(-)
This is the start of the stable review cycle for the 4.9.296 release.
There are 13 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, 05 Jan 2022 14:20:40 +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.9.296-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.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.9.296-rc1
Muchun Song <songmuchun(a)bytedance.com>
net: fix use-after-free in tw_timer_handler
Leo L. Schwab <ewhac(a)ewhac.org>
Input: spaceball - fix parsing of movement data packets
Pavel Skripkin <paskripkin(a)gmail.com>
Input: appletouch - initialize work before device registration
Alexey Makhalov <amakhalov(a)vmware.com>
scsi: vmw_pvscsi: Set residual data length conditionally
Vincent Pelletier <plr.vincent(a)gmail.com>
usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.
Mathias Nyman <mathias.nyman(a)linux.intel.com>
xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.
Dmitry V. Levin <ldv(a)altlinux.org>
uapi: fix linux/nfc.h userspace compilation errors
Krzysztof Kozlowski <krzysztof.kozlowski(a)canonical.com>
nfc: uapi: use kernel size_t to fix user-space builds
Miaoqian Lin <linmq006(a)gmail.com>
fsl/fman: Fix missing put_device() call in fman_port_probe
Tom Rix <trix(a)redhat.com>
selinux: initialize proto variable in selinux_ip_postroute_compat()
Heiko Carstens <hca(a)linux.ibm.com>
recordmcount.pl: fix typo in s390 mcount regex
Wang Qing <wangqing(a)vivo.com>
platform/x86: apple-gmux: use resource_size() with res
Hans de Goede <hdegoede(a)redhat.com>
HID: asus: Add depends on USB_HID to HID_ASUS Kconfig option
-------------
Diffstat:
Makefile | 4 ++--
drivers/hid/Kconfig | 1 +
drivers/input/joystick/spaceball.c | 11 +++++++++--
drivers/input/mouse/appletouch.c | 4 ++--
drivers/net/ethernet/freescale/fman/fman_port.c | 12 +++++++-----
drivers/platform/x86/apple-gmux.c | 2 +-
drivers/scsi/vmw_pvscsi.c | 7 +++++--
drivers/usb/gadget/function/f_fs.c | 9 ++++++---
drivers/usb/host/xhci-pci.c | 5 ++++-
include/uapi/linux/nfc.h | 6 +++---
net/ipv4/af_inet.c | 10 ++++------
scripts/recordmcount.pl | 2 +-
security/selinux/hooks.c | 2 +-
13 files changed, 46 insertions(+), 29 deletions(-)
This is the start of the stable review cycle for the 4.14.261 release.
There are 19 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, 05 Jan 2022 14:20:40 +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.14.261-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.14.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.14.261-rc1
Xin Long <lucien.xin(a)gmail.com>
sctp: use call_rcu to free endpoint
Muchun Song <songmuchun(a)bytedance.com>
net: fix use-after-free in tw_timer_handler
Leo L. Schwab <ewhac(a)ewhac.org>
Input: spaceball - fix parsing of movement data packets
Pavel Skripkin <paskripkin(a)gmail.com>
Input: appletouch - initialize work before device registration
Alexey Makhalov <amakhalov(a)vmware.com>
scsi: vmw_pvscsi: Set residual data length conditionally
Todd Kjos <tkjos(a)google.com>
binder: fix async_free_space accounting for empty parcels
Vincent Pelletier <plr.vincent(a)gmail.com>
usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.
Mathias Nyman <mathias.nyman(a)linux.intel.com>
xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.
Dmitry V. Levin <ldv(a)altlinux.org>
uapi: fix linux/nfc.h userspace compilation errors
Krzysztof Kozlowski <krzysztof.kozlowski(a)canonical.com>
nfc: uapi: use kernel size_t to fix user-space builds
Miaoqian Lin <linmq006(a)gmail.com>
fsl/fman: Fix missing put_device() call in fman_port_probe
Wei Yongjun <weiyongjun1(a)huawei.com>
NFC: st21nfca: Fix memory leak in device probe and remove
Matthias-Christian Ott <ott(a)mirix.org>
net: usb: pegasus: Do not drop long Ethernet frames
Dan Carpenter <dan.carpenter(a)oracle.com>
scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()
Tom Rix <trix(a)redhat.com>
selinux: initialize proto variable in selinux_ip_postroute_compat()
Heiko Carstens <hca(a)linux.ibm.com>
recordmcount.pl: fix typo in s390 mcount regex
Wang Qing <wangqing(a)vivo.com>
platform/x86: apple-gmux: use resource_size() with res
Jens Wiklander <jens.wiklander(a)linaro.org>
tee: handle lookup of shm with reference count 0
Hans de Goede <hdegoede(a)redhat.com>
HID: asus: Add depends on USB_HID to HID_ASUS Kconfig option
-------------
Diffstat:
Makefile | 4 +-
drivers/android/binder_alloc.c | 2 +-
drivers/hid/Kconfig | 1 +
drivers/input/joystick/spaceball.c | 11 +-
drivers/input/mouse/appletouch.c | 4 +-
drivers/net/ethernet/freescale/fman/fman_port.c | 12 +-
drivers/net/usb/pegasus.c | 4 +-
drivers/nfc/st21nfca/i2c.c | 29 +++--
drivers/platform/x86/apple-gmux.c | 2 +-
drivers/scsi/lpfc/lpfc_debugfs.c | 4 +-
drivers/scsi/vmw_pvscsi.c | 7 +-
drivers/tee/tee_private.h | 4 +-
drivers/tee/tee_shm.c | 155 ++++++++++--------------
drivers/usb/gadget/function/f_fs.c | 9 +-
drivers/usb/host/xhci-pci.c | 5 +-
include/net/sctp/sctp.h | 6 +-
include/net/sctp/structs.h | 3 +-
include/uapi/linux/nfc.h | 6 +-
net/ipv4/af_inet.c | 10 +-
net/sctp/endpointola.c | 23 ++--
net/sctp/sctp_diag.c | 12 +-
net/sctp/socket.c | 23 ++--
scripts/recordmcount.pl | 2 +-
security/selinux/hooks.c | 2 +-
24 files changed, 175 insertions(+), 165 deletions(-)
Greetings to you stable,
I was wondering if you got my previous email? I have been trying
to reach you by email stable(a)vger.kernel.org, kindly get back to
me swiftly, it is very important.
Thanks
Mustafa Ayvaz
Email: mustafa.ayvaz(a)ayvazburosu.com
Hello Dear,
My name is Ava Smith from United States. I am a French and American
national (dual) living in the U.S and sometimes in the U.K for the
Purpose of Work. I hope you consider my friend request and consider me
Worthy to be your friend. I will share some of my pics and more
details about myself when i get your response.
Thanks
Ava Smith