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 1474835 Details for
Bug 1607901
Kernel 4.18 causing systemd to coredump on boot on i686
[?]
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 to fix udev segfault issue.
i686_boot_udev_segfault_fix.patch (text/plain), 537 bytes, created by
Jeff Backus
on 2018-08-09 21:33:45 UTC
(
hide
)
Description:
Patch to fix udev segfault issue.
Filename:
MIME Type:
Creator:
Jeff Backus
Created:
2018-08-09 21:33:45 UTC
Size:
537 bytes
patch
obsolete
>diff --git a/arch/x86/net/bpf_jit_comp32.c b/arch/x86/net/bpf_jit_comp32.c >index 0cc04e30adc1..5b57b15fbdb6 100644 >--- a/arch/x86/net/bpf_jit_comp32.c >+++ b/arch/x86/net/bpf_jit_comp32.c >@@ -175,7 +175,10 @@ static const u8 bpf2ia32[][2] = { > #define SCRATCH_SIZE 96 > > /* Total stack size used in JITed code */ >-#define _STACK_SIZE (stack_depth + SCRATCH_SIZE) >+#define _STACK_SIZE \ >+ (stack_depth + \ >+ + SCRATCH_SIZE + \ >+ + 4 /* Extra space for skb_copy_bits buffer */) > > #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) >
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 1607901
:
1470305
| 1474835