lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 28 Sep 2012 00:18:26 +0200
From:	richard -rw- weinberger <richard.weinberger@...il.com>
To:	Richard Weinberger <richard@....at>
Cc:	linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org,
	tglx@...utronix.de, Heinz.Egger@...utronix.de,
	artem.bityutskiy@...ux.intel.com, tim.bird@...sony.com
Subject: Re: UBI: Fastmap request for inclusion (v19)

On Wed, Sep 26, 2012 at 5:51 PM, Richard Weinberger <richard@....at> wrote:
>  MAINTAINERS                 |    6 +
>  drivers/mtd/ubi/Kconfig     |   20 ++
>  drivers/mtd/ubi/Makefile    |    1 +
>  drivers/mtd/ubi/attach.c    |  386 +++++++++++++++++++---------
>  drivers/mtd/ubi/build.c     |   70 +++++-
>  drivers/mtd/ubi/eba.c       |  126 +++++++++-
>  drivers/mtd/ubi/ubi-media.h |  137 ++++++++++
>  drivers/mtd/ubi/ubi.h       |  118 +++++++++-
>  drivers/mtd/ubi/wl.c        |  599 ++++++++++++++++++++++++++++++++++++++-----
>  9 files changed, 1252 insertions(+), 211 deletions(-)

For what ever reason the diff stat misses fastmap.c
Here the correct one:

 MAINTAINERS                 |    6 +
 drivers/mtd/ubi/Kconfig     |   20 +
 drivers/mtd/ubi/Makefile    |    1 +
 drivers/mtd/ubi/attach.c    |  386 +++++++----
 drivers/mtd/ubi/build.c     |   70 ++-
 drivers/mtd/ubi/eba.c       |  126 ++++-
 drivers/mtd/ubi/fastmap.c   | 1560 +++++++++++++++++++++++++++++++++++++++++++
 drivers/mtd/ubi/ubi-media.h |  137 ++++
 drivers/mtd/ubi/ubi.h       |  118 ++++-
 drivers/mtd/ubi/wl.c        |  599 +++++++++++++++--
 10 files changed, 2812 insertions(+), 211 deletions(-)

> [PATCH 01/10] UBI: Add fastmap on-flash data structures
> [PATCH 02/10] UBI: Add fastmap stuff to ubi.h
> [PATCH 03/10] UBI: Export next_sqnum()
> [PATCH 04/10] UBI: Add self_check_eba()
> [PATCH 05/10] UBI: Add fastmap bits to build.c
> [PATCH 06/10] UBI: Wire-up ->fm_sem
> [PATCH 07/10] UBI: Add fastmap stuff to attach.c
> [PATCH 08/10] UBI: Add fastmap support to the WL sub-system
> [PATCH 09/10] UBI: Add fastmap core
> [PATCH 10/10] UBI: Wire-up fastmap

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ