Re: [TRIVIAL PATCH 08/26] m32r: Convert print_symbol to %pSR

2013-04-30 Thread Jiri Kosina
On Tue, 30 Apr 2013, Joe Perches wrote: > > On Thu, 13 Dec 2012, Hirokazu Takata wrote: > > > Acked-by: Hirokazu Takata > > Hi Jiri. > > It's really not useful to cherry-pick a few patches > from this series. > > You must first apply patch 1 of 26 before applying any > of the others as a new

Re: [TRIVIAL PATCH 08/26] m32r: Convert print_symbol to %pSR

2013-04-30 Thread Joe Perches
On Mon, 2013-04-29 at 15:21 +0200, Jiri Kosina wrote: > On Thu, 13 Dec 2012, Hirokazu Takata wrote: > > Acked-by: Hirokazu Takata Hi Jiri. It's really not useful to cherry-pick a few patches from this series. You must first apply patch 1 of 26 before applying any of the others as a new

Re: [TRIVIAL PATCH 08/26] m32r: Convert print_symbol to %pSR

2013-04-30 Thread Joe Perches
On Mon, 2013-04-29 at 15:21 +0200, Jiri Kosina wrote: On Thu, 13 Dec 2012, Hirokazu Takata wrote: Acked-by: Hirokazu Takata tak...@linux-m32r.org Hi Jiri. It's really not useful to cherry-pick a few patches from this series. You must first apply patch 1 of 26 before applying any of the

Re: [TRIVIAL PATCH 08/26] m32r: Convert print_symbol to %pSR

2013-04-30 Thread Jiri Kosina
On Tue, 30 Apr 2013, Joe Perches wrote: On Thu, 13 Dec 2012, Hirokazu Takata wrote: Acked-by: Hirokazu Takata tak...@linux-m32r.org Hi Jiri. It's really not useful to cherry-pick a few patches from this series. You must first apply patch 1 of 26 before applying any of the others

Re: [TRIVIAL PATCH 08/26] m32r: Convert print_symbol to %pSR

2013-04-29 Thread Jiri Kosina
On Thu, 13 Dec 2012, Hirokazu Takata wrote: > Acked-by: Hirokazu Takata Applied. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [TRIVIAL PATCH 08/26] m32r: Convert print_symbol to %pSR

2013-04-29 Thread Jiri Kosina
On Thu, 13 Dec 2012, Hirokazu Takata wrote: Acked-by: Hirokazu Takata tak...@linux-m32r.org Applied. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [TRIVIAL PATCH 08/26] m32r: Convert print_symbol to %pSR

2012-12-12 Thread Hirokazu Takata
Acked-by: Hirokazu Takata Thank you. From: Joe Perches Subject: [TRIVIAL PATCH 08/26] m32r: Convert print_symbol to %pSR Date: Wed, 12 Dec 2012 10:18:57 -0800 > Use the new vsprintf extension to avoid any possible > message interleaving. > > Signed-off-by: Joe Perches > -

[TRIVIAL PATCH 08/26] m32r: Convert print_symbol to %pSR

2012-12-12 Thread Joe Perches
Use the new vsprintf extension to avoid any possible message interleaving. Signed-off-by: Joe Perches --- arch/m32r/kernel/traps.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/m32r/kernel/traps.c b/arch/m32r/kernel/traps.c index 3bcb207..9fe3467 100644 ---

[TRIVIAL PATCH 08/26] m32r: Convert print_symbol to %pSR

2012-12-12 Thread Joe Perches
Use the new vsprintf extension to avoid any possible message interleaving. Signed-off-by: Joe Perches j...@perches.com --- arch/m32r/kernel/traps.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/m32r/kernel/traps.c b/arch/m32r/kernel/traps.c index

Re: [TRIVIAL PATCH 08/26] m32r: Convert print_symbol to %pSR

2012-12-12 Thread Hirokazu Takata
Acked-by: Hirokazu Takata tak...@linux-m32r.org Thank you. From: Joe Perches j...@perches.com Subject: [TRIVIAL PATCH 08/26] m32r: Convert print_symbol to %pSR Date: Wed, 12 Dec 2012 10:18:57 -0800 Use the new vsprintf extension to avoid any possible message interleaving. Signed-off-by: Joe