Re: [LEDE-DEV] [PATCH] ath10k-ct: fix module depends

2018-03-22 Thread Rosen Penev
There are 4 other patches on patchwork that have not been merged for some reason. They conflict with this patch. On Thu, Mar 22, 2018 at 3:30 PM, Hauke Mehrtens wrote: > PKG_EXTMOD_SUBDIRS should be set to the sub directory where the kernel > module gets build in, for the ath10k-ct driver this ch

[LEDE-DEV] [PATCH] ath10k-ct: fix module depends

2018-03-22 Thread Hauke Mehrtens
PKG_EXTMOD_SUBDIRS should be set to the sub directory where the kernel module gets build in, for the ath10k-ct driver this changed in commit 3888e77c1c68 from ath10k to ath10k-4.13. Without this fix the depends line of the ath10*.ko modules is empty and the kernel module load system will not automa

Re: [LEDE-DEV] [PATCH 2/3] ramips-mt7621: add GPIO-config for Ubiquiti-EdgeRouterX(-SFP)

2018-03-22 Thread Gagan Sidhu
hi guys, sorry for bumping this thread, but i found Sven’s approach interesting. in 4.x, it does not seem i can simply enable CONFIG_I2C_GPIO=y, add the i2c-gpio node: > i2c-gpio { > compatible = "i2c-gpio"; > gpios = <&gpio0 3 0 > &gpio0 4 0>; >

Re: [LEDE-DEV] mwan3 status: missing graphic status boxes

2018-03-22 Thread Erwin (Rocam)
hmm ... sad about, i liked the graphs :( was giving a better overview and i still see no advanced eg: still showing in logs: on overview/detail "Thu Mar 22 12:08:00 2018 daemon.err uhttpd[2314]: cut: standard output: Broken pipe" Mit freundlichen Grüßen / best regards Erwin Tschirk ROCAM KG T

[LEDE-DEV] [PATCH v2] Kernel: bump 4.14 to 4.14.29

2018-03-22 Thread Stijn Segers
Right patch version this time, sorry! * Patch 180-usb-xhci-add-support-for-performing-fake-doorbell.patch had to be adjusted slightly because of upstream adapted code. * Refreshed patches. Compile-tested: ramips/mt7621, x86/64 Run-tested: ramips/mt7621, x86/64 Signed-off-by: Stijn Segers --- i

[LEDE-DEV] [PATCH] Kernel: bump 4.14 to 4.14.27

2018-03-22 Thread Stijn Segers
* Patch 180-usb-xhci-add-support-for-performing-fake-doorbell.patch had to be adjusted slightly because of upstream adapted code. * Refreshed patches. Compile-tested: ramips/mt7621, x86/64 Run-tested: ramips/mt7621, x86/64 Signed-off-by: Stijn Segers --- include/kernel-version.mk

[LEDE-DEV] [PATCH 2/2] procd: Copy missing attr/cfg to new instance

2018-03-22 Thread Pavel Merzlyakov
In case when we (async) stop instance and then start it again while it not actually killed, we just update config of old instance without remake (del and new) so we should update/move all attr/cfg of instance Signed-off-by: Pavel Merzlyakov --- service/instance.c | 49 +++

[LEDE-DEV] [PATCH] procd: Fix stop of instance when respawn scheduled

2018-03-22 Thread Pavel Merzlyakov
It's give ability to stop respawn of instance which crashes in the beginning Signed-off-by: Pavel Merzlyakov --- service/instance.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/service/instance.c b/service/instance.c index ecbb6ea..e2f0ee3 100644 ---

[LEDE-DEV] [PATCH 1/2] procd: Fix respawn after restart of instance

2018-03-22 Thread Pavel Merzlyakov
Without this fix respawn will be turned off in case when we (async) stop instance and then start it again while it not actually killed. Signed-off-by: Pavel Merzlyakov --- service/instance.c | 1 + 1 file changed, 1 insertion(+) diff --git a/service/instance.c b/service/instance.c index ecbb6ea

[LEDE-DEV] [PATCH V1][RFC][procd] udevtrigger: trigger devices w/o dev sysfs entry

2018-03-22 Thread Sergiy Kibrik
A lot of devices aren't represented via major/minor numbers and thus don't have dev entry in their sysfs directory, like network devices, USB, power supplies etc. It looks to be the rigth thing to trigger them as well. Anyway, it's up to the hotplug daemon to decide what to do with devices, it nee

[LEDE-DEV] [PATCH 1/2] kmod-sched-cake: split stats structures, add overhead stats

2018-03-22 Thread Kevin Darbyshire-Bryant
Relevant changes: 0afc1be Fixes for kernel 4.16 d2d6780 Reinitialise overhead compensation stats when reconfiguring. a3bab9d Export overhead compensation stats to userspace. 9cd2fa8 Split tin stats to its own structure to decrease size of tc_cake_xstats 71c7b44 Gather more statistics about packet

[LEDE-DEV] [PATCH 2/2] iproute2: cake: support new overhead reporting & stats structures

2018-03-22 Thread Kevin Darbyshire-Bryant
Cake in kernel space now splits stats structure handling across netlink messages to reduce stack usage issue flagged by upstream kernel checks. Update user space (tc) qdisc handling to understand this new regime. Cake also reports packet overheads & compensation in a different way so add display c

[LEDE-DEV] [PATCH 0/2] Bump to the latest version of cake

2018-03-22 Thread Kevin Darbyshire-Bryant
Latest 'release' of the cake shaper has done a couple of major things: 1) Split the passing of stats over netlink (kernel/user space transfer) differently. 2) Changed the collection & reporting of packet overhead stats. 3) Support JSON output. These 2 patches (kernel kmod & userspace iproute2:tc

[LEDE-DEV] Merged: Update to latest ath10k-ct driver,

2018-03-22 Thread Jo-Philipp Wich
Merged into my staging tree. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev