Re: [OpenWrt-Devel] [PATCH] iproute2: update to 5.5.0, enable LTO

2020-02-13 Thread Hans Dedecker
On Wed, Feb 12, 2020 at 1:24 PM DENG Qingfang wrote: > > Update iproute2 to 5.5.0 > Enable LTO to save several KB of size > > Signed-off-by: DENG Qingfang Patch applied; thx Hans > --- > package/network/utils/iproute2/Makefile| 8 >

Re: [OpenWrt-Devel] [PATCH] ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control by default

2020-02-13 Thread Petr Štetiar
René van Dorst via openwrt-devel [2020-02-13 15:14:09]: Hi, > Maybe we could add some extra debug code in the timeout(). FE can set the > flag "DMA DONE" for every packet that was send. Debug code should show that > bit for every entry. Maybe this gives a bit more info. I'm all in to fix

Re: [OpenWrt-Devel] [PATCH] ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control by default

2020-02-13 Thread René van Dorst via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Quoting René van Dorst :

Re: [OpenWrt-Devel] [RFC/RFT PATCH] ath9k: implement kthread entropy collection for AR5008 and AR9002 PHYs.

2020-02-13 Thread Rui Salvaterra
Hi again, Felix, On Mon, 10 Feb 2020 at 15:46, Rui Salvaterra wrote: > > As an aside, this WZR-HP-AG300H is running as an AP, at a public > institution, with 12 STAs connected, at the moment (8 at 2,4 GHz, 4 at > 5 GHz), without any reported issues. So, since Tuesday, I've been running cat

Re: [OpenWrt-Devel] [PATCH 3/4] build: Add KCOV kernel code coverage for fuzzing

2020-02-13 Thread Alexandru Ardelean
On Wed, Feb 12, 2020 at 12:50 PM Hauke Mehrtens wrote: > > The adds an option to activate KCOV (Code coverage for fuzzing). > Reviewed-by: Alexandru Ardelean > Signed-off-by: Hauke Mehrtens > --- > config/Config-kernel.in | 33 + > 1 file changed, 33

Re: [OpenWrt-Devel] [PATCH 1/4] build: Add option KERNEL_UBSAN

2020-02-13 Thread Alexandru Ardelean
On Wed, Feb 12, 2020 at 12:49 PM Hauke Mehrtens wrote: > > The kernel Undefined Behavior Sanitizer is able to detect some memory > bugs in the kernel like out of range array accesses. > Did some basic testing for the series to see that the symbol gets enabled in the final .config of the kernel.

Re: [OpenWrt-Devel] [PATCH 4/4] build: Add additional kernel debug options

2020-02-13 Thread Alexandru Ardelean
On Wed, Feb 12, 2020 at 12:50 PM Hauke Mehrtens wrote: > > Make it possible to activate some additional kernel debug options. > This can be used to debug some problems in kernel drivers. > Reviewed-by: Alexandru Ardelean > Signed-off-by: Hauke Mehrtens > --- > config/Config-kernel.in

Re: [OpenWrt-Devel] [PATCH 2/4] build: Add option KERNEL_KASAN

2020-02-13 Thread Alexandru Ardelean
On Wed, Feb 12, 2020 at 12:50 PM Hauke Mehrtens wrote: > > The kernel kernel address sanitizer is able to detect some memory > bugs in the kernel like out of range array accesses. > Reviewed-by: Alexandru Ardelean > Signed-off-by: Hauke Mehrtens > --- > config/Config-kernel.in | 52