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=-2.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 745B8ECE58D for ; Wed, 9 Oct 2019 15:33:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 48495218AC for ; Wed, 9 Oct 2019 15:33:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="XAwyJP+L" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731224AbfJIPdX (ORCPT ); Wed, 9 Oct 2019 11:33:23 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:60164 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729644AbfJIPdW (ORCPT ); Wed, 9 Oct 2019 11:33:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=a2E8wQcqj4G8crXfa0YqPMgIZwfuWHtwLVN/e+vZ4HE=; b=XAwyJP+LqYlbn6MjxvAf7Q1IR kTcINXVPquFWBaZ2KXNXiUZIvaejMGapAYR0NBh754itkLMBNDJMsZHMaD7XJKyZPKZRESbHohfGj c2UiJ1ZeVU/5soxZ5L8iBVp3K7NaU7XQGM94m9poiX2hFdCZkiW9k5QCpfZbnKUOBsGjhB7breygk YWCzcle/NVjkzOnO/a62brnETRmGECqovnAqfavLO0hwsHMvjrUjDZ+L+akS2ZlxLvAJAEKoVvaLN 22qq34XKxeRt2iom75zv3fe0gTWL1B+MHRODF5Zl3Wxcl1hIWn2qQEf+18/cONJSTnce5/FoMarr/ 0e/bYqDJA==; Received: from hch by bombadil.infradead.org with local (Exim 4.92.2 #3 (Red Hat Linux)) id 1iIDxk-0006fF-L7; Wed, 09 Oct 2019 15:33:16 +0000 Date: Wed, 9 Oct 2019 08:33:16 -0700 From: Christoph Hellwig To: Ben Dooks Cc: linux-kernel@lists.codethink.co.uk, Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm: add kernel/fork.c function definitions Message-ID: <20191009153316.GA25186@infradead.org> References: <20191009140637.12443-1-ben.dooks@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191009140637.12443-1-ben.dooks@codethink.co.uk> User-Agent: Mutt/1.12.1 (2019-06-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 09, 2019 at 03:06:37PM +0100, Ben Dooks wrote: > Add the definitions of arch_release_task_struct, > arch_task_cache_init and arch_dup_task_struct which > are used in kernel/fork.c but defined in various > architecture's . So please lift them into a common header. In fact I'm pretty sure I had that comment before when people did the same blind sparse cleanups for riscv.. 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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 1A72EC47404 for ; Wed, 9 Oct 2019 15:33:21 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DD41B218DE for ; Wed, 9 Oct 2019 15:33:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="RzIpPqzd" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DD41B218DE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=bBecw/qJyuu6AyvT/2BIZHRBV1KqZY4VToxvNPcQYpY=; b=RzIpPqzdRC0abV TA1XxHvaO3+nRLKVIYKm3/KcmBmoge8eOdmd4vT9UQFRICaqqOjN+eTN0CLa1h3KdR2oeAoM3t0zf 6Y0/Ov87g6pyB62fXJ8mrzxc6NVvClhLC72ydYiAwtPfneN8NoxAQSW55ObvLNRmc3bJkQFuY7Voe KtVDu4e4fJZ+biR7Vkw+/vfsIYZ4cpOZCbrSJ7G5p7T7XX6+E4Oc+rJzfjcuGru8WJ9RH3WXHFXHM HBeSPrO2pwWGEuQQK5na4CZ9v7pGBJmXxCvFwoi7vceCShjK6TUiOJ7bo8zrWzu+oKNQWpiDOiT+M Teg/iWmKNuu2XoCVTXHA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iIDxn-0006fR-IM; Wed, 09 Oct 2019 15:33:19 +0000 Received: from hch by bombadil.infradead.org with local (Exim 4.92.2 #3 (Red Hat Linux)) id 1iIDxk-0006fF-L7; Wed, 09 Oct 2019 15:33:16 +0000 Date: Wed, 9 Oct 2019 08:33:16 -0700 From: Christoph Hellwig To: Ben Dooks Subject: Re: [PATCH] arm: add kernel/fork.c function definitions Message-ID: <20191009153316.GA25186@infradead.org> References: <20191009140637.12443-1-ben.dooks@codethink.co.uk> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191009140637.12443-1-ben.dooks@codethink.co.uk> User-Agent: Mutt/1.12.1 (2019-06-15) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@lists.codethink.co.uk, Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Oct 09, 2019 at 03:06:37PM +0100, Ben Dooks wrote: > Add the definitions of arch_release_task_struct, > arch_task_cache_init and arch_dup_task_struct which > are used in kernel/fork.c but defined in various > architecture's . So please lift them into a common header. In fact I'm pretty sure I had that comment before when people did the same blind sparse cleanups for riscv.. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel