No description
Find a file
Yang Yingliang b15a6bd3c8 Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()
It is not allowed to call kfree_skb() from hardware interrupt
context or with interrupts being disabled. So replace kfree_skb()
with dev_kfree_skb_irq() under spin_lock_irqsave().

Fixes: 803b58367f ("Bluetooth: btusb: Implement driver internal packet reassembly")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2022-12-12 14:19:25 -08:00
arch arm64: dts: apple: t8103: Add Bluetooth controller 2022-12-12 14:19:24 -08:00
block
certs
crypto
Documentation dt-bindings: net: realtek-bluetooth: Add RTL8723DS 2022-12-12 14:19:25 -08:00
drivers Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave() 2022-12-12 14:19:25 -08:00
fs
include Bluetooth: Add quirk to disable MWS Transport Configuration 2022-12-12 14:19:24 -08:00
init
io_uring
ipc
kernel bpf-next-for-netdev 2022-12-12 11:27:42 -08:00
lib rhashtable: Allow rhashtable to be used from irq-safe contexts 2022-12-09 10:42:56 +00:00
LICENSES
mm
net Bluetooth: hci_conn: Fix crash on hci_create_cis_sync 2022-12-12 14:19:25 -08:00
rust
samples
scripts
security
sound
tools bpf-next-for-netdev 2022-12-12 11:27:42 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Bluetooth: hci_bcm4377: Add new driver for BCM4377 PCIe boards 2022-12-12 14:19:24 -08:00
Makefile
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.