Re: [RFC PATCH 14/14] security: add documentation for SLAB_VIRTUAL

2023-09-20 Thread Vlastimil Babka
On 9/15/23 12:59, Matteo Rizzo wrote: > From: Jann Horn > > Document what SLAB_VIRTUAL is trying to do, how it's implemented, and > why. > > Signed-off-by: Jann Horn > Co-developed-by: Matteo Rizzo > Signed-off-by: Matteo Rizzo > --- > Documentation/security/self-protection.rst | 102 +++

Re: [RFC PATCH 14/14] security: add documentation for SLAB_VIRTUAL

2023-09-15 Thread Kees Cook
On Fri, Sep 15, 2023 at 10:59:33AM +, Matteo Rizzo wrote: > From: Jann Horn > > Document what SLAB_VIRTUAL is trying to do, how it's implemented, and > why. > > Signed-off-by: Jann Horn > Co-developed-by: Matteo Rizzo > Signed-off-by: Matteo Rizzo > --- > Documentation/security/self-prot

[RFC PATCH 14/14] security: add documentation for SLAB_VIRTUAL

2023-09-15 Thread Matteo Rizzo
From: Jann Horn Document what SLAB_VIRTUAL is trying to do, how it's implemented, and why. Signed-off-by: Jann Horn Co-developed-by: Matteo Rizzo Signed-off-by: Matteo Rizzo --- Documentation/security/self-protection.rst | 102 + 1 file changed, 102 insertions(+) diff --