Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.bugs.dist > #922722

Bug#908382: Update on kernel bug: kernel 4.18 fails to boot

From Jiri Palecek <jpalecek@web.de>
Newsgroups linux.debian.bugs.dist, linux.debian.kernel
Subject Bug#908382: Update on kernel bug: kernel 4.18 fails to boot
Date 2018-10-16 01:10 +0200
Message-ID <wJk9P-58b-5@gated-at.bofh.it> (permalink)
References <wJk9P-58b-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Cross-posted to 2 groups.

Show all headers | View raw


Hello,

just for an update on this bug, I finally did the bisecting and found 
the first offending commit is this:

commit 21e07dba9fb1179148089d611fc9e6e70d1887c3 (HEAD, refs/bisect/bad)
Author: Christoph Hellwig <hch@lst.de>
Date:   Tue Apr 3 19:09:59 2018 +0200

     scsi: reduce use of block bounce buffers

     We can rely on the dma-mapping code to handle any DMA limits that is
     bigger than the ISA DMA mask for us (either using an iommu or swiotlb),
     so remove setting the block layer bounce limit for anything but the
     unchecked_isa_dma case, or the bouncing for highmem pages.

     Signed-off-by: Christoph Hellwig <hch@lst.de>
     Reviewed-by: Jens Axboe <axboe@kernel.dk>

Apparently the system with 5G memory needs bounce buffers after all, and 
without iommu, the swiotlb thingy didn't quite make it. Init then 
crashes after unsuccessful read of the disk.

Regards

     Jiri Palecek

Back to linux.debian.bugs.dist | Previous | Next | Find similar | Unroll thread


Thread

Bug#908382: Update on kernel bug: kernel 4.18 fails to boot Jiri Palecek <jpalecek@web.de> - 2018-10-16 01:10 +0200

csiph-web