reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 0/5] reiserfs lock inversion fixes on xattr
       [not found] ` <1262205747-9208-1-git-send-regression-fweisbec@gmail.com>
@ 2009-12-31  6:32   ` Christian Kujau
  2010-01-01  9:29     ` Ingo Molnar
  2010-01-02  1:40     ` Frederic Weisbecker
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Kujau @ 2009-12-31  6:32 UTC (permalink / raw)
  To: Frederic Weisbecker
  Cc: LKML, Alexander Beregalov, Chris Mason, Ingo Molnar,
	reiserfs-devel

On Wed, 30 Dec 2009 at 21:42, Frederic Weisbecker wrote:
> I hope you can give it a try (and/or review) before I send the whole
> to Linus.

Without your patches, "dbench -x" was pretty much instantly causing the 
threads to lock up, forcing me to reboot the box. With LOCKDEP enabled, 
warnings were printed. After applying your patches (and a reboot) I've run 
"dbench -x" for quite a while now with different runtimes and number of
clients and it's not locking up any more. I've tested with:

CONFIG_REISERFS_FS=y
CONFIG_REISERFS_CHECK=y
CONFIG_REISERFS_PROC_INFO=y
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
# CONFIG_REISERFS_FS_SECURITY is not set

...and a few "Kernel hacking" options set. Full config and dmesg:

   http://nerdbynature.de/bits/2.6.33-rc1/reiserfs/t3/

   (although I'm not really testing -rc1 but latest mainline -git
    and your changes pulled)

So, feel free to add:

  Tested-by: Christian Kujau <lists@nerdbynature.de>

I can't help with the code review though :-\

Thanks!
Christian.
-- 
BOFH excuse #208:

Your mail is being routed through Germany ... and they're censoring us.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/5] reiserfs lock inversion fixes on xattr
  2009-12-31  6:32   ` [PATCH 0/5] reiserfs lock inversion fixes on xattr Christian Kujau
@ 2010-01-01  9:29     ` Ingo Molnar
  2010-01-02  3:52       ` Frederic Weisbecker
  2010-01-02  1:40     ` Frederic Weisbecker
  1 sibling, 1 reply; 4+ messages in thread
From: Ingo Molnar @ 2010-01-01  9:29 UTC (permalink / raw)
  To: Christian Kujau
  Cc: Frederic Weisbecker, LKML, Alexander Beregalov, Chris Mason,
	reiserfs-devel


* Christian Kujau <lists@nerdbynature.de> wrote:

> On Wed, 30 Dec 2009 at 21:42, Frederic Weisbecker wrote:
> > I hope you can give it a try (and/or review) before I send the whole
> > to Linus.
> 
> Without your patches, "dbench -x" was pretty much instantly causing the 
> threads to lock up, forcing me to reboot the box. With LOCKDEP enabled, 
> warnings were printed. After applying your patches (and a reboot) I've run 
> "dbench -x" for quite a while now with different runtimes and number of
> clients and it's not locking up any more. I've tested with:
> 
> CONFIG_REISERFS_FS=y
> CONFIG_REISERFS_CHECK=y
> CONFIG_REISERFS_PROC_INFO=y
> CONFIG_REISERFS_FS_XATTR=y
> CONFIG_REISERFS_FS_POSIX_ACL=y
> # CONFIG_REISERFS_FS_SECURITY is not set
> 
> ...and a few "Kernel hacking" options set. Full config and dmesg:
> 
>    http://nerdbynature.de/bits/2.6.33-rc1/reiserfs/t3/
> 
>    (although I'm not really testing -rc1 but latest mainline -git
>     and your changes pulled)
> 
> So, feel free to add:
> 
>   Tested-by: Christian Kujau <lists@nerdbynature.de>

Frederic, i'd suggest you send this tree to Linus with Christian's tested-by 
tags added ASAP - we better have these fixes in -rc3.

Thanks,

	Ingo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/5] reiserfs lock inversion fixes on xattr
  2009-12-31  6:32   ` [PATCH 0/5] reiserfs lock inversion fixes on xattr Christian Kujau
  2010-01-01  9:29     ` Ingo Molnar
@ 2010-01-02  1:40     ` Frederic Weisbecker
  1 sibling, 0 replies; 4+ messages in thread
From: Frederic Weisbecker @ 2010-01-02  1:40 UTC (permalink / raw)
  To: Christian Kujau
  Cc: LKML, Alexander Beregalov, Chris Mason, Ingo Molnar,
	reiserfs-devel

On Wed, Dec 30, 2009 at 10:32:04PM -0800, Christian Kujau wrote:
> On Wed, 30 Dec 2009 at 21:42, Frederic Weisbecker wrote:
> > I hope you can give it a try (and/or review) before I send the whole
> > to Linus.
> 
> Without your patches, "dbench -x" was pretty much instantly causing the 
> threads to lock up, forcing me to reboot the box. With LOCKDEP enabled, 
> warnings were printed. After applying your patches (and a reboot) I've run 
> "dbench -x" for quite a while now with different runtimes and number of
> clients and it's not locking up any more. I've tested with:
> 
> CONFIG_REISERFS_FS=y
> CONFIG_REISERFS_CHECK=y
> CONFIG_REISERFS_PROC_INFO=y
> CONFIG_REISERFS_FS_XATTR=y
> CONFIG_REISERFS_FS_POSIX_ACL=y
> # CONFIG_REISERFS_FS_SECURITY is not set
> 
> ...and a few "Kernel hacking" options set. Full config and dmesg:
> 
>    http://nerdbynature.de/bits/2.6.33-rc1/reiserfs/t3/
> 
>    (although I'm not really testing -rc1 but latest mainline -git
>     and your changes pulled)
> 
> So, feel free to add:
> 
>   Tested-by: Christian Kujau <lists@nerdbynature.de>


Great, I've added this to the xattr related commits,
thanks a lot!


> 
> I can't help with the code review though :-\


Don't worry, both testing and review are very precious
and appreciated!


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/5] reiserfs lock inversion fixes on xattr
  2010-01-01  9:29     ` Ingo Molnar
@ 2010-01-02  3:52       ` Frederic Weisbecker
  0 siblings, 0 replies; 4+ messages in thread
From: Frederic Weisbecker @ 2010-01-02  3:52 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Christian Kujau, LKML, Alexander Beregalov, Chris Mason,
	reiserfs-devel

On Fri, Jan 01, 2010 at 10:29:44AM +0100, Ingo Molnar wrote:
> 
> * Christian Kujau <lists@nerdbynature.de> wrote:
> 
> > On Wed, 30 Dec 2009 at 21:42, Frederic Weisbecker wrote:
> > > I hope you can give it a try (and/or review) before I send the whole
> > > to Linus.
> > 
> > Without your patches, "dbench -x" was pretty much instantly causing the 
> > threads to lock up, forcing me to reboot the box. With LOCKDEP enabled, 
> > warnings were printed. After applying your patches (and a reboot) I've run 
> > "dbench -x" for quite a while now with different runtimes and number of
> > clients and it's not locking up any more. I've tested with:
> > 
> > CONFIG_REISERFS_FS=y
> > CONFIG_REISERFS_CHECK=y
> > CONFIG_REISERFS_PROC_INFO=y
> > CONFIG_REISERFS_FS_XATTR=y
> > CONFIG_REISERFS_FS_POSIX_ACL=y
> > # CONFIG_REISERFS_FS_SECURITY is not set
> > 
> > ...and a few "Kernel hacking" options set. Full config and dmesg:
> > 
> >    http://nerdbynature.de/bits/2.6.33-rc1/reiserfs/t3/
> > 
> >    (although I'm not really testing -rc1 but latest mainline -git
> >     and your changes pulled)
> > 
> > So, feel free to add:
> > 
> >   Tested-by: Christian Kujau <lists@nerdbynature.de>
> 
> Frederic, i'd suggest you send this tree to Linus with Christian's tested-by 
> tags added ASAP - we better have these fixes in -rc3.
> 
> Thanks,
> 
> 	Ingo


Yep, done :)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-02  3:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1262150491-9983-1-git-send-regression-fweisbec@gmail.com>
     [not found] ` <1262205747-9208-1-git-send-regression-fweisbec@gmail.com>
2009-12-31  6:32   ` [PATCH 0/5] reiserfs lock inversion fixes on xattr Christian Kujau
2010-01-01  9:29     ` Ingo Molnar
2010-01-02  3:52       ` Frederic Weisbecker
2010-01-02  1:40     ` Frederic Weisbecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).