diff options
author | 2023-12-08 13:13:45 -0500 | |
---|---|---|
committer | 2023-12-08 13:13:45 -0500 | |
commit | 6254eebad4bedd3ac258a7e0710ec9fb28d8dbe9 (patch) | |
tree | 3625d4c66f8c873754e037f9199f2e44ab1945c4 /scripts/gdb/linux/interrupts.py | |
parent | Merge tag 'kvm-s390-master-6.7-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master (diff) | |
parent | KVM: x86: Remove 'return void' expression for 'void function' (diff) | |
download | wireguard-linux-6254eebad4bedd3ac258a7e0710ec9fb28d8dbe9.tar.xz wireguard-linux-6254eebad4bedd3ac258a7e0710ec9fb28d8dbe9.zip |
Merge tag 'kvm-x86-fixes-6.7-rcN' of https://github.com/kvm-x86/linux into kvm-master
KVM fixes for 6.7-rcN:
- When checking if a _running_ vCPU is "in-kernel", i.e. running at CPL0,
get the CPL directly instead of relying on preempted_in_kernel, which
is valid if and only if the vCPU was preempted, i.e. NOT running.
- Set .owner for various KVM file_operations so that files refcount the
KVM module until KVM is done executing _all_ code, including the last
few instructions of kvm_put_kvm(). And then revert the misguided
attempt to rely on "struct kvm" refcounts to pin KVM-the-module.
- Fix a benign "return void" that was recently introduced.
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions