This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 38182162b50a Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm [...] new 698f99ed5e06 vfio/mdev: remove unnecessary NULL check in mbochs_create() new 77b8aeb9da04 vfio/pci: Revert nvlink removal uAPI breakage new cc35518d29bc docs: vfio: fix typo new a2de4bbddce3 Merge tag 'vfio-v5.13-rc1pt2' of git://github.com/awilliam [...] new a7f82c364124 s390/pci: rename zpci_configure_device() new 0d9cf5d8c5d0 s390/pci: handle stale deconfiguration events new f53a63667b0b s390/configs: enable CONFIG_PCI_IOV new 0cceeab5a38d s390/cpumf: beautify if-then-else indentation new 1eefa4f4399b s390/cpumf: move counter set size calculation to common place new b0583ab47788 s390/cpumf: remove call to perf_event_update_userpage new 2f7484fd7372 s390/cio: remove invalid condition on IO_SCH_UNREG new f5b474decad9 s390/configs: change CONFIG_VIRTIO_CONSOLE to "m" new bae1cd368c45 s390/entry: add support for syscall stack randomization new b208108638c4 s390: fix detection of vector enhancements facility 1 vs. [...] new e48661230cc3 Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/li [...]
The 15 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: Documentation/driver-api/vfio.rst | 2 +- arch/s390/Kconfig | 1 + arch/s390/configs/debug_defconfig | 3 +- arch/s390/configs/defconfig | 3 +- arch/s390/include/asm/cpu_mcf.h | 2 ++ arch/s390/include/asm/entry-common.h | 10 +++++++ arch/s390/include/asm/pci.h | 2 +- arch/s390/kernel/perf_cpum_cf.c | 12 ++------ arch/s390/kernel/perf_cpum_cf_common.c | 46 +++++++++++++++++++++++++++++ arch/s390/kernel/perf_cpum_cf_diag.c | 54 +++------------------------------- arch/s390/kernel/setup.c | 4 +-- arch/s390/kernel/syscall.c | 1 + arch/s390/kernel/traps.c | 2 ++ arch/s390/pci/pci.c | 10 ++++--- arch/s390/pci/pci_event.c | 28 ++++++++++++------ drivers/pci/hotplug/s390_pci_hpc.c | 2 +- drivers/s390/cio/device.c | 3 +- include/uapi/linux/vfio.h | 46 ++++++++++++++++++++++++++--- samples/vfio-mdev/mbochs.c | 2 -- samples/vfio-mdev/mdpy.c | 3 +- 20 files changed, 147 insertions(+), 89 deletions(-)