FAQ

Differences between revisions 1 and 26 (spanning 25 versions)
Revision 1 as of 2007-02-05 15:17:42
Size: 566
Editor: collinsap1
Comment:
Revision 26 as of 2010-06-16 08:08:06
Size: 1490
Editor: 79-66-150-246
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[Include(KernelTeamHeader)]] <<Include(KernelTeamHeader)>>
Line 3: Line 3:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents]]|| ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||
Line 9: Line 9:
== How do I find the kernel team? ==

The Kernel Team is primarily IRC based as we are located in disparate cities throughout the world. We typically hang out on the {{{#ubuntu-kernel}}} channel on FreeNode, please be patient if we seem to be quiet. See the [[KernelTeam]] page for more details.

== How do I get involved with the Ubuntu Kernel? ==

The kernel team is always interested in getting community help on the kernel, we need help Triaging Bugs, reviewing patches, as well as helping to fix bugs. For more details see KernelTeam/GettingInvolved.
Line 11: Line 19:
KernelPatches
----
CategoryKernel
See KernelTeam/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
}}}

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

How do I find the kernel team?

The Kernel Team is primarily IRC based as we are located in disparate cities throughout the world. We typically hang out on the #ubuntu-kernel channel on FreeNode, please be patient if we seem to be quiet. See the KernelTeam page for more details.

How do I get involved with the Ubuntu Kernel?

The kernel team is always interested in getting community help on the kernel, we need help Triaging Bugs, reviewing patches, as well as helping to fix bugs. For more details see KernelTeam/GettingInvolved.

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

See KernelTeam/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

Kernel/FAQ (last edited 2019-02-27 05:03:39 by anthonywong)