Go to file
Chris Wilson 9783750687 perf tools: Use %zd for size_t printf formats on 32-bit
BugLink: https://bugs.launchpad.net/bugs/1926490

commit 20befbb108 upstream.

A couple of trivial fixes for using %zd for size_t in the code
supporting the ZSTD compression library.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexey Budankov <alexey.budankov@linux.intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/20200820212501.24421-1-chris@chris-wilson.co.uk
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2021-05-04 16:11:22 +02:00
Documentation dt-bindings: net: ethernet-controller: fix typo in NVMEM 2021-05-04 16:08:54 +02:00
LICENSES
arch riscv,entry: fix misaligned base for excp_vect_table 2021-05-04 16:11:21 +02:00
block block: only update parent bi_status when bio fail 2021-05-04 16:11:21 +02:00
certs certs: Fix blacklist flag type confusion 2021-04-14 18:31:30 +02:00
crypto crypto: x86 - Regularize glue function prototypes 2021-04-23 11:48:28 +02:00
debian UBUNTU: update dkms package versions 2021-04-14 18:34:42 +02:00
debian.master UBUNTU: upstream stable to v5.4.112 2021-05-04 16:08:56 +02:00
drivers driver core: Fix locking bug in deferred_probe_timeout_work_func() 2021-05-04 16:11:22 +02:00
fs block: don't ignore REQ_NOWAIT for direct IO 2021-05-04 16:11:21 +02:00
include net/mlx5: Fix PBMC register mapping 2021-05-04 16:08:53 +02:00
init init/Kconfig: make COMPILE_TEST depend on HAS_IOMEM 2021-04-23 12:01:44 +02:00
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index 2020-06-22 17:21:43 -03:00
kernel workqueue: Move the position of debug_work_activate() in __queue_work() 2021-05-04 16:08:53 +02:00
lib PCI: Fix pci_register_io_range() memory leak 2021-04-14 18:31:56 +02:00
mm mm: fix race by making init_zero_pfn() early_initcall 2021-04-23 11:58:36 +02:00
net netfilter: x_tables: fix compat match/target pad out-of-bound write 2021-05-04 16:11:22 +02:00
samples samples, bpf: Add missing munmap in xdpsock 2021-04-14 18:31:52 +02:00
scripts ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcount 2021-04-14 18:31:49 +02:00
security integrity: double check iint_cache was initialized 2021-04-23 11:56:06 +02:00
sound ASoC: sunxi: sun4i-codec: fill ASoC card owner 2021-05-04 16:08:51 +02:00
tools perf tools: Use %zd for size_t printf formats on 32-bit 2021-05-04 16:11:22 +02:00
ubuntu UBUNTU: [Packaging] Add support for ODM drivers 2021-01-26 17:27:59 -07:00
usr initramfs: restore default compression behavior 2020-04-29 16:25:32 +02:00
virt KVM: arm64: Ensure I-cache isolation between vcpus of a same VM 2021-04-14 18:32:02 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS UBUNTU: ODM: MAINTAINERS: Add Advantech AHC1EC0 embedded controller entry 2021-02-19 16:45:06 +01:00
Makefile Linux 5.4.112 2021-05-04 16:08:56 +02:00
README
dropped.txt
snapcraft.yaml
update-version-dkms UBUNTU: [Packaging] update-version-dkms -- maintain flags fields 2021-01-25 16:04:24 +00:00

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.