kernel BUG at drivers/scsi/scsi_error.c:197! - git 4.17.0-x64-08428-g7d3bf613e99a

2018-06-09 Thread Andrew Randrianasulu
Hello, everyone! I was trying to test not-yet-completed 4.18-rc1, and run into this bug, probably due to HAL (yes, I still use this) trying to poll empty DVD-RW drive: [ 35.040167] [ cut here ] [ 35.040171] kernel BUG at drivers/scsi/scsi_error.c:197! [ 35.040196]

Zstd and zram - not finished?

2018-02-09 Thread Andrew Randrianasulu
Hello, I was trying to test zstd compression for zram devices with kernel 4.15 But to my surprize I found zstd comressor missing from list of compression algos. I found out this patch or equivalent was still missing in 4.15 and missing in 4.16 as it nearing -rc1: https://lkml.org/lkml/2017/8/4/

Re: AMD erratum 665 on f15h processor?

2017-12-18 Thread Andrew Randrianasulu
В сообщении от Tuesday 19 December 2017 00:05:40 Borislav Petkov написал(а): > When you git reply, please hit reply-to-all in your mail client so that > mailing lists get CCed too. ok. > > On Mon, Dec 18, 2017 at 07:54:52PM +0300, Andrew Randrianasulu wrote: > > В сообщении от

AMD erratum 665 on f15h processor?

2017-12-17 Thread Andrew Randrianasulu
Hello! I was trying to investigate why all my old kernels can't be booted on my relatively new machine. Kernels 4.10+ naturally boot - I use 4.14.3 right now - but old kernels die early ... After some digging I found this https://patchwork.kernel.org/patch/9311567/ Patch talk about family 12h,

Re: AMD erratum 665 on f15h processor?

2017-12-17 Thread Andrew Randrianasulu
В сообщении от Sunday 17 December 2017 23:52:05 вы написали: > On Sun, Dec 17, 2017 at 12:04:28PM +0300, Andrew Randrianasulu wrote: > > Hello! > > > > I was trying to investigate why all my old kernels can't be booted on my > > relatively new machine. Kernels 4.1