| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This is needed for lxc-top to show I/O serviced reporting.
'cherry-pick' by hand from commit 6aef2d983bfc353adbf8d4e215c371140cdbe137
fixes #10754
|
|
|
|
|
|
| |
fixes #10176
(cherry picked from commit e77158f7767e83d40f369b1ced7c192e5ede9558)
|
|
|
|
|
| |
fixes: #10701
(cherry picked from commit 6662e0c9fb5889f8bd31475af1c69c9aff75548b)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Increase CONFIG_NR_CPUS to 128 for x86 and 256 for x86_64 on linux-virt
and linux-vanilla.
CONFIG_NR_CPUS_DEFAULT is left at 32 for now because each CPU need
8KB of RAM
fixes #10768
(cherry picked from commit a43744566e77df60516944e78c2953049d97a819)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
also enable CONFIG_RANDOM_TRUST_CPU
https://askubuntu.com/questions/1070433/will-ubuntu-enable-random-trust-cpu-in-the-kernel-and-what-would-be-the-effect/1071196#1071196
ref #9960
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The goal of upstream Linux is to reduce the stackframe size on 32-bit to
1024 and on 64-bit to 1280, inline with how gcc generally works. While
this hasn't been achieved yet everywhere and in all configurations, the
Alpine status quo of 1024 on 64-bit is something that doesn't have plans
to happen. Given that the intent was to be conservative, we raise this
to 1280, rather than something large like 2048.
Reference: https://lore.kernel.org/lkml/CAK8P3a0CS3QzEKEV5==qj8hUYgW+q2v1f13jA+s0TjQd8kYXFA@mail.gmail.com/
|
|
|
|
| |
ref #10044
|
|
|
|
|
| |
* This fixes a conflict with the virtualbox guest additions package.
See virtualbox-guest-modules package
|
|
|
|
| |
usage.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Build amazon's ena network driver module on x86, x86_64, and aarch64 (for EC2 a1 instances).
At some point we will probably want to add config-virt.aarch64, too.
The ena driver in recent kernels (4.19.x) is in sync with the one in https://github.com/amzn/amzn-drivers, eliminating the necessity for the 'community/aws-ena-driver' aport.
|
| |
|
|
|
|
|
| |
AWS Elastic File System works best with NFS v4.1, Docker's cloudstor:aws plugin requires it.
This is already enabled in config-vanilla.s390x; simply enabling it in the other configs.
|
|
|
|
|
| |
The most recent generation of AWS EC2 instances (c5, i3, m5) expose EBS volums as NVMe devices.
This patch simply builds the same NVMe kernel modules for the 'virt' flavor as it does for 'vanilla'.
|
|
|
|
| |
fixes #8778
|
|
|
|
|
|
| |
This should fix a regression that caused console go black.
http://lists.alpinelinux.org/alpine-devel/6125.html
|
|
|
|
| |
fixes #8401
|
| |
|
|
|