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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20110415103433.5187.44052.sendpatchset@localhost.localdomain>
Date:	Fri, 15 Apr 2011 13:34:33 +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] UBIFS changes for 2.6.39

Hi Linus,

please pull a couple of UBIFS fixes. One of them fixes a really bad bug
where UBIFS just oopses if one calls 'fsync()' when UBIFS is R/O-mounted.

I do not know why VFS does not filter out ->fsync() if the underlying
FS is R/O, but we simply missed this fact. And I won't be suprized if this
is an issue for some other FSes.

The second patch fixes compilation warnings.


The following changes since commit a6360dd37e1a144ed11e6548371bade559a1e4df:

  Linux 2.6.39-rc3 (2011-04-11 17:21:51 -0700)

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

Artem Bityutskiy (1):
      UBIFS: fix oops when R/O file-system is fsync'ed

Maksim Rayskiy (1):
      UBIFS: fix compilation warnings when compiling with gcc 4.5

 fs/ubifs/debug.h |  152 +++++++++++++++++++++++++++++++++---------------------
 fs/ubifs/file.c  |    3 +
 2 files changed, 97 insertions(+), 58 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