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 B64CAEB64D9 for ; Tue, 27 Jun 2023 14:58:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232180AbjF0O6C (ORCPT ); Tue, 27 Jun 2023 10:58:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57896 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232102AbjF0O5o (ORCPT ); Tue, 27 Jun 2023 10:57:44 -0400 Received: from todd.t-8ch.de (todd.t-8ch.de [159.69.126.157]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88D641991; Tue, 27 Jun 2023 07:57:37 -0700 (PDT) Date: Tue, 27 Jun 2023 16:57:35 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=t-8ch.de; s=mail; t=1687877855; bh=P/z2u+Zv1zRwayzFvFSpwcYYNWbBKO+2o6HlKnsj9iY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aD+TRuHNADe9npAgYuJDKRZhzCaI5Jv+QB9NS58Z5SP9PB2pBYrF5KF7Jxy5S6/x7 Nlu0kusv4TWZ4Hc8rsaLz7NjG4dWTL3ftUr54xG5NxzPPA/Ed4ZGSfIF6Loe57dlyK 2d8c+HcL0UGv4P9JzeDzp7WZZP8NrQRJpeYub/E0= From: Thomas =?utf-8?Q?Wei=C3=9Fschuh?= To: Greg Kroah-Hartman 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: <79a77af6-c5f5-4abb-ae46-cdcf4d40b75e@t-8ch.de> References: <20221223-dyndbg-filename-v1-0-cbf8543009a1@weissschuh.net> <896d52bd-20b5-4507-99c6-de4b86f9141c@t-8ch.de> <2023062759-backspin-disperser-cd54@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2023062759-backspin-disperser-cd54@gregkh> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On 2023-06-27 16:47:26+0200, Greg Kroah-Hartman wrote: > 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. Just noticed this, too. Sorry for the noise. > Care to submit it after 6.5-rc1 is out? I'll ping again should it still apply cleanly to 6.5-rc1 othewise I'll resend. Thanks, Thomas