[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<170723042613.26701.2610648109297572739.git-patchwork-notify@kernel.org>
Date: Tue, 06 Feb 2024 14:40:26 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Cc: krzysztof.kozlowski@...aro.org, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH v2 0/2] nfc: hci: Save a few bytes of memory when registering
a 'nfc_llc' engine
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@...hat.com>:
On Sat, 3 Feb 2024 08:51:02 +0100 you wrote:
> nfc_llc_register() calls pass a string literal as the 'name' parameter.
>
> So kstrdup_const() can be used instead of kfree() to avoid a memory
> allocation in such cases.
>
> v2: Add a new helper function, nfc_llc_del_engine(), to reduce code
> duplication. This is needed to address Jakub Kicinski's comment
> about nfc_llc_exit() that was not updated in v1.
>
> [...]
Here is the summary with links:
- [v2,1/2] nfc: hci: Introduce nfc_llc_del_engine() to reduce code duplication
https://git.kernel.org/netdev/net-next/c/d6f4aac19ad4
- [v2,2/2] nfc: hci: Save a few bytes of memory when registering a 'nfc_llc' engine
https://git.kernel.org/netdev/net-next/c/83cdd8db7508
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists