Merge tag 's390-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 updates from Heiko Carstens: - Add ABI to kernel image file which allows e.g. the file utility to figure out the kernel version. - Wire up clone3 system call. - Add support for kasan bitops instrumentation. - uapi header cleanup: use __u{16,32,64} instead of uint{16,32,64}_t. - Provide proper ARCH_ZONE_DMA_BITS so the s390 DMA zone is correctly defined with 2 GB instead of the default value of 1 MB. - Farhan Ali leaves the group of vfio-ccw maintainers. - Various small vfio-ccw fixes. - Add missing locking for airq_areas array in virtio code. - Minor qdio improvements. * tag 's390-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: MAINTAINERS: vfio-ccw: Remove myself as the maintainer s390/mm: use shared variables for sysctl range check virtio/s390: fix race on airq_areas[] s390/dma: provide proper ARCH_ZONE_DMA_BITS value s390/kasan: add bitops instrumentation s390/bitops: make test functions return bool s390: wire up clone3 system call kbuild: enable arch/s390/include/uapi/asm/zcrypt.h for uapi header test s390: use __u{16,32,64} instead of uint{16,32,64}_t in uapi header s390/hypfs: fix a typo in the name of a function s390/qdio: restrict QAOB usage to IQD unicast queues s390/qdio: add sanity checks to the fast-requeue path s390: enable detection of kernel version from bzImage Documentation: fix vfio-ccw doc vfio-ccw: Update documentation for csch/hsch vfio-ccw: Don't call cp_free if we are processing a channel program vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfn vfio-ccw: Fix memory leak and don't call cp_free in cp_init vfio-ccw: Fix misleading comment when setting orb.cmd.c64
No related branches found
No related tags found
Showing
- Documentation/s390/vfio-ccw.rst 28 additions, 3 deletionsDocumentation/s390/vfio-ccw.rst
- MAINTAINERS 0 additions, 1 deletionMAINTAINERS
- arch/s390/boot/Makefile 1 addition, 1 deletionarch/s390/boot/Makefile
- arch/s390/boot/boot.h 1 addition, 0 deletionsarch/s390/boot/boot.h
- arch/s390/boot/head.S 1 addition, 0 deletionsarch/s390/boot/head.S
- arch/s390/boot/version.c 7 additions, 0 deletionsarch/s390/boot/version.c
- arch/s390/hypfs/hypfs_vm.c 2 additions, 2 deletionsarch/s390/hypfs/hypfs_vm.c
- arch/s390/include/asm/bitops.h 40 additions, 33 deletionsarch/s390/include/asm/bitops.h
- arch/s390/include/asm/page.h 2 additions, 0 deletionsarch/s390/include/asm/page.h
- arch/s390/include/asm/setup.h 3 additions, 1 deletionarch/s390/include/asm/setup.h
- arch/s390/include/asm/unistd.h 1 addition, 0 deletionsarch/s390/include/asm/unistd.h
- arch/s390/include/uapi/asm/zcrypt.h 18 additions, 17 deletionsarch/s390/include/uapi/asm/zcrypt.h
- arch/s390/kernel/syscalls/syscall.tbl 1 addition, 1 deletionarch/s390/kernel/syscalls/syscall.tbl
- arch/s390/mm/pgalloc.c 2 additions, 4 deletionsarch/s390/mm/pgalloc.c
- drivers/s390/cio/qdio_main.c 11 additions, 13 deletionsdrivers/s390/cio/qdio_main.c
- drivers/s390/cio/vfio_ccw_cp.c 17 additions, 11 deletionsdrivers/s390/cio/vfio_ccw_cp.c
- drivers/s390/cio/vfio_ccw_drv.c 1 addition, 1 deletiondrivers/s390/cio/vfio_ccw_drv.c
- drivers/s390/virtio/virtio_ccw.c 4 additions, 0 deletionsdrivers/s390/virtio/virtio_ccw.c
- usr/include/Makefile 0 additions, 4 deletionsusr/include/Makefile
Loading
Please register or sign in to comment