Kees Cook
1227daa43b
pstore/ram: Clarify resource reservation labels
...
When ramoops reserved a memory region in the kernel, it had an unhelpful
label of "persistent_memory". When reading /proc/iomem, it would be
repeated many times, did not hint that it was ramoops in particular,
and didn't clarify very much about what each was used for:
400000000-407ffffff : Persistent Memory (legacy)
400000000-400000fff : persistent_memory
400001000-400001fff : persistent_memory
...
4000ff000-4000fffff : persistent_memory
Instead, this adds meaningful labels for how the various regions are
being used:
400000000-407ffffff : Persistent Memory (legacy)
400000000-400000fff : ramoops:dump(0/252)
400001000-400001fff : ramoops:dump(1/252)
...
4000fc000-4000fcfff : ramoops:dump(252/252)
4000fd000-4000fdfff : ramoops:console
4000fe000-4000fe3ff : ramoops:ftrace(0/3)
4000fe400-4000fe7ff : ramoops:ftrace(1/3)
4000fe800-4000febff : ramoops:ftrace(2/3)
4000fec00-4000fefff : ramoops:ftrace(3/3)
4000ff000-4000fffff : ramoops:pmsg
Signed-off-by: Kees Cook <keescook@chromium.org >
Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org >
Tested-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org >
Tested-by: Guenter Roeck <groeck@chromium.org >
2018-10-22 07:11:58 -07:00
..
2018-08-17 17:27:58 -07:00
2018-08-22 10:52:51 -07:00
2018-05-28 12:36:41 +02:00
2018-08-23 18:48:43 -07:00
2018-08-22 12:34:08 -07:00
2018-06-15 18:10:01 -03:00
2018-05-22 14:27:50 -04:00
2018-08-21 18:19:09 -07:00
2018-07-25 14:49:00 +01:00
2018-08-20 18:26:55 -07:00
2018-08-23 15:11:10 -05:00
2018-06-05 16:57:31 -07:00
2018-07-17 06:14:07 -07:00
2018-06-15 07:31:07 +09:00
2018-06-11 10:16:13 -07:00
2018-06-12 20:52:16 -07:00
2018-08-21 23:54:17 -04:00
2018-06-12 16:19:22 -07:00
2018-05-26 09:16:25 +02:00
2018-07-22 14:13:44 +02:00
2017-11-27 13:05:09 -08:00
2018-07-24 14:43:20 -06:00
2018-04-12 12:04:49 +02:00
2018-08-17 16:49:31 -07:00
2018-08-17 16:20:29 -07:00
2018-08-22 13:29:39 -07:00
2018-08-22 10:52:50 -07:00
2018-05-22 14:27:51 -04:00
2018-07-25 14:49:00 +01:00
2018-08-21 18:47:36 -07:00
2018-08-15 22:40:03 -07:00
2018-08-23 18:48:42 -07:00
2018-08-23 18:48:42 -07:00
2018-08-17 16:20:28 -07:00
2018-08-25 12:42:33 -07:00
2018-08-22 10:52:44 -07:00
2018-08-21 11:37:41 +02:00
2018-07-29 15:51:47 -04:00
2018-07-18 16:44:01 +02:00
2018-08-15 22:47:23 -07:00
2018-08-18 11:44:53 -07:00
2018-08-09 16:11:21 -04:00
2018-05-22 14:27:52 -04:00
2018-08-23 16:03:58 -07:00
2018-03-27 13:18:09 -04:00
2018-08-23 16:00:10 -07:00
2018-08-22 10:52:49 -07:00
2017-11-02 11:10:55 +01:00
2018-08-29 14:56:45 -07:00
2018-08-17 16:20:27 -07:00
2018-08-21 18:19:09 -07:00
2018-05-22 14:27:58 -04:00
2018-05-22 14:27:57 -04:00
2018-08-14 12:07:14 -04:00
2018-08-22 13:15:25 -07:00
2018-08-26 11:25:21 -07:00
2018-10-22 07:11:58 -07:00
2018-05-22 14:27:52 -04:00
2018-05-22 14:27:54 -04:00
2018-08-22 18:17:48 +02:00
2018-08-22 10:52:50 -07:00
2018-05-22 14:27:55 -04:00
2018-08-02 09:34:02 -07:00
2018-08-18 11:44:53 -07:00
2018-08-22 10:52:51 -07:00
2018-07-31 11:32:44 -04:00
2018-08-24 13:50:07 +02:00
2018-08-24 11:13:32 +02:00
2018-08-17 16:20:27 -07:00
2018-08-21 18:19:09 -07:00
2018-08-13 20:56:23 -07:00
2018-07-12 10:04:27 -04:00
2018-07-03 16:44:45 -04:00
2018-07-12 10:04:20 -04:00
2018-04-11 10:28:37 -07:00
2018-06-12 16:19:22 -07:00
2018-08-13 19:24:32 -07:00
2018-04-11 10:28:37 -07:00
2018-07-10 23:29:03 -04:00
2017-10-03 17:54:25 -07:00
2018-08-14 10:23:25 -07:00
2018-08-30 12:56:40 +02:00
2018-03-15 17:59:24 +01:00
2018-07-30 16:21:49 -04:00
2018-06-05 19:23:26 +02:00
2017-11-17 11:54:55 -08:00
2018-03-29 15:07:46 -04:00
2018-08-25 18:43:59 -07:00
2018-08-17 16:20:28 -07:00
2018-04-02 20:15:39 +02:00
2018-05-14 08:55:18 -06:00
2017-11-02 11:10:55 +01:00
2018-06-28 10:40:47 -07:00
2018-08-22 10:52:49 -07:00
2018-08-21 13:47:29 -07:00
2018-08-15 23:03:20 -05:00
2018-01-15 12:07:51 -08:00
2018-08-21 18:19:09 -07:00
2018-04-02 20:16:00 +02:00
2018-05-16 07:23:35 +02:00
2017-11-07 10:32:44 +01:00
2018-05-03 16:11:37 -06:00
2018-08-21 18:19:09 -07:00
2018-08-21 18:19:09 -07:00
2018-07-18 15:44:40 +02:00
2018-08-21 18:15:47 -07:00
2018-06-11 08:22:34 -07:00
2018-08-02 08:06:55 +09:00
2018-03-30 11:34:55 -07:00
2018-08-21 18:19:09 -07:00
2018-06-11 08:22:34 -07:00
2018-06-12 16:19:22 -07:00
2017-11-02 11:10:55 +01:00
2018-08-17 16:20:29 -07:00
2018-08-23 18:48:43 -07:00
2018-08-26 11:48:42 -07:00
2018-02-15 15:34:42 -05:00
2018-08-21 18:19:09 -07:00
2018-08-13 19:58:36 -07:00
2018-01-02 19:27:28 -08:00
2018-02-11 14:34:03 -08:00
2018-07-18 15:44:40 +02:00
2018-04-02 20:16:02 +02:00
2018-06-28 10:40:47 -07:00
2018-08-17 16:20:28 -07:00
2018-06-16 16:21:50 +09:00
2018-06-16 16:21:50 +09:00
2018-04-02 20:15:34 +02:00
2018-07-12 14:49:48 +01:00
2018-08-26 11:48:42 -07:00
2018-04-04 12:44:02 -07:00
2018-08-13 20:56:23 -07:00
2018-08-23 18:48:44 -07:00
2018-04-02 20:15:44 +02:00
2018-08-24 09:25:39 -07:00