Re: pull-request: ieee802154 for net 2024-06-27

2024-06-29 Thread Stefan Schmidt
Hello Jakub, On 29.06.24 03:39, Jakub Kicinski wrote: On Thu, 27 Jun 2024 20:19:12 +0200 Stefan Schmidt wrote: Dmitry Antipov corrected the time calculations for the lifs and sifs periods in mac802154. Yunshui Jiang introduced the safer use of DEV_STATS_* macros for atomic updates. A good

pull-request: ieee802154 for net 2024-06-27

2024-06-27 Thread Stefan Schmidt
, even if not strictly necessary in our code. regards Stefan Schmidt The following changes since commit 4b377b4868ef17b040065bd468668c707d2477a5: kprobe/ftrace: fix build error due to bad function definition (2024-05-17 19:17:55 -0700) are available in the Git repository at: git

Re: [PATCH] net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD()

2024-06-05 Thread Stefan Schmidt
Hello Jakub, Alex, On 04.06.24 15:52, Alexander Aring wrote: Hi, On Mon, Jun 3, 2024 at 7:56 PM Jakub Kicinski wrote: On Mon, 3 Jun 2024 11:33:28 +0200 Stefan Schmidt wrote: Hello. On 31.05.24 10:07, Yunshui Jiang wrote: mac802154 devices update their dev->stats fields lockles

Re: [PATCH] net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD()

2024-06-03 Thread Stefan Schmidt
es, len); } else { local->tx_skb = skb; queue_work(local->workqueue, >sync_tx_work); This patch has been applied to the wpan tree and will be part of the next pull request to net. Thanks! regards Stefan Schmidt

Re: [PATCH] mac802154: fix time calculation in ieee802154_configure_durations()

2024-05-18 Thread Stefan Schmidt
pushing so stable can decide if they want to pick this. This patch has been applied to the wpan tree and will be part of the next pull request to net. Thanks! regards Stefan Schmidt

Re: [PATCH] mac802154: fix time calculation in ieee802154_configure_durations()

2024-05-18 Thread Stefan Schmidt
pushing. regards Stefan Schmidt

[Observium] Re: Capture gaps when retrieving interface traffic data …

2024-03-19 Thread Stefan Schmidt via observium
Thx James Tandy, Solution! We selected the dedicated device, choosed "Properties" and "SNMP" Tap, then "Basic Configuration" and adjusted under "Max Repetitions" with the Value "80". Working better now, Poller Times went down to 50 Seconds ... Grüße Stefan

[Observium] Re: Capture gaps when retrieving interface traffic data …

2024-03-18 Thread Stefan Schmidt via observium
Hello Admin, thank you for the 3 points, to which we would like to respond in order to further assess the problem: 1. The poller hardware currently only queries this one Mikrotik router beside 19 other devices behind. There is a load, this one router is displayed with “Last Polled” 100% and

[Observium] Capture gaps when retrieving interface traffic data …

2024-03-18 Thread Stefan Schmidt via observium
Hello! We query with snmp Observium the port data from a Mikrotik router (CCR2004-16G-2S+) with RouterOS 7.14.1 (Level 6) via SNMP from 4 WAN interfaces with polling and alerts. However, we always have gaps in the data. Every now and then 5-10 minutes of data are missing, so that vertical lines

pull-request: ieee802154-next 2024-03-07

2024-03-07 Thread Stefan Schmidt
a workqueue call in ca8210. regards Stefan Schmidt The following changes since commit 2373699560a754079579b7722b50d1d38de1960e: mac802154: Avoid new associations while disassociating (2023-12-15 11:14:57 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git

Re: [PATCH wpan-next] wifi: cfg802154: make wpan_phy_class constant

2024-03-06 Thread Stefan Schmidt
into read-only memory, instead of having to be dynamically allocated at boot time. Cc: Greg Kroah-Hartman Suggested-by: Greg Kroah-Hartman Signed-off-by: Ricardo B. Marliere This patch has been applied to the wpan-next tree and will be part of the next pull request to net-next. Thanks! rega

Re: [PATCH net-next v1 1/1] ieee802154: mcr20a: Remove unused of_gpio.h

2024-03-06 Thread Stefan Schmidt
to the wpan-next tree and will be part of the next pull request to net-next. Thanks! regards Stefan Schmidt

Re: [PATCH net-next v1 1/1] ieee802154: at86rf230: Replace of_gpio.h by proper one

2024-03-06 Thread Stefan Schmidt
#include #include #include -#include #include #include #include #include #include -#include #include #include This patch has been applied to the wpan-next tree and will be part of the next pull request to net-next. Thanks! regards Stefan Schmidt

Re: [PATCH wpan] mac802154: fix llsec key resources release in mac802154_llsec_key_del

2024-03-06 Thread Stefan Schmidt
Found by Linux Verification Center (linuxtesting.org). Fixes: 5d637d5aabd8 ("mac802154: add llsec structures and mutators") Cc: sta...@vger.kernel.org Signed-off-by: Fedor Pchelkin This patch has been applied to the wpan-next tree and will be part of the next pull request to net-next

Re: [PATCH] ieee802154: ca8210: Drop spurious WQ_UNBOUND from alloc_ordered_workqueue() call

2024-02-26 Thread Stefan Schmidt
_workqueue); This patch has been applied to the wpan-next tree and will be part of the next pull request to net-next. Thanks! regards Stefan Schmidt

Re: [PATCH] net: ieee802154: at86rf230: convert to use maple tree register cache

2024-02-26 Thread Stefan Schmidt
= AT86RF2XX_NUMREGS, .writeable_reg = at86rf230_reg_writeable, .readable_reg = at86rf230_reg_readable, This patch has been applied to the wpan-next tree and will be part of the next pull request to net-next. Thanks! regards Stefan Schmidt

Re: [PATCH] net: ieee802154: mrf24j40: convert to use maple tree register cache

2024-02-26 Thread Stefan Schmidt
-next tree and will be part of the next pull request to net-next. Thanks! regards Stefan Schmidt

Re: [PATCH] net: ieee802154: mcr20a: convert to use maple tree register cache

2024-02-26 Thread Stefan Schmidt
= mcr20a_iar_writeable, .readable_reg = mcr20a_iar_readable, .volatile_reg = mcr20a_iar_volatile, This patch has been applied to the wpan-next tree and will be part of the next pull request to net-next. Thanks! regards Stefan Schmidt

Re: [PATCH 02/33] ieee802154: ca8210: Follow renaming of SPI "master" to "controller"

2024-01-17 Thread Stefan Schmidt
>master->bus_num, + priv->spi->controller->bus_num, spi_get_chipselect(priv->spi, 0) ); Feel free to take this one together with the rest through one tree. Acked-by: Stefan Schmidt regards Stefan Schmidt

Re: Linux WPAN and Contiki NG

2024-01-10 Thread Stefan Schmidt
Hello Marek, [I added the list back into cc as I think is could be of interest to more people. Also your blog post for people interested in trying out Contiki NG with Linux] On 09.01.24 19:32, Marek Küthe wrote: On Tue, 9 Jan 2024 08:34:47 +0100 Stefan Schmidt wrote: Would be happy

Re: Linux WPAN and Contiki NG

2024-01-08 Thread Stefan Schmidt
for them. :-) regards Stefan Schmidt

Re: [PATCH net-next 06/10] net: fill in MODULE_DESCRIPTION()s for ieee802154

2024-01-08 Thread Stefan Schmidt
SCRIPTION("IEEE802154.4 socket interface"); MODULE_ALIAS_NETPROTO(PF_IEEE802154); Same here. Besides this: Acked-by: Stefan Schmidt regards Stefan Schmidt

Re: [PATCH wpan-tools 0/2] Associations support

2023-12-07 Thread Stefan Schmidt
is released with the support we can merge it into the main branch. regards Stefan Schmidt

Re: [PATCH wpan-tools] iwpan: Allow the phy shortcut for scanning commands

2023-12-07 Thread Stefan Schmidt
e feedback in the SPAMS /o\ Nope, just fallen through the cracks. Applied now: https://github.com/linux-wpan/wpan-tools/commit/3036dc0533abd6a89d5d0df0f3d9013aa294cbb3 regards Stefan Schmidt

Re: [PATCH wpan-next 5/5] mac802154: Avoid new associations while disassociating

2023-12-07 Thread Stefan Schmidt
return ret; } static int mac802154_disassociate_child(struct wpan_phy *wpan_phy, Acked-by: Stefan Schmidt regards Stefan Schmidt

Re: [PATCH wpan-next 4/5] ieee802154: Avoid confusing changes after associating

2023-12-07 Thread Stefan Schmidt
t_addr); } Acked-by: Stefan Schmidt regards Stefan Schmidt

Re: [PATCH wpan-next 3/5] mac802154: Only allow PAN controllers to process association requests

2023-12-07 Thread Stefan Schmidt
"Ignoring ASSOC REQ, not the PAN coordinator\n"); + return -ENODEV; + } + mutex_lock(_dev->association_lock); memcpy(_req_pl, skb->data, sizeof(assoc_req_pl)); Acked-by: Stefan Schmidt regards Stefan Schmidt

Re: [PATCH wpan-next 2/5] mac802154: Use the PAN coordinator parameter when stamping packets

2023-12-07 Thread Stefan Schmidt
_type = PACKET_OTHERHOST; break; case IEEE802154_ADDR_LONG: if (mac_cb(skb)->dest.pan_id != span && Acked-by: Stefan Schmidt regards Stefan Schmidt

Re: [PATCH wpan-next 1/5] mac80254: Provide real PAN coordinator info in beacons

2023-12-07 Thread Stefan Schmidt
c_pl.assoc_permit = 1; if (request->interval == IEEE802154_ACTIVE_SCAN_DURATION) Acked-by: Stefan Schmidt regards Stefan Schmidt

Re: [PATCH wpan-next v5 01/11] ieee802154: Let PAN IDs be reset

2023-12-07 Thread Stefan Schmidt
to push this out to kernel.org? regards Stefan Schmidt

Re: [PATCH net-next 10/10] ieee802154: hwsim: Convert to platform remove callback returning void

2023-11-17 Thread Stefan Schmidt
= "mac802154_hwsim", }, Acked-by: Stefan Schmidt regards Stefan Schmidt

Re: [PATCH net-next 09/10] ieee802154: fakelb: Convert to platform remove callback returning void

2023-11-17 Thread Stefan Schmidt
= "ieee802154fakelb", }, Acked-by: Stefan Schmidt regards Stefan Schmidt

pull-request: ieee802154 for net 2023-10-10

2023-10-10 Thread Stefan Schmidt
Hello Dave, Jakub, Paolo. An update from ieee802154 for your *net* tree: Just one small fix this time around. Dinghao Liu fixed a potential use-after-free in the ca8210 driver probe function. regards Stefan Schmidt The following changes since commit a2e52554c710b388df2d9d95b51cc1059af2aa22

Re: [PATCH] [v4] ieee802154: ca8210: Fix a potential UAF in ca8210_probe

2023-10-07 Thread Stefan Schmidt
ister_ext_clock(). v4: -Remove an unused variable 'ret'. This patch has been applied to the wpan tree and will be part of the next pull request to net. Thanks! regards Stefan Schmidt

Re: [PATCH] [v3] ieee802154: ca8210: Fix a potential UAF in ca8210_probe

2023-10-05 Thread Stefan Schmidt
riable 'ret' [-Wunused-variable] 2743 | int ret = 0; | ^~~ Please take care of this now unused variable after your re-factor. With this fixed and send out as v4 I am happy to get this applied to the wpan tree. regards Stefan Schmidt

Re: [PATCH 0/9] wpan-tools: switch to SPDX header for license and copyright

2023-10-02 Thread Stefan Schmidt
Hello. On 02.10.23 01:37, Alexander Aring wrote: Hi, On Tue, Sep 26, 2023 at 4:00 AM Stefan Schmidt wrote: Hello Miquel, Alex. On 25.09.23 09:22, Miquel Raynal wrote: Hi Stefan, ste...@datenfreihafen.org wrote on Sun, 24 Sep 2023 14:22:22 +0200: Hello. I took some time to convert wpan

Re: [PATCH 5/9] src/nl802154.h: switch file to SPDX header for license and copyright

2023-10-02 Thread Stefan Schmidt
Hello. On 02.10.23 01:33, Alexander Aring wrote: Hi, On Sun, Sep 24, 2023 at 8:24 AM Stefan Schmidt wrote: This file has its own commit as we are syncing it between the Linux kernel and this project when new netlink functionality is added. The same change needs to be done on the iLinux

Re: [PATCH] [v2] ieee802154: ca8210: Fix a potential UAF in ca8210_probe

2023-09-26 Thread Stefan Schmidt
t ca8210_priv *priv = spi_get_drvdata(spi); - if (!priv->clk) + if (IS_ERR_OR_NULL(priv->clk)) return of_clk_del_provider(spi->dev.of_node); Alex, Stefan, who handles wpan and wpan/next this release? IIRC it would be me for wpan and Alex for wpan-next. regards Stefan Schmidt

Re: [PATCH 0/9] wpan-tools: switch to SPDX header for license and copyright

2023-09-26 Thread Stefan Schmidt
Miquel. Alex, any remarks from your side or are you happy for me to land this in wpan-tools? regards Stefan Schmidt

[PATCH 9/9] workflow: add reuse job to check for REUSE compliance

2023-09-24 Thread Stefan Schmidt
The linter ensures we can catch problems early on and keeps the codebase reuse compliant. A big step for ard for all downstream users who care about license compliance and SBOM generation. As extra step we generate a SBOM file as artifact. Signed-off-by: Stefan Schmidt --- .github/workflows

[PATCH 6/9] examples: switch files to SPDX header for license and copyright

2023-09-24 Thread Stefan Schmidt
Signed-off-by: Stefan Schmidt --- examples/.gitignore | 4 examples/Makefile.am| 4 examples/README.examples| 4 examples/af_ieee802154_rx.c | 23 --- examples/af_ieee802154_tx.c | 23 --- examples/af_inet6_rx.c

[PATCH 3/9] wpan-ping: switch files to SPDX header for license and copyright

2023-09-24 Thread Stefan Schmidt
Signed-off-by: Stefan Schmidt --- wpan-ping/.gitignore | 4 wpan-ping/Makefile.am | 4 wpan-ping/README.wpan-ping | 4 wpan-ping/wpan-ping.c | 22 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/wpan-ping/.gitignore b/wpan

[PATCH 8/9] misc: switch remaining files to SPDX header for license and copyright

2023-09-24 Thread Stefan Schmidt
Signed-off-by: Stefan Schmidt --- .github/workflows/main.yml | 4 .gitignore | 4 Makefile.am| 4 autogen.sh | 4 configure.ac | 4 5 files changed, 20 insertions(+) diff --git a/.github/workflows/main.yml b

[PATCH 5/9] src/nl802154.h: switch file to SPDX header for license and copyright

2023-09-24 Thread Stefan Schmidt
This file has its own commit as we are syncing it between the Linux kernel and this project when new netlink functionality is added. The same change needs to be done on the iLinux kernel side as well to avoid conflicts. Signed-off-by: Stefan Schmidt --- src/nl802154.h | 24

[PATCH 7/9] src: switch files to SPDX header for license and copyright

2023-09-24 Thread Stefan Schmidt
Signed-off-by: Stefan Schmidt --- src/.gitignore | 4 src/Makefile.am | 4 src/event.c | 4 src/info.c | 4 src/interface.c | 4 src/iwpan.c | 3 +++ src/iwpan.h | 4 src/mac.c | 4 src/nl_extras.h | 4 src/phy.c | 4 src

[PATCH 2/9] license: clearly indicate license in file name and use new LICENSES folder

2023-09-24 Thread Stefan Schmidt
For now you would need to identify the license by its actual license text. We never had mentioned ISC anywhere as the license. Make this clear by the filename (in a LICENSES folder as it is practice with reuse). Keeping the old COPYING file around as symlink. Signed-off-by: Stefan Schmidt

[PATCH 4/9] wpan-hwsim: switch files to SPDX header for license and copyright

2023-09-24 Thread Stefan Schmidt
Signed-off-by: Stefan Schmidt --- wpan-hwsim/Makefile.am | 4 wpan-hwsim/mac802154_hwsim.h | 4 wpan-hwsim/wpan-hwsim.c | 22 +- 3 files changed, 13 insertions(+), 17 deletions(-) diff --git a/wpan-hwsim/Makefile.am b/wpan-hwsim/Makefile.am index

[PATCH 0/9] wpan-tools: switch to SPDX header for license and copyright

2023-09-24 Thread Stefan Schmidt
are also using the reuse tool in our CI to check for this now and generate a SBOM file as an example. regards Stefan Schmidt Stefan Schmidt (9): m4: remove empty folder which only holds a .gitignore file license: clearly indicate license in file name and use new LICENSES folder wpan-ping

[PATCH 1/9] m4: remove empty folder which only holds a .gitignore file

2023-09-24 Thread Stefan Schmidt
we have no project specific files in the m4 folder, it just gets generated from autotools. Ignore the complete folder in the top level .gitignore instead. Signed-off-by: Stefan Schmidt --- .gitignore| 1 + m4/.gitignore | 5 - 2 files changed, 1 insertion(+), 5 deletions(-) delete mode

Re: [PATCH wpan-next v3 00/11] ieee802154: Associations between devices

2023-09-20 Thread Stefan Schmidt
2154/pan.c With my requests for patch 02/11 taken into account and the fallout for the experimental config options fixed (as krobot detected) I am happy with this patchset. Acked-by: Stefan Schmidt regards Stefan Schmidt

Re: [PATCH wpan-next v3 02/11] ieee802154: Internal PAN management

2023-09-20 Thread Stefan Schmidt
er: GPL-2.0 +/* + * IEEE 802.15.4 PAN management + * + * Copyright (C) 2021 Qorvo US, Inc Feel free to extend the copyright years to 2023 as well. regards Stefan Schmidt

Re: [PRQ#43765] Deletion Request for teamspeak3-kde-link-fix-hack

2023-07-10 Thread Stefan Schmidt
Unneeded package, functionally a duplicate of the earlier-existing 'teamspeak3-kde-wrapper'. This is not true. 'teamspeak3-kde-wrapper' works entirely differently and comes with its own drawbacks. This package also violates Arch packaging guidelines by putting a script in '/usr/local/bin'.

[yocto] [meta-zephyr][PATCH] zephyr-openthread-rcp: Enable Thread 1.2 capabilities in RCP build

2022-04-25 Thread Stefan Schmidt
From: Stefan Schmidt When running an up-to-date userspace component, like otbr-agent or ot-daemon, with Thread 1.2 enabled we need a firmware matching this capabilities. Signed-off-by: Stefan Schmidt --- .../recipes-kernel/zephyr-kernel/zephyr-openthread-rcp.bb | 2 +- 1 file changed, 1

Re: [oe] [meta-networking][PATCH] ot-br-posix: Fix build with gcc

2022-04-21 Thread Stefan Schmidt
Hello Khem. On 19.04.22 23:08, Khem Raj wrote: Signed-off-by: Khem Raj Cc: Stefan Schmidt --- ...sable-nonnull-compare-warning-on-gcc.patch | 40 +++ .../openthread/ot-br-posix_git.bb | 1 + 2 files changed, 41 insertions(+) create mode 100644 meta

Re: [oe] [meta-networking][PATCH 2/2] wpantund: Add missing dependency on boost

2022-04-21 Thread Stefan Schmidt
01+git${SRCPV}" LGTM JFYI the project does have an internal copy of boost in the third_party/boost sub-folder (can be enabled by --with-boost=internal), but given its age I agree that we should rely on newer boost versions coming through OE. regards Stefan Schmidt -=-=-=-=-=-=-=-=-=-=-=-

Re: [oe] [meta-networking][PATCH v3 1/4] ot-br-posix: add recipe for an OpenThread Border Router

2022-04-19 Thread Stefan Schmidt
better! regards Stefan Schmidt -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#96691): https://lists.openembedded.org/g/openembedded-devel/message/96691 Mute This Topic: https://lists.openembedded.org/mt/90320831/21656 Group Owner: openembedded

Re: [darktable-user] Recovering xmp data from Exported jpg files

2022-04-18 Thread Stefan Schmidt
/t/darktable-windows-insider-program-4-17/30415 Best regards, Guillermo On Mon, Apr 18, 2022 at 2:14 PM Stefan Schmidt wrote: I have worked with DT 3.9.0 on Ubuntu. Now I had to change to Windows 10 and installed DT 3.8.1 there. When I imported the pictures I have edited lately

Fwd: [darktable-user] Recovering xmp data from Exported jpg files

2022-04-18 Thread Stefan Schmidt
I have worked with DT 3.9.0 on Ubuntu. Now I had to change to Windows 10 and installed DT 3.8.1 there. When I imported the pictures I have edited lately, all xmp files written bei DT 3.9.0 were lost and set back to standard. Therefore I tried to load the xmp files from the exported jpgs as

[plasmashell] [Bug 452660] Random Plasma crashes

2022-04-18 Thread Stefan Schmidt
https://bugs.kde.org/show_bug.cgi?id=452660 Stefan Schmidt changed: What|Removed |Added CC||thrimbor+kdeb...@gmail.com -- You

[plasmashell] [Bug 452660] New: Random Plasma crashes

2022-04-15 Thread Stefan Schmidt
https://bugs.kde.org/show_bug.cgi?id=452660 Bug ID: 452660 Summary: Random Plasma crashes Product: plasmashell Version: 5.24.4 Platform: Archlinux Packages OS: Linux Status: REPORTED Keywords: drkonqi

Re: [oe] [meta-networking][PATCH 2/4] ot-daemon: add recipe for OpenThread daemon

2022-04-07 Thread Stefan Schmidt
Hello. On 07.04.22 21:36, Khem Raj wrote: On Thu, Apr 7, 2022 at 3:28 PM Stefan Schmidt wrote: Hello Khem. On 05.04.22 20:08, Khem Raj wrote: On Tue, Apr 5, 2022 at 4:39 AM Stefan Schmidt mailto:ste...@datenfreihafen.org>> wrote: Hello Khem. On 05.04.22 05:16, Kh

Re: [oe] [meta-networking][PATCH 2/4] ot-daemon: add recipe for OpenThread daemon

2022-04-07 Thread Stefan Schmidt
Hello Khem. On 05.04.22 20:08, Khem Raj wrote: On Tue, Apr 5, 2022 at 4:39 AM Stefan Schmidt <mailto:ste...@datenfreihafen.org>> wrote: Hello Khem. On 05.04.22 05:16, Khem Raj wrote: > fails on x86_64/glibc see > https://autobuilder.yoctoproj

[oe] [meta-networking][PATCH v3 4/4] MAINTAINERS: add entry for OpenThread

2022-04-07 Thread Stefan Schmidt
From: Stefan Schmidt No need to put the pressure of this also on Khem. I am actively working on this for Oniro and will support this work also upstream here. Signed-off-by: Stefan Schmidt --- meta-networking/MAINTAINERS | 4 1 file changed, 4 insertions(+) diff --git a/meta-networking

[oe] [meta-networking][PATCH v3 1/4] ot-br-posix: add recipe for an OpenThread Border Router

2022-04-07 Thread Stefan Schmidt
From: Stefan Schmidt The OpenThread project is an open source implementation of the Thread low-power mesh network protocol. In a Thread network devices can have different roles, and of of these roles is a Border Router that allows a Thread network to be connected with other IP networks. Ot-br

[oe] [meta-networking][PATCH v3 2/4] ot-daemon: add recipe for OpenThread daemon

2022-04-07 Thread Stefan Schmidt
From: Stefan Schmidt The OpenThread daemon allows Linuxes devices to participate in a Thread mesh network without acting as a full border router. The device participates like any other child or router devices within the network. This same repo is used for range of different modes to run

[oe] [meta-networking][PATCH v3 3/4] wpantund: add new recipe

2022-04-07 Thread Stefan Schmidt
From: Stefan Schmidt Wpantund is part of the OpenThread project. It is used in a scenario where the Thread radio operates as a network co-processor (NCP) that is connected over SPI/UART/USB to the host. The project itself is in maintenance-only mode right now as the NCP architecture has been

Re: [oe] [meta-networking][PATCH v2 1/4] ot-br-posix: add recipe for an OpenThread Border Router

2022-04-07 Thread Stefan Schmidt
builds. Need to check the autobuilder configs. regards Stefan Schmidt On Tue, Apr 5, 2022 at 5:12 AM Stefan Schmidt wrote: From: Stefan Schmidt The OpenThread project is an open source implementation of the Thread low-power mesh network protocol. In a Thread network devices can have

[oe] [meta-networking][PATCH v2 4/4] MAINTAINERS: add entry for OpenThread

2022-04-05 Thread Stefan Schmidt
From: Stefan Schmidt No need to put the pressure of this also on Khem. I am actively working on this for Oniro and will support this work also upstream here. Signed-off-by: Stefan Schmidt --- meta-networking/MAINTAINERS | 4 1 file changed, 4 insertions(+) diff --git a/meta-networking

[oe] [meta-networking][PATCH v2 3/4] wpantund: add new recipe

2022-04-05 Thread Stefan Schmidt
From: Stefan Schmidt Wpantund is part of the OpenThread project. It is used in a scenario where the Thread radio operates as a network co-processor (NCP) that is connected over SPI/UART/USB to the host. The project itself is in maintenance-only mode right now as the NCP architecture has been

[oe] [meta-networking][PATCH v2 1/4] ot-br-posix: add recipe for an OpenThread Border Router

2022-04-05 Thread Stefan Schmidt
From: Stefan Schmidt The OpenThread project is an open source implementation of the Thread low-power mesh network protocol. In a Thread network devices can have different roles, and of of these roles is a Border Router that allows a Thread network to be connected with other IP networks. Ot-br

[oe] [meta-networking][PATCH v2 2/4] ot-daemon: add recipe for OpenThread daemon

2022-04-05 Thread Stefan Schmidt
From: Stefan Schmidt The OpenThread daemon allows Linuxes devices to participate in a Thread mesh network without acting as a full border router. The device participates like any other child or router devices within the network. This same repo is used for range of different modes to run

Re: [oe] [meta-networking][PATCH 2/4] ot-daemon: add recipe for OpenThread daemon

2022-04-05 Thread Stefan Schmidt
the code base it not happy about the gcc changes to warn on the combination of _FORTIFY_SOURCE and non-optimized code: error: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp] Will fix and resend. regards Stefan Schmidt -=-=-=-=-=-=-=-=-=-=-=- Links: You

[oe] [meta-networking][PATCH 4/4] MAINTAINERS: add entry for OpenThread

2022-04-04 Thread Stefan Schmidt
From: Stefan Schmidt No need to put the pressure of this also on Khem. I am actively working on this for Oniro and will support this work also upstream here. Signed-off-by: Stefan Schmidt --- meta-networking/MAINTAINERS | 4 1 file changed, 4 insertions(+) diff --git a/meta-networking

[oe] [meta-networking][PATCH 3/4] wpantund: add new recipe

2022-04-04 Thread Stefan Schmidt
From: Stefan Schmidt Wpantund is part of the OpenThread project. It is used in a scenario where the Thread radio operates as a network co-processor (NCP) that is connected over SPI/UART/USB to the host. The project itself is in maintenance-only mode right now as the NCP architecture has been

[oe] [meta-networking][PATCH 2/4] ot-daemon: add recipe for OpenThread daemon

2022-04-04 Thread Stefan Schmidt
From: Stefan Schmidt The OpenThread daemon allows Linuxes devices to participate in a Thread mesh network without acting as a full border router. The device participates like any other child or router devices within the network. This same repo is used for range of different modes to run

[oe] [meta-networking][PATCH 1/4] ot-br-posix: add recipe for an OpenThread Border Router

2022-04-04 Thread Stefan Schmidt
From: Stefan Schmidt The OpenThread project is an open source implementation of the Thread low-power mesh network protocol. In a Thread network devices can have different roles, and of of these roles is a Border Router that allows a Thread network to be connected with other IP networks. Ot-br

[darktable-user] DT 3.6.1 Lens correction Panasonic Cameras Missing

2022-02-17 Thread Stefan Schmidt
Hi I have just updated from dt 3.2.1. to 3.6.1 I use ubuntu 20.04 and I have installed dt 3.6.1. via the ubuntu software center via snap latest/candidate In the 3.6.1. version my two cameras (Panasonic GX80 (also called GX85) and Panasonic G9) cannot be found in the lens correction module.

Re: [PATCH 5/5] spi: make remove callback a void function

2022-01-26 Thread Stefan Schmidt
+--- drivers/net/ieee802154/mrf24j40.c | 4 +--- [...] For the ieee802154 drivers: Acked-by: Stefan Schmidt regards Stefan Schmidt

[darktable-user] DT 3.6.1 Lens correction Panasonic Cameras Missing

2021-11-28 Thread Stefan Schmidt
Hi after upgrading to 3.6.1. my Panasonic camera (DMC-GX80 or DMC-GX85) can no longer be found in the module lens correction. Also many other panasonic cameras are missing. I have already updated lensfun but this did not help. For noise reduction / profile a noise profile for my camera can

Re: [Pdns-users] How to stop automatic respawning

2021-10-11 Thread Stefan Schmidt via Pdns-users
October 6, 2021 10:28 PM, "Klaus Darilion via Pdns-users" wrote: > Hi! During random subdomain attacks we often hit the max-queue-length: Hey there, > pdns_server-customer1[51284]: 5001 questions waiting for database/backend > attention. Limit is 5000, > respawning > > This happens

Re: [Pdns-users] PowerDNS issues

2021-09-22 Thread Stefan Schmidt via Pdns-users
September 22, 2021 3:03 PM, "Andrey Sedletsky via Pdns-users" wrote: > Good afternoon! Hi Andrey, > After restarting the pdns-recursor process, the number of "outgoing > query timeout" and "over capacity drops" sharply increases, which leads > to serious degradation of the service. > This

[yocto] [meta-zephyr][PATCH v4 2/2] zephyr-openthread-echo-client: Add new echo-client variant for OpenThread

2021-07-15 Thread Stefan Schmidt
From: Stefan Schmidt Similar to the normal echo-client example it demonstrates socket usage, but in this variant we enable the OpenThread config overlay and add the needed module to the build. Signed-off-by: Stefan Schmidt --- Since v3: Added COMPATIBLE_MACHINE filter and comment .../zephyr

[yocto] [meta-zephyr][PATCH v4 1/2] zephyr-kernel-src.inc: Add backport patch for storage partition

2021-07-15 Thread Stefan Schmidt
From: Stefan Schmidt Patch already merged upstream, but after the 2.6 release we are based on. Taking the backport in here until we can figure out if that can go to the Zephyr 2.6 LTS branch. The storage partition itself is needed on the Arduino Nano e.g. for OpenThread or applications needed

Re: [yocto] [meta-zephyr][PATCH v2 1/2] zephyr-kernel: Add OpenThread add module to build

2021-06-14 Thread Stefan Schmidt
Hello. On 11.06.21 03:26, Saini, Naveen Kumar wrote: -Original Message- From: yocto@lists.yoctoproject.org On Behalf Of Stefan Schmidt Sent: Thursday, June 10, 2021 4:28 PM To: yocto@lists.yoctoproject.org Cc: Stefan Schmidt ; Stefan Schmidt Subject: [yocto] [meta-zephyr][PATCH v2

[yocto] [meta-zephyr][PATCH v3 1/2] zephyr-kernel: Add OpenThread add module to build

2021-06-14 Thread Stefan Schmidt
From: Stefan Schmidt OpenThread support in Zephyr is realised as an external module. Make sure we pull it in and have it available for applications to use it. Signed-off-by: Stefan Schmidt --- recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0.inc | 1 + recipes-kernel/zephyr-kernel/zephyr

[yocto] [meta-zephyr][PATCH v3 2/2] zephyr-openthread-echo-client: Add new echo-client variant for OpenThread

2021-06-14 Thread Stefan Schmidt
From: Stefan Schmidt Similar to the normal echo-client example it demonstrates socket usage, but in this variant we enable the OpenThread config overlay and add the needed module to the build. Signed-off-by: Stefan Schmidt --- .../zephyr-kernel/zephyr-openthread-echo-client.bb| 8

Re: [yocto] [PATCH 1/2] zephyr-kernel: Add OpenThread module to build

2021-06-10 Thread Stefan Schmidt
Hello. On 08.06.21 09:31, Stefan Schmidt wrote: Hello. On 31.05.21 17:42, Stefan Schmidt wrote: From: Stefan Schmidt OpenThread support in Zephyr is realised as an external module. Make sure we pull it in and have it available for applications to use it. Signed-off-by: Stefan Schmidt

[yocto] [meta-zephyr][PATCH v2 2/2] zephyr-openthread-echo-client: Add new echo-client variant for OpenThread

2021-06-10 Thread Stefan Schmidt
From: Stefan Schmidt Similar to the normal echo-client example it demonstrates socket usage, but in this variant we enable the OpenThread config overlay and add the needed module to the build. Signed-off-by: Stefan Schmidt --- .../zephyr-kernel/zephyr-openthread-echo-client.bb| 8

[yocto] [meta-zephyr][PATCH v2 1/2] zephyr-kernel: Add OpenThread add module to build

2021-06-10 Thread Stefan Schmidt
From: Stefan Schmidt OpenThread support in Zephyr is realised as an external module. Make sure we pull it in and have it available for applications to use it. Signed-off-by: Stefan Schmidt --- recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc| 1 + recipes-kernel/zephyr-kernel/zephyr

Re: [yocto] [PATCH 1/2] zephyr-kernel: Add OpenThread module to build

2021-06-08 Thread Stefan Schmidt
Hello. On 31.05.21 17:42, Stefan Schmidt wrote: From: Stefan Schmidt OpenThread support in Zephyr is realised as an external module. Make sure we pull it in and have it available for applications to use it. Signed-off-by: Stefan Schmidt --- recipes-kernel/zephyr-kernel/zephyr-kernel

Re: [dnsdist] Question on backend selection

2021-06-02 Thread Stefan Schmidt via dnsdist
June 2, 2021 10:28 AM, "Daniel Stirnimann via dnsdist" wrote: > Hello Tom, > > This might come very close to what you are looking for: > > newServer({name="backend01",order=1, qps=5000,...}) > newServer({name="backend02",order=1, qps=5000,...}) > newServer({name="backend03",order=2,

[yocto] [PATCH 2/2] zephyr-openthread-echo-client: Add new echo-client variant for OpenThread

2021-05-31 Thread Stefan Schmidt
From: Stefan Schmidt Similar to the normal echo-client example it demonstrates socket usage, but in this variant we enable the OpenThread config overlay and add the needed module to the build. Signed-off-by: Stefan Schmidt --- .../zephyr-kernel/zephyr-openthread-echo-client.bb| 8

[yocto] [PATCH 1/2] zephyr-kernel: Add OpenThread module to build

2021-05-31 Thread Stefan Schmidt
From: Stefan Schmidt OpenThread support in Zephyr is realised as an external module. Make sure we pull it in and have it available for applications to use it. Signed-off-by: Stefan Schmidt --- recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc| 1 + recipes-kernel/zephyr-kernel

Re: [PATCH v2] net: mac802154: Fix general protection fault

2021-04-06 Thread Stefan Schmidt
here. This patch has been applied to the wpan tree and will be part of the next pull request to net. Thanks! regards Stefan Schmidt

[oe] [meta-oe][PATCH 2/2] plymouth_0.9.5.bb: allow building with musl libc

2021-03-18 Thread Stefan Schmidt
From: Stefan Schmidt Plymouth uses rpmatch() which is not provided by musl. Instead we use the standalone rpmatch implementation and add dependencies and LDFLAGS adjustment for musl libs based builds. Signed-off-by: Stefan Schmidt --- meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb | 3 +++ 1

[oe] [meta-oe][PATCH 1/2] musl-rpmatch_git.bb: add new recipe to provide rpmatch() for musl libc builds

2021-03-18 Thread Stefan Schmidt
From: Stefan Schmidt Musl does not provide rpmatch() while glibc does. This is a standalone implementation for musl libc based systems. Using it for a recipe is as simple as adding the dependency and adding -lrpmatch to the LDFLAGS for linking. An example for plymouth is provided as follow up

[OE-core] [dunfell] [PATCH] systemd-conf: do not ask for DHCP if configured on kernel command line

2021-03-18 Thread Stefan Schmidt
From: Stefan Schmidt In cases where we configure the IP address and more on the kernel command line with ip= we should not ask for DHCP with systemd-networkd later on. We have such a setup with our runqemu script. With this match in place we can also deploy this unit on qemu systems. Signed

Re: [PATCH v2] net: mac802154: Fix general protection fault

2021-03-08 Thread Stefan Schmidt
ey->tfm[i]) + if (!IS_ERR_OR_NULL(key->tfm[i])) crypto_free_aead(key->tfm[i]); kfree_sensitive(key); Alex, are you happy with this patch now? I would like to get it applied. Waiting for your review or ack given you had comments on the first version. regards Stefan Schmidt

Bug#984436: iec16022: Wrong homepage + new version

2021-03-05 Thread Stefan Schmidt
: https://rdoeffinger.github.io/ https://github.com/rdoeffinger/iec16022 happy to see it found a new home. :-) regards Stefan Schmidt

Re: [OE-core][PATCH] systemd-conf: Allow systemd to manage QEMU wired networks

2021-03-04 Thread Stefan Schmidt
Hello. On 03.03.21 16:52, Stefan Schmidt wrote: Hello Richard. On 17.01.21 10:19, Richard Purdie wrote: On Fri, 2021-01-15 at 15:49 -0600, Joshua Watt wrote: Allows systemd to manage wired network interfaces just like on actual hardware. Systemd seems to be smart enough to not enable DHCP

  1   2   3   4   5   6   7   8   9   10   >