Loading security/selinux/xfrm.c +1 −1 Original line number Diff line number Diff line Loading @@ -310,7 +310,7 @@ int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx, if (old_ctx) { new_ctx = kmalloc(sizeof(*old_ctx) + old_ctx->ctx_len, GFP_KERNEL); GFP_ATOMIC); if (!new_ctx) return -ENOMEM; Loading Loading
security/selinux/xfrm.c +1 −1 Original line number Diff line number Diff line Loading @@ -310,7 +310,7 @@ int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx, if (old_ctx) { new_ctx = kmalloc(sizeof(*old_ctx) + old_ctx->ctx_len, GFP_KERNEL); GFP_ATOMIC); if (!new_ctx) return -ENOMEM; Loading