Re: [PATCH] kmod: Add FIPS 202 SHA-3 support

2023-12-12 Thread Dimitri John Ledkov
On Wed, 6 Dec 2023 at 15:26, Lucas De Marchi wrote: > > On Sun, Oct 22, 2023 at 07:09:28PM +0100, Dimitri John Ledkov wrote: > >Add support for parsing FIPS 202 SHA-3 signature hashes. Separately, > >it is not clear why explicit hashes are re-encoded here, instead of > >tr

[PATCH kmod] libkmod: remove pkcs7 obj_to_hash_algo()

2023-10-28 Thread Dimitri John Ledkov
v6.7 and with this patch are automatically supported. Signed-off-by: Dimitri John Ledkov --- configure.ac| 7 - libkmod/libkmod-signature.c | 59 + 2 files changed, 20 insertions(+), 46 deletions(-) diff --git a/configure.ac b/configure.ac

[PATCH] kmod: Add FIPS 202 SHA-3 support

2023-10-22 Thread Dimitri John Ledkov
Add support for parsing FIPS 202 SHA-3 signature hashes. Separately, it is not clear why explicit hashes are re-encoded here, instead of trying to generically show any digest openssl supports. Signed-off-by: Dimitri John Ledkov --- libkmod/libkmod-signature.c | 12 1 file changed

Re: [PATCH 4/4] integrity: Load mokx variables into the blacklist keyring

2021-03-12 Thread Dimitri John Ledkov
On 12/03/2021 21:49, Eric Snowberg wrote: > >> On Mar 12, 2021, at 11:39 AM, Dimitri John Ledkov >> wrote: >> >> On 25/02/2021 20:59, David Howells wrote: >>> From: Eric Snowberg >>> >>> During boot the Secure Boot Forbidden Signature D

Re: [PATCH 4/4] integrity: Load mokx variables into the blacklist keyring

2021-03-12 Thread Dimitri John Ledkov
On 25/02/2021 20:59, David Howells wrote: > From: Eric Snowberg > > During boot the Secure Boot Forbidden Signature Database, dbx, > is loaded into the blacklist keyring. Systems booted with shim > have an equivalent Forbidden Signature Database called mokx. > Currently mokx is only used by shim

[PATCH] lib/decompress_unlz4.c: correctly handle zero-padding around initrds.

2021-01-14 Thread Dimitri John Ledkov
compressor streams with/without padding into kunit tests, across all decompressor algorithms. [1] ./Documentation/driver-api/early-userspace/buffer-format.rst BugLink: https://bugs.launchpad.net/bugs/1835660 Signed-off-by: Dimitri John Ledkov --- lib/decompress_unlz4.c | 8 1 file

Re: fs: Remove ext3 filesystem driver In-Reply-To: <20150715124709.ga11...@quack.suse.cz>

2015-07-22 Thread Dimitri John Ledkov
Heya, So I did a trimmed export of the patch from repository pointed out, and I have a comment about the config change below. I'm pretty sure i probably got the headers wrong, so sorry if i break threading with this email. On 18/06/15 15:52, Jan Kara wrote: > The functionality of ext3 is fully

[PATCH v2] NVMe: Update namespace and controller identity structures as per 1.1a spec

2014-05-07 Thread Dimitri John Ledkov
/NVM-Express-1_1a.pdf Signed-off-by: Dimitri John Ledkov --- Changes since v1: - Change cntlid from __le16 to __u16 ("it's a cookie") - Change eui64 from __le64 to __u8[8] (as per IEEE's recommendation) include/uapi/linux/nvme.h | 19 +++ 1 file changed,

[PATCH] NVMe: Update namespace and controller identity structures as per 1.1a spec

2014-04-19 Thread Dimitri John Ledkov
/NVM-Express-1_1a.pdf Signed-off-by: Dimitri John Ledkov --- include/uapi/linux/nvme.h | 19 +++ 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/include/uapi/linux/nvme.h b/include/uapi/linux/nvme.h index 096fe1c..73cb2af 100644 --- a/include/uapi/linux/nvme.h +++ b

[PATCH] NVMe: Update namespace and controller identity structures as per 1.1a spec

2014-04-19 Thread Dimitri John Ledkov
/NVM-Express-1_1a.pdf Signed-off-by: Dimitri John Ledkov --- include/uapi/linux/nvme.h | 19 +++ 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/include/uapi/linux/nvme.h b/include/uapi/linux/nvme.h index 096fe1c..73cb2af 100644 --- a/include/uapi/linux/nvme.h +++ b