From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-185.mta0.migadu.com (out-185.mta0.migadu.com [91.218.175.185]) (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 5F47840DFA1 for ; Tue, 21 Apr 2026 05:27:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.185 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776749253; cv=none; b=kIA/eDGIJru1zoqPMtu1v23DiNfD0udn4J2y0l88IzPTDWovTyFkf5JIH7sdXmoBb/8iz+JYY9j5q4aXGCTkGaTVVCyG8Q+tjDLQvpI/LZh4HnpelKMundkGqIT5MaoP+taTdE27OrXjFsvB2PWyRHRLvRbdyjAA27ACADzYcGM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776749253; c=relaxed/simple; bh=iVB0e3e9OpPuhRzKDb3fZcaAphgWKssR6nO4OhwfGc0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ncODa/bMDXd2n1B0jwrdUwy5BEtb1MKKgtES5XPLEJ19yb6axOhB0s3G3er1W8u1BUU2WHoD5ZB3N0FSX2Y/tsKjMl6EgL1taYaWdkuNXob+nAyQD4I87kc5i5JP6cXPIsYqlPRW5w8r1hS3k2fUNy/zR5O3ESk8rN7+8xynAHE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=ikkEdXk6; arc=none smtp.client-ip=91.218.175.185 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="ikkEdXk6" Date: Tue, 21 Apr 2026 13:27:23 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1776749249; 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=mUu9F0QJUAvXu2eBNKKwazkdi1mZNiZe1x/ss0rXfpo=; b=ikkEdXk6HrAF0rWjW+STbhHaWl6mWYINd6IgcMWJwupecPHrSICzNQkO2JTxrDgkEYBnbw k455RhBw6lYMEikAoKEmpprUtetNyly9EfPHnk6Pmic29uBBX74x7BBUG0ZrzJp3V3nS/O kLvIWnDi8rXw/EzB6mPUuFHNd1P00TY= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Baoquan He To: Sourabh Jain Cc: akpm@linux-foundation.org, Baoquan He , Dave Young , Vivek Goyal , kexec@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: remove stale kdump project URL Message-ID: References: <20260418080226.40415-1-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: <20260418080226.40415-1-sourabhjain@linux.ibm.com> X-Migadu-Flow: FLOW_OUT On 04/18/26 at 01:32pm, Sourabh Jain wrote: > The kdump project URL in MAINTAINERS points to > http://lse.sourceforge.net/kdump/, but it is no longer maintained. > > Remove this outdated link to avoid confusion and keep the file > up to date. > > Discussion to remove this link: > https://lore.kernel.org/all/e1e9e200-17d7-4ae9-b0eb-71300f4eb1ac@linux.ibm.com/ > > Cc: Baoquan He > Cc: Dave Young > Cc: Vivek Goyal > Cc: kexec@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Sourabh Jain > --- > MAINTAINERS | 1 - > 1 file changed, 1 deletion(-) Acked-by: Baoquan He > > diff --git a/MAINTAINERS b/MAINTAINERS > index 288866c32ade..46aa9a48ec15 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13870,7 +13870,6 @@ R: Vivek Goyal > R: Dave Young > L: kexec@lists.infradead.org > S: Maintained > -W: http://lse.sourceforge.net/kdump/ > F: Documentation/admin-guide/kdump/ > F: fs/proc/vmcore.c > F: include/linux/crash_core.h > -- > 2.52.0 > >