[OpenWrt-Devel] [PATCH] kernel: Add AEAD and RNG support to kmod-crypto-user

2019-05-12 Thread Rosen Penev
Now that kernel 3.18 is gone, we can safely add these features. Tested on Turris Omnia. Signed-off-by: Rosen Penev --- package/kernel/linux/modules/crypto.mk | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/m

[OpenWrt-Devel] Time to move on from 4.14 to 4.19?

2019-05-12 Thread Daniel Engberg
Hi, I'm not sure what the current release roadmap is but since 19.X release seems to slipping perhaps it's time to move working targets to 4.19 as 4.14 has barely 6 months away before EoL status since there seems to be a rather strong opinion for "LTS" releases/branches? Best regards, Daniel

[OpenWrt-Devel] [PATCH 1/2] octeon: Deactivate MIPS O32 and N32 support

2019-05-12 Thread Daniel Engberg
Hi, This patch seems to touch more things that just that... (4.19) +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +CONFIG_ARCH_SUSPEND_POSSIBLE=y Both these are optional and no supported hardware have these capatibilities to my knowledge +CONFIG_HAVE_DEBUG_KMEMLEAK=y +CONFIG_HAVE_DEBUG_STACKOVERFLOW=y W

[OpenWrt-Devel] [PATCH v2] gemini: Support sysupgrade on DIR-685

2019-05-12 Thread Linus Walleij
This makes sysupgrade work on the D-Link DIR-685 after initial factory install. We create the platform.sh script to support sysupgrade on more targets as we move on with sysupgrade support. Cc: Petr Štetiar Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Append metadata to sysupgrade image

[OpenWrt-Devel] [PATCH] kernel: Move some DSA config options to generic config

2019-05-12 Thread Hauke Mehrtens
This moves some new configuration options to the generic kernel configuration instead of configuring them for each target on our own. Signed-off-by: Hauke Mehrtens --- target/linux/gemini/config-4.19 | 4 target/linux/generic/config-4.19 | 4 target/linux/imx6/config-4.19| 3 ---

[OpenWrt-Devel] [PATCH] kernel: Activate CONFIG_OPTIMIZE_INLINING

2019-05-12 Thread Hauke Mehrtens
This will reduce the size of the kernel if CONFIG_CC_OPTIMIZE_FOR_SIZE is set like for all targets with small_flash feature flag. I haven't seen any changes for an ARM64 target which optimizes the kernel for speed instead. On the ath79/tiny target the uncompressed kernel size was reduced by 3.2% a

[OpenWrt-Devel] [sdwalker/sdwalker.github.io] bdf1b5: This week's update

2019-05-12 Thread Stephen Walker
Branch: refs/heads/master Home: https://github.com/sdwalker/sdwalker.github.io Commit: bdf1b5711c2bcab077231421d04a501a3bd992d0 https://github.com/sdwalker/sdwalker.github.io/commit/bdf1b5711c2bcab077231421d04a501a3bd992d0 Author: Stephen Walker Date: 2019-05-12 (Sun, 12 May 2

[OpenWrt-Devel] [PATCH 2/2] valgrind: Add support for ARM64 architecture

2019-05-12 Thread Hauke Mehrtens
valgrind also works on the ARM64 architecture, build it also for such CPUs. Signed-off-by: Hauke Mehrtens --- package/devel/valgrind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile index 0c5b0cffd4..95

[OpenWrt-Devel] [PATCH 2/2] malta: Deactivate MIPS O32 and N32 support

2019-05-12 Thread Hauke Mehrtens
OpenWrt is completely compiled from sources using a 64 bit compiler, we do not need support for the old 32 bit MIPS interface on 64 Bit CPUs, deactivate it. Fixes: 46af22de16b2 ("kernel: Remove CONFIG_COMPAT") Signed-off-by: Hauke Mehrtens --- target/linux/malta/be64/config-default | 9 +++--

[OpenWrt-Devel] [PATCH 1/2] valgrind: Update to version 3.15.0

2019-05-12 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- package/devel/valgrind/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile index d3844c2388..0c5b0cffd4 100644 --- a/package/devel/valgrind/Makefile +++ b/package/devel

[OpenWrt-Devel] [PATCH] strace: Update to version 5.0

2019-05-12 Thread Hauke Mehrtens
The removed patch was merged upstream. Signed-off-by: Hauke Mehrtens --- package/devel/strace/Makefile | 4 +- .../patches/001-mips-o32-fix-build.patch | 91 --- ...00-workaround--pt-reg-collisions-ppc.patch | 10 +- 3 files changed, 7 insertions(+), 98 dele

[OpenWrt-Devel] [PATCH 1/2] octeon: Deactivate MIPS O32 and N32 support

2019-05-12 Thread Hauke Mehrtens
OpenWrt is completely compiled from sources using a 64 bit compiler, we do not need support for the old 32 bit MIPS interface on 64 Bit CPUs, deactivate it. Fixes: 46af22de16b2 ("kernel: Remove CONFIG_COMPAT") Signed-off-by: Hauke Mehrtens --- target/linux/octeon/config-4.14 | 13 +