]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
authorBen Hutchings <benh@debian.org>
Tue, 25 Aug 2020 22:27:40 +0000 (23:27 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Wed, 23 Nov 2022 14:11:28 +0000 (15:11 +0100)
commitcc8c200c07ff9b8368885308a2d830ec73583f19
tree901287af75ec4444fb25e3bda880dbbd40427147
parent3738a0b474dbcec929933877728973d7e4a72239
tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa

BugLink: https://bugs.launchpad.net/bugs/1995415
commit 95363747a6f39e88a3052fcf6ce6237769495ce0 upstream.

tools/include/uapi/asm/errno.h currently attempts to include
non-existent arch-specific errno.h header for xtensa.
Remove this case so that <asm-generic/errno.h> is used instead,
and add the missing arch-specific header for parisc.

References: https://buildd.debian.org/status/fetch.php?pkg=linux&arch=ia64&ver=5.8.3-1%7Eexp1&stamp=1598340829&raw=1
Signed-off-by: Ben Hutchings <benh@debian.org>
Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
Cc: <stable@vger.kernel.org> # 5.10+
Signed-off-by: Helge Deller <deller@gmx.de>
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>
tools/include/uapi/asm/errno.h