Re: [OpenWrt-Devel] [PATCH] exfat-nofuse: fix kernel 5.4 compilation issue

2020-03-06 Thread Rosen Penev
On Fri, Mar 6, 2020 at 4:31 PM Stefan Lippers-Hollmann wrote: > > Hi > > On 2020-03-06, Rosen Penev wrote: > > On Fri, Mar 6, 2020 at 11:38 AM Paul Blazejowski > > wrote: > [...] > > > - DEPENDS:=+kmod-nls-base > > > + DEPENDS:=+kmod-nls-base @(LINUX_4_14||LINUX_4_19) > > I prefer

Re: [OpenWrt-Devel] [PATCH] exfat-nofuse: fix kernel 5.4 compilation issue

2020-03-06 Thread Stefan Lippers-Hollmann
Hi On 2020-03-06, Rosen Penev wrote: > On Fri, Mar 6, 2020 at 11:38 AM Paul Blazejowski > wrote: [...] > > - DEPENDS:=+kmod-nls-base > > + DEPENDS:=+kmod-nls-base @(LINUX_4_14||LINUX_4_19) > I prefer @!LINUX_5_4 Using @!LINUX_5_4 would break, once the next kernel after 5.4 comes around (be

Re: [OpenWrt-Devel] [PATCH] exfat-nofuse: fix kernel 5.4 compilation issue

2020-03-06 Thread Rosen Penev
On Fri, Mar 6, 2020 at 11:38 AM Paul Blazejowski wrote: > > Hi Rosen, > > Would this patch be more suitable while keeping older kernel compatibility? > > What's the best way to submit patches for packages without having > github.com account? Post here. I'll merge. > > Thanks! > > diff --git

[OpenWrt-Devel] [OpenWrt-devel][PATCH] kernel: iio: fix iio-st_sensors-spi missing dependency

2020-03-06 Thread Tim Harvey
Fixes following build error on octeontx: Package kmod-iio-st_sensors-spi is missing dependencies for the following libraries: regmap-spi.ko Fixes: 2d8f4c4fbd46 ("kernel: iio: add st-accel driver modules") Signed-off-by: Tim Harvey --- package/kernel/linux/modules/iio.mk | 2 +- 1 file

[OpenWrt-Devel] [PATCH] kernel: fix lib-xor for ARM64

2020-03-06 Thread Tim Harvey
use LINUX_KARCH in directory path to avoid failures in non-arm targets. Signed-off-by: Tim Harvey --- package/kernel/linux/modules/lib.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/kernel/linux/modules/lib.mk b/package/kernel/linux/modules/lib.mk index

[OpenWrt-Devel] [PATCH] kernel: 5.4: add missing symbols

2020-03-06 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/generic/config-5.4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index 0c246ee..597cd8e 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@

Re: [OpenWrt-Devel] [PATCH] octeontx: add support for Linux 5.4

2020-03-06 Thread Koen Vandeputte
On 06.03.20 16:55, Tim Harvey wrote: On Wed, Feb 26, 2020 at 12:40 PM Tim Harvey wrote: Signed-off-by: Tim Harvey --- target/linux/octeontx/config-5.4 | 634 + ...nderx-use-proper-interface-type-for-RGMII.patch | 47 ++

Re: [OpenWrt-Devel] [PATCH] octeontx: add support for Linux 5.4

2020-03-06 Thread Tim Harvey
On Wed, Feb 26, 2020 at 12:40 PM Tim Harvey wrote: > > Signed-off-by: Tim Harvey > --- > target/linux/octeontx/config-5.4 | 634 > + > ...nderx-use-proper-interface-type-for-RGMII.patch | 47 ++ > ...hunderx-workaround-BGX-TX-Underflow-issue.patch | 150

Re: [OpenWrt-Devel] [PATCH] imx6: add support for Gateworks GW5907/GW5910/GW5912/GW5913

2020-03-06 Thread Tim Harvey
On Thu, Mar 5, 2020 at 3:05 AM Petr Štetiar wrote: > > Gentle ping. > I posted a follow-up in patchwork that removes the wildcards from the board name matching. Any changes needed? Tim ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] 454 TLS currently unavailable on openwrt.org email

2020-03-06 Thread Etienne Champetier
Hello, Just a heads up, I tried to send an email to @openwrt.org (not lists.openwrt.org) and gmail fails to deliver it, error message is: 454 TLS currently unavailable Regards Etienne ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] OpenWrt 18.06.8 service release

2020-03-06 Thread Baptiste Jonglez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, The OpenWrt Community is proud to announce the eighth service release of the stable OpenWrt 18.06 series. OpenWrt 18.06.8 brings security fixes, as well as the usual device support fixes and core components update. - --- The main highlights of

[OpenWrt-Devel] OpenWrt 19.07.2 service release

2020-03-06 Thread Baptiste Jonglez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, The OpenWrt community is proud to announce the second service release of OpenWrt 19.07. OpenWrt 19.07.2 focuses on security and device support. It notably fixes a security issue in ppp and improves support for migrating devices from ar71xx to

Re: [OpenWrt-Devel] [PATCH] malta: fix missing watchdog dependency in hwmon-sch5627

2020-03-06 Thread Petr Štetiar
Yousong Zhou [2020-03-06 14:42:07]: > As for other targets, if it's just kmod-hwmon-sch5627, we should > package watchdog.ko separately instead of making it kernel builtin, to > save space. I think, that watchdog is special case here and if available you would probably like to have it built-in

[OpenWrt-Devel] CI testing of rpcd project [Was: Re: [PATCH] rpcd: fix respawn settings]

2020-03-06 Thread Petr Štetiar
Michael Jones [2020-03-05 14:00:29]: > How can I help? You can for example continue[1] adding CI support to rpcd (or any other C projects), which means fixing all issues found by the static code analyzer[2]. Next step is runtime testing, to assure, that rpcd is working and producing expected

Re: [OpenWrt-Devel] [PATCH] Revert "kernel: rewrite run_parsers_by_type() to use add_mtd_partitions()"

2020-03-06 Thread Rafał Miłecki
On 2020-03-06 09:09, Piotr Dymacz wrote: Hi Petr, Rafał, On 02.03.2020 13:58, Petr Štetiar wrote: This reverts commit 15a0701cdde8eeae2a54880b813cdb8cdc09a384. Seems like this patch has introduced some regressions on the ramips target which is still on 4.14 kernel as this commit touches only

Re: [OpenWrt-Devel] [PATCH] Revert "kernel: rewrite run_parsers_by_type() to use add_mtd_partitions()"

2020-03-06 Thread Piotr Dymacz
Hi Petr, Rafał, On 02.03.2020 13:58, Petr Štetiar wrote: This reverts commit 15a0701cdde8eeae2a54880b813cdb8cdc09a384. Seems like this patch has introduced some regressions on the ramips target which is still on 4.14 kernel as this commit touches only 4.14 kernel patches. jffs2: Erase at