From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:38654 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731926AbfFMJzh (ORCPT ); Thu, 13 Jun 2019 05:55:37 -0400 From: Christoph Hellwig Subject: alternative take on the same page merging leak fix v2 Date: Thu, 13 Jun 2019 11:55:27 +0200 Message-Id: <20190613095529.25005-1-hch@lst.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Jens Axboe , Ming Lei Cc: David Gibson , "Darrick J. Wong" , linux-block@vger.kernel.org, linux-xfs@vger.kernel.org Hi Jens, hi Ming, this is the tested and split version of what I think is the better fix for the get_user_pages page leak, as it leaves the intelligence in the callers instead of in bio_try_to_merge_page. Changes since v1: - drop patches not required for 5.2 - added Reviewed-by tags