[PATCH] kernel: set CONFIG_RCU_FANOUT=64 for 64bit targets

2021-07-30 Thread Stijn Tintel
The generic config has CONFIG_RCU_EXPERT=y, which exposes CONFIG_RCU_FANOUT. This is set to 32 in the generic config, but the default for 64bit kernels is 64. This causes a warning during boot: [0.00] rcu: CONFIG_RCU_FANOUT set to non-default value of 32. Set CONFIG_RCU_FANOUT=64 in k

[PATCH] kernel: kmod-xfrm-interface requires IPv6

2021-07-30 Thread Stijn Tintel
The xfrm_interface module will not be built if IPv6 is not enabled in the kernel. Add this dependency in the kmod package to avoid people wondering why it doesn't build when they disabled IPv6. Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/netsupport.mk | 2 +- 1 file changed, 1 i

[PATCH] iwinfo: add missing CIPHER_NAMES and KMGMT_NAMES

2021-07-30 Thread Jianhui Zhao
Signed-off-by: Jianhui Zhao --- iwinfo_lib.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iwinfo_lib.c b/iwinfo_lib.c index 70b080c..7fa8133 100644 --- a/iwinfo_lib.c +++ b/iwinfo_lib.c @@ -31,12 +31,15 @@ const char *IWINFO_CIPHER_NAMES[] = { "WEP104", "AES-OCB",

Re: dnsmasq ujail fs problem

2021-07-30 Thread Daniel Golle
On Fri, Jul 30, 2021 at 01:28:17PM +0200, e9hack wrote: > Hi, > > I'm using dnsmasq together with ujail. Since some time, I got an error > message in the log: > > Fri Jul 30 13:05:10 2021 kern.warn kernel: [ 3149.592061] ext4 filesystem > being remounted at /tmp/ujail-NOnHik/tmp/dhcp.leases sup

dnsmasq ujail fs problem

2021-07-30 Thread e9hack
Hi, I'm using dnsmasq together with ujail. Since some time, I got an error message in the log: Fri Jul 30 13:05:10 2021 kern.warn kernel: [ 3149.592061] ext4 filesystem being remounted at /tmp/ujail-NOnHik/tmp/dhcp.leases supports timestamps until 2038 (0x7fff) Fri Jul 30 13:05:10 2021 us