[PATCH 03/17] prmem: vmalloc support for dynamic allocation

Dave Hansen dave.hansen at intel.com
Thu Oct 25 00:26:00 UTC 2018


On 10/23/18 2:34 PM, Igor Stoppa wrote:
> +#define VM_PMALLOC		0x00000100	/* pmalloc area - see docs */
> +#define VM_PMALLOC_WR		0x00000200	/* pmalloc write rare area */
> +#define VM_PMALLOC_PROTECTED	0x00000400	/* pmalloc protected area */

Please introduce things as you use them.  It's impossible to review a
patch that just says "see docs" that doesn't contain any docs. :)



More information about the Linux-security-module-archive mailing list