Lines Matching refs:patches

14 In addition to explaining how to apply and revert patches, a brief
16 their specific patches) is also provided.
124 If you don't have any third-party patches applied to your kernel source, but
125 only patches from kernel.org and you apply the patches in the correct order,
137 in the wrong directory. Less often, you'll find patches that need to be
179 So if you get these errors with kernel.org patches then you should probably
190 generate a patch representing the differences between two patches and then
193 step. The -z flag to interdiff will even let you feed it patches in gzip or
204 downloading and applying of patches (http://www.selenic.com/ketchup/).
213 Where can I download the patches?
215 The patches are available at http://kernel.org/
216 Most recent patches are linked from the front page, but they also have
219 The 2.6.x.y (-stable) and 2.6.x patches live at
222 The -rc patches live at
225 The -git patches live at
229 ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/
249 that such patches do *NOT* apply on top of 2.6.x.y kernels but on top of the
283 note: the -stable team usually do make incremental patches available as well
284 as patches against the latest mainline release, but I only cover the
288 These patches are not incremental, meaning that for example the 2.6.12.3
320 The -rc patches are not incremental, they apply to a base 2.6.x kernel, just
321 like the 2.6.x.y patches described above. The kernel version before the -rcN
327 Here are 3 examples of how to apply these patches:
355 These patches are usually released daily and represent the current state of
360 -git patches are not incremental and apply either to a base 2.6.x kernel or
365 Here are some examples of how to apply these patches:
390 experimental patches.
394 Although it's encouraged that patches flow to Linus via the -mm tree, this
396 Subsystem maintainers (or individuals) sometimes push their patches directly
400 You should generally strive to get your patches into mainline via -mm to
404 lot of debugging patches not appropriate for mainline etc., and is the most
412 These kernels in addition to all the other experimental patches they contain
428 Here are some examples of applying the -mm patches:
448 I hope you are now clear on how to apply the various patches and help testing