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-next>] [day] [month] [year] [list]
Date:   Wed, 24 Jul 2019 15:47:11 -0400
From:   Steven Rostedt <rostedt@...dmis.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        Masanari Iida <standby24x7@...il.com>,
        Randy Dunlap <rdunlap@...radead.org>
Subject: [GIT PULL] ktest: Fix some typos in config-bisect.pl


Linus,

This contains only simple spelling fixes.

Ktest has been working well for me, so I'm doing this push now as I do
not expect to have ktest updates in the near future and do not want
this change to be forgotten.


Please pull the latest ktest-v5.3 tree, which can be found at:


  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest.git
ktest-v5.3

Tag SHA1: 2e337a5fb7f2de16bfee9be63b3cf259dcb847e4
Head SHA1: aecea57f84b0586b62c010bea946468d77f6bf0f


Masanari Iida (1):
      ktest: Fix some typos in config-bisect.pl

----
 tools/testing/ktest/config-bisect.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---------------------------
commit aecea57f84b0586b62c010bea946468d77f6bf0f
Author: Masanari Iida <standby24x7@...il.com>
Date:   Tue Jul 23 12:24:45 2019 +0900

    ktest: Fix some typos in config-bisect.pl
    
    This patch fixes some spelling typos in config-bisect.pl
    
    Link: http://lkml.kernel.org/r/20190723032445.14220-1-standby24x7@gmail.com
    
    Acked-by: Randy Dunlap <rdunlap@...radead.org>
    Signed-off-by: Masanari Iida <standby24x7@...il.com>
    Signed-off-by: Steven Rostedt (VMware) <rostedt@...dmis.org>

diff --git a/tools/testing/ktest/config-bisect.pl b/tools/testing/ktest/config-bisect.pl
index 72525426654b..6fd864935319 100755
--- a/tools/testing/ktest/config-bisect.pl
+++ b/tools/testing/ktest/config-bisect.pl
@@ -663,7 +663,7 @@ while ($#ARGV >= 0) {
     }
 
     else {
-	die "Unknow option $opt\n";
+	die "Unknown option $opt\n";
     }
 }
 
@@ -732,7 +732,7 @@ if ($start) {
 	}
     }
     run_command "cp $good_start $good" or die "failed to copy to $good\n";
-    run_command "cp $bad_start $bad" or die "faield to copy to $bad\n";
+    run_command "cp $bad_start $bad" or die "failed to copy to $bad\n";
 } else {
     if ( ! -f $good ) {
 	die "Can not find file $good\n";

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ