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=-3.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 ED57EC43387 for ; Fri, 18 Jan 2019 08:19:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B45E420883 for ; Fri, 18 Jan 2019 08:19:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547799590; bh=uTjvwkSVTqZoRbdt9JrW55OqZBtGqmo4Pt2ab6nt1vw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=hWvYpTeF9d1XiN7C0JBiZ2xPuEzD5lJszpfn/22YTMqmwr3Fatkk+TfMbg9QB9oU1 AAd0IvZwZrpTXijcuFvxhDbk15yLrq0ffF//+eT/ZYe6LobCl1mO9FsilLtoxrDv1Q fkyN/Pvbnp2qnA6Ugtxjzeddk1cj+2oaC5XO3Uuc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727406AbfARITu (ORCPT ); Fri, 18 Jan 2019 03:19:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:42330 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727300AbfARITt (ORCPT ); Fri, 18 Jan 2019 03:19:49 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (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 E4F3E2086D; Fri, 18 Jan 2019 08:19:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547799589; bh=uTjvwkSVTqZoRbdt9JrW55OqZBtGqmo4Pt2ab6nt1vw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xg3g0h8Z6wC4+1YtuZd13LJzBt6UFT5JwZxiM3vYF/kn7xi/j7/vUxrYTs/XteNUL b2iYszEkyEKfHIRnjkgPFgAPjj0hMyvJNl5rJJOpKVZZVHvKXxG+Tsu2yxbywmIxTk 8VFN+WSh2TqqAW2ob+XSh8g5Py46TyI3gjadhvjE= Date: Fri, 18 Jan 2019 09:19:46 +0100 From: Greg Kroah-Hartman To: Ben Hutchings Cc: Sasha Levin , stable , linux-f2fs-devel@lists.sourceforge.net Subject: Re: Security fixes for 4.4 - f2fs Message-ID: <20190118081946.GA17484@kroah.com> References: <1547753327.3229.115.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1547753327.3229.115.camel@codethink.co.uk> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Jan 17, 2019 at 07:28:47PM +0000, Ben Hutchings wrote: > I've backported fixes for several security issues involving filesystem > validation in f2fs.  All of these are already fixed in the later stable > branches. > > I tested with the reproducers where available.  I also checked for > regressions with xfstests and didn't find any (but many tests fail with > or without these changes). Thanks for all of these, now queued up. Note, one of these, d4fdf8ba0e58 ("f2fs: fix a panic caused by NULL flush_cmd_control"), was already in the 4.4.169 release. thanks, greg k-h