From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AEB8CC636CC for ; Sun, 5 Feb 2023 22:01:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229657AbjBEWBS (ORCPT ); Sun, 5 Feb 2023 17:01:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42828 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229457AbjBEWBQ (ORCPT ); Sun, 5 Feb 2023 17:01:16 -0500 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [IPv6:2a03:a000:7:0:5054:ff:fe1c:15ff]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 02FFAA240 for ; Sun, 5 Feb 2023 14:01:14 -0800 (PST) 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=vtnGiw/Xit03DivfbgmKCfCj1CRgGdeC9EWPo8o2+Bo=; b=UMox6Rv3yD2GHm4YlY9rJAuzYU rmwcmiRd+J6KFyBxzf/0L/OiwyvGuwwOrOXoexXTVUzQZQJuGaGDROB4mhb6A13HqbpWCoJguS7I0 XEDlKB4jc9AS/f/VS5s8jUQVQEjv2/mCq86QGS13DAsTAPJcuG18p02EpucA5Da6G5EUmpb2svEXP FBdSz0iuNvX0jjPgFSaitPbLKD/vtxIaWZ/9xDsdHSe2lKot/LaHN360H1XWa4q4NawQrrcZKPawJ QymH2RsPhk2wZehOx6yB610SQp/j5TymWcEGtxTgvSDwFlMjM617YZHAaFknZHK9TaYpWWBlyHBsp Cl/p5UPA==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1pOn4S-006Q8t-22; Sun, 05 Feb 2023 22:01:12 +0000 Date: Sun, 5 Feb 2023 22:01:12 +0000 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [git pull] fixes Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org One of the many equivalent build warning fixes for !CONFIG_ELF_CORE configs; it's the earliest one I'd been able to find. 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 fixes for you to fetch changes up to 9c7417b5ec440242bb5b64521acd53d4e19130c1: coredump: Move dump_emit_page() to kill unused warning (2023-01-10 21:03:01 -0500) ---------------------------------------------------------------- Geert Uytterhoeven (1): coredump: Move dump_emit_page() to kill unused warning fs/coredump.c | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-)