This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 97eeb4d9d755 Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/s [...] new 188945e9d926 ubi: Print skip_check in ubi_dump_vol_info() new 099718776742 ubi: Fix warning static is not at beginning of declaration new b27b281f9cfa ubifs: Remove obsolete TODO from dfs_file_write() new 3cfa4412df98 ubifs: Force prandom result to __le32 new df22b5b3ecc6 ubifs: Fixed missed le64_to_cpu() in journal new 7cc7720f06ab ubifs: Fix type of sup->hash_algo new 91cbf01178c3 Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() e [...] new 10256f000932 ubifs: do_kill_orphans: Fix a memory leak bug new 6abf57262166 ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gaps new f9c34bb52997 ubi: Fix producing anchor PEBs new 6e78c01fde90 Revert "jffs2: Fix possible null-pointer dereferences in j [...] new e3a251e366e1 Merge tag 'upstream-5.5-rc1' of git://git.kernel.org/pub/s [...] new 5c1f33e2a03c um: Don't trace irqflags during shutdown new 04e5b1fb0183 um: virtio: Remove device on disconnect new 7e6074600557 um: virtio: Keep reading on -EAGAIN new bf9f80cf0cca um: virtio_uml: Disallow modular build new 7d8093a56063 um: Fix Kconfig indentation new 9807019a62dc um: Loadable BPF "Firmware" for vector drivers new fcaa0ad72d8a Merge tag 'for-linus-5.5-rc1' of git://git.kernel.org/pub/ [...] new 0ecdcaa6d5e7 openrisc: Fix Kconfig indentation new 120e47686a00 Merge tag 'for-linus' of git://github.com/openrisc/linux new 8394bfec51e0 crypto: arch - conditionalize crypto api in arch glue for [...] new dbc2e87bd8b6 crypto: talitos - Fix build error by selecting LIB_DES new 8a6b8f4d7a89 crypto: hisilicon - fix a NULL vs IS_ERR() bug in sec_crea [...] new 483847a70262 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...]
The 25 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: arch/arm/crypto/chacha-glue.c | 26 ++++--- arch/arm/crypto/curve25519-glue.c | 5 +- arch/arm/crypto/poly1305-glue.c | 9 ++- arch/arm64/crypto/chacha-neon-glue.c | 5 +- arch/arm64/crypto/poly1305-glue.c | 5 +- arch/mips/crypto/chacha-glue.c | 6 +- arch/mips/crypto/poly1305-glue.c | 6 +- arch/openrisc/Kconfig | 26 +++---- arch/um/Kconfig | 2 +- arch/um/drivers/Kconfig | 2 +- arch/um/drivers/vector_kern.c | 113 ++++++++++++++++++++++++++--- arch/um/drivers/vector_kern.h | 8 +- arch/um/drivers/vector_user.c | 94 +++++++++++++++++++----- arch/um/drivers/vector_user.h | 8 +- arch/um/drivers/virtio_uml.c | 76 ++++++++++++------- arch/um/os-Linux/main.c | 2 +- arch/x86/crypto/blake2s-glue.c | 6 +- arch/x86/crypto/chacha_glue.c | 5 +- arch/x86/crypto/curve25519-x86_64.c | 7 +- arch/x86/crypto/poly1305_glue.c | 5 +- drivers/crypto/Kconfig | 1 + drivers/crypto/hisilicon/sec2/sec_crypto.c | 4 +- drivers/mtd/ubi/debug.c | 1 + drivers/mtd/ubi/fastmap-wl.c | 31 ++++---- drivers/mtd/ubi/fastmap.c | 14 ++-- drivers/mtd/ubi/ubi.h | 8 +- drivers/mtd/ubi/wl.c | 32 ++++---- drivers/mtd/ubi/wl.h | 1 - fs/jffs2/nodelist.c | 2 +- fs/ubifs/debug.c | 12 --- fs/ubifs/journal.c | 4 +- fs/ubifs/orphan.c | 17 +++-- fs/ubifs/sb.c | 2 +- fs/ubifs/super.c | 4 +- fs/ubifs/tnc_commit.c | 34 +++++++-- 35 files changed, 401 insertions(+), 182 deletions(-)