Re: [PATCH] realtek: ZyXEL GS1900-48: drop gpio-restart

2022-02-25 Thread Birger Koblitz
Hi Sander, I don't have the GS1900-48 at hand or even my records. I am on vacation and I will only be back in 10 days, we actually got stuck here in quarantine... You can also test the GPIO access in U-Boot using md.l and mw.l using the the indirect access register. I tested this once for the

Re: ubifs: handling dirty data (writing back) + power cuts

2022-02-25 Thread Richard Weinberger
Rafał, - Ursprüngliche Mail - > Von: "Rafał Miłecki" > On 25.02.2022 15:17, Rafał Miłecki wrote: >> My actual problem is related to ubifs behaviour for power cuts happening >> between 5 and 35 seconds after saving a file: >> date > /mount/ubifs/test.txt && sleep 15 && echo CUT POWER

Re: ubifs: handling dirty data (writing back) + power cuts

2022-02-25 Thread Rafał Miłecki
On 25.02.2022 15:17, Rafał Miłecki wrote: My actual problem is related to ubifs behaviour for power cuts happening between 5 and 35 seconds after saving a file: date > /mount/ubifs/test.txt && sleep 15 && echo CUT POWER *NOW* On the next boot test.txt exists but it's EMPTY (file size 0). FWIW

ubifs: handling dirty data (writing back) + power cuts

2022-02-25 Thread Rafał Miłecki
Hi, my system is setup as follows: # mount | grep ubifs /dev/ubi0_1 on /mount/ubifs type ubifs (rw,noatime,assert=read-only,ubi=0,vol=1) # cat /proc/sys/vm/dirty_writeback_centisecs 500 # cat /proc/sys/vm/dirty_expire_centisecs 3000 (5 s and 30 s respectively) and I'm currently debugging

[PATCH] firewall3: bump to latest git HEAD

2022-02-25 Thread Rui Salvaterra
4cd7d4f Revert "firewall3: support table load on access on Linux 5.15+" 50979cc firewall3: remove unnecessary fw3_has_table Signed-off-by: Rui Salvaterra --- package/network/config/firewall/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[no subject]

2022-02-25 Thread Eugenio Tampieri 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 --- Hello, I'm new to this list and

[PATCH] ipset: update to 7.15

2022-02-25 Thread Florian Eckert
Update to the latest upstream version. In this version there is a new tool with which you we convert ipsets into nftables sets. Since we are now using nftables as default firewall, this could be a useful tool for porting ipsets to nftables sets. Signed-off-by: Florian Eckert ---

[PATCH 2/2] check-toolchain-clean.sh: workaround stray rebuilds

2022-02-25 Thread Petr Štetiar
It seems, that there are currently some unhandled corner cases in which `.toolchain_build_ver` results in empty file and thus forcing rebuilds, even if the toolchain was build correctly just a few moments ago. Until proper fix is found, workaround that by checking for this corner case and simply

[PATCH 1/2] check-toolchain-clean.sh: fix shellcheck warnings

2022-02-25 Thread Petr Štetiar
Fixes following complaints and suggestions: In scripts/check-toolchain-clean.sh line 2: eval `grep CONFIG_GCC_VERSION .config` ^-- SC2046 (warning): Quote this to prevent word splitting. ^-- SC2006 (style): Use $(...) notation instead of legacy backticks `...`. Signed-off-by: Petr

OpenWrt 21.02.2 Second service release

2022-02-25 Thread Paul Spooren
Hi, The OpenWrt community is proud to announce the second service release of OpenWrt 21.02. It fixes security issues, improves device support, and brings a few bug fixes. We recently moved our bugs to GitHub, please report issues over there (after checking that nobody else posted the same