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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1254FC433F5 for ; Tue, 15 Mar 2022 13:23:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348625AbiCONYU (ORCPT ); Tue, 15 Mar 2022 09:24:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344412AbiCONYQ (ORCPT ); Tue, 15 Mar 2022 09:24:16 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A8AC9C0C for ; Tue, 15 Mar 2022 06:23:01 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 76CFD615F0 for ; Tue, 15 Mar 2022 13:23:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D6F9C340E8; Tue, 15 Mar 2022 13:23:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1647350580; bh=Ei/Y23MgvmDfhjLJWJarlbjup/SwfjWeC1vxGCGrhQA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oozIfQgoOJ3cXif9OfRhQDUDA7kcPniBGHrFWFvtVy7uqQAgptLcEDtsBoLYm4hzI Z0qCncThtvwWhxz1V4+FTjTt10D5qgHirQfDiM9XXWhMIIBMWr96HcQG+e4X/PPN/x JVxy8zIuVm5SUL9gLeS9Q/ak7bs4Hahj3C9SgUuA= Date: Tue, 15 Mar 2022 14:22:55 +0100 From: Greg Kroah-Hartman To: Christoph Hellwig Cc: Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Todd Kjos , Martijn Coenen , Joel Fernandes , Christian Brauner , Hridya Valsaraju , Suren Baghdasaryan , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH] staging: remove ashmem Message-ID: References: <20220315123457.2354812-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220315123457.2354812-1-hch@lst.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 15, 2022 at 01:34:57PM +0100, Christoph Hellwig wrote: > The mainline replacement for ashmem is memfd, so remove the legacy > code from drivers/staging/ > > Signed-off-by: Christoph Hellwig While I know Android devices somehow still rely on this (as many userspace programs directly accessed the ashmem device), I agree, it's time to drop this for good. If Android really needs this for future devices, they can revert it and maintain it on their own. I'll go queue this up now, thanks. greg k-h