No description
Find a file
Robert Hancock e7a3d116fa net: axienet: fix teardown order of MDIO bus
Since the MDIO is is brought up before the netdev is registered, it
should be torn down after the netdev is removed. Otherwise, PHY accesses
can potentially access freed MDIO bus references and cause a crash.

Signed-off-by: Robert Hancock <hancock@sedsystems.ca>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-06-06 16:24:29 -07:00
arch arm64: dts: mt7622: Enlarge the SGMII register range 2019-06-03 15:00:00 -07:00
block
certs
crypto
Documentation net: axienet: Use clock framework to get device clock rate 2019-06-06 16:24:29 -07:00
drivers net: axienet: fix teardown order of MDIO bus 2019-06-06 16:24:29 -07:00
fs
include net/tls: export TLS per skb encryption 2019-06-06 14:13:40 -07:00
init
ipc
kernel
lib lib: objagg: Use struct_size() in kzalloc() 2019-06-05 19:03:39 -07:00
LICENSES
mm
net net/tls: export TLS per skb encryption 2019-06-06 14:13:40 -07:00
samples
scripts
security
sound
tools selftests: add basic netdevsim devlink flash testing 2019-06-04 14:21:40 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS nexthop: Add entry to MAINTAINERS 2019-06-02 18:16:23 -07:00
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.