FAQ

Revision 6 as of 2007-11-10 16:47:02

Clear message

Include(KernelTeamHeader)

Welcome to the KernelTeam FAQ! The aim of this page is to provide an up to date list of common questions that we get. We encourage you to update this document when something is missing so it becomes a core source of information for the project.

General Questions

Can I get a patch included in Ubuntu's kernel?

See KernelPatches.

The Ubuntu kernel config produces huge packages

Our build includes CONFIG_DEBUG_INFO in order to produce linux-debug-image packages. We then manually strip the modules after build.

If you re-use our config for your own build, your best bet is to change this line in the config:

CONFIG_DEBUG_INFO=y

To this:

# CONFIG_DEBUG_INFO is not set

I get dm-linear errors upgrading to gutsy

We've removed a long time patch to our kernel to work around problems in evms. This patch creates more issues than it "fixes". Please see this FAQ for work arounds: http://evms.sourceforge.net/install/kernel.html#bdclaim

Special Sauce Patches

Here is a list of patches applied to the Gutsy kernel that are not maintained upstream.

commit aaed87be2dd4cd3499b092d429e805a50dd797c1 UBUNTU: acpi_scan_rsdp() breaks some PCs by not honouring ACPI specification

commit f2659689109662e4fc2d8755822df63a70c74554 UBUNTU: Disable MMCONFIG by default

commit 82e59f13411108d58e7681ca7ac18a0f7849d4a5 Use compat_sys_getdents

commit 66229db6579602007bf8a509da68de1057aaaf13 UBUNTU: PPC: Only set hwif stuff when ide-core is non-modular

commit 713cf916be1ce74fe96dc1a14fc260469a095606 UBUNTU: i386/x86_64: Allow disabling the putstr's from compressed boot wrapper

commit 9e9eb927bb9ea73c58464ef43397139cbcecc098 UBUNTU: ACPI: Allow custom DSDT tables to be loaded from initramfs