From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: xfs@oss.sgi.com Subject: [XFS updates] XFS development tree branch, for-next, updated. for-linus-v3.11-rc1-2-12213-g0d0ab12 Message-Id: <20130826164030.AF2097F56@oss.sgi.com> Date: Mon, 26 Aug 2013 11:40:30 -0500 (CDT) List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: xfs@oss.sgi.com 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, for-next 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 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 Reviewed-by: Ben Myers Signed-off-by: Ben Myers commit 98f7462c4331cbf283e7b5c2269d17c17b8f00f2 Author: Fengguang Wu Date: Sat Aug 24 08:50:17 2013 +0800 xfs: xfs_dir3_sfe_put_ino can be static TO: Dave Chinner CC: Ben Myers CC: linux-kernel@vger.kernel.org Signed-off-by: Fengguang Wu Reviewed-by: Ben Myers Signed-off-by: Ben Myers ----------------------------------------------------------------------- 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 _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs