wifi: mac80211: use wiphy locked debugfs for sdata/link
Johannes Berg authored

The debugfs files for netdevs (sdata) and links are removed
with the wiphy mutex held, which may deadlock. Use the new
wiphy locked debugfs to avoid that.
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
4ded3bfe
Name Last commit Last update
Documentation doc/netlink: Update schema to support cmd-cnt-name and cmd-max-name
LICENSES LICENSES: Add the copyleft-next-0.3.1 license
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
block block: Fix regression in sed-opal for a saved key.
certs certs: Reference revocation list for all keyrings
crypto KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hash
drivers wifi: mac80211: use wiphy locked debugfs helpers for agg_status
fs debugfs: add API to allow debugfs operations cancellation
include wifi: cfg80211: add locked debugfs wrappers
init Merge tag 'wq-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
io_uring io_uring: fix crash with IORING_SETUP_NO_MMAP and invalid SQ ring address
ipc Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
kernel Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
mm Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
net wifi: mac80211: use wiphy locked debugfs for sdata/link
rust rust: docs: fix logo replacement
samples samples/bpf: Allow building with custom bpftool
scripts kbuild: remove stale code for 'source' symlink in packaging scripts
security KEYS: trusted: Remove redundant static calls usage
sound Merge tag 'sound-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools tools: ynl: introduce option to process unknown attributes or types
usr initramfs: Encode dependency on KBUILD_BUILD_TIMESTAMP
virt Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
.clang-format iommu: Add for_each_group_device()
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.