Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp423494imm; Tue, 7 Aug 2018 22:30:25 -0700 (PDT) X-Google-Smtp-Source: AA+uWPwRovJlY2KN/WVc7MBlQoXQGDTsHBGwbefWDBZQBeOKMBgpUz75tqvB2aA5jRYxYQ2OagZQ X-Received: by 2002:a17:902:543:: with SMTP id 61-v6mr1194554plf.126.1533706225707; Tue, 07 Aug 2018 22:30:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533706225; cv=none; d=google.com; s=arc-20160816; b=YwHHJE8YY/gT4xW40PAwrwVDVywcHn7d5lFJg9gy9DhwwN3EwxTdzgeinBCnQYTFnN PYw/vftSzP5s1fszg2bA2CSDTBxmLrffnsO0CX39jc0Zf7nAmJ8pn+VCvA4g4Qi8JJCk 21G/ZDD1pZbdGssO4C0bXke/yvyLe0YpGQYSmzXv0OQPEdf3g5LEV2wI/MuM/nN960Fw ruNor9btld61TpaGPPtLlQW2jp9GJ1/8Jr3oTKhF1VkooWFcjkbOu9W6mKg81kIffPAN 9ghM3CVrRjbTHNmEpY9/NdU70whPcs0OZNWMmQoThQFdwTb07sTXMIiHtmrchmd0HlFc 8M8Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=6tfEmONyRUZygPMLJjSmd0XuMNFWMNu1Jd6Wp4O091Q=; b=BeBA9TqJiuJe0y2RaHm6+LVG1mUI8353n98MVYyQcvcQM5etRrhy5M2nouageSXg/4 GQA5Fw8x44xNPdj2Oq46ntzOYsWeZUib5wigaRo8ViRD2VIS9r1mo+oqcDQ1BbrFDkrl Qz05tVDDPcjTpfI+f8h6kmBnPDQ2yrbEwRQDLpty8SOB0B3bdxMqVEpuwCi6x8Le+GZo V/dAv+8FbTweDm+c6EmZ4v2VvwNqvEaG2kTJuwM2kFud5HOSozwMeZzSCrxOMsK5MDFB dhtD8GELId2nAgfAvtYFfAjBqOA8l2HILDEdYH+dakFe7iRbxplNNUnodLenfgrK7fK3 cugA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g10-v6si2598683plt.468.2018.08.07.22.30.11; Tue, 07 Aug 2018 22:30:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726894AbeHHHqm (ORCPT + 99 others); Wed, 8 Aug 2018 03:46:42 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53266 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726643AbeHHHqm (ORCPT ); Wed, 8 Aug 2018 03:46:42 -0400 Received: from localhost (unknown [194.244.16.108]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 63C12BBF; Wed, 8 Aug 2018 05:28:48 +0000 (UTC) Date: Wed, 8 Aug 2018 07:28:45 +0200 From: Greg Kroah-Hartman To: Matthias Schiffer Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Eric Whitney , Theodore Tso Subject: Re: [PATCH 4.14 222/246] ext4: fix check to prevent initializing reserved inodes Message-ID: <20180808052845.GB20034@kroah.com> References: <20180801165011.700991984@linuxfoundation.org> <20180801165022.329322870@linuxfoundation.org> <0360c726-c139-345b-a478-82b33a7aa804@universe-factory.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0360c726-c139-345b-a478-82b33a7aa804@universe-factory.net> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 08, 2018 at 12:17:30AM +0200, Matthias Schiffer wrote: > On 08/01/2018 06:52 PM, Greg Kroah-Hartman wrote: > > 4.14-stable review patch. If anyone has any objections, please let me know. > > It seems this patch is still missing from the 4.4.y and 4.9.y branches. Maybe because no one has provided a working backport? :)