vsock/loopback: don't disable irqs for queue access
Arseniy Krasnov authored

This replaces 'skb_queue_tail()' with 'virtio_vsock_skb_queue_tail()'.
The first one uses 'spin_lock_irqsave()', second uses 'spin_lock_bh()'.
There is no need to disable interrupts in the loopback transport as
there is no access to the queue with skbs from interrupt context. Both
virtio and vhost transports work in the same way.
Signed-off-by: default avatarArseniy Krasnov <AVKrasnov@sberdevices.ru>
Reviewed-by: default avatarStefano Garzarella <sgarzare@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
eaaa4e92
Name Last commit Last update
Documentation Daniel Borkmann says:
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: don't set GD_NEED_PART_SCAN if scan partition failed
certs Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
crypto asymmetric_keys: log on fatal failures in PE/pkcs7
drivers net: mana: Add support for jumbo frame
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
include net: mana: Add support for jumbo frame
init bootconfig: Change message if no bootconfig with CONFIG_BOOT_CONFIG_FORCE=y
io_uring Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
ipc Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
kernel Daniel Borkmann says:
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
mm Daniel Borkmann says:
net vsock/loopback: don't disable irqs for queue access
rust Merge tag 'rust-fixes-6.3-rc1' of https://github.com/Rust-for-Linux/linux
samples Daniel Borkmann says:
scripts Daniel Borkmann says:
security Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
sound ALSA: hda/hdmi: Preserve the previous PCM device upon re-enablement
tools tools: ynl: Rename ethtool to ethtool.py
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file
virt KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
.clang-format cpumask: re-introduce constant-sized cpumask optimizations
.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.