Re: [ptxdist] [PATCH] gitignore generated man pages

2021-07-23 Thread Roland Hieber
Apparently this one fell through the cracks... - Roland On Sun, Jun 27, 2021 at 12:49:44AM +0200, Roland Hieber wrote: > Signed-off-by: Roland Hieber > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 57bfdcc10c24..dabf0d56eb66 100644

[ptxdist] [PATCH v2 3/3] host-ptx-code-signing-dev: version bump 0.5 -> 0.6

2021-07-23 Thread Roland Hieber
Version 0.6 sets up keys for the 'kernel-modules' role. Signed-off-by: Roland Hieber --- PATCH v2: - rebase to current master after commit bd8b3d01cbd0ce3af98f ("host-ptx-code-signing-dev: version bump 0.4 -> 0.5") was applied PATCH v1:

[ptxdist] [PATCH v2 2/3] kernel: add support for module signing

2021-07-23 Thread Roland Hieber
Use the code signing role 'kernel-modules' to supply the kernel with the key for kernel module singing. This only works if kernel module signing is enabled in the kernel config file, so write a short paragraph for the "daily use" chapter in the docs what has to be considered when using module

[ptxdist] [PATCH v2 1/3] kernel: add CAs from the code signing provider to the kernel trust root

2021-07-23 Thread Roland Hieber
Additional trusted CAs can be necessary for certain use cases, see the snippet in the docs. Current kernels don't cope well with an empty CONFIG_SYSTEM_TRUSTED_KEYS variable, so only add it when the singing provider actually supplies a non-empty list of CA certificates. The cs_get_* functions

[ptxdist] [PATCH] templates/code-signing-provider: set up SoftHSM 'imx-habv4-srk' role group

2021-07-23 Thread Roland Hieber
Also provide some example code to set up the role group for the SoftHSM use case. Fixes: f1fc06cd534092bd1a4a (2021-07-08, "templates/code-signing-provider: set up the 'imx-habv4-srk' role group") Signed-off-by: Roland Hieber --- .../code-signing-provider/ptxdist-set-keys-softhsm.sh |

Re: [ptxdist] [PATCH] kernel: add support for kernel module signing

2021-07-23 Thread Roland Hieber
On Fri, Jul 23, 2021 at 12:39:28PM +0200, Michael Olbrich wrote: > On Fri, Jul 23, 2021 at 12:17:36PM +0200, Roland Hieber wrote: > > On Wed, Jul 21, 2021 at 10:54:53AM +0200, Michael Olbrich wrote: > > > On Mon, Jul 19, 2021 at 08:30:53PM +0200, Roland Hieber wrote: > > > > diff --git

Re: [ptxdist] [PATCH] Add missing install CROSS_LIB_DIR for CMAKE environments.

2021-07-23 Thread Denis Osterland-Heim
Hi Christian, Am Donnerstag, den 22.07.2021, 18:41 +0200 schrieb Christian Melki: > On 7/22/21 10:07 AM, Denis Osterland-Heim wrote: > > Hi Michael, > > > > Am Donnerstag, den 22.07.2021, 08:46 +0200 schrieb m.olbr...@pengutronix.de: > > > Hi, > > > > > > On Wed, Jul 21, 2021 at 07:54:05PM +0200,

Re: [ptxdist] [PATCH] kernel: add support for kernel module signing

2021-07-23 Thread Michael Olbrich
On Fri, Jul 23, 2021 at 12:17:36PM +0200, Roland Hieber wrote: > On Wed, Jul 21, 2021 at 10:54:53AM +0200, Michael Olbrich wrote: > > On Mon, Jul 19, 2021 at 08:30:53PM +0200, Roland Hieber wrote: > > > Use the code signing role 'kernel-modules' to supply the kernel with the > > > keys for kernel

Re: [ptxdist] [PATCH] kernel: add support for kernel module signing

2021-07-23 Thread Roland Hieber
On Wed, Jul 21, 2021 at 10:54:53AM +0200, Michael Olbrich wrote: > On Mon, Jul 19, 2021 at 08:30:53PM +0200, Roland Hieber wrote: > > Use the code signing role 'kernel-modules' to supply the kernel with the > > keys for kernel module signing and additional CAs for the kernel's trust > > root. This

Re: [ptxdist] [PATCH] Add missing install CROSS_LIB_DIR for CMAKE environments.

2021-07-23 Thread m.olbr...@pengutronix.de
On Thu, Jul 22, 2021 at 06:41:26PM +0200, Christian Melki wrote: > On 7/22/21 10:07 AM, Denis Osterland-Heim wrote: > > Am Donnerstag, den 22.07.2021, 08:46 +0200 schrieb m.olbr...@pengutronix.de: > >> On Wed, Jul 21, 2021 at 07:54:05PM +0200, Christian Melki wrote: > >>> Sigh. Spec ambiguity

Re: [ptxdist] Host and target triplets

2021-07-23 Thread Michael Olbrich
On Thu, Jul 22, 2021 at 11:15:34PM +0200, Guillermo Rodriguez Garcia wrote: > El jueves, 22 de julio de 2021, Michael Olbrich > escribió: > > On Thu, Jul 22, 2021 at 12:29:49PM +0200, Guillermo Rodriguez Garcia wrote: > > > El mié, 21 jul 2021 a las 18:35, Guillermo Rodriguez Garcia (< > > >

[ptxdist] [PATCH] uhubctl: new package

2021-07-23 Thread Lars Pedersen
uhubctl is utility to control USB power per-port on smart USB hubs. Smart hub is defined as one that implements per-port power switching. Signed-off-by: Lars Pedersen --- rules/uhubctl.in | 8 +++ rules/uhubctl.make | 54 ++ 2 files changed, 62

[ptxdist] [PATCH] python3-sqlparse: version bump 0.3.1 -> 0.4.1

2021-07-23 Thread Lars Pedersen
Added LICENSE file to rule Signed-off-by: Lars Pedersen --- rules/python3-sqlparse.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/python3-sqlparse.make b/rules/python3-sqlparse.make index 5590e9473..4a0cef488 100644 --- a/rules/python3-sqlparse.make +++

[ptxdist] [PATCH] python3-ply: version bump 3.4 -> 3.11

2021-07-23 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- rules/python3-ply.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/python3-ply.make b/rules/python3-ply.make index d95459988..e5deab4f7 100644 --- a/rules/python3-ply.make +++ b/rules/python3-ply.make @@ -14,8 +14,8 @@

[ptxdist] [PATCH] python3-urllib3: version bump 1.25.11->1.26.6

2021-07-23 Thread Lars Pedersen
LICENSE.txt minor change with copyright year Signed-off-by: Lars Pedersen --- rules/python3-urllib3.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/python3-urllib3.make b/rules/python3-urllib3.make index 365c9e87e..0bf952463 100644 ---