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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54F52C433E9 for ; Fri, 8 Jan 2021 07:45:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 051FD23435 for ; Fri, 8 Jan 2021 07:45:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727406AbhAHHpt (ORCPT ); Fri, 8 Jan 2021 02:45:49 -0500 Received: from mail.kernel.org ([198.145.29.99]:50194 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726863AbhAHHps (ORCPT ); Fri, 8 Jan 2021 02:45:48 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2439E233EE; Fri, 8 Jan 2021 07:45:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1610091908; bh=2e7BI1PeI+j2CbBdjPDsks/4ODPY4K4uo5shdAzai7M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=clGTlNVCxfCBFz5HtC4ObO975PpcDk/h2QJ+N6Hi7bhAgpgLwi1dfq4TDLSiD1O28 wstGn4O4UBJqM7VYW/lhxRAg2weNIfVzwzw6Opc+29uffGY4+v9FNvOQM9MjJQdxhT bEhwg4wA/cU+wTFVUDZ+iVcGyQZdjwnzIl1TiFSw= Date: Fri, 8 Jan 2021 08:45:03 +0100 From: Greg Kroah-Hartman To: Michael Walle Cc: Saravana Kannan , "Rafael J. Wysocki" , stable , Android Kernel Team , LKML Subject: Re: [PATCH v2] driver core: Fix device link device name collision Message-ID: References: <20210107234136.740371-1-saravanak@google.com> 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, Jan 08, 2021 at 02:10:51AM +0100, Michael Walle wrote: > Am 8. Januar 2021 02:00:32 MEZ schrieb Saravana Kannan : > >On Thu, Jan 7, 2021 at 4:43 PM Saravana Kannan > >wrote: > >Nevermind, I see it now. Also, in the future, if you can dump the logs > >in some kind of pastebin site, that'd be nice. Avoid the emails > >becoming unwieldy and also avoids the log lines from wrapping. > > I thought about a pastebin. But then decided against it because they might be deleted in the future. So if anyone looking at the mail archives he might only get dead links. So.. > > dunno how this is handled on the LKML, tbh. Full logs are good, you did it right, Saravana can deal with long emails :)