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 5A7B3EB64DA for ; Fri, 16 Jun 2023 16:36:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345758AbjFPQgM (ORCPT ); Fri, 16 Jun 2023 12:36:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345760AbjFPQfo (ORCPT ); Fri, 16 Jun 2023 12:35:44 -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 F2C473C23 for ; Fri, 16 Jun 2023 09:35:31 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3AB8D60DD7 for ; Fri, 16 Jun 2023 16:35:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7B831C433C8; Fri, 16 Jun 2023 16:35:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686933330; bh=9WHjM9VXrkjIaIufT08irEDtCWmEn429IWbU2+liu/I=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Dvj+xlvBnJYF5gUspWYhy0sY6iy+C1Hkm0tbFteBUZwdW2O8oqiXSzrvwUhKbqYD3 rEUO3/zwf+vBcDJtdYLayYgsXYeo/0/xiZ/FGNdvd4OQ6RZeZq4rL2VEHQSe3CHeel +dtmn0/Ym3AKwC91jMpZTN2bCspol7HmKpJqTHFgRMWDT10V2uhN6EuOqC7hwZQynM Dy4yf8jqXTENaQYygKSt+ZtVzrqOKny5a31c2ADZZOrgBi1dgvUbc9hIFBgQMIhlYC UjbOiVjab2jt6IYmDQ7YtnSELoKPqTpmotwrsIIZqSpFQnsEFRvzEL4osFM71IMQD3 GmYeAZRfxKmbA== Date: Fri, 16 Jun 2023 09:35:29 -0700 From: Jakub Kicinski To: Ganesh Babu Cc: Stephen Hemminger , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] net: mroute6.h: change type of mif6c_pifi to __u32 Message-ID: <20230616093529.21fe1a0b@kernel.org> In-Reply-To: References: <20230328191456.43d2222e@kernel.org> <20230502085718.0551a86d@kernel.org> <20230502105820.2c27630d@hermes.local> 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 Fri, 16 Jun 2023 09:52:44 +0000 Ganesh Babu wrote: > I would appreciate any feedback or updates on the status of patch. > Thank you for your attention, and I look forward to hearing from you soon. You can try reposting with the commit format fixed after 6.5-rc1 is released. Make sure the commit messages answers _all_ the questions and concerns raised. Read this before posting: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html