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 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 09223C3DA41 for ; Tue, 9 Jul 2024 09:11:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6A38F10E4C8; Tue, 9 Jul 2024 09:11:40 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Ms/nfM4W"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id EB19510E4C8 for ; Tue, 9 Jul 2024 09:11:38 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 57D1A60F37; Tue, 9 Jul 2024 09:11:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D1BEC3277B; Tue, 9 Jul 2024 09:11:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1720516298; bh=bF04r8LuquU/qir0aCll9+NDJrFTCzvu0tF1oglQD78=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ms/nfM4Wxk8p5OGqAW6f8WdhgRTO9uLKNrF812GfyLcaO2s4aAXI2r1tC2P6vRjj/ xdrWu3TDW4yyvZsCvtkJdY+hilXEPP5fPcy4ea6oVeQOCRpXTs2xnFCZsk1YEq7X17 6Cc0ici7NOLuyh/tqjqK0+xDXxWdYzGtzz7cKkKs= Date: Tue, 9 Jul 2024 11:11:34 +0200 From: Greg KH To: Jocelyn Falempe Cc: Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , Miguel Ojeda , Alex Gaynor , Wedson Almeida Filho , Boqun Feng , Gary Guo , Bjorn Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, rust-for-linux@vger.kernel.org, Danilo Krummrich Subject: Re: [PATCH v2 4/4] drm/panic: Add a qr_code panic screen Message-ID: <2024070951-tall-effective-c916@gregkh> References: <20240709084458.158659-1-jfalempe@redhat.com> <20240709084458.158659-5-jfalempe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240709084458.158659-5-jfalempe@redhat.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, Jul 09, 2024 at 10:40:10AM +0200, Jocelyn Falempe wrote: > +config DRM_PANIC_SCREEN_QR_CODE_URL > + string "Base url of the QR code in the panic screen" > + depends on DRM_PANIC_SCREEN_QR_CODE > + help > + This option sets the base url to report the kernel panic. If it's set > + the qr code will contain the url and the kmsg compressed with zlib as > + url parameter. If it's empty, the qr code will contain the kmsg as > + uncompressed text only. meta-comment, should we by default do this on a kernel.org domain so that no specific distro has to worry about hosing this type of web service? thanks, greg k-h