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=-3.8 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,URIBL_BLOCKED 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 1C859C433E3 for ; Fri, 10 Jul 2020 11:47:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F1BEC2077D for ; Fri, 10 Jul 2020 11:47:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594381649; bh=aUbwxnhzldFAyuc22ri8g/HTDk1iwKiwpZ+hqPfkEHs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=uooziv2dBWl8ngJJTnq+M6wsrQMrOdwFfL2KX2FiAwsZjYJTz4R3RliFaNnwO9RzH vlgus8yq4JFNqJok0NpmfnNUNMDLF/kMSk42OuZo5edfhV99qsC7LFkvP2I81SITCQ cnkJhmiJWkqa8Ye6gpoPZf2+EXUWywaPelwOY/+4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727971AbgGJLr1 (ORCPT ); Fri, 10 Jul 2020 07:47:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:47322 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727822AbgGJLrZ (ORCPT ); Fri, 10 Jul 2020 07:47:25 -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 6754220748; Fri, 10 Jul 2020 11:47:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594381645; bh=aUbwxnhzldFAyuc22ri8g/HTDk1iwKiwpZ+hqPfkEHs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VibZTirQJPPjJ3rrQpdxKJ4MYdLx87y9kuzMC9NGruczENB+5AOjZpIgjhY3PS+/R Ag6paHYL9nM46UmUV26gCErmpI70+/pMalhu6hVRd0P+yrLK7U5BrpqRXxVzvjOdUD MVc0jTZFSJEK60uBjeFWGCrnv6HC77WEcYE0hg64= Date: Fri, 10 Jul 2020 13:47:30 +0200 From: Greg Kroah-Hartman To: John Stultz Cc: driverdevel , nd , Todd Kjos , Lecopzer Chen , Arnd Bergmann , Daniel Vetter , lkml , dri-devel , "moderated list:DMA BUFFER SHARING FRAMEWORK" , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Christian Brauner , Anders Pedersen , Laura Abbott , Joel Fernandes , "Darren Hart (VMware)" , =?iso-8859-1?Q?=D8rjan?= Eide , Laura Abbott , Martijn Coenen , Sumit Semwal , Christian Brauner , linux-media@vger.kernel.org Subject: Re: [PATCH] staging: android: ion: Skip sync if not mapped Message-ID: <20200710114730.GA1349359@kroah.com> References: <20200414134629.54567-1-orjan.eide@arm.com> <20200414141849.55654-1-orjan.eide@arm.com> <20200414142810.GA958163@kroah.com> <20200416102508.GA820251@kroah.com> <20200420082207.ui7iyg7dsnred2vv@wittgenstein> <20200421080544.GA611314@kroah.com> <20200703070403.GB2221524@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 07, 2020 at 08:43:30PM -0700, John Stultz wrote: > On Fri, Jul 3, 2020 at 12:03 AM Greg Kroah-Hartman > wrote: > > On Tue, Apr 21, 2020 at 10:05:44AM +0200, Greg Kroah-Hartman wrote: > > > On Mon, Apr 20, 2020 at 01:03:39PM -0700, John Stultz wrote: > > > > The dmabuf heaps have been in an official kernel now for all of three > > > > weeks. So yea, we can "delete [ION] and see who even notices", but I > > > > worry that may seem a bit like contempt for the folks doing the work > > > > on transitioning over, which doesn't help getting them to participate > > > > within the community. > > > > > > But they aren't participating in the community today as no one is > > > touching the ion code. So I fail to see how keeping a dead-end-version > > > of ion in the kernel tree really affects anyone these days. > > > > So, any thoughts here? What's the timeline for ion being able to be > > removed that you are comfortable with? > > Sorry for the slow reply. So my earlier plan was to drop it after the next LTS? Ok, fair enough, we can wait until January. thanks, greg k-h