diff options
| author | Yi Sun <[email protected]> | 2025-04-04 05:36:14 +0000 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2025-06-27 17:54:25 +0000 |
| commit | 0044c5fcae3d2e89ee7d4979a52e1014774d4f92 (patch) | |
| tree | 08b57e63d28813240c6ae33f09c52993e5a4803b /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | dmaengine: ti: Do not enable by default during compile testing (diff) | |
| download | kernel-0044c5fcae3d2e89ee7d4979a52e1014774d4f92.tar.gz kernel-0044c5fcae3d2e89ee7d4979a52e1014774d4f92.zip | |
dmaengine: idxd: Remove __packed from structures
The __packed attribute introduces potential unaligned memory accesses
and endianness portability issues. Instead of relying on compiler-specific
packing, it's much better to explicitly fill structure gaps using padding
fields, ensuring natural alignment.
Since all previously __packed structures already enforce proper alignment
through manual padding, the __packed qualifiers are unnecessary and can be
safely removed.
Signed-off-by: Yi Sun <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Reviewed-by: Dave Jiang <[email protected]>
Reviewed-by: Fenghua Yu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
