Re: [PATCH] rules: fix empty COMMITCOUNT/AUTORELEASE

2021-01-29 Thread Ilya Lipnitskiy
On Fri, Jan 29, 2021 at 10:23 AM Paul Spooren wrote: > > On Fri, Jan 29, 2021 at 10:43, Petr Štetiar wrote: > > I guess, that the actual error from that dump.txt file would be more > > useful in > > this case :) > > Sorry, it was late: > Makefile:48: *** Package/px5g-wolfssl is missing the VERSIO

[PATCH] acx-mac80211: replace dead URLs with OpenWrt CDN

2021-02-04 Thread Ilya Lipnitskiy
Signed-off-by: Ilya Lipnitskiy --- package/kernel/acx-mac80211/Makefile | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package/kernel/acx-mac80211/Makefile b/package/kernel/acx-mac80211/Makefile index a04b9e28ba..119d9d4747 100644 --- a/package/kernel/acx

[PATCH v2] acx-mac80211: replace dead URLs with OpenWrt CDN

2021-02-05 Thread Ilya Lipnitskiy
erley.org no longer exists; attempting to connect to it during package download results in lengthy timeouts. Use the new OpenWrt CDN alias to download from reliable OpenWrt mirrors. Signed-off-by: Ilya Lipnitskiy --- package/kernel/acx-mac80211/Makefile | 18 +- 1 file changed

[PATCH] kernel: staging/mt7621-dma: fix build conflict

2021-02-06 Thread Ilya Lipnitskiy
/ Signed-off-by: Ilya Lipnitskiy --- ...taging-mt7621-dma-fix-build-conflict.patch | 26 +++ target/linux/ramips/modules.mk| 4 +-- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 target/linux/generic/pending-5.4/113-staging-mt7621-dma-fix-build

Re: [PATCH] acx-mac80211: replace dead URLs with OpenWrt CDN

2021-02-06 Thread Ilya Lipnitskiy
> Please use URL:=@OPENWRT instead of the full URL Okay, done. Sorry, I messed up the message-id in the v2 patch so it showed up as a new entry: http://patchwork.ozlabs.org/project/openwrt/patch/20210206051118.641266-1-ilya.lipnits...@gmail.com/ Ilya __

Re: [PATCH v2] acx-mac80211: replace dead URLs with OpenWrt CDN

2021-02-07 Thread Ilya Lipnitskiy
Hi Paul, > > define Download/tiacx111c16_1 > > FILE:=tiacx111c16_1.2.1_34 > > - URL:=http://sites.google.com/site/atorkhov/files/ > > + URL:=@OPENWRT > > This file is still available, does the download fail as well? > This one still works, but being a personal google website didn't seem as good as

[PATCH] kernel: fix busy wait loop in mediatek PPE code

2021-02-07 Thread Ilya Lipnitskiy
intended behavior here. Signed-off-by: Ilya Lipnitskiy --- ...5-net-ethernet-mediatek-mtk_eth_soc-add-support-for-in.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/pending-5.4/770-15-net-ethernet-mediatek-mtk_eth_soc-add-support-for-in.patch b

[PATCH] fakeroot: fix to work with glibc 2.33

2021-02-10 Thread Ilya Lipnitskiy
Arch Linux machine, fakeroot unit tests pass. Signed-off-by: Ilya Lipnitskiy --- tools/fakeroot/patches/100-portability.patch | 27 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/tools/fakeroot/patches/100-portability.patch b/tools/fakeroot/patche

Re: [PATCH] fakeroot: fix to work with glibc 2.33

2021-02-11 Thread Ilya Lipnitskiy
Hi Felix, On Thu, Feb 11, 2021 at 2:39 AM Felix Fietkau wrote: > Defining _STAT_VER fixes the compile error and should work with binaries > compiled against old glibc, but I wonder if this also works with newer > binaries that now reference different functions. > Did you explicitly test that? Goo

[PATCH v2] fakeroot: fix to work with glibc 2.33

2021-02-11 Thread Ilya Lipnitskiy
ppers for newly exported symbols in glibc. Tested on my x86_64 Arch Linux machine, fakeroot unit tests pass. Also tested by building various .ipks and examining the tar contents, to ensure that the owner uid/gid was 0/0. Signed-off-by: Ilya Lipnitskiy --- .../300-glibc-2.33-compatibility.

Re: [PATCH v2] fakeroot: fix to work with glibc 2.33

2021-02-12 Thread Ilya Lipnitskiy
Hi Philip, On Thu, Feb 11, 2021 at 11:23 PM Philip Prindeville wrote: > > Minor nit, but please combine these into a single line: > > > Please indent nested #if or #ifdef's. > > I can make the style changes, but a couple of points to consider: 1. These changes have already been submitted upstream

Re: [PATCH v2] fakeroot: fix to work with glibc 2.33

2021-02-13 Thread Ilya Lipnitskiy
> If they ask you to resubmit with changes, add that too please. Somehow I doubt that the upstream will be quick to respond, but one may hope :) I went ahead and fixed a couple more compiler warnings and an error when building with DEBUG enabled. I have also applied your suggested style changes. I

[PATCH v3] fakeroot: fix to work with glibc 2.33

2021-02-13 Thread Ilya Lipnitskiy
Tested on my x86_64 Arch Linux machine, fakeroot unit tests pass. Also tested by building various .ipks and examining the tar contents, to ensure that the owner uid/gid was 0/0. Signed-off-by: Ilya Lipnitskiy --- .../300-glibc-2.33-compatibility.patch| 145 ++ 1 file ch

Re: [PATCH v3] fakeroot: fix to work with glibc 2.33

2021-02-14 Thread Ilya Lipnitskiy
25 PM Philip Prindeville wrote: > > Inline > > > > On Feb 13, 2021, at 9:41 PM, Ilya Lipnitskiy > > wrote: > > > > The following commit removed _STAT_VER definitions from glibc: > > https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=8ed005daf0ab03e1425

[PATCH] patchelf: bump to use latest master

2021-02-14 Thread Ilya Lipnitskiy
://buildbot.openwrt.org/master/images/builders/ath79%2Fmikrotik/builds/449 Cc: Hauke Mehrtens Cc: Felix Fietkau Signed-off-by: Ilya Lipnitskiy --- tools/patchelf/Makefile | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/patchelf/Makefile b/tools/patchelf/Makefile index

Re: [PATCH v3] fakeroot: fix to work with glibc 2.33

2021-02-15 Thread Ilya Lipnitskiy
Bummer, thanks for the fix - submitted https://salsa.debian.org/clint/fakeroot/-/merge_requests/11 Ilya On Mon, Feb 15, 2021 at 11:01 AM Felix Fietkau wrote: > > > On 2021-02-14 05:41, Ilya Lipnitskiy wrote: > > The following commit removed _STAT_VER definitions from g

Re: kernel 5.10: Wireguard wants some love

2021-02-16 Thread Ilya Lipnitskiy
I hacked on it in https://github.com/openwrt/openwrt/pull/3876, not too pretty, but we can remove the whole thing once 5.4 is gone. On Tue, Feb 16, 2021 at 4:22 PM Ansuel Smith wrote: > > The compat module is no longer required and complains > about wireguard included in kernel from version 5.6.

[PATCH] wireguard-tools: Add dependency on kmod-wireguard

2021-02-17 Thread Ilya Lipnitskiy
-wireguard to enable luci repo changes. https://github.com/openwrt/openwrt/pull/3876#discussion_r577901541 Cc: Jason A. Donenfeld Signed-off-by: Ilya Lipnitskiy --- package/network/utils/wireguard-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/utils

Re: kernel 5.10: Wireguard wants some love

2021-02-17 Thread Ilya Lipnitskiy
Okay, addressed some review comments and opened a dedicated pull request for kernel module fixes for 5.10 (including wireguard): https://github.com/openwrt/openwrt/pull/3885 On Tue, Feb 16, 2021 at 4:22 PM Ansuel Smith wrote: > > The compat module is no longer required and complains > about wireg

Re: [PATCH] wireguard-tools: Add dependency on kmod-wireguard

2021-02-18 Thread Ilya Lipnitskiy
Hi Andrey, On Thu, Feb 18, 2021 at 3:32 AM Andrey Jr. Melnikov wrote: > This is broken when compiled package ip-full iproute2 does not depend on kmod-wireguard, so I can't see how it can be related to my change. Ilya ___ openwrt-devel mailing list ope

Re: [PATCH] wireguard-tools: Add dependency on kmod-wireguard

2021-02-18 Thread Ilya Lipnitskiy
Hi, On Thu, Feb 18, 2021 at 9:21 AM Adrian Schmutzler wrote: > I don't really get the point of this justification. Either wireguard-tools > depends on kmod-wireguard, or it doesn't. In the first case, and only then, > it should be "fixed" (with a proper justification describing that). Are wireg

Re: [PATCH] wireguard-tools: Add dependency on kmod-wireguard

2021-02-18 Thread Ilya Lipnitskiy
Adrian, On Thu, Feb 18, 2021 at 10:38 AM Adrian Schmutzler wrote: > > Are wireguard-tools useful without the underlying kernel module? It didn't > > seem like it to me, although maybe Jason should chime in here, as maintainer > > and developer of Wireguard. > > Then why didn't you use that as the

Re: [PATCH] wireguard-tools: Add dependency on kmod-wireguard

2021-02-18 Thread Ilya Lipnitskiy
Hi, On Thu, Feb 18, 2021 at 11:11 AM Hannu Nyman wrote: > There the solution was an additional virtual kernel package, which could then > handle the kernel mainline / oot dependency difference inside the target. > https://github.com/openwrt/openwrt/pull/3039 Thanks for all the great feedback. How

Re: [PATCH] wireguard-tools: Add dependency on kmod-wireguard

2021-02-18 Thread Ilya Lipnitskiy
Hi, On Thu, Feb 18, 2021 at 5:57 PM Jason A. Donenfeld wrote: > > I've backported WireGuard patch-by patch to 5.4, in a series that you > can simply apply to your existing 5.4 kernels. I can prepare that for > you guys tomorrow. That way, you'll have the kernel module in both 5.4 > and 5.10 throug

Re: CI/CD sanity and failed x86_64 builds

2021-02-24 Thread Ilya Lipnitskiy
Hi Philip, On Wed, Feb 24, 2021 at 10:30 PM Philip Prindeville wrote: > -Wl,-Bstatic -Wl,-lgmp Does that tell ld to link against libgmp.a instead of libgmp.so? I didn't try to reproduce this, just reading the log, so take it with a grain of salt ;) Ilya

Re: Quilt and cutting down diff position lines

2021-02-25 Thread Ilya Lipnitskiy
On Thu, Feb 25, 2021 at 1:24 AM Bas Mevissen wrote: > Openwrt could provide a host build for a patched version of diff and use > that instead. There is also the issue with quilt not handling "rename from/rename to" patches due to lack of a git-compatible mode and the fact that GNU diff is hard-co

[PATCH] kernel: no chacha-mips.ko on mips32 r1 targets

2021-02-26 Thread Ilya Lipnitskiy
") Cc: Jason A. Donenfeld Signed-off-by: Ilya Lipnitskiy --- package/kernel/linux/modules/crypto.mk | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index a64b91a8fe..cbaa8d3ce5 10

Re: [PATCH 2/4] imx6: refresh kernel config with 5.10 symbols

2021-02-28 Thread Ilya Lipnitskiy
Hi Petr, On Sat, Feb 27, 2021 at 5:02 AM Petr Štetiar wrote: > +CONFIG_CRYPTO_ARCH_HAVE_LIB_CHACHA=y > CONFIG_CRYPTO_AUTHENC=y > CONFIG_CRYPTO_CBC=y > CONFIG_CRYPTO_CHACHA20=y > @@ -117,12 +128,14 @@ CONFIG_CRYPTO_DRBG=y > CONFIG_CRYPTO_DRBG_HMAC=y > CONFIG_CRYPTO_DRBG_MENU=y > CONFIG_CRYPT

Re: [PATCH] uclibc++: remove

2021-03-01 Thread Ilya Lipnitskiy
On Mon, Mar 1, 2021 at 7:18 PM Felix Fietkau wrote: > > > On 2021-02-27 05:17, Rosen Penev wrote: > > No package here depends on it. Furthermore, uClibc++ is a fairly buggy > > C++ library and seems to be relatively inactive upstream. > > > > It also lacks proper support for modern C++11 features.

[PATCH] generic: config-5.10: add missing symbol

2021-03-03 Thread Ilya Lipnitskiy
Signed-off-by: Ilya Lipnitskiy --- target/linux/generic/config-5.10 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 1aa015a2b5..61c591a00a 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config

[PATCH] generic: config-5.10: add missing symbols

2021-03-03 Thread Ilya Lipnitskiy
Add symbols missing after latest crypto.mk and WireGuard changes. Signed-off-by: Ilya Lipnitskiy --- target/linux/generic/config-5.10 | 7 +++ 1 file changed, 7 insertions(+) diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 1aa015a2b5..f4947766b7

[PATCH] ramips: rename mtk-hsdma to hsdma-mt7621

2021-03-04 Thread Ilya Lipnitskiy
Follows upstream rename: https://lore.kernel.org/driverdev-devel/20210130034507.2115280-1-ilya.lipnits...@gmail.com/ Fixes ramips builds on 5.4.102 Cc: John Audia Cc: David Bauer Cc: Petr Štetiar Signed-off-by: Ilya Lipnitskiy --- target/linux/ramips/modules.mk | 4 ++-- 1 file changed, 2

[PATCH 2/2] apm821xx,oxnas,rockchip,zynq: remove PLUGIN_HOSTCC

2021-03-05 Thread Ilya Lipnitskiy
This config symbol should not be defined in target configs. Signed-off-by: Ilya Lipnitskiy --- target/linux/apm821xx/config-5.4 | 1 - target/linux/oxnas/config-5.10 | 1 - target/linux/oxnas/config-5.4 | 1 - target/linux/rockchip/armv8/config-5.4 | 1 - target/linux

[PATCH 1/2] kernel: generic: filter out CONFIG_PLUGIN_HOSTCC

2021-03-05 Thread Ilya Lipnitskiy
It appears to be an automatic Kconfig symbol that varies depending on the host platform. There is no need to define it in target configs, so filter it out. Also sort config-filter entries alphabetically. Cc: Adrian Schmutzler Cc: Felix Fietkau Signed-off-by: Ilya Lipnitskiy --- target/linux

[PATCH] kernel: fix kmod-usb3 dependencies

2021-03-05 Thread Ilya Lipnitskiy
Christian Lamparter Signed-off-by: Ilya Lipnitskiy --- package/kernel/linux/modules/usb.mk | 82 ++--- 1 file changed, 62 insertions(+), 20 deletions(-) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 1f72d89512..1a45fb3670 10

[PATCH v2 2/2] apm821xx, mt7621, oxnas, rockchip, zynq: remove PLUGIN_HOSTCC

2021-03-05 Thread Ilya Lipnitskiy
This config symbol should not be defined in target configs. Signed-off-by: Ilya Lipnitskiy --- target/linux/apm821xx/config-5.4 | 1 - target/linux/oxnas/config-5.10 | 1 - target/linux/oxnas/config-5.4 | 1 - target/linux/ramips/mt7621/config-5.4 | 1 - target/linux

[PATCH v2 1/2] kernel: generic: filter out CONFIG_PLUGIN_HOSTCC

2021-03-05 Thread Ilya Lipnitskiy
It appears to be an automatic Kconfig symbol that varies depending on the host platform. There is no need to define it in target configs, so filter it out. Also sort config-filter entries alphabetically. Cc: Adrian Schmutzler Cc: Felix Fietkau Signed-off-by: Ilya Lipnitskiy --- target/linux

[PATCH] ramips: mt7621: remove redundant lpj re-calibration

2021-03-07 Thread Ilya Lipnitskiy
does not affect Linux 5.4 builds. Lastly, refresh existing patches to account for the removal of the re-calibration logic. [0]: 6acb53c52 ("ralink: fix rcu_sched stalls on mt7621") Signed-off-by: Ilya Lipnitskiy Cc: John Crispin --- target/linux/ramips/mt7621/config-5.10

[PATCH] ramips: move spi-nor-add-gd25q512 patch to generic

2021-03-07 Thread Ilya Lipnitskiy
A SPI NOR flash should not be target-specific, so move it to generic in case another platform needs to use it. Signed-off-by: Ilya Lipnitskiy --- .../pending-5.10/483-mtd-spi-nor-add-gd25q512.patch} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename target/linux/{ramips

[PATCH 1/2] kernel: backports: mt7530: fix TRGMII mode after reset

2021-03-15 Thread Ilya Lipnitskiy
Backport upstream patch that fixes TRGMII mode now that mt7530 is actually resetting the switch on ramips devices. Patches apply to both Linux 5.4 and 5.10, since TRGMII is broken on both. Fixes: 69551a244292 ("ramips: manage low reset lines") Signed-off-by: Ilya Lipnitskiy --- ...

[PATCH 2/2] ramips: enable TRGMII on Ubiquiti ER-X{,-SFP}

2021-03-15 Thread Ilya Lipnitskiy
TRGMII allows to run the CPU switch port 6 and GMAC0 at 1.2 Gb. This change should improve performance. Both ER-X and ER-X-SFP have DDR3 RAM, allowing them to take advantage of TRGMII: https://dl.ubnt.com/datasheets/edgemax/EdgeRouter_X_DS.pdf Signed-off-by: Ilya Lipnitskiy --- target/linux

Re: [PATCH 1/2] kernel: backports: mt7530: fix TRGMII mode after reset

2021-03-16 Thread Ilya Lipnitskiy
Hi, On Tue, Mar 16, 2021 at 4:32 AM Chuanhong Guo wrote: > > On Tue, Mar 16, 2021 at 1:33 PM Ilya Lipnitskiy > wrote: > > > > Backport upstream patch that fixes TRGMII mode now that mt7530 is > > actually resetting the switch on ramips devices. > > > > P

[PATCH] ramips: drop obsolete arcs_cmdline override patch

2021-03-18 Thread Ilya Lipnitskiy
CONFIG_MIPS_CMDLINE_FROM_DTB is set to 'y' for all ramips targets already, which will ensure that the value of 'bootargs' will take precedence over whatever is in arcs_cmdline. Signed-off-by: Ilya Lipnitskiy --- ...-the-commandline-from-the-devicetree.patch | 21 ---

[PATCH] ramips: mt7620: ralink-i2s: fix modpost error

2021-03-25 Thread Ilya Lipnitskiy
Fixes the following error when building without CONFIG_MODULE_STRIPPED: FATAL: modpost: sound/soc/ralink/snd-soc-ralink-i2s: struct of_device_id is not terminated with a NULL entry! Signed-off-by: Ilya Lipnitskiy --- .../ramips/patches-5.10/835-asoc-add-mt7620-support.patch | 3 ++- 1

Re: [PATCH] ramips/mt7621: drop two obsolete patches

2021-03-30 Thread Ilya Lipnitskiy
quires a manual refresh of both 322-mt7621-fix-cpu-clk-add-clkdev.patch > > and > > 323-mt7621-memory-detect.patch. > > > > [1] > > https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=5c971cd6fdd7298a2017bdb6bea870088eddb8b9 > > [2] > > https://git.kernel.org/pub/scm/linux/kernel/g

Re: [PATCH 2/3] ramips/mt7621: drop the timer recalibration patch

2021-03-30 Thread Ilya Lipnitskiy
Hi Rui, On Tue, Mar 30, 2021 at 12:36 PM Rui Salvaterra wrote: > The GENERIC_CLOCKEVENTS_BROADCAST selection, however, is an unrelated change, > and must be kept. It's required by cpuidle, which is supported by the > architecture and will be enabled in the future. Thus, create a new patch > exclu

[PATCH] ramips: rt288x: replace hack with a kconfig change

2021-04-03 Thread Ilya Lipnitskiy
Use an existing kernel config symbol to fix devices whose ramstart is not zero. See upstream patch message for more details. Signed-off-by: Ilya Lipnitskiy Cc: Tobias Wolf Cc: Daniel Golle --- ...k-rt288x-select-MIPS_AUTO_PFN_OFFSET.patch | 32 + ...reservation-in-bootmem_init-for

[PATCH] ramips: gpio-ralink: use ngpios, not ralink,num-gpios

2021-04-05 Thread Ilya Lipnitskiy
: Could not get phandle node for (cell 0) Signed-off-by: Ilya Lipnitskiy Cc: Daniel Golle --- target/linux/ramips/dts/mt7620a.dtsi | 8 target/linux/ramips/dts/mt7620n.dtsi | 8 target/linux/ramips/dts/rt2880.dtsi | 6

Re: OpenWrt 21.02-rc1

2021-04-06 Thread Ilya Lipnitskiy
Hi Hauke, On Tue, Apr 6, 2021 at 3:43 PM Hauke Mehrtens wrote: > > Hi, > > How do we want to go forward with OpenWrt 21.02-rc1? > > * I think the base system is ok. > * The http (original wolfssl) problem reported by jow is fixed > * LuCI in the 21.02 branch still misses DSA support, this was mer

Re: [PATCH] ramips: gpio-ralink: use ngpios, not ralink,num-gpios

2021-04-07 Thread Ilya Lipnitskiy
On Wed, Apr 7, 2021 at 2:46 AM Sander Vanheule wrote: > > Hi Ilya, > > On Mon, 2021-04-05 at 22:53 -0700, Ilya Lipnitskiy wrote: > > DTS properties that match *-gpios are treated specially. > > > > Use ngpios instead, as most GPIO drivers upstream do. > &g

[PATCH] ramips: replace mt7621s hack with upstream patch

2021-04-13 Thread Ilya Lipnitskiy
/ Signed-off-by: Ilya Lipnitskiy Cc: Chuanhong Guo --- ...ort-for-buggy-MT7621S-core-detection.patch | 74 +++ .../320-mt7621-core-detect-hack.patch | 61 --- .../322-mt7621-fix-cpu-clk-add-clkdev.patch | 7 +- .../323-mt7621-memory-detect.patch| 8

Re: [PATCH] ramips: mt7621: HW-NAT typo fix

2021-04-17 Thread Ilya Lipnitskiy
On Fri, Apr 16, 2021 at 6:06 AM Daniel Golle wrote: > > On Fri, Apr 16, 2021 at 03:44:06PM +0300, Lucian Cristian wrote: > > This fixes Hardware Offload on MT7621 > > I have already applied the fix for it in pending-5.10: > > https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=7f703716ae0e4c

[PATCH] kernel: backport mtk_ppe busy-wait loop fix

2021-04-17 Thread Ilya Lipnitskiy
=c5d66587b8900201e1530b7c18d41e87bd5812f4 Fixes: f07fe36f22fc ("kernel: update flow offload patches to upstream version") Cc: Felix Fietkau Signed-off-by: Ilya Lipnitskiy --- ...rnet-mediatek-ppe-fix-busy-wait-loop.patch | 72 +++ 1 file changed, 72 insertions(+) create mode 100644 target/linux/generi

[OpenWrt-Devel] b53: BCM5325 VLAN VID > 15 possible?

2014-09-29 Thread Ilya Lipnitskiy
Greetings! I have been trying to configure a NETGEAR WNDR3400 device to use VLAN ID 201 on its WAN port to be able to talk to a Calix FTTH ONT. Studying the problem, I have found that the device contains a BCM5325 switch, which only supports up to 16 VLAN entries. However, each entry may have a

Re: [OpenWrt-Devel] b53: BCM5325 VLAN VID > 15 possible?

2014-09-29 Thread Ilya Lipnitskiy
Hi Jonas, On Mon, Sep 29, 2014 at 2:19 AM, Jonas Gorski wrote: > Due to it (IMHO) being rather confusing > and easily braking network (e.g. you would need to change you lan VID > on changing it), I chose not to implement setting it. > Maybe if we provided adequate UI warning in LuCI to make it

[PATCH] treewide: consolidate named GPIO patch into hack-5.10

2021-04-18 Thread Ilya Lipnitskiy
Crispin Signed-off-by: Ilya Lipnitskiy --- Question: Is this logic replacable with something upstream, such as gpio-line-names? Or has there been any attempt to upstream this? It looks hackish hence I put it into hack-5.10, but could also put into pending-5.10 if that makes more sense. .../0036-GPIO

[PATCH] kernel: move patch to backport after upstreaming

2021-04-19 Thread Ilya Lipnitskiy
The patch is now in net-next so keep it in backport-5.10 to keep things more organized. Link: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=6ecaf81d4ac6365f9284f9d68d74f7c209e74f98 Cc: Daniel Golle Signed-off-by: Ilya Lipnitskiy --- ...t-mediatek-fix-a-typo

[PATCH v2] treewide: consolidate named GPIO patch into hack-5.10

2021-04-23 Thread Ilya Lipnitskiy
: Ilya Lipnitskiy --- .../0036-GPIO-add-named-gpio-exports.patch| 165 - .../800-GPIO-add-named-gpio-exports.patch | 81 - .../0030-GPIO-add-named-gpio-exports.patch| 169 -- 3 files changed, 39 insertions(+), 376 deletions(-) delete mode 100644

[PATCH] kernel: backport mtk_soc_eth fixes from v5.13

2021-04-23 Thread Ilya Lipnitskiy
https://git.kernel.org/netdev/net-next/c/3bc8e0aff23b Fixes: f07fe36f22fc ("kernel: update flow offload patches to upstream version") Cc: Felix Fietkau Signed-off-by: Ilya Lipnitskiy --- ...rnet-mediatek-ppe-fix-busy-wait-loop.patch | 72 ...net-mtk_eth_soc-fix-RX-VLAN-off

Re: [PATCH] kernel: update mt7530 EEE patch from upstream

2021-05-01 Thread Ilya Lipnitskiy
On Sat, May 1, 2021 at 7:32 AM DENG Qingfang wrote: > > Hi Hauke, > > On Sat, May 1, 2021 at 10:06 PM Hauke Mehrtens wrote: > > > > Yes, I think that is a good idea. > > > > Will you prepare a patch? > > While trying that, I found some patches in pending-5.4 that are also > supposed to be in back

[PATCH] ramips: switch to 5.10 kernel

2021-09-23 Thread Ilya Lipnitskiy
5.10 has been working for many months on ramips targets - time to promote it from testing to default. Signed-off-by: Ilya Lipnitskiy --- target/linux/ramips/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile

Re: [PATCH] ramips: switch to 5.10 kernel

2021-09-23 Thread Ilya Lipnitskiy
Oops, this is a duplicate of https://patchwork.ozlabs.org/project/openwrt/patch/20210909084441.1756-1-rsalvate...@gmail.com/, please disregard. On Thu, Sep 23, 2021 at 11:20 AM Ilya Lipnitskiy wrote: > > 5.10 has been working for many months on ramips targets - time to > promote it fro

Re: [PATCH] ramips: switch to kernel 5.10

2021-09-27 Thread Ilya Lipnitskiy
Hi Stijn, > >> >all mt7620 JBOOT devices will be broken. ... > $ grep \ KERNEL_SIZE image/mt7620.mk|wc -l > 1 That one is under "define Device/amit_jboot", searching for that yields: $ git grep "\$(Device/amit_jboot)" | wc -l 8 So all JBOOT devices look covered. Which mt76x8 device(s) is missin

Re: [PATCH] ramips: switch to kernel 5.10

2021-10-03 Thread Ilya Lipnitskiy
Hi Adrian, On Wed, Sep 29, 2021 at 1:34 PM Stijn Segers wrote: > > Hi Ilya, > > Op maandag 27 september 2021 om 19u11 schreef Ilya Lipnitskiy > : > > Hi Stijn, > > > >> >> >all mt7620 JBOOT devices will be broken. > > ... > >> $ grep

[PATCH] toolchain/gcc: remove upstreamed patch

2021-11-14 Thread Ilya Lipnitskiy
://gcc.gnu.org/git?p=gcc.git;a=commit;h=54b3d52c3cca836c7c4c08cc9c02eda6c096372a Signed-off-by: Ilya Lipnitskiy --- .../10.3.0/930-fix-mips-noexecstack.patch | 111 -- .../11.2.0/930-fix-mips-noexecstack.patch | 111 -- 2 files changed, 222 deletions(-) delete mode

[PATCH] toolchain/gcc: ensure PT_GNU_STACK usage with musl

2021-11-14 Thread Ilya Lipnitskiy
musl supports it since v1.1.21, but GCC only automatically enables it for glibc 2.31+ Link: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=54b3d52c3cca836c7c4c08cc9c02eda6c096372a Signed-off-by: Ilya Lipnitskiy --- toolchain/gcc/final/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH] toolchain/gcc: ensure PT_GNU_STACK usage with musl

2021-11-14 Thread Ilya Lipnitskiy
On Sun, Nov 14, 2021 at 8:51 PM Ilya Lipnitskiy wrote: > > musl supports it since v1.1.21, but GCC only automatically enables it > for glibc 2.31+ > > Link: > https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=54b3d52c3cca836c7c4c08cc9c02eda6c096372a > > Signed

[PATCH v2] toolchain/gcc: remove upstreamed patch

2021-11-15 Thread Ilya Lipnitskiy
://gcc.gnu.org/git?p=gcc.git;a=commit;h=54b3d52c3cca836c7c4c08cc9c02eda6c096372a Add pending patch to define TARGET_LIBC_GNUSTACK on musl to add .note.GNU-stack on hard-float MIPS targets. Signed-off-by: Ilya Lipnitskiy --- ...-define-TARGET_LIBC_GNUSTACK-on-musl.patch | 46 .../11.2.0/930-fix

[PATCH 0/3] toolchain/gcc: clean up patches

2021-12-07 Thread Ilya Lipnitskiy
Use upstream patches instead of custom OpenWrt ones. Refresh patches. Ilya Lipnitskiy (3): toolchain/gcc: remove upstreamed patch, add backport toolchain/gcc: replace revert with upstream fix toolchain/gcc: refresh gcc-11.2.0 patch ...leanup-range-of-address-calculations.patch | 160

[PATCH 3/3] toolchain/gcc: refresh gcc-11.2.0 patch

2021-12-07 Thread Ilya Lipnitskiy
Run make toolchain/gcc/minimal/refresh (with glibc, with musl toolchain/gcc/{initial,final}/refresh don't work) Fixes: ab241e0937c9 ("toolchain/gcc: fix build on MacOS arm64") Signed-off-by: Ilya Lipnitskiy --- .../patches/11.2.0/970-macos_arm64-building-fix.patch | 10 +++

[PATCH 2/3] toolchain/gcc: replace revert with upstream fix

2021-12-07 Thread Ilya Lipnitskiy
This will make upgrade to v11.3.0 easier and follows upstream more closely. Signed-off-by: Ilya Lipnitskiy --- ...leanup-range-of-address-calculations.patch | 160 -- ...ld_using_range-range_of_address-PR10.patch | 114 + 2 files changed, 114 insertions(+), 160

[PATCH 1/3] toolchain/gcc: remove upstreamed patch, add backport

2021-12-07 Thread Ilya Lipnitskiy
TARGET_LIBC_GNUSTACK on musl to add .note.GNU-stack on hard-float MIPS targets. Link: https://gcc.gnu.org/g:25abbb924968 The net effect should be the exact same functionality while following upstream code instead of a custom outdated patch. Signed-off-by: Ilya Lipnitskiy --- ...-define