aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
authorJoerg Roedel <[email protected]>2019-01-23 08:46:29 +0100
committerJoerg Roedel <[email protected]>2019-01-23 13:51:05 +0100
commitda5d2748e4a4512237764d2a53bdf686eccee18b (patch)
tree7c6ed292218c557c28da3b8cf0319ece25ec79a2 /security/selinux/hooks.c
parent198bc3252ea3a45b0c5d500e6a5b91cfdd08f001 (diff)
iommu/mediatek: Use correct fwspec in mtk_iommu_add_device()
The mtk_iommu_add_device() function keeps the fwspec in an on-stack pointer and calls mtk_iommu_create_mapping(), which might change its source, dev->iommu_fwspec. This causes the on-stack pointer to be obsoleted and the device initialization to fail. Update the on-stack fwspec pointer after mtk_iommu_create_mapping() has been called. Reported-by: Frank Wunderlich <[email protected]> Fixes: a9bf2eec5a6f ('iommu/mediatek: Use helper functions to access dev->iommu_fwspec') Tested-by: Frank Wunderlich <[email protected]> Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions