No description
Find a file
Ratheesh Kannoth 1c98271e0c octeontx2-af: Fix start and end bit for scan config
[ Upstream commit c60a6b90e7 ]

In the current driver, NPC exact match feature was not getting
enabled as configured bit was not read properly.
for_each_set_bit_from() need end bit as one bit post
position in the bit map to read NPC exact nibble enable
bits properly. This patch fixes the same.

Fixes: b747923aff ("octeontx2-af: Exact match support")
Signed-off-by: Ratheesh Kannoth <rkannoth@marvell.com>
Signed-off-by: Sunil Kovvuri Goutham <sgoutham@marvell.com>
Signed-off-by: Sai Krishna <saikrishnag@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-17 11:53:35 +02:00
arch riscv: compat_syscall_table: Fixup compile warning 2023-05-17 11:53:35 +02:00
block block: Skip destroyed blkg when restart in blkg_destroy_all() 2023-05-17 11:53:33 +02:00
certs
crypto
Documentation
drivers octeontx2-af: Fix start and end bit for scan config 2023-05-17 11:53:35 +02:00
fs writeback: fix call of incorrect macro 2023-05-17 11:53:33 +02:00
include netfilter: nf_tables: deactivate anonymous set from preparation phase 2023-05-11 23:03:42 +09:00
init
io_uring
ipc
kernel kcsan: Avoid READ_ONCE() in read_instrumented_memory() 2023-05-11 23:03:40 +09:00
lib debugobject: Ensure pool refill (again) 2023-05-11 23:03:42 +09:00
LICENSES
mm mm/mempolicy: correctly update prev when policy is equal on mbind 2023-05-11 23:03:41 +09:00
net rxrpc: Fix hard call timeout units 2023-05-17 11:53:35 +02:00
rust
samples
scripts scripts/gdb: fix lx-timerlist for Python3 2023-05-11 23:03:40 +09:00
security
sound ASoC: Intel: soc-acpi-byt: Fix "WM510205" match no longer working 2023-05-17 11:53:30 +02:00
tools selftests: netfilter: fix libmnl pkg-config usage 2023-05-17 11:53:35 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.1.28 2023-05-11 23:04:52 +09:00
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.