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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 6 Apr 2011 00:14:08 +0000
From:	Hank Janssen <hjanssen@...rosoft.com>
To:	Greg KH <greg@...ah.com>
CC:	Haiyang Zhang <haiyangz@...rosoft.com>,
	"gregkh@...e.de" <gregkh@...e.de>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"devel@...uxdriverproject.org" <devel@...uxdriverproject.org>,
	"virtualization@...ts.osdl.org" <virtualization@...ts.osdl.org>,
	"KY Srinivasan" <kys@...rosoft.com>
Subject: RE: [PATCH 07/07] Replaced printk with pr_info in hv_timesource



> -----Original Message-----
> From: Greg KH [mailto:greg@...ah.com]
> Sent: Monday, April 04, 2011 10:01 PM
> To: Hank Janssen
> Cc: Haiyang Zhang; gregkh@...e.de; linux-kernel@...r.kernel.org;
> devel@...uxdriverproject.org; virtualization@...ts.osdl.org; KY Srinivasan
> Subject: Re: [PATCH 07/07] Replaced printk with pr_info in hv_timesource
> 
> >  #include <linux/version.h>
> >  #include <linux/clocksource.h>
> > @@ -91,7 +92,7 @@ static int __init init_hv_clocksource(void)
> >  	if (!dmi_check_system(hv_timesource_dmi_table))
> >  		return -ENODEV;
> >
> > -	printk(KERN_INFO "Registering HyperV clock source\n");
> > +	pr_info("Registering HyperV clock source\n");
> 
> Why is this line even needed at all?  Please remove it in future patches.
> 

Of course, since there have been so many changes I will wait a day or two 
To get stuff settled in staging and I will send the patch to remove it.

Hank.

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