Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-05-07 | Makefile: fix 2 typos | Randy Dunlap | 1 | -2/+2 |
2022-05-07 | modpost: move struct namespace_list to modpost.c | Masahiro Yamada | 2 | -5/+5 |
2022-05-07 | modpost: retrieve the module dependency and CRCs in check_exports() | Masahiro Yamada | 1 | -10/+6 |
2022-05-07 | modpost: add a separate error for exported symbols without definition | Masahiro Yamada | 1 | -1/+6 |
2022-05-07 | modpost: remove stale comment about sym_add_exported() | Masahiro Yamada | 1 | -4/+0 |
2022-05-07 | modpost: do not write out any file when error occurred | Masahiro Yamada | 1 | -0/+3 |
2022-05-07 | modpost: use snprintf() instead of sprintf() for safety | Masahiro Yamada | 1 | -1/+7 |
2022-05-07 | checksyscalls: ignore -Wunused-macros | Vincent Mailhol | 1 | -1/+1 |