summaryrefslogtreecommitdiffstats
path: root/Kbuild
diff options
context:
space:
mode:
authorAlexander Usyskin <alexander.usyskin@intel.com>2024-10-15 14:31:57 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-10-29 04:01:40 +0100
commit4adf613e01bf99e1739f6ff3e162ad5b7d578d1a (patch)
treed96968484ac5d9302ce2a61bbdeff67244326a80 /Kbuild
parentMAINTAINERS: add netup_unidvb maintainer (diff)
downloadlinux-4adf613e01bf99e1739f6ff3e162ad5b7d578d1a.tar.xz
linux-4adf613e01bf99e1739f6ff3e162ad5b7d578d1a.zip
mei: use kvmalloc for read buffer
Read buffer is allocated according to max message size, reported by the firmware and may reach 64K in systems with pxp client. Contiguous 64k allocation may fail under memory pressure. Read buffer is used as in-driver message storage and not required to be contiguous. Use kvmalloc to allow kernel to allocate non-contiguous memory. Fixes: 3030dc056459 ("mei: add wrapper for queuing control commands.") Cc: stable <stable@kernel.org> Reported-by: Rohit Agarwal <rohiagar@chromium.org> Closes: https://lore.kernel.org/all/20240813084542.2921300-1-rohiagar@chromium.org/ Tested-by: Brian Geffon <bgeffon@google.com> Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Acked-by: Tomas Winkler <tomasw@gmail.com> Link: https://lore.kernel.org/r/20241015123157.2337026-1-alexander.usyskin@intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions