Re: What belongs in the Debian cloud kernel?

2020-04-04 Thread Laurence Parry
> For buster, we generate a cloud kernel for amd64. For sid/bullseye, > we'll also support a cloud kernel for arm64. At the moment, the cloud > kernel is the only used in the images we generate for Microsoft Azure > and Amazon EC2. It's used in the GCE images we generate as well, but > I'm not

Bug#953680: linux-image-5.5.0-rc5-amd64: When will the stable version of 5.5 reach the repos?

2020-03-30 Thread Laurence Parry
> Kernel 5.6 was released yesterday > from upstream, so isn't it a bit late > now for 5.5? >From what I've seen, it's not unusual for Debian's kernel team to wait several minor point releases until there is a kernel they're happy with - indeed, I wouldn't be surprised if the policy is to wait

Bug#940105: linux: serious corruption issue with btrfs

2019-09-16 Thread Laurence Parry
I had a look at and it appears to have gone into both 5.3 (final) and 5.2.15. For what it's worth, it took only a day or so to exhibit the issue on our (admittedly active) nginx/postgres/PHP server; we weren't doing any unusual work during that time. If you're using btrfs, and you can't apply a

Bug#940105: linux: serious corruption issue with btrfs

2019-09-16 Thread Laurence Parry
We seem to have run into this yesterday on a production server sing a custom compile of the 5.2.9 buster-backports kernel. nginx was hung in D status, sync hung as well, no obvious reason for it; I ended up having to reset the machine. On boot I found we had lost several hours of logs and worse,

Re: Persons involved in kernel development of debian os

2017-07-06 Thread Laurence Parry
> Can you please share with me the names of original team > who developed debian os and its kernel. There are several hundred Debian Developers and Maintainers: https://www.debian.org/devel/ Since Debian was founded in the 1990s many have joined and left the project, but a few key names are

Re: works with amd ryzen in "stretch" ?

2017-06-24 Thread Laurence Parry
> Does the linux kernel work with amd ryzen processor > series in Debian 9.0 "stretch" ? It seems to test out fine: http://www.phoronix.com/scan.php?page=article=amd-ryzen-6linux A fix for Zen CPU multiprocessing topology was added in 4.10:

Bug#861964: Increased ext4_inode_cache size wastes RAM under default SLAB allocator

2017-05-06 Thread Laurence Parry
Package: linux-image-amd64 Version: 4.9+80 Debian's use of the SLAB allocator combined with ongoing kernel changes mean the ext4 inode cache wastes ~21% of space allocated to it on recent amd64 kernels, a regression from the ~2% waste in jessie. SLAB enforces a first-order allocation (i.e. 4KB

Bug#851119: memcg causing freezes on backports kernel

2017-04-15 Thread Laurence Parry
memory cgroups decreased the stability of 4.8, regardless of whether they were actively being used; we were not actively using them, but still experienced lockups. Disabling them on the kernel command line fixed it. I'm not sure if it's been fixed in 4.9 because I removed memcgroups them from

Re:L Bug#851119: 4.8.11 bpo8: "list_del corruption" and "CPU#x got stuck for 22s"

2017-01-12 Thread Laurence Parry
> I have the impression that there is an increased probability > for linux-image-4.8.0-0.bpo.2-amd64-unsigned (4.8.11-1~bpo8+1) > to run into "CPU#x got stuck for 22s" messages. This appears to be due to the cgroups memory controller. I've had had good experience with adding cgroup_disable=memory

Bug#851119: memcg causing freezes on backports kernel

2017-01-12 Thread Laurence Parry
This appears to be due to the cgroups memory controller. I've had had good experience with adding cgroup_disable=memory on the kernel boot line. You can also compile your own kernel without the the memory controller, which I recommend if you have the capability, as it cuts out a non-trivial

jessie-backports: linux 4.7 686-pae triggering eth errors, nginx OOM

2016-09-19 Thread Laurence Parry
Whoever handles this (Zumbi?) might want to hold off on making linux-image-686-pae in jessie-backports == linux-image-4.7.0-0.bpo.1-686-pae-unsigned (or similar) I run nginx caches on Debian Jessie which I keep up to date with backports kernels. I saw the 4.7 above, so I tried it, but I've