This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "XFS development tree".
The branch, master has been updated
0d0ab12 xfs: check for underflow in xfs_iformat_fork()
98f7462 xfs: xfs_dir3_sfe_put_ino can be static
from 00574da199291751bfaaee15ad0f42a7144276ad (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0d0ab120d1fe90fcc73a2bfff3945bea636b3025
Author: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Date: Thu Aug 15 08:53:38 2013 +0300
xfs: check for underflow in xfs_iformat_fork()
The "di_size" variable comes from the disk and it's a signed 64 bit.
We check the upper limit but we should check for negative numbers as
well.
Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Reviewed-by: Ben Myers <bpm@xxxxxxx>
Signed-off-by: Ben Myers <bpm@xxxxxxx>
commit 98f7462c4331cbf283e7b5c2269d17c17b8f00f2
Author: Fengguang Wu <fengguang.wu@xxxxxxxxx>
Date: Sat Aug 24 08:50:17 2013 +0800
xfs: xfs_dir3_sfe_put_ino can be static
TO: Dave Chinner <david@xxxxxxxxxxxxx>
CC: Ben Myers <bpm@xxxxxxx>
CC: linux-kernel@xxxxxxxxxxxxxxx
Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>
Reviewed-by: Ben Myers <bpm@xxxxxxx>
Signed-off-by: Ben Myers <bpm@xxxxxxx>
-----------------------------------------------------------------------
Summary of changes:
fs/xfs/xfs_dir2_sf.c | 2 +-
fs/xfs/xfs_inode_fork.c | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
XFS development tree
|