From this webpage screenshot, we can extract the following key information about the vulnerability: 1. Author and Submitter: - Author: Heiko Carstens () - Submitter: Greg Kroah-Hartman () 2. Commit Information: - Commit Date: 2024-07-09 08:50:56 +0200 - Commit Message: In s390/mm, add NULL pointer checks to crst_table_free() and base_crst_free(). 3. Fix Details: - crst_table_free() is used in handling NULL pointers. Since crst_table_free() can be called with a NULL pointer, an explicit check has been added in crst_table_upgrade(). - For consistency, the same check has also been added to base_crst_free(). 4. Reporter: - Yunseong Kim () 5. Fixed Issue: - Fixes 6326c26c1514 ("s390: convert various pgalloc functions to use ptdescs"). 6. Sign-off Submitters: - Heiko Carstens () - Alexander Gordeev () - Linus Torvalds () - Greg Kroah-Hartman () 7. Diffstat: - 1 file changed, 4 insertions, 0 deletions. 8. Diff Content: - Modifications in added NULL pointer checks to the and functions. This information indicates that the commit fixes a vulnerability related to NULL pointer checks, primarily to prevent errors when handling ptdescs.