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 4B05BEB64DD for ; Tue, 27 Jun 2023 14:51:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232241AbjF0OvZ (ORCPT ); Tue, 27 Jun 2023 10:51:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232041AbjF0OvJ (ORCPT ); Tue, 27 Jun 2023 10:51:09 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B78EB5586; Tue, 27 Jun 2023 07:48:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id AE8B7611BE; Tue, 27 Jun 2023 14:47:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 95FE3C433C0; Tue, 27 Jun 2023 14:47:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1687877249; bh=iVGFFoHvyeH3UjpVLHehT6HeqAjfNK5+/oIAYbj6sYM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DxgW8zZNEFgWzeDh0EGb2mCF33KDAhnUL8/bHoHC3NxwO7mXQcpC4JZAzPtlJFyTG re7IU5oxjryZhXjwgn4TN5K8qX54QkaNdno+9s+HpfTKp49eR81FjXOH4jldV2szEo ftuRtnWCwlo6uHeCxhvkjfGkNuxCgRme6RAjSpnM= Date: Tue, 27 Jun 2023 16:47:26 +0200 From: Greg Kroah-Hartman To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Luis Chamberlain , Jason Baron , Jim Cromie , Jonathan Corbet , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH 0/3] dyndbg: add source file name to prefix Message-ID: <2023062759-backspin-disperser-cd54@gregkh> References: <20221223-dyndbg-filename-v1-0-cbf8543009a1@weissschuh.net> <896d52bd-20b5-4507-99c6-de4b86f9141c@t-8ch.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <896d52bd-20b5-4507-99c6-de4b86f9141c@t-8ch.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 27, 2023 at 04:30:56PM +0200, Thomas Weißschuh wrote: > Hi Luis and Greg, > > it seems you are the ones picking up patches for dyndbg. > > Could you take a look at this series? > It has Acks from both Jason and Jim. It's the middle of the merge window, we can't take anything new, sorry. Care to submit it after 6.5-rc1 is out? thanks, greg k-h