Skip to content
Snippets Groups Projects
Select Git revision
  • 545c4ab463c2224557e56b2609f88ed5be265405
  • v6.12-ktn default protected
  • feature/gpu-deactived
  • v6.1-ktn protected
  • v5.10-ktn protected
  • v5.4-ktn protected
  • feature/v6.1-ktn/kontron-imx8mm-extenstion-dts-update
  • feature/integrate-support-qspi-nand-512
  • ci/upstream-sync
  • v4.14-ktn protected
  • feature/master/upstream-spinand-rx-delay
  • feature/fix-w25n02kv-clk-to-rx-delay
  • develop-v5.10-stm32mp-ktn
  • feature/v6.1-ktn/mx8mp-hdmi-patch-sync
  • feature/v5.10-ktn/rtc-bsm-fix
  • v6.1-dsim-mx8mm
  • feature/v5.10-ktn/kontron-mx6ul-correct-dts-for-5-inch-admatec-display
  • feature/rfc/lvds-burst-mode
  • v5.10-stm32mp
  • feature/mp1/fix-qspi-nand
  • feature/v5.10-stm32mp-ktn
  • v5.15.37
  • st-alpha
23 results

linux

user avatar
Bob Pearson authored and Jason Gunthorpe committed
In rxe_comp.c in rxe_completer() the function free_pkt() did not clear skb
which triggered a warning at 'done:' and could possibly at 'exit:'. The
WARN_ONCE() calls are not actually needed.  The call to free_pkt() is
moved to the end to clearly show that all skbs are freed.

Fixes: 899aba89 ("RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()")
Link: https://lore.kernel.org/r/20210304192048.2958-1-rpearson@hpe.com


Signed-off-by: default avatarBob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@nvidia.com>
545c4ab4
History
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.