Re: [LEDE-DEV] SUNXI: Network problem with kernel 4.9.51

2017-09-24 Thread Gerhard Bertelsmann
Hi Hauke, Am 2017-09-25 00:14, schrieb Hauke Mehrtens: On 09/24/2017 04:39 PM, Hauke Mehrtens wrote: On 09/24/2017 12:27 AM, Lucian Cristian wrote: On 23.09.2017 19:03, Gerhard Bertelsmann wrote: Hi Zoltan, Am 2017-09-23 17:36, schrieb Zoltan HERPAI: Hi Gerhard, On Sat, 23 Sep 2017, Gerhar

[LEDE-DEV] [PATCH] brcm47xx: Fix typo in E1200v1 image magic

2017-09-24 Thread Rosen Penev
cybetran should be cybertan Signed-off-by: Rosen Penev --- target/linux/brcm47xx/base-files/lib/upgrade/platform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh b/target/linux/brcm47xx/base-files/lib/upgrade/platfor

Re: [LEDE-DEV] [PATCH lede-17.01 1/4] x86/generic: use HIGHMEM64G instead of HIGHMEM4G to fix PAE and Xen

2017-09-24 Thread Sven Roederer
On Samstag, 26. August 2017 23:53:52 CEST Baptiste Jonglez wrote: > This patch series was merged in master but not yet in lede-17.01. I don't > know if another 17.01 point release is expected, but I think it should be > merged in any case. I agree. Merging into 17.01 branch would even help us to

Re: [LEDE-DEV] [PATCH] openvpn: add "extra-certs" option

2017-09-24 Thread Sven Roederer
On Dienstag, 5. September 2017 18:27:02 CEST Sven Roederer wrote: > This option is used to specify a file containing PEM certs, to complete the > local certificate chain. Which is quite usefull for "split-CA" setups. > > Signed-off-by: Sven Roederer > --- Hi, this was merged to master in ce53c0

[LEDE-DEV] [PATCH procd v2 10/17] seccomp: Log seccomp violations with utrace

2017-09-24 Thread Michal Sojka
Older kernel version shipped by LEDE/OpenWrt contained patch target/linux/generic/patches-3.18/999-seccomp_log.patch that logged seccomp violations. For some reason, newer kernels do not have this patch. Without this kind of logging, it is very hard to setup seccomp whitelist properly, so this comm

Re: [LEDE-DEV] [PATCH procd 10/17] seccomp: Log seccomp violations with utrace

2017-09-24 Thread Michal Sojka
On Tue, Sep 12 2017, Michal Sojka wrote: > Older kernel version shipped by LEDE/OpenWrt contained patch > target/linux/generic/patches-3.18/999-seccomp_log.patch that logged > seccomp violations. For some reason, newer kernels do not have this > patch. Without this kind of logging, it is very hard

Re: [LEDE-DEV] [PATCH] brcm47xx: Fix sysupgrade with E1200v1

2017-09-24 Thread Stefan Lippers-Hollmann
Hi On 2017-09-15, Rosen Penev wrote: [...] > --- a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh > +++ b/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh > @@ -34,6 +34,7 @@ platform_expected_image() { > "Linksys E1000 V1") echo "cybertan E100"; return;; >

Re: [LEDE-DEV] SUNXI: Network problem with kernel 4.9.51

2017-09-24 Thread Hauke Mehrtens
On 09/24/2017 04:39 PM, Hauke Mehrtens wrote: > On 09/24/2017 12:27 AM, Lucian Cristian wrote: >> On 23.09.2017 19:03, Gerhard Bertelsmann wrote: >>> Hi Zoltan, >>> >>> Am 2017-09-23 17:36, schrieb Zoltan HERPAI: Hi Gerhard, On Sat, 23 Sep 2017, Gerhard Bertelsmann wrote: >

Re: [LEDE-DEV] [PATCH] scripts/download.pl: fail loudly if provided hash is unsupported

2017-09-24 Thread Baptiste Jonglez
On 24-09-17, Stijn Tintel wrote: > My bad. When we update a package, we bump the version in the Makefile > and remove the current hash, then run "make package/foo/dowload; make > package/foo/check FIXUP=1". This downloads the tarbal for the new > version, and FIXUP writes its hash to the Makefile.

Re: [LEDE-DEV] [PATCH] scripts/download.pl: fail loudly if provided hash is unsupported

2017-09-24 Thread Stijn Tintel
On 24-09-17 23:57, Baptiste Jonglez wrote: > Hi, > > On 24-09-17, Stijn Tintel wrote: >> On 03-09-17 15:01, Baptiste Jonglez wrote: >>> Note: if some users of scripts/download.pl knowingly provide an empty hash >>> because they don't need checksum verification, this change will break >>> them. Thi

Re: [LEDE-DEV] [PATCH] scripts/download.pl: fail loudly if provided hash is unsupported

2017-09-24 Thread Baptiste Jonglez
Hi, On 24-09-17, Stijn Tintel wrote: > On 03-09-17 15:01, Baptiste Jonglez wrote: > > Note: if some users of scripts/download.pl knowingly provide an empty hash > > because they don't need checksum verification, this change will break > > them. This does not seem to be the case currently, but if

Re: [LEDE-DEV] [PATCH] scripts/download.pl: fail loudly if provided hash is unsupported

2017-09-24 Thread Stijn Tintel
On 03-09-17 15:01, Baptiste Jonglez wrote: > From: Baptiste Jonglez > > Currently, if the provided hash is unsupported (length different from 32 > or 64 bytes), we happily download the requested file without any kind of > checksum verification. > > This is quite dangerous and may provide a false s

Re: [LEDE-DEV] [PATCH procd 16/17] utrace: Support non-contiguous syscall numbers

2017-09-24 Thread Michal Sojka
On Tue, Sep 12 2017, Michal Sojka wrote: > ARM architecture does not have its system call numbers contiguous. So > far, utrace ignored the non-contiguous system calls, but it makes it > difficult to setup seccomp whitelists. This patch adds support for > these extra out-of-range syscalls. This pat

Re: [LEDE-DEV] SUNXI: Network problem with kernel 4.9.51

2017-09-24 Thread Hauke Mehrtens
On 09/24/2017 12:27 AM, Lucian Cristian wrote: > On 23.09.2017 19:03, Gerhard Bertelsmann wrote: >> Hi Zoltan, >> >> Am 2017-09-23 17:36, schrieb Zoltan HERPAI: >>> Hi Gerhard, >>> >>> On Sat, 23 Sep 2017, Gerhard Bertelsmann wrote: >>> Hi, I'm trying Lede HEAD with a BananaPI (SUNXI

[LEDE-DEV] [PATCH procd v2 16/17] utrace: Support non-contiguous syscall numbers

2017-09-24 Thread Michal Sojka
ARM architecture does not have its system call numbers contiguous. So far, utrace ignored the non-contiguous system calls, but it makes it difficult to setup seccomp whitelists. This patch adds support for these extra out-of-range syscalls. It extends the generated file syscall_names.h to include

Re: [LEDE-DEV] [PATCH] minidlna: update to 1.2.1

2017-09-24 Thread Baptiste Jonglez
Hi, minidlna belongs to the package feed: this patch (and the follow-up ones) should be submitted to https://github.com/openwrt/packages/ and https://github.com/openwrt/luci Baptiste On 23-09-17, James Christopher Adduono wrote: > 1.2.1 - Released 24-Aug-2017 > >