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 255DDC61DA3 for ; Fri, 24 Feb 2023 13:53:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229749AbjBXNxy (ORCPT ); Fri, 24 Feb 2023 08:53:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229716AbjBXNxu (ORCPT ); Fri, 24 Feb 2023 08:53:50 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E5E328D13 for ; Fri, 24 Feb 2023 05:53:44 -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 4492FB81694 for ; Fri, 24 Feb 2023 13:53:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AF091C433EF; Fri, 24 Feb 2023 13:53:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677246822; bh=tNxLOJJY/bL4f5EuksjRbirdWymnt6RMjtDuj24OAZ8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Rq1lgqrVr+OoIhndg0nRCZ39RQ/EpHn7YFe0CsXMFzhGUJLNKsE07RZkxU/F4PvS1 RxXkZwGolL9oSrpl0ooMmtK9tD1/4ah6zuCMu3ZS/O0l2AhgwizTKjK+PDydpOlWpG w1jEgm9tIrwlb5iVmyOIKO/2vUlDb3ZVKdTT1G0c= Date: Fri, 24 Feb 2023 14:53:39 +0100 From: Greg KH To: Geert Uytterhoeven Cc: Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org, Stephen Rothwell , Saravana Kannan Subject: Re: [GIT PULL] Driver core updates for 6.3-rc1 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 Fri, Feb 24, 2023 at 02:48:55PM +0100, Geert Uytterhoeven wrote: > Hi Greg, > > On Fri, Feb 24, 2023 at 2:01 PM Greg KH wrote: > > The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65: > > > > Linux 6.2-rc5 (2023-01-21 16:27:01 -0800) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.3-rc1 > > > > for you to fetch changes up to 88cd618dcc7b63baa1478730b02eaba3e3148467: > > > > debugfs: drop inline constant formatting for ERR_PTR(-ERROR) (2023-02-20 14:14:56 +0100) > > > > ---------------------------------------------------------------- > > Driver core changes for 6.3-rc1 > > Thanks for your PR! > > > All of these have been in linux-next for a while with no reported > > problems. > > I think you should drop this sentence from your boilerplate, to avoid > confusion among people who reported regressions and/or posted > fixes that you promised to queue up after your PR is sent to Linus. Ah, yeah, I had forgotten about your bug report / fix when writing this. I'll send that to Linus after this is pulled, my fault. thanks, greg k-h