This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allmodconfig in repository toolchain/ci/linux.
from afaef166f767 Merge v5.15.31 new a34c47b1ab07 nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION new 2317fd3b126c net: ipv6: fix skb_over_panic in __ip6_append_data new 42b9f6d19faa tpm: Fix error handling in async work new 5b2ca3b8213a Bluetooth: btusb: Add another Realtek 8761BU new e90729961083 llc: fix netdevice reference leaks in llc_ui_bind() new 5e431799c35b ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() call new 7a40cbf3579a ALSA: oss: Fix PCM OSS buffer allocation overflow new 10cdffd4854a ALSA: usb-audio: add mapping for new Corsair Virtuoso SE new 85060f4868db ALSA: hda/realtek: Add quirk for Clevo NP70PNJ new 8e6ea2176222 ALSA: hda/realtek: Add quirk for Clevo NP50PNJ new 0e7cdc8059a0 ALSA: hda/realtek - Fix headset mic problem for a HP machi [...] new 3b1bacd00ac3 ALSA: hda/realtek: Add quirk for ASUS GA402 new 33061d0fba51 ALSA: pcm: Fix races among concurrent hw_params and hw_free calls new 47711ff10c7e ALSA: pcm: Fix races among concurrent read/write and buffe [...] new cb6a39c5ebd0 ALSA: pcm: Fix races among concurrent prepare and hw_param [...] new 51fce708ab89 ALSA: pcm: Fix races among concurrent prealloc proc writes new f4827c62b649 ALSA: pcm: Add stream lock during PCM reset ioctl operations new 099a1cc21b16 ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB new 9abaacd6491e ALSA: cmipci: Restore aux vol on suspend/resume new c2052ad0c74f ALSA: pci: fix reading of swapped values from pcmreg in AC [...] new 3e27eafac659 drivers: net: xgene: Fix regression in CRC stripping new fafb904156fb netfilter: nf_tables: initialize registers in nft_do_chain() new 1bd57dea4561 netfilter: nf_tables: validate registers coming from userspace. new 8942aac69016 ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board new a01ac2411489 ACPI: battery: Add device HID and quirk for Microsoft Surf [...] new 57a2b3f8bf1c ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU new cb807cb52a8e crypto: qat - disable registration of algorithms new 4b6a48f87d03 Bluetooth: btusb: Add one more Bluetooth part for the Real [...] new 5023652cc6e4 Revert "ath: add support for special 0x0 regulatory domain" new b094fece3810 drm/virtio: Ensure that objs is not NULL in virtio_gpu_arr [...] new 058d62a03e7d rcu: Don't deboost before reporting expedited quiescent state new e65d28d4e9bf uaccess: fix integer overflow on access_ok() new 12e407a8ef17 mac80211: fix potential double free on mesh join new 476ddd23f818 tpm: use try_get_ops() in tpm-space.c new cdb96445297b wcn36xx: Differentiate wcn3660 from wcn3620 new 110dea31d48f m68k: fix access_ok for coldfire new 22ac37c53065 nds32: fix access_ok() checks in get/put_user new 60981bb5ce18 llc: only change llc->dev when bind() succeeds new e29be6724adb Linux 5.15.32 new 44c7c0a3b70c Merge v5.15.32
The 40 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Makefile | 2 +- arch/csky/include/asm/uaccess.h | 7 +- arch/hexagon/include/asm/uaccess.h | 18 ++--- arch/m68k/include/asm/uaccess.h | 15 ++-- arch/microblaze/include/asm/uaccess.h | 19 +---- arch/nds32/include/asm/uaccess.h | 22 ++++-- arch/x86/kernel/acpi/boot.c | 24 ++++++ drivers/acpi/battery.c | 12 +++ drivers/acpi/video_detect.c | 75 ++++++++++++++++++ drivers/bluetooth/btusb.c | 4 + drivers/char/tpm/tpm-dev-common.c | 8 +- drivers/char/tpm/tpm2-space.c | 8 +- drivers/crypto/qat/qat_4xxx/adf_drv.c | 7 ++ drivers/crypto/qat/qat_common/qat_crypto.c | 7 ++ drivers/gpu/drm/virtio/virtgpu_gem.c | 3 + drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 12 +-- drivers/net/wireless/ath/regd.c | 10 +-- drivers/net/wireless/ath/wcn36xx/main.c | 3 + drivers/net/wireless/ath/wcn36xx/wcn36xx.h | 1 + drivers/nfc/st21nfca/se.c | 10 +++ include/sound/pcm.h | 1 + kernel/rcu/tree_plugin.h | 8 +- net/ipv6/ip6_output.c | 4 +- net/llc/af_llc.c | 48 ++++++++---- net/mac80211/cfg.c | 3 - net/netfilter/nf_tables_api.c | 22 ++++-- net/netfilter/nf_tables_core.c | 2 +- sound/core/oss/pcm_oss.c | 12 ++- sound/core/oss/pcm_plugin.c | 5 +- sound/core/pcm.c | 2 + sound/core/pcm_lib.c | 4 + sound/core/pcm_memory.c | 11 ++- sound/core/pcm_native.c | 97 +++++++++++++++--------- sound/pci/ac97/ac97_codec.c | 4 +- sound/pci/cmipci.c | 3 +- sound/pci/hda/patch_realtek.c | 4 + sound/soc/sti/uniperif_player.c | 6 +- sound/soc/sti/uniperif_reader.c | 2 +- sound/usb/mixer_maps.c | 10 +++ sound/usb/mixer_quirks.c | 7 +- 40 files changed, 380 insertions(+), 142 deletions(-)