This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1204c70d9dcb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net new b8e51a6a9db9 s390/cmm: fix information leak in cmm_timeout_handler() new a1d863ac3e10 s390/unwind: fix mixing regs and sp new 3d7efa4edd07 s390/idle: fix cpu idle time calculation new 969a5197da89 Merge tag 's390-5.4-6' of git://git.kernel.org/pub/scm/lin [...] new d10f60ae27d2 powerpc/32s: fix allow/prevent_user_access() when crossing [...] new a8a30219ba78 powerpc/powernv/eeh: Fix oops when probing cxl devices new 05d9a952832c powerpc/prom_init: Undo relocation before entering secure mode new 7d6475051fb3 powerpc/powernv: Fix CPU idle to be called with IRQs disabled new 8194c28efd96 Merge tag 'powerpc-5.4-4' of git://git.kernel.org/pub/scm/ [...] new 66cf50e65b18 scsi: qla2xxx: fixup incorrect usage of host_byte new 535fb49e730a scsi: lpfc: Check queue pointer before use new 74e5e468b664 scsi: ufs-bsg: Wake the device before sending raw upiu commands new 0fd103ccfe6a scsi: lpfc: Honor module parameter lpfc_use_adisc new c2ff2a36eff6 scsi: qla2xxx: Initialized mailbox to prevent driver load failure new 8d8b83f5be2a scsi: qla2xxx: Fix partial flash write of MBI new fc5b220b2dcf scsi: target: cxgbit: Fix cxgbit_fw4_ack() new 0cf9f4e547ce scsi: sd: define variable dif as unsigned int instead of bool new d3566abb1a1e scsi: qla2xxx: stop timer in shutdown path new f83e148a4100 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 40a6b9a00930 Revert "pwm: Let pwm_get_state() return the last implement [...] new e935842a06db Merge tag 'pwm/for-5.4-rc6' of git://git.kernel.org/pub/sc [...] new 6fc28b7e0aac hwmon: (nct7904) Fix the incorrect value of vsen_mask & tc [...] new 2ccb4f16d013 hwmon: (ina3221) Fix read timeout issue new 9d2345057538 Merge tag 'hwmon-for-v5.4-rc6' of git://git.kernel.org/pub [...]
The 24 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/powerpc/include/asm/book3s/32/kup.h | 1 + arch/powerpc/include/asm/elf.h | 3 ++ arch/powerpc/kernel/prom_init.c | 13 +++++++ arch/powerpc/kernel/prom_init_check.sh | 3 +- arch/powerpc/platforms/powernv/eeh-powernv.c | 2 +- arch/powerpc/platforms/powernv/smp.c | 53 +++++++++++++++++++--------- arch/s390/include/asm/unwind.h | 1 + arch/s390/kernel/idle.c | 29 +++++++++++---- arch/s390/kernel/unwind_bc.c | 18 +++++++--- arch/s390/mm/cmm.c | 12 +++---- drivers/hwmon/ina3221.c | 2 +- drivers/hwmon/nct7904.c | 15 ++++++-- drivers/pwm/core.c | 9 +---- drivers/scsi/lpfc/lpfc_nportdisc.c | 4 +-- drivers/scsi/lpfc/lpfc_sli.c | 2 +- drivers/scsi/qla2xxx/qla_attr.c | 7 ++-- drivers/scsi/qla2xxx/qla_bsg.c | 6 ++-- drivers/scsi/qla2xxx/qla_mbx.c | 3 +- drivers/scsi/qla2xxx/qla_os.c | 4 +++ drivers/scsi/sd.c | 3 +- drivers/scsi/ufs/ufs_bsg.c | 4 +++ drivers/target/iscsi/cxgbit/cxgbit_cm.c | 3 +- 22 files changed, 136 insertions(+), 61 deletions(-)