This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 64677779e896 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 95459261c99f hwrng: ks-sa - Fix runtime PM imbalance on error new 7cf81954705b crypto: algif_skcipher - Cap recv SG list at ctx->used new c61e5644c697 crypto: hisilicon - Cap block size at 2^31 new 376bd28d03c9 crypto: ccp - Fix sparse warnings in sev-dev new 24c7bf089453 crypto: caam - fix typos new 77251e41f89a crypto: algboss - don't wait during notifier callback new 1f5b07f5dd17 crypto: marvell/octeontx - Fix a potential NULL dereference new 819966c06b75 crypto: drbg - always try to free Jitter RNG instance new 93bbca271a71 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] new a6e2c226c3d5 powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUAL new 0bdcfa182506 powerpc/64s: Fix KVM interrupt using wrong save area new 687993ccf3b0 powerpc/8xx: use pmd_off() to access a PMD entry in pte_update() new 1497eea68624 powerpc/syscalls: Use the number when building SPU syscall table new 55ca22633a9f mm/gup: Use huge_ptep_get() in gup_hugepte() new 481e980a7c19 mm: Allow arches to provide ptep_get() new c0e1c8c22beb powerpc/8xx: Provide ptep_get() with 16k pages new 75613939084f Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/ [...]
The 17 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/nohash/32/pgtable.h | 18 +++++++++++++----- arch/powerpc/kernel/exceptions-64s.S | 4 ++-- arch/powerpc/kernel/process.c | 20 +++++++++++--------- arch/powerpc/platforms/cell/spu_callbacks.c | 2 +- crypto/algboss.c | 2 -- crypto/algif_skcipher.c | 6 +----- crypto/drbg.c | 6 ++++-- drivers/char/hw_random/ks-sa-rng.c | 1 + drivers/crypto/caam/Kconfig | 2 +- drivers/crypto/caam/ctrl.c | 18 +++++++++--------- drivers/crypto/caam/desc.h | 4 ++-- drivers/crypto/caam/pdb.h | 2 +- drivers/crypto/ccp/sev-dev.c | 23 ++++++++++++++++------- drivers/crypto/hisilicon/sgl.c | 3 ++- drivers/crypto/marvell/octeontx/otx_cptvf_algs.c | 11 +++++++---- include/asm-generic/hugetlb.h | 2 +- include/linux/pgtable.h | 7 +++++++ include/linux/psp-sev.h | 2 +- mm/gup.c | 4 ++-- 19 files changed, 82 insertions(+), 55 deletions(-)