docs: add vmalloc bug to kernel bugs list
The bug is:
v6.3-rc6:
f349b15e183d mm: vmalloc: avoid warn_alloc noise caused by fatal signal
The fixes are:
v6.4:
95a301eefa82 mm/vmalloc: do not output a spurious warning when huge vmalloc() fails
v6.3.10:
c189994b5dd3 mm/vmalloc: do not output a spurious warning when huge vmalloc() fails
The bug has been backported to LTS, but the fix has not:
v6.2.11:
61334bc29781 mm: vmalloc: avoid warn_alloc noise caused by fatal signal
v6.1.24:
ef6bd8f64ce0 mm: vmalloc: avoid warn_alloc noise caused by fatal signal
v5.15.107:
a184df0de132 mm: vmalloc: avoid warn_alloc noise caused by fatal signal
Signed-off-by: Zygo Blaxell <bees@furryterror.org>