Displaying 5 results from an estimated 5 matches for "__primary_switch".
2018 Feb 21
2
[PATCH 1/4] iommu: Add virtio-iommu driver
.../arm64/kernel/head.o: relocation R_AARCH64_ABS32 against `_kernel_offset_le_lo32' can not be used when making a shared object
arch/arm64/kernel/head.o: In function `kimage_vaddr':
(.idmap.text+0x0): dangerous relocation: unsupported relocation
arch/arm64/kernel/head.o: In function `__primary_switch':
(.idmap.text+0x340): dangerous relocation: unsupported relocation
(.idmap.text+0x348): dangerous relocation: unsupported relocation
drivers/iommu/virtio-iommu.o: In function `viommu_probe':
virtio-iommu.c:(.text+0xbdc): undefined reference to `virtio_check_driver_offered_featu...
2018 Feb 21
2
[PATCH 1/4] iommu: Add virtio-iommu driver
.../arm64/kernel/head.o: relocation R_AARCH64_ABS32 against `_kernel_offset_le_lo32' can not be used when making a shared object
arch/arm64/kernel/head.o: In function `kimage_vaddr':
(.idmap.text+0x0): dangerous relocation: unsupported relocation
arch/arm64/kernel/head.o: In function `__primary_switch':
(.idmap.text+0x340): dangerous relocation: unsupported relocation
(.idmap.text+0x348): dangerous relocation: unsupported relocation
drivers/iommu/virtio-iommu.o: In function `viommu_probe':
virtio-iommu.c:(.text+0xbdc): undefined reference to `virtio_check_driver_offered_featu...
2018 Feb 22
0
[PATCH 1/4] iommu: Add virtio-iommu driver
..._AARCH64_ABS32 against `_kernel_offset_le_lo32' can not be used when making a shared object
> arch/arm64/kernel/head.o: In function `kimage_vaddr':
> (.idmap.text+0x0): dangerous relocation: unsupported relocation
Is this related?
> arch/arm64/kernel/head.o: In function `__primary_switch':
> (.idmap.text+0x340): dangerous relocation: unsupported relocation
> (.idmap.text+0x348): dangerous relocation: unsupported relocation
> drivers/iommu/virtio-iommu.o: In function `viommu_probe':
> virtio-iommu.c:(.text+0xbdc): undefined reference to `virtio_check_...
2018 Feb 14
12
[PATCH 0/4] Add virtio-iommu driver
Implement the virtio-iommu driver following version 0.6 of the
specification [1]. Previous version, RFCv2, was sent in November [2].
This version addresses Eric's comments and changes the device number.
(Since last week I also tested and fixed the probe/release functions,
they now use devm properly.)
I did not include ACPI support because the next IORT specifications
isn't ready yet (even
2018 Feb 14
12
[PATCH 0/4] Add virtio-iommu driver
Implement the virtio-iommu driver following version 0.6 of the
specification [1]. Previous version, RFCv2, was sent in November [2].
This version addresses Eric's comments and changes the device number.
(Since last week I also tested and fixed the probe/release functions,
they now use devm properly.)
I did not include ACPI support because the next IORT specifications
isn't ready yet (even