mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 14:12:06 +00:00
8c1a8a3243
We currently allocate an entry dynamically, but we never check if the allocation actually succeeded. We actually don't need a dynamic allocation, because we know the maximum size of an ITS table entry, so we can simply use an allocation on the stack. Cc: <stable@vger.kernel.org> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org> |
||
---|---|---|
.. | ||
kvm | ||
lib | ||
Makefile |