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:	Wed, 22 Dec 2010 15:44:28 -0800
From:	Rasesh Mody <rmody@...cade.com>
To:	David Miller <davem@...emloft.net>
CC:	"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
	Debashis Dutt <ddutt@...cade.COM>
Subject: RE: [PATCH 01/10] bna: TxRx and datapath fix

Hi David

>From: David Miller [mailto:davem@...emloft.net]
>Sent: Wednesday, December 22, 2010 3:12 PM
>
>From: Rasesh Mody <rmody@...cade.com>
>Date: Tue, 21 Dec 2010 23:23:07 -0800
>
>>  #define bnad_dim_timer_running(_bnad)				\
>>  	(((_bnad)->cfg_flags & BNAD_CF_DIM_ENABLED) && 		\
>>  	(test_bit(BNAD_RF_DIM_TIMER_RUNNING, &((_bnad)->run_flags))))
>>
>> +#if defined(__ia64__)
>> +#define bnad_udelay	udelay
>> +#else
>> +#define bnad_udelay	__udelay
>> +#endif
>> +
>
>What in the world is this?
>
>Something like this should absolutely, positively, never be necessary.

We will send a corrective patch to fix this.

Thanks,
Rasesh Mody
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ