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:	Thu, 5 Nov 2009 22:09:30 +0200
From:	"Yevgeny Petrilin" <yevgenyp@...lanox.co.il>
To:	"Roland Dreier" <rdreier@...co.com>
Cc:	<linux-rdma@...r.kernel.org>, <netdev@...r.kernel.org>,
	"Liran Liss" <liranl@...lanox.co.il>,
	"Tziporet Koren" <tziporet@...lanox.co.il>
Subject: RE: [PATCH 08/25] mlx4_core: fix buggy parsing of reserved eq cap

 

> > -	dev_cap->reserved_eqs = 1 << (field & 0xf);
> > +	dev_cap->reserved_eqs = field & 0xf;
>
>This patch looks good to apply right now.  Is it OK for me to make this
>"From: Liran Liss <liranl@...lanox.co.il>" and add "Signed-off-by:
>Yevgeny Petrilin <yevgenyp@...lanox.co.il>"?

Yes, but
I am currently working on fixing the patches according to comments
received so far,
And thought to resubmit the entire patch set.


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