linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Ext4 support for LTS kernels (was: Re: [PATCH 3.14] ext4: fix data exposure after a crash)
       [not found]       ` <20171009110537.GH17917@quack2.suse.cz>
@ 2017-10-09 13:20         ` Theodore Ts'o
  2017-10-10 18:17           ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Theodore Ts'o @ 2017-10-09 13:20 UTC (permalink / raw)
  To: Jan Kara
  Cc: HUANG Weller (CM/ESW12-CN), George G. Davis,
	stable@vger.kernel.org, Greg KH, Behme Dirk (CM/ESO2), linux-ext4

On Mon, Oct 09, 2017 at 01:05:37PM +0200, Jan Kara wrote:
> On Fri 06-10-17 10:04:41, HUANG Weller (CM/ESW12-CN) wrote:
> > I checked the latest 3.14 source code 3.14.79. I didn't found the below patch.
> 
> Well, I'm not sure who runs the 3.14 stable tree (it's not listed at
> kernel.org). It's up to him to pick up patches...

The announcement of 3.14's End of Life as a stable kernel series was
announced in September 2016.  As far as I know, the fact that 3.14 is
no longer listed on kernel.org means that no one is maintaining 3.14
after Greg K-H declared it to be EOL'ed.

On a side note, I just recently finished an effort to update the ext4
patches for 3.14, 4.1, 4.4, and 4.9.  I've sent those backports and
cherry pick requests to stable@vger.kernel.org.  For details of my
work, at:

https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git

There are testing notes in the signed git tags:

ext4-4.9.54-1
   - https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/tag/?h=ext4-4.9.54-1
ext4-4.4.91-1
   - https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/tag/?h=ext4-4.4.91-1
ext4-4.1.44-1
   - https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/tag/?h=ext4-4.1.44-1
ext4-3.18.74-1
   - https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/tag/?h=ext4-3.18.74-1

.... and on a "when Ted has time / interest basis", the ext4-3.18,
ext4-4.1, ext4-4.4, and ext-4.9 branches in the above repo will be
updated with a rebase against the latest LTS kernel and whatever
patches are needed to minimize xfstests failures that haven't yet
gotten accepted into the LTS kernel versions.

Getting changes into android-common and/or various SOC's BSP kernels
is left as an exercise to the reader.

I suspect that at some point soon, when 4.14 becomes released and
becomes a LTS kernel, I'm going to drop ext4-4.1 and replace it with
ext4-4.14, since very few people seem to be using the 4.1 LTS kernel,
and my time / effort is limited.  If someone is interested in helping
out, please contact me.

					- Ted

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Ext4 support for LTS kernels (was: Re: [PATCH 3.14] ext4: fix data exposure after a crash)
  2017-10-09 13:20         ` Ext4 support for LTS kernels (was: Re: [PATCH 3.14] ext4: fix data exposure after a crash) Theodore Ts'o
@ 2017-10-10 18:17           ` Greg KH
  2017-10-19 11:35             ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2017-10-10 18:17 UTC (permalink / raw)
  To: Theodore Ts'o
  Cc: Jan Kara, HUANG Weller (CM/ESW12-CN), George G. Davis,
	stable@vger.kernel.org, Behme Dirk (CM/ESO2), linux-ext4

On Mon, Oct 09, 2017 at 09:20:04AM -0400, Theodore Ts'o wrote:
> On Mon, Oct 09, 2017 at 01:05:37PM +0200, Jan Kara wrote:
> > On Fri 06-10-17 10:04:41, HUANG Weller (CM/ESW12-CN) wrote:
> > > I checked the latest 3.14 source code 3.14.79. I didn't found the below patch.
> > 
> > Well, I'm not sure who runs the 3.14 stable tree (it's not listed at
> > kernel.org). It's up to him to pick up patches...
> 
> The announcement of 3.14's End of Life as a stable kernel series was
> announced in September 2016.  As far as I know, the fact that 3.14 is
> no longer listed on kernel.org means that no one is maintaining 3.14
> after Greg K-H declared it to be EOL'ed.

Yes, 3.14 is dead :)

> On a side note, I just recently finished an effort to update the ext4
> patches for 3.14, 4.1, 4.4, and 4.9.  I've sent those backports and
> cherry pick requests to stable@vger.kernel.org.  For details of my
> work, at:
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
> 
> There are testing notes in the signed git tags:
> 
> ext4-4.9.54-1
>    - https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/tag/?h=ext4-4.9.54-1
> ext4-4.4.91-1
>    - https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/tag/?h=ext4-4.4.91-1
> ext4-4.1.44-1
>    - https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/tag/?h=ext4-4.1.44-1
> ext4-3.18.74-1
>    - https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/tag/?h=ext4-3.18.74-1
> 
> .... and on a "when Ted has time / interest basis", the ext4-3.18,
> ext4-4.1, ext4-4.4, and ext-4.9 branches in the above repo will be
> updated with a rebase against the latest LTS kernel and whatever
> patches are needed to minimize xfstests failures that haven't yet
> gotten accepted into the LTS kernel versions.

Thanks so much for this work.  I think I've gotten most of these for
4.9, 4.4, and 3.18, I've emailed about the ones that didn't apply.

> Getting changes into android-common and/or various SOC's BSP kernels
> is left as an exercise to the reader.

android-common syncs with the lts stable releases, so they should get
picked up by the SoC BSP kernels that way.  As long as your SoC company
is sane...

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Ext4 support for LTS kernels (was: Re: [PATCH 3.14] ext4: fix data exposure after a crash)
  2017-10-10 18:17           ` Greg KH
@ 2017-10-19 11:35             ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2017-10-19 11:35 UTC (permalink / raw)
  To: Theodore Ts'o
  Cc: Jan Kara, HUANG Weller (CM/ESW12-CN), George G. Davis,
	stable@vger.kernel.org, Behme Dirk (CM/ESO2), linux-ext4

On Tue, Oct 10, 2017 at 08:17:10PM +0200, Greg KH wrote:
> On Mon, Oct 09, 2017 at 09:20:04AM -0400, Theodore Ts'o wrote:
> > On Mon, Oct 09, 2017 at 01:05:37PM +0200, Jan Kara wrote:
> > > On Fri 06-10-17 10:04:41, HUANG Weller (CM/ESW12-CN) wrote:
> > > > I checked the latest 3.14 source code 3.14.79. I didn't found the below patch.
> > > 
> > > Well, I'm not sure who runs the 3.14 stable tree (it's not listed at
> > > kernel.org). It's up to him to pick up patches...
> > 
> > The announcement of 3.14's End of Life as a stable kernel series was
> > announced in September 2016.  As far as I know, the fact that 3.14 is
> > no longer listed on kernel.org means that no one is maintaining 3.14
> > after Greg K-H declared it to be EOL'ed.
> 
> Yes, 3.14 is dead :)
> 
> > On a side note, I just recently finished an effort to update the ext4
> > patches for 3.14, 4.1, 4.4, and 4.9.  I've sent those backports and
> > cherry pick requests to stable@vger.kernel.org.  For details of my
> > work, at:
> > 
> > https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
> > 
> > There are testing notes in the signed git tags:
> > 
> > ext4-4.9.54-1
> >    - https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/tag/?h=ext4-4.9.54-1
> > ext4-4.4.91-1
> >    - https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/tag/?h=ext4-4.4.91-1
> > ext4-4.1.44-1
> >    - https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/tag/?h=ext4-4.1.44-1
> > ext4-3.18.74-1
> >    - https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/tag/?h=ext4-3.18.74-1
> > 
> > .... and on a "when Ted has time / interest basis", the ext4-3.18,
> > ext4-4.1, ext4-4.4, and ext-4.9 branches in the above repo will be
> > updated with a rebase against the latest LTS kernel and whatever
> > patches are needed to minimize xfstests failures that haven't yet
> > gotten accepted into the LTS kernel versions.
> 
> Thanks so much for this work.  I think I've gotten most of these for
> 4.9, 4.4, and 3.18, I've emailed about the ones that didn't apply.

I dug in your branches above, and found the one missing patch for 3.18.
So I think I am all caught up now.

If not, please let me know.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-19 11:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <146507681324370@kroah.com>
     [not found] ` <1467153108-104061-1-git-send-email-george_davis@mentor.com>
     [not found]   ` <20160629074600.GB14082@quack2.suse.cz>
     [not found]     ` <dcfd784fe927475fb98356abbea36179@SGPMBX1004.APAC.bosch.com>
     [not found]       ` <20171009110537.GH17917@quack2.suse.cz>
2017-10-09 13:20         ` Ext4 support for LTS kernels (was: Re: [PATCH 3.14] ext4: fix data exposure after a crash) Theodore Ts'o
2017-10-10 18:17           ` Greg KH
2017-10-19 11:35             ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).