Masahiro Yamada
70f30cfe5b
modpost: use read_text_file() and get_line() for reading text files
...
grab_file() mmaps a file, but it is not so efficient here because
get_next_line() copies every line to the temporary buffer anyway.
read_text_file() and get_line() are simpler. get_line() exploits the
library function strchr().
Going forward, the missing *.symvers or *.cmd is a fatal error.
This should not happen because scripts/Makefile.modpost guards the
-i option files with $(wildcard $(input-symdump)).
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org >
2020-06-06 23:38:13 +09:00
..
2020-05-26 00:03:16 +09:00
2020-02-04 03:05:24 +00:00
2020-04-17 10:45:23 -05:00
2020-04-09 00:13:45 +09:00
2020-05-26 00:03:16 +09:00
2020-05-07 19:27:20 -07:00
2020-03-25 11:50:48 +01:00
2020-04-09 00:13:45 +09:00
2020-06-06 23:38:13 +09:00
2020-03-30 09:23:00 +09:00
2020-04-03 13:12:26 -07:00
2020-03-25 11:50:48 +01:00
2020-03-03 20:49:21 +09:00
2020-03-13 20:53:40 +01:00
2020-02-25 03:35:16 -07:00
2020-04-21 11:11:55 -07:00
2020-05-26 00:03:16 +09:00
2020-04-23 01:10:16 +09:00
2020-05-07 19:27:20 -07:00
2020-04-15 15:13:13 -06:00
2020-03-17 08:59:03 +09:00
2020-01-27 14:25:06 -07:00
2020-04-09 00:13:45 +09:00
2020-03-03 20:49:21 +09:00
2020-02-21 11:22:15 -08:00
2020-05-26 00:03:16 +09:00
2019-11-22 10:35:18 -07:00
2020-05-04 09:16:37 -07:00
2020-05-12 13:28:33 +09:00
2020-04-09 00:13:45 +09:00
2020-04-15 14:58:12 -06:00
2020-06-06 23:38:12 +09:00
2020-04-09 00:13:45 +09:00
2020-06-03 13:22:17 +09:00
2020-05-17 18:52:01 +09:00
2020-03-25 10:19:43 +09:00
2020-04-09 00:13:45 +09:00
2019-11-15 00:23:10 +09:00
2020-05-12 13:28:33 +09:00
2020-06-03 13:22:17 +09:00
2020-06-06 23:38:12 +09:00
2019-11-11 20:10:01 +09:00
2020-04-07 10:43:44 -07:00
2020-05-17 18:52:01 +09:00
2020-05-12 13:28:33 +09:00
2020-05-26 00:03:16 +09:00
2019-10-05 15:29:49 +09:00
2019-11-11 20:10:01 +09:00
2020-03-26 15:08:27 -07:00
2020-01-19 16:08:25 +00:00
2019-10-12 20:49:33 -04:00
2019-11-11 20:10:01 +09:00
2019-12-13 10:47:58 +01:00
2019-12-13 10:47:58 +01:00
2020-04-02 09:35:25 -07:00
2020-03-02 13:08:11 -07:00
2019-11-13 10:52:05 +00:00
2020-02-10 13:35:15 -08:00