+9
−7
Loading
mainline inclusion from mainline-v5.11-rc1 commit 2fb6acf3 category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IAU6ZD Reference: https://github.com/torvalds/linux/commit/2fb6acf3edfeb904505f9ba3fd01166866062591 -------------------------------- commit 2fb6acf3 upstream All the bitfields in here are overlaid on top of each other since they're a union. Change the second u64 to be in a struct so it does the intended thing. Fixes: b5c3786e ("iommu/amd: Use msi_msg shadow structs") Signed-off-by:David Woodhouse <dwmw@amazon.co.uk> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20201111144322.1659970-2-dwmw2@infradead.org Signed-off-by:
PvsNarasimha <PVS.NarasimhaRao@amd.com>