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) |
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:
>> >
>> > +-+--+--
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
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
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
>> > > >
>> >
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
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
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
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
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
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
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
12 matches
Mail list logo