On Fri, Jul 10, 2015 at 07:18:10AM +0200, Christophe JAILLET wrote:
> Resetting rqbuffer or wqbuffer must be done within a critial section
> in order to avoir potential data corruption.
>
> Signed-off-by: Christophe JAILLET
> ---
I don't know the code well enough to say if it's necessary, but it
Reviewed-By: James Smart
-- james s
On 7/8/2015 11:19 AM, Johannes Thumshirn wrote:
Destroy lpfc_hba_index IDR on module exit, reclaiming the allocated memory.
This was detected by the following semantic patch (written by Luis Rodriguez
)
@ defines_module_init @
declarer name module_init,
As mentioned previously, it's a nit, and not too meaningful, but fine.
If not merged prior, we'll repost as part of an upcoming commit that
cleans up sparse warnings.
Reviewed-By: James Smart
-- james s
On 7/6/2015 5:22 PM, Sebastian Herbszt wrote:
Remove trailing space from model descr
> On 8.7.2015, at 18.24, Johannes Thumshirn wrote:
>
> Destroy st_index_idr on module exit, reclaiming the allocated memory.
>
> This was detected by the following semantic patch (written by Luis Rodriguez
> )
>
...
>
> Signed-off-by: Johannes Thumshirn
Acked-by: Kai Mäkisara
Thanks,
Kai
Hi Kashyap,
Le Tuesday 07 July 2015 à 14:48 +0530, Kashyap Desai a écrit :
> > -Original Message-
> > From: Jean Delvare [mailto:jdelv...@suse.de]
> > Sent: Tuesday, July 07, 2015 2:14 PM
> > To: Kashyap Desai
> > Cc: Bjorn Helgaas; Robin H. Johnson; Adam Radford; Neela Syam Kolli;
> linux
hi Alan:
2015-05-27 22:40 GMT+08:00 Alan Stern :
> On Wed, 27 May 2015, yoma sophian wrote:
>
>> After reading the kernel power document, freezing-of-tasks.txt , can I
>> get the below conclusion:
>> if I put my thread in freezable, it will get frozen automatically
>> whenever the system goes in t
>
> I am about to commit the patch that was successfully tested by the
> customer on
> SLES 12, but I'm a bit confused. The upstream patch you referred to is:
>
> https://git.kernel.org/cgit/linux/kernel/git/jejb/scsi.git/commit/?h=for-
> next&id=6431f5d7c6025f8b007af06ea090de308f7e6881
> [SCSI] me
On Fri, 10 Jul 2015, yoma sophian wrote:
> hi Alan:
>
> 2015-05-27 22:40 GMT+08:00 Alan Stern :
> > On Wed, 27 May 2015, yoma sophian wrote:
> >
> >> After reading the kernel power document, freezing-of-tasks.txt , can I
> >> get the below conclusion:
> >> if I put my thread in freezable, it will
On 7/4/15, 6:08 AM, Sagi Grimberg wrote:
From: Ariel Nahum
Connection last_ping is not being updated when iscsi_send_nopout fails.
Not updating the last_ping will cause firing a timer to a past time
(last_ping + ping_tmo < current_time) which triggers an infinite loop of
iscsi_check_transport_t
This patch allows the LPFC to start up without a fatal kernel bug based
on an exceeded KMALLOC_MAX_SIZE and a too large NR_CPU-based maskbits
field. The bug was based on the number of CPU cores in a system.
Using the get_cpu_mask() function declared in kernel/cpu.c allows the
driver to load on the
Reviewed-by: Wen Xiong
Thanks,
Wendy
Quoting Brian King :
James,
One more ipr patch to go on top of my previous series I sent. This one fixes
a pretty nasty bug that can cause us to go writing in memory that is
not ours.
8<
When ipr's internal driver trace was changed to an atomic, a
Reviewed-by: Wen Xiong
Thanks,
Wendy
Quoting Brian King :
Updated version per comments from Jiri Slaby. Thanks!
8<
Fixes another signed / unsigned array indexing bug in the ipr driver.
Currently, when hrrq_index wraps, it becomes a negative number. We
do the modulo, but still have a negativ
Brian King writes:
> drivers/scsi/ipr.c | 11 ---
> 1 file changed, 8 insertions(+), 3 deletions(-)
Hi Brian,
The changes look good to me. Please add
Reviewed-by: Gabriel Krisman Bertazi
Thanks,
--
Gabriel Krisman Bertazi
--
To unsubscribe from this list: send the line "unsubs
Brian King writes:
> One more ipr patch to go on top of my previous series I sent. This one fixes
> a pretty nasty bug that can cause us to go writing in memory that is not ours.
>
Please add:
Reviewed-by: Gabriel Krisman Bertazi
Thanks,
--
Gabriel Krisman Bertazi
--
To unsubscribe from th
On 06/19/2015 05:37 PM, Matthew R. Ochs wrote:
> diff --git a/drivers/scsi/cxlflash/main.c b/drivers/scsi/cxlflash/main.c
> index 76a7286..2773177 100644
> --- a/drivers/scsi/cxlflash/main.c
> +++ b/drivers/scsi/cxlflash/main.c
> @@ -679,10 +679,13 @@ static struct scsi_host_template driver_templat
15 matches
Mail list logo