SOF_IPC_MSG_MAX_SIZE
reply = kmalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL);
SOF_IPC_MSG_MAX_SIZE);
if (size > SOF_IPC_MSG_MAX_SIZE)
if (ipc_size > SOF_IPC_MSG_MAX_SIZE) {
if (hdr.size < sizeof(hdr) || hdr.size > SOF_IPC_MSG_MAX_SIZE) {
msg->reply_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL);
sdev->ipc->max_payload_size = SOF_IPC_MSG_MAX_SIZE;
if (hdr->size < sizeof(*hdr) || hdr->size > SOF_IPC_MSG_MAX_SIZE) {