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:	Fri, 24 Aug 2007 09:39:06 -0700
From:	"Nelson, Shannon" <shannon.nelson@...el.com>
To:	"Randy Dunlap" <randy.dunlap@...cle.com>
Cc:	<akpm@...ux-foundation.org>, <linux-kernel@...r.kernel.org>,
	<davem@...emloft.net>
Subject: RE: [PATCH v2 -mm 3/7] I/OAT: code cleanup from checkpatch output

Randy Dunlap [mailto:randy.dunlap@...cle.com] 
>Sent: Thursday, August 23, 2007 10:39 PM
>To: Nelson, Shannon
>Cc: akpm@...ux-foundation.org; linux-kernel@...r.kernel.org; 
>davem@...emloft.net
>Subject: Re: [PATCH v2 -mm 3/7] I/OAT: code cleanup from 
>checkpatch output
>
>On Thu, 23 Aug 2007 17:15:06 -0700 Shannon Nelson wrote:
>
>> Take care of a bunch of little code nits in ioatdma files
>> 
>> Signed-off-by: Shannon Nelson <shannon.nelson@...el.com>
>> Acked-by: David S. Miller <davem@...emloft.net>
>> ---
>> 
>>  drivers/dma/ioat_dma.c |  200 
>+++++++++++++++++++++++++++---------------------
>>  1 files changed, 111 insertions(+), 89 deletions(-)
>> 
>> diff --git a/drivers/dma/ioat_dma.c b/drivers/dma/ioat_dma.c
>> index 55227d4..9a4d154 100644
>> --- a/drivers/dma/ioat_dma.c
>> +++ b/drivers/dma/ioat_dma.c
>
>> -	printk(KERN_INFO "Intel(R) I/OAT DMA Engine found, %d
channels\n",
>> -		device->common.chancnt);
>> +	printk(KERN_INFO " "
>> +		 "ioatdma: Intel(R) I/OAT DMA Engine found, %d
channels\n",
>> +		 device->common.chancnt);
>>  
>>  	err = ioat_self_test(device);
>>  	if (err)
>
>> @@ -764,7 +784,8 @@ err_set_dma_mask:
>>  	pci_disable_device(pdev);
>>  err_enable_device:
>>  
>> -	printk(KERN_ERR "Intel(R) I/OAT DMA Engine initialization
failed\n");
>> +	printk(KERN_INFO " "
>> +		"ioatdma: Intel(R) I/OAT DMA Engine initialization
failed\n");
>>  
>>  	return err;
>>  }
>
>What's with these (KERN_INFO " "
>			"...more strings");
>??

These are admittedly not the smartest move, but they are replaced later
in the patch-set.
sln
--
======================================================================
Mr. Shannon Nelson                 LAN Access Division, Intel Corp.
Shannon.Nelson@...el.com                I don't speak for Intel
(503) 712-7659                    Parents can't afford to be squeamish.
-
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