Patch available for linux 3.3?
Shivaprasad bhat <[email protected]> Fri, 20 Jul 2012 01:58:13 +0530
| Newsgroups | gmane.linux.kernel.debugging |
|---|---|
| Message-ID | <CAAfHSJsVmiuvPxcC_KK_S7MXr7JrghWqtKNfTjRL0NtZx8XEkg@mail.gmail.com> |
--===============6369414101080123776== Content-Type: multipart/alternative; boundary=e89a8f23545364883904c5349ec4 --e89a8f23545364883904c5349ec4 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am trying to patch the latest linux kernel available with Fedora 16. I see that the latest patch version v.4.4-3.1 tries to patch many files which are non existant on latest source. Is there a latest patch available for latest linux source? Thanks, Shiva ============================================= shivaprasad@localhost : ~/kernel/kernel-3.4.fc18/linux-3.5.0-0.rc6.git0.2.fc18.x86_64 [$] $ patch -p1 < kdb-v4.4-3.1-common-1 patching file Documentation/kdb/bt_x86 patching file Documentation/kdb/kdb.mm patching file Documentation/kdb/kdb_bp.man patching file Documentation/kdb/kdb_bt.man patching file Documentation/kdb/kdb_env.man patching file Documentation/kdb/kdb_ll.man patching file Documentation/kdb/kdb_md.man patching file Documentation/kdb/kdb_ps.man patching file Documentation/kdb/kdb_rd.man patching file Documentation/kdb/kdb_sr.man patching file Documentation/kdb/kdb_ss.man patching file Documentation/kdb/slides patching file Makefile Hunk #1 succeeded at 716 (offset 7 lines). patching file fs/proc/meminfo.c Hunk #1 succeeded at 174 (offset 1 line). patching file fs/proc/mmu.c patching file include/linux/console.h patching file include/linux/dis-asm.h patching file include/linux/kdbprivate.h patching file include/linux/reboot.h patching file include/linux/swap.h Hunk #1 succeeded at 341 (offset 17 lines). Hunk #2 succeeded at 379 (offset -8 lines). patching file include/linux/sysctl.h patching file init/main.c Hunk #1 succeeded at 107 (offset -1 lines). Hunk #2 succeeded at 158 (offset -1 lines). Hunk #3 succeeded at 625 (offset 4 lines). patching file kdb/ChangeLog patching file kdb/Makefile patching file kdb/kdb_bp.c patching file kdb/kdb_bt.c patching file kdb/kdb_cmds patching file kdb/kdb_id.c patching file kdb/kdb_io.c patching file kdb/kdbdereference.c patching file kdb/kdbmain.c patching file kdb/kdbsupport.c patching file kdb/modules/Makefile patching file kdb/modules/kdbm_debugtypes.c patching file kdb/modules/kdbm_pg.c patching file kdb/modules/kdbm_sched.c patching file kdb/modules/kdbm_task.c patching file kdb/modules/kdbm_vm.c patching file kdb/modules/kdbm_x86.c patching file kdb/modules/lcrash/README patching file kdb/modules/lcrash/asm/README patching file kdb/modules/lcrash/asm/kl_dump_ia64.h patching file kdb/modules/lcrash/asm/kl_types.h patching file kdb/modules/lcrash/kl_alloc.h patching file kdb/modules/lcrash/kl_bfd.h patching file kdb/modules/lcrash/kl_btnode.h patching file kdb/modules/lcrash/kl_cmp.h patching file kdb/modules/lcrash/kl_copt.h patching file kdb/modules/lcrash/kl_debug.h patching file kdb/modules/lcrash/kl_dump.h patching file kdb/modules/lcrash/kl_dump_arch.h patching file kdb/modules/lcrash/kl_dump_ia64.h patching file kdb/modules/lcrash/kl_dwarfs.h patching file kdb/modules/lcrash/kl_error.h patching file kdb/modules/lcrash/kl_htnode.h patching file kdb/modules/lcrash/kl_lib.h patching file kdb/modules/lcrash/kl_libutil.h patching file kdb/modules/lcrash/kl_mem.h patching file kdb/modules/lcrash/kl_mem_ia64.h patching file kdb/modules/lcrash/kl_module.h patching file kdb/modules/lcrash/kl_queue.h patching file kdb/modules/lcrash/kl_stabs.h patching file kdb/modules/lcrash/kl_stringtab.h patching file kdb/modules/lcrash/kl_sym.h patching file kdb/modules/lcrash/kl_task.h patching file kdb/modules/lcrash/kl_typeinfo.h patching file kdb/modules/lcrash/kl_types.h patching file kdb/modules/lcrash/klib.h patching file kdb/modules/lcrash/lc_eval.h patching file kernel/exit.c patching file kernel/kallsyms.c Hunk #1 succeeded at 569 (offset 16 lines). patching file kernel/kexec.c Hunk #1 succeeded at 39 with fuzz 1 (offset -2 lines). Hunk #2 succeeded at 1100 (offset 11 lines). patching file kernel/module.c Hunk #1 succeeded at 99 (offset -5 lines). Hunk #2 succeeded at 3251 (offset 76 lines). Hunk #3 succeeded at 3267 (offset 76 lines). patching file kernel/panic.c Hunk #2 succeeded at 104 with fuzz 1 (offset 20 lines). patching file kernel/printk.c Hunk #2 succeeded at 1158 (offset 665 lines). Hunk #3 succeeded at 1171 with fuzz 2 (offset 664 lines). patching file kernel/signal.c Hunk #1 succeeded at 3295 (offset 112 lines). Hunk #2 succeeded at 3374 (offset 112 lines). can't find file to patch at input line 30840 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |Index: linux/kernel/sysctl_check.c |=================================================================== |--- linux.orig/kernel/sysctl_check.c |+++ linux/kernel/sysctl_check.c -------------------------- File to patch: linux/kernel/sysctl_check.c linux/kernel/sysctl_check.c: No such file or directory Skip this patch? [y] n File to patch: linux.orig/kernel/sysctl_check.c linux.orig/kernel/sysctl_check.c: No such file or directory Skip this patch? [y] n File to patch: kernel/sysctl_check.c kernel/sysctl_check.c: No such file or directory Skip this patch? [y] n File to patch: Skip this patch? [y] y Skipping patch. 1 out of 1 hunk ignored patching file lib/bug.c patching file mm/hugetlb.c Hunk #1 succeeded at 2065 (offset 90 lines). patching file mm/mmzone.c Hunk #1 succeeded at 22 (offset -1 lines). patching file mm/swapfile.c Hunk #2 succeeded at 2162 (offset -4 lines). Hunk #3 succeeded at 2175 (offset -4 lines). can't find file to patch at input line 32200 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |Index: linux/kernel/sched.c |=================================================================== |--- linux.orig/kernel/sched.c |+++ linux/kernel/sched.c -------------------------- File to patch: linux/kernel/sched.c linux/kernel/sched.c: No such file or directory Skip this patch? [y] y Skipping patch. 3 out of 3 hunks ignored patching file include/linux/kdb.h Hunk #5 FAILED at 115. Hunk #6 succeeded at 154 (offset -3 lines). 1 out of 6 hunks FAILED -- saving rejects to file include/linux/kdb.h.rej patching file kernel/sysctl.c Hunk #1 succeeded at 176 (offset -2 lines). patching file kernel/time/timekeeping.c Hunk #1 FAILED at 157. 1 out of 1 hunk FAILED -- saving rejects to file kernel/time/timekeeping.c.rej patching file drivers/tty/serial/sn_console.c Hunk #1 succeeded at 53 (offset 1 line). Hunk #2 succeeded at 501 (offset 1 line). Hunk #3 succeeded at 1044 (offset 2 lines). Hunk #4 succeeded at 1127 (offset 2 lines). patching file drivers/s390/char/keyboard.c Hunk #2 succeeded at 289 with fuzz 1. patching file drivers/tty/vt/keyboard.c Hunk #1 FAILED at 42. Hunk #2 succeeded at 1287 (offset 87 lines). 1 out of 2 hunks FAILED -- saving rejects to file drivers/tty/vt/keyboard.c.rej can't find file to patch at input line 32608 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |Index: linux/drivers/tty/serial/8250.c |=================================================================== |--- linux.orig/drivers/tty/serial/8250.c |+++ linux/drivers/tty/serial/8250.c -------------------------- File to patch: y y: No such file or directory Skip this patch? [y] y Skipping patch. 4 out of 4 hunks ignored can't find file to patch at input line 32696 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |Index: linux/drivers/tty/serial/8250_early.c |=================================================================== |--- linux.orig/drivers/tty/serial/8250_early.c |+++ linux/drivers/tty/serial/8250_early.c -------------------------- File to patch: Skip this patch? [y] y Skipping patch. 2 out of 2 hunks ignored patching file include/linux/lkdb.h _______________________________________________________________________________ _______________________________________________________________________________ shivaprasad@localhost : ~/kernel/kernel-3.4.fc18/linux-3.5.0-0.rc6.git0.2.fc18.x86_64 [$] $ patch -p1 < kdb-v4.4-3.1-x86-1 patching file arch/x86/Kconfig.debug Hunk #1 succeeded at 299 with fuzz 2 (offset 15 lines). patching file arch/x86/Makefile Hunk #1 succeeded at 168 (offset 26 lines). patching file arch/x86/include/asm/ansidecl.h patching file arch/x86/include/asm/ansidecl_32.h patching file arch/x86/include/asm/ansidecl_64.h patching file arch/x86/include/asm/bfd.h patching file arch/x86/include/asm/bfd_32.h patching file arch/x86/include/asm/bfd_64.h patching file arch/x86/include/asm/irq_vectors.h patching file arch/x86/include/asm/kdb.h patching file arch/x86/include/asm/kdbprivate.h patching file arch/x86/include/asm/kdebug.h patching file arch/x86/include/asm/ptrace.h patching file arch/x86/kdb/ChangeLog patching file arch/x86/kdb/ChangeLog_32 patching file arch/x86/kdb/ChangeLog_64 patching file arch/x86/kdb/Makefile patching file arch/x86/kdb/kdb_cmds_32 patching file arch/x86/kdb/kdb_cmds_64 patching file arch/x86/kdb/kdba_bp.c patching file arch/x86/kdb/kdba_id.c patching file arch/x86/kdb/kdba_io.c patching file arch/x86/kdb/kdba_support.c patching file arch/x86/kdb/pc_keyb.h patching file arch/x86/kdb/x86-dis.c patching file arch/x86/kernel/apic/io_apic.c Hunk #2 succeeded at 1159 (offset 56 lines). patching file arch/x86/kernel/dumpstack.c Hunk #2 succeeded at 241 (offset 3 lines). Hunk #3 FAILED at 274. Hunk #4 succeeded at 312 (offset 4 lines). 1 out of 4 hunks FAILED -- saving rejects to file arch/x86/kernel/dumpstack.c.rej patching file arch/x86/kernel/entry_32.S Hunk #1 succeeded at 964 (offset -10 lines). patching file arch/x86/kernel/entry_64.S Hunk #1 succeeded at 1392 (offset 82 lines). patching file arch/x86/kernel/reboot.c Hunk #2 FAILED at 630. Hunk #3 FAILED at 740. 2 out of 3 hunks FAILED -- saving rejects to file arch/x86/kernel/reboot.c.rej patching file arch/x86/kernel/traps.c Hunk #1 succeeded at 41 (offset -4 lines). Hunk #2 FAILED at 375. Hunk #3 FAILED at 396. Hunk #4 FAILED at 414. Hunk #5 FAILED at 465. Hunk #6 succeeded at 422 (offset -144 lines). 4 out of 6 hunks FAILED -- saving rejects to file arch/x86/kernel/traps.c.rej _______________________________________________________________________________ shivaprasad@localhost : ~/kernel/kernel-3.4.fc18/linux-3.5.0-0.rc6.git0.2.fc18.x86_64 [$] $ patch -p1 < kdb-v4.4-3.1-x86-1 --e89a8f23545364883904c5349ec4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,<div><br></div><div>I am trying to patch the latest linux kernel availab= le with Fedora 16.=A0</div><div><br></div><div>I see that the latest patch = version v.4.4-3.1 tries to patch many files which are non existant on lates= t source. Is there a latest patch available for latest linux source?</div> <div><br></div><div>Thanks,</div><div>Shiva</div><div>=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</div><div><div>shivaprasad@localhos= t : ~/kernel/kernel-3.4.fc18/linux-3.5.0-0.rc6.git0.2.fc18.x86_64</div><div= >[$] $ patch =A0-p1 < kdb-v4.4-3.1-common-1=A0</div> <div>patching file Documentation/kdb/bt_x86</div><div>patching file Documen= tation/kdb/<a href=3D"http://kdb.mm">kdb.mm</a></div><div>patching file Doc= umentation/kdb/kdb_bp.man</div><div>patching file Documentation/kdb/kdb_bt.= man</div> <div>patching file Documentation/kdb/kdb_env.man</div><div>patching file Do= cumentation/kdb/kdb_ll.man</div><div>patching file Documentation/kdb/kdb_md= .man</div><div>patching file Documentation/kdb/kdb_ps.man</div><div>patchin= g file Documentation/kdb/kdb_rd.man</div> <div>patching file Documentation/kdb/kdb_sr.man</div><div>patching file Doc= umentation/kdb/kdb_ss.man</div><div>patching file Documentation/kdb/slides<= /div><div>patching file Makefile</div><div>Hunk #1 succeeded at 716 (offset= 7 lines).</div> <div>patching file fs/proc/meminfo.c</div><div>Hunk #1 succeeded at 174 (of= fset 1 line).</div><div>patching file fs/proc/mmu.c</div><div>patching file= include/linux/console.h</div><div>patching file include/linux/dis-asm.h</d= iv> <div>patching file include/linux/kdbprivate.h</div><div>patching file inclu= de/linux/reboot.h</div><div>patching file include/linux/swap.h</div><div>Hu= nk #1 succeeded at 341 (offset 17 lines).</div><div>Hunk #2 succeeded at 37= 9 (offset -8 lines).</div> <div>patching file include/linux/sysctl.h</div><div>patching file init/main= .c</div><div>Hunk #1 succeeded at 107 (offset -1 lines).</div><div>Hunk #2 = succeeded at 158 (offset -1 lines).</div><div>Hunk #3 succeeded at 625 (off= set 4 lines).</div> <div>patching file kdb/ChangeLog</div><div>patching file kdb/Makefile</div>= <div>patching file kdb/kdb_bp.c</div><div>patching file kdb/kdb_bt.c</div><= div>patching file kdb/kdb_cmds</div><div>patching file kdb/kdb_id.c</div> <div>patching file kdb/kdb_io.c</div><div>patching file kdb/kdbdereference.= c</div><div>patching file kdb/kdbmain.c</div><div>patching file kdb/kdbsupp= ort.c</div><div>patching file kdb/modules/Makefile</div><div>patching file = kdb/modules/kdbm_debugtypes.c</div> <div>patching file kdb/modules/kdbm_pg.c</div><div>patching file kdb/module= s/kdbm_sched.c</div><div>patching file kdb/modules/kdbm_task.c</div><div>pa= tching file kdb/modules/kdbm_vm.c</div><div>patching file kdb/modules/kdbm_= x86.c</div> <div>patching file kdb/modules/lcrash/README</div><div>patching file kdb/mo= dules/lcrash/asm/README</div><div>patching file kdb/modules/lcrash/asm/kl_d= ump_ia64.h</div><div>patching file kdb/modules/lcrash/asm/kl_types.h</div> <div>patching file kdb/modules/lcrash/kl_alloc.h</div><div>patching file kd= b/modules/lcrash/kl_bfd.h</div><div>patching file kdb/modules/lcrash/kl_btn= ode.h</div><div>patching file kdb/modules/lcrash/kl_cmp.h</div><div>patchin= g file kdb/modules/lcrash/kl_copt.h</div> <div>patching file kdb/modules/lcrash/kl_debug.h</div><div>patching file kd= b/modules/lcrash/kl_dump.h</div><div>patching file kdb/modules/lcrash/kl_du= mp_arch.h</div><div>patching file kdb/modules/lcrash/kl_dump_ia64.h</div> <div>patching file kdb/modules/lcrash/kl_dwarfs.h</div><div>patching file k= db/modules/lcrash/kl_error.h</div><div>patching file kdb/modules/lcrash/kl_= htnode.h</div><div>patching file kdb/modules/lcrash/kl_lib.h</div><div> patching file kdb/modules/lcrash/kl_libutil.h</div><div>patching file kdb/m= odules/lcrash/kl_mem.h</div><div>patching file kdb/modules/lcrash/kl_mem_ia= 64.h</div><div>patching file kdb/modules/lcrash/kl_module.h</div><div>patch= ing file kdb/modules/lcrash/kl_queue.h</div> <div>patching file kdb/modules/lcrash/kl_stabs.h</div><div>patching file kd= b/modules/lcrash/kl_stringtab.h</div><div>patching file kdb/modules/lcrash/= kl_sym.h</div><div>patching file kdb/modules/lcrash/kl_task.h</div><div> patching file kdb/modules/lcrash/kl_typeinfo.h</div><div>patching file kdb/= modules/lcrash/kl_types.h</div><div>patching file kdb/modules/lcrash/klib.h= </div><div>patching file kdb/modules/lcrash/lc_eval.h</div><div>patching fi= le kernel/exit.c</div> <div>patching file kernel/kallsyms.c</div><div>Hunk #1 succeeded at 569 (of= fset 16 lines).</div><div>patching file kernel/kexec.c</div><div>Hunk #1 su= cceeded at 39 with fuzz 1 (offset -2 lines).</div><div>Hunk #2 succeeded at= 1100 (offset 11 lines).</div> <div>patching file kernel/module.c</div><div>Hunk #1 succeeded at 99 (offse= t -5 lines).</div><div>Hunk #2 succeeded at 3251 (offset 76 lines).</div><d= iv>Hunk #3 succeeded at 3267 (offset 76 lines).</div><div>patching file ker= nel/panic.c</div> <div>Hunk #2 succeeded at 104 with fuzz 1 (offset 20 lines).</div><div>patc= hing file kernel/printk.c</div><div>Hunk #2 succeeded at 1158 (offset 665 l= ines).</div><div>Hunk #3 succeeded at 1171 with fuzz 2 (offset 664 lines).<= /div> <div>patching file kernel/signal.c</div><div>Hunk #1 succeeded at 3295 (off= set 112 lines).</div><div>Hunk #2 succeeded at 3374 (offset 112 lines).</di= v><div>can't find file to patch at input line 30840</div><div>Perhaps y= ou used the wrong -p or --strip option?</div> <div>The text leading up to this was:</div><div>--------------------------<= /div><div>|Index: linux/kernel/sysctl_check.c</div><div>|=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</div><div>|--- linux.orig/kernel/sysctl_c= heck.c</div> <div>|+++ linux/kernel/sysctl_check.c</div><div>--------------------------<= /div><div>File to patch: linux/kernel/sysctl_check.c</div><div>linux/kernel= /sysctl_check.c: No such file or directory</div><div>Skip this patch? [y] n= </div> <div>File to patch: linux.orig/kernel/sysctl_check.c</div><div>linux.orig/k= ernel/sysctl_check.c: No such file or directory</div><div>Skip this patch? = [y] n</div><div>File to patch: kernel/sysctl_check.c</div><div>kernel/sysct= l_check.c: No such file or directory</div> <div>Skip this patch? [y] n</div><div>File to patch:=A0</div><div>Skip this= patch? [y] y</div><div>Skipping patch.</div><div>1 out of 1 hunk ignored</= div><div>patching file lib/bug.c</div><div>patching file mm/hugetlb.c</div> <div>Hunk #1 succeeded at 2065 (offset 90 lines).</div><div>patching file m= m/mmzone.c</div><div>Hunk #1 succeeded at 22 (offset -1 lines).</div><div>p= atching file mm/swapfile.c</div><div>Hunk #2 succeeded at 2162 (offset -4 l= ines).</div> <div>Hunk #3 succeeded at 2175 (offset -4 lines).</div><div>can't find = file to patch at input line 32200</div><div>Perhaps you used the wrong -p o= r --strip option?</div><div>The text leading up to this was:</div><div> --------------------------</div><div>|Index: linux/kernel/sched.c</div><div= >|=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</div><div>|--- linux= .orig/kernel/sched.c</div><div>|+++ linux/kernel/sched.c</div> <div>--------------------------</div><div>File to patch: linux/kernel/sched= .c</div><div>linux/kernel/sched.c: No such file or directory</div><div>Skip= this patch? [y] y</div><div>Skipping patch.</div><div>3 out of 3 hunks ign= ored</div> <div>patching file include/linux/kdb.h</div><div>Hunk #5 FAILED at 115.</di= v><div>Hunk #6 succeeded at 154 (offset -3 lines).</div><div>1 out of 6 hun= ks FAILED -- saving rejects to file include/linux/kdb.h.rej</div><div>patch= ing file kernel/sysctl.c</div> <div>Hunk #1 succeeded at 176 (offset -2 lines).</div><div>patching file ke= rnel/time/timekeeping.c</div><div>Hunk #1 FAILED at 157.</div><div>1 out of= 1 hunk FAILED -- saving rejects to file kernel/time/timekeeping.c.rej</div= > <div>patching file drivers/tty/serial/sn_console.c</div><div>Hunk #1 succee= ded at 53 (offset 1 line).</div><div>Hunk #2 succeeded at 501 (offset 1 lin= e).</div><div>Hunk #3 succeeded at 1044 (offset 2 lines).</div><div>Hunk #4= succeeded at 1127 (offset 2 lines).</div> <div>patching file drivers/s390/char/keyboard.c</div><div>Hunk #2 succeeded= at 289 with fuzz 1.</div><div>patching file drivers/tty/vt/keyboard.c</div= ><div>Hunk #1 FAILED at 42.</div><div>Hunk #2 succeeded at 1287 (offset 87 = lines).</div> <div>1 out of 2 hunks FAILED -- saving rejects to file drivers/tty/vt/keybo= ard.c.rej</div><div>can't find file to patch at input line 32608</div><= div>Perhaps you used the wrong -p or --strip option?</div><div>The text lea= ding up to this was:</div> <div>--------------------------</div><div>|Index: linux/drivers/tty/serial/= 8250.c</div><div>|=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</div>= <div>|--- linux.orig/drivers/tty/serial/8250.c</div><div> |+++ linux/drivers/tty/serial/8250.c</div><div>--------------------------</= div><div>File to patch: y</div><div>y: No such file or directory</div><div>= Skip this patch? [y] y</div><div>Skipping patch.</div><div>4 out of 4 hunks= ignored</div> <div>can't find file to patch at input line 32696</div><div>Perhaps you= used the wrong -p or --strip option?</div><div>The text leading up to this= was:</div><div>--------------------------</div><div>|Index: linux/drivers/= tty/serial/8250_early.c</div> <div>|=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</div><div>|--- li= nux.orig/drivers/tty/serial/8250_early.c</div><div>|+++ linux/drivers/tty/s= erial/8250_early.c</div><div>--------------------------</div> <div>File to patch:=A0</div><div>Skip this patch? [y] y</div><div>Skipping = patch.</div><div>2 out of 2 hunks ignored</div><div>patching file include/l= inux/lkdb.h</div><div>_____________________________________________________= __________________________</div> <div><br></div><div>_______________________________________________________= ________________________</div><div>shivaprasad@localhost : ~/kernel/kernel-= 3.4.fc18/linux-3.5.0-0.rc6.git0.2.fc18.x86_64</div><div>[$] $ patch =A0-p1 = < kdb-v4.4-3.1-x86-1=A0</div> <div>patching file arch/x86/Kconfig.debug</div><div>Hunk #1 succeeded at 29= 9 with fuzz 2 (offset 15 lines).</div><div>patching file arch/x86/Makefile<= /div><div>Hunk #1 succeeded at 168 (offset 26 lines).</div><div>patching fi= le arch/x86/include/asm/ansidecl.h</div> <div>patching file arch/x86/include/asm/ansidecl_32.h</div><div>patching fi= le arch/x86/include/asm/ansidecl_64.h</div><div>patching file arch/x86/incl= ude/asm/bfd.h</div><div>patching file arch/x86/include/asm/bfd_32.h</div> <div>patching file arch/x86/include/asm/bfd_64.h</div><div>patching file ar= ch/x86/include/asm/irq_vectors.h</div><div>patching file arch/x86/include/a= sm/kdb.h</div><div>patching file arch/x86/include/asm/kdbprivate.h</div> <div>patching file arch/x86/include/asm/kdebug.h</div><div>patching file ar= ch/x86/include/asm/ptrace.h</div><div>patching file arch/x86/kdb/ChangeLog<= /div><div>patching file arch/x86/kdb/ChangeLog_32</div><div>patching file a= rch/x86/kdb/ChangeLog_64</div> <div>patching file arch/x86/kdb/Makefile</div><div>patching file arch/x86/k= db/kdb_cmds_32</div><div>patching file arch/x86/kdb/kdb_cmds_64</div><div>p= atching file arch/x86/kdb/kdba_bp.c</div><div>patching file arch/x86/kdb/kd= ba_id.c</div> <div>patching file arch/x86/kdb/kdba_io.c</div><div>patching file arch/x86/= kdb/kdba_support.c</div><div>patching file arch/x86/kdb/pc_keyb.h</div><div= >patching file arch/x86/kdb/x86-dis.c</div><div>patching file arch/x86/kern= el/apic/io_apic.c</div> <div>Hunk #2 succeeded at 1159 (offset 56 lines).</div><div>patching file a= rch/x86/kernel/dumpstack.c</div><div>Hunk #2 succeeded at 241 (offset 3 lin= es).</div><div>Hunk #3 FAILED at 274.</div><div>Hunk #4 succeeded at 312 (o= ffset 4 lines).</div> <div>1 out of 4 hunks FAILED -- saving rejects to file arch/x86/kernel/dump= stack.c.rej</div><div>patching file arch/x86/kernel/entry_32.S</div><div>Hu= nk #1 succeeded at 964 (offset -10 lines).</div><div>patching file arch/x86= /kernel/entry_64.S</div> <div>Hunk #1 succeeded at 1392 (offset 82 lines).</div><div>patching file a= rch/x86/kernel/reboot.c</div><div>Hunk #2 FAILED at 630.</div><div>Hunk #3 = FAILED at 740.</div><div>2 out of 3 hunks FAILED -- saving rejects to file = arch/x86/kernel/reboot.c.rej</div> <div>patching file arch/x86/kernel/traps.c</div><div>Hunk #1 succeeded at 4= 1 (offset -4 lines).</div><div>Hunk #2 FAILED at 375.</div><div>Hunk #3 FAI= LED at 396.</div><div>Hunk #4 FAILED at 414.</div><div>Hunk #5 FAILED at 46= 5.</div> <div>Hunk #6 succeeded at 422 (offset -144 lines).</div><div>4 out of 6 hun= ks FAILED -- saving rejects to file arch/x86/kernel/traps.c.rej</div><div>_= ___________________________________________________________________________= ___</div> <div>shivaprasad@localhost : ~/kernel/kernel-3.4.fc18/linux-3.5.0-0.rc6.git= 0.2.fc18.x86_64</div><div>[$] $ patch =A0-p1 < kdb-v4.4-3.1-x86-1=A0</di= v></div><div><br></div> --e89a8f23545364883904c5349ec4-- --===============6369414101080123776== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ kdb mailing list [email protected] http://oss.sgi.com/mailman/listinfo/kdb --===============6369414101080123776==--