Searched hist:ee6d3dd4ed48ab24b74bab3c3977b8218518247d (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/core-api/ |
H A D | kobject.rst | diff ee6d3dd4ed48ab24b74bab3c3977b8218518247d Sat Dec 25 00:13:45 CET 2021 Wedson Almeida Filho <wedsonaf@google.com> driver core: make kobj_type constant.
This way instances of kobj_type (which contain function pointers) can be stored in .rodata, which means that they cannot be [easily/accidentally] modified at runtime.
Signed-off-by: Wedson Almeida Filho <wedsonaf@google.com> Link: https://lore.kernel.org/r/20211224231345.777370-1-wedsonaf@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/linux/include/linux/ |
H A D | kobject.h | diff ee6d3dd4ed48ab24b74bab3c3977b8218518247d Sat Dec 25 00:13:45 CET 2021 Wedson Almeida Filho <wedsonaf@google.com> driver core: make kobj_type constant.
This way instances of kobj_type (which contain function pointers) can be stored in .rodata, which means that they cannot be [easily/accidentally] modified at runtime.
Signed-off-by: Wedson Almeida Filho <wedsonaf@google.com> Link: https://lore.kernel.org/r/20211224231345.777370-1-wedsonaf@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/linux/kernel/ |
H A D | params.c | diff ee6d3dd4ed48ab24b74bab3c3977b8218518247d Sat Dec 25 00:13:45 CET 2021 Wedson Almeida Filho <wedsonaf@google.com> driver core: make kobj_type constant.
This way instances of kobj_type (which contain function pointers) can be stored in .rodata, which means that they cannot be [easily/accidentally] modified at runtime.
Signed-off-by: Wedson Almeida Filho <wedsonaf@google.com> Link: https://lore.kernel.org/r/20211224231345.777370-1-wedsonaf@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/linux/lib/ |
H A D | kobject.c | diff ee6d3dd4ed48ab24b74bab3c3977b8218518247d Sat Dec 25 00:13:45 CET 2021 Wedson Almeida Filho <wedsonaf@google.com> driver core: make kobj_type constant.
This way instances of kobj_type (which contain function pointers) can be stored in .rodata, which means that they cannot be [easily/accidentally] modified at runtime.
Signed-off-by: Wedson Almeida Filho <wedsonaf@google.com> Link: https://lore.kernel.org/r/20211224231345.777370-1-wedsonaf@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/linux/drivers/base/ |
H A D | core.c | diff ee6d3dd4ed48ab24b74bab3c3977b8218518247d Sat Dec 25 00:13:45 CET 2021 Wedson Almeida Filho <wedsonaf@google.com> driver core: make kobj_type constant.
This way instances of kobj_type (which contain function pointers) can be stored in .rodata, which means that they cannot be [easily/accidentally] modified at runtime.
Signed-off-by: Wedson Almeida Filho <wedsonaf@google.com> Link: https://lore.kernel.org/r/20211224231345.777370-1-wedsonaf@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|