On Wed, 29 Oct 2014 20:15:04 +0000 "Rebecca N. Palmer" 
<rebecca_pal...@zoho.com> wrote:
> Control: tags -1 patch
> 
> I have now tested that upstream patch (note I earlier accidentally sent 
> you a link showing only one file's changes; we need the whole commit, 
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=c9224faa59c3071ecfa2d4b24592f4eb61e57069
>  
> , as attached), and it does fix this bug.

Thanks, I'll include this in the next update.

> While installing the fixed kernel (i.e. before actually using it), the 
> system froze at the update-grub stage (photo attached) and wouldn't 
> reboot even with Alt+SysRq+b (but didn't flash CapsLock); is that 
> because installing a kernel over the running one isn't supposed to work 
> (I thought the -3 was the ABI so didn't increment it) or is something 
> else wrong?

Even if this patch changed the kernel module ABI (which it doesn't) that
should only result in being unable to load new modules until you
rebooted into the new kernel.  Each symbol that's exported to modules
has a 'version' that is a hash of related type definitions, and the
kernel's module linker requires both name and version to match.

This certainly seems like another bug.  However I don't think we'll be
able to do anything about it without some kind of crash log.  If your
computer boots with EFI then the kernel might have been able to save a
crash log in flash.  The reportbug script for the kernel knows how to
read this back (it appears in the /sys/fs/pstore directory), and will
prompt you to include it.

Ben.

-- 
Ben Hutchings
The world is coming to an end.  Please log off.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to