No description
Find a file
Kang Minchul 3958e87783 Bluetooth: Use kzalloc instead of kmalloc/memset
Replace kmalloc+memset by kzalloc
for better readability and simplicity.

This addresses the cocci warning below:

WARNING: kzalloc should be used for d, instead of kmalloc/memset

Signed-off-by: Kang Minchul <tegongkang@gmail.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2022-12-12 14:19:24 -08:00
arch bpf-next-for-netdev 2022-12-12 11:27:42 -08:00
block
certs
crypto
Documentation dt-bindings: net: Convert Socionext NetSec Ethernet to DT schema 2022-12-12 13:03:45 -08:00
drivers Bluetooth: btusb: Add more device IDs for WCN6855 2022-12-12 14:19:24 -08:00
fs
include virtio_bt: Fix alignment in configuration struct 2022-12-12 14:19:23 -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 memcg: Fix possible use-after-free in memcg_write_event_control() 2022-12-08 10:40:58 -08:00
net Bluetooth: Use kzalloc instead of kmalloc/memset 2022-12-12 14:19:24 -08:00
rust
samples
scripts bpf: Rework process_dynptr_func 2022-12-08 18:25:31 -08:00
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 dt-bindings: net: Convert Socionext NetSec Ethernet to DT schema 2022-12-12 13:03:45 -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.