No description
Find a file
Jun Xiao e875a40959 net: hns: Fix WARNING when hns modules installed
Commit dfdf26babc98 upstream

this patch need merge to 4.19.y stable kernel

Fix Conflict:already fixed the confilct dfdf26babc98 with Yonglong Liu

stable candidate:user cannot connect to the internet via hns dev
by default setting without this patch

we have already verified this patch on kunpeng916 platform,
and it works well.

Signed-off-by: Yonglong Liu <liuyonglong@huawei.com>
Signed-off-by: Jun Xiao <xiaojun2@hisilicon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-05-02 09:59:00 +02:00
arch x86/fpu: Don't export __kernel_fpu_{begin,end}() 2019-05-02 09:58:59 +02:00
block
certs
crypto
Documentation ipv4: set the tcp_min_rtt_wlen range from 0 to one day 2019-05-02 09:58:59 +02:00
drivers net: hns: Fix WARNING when hns modules installed 2019-05-02 09:59:00 +02:00
firmware
fs Fix aio_poll() races 2019-05-02 09:58:59 +02:00
include aio: simplify - and fix - fget/fput for io_submit() 2019-05-02 09:58:58 +02:00
init
ipc
kernel sched/deadline: Correctly handle active 0-lag timers 2019-05-02 09:58:56 +02:00
lib
LICENSES
mm mm: Fix warning in insert_pfn() 2019-05-02 09:58:59 +02:00
net net/tls: fix refcount adjustment in fallback 2019-05-02 09:59:00 +02:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.