From mboxrd@z Thu Jan 1 00:00:00 1970 From: md.jamalmohiuddin@gmail.com (Jamal) Date: Mon, 09 Mar 2015 11:30:00 +0530 Subject: Difference between System.map and /proc/kallsyms Message-ID: <54FD36E0.4020200@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi.. After reading Documentation on System.map, i understood that , whenever an oops happens the following addresses will be converted to its function name by klogd daemon using System.map. Now when we have /proc/kallsyms which stores the symbol table in the kernel image itself.Then what is the need of System.map file??Is any process or daemon still using it?? Regards, Md.Jamal