Commit 759377d
Alexei Starovoitov
Merge branch 'bpf-verifier-improvement-in-32bit-shift-sign-extension-pattern'
Cupertino Miranda says:
====================
bpf: verifier improvement in 32bit shift sign extension pattern
Changed from v2:
- Removed newline nit.
- Corrected mistake in the test functions definitions.
Changed from v1:
- Split initial patch in 2 patches. The verifier changes and seftests.
- Improve comment near the verifier change.
- Improved code for the added selftests.
Signed-off-by: Cupertino Miranda <[email protected]>
Signed-off-by: Andrew Pinski <[email protected]>
Acked-by: Eduard Zingerman <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: David Faust <[email protected]>
Cc: Jose Marchesi <[email protected]>
Cc: Elena Zannoni <[email protected]>
====================
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>File tree
2 files changed
+75
-11
lines changed- kernel/bpf
- tools/testing/selftests/bpf/progs
2 files changed
+75
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15300 | 15300 | | |
15301 | 15301 | | |
15302 | 15302 | | |
15303 | | - | |
15304 | | - | |
15305 | | - | |
15306 | | - | |
15307 | | - | |
| 15303 | + | |
| 15304 | + | |
| 15305 | + | |
15308 | 15306 | | |
15309 | | - | |
| 15307 | + | |
15310 | 15308 | | |
15311 | | - | |
15312 | | - | |
15313 | | - | |
15314 | | - | |
15315 | 15309 | | |
15316 | | - | |
| 15310 | + | |
| 15311 | + | |
15317 | 15312 | | |
| 15313 | + | |
15318 | 15314 | | |
15319 | 15315 | | |
15320 | 15316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
534 | 602 | | |
535 | 603 | | |
536 | 604 | | |
| |||
0 commit comments