* [GIT PULL] (xen) for-jens-4.3 for your 'for-4.3/drivers' branch
@ 2015-10-07 19:26 Konrad Rzeszutek Wilk
2015-10-07 19:53 ` Jens Axboe
0 siblings, 1 reply; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2015-10-07 19:26 UTC (permalink / raw)
To: axboe, linux-kernel, xen-devel
Hey Jens,
Please git pull an update branch to your 'for-4.3/drivers' branch (which
oddly I don't see does not have the previous pull?)
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-jens-4.3
which has two fixes - one where we use the Xen blockfront EFI driver and
don't release all the requests, the other if the allocation of resources
for a particular state failed - we would go back 'Closing' and assume that
an structure would be allocated while in fact it may not be - and crash.
Please pull!
P.S.
The patches also have 'stable@vger.kernel.org' on them.
drivers/block/xen-blkback/xenbus.c | 38 ++++++++++++++++++++------------------
drivers/block/xen-blkfront.c | 3 ++-
2 files changed, 22 insertions(+), 19 deletions(-)
Cathy Avery (1):
xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)
Roger Pau Monne (1):
xen/blkback: free requests on disconnection
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] (xen) for-jens-4.3 for your 'for-4.3/drivers' branch
2015-10-07 19:26 [GIT PULL] (xen) for-jens-4.3 for your 'for-4.3/drivers' branch Konrad Rzeszutek Wilk
@ 2015-10-07 19:53 ` Jens Axboe
2015-10-07 20:32 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2015-10-07 19:53 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk, linux-kernel, xen-devel
On 10/07/2015 01:26 PM, Konrad Rzeszutek Wilk wrote:
> Hey Jens,
>
> Please git pull an update branch to your 'for-4.3/drivers' branch (which
> oddly I don't see does not have the previous pull?)
>
> git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-jens-4.3
>
> which has two fixes - one where we use the Xen blockfront EFI driver and
> don't release all the requests, the other if the allocation of resources
> for a particular state failed - we would go back 'Closing' and assume that
> an structure would be allocated while in fact it may not be - and crash.
>
> Please pull!
>
> P.S.
> The patches also have 'stable@vger.kernel.org' on them.
>
> drivers/block/xen-blkback/xenbus.c | 38 ++++++++++++++++++++------------------
> drivers/block/xen-blkfront.c | 3 ++-
> 2 files changed, 22 insertions(+), 19 deletions(-)
>
> Cathy Avery (1):
> xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)
>
> Roger Pau Monne (1):
> xen/blkback: free requests on disconnection
There's only one commit in that pull request, the patch from Roger is
already in mainline from the last pull request. I think your mistake is
looking at for-4.3/drivers - this branch is defunct as soon as Linus has
pulled the initial bits for 4.3. After that, for-linus is the branch
that carries fixes for the _current_ branch.
--
Jens Axboe
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] (xen) for-jens-4.3 for your 'for-4.3/drivers' branch
2015-10-07 19:53 ` Jens Axboe
@ 2015-10-07 20:32 ` Konrad Rzeszutek Wilk
2015-10-07 20:34 ` Jens Axboe
0 siblings, 1 reply; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2015-10-07 20:32 UTC (permalink / raw)
To: Jens Axboe; +Cc: linux-kernel, xen-devel
On Wed, Oct 07, 2015 at 01:53:01PM -0600, Jens Axboe wrote:
> On 10/07/2015 01:26 PM, Konrad Rzeszutek Wilk wrote:
> >Hey Jens,
> >
> >Please git pull an update branch to your 'for-4.3/drivers' branch (which
> >oddly I don't see does not have the previous pull?)
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-jens-4.3
> >
> >which has two fixes - one where we use the Xen blockfront EFI driver and
> >don't release all the requests, the other if the allocation of resources
> >for a particular state failed - we would go back 'Closing' and assume that
> >an structure would be allocated while in fact it may not be - and crash.
> >
> >Please pull!
> >
> >P.S.
> >The patches also have 'stable@vger.kernel.org' on them.
> >
> > drivers/block/xen-blkback/xenbus.c | 38 ++++++++++++++++++++------------------
> > drivers/block/xen-blkfront.c | 3 ++-
> > 2 files changed, 22 insertions(+), 19 deletions(-)
> >
> >Cathy Avery (1):
> > xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)
> >
> >Roger Pau Monne (1):
> > xen/blkback: free requests on disconnection
>
> There's only one commit in that pull request, the patch from Roger is
> already in mainline from the last pull request. I think your mistake is
Hm, indeed I see it now (after doing git pull from non-work machine).
> looking at for-4.3/drivers - this branch is defunct as soon as Linus has
> pulled the initial bits for 4.3. After that, for-linus is the branch that
> carries fixes for the _current_ branch.
Aaaa! That I had no clue about. OK, I will fix my workflow. Do you want
me to repost this basing it on the 'for-linus' branch?
Thanks!
>
> --
> Jens Axboe
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] (xen) for-jens-4.3 for your 'for-4.3/drivers' branch
2015-10-07 20:32 ` Konrad Rzeszutek Wilk
@ 2015-10-07 20:34 ` Jens Axboe
0 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2015-10-07 20:34 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: linux-kernel, xen-devel
On 10/07/2015 02:32 PM, Konrad Rzeszutek Wilk wrote:
> On Wed, Oct 07, 2015 at 01:53:01PM -0600, Jens Axboe wrote:
>> On 10/07/2015 01:26 PM, Konrad Rzeszutek Wilk wrote:
>>> Hey Jens,
>>>
>>> Please git pull an update branch to your 'for-4.3/drivers' branch (which
>>> oddly I don't see does not have the previous pull?)
>>>
>>> git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-jens-4.3
>>>
>>> which has two fixes - one where we use the Xen blockfront EFI driver and
>>> don't release all the requests, the other if the allocation of resources
>>> for a particular state failed - we would go back 'Closing' and assume that
>>> an structure would be allocated while in fact it may not be - and crash.
>>>
>>> Please pull!
>>>
>>> P.S.
>>> The patches also have 'stable@vger.kernel.org' on them.
>>>
>>> drivers/block/xen-blkback/xenbus.c | 38 ++++++++++++++++++++------------------
>>> drivers/block/xen-blkfront.c | 3 ++-
>>> 2 files changed, 22 insertions(+), 19 deletions(-)
>>>
>>> Cathy Avery (1):
>>> xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)
>>>
>>> Roger Pau Monne (1):
>>> xen/blkback: free requests on disconnection
>>
>> There's only one commit in that pull request, the patch from Roger is
>> already in mainline from the last pull request. I think your mistake is
>
> Hm, indeed I see it now (after doing git pull from non-work machine).
>
>> looking at for-4.3/drivers - this branch is defunct as soon as Linus has
>> pulled the initial bits for 4.3. After that, for-linus is the branch that
>> carries fixes for the _current_ branch.
>
> Aaaa! That I had no clue about. OK, I will fix my workflow. Do you want
> me to repost this basing it on the 'for-linus' branch?
No the current one is fine, it's only a concern if there are other
changes in your branch compared to mine. I just got a different diffstat
for this one than you listed, so I had to check it more thoroughly.
I have pulled it in.
--
Jens Axboe
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-10-07 20:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-07 19:26 [GIT PULL] (xen) for-jens-4.3 for your 'for-4.3/drivers' branch Konrad Rzeszutek Wilk
2015-10-07 19:53 ` Jens Axboe
2015-10-07 20:32 ` Konrad Rzeszutek Wilk
2015-10-07 20:34 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).