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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D9BA4C433FE for ; Sat, 22 Oct 2022 22:56:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229875AbiJVW4f (ORCPT ); Sat, 22 Oct 2022 18:56:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229728AbiJVW4b (ORCPT ); Sat, 22 Oct 2022 18:56:31 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E60C27C751 for ; Sat, 22 Oct 2022 15:56:29 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0663660B0D for ; Sat, 22 Oct 2022 22:56:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DFF06C433D6; Sat, 22 Oct 2022 22:56:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1666479388; bh=D4mNyNda84fJ6pyLtCt0adu0b4qEGwhmimfAIHqFxlA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=PaC332JbxNVIDT5Uw0lssHRULYKuAk0g1YhQ41wPTKJUDSP29TKzI8s1fZYvg3MEv Y4WWkIBVWSi8UXiPYPOw6cSCRd8RUIvexB7v9corh/oI8v3H9qRMgynEg8Q0ERbJ3p eny3WIFAmSvzSVbu/Fzbj5uVmi4Cnjf0KjDzvTNA= Date: Sat, 22 Oct 2022 15:56:27 -0700 From: Andrew Morton To: Mirsad Goran Todorovac Cc: Phillip Lougher , linux-kernel@vger.kernel.org, hsinyi@chromium.org, regressions@leemhuis.info, regressions@lists.linux.dev, dimitri.ledkov@canonical.com, michael.vogt@canonical.com, phillip.lougher@gmail.com, ogra@ubuntu.com, olivier.tilloy@canonical.com, Marc Miltenberger Subject: Re: [0/3] squashfs: fix some regressions introduced in the readahead code Message-Id: <20221022155627.be13b4ea9769f76818e73f81@linux-foundation.org> In-Reply-To: <4493e774-ff23-e2a1-4aa7-28b190eb909d@alu.unizg.hr> References: <20221020223616.7571-1-phillip@squashfs.org.uk> <4493e774-ff23-e2a1-4aa7-28b190eb909d@alu.unizg.hr> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 22 Oct 2022 03:38:01 +0200 Mirsad Goran Todorovac wrote: > Please consider crediting Marc Miltenberger, who was first to reproduce > and confirm that the > bug was not in my build but in mainline kernel. Thanks, Marc. I've added your Reported-by: to my copies of the three patches.