https://github.com/torvalds/linux
Revision 481a7d154cbbd5ca355cc01cc8969876b240eded authored by Jiping Ma on 07 January 2020, 06:34:00 UTC, committed by David S. Miller on 07 January 2020, 21:26:16 UTC
Add one notifier for udev changes net device name.
Fixes: b6601323ef9e ("net: stmmac: debugfs entry name is not be changed when udev rename")

Signed-off-by: Jiping Ma <jiping.ma2@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent c101fff
Raw File
Tip revision: 481a7d154cbbd5ca355cc01cc8969876b240eded authored by Jiping Ma on 07 January 2020, 06:34:00 UTC
stmmac: debugfs entry name is not be changed when udev rename device name.
Tip revision: 481a7d1
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.
back to top