[Bug 889790] New: kernel oops PREEMPT SMP when cp -a
https://bugzilla.novell.com/show_bug.cgi?id=889790 https://bugzilla.novell.com/show_bug.cgi?id=889790#c0 Summary: kernel oops PREEMPT SMP when cp -a Classification: openSUSE Product: openSUSE Factory Version: 201408* Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: aplanas@suse.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Created an attachment (id=600599) --> (http://bugzilla.novell.com/attachment.cgi?id=600599) dmesg information $ uname -a Linux XXXX 3.16.0-rc6-1-desktop #1 SMP PREEMPT Mon Jul 21 13:03:47 UTC 2014 (a0523f2) x86_64 x86_64 x86_64 GNU/Linux To reproduce the bug: - Go to a NFS export - strace cp -a ORG DST [...] read(3, "", 65536) = 0 utimensat(4, NULL, {{1406793970, 914518000}, {1304408819, 0}}, 0) = 0 flistxattr(3, <unfinished ...> +++ killed by SIGKILL +++ Killed Dmesg attached. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=889790 https://bugzilla.novell.com/show_bug.cgi?id=889790#c1 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nfbrown@suse.com, | |tiwai@suse.com --- Comment #1 from Takashi Iwai <tiwai@suse.com> 2014-07-31 15:29:39 UTC --- Looks like this one: https://lkml.org/lkml/2014/7/26/123 I can't see the patch included in linux-next yet as of today, though. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=889790 https://bugzilla.novell.com/show_bug.cgi?id=889790#c Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|kernel oops PREEMPT SMP |Oops at |when cp -a |nfs3_list_one_acl+0x26/0x80 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=889790 https://bugzilla.novell.com/show_bug.cgi?id=889790#c2 Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED AssignedTo|kernel-maintainers@forge.pr |jeffm@suse.com |ovo.novell.com | --- Comment #2 from Jeff Mahoney <jeffm@suse.com> 2014-08-05 00:18:58 EDT --- I've incorporated the reviewed-by Trond and HCH version with the IS_ERR_OR_NULL check. It's obviously correct and the only reason it hasn't been upstreamed is because they're still debating whether listxattr should return empty results or -ENOTSUPP over NFS. Having the kernel not crash is more pressing than the result of that debate. Patch applied to stable (3.15) and master (3.16). Kernels earlier than 3.14 are unaffected. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com