login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
December
»
2
Re: [BUG] 2.6.24-rc3-mm2 kernel bug on nfs & cifs mounted partitions
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Kamalesh Babulal <kamalesh@...>
To: Jan Kara <jack@...>
Cc: Andrew Morton <akpm@...>, <linux-kernel@...>, <samba-technical@...>, <nfs@...>, <linuxppc-dev@...>, Andy Whitcroft <apw@...>, Balbir Singh <balbir@...>
Subject:
Re: [BUG] 2.6.24-rc3-mm2 kernel bug on nfs & cifs mounted partitions
Date: Sunday, December 2, 2007 - 11:55 am
Jan Kara wrote:
quoted text
> On Thu 29-11-07 17:27:08, Kamalesh Babulal wrote: >> Andrew Morton wrote: >>> On Thu, 29 Nov 2007 14:30:14 +0530 Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> wrote: >>> >>>> Hi Andrew, >>>> >>>> While running file system stress on nfs and cifs mounted partitions, the machine >>>> drops to xmon >>>> >>>> 1:mon> e >>>> cpu 0x1: Vector: 300 (Data Access) at [c000000080a9f880] >>>> pc: c0000000001392c8: .inotify_inode_queue_event+0x50/0x158 >>>> lr: c0000000001074d0: .vfs_link+0x204/0x298 >>>> sp: c000000080a9fb00 >>>> msr: 8000000000009032 >>>> dar: 280 >>>> dsisr: 40010000 >>>> current = 0xc0000000c8e6f670 >>>> paca = 0xc000000000512c00 >>>> pid = 2848, comm = fsstress >>>> 1:mon> t >>>> [c000000080a9fbd0] c0000000001074d0 .vfs_link+0x204/0x298 >>>> [c000000080a9fc70] c00000000010b6e0 .sys_linkat+0x134/0x1b4 >>>> [c000000080a9fe30] c00000000000872c syscall_exit+0x0/0x40 >>>> --- Exception: c00 (System Call) at 000000000ff1bdfc >>>> SP (ffeaed10) is in userspace >>>> 1:mon> r >>>> R00 = c0000000001074d0 R16 = 0000000000000000 >>>> R01 = c000000080a9fb00 R17 = 0000000000000000 >>>> R02 = c00000000060c380 R18 = 0000000000000000 >>>> R03 = 0000000000000000 R19 = 0000000000000000 >>>> R04 = 0000000000000004 R20 = 0000000000000000 >>>> R05 = 0000000000000000 R21 = 0000000000000000 >>>> R06 = 0000000000000000 R22 = 0000000000000000 >>>> R07 = 0000000000000000 R23 = 0000000000000004 >>>> R08 = 0000000000000000 R24 = 0000000000000280 >>>> R09 = 0000000000000000 R25 = fffffffffffff000 >>>> R10 = 0000000000000001 R26 = c000000082827790 >>>> R11 = c0000000003963e8 R27 = c0000000828275a0 >>>> R12 = d000000000deec78 R28 = 0000000000000000 >>>> R13 = c000000000512c00 R29 = c00000007b18fcf0 >>>> R14 = 0000000000000000 R30 = c0000000005bc088 >>>> R15 = 0000000000000000 R31 = 0000000000000000 >>>> pc = c0000000001392c8 .inotify_inode_queue_event+0x50/0x158 >>>> lr = c0000000001074d0 .vfs_link+0x204/0x298 >>>> msr = 8000000000009032 cr = 24000882 >>>> ctr = c0000000003963e8 xer = 0000000000000000 trap = 300 >>>> dar = 0000000000000280 dsisr = 40010000 >>>> >>>> >>>> The gdb output shows >>>> >>>> 0xc0000000001076d4 is in vfs_symlink (include/linux/fsnotify.h:108). >>>> 103 * fsnotify_create - 'name' was linked in >>>> 104 */ >>>> 105 static inline void fsnotify_create(struct inode *inode, struct dentry *dentry) >>>> 106 { >>>> 107 inode_dir_notify(inode, DN_CREATE); >>>> 108 inotify_inode_queue_event(inode, IN_CREATE, 0, dentry->d_name.name, >>>> 109 dentry->d_inode); >>>> 110 audit_inode_child(dentry->d_name.name, dentry, inode); >>>> 111 } >>>> 112 >>>> >>> If it is reproducible can you please try reverting >>> inotify-send-in_attrib-events-when-link-count-changes.patch? >> Hi Andrew, >> >> reverting the patch inotify-send-in_attrib-events-when-link-count-changes.patch, the >> bug is not reproduced. > OK, it's a problem with CIFS. Its cifs_hardlink() function doesn't call > d_instantiate() and thus returns a dentry with d_inode set to NULL. I'm not > sure if such behavior is really correct but anyway, attached is a new > version of the patch which should handle it gracefully. Kamalesh, can you > please give it a try? Thanks. > > Honza
Hi Jan, Thanks, the patch fixes the bug. -- Thanks & Regards, Kamalesh Babulal, Linux Technology Center, IBM, ISTL. --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
2.6.24-rc3-mm2
, Andrew Morton
, (Wed Nov 28, 7:41 am)
Re: 2.6.24-rc3-mm2
, Torsten Kaiser
, (Thu Nov 29, 4:58 pm)
Re: 2.6.24-rc3-mm2
, Andrew Morton
, (Thu Nov 29, 5:07 pm)
Re: 2.6.24-rc3-mm2
, Torsten Kaiser
, (Mon Dec 3, 4:27 pm)
Re: 2.6.24-rc3-mm2
, Stefan Richter
, (Thu Nov 29, 6:30 pm)
Re: 2.6.24-rc3-mm2 (build failure on arm)
, Christoph Lameter
, (Wed Nov 28, 3:54 pm)
Re: 2.6.24-rc3-mm2 (build failure on arm)
, Bartlomiej Zolnierkiewicz...
, (Wed Nov 28, 4:33 pm)
Re: 2.6.24-rc3-mm2 (build failure on arm)
, Andrew Morton
, (Wed Nov 28, 4:06 pm)
Re: 2.6.24-rc3-mm2 (build failure on s390)
, Christoph Lameter
, (Wed Nov 28, 3:52 pm)
Re: 2.6.24-rc3-mm2 (build failure on s390)
, Andrew Morton
, (Wed Nov 28, 4:03 pm)
Re: 2.6.24-rc3-mm2 - *not* an insta-brick on my Latitude...
,
, (Wed Nov 28, 6:05 pm)
[BUG] 2.6.24-rc3-mm2 kernel bug on nfs & cifs mounted pa...
, Kamalesh Babulal
, (Thu Nov 29, 5:00 am)
Re: [BUG] 2.6.24-rc3-mm2 kernel bug on nfs & cifs mounte...
, Andrew Morton
, (Thu Nov 29, 5:09 am)
Re: [BUG] 2.6.24-rc3-mm2 kernel bug on nfs & cifs mounte...
, Kamalesh Babulal
, (Thu Nov 29, 7:57 am)
Re: [BUG] 2.6.24-rc3-mm2 kernel bug on nfs & cifs mounte...
, Jan Kara
, (Thu Nov 29, 10:40 am)
Re: [BUG] 2.6.24-rc3-mm2 kernel bug on nfs & cifs mounte...
, Kamalesh Babulal
, (Sun Dec 2, 11:55 am)
Re: [BUG] 2.6.24-rc3-mm2 kernel bug on nfs & cifs mounte...
, Jan Kara
, (Thu Nov 29, 8:10 am)
Re: [BUG] 2.6.24-rc3-mm2 kernel bug on nfs & cifs mounte...
, Kamalesh Babulal
, (Thu Nov 29, 10:36 am)
named + capset = EPERM [Was: 2.6.24-rc3-mm2]
, Jiri Slaby
, (Wed Nov 28, 7:06 pm)
Re: named + capset = EPERM [Was: 2.6.24-rc3-mm2]
, Casey Schaufler
, (Wed Nov 28, 7:31 pm)
Re: named + capset = EPERM [Was: 2.6.24-rc3-mm2]
, Serge E. Hallyn
, (Wed Nov 28, 7:47 pm)
Re: named + capset = EPERM [Was: 2.6.24-rc3-mm2]
, Serge E. Hallyn
, (Wed Nov 28, 8:04 pm)
Re: named + capset = EPERM [Was: 2.6.24-rc3-mm2]
, Serge E. Hallyn
, (Wed Nov 28, 8:17 pm)
Re: named + capset = EPERM [Was: 2.6.24-rc3-mm2]
, Jiri Slaby
, (Thu Nov 29, 6:56 pm)
[BUG] 2.6.24-rc3-mm2 soft lockup while running tbench
, Kamalesh Babulal
, (Wed Nov 28, 10:33 am)
Re: [BUG] 2.6.24-rc3-mm2 soft lockup while running tbench
, Andrew Morton
, (Thu Nov 29, 5:09 pm)
Re: [BUG] 2.6.24-rc3-mm2 soft lockup while running tbench
, Kamalesh Babulal
, (Fri Nov 30, 1:09 am)
Re: 2.6.24-rc3-mm2
, Boaz Harrosh
, (Wed Nov 28, 10:16 am)
Re: 2.6.24-rc3-mm2 Build Failure at imacfb framebuffer driver
, Kamalesh Babulal
, (Wed Nov 28, 9:07 am)
Re: 2.6.24-rc3-mm2 Build Failure at imacfb framebuffer driver
, Andrew Morton
, (Wed Nov 28, 2:51 pm)
Re: 2.6.24-rc3-mm2 - Build Failure on powerpc timerfd() unde...
, Kamalesh Babulal
, (Wed Nov 28, 8:40 am)
Re: 2.6.24-rc3-mm2 - Build Failure on powerpc timerfd() unde...
, Arnd Bergmann
, (Wed Nov 28, 9:32 am)
Re: 2.6.24-rc3-mm2 - Build Failure on powerpc timerfd() unde...
, Andrew Morton
, (Wed Nov 28, 2:43 pm)
Re: 2.6.24-rc3-mm2 - Build Failure on powerpc timerfd() unde...
, Davide Libenzi
, (Wed Nov 28, 3:25 pm)
Re: 2.6.24-rc3-mm2 - Build Failure on powerpc timerfd() unde...
, Arnd Bergmann
, (Wed Nov 28, 8:57 pm)
Re: 2.6.24-rc3-mm2
, KAMEZAWA Hiroyuki
, (Wed Nov 28, 11:23 pm)
Re: 2.6.24-rc3-mm2 (bugfix for memory cgroup per-zone-struct...
, KAMEZAWA Hiroyuki
, (Thu Nov 29, 1:24 am)
Re: 2.6.24-rc3-mm2 (bugfix for memory cgroup per-zone-struct...
, Lee Schermerhorn
, (Thu Nov 29, 5:25 pm)
Re: 2.6.24-rc3-mm2 (bugfix for memory cgroup per-zone-struct...
, KAMEZAWA Hiroyuki
, (Thu Nov 29, 8:14 pm)
2.6.24-rc3-mm2: Result: hostbyte=0x01 driverbyte=0x00\nend_r...
, Alexey Dobriyan
, (Wed Nov 28, 4:01 pm)
Re: 2.6.24-rc3-mm2: Result: hostbyte=0x01 driverbyte=0x00\ne...
, Andrew Morton
, (Wed Nov 28, 5:40 pm)
Re: 2.6.24-rc3-mm2: Result: hostbyte=0x01 driverbyte=0x00\ne...
, Matthew Wilcox
, (Wed Nov 28, 7:14 pm)
Re: 2.6.24-rc3-mm2: Result: hostbyte=0x01 driverbyte=0x00\ne...
, Andrew Morton
, (Wed Nov 28, 7:36 pm)
Re: 2.6.24-rc3-mm2: Result: hostbyte=0x01 driverbyte=0x00\ne...
, Boaz Harrosh
, (Thu Nov 29, 5:33 am)
Re: 2.6.24-rc3-mm2: Result: hostbyte=0x01 driverbyte=0x00\ne...
, Alan Cox
, (Wed Nov 28, 6:12 pm)
[PATCH] 2.6.24-rc3-mm2 build failure pasemi-rng driver
, Kamalesh Babulal
, (Wed Nov 28, 10:22 am)
Re: [PATCH] 2.6.24-rc3-mm2 build failure pasemi-rng driver
, Olof Johansson
, (Sat Dec 1, 3:32 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Michal Piotrowski
Re: [BUG] fs/xfs/xfs_bmap_btree.c:2312: error: 'b' undeclared (first use in this f...
debian developer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Paul Jackson
[PATCH 0/5 v2] x86 boot: various E820 & EFI related fixes - what changed in v2
git
:
openbsd-misc
:
linux-netdev
:
Paweł Staszewski
Re: rib_trie / Fix inflate_threshold_root. Now=15 size=11 bits
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Jarek Poplawski
Re: Data corruption issue with splice() on 2.6.27.10
Colocation donated by:
Who's online
There are currently
2 users
and
829 guests
online.
Online users
zeekec
dogbehavior
Syndicate