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:	Mon, 11 Aug 2014 15:07:46 +1000
From:	NeilBrown <neilb@...e.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Xiao Ni <xni@...hat.com>, jiao hui <jiaohui@...tor.com.cn>,
	linux RAID <linux-raid@...r.kernel.org>,
	lkml <linux-kernel@...r.kernel.org>
Subject: [GIT PULL REQUEST] md updates for 3.17

The following changes since commit 64aa90f26c06e1cb2aacfb98a7d0eccfbd6c1a91:

  Linux 3.16-rc7 (2014-07-27 12:41:55 -0700)

are available in the git repository at:

  git://neil.brown.name/md/ tags/md/3.17

for you to fetch changes up to d66b1b395a59027a1c054e1fc57d582cb4194491:

  md: don't allow bitmap file to be added to raid0/linear. (2014-08-08 15:43:20 +1000)


I've nearly isolated another bug - raid6 can sometime get corrupt during
recovery.  Once that is properly understood and tested I'll send it separately.

Thanks,
NeilBrown

----------------------------------------------------------------
md updates for 3.17

Most interesting is that md devices (major == 9) with
minor numbers of 512 or more will no longer be created
simply by opening a block device file.  They can only
be created by writing to
   /sys/module/md_mod/parameters/new_array
The 'auto-create-on-open' semantic is cumbersome and we
need to start moving away from it.

----------------------------------------------------------------
NeilBrown (4):
      md/raid1,raid10: always abort recover on write error.
      md: disable probing for md devices 512 and over.
      md/raid0: check for bitmap compatability when changing raid levels.
      md: don't allow bitmap file to be added to raid0/linear.

Xiao Ni (1):
      md: Recovery speed is wrong

 drivers/md/md.c     | 13 +++++++------
 drivers/md/raid0.c  |  6 ++++++
 drivers/md/raid1.c  |  8 ++++----
 drivers/md/raid10.c | 11 +++++------
 4 files changed, 22 insertions(+), 16 deletions(-)

Download attachment "signature.asc" of type "application/pgp-signature" (829 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ