Linux kernel source tree
Go to file
Michael Chan e50dc4c220 bnxt_en: Free bp->ctx inside bnxt_free_ctx_mem()
We always free bp->ctx right after calling bnxt_free_ctx_mem(), so just
free it at the end of that function to make things simpler.

Reviewed-by: Somnath Kotur <somnath.kotur@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Link: https://lore.kernel.org/r/20231120234405.194542-3-michael.chan@broadcom.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-11-21 17:32:47 -08:00
Documentation octeon_ep: support Octeon CN10K devices 2023-11-21 10:19:56 +01:00
LICENSES
arch acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0 2023-11-13 07:22:00 +01:00
block
certs
crypto
drivers bnxt_en: Free bp->ctx inside bnxt_free_ctx_mem() 2023-11-21 17:32:47 -08:00
fs for-6.7-rc1-tag 2023-11-13 09:09:12 -08:00
include net: page_pool: avoid touching slow on the fastpath 2023-11-21 17:22:30 -08:00
init
io_uring
ipc
kernel Including fixes from BPF and netfilter. 2023-11-16 07:51:26 -05:00
lib Zstd fixes for v6.7 2023-11-14 23:35:31 -05:00
mm
net net: page_pool: avoid touching slow on the fastpath 2023-11-21 17:22:30 -08:00
rust
samples
scripts kernel hardening fixes for v6.7-rc2 2023-11-14 23:47:12 -05:00
security
sound sound fixes for 6.7-rc1 2023-11-10 11:57:51 -08:00
tools selftests: tc-testing: report number of workers in use 2023-11-20 18:06:36 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Including fixes from BPF and netfilter. 2023-11-16 07:51:26 -05:00
Makefile Linux 6.7-rc1 2023-11-12 16:19:07 -08:00
README

README

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.