search for: 0xbdc

Displaying 6 results from an estimated 6 matches for "0xbdc".

Did you mean: 0xbd
2018 Feb 21
2
[PATCH 1/4] iommu: Add virtio-iommu driver
...cation 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_feature' virtio-iommu.c:(.text+0xcfc): undefined reference to `virtio_check_driver_offered_feature' virtio-iommu.c:(.text+0xe10): undefined reference to `virtio_check_driver_offered_feature' drivers/iommu/virtio-iommu.o: In...
2018 Feb 21
2
[PATCH 1/4] iommu: Add virtio-iommu driver
...cation 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_feature' virtio-iommu.c:(.text+0xcfc): undefined reference to `virtio_check_driver_offered_feature' virtio-iommu.c:(.text+0xe10): undefined reference to `virtio_check_driver_offered_feature' drivers/iommu/virtio-iommu.o: In...
2018 Feb 22
0
[PATCH 1/4] iommu: Add virtio-iommu driver
.../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_feature' > virtio-iommu.c:(.text+0xcfc): undefined reference to `virtio_check_driver_offered_feature' > virtio-iommu.c:(.text+0xe10): undefined reference to `virtio_check_driver_offered_feature' > drivers/iommu/virt...
2007 May 23
0
Problems compiling res_config_mysql (asterisk addons)
...fig_mysql.o(.text+0xbba):/usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:271: undefined reference to `mysql_num_fields' res_config_mysql.o(.text+0xbcb):/usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:272: undefined reference to `mysql_fetch_fields' res_config_mysql.o(.text+0xbdc):/usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:274: undefined reference to `mysql_fetch_row' res_config_mysql.o(.text+0xc05):/usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:276: undefined reference to `ast_category_new' res_config_mysql.o(.text+0xc3b):/usr/local/src/aste...
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