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 161730 Details for
Bug 253190
NULL pointer deref in nfs_create
[?]
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]
second patch needed to compile on recent userspace
remove_duplicate_fake_stack_frame.patch (text/plain), 1.23 KB, created by
Peter Zijlstra
on 2007-08-17 12:06:56 UTC
(
hide
)
Description:
second patch needed to compile on recent userspace
Filename:
MIME Type:
Creator:
Peter Zijlstra
Created:
2007-08-17 12:06:56 UTC
Size:
1.23 KB
patch
obsolete
>Remove duplicated FAKE_STACK_FRAME macro. > >FAKE_STACK_FRAME macro is defined twice. The one that gets used is in >arch/x86_64/kernel/entry.S, and is slightly different codewise, although >should have the same end result (uses pushq rather than addq %rsp + movq >and has the extra dwarf annotations). > >Signed-off-by: Chris Wright <chrisw@osdl.org> >Signed-off-by: Andi Kleen <ak@suse.de> >--- > include/asm-x86_64/calling.h | 16 ---------------- > 1 file changed, 16 deletions(-) > >Index: linux-2.6.9/include/asm-x86_64/calling.h >=================================================================== >--- linux-2.6.9.orig/include/asm-x86_64/calling.h 2004-10-18 23:54:38.000000000 +0200 >+++ linux-2.6.9/include/asm-x86_64/calling.h 2007-08-17 12:07:47.000000000 +0200 >@@ -143,22 +143,6 @@ > RESTORE_ARGS 0,\addskip > .endm > >- /* push in order ss, rsp, eflags, cs, rip */ >- .macro FAKE_STACK_FRAME child_rip >- xorl %eax,%eax >- subq $6*8,%rsp >- movq %rax,5*8(%rsp) /* ss */ >- movq %rax,4*8(%rsp) /* rsp */ >- movq $(1<<9),3*8(%rsp) /* eflags */ >- movq $__KERNEL_CS,2*8(%rsp) /* cs */ >- movq \child_rip,1*8(%rsp) /* rip */ >- movq %rax,(%rsp) /* orig_rax */ >- .endm >- >- .macro UNFAKE_STACK_FRAME >- addq $8*6, %rsp >- .endm >- > .macro icebp > .byte 0xf1 > .endm
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 253190
:
161728
|
161729
| 161730