Go to file
Seth Forshee 32dcfc062c UBUNTU: [Debian] Update for leader included in BACKPORT_SUFFIX
BugLink: https://bugs.launchpad.net/bugs/1902957

Currently a ~ is always added to the version string before
BACKPORT_SUFFIX. Now we will also doing forward-ports to
development releases, which works exactly the same as a
backport, but we want to use + as the leader instead.

Our kernel source doesn't contain the information to determine
which leader is appropriate, but that information is available
when generating update.conf. Therefore the leader will be added
as part of BACKPORT_SUFFIX, and our packaging should not insert
any leader.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Acked-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
2020-11-09 14:49:22 +01:00
Documentation x86/fpu: Allow multiple bits in clearcpuid= parameter 2020-11-09 14:48:35 +01:00
LICENSES
arch powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulation 2020-11-09 14:49:20 +01:00
block block: ratelimit handle_bad_sector() message 2020-11-09 14:49:08 +01:00
certs certs: Add wrapper function to check blacklisted binary hash 2020-04-06 13:47:55 -05:00
crypto crypto: algif_skcipher - EBUSY on aio should be an error 2020-11-09 14:48:36 +01:00
debian UBUNTU: [Debian] Update for leader included in BACKPORT_SUFFIX 2020-11-09 14:49:22 +01:00
debian.master UBUNTU: upstream stable to v5.4.73 2020-11-09 14:49:20 +01:00
drivers dm raid: remove unnecessary discard limits for raid10 2020-11-09 14:49:22 +01:00
fs efivarfs: Replace invalid slashes with exclamation marks in dentries. 2020-11-09 14:49:22 +01:00
include dmaengine: dw: Add DMA-channels mask cell support 2020-11-09 14:49:18 +01:00
init kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot 2020-11-09 14:48:03 +01:00
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index 2020-06-22 17:21:43 -03:00
kernel perf/core: Fix race in the perf_mmap_close() function 2020-11-09 14:49:22 +01:00
lib lib/crc32.c: fix trivial typo in preprocessor condition 2020-11-09 14:49:00 +01:00
mm mm/page_owner: change split_page_owner to take a count 2020-11-09 14:49:00 +01:00
net ipvs: Fix uninit-value in do_ip_vs_set_ctl() 2020-11-09 14:49:17 +01:00
samples misc: vop: add round_up(x,4) for vring_size to avoid kernel panic 2020-11-09 14:49:12 +01:00
scripts scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwriting 2020-11-09 14:48:12 +01:00
security ima: Don't ignore errors from crypto_shash_update() 2020-11-09 14:48:35 +01:00
sound ALSA: hda/ca0132 - Add new quirk ID for SoundBlaster AE-7. 2020-11-09 14:49:17 +01:00
tools selftests/powerpc: Make alignment handler test P9N DD2.1 vector CI load workaround 2020-11-09 14:49:20 +01:00
ubuntu UBUNTU: hio -- remove duplicated MODULE_DEVICE_TABLE declaration 2020-03-18 12:02:49 +01:00
usr initramfs: restore default compression behavior 2020-04-29 16:25:32 +02:00
virt KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch 2020-11-09 14:48:04 +01:00
.clang-format clang-format: Update with the latest for_each macro list 2019-08-31 10:00:51 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore UBUNTU: [debian] Initial debian and ubuntu directories 2019-11-25 14:56:22 +01:00
.mailmap ARM: SoC fixes 2019-11-10 13:41:59 -08:00
COPYING
CREDITS MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer 2019-10-10 08:12:51 -07:00
Kbuild kbuild: do not descend to ./Kbuild when cleaning 2019-08-21 21:03:58 +09:00
Kconfig UBUNTU: [debian] Initial debian and ubuntu directories 2019-11-25 14:56:22 +01:00
MAINTAINERS Documentation/llvm: add documentation on building w/ Clang/LLVM 2020-09-16 05:13:26 -04:00
Makefile Linux 5.4.73 2020-11-09 14:49:20 +01:00
README
dropped.txt UBUNTU: [debian] Initial debian and ubuntu directories 2019-11-25 14:56:22 +01:00
snapcraft.yaml UBUNTU: [debian] Initial debian and ubuntu directories 2019-11-25 14:56:22 +01:00
update-version-dkms UBUNTU: [Packaging] Add BugLink to update-version-dkms commit 2020-03-20 17:27:55 -05: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.