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>] [day] [month] [year] [list]
Date:	Wed, 17 Jun 2009 16:53:40 +0300
From:	Artem Bityutskiy <Artem.Bityutskiy@...ia.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Artem Bityutskiy <Artem.Bityutskiy@...ia.com>,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] UBI changes for 2.6.31

Hi Linus,

pease pull UBI changes from

git://git.infradead.org/ubi-2.6.git linux-next

The following changes since commit 1406de8e11eb043681297adf86d6892ff8efc27a:
  Linus Torvalds (1):
        Linux 2.6.30-rc6

are available:

Artem Bityutskiy (17):
      UBI: remove redundant mutex
      UBI: re-name volumes_mutex to device_mutex
      UBI: improve debugging messages
      UBI: small debugging code optimization
      UBI: fix races in I/O debugging checks
      UBI: add dump_stack in checking code
      UBI: do not panic if volume check fails
      UBI: minor serialization fix
      UBI: fix race condition
      UBI: introduce new constants
      UBI: fix and clean-up error paths in WL worker
      UBI: do not switch to R/O mode on read errors
      UBI: improve messages in the WL worker
      UBI: print amount of reserved PEBs
      UBI: fix kmem_cache_free on error patch
      UBI: fix multiple spelling typos
      UBI: handle more error codes

Dmitry Pervushin (3):
      UBI: add notification API
      UBI: remove built-in gluebi
      UBI: make gluebi a separate module

Kevin Cernekee (1):
      UBI: add reboot notifier

 drivers/mtd/ubi/Kconfig  |   13 +-
 drivers/mtd/ubi/Makefile |    2 +-
 drivers/mtd/ubi/build.c  |  161 ++++++++++++++++++--
 drivers/mtd/ubi/cdev.c   |   32 ++--
 drivers/mtd/ubi/eba.c    |   99 ++++++++-----
 drivers/mtd/ubi/gluebi.c |  378 +++++++++++++++++++++++++++++++++++-----------
 drivers/mtd/ubi/io.c     |   82 +++++++++-
 drivers/mtd/ubi/kapi.c   |  117 ++++++++++++---
 drivers/mtd/ubi/ubi.h    |   84 ++++++-----
 drivers/mtd/ubi/upd.c    |    8 +-
 drivers/mtd/ubi/vmt.c    |   65 +++-----
 drivers/mtd/ubi/wl.c     |  179 +++++++++++++---------
 include/linux/mtd/ubi.h  |   37 +++++
 13 files changed, 922 insertions(+), 335 deletions(-)

Thanks,
Artem.
--
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