Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 100051 Details for
Bug 149307
external kernel modules sandbox violation with >2.6.18 kernels
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
as-instr-sandbox-fix-2.6.19_rc2-mm1.patch
as-instr-sandbox-fix-2.6.19_rc2-mm1.patch (text/plain), 695 bytes, created by
Calvin Walton
on 2006-10-19 16:15:41 UTC
(
hide
)
Description:
as-instr-sandbox-fix-2.6.19_rc2-mm1.patch
Filename:
MIME Type:
Creator:
Calvin Walton
Created:
2006-10-19 16:15:41 UTC
Size:
695 bytes
patch
obsolete
>--- linux-2.6.19-rc2-mm1/scripts/Kbuild.include.old 2006-10-19 19:09:35.000000000 -0400 >+++ linux-2.6.19-rc2-mm1/scripts/Kbuild.include 2006-10-19 19:10:42.000000000 -0400 >@@ -66,10 +66,8 @@ > # as-instr > # Usage: cflags-y += $(call as-instr, instr, option1, option2) > >-ASTMP = $(shell mktemp ${TMPDIR:-/tmp}/asXXXXXX) >-as-instr = $(shell if echo -e "$(1)" | $(AS) >/dev/null 2>&1 -W -Z -o $ASTMP ; \ >- then echo "$(2)"; else echo "$(3)"; fi; \ >- rm -f $ASTMP) >+as-instr = $(shell if echo -e "$(1)" | $(AS) >/dev/null 2>&1 -W -Z -o /dev/null ; \ >+ then echo "$(2)"; else echo "$(3)"; fi;) > > # cc-option > # Usage: cflags-y += $(call cc-option, -march=winchip-c6, -march=i586)
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 149307
:
98519
| 100051 |
103496