Displaying 12 results from an estimated 12 matches for "__vmalloc_node_range".
2017 Sep 02
2
Xen CentOS 7.3 server + CentOS 7.3 VM fails to boot after CR updates (applied to VM)!
...;] __warn+0xd8/0x100
> [ 1.970742] [<ffffffff81087b0d>] warn_slowpath_null+0x1d/0x20
> [ 1.970748] [<ffffffff811c0781>] vmap_page_range_noflush+0x2c1/0x350
> [ 1.970758] [<ffffffff811c083e>] map_vm_area+0x2e/0x40
> [ 1.970765] [<ffffffff811c1590>] __vmalloc_node_range+0x170/0x270
> [ 1.970774] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
> [ 1.970781] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
> [ 1.970792] [<ffffffff8105f143>] module_alloc+0x73/0xd0
> [ 1.970798] [<ffffffff810fe754...
2017 Sep 04
2
Xen CentOS 7.3 server + CentOS 7.3 VM fails to boot after CR updates (applied to VM)!
...; [ 1.970742] [<ffffffff81087b0d>] warn_slowpath_null+0x1d/0x20
>>> [ 1.970748] [<ffffffff811c0781>] vmap_page_range_noflush+0x2c1/0x350
>>> [ 1.970758] [<ffffffff811c083e>] map_vm_area+0x2e/0x40
>>> [ 1.970765] [<ffffffff811c1590>] __vmalloc_node_range+0x170/0x270
>>> [ 1.970774] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
>>> [ 1.970781] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
>>> [ 1.970792] [<ffffffff8105f143>] module_alloc+0x73/0xd0
>>> [...
2017 Aug 31
5
Xen CentOS 7.3 server + CentOS 7.3 VM fails to boot after CR updates (applied to VM)!
A recently created and fully functional CentOS 7.3 VM fails to boot after
applying CR updates:
...
;-1f1;-1f CentOS Linux 7 (Core)1;-1f1;-1f CentOS Linux 7 (Core)1;-1f1;-1f
CentOS Linux 7 (Core)1;-1f1;-1f CentOS Linux 7 (Core)1;-1f1;-1f CentOS
Linux 7 (Core)1;-1f1;-1f CentOS Linux 7 (Core)1;-1f1;-1f CentOS Linux 7
(Core)1;-1f1;-1f CentOS Linux 7 (Core)1;-1f1;-1f CentOS Linux 7
(Core)1;-1f1;-1f
2017 Sep 01
0
Xen CentOS 7.3 server + CentOS 7.3 VM fails to boot after CR updates (applied to VM)!
...;ffffffff810879c8>] __warn+0xd8/0x100
[ 1.970742] [<ffffffff81087b0d>] warn_slowpath_null+0x1d/0x20
[ 1.970748] [<ffffffff811c0781>] vmap_page_range_noflush+0x2c1/0x350
[ 1.970758] [<ffffffff811c083e>] map_vm_area+0x2e/0x40
[ 1.970765] [<ffffffff811c1590>] __vmalloc_node_range+0x170/0x270
[ 1.970774] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
[ 1.970781] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
[ 1.970792] [<ffffffff8105f143>] module_alloc+0x73/0xd0
[ 1.970798] [<ffffffff810fe754>] ? module_alloc...
2017 Sep 04
0
Xen CentOS 7.3 server + CentOS 7.3 VM fails to boot after CR updates (applied to VM)!
...x100
>> [ 1.970742] [<ffffffff81087b0d>] warn_slowpath_null+0x1d/0x20
>> [ 1.970748] [<ffffffff811c0781>] vmap_page_range_noflush+0x2c1/0x350
>> [ 1.970758] [<ffffffff811c083e>] map_vm_area+0x2e/0x40
>> [ 1.970765] [<ffffffff811c1590>] __vmalloc_node_range+0x170/0x270
>> [ 1.970774] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
>> [ 1.970781] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
>> [ 1.970792] [<ffffffff8105f143>] module_alloc+0x73/0xd0
>> [ 1.970798] [<...
2017 Sep 05
0
Xen CentOS 7.3 server + CentOS 7.3 VM fails to boot after CR updates (applied to VM)!
...742] [<ffffffff81087b0d>] warn_slowpath_null+0x1d/0x20
>>>> [ 1.970748] [<ffffffff811c0781>] vmap_page_range_noflush+0x2c1/0x350
>>>> [ 1.970758] [<ffffffff811c083e>] map_vm_area+0x2e/0x40
>>>> [ 1.970765] [<ffffffff811c1590>] __vmalloc_node_range+0x170/0x270
>>>> [ 1.970774] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
>>>> [ 1.970781] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
>>>> [ 1.970792] [<ffffffff8105f143>] module_alloc+0x73/0xd0
>&g...
2015 Jul 15
3
[patch] vhost: NULL vs ERR_PTR bug
...rpenter <dan.carpenter at oracle.com>
>
> Ouch. Thanks a lot for noticing this, and it's a good thing
> you did before Linus merged it.
> I'll squash this into Igor's patch and redo my pull request.
>
Is this function needed at all ?
e.g. I followed vzalloc() to __vmalloc_node_range()
a check for size==0 seems to be done there.
re,
wh
>>
>> diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c
>> index a9fe859..99d613b 100644
>> --- a/drivers/vhost/vhost.c
>> +++ b/drivers/vhost/vhost.c
>> @@ -686,7 +686,7 @@ static void *vhost_kvz...
2015 Jul 15
3
[patch] vhost: NULL vs ERR_PTR bug
...rpenter <dan.carpenter at oracle.com>
>
> Ouch. Thanks a lot for noticing this, and it's a good thing
> you did before Linus merged it.
> I'll squash this into Igor's patch and redo my pull request.
>
Is this function needed at all ?
e.g. I followed vzalloc() to __vmalloc_node_range()
a check for size==0 seems to be done there.
re,
wh
>>
>> diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c
>> index a9fe859..99d613b 100644
>> --- a/drivers/vhost/vhost.c
>> +++ b/drivers/vhost/vhost.c
>> @@ -686,7 +686,7 @@ static void *vhost_kvz...
2017 Sep 06
3
Xen CentOS 7.3 server + CentOS 7.3 VM fails to boot after CR updates (applied to VM)!
...fffffff81087b0d>] warn_slowpath_null+0x1d/0x20
>>>>> [ 1.970748] [<ffffffff811c0781>] vmap_page_range_noflush+0x2c1/0x350
>>>>> [ 1.970758] [<ffffffff811c083e>] map_vm_area+0x2e/0x40
>>>>> [ 1.970765] [<ffffffff811c1590>] __vmalloc_node_range+0x170/0x270
>>>>> [ 1.970774] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
>>>>> [ 1.970781] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
>>>>> [ 1.970792] [<ffffffff8105f143>] module_alloc+0x73...
2015 Jul 15
0
[patch] vhost: NULL vs ERR_PTR bug
...t;
> >
> > Ouch. Thanks a lot for noticing this, and it's a good thing
> > you did before Linus merged it.
> > I'll squash this into Igor's patch and redo my pull request.
> >
>
> Is this function needed at all ?
>
> e.g. I followed vzalloc() to __vmalloc_node_range()
>
> a check for size==0 seems to be done there.
At least it looks like one could return the result of vzalloc directly?
julia
>
> re,
> wh
>
>
> >>
> >> diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c
> >> index a9fe859..99d613b 10064...
2015 Jul 15
2
[patch] vhost: NULL vs ERR_PTR bug
There is only one caller for vhost_kvzalloc() and it expects NULL on
allocation failure. Most people would probably expect that so let's
change ERR_PTR(-ENOMEM) to NULL.
Fixes: 4de7255f7d2b ('vhost: extend memory regions allocation to vmalloc')
Signed-off-by: Dan Carpenter <dan.carpenter at oracle.com>
diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c
index
2015 Jul 15
2
[patch] vhost: NULL vs ERR_PTR bug
There is only one caller for vhost_kvzalloc() and it expects NULL on
allocation failure. Most people would probably expect that so let's
change ERR_PTR(-ENOMEM) to NULL.
Fixes: 4de7255f7d2b ('vhost: extend memory regions allocation to vmalloc')
Signed-off-by: Dan Carpenter <dan.carpenter at oracle.com>
diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c
index