Commit cf10015
committed
Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull execve fixes from Kees Cook:
- Fix error handling in begin_new_exec() (Bernd Edlinger)
- MAINTAINERS: specifically mention ELF (Alexey Dobriyan)
- Various cleanups related to earlier open() (Askar Safin, Kees Cook)
* tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
exec: Distinguish in_execve from in_exec
exec: Fix error handling in begin_new_exec()
exec: Add do_close_execat() helper
exec: remove useless comment
ELF, MAINTAINERS: specifically mention ELF4 files changed
Lines changed: 34 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7955 | 7955 | | |
7956 | 7956 | | |
7957 | 7957 | | |
7958 | | - | |
| 7958 | + | |
7959 | 7959 | | |
7960 | 7960 | | |
7961 | 7961 | | |
7962 | 7962 | | |
7963 | 7963 | | |
| 7964 | + | |
7964 | 7965 | | |
7965 | 7966 | | |
7966 | 7967 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
907 | 911 | | |
908 | 912 | | |
909 | 913 | | |
| |||
948 | 952 | | |
949 | 953 | | |
950 | 954 | | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
951 | 966 | | |
952 | 967 | | |
953 | 968 | | |
| |||
1409 | 1424 | | |
1410 | 1425 | | |
1411 | 1426 | | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
1412 | 1430 | | |
1413 | 1431 | | |
1414 | 1432 | | |
| |||
1484 | 1502 | | |
1485 | 1503 | | |
1486 | 1504 | | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
1487 | 1514 | | |
1488 | 1515 | | |
1489 | 1516 | | |
| |||
1495 | 1522 | | |
1496 | 1523 | | |
1497 | 1524 | | |
1498 | | - | |
1499 | | - | |
1500 | | - | |
1501 | | - | |
| 1525 | + | |
1502 | 1526 | | |
1503 | 1527 | | |
1504 | 1528 | | |
| |||
1520 | 1544 | | |
1521 | 1545 | | |
1522 | 1546 | | |
1523 | | - | |
1524 | | - | |
| 1547 | + | |
1525 | 1548 | | |
1526 | 1549 | | |
1527 | 1550 | | |
| |||
1610 | 1633 | | |
1611 | 1634 | | |
1612 | 1635 | | |
| 1636 | + | |
1613 | 1637 | | |
1614 | 1638 | | |
1615 | 1639 | | |
| |||
1826 | 1850 | | |
1827 | 1851 | | |
1828 | 1852 | | |
1829 | | - | |
1830 | | - | |
1831 | | - | |
1832 | 1853 | | |
1833 | 1854 | | |
1834 | 1855 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
920 | 920 | | |
921 | 921 | | |
922 | 922 | | |
923 | | - | |
| 923 | + | |
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1748 | 1748 | | |
1749 | 1749 | | |
1750 | 1750 | | |
| 1751 | + | |
1751 | 1752 | | |
1752 | 1753 | | |
1753 | 1754 | | |
| |||
0 commit comments