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 65124C4332F for ; Sun, 18 Dec 2022 01:36:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229897AbiLRBcW (ORCPT ); Sat, 17 Dec 2022 20:32:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229480AbiLRBcU (ORCPT ); Sat, 17 Dec 2022 20:32:20 -0500 Received: from codeconstruct.com.au (pi.codeconstruct.com.au [203.29.241.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86DA7DF09 for ; Sat, 17 Dec 2022 17:32:19 -0800 (PST) Received: from pecola.lan (unknown [159.196.93.152]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id 3948020037; Sun, 18 Dec 2022 09:32:12 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1671327133; bh=9yCmwl9eW62jRE+k0inHih/c5ukSLFkCAdQTPSuzX5Q=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=D/mYrGldjXHcPDPchfZsMvAWVlAAaunQSFQI4D0q7ENhSuueHqiqXcpqC9OSfZPkv txqCoxDn4ZNB48VmhJxQDi2V2FWTfp/54fg0siqCMdh8N71w4HXXYjeNxWrM59kYRG jSwlTwzk70D02XQ/X2//b+PQEj/UR6MnnU6qwqOx/Nid+271z15ak+mujmgDBRCGQb LtyiS1VWaCnRbOJqmGFsVghmDbkt4myvZ/zi1A2Z1UErsUIwmJTuf/C4D3XJ6Y5EzN 7iubJ7W6J4iPw88yns9n3obGUJsAVr8WNrw884R81aMvxtoe4FqxGBm23qoBIkohPO wytcj2fp31v5g== Message-ID: Subject: Re: [PATCH net] mctp: serial: Fix starting value for frame check sequence From: Jeremy Kerr To: Alexander Duyck Cc: netdev@vger.kernel.org, Matt Johnston , "David S. Miller" , Jakub Kicinski , Eric Dumazet , Paolo Abeni , Harsh Tyagi Date: Sun, 18 Dec 2022 09:32:11 +0800 In-Reply-To: References: <20221216034409.27174-1-jk@codeconstruct.com.au> <2eecaca2d1066d51d136a8d95b5cd2fd19e5e111.camel@gmail.com> <6d07e45e6237f24ec32a723e747dd070fb53bea7.camel@codeconstruct.com.au> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.1-1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi Alexander, >=20 > > Yep, that would make sense if they're commonly used values, but I'm > > not sure that would be suitable to include that in this fix, as it > > would just add disruption to any backport work. >=20 > Sorry, I didn't intend that for this patch. I was suggesting it as > possible follow-on work. Ah, cool! Yep, definitely a contender for a future change. (this might be a good opportunity as a starter item for someone wanting to get familiar with the development/review process, if you know of anyone?) Cheers, Jeremy