Bug 7795
Summary: | High NFS traffic Oops | ||
---|---|---|---|
Product: | File System | Reporter: | Horst H. von Brand (vonbrand) |
Component: | NFS | Assignee: | Neil Brown (neilb) |
Status: | CLOSED CODE_FIX | ||
Severity: | high | CC: | mt1 |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.20-rc4 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | Possible patch to fix problem |
Description
Horst H. von Brand
2007-01-09 04:48:00 UTC
Not an NFS client issue. Reassigning to Neil Brown. *** Bug 7798 has been marked as a duplicate of this bug. *** Created attachment 10043 [details]
Possible patch to fix problem
Thanks for the report. It looks like we are falling off the end of an
array when we received a maximum-sized read request that is not page-aligned.
Please try this patch and report the result.
Setting to "NEEDINFO". Just tried, your patch on 2.6.20-rc4 made the build of a package go through. It looks fixed. Will you queue this for 2.6.19.3? On Thursday January 11, bugme-daemon@bugzilla.kernel.org wrote: > Just tried, your patch on 2.6.20-rc4 made the build of a package go through. It > looks fixed. Thanks for testing. > > Will you queue this for 2.6.19.3? Hopefully. I have to send of a bunch of patches today for 2.6.20 and some of then should go to -stable too. NeilBrown This patch isn't in 2.6.20-rc5 as of today (20070124). Will it be in 2.6.19.3? This is now in Linus' tree |