Searched hist:"43 bf9d9755bd21970d8382dc88f071f74fc18fbf" (Results 1 – 2 of 2) sorted by relevance
/linux/fs/unicode/ |
H A D | utf8data.c_shipped | diff 43bf9d9755bd21970d8382dc88f071f74fc18fbf Fri Aug 09 17:38:53 CEST 2024 Thomas Weißschuh <linux@weissschuh.net> unicode: constify utf8 data table
All users already handle the table as const data. Move the table itself into .rodata to guard against accidental or malicious modifications.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Reviewed-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20240809-unicode-const-v1-1-69968a258092@weissschuh.net Signed-off-by: Gabriel Krisman Bertazi <krisman@suse.de>
|
H A D | mkutf8data.c | diff 43bf9d9755bd21970d8382dc88f071f74fc18fbf Fri Aug 09 17:38:53 CEST 2024 Thomas Weißschuh <linux@weissschuh.net> unicode: constify utf8 data table
All users already handle the table as const data. Move the table itself into .rodata to guard against accidental or malicious modifications.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Reviewed-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20240809-unicode-const-v1-1-69968a258092@weissschuh.net Signed-off-by: Gabriel Krisman Bertazi <krisman@suse.de>
|