This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9d9af1007bc0 Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.k [...] new f39d9f4cb902 ubifs: Fix 'hash' kernel-doc warning in auth.c new 7889042b6580 ubifs: Fix some kernel-doc warnings in gc.c new f279e5a491fd ubifs: Fix some kernel-doc warnings in replay.c new b30e2238b7ff ubifs: Fix some kernel-doc warnings in tnc.c new 47f6d9ce45b0 ubifs: Fix a memleak after dumping authentication mount options new bb674a4d4de1 ubifs: Don't parse authentication mount options in remount [...] new e2a05cc7f822 ubifs: mount_ubifs: Release authentication resource in err [...] new a96fd1cc3ff3 Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub [...] new f2aae745b82c ubifs: xattr: Fix some potential memory leaks while iterat [...] new 58f6e78a65f1 ubifs: dent: Fix some potential memory leaks while iterati [...] new d005f8c6588e ubi: check kthread_should_stop() after the setting of task state new dd7db149bcd9 ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0 [...] new 121b8fcbf988 ubifs: setflags: Don't show error message when vfs_ioc_set [...] new 78c7d49f55d8 ubifs: journal: Make sure to not dirty twice for auth nodes new 429731277dfd Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.o [...] new bab991cf40f6 um: Fix null pointer dereference in vector_user_bpf new e4e721fe4ccb um: vector: Use GFP_ATOMIC under spin lock new 5e1121cd43d4 um: Some fixes to build UML with musl new 730586ff7fad um: Allow static linking for non-glibc implementations new ebef8ea2ba96 um: time-travel: Fix IRQ handling in time_travel_handle_message() new d0800609136d um: time-travel: Return the sequence number in ACK messages new f2d05059e15a um: change sigio_spinlock to a mutex new 9a10705b42dd um: Remove redundant NULL check new 4687615d2ded um: Remove dead usage of TIF_IA32 new e8a58591afbc um: Fix incorrect assumptions about max pid length new 273fe1b676cb um: Clean up stacktrace dump new f06885b3f3e3 um: vector: Add dynamic tap interfaces and scripting new 9453b2d4694c Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub [...]
The 28 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/um/Kconfig | 6 ++-- arch/um/drivers/Kconfig | 6 ++-- arch/um/drivers/daemon_user.c | 1 + arch/um/drivers/pcap_user.c | 12 ++++---- arch/um/drivers/slip_user.c | 2 +- arch/um/drivers/vector_kern.c | 4 +-- arch/um/drivers/vector_user.c | 71 ++++++++++++++++++++++++++++++++----------- arch/um/kernel/sigio.c | 6 ++-- arch/um/kernel/sysrq.c | 4 +-- arch/um/kernel/time.c | 15 ++++++--- arch/um/os-Linux/umid.c | 8 ++--- arch/um/os-Linux/util.c | 2 +- arch/x86/um/ptrace_64.c | 13 +------- arch/x86/um/user-offsets.c | 2 +- drivers/mtd/ubi/wl.c | 13 ++++++++ fs/ubifs/auth.c | 2 +- fs/ubifs/debug.c | 1 + fs/ubifs/gc.c | 4 --- fs/ubifs/ioctl.c | 1 - fs/ubifs/journal.c | 7 +++-- fs/ubifs/orphan.c | 2 ++ fs/ubifs/replay.c | 2 -- fs/ubifs/super.c | 44 +++++++++++++++++++-------- fs/ubifs/tnc.c | 6 ++-- fs/ubifs/xattr.c | 2 ++ 25 files changed, 150 insertions(+), 86 deletions(-)