$Id: issues.txt,v 1.2 2005/02/10 23:25:11 imz Exp $

* Single ACM shared between all consoles :-(

It has been like this in all the standard kernels before. Even can't
find any available patches to add the feature of per-console ACMs,
though it seems to be easily implementable without changing much in
the kernel.

* loadkeys warnings during kernel compilation.

While compiling 2.6.10-alt2.imz1 I get:

loadkeys --mktable drivers/char/defkeymap.map > drivers/char/defkeymap.c.tmp
Reading drivers/char/defkeymap.map
Warning: Compose char ffc0 ('A','`') > 0xFF will be truncated to c0
  (Linux kernel < 2.3.X can't handle unicode compose chars properly)
Warning: Compose char ffe0 ('a','`') > 0xFF will be truncated to e0
Warning: Compose char ffc1 ('A',''') > 0xFF will be truncated to c1
Warning: Compose char ffe1 ('a',''') > 0xFF will be truncated to e1
Warning: Compose char ffc2 ('A','^') > 0xFF will be truncated to c2
Warning: Compose char ffe2 ('a','^') > 0xFF will be truncated to e2
Warning: Compose char ffc3 ('A','~') > 0xFF will be truncated to c3
Warning: Compose char ffe3 ('a','~') > 0xFF will be truncated to e3
Warning: Compose char ffc4 ('A','"') > 0xFF will be truncated to c4
Warning: Compose char ffe4 ('a','"') > 0xFF will be truncated to e4
Warning: Compose char ffc5 ('A','O') > 0xFF will be truncated to c5
Warning: Compose char ffe5 ('a','o') > 0xFF will be truncated to e5
Warning: Compose char ffc5 ('A','0') > 0xFF will be truncated to c5
Warning: Compose char ffe5 ('a','0') > 0xFF will be truncated to e5
Warning: Compose char ffc5 ('A','A') > 0xFF will be truncated to c5
Warning: Compose char ffe5 ('a','a') > 0xFF will be truncated to e5
Warning: Compose char ffc6 ('E','A') > 0xFF will be truncated to c6
Warning: Compose char ffe6 ('e','a') > 0xFF will be truncated to e6
Warning: Compose char ffc7 ('C',',') > 0xFF will be truncated to c7
Warning: Compose char ffe7 ('c',',') > 0xFF will be truncated to e7
Warning: Compose char ffc8 ('E','`') > 0xFF will be truncated to c8
Warning: Compose char ffe8 ('e','`') > 0xFF will be truncated to e8
Warning: Compose char ffc9 ('E',''') > 0xFF will be truncated to c9
Warning: Compose char ffe9 ('e',''') > 0xFF will be truncated to e9
Warning: Compose char ffca ('E','^') > 0xFF will be truncated to ca
Warning: Compose char ffea ('e','^') > 0xFF will be truncated to ea
Warning: Compose char ffcb ('E','"') > 0xFF will be truncated to cb
Warning: Compose char ffeb ('e','"') > 0xFF will be truncated to eb
Warning: Compose char ffcc ('I','`') > 0xFF will be truncated to cc
Warning: Compose char ffec ('i','`') > 0xFF will be truncated to ec
Warning: Compose char ffcd ('I',''') > 0xFF will be truncated to cd
Warning: Compose char ffed ('i',''') > 0xFF will be truncated to ed
Warning: Compose char ffce ('I','^') > 0xFF will be truncated to ce
Warning: Compose char ffee ('i','^') > 0xFF will be truncated to ee
Warning: Compose char ffcf ('I','"') > 0xFF will be truncated to cf
Warning: Compose char ffef ('i','"') > 0xFF will be truncated to ef
Warning: Compose char ffd0 ('D','-') > 0xFF will be truncated to d0
Warning: Compose char fff0 ('d','-') > 0xFF will be truncated to f0
Warning: Compose char ffd1 ('N','~') > 0xFF will be truncated to d1
Warning: Compose char fff1 ('n','~') > 0xFF will be truncated to f1
Warning: Compose char ffd2 ('O','`') > 0xFF will be truncated to d2
Warning: Compose char fff2 ('o','`') > 0xFF will be truncated to f2
Warning: Compose char ffd3 ('O',''') > 0xFF will be truncated to d3
Warning: Compose char fff3 ('o',''') > 0xFF will be truncated to f3
Warning: Compose char ffd4 ('O','^') > 0xFF will be truncated to d4
Warning: Compose char fff4 ('o','^') > 0xFF will be truncated to f4
Warning: Compose char ffd5 ('O','~') > 0xFF will be truncated to d5
Warning: Compose char fff5 ('o','~') > 0xFF will be truncated to f5
Warning: Compose char ffd6 ('O','"') > 0xFF will be truncated to d6
Warning: Compose char fff6 ('o','"') > 0xFF will be truncated to f6
Warning: Compose char ffd8 ('O','/') > 0xFF will be truncated to d8
Warning: Compose char fff8 ('o','/') > 0xFF will be truncated to f8
Warning: Compose char ffd9 ('U','`') > 0xFF will be truncated to d9
Warning: Compose char fff9 ('u','`') > 0xFF will be truncated to f9
Warning: Compose char ffda ('U',''') > 0xFF will be truncated to da
Warning: Compose char fffa ('u',''') > 0xFF will be truncated to fa
Warning: Compose char ffdb ('U','^') > 0xFF will be truncated to db
Warning: Compose char fffb ('u','^') > 0xFF will be truncated to fb
Warning: Compose char ffdc ('U','"') > 0xFF will be truncated to dc
Warning: Compose char fffc ('u','"') > 0xFF will be truncated to fc
Warning: Compose char ffdd ('Y',''') > 0xFF will be truncated to dd
Warning: Compose char fffd ('y',''') > 0xFF will be truncated to fd
Warning: Compose char ffde ('H','T') > 0xFF will be truncated to de
Warning: Compose char fffe ('h','t') > 0xFF will be truncated to fe
Warning: Compose char ffdf ('s','s') > 0xFF will be truncated to df
Warning: Compose char ffff ('y','"') > 0xFF will be truncated to ff
Warning: Compose char ffdf ('z','s') > 0xFF will be truncated to df
Warning: Compose char ffff ('j','i') > 0xFF will be truncated to ff
sed -e 's/^static *//' drivers/char/defkeymap.c.tmp > drivers/char/defkeymap.c
rm drivers/char/defkeymap.c.tmp
  CC      drivers/char/defkeymap.o


Does this mean anything bad?
