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=-0.8 required=3.0 tests=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 E9283C43603 for ; Tue, 10 Dec 2019 00:03:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BCA182073D for ; Tue, 10 Dec 2019 00:03:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727414AbfLJADB convert rfc822-to-8bit (ORCPT ); Mon, 9 Dec 2019 19:03:01 -0500 Received: from lithops.sigma-star.at ([195.201.40.130]:49700 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727286AbfLJADB (ORCPT ); Mon, 9 Dec 2019 19:03:01 -0500 Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id DBCDA609D2C3; Tue, 10 Dec 2019 01:02:58 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id ni-rE7Dfg3Ju; Tue, 10 Dec 2019 01:02:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 88D1960B3027; Tue, 10 Dec 2019 01:02:58 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id cDLlGxCrPFF2; Tue, 10 Dec 2019 01:02:58 +0100 (CET) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 60108609D2C3; Tue, 10 Dec 2019 01:02:58 +0100 (CET) Date: Tue, 10 Dec 2019 01:02:58 +0100 (CET) From: Richard Weinberger To: Brendan Higgins Cc: anton ivanov , Johannes Berg , Jeff Dike , linux-um , linux-kernel , davidgow Message-ID: <1785498655.111829.1575936178298.JavaMail.zimbra@nod.at> In-Reply-To: References: <20191206020153.228283-1-brendanhiggins@google.com> <20191206020153.228283-2-brendanhiggins@google.com> <20191207012108.GA220741@google.com> <15f048d3-07ab-61c1-c6e0-0712e626dd33@cambridgegreys.com> Subject: Re: [RFC v1 1/2] um: drivers: remove support for UML_NET_PCAP MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF68 (Linux)/8.8.12_GA_3809) Thread-Topic: drivers: remove support for UML_NET_PCAP Thread-Index: hO49xBuZNB9UehdA0F84GK6DxT1WWA== Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "Brendan Higgins" >> IMHO we should at least mark them as "obsolete" and start preparing to >> remove them. > > Alright, I will send a patch out which marks the other network drivers > as "obsolete". > > Clarification: Should I mark all UML network devices as "obsolete" > except for NET_VECTOR? Daemon and MCAST looked to me (I am not a > networking expert), like they might not be covered by vector. No. Why? Thanks, //richard