lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 24 Dec 2014 00:11:13 +0100 (CET)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Josh Poimboeuf <jpoimboe@...hat.com>
cc:	Seth Jennings <sjenning@...hat.com>,
	Vojtech Pavlik <vojtech@...e.cz>,
	live-patching@...r.kernel.org, linux-kernel@...r.kernel.org,
	Udo Seidel <udoseidel@....de>
Subject: Re: [PATCH] samples/livepatch: fix usage example comments

On Tue, 23 Dec 2014, Josh Poimboeuf wrote:

> Fix a few typos in the livepatch-sample.c usage example comments and add
> some whitespace to make the comments a little more legible.
> 
> Reported-by: Udo Seidel <udoseidel@....de>
> Signed-off-by: Josh Poimboeuf <jpoimboe@...hat.com>

[ adding Udo to CC ]

Applied, thanks.

> ---
>  samples/livepatch/livepatch-sample.c | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/samples/livepatch/livepatch-sample.c b/samples/livepatch/livepatch-sample.c
> index 21f159d..fb8c861 100644
> --- a/samples/livepatch/livepatch-sample.c
> +++ b/samples/livepatch/livepatch-sample.c
> @@ -26,12 +26,16 @@
>   * kernel boot cmdline when /proc/cmdline is read.
>   *
>   * Example:
> + *
>   * $ cat /proc/cmdline
>   * <your cmdline>
> + *
>   * $ insmod livepatch-sample.ko
>   * $ cat /proc/cmdline
>   * this has been live patched
> - * $ echo 0 > /sys/kernel/livepatch/klp_sample/enabled
> + *
> + * $ echo 0 > /sys/kernel/livepatch/livepatch_sample/enabled
> + * $ cat /proc/cmdline
>   * <your cmdline>
>   */
>  
> -- 
> 2.1.0
> 

-- 
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ