lkml.org 
[lkml]   [2018]   [Oct]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 4.18 071/100] thunderbolt: Initialize after IOMMUs
    Date
    From: Mika Westerberg <mika.westerberg@linux.intel.com>

    [ Upstream commit eafa717bc145963c944bb0a64d16add683861b35 ]

    If IOMMU is enabled and Thunderbolt driver is built into the kernel
    image, it will be probed before IOMMUs are attached to the PCI bus.
    Because of this DMA mappings the driver does will not go through IOMMU
    and start failing right after IOMMUs are enabled.

    For this reason move the Thunderbolt driver initialization happen at
    rootfs level.

    Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/thunderbolt/nhi.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/thunderbolt/nhi.c b/drivers/thunderbolt/nhi.c
    index f5a33e88e676..2d042150e41c 100644
    --- a/drivers/thunderbolt/nhi.c
    +++ b/drivers/thunderbolt/nhi.c
    @@ -1147,5 +1147,5 @@ static void __exit nhi_unload(void)
    tb_domain_exit();
    }

    -fs_initcall(nhi_init);
    +rootfs_initcall(nhi_init);
    module_exit(nhi_unload);
    --
    2.17.1
    \
     
     \ /
      Last update: 2018-10-16 06:56    [W:4.014 / U:0.060 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site