Go to file
Kamal Heib 505a9249c2 net/mlx4_en: Change the error print to debug print
The error print within mlx4_en_calc_rx_buf() should be a debug print.

Fixes: 51151a16a6 ('mlx4: allow order-0 memory allocations in RX path')
Signed-off-by: Kamal Heib <kamalh@mellanox.com>
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-05-09 11:22:46 -04:00
arch char/misc patches for 4.12-rc1 2017-05-04 19:15:35 -07:00
block
certs
crypto
Documentation char/misc patches for 4.12-rc1 2017-05-04 19:15:35 -07:00
drivers net/mlx4_en: Change the error print to debug print 2017-05-09 11:22:46 -04:00
firmware
fs char/misc patches for 4.12-rc1 2017-05-04 19:15:35 -07:00
include Revert "ipv4: restore rt->fi for reference counting" 2017-05-08 22:35:32 -04:00
init
ipc
kernel bpf: don't let ldimm64 leak map addresses on unprivileged 2017-05-08 15:06:46 -04:00
lib USB patches for 4.12-rc1 2017-05-04 18:03:51 -07:00
mm
net DECnet: Use container_of() for embedded struct 2017-05-09 09:39:49 -04:00
samples char/misc patches for 4.12-rc1 2017-05-04 19:15:35 -07:00
scripts char/misc patches for 4.12-rc1 2017-05-04 19:15:35 -07:00
security
sound
tools USB patches for 4.12-rc1 2017-05-04 18:03:51 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS char/misc patches for 4.12-rc1 2017-05-04 19:15:35 -07:00
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.