No description
Find a file
Moshe Shemesh a23a0aacbb net/mlx5: Wait for firmware to enable CRS before pci_restore_state
[ Upstream commit 212b4d7251 ]

After firmware reset driver should verify firmware already enabled CRS
and became responsive to pci config cycles before restoring pci state.
Fix that by waiting till device_id is readable through PCI again.

Fixes: eabe8e5e88 ("net/mlx5: Handle sync reset now event")
Signed-off-by: Moshe Shemesh <moshe@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Link: https://lore.kernel.org/r/20221026135153.154807-3-saeed@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-11-04 00:00:33 +09:00
arch riscv: jump_label: mark arguments as const to satisfy asm constraints 2022-11-04 00:00:32 +09:00
block
certs
crypto
Documentation
drivers net/mlx5: Wait for firmware to enable CRS before pci_restore_state 2022-11-04 00:00:33 +09:00
fs erofs: fix up inplace decompression success rate 2022-11-04 00:00:27 +09:00
include media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced' 2022-11-04 00:00:32 +09:00
init
io_uring
ipc
kernel PM: hibernate: Allow hybrid sleep to work with s2idle 2022-11-04 00:00:31 +09:00
lib
LICENSES
mm
net nh: fix scope used to find saddr when adding non gw nh 2022-11-04 00:00:33 +09:00
samples
scripts
security
sound ALSA: aoa: Fix I2S device accounting 2022-11-04 00:00:33 +09:00
tools perf vendor events arm64: Fix incorrect Hisi hip08 L3 metrics 2022-11-04 00:00:32 +09:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.