Re: running custom commands during sysupgrade - to free ram

2020-11-21 Thread Sven Roederer
Am Sonntag, 18. Oktober 2020, 18:59:19 CET schrieb Sven Roederer: > > > fail --- > > > root@gib-mir-einen-namen:~# cat /lib/upgrade/freifunk-berlin_freeup- > > > ram.sh > > > ffberlin_freeup_ram() { > > > > > > # stop uhttpd and luci > > > /etc/init.d/uhttpd stop > > >

arm: lockdep complaining about static memory allocations

2020-11-21 Thread Jan Kardell
Jan Kardell skrev: Hi, I'm lifting our old barrier_braker code on an omap am3552 custom board, and building it on master per 13 november. I currently run it as an zImage-initramfs, but the board normally uses ubifs on nand flash. I get exceptions logged to dmesg, included snippets from the

[PATCH 1/2] kernel: Remove support for MAP-E FMRs RFC 7597

2020-11-21 Thread Hauke Mehrtens
I am not aware that any user space code uses this feature in OpenWrt and maintaining this patch costs some effort especially when we add a new kernel major version. This patch was originally introduced in commit 32246436147f ("Add kernel support for MAP-E FMRs") in May 2014 and implements

[PATCH 2/2] kernel: Remove ipv6: allow rejecting with "source address failed policy"

2020-11-21 Thread Hauke Mehrtens
I am not aware that any user space code uses this feature in OpenWrt and maintaining this patch costs some effort especially when we add a new kernel major version. These patches was originally introduced in commit 46d199d1e8e7 ("linux: add ipv6 failed-policy routing action (by Jonas Gorski)")

[PATCH 0/2] Remove pending network patches

2020-11-21 Thread Hauke Mehrtens
These patches are included in OpenWrt since 2014 and never got integrated into upstream Linux kernel. To reduce the maintenance overhead just remove them. Hauke Mehrtens (2): kernel: Remove support for MAP-E FMRs RFC 7597 kernel: Remove ipv6: allow rejecting with "source address failed

[PATCH 2/2] toolchain: kernel-headers: kernel Git tree mirror hash

2020-11-21 Thread Petr Štetiar
Allow setting of mirror hash for Git kernel tree. Signed-off-by: Petr Štetiar --- config/Config-devel.in| 5 + toolchain/kernel-headers/Makefile | 1 + 2 files changed, 6 insertions(+) diff --git a/config/Config-devel.in b/config/Config-devel.in index 6447a79db2ca..21e15f16dcb4

mailman issues ("We're sorry, we hit a bug!")

2020-11-21 Thread Torbjorn Jansson
Hello Tried subscribing with a different email adress but all i got was this error from mailman: Bug in Mailman version 2.1.29 We're sorry, we hit a bug! Please inform the webmaster for this site of this problem. Printing of traceback and other system information has been explicitly

[PATCH 1/2] toolchain: kernel-headers: fix check target for kernel Git tree

2020-11-21 Thread Petr Štetiar
Currently the check target fails if the kernel Git tree is used: $ make toolchain/kernel-headers/{download,check} make[2]: Entering directory 'toolchain/kernel-headers' Makefile:105: *** ERROR: Unknown pack format for file openwrt/tmp/dl/. Stop. make[2]: Leaving directory