public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] 4 fixes for drbd
@ 2012-10-29 14:48 Philipp Reisner
  2012-11-01 10:06 ` Jens Axboe
  0 siblings, 1 reply; 5+ messages in thread
From: Philipp Reisner @ 2012-10-29 14:48 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel, drbd-dev

Hi Jens,

please consider to pull these fixes in. It is based on your
for-3.7/drivers branch.

Best regards,
 Phil


The following changes since commit 34a73dd594699dc3834167297a74c43948bb6e41:

  Revert "memstick: add support for legacy memorysticks" (2012-10-10 16:13:26 
-0600)

are available in the git repository at:

  git://git.drbd.org/linux-drbd.git for-jens

for you to fetch changes up to 731d4596a6f3ba41418a0b11018c453456c51d92:

  drbd: check return of kmalloc in receive_uuids (2012-10-29 13:18:13 +0100)

----------------------------------------------------------------
Jing Wang (1):
      drbd: check return of kmalloc in receive_uuids

Lars Ellenberg (2):
      drbd: fix regression: potential NULL pointer dereference
      drbd: don't try to clear bits once the disk has failed

Philipp Reisner (1):
      drbd: Broadcast sync progress no more often than once per second

 drivers/block/drbd/drbd_actlog.c   |   19 +++++++++++++------
 drivers/block/drbd/drbd_int.h      |    6 ++++++
 drivers/block/drbd/drbd_main.c     |    8 ++++++--
 drivers/block/drbd/drbd_nl.c       |    5 +++++
 drivers/block/drbd/drbd_receiver.c |    4 ++++
 drivers/block/drbd/drbd_worker.c   |    4 ++++
 6 files changed, 38 insertions(+), 8 deletions(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] 4 fixes for drbd
  2012-10-29 14:48 [GIT PULL] 4 fixes for drbd Philipp Reisner
@ 2012-11-01 10:06 ` Jens Axboe
  2012-11-05 14:35   ` Philipp Reisner
  0 siblings, 1 reply; 5+ messages in thread
From: Jens Axboe @ 2012-11-01 10:06 UTC (permalink / raw)
  To: Philipp Reisner; +Cc: linux-kernel, drbd-dev

On Mon, Oct 29 2012, Philipp Reisner wrote:
> Hi Jens,
> 
> please consider to pull these fixes in. It is based on your
> for-3.7/drivers branch.
> 
> Best regards,
>  Phil
> 
> 
> The following changes since commit 34a73dd594699dc3834167297a74c43948bb6e41:
> 
>   Revert "memstick: add support for legacy memorysticks" (2012-10-10 16:13:26 
> -0600)
> 
> are available in the git repository at:
> 
>   git://git.drbd.org/linux-drbd.git for-jens
> 
> for you to fetch changes up to 731d4596a6f3ba41418a0b11018c453456c51d92:
> 
>   drbd: check return of kmalloc in receive_uuids (2012-10-29 13:18:13 +0100)

Can you rebase this against for-3.8/drivers? Thanks.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] 4 fixes for drbd
  2012-11-01 10:06 ` Jens Axboe
@ 2012-11-05 14:35   ` Philipp Reisner
  2012-11-05 14:43     ` Jens Axboe
  0 siblings, 1 reply; 5+ messages in thread
From: Philipp Reisner @ 2012-11-05 14:35 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel, drbd-dev

> 
> Can you rebase this against for-3.8/drivers? Thanks.

Hi Jens,

One of these changes fixes a regression that was introduced in the last
merge window. Please consider to pull this single commit.
(I will rebase the other 3 commit on for-3.8/drivers)


The following changes since commit a13c29ddf73d3be4fbb2b1bbced64014986cd87a:
  Jens Axboe (1):
        Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-3.7/drivers

are available in the git repository at:

  git://git.drbd.org/linux-drbd.git for-jens

Lars Ellenberg (1):
      drbd: fix regression: potential NULL pointer dereference

 drivers/block/drbd/drbd_int.h  |    5 +++++
 drivers/block/drbd/drbd_main.c |    8 ++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] 4 fixes for drbd
  2012-11-05 14:35   ` Philipp Reisner
@ 2012-11-05 14:43     ` Jens Axboe
  2012-11-05 15:28       ` Philipp Reisner
  0 siblings, 1 reply; 5+ messages in thread
From: Jens Axboe @ 2012-11-05 14:43 UTC (permalink / raw)
  To: Philipp Reisner; +Cc: linux-kernel@vger.kernel.org, drbd-dev@lists.linbit.com

On 2012-11-05 15:35, Philipp Reisner wrote:
>>
>> Can you rebase this against for-3.8/drivers? Thanks.
> 
> Hi Jens,
> 
> One of these changes fixes a regression that was introduced in the last
> merge window. Please consider to pull this single commit.
> (I will rebase the other 3 commit on for-3.8/drivers)
> 
> 
> The following changes since commit a13c29ddf73d3be4fbb2b1bbced64014986cd87a:
>   Jens Axboe (1):
>         Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-3.7/drivers
> 
> are available in the git repository at:
> 
>   git://git.drbd.org/linux-drbd.git for-jens
> 
> Lars Ellenberg (1):
>       drbd: fix regression: potential NULL pointer dereference
> 
>  drivers/block/drbd/drbd_int.h  |    5 +++++
>  drivers/block/drbd/drbd_main.c |    8 ++++++--
>  2 files changed, 11 insertions(+), 2 deletions(-)

Sure, of course I'll take a regression fix. But the fix does not apply
to current tree:

axboe@nelson:/src/linux-block $ patch -p1 --dry-run < ~/1.txt 
patching file drivers/block/drbd/drbd_int.h
Hunk #1 FAILED at 2545.
1 out of 1 hunk FAILED -- saving rejects to file drivers/block/drbd/drbd_int.h.rej
patching file drivers/block/drbd/drbd_main.c
Hunk #1 FAILED at 4232.
1 out of 1 hunk FAILED -- saving rejects to file drivers/block/drbd/drbd_main

Regression fixes for the current tree should be based on the current
tree, looks like you used an outdated for-3.7/drivers branch and this
fix depends on other fixes.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] 4 fixes for drbd
  2012-11-05 14:43     ` Jens Axboe
@ 2012-11-05 15:28       ` Philipp Reisner
  0 siblings, 0 replies; 5+ messages in thread
From: Philipp Reisner @ 2012-11-05 15:28 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel@vger.kernel.org, drbd-dev@lists.linbit.com

Am Montag, 5. November 2012, 15:43:28 schrieb Jens Axboe:
> On 2012-11-05 15:35, Philipp Reisner wrote:
> >> Can you rebase this against for-3.8/drivers? Thanks.
> > 
> > Hi Jens,
> > 
> > One of these changes fixes a regression that was introduced in the last
> > merge window. Please consider to pull this single commit.
> > (I will rebase the other 3 commit on for-3.8/drivers)
> > 
> > The following changes since commit a13c29ddf73d3be4fbb2b1bbced64014986cd87a:
> >   Jens Axboe (1):
> >         Merge branch 'for-jens' of
> >         git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block
> >         into for-3.7/drivers> 
> > are available in the git repository at:
> >   git://git.drbd.org/linux-drbd.git for-jens
> > 
> > Lars Ellenberg (1):
> >       drbd: fix regression: potential NULL pointer dereference
> >  
> >  drivers/block/drbd/drbd_int.h  |    5 +++++
> >  drivers/block/drbd/drbd_main.c |    8 ++++++--
> >  2 files changed, 11 insertions(+), 2 deletions(-)
> 
> Sure, of course I'll take a regression fix. But the fix does not apply
> to current tree:
> 
> axboe@nelson:/src/linux-block $ patch -p1 --dry-run < ~/1.txt
> patching file drivers/block/drbd/drbd_int.h
> Hunk #1 FAILED at 2545.
> 1 out of 1 hunk FAILED -- saving rejects to file
> drivers/block/drbd/drbd_int.h.rej patching file
> drivers/block/drbd/drbd_main.c
> Hunk #1 FAILED at 4232.
> 1 out of 1 hunk FAILED -- saving rejects to file
> drivers/block/drbd/drbd_main
> 
> Regression fixes for the current tree should be based on the current
> tree, looks like you used an outdated for-3.7/drivers branch and this
> fix depends on other fixes.

Hmm, apparently the changes I submitted to you on October 2 and 3
(which where pulled by you into the for-3.7/drivers tree) never found 
their way into Linus' tree. (I was not aware of that)

The mentioned patch fixes a regression there. 

Ok, then please ignore this pull request. I will send a new one for
for-3.8/drivers in a few days.

Best,
 Phil

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-05 15:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 14:48 [GIT PULL] 4 fixes for drbd Philipp Reisner
2012-11-01 10:06 ` Jens Axboe
2012-11-05 14:35   ` Philipp Reisner
2012-11-05 14:43     ` Jens Axboe
2012-11-05 15:28       ` Philipp Reisner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox