From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:44764 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726205AbeJKQrQ (ORCPT ); Thu, 11 Oct 2018 12:47:16 -0400 Date: Thu, 11 Oct 2018 11:20:46 +0200 From: Greg KH To: Chenbo Feng Cc: stable@vger.kernel.org, kernel-team@android.com, Theodore Ts'o , stable@kernel.org Subject: Re: [4.4.y 4.9.y 1/1] ext4: avoid running out of journal credits when appending to an inline file Message-ID: <20181011092046.GD13455@kroah.com> References: <20181011024221.17360-1-fengc@google.com> <20181011024221.17360-2-fengc@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181011024221.17360-2-fengc@google.com> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Oct 10, 2018 at 07:42:21PM -0700, Chenbo Feng wrote: > From: Theodore Ts'o > > commit 8bc1379b82b8e809eef77a9fedbb75c6c297be19 upstream. > > Use a separate journal transaction if it turns out that we need to > convert an inline file to use an data block. Otherwise we could end > up failing due to not having journal credits. > > This addresses CVE-2018-10883. > > https://bugzilla.kernel.org/show_bug.cgi?id=200071 > > Change-Id: Ifbe92e379f7a25fb252a2584356ccb91f902ea8f > Signed-off-by: Theodore Ts'o > Cc: stable@kernel.org > [fengc@google.com: 4.4 and 4.9 backport: adjust context] > Signed-off-by: Chenbo Feng This does not apply to my 4.4.y or 4.9.y tree :( Can you please rebase and resend? thanks, greg k-h