Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #62376 > unrolled thread
| Started by | Jiri Palecek <jpalecek@web.de> |
|---|---|
| First post | 2018-10-16 01:10 +0200 |
| Last post | 2018-10-16 01:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.debian.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Bug#908382: Update on kernel bug: kernel 4.18 fails to boot Jiri Palecek <jpalecek@web.de> - 2018-10-16 01:10 +0200
| From | Jiri Palecek <jpalecek@web.de> |
|---|---|
| Date | 2018-10-16 01:10 +0200 |
| Subject | Bug#908382: Update on kernel bug: kernel 4.18 fails to boot |
| Message-ID | <wJk9P-58b-5@gated-at.bofh.it> |
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 top | Article view | linux.debian.kernel
csiph-web