From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BD342195811 for ; Wed, 8 Jan 2025 11:16:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736335010; cv=none; b=eyV01ifF8t/fIwFtFq7Tih0iW7pZ82Mpv4xLf5kSl9i2jJVbFzyVll8IPcmciwVXiTbqjvVqa1/BPjtGyQSa6L8QQpXRbslTtq2x946k+il14gy6lH09r38xpok86/iKyfnX8tHNhx3BdtpV+6Bx6jGxmadzoA4aJpuMAQGqngs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736335010; c=relaxed/simple; bh=vSMXd12dW6W11TFg3WiWeJQ7xWPk4k6EL1J59iR2q5I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NqkXkdPp7wAhkDBxQ5w0ZEnmT5iLGsFus3F3SP1EbupOZC36+xZM9rrBjRFZmMvJVzl4uEXFwGZZYQaHWTQvS1iAAWIyfbmnHBBh5opAIeZTHtXuHfh2uCQENVRVlEbrYjEJySkLfxJUFksUtYTk87GfhWxfxKLcvO7X/zuJUt4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=VdfbDB+t; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="VdfbDB+t" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1736335007; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=zZORM63nhj4Db7gE3We258vVDV3pB9hu6RoF51BIGqQ=; b=VdfbDB+tDrc/nCkXODePUQ/9vzjVmD2kRXWQX/s8AAbtkpsKDQi0lgmGqBQjg5uk47JSR0 MGhE5N0CkWMhQZ4IOgxLrXlmu+ZNye6UXWABTBttmK8qu/0Op8/20EP+oI5XYmzU/M5iFR mGgczshypex1bQVdqdTYDy4hhmcmrEs= Received: from mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-173-IXDOU70qOguI5eqrh8OtbA-1; Wed, 08 Jan 2025 06:16:43 -0500 X-MC-Unique: IXDOU70qOguI5eqrh8OtbA-1 X-Mimecast-MFC-AGG-ID: IXDOU70qOguI5eqrh8OtbA Received: from mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 74A0119560B0; Wed, 8 Jan 2025 11:16:41 +0000 (UTC) Received: from localhost (unknown [10.72.112.99]) by mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 2A01F1956094; Wed, 8 Jan 2025 11:16:39 +0000 (UTC) Date: Wed, 8 Jan 2025 19:16:29 +0800 From: Baoquan he To: Sourabh Jain Cc: linuxppc-dev@lists.ozlabs.org, Andrew Morton , Hari Bathini , Madhavan Srinivasan , Michael Ellerman , kexec@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND v1 1/5] crash: remove an unused argument from reserve_crashkernel_generic() Message-ID: References: <20250108101458.406806-1-sourabhjain@linux.ibm.com> <20250108101458.406806-2-sourabhjain@linux.ibm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250108101458.406806-2-sourabhjain@linux.ibm.com> X-Scanned-By: MIMEDefang 3.0 on 10.30.177.15 On 01/08/25 at 03:44pm, Sourabh Jain wrote: > cmdline argument is not used in reserve_crashkernel_generic() so remove > it. Correspondingly, all the callers have been updated as well. > > No functional change intended. > > Cc: Andrew Morton > Cc: Baoquan he > Cc: Hari Bathini > CC: Madhavan Srinivasan > Cc: Michael Ellerman > Cc: kexec@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Sourabh Jain > --- > arch/arm64/mm/init.c | 6 ++---- > arch/loongarch/kernel/setup.c | 5 ++--- > arch/riscv/mm/init.c | 6 ++---- > arch/x86/kernel/setup.c | 6 ++---- > include/linux/crash_reserve.h | 11 +++++------ > kernel/crash_reserve.c | 9 ++++----- > 6 files changed, 17 insertions(+), 26 deletions(-) Acked-by: Baoquan He