Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-09 Thread Li Zefan
On 2014/9/5 21:58, Guenter Roeck wrote:
> On 09/05/2014 12:55 AM, Li Zefan wrote:
> Li,
>
> it would be great if you can send me information about your -stable queue,
> ie how you maintain it and where it is located. This will enable me to
> continue testing the stable queue for the 3.4 kernel.
>

 Thanks for testing LTS kernels!

 This is my 3.4.y git tree:

 https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y.git/

 And this is the patch queue:

 https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y-queue.git/

 I use quilt. When I've added some patches to 3.4.y, I'll update this
 queue. The patches and series file are under /patches. Currently there's
 already a patch in the queue.

 When I release a new version, I'll clean up the queue by removing all
 the files under /patches.

 Hope this is all the information you need. Please tell me if you need
 me to slightly adjust my workflow so it's easier for you.
>>>
>>> It almost works.
>>>
>>> Problem is that the pending patch got converted to use  instead of
>>> just  as common in Linux. When I try to apply it with "git quiltimport",
>>> it bails out with "trailing whitespace" errors. "git am" with the individual
>>> patch works fine for some reason, though.
>>>
>>> I can try to find a workaround, but it would be better to have the file in
>>> linux file format to start with. Would that be possible ?
>>>
>>
>> Yeah, I've fixed it. I'll run dos2unix for every patch file.
>>
> 
> Yes, it now works. Wonder how it comes that the patch in Greg's patch tree
> didn't have the problem. Any idea ?
> 

I saved the patch from my email client, and turned out the lines ended
with CRLF.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-09 Thread Li Zefan
On 2014/9/5 21:58, Guenter Roeck wrote:
 On 09/05/2014 12:55 AM, Li Zefan wrote:
 Li,

 it would be great if you can send me information about your -stable queue,
 ie how you maintain it and where it is located. This will enable me to
 continue testing the stable queue for the 3.4 kernel.


 Thanks for testing LTS kernels!

 This is my 3.4.y git tree:

 https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y.git/

 And this is the patch queue:

 https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y-queue.git/

 I use quilt. When I've added some patches to 3.4.y, I'll update this
 queue. The patches and series file are under /patches. Currently there's
 already a patch in the queue.

 When I release a new version, I'll clean up the queue by removing all
 the files under /patches.

 Hope this is all the information you need. Please tell me if you need
 me to slightly adjust my workflow so it's easier for you.

 It almost works.

 Problem is that the pending patch got converted to use crlf instead of
 just lf as common in Linux. When I try to apply it with git quiltimport,
 it bails out with trailing whitespace errors. git am with the individual
 patch works fine for some reason, though.

 I can try to find a workaround, but it would be better to have the file in
 linux file format to start with. Would that be possible ?


 Yeah, I've fixed it. I'll run dos2unix for every patch file.

 
 Yes, it now works. Wonder how it comes that the patch in Greg's patch tree
 didn't have the problem. Any idea ?
 

I saved the patch from my email client, and turned out the lines ended
with CRLF.

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-05 Thread Guenter Roeck
On Fri, Sep 05, 2014 at 02:49:30PM -0700, Greg KH wrote:
> > >>
> > >>Problem is that the pending patch got converted to use  instead of
> > >>just  as common in Linux. When I try to apply it with "git 
> > >>quiltimport",
> > >>it bails out with "trailing whitespace" errors. "git am" with the 
> > >>individual
> > >>patch works fine for some reason, though.
> > >>
> > >>I can try to find a workaround, but it would be better to have the file in
> > >>linux file format to start with. Would that be possible ?
> > >>
> > >
> > >Yeah, I've fixed it. I'll run dos2unix for every patch file.
> > >
> > 
> > Yes, it now works. Wonder how it comes that the patch in Greg's patch tree
> > didn't have the problem. Any idea ?
> 
> What patch in my tree has dos line endings?  None should...
> 
The patch in your tree is fine. The same patch in Li's tree
had the problem, though he fixed it now.

Guenter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-05 Thread Greg KH
On Fri, Sep 05, 2014 at 06:58:52AM -0700, Guenter Roeck wrote:
> On 09/05/2014 12:55 AM, Li Zefan wrote:
> Li,
> 
> it would be great if you can send me information about your -stable queue,
> ie how you maintain it and where it is located. This will enable me to
> continue testing the stable queue for the 3.4 kernel.
> 
> >>>
> >>>Thanks for testing LTS kernels!
> >>>
> >>>This is my 3.4.y git tree:
> >>>
> >>>https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y.git/
> >>>
> >>>And this is the patch queue:
> >>>
> >>>https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y-queue.git/
> >>>
> >>>I use quilt. When I've added some patches to 3.4.y, I'll update this
> >>>queue. The patches and series file are under /patches. Currently there's
> >>>already a patch in the queue.
> >>>
> >>>When I release a new version, I'll clean up the queue by removing all
> >>>the files under /patches.
> >>>
> >>>Hope this is all the information you need. Please tell me if you need
> >>>me to slightly adjust my workflow so it's easier for you.
> >>
> >>It almost works.
> >>
> >>Problem is that the pending patch got converted to use  instead of
> >>just  as common in Linux. When I try to apply it with "git quiltimport",
> >>it bails out with "trailing whitespace" errors. "git am" with the individual
> >>patch works fine for some reason, though.
> >>
> >>I can try to find a workaround, but it would be better to have the file in
> >>linux file format to start with. Would that be possible ?
> >>
> >
> >Yeah, I've fixed it. I'll run dos2unix for every patch file.
> >
> 
> Yes, it now works. Wonder how it comes that the patch in Greg's patch tree
> didn't have the problem. Any idea ?

What patch in my tree has dos line endings?  None should...

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-05 Thread Shuah Khan
On Fri, Sep 5, 2014 at 7:58 AM, Guenter Roeck  wrote:

>>
>> Yeah, I've fixed it. I'll run dos2unix for every patch file.
>>
>
> Yes, it now works. Wonder how it comes that the patch in Greg's patch tree
> didn't have the problem. Any idea ?
>

I am interested in the answer to your question. I used git am and then
ran checkpatch
on the patched file to make sure, there are no warnings. I didn't see
any warnings on
the files I patched with git am. Hope that means it is good.

Maybe I should start using dos2unix to be safe.

-- Shuah
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-05 Thread Guenter Roeck

On 09/05/2014 12:55 AM, Li Zefan wrote:

Li,

it would be great if you can send me information about your -stable queue,
ie how you maintain it and where it is located. This will enable me to
continue testing the stable queue for the 3.4 kernel.



Thanks for testing LTS kernels!

This is my 3.4.y git tree:

https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y.git/

And this is the patch queue:

https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y-queue.git/

I use quilt. When I've added some patches to 3.4.y, I'll update this
queue. The patches and series file are under /patches. Currently there's
already a patch in the queue.

When I release a new version, I'll clean up the queue by removing all
the files under /patches.

Hope this is all the information you need. Please tell me if you need
me to slightly adjust my workflow so it's easier for you.


It almost works.

Problem is that the pending patch got converted to use  instead of
just  as common in Linux. When I try to apply it with "git quiltimport",
it bails out with "trailing whitespace" errors. "git am" with the individual
patch works fine for some reason, though.

I can try to find a workaround, but it would be better to have the file in
linux file format to start with. Would that be possible ?



Yeah, I've fixed it. I'll run dos2unix for every patch file.



Yes, it now works. Wonder how it comes that the patch in Greg's patch tree
didn't have the problem. Any idea ?

Guenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-05 Thread Li Zefan
>>> Li,
>>>
>>> it would be great if you can send me information about your -stable queue,
>>> ie how you maintain it and where it is located. This will enable me to
>>> continue testing the stable queue for the 3.4 kernel.
>>>
>>
>> Thanks for testing LTS kernels!
>>
>> This is my 3.4.y git tree:
>>
>> https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y.git/
>>
>> And this is the patch queue:
>>
>> https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y-queue.git/
>>
>> I use quilt. When I've added some patches to 3.4.y, I'll update this
>> queue. The patches and series file are under /patches. Currently there's
>> already a patch in the queue.
>>
>> When I release a new version, I'll clean up the queue by removing all
>> the files under /patches.
>>
>> Hope this is all the information you need. Please tell me if you need
>> me to slightly adjust my workflow so it's easier for you.
> 
> It almost works.
> 
> Problem is that the pending patch got converted to use  instead of
> just  as common in Linux. When I try to apply it with "git quiltimport",
> it bails out with "trailing whitespace" errors. "git am" with the individual
> patch works fine for some reason, though.
> 
> I can try to find a workaround, but it would be better to have the file in
> linux file format to start with. Would that be possible ?
> 

Yeah, I've fixed it. I'll run dos2unix for every patch file.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-05 Thread Li Zefan
 Li,

 it would be great if you can send me information about your -stable queue,
 ie how you maintain it and where it is located. This will enable me to
 continue testing the stable queue for the 3.4 kernel.


 Thanks for testing LTS kernels!

 This is my 3.4.y git tree:

 https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y.git/

 And this is the patch queue:

 https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y-queue.git/

 I use quilt. When I've added some patches to 3.4.y, I'll update this
 queue. The patches and series file are under /patches. Currently there's
 already a patch in the queue.

 When I release a new version, I'll clean up the queue by removing all
 the files under /patches.

 Hope this is all the information you need. Please tell me if you need
 me to slightly adjust my workflow so it's easier for you.
 
 It almost works.
 
 Problem is that the pending patch got converted to use crlf instead of
 just lf as common in Linux. When I try to apply it with git quiltimport,
 it bails out with trailing whitespace errors. git am with the individual
 patch works fine for some reason, though.
 
 I can try to find a workaround, but it would be better to have the file in
 linux file format to start with. Would that be possible ?
 

Yeah, I've fixed it. I'll run dos2unix for every patch file.

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-05 Thread Guenter Roeck

On 09/05/2014 12:55 AM, Li Zefan wrote:

Li,

it would be great if you can send me information about your -stable queue,
ie how you maintain it and where it is located. This will enable me to
continue testing the stable queue for the 3.4 kernel.



Thanks for testing LTS kernels!

This is my 3.4.y git tree:

https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y.git/

And this is the patch queue:

https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y-queue.git/

I use quilt. When I've added some patches to 3.4.y, I'll update this
queue. The patches and series file are under /patches. Currently there's
already a patch in the queue.

When I release a new version, I'll clean up the queue by removing all
the files under /patches.

Hope this is all the information you need. Please tell me if you need
me to slightly adjust my workflow so it's easier for you.


It almost works.

Problem is that the pending patch got converted to use crlf instead of
just lf as common in Linux. When I try to apply it with git quiltimport,
it bails out with trailing whitespace errors. git am with the individual
patch works fine for some reason, though.

I can try to find a workaround, but it would be better to have the file in
linux file format to start with. Would that be possible ?



Yeah, I've fixed it. I'll run dos2unix for every patch file.



Yes, it now works. Wonder how it comes that the patch in Greg's patch tree
didn't have the problem. Any idea ?

Guenter

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-05 Thread Shuah Khan
On Fri, Sep 5, 2014 at 7:58 AM, Guenter Roeck li...@roeck-us.net wrote:


 Yeah, I've fixed it. I'll run dos2unix for every patch file.


 Yes, it now works. Wonder how it comes that the patch in Greg's patch tree
 didn't have the problem. Any idea ?


I am interested in the answer to your question. I used git am and then
ran checkpatch
on the patched file to make sure, there are no warnings. I didn't see
any warnings on
the files I patched with git am. Hope that means it is good.

Maybe I should start using dos2unix to be safe.

-- Shuah
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-05 Thread Greg KH
On Fri, Sep 05, 2014 at 06:58:52AM -0700, Guenter Roeck wrote:
 On 09/05/2014 12:55 AM, Li Zefan wrote:
 Li,
 
 it would be great if you can send me information about your -stable queue,
 ie how you maintain it and where it is located. This will enable me to
 continue testing the stable queue for the 3.4 kernel.
 
 
 Thanks for testing LTS kernels!
 
 This is my 3.4.y git tree:
 
 https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y.git/
 
 And this is the patch queue:
 
 https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y-queue.git/
 
 I use quilt. When I've added some patches to 3.4.y, I'll update this
 queue. The patches and series file are under /patches. Currently there's
 already a patch in the queue.
 
 When I release a new version, I'll clean up the queue by removing all
 the files under /patches.
 
 Hope this is all the information you need. Please tell me if you need
 me to slightly adjust my workflow so it's easier for you.
 
 It almost works.
 
 Problem is that the pending patch got converted to use crlf instead of
 just lf as common in Linux. When I try to apply it with git quiltimport,
 it bails out with trailing whitespace errors. git am with the individual
 patch works fine for some reason, though.
 
 I can try to find a workaround, but it would be better to have the file in
 linux file format to start with. Would that be possible ?
 
 
 Yeah, I've fixed it. I'll run dos2unix for every patch file.
 
 
 Yes, it now works. Wonder how it comes that the patch in Greg's patch tree
 didn't have the problem. Any idea ?

What patch in my tree has dos line endings?  None should...

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-05 Thread Guenter Roeck
On Fri, Sep 05, 2014 at 02:49:30PM -0700, Greg KH wrote:
  
  Problem is that the pending patch got converted to use crlf instead of
  just lf as common in Linux. When I try to apply it with git 
  quiltimport,
  it bails out with trailing whitespace errors. git am with the 
  individual
  patch works fine for some reason, though.
  
  I can try to find a workaround, but it would be better to have the file in
  linux file format to start with. Would that be possible ?
  
  
  Yeah, I've fixed it. I'll run dos2unix for every patch file.
  
  
  Yes, it now works. Wonder how it comes that the patch in Greg's patch tree
  didn't have the problem. Any idea ?
 
 What patch in my tree has dos line endings?  None should...
 
The patch in your tree is fine. The same patch in Li's tree
had the problem, though he fixed it now.

Guenter
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-04 Thread Guenter Roeck
On Thu, Sep 04, 2014 at 03:24:21PM +0800, Li Zefan wrote:
> Hi Guenter,
> 
> Sorry for my late reply.
> 
> On 2014/8/27 12:59, Guenter Roeck wrote:
> > On Tue, Aug 26, 2014 at 04:08:58PM -0700, Greg KH wrote:
> >> Li has agreed to continue to support the 3.4 stable kernel tree until
> >> September 2016.  Update the releases.html page on kernel.org to reflect
> >> this.
> >>
> > Li,
> > 
> > it would be great if you can send me information about your -stable queue,
> > ie how you maintain it and where it is located. This will enable me to
> > continue testing the stable queue for the 3.4 kernel.
> > 
> 
> Thanks for testing LTS kernels!
> 
> This is my 3.4.y git tree:
> 
> https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y.git/
> 
> And this is the patch queue:
> 
> https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y-queue.git/
> 
> I use quilt. When I've added some patches to 3.4.y, I'll update this
> queue. The patches and series file are under /patches. Currently there's
> already a patch in the queue.
> 
> When I release a new version, I'll clean up the queue by removing all
> the files under /patches.
> 
> Hope this is all the information you need. Please tell me if you need
> me to slightly adjust my workflow so it's easier for you.

It almost works.

Problem is that the pending patch got converted to use  instead of
just  as common in Linux. When I try to apply it with "git quiltimport",
it bails out with "trailing whitespace" errors. "git am" with the individual
patch works fine for some reason, though.

I can try to find a workaround, but it would be better to have the file in
linux file format to start with. Would that be possible ?

Alternatively, does anyone know how to apply files in DOS format (lines
terminated with cr/lf) using quiltimport ?

Thanks,
Guenter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-04 Thread Li Zefan
Hi Guenter,

Sorry for my late reply.

On 2014/8/27 12:59, Guenter Roeck wrote:
> On Tue, Aug 26, 2014 at 04:08:58PM -0700, Greg KH wrote:
>> Li has agreed to continue to support the 3.4 stable kernel tree until
>> September 2016.  Update the releases.html page on kernel.org to reflect
>> this.
>>
> Li,
> 
> it would be great if you can send me information about your -stable queue,
> ie how you maintain it and where it is located. This will enable me to
> continue testing the stable queue for the 3.4 kernel.
> 

Thanks for testing LTS kernels!

This is my 3.4.y git tree:

https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y.git/

And this is the patch queue:

https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y-queue.git/

I use quilt. When I've added some patches to 3.4.y, I'll update this
queue. The patches and series file are under /patches. Currently there's
already a patch in the queue.

When I release a new version, I'll clean up the queue by removing all
the files under /patches.

Hope this is all the information you need. Please tell me if you need
me to slightly adjust my workflow so it's easier for you.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-04 Thread Li Zefan
Hi Guenter,

Sorry for my late reply.

On 2014/8/27 12:59, Guenter Roeck wrote:
 On Tue, Aug 26, 2014 at 04:08:58PM -0700, Greg KH wrote:
 Li has agreed to continue to support the 3.4 stable kernel tree until
 September 2016.  Update the releases.html page on kernel.org to reflect
 this.

 Li,
 
 it would be great if you can send me information about your -stable queue,
 ie how you maintain it and where it is located. This will enable me to
 continue testing the stable queue for the 3.4 kernel.
 

Thanks for testing LTS kernels!

This is my 3.4.y git tree:

https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y.git/

And this is the patch queue:

https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y-queue.git/

I use quilt. When I've added some patches to 3.4.y, I'll update this
queue. The patches and series file are under /patches. Currently there's
already a patch in the queue.

When I release a new version, I'll clean up the queue by removing all
the files under /patches.

Hope this is all the information you need. Please tell me if you need
me to slightly adjust my workflow so it's easier for you.

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-09-04 Thread Guenter Roeck
On Thu, Sep 04, 2014 at 03:24:21PM +0800, Li Zefan wrote:
 Hi Guenter,
 
 Sorry for my late reply.
 
 On 2014/8/27 12:59, Guenter Roeck wrote:
  On Tue, Aug 26, 2014 at 04:08:58PM -0700, Greg KH wrote:
  Li has agreed to continue to support the 3.4 stable kernel tree until
  September 2016.  Update the releases.html page on kernel.org to reflect
  this.
 
  Li,
  
  it would be great if you can send me information about your -stable queue,
  ie how you maintain it and where it is located. This will enable me to
  continue testing the stable queue for the 3.4 kernel.
  
 
 Thanks for testing LTS kernels!
 
 This is my 3.4.y git tree:
 
 https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y.git/
 
 And this is the patch queue:
 
 https://git.kernel.org/cgit/linux/kernel/git/lizf/linux-3.4.y-queue.git/
 
 I use quilt. When I've added some patches to 3.4.y, I'll update this
 queue. The patches and series file are under /patches. Currently there's
 already a patch in the queue.
 
 When I release a new version, I'll clean up the queue by removing all
 the files under /patches.
 
 Hope this is all the information you need. Please tell me if you need
 me to slightly adjust my workflow so it's easier for you.

It almost works.

Problem is that the pending patch got converted to use crlf instead of
just lf as common in Linux. When I try to apply it with git quiltimport,
it bails out with trailing whitespace errors. git am with the individual
patch works fine for some reason, though.

I can try to find a workaround, but it would be better to have the file in
linux file format to start with. Would that be possible ?

Alternatively, does anyone know how to apply files in DOS format (lines
terminated with cr/lf) using quiltimport ?

Thanks,
Guenter
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-08-26 Thread Willy Tarreau
On Tue, Aug 26, 2014 at 04:08:58PM -0700, Greg KH wrote:
> Li has agreed to continue to support the 3.4 stable kernel tree until
> September 2016.

Great! Welcome to Li in this strange world of very long term maintenance :-)

Willy

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-08-26 Thread Guenter Roeck
On Tue, Aug 26, 2014 at 04:08:58PM -0700, Greg KH wrote:
> Li has agreed to continue to support the 3.4 stable kernel tree until
> September 2016.  Update the releases.html page on kernel.org to reflect
> this.
> 
Li,

it would be great if you can send me information about your -stable queue,
ie how you maintain it and where it is located. This will enable me to
continue testing the stable queue for the 3.4 kernel.

Thanks,
Guenter

> Signed-off-by: Greg Kroah-Hartman 
> 
> 
> diff --git a/content/releases.rst b/content/releases.rst
> index 4a3327f4ca9e..c71a33f34f1b 100644
> --- a/content/releases.rst
> +++ b/content/releases.rst
> @@ -43,7 +43,7 @@ Longterm
>  3.14 Greg Kroah-Hartman   2014-03-30   Aug, 2016
>  3.12 Jiri Slaby   2013-11-03   2016
>  3.10 Greg Kroah-Hartman   2013-06-30   Sep, 2015
> -3.4  Greg Kroah-Hartman   2012-05-20   Oct, 2014
> +3.4  Li Zefan 2012-05-20   Sep, 2016
>  3.2  Ben Hutchings2012-01-04   2016
>  2.6.32   Willy Tarreau2009-12-03   Mid-2015
>     ==
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-08-26 Thread Josh Boyer
On Tue, Aug 26, 2014 at 7:08 PM, Greg KH  wrote:
> Li has agreed to continue to support the 3.4 stable kernel tree until
> September 2016.  Update the releases.html page on kernel.org to reflect
> this.
>
> Signed-off-by: Greg Kroah-Hartman 

Thanks for sending a reminder to the list for those of us that weren't
present at KS.

josh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-08-26 Thread Konstantin Ryabitsev
On Tue, 26 Aug 2014 16:08:58 -0700, Greg KH wrote:
> Li has agreed to continue to support the 3.4 stable kernel tree until
> September 2016.  Update the releases.html page on kernel.org to
> reflect this.

Applied and live, thanks.

Best,
-- 
Konstantin Ryabitsev
Linux Foundation Collab Projects
Montréal, Québec


signature.asc
Description: PGP signature


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-08-26 Thread Konstantin Ryabitsev
On Tue, 26 Aug 2014 16:08:58 -0700, Greg KH wrote:
 Li has agreed to continue to support the 3.4 stable kernel tree until
 September 2016.  Update the releases.html page on kernel.org to
 reflect this.

Applied and live, thanks.

Best,
-- 
Konstantin Ryabitsev
Linux Foundation Collab Projects
Montréal, Québec


signature.asc
Description: PGP signature


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-08-26 Thread Josh Boyer
On Tue, Aug 26, 2014 at 7:08 PM, Greg KH gre...@linuxfoundation.org wrote:
 Li has agreed to continue to support the 3.4 stable kernel tree until
 September 2016.  Update the releases.html page on kernel.org to reflect
 this.

 Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org

Thanks for sending a reminder to the list for those of us that weren't
present at KS.

josh
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-08-26 Thread Guenter Roeck
On Tue, Aug 26, 2014 at 04:08:58PM -0700, Greg KH wrote:
 Li has agreed to continue to support the 3.4 stable kernel tree until
 September 2016.  Update the releases.html page on kernel.org to reflect
 this.
 
Li,

it would be great if you can send me information about your -stable queue,
ie how you maintain it and where it is located. This will enable me to
continue testing the stable queue for the 3.4 kernel.

Thanks,
Guenter

 Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org
 
 
 diff --git a/content/releases.rst b/content/releases.rst
 index 4a3327f4ca9e..c71a33f34f1b 100644
 --- a/content/releases.rst
 +++ b/content/releases.rst
 @@ -43,7 +43,7 @@ Longterm
  3.14 Greg Kroah-Hartman   2014-03-30   Aug, 2016
  3.12 Jiri Slaby   2013-11-03   2016
  3.10 Greg Kroah-Hartman   2013-06-30   Sep, 2015
 -3.4  Greg Kroah-Hartman   2012-05-20   Oct, 2014
 +3.4  Li Zefan 2012-05-20   Sep, 2016
  3.2  Ben Hutchings2012-01-04   2016
  2.6.32   Willy Tarreau2009-12-03   Mid-2015
     ==
 --
 To unsubscribe from this list: send the line unsubscribe linux-kernel in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 Please read the FAQ at  http://www.tux.org/lkml/
 
 
 
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer

2014-08-26 Thread Willy Tarreau
On Tue, Aug 26, 2014 at 04:08:58PM -0700, Greg KH wrote:
 Li has agreed to continue to support the 3.4 stable kernel tree until
 September 2016.

Great! Welcome to Li in this strange world of very long term maintenance :-)

Willy

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/