mainlining shenanigans
User visible: - Fix AArch64 objdump disasm comment char in 'perf annotate' (Kim Phillips) - Fix documentation spelling mistakes (Kim Phillips) - Don't fail 'perf test kmod-path' if compressed modules aren't supported (Kim Phillips) Infrastructure: - Fix sched_getcpu feature test when included in test-all.c redefining _GNU_SOURCE (Arnaldo Carvalho de Melo) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJZC2KkAAoJENZQFvNTUqpAy8sP/jd1Jyipp5i6+ZYRcq0kxG15 3Rll3EeF3Fj4RHzhGazJ1dNSV7bVWHvA3T99CrVCKJ+jLqiA6qHW3/M1WbBGUy09 uVfwX+EigMSASOnqet/prYk17N1CG34BS3BxNyfGTjZBfQ8pqeR+2NfaQHZ9sR7Q 4kwV2Eei0JRvhhQD/DDo4TdwaW9dK3OEsgTpmN/ME4HHUSxrNfQeh1IgFnWMHO9H d631xhvuw9P3zMcaBnDEjyQnlJM/nqbTP4gQcbIJD2GMG86rDa2QQti1jctR7lK0 CFK7o2dvLoObtdSwp6Yta4wrghMd/U0j9yLtv4p6g6HCmsipTyCezQ0t8w+nOnth LeE8soj4Ny5ZZTAaZXd3+EHULsQqojZfVhyAswGfdaOWtpKUO0UDctYI67uiCeba aPBp5TThHjKzLBZndJHlUB7YADb1Ak5JzcvgVAKq0SeZtLlB8ejrk/hzA3Mtq3Se 2HZHnUJOz8uuf5eoTjQo6duMOaRM91OgxQ2EECzfRcbE6y1QSZkk/wGMO/OqwEBf cM4DTpHKuR4UXBEsRZrTknVIgxl2x67UPr74SLATe9lShEPwG54yYLsmlzCg5Wql 9plj9flIgsR2S8OBQjbitkUFo1n8AGDPyvp1yQjM9c2LJ3S+ARqtdHV/8/C6MAqh S2LocBxPFj1Wxdxjij/q =62Ct -----END PGP SIGNATURE----- Merge tag 'perf-urgent-for-mingo-4.12-20170504' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent Pull perf/urgent fixes from Arnaldo Carvalho de Melo: User visible changes: - Fix AArch64 objdump disasm comment char in 'perf annotate' (Kim Phillips) - Fix documentation spelling mistakes (Kim Phillips) - Don't fail 'perf test kmod-path' if compressed modules aren't supported (Kim Phillips) Infrastructure changes: - Fix sched_getcpu() feature test when included in test-all.c redefining _GNU_SOURCE (Arnaldo Carvalho de Melo) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
firmware | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
COPYING | ||
CREDITS | ||
Kbuild | ||
Kconfig | ||
MAINTAINERS | ||
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.