[PATCH] rds: Error on offset mismatch if not loopback

Subsystems: networking [general], rds - reliable datagram sockets, the rest

STALE5066d

3 messages, 2 authors, 2012-09-21 · open the first message on its own page

[PATCH] rds: Error on offset mismatch if not loopback

From: John Jolly <hidden>
Date: 2012-09-20 07:11:17

Attempting an rds connection from the IP address of an IPoIB interface
to itself causes a kernel panic due to a BUG_ON() being triggered. Making
the test less strict allows rds-ping to work without crashing the machine.

A local unprivileged user could use this flaw to crash the sytem.
---
 net/rds/ib_send.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/rds/ib_send.c b/net/rds/ib_send.c
index e590949..7920c85 100644
--- a/net/rds/ib_send.c
+++ b/net/rds/ib_send.c
@@ -544,7 +544,7 @@ int rds_ib_xmit(struct rds_connection *conn, struct rds_message *rm,
 	int flow_controlled = 0;
 	int nr_sig = 0;
 
-	BUG_ON(off % RDS_FRAG_SIZE);
+	BUG_ON(!conn->c_loopback && off % RDS_FRAG_SIZE);
 	BUG_ON(hdr_off != 0 && hdr_off != sizeof(struct rds_header));
 
 	/* Do not send cong updates to IB loopback */
-- 
1.7.7

Re: [PATCH] rds: Error on offset mismatch if not loopback

From: David Miller <davem@davemloft.net>
Date: 2012-09-21 17:20:48

From: John Jolly <redacted>
Date: Thu, 20 Sep 2012 01:11:34 -0600
Attempting an rds connection from the IP address of an IPoIB interface
to itself causes a kernel panic due to a BUG_ON() being triggered. Making
the test less strict allows rds-ping to work without crashing the machine.

A local unprivileged user could use this flaw to crash the sytem.
Please read Documentation/SubmittingPatches to learn how to properly
submit a change, in particular your patch submission was missing a
proper signoff.

Thanks.

Re: [PATCH] rds: Error on offset mismatch if not loopback

From: John Jolly <hidden>
Date: 2012-09-21 21:28:35

On Fri, Sep 21, 2012 at 01:20:45PM -0400, David Miller wrote:
From: John Jolly <redacted>
Date: Thu, 20 Sep 2012 01:11:34 -0600
quoted
Attempting an rds connection from the IP address of an IPoIB interface
to itself causes a kernel panic due to a BUG_ON() being triggered. Making
the test less strict allows rds-ping to work without crashing the machine.

A local unprivileged user could use this flaw to crash the sytem.
Please read Documentation/SubmittingPatches to learn how to properly
submit a change, in particular your patch submission was missing a
proper signoff.
Thanks for catching that. Resubmitting with proper signoff.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help