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=-4.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 23992C433E1 for ; Tue, 25 Aug 2020 06:52:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E2F3220782 for ; Tue, 25 Aug 2020 06:52:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598338334; bh=ajZvLj9BjR77Id3A98oIhcvcaL+SUw6LfKF/69V/kLU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=sKhonT5pVqzf0t3xH0H3SNmOKTcNRxrBMfcVCpdu0K3YhUP8OFVu+imxCffyoOOzs TwiDZPtYCoQG2TPSIpwOrCyfN1e1TCpBrVqaZLDJesjA+FzQN1L13fopKHPr1PWgqu ao9oUUHcv0am8SFpQk9g4sGJKr8zVEQ9fW3/e3uU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729252AbgHYGwN (ORCPT ); Tue, 25 Aug 2020 02:52:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:48666 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729127AbgHYGwN (ORCPT ); Tue, 25 Aug 2020 02:52:13 -0400 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 499412076C; Tue, 25 Aug 2020 06:52:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598338332; bh=ajZvLj9BjR77Id3A98oIhcvcaL+SUw6LfKF/69V/kLU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AN/lXcIxfDf5rJ39XYKzwtM/ZtuUuqNlw9WEZeCXlOiC9jx4t9aMg77SIGfl10uMU ObFPWpLwJv5bhPB7R2iP4LeNNf7JDyEjiQC2oN8EotTe6EtwKeba74Go7XyM5zqMD2 aGjmG54a6XqEz1QwkWRq6eGNYuQuTecuhWBektsM= Date: Tue, 25 Aug 2020 08:52:29 +0200 From: Greg Kroah-Hartman To: Christoph Hellwig Cc: Tomer Samara , devel@driverdev.osuosl.org, Todd Kjos , Riley Andrews , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Suren Baghdasaryan , Hridya Valsaraju , Arve Hj?nnev?g , Joel Fernandes , Laura Abbott , Martijn Coenen , Sumit Semwal , Christian Brauner Subject: Re: [PATCH v4 0/2] staging: android: Remove BUG/BUG_ON from ion Message-ID: <20200825065229.GA1319770@kroah.com> References: <20200825064729.GA30014@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200825064729.GA30014@infradead.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 25, 2020 at 07:47:29AM +0100, Christoph Hellwig wrote: > On Fri, Aug 21, 2020 at 06:27:04PM +0300, Tomer Samara wrote: > > Remove BUG/BUG_ON from androind/ion > > Please just remove ion. It has been rejected and we have developed > proper kernel subsystens to replace it. Don't waste your time on it. It is going to be removed at the end of this year. Why we keep it around until then, I really don't know, but John and Laura have this as the plan. thanks, greg k-h