Hallo fedora-forum
In order to make an ABI-Patch on linux-2.6.10 I found the following patches
linux-abi-2[1][1].6.10-rc1.diff.bz2
linux-abi-2.6.10-rc2.diff.bz2
linux-abi-2.6.10-rc2-xout.diff
linux-2.6.10-rc3-abi.diff.bz2
linux-2.6.10-rc3-abi-xout.incremental-diff.bz2
Is it correct to do the patch
patch -p1 <../linux-abi-2[1][1].6.10-rc1.diff on linux-2.6.10
(This brougt me the ERROR, which I show at the bottom under "ERROR-Mesage")
Or would I have to patch first with
patch-2.6.10-rc1 over linux-2.6.10
and patch-2.6.10-rc2
and patch-2.6.10-rc3
And then the wanted ABI-patches rc1 - rc3
Or do I have to patch first rc1 and abi-rc1, then rc2 and abi-rc2 and so on?
and finally linux-2.6.10-rc3-abi-xout.incremental-diff
Or can I do the 3 patches rc1-rc3 over linux.2.6.10 and then
once abi-rc3 over the rc1-3 patched linux-2.6.10 version?
What does this "rc" mean?
After compiling the kernel linux-2.6.10 I patched
patch -p1 <../linux-abi-2[1][1].6.10-rc1.diff and got the problem:
ERROR-message:
***************
*** 7,13 ****
sysctl.o capability.o ptrace.o timer.o user.o \
signal.o sys.o kmod.o workqueue.o pid.o \
rcupdate.o intermodule.o extable.o params.o posix-timers.o \
- kthread.o wait.o kfifo.o
obj-$(CONFIG_FUTEX) += futex.o
obj-$(CONFIG_GENERIC_ISA_DMA) += dma.o
--- 7,13 ----
sysctl.o capability.o ptrace.o timer.o user.o \
signal.o sys.o kmod.o workqueue.o pid.o \
rcupdate.o intermodule.o extable.o params.o posix-timers.o \
+ kthread.o wait.o kfifo.o syscall_ksyms.o
obj-$(CONFIG_FUTEX) += futex.o
obj-$(CONFIG_GENERIC_ISA_DMA) += dma.o
What did I wrong?
Thanks for help
Philipp