Go to file
Maxim Levitsky f082d6bd3b RDMA/mana_ib: Use struct mana_ib_queue for WQs
JIRA: https://issues.redhat.com/browse/RHEL-54330

commit 688bac28e3dc9eb795ae8ea5aa40cb637e289faa
Author: Konstantin Taranov <kotaranov@microsoft.com>
Date:   Tue Mar 26 13:08:07 2024 -0700

    RDMA/mana_ib: Use struct mana_ib_queue for WQs

    Use struct mana_ib_queue and its helpers for WQs

    Signed-off-by: Konstantin Taranov <kotaranov@microsoft.com>
    Link: https://lore.kernel.org/r/1711483688-24358-4-git-send-email-kotaranov@linux.microsoft.com
    Reviewed-by: Long Li <longli@microsoft.com>
    Signed-off-by: Leon Romanovsky <leon@kernel.org>

Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
2024-08-15 00:40:06 +03:00
Documentation Merge: net/i40e: Update driver 2024-08-07 16:54:53 +00:00
LICENSES
arch Merge: CVE-2024-41055 kernel: mm: prevent derefencing NULL ptr in pfn_section_valid() 2024-08-13 12:52:29 +00:00
block Merge: block: fix request.queuelist usage in flush 2024-07-26 18:17:06 +00:00
certs
crypto
drivers RDMA/mana_ib: Use struct mana_ib_queue for WQs 2024-08-15 00:40:06 +03:00
fs Merge: netfs, fscache: fix slab-use-after-free in fscache_withdraw_volume() and cachefiles_withdraw_cookie() 2024-08-13 12:48:06 +00:00
include cpumask: define cleanup function for cpumasks 2024-08-14 21:06:40 +03:00
init
io_uring
ipc
kernel Merge: workqueue: Proactive backport of workqueue fix commits 2024-08-07 16:55:14 +00:00
lib cpumask: add cpumask_weight_andnot() 2024-08-14 21:06:18 +03:00
mm Merge: mm/page_table_check: fix crash on ZONE_DEVICE 2024-08-13 12:40:10 +00:00
net Merge: netfilter: Backport for misc CVEs 2024-08-13 12:51:20 +00:00
redhat Merge: Add amd-pstate-ut to the mod-internal.list 2024-08-13 12:52:59 +00:00
samples
scripts Merge: net: Optimize cacheline consumption of core networking structs 2024-08-07 16:49:46 +00:00
security Merge: net: backport visibility improvements 2024-08-12 16:18:50 +00:00
sound ASoC: fsl_rpmsg: update Kconfig dependencies 2024-07-08 20:55:21 +02:00
tools Merge: perf/testing: Fix perf-stat-bpf-counters-test 2024-08-08 12:13:57 +00:00
usr
virt Merge: AMD updates + SEV-SNP backport for 9.5 2024-07-10 17:45:11 +00:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: AMD CXL Updates 2024-08-07 16:51:09 +00:00
Makefile
Makefile.rhelver [redhat] kernel-5.14.0-496.el9 2024-08-12 16:22:00 +00:00
README
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.