mbox series

[0/2] ASoC: SOF: ipc3-loader: Handle PROBE_INFO ext_manifest type

Message ID 20241107120306.30680-1-peter.ujfalusi@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: ipc3-loader: Handle PROBE_INFO ext_manifest type | expand

Message

Peter Ujfalusi Nov. 7, 2024, 12:03 p.m. UTC
Hi,

The PROBE_INFO (ext_manifest type 3) is not used by the kernel, but
at every tiem the firmware is loaded the following is printed in
info level (user visible):
unknown sof_ext_man header type 3 size 0x30

The type is known, but it is not handled, the print is misleading.

Regards,
Peter
----
Peter Ujfalusi (2):
  ASoC: SOF: ext_manifest: Add missing ext_manifest type for PROBE_INFO
  ASoC: SOF: ipc3-loader: 'Handle' PROBE_INFO ext_manifest type when
    parsing

 include/sound/sof/ext_manifest.h | 1 +
 sound/soc/sof/ipc3-loader.c      | 3 +++
 2 files changed, 4 insertions(+)

Comments

Mark Brown Nov. 7, 2024, 9:52 p.m. UTC | #1
On Thu, 07 Nov 2024 14:03:04 +0200, Peter Ujfalusi wrote:
> The PROBE_INFO (ext_manifest type 3) is not used by the kernel, but
> at every tiem the firmware is loaded the following is printed in
> info level (user visible):
> unknown sof_ext_man header type 3 size 0x30
> 
> The type is known, but it is not handled, the print is misleading.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: SOF: ext_manifest: Add missing ext_manifest type for PROBE_INFO
      commit: 7f4eb7672b1785119b29a4dff50aeef13368e813
[2/2] ASoC: SOF: ipc3-loader: 'Handle' PROBE_INFO ext_manifest type when parsing
      commit: 83e367c1a178045bf3675646aa9582a0c5a4e566

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark