Re: [PATCH v5 01/14] lib: Add TLV parser

2024-09-06 Thread Roberto Sassu
On Thu, 2024-09-05 at 20:30 +0300, Jani Nikula wrote: > On Thu, 05 Sep 2024, Roberto Sassu wrote: > > From: Roberto Sassu > > > > Add a parser of a generic Type-Length-Value (TLV) format: > > > > +-+--+-+ > > > data type (u64) | num fields (u64) |

Re: [PATCH v5 01/14] lib: Add TLV parser

2024-09-06 Thread Jani Nikula
On Fri, 06 Sep 2024, Roberto Sassu wrote: > On Thu, 2024-09-05 at 20:30 +0300, Jani Nikula wrote: >> On Thu, 05 Sep 2024, Roberto Sassu wrote: >> > From: Roberto Sassu >> > >> > Add a parser of a generic Type-Length-Value (TLV) format: >> > >> > +-+--+--

[PATCH] docs/process: fix typos

2024-09-06 Thread Andrew Kreimer
Fix typos in documentation. Signed-off-by: Andrew Kreimer --- Documentation/process/backporting.rst| 6 +++--- Documentation/process/coding-style.rst | 2 +- Documentation/process/maintainer-tip.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/proces

Re: [PATCH v5 01/14] lib: Add TLV parser

2024-09-06 Thread Roberto Sassu
On Fri, 2024-09-06 at 11:06 +0300, Jani Nikula wrote: > On Fri, 06 Sep 2024, Roberto Sassu wrote: > > On Thu, 2024-09-05 at 20:30 +0300, Jani Nikula wrote: > > > On Thu, 05 Sep 2024, Roberto Sassu wrote: > > > > From: Roberto Sassu > > > > > > > > Add a parser of a generic Type-Length-Value (TL

Re: [PATCH v5 01/14] lib: Add TLV parser

2024-09-06 Thread Jani Nikula
On Fri, 06 Sep 2024, Roberto Sassu wrote: > On Fri, 2024-09-06 at 11:06 +0300, Jani Nikula wrote: >> On Fri, 06 Sep 2024, Roberto Sassu wrote: >> > On Thu, 2024-09-05 at 20:30 +0300, Jani Nikula wrote: >> > > On Thu, 05 Sep 2024, Roberto Sassu wrote: >> > > > From: Roberto Sassu >> > > > >> >

Re: [RFC][PATCH v3 01/10] ima: Introduce hook DIGEST_LIST_CHECK

2024-09-06 Thread Jarkko Sakkinen
On Thu Sep 5, 2024 at 6:25 PM EEST, Roberto Sassu wrote: > From: Roberto Sassu > > Introduce a new hook to check the integrity of digest lists. "Introduce DIGEST_LIST_CHECK, a new hook..." > > The new hook is invoked during a kernel read with file type "with the file type" > READING_DIGEST LI

Re: [RFC][PATCH v3 04/10] ima: Add digest_cache_measure/appraise boot-time built-in policies

2024-09-06 Thread Jarkko Sakkinen
On Thu Sep 5, 2024 at 6:25 PM EEST, Roberto Sassu wrote: > From: Roberto Sassu > > Specify the 'digest_cache_measure' boot-time policy with 'ima_policy=' in > the kernel command line to add the following rule at the beginning of the > IMA policy, before other rules: > > measure func=DIGEST_LIST_CH

Re: [PATCH v12 21/39] arm64/gcs: Ensure that new threads have a GCS

2024-09-06 Thread Szabolcs Nagy
The 08/29/2024 00:27, Mark Brown wrote: > Unfortunately plain clone() is not extensible and existing clone3() > users will not specify a stack so all existing code would be broken if > we mandated specifying the stack explicitly. For compatibility with > these cases and also x86 (which did not ini

Re: [RFC][PATCH v3 01/10] ima: Introduce hook DIGEST_LIST_CHECK

2024-09-06 Thread Roberto Sassu
On Fri, 2024-09-06 at 12:41 +0300, Jarkko Sakkinen wrote: > On Thu Sep 5, 2024 at 6:25 PM EEST, Roberto Sassu wrote: > > From: Roberto Sassu > > > > Introduce a new hook to check the integrity of digest lists. > > "Introduce DIGEST_LIST_CHECK, a new hook..." > > > > > The new hook is invoked d

Re: [RFC][PATCH v3 04/10] ima: Add digest_cache_measure/appraise boot-time built-in policies

2024-09-06 Thread Roberto Sassu
On Fri, 2024-09-06 at 12:45 +0300, Jarkko Sakkinen wrote: > On Thu Sep 5, 2024 at 6:25 PM EEST, Roberto Sassu wrote: > > From: Roberto Sassu > > > > Specify the 'digest_cache_measure' boot-time policy with 'ima_policy=' in > > the kernel command line to add the following rule at the beginning of

Re: [RFC][PATCH v3 01/10] ima: Introduce hook DIGEST_LIST_CHECK

2024-09-06 Thread Jarkko Sakkinen
On Fri Sep 6, 2024 at 2:22 PM EEST, Roberto Sassu wrote: > On Fri, 2024-09-06 at 12:41 +0300, Jarkko Sakkinen wrote: > > On Thu Sep 5, 2024 at 6:25 PM EEST, Roberto Sassu wrote: > > > From: Roberto Sassu > > > > > > Introduce a new hook to check the integrity of digest lists. > > > > "Introduce

Re: [PATCH] docs/process: fix typos

2024-09-06 Thread Jonathan Corbet
Andrew Kreimer writes: > Fix typos in documentation. > > Signed-off-by: Andrew Kreimer > --- > Documentation/process/backporting.rst| 6 +++--- > Documentation/process/coding-style.rst | 2 +- > Documentation/process/maintainer-tip.rst | 2 +- > 3 files changed, 5 insertions(+), 5 deletio