From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lithops.sigma-star.at (mailout.nod.at [116.203.167.152]) (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 EF0AF155757 for ; Mon, 23 Feb 2026 14:20:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.203.167.152 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771856426; cv=none; b=gySIH8n0GIsxPYwzScsWhQwT86hl1PDaMlJjjejX80s533THoYfobwSDtVQyN4IpNzJRnTg9zj6+kuwa4zRTxDek0QUiImdpYpckITUqG7Cq4SZxDvymAjHHJhw/FuqmU7TY+XfY7q1l7H1ltEQ9Mjftfmbwi9hq5W7webAXADw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771856426; c=relaxed/simple; bh=TXmg6y1imQnmz+GvqZWGDLi1AFOEjVKSzOrqZQ/85g8=; h=Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject: MIME-Version:Content-Type; b=AOkn1Nw3r5N0w5c7r7unnt/CPjPHJJ+RZpx2dr3Z+tmSs5+aalAjgSwT1ZhtxfCFMEQbSupK5cx28NW7bEPQqC3OavaoH5Ax3/+wEG3PBcoobgPTfogjQh7EJUls5cVTDWMcF9wco8MwxZ98Zbu+X+dcxik/qHrcmQePn7bWY7g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nod.at; spf=fail smtp.mailfrom=nod.at; arc=none smtp.client-ip=116.203.167.152 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nod.at Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=nod.at Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 36BF0298580; Mon, 23 Feb 2026 15:20:23 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id zSvmld9RSbv0; Mon, 23 Feb 2026 15:20:23 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id DDCBF298599; Mon, 23 Feb 2026 15:20:22 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id etDOrYDxE2iS; Mon, 23 Feb 2026 15:20:22 +0100 (CET) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id B4CC5298580; Mon, 23 Feb 2026 15:20:22 +0100 (CET) Date: Mon, 23 Feb 2026 15:20:22 +0100 (CET) From: Richard Weinberger To: John Ogness Cc: linux-kernel , bhe , sourabhjain , Andrew Morton , senozhatsky , Steven Rostedt , Petr Mladek , Greg Kroah-Hartman , upstream+linux Message-ID: <40046959.4372.1771856422459.JavaMail.zimbra@nod.at> In-Reply-To: <87cy1va7k6.fsf@jogness.linutronix.de> References: <20260223133448.411343-1-richard@nod.at> <87cy1va7k6.fsf@jogness.linutronix.de> Subject: Re: [PATCH] ksysfs: Expose hardware name 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=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF147 (Linux)/8.8.12_GA_3809) Thread-Topic: ksysfs: Expose hardware name Thread-Index: YREXpZEbJkFbCBPEhnUTN7mBvLHj6A== ----- Urspr=C3=BCngliche Mail ----- > Von: "John Ogness" > An: "richard" , "linux-kernel" >=20 > It seems a bit odd to make this a dependency of CONFIG_PRINTK. Perhaps > @dump_stack_arch_desc_str and dump_stack_set_arch_desc() should move out > of lib/dump_stack.c if this new sysfs attribute is accepted? Sure. I was surprised too that lib/dump_stack.c depends on CONFIG_PRINTK. Thanks, //richard