-
android12-5.10-2021-09_r897717677 · ·
android12-5.10 September 2021 release 8 security_patch: 2022-01-05 Artifacts boot.img: https://ci.android.com/builds/submitted/8010647/gsi_arm64-user/latest
-
-
-
-
aio-poll-for-linus4b374986 · ·
aio poll fixes for 5.16-rc5 Fix three bugs in aio poll, and one issue with POLLFREE more broadly: - aio poll didn't handle POLLFREE, causing a use-after-free. - aio poll could block while the file is ready. - aio poll called eventfd_signal() when it isn't allowed. - POLLFREE didn't handle multiple exclusive waiters correctly. This has been tested with the libaio test suite, as well as with test programs I wrote that reproduce the first two bugs. I am sending this pull request myself as no one seems to be maintaining this code.