parse-maintainers: Mark as executable
Jonathan Neuschäfer authored
[ Upstream commit 611d61f9

 ]

This makes the script more convenient to run.
Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
169bf660
Name Last commit Last update
Documentation ACPI: watchdog: Allow disabling WDAT at boot
LICENSES LICENSES: Rename other to deprecated
arch riscv: Fix range looking for kernel image memblock
block block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()
certs PKCS#7: Refactor verify_pkcs7_signature()
crypto crypto: rename sm3-256 to sm3 in hash_algo_name
drivers xenbus: req->err should be updated before req->state
fs cifs: add missing mount option to /proc/mounts
include driver code: clarify and fix platform device DMA mask allocation
init kbuild: remove header compile test
ipc Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"
kernel signal: avoid double atomic counter increments for user accounting
lib kbuild: move headers_check rule to usr/include/Makefile
mm mm: slub: add missing TID bump in kmem_cache_alloc_bulk()
net ipv4: ensure rcu_read_lock() in cipso_v4_error()
samples samples/bpf: Set -fno-stack-protector when building BPF programs
scripts parse-maintainers: Mark as executable
security efi: Only print errors about failing to get certs if EFI vars are found
sound ASoC: stm32: sai: manage rebind issue
tools selftests/rseq: Fix out-of-tree compilation
usr kbuild: fix 'No such file or directory' warning when cleaning
virt KVM: Check for a bad hva before dropping into the ghc slow path
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
.mailmap Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
COPYING COPYING: use the new text with points to the license files
CREDITS MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer
Kbuild kbuild: do not descend to ./Kbuild when cleaning
Kconfig docs: kbuild: convert docs to ReST and rename to *.rst
MAINTAINERS MAINTAINERS: Update drm/i915 bug filing URL
Makefile Linux 5.4.27
README Drop all 00-INDEX files from Documentation/
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.