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 X-Spam-Level: X-Spam-Status: No, score=-18.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A080C433ED for ; Mon, 26 Apr 2021 22:33:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 60BD4611ED for ; Mon, 26 Apr 2021 22:33:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237138AbhDZWeR (ORCPT ); Mon, 26 Apr 2021 18:34:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41772 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232161AbhDZWeP (ORCPT ); Mon, 26 Apr 2021 18:34:15 -0400 Received: from zeniv-ca.linux.org.uk (zeniv-ca.linux.org.uk [IPv6:2607:5300:60:148a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DF3C2C061574 for ; Mon, 26 Apr 2021 15:33:30 -0700 (PDT) Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94 #2 (Red Hat Linux)) id 1lb9nE-008WA2-L9; Mon, 26 Apr 2021 22:33:28 +0000 Date: Mon, 26 Apr 2021 22:33:28 +0000 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [git pull] coredump-related stuff 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 Just a couple of patches this cycle; use of seek + write instead of expanding truncate and minor header cleanup The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.coredump for you to fetch changes up to a64b89088bb1413bb84424f0b16a4d1f9bb0e947: coredump.h: move CONFIG_COREDUMP-only stuff inside the ifdef (2021-03-08 10:21:11 -0500) ---------------------------------------------------------------- Al Viro (2): coredump: don't bother with do_truncate() coredump.h: move CONFIG_COREDUMP-only stuff inside the ifdef arch/powerpc/platforms/cell/spufs/coredump.c | 3 +- fs/binfmt_elf.c | 4 +- fs/binfmt_elf_fdpic.c | 3 +- fs/coredump.c | 72 +++++++++++++++++----------- include/linux/binfmts.h | 1 + include/linux/coredump.h | 14 +++--- 6 files changed, 54 insertions(+), 43 deletions(-)