From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-187.mta1.migadu.com (out-187.mta1.migadu.com [95.215.58.187]) (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 C3720340401 for ; Mon, 13 Jul 2026 10:51:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.187 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783939891; cv=none; b=mOLb86DvjSHw1zc7m18h1bKhILH08P54ehzuXKnw2cmpSv4aNjVASk5w5AoHWOwl12JCG97QsEPILIi4STOp9qj5Zqza3PkPLthLw7fC7RrGB8SrVOYZnxX2qiwgWMjarRjmoOLhNf22sO78If+GtarvloXNVQybwq3AIUcQ9ns= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783939891; c=relaxed/simple; bh=gJpXnZIHERE4b1brTnIou/gy2uT2dedy+T3v+TB0y8o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=r2V6XTVOjiN1/iU7mmToPonjBocP4thnHYNJpJRjhEn4ApBhchkk11plXeDZAcA1r3ZGEVmkcsw2MCYiArM2UmXnOi82AhLztWdop7Qi3ItKK2iD0y1EeANJ89NHOGSofLckrDyBxMEqEmdn2fH+X+FfB1B4aZzvU8+ii2JSfWM= 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=PbACmgzy; arc=none smtp.client-ip=95.215.58.187 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="PbACmgzy" Date: Mon, 13 Jul 2026 18:51:15 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1783939886; 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=gD3A9pJWmGNBEpcGuAJUTYfdEqwu/kB9DlQTnjeCkJU=; b=PbACmgzyg49Tkt0MnyM5u8X5Npc6gqSDxGyrXUuvFQftDo4XLRDP4h/5xfXzgVqm95CVPW KZABNZjNng9M8/0G9vdNu7G8AgDqhTdFwj1LWFKBKru/YE0uToUtZW3lVP7FftA86r5DX3 aIXLrXciYsHVhutR0ciWNRoPO6oOFAs= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Baoquan He To: Breno Leitao Cc: Baoquan He , akpm@linux-foundation.org, linux-kernel@vger.kernel.org, kexec@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org, dyoung@redhat.com, tony.luck@intel.com, xueshuai@linux.alibaba.com, vgoyal@redhat.com, zhiquan1.li@intel.com, olja@meta.com, kernel-team@meta.com Subject: Re: [PATCH v2 1/2] vmcoreinfo: expose hardware error recovery statistics via sysfs Message-ID: References: <20260202-vmcoreinfo_sysfs-v2-0-8f3b5308b894@debian.org> <20260202-vmcoreinfo_sysfs-v2-1-8f3b5308b894@debian.org> 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: X-Migadu-Flow: FLOW_OUT On 07/13/26 at 02:08am, Breno Leitao wrote: > On Fri, Jul 10, 2026 at 07:03:07PM +0800, Baoquan He wrote: > > > Anyway, I am glad to see it's been taken out of vmcoreinfo.c, > > which is going in the right way from kdump side. For its migrating > > into driver folder, leave it to the relevant reviewer to review and > > decide. > > On that patch, If you could confirm that moving it away from vmcoreinfo > is the preferred approach, that would help establish consensus around > the right direction. Yes, I can confirm moving it away from vmcoreinfo is expected.