mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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. Change-Id: Ic1e584a7d31bbb225cbd3079a5002542a7683818 Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com> Signed-off-by: Yaroslav Furman <yaro330@gmail.com> Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>