mbox

ext4 bug fixes for 4.13

Message ID 20170823041634.64t7aen42ifgduaz@thunk.org
State Not Applicable, archived
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

Message

Theodore Ts'o Aug. 23, 2017, 4:16 a.m. UTC
The following changes since commit aae4e7a8bc44722fe70d58920a36916b1043195e:

  Linux 4.13-rc4 (2017-08-06 18:44:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

for you to fetch changes up to 32aaf194201e98db4235b7b71ac62a22e2ac355f:

  ext4: add missing xattr hash update (2017-08-14 08:30:06 -0400)

----------------------------------------------------------------
Fix a clang build regression and an potential xattr corruption bug.

----------------------------------------------------------------
Tahsin Erdogan (1):
      ext4: add missing xattr hash update

Theodore Ts'o (1):
      ext4: fix clang build regression

 fs/ext4/mballoc.c | 7 +++++--
 fs/ext4/xattr.c   | 6 ++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

Comments

Linus Torvalds Aug. 23, 2017, 4:51 a.m. UTC | #1
On Tue, Aug 22, 2017 at 9:16 PM, Theodore Ts'o <tytso@mit.edu> wrote:
>
> Theodore Ts'o (1):
>       ext4: fix clang build regression

Tssk. The authorship attribution here looks wrong, and the authorship
(Arnd) ended up being in the commit log rather than the author field.

Please be more careful when applying patches from email.

Pulled, but..

               Linus