From: Jakub Kicinski <kuba@kernel.org>
To: Geoff Levand <geoff@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>, netdev@vger.kernel.org
Subject: Re: [PATCH v1 7/7] net/ps3_gelic: Fix DMA mapping problems
Date: Tue, 17 Jan 2023 17:25:42 -0800 [thread overview]
Message-ID: <20230117172542.5a05e37d@kernel.org> (raw)
In-Reply-To: <32670eab538e232957517b74f4a547b0315253f7.1673748018.git.geoff@infradead.org>
On Mon, 16 Jan 2023 21:05:57 +0000 Geoff Levand wrote:
> Fixes several DMA mapping problems with the PS3's gelic network driver:
>
> * Change from checking the return value of dma_map_single to using the
> dma_mapping_error routine.
> * Use the correct buffer length when mapping the RX skb.
These two should be separate patches in a series sent against the net
tree (meaning [PATCH net] and a Fixes tag in the commit message).
Then a week later (once the fixes have propagated into the net-next
tree) you can send the cleanups to net-next.
https://www.kernel.org/doc/html/next/process/maintainer-netdev.html
Before any of that tho - the emails must reach the mailing list.
No idea why your posting did not show up there :(
parent reply other threads:[~2023-01-18 1:25 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <32670eab538e232957517b74f4a547b0315253f7.1673748018.git.geoff@infradead.org>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230117172542.5a05e37d@kernel.org \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=geoff@infradead.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).