Re: [LEDE-DEV] [PATCH][ubox] Fixes log read starvation issue after threshold reached

2017-07-12 Thread Jo-Philipp Wich
Hi Ron, thanks for your effort in sharing your fixes. I have troubles understanding your patch, please find some comments inline below. ~ Jo -- On 07/11/2017 09:04 PM, Ron Brash wrote: > This patch fixes a logread starvation error, which occurs after many > logs are generated (around 16k if de

[LEDE-DEV] [PATCH] kernel: update kernel 4.9 to 4.9.37

2017-07-12 Thread Koen Vandeputte
- Refreshed all patches - Removed upstreamed - Adapted 4 patches: 473-fix-marvell-phy-initialization-issues.patch --- Removed hunk 5 which got upstreamed 403-net-phy-avoid-setting-unsupported-EEE-advertisments.patch 404-net-phy-restart-phy-autonegotiati

Re: [LEDE-DEV] procd: cherry-pick kernel watchdog start/stop to lede-17.01 branch

2017-07-12 Thread Philip Prindeville
> On Jul 12, 2017, at 12:24 PM, Matthias Schiffer > wrote: > > On 07/12/2017 08:02 PM, Philip Prindeville wrote: >> >>> On Jul 11, 2017, at 3:19 AM, Hans Dedecker wrote: >>> >>> Hi, >>> >>> I would like to cherry-pick the start/stop kernel watchdog support to >>> the lede-17.01 procd branch

Re: [LEDE-DEV] procd: cherry-pick kernel watchdog start/stop to lede-17.01 branch

2017-07-12 Thread Matthias Schiffer
On 07/12/2017 08:02 PM, Philip Prindeville wrote: > >> On Jul 11, 2017, at 3:19 AM, Hans Dedecker wrote: >> >> Hi, >> >> I would like to cherry-pick the start/stop kernel watchdog support to >> the lede-17.01 procd branch : >> >> e5e99c4 watchdog: add support for starting/stopping kernel watchdog

Re: [LEDE-DEV] procd: cherry-pick kernel watchdog start/stop to lede-17.01 branch

2017-07-12 Thread Philip Prindeville
> On Jul 11, 2017, at 3:19 AM, Hans Dedecker wrote: > > Hi, > > I would like to cherry-pick the start/stop kernel watchdog support to > the lede-17.01 procd branch : > > e5e99c4 watchdog: add support for starting/stopping kernel watchdog > > It allows to gracefully stop the kernel watchdog vi

[LEDE-DEV] [PATCH v2] toolchain/arc: update to the most recent release arc-2017.03

2017-07-12 Thread Evgeniy Didin
arc-2017.03 is the most recent release toolchain for ARC cores and it is based on upstream Binutils 2.28 and GCC 6.3.0 Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: John Crispin Cc: Hauke Mehrtens --- Changes v1 -> v2: *In toolchain/gcc/common.mk add '-release' to line 'PKG_REV:

Re: [LEDE-DEV] [PATCH] block: support /dev/xvd* nodes

2017-07-12 Thread W. Michael Petullo
>> Xen provides paravirtualized block devices which most often appear as >> /dev/xvd*. This patch adds this pattern to those known to the block >> utilitiy. These devices require a kernel compiled with the xen-blkfront >> driver. > Having a closer look I just noticed that there are no XEN options

Re: [LEDE-DEV] [PATCH] block: support /dev/xvd* nodes

2017-07-12 Thread Daniel Golle
On Wed, Jul 12, 2017 at 07:14:04AM -0400, W. Michael Petullo wrote: > From bc848f9f3d0ffb9aa114c7faa3916f059f5616b2 Mon Sep 17 00:00:00 2001 > From: "W. Michael Petullo" > Date: Wed, 12 Jul 2017 07:02:18 -0400 > Subject: [PATCH] block: support /dev/xvd* nodes > To: LEDE Development List > > Xen

[LEDE-DEV] [PATCH] block: support /dev/xvd* nodes

2017-07-12 Thread W. Michael Petullo
>From bc848f9f3d0ffb9aa114c7faa3916f059f5616b2 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Wed, 12 Jul 2017 07:02:18 -0400 Subject: [PATCH] block: support /dev/xvd* nodes To: LEDE Development List Xen provides paravirtualized block devices which most often appear as /dev/xvd*. This

Re: [LEDE-DEV] ECDSA support in dropbear (Was: Planning v17.01.2)

2017-07-12 Thread Baptiste Jonglez
Hi, On Thu, Jun 15, 2017 at 04:41:50PM +0200, Jo-Philipp Wich wrote: > > ... and, if I may throw my EUR 0.02 in, why not recompile dropbear > > with "elliptic curve" support? > > whats the size impact? There is already an option DROPBEAR_ECC to enable ECDSA, disabled by default, and it adds 23 K