This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9b5cf826ef8b Merge tag 'fuse-update-4.20' of git://git.kernel.org/pub/s [...] new 4d8106f0299c c6x: switch to NO_BOOTMEM new adb6b2b2b59f Merge tag 'for-linus' of git://linux-c6x.org/git/projects/ [...] new 0676b957c24b um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP new 3033998bb8cd um: Remove update_debugregs() new 7ff1e34bbdc1 um: Give start_idle_thread() a return code new 369cca266860 um: remove unused AIO code new d312a25d4775 um: NULL check before kfree is not needed new 9ca19a3a3e24 um: Don't hardcode path as it is architecture dependent new 59fdf91d90e6 um: trap: fix spelling mistake, EACCESS -> EACCES new 917e2fd2c53e um: Make line/tty semantics use true write IRQ new 9bb9d4fdce9e Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/ [...]
The 11 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/c6x/kernel/setup.c | 26 +-- arch/um/drivers/line.c | 4 +- arch/um/drivers/port_user.c | 2 +- arch/um/drivers/vector_kern.c | 15 +- arch/um/drivers/vector_user.c | 6 +- arch/um/include/shared/aio.h | 28 --- arch/um/kernel/irq.c | 3 +- arch/um/kernel/trap.c | 2 +- arch/um/os-Linux/Makefile | 8 +- arch/um/os-Linux/aio.c | 390 ---------------------------------- arch/um/os-Linux/skas/process.c | 5 + arch/x86/um/shared/sysdep/ptrace_32.h | 12 -- 12 files changed, 20 insertions(+), 481 deletions(-) delete mode 100644 arch/um/include/shared/aio.h delete mode 100644 arch/um/os-Linux/aio.c