diff options
author | Riyan Dhiman <[email protected]> | 2024-08-31 21:38:31 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-09-03 10:34:51 +0200 |
commit | ae26a4cc10e8a736c995eba3997a9f4edcd2d76e (patch) | |
tree | cbde1a4c57c82fe7370930f821eea9cf011f758d /scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | |
parent | f48404522f03a9bc3365225f81ca079a35cf50b9 (diff) |
staging: rtl8192e: Constify struct pci_device_id
static variable struct pci_device_id rtl8192_pci_id_tbl is not modified
in file rtl_core.c.
Constifying this structure moves some data to a read-only section, so
increase overall security.
Before
======
text data bss dec hex filename
17838 893 1 18732 492c drivers/staging/rtl8192e/rtl8192e/rtl_core.o
After
=====
text data bss dec hex filename
18006 725 1 18732 492c drivers/staging/rtl8192e/rtl8192e/rtl_core.o
Signed-off-by: Riyan Dhiman <[email protected]>
Tested-by: Philipp Hortmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h')
0 files changed, 0 insertions, 0 deletions