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 637DFC7EE2E for ; Tue, 13 Jun 2023 10:57:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240443AbjFMK50 convert rfc822-to-8bit (ORCPT ); Tue, 13 Jun 2023 06:57:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238726AbjFMK5Z (ORCPT ); Tue, 13 Jun 2023 06:57:25 -0400 X-Greylist: delayed 12107 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 13 Jun 2023 03:57:24 PDT Received: from mail.lichtvoll.de (luna.lichtvoll.de [194.150.191.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 10A8110DA; Tue, 13 Jun 2023 03:57:24 -0700 (PDT) Received: from 127.0.0.1 (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail.lichtvoll.de (Postfix) with ESMTPSA id 7FAA56F5413; Tue, 13 Jun 2023 12:57:22 +0200 (CEST) From: Martin Steigerwald To: Jens Axboe , linux-block@vger.kernel.org, Michael Schmitz Cc: linux-m68k@vger.kernel.org, geert@linux-m68k.org, Christoph Hellwig Subject: Re: [PATCH v7 2/2] block: add overflow checks for Amiga partition support Date: Tue, 13 Jun 2023 12:57:22 +0200 Message-ID: <3748744.kQq0lBPeGt@lichtvoll.de> In-Reply-To: <12241273-9403-426e-58ed-f3f597fe331b@gmail.com> References: <1539570747-19906-1-git-send-email-schmitzmic@gmail.com> <4814181.GXAFRqVoOG@lichtvoll.de> <12241273-9403-426e-58ed-f3f597fe331b@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="UTF-8" Authentication-Results: mail.lichtvoll.de; auth=pass smtp.auth=martin smtp.mailfrom=martin@lichtvoll.de Precedence: bulk List-ID: X-Mailing-List: linux-m68k@vger.kernel.org Michael Schmitz - 13.06.23, 10:18:24 CEST: > Am 13.06.2023 um 19:25 schrieb Martin Steigerwald: > > Hi Michael, hi Jens, Hi Geert. > > > > Michael Schmitz - 22.08.22, 22:56:10 CEST: > >> On 23/08/22 08:41, Jens Axboe wrote: > >>> On 8/22/22 2:39 PM, Michael Schmitz wrote: > >>>> Hi Jens, > >>>> > >>>> will do - just waiting to hear back what needs to be done > >>>> regarding > >>>> backporting issues raised by Geert. > >>> > >>> It needs to go upstream first before it can go to stable. Just > >>> mark > >>> it with the right Fixes tags and that will happen automatically. > > > > […] > > > >> thanks - the Fixes tag in my patches refers to Martin's bug report > >> and won't be useful to decide how far back this must be applied. > >> > >> Now the bug pre-dates git, making the commit to 'fix' > >> 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ... That one's a bit > >> special, please yell if you want me to lie about this and use a > >> later commit specific to the partition parser code. > > > > After this discussion happened I thought the patch went in. However… > > as John Paul Adrian asked in "Status of affs support in the kernel > > and affstools" thread on linux-m68k and debian-68k mailing list, I > > searched for the patch in git history but did not find it. > > I may have messed that one up, as it turns out. Last version was v9 > which I had to resend twice, and depending on what Jens uses to keep > track of patches, the resends may not have shown up in his tool. I > should have bumped the version number instead. > > I'll see if my latest version still applies cleanly ... Many thanks! Would be nice to see it finally go in. Best, -- Martin