summaryrefslogtreecommitdiff
path: root/tools/arch/powerpc/include/uapi/asm/errno.h
blob: cc79856896a192a0ef6e4b22f9c433f4c2f11103 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_POWERPC_ERRNO_H
#define _ASM_POWERPC_ERRNO_H

#include <asm-generic/errno.h>

#undef	EDEADLOCK
#define	EDEADLOCK	58	/* File locking deadlock error */

#endif	/* _ASM_POWERPC_ERRNO_H */
it/kernel/exit.c?id=616355cc818c6ddadc393fdfd4491f94458cb715'>Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds 2022-03-17rethook: Add a generic return hookMasami Hiramatsu 2022-03-15exit: Mark do_group_exit() __noreturnPeter Zijlstra 2022-03-10tracehook: Remove tracehook.hEric W. Biederman 2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann 2022-02-22fork: Move task stack accounting to do_exit()Sebastian Andrzej Siewior 2022-02-02block: remove blk_needs_flush_plugChristoph Hellwig 2022-01-08exit: Fix the exit_code for wait_task_zombieEric W. Biederman 2022-01-08exit: Coredumps reach do_group_exitEric W. Biederman 2022-01-08exit: Remove profile_task_exit & profile_munmapEric W. Biederman 2022-01-08signal: Remove the helper signal_group_exitEric W. Biederman 2022-01-08signal: Rename group_exit_task group_exec_taskEric W. Biederman 2022-01-08exit: Move force_uaccess back into do_exitEric W. Biederman 2022-01-08exit: Guarantee make_task_dead leaks the tsk when calling do_task_exitEric W. Biederman 2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman 2021-12-13exit: Stop exporting do_exitEric W. Biederman 2021-12-13exit: Stop poorly open coding do_task_dead in make_task_deadEric W. Biederman 2021-12-13exit: Move oops specific logic from do_exit into make_task_deadEric W. Biederman 2021-12-13exit: Add and use make_task_dead.Eric W. Biederman 2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds 2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2021-10-18kernel: remove spurious blkdev.h includesChristoph Hellwig 2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman 2021-10-06coredump: Don't perform any cleanups before dumping coreEric W. Biederman 2021-10-06exit: Factor coredump_exit_mm out of exit_mmEric W. Biederman 2021-10-05sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner 2021-08-23io_uring: remove files pointer in cancellation functionsHao Xu 2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds