]> git.ipfire.org Git - thirdparty/openwrt.git/commit
kernel: Fix boot of amrsr target in qemu 19376/head
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 11 Jul 2025 22:55:38 +0000 (00:55 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 12 Jul 2025 21:23:43 +0000 (23:23 +0200)
commitc5330bdf7e8a577d98a4075cd9d022c1048d2913
treef5a1f55f42b1027920acbbf3bcf476a6e8a58bca
parent01a9a27dfa41ba566611583529ae466114628280
kernel: Fix boot of amrsr target in qemu

The bootup of the armsr target sometimes failed like this:
```
[    0.762283] NET: Registered PF_INET6 protocol family
[    0.791987] workqueue: Failed to create a worker thread: -EAGAIN
[    0.801986] workqueue: Failed to create a rescuer kthread for wq "mld": -EAGAIN
[    0.964017] NET: Unregistered PF_INET6 protocol family
```

Increase the maximum number of threads the kernel allows.

Link: https://github.com/openwrt/openwrt/pull/19376
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/generic/pending-6.12/250-kernel-fork-Increase-minimum-number-of-allowed-threa.patch [new file with mode: 0644]
target/linux/generic/pending-6.6/250-kernel-fork-Increase-minimum-number-of-allowed-threa.patch [new file with mode: 0644]