Re: dumpkmap/loadkmap misses handling of K_ALLOCATED and K_NOSUCHMAP

2013-09-20 Thread John Spencer
On 09/19/2013 05:55 PM, Denys Vlasenko wrote: Maybe just a comment will do? /* * Note: table[idx:0] can contain special value * K_ALLOCATED (marks allocated tables in kernel). * dumpkmap

Re: dumpkmap/loadkmap misses handling of K_ALLOCATED and K_NOSUCHMAP

2013-09-19 Thread Denys Vlasenko
On Tue, Sep 17, 2013 at 3:09 AM, John Spencer maillist-busy...@barfooze.de wrote: using this debug patch --- a/console-tools/loadkmap.c +++ b/console-tools/loadkmap.c @@ -67,7 +67,10 @@ int loadkmap_main(int argc UNUSED_PARAM, char **argv) ke.kb_index = j;

dumpkmap/loadkmap misses handling of K_ALLOCATED and K_NOSUCHMAP

2013-09-16 Thread John Spencer
using this debug patch --- a/console-tools/loadkmap.c +++ b/console-tools/loadkmap.c @@ -67,7 +67,10 @@ int loadkmap_main(int argc UNUSED_PARAM, char **argv) ke.kb_index = j; ke.kb_table = i;