I was trying to install the linux-next kernel in my system with the following steps.
- Copied the existing configuration file from /boot to the root of source directory
- Updated the .config file with make oldconfig
- Compiled the modules with  fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers
- Installed the generated deb packages using dpkg -i *.deb.
When booting up the new kernel, it shows  It shows up an error
It shows up an error Kernel Offset: disabled. I'm unable to figure out the exact reason for this panic message. Let me know if I have to provide any other logs. 

