Dev

Differences between revisions 35 and 59 (spanning 24 versions)
Revision 35 as of 2010-08-06 17:09:15
Size: 5242
Editor: pool-98-108-155-157
Comment:
Revision 59 as of 2016-06-09 15:05:52
Size: 3741
Editor: kamalmostafa
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
=== !!! Please scroll down to old links section for working links !!! ===
== Kernel Build related infromation ==
 * [[Kernel/Dev/QuickBuildLocal| How to build a kernel on your local machine.]]
 * [[Kernel/Dev/QuickBuildPPA|How to build a kernel in a PPA.]]
 * [[Kernel/Dev/DKMSPackaging|How to build dkms packages.]]
 * [[Kernel/Dev/ModConfigBuild|How to modify kernel config and build kernel.]]
 * [[Kernel/Dev/ApplyPatchBuild|How to apply patches and build a kernel.]]
 * [[Kernel/Dev/KernelBuildScripts|How to use kernel build scripts.]]
Line 11: Line 3:
== Kernel Patch Submission ==
 * [[Kernel/Dev/UpstreamPatchSubmission|How to submit patches upstream.]]
 * [[Kernel/Dev/SRUPatchSubmission|How to submit SRU patches.]]
 * [[Kernel/Dev/UKMLPatchSubmission|How to submit sauce patches to ubuntu kernel.]]
 * [[Kernel/Dev/PushToRemoteGitTree|How to push patches to remote git tree.]]
 * [[Kernel/Dev/StablePatchFormat|Required Stable Patch Format.]]

== Kernel Maintenance Related information ==
 * [[Kernel/Dev/WhatIsSRU|What is kernel stable release update (SRU).]]
 * [[Kernel/Dev/SRUPolicy|What is the SRU policy.]]
 * [[Kernel/Dev/AboutKernelABI|What is kernel ABI and when/why is it incremented.]]
 * [[Kernel/Dev/ABIPackages|List of packages that needs ABI bump during stable update.]]
 * [[Kernel/Dev/AddingNonFreeFirmware|How to add non-free firmware.]]
 * [[Kernel/Dev/AddingFreeFirmware|How to add free firmware.]]
 * [[Kernel/Dev/KernelPackageVersioning|How to version changes to kernel packages.]]
 * [[Kernel/Dev/KernelUpdatePolicy|What is the kernel security update policy.]]
 * [[Kernel/Dev/TopicBranches|What are topic branches.]]
 * [[Kernel/Dev/KernelReleaseSchedule|What is the kernel release schedule]]

== Kernel Bug Fixing ==
 * [[Kernel/Dev/KernelBugFixing|How to fix a kernel bug]]

== Guides and Other Useful Documentation. ==
 * [[Kernel/FAQDeveloper| Kernel frequently asked question (FAQ).]]
 * [[Kernel/Dev/GitCheatSheet|A GIT cheat sheet.]]
 * [[http://book.git-scm.com/index.html|Community Documentation on GIT]]

== Old links ==
Line 48: Line 12:
 * [[Kernel/Maintenance/Beginner]] - A beginners guide to Ubuntu kernel maintanence.
Line 50: Line 13:
 * [[KernelTeam/KernelForIdiots]] - Scott's notes on making custom kernels cause he can't grep the above two things fast enough  * [[Kernel/Dev/KernelModuleRebuild]] - Build a kernel module without rebuilding kernel.
Line 53: Line 16:
 * [[Kernel/Dev/StablePatchFormat|StablePatchFormat]] - How to format a patch to submit
Line 59: Line 23:
 * [[Kernel/Dev/Flavours]] -- what kernel flavours (kernel variants) do we have in each release?
 * [[Kernel/Dev/Meta-Pkgs]] -- Ubuntu kernel meta package documentation and diagrams.
Line 60: Line 26:
 * [[http://idlethread.blogspot.com/2009/01/recipe-of-day-cross-compiling-armel.html|ARM kernel cross compilation]]  * [[KernelTeam/ARMKernelCrossCompile]] ARM kernel cross compilation
Line 65: Line 31:
 * [[KernelTeam/DKMSPackaging]] - How to build a DKMS Package
Line 67: Line 32:
 * [[KernelTeam/AddingNonFreeFirmware]] - Adding firmware to linux-firmware-nonfree
 * [[KernelTeam/AddingFreeFirmware]] - Adding free firmware to Ubuntu
Line 71: Line 34:
 * [[GitKernelBuild]] - Build mainline kernel from git. Also help with submitting bugs to upstream bugzilla.kernel.org
Line 73: Line 35:
 * [[Kernel/Dev/MaintainerStarter|MaintainerStarter]] - How to open the kernel for the next development release  * [[Kernel/Dev/KernelDriverDeviations|KernelDriverDeviations]] - Which in-kernel drivers or sub-systems are newer than the base release
 * [[Kernel/Dev/MultipleISOBootUSBKey]] - Build your own USB stick to boot *.iso files.
 * [[Kernel/HowToSignpgpKeys]] - How to sign pgp keys.
 * [[Kernel/Dev/FixingCVEs]] - The processes for working on CVEs.
 * [[Kernel/CVEWorkFlow]] - The other processes for working on CVEs.
 * [[Kernel/StableReleaseCadence]] - How the Kernel SRU cadence is supposed to work
 * [[Kernel/kteam-tools]] - A repository of useful tools.
 * [[Kernel/Dev/Howto-RebaseTopicBranches]] - An example of rebasing a topic branch on top of recent master branch commits.
 * [[Kernel/Dev/ExtendedStable]] - Documents the stable kernel updates provided by Ubuntu kernel team
 * [[Kernel/Dev/LinuxFirmwareMaintenance|Kernel/Dev/LinuxFirmwareMaintenance]] - Notes on the maintenance of Ubuntu's linux-firmware package.

Kernel/Dev (last edited 2019-10-15 18:16:55 by connork)