kernel-tools
kernel-tools copied to clipboard
:penguin: Kernels on Scaleway
Hi Scaleway, #158 requested seccomp be enabled and #161 enabled it, but it appears that change was lost somewhere along the line, as many of the kernel configs today do...
Please consider adding iscsi support ``` +CONFIG_BLK_DEV_BSGLIB=y +CONFIG_SCSI_ISCSI_ATTRS=m +CONFIG_ISCSI_TCP=m ```
I did some experiments (see https://gist.github.com/moul/cf67f5cab6ffe6cad0a7) When building the kernel using `make tar-pkg`, there is nothing except the kernel image and modules. When building the kernel using `make deb-pkg`, there...
It would be nice to have the possibility to create bigger memory mappings, in particular when we want to overcommit a lot of memory in a a single process, or...
@moul and @fabled as discussed on #alpine-linux Please enable CONFIG_COMPACTION and CONFIG_SLUB. This should prevent oom when memory gets fragmented.
This option is required for "ip rule" to work, which is needed for some advanced networking setups.
See: https://community.scaleway.com/t/official-linux-kernel-new-modules-optimizations-hacks/226/61?u=manfred
As pointed out by @richardschuetz on https://github.com/scaleway/image-debian/issues/27, we should try to rely on CONFIG_UNIX98_PTYS: ``` That's caused by CONFIG_LEGACY_PTYS=y and CONFIG_LEGACY_PTY_COUNT=256 in the kernel configuration. These days it's sufficient to...
Stable versions 3.17.8 and 3.18.5 have been released with a fix that disables the Marvell's hardware IO/Coherency feature It seems that random problems appeared when bumping to this kernel versions...