Re: [LEDE-DEV] [PATCH 00/25] Add support for kernel 4.14

2017-12-13 Thread Lucian Cristian
On 11.12.2017 00:12, Hauke Mehrtens wrote: This adds support for kernel 4.14 to LEDE. This ports the generic patches to kernel 4.14 and also adds support for kernel 4.14 to the x86 target, I am also working on adding support for the lantiq target, but there are still some problems with the

Re: [LEDE-DEV] [PATCH] ar71xx: fix invalid pointer dereference in rb95x_nand_scan_fixup()

2017-12-13 Thread Gabor Juhos
Hello, >> Since Linux 4.6, mtd->priv no longer points to the NAND specific >> structure. Under 4.9 it contains NULL, thus using it to access >> chip->options causes an invalid pointer dereference (FS#1200). >> >> Update the code to use the mtd_to_nand() helper under 4.9 to obtain >> the address

Re: [LEDE-DEV] [PATCH] ar71xx: add support for TP-Link TL-WDR7500v6

2017-12-13 Thread Bill Moffitt
Piotr- Thank you for your time and energy in helping me understand the issues. First, I strongly agree with your comment about "I think it's always up to the person who takes care" of the PRs, etc - it is, and should be, entirely your call! I cannot do and do not want the job!!! :-D Second,

[LEDE-DEV] [PATCH] ar71xx: fix invalid pointer dereference in c60_nand_scan_fixup()

2017-12-13 Thread Gabor Juhos
Since Linux 4.6, mtd->priv no longer points to the NAND specific structure. Under 4.9 it contains NULL, thus using it to access the fields of the nand_chip structure causes an invalid pointer dereference. Update the code to use the mtd_to_nand() helper under 4.9 to obtain the address of the chip

[LEDE-DEV] [PATCH] kernel: fix compiler warning in mtdsplit_minor.c under 4.4

2017-12-13 Thread Gabor Juhos
When mtdsplit_minor.c is compiled under Linux 4.4, the compiler drops the following warning: CC drivers/mtd/mtdsplit/mtdsplit_minor.o drivers/mtd/mtdsplit/mtdsplit_minor.c:106:14: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .parse_fn =

[LEDE-DEV] [PATCH] kernel: bump 4.4 to 4.4.105 for 17.01

2017-12-13 Thread Etienne Haarsma
Refreshed all patches. Made the following patch for Mediatek and Oxnas compatible with kernel 4.4.105: 0072-mtd-backport-v4.7-0day-patches-from-Boris.patch Compile-tested: ar71xx Run-tested: ar71xx Signed-off-by: Etienne Haarsma --- include/kernel-version.mk

[LEDE-DEV] [PATCH] kernel: add kmod-fou

2017-12-13 Thread Filip Moc
Signed-off-by: Filip Moc --- package/kernel/linux/modules/netsupport.mk | 22 ++ 1 file changed, 22 insertions(+) diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index e4740428af..128fd29876 100644 ---

Re: [LEDE-DEV] compile hostapd/wpa_supplicant with mesh and sae options

2017-12-13 Thread Carlito Nueno
Thanks Sven, I'll compile LEDE master for my router and will test it. On Wed, Dec 13, 2017 at 12:09 AM, Sven Eckelmann wrote: > On Sonntag, 10. Dezember 2017 22:09:30 CET Carlito Nueno wrote: >> I just noticed that when mesh is enabled on wlan0, the ap part does >>