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]
Date:	Mon, 18 May 2009 06:32:35 -0700
From:	Joe Perches <joe@...ches.com>
To:	Sergei Shtylyov <sshtylyov@...mvista.com>
Cc:	Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
	linux-kernel@...r.kernel.org, linux-ide@...r.kernel.org,
	Borislav Petkov <petkovbb@...il.com>
Subject: Re: [PATCH 6/6] drivers/ide: Convert printk(KERN_NOTICE to
 pr_notice(

On Mon, 2009-05-18 at 14:11 +0400, Sergei Shtylyov wrote:
>   This patch creates lines > 80 chars long, co no ACK this time.

It makes grepping for log messages easier.
http://lkml.org/lkml/2009/4/8/607

> > -				printk(KERN_NOTICE PFX "%s: %d bytes block size"
> > -				       " not supported\n", drive->name, length);
> > +				pr_notice(PFX "%s: %d bytes block size not supported\n",
[]
> > -					printk(KERN_NOTICE PFX "%s: Warning: "
> > -					       "non 512 bytes block size not "
> > -					       "fully supported\n",
> > -					       drive->name);
> > +					pr_notice(PFX "%s: Warning: non 512 bytes block size not fully supported\n",
[]
> > -		printk(KERN_NOTICE "ide-tape: %s: Unsupported request in "
> > -			"request queue (%d)\n", drive->name, rq->cmd_type);
> > +		pr_notice("ide-tape: %s: Unsupported request in request queue (%d)\n",

cheers, Joe

--
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