On Mon, 2015-09-14 at 14:43 +0200, Vitaly Kuznetsov wrote:
> Andy Shevchenko writes:
>
> > On Fri, 2015-09-11 at 18:31 +, James Bottomley wrote:
> > > On Thu, 2015-09-10 at 16:08 -0700, Andrew Morton wrote:
> > > > On Fri, 4 Sep 2015 14:56:33 +0200 Vitaly Kuznetsov <
> > > > vkuzn...@redhat.
Andy Shevchenko writes:
> On Fri, 2015-09-11 at 18:31 +, James Bottomley wrote:
>> On Thu, 2015-09-10 at 16:08 -0700, Andrew Morton wrote:
>> > On Fri, 4 Sep 2015 14:56:33 +0200 Vitaly Kuznetsov <
>> > vkuzn...@redhat.com> wrote:
>> >
>> > > string_get_size(1, 512, 0, ..., ...) call results
James Bottomley writes:
> On Fri, 2015-09-04 at 14:56 +0200, Vitaly Kuznetsov wrote:
>> string_get_size(1, 512, 0, ..., ...) call results in an infinite loop. The
>> problem is that if size == 0 when we start calculating sf_cap this loop
>> will never end.
>>
>> The caller causing the issue is s
James Bottomley writes:
> On Thu, 2015-09-10 at 16:08 -0700, Andrew Morton wrote:
>> On Fri, 4 Sep 2015 14:56:33 +0200 Vitaly Kuznetsov
>> wrote:
>>
>> > string_get_size(1, 512, 0, ..., ...) call results in an infinite loop. The
>> > problem is that if size == 0 when we start calculating sf_c
On Fri, 2015-09-11 at 18:31 +, James Bottomley wrote:
> On Thu, 2015-09-10 at 16:08 -0700, Andrew Morton wrote:
> > On Fri, 4 Sep 2015 14:56:33 +0200 Vitaly Kuznetsov <
> > vkuzn...@redhat.com> wrote:
> >
> > > string_get_size(1, 512, 0, ..., ...) call results in an infinite
> > > loop. The
On Thu, 2015-09-10 at 16:08 -0700, Andrew Morton wrote:
> On Fri, 4 Sep 2015 14:56:33 +0200 Vitaly Kuznetsov
> wrote:
>
> > string_get_size(1, 512, 0, ..., ...) call results in an infinite loop. The
> > problem is that if size == 0 when we start calculating sf_cap this loop
> > will never end.
On Fri, 2015-09-04 at 14:56 +0200, Vitaly Kuznetsov wrote:
> string_get_size(1, 512, 0, ..., ...) call results in an infinite loop. The
> problem is that if size == 0 when we start calculating sf_cap this loop
> will never end.
>
> The caller causing the issue is sd_read_capacity(), the problem wa
On Fri, 4 Sep 2015 14:56:33 +0200 Vitaly Kuznetsov wrote:
> string_get_size(1, 512, 0, ..., ...) call results in an infinite loop. The
> problem is that if size == 0 when we start calculating sf_cap this loop
> will never end.
>
> The caller causing the issue is sd_read_capacity(), the problem
string_get_size(1, 512, 0, ..., ...) call results in an infinite loop. The
problem is that if size == 0 when we start calculating sf_cap this loop
will never end.
The caller causing the issue is sd_read_capacity(), the problem was noticed
on Hyper-V.
Signed-off-by: Vitaly Kuznetsov
---
lib/stri
9 matches
Mail list logo