From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Subject: Re: [PATCH RT 0/8] Linux 3.2.53-rt76-rc1 Date: Thu, 16 Jan 2014 11:08:23 -0500 Message-ID: <20140116110823.26aad085@gandalf.local.home> References: <20140116015824.201732155@goodmis.org> <52D7A93C.9090801@pavlinux.ru> <20140116091847.0786c8af@gandalf.local.home> <52D7EE70.8000509@pavlinux.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, linux-rt-users , Thomas Gleixner , Carsten Emde , Sebastian Andrzej Siewior , John Kacur To: pavel@pavlinux.ru Return-path: In-Reply-To: <52D7EE70.8000509@pavlinux.ru> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-rt-users.vger.kernel.org On Thu, 16 Jan 2014 18:36:32 +0400 Pavel Vasilyev wrote: > > $ xz -cd /tmp/patch-3.2.53-rt75-rt76-rc1.patch.xz | patch -p1 --dry-run > > checking file arch/arm/kernel/smp_tlb.c > checking file arch/tile/include/asm/smp.h > checking file arch/tile/kernel/smp.c > checking file drivers/net/wireless/orinoco/orinoco_usb.c > checking file drivers/usb/gadget/f_fs.c > checking file drivers/usb/gadget/inode.c > checking file fs/buffer.c > checking file include/linux/smp.h > Hunk #1 succeeded at 117 with fuzz 1 (offset 16 lines). > Hunk #2 FAILED at 147. > 1 out of 2 hunks FAILED > checking file include/linux/spinlock_rt.h > checking file kernel/cpu.c > checking file kernel/rtmutex.c > checking file kernel/smp.c > Hunk #1 FAILED at 712. > 1 out of 1 hunk FAILED > checking file kernel/softirq.c > checking file kernel/timer.c > checking file localversion-rt > > > include/linux/smp.h REJECT: #define on_each_cpu_mask() and #define > on_each_cpu_cond() and same in kernel/smp.c > > $ git checkout v3.2.53-rt75 [..] $ xzcat /tmp/patch-3.2.53-rt75-rt76-rc1.patch.xz | patch -p1 --dry-run checking file arch/arm/kernel/smp_tlb.c checking file arch/tile/include/asm/smp.h checking file arch/tile/kernel/smp.c checking file drivers/net/wireless/orinoco/orinoco_usb.c checking file drivers/usb/gadget/f_fs.c checking file drivers/usb/gadget/inode.c checking file fs/buffer.c checking file include/linux/smp.h checking file include/linux/spinlock_rt.h checking file kernel/cpu.c checking file kernel/rtmutex.c checking file kernel/smp.c checking file kernel/softirq.c checking file kernel/timer.c checking file localversion-rt $ Did you start with v3.2.53-rt75? -- Steve