lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <164120700947.2591.17033109564004070251.git-patchwork-notify@kernel.org> Date: Mon, 03 Jan 2022 10:50:09 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Christophe JAILLET <christophe.jaillet@...adoo.fr> Cc: jdmason@...zu.us, davem@...emloft.net, kuba@...nel.org, jesse.brandeburg@...el.com, liuhangbin@...il.com, colin.king@...el.com, zhengyongjun3@...wei.com, paskripkin@...il.com, arnd@...db.de, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org Subject: Re: [PATCH] net: vxge: Use dma_set_mask_and_coherent() and simplify code Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller <davem@...emloft.net>: On Sun, 2 Jan 2022 22:07:05 +0100 you wrote: > Use dma_set_mask_and_coherent() instead of unrolling it with some > dma_set_mask()+dma_set_coherent_mask(). > > Moreover, as stated in [1], dma_set_mask() with a 64-bit mask will never > fail if dev->dma_mask is non-NULL. > So, if it fails, the 32 bits case will also fail for the same reason. > > [...] Here is the summary with links: - net: vxge: Use dma_set_mask_and_coherent() and simplify code https://git.kernel.org/netdev/net-next/c/3d694552fd8f 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