cnhnln 发表于 2003-7-6 17:05:17

问几个关于内核补丁的问题

bk补丁是怎么回事?snapshot是什么意思?




bk的补丁怎么打?是一个接一个打,还是直接打bkxx就行了?




prepatch是什么意思?怎么打?one by one?




那么多的补丁,什么意思?什么关系?能不能介绍一下。谢谢!

Dragonfly 发表于 2003-7-6 20:52:14

Snapshots are images from the developers repository trees. They are created automatically without any human consideration, and thus they may not work, and may not even compile at any particular time. They live in the snapshots directories in the archives, and should be applied using the patch(1) utility to the source code of the previous full release.

Prepatches are the equivalent to alpha releases for Linux; they live in the testing directories in the archives. They should be applied using the patch(1) utility to the source code of the previous full release. The testing/incr directories contain automatically generated patches from one prepatch to another.

Prepatches may be poorly tested, and may in fact not work at all. Use on your own risk; if you use one and run into a problem please see Reporting Linux Kernel Bugs on the front page.

Prepatches with -rc in the name are considered release candidates and may become full versions. It is therefore particularly important that those get tested.

The -ac patches are a set of patches, released by Alan Cox, against the official kernel series. They are frequently more experimental in nature than the official series. These patches are available in Alan's kernel directory:

    /pub/linux/kernel/people/alan/

The -dj patches are a set of patches, released by David Jones, against the official beta kernel series. They are frequently more experimental in nature than the official series. These patches are available in David's kernel directory:

    /pub/linux/kernel/people/davej/patches/

bk should be bitkeeper. i think u need patch one by one.

they are independent.

cnhnln 发表于 2003-7-6 22:59:06

感谢斑竹

Dragonfly 发表于 2003-7-6 23:22:16

welcome

漫天飞雪 发表于 2004-1-7 09:38:10

鸟语太烂,看不懂~~~郁闷
页: [1]
查看完整版本: 问几个关于内核补丁的问题