Re: [LEDE-DEV] Help me understand ubus extensions via C api

2017-07-06 Thread Carlito Nueno
Thanks Alexandru! That was very helpful. Now I have a better understanding of the ubus structure. Few more questions: - when/where does this ubus.c file (executable?) run? - how these functions used? when are they called? starting from line 42 to line 47 (https://github.com/lede-project/source/

Re: [LEDE-DEV] Xen PVHVM drivers

2017-07-06 Thread Luiz Angelo Daros de Luca
2017-07-06 21:36 GMT-03:00 W. Michael Petullo : > I have been using OpenWrt to build HVM DomU guests under Xen for some > time. From what I can tell, Xen's PVHVM drivers (namely, netfront and > blkfront) are not available on my OpenWrt DomU guests, and thus the > guests rely on the slower QEMU-base

[LEDE-DEV] Xen PVHVM drivers

2017-07-06 Thread W. Michael Petullo
I have been using OpenWrt to build HVM DomU guests under Xen for some time. From what I can tell, Xen's PVHVM drivers (namely, netfront and blkfront) are not available on my OpenWrt DomU guests, and thus the guests rely on the slower QEMU-based drivers. As a result, the network and disk performance

[LEDE-DEV] [PATCH] procd: Do not leak pipe file descriptors to children

2017-07-06 Thread Michal Sojka
Without this change, a process started by procd can have access to stdout/err of processes started by procd before. Signed-off-by: Michal Sojka --- rcS.c | 1 + service/instance.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/rcS.c b/rcS.c index 4ecf0c1..b1202bf 100644 ---

Re: [LEDE-DEV] [PATCH] ramips: fix GPIOs for Ubiquiti EdgeRouter X-SFP

2017-07-06 Thread Mathias Kresin
2017-06-08 20:11 GMT+02:00 Sven Roederer : > This adds the i2c-gpio and i2c-pca95xx module to the default kernel. > Even they are listed in the dependencies of the board, they are not > built and for this missing in the imagefile. This causes that the > accessed hardware is not avail. Hey Sven, I

Re: [LEDE-DEV] [PATCH ubox] Add logd priority filtering option

2017-07-06 Thread Hans Dedecker
On Wed, Jul 5, 2017 at 5:01 PM, Ron Brash wrote: > Hello all, > > Here is a repost of the previous patch split into a single one. Please leave the above lines out as the patch comment only needs to explain what the patch is about as is done in the lines below > > This patch adds the logger priorit

Re: [LEDE-DEV] [PATCH ubox] Fix logread starvation

2017-07-06 Thread Hans Dedecker
On Wed, Jul 5, 2017 at 5:01 PM, Ron Brash wrote: > Hello all, > > Here is a repost of the previous concatonated patch. Please leave the above lines out as the patch comment only needs to explain what the patch is about as is done in the lines below > > This patch contains the fix we needed to stop