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] [day] [month] [year] [list]
Date:	Tue, 16 Mar 2010 21:18:50 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	andy.grover@...cle.com
Cc:	netdev@...r.kernel.org, rds-devel@....oracle.com
Subject: Re: [PATCH net-next 00/13] RDS bugfixes and cleanups

From: Andy Grover <andy.grover@...cle.com>
Date: Thu, 11 Mar 2010 15:49:54 -0800

> These patches are against net-next, please apply.

All applied, thanks Andy.

BTW:

+	/* Do not send cong updates to IB loopback */
+	if (conn->c_loopback
+	    && rm->m_inc.i_hdr.h_flags & RDS_FLAG_CONG_BITMAP) {
+		rds_cong_map_updated(conn->c_fcong, ~(u64) 0);
+		return sizeof(struct rds_header) + RDS_CONG_MAP_BYTES;
+	}
+

Be careful with operator precedence here.  Even if it's right,
probably better to add parenthesis just to sleep more easily
at night :-)

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