1{ 2 "kernel-presubmit": [ 3 { 4 "name": "vts_ltp_test_arm", 5 "options": [ 6 { 7 // TODO(b/262943169) 8 "exclude-filter": "cve.cve-2021-4034_32bit" 9 }, 10 { 11 // TODO(b/237560213) 12 "exclude-filter": "syscalls.tgkill03_32bit" 13 }, 14 { 15 // TODO(b/143654050) 16 "exclude-filter": "syscalls.memfd_create01_32bit" 17 }, 18 { 19 "exclude-filter": "syscalls.futimesat01_32bit" 20 }, 21 { 22 "exclude-filter": "syscalls.clock_nanosleep02_32bit" 23 }, 24 { 25 "exclude-filter": "syscalls.select04_32bit" 26 }, 27 { 28 "exclude-filter": "syscalls.epoll_wait02_32bit" 29 }, 30 { 31 "exclude-filter": "syscalls.clock_nanosleep02_32bit" 32 }, 33 { 34 "exclude-filter": "syscalls.pselect01_64_32bit" 35 }, 36 { 37 "exclude-filter": "syscalls.nanosleep01_32bit" 38 }, 39 { 40 "exclude-filter": "syscalls.poll02_32bit" 41 }, 42 { 43 "exclude-filter": "syscalls.futex_wait05_32bit" 44 }, 45 { 46 // TODO(b/191622991) 47 "exclude-filter": "controllers.cgroup_fj_function_memory_32bit#controllers.cgroup_fj_function_memory_32bit" 48 }, 49 { 50 // vts_slow_ltp_tests_arm 51 "exclude-filter": "controllers.memcg_regression_32bit" 52 }, 53 { 54 "exclude-filter": "cve.cve-2011-0999_32bit" 55 }, 56 { 57 "exclude-filter": "cve.cve-2015-7550_32bit" 58 }, 59 { 60 "exclude-filter": "cve.cve-2016-7117_32bit" 61 }, 62 { 63 "exclude-filter": "cve.cve-2017-2671_32bit" 64 }, 65 { 66 "exclude-filter": "dio.dio15_32bit" 67 }, 68 { 69 "exclude-filter": "dio.dio16_32bit" 70 }, 71 { 72 "exclude-filter": "dio.dio17_32bit" 73 }, 74 { 75 "exclude-filter": "dio.dio19_32bit" 76 }, 77 { 78 "exclude-filter": "dio.dio20_32bit" 79 }, 80 { 81 "exclude-filter": "dio.dio21_32bit" 82 }, 83 { 84 "exclude-filter": "dio.dio23_32bit" 85 }, 86 { 87 "exclude-filter": "dio.dio24_32bit" 88 }, 89 { 90 "exclude-filter": "dio.dio25_32bit" 91 }, 92 { 93 "exclude-filter": "dio.dio27_32bit" 94 }, 95 { 96 "exclude-filter": "dio.dio28_32bit" 97 }, 98 { 99 "exclude-filter": "fs.fs_di_32bit" 100 }, 101 { 102 "exclude-filter": "fs.fs_fill_32bit" 103 }, 104 { 105 "exclude-filter": "fs.fs_inod01_32bit" 106 }, 107 { 108 "exclude-filter": "fs.linker01_32bit" 109 }, 110 { 111 "exclude-filter": "mm.mmapstress01_32bit" 112 }, 113 { 114 "exclude-filter": "mm.mmapstress06_32bit" 115 }, 116 { 117 "exclude-filter": "mm.mmapstress09_32bit" 118 }, 119 { 120 "exclude-filter": "mm.mtest06_32bit" 121 }, 122 { 123 "exclude-filter": "mm.mtest06_32bit" 124 }, 125 { 126 "exclude-filter": "nptl.nptl01_32bit" 127 }, 128 { 129 "exclude-filter": "pty.pty01_32bit" 130 }, 131 { 132 "exclude-filter": "sched.hackbench01_32bit" 133 }, 134 { 135 "exclude-filter": "sched.hackbench02_32bit" 136 }, 137 { 138 "exclude-filter": "syscalls.copy_file_range01_32bit" 139 }, 140 { 141 "exclude-filter": "syscalls.fallocate05_32bit" 142 }, 143 { 144 "exclude-filter": "syscalls.fcntl15_32bit" 145 }, 146 { 147 "exclude-filter": "syscalls.fcntl15_64_32bit" 148 }, 149 { 150 "exclude-filter": "syscalls.gettimeofday02_32bit" 151 }, 152 { 153 "exclude-filter": "syscalls.inotify09_32bit" 154 }, 155 { 156 "exclude-filter": "syscalls.keyctl02_32bit" 157 }, 158 { 159 "exclude-filter": "syscalls.kill02_32bit" 160 }, 161 { 162 "exclude-filter": "syscalls.mkdir09_32bit" 163 }, 164 { 165 "exclude-filter": "syscalls.readahead02_32bit" 166 }, 167 { 168 "exclude-filter": "syscalls.waitid01_32bit" 169 } 170 ] 171 }, 172 { 173 "name": "vts_ltp_test_arm_64", 174 "options": [ 175 { 176 // TODO(b/262943169) 177 "exclude-filter": "cve.cve-2021-4034_64bit" 178 }, 179 { 180 // TODO(b/191622991) 181 "exclude-filter": "controllers.cgroup_fj_function_memory_64bit#controllers.cgroup_fj_function_memory_64bit" 182 }, 183 { 184 // vts_slow_ltp_tests_arm 185 "exclude-filter": "controllers.memcg_regression_64bit" 186 }, 187 { 188 "exclude-filter": "cve.cve-2011-0999_64bit" 189 }, 190 { 191 "exclude-filter": "cve.cve-2015-7550_64bit" 192 }, 193 { 194 "exclude-filter": "cve.cve-2016-7117_64bit" 195 }, 196 { 197 "exclude-filter": "cve.cve-2017-2671_64bit" 198 }, 199 { 200 "exclude-filter": "dio.dio15_64bit" 201 }, 202 { 203 "exclude-filter": "dio.dio16_64bit" 204 }, 205 { 206 "exclude-filter": "dio.dio17_64bit" 207 }, 208 { 209 "exclude-filter": "dio.dio19_64bit" 210 }, 211 { 212 "exclude-filter": "dio.dio20_64bit" 213 }, 214 { 215 "exclude-filter": "dio.dio21_64bit" 216 }, 217 { 218 "exclude-filter": "dio.dio23_64bit" 219 }, 220 { 221 "exclude-filter": "dio.dio24_64bit" 222 }, 223 { 224 "exclude-filter": "dio.dio25_64bit" 225 }, 226 { 227 "exclude-filter": "dio.dio27_64bit" 228 }, 229 { 230 "exclude-filter": "dio.dio28_64bit" 231 }, 232 { 233 "exclude-filter": "fs.fs_di_64bit" 234 }, 235 { 236 "exclude-filter": "fs.fs_fill_64bit" 237 }, 238 { 239 "exclude-filter": "fs.fs_inod01_64bit" 240 }, 241 { 242 "exclude-filter": "fs.linker01_64bit" 243 }, 244 { 245 "exclude-filter": "mm.mmapstress01_64bit" 246 }, 247 { 248 "exclude-filter": "mm.mmapstress06_64bit" 249 }, 250 { 251 "exclude-filter": "mm.mmapstress09_64bit" 252 }, 253 { 254 "exclude-filter": "nptl.nptl01_64bit" 255 }, 256 { 257 "exclude-filter": "pty.pty01_64bit" 258 }, 259 { 260 "exclude-filter": "sched.hackbench01_64bit" 261 }, 262 { 263 "exclude-filter": "sched.hackbench02_64bit" 264 }, 265 { 266 "exclude-filter": "syscalls.copy_file_range01_64bit" 267 }, 268 { 269 "exclude-filter": "syscalls.fallocate05_64bit" 270 }, 271 { 272 "exclude-filter": "syscalls.fcntl15_64_64bit" 273 }, 274 { 275 "exclude-filter": "syscalls.fcntl15_64bit" 276 }, 277 { 278 "exclude-filter": "syscalls.gettimeofday02_64bit" 279 }, 280 { 281 "exclude-filter": "syscalls.inotify09_64bit" 282 }, 283 { 284 "exclude-filter": "syscalls.keyctl02_64bit" 285 }, 286 { 287 "exclude-filter": "syscalls.kill02_64bit" 288 }, 289 { 290 "exclude-filter": "syscalls.mkdir09_64bit" 291 }, 292 { 293 "exclude-filter": "syscalls.readahead02_64bit" 294 }, 295 { 296 "exclude-filter": "syscalls.waitid01_64bit" 297 } 298 ] 299 }, 300 { 301 "name": "vts_ltp_test_x86", 302 "options": [ 303 { 304 // vts_slow_ltp_tests_x86 305 "exclude-filter": "controllers.memcg_regression_32bit" 306 }, 307 { 308 "exclude-filter": "cve.cve-2011-0999_32bit" 309 }, 310 { 311 "exclude-filter": "cve.cve-2015-7550_32bit" 312 }, 313 { 314 "exclude-filter": "cve.cve-2016-7117_32bit" 315 }, 316 { 317 "exclude-filter": "cve.cve-2017-2671_32bit" 318 }, 319 { 320 "exclude-filter": "dio.dio15_32bit" 321 }, 322 { 323 "exclude-filter": "dio.dio16_32bit" 324 }, 325 { 326 "exclude-filter": "dio.dio17_32bit" 327 }, 328 { 329 "exclude-filter": "dio.dio19_32bit" 330 }, 331 { 332 "exclude-filter": "dio.dio20_32bit" 333 }, 334 { 335 "exclude-filter": "dio.dio21_32bit" 336 }, 337 { 338 "exclude-filter": "dio.dio23_32bit" 339 }, 340 { 341 "exclude-filter": "dio.dio24_32bit" 342 }, 343 { 344 "exclude-filter": "dio.dio25_32bit" 345 }, 346 { 347 "exclude-filter": "dio.dio27_32bit" 348 }, 349 { 350 "exclude-filter": "dio.dio28_32bit" 351 }, 352 { 353 "exclude-filter": "fs.fs_di_32bit" 354 }, 355 { 356 "exclude-filter": "fs.fs_fill_32bit" 357 }, 358 { 359 "exclude-filter": "fs.fs_inod01_32bit" 360 }, 361 { 362 "exclude-filter": "fs.linker01_32bit" 363 }, 364 { 365 "exclude-filter": "mm.mmapstress01_32bit" 366 }, 367 { 368 "exclude-filter": "mm.mmapstress06_32bit" 369 }, 370 { 371 "exclude-filter": "mm.mmapstress09_32bit" 372 }, 373 { 374 "exclude-filter": "mm.mtest06_32bit" 375 }, 376 { 377 "exclude-filter": "nptl.nptl01_32bit" 378 }, 379 { 380 "exclude-filter": "pty.pty01_32bit" 381 }, 382 { 383 "exclude-filter": "sched.hackbench01_32bit" 384 }, 385 { 386 "exclude-filter": "sched.hackbench02_32bit" 387 }, 388 { 389 "exclude-filter": "syscalls.clock_nanosleep02_32bit" 390 }, 391 { 392 "exclude-filter": "syscalls.copy_file_range01_32bit" 393 }, 394 { 395 "exclude-filter": "syscalls.fallocate05_32bit" 396 }, 397 { 398 "exclude-filter": "syscalls.fcntl15_32bit" 399 }, 400 { 401 "exclude-filter": "syscalls.gettimeofday02_32bit" 402 }, 403 { 404 "exclude-filter": "syscalls.inotify09_32bit" 405 }, 406 { 407 "exclude-filter": "syscalls.keyctl02_32bit" 408 }, 409 { 410 "exclude-filter": "syscalls.kill02_32bit" 411 }, 412 { 413 "exclude-filter": "syscalls.mkdir09_32bit" 414 }, 415 { 416 "exclude-filter": "syscalls.nanosleep01_32bit" 417 }, 418 { 419 "exclude-filter": "syscalls.poll02_32bit" 420 }, 421 { 422 "exclude-filter": "syscalls.readahead02_32bit" 423 }, 424 { 425 "exclude-filter": "syscalls.select04_32bit" 426 }, 427 { 428 "exclude-filter": "syscalls.waitid01_32bit" 429 } 430 ] 431 }, 432 { 433 "name": "vts_ltp_test_x86_64", 434 "options": [ 435 { 436 // vts_slow_ltp_tests_x86 437 "exclude-filter": "cve.cve-2011-0999_64bit" 438 }, 439 { 440 "exclude-filter": "cve.cve-2015-7550_64bit" 441 }, 442 { 443 "exclude-filter": "cve.cve-2016-7117_64bit" 444 }, 445 { 446 "exclude-filter": "cve.cve-2017-2671_64bit" 447 }, 448 { 449 "exclude-filter": "dio.dio01_64bit" 450 }, 451 { 452 "exclude-filter": "dio.dio02_64bit" 453 }, 454 { 455 "exclude-filter": "dio.dio03_64bit" 456 }, 457 { 458 "exclude-filter": "dio.dio04_64bit" 459 }, 460 { 461 "exclude-filter": "dio.dio05_64bit" 462 }, 463 { 464 "exclude-filter": "dio.dio06_64bit" 465 }, 466 { 467 "exclude-filter": "dio.dio07_64bit" 468 }, 469 { 470 "exclude-filter": "dio.dio08_64bit" 471 }, 472 { 473 "exclude-filter": "dio.dio09_64bit" 474 }, 475 { 476 "exclude-filter": "dio.dio10_64bit" 477 }, 478 { 479 "exclude-filter": "dio.dio11_64bit" 480 }, 481 { 482 "exclude-filter": "dio.dio12_64bit" 483 }, 484 { 485 "exclude-filter": "dio.dio13_64bit" 486 }, 487 { 488 "exclude-filter": "dio.dio14_64bit" 489 }, 490 { 491 "exclude-filter": "dio.dio15_64bit" 492 }, 493 { 494 "exclude-filter": "dio.dio16_64bit" 495 }, 496 { 497 "exclude-filter": "dio.dio17_64bit" 498 }, 499 { 500 "exclude-filter": "dio.dio18_64bit" 501 }, 502 { 503 "exclude-filter": "dio.dio19_64bit" 504 }, 505 { 506 "exclude-filter": "dio.dio20_64bit" 507 }, 508 { 509 "exclude-filter": "dio.dio21_64bit" 510 }, 511 { 512 "exclude-filter": "dio.dio22_64bit" 513 }, 514 { 515 "exclude-filter": "dio.dio23_64bit" 516 }, 517 { 518 "exclude-filter": "dio.dio24_64bit" 519 }, 520 { 521 "exclude-filter": "dio.dio25_64bit" 522 }, 523 { 524 "exclude-filter": "dio.dio26_64bit" 525 }, 526 { 527 "exclude-filter": "dio.dio27_64bit" 528 }, 529 { 530 "exclude-filter": "dio.dio28_64bit" 531 }, 532 { 533 "exclude-filter": "fs.fs_fill_64bit" 534 }, 535 { 536 "exclude-filter": "fs.fs_inod01_64bit" 537 }, 538 { 539 "exclude-filter": "fs.linker01_64bit" 540 }, 541 { 542 "exclude-filter": "mm.mmapstress06_64bit" 543 }, 544 { 545 "exclude-filter": "mm.mtest06_64bit" 546 }, 547 { 548 "exclude-filter": "nptl.nptl01_64bit" 549 }, 550 { 551 "exclude-filter": "sched.hackbench01_64bit" 552 }, 553 { 554 "exclude-filter": "sched.hackbench02_64bit" 555 }, 556 { 557 "exclude-filter": "syscalls.clock_nanosleep02_64bit" 558 }, 559 { 560 "exclude-filter": "syscalls.inotify09_64bit" 561 }, 562 { 563 "exclude-filter": "syscalls.keyctl02_64bit" 564 }, 565 { 566 "exclude-filter": "syscalls.nanosleep01_64bit" 567 }, 568 { 569 "exclude-filter": "syscalls.poll02_64bit" 570 }, 571 { 572 "exclude-filter": "syscalls.select04_64bit" 573 } 574 ] 575 } 576 ] 577} 578