All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 21092] New: Kernel 2.6.36 Bug during quotaon on reiserfs
@ 2010-10-24 16:57 bugzilla-daemon
  2010-10-25 22:54 ` [Bug 21092] " bugzilla-daemon
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: bugzilla-daemon @ 2010-10-24 16:57 UTC (permalink / raw)
  To: reiserfs-devel

https://bugzilla.kernel.org/show_bug.cgi?id=21092

           Summary: Kernel 2.6.36 Bug during quotaon on reiserfs
           Product: File System
           Version: 2.5
    Kernel Version: 2.6.36
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: ReiserFS
        AssignedTo: reiserfs-devel@vger.kernel.org
        ReportedBy: markus.gapp@gmx.net
        Regression: Yes


I get this bug during boot at enabling usrquta for a reiser(3)fs since 2.6.36.
The kernel is a x86_64 smp. The reiserfs reisdes on a dm raid level 5. The same
setup worked with kernel version 2.6.35.7, of course there was no other
configuratrion change between 2.6.35.7 and 2.6.36.

REISERFS warning (device dm-4): reiserfs-2500 finish_unfinished: cannot turn on
journaled quota: error -3
------------[ cut here ]------------
kernel BUG at fs/reiserfs/lock.c:43!
invalid opcode: 0000 [#1] SMP 
last sysfs file: /sys/devices/virtual/vc/vcsa12/uevent
CPU 5 
Modules linked in: snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq
snd_seq_device snd_pcm_oss snd_mixer_oss quota_v2 quota_tree
snd_hda_codec_atihdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_pcm
psmouse snd_timer evdev firewire_ohci snd pcspkr soundcore processor
firewire_core thermal snd_page_alloc button crc_itu_t i5k_amb
scsi_transport_iscsi tg3 libphy fuse nfs auth_rpcgss fscache lockd sunrpc
dm_crypt dm_mirror dm_region_hash dm_log scsi_wait_scan uhci_hcd usb_storage
ehci_hcd sr_mod cdrom sg

Pid: 3916, comm: quotaon Not tainted 2.6.36_hope3-xw6600 #1 0A9Ch/HP xw6600
Workstation
RIP: 0010:[<ffffffff811581a3>]  [<ffffffff811581a3>]
reiserfs_write_unlock+0x43/0x50
RSP: 0018:ffff880127a5dd78  EFLAGS: 00010203
RAX: ffff880129cef3e0 RBX: ffff8801298115d0 RCX: 000000000000006e
RDX: ffff88012090c540 RSI: 0000000000000000 RDI: ffff88012a838000
RBP: ffff880127a5dd78 R08: 000000000000000b R09: ffff8801298115d0
R10: 00007f5abe320580 R11: 0000000000000246 R12: ffff880129811540
R13: ffff880129811680 R14: ffff88012adc3400 R15: 0000000000001000
FS:  00007f5abd54c700(0000) GS:ffff880001940000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007f5abd5924c5 CR3: 000000012a741000 CR4: 00000000000006e0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Process quotaon (pid: 3916, threadinfo ffff880127a5c000, task ffff880129cef3e0)
Stack:
 ffff880127a5ddc8 ffffffff81155d6f ffff880127a5dda8 ffffffff810d505c
<0> 0000000000000002 ffff880127a5de28 ffff88012adc3400 0000000000000000
<0> 0000000000000002 ffff88012adc3400 ffff880127a5de68 ffffffff81141071
Call Trace:
 [<ffffffff81155d6f>] reiserfs_unpack+0x6f/0x160
 [<ffffffff810d505c>] ? path_put+0x2c/0x40
 [<ffffffff81141071>] reiserfs_quota_on+0x171/0x1d0
 [<ffffffff810d8056>] ? do_path_lookup+0x36/0x60
 [<ffffffff81237245>] ? strncpy_from_user+0x45/0x90
 [<ffffffff81119ac5>] do_quotactl+0x4d5/0x520
 [<ffffffff810d505c>] ? path_put+0x2c/0x40
 [<ffffffff8142b181>] ? down_read+0x11/0x30
 [<ffffffff81119bbe>] sys_quotactl+0xae/0x120                                   
 [<ffffffff81002d2b>] system_call_fastpath+0x16/0x1b                            
Code: 75 29 8b 47 50 ff c8 89 47 50 83 f8 ff 74 09 c9 c3 0f 1f 80 00 00 00 00
48 c7 47 48 00 00 00 00 48 83 c7 28 e8 5f 26 2d 00 c9 c3 <0f> 0b eb fe 66 0f 1f
84 00 00 00 00 00 55 83 fe ff 48 89 e5 74                                       
RIP  [<ffffffff811581a3>] reiserfs_write_unlock+0x43/0x50                       
 RSP <ffff880127a5dd78>                                                         
---[ end trace 488c3fb0de5127fd ]---  


Despite the bug the fs in question is accessible, quota of course dont'work.
Any susequent try to enable quota result in a stalled quotaon command without
any output on console or dmesg.


Thank you, Markus

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 21092] Kernel 2.6.36 Bug during quotaon on reiserfs
  2010-10-24 16:57 [Bug 21092] New: Kernel 2.6.36 Bug during quotaon on reiserfs bugzilla-daemon
@ 2010-10-25 22:54 ` bugzilla-daemon
  2010-10-27 21:55 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 21+ messages in thread
From: bugzilla-daemon @ 2010-10-25 22:54 UTC (permalink / raw)
  To: reiserfs-devel

https://bugzilla.kernel.org/show_bug.cgi?id=21092


Rafael J. Wysocki <rjw@sisk.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |florian@mickler.org,
                   |                            |rjw@sisk.pl
             Blocks|                            |16444




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 21092] Kernel 2.6.36 Bug during quotaon on reiserfs
  2010-10-24 16:57 [Bug 21092] New: Kernel 2.6.36 Bug during quotaon on reiserfs bugzilla-daemon
  2010-10-25 22:54 ` [Bug 21092] " bugzilla-daemon
@ 2010-10-27 21:55 ` bugzilla-daemon
  2010-10-27 21:58 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 21+ messages in thread
From: bugzilla-daemon @ 2010-10-27 21:55 UTC (permalink / raw)
  To: reiserfs-devel

https://bugzilla.kernel.org/show_bug.cgi?id=21092


Jan Kara <jack@suse.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack@suse.cz




--- Comment #1 from Jan Kara <jack@suse.cz>  2010-10-27 21:55:24 ---
This looks like a fallout of the BKL conversion in reiserfs. After the
conversion, it is expected that reiserfs_unpack will be called with write_lock
held but that's not the case for the call from reiserfs_quota_on.

The easiest is probably to just acquire write_lock before calling
reiserfs_unpack. The attached patch does this and don't see the BUG with it.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 21092] Kernel 2.6.36 Bug during quotaon on reiserfs
  2010-10-24 16:57 [Bug 21092] New: Kernel 2.6.36 Bug during quotaon on reiserfs bugzilla-daemon
  2010-10-25 22:54 ` [Bug 21092] " bugzilla-daemon
  2010-10-27 21:55 ` bugzilla-daemon
@ 2010-10-27 21:58 ` bugzilla-daemon
  2010-10-27 23:04 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 21+ messages in thread
From: bugzilla-daemon @ 2010-10-27 21:58 UTC (permalink / raw)
  To: reiserfs-devel

https://bugzilla.kernel.org/show_bug.cgi?id=21092





--- Comment #2 from Jan Kara <jack@suse.cz>  2010-10-27 21:58:36 ---
Created an attachment (id=35292)
 --> (https://bugzilla.kernel.org/attachment.cgi?id=35292)
Patch fixing locking in reiserfs_quota_on()

Could you please try whether this patch fixes the issue? Thanks.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 21092] Kernel 2.6.36 Bug during quotaon on reiserfs
  2010-10-24 16:57 [Bug 21092] New: Kernel 2.6.36 Bug during quotaon on reiserfs bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-10-27 21:58 ` bugzilla-daemon
@ 2010-10-27 23:04 ` bugzilla-daemon
  2010-10-29  6:52 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 21+ messages in thread
From: bugzilla-daemon @ 2010-10-27 23:04 UTC (permalink / raw)
  To: reiserfs-devel

https://bugzilla.kernel.org/show_bug.cgi?id=21092





--- Comment #3 from markus.gapp@gmx.net  2010-10-27 23:04:04 ---
@Jan Kara:

Your patch fixes the issue for me. Thank you very much!

Markus

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 21092] Kernel 2.6.36 Bug during quotaon on reiserfs
  2010-10-24 16:57 [Bug 21092] New: Kernel 2.6.36 Bug during quotaon on reiserfs bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-10-27 23:04 ` bugzilla-daemon
@ 2010-10-29  6:52 ` bugzilla-daemon
  2010-11-18 23:46 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 21+ messages in thread
From: bugzilla-daemon @ 2010-10-29  6:52 UTC (permalink / raw)
  To: reiserfs-devel

https://bugzilla.kernel.org/show_bug.cgi?id=21092


Florian Mickler <florian@mickler.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |PATCH_ALREADY_AVAILABLE




--- Comment #4 from Florian Mickler <florian@mickler.org>  2010-10-29 06:52:37 ---
Patch: https://bugzilla.kernel.org/attachment.cgi?id=35292

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 21092] Kernel 2.6.36 Bug during quotaon on reiserfs
  2010-10-24 16:57 [Bug 21092] New: Kernel 2.6.36 Bug during quotaon on reiserfs bugzilla-daemon
                   ` (4 preceding siblings ...)
  2010-10-29  6:52 ` bugzilla-daemon
@ 2010-11-18 23:46 ` bugzilla-daemon
  2011-01-06 15:39 ` bugzilla-daemon
  2011-01-06 15:40 ` bugzilla-daemon
  7 siblings, 0 replies; 21+ messages in thread
From: bugzilla-daemon @ 2010-11-18 23:46 UTC (permalink / raw)
  To: reiserfs-devel

https://bugzilla.kernel.org/show_bug.cgi?id=21092





--- Comment #5 from Rafael J. Wysocki <rjw@sisk.pl>  2010-11-18 23:46:06 ---
Handled-By : Jan Kara <jack@suse.cz>

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 21092] Kernel 2.6.36 Bug during quotaon on reiserfs
  2010-10-24 16:57 [Bug 21092] New: Kernel 2.6.36 Bug during quotaon on reiserfs bugzilla-daemon
                   ` (5 preceding siblings ...)
  2010-11-18 23:46 ` bugzilla-daemon
@ 2011-01-06 15:39 ` bugzilla-daemon
  2011-01-06 15:40 ` bugzilla-daemon
  7 siblings, 0 replies; 21+ messages in thread
From: bugzilla-daemon @ 2011-01-06 15:39 UTC (permalink / raw)
  To: reiserfs-devel

https://bugzilla.kernel.org/show_bug.cgi?id=21092





--- Comment #6 from Rafael J. Wysocki <rjw@sisk.pl>  2011-01-06 15:39:25 ---
On Thursday, January 06, 2011, Jan Kara wrote:
>   Hi,
> 
> On Thu 30-12-10 00:21:21, Rafael J. Wysocki wrote:
> > This message has been generated automatically as a part of a report
> > of regressions introduced between 2.6.35 and 2.6.36.
> > 
> > The following bug entry is on the current list of known regressions
> > introduced between 2.6.35 and 2.6.36.  Please verify if it still should
> > be listed and let the tracking team know (either way).
> > 
>   As far as I know, the problem has been fixed by commit
> da905873effecd1c0166e578bc4b5006f041b18b in the end.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 21092] Kernel 2.6.36 Bug during quotaon on reiserfs
  2010-10-24 16:57 [Bug 21092] New: Kernel 2.6.36 Bug during quotaon on reiserfs bugzilla-daemon
                   ` (6 preceding siblings ...)
  2011-01-06 15:39 ` bugzilla-daemon
@ 2011-01-06 15:40 ` bugzilla-daemon
  7 siblings, 0 replies; 21+ messages in thread
From: bugzilla-daemon @ 2011-01-06 15:40 UTC (permalink / raw)
  To: reiserfs-devel

https://bugzilla.kernel.org/show_bug.cgi?id=21092


Rafael J. Wysocki <rjw@sisk.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
         Resolution|PATCH_ALREADY_AVAILABLE     |CODE_FIX




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* Re: [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs
@ 2011-01-06 15:33       ` Rafael J. Wysocki
  0 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2011-01-06 15:33 UTC (permalink / raw)
  To: Jan Kara
  Cc: Linux Kernel Mailing List, Kernel Testers List, Maciej Rutecki,
	Florian Mickler, markus.gapp

On Thursday, January 06, 2011, Jan Kara wrote:
>   Hi,
> 
> On Thu 30-12-10 00:21:21, Rafael J. Wysocki wrote:
> > This message has been generated automatically as a part of a report
> > of regressions introduced between 2.6.35 and 2.6.36.
> > 
> > The following bug entry is on the current list of known regressions
> > introduced between 2.6.35 and 2.6.36.  Please verify if it still should
> > be listed and let the tracking team know (either way).
> > 
> > 
> > Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=21092
> > Subject		: Kernel 2.6.36 Bug during quotaon on reiserfs
> > Submitter	:  <markus.gapp@gmx.net>
> > Date		: 2010-10-24 16:57 (67 days old)
> > Handled-By	: Jan Kara <jack@suse.cz>
> > Patch		: https://bugzilla.kernel.org/attachment.cgi?id=35292
>   As far as I know, the problem has been fixed by commit
> da905873effecd1c0166e578bc4b5006f041b18b in the end.

Thanks, closing.

Rafael

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

* Re: [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs
@ 2011-01-06 15:33       ` Rafael J. Wysocki
  0 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2011-01-06 15:33 UTC (permalink / raw)
  To: Jan Kara
  Cc: Linux Kernel Mailing List, Kernel Testers List, Maciej Rutecki,
	Florian Mickler, markus.gapp-hi6Y0CQ0nG0

On Thursday, January 06, 2011, Jan Kara wrote:
>   Hi,
> 
> On Thu 30-12-10 00:21:21, Rafael J. Wysocki wrote:
> > This message has been generated automatically as a part of a report
> > of regressions introduced between 2.6.35 and 2.6.36.
> > 
> > The following bug entry is on the current list of known regressions
> > introduced between 2.6.35 and 2.6.36.  Please verify if it still should
> > be listed and let the tracking team know (either way).
> > 
> > 
> > Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=21092
> > Subject		: Kernel 2.6.36 Bug during quotaon on reiserfs
> > Submitter	:  <markus.gapp-hi6Y0CQ0nG0@public.gmane.org>
> > Date		: 2010-10-24 16:57 (67 days old)
> > Handled-By	: Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
> > Patch		: https://bugzilla.kernel.org/attachment.cgi?id=35292
>   As far as I know, the problem has been fixed by commit
> da905873effecd1c0166e578bc4b5006f041b18b in the end.

Thanks, closing.

Rafael

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

* Re: [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs
  2010-12-29 23:21   ` Rafael J. Wysocki
@ 2011-01-06 10:54     ` Jan Kara
  -1 siblings, 0 replies; 21+ messages in thread
From: Jan Kara @ 2011-01-06 10:54 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Kernel Testers List, Maciej Rutecki,
	Florian Mickler, Jan Kara, markus.gapp

  Hi,

On Thu 30-12-10 00:21:21, Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of regressions introduced between 2.6.35 and 2.6.36.
> 
> The following bug entry is on the current list of known regressions
> introduced between 2.6.35 and 2.6.36.  Please verify if it still should
> be listed and let the tracking team know (either way).
> 
> 
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=21092
> Subject		: Kernel 2.6.36 Bug during quotaon on reiserfs
> Submitter	:  <markus.gapp@gmx.net>
> Date		: 2010-10-24 16:57 (67 days old)
> Handled-By	: Jan Kara <jack@suse.cz>
> Patch		: https://bugzilla.kernel.org/attachment.cgi?id=35292
  As far as I know, the problem has been fixed by commit
da905873effecd1c0166e578bc4b5006f041b18b in the end.

								Honza
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR

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

* Re: [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs
@ 2011-01-06 10:54     ` Jan Kara
  0 siblings, 0 replies; 21+ messages in thread
From: Jan Kara @ 2011-01-06 10:54 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Kernel Testers List, Maciej Rutecki,
	Florian Mickler, Jan Kara, markus.gapp-hi6Y0CQ0nG0

  Hi,

On Thu 30-12-10 00:21:21, Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of regressions introduced between 2.6.35 and 2.6.36.
> 
> The following bug entry is on the current list of known regressions
> introduced between 2.6.35 and 2.6.36.  Please verify if it still should
> be listed and let the tracking team know (either way).
> 
> 
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=21092
> Subject		: Kernel 2.6.36 Bug during quotaon on reiserfs
> Submitter	:  <markus.gapp-hi6Y0CQ0nG0@public.gmane.org>
> Date		: 2010-10-24 16:57 (67 days old)
> Handled-By	: Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
> Patch		: https://bugzilla.kernel.org/attachment.cgi?id=35292
  As far as I know, the problem has been fixed by commit
da905873effecd1c0166e578bc4b5006f041b18b in the end.

								Honza
-- 
Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
SUSE Labs, CR

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

* [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs
  2010-12-29 23:18 2.6.37-rc8: Reported regressions 2.6.35 -> 2.6.36 Rafael J. Wysocki
@ 2010-12-29 23:21   ` Rafael J. Wysocki
  0 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2010-12-29 23:21 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Maciej Rutecki, Florian Mickler, Jan Kara,
	markus.gapp

This message has been generated automatically as a part of a report
of regressions introduced between 2.6.35 and 2.6.36.

The following bug entry is on the current list of known regressions
introduced between 2.6.35 and 2.6.36.  Please verify if it still should
be listed and let the tracking team know (either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=21092
Subject		: Kernel 2.6.36 Bug during quotaon on reiserfs
Submitter	:  <markus.gapp@gmx.net>
Date		: 2010-10-24 16:57 (67 days old)
Handled-By	: Jan Kara <jack@suse.cz>
Patch		: https://bugzilla.kernel.org/attachment.cgi?id=35292



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

* [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs
@ 2010-12-29 23:21   ` Rafael J. Wysocki
  0 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2010-12-29 23:21 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Maciej Rutecki, Florian Mickler, Jan Kara,
	markus.gapp-hi6Y0CQ0nG0

This message has been generated automatically as a part of a report
of regressions introduced between 2.6.35 and 2.6.36.

The following bug entry is on the current list of known regressions
introduced between 2.6.35 and 2.6.36.  Please verify if it still should
be listed and let the tracking team know (either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=21092
Subject		: Kernel 2.6.36 Bug during quotaon on reiserfs
Submitter	:  <markus.gapp-hi6Y0CQ0nG0@public.gmane.org>
Date		: 2010-10-24 16:57 (67 days old)
Handled-By	: Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
Patch		: https://bugzilla.kernel.org/attachment.cgi?id=35292


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

* [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs
  2010-12-19 12:41 2.6.37-rc6-git4: Reported regressions 2.6.35 -> 2.6.36 Rafael J. Wysocki
@ 2010-12-19 12:50   ` Rafael J. Wysocki
  0 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2010-12-19 12:50 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Maciej Rutecki, Florian Mickler, Jan Kara,
	markus.gapp

This message has been generated automatically as a part of a report
of regressions introduced between 2.6.35 and 2.6.36.

The following bug entry is on the current list of known regressions
introduced between 2.6.35 and 2.6.36.  Please verify if it still should
be listed and let the tracking team know (either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=21092
Subject		: Kernel 2.6.36 Bug during quotaon on reiserfs
Submitter	:  <markus.gapp@gmx.net>
Date		: 2010-10-24 16:57 (57 days old)
Handled-By	: Jan Kara <jack@suse.cz>
Patch		: https://bugzilla.kernel.org/attachment.cgi?id=35292



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

* [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs
@ 2010-12-19 12:50   ` Rafael J. Wysocki
  0 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2010-12-19 12:50 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Maciej Rutecki, Florian Mickler, Jan Kara,
	markus.gapp

This message has been generated automatically as a part of a report
of regressions introduced between 2.6.35 and 2.6.36.

The following bug entry is on the current list of known regressions
introduced between 2.6.35 and 2.6.36.  Please verify if it still should
be listed and let the tracking team know (either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=21092
Subject		: Kernel 2.6.36 Bug during quotaon on reiserfs
Submitter	:  <markus.gapp@gmx.net>
Date		: 2010-10-24 16:57 (57 days old)
Handled-By	: Jan Kara <jack@suse.cz>
Patch		: https://bugzilla.kernel.org/attachment.cgi?id=35292


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

* [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs
  2010-12-05 20:15 2.6.37-rc4-git4: Reported regressions 2.6.35 -> 2.6.36 Rafael J. Wysocki
@ 2010-12-05 20:34   ` Rafael J. Wysocki
  0 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2010-12-05 20:34 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Maciej Rutecki, Florian Mickler, Jan Kara,
	markus.gapp

This message has been generated automatically as a part of a report
of regressions introduced between 2.6.35 and 2.6.36.

The following bug entry is on the current list of known regressions
introduced between 2.6.35 and 2.6.36.  Please verify if it still should
be listed and let the tracking team know (either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=21092
Subject		: Kernel 2.6.36 Bug during quotaon on reiserfs
Submitter	:  <markus.gapp@gmx.net>
Date		: 2010-10-24 16:57 (43 days old)
Handled-By	: Jan Kara <jack@suse.cz>
Patch		: https://bugzilla.kernel.org/attachment.cgi?id=35292



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

* [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs
@ 2010-12-05 20:34   ` Rafael J. Wysocki
  0 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2010-12-05 20:34 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Maciej Rutecki, Florian Mickler, Jan Kara,
	markus.gapp

This message has been generated automatically as a part of a report
of regressions introduced between 2.6.35 and 2.6.36.

The following bug entry is on the current list of known regressions
introduced between 2.6.35 and 2.6.36.  Please verify if it still should
be listed and let the tracking team know (either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=21092
Subject		: Kernel 2.6.36 Bug during quotaon on reiserfs
Submitter	:  <markus.gapp@gmx.net>
Date		: 2010-10-24 16:57 (43 days old)
Handled-By	: Jan Kara <jack@suse.cz>
Patch		: https://bugzilla.kernel.org/attachment.cgi?id=35292


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

* [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs
  2010-11-18 23:50 2.6.37-rc2-git4: Reported regressions 2.6.35 -> 2.6.36 Rafael J. Wysocki
@ 2010-11-18 23:53   ` Rafael J. Wysocki
  0 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2010-11-18 23:53 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Maciej Rutecki, Florian Mickler, Jan Kara,
	markus.gapp

This message has been generated automatically as a part of a report
of regressions introduced between 2.6.35 and 2.6.36.

The following bug entry is on the current list of known regressions
introduced between 2.6.35 and 2.6.36.  Please verify if it still should
be listed and let the tracking team know (either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=21092
Subject		: Kernel 2.6.36 Bug during quotaon on reiserfs
Submitter	:  <markus.gapp@gmx.net>
Date		: 2010-10-24 16:57 (26 days old)
Handled-By	: Jan Kara <jack@suse.cz>
Patch		: https://bugzilla.kernel.org/attachment.cgi?id=35292



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

* [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs
@ 2010-11-18 23:53   ` Rafael J. Wysocki
  0 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2010-11-18 23:53 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Maciej Rutecki, Florian Mickler, Jan Kara,
	markus.gapp

This message has been generated automatically as a part of a report
of regressions introduced between 2.6.35 and 2.6.36.

The following bug entry is on the current list of known regressions
introduced between 2.6.35 and 2.6.36.  Please verify if it still should
be listed and let the tracking team know (either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=21092
Subject		: Kernel 2.6.36 Bug during quotaon on reiserfs
Submitter	:  <markus.gapp@gmx.net>
Date		: 2010-10-24 16:57 (26 days old)
Handled-By	: Jan Kara <jack@suse.cz>
Patch		: https://bugzilla.kernel.org/attachment.cgi?id=35292


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

end of thread, other threads:[~2011-01-06 15:40 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-24 16:57 [Bug 21092] New: Kernel 2.6.36 Bug during quotaon on reiserfs bugzilla-daemon
2010-10-25 22:54 ` [Bug 21092] " bugzilla-daemon
2010-10-27 21:55 ` bugzilla-daemon
2010-10-27 21:58 ` bugzilla-daemon
2010-10-27 23:04 ` bugzilla-daemon
2010-10-29  6:52 ` bugzilla-daemon
2010-11-18 23:46 ` bugzilla-daemon
2011-01-06 15:39 ` bugzilla-daemon
2011-01-06 15:40 ` bugzilla-daemon
2010-11-18 23:50 2.6.37-rc2-git4: Reported regressions 2.6.35 -> 2.6.36 Rafael J. Wysocki
2010-11-18 23:53 ` [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs Rafael J. Wysocki
2010-11-18 23:53   ` Rafael J. Wysocki
2010-12-05 20:15 2.6.37-rc4-git4: Reported regressions 2.6.35 -> 2.6.36 Rafael J. Wysocki
2010-12-05 20:34 ` [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs Rafael J. Wysocki
2010-12-05 20:34   ` Rafael J. Wysocki
2010-12-19 12:41 2.6.37-rc6-git4: Reported regressions 2.6.35 -> 2.6.36 Rafael J. Wysocki
2010-12-19 12:50 ` [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs Rafael J. Wysocki
2010-12-19 12:50   ` Rafael J. Wysocki
2010-12-29 23:18 2.6.37-rc8: Reported regressions 2.6.35 -> 2.6.36 Rafael J. Wysocki
2010-12-29 23:21 ` [Bug #21092] Kernel 2.6.36 Bug during quotaon on reiserfs Rafael J. Wysocki
2010-12-29 23:21   ` Rafael J. Wysocki
2011-01-06 10:54   ` Jan Kara
2011-01-06 10:54     ` Jan Kara
2011-01-06 15:33     ` Rafael J. Wysocki
2011-01-06 15:33       ` Rafael J. Wysocki

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.