[PATCH] security: convert security hooks to use hlist
From: Sargun Dhillon <hidden>
Date: 2018-03-26 19:31:25
From: Sargun Dhillon <hidden>
Date: 2018-03-26 19:31:25
On Sun, Mar 25, 2018 at 2:25 PM, James Morris [off-list ref] wrote:
On Sun, 25 Mar 2018, Sargun Dhillon wrote:quoted
This changes security_hook_heads to use hlist_heads instead of the circular doubly-linked list heads. This should cut down the size of the struct by about half.Can you please measure it?
At least for my kernel config, 1656 bytes vs. 3280 bytes.
-- James Morris [off-list ref]
-- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html