Commit 2c26574
committed
Merge tag 'gpio-fixes-for-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Pull gpio fixes from Bartosz Golaszewski:
- fix a use-after-free bug in GPIO character device code
- update MAINTAINERS
* tag 'gpio-fixes-for-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
MAINTAINERS: update my email address
gpio: cdev: make sure the cdev fd is still active before emitting events2 files changed
+15
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3926 | 3926 | | |
3927 | 3927 | | |
3928 | 3928 | | |
3929 | | - | |
| 3929 | + | |
3930 | 3930 | | |
3931 | 3931 | | |
3932 | 3932 | | |
| |||
10678 | 10678 | | |
10679 | 10679 | | |
10680 | 10680 | | |
10681 | | - | |
| 10681 | + | |
10682 | 10682 | | |
10683 | 10683 | | |
10684 | 10684 | | |
| |||
10695 | 10695 | | |
10696 | 10696 | | |
10697 | 10697 | | |
10698 | | - | |
| 10698 | + | |
10699 | 10699 | | |
10700 | 10700 | | |
10701 | 10701 | | |
| |||
15309 | 15309 | | |
15310 | 15310 | | |
15311 | 15311 | | |
15312 | | - | |
| 15312 | + | |
15313 | 15313 | | |
15314 | 15314 | | |
15315 | 15315 | | |
| |||
19903 | 19903 | | |
19904 | 19904 | | |
19905 | 19905 | | |
19906 | | - | |
| 19906 | + | |
19907 | 19907 | | |
19908 | 19908 | | |
19909 | 19909 | | |
| |||
20500 | 20500 | | |
20501 | 20501 | | |
20502 | 20502 | | |
20503 | | - | |
| 20503 | + | |
20504 | 20504 | | |
20505 | 20505 | | |
20506 | 20506 | | |
| |||
21303 | 21303 | | |
21304 | 21304 | | |
21305 | 21305 | | |
21306 | | - | |
| 21306 | + | |
21307 | 21307 | | |
21308 | 21308 | | |
21309 | 21309 | | |
| |||
25671 | 25671 | | |
25672 | 25672 | | |
25673 | 25673 | | |
25674 | | - | |
| 25674 | + | |
25675 | 25675 | | |
25676 | 25676 | | |
25677 | 25677 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2548 | 2548 | | |
2549 | 2549 | | |
2550 | 2550 | | |
| 2551 | + | |
2551 | 2552 | | |
2552 | 2553 | | |
2553 | 2554 | | |
2554 | 2555 | | |
| 2556 | + | |
| 2557 | + | |
| 2558 | + | |
| 2559 | + | |
| 2560 | + | |
| 2561 | + | |
2555 | 2562 | | |
2556 | 2563 | | |
2557 | 2564 | | |
| |||
2575 | 2582 | | |
2576 | 2583 | | |
2577 | 2584 | | |
2578 | | - | |
2579 | | - | |
2580 | 2585 | | |
2581 | 2586 | | |
2582 | 2587 | | |
| |||
0 commit comments