]> git.ipfire.org Git - thirdparty/openwrt.git/commit
kernel: Fix boot of amrsr target in qemu 19554/head
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 11 Jul 2025 22:55:38 +0000 (00:55 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 28 Jul 2025 21:22:19 +0000 (23:22 +0200)
commit4c1a6ecb444067d6efdad6ded30b3f7e3683565d
tree42e3f4a65b436478a220595489c41bb01d3d9490
parent8ee468ff682e4de11f046e1c86382534483a8a4a
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
(cherry picked from commit c5330bdf7e8a577d98a4075cd9d022c1048d2913)
Link: https://github.com/openwrt/openwrt/pull/19554
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/generic/pending-6.6/250-kernel-fork-Increase-minimum-number-of-allowed-threa.patch [new file with mode: 0644]