Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'ktest-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest

Pull single ktest fix from Steven Rostedt:
"This just contains a single update by Satoru Takeuchi, which adds
CLOSE_CONSOLE_SIGNAL to the kvm.conf file, as the kvm guest requires a
different signal than a normal console uses"

* tag 'ktest-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest:
ktest: Set CLOSE_CONSOLE_SIGNAL in the kvm.conf

+4
+4
tools/testing/ktest/examples/kvm.conf
··· 10 10 # Use virsh to read the serial console of the guest 11 11 CONSOLE = virsh console ${MACHINE} 12 12 13 + # Use SIGKILL to terminate virsh console. We can't kill virsh console 14 + # by the default signal, SIGINT. 15 + CLOSE_CONSOLE_SIGNAL = KILL 16 + 13 17 #*************************************# 14 18 # This part is the same as test.conf # 15 19 #*************************************#