[LEDE-DEV] [PATCH] curl: Switch all TLS libraries to use ca-bundle.

2018-01-23 Thread Rosen Penev
At least one application (transmission) depends on CURL_CA_BUNDLE being set in order to operate properly (Could not connect to tracker errors). As far as I can tell, there's no real drawback to doing this for all TLS libraries supported by curl. Signed-off-by: Rosen Penev ---

[LEDE-DEV] [PATCH] procd: get rid of putenv usage.

2018-01-23 Thread Rosen Penev
setenv is prefered according to POSIX. Also allows staticly allocated strings. Saves 200 bytes when stripped. 432 without. Signed-off-by: Rosen Penev --- service/instance.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/service/instance.c

Re: [LEDE-DEV] [PATCH] procd: get rid of putenv usage.

2018-01-23 Thread Rosen Penev
I just realized the original code leaks memory. ld_preload was not freed. On Tue, Jan 23, 2018 at 12:30 PM, Rosen Penev wrote: > setenv is prefered according to POSIX. Also allows staticly allocated strings. > > Saves 200 bytes when stripped. 432 without. > > Signed-off-by:

[LEDE-DEV] [PATCH] kernel: generic: add 4.9 config option

2018-01-23 Thread Hans Dedecker
When CGROUPS is enabled the new option CONFIG_CGROUP_NET_CLASSID is selectable and not handled. Add this option to the 4.9 kernel configuration. Signed-off-by: Hans Dedecker --- target/linux/generic/config-4.9 | 1 + 1 file changed, 1 insertion(+) diff --git

[LEDE-DEV] [PATCH] archs38: bump kernel to 4.14.

2018-01-23 Thread Evgeniy Didin
Update Linux kernel version from 4.9 to 4.14 for archs38. config-4.14 was simply regenerated with "make kernel_menuconfig". Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: John Crispin --- target/linux/archs38/Makefile

Re: [LEDE-DEV] [PATCH] procd: get rid of putenv usage.

2018-01-23 Thread Rosen Penev
On Tue, Jan 23, 2018 at 12:09 AM, Alexandru Ardelean wrote: > On Tue, Jan 23, 2018 at 4:57 AM, Rosen Penev wrote: >> setenv is prefered according to POSIX. Also allows staticly allocated >> strings. >> >> Saves 200 bytes when stripped. 400 without. >>

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH 0/5] x86: add support for microcode update

2018-01-23 Thread Nick Lowe
Should be resolved in 4.4.113 and 4.9.78 that are now available. Cheers, Nick ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] [OpenWrt-Devel] [PATCH] kernel/modules/other: disable Nokia BT UART

2018-01-23 Thread Tim Harvey
disable the Nokia BT UART present on Nikia N9, N900 & N950 added in 4.12. Signed-off-by: Tim Harvey --- package/kernel/linux/modules/other.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk