Re: [PATCH] scsi: be2iscsi: Use kasprintf

2017-10-10 Thread Himanshu Jha
On Tue, Oct 10, 2017 at 05:54:15PM -0400, Kyle Fortin wrote: > Hi Himanshu, > > On Oct 6, 2017, at 2:57 PM, Himanshu Jha wrote: > > > > Use kasprintf instead of combination of kmalloc and sprintf. > > > > Signed-off-by: Himanshu Jha > > --- > > drivers/scsi/be2iscsi/be_main.c | 12 +---

Re: [PATCH v5 03/10] kexec_file: factor out arch_kexec_kernel_*() from x86, powerpc

2017-10-10 Thread Ard Biesheuvel
Hello Takahiro-san, > On 11 Oct 2017, at 06:07, AKASHI Takahiro wrote: > > On Tue, Oct 10, 2017 at 12:02:01PM +0100, Julien Thierry wrote: > > [snip] > >>> --- a/kernel/kexec_file.c >>> +++ b/kernel/kexec_file.c >>> @@ -26,30 +26,79 @@ >>> #include >>> #include "kexec_internal.h" >>> >>> +co

[RESEND PATCH] clk: stm32h7: fix test of clock config

2017-10-10 Thread gabriel.fernandez
From: Gabriel Fernandez fix test of composite clock config (bad copy / past) Signed-off-by: Gabriel Fernandez Fixes: 3e4d618b0722 ("clk: stm32h7: Add stm32h743 clock driver") --- drivers/clk/clk-stm32h7.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/clk-s

<    11   12   13   14   15   16