Bug 30322
Summary: | BUG in xs_tcp_setup_socket | ||
---|---|---|---|
Product: | File System | Reporter: | Ben Hutchings (bhutchings) |
Component: | NFS | Assignee: | Trond Myklebust (trondmy) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | florian |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.38-rc5 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 21782 | ||
Attachments: | SUNRPC: Fix a bug in xs_create_sock() |
Description
Ben Hutchings
2011-03-01 20:34:04 UTC
Created attachment 49842 [details]
SUNRPC: Fix a bug in xs_create_sock()
Does the above patch suffice to fix the Oops? (In reply to comment #2) > Does the above patch suffice to fix the Oops? WTF, you take a week to respond and then send back a patch I already wrote? Note, this bug report was copied from mail purely so that it can be tracked as a regression. Sorry I missed the deadline. I'be been traveling for 2 weeks. That patch was one I wrote a week ago for a different bug report. If you already had a patch, then why didn't you attach it to the bugreport? bugzilla-daemon@bugzilla.kernel.org wrote: >https://bugzilla.kernel.org/show_bug.cgi?id=30322 > > > > > >--- Comment #3 from Ben Hutchings <bhutchings@solarflare.com> 2011-03-01 >23:45:47 --- >(In reply to comment #2) >> Does the above patch suffice to fix the Oops? > >WTF, you take a week to respond and then send back a patch I already wrote? > >-- >Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email >------- You are receiving this mail because: ------- >You are the assignee for the bug. (In reply to comment #5) > Sorry I missed the deadline. I'be been traveling for 2 weeks. > > That patch was one I wrote a week ago for a different bug report. If you > already had a patch, then why didn't you attach it to the bugreport? Because I've been told (I forget who by) that patches shouldn't be posted on Bz if they have already been posted on the appropriate mailing list. As concerns the mailing list, I won't start scouring that for patches until I get back home, which won't be for another few days. Posting just part of a report wastes everybody's time. If you have a fix, then attach the damned thing, so that I don't have to go looking for it. *** Bug 30222 has been marked as a duplicate of this bug. *** *** Bug 30232 has been marked as a duplicate of this bug. *** *** Bug 30252 has been marked as a duplicate of this bug. *** *** Bug 30272 has been marked as a duplicate of this bug. *** *** Bug 30292 has been marked as a duplicate of this bug. *** The fix has been merged in mainline for v2.6.38: commit 4cea288aaf0e11647880cc487350b1dc45d9febc Author: Ben Hutchings <bhutchings@solarflare.com> Date: Tue Feb 22 21:54:34 2011 +0000 sunrpc: Propagate errors from xs_bind() through xs_create_sock() |