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 820D2C433E0 for ; Tue, 29 Dec 2020 12:31:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 52C89207D1 for ; Tue, 29 Dec 2020 12:31:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726221AbgL2MbW (ORCPT ); Tue, 29 Dec 2020 07:31:22 -0500 Received: from mx2.suse.de ([195.135.220.15]:59116 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725964AbgL2MbW (ORCPT ); Tue, 29 Dec 2020 07:31:22 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1609245035; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NXIBw1ycePVQvHAbHxwndaG5kIVWvKnE3XER9JANhjw=; b=axio+OHxFd8luTm8ve7TC+4iAHhTxAbMeiWontp9D9gTi1+XOHd0oUY8dO/o4KAddyBgXG i55fXblb1bUjlqwGyGO0gXnB/dVQ3JUBN4My12lVXKVxg00yeN3fbgqkOmzLCiUw0NL0Dt k/pJ2UKuS/6MjcGkUuSuWPJgtWI3r90= Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 3D9B6AE66; Tue, 29 Dec 2020 12:30:35 +0000 (UTC) Message-ID: Subject: Re: [PATCH] CDC-NCM: remove "connected" log message From: Oliver Neukum To: Roland Dreier , Jakub Kicinski Cc: Greg KH , netdev@vger.kernel.org, linux-usb@vger.kernel.org Date: Tue, 29 Dec 2020 13:30:34 +0100 In-Reply-To: References: <20201222184926.35382198@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20201224032116.2453938-1-roland@kernel.org> <20201228133036.3a2e9fb5@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.4 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Am Montag, den 28.12.2020, 23:56 -0800 schrieb Roland Dreier: > > Applied to net and queued for LTS, thanks! > > Thanks - is Oliver's series of 3 patches that get rid of the other > half of the log spam also on the way upstream? Hi, I looked at them again and found that there is a way to get the same effect that will make maintenance easier in the long run. Could I send them to you later this week for testing? Regards Oliver