Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp440399imm; Fri, 12 Oct 2018 00:27:20 -0700 (PDT) X-Google-Smtp-Source: ACcGV63Kve7z9cdRzm4+EkwH13pEqv2hxTOCBmbfkjdJePs8lA0xH0x+6NVuk2vdrjExKlM8i+3b X-Received: by 2002:a62:3185:: with SMTP id x127-v6mr5092335pfx.88.1539329240317; Fri, 12 Oct 2018 00:27:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539329240; cv=none; d=google.com; s=arc-20160816; b=yAmF8ABMolublYAEiNp0oVSHoioNTAA/71iJG/xiOkTHK6ATamc95KB+gX30war57B 9QfVoZGQRhXQ7VlZQh7Vq/Vw8HMyhzefTlkG2HB6ropPPb8W5B6FV/ce1w2N6TpGCiAV CKYjpxUV2q3z8id2ssv3stxk+n64UDy9WbLGaCQcJ14cwBPMS3jyenguvJFofKedMXPG t6HdkFgYFqodlsZkFIROqLktCtVwnP0W7qA5paLBRwq0PZfctS/xlXxUc9FpI1aVp2oL Qroc6XdsDhNuVBik+yZLg/CSJGNSnTGSZ7PcddANz1A2157sfY0TyScVCSrf2uh2NZ8z plMg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:subject:cc:to:from:date; bh=Pi0Ge9dSYHlE+4ZF+gev1HQHHTeq8ESKJXH3pJgjaC8=; b=Y5KiHSNTTkj+R8zGDR04KZiPq2giULdgoktQOXL3GreGcCO8M6fw1JAu8HcbeXYdpr 896dzsyuBXINHE9rEsdASSNNIuqJpOArjphEu04FIH4t8qWdhdP6w3pUVGM+TKL2qTjI SS5qnUYf5ToWqPLVUy0ZflYSLy5esErLdBFlCBc6/FXFIt4F6BUXEw5aBDmtn8MoSmzM B+GXAU1DhEZSFJtYdvhXHzW/XqKwTzRTDv5URF+ECORP1evpuT3mNXkl0Wqiecu3vW23 ChB7qtwZd4JAJKWMA3rzVevw8SgaEqjRyrPBMZrRYyHPr9XIkWz3GczmlKXCEIg0UQoz 6xkA== 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 d10-v6si412145pla.436.2018.10.12.00.27.05; Fri, 12 Oct 2018 00:27:20 -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 S1727474AbeJLO5F (ORCPT + 99 others); Fri, 12 Oct 2018 10:57:05 -0400 Received: from mail.bootlin.com ([62.4.15.54]:41782 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727151AbeJLO5F (ORCPT ); Fri, 12 Oct 2018 10:57:05 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 7532C207BB; Fri, 12 Oct 2018 09:25:56 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.0 Received: from bbrezillon (AAubervilliers-681-1-7-245.w90-88.abo.wanadoo.fr [90.88.129.245]) by mail.bootlin.com (Postfix) with ESMTPSA id 2A66B206A2; Fri, 12 Oct 2018 09:25:56 +0200 (CEST) Date: Fri, 12 Oct 2018 09:25:55 +0200 From: Boris Brezillon To: Greg Kroah-Hartman Cc: "linux-mtd@lists.infradead.org" , David Woodhouse , Richard Weinberger , Arnd Bergmann , Miquel Raynal , Marek Vasut , Brian Norris , "linux-kernel@vger.kernel.org" Subject: [GIT PULL] mtd: Fix for 4.19-rc8 Message-ID: <20181012092555.7e92d996@bbrezillon> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Greg, Here is a PR containing a fix for a bug introduced in 4.19-rc1. Regards, Boris The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21: Linux 4.19-rc7 (2018-10-07 17:26:02 +0200) are available in the git repository at: git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.19-rc8 for you to fetch changes up to f0fe77f601c3d6a821198f88f7adb0a05b8fe03e: lib/bch: fix possible stack overrun (2018-10-12 09:17:46 +0200) ---------------------------------------------------------------- * Fix a stack overflow in lib/bch.c ---------------------------------------------------------------- Arnd Bergmann (1): lib/bch: fix possible stack overrun lib/Makefile | 1 - lib/bch.c | 17 +++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) -- Boris Brezillon, Bootlin Embedded Linux and Kernel engineering https://bootlin.com