diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2019-05-31 18:48:45 -0400 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-05-31 18:48:45 -0400 |
| commit | 24e8a2ca1f74574ad2ed1ac7af0260dd90fd911e (patch) | |
| tree | c863dd43c84579d853f3a2ae0ee6ead46c967703 /lib/plist.c | |
| parent | 66f61c92889ff3ca365161fb29dd36d6354682ba (diff) | |
| parent | d724c9e54939a597592de3659541da11fc7aa112 (diff) | |
Merge tag 'kvm-ppc-fixes-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master
PPC KVM fixes for 5.2
- Several bug fixes for the new XIVE-native code.
- Replace kvm->lock by other mutexes in several places where we hold a
vcpu mutex, to avoid lock order inversions.
- Fix a lockdep warning on guest entry for radix-mode guests.
- Fix a bug causing user-visible corruption of SPRG3 on the host.
Diffstat (limited to 'lib/plist.c')
| -rw-r--r-- | lib/plist.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/plist.c b/lib/plist.c index d3bd8827186f..0d86ed7a76ac 100644 --- a/lib/plist.c +++ b/lib/plist.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | /* | 2 | /* |
| 2 | * lib/plist.c | 3 | * lib/plist.c |
| 3 | * | 4 | * |
| @@ -14,8 +15,6 @@ | |||
| 14 | * Simplifications of the original code by | 15 | * Simplifications of the original code by |
| 15 | * Oleg Nesterov <oleg@tv-sign.ru> | 16 | * Oleg Nesterov <oleg@tv-sign.ru> |
| 16 | * | 17 | * |
| 17 | * Licensed under the FSF's GNU Public License v2 or later. | ||
| 18 | * | ||
| 19 | * Based on simple lists (include/linux/list.h). | 18 | * Based on simple lists (include/linux/list.h). |
| 20 | * | 19 | * |
| 21 | * This file contains the add / del functions which are considered to | 20 | * This file contains the add / del functions which are considered to |
