Displaying 20 results from an estimated 28 matches for "jwboyer".
Did you mean:
boyer
2014 Oct 20
1
[PATCH] virtio_console: move early VQ enablement
...rnelia Huck <cornelia.huck at de.ibm.com>
>
> Thanks!
>
> Acked-by: Michael S. Tsirkin <mst at redhat.com>
> Tested-by: Michael S. Tsirkin <mst at redhat.com>
This fixed my KVM guest boot issue with 3.18-rc1. Thanks for such a quick fix.
Tested-by: Josh Boyer <jwboyer at fedoraproject.org>
josh
>> ---
>> drivers/char/virtio_console.c | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c
>> index bfa6400..cf7a561 100644
>> --- a/...
2014 Oct 20
1
[PATCH] virtio_console: move early VQ enablement
...rnelia Huck <cornelia.huck at de.ibm.com>
>
> Thanks!
>
> Acked-by: Michael S. Tsirkin <mst at redhat.com>
> Tested-by: Michael S. Tsirkin <mst at redhat.com>
This fixed my KVM guest boot issue with 3.18-rc1. Thanks for such a quick fix.
Tested-by: Josh Boyer <jwboyer at fedoraproject.org>
josh
>> ---
>> drivers/char/virtio_console.c | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c
>> index bfa6400..cf7a561 100644
>> --- a/...
2023 Jan 14
1
Centos Stream 9 module list
On Thu, Jan 12, 2023 at 2:02 PM Josh Boyer <jwboyer at redhat.com> wrote:
Ultimately, the Red Hat teams are using modularity where they believe
> it makes sense and using regular packaging to reduce complexity for
> customers where it doesn't provide much benefit.
>
Thanks for the explanation.
For those who want to know more, here...
2014 Jul 01
3
[PATCH driver-core-linus] kernfs: kernfs_notify() must be useable from non-sleepable contexts
...r to kernfs_elem_attr
enlarging kernfs_node by a pointer, which is not ideal but not a very
big deal either. If this turns out to be an actual issue, we can move
kernfs_elem_attr->size to kernfs_node->iattr later.
Signed-off-by: Tejun Heo <tj at kernel.org>
Reported-by: Josh Boyer <jwboyer at fedoraproject.org>
Cc: "Michael S. Tsirkin" <mst at redhat.com>
Cc: Jens Axboe <axboe at kernel.dk>
---
fs/kernfs/file.c | 69 +++++++++++++++++++++++++++++++++++++++----------
include/linux/kernfs.h | 1
2 files changed, 56 insertions(+), 14 deletions(-)
-...
2014 Jul 01
3
[PATCH driver-core-linus] kernfs: kernfs_notify() must be useable from non-sleepable contexts
...r to kernfs_elem_attr
enlarging kernfs_node by a pointer, which is not ideal but not a very
big deal either. If this turns out to be an actual issue, we can move
kernfs_elem_attr->size to kernfs_node->iattr later.
Signed-off-by: Tejun Heo <tj at kernel.org>
Reported-by: Josh Boyer <jwboyer at fedoraproject.org>
Cc: "Michael S. Tsirkin" <mst at redhat.com>
Cc: Jens Axboe <axboe at kernel.dk>
---
fs/kernfs/file.c | 69 +++++++++++++++++++++++++++++++++++++++----------
include/linux/kernfs.h | 1
2 files changed, 56 insertions(+), 14 deletions(-)
-...
2023 Jan 12
2
Centos Stream 9 module list
On Thu, Jan 12, 2023 at 3:18 PM Gionatan Danti <g.danti at assyoma.it> wrote:
>
> Il 2023-01-12 16:10 Josh Boyer ha scritto:
> > Modules are one of several packaging formats we have. With CentOS
> > Stream 9/ RHEL 9, we took user and customer feedback on how the
> > default versions of software are packaged and determined that the
> > defaults should be normal
2023 Jul 13
2
How will fragmentation help Red Hat
On Thu, Jul 13, 2023 at 6:13?AM Simon Matter <simon.matter at invoca.ch> wrote:
>
> Hi,
>
> As I found out yesterday, the fragmentation of the "Enterprise Linux"
> ecosystem just started to come true. I expect this is only the beginning
> and Red Hat may also start to completely hold back sources of non GPL
> software which is part of the "Enterprise
2014 Jul 01
0
[PATCH driver-core-linus] kernfs: kernfs_notify() must be useable from non-sleepable contexts
...arging kernfs_node by a pointer, which is not ideal but not a very
> big deal either. If this turns out to be an actual issue, we can move
> kernfs_elem_attr->size to kernfs_node->iattr later.
>
> Signed-off-by: Tejun Heo <tj at kernel.org>
> Reported-by: Josh Boyer <jwboyer at fedoraproject.org>
> Cc: "Michael S. Tsirkin" <mst at redhat.com>
> Cc: Jens Axboe <axboe at kernel.dk>
> ---
> fs/kernfs/file.c | 69 +++++++++++++++++++++++++++++++++++++++----------
> include/linux/kernfs.h | 1
> 2 files changed, 56 ins...
2014 Oct 20
1
[PATCH] virtio_console: move early VQ enablement
Commit f5866db6 (virtio_console: enable VQs early) tried to make
sure that DRIVER_OK was set when virtio_console started using its
virtqueues. Doing this in add_port(), however, means that we try
to set DRIVER_OK again when when a port is dynamically added after
the probe function is done.
Let's move virtio_device_ready() to the probe function just before
trying to use the virtqueues instead.
2014 Oct 20
1
[PATCH] virtio_console: move early VQ enablement
Commit f5866db6 (virtio_console: enable VQs early) tried to make
sure that DRIVER_OK was set when virtio_console started using its
virtqueues. Doing this in add_port(), however, means that we try
to set DRIVER_OK again when when a port is dynamically added after
the probe function is done.
Let's move virtio_device_ready() to the probe function just before
trying to use the virtqueues instead.
2016 May 11
1
Re: host freeze when starting VM
Hi Han,
thanks for your reply. I'm using KVM as hypervisor. The versions are:
Kernel: 4.5.2
Libvirt: 1.3.4-1
But its quite embarrasing... when I was answering your mail I was having a
look if there is a new kernel I can build, since I have to rely on some
patches. I upgraded from 4.4.3 to 4.5.2 and now libvirt doesn´t have any
problem.
So thanks for the heads up!
Regards
Alex
On Tue, May
2014 Jun 29
2
virt_blk BUG: sleeping function called from invalid context
On 06/29/2014 02:47 PM, Michael S. Tsirkin wrote:
> On Sun, Jun 29, 2014 at 09:32:22PM +0200, Christoph Hellwig wrote:
>> On Sun, Jun 29, 2014 at 11:26:37AM +0300, Michael S. Tsirkin wrote:
>>> On Fri, Jun 27, 2014 at 07:57:38AM -0400, Josh Boyer wrote:
>>>> Hi All,
>>>>
>>>> We've had a report[1] of the virt_blk driver causing a lot of
2014 Jun 29
2
virt_blk BUG: sleeping function called from invalid context
On 06/29/2014 02:47 PM, Michael S. Tsirkin wrote:
> On Sun, Jun 29, 2014 at 09:32:22PM +0200, Christoph Hellwig wrote:
>> On Sun, Jun 29, 2014 at 11:26:37AM +0300, Michael S. Tsirkin wrote:
>>> On Fri, Jun 27, 2014 at 07:57:38AM -0400, Josh Boyer wrote:
>>>> Hi All,
>>>>
>>>> We've had a report[1] of the virt_blk driver causing a lot of
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...com>
Joseph Gasparakis <joseph.gasparakis@intel.com>
Joseph Hindin <hindin@gmail.com>
Joseph Lo <josephl@nvidia.com>
Joseph Salisbury <joseph.salisbury@canonical.com>
Joseph Yasi <joe.yasi@gmail.com>
Josh <joshua.taylor0@gmail.com>
Josh Boyer <jwboyer@gmail.com>
Josh Boyer <jwboyer@redhat.com>
Josh Cartwright <josh.cartwright@ni.com>
Josh Cartwright <joshc@linux.com>
Josh Coombs <josh.coombs@gmail.com>
Josh Durgin <josh.durgin@dreamhost.com>
Josh Durgin <josh.durgin@inktank.com>
Josh Hay <j...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...com>
Joseph Gasparakis <joseph.gasparakis@intel.com>
Joseph Hindin <hindin@gmail.com>
Joseph Lo <josephl@nvidia.com>
Joseph Salisbury <joseph.salisbury@canonical.com>
Joseph Yasi <joe.yasi@gmail.com>
Josh <joshua.taylor0@gmail.com>
Josh Boyer <jwboyer@gmail.com>
Josh Boyer <jwboyer@redhat.com>
Josh Cartwright <josh.cartwright@ni.com>
Josh Cartwright <joshc@linux.com>
Josh Coombs <josh.coombs@gmail.com>
Josh Durgin <josh.durgin@dreamhost.com>
Josh Durgin <josh.durgin@inktank.com>
Josh Hay <j...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...com>
Joseph Gasparakis <joseph.gasparakis@intel.com>
Joseph Hindin <hindin@gmail.com>
Joseph Lo <josephl@nvidia.com>
Joseph Salisbury <joseph.salisbury@canonical.com>
Joseph Yasi <joe.yasi@gmail.com>
Josh <joshua.taylor0@gmail.com>
Josh Boyer <jwboyer@gmail.com>
Josh Boyer <jwboyer@redhat.com>
Josh Cartwright <josh.cartwright@ni.com>
Josh Cartwright <joshc@linux.com>
Josh Coombs <josh.coombs@gmail.com>
Josh Durgin <josh.durgin@dreamhost.com>
Josh Durgin <josh.durgin@inktank.com>
Josh Hay <j...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...com>
Joseph Gasparakis <joseph.gasparakis@intel.com>
Joseph Hindin <hindin@gmail.com>
Joseph Lo <josephl@nvidia.com>
Joseph Salisbury <joseph.salisbury@canonical.com>
Joseph Yasi <joe.yasi@gmail.com>
Josh <joshua.taylor0@gmail.com>
Josh Boyer <jwboyer@gmail.com>
Josh Boyer <jwboyer@redhat.com>
Josh Cartwright <josh.cartwright@ni.com>
Josh Cartwright <joshc@linux.com>
Josh Coombs <josh.coombs@gmail.com>
Josh Durgin <josh.durgin@dreamhost.com>
Josh Durgin <josh.durgin@inktank.com>
Josh Hay <j...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...com>
Joseph Gasparakis <joseph.gasparakis@intel.com>
Joseph Hindin <hindin@gmail.com>
Joseph Lo <josephl@nvidia.com>
Joseph Salisbury <joseph.salisbury@canonical.com>
Joseph Yasi <joe.yasi@gmail.com>
Josh <joshua.taylor0@gmail.com>
Josh Boyer <jwboyer@gmail.com>
Josh Boyer <jwboyer@redhat.com>
Josh Cartwright <josh.cartwright@ni.com>
Josh Cartwright <joshc@linux.com>
Josh Coombs <josh.coombs@gmail.com>
Josh Durgin <josh.durgin@dreamhost.com>
Josh Durgin <josh.durgin@inktank.com>
Josh Hay <j...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...sparakis@intel.com>
Joseph Hindin <hindin@gmail.com>
Joseph Lo <josephl@nvidia.com>
Joseph Qi <joseph.qi@huawei.com>
Joseph Salisbury <joseph.salisbury@canonical.com>
Joseph Yasi <joe.yasi@gmail.com>
Josh <joshua.taylor0@gmail.com>
Josh Boyer <jwboyer@gmail.com>
Josh Boyer <jwboyer@redhat.com>
Josh Cartwright <josh.cartwright@ni.com>
Josh Cartwright <joshc@linux.com>
Josh Coombs <josh.coombs@gmail.com>
Josh Durgin <josh.durgin@dreamhost.com>
Josh Durgin <josh.durgin@inktank.com>
Josh Hay <j...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...sparakis@intel.com>
Joseph Hindin <hindin@gmail.com>
Joseph Lo <josephl@nvidia.com>
Joseph Qi <joseph.qi@huawei.com>
Joseph Salisbury <joseph.salisbury@canonical.com>
Joseph Yasi <joe.yasi@gmail.com>
Josh <joshua.taylor0@gmail.com>
Josh Boyer <jwboyer@gmail.com>
Josh Boyer <jwboyer@redhat.com>
Josh Cartwright <josh.cartwright@ni.com>
Josh Cartwright <joshc@linux.com>
Josh Coombs <josh.coombs@gmail.com>
Josh Durgin <josh.durgin@dreamhost.com>
Josh Durgin <josh.durgin@inktank.com>
Josh Hay <j...