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 152503 Details for
Bug 235475
LSPP: Panic when running IPSEC labeled loopback on LSPP kernel
[?]
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 for xfrm_send_acquire()
patch.0412.3 (text/plain), 1.25 KB, created by
Joy Latten
on 2007-04-12 19:57:40 UTC
(
hide
)
Description:
patch for xfrm_send_acquire()
Filename:
MIME Type:
Creator:
Joy Latten
Created:
2007-04-12 19:57:40 UTC
Size:
1.25 KB
patch
obsolete
>diff -urpN linux-2.6.18.ppc64.orig/net/xfrm/xfrm_user.c linux-2.6.18.ppc64/net/xfrm/xfrm_user.c >--- linux-2.6.18.ppc64.orig/net/xfrm/xfrm_user.c 2007-04-12 13:53:55.000000000 -0500 >+++ linux-2.6.18.ppc64/net/xfrm/xfrm_user.c 2007-04-12 13:59:50.000000000 -0500 >@@ -236,9 +236,8 @@ static int attach_encap_tmpl(struct xfrm > } > > >-static inline int xfrm_user_sec_ctx_size(struct xfrm_policy *xp) >+static inline int xfrm_user_sec_ctx_size(struct xfrm_sec_ctx *xfrm_ctx) > { >- struct xfrm_sec_ctx *xfrm_ctx = xp->security; > int len = 0; > > if (xfrm_ctx) { >@@ -1772,7 +1771,7 @@ static int xfrm_send_acquire(struct xfrm > > len = RTA_SPACE(sizeof(struct xfrm_user_tmpl) * xp->xfrm_nr); > len += NLMSG_SPACE(sizeof(struct xfrm_user_acquire)); >- len += RTA_SPACE(xfrm_user_sec_ctx_size(xp)); >+ len += RTA_SPACE(xfrm_user_sec_ctx_size(x->security)); > skb = alloc_skb(len, GFP_ATOMIC); > if (skb == NULL) > return -ENOMEM; >@@ -1876,7 +1875,7 @@ static int xfrm_exp_policy_notify(struct > > len = RTA_SPACE(sizeof(struct xfrm_user_tmpl) * xp->xfrm_nr); > len += NLMSG_SPACE(sizeof(struct xfrm_user_polexpire)); >- len += RTA_SPACE(xfrm_user_sec_ctx_size(xp)); >+ len += RTA_SPACE(xfrm_user_sec_ctx_size(xp->security)); > skb = alloc_skb(len, GFP_ATOMIC); > if (skb == NULL) > return -ENOMEM;
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 235475
:
151821
|
151825
|
151880
|
152078
|
152084
|
152194
|
152196
|
152289
|
152320
| 152503 |
152618