Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 857310 Details for
Bug 1055537
kernel BUG at fs/nfs/nfs4xdr.c:908!
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch -- print number of bytes requested and some info about xdr stream prior to oopsing
0001-sunrpc-print-number-of-bytes-requested-when-reserve_.patch (text/plain), 779 bytes, created by
Jeff Layton
on 2014-01-29 23:58:55 UTC
(
hide
)
Description:
patch -- print number of bytes requested and some info about xdr stream prior to oopsing
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2014-01-29 23:58:55 UTC
Size:
779 bytes
patch
obsolete
>From f9f01c280a9379b82632b12489c6fdebb8229c02 Mon Sep 17 00:00:00 2001 >From: Jeff Layton <jlayton@redhat.com> >Date: Mon, 27 Jan 2014 21:10:43 -0500 >Subject: [PATCH] sunrpc: print number of bytes requested when reserve_space fails > >Signed-off-by: Jeff Layton <jlayton@redhat.com> >--- > fs/nfs/nfs4xdr.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c >index 5be2868..9eced09 100644 >--- a/fs/nfs/nfs4xdr.c >+++ b/fs/nfs/nfs4xdr.c >@@ -917,6 +917,8 @@ struct compound_hdr { > static __be32 *reserve_space(struct xdr_stream *xdr, size_t nbytes) > { > __be32 *p = xdr_reserve_space(xdr, nbytes); >+ if (!p) >+ printk("%s: p=0x%p end=0x%p bytes=%zu\n", __func__, xdr->p, xdr->end, nbytes); > BUG_ON(!p); > return p; > } >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1055537
:
852758
| 857310 |
860881
|
860911
|
860946
|
861519