From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16F96C43441 for ; Thu, 22 Nov 2018 19:39:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B6E8420838 for ; Thu, 22 Nov 2018 19:39:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="jCTg9Vpv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B6E8420838 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2438357AbeKWGUH (ORCPT ); Fri, 23 Nov 2018 01:20:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:58354 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731412AbeKWGUG (ORCPT ); Fri, 23 Nov 2018 01:20:06 -0500 Received: from localhost (unknown [37.142.5.207]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 907A620684; Thu, 22 Nov 2018 19:39:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1542915558; bh=cTU1975c0PQ8O2ACLJgJzmyoY2yo5rdXZfIvdmyDmic=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jCTg9Vpv5N9XV9BPCOQX6M88qX9jo4fG6zPFd9wwzgqMibkq88rFYTEeJho8WIwmw TI6KJ4HjYTrftsMctOCzSTynky0cKG1Y+ERq9vuWKDZsloWXBMk5/NV9+3rLuXDRUR 9g4Lqe2is+L/Lz2x0vGzo0gcBFQEhebBMaX4Gp3M= Date: Thu, 22 Nov 2018 14:39:14 -0500 From: Sasha Levin To: Tigran Aivazian Cc: stable@vger.kernel.org, LKML , Tetsuo Handa , willy@infradead.org, Andrew Morton , torvalds@linux-foundation.org Subject: Re: [PATCH AUTOSEL 3.18 1/9] bfs: add sanity check at bfs_fill_super() Message-ID: <20181122193914.GD9725@sasha-vm> References: <20181113055252.79406-1-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 13, 2018 at 08:00:56PM +0000, Tigran Aivazian wrote: >On Tue, 13 Nov 2018 at 19:40, Tigran Aivazian wrote: >> >> On Tue, 13 Nov 2018 at 08:31, Tigran Aivazian wrote: >> > Andrew, if you would like me to make the same patch against 4.19.1 as >> > well, please let me know. >> >> I decided to just go ahead and backport it to 4.19.1 anyway (see >> attached). Tested thoroughly under 4.19.1. > >I just missed the 4.19.2 release by a few minutes. >And just as well, because the 4.19.1 patch contained a double of a >(trivial) chunk (change to comment in include/uapi/linux/bfs_fs.h) in >which "gmail.com" was misspelled as "veritas.com" :) > >So, the final patch against 4.19.2 is attached. I've grabbed the backport, thank you. -- Thanks, Sasha