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:	Sat, 17 Feb 2007 17:29:15 +0000
From:	Richard Fearn <richardfearn@...il.com>
To:	swhiteho@...hat.com
CC:	linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: [PATCH 2.6.20] gfs2: add newline to printk message

Patch for the 2.6.20 stable tree that adds a missing newline to one of
the printk messages in fs/gfs2/ops_fstype.c.

Signed-off-by: Richard Fearn <richardfearn@...il.com>

diff -uprN 2.6.20/fs/gfs2/ops_fstype.c new/fs/gfs2/ops_fstype.c
--- 2.6.20/fs/gfs2/ops_fstype.c	2007-02-04 18:44:54.000000000 +0000
+++ new/fs/gfs2/ops_fstype.c	2007-02-17 15:36:45.000000000 +0000
@@ -840,7 +840,7 @@ static struct super_block* get_gfs2_sb(c
 	}

 	printk(KERN_WARNING "GFS2: Unrecognized block device or "
-	       "mount point %s", dev_name);
+	       "mount point %s\n", dev_name);

 free_nd:
 	path_release(&nd);


-
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