Re: [PATCH v3] docs/secure-coding-practices: Describe how to use 'null-co' block driver

2021-06-01 Thread Kevin Wolf
Am 01.06.2021 um 07:35 hat Philippe Mathieu-Daudé geschrieben: > Document that security reports must use 'null-co,read-zeroes=on' > because otherwise the memory is left uninitialized (which is an > on-purpose performance feature). > > Signed-off-by: Philippe Mathieu-Daudé > --- > v3: Simplified u

Re: [PATCH v3] docs/secure-coding-practices: Describe how to use 'null-co' block driver

2021-06-01 Thread Vladimir Sementsov-Ogievskiy
01.06.2021 08:35, Philippe Mathieu-Daudé wrote: Document that security reports must use 'null-co,read-zeroes=on' because otherwise the memory is left uninitialized (which is an on-purpose performance feature). Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Vladimir Sementsov-Ogievskiy --

[PATCH v3] docs/secure-coding-practices: Describe how to use 'null-co' block driver

2021-05-31 Thread Philippe Mathieu-Daudé
Document that security reports must use 'null-co,read-zeroes=on' because otherwise the memory is left uninitialized (which is an on-purpose performance feature). Signed-off-by: Philippe Mathieu-Daudé --- v3: Simplified using Vladimir suggestion. --- docs/devel/secure-coding-practices.rst | 9 +++