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:	Fri, 22 Oct 2010 09:48:06 +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.37

Hi Linus,

please pull UBI tree.

The following changes since commit cd07202cc8262e1669edff0d97715f3dd9260917:

  Linux 2.6.36-rc8 (2010-10-14 16:26:43 -0700)

are available in the git repository at:
  git://git.infradead.org/ubi-2.6.git linux-next

Artem Bityutskiy (15):
      UBI: fix small 80 characters limit style issue
      UBI: rename IO error code
      UBI: remove duplicate IO error codes
      UBI: handle bit-flips when no header found
      UBI: rename a local variable
      UBI: change cascade of ifs to switch statements
      UBI: separate out corrupted list
      UBI: do not put eraseblocks to the corrupted list unnecessarily
      UBI: make check_pattern function non-static
      UBI: introduce debugging helper function
      UBI: add truly corrupted PEBs to corrupted list
      UBI: preserve corrupted PEBs
      UBI: remember copy_flag while scanning
      UBI: fix check_data_ff return code
      UBI: tighten the corrupted PEB criteria

H Hartley Sweeten (1):
      UBI: cleanup and simplify Kconfig

 drivers/mtd/ubi/Kconfig       |   17 +--
 drivers/mtd/ubi/Kconfig.debug |   29 +---
 drivers/mtd/ubi/build.c       |    6 +-
 drivers/mtd/ubi/debug.h       |    4 +
 drivers/mtd/ubi/eba.c         |   10 +-
 drivers/mtd/ubi/io.c          |  138 ++++++----------
 drivers/mtd/ubi/misc.c        |   19 ++
 drivers/mtd/ubi/scan.c        |  387 ++++++++++++++++++++++++++++-------------
 drivers/mtd/ubi/scan.h        |   19 +-
 drivers/mtd/ubi/ubi.h         |   29 ++-
 drivers/mtd/ubi/vmt.c         |    6 +
 drivers/mtd/ubi/vtbl.c        |   10 +-
 drivers/mtd/ubi/wl.c          |   31 ++--
 13 files changed, 419 insertions(+), 286 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