[GIT PULL] s390 updates for 5.15-rc5

From: Vasily Gorbik
Date: Fri Oct 08 2021 - 19:20:06 EST


Hello Linus,

please pull s390 fixes for 5.15-rc5.

Thank you,
Vasily

The following changes since commit 9e1ff307c779ce1f0f810c7ecce3d95bbae40896:

Linux 5.15-rc4 (2021-10-03 14:08:47 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-5.15-5

for you to fetch changes up to a46044a92add6a400f4dada7b943b30221f7cc80:

s390/pci: fix zpci_zdev_put() on reserve (2021-10-04 09:49:10 +0200)

----------------------------------------------------------------
s390 update for v5.15-rc5

- Fix potential memory leak on a error path in eBPF.

- Fix handling of zpci device on reserve.

----------------------------------------------------------------
Niklas Schnelle (1):
s390/pci: fix zpci_zdev_put() on reserve

Tiezhu Yang (1):
bpf, s390: Fix potential memory leak about jit_data

arch/s390/include/asm/pci.h | 2 ++
arch/s390/net/bpf_jit_comp.c | 2 +-
arch/s390/pci/pci.c | 45 +++++++++++++++++++++++++++++++++-----
arch/s390/pci/pci_event.c | 4 ++--
drivers/pci/hotplug/s390_pci_hpc.c | 9 +-------
5 files changed, 46 insertions(+), 16 deletions(-)