2012-02-09 01:13:43

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] xvmalloc: total_pages can be ulong

On Wed, Dec 28, 2011 at 11:20:51AM +0530, Ajeet Yadav wrote:
> >From 4763266cb0077d1082d4a1ef941448e9b4eb55ca Mon Sep 17 00:00:00 2001
> From: Ajeet Yadav <[email protected]>
> Date: Wed, 28 Dec 2011 11:08:34 +0530
> Subject: [PATCH] xvmalloc: total_pages can be ulong
>
> total_pages is u64, its too large value considering
> that its in page unit on both 32-bit and 64-bit system
> , therefore make it ulong.

Your patch is line-wrapped and can not be applied.

Please use the git send-email command to send the patch, otherwise bad
things like this can happen :(

Care to redo it?

thanks,

greg k-h


2012-02-10 10:21:30

by Ajeet Yadav

[permalink] [raw]
Subject: Re: [PATCH] xvmalloc: total_pages can be ulong

sure, thanks for feedback

On Thu, Feb 9, 2012 at 6:41 AM, Greg KH <[email protected]> wrote:
> On Wed, Dec 28, 2011 at 11:20:51AM +0530, Ajeet Yadav wrote:
>> >From 4763266cb0077d1082d4a1ef941448e9b4eb55ca Mon Sep 17 00:00:00 2001
>> From: Ajeet Yadav <[email protected]>
>> Date: Wed, 28 Dec 2011 11:08:34 +0530
>> Subject: [PATCH] xvmalloc: total_pages can be ulong
>>
>> total_pages is u64, its too large value considering
>> that its in page unit on both 32-bit and 64-bit system
>> , therefore make it ulong.
>
> Your patch is line-wrapped and can not be applied.
>
> Please use the git send-email command to send the patch, otherwise bad
> things like this can happen :(
>
> Care to redo it?
>
> thanks,
>
> greg k-h

2012-02-10 13:58:12

by Nitin Gupta

[permalink] [raw]
Subject: Re: [PATCH] xvmalloc: total_pages can be ulong

On 2/8/12 8:11 PM, Greg KH wrote:
> On Wed, Dec 28, 2011 at 11:20:51AM +0530, Ajeet Yadav wrote:
>> > From 4763266cb0077d1082d4a1ef941448e9b4eb55ca Mon Sep 17 00:00:00 2001
>> From: Ajeet Yadav<[email protected]>
>> Date: Wed, 28 Dec 2011 11:08:34 +0530
>> Subject: [PATCH] xvmalloc: total_pages can be ulong
>>
>> total_pages is u64, its too large value considering
>> that its in page unit on both 32-bit and 64-bit system
>> , therefore make it ulong.
>
> Your patch is line-wrapped and can not be applied.
>
> Please use the git send-email command to send the patch, otherwise bad
> things like this can happen :(
>
> Care to redo it?
>

Since xvmalloc has now been replaced with zsmalloc, this patch is no
longer required.

Thanks,
Nitin

2012-02-11 06:43:24

by Ajeet Yadav

[permalink] [raw]
Subject: Re: [PATCH] xvmalloc: total_pages can be ulong

thanks

On Fri, Feb 10, 2012 at 7:28 PM, Nitin Gupta <[email protected]> wrote:
> On 2/8/12 8:11 PM, Greg KH wrote:
>>
>> On Wed, Dec 28, 2011 at 11:20:51AM +0530, Ajeet Yadav wrote:
>>>
>>> > From 4763266cb0077d1082d4a1ef941448e9b4eb55ca Mon Sep 17 00:00:00 2001
>>> From: Ajeet Yadav<[email protected]>
>>> Date: Wed, 28 Dec 2011 11:08:34 +0530
>>> Subject: [PATCH] xvmalloc: total_pages can be ulong
>>>
>>> total_pages is u64, its too large value considering
>>> that its in page unit on both 32-bit and 64-bit system
>>> , therefore make it ulong.
>>
>>
>> Your patch is line-wrapped and can not be applied.
>>
>> Please use the git send-email command to send the patch, otherwise bad
>> things like this can happen :(
>>
>> Care to redo it?
>>
>
> Since xvmalloc has now been replaced with zsmalloc, this patch is no longer
> required.
>
> Thanks,
> Nitin
>