Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1644465

Re: [PATCH 2/3] livepatch: send a fake signal to all blocking tasks

From Libor Pechacek <lpechacek@suse.com>
Newsgroups linux.kernel
Subject Re: [PATCH 2/3] livepatch: send a fake signal to all blocking tasks
Date 2017-05-18 15:20 +0200
Message-ID <tItvr-33n-1@gated-at.bofh.it> (permalink)
References <tIspI-2kb-17@gated-at.bofh.it> <tIspI-2kb-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu 18-05-17 14:00:42, Miroslav Benes wrote:
[...]
> --- a/include/linux/livepatch.h
> +++ b/include/linux/livepatch.h
> @@ -29,6 +29,9 @@
>  
>  #include <asm/livepatch.h>
>  
> +/* values for sysfs force attribute */
> +#define KLP_FORCE_FAKE		1
> +

Should be documented in Documentation/ABI/testing/sysfs-kernel-livepatch for
end users.

Libor
-- 
Libor Pechacek
SUSE Labs

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 2/3] livepatch: send a fake signal to all blocking tasks Miroslav Benes <mbenes@suse.cz> - 2017-05-18 14:10 +0200
  Re: [PATCH 2/3] livepatch: send a fake signal to all blocking tasks Libor Pechacek <lpechacek@suse.com> - 2017-05-18 15:20 +0200
    Re: [PATCH 2/3] livepatch: send a fake signal to all blocking  tasks Miroslav Benes <mbenes@suse.cz> - 2017-05-18 15:30 +0200
  Re: [PATCH 2/3] livepatch: send a fake signal to all blocking tasks Oleg Nesterov <oleg@redhat.com> - 2017-05-18 18:50 +0200
    Re: [PATCH 2/3] livepatch: send a fake signal to all blocking  tasks Miroslav Benes <mbenes@suse.cz> - 2017-05-18 20:20 +0200
      Re: [PATCH 2/3] livepatch: send a fake signal to all blocking tasks Oleg Nesterov <oleg@redhat.com> - 2017-05-18 22:00 +0200
        Re: [PATCH 2/3] livepatch: send a fake signal to all blocking  tasks Miroslav Benes <mbenes@suse.cz> - 2017-05-19 10:00 +0200
  Re: [PATCH 2/3] livepatch: send a fake signal to all blocking tasks Josh Poimboeuf <jpoimboe@redhat.com> - 2017-05-23 19:40 +0200
    Re: [PATCH 2/3] livepatch: send a fake signal to all blocking  tasks Miroslav Benes <mbenes@suse.cz> - 2017-05-24 10:40 +0200

csiph-web