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 22D6AEE4993 for ; Mon, 21 Aug 2023 19:11:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229812AbjHUTLd (ORCPT ); Mon, 21 Aug 2023 15:11:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56758 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229782AbjHUTLc (ORCPT ); Mon, 21 Aug 2023 15:11:32 -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 AFF3F131 for ; Mon, 21 Aug 2023 12:11:28 -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 41CB8635F3 for ; Mon, 21 Aug 2023 19:11:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0FA2BC433C8; Mon, 21 Aug 2023 19:11:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692645087; bh=bLnmPR/fj6fxgZzD4TUsyHXd4feqUx23RQO7PPhMvtQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=UH/tHdFOF4v1GEZMnE4oLN4QzHj9POPj4vYSrCGRzZC0hE4yM7KE3HcPXkYHFaZyU oIkcEp5gXzgFdi9+MQ/VPpzqKDK5VURcY4mbjwG3qon3kto/c5Liv7S+CecgLZTsX5 PqmywcHUfVdrr9fAj2Yg3ITLQ/4YN6uLP2q97CF2OKvIiMonheypFwhIihZdkD08L1 d0BfhB4+QQrYCG7wudO668xX10032kiPaqHISA417/OW3NiZVwjNvdvP+xIGWewftS Jjn3losV+WW+m7kyy7L425up2Fq88/Z+uJP6ji/+oHVKW+5cy2+yOFmLSkwku0PF// a7Qio2ZUBor5Q== Date: Mon, 21 Aug 2023 12:11:18 -0700 From: Jakub Kicinski To: Alex Williamson Cc: Brett Creeley , patchwork-bot+netdevbpf@kernel.org, Yang Li , edumazet@google.com, davem@davemloft.net, pabeni@redhat.com, shannon.nelson@amd.com, brett.creeley@amd.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next] pds_core: Fix some kernel-doc comments Message-ID: <20230821121118.394c713b@kernel.org> In-Reply-To: <20230821112237.105872b5.alex.williamson@redhat.com> References: <20230821015537.116268-1-yang.lee@linux.alibaba.com> <169260062287.23906.5426313863970879559.git-patchwork-notify@kernel.org> <20230821112237.105872b5.alex.williamson@redhat.com> 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 Mon, 21 Aug 2023 11:22:37 -0600 Alex Williamson wrote: > I'm sure Linus can fixup the conflict, but a preferable solution might > be to drop the patch from Yang Li from net-next. Thanks, Slightly tempting to just move the HEAD back by one commit but IDK what consequences this would have for people who base their branches on net-next. So I'll revert.