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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 C1342C432C0 for ; Mon, 2 Dec 2019 18:15:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 954F52071E for ; Mon, 2 Dec 2019 18:15:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575310509; bh=jPiVcuaAidjifO58kG4+hCHpnuzdzZqrqEC+SolpAOU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=WfG9CHQMwnn0W1vA4vbW1KqdO2Gc0cC01hNxHHAEkdHkd2rKtVgDP6sOx+wQSI2Pg YBIyzrrN+5Z7HkR08ZrBuBJng2kYOO2VE+mEqpX8sBVZvopqcuH+3COwBHfJT4gi53 jkXDd0BUeAyOgrsYRqaVyAM3GppDRRwO86UK2LCc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727840AbfLBSPI (ORCPT ); Mon, 2 Dec 2019 13:15:08 -0500 Received: from mail.kernel.org ([198.145.29.99]:56074 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727670AbfLBSPI (ORCPT ); Mon, 2 Dec 2019 13:15:08 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 074A420718; Mon, 2 Dec 2019 18:15:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575310507; bh=jPiVcuaAidjifO58kG4+hCHpnuzdzZqrqEC+SolpAOU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P6bhaZwzCNYqu2wRmSwVWP1lQj0PvgQZV5Kj5fZcXqVbd+NH3/s4kDXSgJK/FgUHi 2Q61RLf0BQrpim/TpxKnTJUuz3Y80S4xiDyJ5+mYNPHw3LKysj92FXM7TI2d/NdTwS eKuSaewyR5BgM1svvcAdcYqzBeYkaIKP26jHMjHk= Date: Mon, 2 Dec 2019 19:15:05 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: devel@driverdev.osuosl.org, Julia Lawall , linux-kernel@vger.kernel.org, Wambui Karuga Subject: Re: [PATCH] staging/octeon: Mark Ethernet driver as BROKEN Message-ID: <20191202181505.GA732872@kroah.com> References: <20191202141836.9363-1-linux@roeck-us.net> <20191202165231.GA728202@kroah.com> <20191202173620.GA29323@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191202173620.GA29323@roeck-us.net> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 02, 2019 at 09:36:20AM -0800, Guenter Roeck wrote: > On Mon, Dec 02, 2019 at 05:52:31PM +0100, Greg Kroah-Hartman wrote: > > On Mon, Dec 02, 2019 at 06:18:36AM -0800, Guenter Roeck wrote: > > > The code doesn't compile due to incompatible pointer errors such as > > > > > > drivers/staging/octeon/ethernet-tx.c:649:50: error: > > > passing argument 1 of 'cvmx_wqe_get_grp' from incompatible pointer type > > > > > > This is due to mixing, for example, cvmx_wqe_t with 'struct cvmx_wqe'. > > > > > > Unfortunately, one can not just revert the primary offending commit, as doing so > > > results in secondary errors. This is made worse by the fact that the "removed" > > > typedefs still exist and are used widely outside the staging directory, > > > making the entire set of "remove typedef" changes pointless and wrong. > > > > Ugh, sorry about that. > > > > > Reflect reality and mark the driver as BROKEN. > > > > Should I just delete this thing? No one seems to be using it and there > > is no move to get it out of staging at all. > > > > Will anyone actually miss it? It can always come back of someone > > does... > > > > All it does is causing trouble and misguided attempts to clean it up. > If anything, the whole thing goes into the wrong direction (declare a > complete set of dummy functions just to be able to build the driver > with COMPILE_TEST ? Seriously ?). > > I second the motion to drop it. This has been in staging for 10 years. > Don't we have some kind of time limit for code in staging ? If not, > should we ? If anyone really needs it, that person or group should > really invest the time to get it out of staging for good. 10 years? Ugh, yes, it's time to drop the thing, I'll do so after -rc1 is out. thanks, greg k-h 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=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 5BECBC432C3 for ; Mon, 2 Dec 2019 18:15:10 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 306332071F for ; Mon, 2 Dec 2019 18:15:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="P6bhaZwz" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 306332071F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0117788189; Mon, 2 Dec 2019 18:15:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aka71hwjaRlT; Mon, 2 Dec 2019 18:15:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 5D0BD882B0; Mon, 2 Dec 2019 18:15:09 +0000 (UTC) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 74A681BF34D for ; Mon, 2 Dec 2019 18:15:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 71E618631D for ; Mon, 2 Dec 2019 18:15:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2mqdUUgYtaGG for ; Mon, 2 Dec 2019 18:15:07 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by whitealder.osuosl.org (Postfix) with ESMTPS id A9336862E8 for ; Mon, 2 Dec 2019 18:15:07 +0000 (UTC) Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 074A420718; Mon, 2 Dec 2019 18:15:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575310507; bh=jPiVcuaAidjifO58kG4+hCHpnuzdzZqrqEC+SolpAOU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P6bhaZwzCNYqu2wRmSwVWP1lQj0PvgQZV5Kj5fZcXqVbd+NH3/s4kDXSgJK/FgUHi 2Q61RLf0BQrpim/TpxKnTJUuz3Y80S4xiDyJ5+mYNPHw3LKysj92FXM7TI2d/NdTwS eKuSaewyR5BgM1svvcAdcYqzBeYkaIKP26jHMjHk= Date: Mon, 2 Dec 2019 19:15:05 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Subject: Re: [PATCH] staging/octeon: Mark Ethernet driver as BROKEN Message-ID: <20191202181505.GA732872@kroah.com> References: <20191202141836.9363-1-linux@roeck-us.net> <20191202165231.GA728202@kroah.com> <20191202173620.GA29323@roeck-us.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191202173620.GA29323@roeck-us.net> User-Agent: Mutt/1.12.2 (2019-09-21) X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devel@driverdev.osuosl.org, Julia Lawall , linux-kernel@vger.kernel.org, Wambui Karuga Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" On Mon, Dec 02, 2019 at 09:36:20AM -0800, Guenter Roeck wrote: > On Mon, Dec 02, 2019 at 05:52:31PM +0100, Greg Kroah-Hartman wrote: > > On Mon, Dec 02, 2019 at 06:18:36AM -0800, Guenter Roeck wrote: > > > The code doesn't compile due to incompatible pointer errors such as > > > > > > drivers/staging/octeon/ethernet-tx.c:649:50: error: > > > passing argument 1 of 'cvmx_wqe_get_grp' from incompatible pointer type > > > > > > This is due to mixing, for example, cvmx_wqe_t with 'struct cvmx_wqe'. > > > > > > Unfortunately, one can not just revert the primary offending commit, as doing so > > > results in secondary errors. This is made worse by the fact that the "removed" > > > typedefs still exist and are used widely outside the staging directory, > > > making the entire set of "remove typedef" changes pointless and wrong. > > > > Ugh, sorry about that. > > > > > Reflect reality and mark the driver as BROKEN. > > > > Should I just delete this thing? No one seems to be using it and there > > is no move to get it out of staging at all. > > > > Will anyone actually miss it? It can always come back of someone > > does... > > > > All it does is causing trouble and misguided attempts to clean it up. > If anything, the whole thing goes into the wrong direction (declare a > complete set of dummy functions just to be able to build the driver > with COMPILE_TEST ? Seriously ?). > > I second the motion to drop it. This has been in staging for 10 years. > Don't we have some kind of time limit for code in staging ? If not, > should we ? If anyone really needs it, that person or group should > really invest the time to get it out of staging for good. 10 years? Ugh, yes, it's time to drop the thing, I'll do so after -rc1 is out. thanks, greg k-h _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel