Go to file
Jakub Kicinski 72bbee2aea Merge branch 'bnxt_en-Two-bug-fixes'
Michael Chan says:

====================
bnxt_en: Two bug fixes.

The first patch fixes AER recovery by reducing the time from several
minutes to a more reasonable 20 - 30 seconds.  The second patch fixes
a possible NULL pointer crash during firmware reset.
====================

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-09-07 10:08:52 -07:00
arch s390 fixes for 5.9-rc4 2020-09-04 13:46:33 -07:00
block block-5.9-2020-09-04 2020-09-04 13:04:51 -07:00
certs
crypto
Documentation Kbuild fixes for v5.9 (2nd) 2020-09-04 13:34:52 -07:00
drivers bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task() 2020-09-07 10:08:18 -07:00
fs io_uring-5.9-2020-09-04 2020-09-04 12:55:22 -07:00
include libata-5.9-2020-09-04 2020-09-04 13:19:19 -07:00
init init: fix error check in clean_path() 2020-09-04 09:16:58 -07:00
ipc
kernel gcov: Disable gcov build with GCC 10 2020-09-04 09:19:49 -07:00
lib
LICENSES
mm Merge branch 'simplify-do_wp_page' 2020-09-04 09:31:54 -07:00
net act_ife: load meta modules before tcf_idr_check_alloc() 2020-09-04 22:08:59 -07:00
samples
scripts kconfig: remove redundant assignment prompt = prompt 2020-09-03 12:21:22 +09:00
security
sound sound fixes for 5.9-rc4 2020-09-04 12:05:25 -07:00
tools perf tools fixes for v5.9: 2nd batch 2020-09-03 19:10:43 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-09-03 18:50:48 -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.