Searched hist:"2 e71029e2c32ecd59a2e8f351517bfbbad42ac11" (Results 1 – 5 of 5) sorted by relevance
/linux/net/key/ |
H A D | af_key.c | diff 2e71029e2c32ecd59a2e8f351517bfbbad42ac11 Tue Apr 22 14:48:30 CEST 2014 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> xfrm: Remove useless xfrm_audit struct.
Commit f1370cc4 "xfrm: Remove useless secid field from xfrm_audit." changed "struct xfrm_audit" to have either { audit_get_loginuid(current) / audit_get_sessionid(current) } or { INVALID_UID / -1 } pair.
This means that we can represent "struct xfrm_audit" as "bool". This patch replaces "struct xfrm_audit" argument with "bool".
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
|
/linux/net/xfrm/ |
H A D | xfrm_state.c | diff 2e71029e2c32ecd59a2e8f351517bfbbad42ac11 Tue Apr 22 14:48:30 CEST 2014 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> xfrm: Remove useless xfrm_audit struct.
Commit f1370cc4 "xfrm: Remove useless secid field from xfrm_audit." changed "struct xfrm_audit" to have either { audit_get_loginuid(current) / audit_get_sessionid(current) } or { INVALID_UID / -1 } pair.
This means that we can represent "struct xfrm_audit" as "bool". This patch replaces "struct xfrm_audit" argument with "bool".
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
|
H A D | xfrm_user.c | diff 2e71029e2c32ecd59a2e8f351517bfbbad42ac11 Tue Apr 22 14:48:30 CEST 2014 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> xfrm: Remove useless xfrm_audit struct.
Commit f1370cc4 "xfrm: Remove useless secid field from xfrm_audit." changed "struct xfrm_audit" to have either { audit_get_loginuid(current) / audit_get_sessionid(current) } or { INVALID_UID / -1 } pair.
This means that we can represent "struct xfrm_audit" as "bool". This patch replaces "struct xfrm_audit" argument with "bool".
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
|
H A D | xfrm_policy.c | diff 2e71029e2c32ecd59a2e8f351517bfbbad42ac11 Tue Apr 22 14:48:30 CEST 2014 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> xfrm: Remove useless xfrm_audit struct.
Commit f1370cc4 "xfrm: Remove useless secid field from xfrm_audit." changed "struct xfrm_audit" to have either { audit_get_loginuid(current) / audit_get_sessionid(current) } or { INVALID_UID / -1 } pair.
This means that we can represent "struct xfrm_audit" as "bool". This patch replaces "struct xfrm_audit" argument with "bool".
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
|
/linux/include/net/ |
H A D | xfrm.h | diff 2e71029e2c32ecd59a2e8f351517bfbbad42ac11 Tue Apr 22 14:48:30 CEST 2014 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> xfrm: Remove useless xfrm_audit struct.
Commit f1370cc4 "xfrm: Remove useless secid field from xfrm_audit." changed "struct xfrm_audit" to have either { audit_get_loginuid(current) / audit_get_sessionid(current) } or { INVALID_UID / -1 } pair.
This means that we can represent "struct xfrm_audit" as "bool". This patch replaces "struct xfrm_audit" argument with "bool".
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
|