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 constant

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 be

[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 a

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, qps=5000,.

[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

pull-request: ieee802154 for net 2021-04-07

2021-04-07 Thread Stefan Schmidt
avoid llsec handling on a monitor interface, which we do not support. Alex Shi removed a unused macro. Pavel Skripkin fixed another protection fault found by syzkaller. regards Stefan Schmidt The following changes since commit fcb3007371e1a4afb03280af1b336a83287fe115: Merge branch 'wireguard-

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

2021-04-06 Thread Stefan Schmidt
ID locally 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

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

2021-04-06 Thread Stefan Schmidt
ID locally 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

Re: [PATCH RESEND wpan 00/15] net: ieee802154: forbid sec params for monitors

2021-04-06 Thread Stefan Schmidt
nl802154.c | 52 +++ 2 files changed, 56 insertions(+), 3 deletions(-) This series 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

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 if

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

2021-03-04 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: [OE-core][PATCH] systemd-conf: Allow systemd to manage QEMU wired networks

2021-03-03 Thread Stefan Schmidt
e=!ip Joshua, do you want to update the unit file accordingly or me to send a patch superseding yours with this change integrated? regards Stefan Schmidt -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#148890): https://lists.openembedded.

Re: [PATCH wpan 04/17] net: ieee802154: forbid monitor for set llsec params

2021-03-02 Thread Stefan Schmidt
and 2 left out and only 3 applied. Could you resend 3-17 as a series and we can discuss 1 & 2 separately? regards Stefan Schmidt

Re: [PATCH wpan 03/17] net: ieee802154: nl-mac: fix check on panid

2021-03-02 Thread Stefan Schmidt
ch has been applied to the wpan tree and will be part of the next pull request to net. Thanks! regards Stefan Schmidt

Re: [PATCH wpan 01/17] net: ieee802154: make shift exponent unsigned

2021-03-02 Thread Stefan Schmidt
the end of the range for u32. There is a path (info->attrs[NL802154_ATTR_IFTYPE] is not true) where we put type forward to rdev_add_virtual_intf() with its changed value but it would expect and enum which could hold -1 for UNSPEC. regards Stefan Schmidt

Re: [PATCH wpan 02/17] net: ieee802154: fix memory leak when deliver monitor skbs

2021-03-02 Thread Stefan Schmidt
hope. Thanks for the heads up. I dropped this patch and will take a look at the rest of the series today or tomorrow. regards Stefan Schmidt

Re: UBSAN: shift-out-of-bounds in nl802154_new_interface

2021-02-24 Thread Stefan Schmidt
? Yes, I have it on my list. I will try to fix them at the weekend. Great, thank you! Thanks for handling these. Your first batch is reviewed and applied. I will wait for the next round before I send a pull request to net. regards Stefan Schmidt

Re: [PATCH wpan 4/4] net: ieee802154: fix nl802154 del llsec devkey

2021-02-24 Thread Stefan Schmidt
Hello. On 21.02.21 18:43, Alexander Aring wrote: This patch fixes a nullpointer dereference if NL802154_ATTR_SEC_DEVKEY is not set by the user. If this is the case nl802154 will return -EINVAL. Reported-by: syzbot+368672e0da240db53...@syzkaller.appspotmail.com Signed-off-by: Alexander Aring --

Re: [PATCH wpan 4/4] net: ieee802154: fix nl802154 del llsec devkey

2021-02-24 Thread Stefan Schmidt
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 wpan 3/4] net: ieee802154: fix nl802154 add llsec key

2021-02-24 Thread Stefan Schmidt
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 wpan 2/4] net: ieee802154: fix nl802154 del llsec dev

2021-02-24 Thread Stefan Schmidt
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 wpan 1/4] net: ieee802154: fix nl802154 del llsec key

2021-02-24 Thread Stefan Schmidt
Y_ATTR_ID], &id) < 0) 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: UBSAN: shift-out-of-bounds in nl802154_new_interface

2021-02-24 Thread Stefan Schmidt
? Yes, I have it on my list. I will try to fix them at the weekend. Great, thank you! Thanks for handling these. Your first batch is reviewed and applied. I will wait for the next round before I send a pull request to net. regards Stefan Schmidt

[jira] [Created] (MEAR-289) skinnyWars issue with finalName for Jar module

2020-11-13 Thread Stefan Schmidt (Jira)
Stefan Schmidt created MEAR-289: --- Summary: skinnyWars issue with finalName for Jar module Key: MEAR-289 URL: https://issues.apache.org/jira/browse/MEAR-289 Project: Maven Ear Plugin Issue Type

Re: [PATCH] net/ieee802154: remove unused macros to tame gcc

2020-11-06 Thread Stefan Schmidt
Hello. On 06.11.20 09:10, Alex Shi wrote: Signed-off-by: Alex Shi Cc: Alexander Aring Cc: Stefan Schmidt Cc: "David S. Miller" Cc: Jakub Kicinski Cc: linux-w...@vger.kernel.org Cc: net...@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- net/ieee802154/nl802154.c | 4 ---

Re: [PATCH] net/ieee802154: remove unused macros to tame gcc

2020-11-06 Thread Stefan Schmidt
Hello. On 06.11.20 09:10, Alex Shi wrote: Signed-off-by: Alex Shi Cc: Alexander Aring Cc: Stefan Schmidt Cc: "David S. Miller" Cc: Jakub Kicinski Cc: linux-w...@vger.kernel.org Cc: netdev@vger.kernel.org Cc: linux-ker...@vger.kernel.org --- net/ieee802154/nl802154.c | 4 ---

Re: [PATCH 20/30] net: ieee802154: ca8210: Fix a bunch of kernel-doc issues

2020-11-03 Thread Stefan Schmidt
in 'ca8210_remove' drivers/net/ieee802154/ca8210.c:3104: warning: Function parameter or member 'spi_device' not described in 'ca8210_probe' drivers/net/ieee802154/ca8210.c:3104: warning: Excess function parameter 'priv' description in 'ca8210_prob

Re: [PATCH 23/30] net: ieee802154: ca8210: Fix incorrectly named function param doc

2020-11-03 Thread Stefan Schmidt
s function parameter 'cas_ctrl' description in 'ca8210_rx_done' Cc: Harry Morris Cc: Alexander Aring Cc: Stefan Schmidt Cc: "David S. Miller" Cc: Jakub Kicinski Cc: linux-w...@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Lee Jones Acked-by: Stefan Schmidt regards Stefan Schmidt

[e-users] EFL 1.25.1 release

2020-10-08 Thread Stefan Schmidt
First stable update release for our new 1.25.x series has landed. Fixes: * evas: sw font draw - protect against null pointer access * efreet - windows - still call stat but skip lstat/readlink ==Download:== http://download.enlightenment.org/rel/libs/efl/efl-1.25.1.tar.xz 351ca0211ca0002345

[Enlightenment-announce] EFL 1.25.1 release

2020-10-08 Thread Stefan Schmidt
First stable update release for our new 1.25.x series has landed. Fixes: * evas: sw font draw - protect against null pointer access * efreet - windows - still call stat but skip lstat/readlink ==Download:== http://download.enlightenment.org/rel/libs/efl/efl-1.25.1.tar.xz 351ca0211ca0002345

[E-devel] EFL 1.25.1 release

2020-10-08 Thread Stefan Schmidt
First stable update release for our new 1.25.x series has landed. Fixes: * evas: sw font draw - protect against null pointer access * efreet - windows - still call stat but skip lstat/readlink ==Download:== http://download.enlightenment.org/rel/libs/efl/efl-1.25.1.tar.xz 351ca0211ca0002345

[Enlightenment-release] EFL 1.25.1 release

2020-10-08 Thread Stefan Schmidt
First stable update release for our new 1.25.x series has landed. Fixes: * evas: sw font draw - protect against null pointer access * efreet - windows - still call stat but skip lstat/readlink ==Download:== http://download.enlightenment.org/rel/libs/efl/efl-1.25.1.tar.xz 351ca0211ca0002345

[EGIT] [website/www-content] master 01/01: Wiki page efl-1.25.1 changed with summary [] by Stefan Schmidt

2020-10-08 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=6235ebcb9e3156159185534b5960dc441b20bfe6 commit 6235ebcb9e3156159185534b5960dc441b20bfe6 Author: Stefan Schmidt Date: Thu Oct 8 02:57:48 2020 -0700 Wiki page efl

[EGIT] [website/www-content] master 01/01: Wiki page efl-1.25.1 changed with summary [] by Stefan Schmidt

2020-10-08 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=beb3920c9e073ef6f9b8fe8ddff496e5c3a569f8 commit beb3920c9e073ef6f9b8fe8ddff496e5c3a569f8 Author: Stefan Schmidt Date: Thu Oct 8 02:56:47 2020 -0700 Wiki page efl

[EGIT] [website/www-content] master 01/01: Wiki page efl-1.25.1 changed with summary [created] by Stefan Schmidt

2020-10-08 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=32ba695d1623e1a33584a32e65bd2e9404f15955 commit 32ba695d1623e1a33584a32e65bd2e9404f15955 Author: Stefan Schmidt Date: Thu Oct 8 02:56:08 2020 -0700 Wiki page efl

[EGIT] [website/www-content] master 01/01: Wiki page start-release changed with summary [] by Stefan Schmidt

2020-10-08 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=faa893e80d4aa4e1af3fa8c7432bac98e06f05fb commit faa893e80d4aa4e1af3fa8c7432bac98e06f05fb Author: Stefan Schmidt Date: Thu Oct 8 02:53:32 2020 -0700 Wiki page start

[EGIT] [website/www-content] master 01/01: Wiki page download-latest changed with summary [] by Stefan Schmidt

2020-10-08 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=7bab60590f7643cad58f7b00d88165f6790216ec commit 7bab60590f7643cad58f7b00d88165f6790216ec Author: Stefan Schmidt Date: Thu Oct 8 02:51:32 2020 -0700 Wiki page

[EGIT] [core/efl] efl-1.25 01/01: release: Update NEWS and bump version for 1.25.1 release

2020-10-08 Thread Stefan Schmidt
stefan pushed a commit to branch efl-1.25. http://git.enlightenment.org/core/efl.git/commit/?id=030a4d4e6c986b19b59ba03e72e7f72b1920afb4 commit 030a4d4e6c986b19b59ba03e72e7f72b1920afb4 Author: Stefan Schmidt Date: Thu Oct 8 10:41:04 2020 +0200 release: Update NEWS and bump version for

Re: [PATCH v5 25/52] docs: net: ieee802154.rst: fix C expressions

2020-10-06 Thread Stefan Schmidt
o Carvalho Chehab --- Documentation/networking/ieee802154.rst | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) Acked-by: Stefan Schmidt regards Stefan Schmidt

Re: [PATCH v5 25/52] docs: net: ieee802154.rst: fix C expressions

2020-10-06 Thread Stefan Schmidt
On 06.10.20 16:03, Mauro Carvalho Chehab wrote: There are some warnings produced with Sphinx 3.x: Documentation/networking/ieee802154.rst:29: WARNING: Error in declarator or parameters Invalid C declaration: Expecting "(" in parameters. [error at 7] int sd = socket(

Re: [PATCH v5 25/52] docs: net: ieee802154.rst: fix C expressions

2020-10-06 Thread Stefan Schmidt
o Carvalho Chehab --- Documentation/networking/ieee802154.rst | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) Acked-by: Stefan Schmidt regards Stefan Schmidt

Re: [PATCH v5 25/52] docs: net: ieee802154.rst: fix C expressions

2020-10-06 Thread Stefan Schmidt
On 06.10.20 16:03, Mauro Carvalho Chehab wrote: There are some warnings produced with Sphinx 3.x: Documentation/networking/ieee802154.rst:29: WARNING: Error in declarator or parameters Invalid C declaration: Expecting "(" in parameters. [error at 7] int sd = socket(

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas_textblock: rainbow flag emoji treated as two clusters(update unibreak to version 4.2)

2020-10-06 Thread Stefan Schmidt
Hello Ali. On 04.10.20 14:02, Ali Al-Zyoud wrote: Hello, Can we un-revert this patch now? Yes, from my side that would be fine now. regards Stefan Schmidt ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https

[E-devel] Upcoming 1.25.1 release

2020-10-06 Thread Stefan Schmidt
Hello. We have collected some fixes after 1.25 which need to go into our first stable update for this series. If you have more fixes that need to go in or be backported please do so until Wednesday evening. I will do the 1.25.1 release on Thursday my timezone. regards Stefan Schmidt

Re: [RESEND net-next 4/8] net: mac802154: convert tasklets to use new tasklet_setup() API

2020-10-06 Thread Stefan Schmidt
t_mtx); - tasklet_init(&local->tasklet, -ieee802154_tasklet_handler, -(unsigned long)local); + tasklet_setup(&local->tasklet, ieee802154_tasklet_handler); skb_queue_head_init(&local->skb_queue); Acked-by: Stefan Schmidt regards Stefan Schmidt

[e-users] EFL 1.24.4 release

2020-09-28 Thread Stefan Schmidt
We are happy to release our last stable update for our 1.24.x series. With the new 1.25.x series started we we are doing this last maintenance release before closing down this series. Fixes: * efreetd - cache - add more statinfo work around 0 mtime distros * edje - fix edje_cc mis-re-idin

[E-devel] EFL 1.24.4 release

2020-09-28 Thread Stefan Schmidt
We are happy to release our last stable update for our 1.24.x series. With the new 1.25.x series started we we are doing this last maintenance release before closing down this series. Fixes: * efreetd - cache - add more statinfo work around 0 mtime distros * edje - fix edje_cc mis-re-idin

[Enlightenment-announce] EFL 1.24.4 release

2020-09-28 Thread Stefan Schmidt
We are happy to release our last stable update for our 1.24.x series. With the new 1.25.x series started we we are doing this last maintenance release before closing down this series. Fixes: * efreetd - cache - add more statinfo work around 0 mtime distros * edje - fix edje_cc mis-re-idin

[Enlightenment-release] EFL 1.24.4 release

2020-09-28 Thread Stefan Schmidt
We are happy to release our last stable update for our 1.24.x series. With the new 1.25.x series started we we are doing this last maintenance release before closing down this series. Fixes: * efreetd - cache - add more statinfo work around 0 mtime distros * edje - fix edje_cc mis-re-idin

[EGIT] [website/www-content] master 01/01: Wiki page efl-1.24.4 changed with summary [created] by Stefan Schmidt

2020-09-28 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=d52be2b93bc892cd1054c275397bb60b0f67d460 commit d52be2b93bc892cd1054c275397bb60b0f67d460 Author: Stefan Schmidt Date: Mon Sep 28 04:36:06 2020 -0700 Wiki page efl

[EGIT] [core/efl] efl-1.24 01/01: release: Update NEWS and bump version for 1.24.4 release

2020-09-28 Thread Stefan Schmidt
stefan pushed a commit to branch efl-1.24. http://git.enlightenment.org/core/efl.git/commit/?id=91387314762caa735e5dd5c392af9a5b569ccd72 commit 91387314762caa735e5dd5c392af9a5b569ccd72 Author: Stefan Schmidt Date: Mon Sep 28 12:16:54 2020 +0200 release: Update NEWS and bump version for

[EGIT] [core/efl] efl-1.25 01/05: NEWS: fix some typos for 1.25 update

2020-09-26 Thread Stefan Schmidt
stefan pushed a commit to branch efl-1.25. http://git.enlightenment.org/core/efl.git/commit/?id=a27f06e09cf4f12a5d1734ffe992ca09c7648ba4 commit a27f06e09cf4f12a5d1734ffe992ca09c7648ba4 Author: Stefan Schmidt Date: Wed Sep 23 10:15:53 2020 +0200 NEWS: fix some typos for 1.25 update

Re: [E-devel] Enlightenment Foundation Libraries 1.25 Release

2020-09-24 Thread Stefan Schmidt
Hello. On 24.09.20 11:03, Marcel Hollerbach wrote: Hi, On 9/24/20 10:20 AM, Stefan Schmidt wrote: Hello Ross. On 24.09.20 08:06, Ross Vandegrift wrote: On Wed, Sep 23, 2020 at 01:10:37PM +0200, Stefan Schmidt wrote: === Enlightenment Foundation Libraries 1.25 Release === Thanks Stefan

[E-devel] Upcoming (last) 1.24.x release

2020-09-24 Thread Stefan Schmidt
Hello. With 1.25 out I wanted to take the time and do a last stable update release for the 1.24.x branch. If you have any patches that need backporting please do so until Sunday. I want to kick of the release on Monday 28.9. regards Stefan Schmidt

Re: [E-devel] Enlightenment Foundation Libraries 1.25 Release

2020-09-24 Thread Stefan Schmidt
Hello Ross. On 24.09.20 08:06, Ross Vandegrift wrote: On Wed, Sep 23, 2020 at 01:10:37PM +0200, Stefan Schmidt wrote: === Enlightenment Foundation Libraries 1.25 Release === Thanks Stefan! I'm hitting a link failure in the software_x11 engine. Looks like it's missing a -lXex

[e-users] Enlightenment Foundation Libraries 1.25 Release

2020-09-23 Thread Stefan Schmidt
=== Enlightenment Foundation Libraries 1.25 Release === In comparison 1.25 was a very calm release cycle. In the last five months we saw 567 commits from 38 contributors: Carsten Haitzler, Stefan Schmidt, Marcel Hollerbach, JunsuChoi, Vincent Torri, Ali Alzyod, Daniel Kolesa, Mike

[E-devel] Enlightenment Foundation Libraries 1.25 Release

2020-09-23 Thread Stefan Schmidt
=== Enlightenment Foundation Libraries 1.25 Release === In comparison 1.25 was a very calm release cycle. In the last five months we saw 567 commits from 38 contributors: Carsten Haitzler, Stefan Schmidt, Marcel Hollerbach, JunsuChoi, Vincent Torri, Ali Alzyod, Daniel Kolesa, Mike

[Enlightenment-release] Enlightenment Foundation Libraries 1.25 Release

2020-09-23 Thread Stefan Schmidt
=== Enlightenment Foundation Libraries 1.25 Release === In comparison 1.25 was a very calm release cycle. In the last five months we saw 567 commits from 38 contributors: Carsten Haitzler, Stefan Schmidt, Marcel Hollerbach, JunsuChoi, Vincent Torri, Ali Alzyod, Daniel Kolesa, Mike

[Enlightenment-announce] Enlightenment Foundation Libraries 1.25 Release

2020-09-23 Thread Stefan Schmidt
=== Enlightenment Foundation Libraries 1.25 Release === In comparison 1.25 was a very calm release cycle. In the last five months we saw 567 commits from 38 contributors: Carsten Haitzler, Stefan Schmidt, Marcel Hollerbach, JunsuChoi, Vincent Torri, Ali Alzyod, Daniel Kolesa, Mike

[EGIT] [website/www-content] master 01/01: Wiki page start-release changed with summary [] by Stefan Schmidt

2020-09-23 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=b1ddeaf63da635544e02a389afba254d02f5ffdf commit b1ddeaf63da635544e02a389afba254d02f5ffdf Author: Stefan Schmidt Date: Wed Sep 23 04:06:12 2020 -0700 Wiki page start

[EGIT] [website/www-content] master 01/01: Wiki page efl-1.25.0 changed with summary [created] by Stefan Schmidt

2020-09-23 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=14e5754bdc0969f012f9c4bfdd7b358062187694 commit 14e5754bdc0969f012f9c4bfdd7b358062187694 Author: Stefan Schmidt Date: Wed Sep 23 04:05:28 2020 -0700 Wiki page efl

[EGIT] [core/efl] master 01/01: NEWS: fix some typos for 1.25 update

2020-09-23 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9f4c6faee65d05a472c0f22cecc2d8f9ee9c9ca4 commit 9f4c6faee65d05a472c0f22cecc2d8f9ee9c9ca4 Author: Stefan Schmidt Date: Wed Sep 23 10:15:53 2020 +0200 NEWS: fix some typos for 1.25 update

[EGIT] [core/efl] master 01/01: edje: efl: add new EFL_VERSION_1_26 define for new dev cycle

2020-09-22 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=080dbdee51662d0fc79d4ee655f72b0cb5900b75 commit 080dbdee51662d0fc79d4ee655f72b0cb5900b75 Author: Stefan Schmidt Date: Tue Sep 22 20:27:18 2020 +0200 edje: efl: add new EFL_VERSION_1_26 define

[EGIT] [core/efl] master 01/01: build: release freeze is over

2020-09-22 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7ca0e129eda2424dcbe1f1d697c1e9bf63b87229 commit 7ca0e129eda2424dcbe1f1d697c1e9bf63b87229 Author: Stefan Schmidt Date: Tue Sep 22 20:17:05 2020 +0200 build: release freeze is over 1.25

[EGIT] [website/www-content] master 01/01: Wiki page download-latest changed with summary [] by Stefan Schmidt

2020-09-22 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=76074c1e53be1b57d9349e7da8844b6235246715 commit 76074c1e53be1b57d9349e7da8844b6235246715 Author: Stefan Schmidt Date: Tue Sep 22 11:13:08 2020 -0700 Wiki page

[EGIT] [core/efl] master 01/01: release: Update NEWS and bump version for 1.25.0 release

2020-09-22 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=eedf6cb339db7af213f923d6a9edb1427ae97a2c commit eedf6cb339db7af213f923d6a9edb1427ae97a2c Author: Stefan Schmidt Date: Tue Sep 22 19:54:20 2020 +0200 release: Update NEWS and bump version for

[EGIT] [core/efl] master 01/01: Revert "elm - collection view - check return and fix coverity wanring"

2020-09-21 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ddd0736264e3e6d35caac3a40295538fb971bd78 commit ddd0736264e3e6d35caac3a40295538fb971bd78 Author: Stefan Schmidt Date: Mon Sep 21 11:06:39 2020 +0200 Revert "elm - collection view - check r

Re: [E-devel] EFL 1.25.0 beta 3

2020-09-17 Thread Stefan Schmidt
Hello. On 16.09.20 23:15, Boris Faure wrote: On 20-09-14 12:36, Stefan Schmidt wrote: While we had little activity over the last week we decided to have another beta before the final release. We still have at least one issue which needs looking into and some more time is needed to check

[e-users] EFL 1.25.0 beta 3

2020-09-14 Thread Stefan Schmidt
While we had little activity over the last week we decided to have another beta before the final release. We still have at least one issue which needs looking into and some more time is needed to check reports from Coverity and other tools. **Fixes:** * docs: Correct the mismatched group na

[E-devel] EFL 1.25.0 beta 3

2020-09-14 Thread Stefan Schmidt
While we had little activity over the last week we decided to have another beta before the final release. We still have at least one issue which needs looking into and some more time is needed to check reports from Coverity and other tools. **Fixes:** * docs: Correct the mismatched group na

[Enlightenment-announce] EFL 1.25.0 beta 3

2020-09-14 Thread Stefan Schmidt
While we had little activity over the last week we decided to have another beta before the final release. We still have at least one issue which needs looking into and some more time is needed to check reports from Coverity and other tools. **Fixes:** * docs: Correct the mismatched group na

[Enlightenment-release] EFL 1.25.0 beta 3

2020-09-14 Thread Stefan Schmidt
While we had little activity over the last week we decided to have another beta before the final release. We still have at least one issue which needs looking into and some more time is needed to check reports from Coverity and other tools. **Fixes:** * docs: Correct the mismatched group na

[EGIT] [website/www-content] master 01/01: Wiki page efl-1.25.0-beta3 changed with summary [created] by Stefan Schmidt

2020-09-14 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=de14e39b8cf482d9d1c55af671c36d4f3472181d commit de14e39b8cf482d9d1c55af671c36d4f3472181d Author: Stefan Schmidt Date: Mon Sep 14 03:34:39 2020 -0700 Wiki page efl

[EGIT] [core/efl] master 01/01: release: Update NEWS and bump version for 1.25.0-beta3 release

2020-09-14 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c412406487579627b79f417f947ca512aa034ce0 commit c412406487579627b79f417f947ca512aa034ce0 Author: Stefan Schmidt Date: Mon Sep 14 12:12:31 2020 +0200 release: Update NEWS and bump version for

pull-request: ieee802154 for net 2020-09-08

2020-09-08 Thread Stefan Schmidt
Hello Dave. An update from ieee802154 for your *net* tree. A potential memory leak fix for ca8210 from Liu Jian, a check on the return for a register read in adf7242 and finally a user after free fix in the softmac tx function from Eric found by syzkaller. regards Stefan Schmidt The following

Re: [PATCH net] mac802154: tx: fix use-after-free

2020-09-08 Thread Stefan Schmidt
by: syzbot Cc: Alexander Aring Cc: Stefan Schmidt Cc: linux-w...@vger.kernel.org --- net/mac802154/tx.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net/mac802154/tx.c b/net/mac802154/tx.c index ab52811523e992f33f0855cdb711a2

[E-devel] EFL 1.25.0 beta 2

2020-09-07 Thread Stefan Schmidt
This beta 2 release contains more fixes build up from our last weeks beta. So far no release stopper showed up, which means we might see the final release already next week. Fingers crossed. **Fixes:** * evas_textblock: remove style padding from native width and formatted height * elm i

[e-users] EFL 1.25.0 beta 2

2020-09-07 Thread Stefan Schmidt
This beta 2 release contains more fixes build up from our last weeks beta. So far no release stopper showed up, which means we might see the final release already next week. Fingers crossed. **Fixes:** * evas_textblock: remove style padding from native width and formatted height * elm i

[Enlightenment-release] EFL 1.25.0 beta 2

2020-09-07 Thread Stefan Schmidt
This beta 2 release contains more fixes build up from our last weeks beta. So far no release stopper showed up, which means we might see the final release already next week. Fingers crossed. **Fixes:** * evas_textblock: remove style padding from native width and formatted height * elm i

[Enlightenment-announce] EFL 1.25.0 beta 2

2020-09-07 Thread Stefan Schmidt
This beta 2 release contains more fixes build up from our last weeks beta. So far no release stopper showed up, which means we might see the final release already next week. Fingers crossed. **Fixes:** * evas_textblock: remove style padding from native width and formatted height * elm i

[EGIT] [website/www-content] master 01/01: Wiki page efl-1.25.0-beta2 changed with summary [created] by Stefan Schmidt

2020-09-07 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=36e2d5e4a5109f2a9ffc9800922e50a1796422d5 commit 36e2d5e4a5109f2a9ffc9800922e50a1796422d5 Author: Stefan Schmidt Date: Mon Sep 7 04:13:18 2020 -0700 Wiki page efl

[EGIT] [core/efl] master 01/01: release: Update NEWS and bump version for 1.25.0-beta2 release

2020-09-07 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1fa8409b97ee4ee4c2089b5d4cf7511f0385de62 commit 1fa8409b97ee4ee4c2089b5d4cf7511f0385de62 Author: Stefan Schmidt Date: Mon Sep 7 12:54:04 2020 +0200 release: Update NEWS and bump version for

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas_textblock: rainbow flag emoji treated as two clusters(update unibreak to version 4.2)

2020-09-01 Thread Stefan Schmidt
test will fail too), so evas feature is related to updating the lib, and they need to done together. Fair enough. So the patch as-is can go in again after the freeze. regards Stefan Schmidt ___ enlightenment-devel mailing list enlightenment-devel

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas_textblock: rainbow flag emoji treated as two clusters(update unibreak to version 4.2)

2020-09-01 Thread Stefan Schmidt
gards Stefan Schmidt ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Re: [E-devel] API/ABI report review for 1.25 beta1

2020-09-01 Thread Stefan Schmidt
Hello. On 31.08.20 19:32, Stefan Schmidt wrote: Hello. Please help to review the report here: http://www.enlightenment.org/~stefan/objects_report/efl/1.24.3/1.25.0-beta1/report.html Let's have a start here. The good news is that no symbols have been removed (once lua is enabled agai

<    1   2   3   4   5   6   7   8   9   10   >