The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Jakub Kicinski a0c8c3372b fddi: defza: add missing pointer type cast
hw_addr is a uint AKA unsigned int. dev_addr_set() takes
a u8 *.

  drivers/net/fddi/defza.c:1383:27: error: passing argument 2 of 'dev_addr_set' from incompatible pointer type [-Werror=incompatible-pointer-types]

Reported-by: kernel test robot <lkp@intel.com>
Fixes: 1e9258c389 ("fddi: defxx,defza: use dev_addr_set()")
Acked-by: Maciej W. Rozycki <macro@orcam.me.uk>
Link: https://lore.kernel.org/r/20211025160000.2803818-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-10-25 10:28:47 -07:00
Documentation dt-bindings: net: macb: Add mdio bus child node 2021-10-24 13:44:39 +01:00
LICENSES
arch s390/qeth: move qdio's QAOB cache into qeth 2021-10-25 13:58:19 +01:00
block
certs
crypto
drivers fddi: defza: add missing pointer type cast 2021-10-25 10:28:47 -07:00
fs
include net/tls: tls_crypto_context add supported algorithms context 2021-10-25 15:54:46 +01:00
init
ipc
kernel
lib
mm
net net/tls: getsockopt supports complete algorithm list 2021-10-25 15:55:30 +01:00
samples
scripts
security
sound
tools selftests: mlxsw: Reduce test run time 2021-10-25 14:10:11 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS selftests: net: dsa: add a stress test for unlocked FDB operations 2021-10-25 12:59:42 +01:00
Makefile
README

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.