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.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 D6308C433E0 for ; Sat, 1 Aug 2020 10:32:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B36B120716 for ; Sat, 1 Aug 2020 10:32:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596277977; bh=yMIyvV3cr0nHJsm7JhZpBQRP/P3NeZtzM2dnngX+QMU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=FRAPPnJPqc6Work4HVDTmiF73iHyoRSO6a6kiUqnbf7ueybcEi2jTKIdnvn9lKtKD +cqzi8bVEeoDtvx46oVU7021Cg8qG5LgQTIS85tZez5iSU493yIi5R8hh4pLrgcjgM 9RkU4R/r4t6/i3LqgPi6sDKgcDyDLzfLI9OGm4Kc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728867AbgHAKc4 (ORCPT ); Sat, 1 Aug 2020 06:32:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:45182 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725931AbgHAKc4 (ORCPT ); Sat, 1 Aug 2020 06:32:56 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.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 330EF20716; Sat, 1 Aug 2020 10:32:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596277975; bh=yMIyvV3cr0nHJsm7JhZpBQRP/P3NeZtzM2dnngX+QMU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A8KYAv1uaqMaB43H53Lwwn0mlXjp3PF4JCwlGgGa9BK3AV1f9WWgmieSoDkXUvyVN /zCRaq7qBU65E0oT+uhIsr5NImpPW/YhGMAmcsIOlNARqUHQzw1/qffcSfcui+ckox olaMqTQnijSiZ7ZjPpsjM3hS4mC8qIYG7+lnYhWY= Date: Sat, 1 Aug 2020 12:32:40 +0200 From: Greg KH To: linux-kernel@vger.kernel.org Cc: jaegeuk@kernel.org, stable-commits@vger.kernel.org Subject: Re: Patch "f2fs: check memory boundary by insane namelen" has been added to the 4.14-stable tree Message-ID: <20200801103240.GC3309560@kroah.com> References: <20200801010810.DC64E2076B@mail.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200801010810.DC64E2076B@mail.kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 31, 2020 at 09:08:10PM -0400, Sasha Levin wrote: > This is a note to let you know that I've just added the patch titled > > f2fs: check memory boundary by insane namelen > > to the 4.14-stable tree which can be found at: > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > The filename of the patch is: > f2fs-check-memory-boundary-by-insane-namelen.patch > and it can be found in the queue-4.14 subdirectory. > > If you, or anyone else, feels it should not be added to the stable tree, > please let know about it. Breaks things here as well :(