Hi, On Sun, 5 Jun 2016 20:30:05 +0900 Tetsuo Handa <pengu****@I-lov*****> wrote: > > ^ > > akari/lsm-4.2.c:1239:41: error: assignment of member ‘find_task_by_pid_ns’ in read-only object > > ccsecurity_exports.find_task_by_pid_ns = probe_find_task_by_pid_ns(); > > ^ > > akari/lsm-4.2.c:1242:37: error: assignment of member ‘d_absolute_path’ in read-only object > > ccsecurity_exports.d_absolute_path = probe_d_absolute_path(); > > > > Function names_count is missing from the size_overflow hash table +names_count+ccs_condition+0+60468+ > > Function argc is missing from the size_overflow hash table +argc+ccs_condition+0+63399+ > > Function condc is missing from the size_overflow hash table +condc+ccs_condition+0+43125+ > > Makefile:1469: recipe for target '_module_akari' failed The "missing" messages are not interesting now because this is an old kernel and every kernel versions has a new hash table. The CONSTIFY gcc plugin prints the "read-only" messages. I CC this mail to pipacs because this plugin is his. -- Emese