Park Ju Hyung 64aaf47446 sock: Inline SELinux's sk_security to struct sock
As we don't have to care about any other security mechanism than SELinux,
inline its struct sk_security_struct into struct sock.

This way, the kernel no longer has to allocate and de-allocate
struct sk_security_struct, which happens extremely frequently under Android.

Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
Signed-off-by: Yaroslav Furman <yaro330@gmail.com>
2021-03-10 14:16:28 +05:30
..
2020-07-01 12:51:55 +02:00
2020-06-22 11:22:58 +02:00
2019-05-27 09:37:12 +02:00