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

2013-11-20 Thread Venkat Venkatsubra
> Why are you posting this message a second time? Reposting just the contents of the second message in case it got missed the previous time. Looks like the fix pointed to by the previous link is for a panic on a PPC system with a PAGE_SIZE of 64Kbytes. I think the sequence it was going through

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

2013-11-20 Thread David Miller
Why are you posting this message a second time? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

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

2013-11-20 Thread Venkat Venkatsubra
-Original Message- From: Venkat Venkatsubra Sent: Tuesday, November 19, 2013 5:33 PM To: Honggang LI; Josh Hunt Cc: David Miller; jjo...@suse.com; LKML; net...@vger.kernel.org Subject: RE: [PATCH] rds: Error on offset mismatch if not loopback We now have lot more information than we

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

2013-11-14 Thread Honggang LI
t;>> Sent: Tuesday, November 12, 2013 10:25 PM >>> To: David Miller >>> Cc: jjo...@suse.com; LKML; Venkat Venkatsubra; net...@vger.kernel.org >>> Subject: Re: [PATCH] rds: Error on offset mismatch if not loopback >>> >>> On Tue, Nov 12, 2013 a

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

2013-11-14 Thread Venkat Venkatsubra
-Original Message- From: Honggang LI [mailto:ho...@redhat.com] Sent: Wednesday, November 13, 2013 6:56 PM To: Josh Hunt; Venkat Venkatsubra Cc: David Miller; jjo...@suse.com; LKML; net...@vger.kernel.org Subject: Re: [PATCH] rds: Error on offset mismatch if not loopback On 11/14/2013

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

2013-11-13 Thread Josh Hunt
;>> Sent: Tuesday, November 12, 2013 10:25 PM >>> To: David Miller >>> Cc: jjo...@suse.com; LKML; Venkat Venkatsubra; net...@vger.kernel.org >>> Subject: Re: [PATCH] rds: Error on offset mismatch if not loopback >>> >>> On Tue, Nov 12, 2013 at 10:22 P

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

2013-11-13 Thread Honggang LI
>> Cc: jjo...@suse.com; LKML; Venkat Venkatsubra; net...@vger.kernel.org >> Subject: Re: [PATCH] rds: Error on offset mismatch if not loopback >> >> On Tue, Nov 12, 2013 at 10:22 PM, Josh Hunt wrote: >>> On Sat, Sep 22, 2012 at 2:25 PM, David Miller wrote: >>>> F

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

2013-11-13 Thread Josh Hunt
> Subject: Re: [PATCH] rds: Error on offset mismatch if not loopback > > On Tue, Nov 12, 2013 at 10:22 PM, Josh Hunt wrote: >> On Sat, Sep 22, 2012 at 2:25 PM, David Miller wrote: >>> >>> From: John Jolly >>> Date: Fri, 21 Sep 2012 15:32:40 -0600 >>

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

2013-11-13 Thread Venkat Venkatsubra
-Original Message- From: Josh Hunt [mailto:joshhun...@gmail.com] Sent: Tuesday, November 12, 2013 10:25 PM To: David Miller Cc: jjo...@suse.com; LKML; Venkat Venkatsubra; net...@vger.kernel.org Subject: Re: [PATCH] rds: Error on offset mismatch if not loopback On Tue, Nov 12, 2013 at

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

2013-11-12 Thread David Miller
From: Josh Hunt Date: Tue, 12 Nov 2013 22:22:11 -0600 > David - I can resubmit the patch with the proper signed-off-by and > formatting if you are willing to apply it unless John wants to try again. I > think it's time this got upstream. Nothing is going to happen until the patch is submitted pr

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

2013-11-12 Thread Josh Hunt
On Tue, Nov 12, 2013 at 10:22 PM, Josh Hunt wrote: > On Sat, Sep 22, 2012 at 2:25 PM, David Miller wrote: >> >> From: John Jolly >> Date: Fri, 21 Sep 2012 15:32:40 -0600 >> >> > Attempting an rds connection from the IP address of an IPoIB interface >> > to itself causes a kernel panic due to a B

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

2012-09-22 Thread David Miller
From: John Jolly Date: Fri, 21 Sep 2012 15:32:40 -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 u

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

2012-09-21 Thread Venkat Venkatsubra
On 9/21/2012 4:32 PM, John Jolly wrote: 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

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

2012-09-21 Thread John Jolly
On Fri, Sep 21, 2012 at 01:20:45PM -0400, David Miller wrote: > From: John Jolly > 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 str

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

2012-09-21 Thread David Miller
From: John Jolly 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 unp