Received: by 10.223.164.202 with SMTP id h10csp1502680wrb; Mon, 27 Nov 2017 03:46:03 -0800 (PST) X-Google-Smtp-Source: AGs4zMYRqKZjVkbSxyTlXRNvnuPBRK2c6TlR+KtjgZPnzYEZQshhWXblXigQCGvsOwr9/SKyBk0I X-Received: by 10.101.81.72 with SMTP id g8mr25581387pgq.135.1511783163774; Mon, 27 Nov 2017 03:46:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511783163; cv=none; d=google.com; s=arc-20160816; b=tJDXzxAUL/J++ASwNAE4fCLhGKa4yUbaPQ2ErIdcj+eqoTvFykcYMP0gAT6D4m3baR NzKb/vnNPa6GGGT8nZ9ZLS4e/mUsWOXzVX2V9R1ZlxOcsyN7x0hefJNH3wbLTvHqUej6 9SMc3kAfKrIdQy12pKkdFjli+24g66JBukRb+rqfW8hrPpIG8y215Zi0JOyARihWVbcz HJv+1loAtnTfEgmRIIkmBEkek7SAUtlcdN+GlQv0JVFwshKJw7dwZEfVN5y5D5/flID9 egYhtpvjtezYW9Jhh9q5XiAdqKsuE/ZznIDezfFIRdIyEBdLsufDrO8Ww3oZjPtKR3Xy pr2w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=lFuNgcnnmnTKHac0WZgjhd07sAXcu8MTRFixkZYgF6Y=; b=s4u/jLnQNCSfVl8l6/WSBO8GNYXPZzo+PJL09N2gxgYl4H3UIpunGYBD7nCAC8u3ev Lm1qlwWgGteGqDWbrXBlt6xknScwxQkv414d92Uu+Fg/9+wTHSw///I3UlcBqhOqiZHw l+7dimyyKndOn3c5APc+Mztby6r9cEDYRqmFogH3IFCF8rKdV4yV+kYLtajikti5QjfN YnPMqweE1QZ+DUtK10j8bYr0Xk9sYvDS06oZA93D90aYSB8GaxveJnZYYnYD/4iPHuhy eFF15qb48kpsLRFI3qEWqDZBBLtmyKIoOTWwVK4ASRWFz8h6baJy/IreOu7YKOXtGLIk Miww== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v11si22344108pgb.677.2017.11.27.03.45.51; Mon, 27 Nov 2017 03:46:03 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752160AbdK0Lny (ORCPT + 77 others); Mon, 27 Nov 2017 06:43:54 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51270 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751601AbdK0Lnw (ORCPT ); Mon, 27 Nov 2017 06:43:52 -0500 Received: from localhost (LFbn-1-12253-150.w90-92.abo.wanadoo.fr [90.92.67.150]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 7BCB3C09; Mon, 27 Nov 2017 11:43:51 +0000 (UTC) Date: Mon, 27 Nov 2017 12:43:57 +0100 From: Greg Kroah-Hartman To: Benjamin Gaignard Cc: Laura Abbott , Sumit Semwal , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Riley Andrews , Mark Brown , Dan Carpenter , driverdevel , Linux Kernel Mailing List , "dri-devel@lists.freedesktop.org" , linux-api@vger.kernel.org Subject: Re: [PATCH v6 2/2] staging: ion: create one device entry per heap Message-ID: <20171127114357.GB3710@kroah.com> References: <1509983985-20950-1-git-send-email-benjamin.gaignard@linaro.org> <1509983985-20950-3-git-send-email-benjamin.gaignard@linaro.org> <1e7fc718-825c-1028-1c28-a75a7320103f@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 27, 2017 at 11:46:18AM +0100, Benjamin Gaignard wrote: > 2017-11-09 22:17 GMT+01:00 Laura Abbott : > > On 11/06/2017 07:59 AM, Benjamin Gaignard wrote: > >> > >> Instead a getting only one common device "/dev/ion" for > >> all the heaps this patch allow to create one device > >> entry ("/dev/ionX") per heap. > >> Getting an entry per heap could allow to set security rules > >> per heap and global ones for all heaps. > >> > >> Allocation requests will be only allowed if the mask_id > >> match with device minor. > >> Query request could be done on any of the devices. > >> > > > > With this patch, sysfs looks like: > > > > $ ls /sys/devices/ > > breakpoint ion platform software system virtual > > > > From an Ion perspective, you can have > > > > Acked-by: Laura Abbott > > > > Another Ack for the device model stuff would be good but I'll > > assume deafening silence means nobody hates it. > > Greg, can we get your point of view of this ? It's 1 day after the merge window has closed, and my todo patch queue looks like this: $ mdfrm -c ~/mail/todo/ 1523 messages in /home/gregkh/mail/todo/ Please give me a chance to catch up... greg k-h From 1585215957768359931@xxx Mon Nov 27 10:49:04 +0000 2017 X-GM-THRID: 1583334148445829702 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread