[ptxdist] [PATCH] host-dtc: Move devicetree compiler from platform to hosttools_noprompt.

2024-01-22 Thread Christian Melki
The dtc has traditionally been a part of the platform side. It was selected with a specific version to compile various kernel dts:es. Nowdays, target programs has started to require the libfdt in runtime. Ie, programs like QEMU. Beside the runtime, QEMU also have a host-variant which need host tool

Re: [ptxdist] [PATCH 3/3] openssl: add kTLS receive fix

2024-01-22 Thread Steffen Trumtrar
On 2024-01-22 at 11:24 +01, Michael Olbrich wrote: On Mon, Jan 22, 2024 at 09:48:26AM +0100, Steffen Trumtrar wrote: Signed-off-by: Steffen Trumtrar What's the upstream status of this patch? The patch is in master. Should have added this to the description :( Steffen Michael ---

Re: [ptxdist] [PATCH 3/3] openssl: add kTLS receive fix

2024-01-22 Thread Michael Olbrich
On Mon, Jan 22, 2024 at 09:48:26AM +0100, Steffen Trumtrar wrote: > Signed-off-by: Steffen Trumtrar What's the upstream status of this patch? Michael > --- > ...-max_frag_len-checking-if-no-Max-Fragment.patch | 41 > ++ > patches/openssl-3.2.0/series

[ptxdist] [PATCH 1/3] openssl: Version bump. 3.1.4 -> 3.2.0

2024-01-22 Thread Steffen Trumtrar
Signed-off-by: Steffen Trumtrar --- .../{openssl-3.1.4 => openssl-3.2.0}/0001-debian-targets.patch| 0 patches/{openssl-3.1.4 => openssl-3.2.0}/0002-pic.patch | 0 ...003-Configure-allow-to-enable-ktls-if-target-does-not-st.patch | 8 .../0004-conf-Serialize-allocation-free

[ptxdist] [PATCH 3/3] openssl: add kTLS receive fix

2024-01-22 Thread Steffen Trumtrar
Signed-off-by: Steffen Trumtrar --- ...-max_frag_len-checking-if-no-Max-Fragment.patch | 41 ++ patches/openssl-3.2.0/series | 3 +- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/patches/openssl-3.2.0/0006-Don-t-apply-max_frag_len-check

[ptxdist] [PATCH 2/3] openssl: configure kTLS

2024-01-22 Thread Steffen Trumtrar
Since 3.0.0 openSSL can use kTLS. Allow configuring it. With kTLS enabled the linux kernel can handle the TLS connection in kernel space and potentially offload to crypto/network hardware. Signed-off-by: Steffen Trumtrar --- rules/openssl.in | 6 ++ rules/openssl.make | 1 + 2 files chang

[ptxdist] [PATCH 0/3] openssl: update to 3.2.0, make kTLS configurable

2024-01-22 Thread Steffen Trumtrar
ed, 56 insertions(+), 7 deletions(-) --- base-commit: 6c8952685f05b011c21dec645d990bad4776e6a4 change-id: 20240122-v2024-01-0-topic-openssl-0eb590f8d942 Best regards, -- Steffen Trumtrar