Re: Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in fix_read_error function

2012-09-19 Thread NeilBrown
124b1e Mon Sep 17 00:00:00 2001 > >>> From: hank > >>> Date: Tue, 4 Sep 2012 10:23:45 +0800 > >>> Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in > >>> fix_read_error function > >>> > >>> in fix_read_error func

Re: Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in fix_read_error function

2012-09-19 Thread NeilBrown
: hank p...@redhat.com Date: Tue, 4 Sep 2012 10:23:45 +0800 Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in fix_read_error function in fix_read_error function, the conf-mirrors[read_disk].rdev may become NULL, as in this function, rdev-nr_pending may be zero, anyone can

Re: Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in fix_read_error function

2012-09-13 Thread hank
p 2012 10:23:45 +0800 >>> Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in >>> fix_read_error function >>> >>> in fix_read_error function, the conf->mirrors[read_disk].rdev may >>> become NULL, as in this function, rdev->nr_pending may

Re: Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in fix_read_error function

2012-09-13 Thread hank
: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in fix_read_error function in fix_read_error function, the conf-mirrors[read_disk].rdev may become NULL, as in this function, rdev-nr_pending may be zero, anyone can delete it. So should check if it is NULL before use. Signed-off-by: hank p

Re: Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in fix_read_error function

2012-09-12 Thread NeilBrown
On Thu, 13 Sep 2012 10:28:32 +0800 hank wrote: > On 09/04/2012 11:07 AM, hank wrote: > > > From 0ba5879082544dc3aa13807087563b1258124b1e Mon Sep 17 00:00:00 2001 > > From: hank > > Date: Tue, 4 Sep 2012 10:23:45 +0800 > > Subject: [PATCH 1/1] drivers/md

Re: Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in fix_read_error function

2012-09-12 Thread hank
On 09/04/2012 11:07 AM, hank wrote: > From 0ba5879082544dc3aa13807087563b1258124b1e Mon Sep 17 00:00:00 2001 > From: hank > Date: Tue, 4 Sep 2012 10:23:45 +0800 > Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in > fix_read_error function > > in fix_read_err

Re: Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in fix_read_error function

2012-09-12 Thread hank
On 09/04/2012 11:07 AM, hank wrote: From 0ba5879082544dc3aa13807087563b1258124b1e Mon Sep 17 00:00:00 2001 From: hank p...@redhat.com Date: Tue, 4 Sep 2012 10:23:45 +0800 Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in fix_read_error function in fix_read_error function

Re: Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in fix_read_error function

2012-09-12 Thread NeilBrown
On Thu, 13 Sep 2012 10:28:32 +0800 hank p...@redhat.com wrote: On 09/04/2012 11:07 AM, hank wrote: From 0ba5879082544dc3aa13807087563b1258124b1e Mon Sep 17 00:00:00 2001 From: hank p...@redhat.com Date: Tue, 4 Sep 2012 10:23:45 +0800 Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL

Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in fix_read_error function

2012-09-03 Thread hank
>From 0ba5879082544dc3aa13807087563b1258124b1e Mon Sep 17 00:00:00 2001 From: hank Date: Tue, 4 Sep 2012 10:23:45 +0800 Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in fix_read_error function in fix_read_error function, the conf->mirrors[read_disk].rdev may becom

Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in fix_read_error function

2012-09-03 Thread hank
From 0ba5879082544dc3aa13807087563b1258124b1e Mon Sep 17 00:00:00 2001 From: hank p...@redhat.com Date: Tue, 4 Sep 2012 10:23:45 +0800 Subject: [PATCH 1/1] drivers/md/raid1.c: fix NULL pointer bug in fix_read_error function in fix_read_error function, the conf-mirrors[read_disk].rdev may become