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 9340DCDB465 for ; Mon, 16 Oct 2023 19:11:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233749AbjJPTLb (ORCPT ); Mon, 16 Oct 2023 15:11:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38482 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233169AbjJPTL0 (ORCPT ); Mon, 16 Oct 2023 15:11:26 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B20EAB for ; Mon, 16 Oct 2023 12:11:24 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 973E2C433C7; Mon, 16 Oct 2023 19:11:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1697483484; bh=qIFRNM4cDuT1Q1eOEvtfGUbW7G3DmFKEOJnyvV3javM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mOdW3m9WTHj4jWlN4nz4nH6CxEPO3VmO5JITIf2hPdwaH0WDnwXfsIhUDh7Mtzon/ 0Z7FmAl104+/tdVG3jLEL4zOLbPDU9dFhD4MjlP/nsp9bFmkFW1rQnJXcRRvc04FNC jpo3iqI7JCifW97dNtAUaH4ahhl9BQfv+7f7bKW0= Date: Mon, 16 Oct 2023 21:11:21 +0200 From: Greg KH To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: linux-kernel@vger.kernel.org Subject: Re: patch "misc/pvpanic: deduplicate comomn code" added to char-misc-testing Message-ID: <2023101646-armoire-thing-64e4@gregkh> References: <2023101657-charcoal-snowy-21be@gregkh> <19f56fba-7ed5-4bc3-9ba5-37f4ab6e1857@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: <19f56fba-7ed5-4bc3-9ba5-37f4ab6e1857@t-8ch.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 16, 2023 at 09:06:39PM +0200, Thomas Weißschuh wrote: > Hi Greg, > > On 2023-10-16 20:57:57+0200, gregkh@linuxfoundation.org wrote: > > > > This is a note to let you know that I've just added the patch titled > > > > misc/pvpanic: deduplicate comomn code > > It seems I managed to inject a typo into the commit subject: > > s/comomn/common/ > > In case it's still possible and worth it, could you fix it up? Nah, it's not worth rewriting history because of it. Unless the 0-day bot finds problems with the tree, I'll just leave it as is. thanks, greg k-h