linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] New debug feature: IPC message injector
@ 2021-11-16 15:21 Daniel Baluta
  2021-11-16 15:21 ` [PATCH 1/4] ASoC: SOF: utils: Add generic function to get the reply for a tx message Daniel Baluta
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Daniel Baluta @ 2021-11-16 15:21 UTC (permalink / raw)
  To: broonie, peter.ujfalusi
  Cc: daniel.baluta, daniel.baluta, pierre-louis.bossart, lgirdwood,
	ranjani.sridharan, kai.vehmanen, alsa-devel, linux-kernel

From: Daniel Baluta <daniel.baluta@nxp.com>

With the new SND_SOC_SOF_DEBUG_IPC_MSG_INJECTOR it is going to be
possible to inject arbitrary messages via the debugfs/sof/ipc_msg_inject
file and get the reply from the same file as a binary.

The main use of this feature is to stress test the firmware's robustness
against maliciously (or erroneous) crafted messages.
We also receive firmware crash reports with only a binary of the sent
message which caused the firmware crash.

Before adding the new debug feature we needed to make sure that the IPC
reply handling is working correctly for cases when we don't know
beforehand the size of the reply (since we don't know what kind of
message we are sending).

Peter Ujfalusi (4):
  ASoC: SOF: utils: Add generic function to get the reply for a tx
    message
  ASoC: SOF: imx: Use the generic helper to get the reply
  ASoC: SOF: intel: Use the generic helper to get the reply
  ASoC: SOF: debug: Add support for IPC message injection

 sound/soc/sof/Kconfig         |   8 +++
 sound/soc/sof/debug.c         | 107 ++++++++++++++++++++++++++++++++++
 sound/soc/sof/imx/imx8.c      |  37 +-----------
 sound/soc/sof/imx/imx8m.c     |  37 +-----------
 sound/soc/sof/intel/atom.c    |  43 +-------------
 sound/soc/sof/intel/bdw.c     |  43 +-------------
 sound/soc/sof/intel/hda-ipc.c |  29 +--------
 sound/soc/sof/ipc.c           |  61 +++++++++++++++++++
 sound/soc/sof/sof-priv.h      |  10 ++++
 9 files changed, 192 insertions(+), 183 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-11-17 22:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16 15:21 [PATCH 0/4] New debug feature: IPC message injector Daniel Baluta
2021-11-16 15:21 ` [PATCH 1/4] ASoC: SOF: utils: Add generic function to get the reply for a tx message Daniel Baluta
2021-11-16 15:21 ` [PATCH 2/4] ASoC: SOF: imx: Use the generic helper to get the reply Daniel Baluta
2021-11-16 15:21 ` [PATCH 3/4] ASoC: SOF: intel: " Daniel Baluta
2021-11-16 15:21 ` [PATCH 4/4] ASoC: SOF: debug: Add support for IPC message injection Daniel Baluta
2021-11-17 22:31 ` [PATCH 0/4] New debug feature: IPC message injector Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).