[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211227184851.2297759-1-nathan@kernel.org>
Date: Mon, 27 Dec 2021 11:48:48 -0700
From: Nathan Chancellor <nathan@...nel.org>
To: "Eric W. Biederman" <ebiederm@...ssion.com>
Cc: Brian Cain <bcain@...eaurora.org>,
Yoshinori Sato <ysato@...rs.sourceforge.jp>,
Guo Ren <guoren@...nel.org>, linux-kernel@...r.kernel.org,
Nathan Chancellor <nathan@...nel.org>
Subject: [PATCH 0/3] Fix build errors with do_exit() to make_task_dead() transition
Hi Eric,
I noticed that ARCH=hexagon defconfig was broken after commit
0e25498f8cd4 ("exit: Add and use make_task_dead.") in -next because of a
typo ("make_dead_task" vs. "make_task_dead") and I saw the same thing
happened for csky and h8300. Feel free to squash these into that change.
Cheers,
Nathan
Nathan Chancellor (3):
hexagon: Fix function name in die()
h8300: Fix build errors from do_exit() to make_task_dead() transition
csky: Fix function name in csky_alignment() and die()
arch/csky/abiv1/alignment.c | 2 +-
arch/csky/kernel/traps.c | 2 +-
arch/h8300/kernel/traps.c | 3 ++-
arch/h8300/mm/fault.c | 2 +-
arch/hexagon/kernel/traps.c | 2 +-
5 files changed, 6 insertions(+), 5 deletions(-)
base-commit: 329b30af470abd854fd301865f1072fa298cc8d6
--
2.34.1
Powered by blists - more mailing lists