| commit | 2d68f8a7379d9c61005e982600c61948d4d019bd | [log] [tgz] |
|---|---|---|
| author | Christian Brauner <brauner@kernel.org> | Mon Sep 29 11:41:16 2025 +0200 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Oct 19 16:34:07 2025 +0200 |
| tree | 6447395def57c558dff6fc187a702841096da399 | |
| parent | e051ab688e5d2c460503120adc6d5b7f328ab5cf [diff] |
mount: handle NULL values in mnt_ns_release() commit 6c7ca6a02f8f9549a438a08a23c6327580ecf3d6 upstream. When calling in listmount() mnt_ns_release() may be passed a NULL pointer. Handle that case gracefully. Signed-off-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>