From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: [git pill] vfs.git alpha fixes Date: Fri, 24 Feb 2023 03:30:10 +0000 Message-ID: Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:Content-Type:MIME-Version: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:In-Reply-To:References; bh=WoGEh3GpgKr7pgT4O415W8h/g3kPJjv7hqWwOPUeUCw=; b=vCWhtk+KhDTKQiqUL4Y57ZVkGI tj2t0oIw6j8vberwOPeM/O41jl64O35gu+6ypR86v55330b4YJ+mOsomgT/9t3MC0wU39RRGnztwn vBfT88G2NhMYNOU4uxPSHv78AvXOum/fXVEADHnkpsjRzUpDeUcuhbmArrJ7TfBQ6IRy+D5ES9+/6 FQtMRchhtvKUfID8vrjLU06fhkkBW3rS5dvWgqQywocNi74P6TRCaiwR/hcMAHyLrlhUmx/dfJqom arhQmucHPVfg8ERmn3tVsG4hRkUW/J3y8+kQc3UOdykqewrTvVLF3bgBJjb4tni+VG5vKKAjlQjVf 1EWfmW3Q==; Content-Disposition: inline Sender: Al Viro List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-alpha@vger.kernel.org FEN fault fix deals with a really old oopsable braino, the rest is alpha/boot compile fixes and minor cleaning up. The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262: Linux 6.2-rc3 (2023-01-08 11:49:43 -0600) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.alpha for you to fetch changes up to beb9797ee8b0c19598ffccdfae24afa6e0066f6a: alpha/boot/misc: trim unused declarations (2023-01-11 15:36:52 -0500) ---------------------------------------------------------------- Al Viro (4): alpha: fix FEN fault handling alpha/boot: fix the breakage from -isystem series... alpha/boot/tools/objstrip: fix the check for ELF header alpha/boot/misc: trim unused declarations arch/alpha/boot/bootp.c | 2 +- arch/alpha/boot/bootpz.c | 2 +- arch/alpha/boot/main.c | 2 +- arch/alpha/boot/misc.c | 2 -- arch/alpha/boot/stdio.c | 4 ++-- arch/alpha/boot/tools/objstrip.c | 2 +- arch/alpha/kernel/traps.c | 30 +++++++++++++++--------------- 7 files changed, 21 insertions(+), 23 deletions(-)