From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 61D3F477998 for ; Thu, 2 Jul 2026 09:20:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782984030; cv=none; b=MpCmqWdVvc8ug0QOG/OnTQYm/lgR8Y5SJy4xj8u1/R6XfRHWS9izk1BwpchhxJWt74F6RZJFqD1DCmQo8ZDpPIRhrM8vjLL2nCbyZv64kAernKralRrPB36VskR0NylMgw0YplmJ8xA+UwYDcsohxAJxv7qeOO9CqiExmnJexgM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782984030; c=relaxed/simple; bh=VCOuhmbCsTeeWkcBoIo0xBV25FRe+FtVfMH5l5K92HE=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=dQyuKctNvM9K0nrUnofoUgunJ6bqMrfjW6cEKB8NzUdM76XY0G68rT1DH2mpnQzlusn2IhzAEEhqjVU/8dps2BzGG/aOwNK94uF9MX1QXSQefHSjRtpkZWfjQgenEuytYvq1jMiiTPpNIxbdnaXYG8EqZq9+dXM4H2NDctV0LaM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JR4TEBmj; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="JR4TEBmj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1E02D1F000E9; Thu, 2 Jul 2026 09:20:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782984029; bh=o54HdEcYFItmOC4goPLmkQUbY57bw/KM01KOjEHGAzo=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=JR4TEBmj3t6W7L8rMGbNfNE5oOmrygPITzNscFfO9Q3onLfl5ydAkMWi0TLGqCKSu rcWaFa63Fq44UIyKr7SBqOh+75IFz2nO0sixjd1/lFsUX6Q1m8bvSBn2JQVLFPD9hI tPpO8IBkEuyhWbES4sR5scUF0uoC8tFNa8Szch9RwvVErAIVROZaKU6xr8raOIDbM/ TVhmKu3Ee2deTjJ1Uo+v9sa6ibMYn59EPZ8Dj+DmRvNx6kIiZQyG2dEQkMYY9v4utQ /3Lw7iFTRSHeYA+TAXM/aUM3pIt3ydszn8iwcWMGNM+OXQ1rj5zSqKvTvExfzvXo51 xALjJeW++RpoA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 569E83926672; Thu, 2 Jul 2026 09:20:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2] ionic: Change list definition method From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178298401214.1542207.8043096415877146966.git-patchwork-notify@kernel.org> Date: Thu, 02 Jul 2026 09:20:12 +0000 References: <20260630065457.160081-1-zhulei_szu@163.com> In-Reply-To: <20260630065457.160081-1-zhulei_szu@163.com> To: zhulei Cc: brett.creeley@amd.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Tue, 30 Jun 2026 14:54:57 +0800 you wrote: > From: Lei Zhu > > The LIST_HEAD macro can both define a linked list and initialize > it in one step. To simplify code, we replace the separate operations > of linked list definition and manual initialization with the LIST_HEAD > macro. > > [...] Here is the summary with links: - [net-next,v2] ionic: Change list definition method https://git.kernel.org/netdev/net-next/c/09cfee6a8004 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html