Go to file
Kamal Heib 5344cfacbd RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()
Bugzilla: https://bugzilla.redhat.com/2168936

commit ea5ef136e215fdef35f14010bc51fcd6686e6922
Author: Yuan Can <yuancan@huawei.com>
Date:   Sat Nov 26 04:34:10 2022 +0000

    RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()

    As the nla_nest_start() may fail with NULL returned, the return value needs
    to be checked.

    Fixes: c4ffee7c9b ("RDMA/netlink: Implement counter dumpit calback")
    Signed-off-by: Yuan Can <yuancan@huawei.com>
    Link: https://lore.kernel.org/r/20221126043410.85632-1-yuancan@huawei.com
    Signed-off-by: Leon Romanovsky <leon@kernel.org>

Signed-off-by: Kamal Heib <kheib@redhat.com>
2023-03-31 14:16:05 -04:00
Documentation Merge: dm: sync with upstream 6.3 2023-03-30 12:36:46 +02:00
LICENSES
arch Merge: Merge tag 'kernel-5.14.0-284.5.1.el9_2' from 9.2 2023-03-29 12:11:12 +02:00
block Merge: Merge tag 'kernel-5.14.0-284.5.1.el9_2' from 9.2 2023-03-29 12:11:12 +02:00
certs
crypto Merge tag 'kernel-5.14.0-284.2.1.el9_2' from 9.2 2023-03-17 09:14:43 -03:00
drivers RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps() 2023-03-31 14:16:05 -04:00
fs Merge: ceph: blocklist the kclient when receiving corrupted snap trace 2023-03-30 12:36:44 +02:00
include IB/mad: Don't call to function that might sleep while in atomic context 2023-03-31 14:16:04 -04:00
init init/main.c: return 1 from handled __setup() functions 2023-03-24 11:18:33 -04:00
ipc
kernel Merge: CNB: timers: Provide timer_shutdown[_sync]() 2023-03-30 12:36:44 +02:00
lib mm: fix unexpected changes to {failslab|fail_page_alloc}.attr 2023-03-24 11:19:33 -04:00
mm Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
net Merge: CNB: rtnetlink: verify rate parameters for calls to ndo_set_vf_rate 2023-03-30 12:36:45 +02:00
redhat [redhat] kernel-5.14.0-294.el9 2023-03-30 17:03:10 +02:00
samples samples/bpf: Fix typo in xdp_router_ipv4 sample 2023-03-06 14:54:38 +01:00
scripts Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
security Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
sound ASoC: amd: ps: Add a module parameter to influence pdm_gain 2023-02-14 17:32:53 +01:00
tools Merge: bpf/selftests: disable get_branch_snapshot test 2023-03-29 12:09:30 +02:00
usr kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22} 2023-03-24 11:18:37 -04:00
virt KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() 2022-10-25 13:53:38 +02:00
.clang-format Merge: Update kernel's PCI subsystem to v6.2 2023-03-27 07:05:15 +02:00
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml CI: Fix kernel-64k DataWarehouse name 2023-03-06 21:20:31 +01:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
Makefile kbuild: do not require sub-make for separate output tree builds 2023-03-02 15:50:28 -05:00
Makefile.rhelver [redhat] kernel-5.14.0-294.el9 2023-03-30 17:03:10 +02: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.