* git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git/k.o/for-4.5 crash during boot
@ 2015-12-30 12:04 Bart Van Assche
[not found] ` <5683C863.4040209-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Bart Van Assche @ 2015-12-30 12:04 UTC (permalink / raw)
To: Christoph Lameter
Cc: Doug Ledford, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
[-- Attachment #1: Type: text/plain, Size: 296 bytes --]
Hello Christoph,
Can you check whether the branch in the subject of this e-mail works
fine on your setup (commit 59caaed7a7) ? On my test setup (Dell R430
with two ConnectX-3 adapters) this branch crashes during boot in
get_counter_table() (see also the attached screenshot).
Thanks,
Bart.
[-- Attachment #2: crash.png --]
[-- Type: image/png, Size: 66784 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <5683C863.4040209-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>]
* Re: git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git/k.o/for-4.5 crash during boot [not found] ` <5683C863.4040209-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org> @ 2015-12-30 12:22 ` Or Gerlitz [not found] ` <5683CC7F.5020301-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Or Gerlitz @ 2015-12-30 12:22 UTC (permalink / raw) To: Bart Van Assche, Christoph Lameter Cc: Doug Ledford, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On 12/30/2015 2:04 PM, Bart Van Assche wrote: > Hello Christoph, > > Can you check whether the branch in the subject of this e-mail works > fine on your setup (commit 59caaed7a7) ? On my test setup (Dell R430 > with two ConnectX-3 adapters) this branch crashes during boot in > get_counter_table() (see also the attached screenshot). Can you please check with Hal's fix that was posted here 1-2 days ago, hopefully this should make your system to work Or. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <5683CC7F.5020301-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>]
* Re: git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git/k.o/for-4.5 crash during boot [not found] ` <5683CC7F.5020301-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org> @ 2015-12-30 12:34 ` Leon Romanovsky [not found] ` <20151230123428.GB10271-2ukJVAZIZ/Y@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Leon Romanovsky @ 2015-12-30 12:34 UTC (permalink / raw) To: Or Gerlitz Cc: Bart Van Assche, Christoph Lameter, Doug Ledford, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Wed, Dec 30, 2015 at 02:22:23PM +0200, Or Gerlitz wrote: > On 12/30/2015 2:04 PM, Bart Van Assche wrote: > >Hello Christoph, > > > >Can you check whether the branch in the subject of this e-mail works fine > >on your setup (commit 59caaed7a7) ? On my test setup (Dell R430 with two > >ConnectX-3 adapters) this branch crashes during boot in > >get_counter_table() (see also the attached screenshot). > > Can you please check with Hal's fix that was posted here 1-2 days ago, > hopefully this should make your system to work Or referenced to this patch [1], it should fix your crash. [1] https://patchwork.kernel.org/patch/7929551/ > > Or. > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20151230123428.GB10271-2ukJVAZIZ/Y@public.gmane.org>]
* Re: git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git/k.o/for-4.5 crash during boot [not found] ` <20151230123428.GB10271-2ukJVAZIZ/Y@public.gmane.org> @ 2015-12-31 8:48 ` Bart Van Assche 0 siblings, 0 replies; 4+ messages in thread From: Bart Van Assche @ 2015-12-31 8:48 UTC (permalink / raw) To: Or Gerlitz, Leon Romanovsky, Christoph Lameter, Doug Ledford, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On 12/30/2015 01:34 PM, Leon Romanovsky wrote: > On Wed, Dec 30, 2015 at 02:22:23PM +0200, Or Gerlitz wrote: >> On 12/30/2015 2:04 PM, Bart Van Assche wrote: >>> Hello Christoph, >>> >>> Can you check whether the branch in the subject of this e-mail works fine >>> on your setup (commit 59caaed7a7) ? On my test setup (Dell R430 with two >>> ConnectX-3 adapters) this branch crashes during boot in >>> get_counter_table() (see also the attached screenshot). >> >> Can you please check with Hal's fix that was posted here 1-2 days ago, >> hopefully this should make your system to work > > Or referenced to this patch [1], it should fix your crash. > > [1] https://patchwork.kernel.org/patch/7929551/ Hello Or and Leon, That patch indeed fixes the crash I had reported. Thanks, Bart. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-12-31 8:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-30 12:04 git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git/k.o/for-4.5 crash during boot Bart Van Assche
[not found] ` <5683C863.4040209-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2015-12-30 12:22 ` Or Gerlitz
[not found] ` <5683CC7F.5020301-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-12-30 12:34 ` Leon Romanovsky
[not found] ` <20151230123428.GB10271-2ukJVAZIZ/Y@public.gmane.org>
2015-12-31 8:48 ` Bart Van Assche
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.