Go to file
Luiz Augusto von Dentz a6e06258f4 Bluetooth: msft: Fix memory leak
Fix leaking buffer allocated to send MSFT_OP_LE_MONITOR_ADVERTISEMENT.

Fixes: 9e14606d8f ("Bluetooth: msft: Extended monitor tracking by address filter")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2024-03-06 17:26:23 -05:00
Documentation mptcp: add token for get-addr in yaml 2024-03-04 13:07:45 +00:00
LICENSES
arch
block
certs
crypto
drivers Bluetooth: btrtl: fix out of bounds memory access 2024-03-06 17:26:21 -05:00
fs
include Bluetooth: hci_sync: Fix overwriting request callback 2024-03-06 17:26:20 -05:00
init
io_uring
ipc
kernel net: adopt skb_network_offset() and similar helpers 2024-03-04 08:47:06 +00:00
lib
mm net: introduce page_frag_cache_drain() 2024-03-05 11:38:14 +01:00
net Bluetooth: msft: Fix memory leak 2024-03-06 17:26:23 -05:00
rust
samples
scripts
security
sound
tools tools: ynl: add --dbg-small-recv for easier kernel testing 2024-03-06 12:07:44 +00:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.