No description
Find a file
Yang Yingliang 62b03f45c6 wifi: mac80211: fix possible leak in ieee80211_tx_control_port()
Add missing dev_kfree_skb() in an error path in
ieee80211_tx_control_port() to avoid a memory leak.

Fixes: dd820ed633 ("wifi: mac80211: return error from control port TX for drops")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20220818043349.4168835-1-yangyingliang@huawei.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2022-08-25 10:02:57 +02:00
arch virtio: fixes 2022-08-17 08:58:54 -07:00
block
certs
crypto
Documentation net: Fix data-races around netdev_max_backlog. 2022-08-24 13:46:57 +01:00
drivers fec: Restart PPS after link state change 2022-08-24 09:53:23 +01:00
fs ntfs3 for 6.0 2022-08-17 14:51:22 -07:00
include Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf 2022-08-24 19:18:10 -07:00
init
io_uring
ipc
kernel Including fixes from netfilter. 2022-08-18 19:37:15 -07:00
lib ratelimit: Fix data-races in ___ratelimit(). 2022-08-24 13:46:57 +01:00
LICENSES
mm
net wifi: mac80211: fix possible leak in ieee80211_tx_control_port() 2022-08-25 10:02:57 +02:00
samples
scripts
security
sound
tools selftests: include bonding tests into the kselftest infra 2022-08-22 18:30:16 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: rectify file entry in BONDING DRIVER 2022-08-24 18:47:32 -07:00
Makefile Linux 6.0-rc1 2022-08-14 15:50:18 -07:00
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.