+1
−0
Loading
mainline inclusion from mainline-v6.12-rc1 commit 929c81ade6355b87097a2a4886c10750e68626cf category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IBY436 CVE: CVE-2025-21976 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=929c81ade6355b87097a2a4886c10750e68626cf -------------------------------- Introduce a device-managed variant of register_framebuffer() which automatically unregisters the framebuffer on device destruction. This can simplify the error handling and resource management in drivers. Signed-off-by:Thomas Weißschuh <linux@weissschuh.net> Signed-off-by:
Helge Deller <deller@gmx.de> Conflicts: include/linux/fb.h [context conflicts] Signed-off-by:
Xiangwei Li <liwei728@huawei.com>