https://github.com/torvalds/linux
Revision aa61b7bb00f7c0738823237a06161d568442b93c authored by Ingo Molnar on 29 May 2020, 09:36:49 UTC, committed by Ingo Molnar on 29 May 2020, 09:37:11 UTC
Pick up FPU register dump fixes from Al Viro.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
2 parent s 4bfe6cc + 9e46365
Raw File
Tip revision: aa61b7bb00f7c0738823237a06161d568442b93c authored by Ingo Molnar on 29 May 2020, 09:36:49 UTC
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into x86/urgent
Tip revision: aa61b7b
bpfilter_umh_blob.S
/* SPDX-License-Identifier: GPL-2.0 */
	.section .rodata, "a"
	.global bpfilter_umh_start
bpfilter_umh_start:
	.incbin "net/bpfilter/bpfilter_umh"
	.global bpfilter_umh_end
bpfilter_umh_end:
back to top