mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
4adf613e01
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:
|
||
---|---|---|
.. | ||
gsc_proxy | ||
hdcp | ||
pxp | ||
bus-fixup.c | ||
bus.c | ||
client.c | ||
client.h | ||
debugfs.c | ||
dma-ring.c | ||
gsc-me.c | ||
hbm.c | ||
hbm.h | ||
hw-me-regs.h | ||
hw-me.c | ||
hw-me.h | ||
hw-txe-regs.h | ||
hw-txe.c | ||
hw-txe.h | ||
hw.h | ||
init.c | ||
interrupt.c | ||
Kconfig | ||
main.c | ||
Makefile | ||
mei_dev.h | ||
mei-trace.c | ||
mei-trace.h | ||
mkhi.h | ||
pci-me.c | ||
pci-txe.c | ||
platform-vsc.c | ||
vsc-fw-loader.c | ||
vsc-tp.c | ||
vsc-tp.h |