public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/3] libubi / mkfs.ubifs #2
@ 2009-05-09  9:41 Corentin Chary
  2009-05-09  9:41 ` [PATCH 1/3] libubi: add ubi_is_mapped() function Corentin Chary
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Corentin Chary @ 2009-05-09  9:41 UTC (permalink / raw)
  To: linux-mtd; +Cc: Corentin Chary, vapier.adi

These patchs will allow mkfs.ubifs to write the image directly
on an UBI volume. This time libubi is used. I couldn't manage to
make the Makefile works correctly, even with Mike trick for dependencies.
Mike, could you help me on that ?
You can still make it compile with "cd ubi-utils; make; cd ../mkfs.ubifs; make"

Thanks

Corentin Chary (3):
  libubi: add ubi_is_mapped() function
  libubi: fix multiple memory corruptions
  mkfs.ubifs: use libubi to format UBI volume

 mkfs.ubifs/Makefile        |    5 +-
 mkfs.ubifs/lpt.c           |   10 +-
 mkfs.ubifs/mkfs.ubifs.c    |  187 ++++++++++++++++++++++++++++++++++++--------
 mkfs.ubifs/mkfs.ubifs.h    |    4 +-
 mkfs.ubifs/ubifs.h         |    3 +
 ubi-utils/include/libubi.h |   17 ++++
 ubi-utils/src/libubi.c     |   13 +++-
 7 files changed, 196 insertions(+), 43 deletions(-)

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

end of thread, other threads:[~2009-05-13  8:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-09  9:41 [PATCH 0/3] libubi / mkfs.ubifs #2 Corentin Chary
2009-05-09  9:41 ` [PATCH 1/3] libubi: add ubi_is_mapped() function Corentin Chary
2009-05-09  9:41   ` [PATCH 2/3] libubi: fix multiple memory corruptions Corentin Chary
2009-05-09  9:41     ` [PATCH 3/3] mkfs.ubifs: use libubi to format UBI volume Corentin Chary
2009-05-13  8:12       ` Artem Bityutskiy
2009-05-13  8:38         ` Corentin Chary
2009-05-13  8:46           ` Artem Bityutskiy
2009-05-11  7:02 ` [PATCH 0/3] libubi / mkfs.ubifs #2 Corentin Chary
2009-05-11  7:19   ` Artem Bityutskiy
2009-05-11  7:21 ` Artem Bityutskiy
2009-05-11  7:23 ` Artem Bityutskiy
2009-05-11  7:37 ` Mike Frysinger
2009-05-11  7:58   ` Corentin Chary
2009-05-11 14:29 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox