| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since commit fe488f95270 we are sourcing defaults/modules_load first
and arch-specific file later.
This commit will cleanup duplicated entries in modules_load files
and make it clear that arch/*/modules_load is only extending
defaults/modules_load.
In addition, module order was adjusted to speed up root detection.
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
|
|
|
|
|
|
|
| |
Kernel command-line argument only, adds "dobcache".
Bug: https://bugs.gentoo.org/605094
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
|
|
|
|
|
|
|
|
| |
- Renamed to set_color_vars()
- Use NOCOLOR variable
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
|
|
|
|
|
|
| |
No need to be executable.
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
|
|
|
|
| |
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
This restores the crc32 & crc32c support on kernels before these were
renamed to crc32 (in 2016) and crc32c (in 2014) respectively.
This also removes crc32c-intel support from non-x86 arches, and adds a
few other arch-specfic crc32 & crc32c drivers where they're available.
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/648288
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
|
|
|
|
|
|
|
| |
Fixes: https://bugs.gentoo.org/655110
Fixes: https://bugs.gentoo.org/666338
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/655110
Acked-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
|
|
| |
this guy. but seriously, add support for emmc on pci and acpi on
platforms which support it. I have test the acpi changes, the pci
changes are assumed
|
| |
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
|
| |
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=273221
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
|
|
| |
settings.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
|
|
| |
configs are not usable, we should ignore them.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Funtoo added hid-logitech-dj and 3w-sas to its fork after a user request
for 3w-sas:
https://github.com/funtoo/genkernel/commit/3e53f3ad511dde45b1b82b054eb4e7caee8a87eb
https://bugs.funtoo.org/browse/FL-1547
Lets do the same.
Original-patch-by: Daniel Robbins <drobbins@funtoo.org>
Signed-off-by: Richard Yao <ryao@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
The merge.pl script and initial configuration files for ppc, ppc64 x86
and x86_64 are from RHEL6. The merge.pl is intended to be replaced in
the future. We will use it for now because Rick Farina of Gentoo QA
wants this merged regardless of whether we have a substitute ready or
not.
Signed-off-by: Richard Yao <ryao@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CONFIG_AUDIT is already enabled on the most common architectures. It is
ancient, yet it is required by SELinux. Lets enable it on all
architectures for SELinux compatibility.
It is not clear that ./arch/ppc64/kernel-2.6-pSeries and
./arch/ppc64/kernel-2.6.g5 even still work. I am omitting them from this
commit because it is not clear to me that they even still work. Someone
with appropriate hardware will need to update the config file(s).
Signed-off-by: Richard Yao <ryao@gentoo.org>
|
|
|
|
|
|
|
| |
Recent versions of systemd-udev require CONFIG_FHANDLE=y and provide no
fallback for kernels that lack it.
Signed-off-by: Richard Yao <ryao@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
https://bugs.gentoo.org/show_bug.cgi?id=554202
https://bugs.gentoo.org/show_bug.cgi?id=534266
https://bugs.gentoo.org/show_bug.cgi?id=522176
this change was approved by the releng lead, but it seems to have slipped
off his plate so I'm going to get some bugs closed by request.
Squeeky wheels get the grease.
|
|
|
|
|
| |
Ask portage what MAKEOPTS should be and use this when unset on commandline or
genkernel.conf. If portage MAKEOPTS are also unset, keep original defaults.
|
|
|
|
| |
Signed-off-by: Raúl Porcel <armin76@gentoo.org>
|
|
|
|
|
|
|
|
| |
At least one kernel configuration generates an addition module that we
need to load for USB 3.0 support, so lets load it.
Reported-by: Robin Johnson <robbat2@gentoo.org>
Signed-off-by: Richard Yao <ryao@gentoo.org>
|
|
|
|
| |
Signed-off-by: Richard Yao <ryao@gentoo.org>
|
|
|
|
| |
Thanks to Adrian.Bassett@hotmail.co.uk for reporting this.
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
|
|
|
|
| |
Somewhere in the mists of time we lost part of the multipath patch, so
we were bundling the userspace, but not the kernel modules, or ever
using it.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
| |
|
|
|
|
|
| |
We add hid-generic to the modules_load list alongside usbhid to avoid
issues.
|
|
|
|
|
|
| |
X-Gentoo-Bug: 401583
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=401583
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
|
|
| |
This provides ZFS support, to go with the sys-fs/zfs package.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> (cleanups)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
--[no-]integrated-initramfs
When using an integrated initramfs (including in kernel during build),
it's better NOT to compress the initramfs, as the kernel build process
will then be re-compressing it. This can provide space savings on disk
as well as potential time & memory savings (one less decompress pass is
needed before the kernel can use the initramfs).
This functionality was previously available in the undocumented
COMPRESS_INITRD variable.
Code-by: Richard Yao <ryao@cs.stonybrook.edu>
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
(commit message rewritten).
|
| |
|
| |
|
| |
|
|
|
|
| |
Grub2 is going to support btrfs someday, so better getting prepared.
|
|
|
|
| |
bug #270983)
|
| |
|
|\ |
|
| | |
|