This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7a68065eb9cd Merge tag 'gpio-fixes-for-v5.19-rc2' of git://git.kernel.o [...] new 77991645952c crc-itu-t: fix typo in CRC ITU-T polynomial comment new 9b29b6b20376 random: avoid checking crng_ready() twice in random_init() new 39e0f991a62e random: mark bootloader randomness code as __init new 77fc95f8c0dc random: account for arch randomness in bits new 60e5b2886b92 random: do not use jump labels before they are initialized new 846bb97e131d random: credit cpu and bootloader seeds by default new e052a478a7da random: remove rng_has_arch_random() new 17b0128a136d wireguard: selftests: use maximum cpu features and allow r [...] new 3cae0d84756a Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel. [...] new c36ee7dab774 cifs: fix reconnect on smb3 mount types new 8ea21823aa58 cifs: return errors during session setup during reconnects new 4c14d7043fed cifs: populate empty hostnames for extra channels new 2275c6babfa5 Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba. [...] new 7bf179de5b2d kbuild: avoid regex RS for POSIX awk new 49c3ca34f7db scripts/nsdeps: adjust to the format change of *.mod files new da4288b95baa scripts/check-local-export: avoid 'wait $!' for process su [...] new 1f7a6cf6b07c scripts/gdb: change kernel config dumping method new e3b8e2de19e1 Merge tag 'kbuild-fixes-v5.19' of git://git.kernel.org/pub [...] new c4f135d64382 workqueue: Wrap flush_workqueue() using a macro new 873a400938b3 workqueue: Fix type of cpu in trace event new 8bee9dd953b6 workqueue: Switch to new kerneldoc syntax for named variab [...] new b0cb8db39636 Merge tag 'wq-for-5.19-rc1-fixes' of git://git.kernel.org/ [...] new a4c934d74e40 platform/mellanox: Spelling s/platfom/platform/ new b9c29f391f41 platform/mellanox: Add static in struct declaration. new 66cb3a2d7ad0 platform/x86/intel: Fix pmt_crashlog array reference new 552f3b801de6 platform/x86/intel: pmc: Support Intel Raptorlake P new 011881b80ebe platform/x86: barco-p50-gpio: Add check for platform_drive [...] new 8a041afe3e77 platform/x86: gigabyte-wmi: Add Z690M AORUS ELITE AX DDR4 support new c6bc7e8ee908 platform/x86: gigabyte-wmi: Add support for B450M DS3H-CF new dc6a6ab58379 platform/x86: hp-wmi: Resolve WMI query failures on some devices new 65f936f35359 platform/x86: hp-wmi: Use zero insize parameter only when [...] new d4fe9cc4ff86 platform/x86/intel: hid: Add Surface Go to VGBS allow list new 997952851843 Merge tag 'platform-drivers-x86-v5.19-2' of git://git.kern [...]
The 33 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: Documentation/process/changes.rst | 12 ++++ drivers/char/Kconfig | 50 +++++++++------- drivers/char/random.c | 39 ++++++------- drivers/platform/mellanox/Kconfig | 2 +- drivers/platform/mellanox/nvsw-sn2201.c | 2 +- drivers/platform/x86/barco-p50-gpio.c | 5 +- drivers/platform/x86/gigabyte-wmi.c | 2 + drivers/platform/x86/hp-wmi.c | 29 ++++++---- drivers/platform/x86/intel/hid.c | 6 ++ drivers/platform/x86/intel/pmc/core.c | 1 + drivers/platform/x86/intel/pmt/crashlog.c | 2 +- fs/cifs/cifsfs.c | 2 +- fs/cifs/cifsfs.h | 2 +- fs/cifs/connect.c | 4 ++ fs/cifs/misc.c | 27 +++++---- fs/cifs/sess.c | 5 +- fs/cifs/smb2pdu.c | 3 + include/linux/crc-itu-t.h | 2 +- include/linux/random.h | 3 +- include/linux/workqueue.h | 66 +++++++++++++++++++--- include/trace/events/workqueue.h | 8 +-- kernel/workqueue.c | 16 ++++-- lib/crc-itu-t.c | 2 +- lib/vsprintf.c | 3 +- scripts/Makefile.build | 4 +- scripts/check-local-export | 36 +++++++----- scripts/gdb/linux/config.py | 6 +- scripts/nsdeps | 5 +- tools/testing/selftests/wireguard/qemu/Makefile | 28 +++++---- tools/testing/selftests/wireguard/qemu/init.c | 3 + .../testing/selftests/wireguard/qemu/kernel.config | 3 + 31 files changed, 248 insertions(+), 130 deletions(-)