Displaying 20 results from an estimated 25 matches for "jemoreira".
2019 May 22
0
Patch "vsock/virtio: Initialize core virtio vsock before registering the driver" has been added to the 5.0-stable tree
...ing-the-driver.patch
and it can be found in the queue-5.0 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable at vger.kernel.org> know about it.
>From foo at baz Wed 22 May 2019 08:35:12 AM CEST
From: "Jorge E. Moreira" <jemoreira at google.com>
Date: Thu, 16 May 2019 13:51:07 -0700
Subject: vsock/virtio: Initialize core virtio vsock before registering the driver
From: "Jorge E. Moreira" <jemoreira at google.com>
[ Upstream commit ba95e5dfd36647622d8897a2a0470dde60e59ffd ]
Avoid a race in which static v...
2019 May 22
0
Patch "vsock/virtio: Initialize core virtio vsock before registering the driver" has been added to the 5.1-stable tree
...ing-the-driver.patch
and it can be found in the queue-5.1 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable at vger.kernel.org> know about it.
>From foo at baz Wed 22 May 2019 08:34:59 AM CEST
From: "Jorge E. Moreira" <jemoreira at google.com>
Date: Thu, 16 May 2019 13:51:07 -0700
Subject: vsock/virtio: Initialize core virtio vsock before registering the driver
From: "Jorge E. Moreira" <jemoreira at google.com>
[ Upstream commit ba95e5dfd36647622d8897a2a0470dde60e59ffd ]
Avoid a race in which static v...
2019 May 22
0
Patch "vsock/virtio: Initialize core virtio vsock before registering the driver" has been added to the 4.19-stable tree
...ng-the-driver.patch
and it can be found in the queue-4.19 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable at vger.kernel.org> know about it.
>From foo at baz Wed 22 May 2019 08:37:51 AM CEST
From: "Jorge E. Moreira" <jemoreira at google.com>
Date: Thu, 16 May 2019 13:51:07 -0700
Subject: vsock/virtio: Initialize core virtio vsock before registering the driver
From: "Jorge E. Moreira" <jemoreira at google.com>
[ Upstream commit ba95e5dfd36647622d8897a2a0470dde60e59ffd ]
Avoid a race in which static v...
2019 May 22
0
Patch "vsock/virtio: Initialize core virtio vsock before registering the driver" has been added to the 4.14-stable tree
...ng-the-driver.patch
and it can be found in the queue-4.14 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable at vger.kernel.org> know about it.
>From foo at baz Wed 22 May 2019 06:44:44 PM CEST
From: "Jorge E. Moreira" <jemoreira at google.com>
Date: Thu, 16 May 2019 13:51:07 -0700
Subject: vsock/virtio: Initialize core virtio vsock before registering the driver
From: "Jorge E. Moreira" <jemoreira at google.com>
[ Upstream commit ba95e5dfd36647622d8897a2a0470dde60e59ffd ]
Avoid a race in which static v...
2019 May 22
0
Patch "vsock/virtio: Initialize core virtio vsock before registering the driver" has been added to the 4.9-stable tree
...ing-the-driver.patch
and it can be found in the queue-4.9 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable at vger.kernel.org> know about it.
>From foo at baz Wed 22 May 2019 06:53:31 PM CEST
From: "Jorge E. Moreira" <jemoreira at google.com>
Date: Thu, 16 May 2019 13:51:07 -0700
Subject: vsock/virtio: Initialize core virtio vsock before registering the driver
From: "Jorge E. Moreira" <jemoreira at google.com>
[ Upstream commit ba95e5dfd36647622d8897a2a0470dde60e59ffd ]
Avoid a race in which static v...
2019 May 16
2
[PATCH RESEND] vsock/virtio: Initialize core virtio vsock before registering the driver
...sgarzare at redhat.com>
Cc: "David S. Miller" <davem at davemloft.net>
Cc: kvm at vger.kernel.org
Cc: virtualization at lists.linux-foundation.org
Cc: netdev at vger.kernel.org
Cc: kernel-team at android.com
Cc: stable at vger.kernel.org [4.9+]
Signed-off-by: Jorge E. Moreira <jemoreira at google.com>
Reviewed-by: Stefano Garzarella <sgarzare at redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha at redhat.com>
---
net/vmw_vsock/virtio_transport.c | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/net/vmw_vsock/virtio_transport.c b/net...
2019 May 16
2
[PATCH RESEND] vsock/virtio: Initialize core virtio vsock before registering the driver
...sgarzare at redhat.com>
Cc: "David S. Miller" <davem at davemloft.net>
Cc: kvm at vger.kernel.org
Cc: virtualization at lists.linux-foundation.org
Cc: netdev at vger.kernel.org
Cc: kernel-team at android.com
Cc: stable at vger.kernel.org [4.9+]
Signed-off-by: Jorge E. Moreira <jemoreira at google.com>
Reviewed-by: Stefano Garzarella <sgarzare at redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha at redhat.com>
---
net/vmw_vsock/virtio_transport.c | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/net/vmw_vsock/virtio_transport.c b/net...
2019 May 18
0
[PATCH RESEND] vsock/virtio: Initialize core virtio vsock before registering the driver
From: "Jorge E. Moreira" <jemoreira at google.com>
Date: Thu, 16 May 2019 13:51:07 -0700
> Avoid a race in which static variables in net/vmw_vsock/af_vsock.c are
> accessed (while handling interrupts) before they are initialized.
...
> Fixes: 22b5c0b63f32 ("vsock/virtio: fix kernel panic after device hot-unplug&quo...
2019 May 23
0
[PATCH 4.9 07/53] vsock/virtio: Initialize core virtio vsock before registering the driver
From: "Jorge E. Moreira" <jemoreira at google.com>
[ Upstream commit ba95e5dfd36647622d8897a2a0470dde60e59ffd ]
Avoid a race in which static variables in net/vmw_vsock/af_vsock.c are
accessed (while handling interrupts) before they are initialized.
[ 4.201410] BUG: unable to handle kernel paging request at ffffffffffffffe8
[...
2019 May 23
0
[PATCH 4.14 09/77] vsock/virtio: Initialize core virtio vsock before registering the driver
From: "Jorge E. Moreira" <jemoreira at google.com>
[ Upstream commit ba95e5dfd36647622d8897a2a0470dde60e59ffd ]
Avoid a race in which static variables in net/vmw_vsock/af_vsock.c are
accessed (while handling interrupts) before they are initialized.
[ 4.201410] BUG: unable to handle kernel paging request at ffffffffffffffe8
[...
2019 May 23
0
[PATCH 4.19 014/114] vsock/virtio: Initialize core virtio vsock before registering the driver
From: "Jorge E. Moreira" <jemoreira at google.com>
[ Upstream commit ba95e5dfd36647622d8897a2a0470dde60e59ffd ]
Avoid a race in which static variables in net/vmw_vsock/af_vsock.c are
accessed (while handling interrupts) before they are initialized.
[ 4.201410] BUG: unable to handle kernel paging request at ffffffffffffffe8
[...
2019 May 23
0
[PATCH 5.0 014/139] vsock/virtio: Initialize core virtio vsock before registering the driver
From: "Jorge E. Moreira" <jemoreira at google.com>
[ Upstream commit ba95e5dfd36647622d8897a2a0470dde60e59ffd ]
Avoid a race in which static variables in net/vmw_vsock/af_vsock.c are
accessed (while handling interrupts) before they are initialized.
[ 4.201410] BUG: unable to handle kernel paging request at ffffffffffffffe8
[...
2019 May 23
0
[PATCH 5.1 019/122] vsock/virtio: Initialize core virtio vsock before registering the driver
From: "Jorge E. Moreira" <jemoreira at google.com>
[ Upstream commit ba95e5dfd36647622d8897a2a0470dde60e59ffd ]
Avoid a race in which static variables in net/vmw_vsock/af_vsock.c are
accessed (while handling interrupts) before they are initialized.
[ 4.201410] BUG: unable to handle kernel paging request at ffffffffffffffe8
[...
2019 May 01
3
[PATCH] vsock/virtio: Initialize core virtio vsock before registering the driver
...stefanha at redhat.com>
Cc: "David S. Miller" <davem at davemloft.net>
Cc: kvm at vger.kernel.org
Cc: virtualization at lists.linux-foundation.org
Cc: netdev at vger.kernel.org
Cc: kernel-team at android.com
Cc: stable at vger.kernel.org [4.9+]
Signed-off-by: Jorge E. Moreira <jemoreira at google.com>
---
net/vmw_vsock/virtio_transport.c | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/net/vmw_vsock/virtio_transport.c b/net/vmw_vsock/virtio_transport.c
index 15eb5d3d4750..96ab344f17bb 100644
--- a/net/vmw_vsock/virtio_transport.c
+++ b/net/vmw_...
2019 May 01
3
[PATCH] vsock/virtio: Initialize core virtio vsock before registering the driver
...stefanha at redhat.com>
Cc: "David S. Miller" <davem at davemloft.net>
Cc: kvm at vger.kernel.org
Cc: virtualization at lists.linux-foundation.org
Cc: netdev at vger.kernel.org
Cc: kernel-team at android.com
Cc: stable at vger.kernel.org [4.9+]
Signed-off-by: Jorge E. Moreira <jemoreira at google.com>
---
net/vmw_vsock/virtio_transport.c | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/net/vmw_vsock/virtio_transport.c b/net/vmw_vsock/virtio_transport.c
index 15eb5d3d4750..96ab344f17bb 100644
--- a/net/vmw_vsock/virtio_transport.c
+++ b/net/vmw_...
2019 May 02
2
[PATCH] vsock/virtio: Initialize core virtio vsock before registering the driver
...lt;davem at davemloft.net>
> > Cc: kvm at vger.kernel.org
> > Cc: virtualization at lists.linux-foundation.org
> > Cc: netdev at vger.kernel.org
> > Cc: kernel-team at android.com
> > Cc: stable at vger.kernel.org [4.9+]
> > Signed-off-by: Jorge E. Moreira <jemoreira at google.com>
> > ---
> > net/vmw_vsock/virtio_transport.c | 13 ++++++-------
> > 1 file changed, 6 insertions(+), 7 deletions(-)
> >
> > diff --git a/net/vmw_vsock/virtio_transport.c b/net/vmw_vsock/virtio_transport.c
> > index 15eb5d3d4750..96ab344f17bb...
2019 May 02
2
[PATCH] vsock/virtio: Initialize core virtio vsock before registering the driver
...lt;davem at davemloft.net>
> > Cc: kvm at vger.kernel.org
> > Cc: virtualization at lists.linux-foundation.org
> > Cc: netdev at vger.kernel.org
> > Cc: kernel-team at android.com
> > Cc: stable at vger.kernel.org [4.9+]
> > Signed-off-by: Jorge E. Moreira <jemoreira at google.com>
> > ---
> > net/vmw_vsock/virtio_transport.c | 13 ++++++-------
> > 1 file changed, 6 insertions(+), 7 deletions(-)
> >
> > diff --git a/net/vmw_vsock/virtio_transport.c b/net/vmw_vsock/virtio_transport.c
> > index 15eb5d3d4750..96ab344f17bb...
2019 May 06
1
[PATCH] vsock/virtio: Initialize core virtio vsock before registering the driver
...> > > Cc: kvm at vger.kernel.org
> > > Cc: virtualization at lists.linux-foundation.org
> > > Cc: netdev at vger.kernel.org
> > > Cc: kernel-team at android.com
> > > Cc: stable at vger.kernel.org [4.9+]
> > > Signed-off-by: Jorge E. Moreira <jemoreira at google.com>
> > > ---
> > > net/vmw_vsock/virtio_transport.c | 13 ++++++-------
> > > 1 file changed, 6 insertions(+), 7 deletions(-)
> > >
> > > diff --git a/net/vmw_vsock/virtio_transport.c b/net/vmw_vsock/virtio_transport.c
> > > inde...
2019 May 15
2
[PATCH] vsock/virtio: Initialize core virtio vsock before registering the driver
...; > > > Cc: virtualization at lists.linux-foundation.org
> > > > > Cc: netdev at vger.kernel.org
> > > > > Cc: kernel-team at android.com
> > > > > Cc: stable at vger.kernel.org [4.9+]
> > > > > Signed-off-by: Jorge E. Moreira <jemoreira at google.com>
> > > > > ---
> > > > > net/vmw_vsock/virtio_transport.c | 13 ++++++-------
> > > > > 1 file changed, 6 insertions(+), 7 deletions(-)
> > > > >
> > > > > diff --git a/net/vmw_vsock/virtio_transport.c b/ne...
2019 May 15
2
[PATCH] vsock/virtio: Initialize core virtio vsock before registering the driver
...; > > > Cc: virtualization at lists.linux-foundation.org
> > > > > Cc: netdev at vger.kernel.org
> > > > > Cc: kernel-team at android.com
> > > > > Cc: stable at vger.kernel.org [4.9+]
> > > > > Signed-off-by: Jorge E. Moreira <jemoreira at google.com>
> > > > > ---
> > > > > net/vmw_vsock/virtio_transport.c | 13 ++++++-------
> > > > > 1 file changed, 6 insertions(+), 7 deletions(-)
> > > > >
> > > > > diff --git a/net/vmw_vsock/virtio_transport.c b/ne...