]> git.itanic.dy.fi Git - linux-stable/commit
Merge branch 'ravb-ethernet-driver-bugfixes'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 18 Apr 2024 09:34:31 +0000 (11:34 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 18 Apr 2024 09:34:32 +0000 (11:34 +0200)
commitd10a7f551ecee6885095fc96aabcfbf959d4a256
tree8a6e5237607f27fa26cd2536bff3746ae3057bb2
parent94667949ec3bbb2218c46ad0a0e7274c8832e494
parent2e36c9fbc476f95a1b19e3fa0a2cdf408475ff56
Merge branch 'ravb-ethernet-driver-bugfixes'

Paul Barker says:

====================
ravb Ethernet driver bugfixes

These patches fix bugs found during recent work on the ravb driver.

Patches 1 & 2 affect the R-Car code paths so have been tested on an
R-Car M3N Salvator-XS board - this is the only R-Car board I currently
have access to.

Patches 2, 3 & 4 affect the GbEth code paths so have been tested on
RZ/G2L and RZ/G2UL SMARC EVK boards.

Changes v2->v3:
  * Incorporate feedback from Niklas and add Reviewed-by tag to patch
    "net: ravb: Count packets instead of descriptors in R-Car RX path".
Changes v1->v2:
  * Fixed typos in commit message of patch
    "net: ravb: Allow RX loop to move past DMA mapping errors".
  * Added Sergey's Reviewed-by tags.
  * Expanded Cc list as Patchwork complained that I had missed people.
  * Trimmed the call trace in accordance with the docs [1] in patch
    "net: ravb: Fix GbEth jumbo packet RX checksum handling".

[1]: https://docs.kernel.org/process/submitting-patches.html#backtraces-in-commit-messages
====================

Link: https://lore.kernel.org/r/20240416120254.2620-1-paul.barker.ct@bp.renesas.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>