[ptxdist] [PATCH] libmodbus: version bump 2.0.4 -> 3.0.8

2021-11-12 Thread Uwe Kleine-König
From: Ladislav Michl Update to the latest stable version. As tarballs released on github are lacking generated configure script use the one provided on project pages (these are indeed different archives) Signed-off-by: Ladislav Michl Signed-off-by: Uwe Kleine-König --- rules/libmodbus.make

[ptxdist] [PATCH] sdbus-cpp: version bump 0.8.2 -> 1.0.0

2021-11-12 Thread Uwe Kleine-König
From: Ladislav Michl Signed-off-by: Ladislav Michl Signed-off-by: Uwe Kleine-König --- rules/sdbus-cpp.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sdbus-cpp.make b/rules/sdbus-cpp.make index 618873bbe90d..238030c31fe7 100644 --- a/rules/sdbus-cpp.make

Re: [ptxdist] [Kernel.org Helpdesk #86171] [linuxfoundation.org #86171] Re: Archive ptxdist@pengutronix.de on lore.kernel.org?

2021-11-26 Thread Uwe Kleine-König
Hello Konstantin, On Tue, Apr 14, 2020 at 05:31:22PM -0400, Konstantin Ryabitsev via RT wrote: > On Tue, Apr 14, 2020 at 05:52:53AM -0400, Uwe Kleine-König via RT wrote: > > > > > > I didn't hear back from you in reply to my request from three weeks ago. > > >

Re: [ptxdist] [Kernel.org Helpdesk #86171] [linuxfoundation.org #86171] Re: Archive ptxdist@pengutronix.de on lore.kernel.org?

2022-02-22 Thread Uwe Kleine-König
Hello Konstantin, On Fri, Nov 26, 2021 at 11:28:30AM +0100, Uwe Kleine-König wrote: > On Tue, Apr 14, 2020 at 05:31:22PM -0400, Konstantin Ryabitsev via RT wrote: > > On Tue, Apr 14, 2020 at 05:52:53AM -0400, Uwe Kleine-König via RT wrote: > > > > > > > > I didn

[ptxdist] [PATCH] tf-a: Support enabling DEBUG via TF_A_EXTRA_ARGS

2022-03-09 Thread Uwe Kleine-König
results of an earlier attempt where DEBUG wasn't set yet in TF_A_EXTRA_ARGS. Also remove DEBUG=0 from the hardcoded set of options. This is the default in the tf-a Makefiles anyhow, and passing both DEBUG=0 and DEBUG=1 only results in confusion. Signed-off-by: Uwe Kleine-König --- rul

[ptxdist] [PATCH v2] tf-a: Support enabling DEBUG via TF_A_EXTRA_ARGS

2022-03-09 Thread Uwe Kleine-König
results of an earlier attempt where DEBUG wasn't set yet in TF_A_EXTRA_ARGS. Also remove DEBUG=0 from the hardcoded set of options. This is the default in the tf-a Makefiles anyhow, and passing both DEBUG=0 and DEBUG=1 only results in confusion. Signed-off-by: Uwe Kleine-König ---

Re: [ptxdist] [PATCH] microcom: correct SPDX license identifier GPL-2.0-only -> GPL-2.0-or-later

2022-04-07 Thread Uwe Kleine-König
t;version 2 only". The "GNU GENERAL PUBLIC LICENSE version 2" is appended below. but all *.c and *.h files have the "or later" annotation. Hmm. This is an upstream thing though, to this patch looks fine. Acked-by: Uwe Kleine-König Best regards Uwe -- Pengutronix e.K

[ptxdist] [PATCH] git-ptx-patches: Fix corner case when searching for a tag in series file

2022-05-13 Thread Uwe Kleine-König
Require a space after the tag name, otherwise searching for tag=foo might match a line #tag:foobar ... Fixes: 957c6c663cdd ("git-ptx-patches: Allow patches before base tag") Signed-off-by: Uwe Kleine-König --- scripts/git-ptx-patches | 2 +- 1 file changed, 1 insertion(+),

[ptxdist] [PATCH] git-ptx-patches: Remove useless assignment

2022-05-13 Thread Uwe Kleine-König
range is overwritten unconditionally after option parsing, so drop the assignment. Its only effect was irritating a human reader. Signed-off-by: Uwe Kleine-König --- scripts/git-ptx-patches | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/git-ptx-patches b/scripts/git-ptx-patches

Re: [ptxdist] [Kernel.org Helpdesk #86171] [linuxfoundation.org #86171] Re: Archive ptxdist@pengutronix.de on lore.kernel.org?

2022-06-30 Thread Uwe Kleine-König
Hello Konstantin, On Tue, May 03, 2022 at 09:04:39AM +0200, Ahmad Fatoum wrote: > On 26.11.21 11:28, Uwe Kleine-König wrote: > > On Tue, Apr 14, 2020 at 05:31:22PM -0400, Konstantin Ryabitsev via RT wrote: > >> I hope that we'll be able to roll out our aggregated mirroring

[ptxdist] [PATCH] tf-a: Select openssl in host package

2022-07-12 Thread Uwe Kleine-König
| ^~~ compilation terminated. (This only happens if the openssl development package isn't installed on the host. Signed-off-by: Uwe Kleine-König --- platforms/host-tf-a.in | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/host-tf-a.in b/platforms/host-tf-a.in

Re: [ptxdist] [PATCH] tf-a: Select openssl in host package

2022-07-13 Thread Uwe Kleine-König
On Wed, Jul 13, 2022 at 08:49:53AM +0200, Uwe Kleine-König wrote: > tf-a needs openssl, otherwise: > > HOSTCC tbbr_config.c > In file included from fiptool.h:16, >from fiptool.c:19: > fiptool_platform.h:19:11: fatal error: openssl/s

[ptxdist] [PATCH] ptxdist: Add --silent and -s as aliases for --quiet

2022-09-30 Thread Uwe Kleine-König
way). Signed-off-by: Uwe Kleine-König --- bin/ptxdist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/ptxdist b/bin/ptxdist index af0e5253e89f..740d77321688 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -812,6 +812,7 @@ Options: --debug, -d print

[ptxdist] [PATCH] ptxd_lib_code_signing: Check for errors in cs_import_cert_from_pem()

2022-10-25 Thread Uwe Kleine-König
pport") Signed-off-by: Uwe Kleine-König --- scripts/lib/ptxd_lib_code_signing.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib/ptxd_lib_code_signing.sh b/scripts/lib/ptxd_lib_code_signing.sh index 5ba1a4666af4..bafdc16544d3 100644 --- a/scripts/lib/ptxd_lib_code_signin

[ptxdist] [PATCH] clean: Fix a double whitespace

2022-11-08 Thread Uwe Kleine-König
Fixes: c98e2ba9594c ("detect patch changes and reextract when needed") --- scripts/lib/ptxd_make_clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_clean.sh b/scripts/lib/ptxd_make_clean.sh index a3a7cde797bc..4bfce603c94a 100644 --- a/scripts/lib/pt

[ptxdist] [PATCH] ptxd_make_get_svn: Sort members of resulting archive by name

2022-12-05 Thread Uwe Kleine-König
wheezy). Signed-off-by: Uwe Kleine-König --- scripts/lib/ptxd_make_get.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_get.sh b/scripts/lib/ptxd_make_get.sh index 2b0ad9307476..e78c417278e4 100644 --- a/scripts/lib/ptxd_make_get.sh +++ b/scripts/lib

[ptxdist] [PATCH] treewide: Consistently use ':' instead to separate user and group for chown

2022-12-16 Thread Uwe Kleine-König
Since coreutils 9.1 chown warns when a '.' is used as separator. Fix this consistently also for documentation and scripts that are expected to use busybox's chown which (up to now) has no problem with '.'. Signed-off-by: Uwe Kleine-König --- config/busybox/Co

[ptxdist] [PATCH] doc: Files are added to _LICENSE_FILES

2023-01-19 Thread Uwe Kleine-König
This fixes a copy-n-paste error. _LICENSE_FILES is supposed to contain a list of files, not _LICENSE. Signed-off-by: Uwe Kleine-König --- doc/dev_licenses.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev_licenses.rst b/doc/dev_licenses.rst index 0bb1c8d77c5e

[ptxdist] [PATCH] ptxd_make_world_compile_commands_filter: Fix grep for uptodate check

2023-02-10 Thread Uwe Kleine-König
es: ac0aac7fc727 ("impove compile_commands.json handling") Signed-off-by: Uwe Kleine-König --- scripts/lib/ptxd_make_world_compile_commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_world_compile_commands.sh b/scripts/lib/ptxd_m

[ptxdist] [PATCH] mailmap: Add a few entries for improved commit statistics

2023-06-07 Thread Uwe Kleine-König
roduced by git shortlog -sn . Signed-off-by: Uwe Kleine-König --- .mailmap | 7 +++ 1 file changed, 7 insertions(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index ..c1c31f0237a0 --- /dev/null +++ b/.mailmap @@ -0,0 +1,7 @@

[ptxdist] [PATCH] Templates/src-autoconf-*: Fix a few typos in the configure template

2023-08-01 Thread Uwe Kleine-König
Signed-off-by: Uwe Kleine-König --- rules/templates/src-autoconf-lib/configure.ac | 8 rules/templates/src-autoconf-prog/configure.ac| 6 +++--- rules/templates/src-autoconf-proglib/configure.ac | 8 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/rules

[ptxdist] [PATCH v2] mailmap: Add a few entries for improved commit statistics

2023-11-03 Thread Uwe Kleine-König
roduced by git shortlog -sn . Signed-off-by: Uwe Kleine-König --- Hello, (implicit) v1 was sent with Message-Id: <20230607135129.189660-1-u.kleine-koe...@pengutronix.de> based on 2023.05.0. I added a few more entries pointed out by Alexander Dahl to merge some more entries. I

[ptxdist] [PATCH] ptxd_make_nested: Fix parameter passing for --dirty, --force and --pedantic

2023-11-10 Thread Uwe Kleine-König
_ptxdist() accordingly. Fixes: 5169ae99daf8 ("add support for nested PTXdist execution") Signed-off-by: Uwe Kleine-König --- scripts/lib/ptxd_make_nested.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/ptxd_make_nested.sh b/scripts/lib/ptxd_make_ne

[ptxdist] [PATCH 0/3] git-ptx-patches: A fix and two minor improvements

2023-11-29 Thread Uwe Kleine-König
look into the problem again and then I spotted the issue. The other two patches are just minor improvements that I noticed while researching for the race. Best regards Uwe Uwe Kleine-König (3): git-ptx-patches: Fix a race condition git-ptx-patches: Open .ptxdist/series less often for writing

[ptxdist] [PATCH 1/3] git-ptx-patches: Fix a race condition

2023-11-29 Thread Uwe Kleine-König
t file to remove the "From " line instead. Still be a bit conservative and make sure that only the intended line is dropped. Reported-by: Thorsten Scherer Signed-off-by: Uwe Kleine-König --- scripts/git-ptx-patches | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-)

[ptxdist] [PATCH 3/3] git-ptx-patches: Simplify nested if construct

2023-11-29 Thread Uwe Kleine-König
... else ... fi Signed-off-by: Uwe Kleine-König --- scripts/git-ptx-patches | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/scripts/git-ptx-patches b/scripts/git-ptx-patches index 56e82eb2ee56..b27dbe7905d9 100755 --- a/scripts/git-ptx

[ptxdist] [PATCH 2/3] git-ptx-patches: Open .ptxdist/series less often for writing

2023-11-29 Thread Uwe Kleine-König
Signed-off-by: Uwe Kleine-König --- scripts/git-ptx-patches | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/git-ptx-patches b/scripts/git-ptx-patches index df004fb8a8a5..56e82eb2ee56 100755 --- a/scripts/git-ptx-patches +++ b/scripts/git-ptx-patches @@ -204,7

Re: [ptxdist] [PATCH v2] mailmap: Add a few entries for improved commit statistics

2023-12-13 Thread Uwe Kleine-König
On Wed, Dec 13, 2023 at 07:30:47PM +0100, Roland Hieber wrote: > On Fri, Nov 03, 2023 at 02:02:47PM +0100, Uwe Kleine-König wrote: > > When a single person uses different variants of their real name and > > different email addresses, they appear as different persons in the > >

[ptxdist] [PATCH] busybox: New patch to fix compilation with Linux v6.8-rc1

2024-03-23 Thread Uwe Kleine-König
Signed-off-by: Uwe Kleine-König --- ...-Fix-compilation-with-Linux-v6.8-rc1.patch | 61 +++ patches/busybox-1.36.1/series | 3 +- 2 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 patches/busybox-1.36.1/0203-tc-Fix-compilation-with-Linux-v6.8

[ptxdist] [PATCH] libtraceevent: new package

2024-05-08 Thread Uwe Kleine-König
This is required for perf (PTXCONF_KERNEL_TOOL_PERF) to work with tracepoints and enable the subcommands kmem, kwork, lock, sched and timechart. The perf recipe is adapted accordingly to make use of it. Signed-off-by: Uwe Kleine-König --- rules/kernel.in | 1 + rules/kernel.make

[ptxdist] [PATCH v2 0/2] add libtraceevent for perf

2024-05-14 Thread Uwe Kleine-König
options Michael requested that I explicitly set all configuration options to their default value. This felt wrong as most of them don't matter when documentation is disabled (which is the case here). So as a suggested compromise I explicitly listed the unset options. Best regards Uwe Uwe K

[ptxdist] [PATCH v2 1/2] libtraceevent: new package

2024-05-14 Thread Uwe Kleine-König
This is required for perf (PTXCONF_KERNEL_TOOL_PERF) to work with tracepoints and enable the subcommands kmem, kwork, lock, sched and timechart. Signed-off-by: Uwe Kleine-König --- rules/libtraceevent.in | 8 + rules/libtraceevent.make | 70 2

[ptxdist] [PATCH v2 2/2] kernel/perf: Make use of libtraceevent

2024-05-14 Thread Uwe Kleine-König
This makes it possible to use with tracepoints and enable the subcommands kmem, kwork, lock, sched and timechart. Signed-off-by: Uwe Kleine-König --- rules/kernel.in | 1 + rules/kernel.make | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/kernel.in b/rules/kernel.in

[ptxdist] [PATCH v3 0/2] add libtraceevent for perf

2024-05-15 Thread Uwe Kleine-König
don't matter when documentation is disabled (which is the case here). So as a suggested compromise I explicitly listed the unset options. Best regards Uwe Uwe Kleine-König (2): libtraceevent: new package kernel/perf: Make use of libtraceevent rules/kernel.in | 1 +

[ptxdist] [PATCH v3 1/2] libtraceevent: new package

2024-05-15 Thread Uwe Kleine-König
This is required for perf (PTXCONF_KERNEL_TOOL_PERF) to work with tracepoints and enable the subcommands kmem, kwork, lock, sched and timechart. Signed-off-by: Uwe Kleine-König --- rules/libtraceevent.in | 8 + rules/libtraceevent.make | 70 2

[ptxdist] [PATCH v3 2/2] kernel/perf: Make use of libtraceevent

2024-05-15 Thread Uwe Kleine-König
This makes it possible to use with tracepoints and enable the subcommands kmem, kwork, lock, sched and timechart. Signed-off-by: Uwe Kleine-König --- rules/kernel.in | 1 + rules/kernel.make | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/kernel.in b/rules/kernel.in

[ptxdist] [PATCH] libtraceevent: Fix help text

2024-05-21 Thread Uwe Kleine-König
Fixes: 84741db5d065 ("libtraceevent: new package") Signed-off-by: Uwe Kleine-König --- rules/libtraceevent.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libtraceevent.in b/rules/libtraceevent.in index a3b7b97379f3..c3c2587c163d 100644 --- a/rules/libtra

[ptxdist] [PATCH] kernel/perf: Fix host path leakage

2024-05-21 Thread Uwe Kleine-König
The perf build scripts default to prefix=$HOME, resulting in: # perf script -l open(/home/ukl/libexec/perf-core/scripts) failed. Check "PERF_EXEC_PATH" env to set scripts dir. when I run ptxdist with HOME=/home/ukl. So set prefix explicitly. Signed-off-by:

[ptxdist] [PATCH] libpwm: New package

2024-06-16 Thread Uwe Kleine-König
libpwm is a thin abstract layer to drive PWM devices under Linux. Signed-off-by: Uwe Kleine-König --- patches/libpwm-f7a7496fcb9d/autogen.sh | 1 + rules/libpwm.in| 8 rules/libpwm.make | 57 ++ 3 files changed, 66

Re: [ptxdist] [PATCH] libpwm: New package

2024-06-17 Thread Uwe Kleine-König
Hello Roland, On Mon, Jun 17, 2024 at 11:18:03AM +0200, Roland Hieber wrote: > On Fri, Jun 14, 2024 at 05:59:00PM +0200, Uwe Kleine-König wrote: > > libpwm is a thin abstract layer to drive PWM devices under Linux. > > > > Signed-off-by: Uwe Kleine-König > > Thanks

[ptxdist] [PATCH v2] libpwm: New package

2024-06-17 Thread Uwe Kleine-König
libpwm is a thin abstract layer to drive PWM devices under Linux. Signed-off-by: Uwe Kleine-König --- Changes since (implicit) v1, available at https://lore.ptxdist.org/ptxdist/20240614155900.799336-1-u.kleine-koe...@baylibre.com/: - Fix typo in my email address (twice) - Add a date to

[ptxdist] [PATCH v3] libpwm: New package

2024-06-18 Thread Uwe Kleine-König
libpwm is a thin abstract layer to drive PWM devices under Linux. Signed-off-by: Uwe Kleine-König --- Hello, here comes a brown paperbag version. Roland told so, but I still failed to rename the patches directory ... v2 can be found at https://lore.ptxdist.org/ptxdist/20240617143819.1775360-1

[ptxdist] [PATCH] patchin: Don't trigger git garbage collection

2019-04-04 Thread Uwe Kleine-König
at ptxdist doesn't trigger this housekeeping. As this cleanup is sensible as soon as you start modifying the git repository, suppress it only via the commandline instead of modifying the repository's configuration. Signed-off-by: Uwe Kleine-König --- scripts/lib/ptxd_make_w

Re: [ptxdist] [PATCH] patchin: Don't trigger git garbage collection

2019-04-05 Thread Uwe Kleine-König
Hello On Thu, Apr 04, 2019 at 09:18:09PM +0200, Uwe Kleine-König wrote: > When extracting the sources for a big package (e.g. kernel) git forks a > process to repack the repository "for optimum performance" (unless > configured otherwise for example in ~/.gitconfig). However

Re: [ptxdist] some problems with start ptxdist

2019-07-24 Thread Uwe Kleine-König
0 that is fixed in master. See commit a653df5d3f35. Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König| Industrial Linux Solutions | http://www.pengutronix.de/ | ___ ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] nfsutils: don't install nfsiostat without ensuring python is available

2019-08-07 Thread Uwe Kleine-König
nfsiostat is a python script. Introduce a new suboption to select PYTHON and don't install nfsiostat if this is disabled. Signed-off-by: Uwe Kleine-König --- rules/nfsutils.in | 7 +++ rules/nfsutils.make | 5 - 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/

[ptxdist] [PATCH v2] nfsutils: don't install nfsiostat without ensuring python is available

2019-08-08 Thread Uwe Kleine-König
nfsiostat is a python script. Introduce a new suboption with appropriate selects to assert /usr/bin/python being available and don't install nfsiostat if this is disabled. Signed-off-by: Uwe Kleine-König --- Hello, On Wed, Aug 07, 2019 at 01:45:35PM +0200, Michael Olbrich wrote: > On

Re: [ptxdist] [RFC 3/4] libptxdist: add a function to find unreferenced source directories

2019-08-22 Thread Uwe Kleine-König
$Subject ~= s/source/patch/ ? Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König| Industrial Linux Solutions | http://www.pengutronix.de/ | ___ ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] mmc-utils: use https:// URL instead of git://

2019-08-22 Thread Uwe Kleine-König
In contrast to git:// https:// is usually not blocked in corporate firewalls and provides some anonymity. Signed-off-by: Uwe Kleine-König --- rules/mmc-utils.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/mmc-utils.make b/rules/mmc-utils.make index a2501b19a2f2

Re: [ptxdist] [PATCH] perl: Add patch for compatibility with recent libcrypt implementations.

2019-10-10 Thread Uwe Kleine-König
örn Esser This seems unrelated. Does Perl use the S-o-b at all? Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König| Industrial Linux Solutions | http://www.pengutronix.de/ | ___ ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] gnutls: switch to https URL

2020-02-11 Thread Uwe Kleine-König
This tends to work better than ftp URLs in combination with corporate firewall rules. Signed-off-by: Uwe Kleine-König --- rules/gnutls.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/gnutls.make b/rules/gnutls.make index f07ad8ddb517..9319887d3405 100644 --- a

Re: [ptxdist] [PATCH] networkmanager: version bump 1.20.8-> 1.22.6

2020-02-12 Thread Uwe Kleine-König
ER_V1 = $(word 1, $(subst ., ,$(NETWORKMANAGER_VERSION))) NETWORKMANAGER_V2 = $(word 2, $(subst ., ,$(NETWORKMANAGER_VERSION))) NETWORKMANAGER_MAJOR = $(NETWORKMANAGER_V1).$(NETWORKMANAGER_V2) Unless someone can come up with something easier, probably not worth the

[ptxdist] [PATCH] unfs3: fix attribute setting for symlinks

2020-02-18 Thread Uwe Kleine-König
unfs on Windows. The futimens() function is specified in POSIX.1-2008, so this shouldn't be a problem for other platforms. Signed-off-by: Uwe Kleine-König --- Hello, note I didn't try to contact upstream. Best regards Uwe ...5-attr-use-futimens-instead-of-utime.p

[ptxdist] Archive ptxdist@pengutronix.de on lore.kernel.org?

2020-02-20 Thread Uwe Kleine-König
t). Thanks Uwe -- Pengutronix e.K. | Uwe Kleine-König| Industrial Linux Solutions | https://www.pengutronix.de/ | ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] sqlite: enable foreign keys by default

2020-02-21 Thread Uwe Kleine-König
are to disable this. > > Fedora 31 has =0, I don't know about other distros, > but you can test it fast with an in-memory database. > > $ sqlite3 > sqlite> pragma foreign_keys; > 1 > sqlite> .exit FTR: on Debian the pragma command yields 0. (Tested with sqli

Re: [ptxdist] [PATCH] unfs3: fix attribute setting for symlinks

2020-02-24 Thread Uwe Kleine-König
On Tue, Feb 18, 2020 at 03:57:20PM +0100, Uwe Kleine-König wrote: > unfs makes use of utime() which is unsuitable to set last access and > modification times for symlinks. So make use of the O_PATH flag to > open() and use the futimens() function. > > As a side effect this i

[ptxdist] [PATCH] unfs3: fix attribute settings, second try

2020-02-27 Thread Uwe Kleine-König
filesystem changes, but on the nfs side it is fine. Fixes: 4e21b490eb28 ("unfs3: fix attribute setting for symlinks") Signed-off-by: Uwe Kleine-König --- ...n-t-open-a-file-to-set-its-attribute.patch | 246 ++ ...5-attr-use-futimens-instead-of-utime.patch | 102 ...

Re: [ptxdist] Archive ptxdist@pengutronix.de on lore.kernel.org?

2020-03-10 Thread Uwe Kleine-König
Hello, On Thu, Feb 20, 2020 at 10:36:48AM +0100, Uwe Kleine-König wrote: > I and others at Pengutronix would consider it very useful to have a > public-inbox archive of the ptxdist mailing list. Given that there are > already a few lists archived on lore.kernel.org that (I think

[ptxdist] [PATCH] json-glib: add dependency on host-glib

2020-03-23 Thread Uwe Kleine-König
json-glib requires glib-mkenums in its compile stage. Without this dependency you either need glib-mkenums on your host machine or luck that json-glib is build only after host-glib (assuming host-glib is enabled). Signed-off-by: Uwe Kleine-König --- rules/json-glib.in | 1 + 1 file changed, 1

Re: [ptxdist] [PATCH] Python handling was changes in the past, so remove a leftover as well

2020-03-30 Thread Uwe Kleine-König
itution > removed from configure.ac - but the 'Makefile.in' still uses the PYHTON s/PYHTON/PYTHON/ Liebe Grüße Uwe -- Pengutronix e.K. | Uwe Kleine-König| Industrial Linux Solutions

Re: [ptxdist] [PATCH] ncdu: store options only when package selected

2020-03-30 Thread Uwe Kleine-König
Just a typo alert: $Subject ~= s/package selected/package is selected/ Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König| Industrial Linux Solutions | https://www.pengutronix.de

Re: [ptxdist] Python handling was changes in the past, so remove a leftover as well

2020-04-03 Thread Uwe Kleine-König
On Thu, Apr 02, 2020 at 05:03:29PM +0200, Michael Olbrich wrote: > Thanks, applied as 70e95734668542ac638d5cb8a759ad402d678ff4. Sad that the two typos I indicated were not fixed :-| Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König| Industrial Li

Re: [ptxdist] [APPLIED] Python handling was changes in the past, so remove a leftover as well

2020-04-03 Thread Uwe Kleine-König
gt; > > > Signed-off-by: Juergen Borleis > > > > > > Message-Id: <202003300907.01952@pengutronix.de> > > > Signed-off-by: Michael Olbrich > > And the extra tags are there as well. While improving here: The empty line between Jürgen's S

Re: [ptxdist] [Kernel.org Helpdesk #86171] [linuxfoundation.org #86171] Re: Archive ptxdist@pengutronix.de on lore.kernel.org?

2020-04-14 Thread Uwe Kleine-König
Hello, On Tue, Mar 10, 2020 at 05:40:56AM -0400, Uwe Kleine-König via RT wrote: > On Thu, Feb 20, 2020 at 10:36:48AM +0100, Uwe Kleine-König wrote: > > I and others at Pengutronix would consider it very useful to have a > > public-inbox archive of the ptxdist mailing list. Given

Re: [ptxdist] [Kernel.org Helpdesk #86171] [linuxfoundation.org #86171] Re: Archive ptxdist@pengutronix.de on lore.kernel.org?

2020-04-14 Thread Uwe Kleine-König
Hello Konstantin, On Tue, Apr 14, 2020 at 05:31:22PM -0400, Konstantin Ryabitsev via RT wrote: > On Tue, Apr 14, 2020 at 05:52:53AM -0400, Uwe Kleine-König via RT wrote: > > > > > > I didn't hear back from you in reply to my request from three weeks ago. > > >

[ptxdist] [PATCH] canfestival: Two new patches that make canfestival headers more robust

2020-04-29 Thread Uwe Kleine-König
Signed-off-by: Uwe Kleine-König --- ...4-let-canfestival.h-include-config.h.patch | 39 ++ -instead-of-include-.-for-own-files.patch | 118 ++ patches/canfestival-3+hg20180126.794/series | 4 +- 3 files changed, 160 insertions(+), 1 deletion(-) create mode 100644

[ptxdist] [PATCH] util-linux-ng: make wdctl tool selectable

2020-05-14 Thread Uwe Kleine-König
Signed-off-by: Uwe Kleine-König --- rules/util-linux-ng.in | 6 ++ rules/util-linux-ng.make | 5 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in index a9735e13c910..34fcd5a47271 100644 --- a/rules/util-linux-ng.in +++ b

[ptxdist] [PATCH] hd.img: use efi type also for GPT partitions

2020-05-19 Thread Uwe Kleine-König
Similar to using 0xef for efi partitions with MBR partitioning, there is a dedicated type for these when GPT partitioning is to be used. Signed-off-by: Uwe Kleine-König --- config/images/vfat_partitions.config | 1 + rules/image-hdimg.make | 1 + 2 files changed, 2 insertions

[ptxdist] [PATCH 1/2] tpm2-abrmd: make installation of libtss2-tcti-tabrmd.so.0 conditional

2020-06-16 Thread Uwe Kleine-König
Not all users of tpm2-abrmd make use of the library, so introduce a config symbol to make it possible to not install it. Signed-off-by: Uwe Kleine-König --- rules/tpm2-abrmd.in | 7 +++ rules/tpm2-abrmd.make | 2 ++ 2 files changed, 9 insertions(+) diff --git a/rules/tpm2-abrmd.in b

[ptxdist] [PATCH 2/2] tpm2-tss: make installation of libtss2-tcti-{device, mssim}.so.0 conditional

2020-06-16 Thread Uwe Kleine-König
Not all users of tpm2-tss make use of the libraries, so introduce a config symbol to make it possible to not install them. Signed-off-by: Uwe Kleine-König --- rules/tpm2-tss.in | 10 ++ rules/tpm2-tss.make | 4 2 files changed, 14 insertions(+) diff --git a/rules/tpm2-tss.in b

[ptxdist] [PATCH] microcom: version bump 2017.03.0 -> 2019.01.0

2020-07-13 Thread Uwe Kleine-König
The project moved to github, so adapt the download URL accordingly. Signed-off-by: Uwe Kleine-König --- rules/microcom.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/microcom.make b/rules/microcom.make index 0aeadaadff1a..d8ff76bb8e6a 100644 --- a/rules

[ptxdist] [PATCH] net-snmp: unbreak AES support

2020-07-31 Thread Uwe Kleine-König
Commit c300c3973143 ("net-snmp: disable broken crypto support") introduced this and noted that net-snmp 5.8 would be needed to fix this. We have 5.8 since fda39d3fd0d5 ("net-snmp: version bump v5.7.3 -> v5.8"). Signed-off-by: Uwe Kleine-König --- rules/net-snmp.in |

[ptxdist] [PATCH] openssh/rc-once: deduplicate some function parameters

2020-08-07 Thread Uwe Kleine-König
. to Created RSA key. Signed-off-by: Uwe Kleine-König --- Hello, I noticed this "triplication" while updating a BSP and merging in some BSP specific features. I guess it is subjective if you consider this an improvement, so judge freely if you want it in ptxdist or not. Best regards Uw

[ptxdist] [PATCH v2 1/2] openssh/rc-once: deduplicate some data

2020-08-08 Thread Uwe Kleine-König
The create_keys() function passed the key type three times. Now it's only passed once. Signed-off-by: Uwe Kleine-König --- projectroot/etc/rc.once.d/openssh | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/projectroot/etc/rc.once.d/opens

[ptxdist] [PATCH v2 2/2] openssh/rc-once: use fixed string grep to match filename

2020-08-08 Thread Uwe Kleine-König
d the "big" grep support -F unconditionally so there is no problem in using -F. Signed-off-by: Uwe Kleine-König --- projectroot/etc/rc.once.d/openssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projectroot/etc/rc.once.d/openssh b/projectroot/etc/rc.once.

Re: [ptxdist] [PATCH] rc-once: make sure data makes it to the medium

2020-08-10 Thread Uwe Kleine-König
How is your use case? Are you muddying the waters of a bug somewhere else here? Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König| Industrial Linux Solutions | https://www.pengutronix.de/ | signature.asc Description: PGP signat

[ptxdist] [PATCH] git-ptx-patches: support flag -n to get unnumbered patches

2020-09-18 Thread Uwe Kleine-König
dae4b ("openssl: remove engines-path patch") would only have to touch two lines in series (i.e. the removal of the patch and the changed checksum) and contain no renames. Signed-off-by: Uwe Kleine-König --- scripts/git-ptx-patches | 17 +++-- 1 file changed, 15 insertions(+), 2

[ptxdist] [PATCH] rsyslog: version bump 8.26.0 -> 8.2008.0

2020-09-22 Thread Uwe Kleine-König
This fixes a compile error with gcc-10 en passant. Signed-off-by: Uwe Kleine-König --- rules/rsyslog.in | 1 + rules/rsyslog.make | 48 -- 2 files changed, 39 insertions(+), 10 deletions(-) diff --git a/rules/rsyslog.in b/rules/rsyslog.in index

[ptxdist] [PATCH v2] git-ptx-patches: support flag -n to get unnumbered patches

2020-09-22 Thread Uwe Kleine-König
dae4b ("openssl: remove engines-path patch") would only have to touch two lines in series (i.e. the removal of the patch and the changed checksum) and contain no renames. Signed-off-by: Uwe Kleine-König --- Hello, On Tue, Sep 22, 2020 at 09:48:44AM +0200, Michael Olbrich wrote: > Hmmm, I

Re: [ptxdist] [PATCH] rootfs: Fix creation of the /media directory

2020-10-05 Thread Uwe Kleine-König
that.) Other than that the change looks good. Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König| Industrial Linux Solutions | https://www.pengutronix.de/ | signature.asc Description: PGP signature _

Re: [ptxdist] [PATCH v3] rootfs: Fix creation of the /media directory

2020-10-08 Thread Uwe Kleine-König
implemented a workaround, I hope this > mail looks better. It seems the workaround worked fine. I didn't try to apply, but at least now there are tabs in your patch. Acked-by: Uwe Kleine-König Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König

[ptxdist] [PATCH 1/3] mtd-utils: spring cleanup

2021-01-19 Thread Uwe Kleine-König
failed to find in the upstream git history. mtdpart is a tool that was introduced in mtd-utils 1.5.2, add an installation option for it. Signed-off-by: Uwe Kleine-König --- rules/mtd-utils.in | 25 ++--- rules/mtd-utils.make | 11 +++ 2 files changed, 21 inserti

[ptxdist] [PATCH 2/3] mtd-utils: version bump 2.1.1 -> 2.1.2

2021-01-19 Thread Uwe Kleine-König
This brings a new tool ubihealthd. Signed-off-by: Uwe Kleine-König --- .../0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch | 0 patches/{mtd-utils-2.1.1 => mtd-utils-2.1.2}/autogen.sh | 0 patches/{mtd-utils-2.1.1 => mtd-utils-2.1.2}/series | 0 rules/mtd-ut

[ptxdist] [PATCH 3/3] mtd-utils: Add support for ubifs mount helper

2021-01-19 Thread Uwe Kleine-König
This helper simplifies mounting ubifs filesystems via /etc/fstab. This helper already exists upstream, is not released yet, though. Signed-off-by: Uwe Kleine-König --- .../0002-Add-an-ubifs-mount-helper.patch | 142 ++ patches/mtd-utils-2.1.2/series| 3

Re: [ptxdist] [PATCH 1/3] mtd-utils: spring cleanup

2021-02-01 Thread Uwe Kleine-König
Hello Michael, On Tue, Jan 19, 2021 at 03:46:24PM +0100, Uwe Kleine-König wrote: > Drop unused config item MTD_UTILS_JITTERTEST which is unused since more > than 15 years. > > Reactivate MTD_UTILS_JFFS2READER to install jffs2reader. This tool was > claimed to be removed ups

[ptxdist] [PATCH] canfestival: Two new patches that make canfestival headers more robust

2021-02-23 Thread Uwe Kleine-König
Signed-off-by: Uwe Kleine-König --- Hello, I already sent this patch approx. a year ago, for reasons I didn't try to understand the added patches failed to apply for Michael Olbrich. Since then they were used unmodified in a BSP without issues, so I'm resending for another try. Best r

[ptxdist] [PATCH] /etc/hosts: add local ipv6 definitions

2021-02-26 Thread Uwe Kleine-König
It's 2021! Signed-off-by: Uwe Kleine-König --- projectroot/etc/hosts | 4 1 file changed, 4 insertions(+) diff --git a/projectroot/etc/hosts b/projectroot/etc/hosts index ba712fe03341..4389b1ebc0df 100644 --- a/projectroot/etc/hosts +++ b/projectroot/etc/hosts @@ -1 +1,5 @@ 127.

Re: [ptxdist] [PATCH] /etc/hosts: add local ipv6 definitions

2021-03-01 Thread Uwe Kleine-König
3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.209/3.237/4.836 ms Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König| Industrial Linux Solutions | https://www.pengutronix.de/

[ptxdist] [PATCH] openssh: Don't kill ssh sessions when isolating a unit

2021-03-05 Thread Uwe Kleine-König
When system state is switched using systemctl isolate ssh sessions usually shouldn't be killed. Make this the default. Signed-off-by: Uwe Kleine-König --- projectroot/usr/lib/systemd/system/sshd@.service | 1 + 1 file changed, 1 insertion(+) diff --git a/projectroot/usr/lib/systemd/system

[ptxdist] [PATCH] rtl8188eu: New package for an out-of-tree wifi driver

2021-03-15 Thread Uwe Kleine-König
The hardware is supported in Linux mainline, but has no support for AP mode. So you have to stick to the externally maintained driver added here for some use cases. Signed-off-by: Uwe Kleine-König --- rules/rtl8188eu.in | 9 ++ rules/rtl8188eu.make | 65

[ptxdist] [PATCH] ifupdown: Drop default dependencies of ifupdown.service

2021-03-15 Thread Uwe Kleine-König
ifupdown can usually be started quite early. There might be some additional dependencies (e.g. on devices or kernel modules) but these are not formalized with the default dependencies either. So in this case you have to overwrite the service for your device anyhow. Signed-off-by: Uwe Kleine-König

[ptxdist] [PATCH] ssh: Don't terminate ssh connections on systemd target changes

2021-03-15 Thread Uwe Kleine-König
When switching the systemd target (e.g. by systemctl isolate application.target) it is surprising when ssh sessions die. It's also inconvenient if the target change is done via ssh ... So add IgnoreOnIsolate=true to sshd@.service. Signed-off-by: Uwe Kleine-König --- projectroot/usr/lib/sy

Re: [ptxdist] [PATCH] ssh: Don't terminate ssh connections on systemd target changes

2021-03-15 Thread Uwe Kleine-König
Hello, On Mon, Mar 15, 2021 at 02:33:38PM +0100, Uwe Kleine-König wrote: > When switching the systemd target (e.g. by systemctl isolate > application.target) it is surprising when ssh sessions die. It's also > inconvenient if the target change is done via ssh ... > > So add

[ptxdist] [PATCH] efax: New patch to fix build failure with gcc-10

2021-03-16 Thread Uwe Kleine-König
Signed-off-by: Uwe Kleine-König --- .../0005-Fix-linker-error-with-gcc-10.patch | 45 +++ patches/efax-0.9/series | 3 +- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 patches/efax-0.9/0005-Fix-linker-error-with-gcc-10.patch diff

[ptxdist] [PATCH] chrony: Fix location of config files

2021-04-19 Thread Uwe Kleine-König
chrony uses /etc/chrony.conf since (at least) the start of its git history in 2006. --- rules/chrony.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/chrony.make b/rules/chrony.make index 7cf59f30560c..b8e5d694de2a 100644 --- a/rules/chrony.make +++ b/rules/chrony

[ptxdist] [PATCH v2] chrony: Fix location of config files

2021-04-19 Thread Uwe Kleine-König
chrony uses /etc/chrony.conf since (at least) the start of its git history in 2006. --- rules/chrony.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/chrony.make b/rules/chrony.make index 7cf59f30560c..49177e96fcb7 100644 --- a/rules/chrony.make +++ b/rules/ch

[ptxdist] [PATCH v3] chrony: Fix location of config files

2021-04-19 Thread Uwe Kleine-König
chrony uses /etc/chrony.conf since (at least) the start of its git history in 2006. Signed-off-by: Uwe Kleine-König --- rules/chrony.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/chrony.make b/rules/chrony.make index 7cf59f30560c..49177e96fcb7 100644

[ptxdist] [PATCH 2/2] chrony: version bump 3.5 -> 4.1

2021-07-05 Thread Uwe Kleine-König
--- ...ke-unrecognized-option-a-fatal-error.patch | 25 - patches/chrony-3.5/series | 4 --- ...t-install-docs-to-not-need-additiona.patch | 21 +++ ...vice-Make-this-a-non-forking-service.patch | 27 +++ patches/chrony-4.1/series

[ptxdist] [PATCH 1/2] chrony: unify location of config files

2021-07-05 Thread Uwe Kleine-König
The upstream default location of the config file is directly in /etc instead of /etc/chrony/ and also the systemd unit uses /etc. So switch the init script and ptxdist rules accordingly. Signed-off-by: Uwe Kleine-König --- projectroot/etc/init.d/chrony | 4 ++-- rules/chrony.make

Re: [ptxdist] [PATCH 2/2] chrony: version bump 3.5 -> 4.1

2021-07-07 Thread Uwe Kleine-König
On Wed, Jul 07, 2021 at 04:52:23PM +0200, Bruno Thomsen wrote: > Den ons. 7. jul. 2021 kl. 16.31 skrev Michael Olbrich > : > > > > On Mon, Jul 05, 2021 at 09:49:25AM +0200, Uwe Kleine-König wrote: > > > --- > > > ...ke-unrecognized-option-a-fatal-error.patch |

  1   2   3   >