Merge tag 'kvm-ppc-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
PPC KVM update for 5.4 - Some prep for extending the uses of the rmap array - Various minor fixes - Commits from the powerpc topic/ppc-kvm branch, which fix a problem with interrupts arriving after free_irq, causing host hangs and crashes.
このコミットが含まれているのは:
@@ -663,7 +663,7 @@ while ($#ARGV >= 0) {
|
||||
}
|
||||
|
||||
else {
|
||||
die "Unknow option $opt\n";
|
||||
die "Unknown option $opt\n";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -732,7 +732,7 @@ if ($start) {
|
||||
}
|
||||
}
|
||||
run_command "cp $good_start $good" or die "failed to copy to $good\n";
|
||||
run_command "cp $bad_start $bad" or die "faield to copy to $bad\n";
|
||||
run_command "cp $bad_start $bad" or die "failed to copy to $bad\n";
|
||||
} else {
|
||||
if ( ! -f $good ) {
|
||||
die "Can not find file $good\n";
|
||||
|
新しいイシューから参照
ユーザーをブロックする