No description
Find a file
Valentina Goncharenko 167b3f2dcc net: encx24j600: Add parentheses to fix precedence
In functions regmap_encx24j600_phy_reg_read() and
regmap_encx24j600_phy_reg_write() in the conditions of the waiting
cycles for filling the variable 'ret' it is necessary to add parentheses
to prevent wrong assignment due to logical operations precedence.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Fixes: d70e53262f ("net: Microchip encx24j600 driver")
Signed-off-by: Valentina Goncharenko <goncharenko.vp@ispras.ru>
Reviewed-by: Pavan Chebbi <pavan.chebbi@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-12-05 09:46:31 +00:00
arch - ioremap: mask out the bits which are not part of the physical address 2022-11-27 11:59:14 -08:00
block
certs
crypto
Documentation Char/Misc driver fixes for 6.1-rc7 2022-11-27 12:17:10 -08:00
drivers net: encx24j600: Add parentheses to fix precedence 2022-12-05 09:46:31 +00:00
fs afs: Fix fileserver probe RTT handling 2022-11-28 18:40:07 -08:00
include Bluetooth: Remove codec id field in vendor codec definition 2022-12-02 13:09:31 -08:00
init
io_uring
ipc
kernel Including fixes from bpf, can and wifi. 2022-11-29 09:52:10 -08:00
lib Char/Misc driver fixes for 6.1-rc7 2022-11-27 12:17:10 -08:00
LICENSES
mm
net net: dsa: sja1105: Check return value 2022-12-02 20:46:52 -08:00
rust
samples
scripts - Handle different output of readelf on different distros running 2022-11-27 12:08:17 -08:00
security
sound
tools selftests: net: Use "grep -E" instead of "egrep" 2022-12-02 20:56:41 -08:00
usr
virt
.clang-format inet: ping: use hlist_nulls rcu iterator during lookup 2022-12-01 12:42:46 +01:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Including fixes from bpf, can and wifi. 2022-11-29 09:52:10 -08:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Including fixes from bpf, can and wifi. 2022-11-29 09:52:10 -08:00
Makefile Linux 6.1-rc7 2022-11-27 13:31:48 -08: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.