1{ 2 "version": "1.0", 3 "content": [ 4 { 5 "rel_path": "arch/*/include/asm/*/efibind.h", 6 "comment": "Imported from gnu-efi package, ignore for now" 7 }, 8 { 9 "rel_path": "arch/arm/arm64/cpufeature.c", 10 "comment": "Imported from Linux, ignore for now" 11 }, 12 { 13 "rel_path": "arch/arm/arm64/insn.c", 14 "comment": "Imported on Linux, ignore for now" 15 }, 16 { 17 "rel_path": "arch/x86/acpi/boot.c", 18 "comment": "Imported from Linux, ignore for now" 19 }, 20 { 21 "rel_path": "arch/x86/acpi/cpu_idle.c", 22 "comment": "Imported from Linux, ignore for now" 23 }, 24 { 25 "rel_path": "arch/x86/acpi/cpufreq/cpufreq.c", 26 "comment": "Imported from Linux, ignore for now" 27 }, 28 { 29 "rel_path": "arch/x86/acpi/cpuidle_menu.c", 30 "comment": "Imported from Linux, ignore for now" 31 }, 32 { 33 "rel_path": "arch/x86/acpi/lib.c", 34 "comment": "Imported from Linux, ignore for now" 35 }, 36 { 37 "rel_path": "arch/x86/cpu/amd.c", 38 "comment": "Imported from Linux, ignore for now" 39 }, 40 { 41 "rel_path": "arch/x86/cpu/centaur.c", 42 "comment": "Imported from Linux, ignore for now" 43 }, 44 { 45 "rel_path": "arch/x86/cpu/common.c", 46 "comment": "Imported from Linux, ignore for now" 47 }, 48 { 49 "rel_path": "arch/x86/cpu/hygon.c", 50 "comment": "Imported from Linux, ignore for now" 51 }, 52 { 53 "rel_path": "arch/x86/cpu/intel.c", 54 "comment": "Imported from Linux, ignore for now" 55 }, 56 { 57 "rel_path": "arch/x86/cpu/intel_cacheinfo.c", 58 "comment": "Imported from Linux, ignore for now" 59 }, 60 { 61 "rel_path": "arch/x86/cpu/mcheck/non-fatal.c", 62 "comment": "Imported from Linux, ignore for now" 63 }, 64 { 65 "rel_path": "arch/x86/cpu/mtrr/*", 66 "comment": "Imported from Linux, ignore for now" 67 }, 68 { 69 "rel_path": "arch/x86/cpu/mwait-idle.c", 70 "comment": "Imported from Linux, ignore for now" 71 }, 72 { 73 "rel_path": "arch/x86/delay.c", 74 "comment": "Imported from Linux, ignore for now" 75 }, 76 { 77 "rel_path": "arch/x86/dmi_scan.c", 78 "comment": "Imported from Linux, ignore for now" 79 }, 80 { 81 "rel_path": "arch/x86/gdbsx.c", 82 "comment": "Used for debugging Xen, ignore for now" 83 }, 84 { 85 "rel_path": "arch/x86/include/asm/gdbsx.h", 86 "comment": "Used for debugging Xen, ignore for now" 87 }, 88 { 89 "rel_path": "arch/x86/mpparse.c", 90 "comment": "Imported from Linux, ignore for now" 91 }, 92 { 93 "rel_path": "arch/x86/srat.c", 94 "comment": "Imported from Linux, ignore for now" 95 }, 96 { 97 "rel_path": "arch/x86/time.c", 98 "comment": "Imported from Linux, ignore for now" 99 }, 100 { 101 "rel_path": "arch/x86/x86_64/mmconf-fam10h.c", 102 "comment": "Imported from Linux, ignore for now" 103 }, 104 { 105 "rel_path": "arch/x86/efi/check.c", 106 "comment": "The resulting code is not included in the final Xen binary, ignore for now" 107 }, 108 { 109 "rel_path": "arch/*/*/asm-offsets.c", 110 "comment": "The resulting code is not included in the final Xen binary, ignore for now" 111 }, 112 { 113 "rel_path": "common/coverage/*", 114 "comment": "Files to support gcov, ignore for now" 115 }, 116 { 117 "rel_path": "common/bitmap.c", 118 "comment": "Imported from Linux, ignore for now" 119 }, 120 { 121 "rel_path": "common/bunzip2.c", 122 "comment": "Imported from Linux, ignore for now" 123 }, 124 { 125 "rel_path": "common/earlycpio.c", 126 "comment": "Imported from Linux, ignore for now" 127 }, 128 { 129 "rel_path": "common/gzip/*", 130 "comment": "Imported from Linux, ignore for now" 131 }, 132 { 133 "rel_path": "common/libfdt/*", 134 "comment": "External library" 135 }, 136 { 137 "rel_path": "include/xen/libfdt/*", 138 "comment": "External library" 139 }, 140 { 141 "rel_path": "common/livepatch_elf.c", 142 "comment": "Not in scope initially as it generates many violations and it is not enabled in safety configurations" 143 }, 144 { 145 "rel_path": "common/lzo.c", 146 "comment": "Imported from Linux, ignore for now" 147 }, 148 { 149 "rel_path": "common/lz4/decompress.c", 150 "comment": "Imported from Linux, ignore for now" 151 }, 152 { 153 "rel_path": "common/radix-tree.c", 154 "comment": "Imported from Linux, ignore for now" 155 }, 156 { 157 "rel_path": "common/ubsan/ubsan.c", 158 "comment": "Imported from Linux, ignore for now" 159 }, 160 { 161 "rel_path": "common/un*.c", 162 "comment": "unlz4.c implementation by Yann Collet, the others un* are from Linux, ignore for now" 163 }, 164 { 165 "rel_path": "common/xz/*", 166 "comment": "Imported from Linux, ignore for now" 167 }, 168 { 169 "rel_path": "common/zstd/*", 170 "comment": "Imported from Linux, ignore for now" 171 }, 172 { 173 "rel_path": "common/symbols-dummy.c", 174 "comment": "The resulting code is not included in the final Xen binary, ignore for now" 175 }, 176 { 177 "rel_path": "crypto/*", 178 "comment": "Origin is external and documented in crypto/README.source" 179 }, 180 { 181 "rel_path": "drivers/acpi/apei/*", 182 "comment": "Imported from Linux, ignore for now" 183 }, 184 { 185 "rel_path": "drivers/acpi/hwregs.c", 186 "comment": "Imported from Linux, ignore for now" 187 }, 188 { 189 "rel_path": "drivers/acpi/numa.c", 190 "comment": "Imported from Linux, ignore for now" 191 }, 192 { 193 "rel_path": "drivers/acpi/osl.c", 194 "comment": "Imported from Linux, ignore for now" 195 }, 196 { 197 "rel_path": "drivers/acpi/tables.c", 198 "comment": "Imported from Linux, ignore for now" 199 }, 200 { 201 "rel_path": "drivers/acpi/tables/*", 202 "comment": "Imported from Linux, ignore for now" 203 }, 204 { 205 "rel_path": "drivers/acpi/utilities/*", 206 "comment": "Imported from Linux, ignore for now" 207 }, 208 { 209 "rel_path": "drivers/video/font_*", 210 "comment": "Imported from Linux, ignore for now" 211 }, 212 { 213 "rel_path": "include/acpi/ac*.h", 214 "comment": "Imported from Linux, ignore for now" 215 }, 216 { 217 "rel_path": "include/acpi/platform/ac*.h", 218 "comment": "Imported from Linux, ignore for now" 219 }, 220 { 221 "rel_path": "include/xen/acpi.h", 222 "comment": "Imported from Linux, ignore for now" 223 }, 224 { 225 "rel_path": "include/efi/*", 226 "comment": "Imported from gnu-efi package, ignore for now" 227 }, 228 { 229 "rel_path": "include/xen/decompress.h", 230 "comment": "Imported from Linux, ignore for now" 231 }, 232 { 233 "rel_path": "lib/find-next-bit.c", 234 "comment": "Imported from Linux, ignore for now" 235 }, 236 { 237 "rel_path": "lib/list-sort.c", 238 "comment": "Imported from Linux, ignore for now" 239 }, 240 { 241 "rel_path": "lib/rbtree.c", 242 "comment": "Imported from Linux, ignore for now" 243 }, 244 { 245 "rel_path": "lib/xxhash*.c", 246 "comment": "Imported from Linux, ignore for now" 247 }, 248 { 249 "rel_path": "xsm/flask/*", 250 "comment": "Not in scope initially as it generates many violations and it is not enabled in safety configurations" 251 } 252 ] 253} 254