linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [1/3] 2.6.22-rc3: known regressions with patches v2
@ 2007-06-01 12:21 Michal Piotrowski
  2007-06-01 19:41 ` David Woodhouse
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Piotrowski @ 2007-06-01 12:21 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, LKML, linux-fsdevel, xfs-masters,
	Jeremy Fitzhardinge, David Chinner, jffs-dev, David Woodhouse,
	Artem Bityutskiy, Haavard Skinnemoen, Uwe Bugla, viro, Ken Chen,
	linux-arm-kernel, Qi Yong, Russell King

Hi all,

Here is a list of some known regressions in 2.6.22-rc3
with patches available.

Feel free to add new regressions/remove fixed etc.
http://kernelnewbies.org/known_regressions



ARM

Subject    : arch/arm/plat-s3c24xx/devs.c build errors
References : http://lkml.org/lkml/2007/5/28/18
Submitter  : Qi Yong <qiyong@fc-cn.com>
Status     : patch available in -arm tree



Block devices

Subject    : loop devices limited to one single device
References : http://lkml.org/lkml/2007/5/16/229
Submitter  : Uwe Bugla <uwe.bugla@gmx.de>
Handled-By : 
Patch      : http://lkml.org/lkml/2007/5/21/483
Status     : patch available



File systems

Subject    : JFFS2 issues
References : http://lists.infradead.org/pipermail/linux-mtd/2007-May/018426.html
Submitter  : Haavard Skinnemoen <hskinnemoen@atmel.com>
Caused-By  : commit 10731f83009e2556f98ffa5c7c2cbffe66dacfb3
             Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Handled-By : Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Patch      : http://lists.infradead.org/pipermail/linux-mtd/2007-May/018453.html
Status     : patch available

Subject    : 2.6.21-git10/11: files getting truncated on xfs
References : http://lkml.org/lkml/2007/5/9/410
Submitter  : Jeremy Fitzhardinge <jeremy@goop.org>
Handled-By : David Chinner <dgc@sgi.com>
Patch      : http://lkml.org/lkml/2007/5/12/93
Status     : patch available



Regards,
Michal

--
"Najbardziej brakowało mi twojego milczenia."
-- Andrzej Sapkowski "Coś więcej"

-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [1/3] 2.6.22-rc3: known regressions with patches v2
  2007-06-01 12:21 [1/3] 2.6.22-rc3: known regressions with patches v2 Michal Piotrowski
@ 2007-06-01 19:41 ` David Woodhouse
  0 siblings, 0 replies; 2+ messages in thread
From: David Woodhouse @ 2007-06-01 19:41 UTC (permalink / raw)
  To: Michal Piotrowski
  Cc: Linus Torvalds, Andrew Morton, LKML, linux-fsdevel, xfs-masters,
	Jeremy Fitzhardinge, David Chinner, jffs-dev, Artem Bityutskiy,
	Haavard Skinnemoen, Uwe Bugla, viro, Ken Chen, linux-arm-kernel,
	Qi Yong, Russell King

On Fri, 2007-06-01 at 14:21 +0200, Michal Piotrowski wrote:
> File systems
> 
> Subject    : JFFS2 issues
> References :
> http://lists.infradead.org/pipermail/linux-mtd/2007-May/018426.html
> Submitter  : Haavard Skinnemoen <hskinnemoen@atmel.com>
> Caused-By  : commit 10731f83009e2556f98ffa5c7c2cbffe66dacfb3
>              Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
> Handled-By : Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
> Patch      :
> http://lists.infradead.org/pipermail/linux-mtd/2007-May/018453.html
> Status     : patch available

Linus, please pull from git://git.infradead.org/mtd-2.6.git

It contains the fix for the above regression, along with a small number
of other bug fixes -- specifically for XATTR-related oopses, and broken
handling of setattr() in JFFS2. There's actually a couple of things
which aren't strictly bug fixes too, but those are very minor. If you
insist, I could redo the history to omit them, but it's probably cleaner
not to.

Artem Bityutskiy (1):
      [JFFS2] Fix buffer length calculations in jffs2_get_inode_nodes()

David Howells (1):
      [MTD] generalise the handling of MTD-specific superblocks

David Woodhouse (4):
      [JFFS2] Fix BUG() caused by failing to discard xattrs on deleted files.
      [JFFS2] Fix potential memory leak of dead xattrs on unmount.
      [MTD] Fix error checking after get_mtd_device() in get_sb_mtd functions
      [JFFS2] Fix obsoletion of metadata nodes in jffs2_add_tn_to_tree()

Mike Frysinger (1):
      [MTD] [MAPS] don't force uclinux mtd map to be root dev

 drivers/mtd/Makefile       |    3 +-
 drivers/mtd/maps/uclinux.c |    5 -
 drivers/mtd/mtdsuper.c     |  232 ++++++++++++++++++++++++++++++++++++++++++++
 fs/jffs2/readinode.c       |   22 +++-
 fs/jffs2/super.c           |  194 ++++---------------------------------
 fs/jffs2/xattr.c           |    6 +-
 include/linux/fs.h         |    1 +
 include/linux/mtd/super.h  |   30 ++++++
 8 files changed, 304 insertions(+), 189 deletions(-)



-- 
dwmw2


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

end of thread, other threads:[~2007-06-01 19:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-01 12:21 [1/3] 2.6.22-rc3: known regressions with patches v2 Michal Piotrowski
2007-06-01 19:41 ` David Woodhouse

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).