Skip to content

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented May 15, 2025

Problem:

  • The size of the catalog message payload is calculated incorrectly when using buffer storage. It assumes all the arguments are the same size as their MIPI packed types.

Solution:

  • Calculate the size correctly using pack_as_t which reflects how the arguments are actually packed under the MIPI spec.

Problem:
- The size of the catalog message payload is calculated incorrectly when using
  buffer storage. It assumes all the arguments are the same size as their MIPI
  packed types.

Solution:
- Calculate the size correctly using `pack_as_t` which reflects how the
  arguments are actually packed under the MIPI spec.
@bdeane-intel bdeane-intel merged commit 3644dba into intel:main May 15, 2025
27 checks passed
@elbeno elbeno deleted the fix-mipi-buf branch May 15, 2025 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants