This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch stable in repository linux-next.
from 347f56fb3890 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/l [...] adds ff98a5f624d2 ARM: 8943/1: Fix topology setup in case of CPU hotplug for [...] adds 04bb96427d4e ARM: 8947/1: Fix __arch_get_hw_counter() access to CNTVCT adds eea2d5da29e3 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm adds ad910e36da4c pipe: fix poll/select race introduced by the pipe rework adds 1b6b26ae7053 pipe: fix and clarify pipe write wakeup logic adds f467a6a66419 pipe: fix and clarify pipe read wakeup logic adds a28c8b9db8a1 pipe: remove 'waiting_writers' merging logic adds 85190d15f4ea pipe: don't use 'pipe_wait() for basic pipe IO adds 6210b6402f58 kernel-hacking: group sysrq/kgdb/ubsan into 'Generic Kerne [...] adds ff600a9a69be kernel-hacking: create submenu for arch special debugging options adds 3be5cbcde916 kernel-hacking: group kernel data structures debugging together adds 09a7495258b5 kernel-hacking: move kernel testing and coverage options t [...] adds f43a289df671 kernel-hacking: move Oops into 'Lockups and Hangs' adds dc9b96387ec9 kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STA [...] adds ebebdd095d7b kernel-hacking: create a submenu for scheduler debugging options adds 2b05bb75d174 kernel-hacking: move DEBUG_BUGVERBOSE to 'printk and dmesg [...] adds ec29a5c197e6 kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging [...] adds 68d4b3dfcaf2 lib/: fix Kconfig indentation adds 6dc517a3872b Merge branch 'akpm' (patches from Andrew) adds 348be43384e6 xen/events: remove event handling recursion detection adds d41b26d81a83 xen/gntdev: remove redundant non-zero check on ret adds 3b06ac6707c1 xen/gntdev: replace global limit of mapped pages by limit [...] adds b3f7931f5c61 xen/gntdev: switch from kcalloc() to kvcalloc() adds 196748a276b4 xen/xenbus: reference count registered modules adds 14855954f636 xen-blkback: allow module to be cleanly unloaded adds f74fd13f4585 Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org [...] adds 026948f01eac vfio/type1: remove hugepage checks in is_invalid_reserved_pfn() adds d567fb881916 vfio/pci: call irq_bypass_unregister_producer() before fre [...] adds 9917b54aded1 Merge branch 'v5.5/vfio/jiang-yi-irq-bypass-unregister-v1' [...] adds 94e89b402354 Merge tag 'vfio-v5.5-rc1' of git://github.com/awilliam/linux-vfio
No new revisions were added by this update.
Summary of changes: arch/arm/include/asm/vdso/gettimeofday.h | 3 + arch/arm/kernel/smp.c | 4 + arch/arm/kernel/topology.c | 10 +- drivers/block/xen-blkback/blkback.c | 8 + drivers/block/xen-blkback/common.h | 3 + drivers/block/xen-blkback/xenbus.c | 11 + drivers/vfio/pci/vfio_pci_intrs.c | 2 +- drivers/vfio/vfio_iommu_type1.c | 26 +-- drivers/xen/events/events_base.c | 16 +- drivers/xen/gntdev-common.h | 2 +- drivers/xen/gntdev-dmabuf.c | 11 +- drivers/xen/gntdev.c | 64 +++--- drivers/xen/xenbus/xenbus_probe.c | 13 +- fs/pipe.c | 155 ++++++++----- fs/splice.c | 21 +- include/linux/pipe_fs_i.h | 2 - lib/Kconfig | 2 +- lib/Kconfig.debug | 367 ++++++++++++++++--------------- lib/Kconfig.kgdb | 8 +- 19 files changed, 391 insertions(+), 337 deletions(-)