From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp2130.oracle.com ([141.146.126.79]:37554 "EHLO aserp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388571AbfA1QoA (ORCPT ); Mon, 28 Jan 2019 11:44:00 -0500 Received: from pps.filterd (aserp2130.oracle.com [127.0.0.1]) by aserp2130.oracle.com (8.16.0.22/8.16.0.22) with SMTP id x0SGXswm047136 for ; Mon, 28 Jan 2019 16:43:59 GMT Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp2130.oracle.com with ESMTP id 2q8d2dyg12-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 28 Jan 2019 16:43:58 +0000 Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id x0SGhw4W021214 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 28 Jan 2019 16:43:58 GMT Received: from abhmp0019.oracle.com (abhmp0019.oracle.com [141.146.116.25]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id x0SGhvKb022583 for ; Mon, 28 Jan 2019 16:43:57 GMT Date: Mon, 28 Jan 2019 08:43:54 -0800 From: "Darrick J. Wong" Subject: [ANNOUNCE] xfs-linux: iomap-5.0-fixes updated to 4ea899ead278 Message-ID: <20190128164354.GH4368@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: xfs Hi folks, The iomap-5.0-fixes branch of the xfs-linux repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git has just been updated. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@vger.kernel.org so they can be picked up in the next update. The new head of the iomap-5.0-fixes branch is commit: 4ea899ead278 iomap: fix a use after free in iomap_dio_rw New Commits: Christoph Hellwig (1): [4ea899ead278] iomap: fix a use after free in iomap_dio_rw Piotr Jaroszynski (1): [8e47a457321c] iomap: get/put the page in iomap_page_create/release() Code Diffstat: fs/iomap.c | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-)