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=-17.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 2EA84C433E0 for ; Mon, 25 Jan 2021 10:31:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D2D7F208C7 for ; Mon, 25 Jan 2021 10:31:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727372AbhAYKaY (ORCPT ); Mon, 25 Jan 2021 05:30:24 -0500 Received: from mo4-p01-ob.smtp.rzone.de ([85.215.255.54]:30444 "EHLO mo4-p01-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727505AbhAYK2q (ORCPT ); Mon, 25 Jan 2021 05:28:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1611570328; s=strato-dkim-0002; d=hartkopp.net; h=In-Reply-To:Date:Message-ID:From:References:Cc:To:Subject:From: Subject:Sender; bh=X+F5eBx6hhPWWwcF9ubIsqkxUL4WeBCjYPW2wcv2gyg=; b=AttGrlJZHfyEEHMUGXDD5n5Xbp74VGf3KBnt65aX6mZwLxhHMHffh3cXAW975uQ16f CO7XZafwQ4a8CcRLDM1yK+eFFnnccImERKPg6/Acgn6dgFpzZY5ZySuewUUtVCTKgdFN kwjvq+G5mUTGIydaaW27jVVk9Wr2jSQ33aYbcK3aGUwOvU+9JSKHUK1Mm+vToVLJq4kj 6d08aIg7Ui5pKo4TIV4vwgrEE7ARNpM4o5rV+0nFXbmNEufQGvD0LdOO1VjxKzYhuqFG S1DwgOzhLl+S+AzKgtmHRBC48+s1MJziF0ou5stPsiM7lhn6nbx2TvyBXKmLOGuWq53c l2CA== X-RZG-AUTH: ":P2MHfkW8eP4Mre39l357AZT/I7AY/7nT2yrDxb8mjG14FZxedJy6qgO1o3TMaFqTEVR/J8xty10=" X-RZG-CLASS-ID: mo00 Received: from [192.168.10.137] by smtp.strato.de (RZmta 47.12.1 DYNA|AUTH) with ESMTPSA id k075acx0PAPPxPs (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Mon, 25 Jan 2021 11:25:25 +0100 (CET) Subject: Re: [PATCH v3 7/7] can: Update contact details To: Richard Palethorpe , ltp@lists.linux.it Cc: linux-can@vger.kernel.org, Marc Kleine-Budde References: <20210120143723.26483-1-rpalethorpe@suse.com> <20210120143723.26483-8-rpalethorpe@suse.com> From: Oliver Hartkopp Message-ID: Date: Mon, 25 Jan 2021 11:25:25 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: <20210120143723.26483-8-rpalethorpe@suse.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-can@vger.kernel.org On 20.01.21 15:37, Richard Palethorpe wrote: > socketcan-users appears to be no more. > > Signed-off-by: Richard Palethorpe Thanks for the cleanup and the rework, Richard! Acked-by: Oliver Hartkopp (for the entire series) Best regards, Oliver > --- > testcases/network/can/filter-tests/00_Descriptions.txt | 5 +++-- > testcases/network/can/filter-tests/Makefile | 2 -- > 2 files changed, 3 insertions(+), 4 deletions(-) > > diff --git a/testcases/network/can/filter-tests/00_Descriptions.txt b/testcases/network/can/filter-tests/00_Descriptions.txt > index 55d213456..9623d29a0 100644 > --- a/testcases/network/can/filter-tests/00_Descriptions.txt > +++ b/testcases/network/can/filter-tests/00_Descriptions.txt > @@ -6,5 +6,6 @@ information on the CAN network protocol family PF_CAN is contained in > > For any issue(s) with CAN tests please write to: > > -, > -Oliver Hartkopp , > +Oliver Hartkopp > +Linux-CAN ML > + > diff --git a/testcases/network/can/filter-tests/Makefile b/testcases/network/can/filter-tests/Makefile > index 29aaa3240..bd57c7fff 100644 > --- a/testcases/network/can/filter-tests/Makefile > +++ b/testcases/network/can/filter-tests/Makefile > @@ -14,8 +14,6 @@ > # You should have received a copy of the GNU General Public License along > # with this program; if not, write to the Free Software Foundation, Inc., > # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. > -# > -# Send feedback to > > top_srcdir ?= ../../../.. > >