Hi
[This is an automated email]
This commit has been processed because it contains a "Fixes:" tag
fixing commit: e9df09428996 ("KVM: SVM: Add sev module_param").
The bot has tested the following trees: v5.7.11, v5.4.54, v4.19.135.
v5.7.11: Failed to apply! Possible dependencies:
3bae0459bcd5 ("KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums")
b2f432f872d9 ("KVM: x86/mmu: Tweak PSE hugepage handling to avoid 2M vs 4M conundrum")
e662ec3e0705 ("KVM: x86/mmu: Move max hugepage level to a separate #define")
v5.4.54: Failed to apply! Possible dependencies:
106ee47dc633 ("docs: kvm: Convert api.txt to ReST format")
213e0e1f500b ("KVM: SVM: Refactor logging of NPT enabled/disabled")
3bae0459bcd5 ("KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums")
3c9bd4006bfc ("KVM: x86: enable dirty log gradually in small chunks")
80b10aa92448 ("Documentation: kvm: Fix mention to number of ioctls classes")
c726200dd106 ("KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace")
cb9b88c66939 ("KVM: x86/mmu: Refactor handling of cache consistency with TDP")
da345174ceca ("KVM: arm/arm64: Allow user injection of external data aborts")
e662ec3e0705 ("KVM: x86/mmu: Move max hugepage level to a separate #define")
v4.19.135: Failed to apply! Possible dependencies:
213e0e1f500b ("KVM: SVM: Refactor logging of NPT enabled/disabled")
3bae0459bcd5 ("KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums")
44dd3ffa7bb3 ("x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU")
4fef0f491347 ("KVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and KVM_NR_PAGE_SIZES together")
91e86d225ef3 ("kvm: x86: Add payload operands to kvm_multiple_exception")
c851436a34ca ("kvm: x86: Add has_payload and payload to kvm_queued_exception")
cb9b88c66939 ("KVM: x86/mmu: Refactor handling of cache consistency with TDP")
d647eb63e671 ("KVM: svm: add nrips module parameter")
da998b46d244 ("kvm: x86: Defer setting of CR2 until #PF delivery")
e662ec3e0705 ("KVM: x86/mmu: Move max hugepage level to a separate #define")
NOTE: The patch will not be queued to stable trees until it is upstream.
How should we proceed with this patch?
--
Thanks
Sasha
Hi
[This is an automated email]
This commit has been processed because it contains a "Fixes:" tag
fixing commit: 6dc5fd93b2f1 ("ARM: 8900/1: UNWINDER_FRAME_POINTER implementation for Clang").
The bot has tested the following trees: v5.7.11, v5.4.54.
v5.7.11: Failed to apply! Possible dependencies:
5489ab50c227 ("arm/asm: add loglvl to c_backtrace()")
637ce97e7c24 ("ARM: backtrace-clang: check for NULL lr")
7c8ef99a0b04 ("ARM: backtrace-clang: add fixup for lr dereference")
v5.4.54: Failed to apply! Possible dependencies:
40ff1ddb5570 ("ARM: 8948/1: Prevent OOB access in stacktrace")
5489ab50c227 ("arm/asm: add loglvl to c_backtrace()")
637ce97e7c24 ("ARM: backtrace-clang: check for NULL lr")
7c8ef99a0b04 ("ARM: backtrace-clang: add fixup for lr dereference")
NOTE: The patch will not be queued to stable trees until it is upstream.
How should we proceed with this patch?
--
Thanks
Sasha
This is the start of the stable review cycle for the 5.7.14 release.
There are 6 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Fri, 07 Aug 2020 15:34:53 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.7.14-rc1…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.7.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.7.14-rc1
Marc Zyngier <maz(a)kernel.org>
arm64: Workaround circular dependency in pointer_auth.h
Linus Torvalds <torvalds(a)linux-foundation.org>
random32: move the pseudo-random 32-bit definitions to prandom.h
Linus Torvalds <torvalds(a)linux-foundation.org>
random32: remove net_rand_state from the latent entropy gcc plugin
Willy Tarreau <w(a)1wt.eu>
random: fix circular include dependency on arm64 after addition of percpu.h
Grygorii Strashko <grygorii.strashko(a)ti.com>
ARM: percpu.h: fix build error
Willy Tarreau <w(a)1wt.eu>
random32: update the net random state on interrupt and activity
-------------
Diffstat:
Makefile | 4 +-
arch/arm/include/asm/percpu.h | 2 +
arch/arm64/include/asm/pointer_auth.h | 8 +++-
drivers/char/random.c | 1 +
include/linux/prandom.h | 78 +++++++++++++++++++++++++++++++++++
include/linux/random.h | 63 ++--------------------------
kernel/time/timer.c | 8 ++++
lib/random32.c | 2 +-
8 files changed, 103 insertions(+), 63 deletions(-)