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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 C56B0C433ED for ; Mon, 10 May 2021 06:52:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 91DB761409 for ; Mon, 10 May 2021 06:52:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229608AbhEJGxk convert rfc822-to-8bit (ORCPT ); Mon, 10 May 2021 02:53:40 -0400 Received: from lithops.sigma-star.at ([195.201.40.130]:49002 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230002AbhEJGxk (ORCPT ); Mon, 10 May 2021 02:53:40 -0400 X-Greylist: delayed 529 seconds by postgrey-1.27 at vger.kernel.org; Mon, 10 May 2021 02:53:40 EDT Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id C6D0A60A357B; Mon, 10 May 2021 08:43:46 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id ag207uelseHz; Mon, 10 May 2021 08:43:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 8361B60A3594; Mon, 10 May 2021 08:43:46 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 6SnSquGD1gcN; Mon, 10 May 2021 08:43:46 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 5CEB660A357B; Mon, 10 May 2021 08:43:46 +0200 (CEST) Date: Mon, 10 May 2021 08:43:46 +0200 (CEST) From: Richard Weinberger To: Joel Stanley Cc: stable Message-ID: <1496964795.7092.1620629026246.JavaMail.zimbra@nod.at> In-Reply-To: References: Subject: Re: JFFS2 Backports MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF78 (Linux)/8.8.12_GA_3809) Thread-Topic: JFFS2 Backports Thread-Index: v7dVIZs4nLFDzQ9Xp1ScwChoCA2VkA== Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org ----- Ursprüngliche Mail ----- > Can we please have the following jffs2 patches added to the stable tree: > > 960b9a8a7676 "jffs2: Fix kasan slab-out-of-bounds problem" This one is already marked for stable inclusion. > 90ada91f4610 "jffs2: check the validity of dstlen in jffs2_zlib_compress()" Acked-by: Richard Weinberger > Both patches fix issues that date back to pre-git history. I am > interested in seeing them applied to v5.4 and v5.10. Thanks, //richard