Linux kernel source tree
Go to file
Dan Carpenter 3c97fe4f9f net: ethernet: ti: am65-cpsw: Fix forever loop in cleanup code
This error handling has a typo.  It should i++ instead of i--.  In the
original code the error handling will loop until it crashes.

Fixes: da70d184a8 ("net: ethernet: ti: am65-cpsw: Introduce multi queue Rx")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Link: https://patch.msgid.link/8e7960cc-415d-48d7-99ce-f623022ec7b5@stanley.mountain
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-10-02 17:25:32 -07:00
arch Char/Misc and other driver changes for 6.12-rc1 2024-09-26 10:13:08 -07:00
block for-6.12/block-20240925 2024-09-25 14:56:40 -07:00
certs
crypto
Documentation Including fixes from netfilter. 2024-09-26 10:27:10 -07:00
drivers net: ethernet: ti: am65-cpsw: Fix forever loop in cleanup code 2024-10-02 17:25:32 -07:00
fs 12 smb3 client fixes, and also an important netfs fix for cifs mtime write regression 2024-09-26 09:20:19 -07:00
include net: test for not too small csum_start in virtio_net_hdr_to_skb() 2024-10-02 17:21:59 -07:00
init Rust changes for v6.12 2024-09-25 10:25:40 -07:00
io_uring for-6.12/io_uring-20240922 2024-09-24 11:11:38 -07:00
ipc
kernel Probes updates for v6.12: 2024-09-26 08:55:36 -07:00
lib for-6.12/block-20240925 2024-09-25 14:56:40 -07:00
LICENSES
mm memblock: updates for 6.12-rc1 2024-09-25 11:35:19 -07:00
net net: gso: fix tcp fraglist segmentation after pull from frag_list 2024-10-02 17:21:47 -07:00
rust Rust changes for v6.12 2024-09-25 10:25:40 -07:00
samples Landlock updates for v6.12-rc1 2024-09-24 10:40:11 -07:00
scripts Char/Misc and other driver changes for 6.12-rc1 2024-09-26 10:13:08 -07:00
security bpf-next-6.12-struct-fd 2024-09-24 14:54:26 -07:00
sound firewire updates for v6.12 2024-09-23 12:55:27 -07:00
tools selftests: rds: move include.sh to TEST_FILES 2024-10-02 17:22:49 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore Kbuild updates for v6.12 2024-09-24 13:02:06 -07:00
.mailmap Summary 2024-09-24 11:08:40 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Including fixes from netfilter. 2024-09-26 10:27:10 -07:00
Makefile Rust changes for v6.12 2024-09-25 10:25:40 -07: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 reStructuredText 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.