All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ktest: Set CLOSE_CONSOLE_SIGNAL in the kvm.conf
@ 2014-04-01 16:14 Steven Rostedt
  2014-04-03 23:56 ` Steven Rostedt
  0 siblings, 1 reply; 2+ messages in thread
From: Steven Rostedt @ 2014-04-01 16:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, Satoru Takeuchi, MUNEDA Takahiro


Linus,

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.

Please pull the latest ktest-v3.15 tree, which can be found at:


  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest.git
ktest-v3.15

Tag SHA1: 13497aad499b1d051de60c988fdbe8bcecf2fa4a
Head SHA1: 62183dcac539a14ed0a820b8392db353d72a7d7e


Satoru Takeuchi (1):
      ktest: Set CLOSE_CONSOLE_SIGNAL in the kvm.conf

----
 tools/testing/ktest/examples/kvm.conf | 4 ++++
 1 file changed, 4 insertions(+)
---------------------------
commit 62183dcac539a14ed0a820b8392db353d72a7d7e
Author: Satoru Takeuchi <satoru.takeuchi@gmail.com>
Date:   Sun Feb 23 10:19:28 2014 +0900

    ktest: Set CLOSE_CONSOLE_SIGNAL in the kvm.conf
    
    As mentioned at commit 5a5d8e48449, we can't terminate 'virsh console'
    with the default signal(INT). So it's better to set CLOSE_CONSOLE_SIGNAL
    in the kvm.conf.
    
    Link: http://lkml.kernel.org/r/8738jatylb.wl%satoru.takeuchi@gmail.com
    
    Signed-off-by: Satoru Takeuchi <satoru.takeuchi@gmail.com>
    [ Typo fixed by ]
    Signed-off-by: MUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>
    Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

diff --git a/tools/testing/ktest/examples/kvm.conf b/tools/testing/ktest/examples/kvm.conf
index 831c7c5..fbc134f 100644
--- a/tools/testing/ktest/examples/kvm.conf
+++ b/tools/testing/ktest/examples/kvm.conf
@@ -10,6 +10,10 @@ MACHINE = Guest
 # Use virsh to read the serial console of the guest
 CONSOLE =  virsh console ${MACHINE}
 
+# Use SIGKILL to terminate virsh console. We can't kill virsh console
+# by the default signal, SIGINT.
+CLOSE_CONSOLE_SIGNAL = KILL
+
 #*************************************#
 # This part is the same as test.conf  #
 #*************************************#

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] ktest: Set CLOSE_CONSOLE_SIGNAL in the kvm.conf
  2014-04-01 16:14 [GIT PULL] ktest: Set CLOSE_CONSOLE_SIGNAL in the kvm.conf Steven Rostedt
@ 2014-04-03 23:56 ` Steven Rostedt
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Rostedt @ 2014-04-03 23:56 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: Linus Torvalds, LKML, Satoru Takeuchi, MUNEDA Takahiro

Hi Linus,

Thanks for pulling in the tracing code. But I'm wonder if this simple
pull request got lost in the mix too, or hidden in your spam folder.

-- Steve


On Tue, 1 Apr 2014 12:14:12 -0400
Steven Rostedt <rostedt@goodmis.org> wrote:

> 
> Linus,
> 
> 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.
> 
> Please pull the latest ktest-v3.15 tree, which can be found at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest.git
> ktest-v3.15
> 
> Tag SHA1: 13497aad499b1d051de60c988fdbe8bcecf2fa4a
> Head SHA1: 62183dcac539a14ed0a820b8392db353d72a7d7e
> 
> 
> Satoru Takeuchi (1):
>       ktest: Set CLOSE_CONSOLE_SIGNAL in the kvm.conf
> 
> ----
>  tools/testing/ktest/examples/kvm.conf | 4 ++++
>  1 file changed, 4 insertions(+)
> ---------------------------
> commit 62183dcac539a14ed0a820b8392db353d72a7d7e
> Author: Satoru Takeuchi <satoru.takeuchi@gmail.com>
> Date:   Sun Feb 23 10:19:28 2014 +0900
> 
>     ktest: Set CLOSE_CONSOLE_SIGNAL in the kvm.conf
>     
>     As mentioned at commit 5a5d8e48449, we can't terminate 'virsh console'
>     with the default signal(INT). So it's better to set CLOSE_CONSOLE_SIGNAL
>     in the kvm.conf.
>     
>     Link: http://lkml.kernel.org/r/8738jatylb.wl%satoru.takeuchi@gmail.com
>     
>     Signed-off-by: Satoru Takeuchi <satoru.takeuchi@gmail.com>
>     [ Typo fixed by ]
>     Signed-off-by: MUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>
>     Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
> 
> diff --git a/tools/testing/ktest/examples/kvm.conf b/tools/testing/ktest/examples/kvm.conf
> index 831c7c5..fbc134f 100644
> --- a/tools/testing/ktest/examples/kvm.conf
> +++ b/tools/testing/ktest/examples/kvm.conf
> @@ -10,6 +10,10 @@ MACHINE = Guest
>  # Use virsh to read the serial console of the guest
>  CONSOLE =  virsh console ${MACHINE}
>  
> +# Use SIGKILL to terminate virsh console. We can't kill virsh console
> +# by the default signal, SIGINT.
> +CLOSE_CONSOLE_SIGNAL = KILL
> +
>  #*************************************#
>  # This part is the same as test.conf  #
>  #*************************************#


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-03 23:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-01 16:14 [GIT PULL] ktest: Set CLOSE_CONSOLE_SIGNAL in the kvm.conf Steven Rostedt
2014-04-03 23:56 ` Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.