Commit df98923
KVM: s390: Reject setting flic pfault attributes on ucontrol VMs
Prevent null pointer dereference when processing the
KVM_DEV_FLIC_APF_ENABLE and KVM_DEV_FLIC_APF_DISABLE_WAIT ioctls in the
interrupt controller.
Fixes: 3c038e6 ("KVM: async_pf: Async page fault support on s390")
Reported-by: Claudio Imbrenda <[email protected]>
Signed-off-by: Christoph Schlameuss <[email protected]>
Reviewed-by: Hariharan Mari <[email protected]>
Reviewed-by: Claudio Imbrenda <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Message-ID: <[email protected]>
Signed-off-by: Claudio Imbrenda <[email protected]>1 parent 984aaf6 commit df98923
File tree
2 files changed
+8
-0
lines changed- Documentation/virt/kvm/devices
- arch/s390/kvm
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2678 | 2678 | | |
2679 | 2679 | | |
2680 | 2680 | | |
| 2681 | + | |
| 2682 | + | |
2681 | 2683 | | |
2682 | 2684 | | |
2683 | 2685 | | |
| 2686 | + | |
| 2687 | + | |
2684 | 2688 | | |
2685 | 2689 | | |
2686 | 2690 | | |
| |||
0 commit comments