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] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241218144922.48cab33a@gandalf.local.home>
Date: Wed, 18 Dec 2024 14:49:22 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: WangYuli <wangyuli@...ontech.com>
Cc: warthog9@...lescrag.net, kuba@...nel.org, ast@...nel.org,
 andrii@...nel.org, skhan@...uxfoundation.org, akpm@...ux-foundation.org,
 namhyung@...nel.org, acme@...nel.org, irogers@...gle.com,
 linux-kernel@...r.kernel.org, standby24x7@...il.com, jkosina@...e.cz,
 guanwentao@...ontech.com, zhanjun@...ontech.com, kees@...nel.org,
 jani.nikula@...el.com, joe@...ches.com, maninder1.s@...sung.com,
 keescook@...omium.org, sudip@...torindia.org,
 torvalds@...ux-foundation.org, zhaolei@...fujitsu.com,
 rdunlap@...radead.org, colin.king@...onical.com,
 ross.zwisler@...ux.intel.com, yamada.masahiro@...ionext.com,
 jinb.park7@...il.com, mchehab@...pensource.com, sboyd@...eaurora.org,
 fthain@...egraphics.com.au, paul.walmsley@...ive.com,
 chris.paterson2@...esas.com, sboyd@...nel.org, geert+renesas@...der.be,
 xndchn@...il.com, luca@...aceresoli.net, j.neuschaefer@....ne,
 sjpark@...zon.de, david@...hat.com, wangqing@...o.com,
 j.neuschaefer@....net, naoki.hayama@...eo.co.jp, apw@...onical.com,
 zhangwen@...ong.com, zuoqilin@...ong.com, dingsenjie@...ong.com,
 tom.saeger@...cle.com, axboe@...nel.dk, drew@...gleboard.org,
 sven@...fation.org, colin.i.king@...il.com, ribalda@...omium.org,
 sj@...nel.org, dfustini@...libre.com, didi.debian@...ow.org,
 luca.ceresoli@...tlin.com, conor@...nel.org, jszhang@...nel.org,
 jesse.brandeburg@...el.com
Subject: Re: [RESEND. PATCH] tools/testing: Fix typo "accesing"

On Wed, 18 Dec 2024 22:04:37 +0800
WangYuli <wangyuli@...ontech.com> wrote:

> There is a spelling mistake of 'accesing' in comments which should
> be 'accessing'.
> 
> Signed-off-by: WangYuli <wangyuli@...ontech.com>
> ---
>  tools/testing/ktest/examples/include/defaults.conf | 2 +-

The subject should start with "ktest:" or "ktest.pl:", because that's how I
search my inbox for ktest patches. If you don't have that, then I don't see
it.

I just happened to noticed that this patch was related to ktest.

Although, I'll likely modify my internal Patchwork to search for content
that has "tools/testing/ktest" in the body.

-- Steve


>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/ktest/examples/include/defaults.conf b/tools/testing/ktest/examples/include/defaults.conf
> index 63a1a83f4f0b..f6d8517a471e 100644
> --- a/tools/testing/ktest/examples/include/defaults.conf
> +++ b/tools/testing/ktest/examples/include/defaults.conf
> @@ -46,7 +46,7 @@ CLEAR_LOG = 1
>  
>  SSH_USER = root
>  
> -# For accesing the machine, we will ssh to root@...hine.
> +# For accessing the machine, we will ssh to root@...hine.
>  SSH := ssh ${SSH_USER}@...ACHINE}
>  
>  # Update this. The default here is ktest will ssh to the target box


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ