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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4BDFC63797 for ; Mon, 16 Jan 2023 14:56:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232810AbjAPO4n (ORCPT ); Mon, 16 Jan 2023 09:56:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49662 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232782AbjAPO4Q (ORCPT ); Mon, 16 Jan 2023 09:56:16 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E0AE822DCA; Mon, 16 Jan 2023 06:45:29 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 93542B80E72; Mon, 16 Jan 2023 14:45:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E8A64C433F0; Mon, 16 Jan 2023 14:45:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1673880327; bh=QENT3/o77DrxIX5y2/X2KutjovyA1smRJxICKJ/Qxjo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xxkUSfq/fOLhO+LuNw/iICNfRJjUr2F5WOR+phmgQigPZtUwnF2qQs8Oht+l63D8M 5PHfXcSDY7av1D4UuQ6ixv0EzU3ttkdAze8eM0rNDBj5an9j3d3157rlm6v0fgMa0g hyMXSZ5s+K9NuVSCiqo5Qx5yGhMHEs5uUWFZ8z6M= Date: Mon, 16 Jan 2023 15:45:24 +0100 From: Greg Kroah-Hartman To: mkv22@cantab.net Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org Subject: Re: Mainline stable kernel kbd backlight stops working from 6.1.6 in t2 Macs Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 16, 2023 at 06:12:12AM +0530, mkv22@cantab.net wrote: > Apologies that I am unable to attach more detailed information from dmesg > or logs as the update was in a production laptop and had to be rolled back > to 6.1.5 immediately and lost the dmesg output. Any chance to run 'git bisect' to find the offending change? thanks, greg k-h