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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 0DC83C07E96 for ; Thu, 15 Jul 2021 08:09:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E295361374 for ; Thu, 15 Jul 2021 08:09:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239559AbhGOIMO (ORCPT ); Thu, 15 Jul 2021 04:12:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:42044 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235749AbhGOIMN (ORCPT ); Thu, 15 Jul 2021 04:12:13 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 10EAE610D1; Thu, 15 Jul 2021 08:09:17 +0000 (UTC) Date: Thu, 15 Jul 2021 10:09:15 +0200 From: Christian Brauner To: Carlos Llamas Cc: Greg Kroah-Hartman , Arve =?utf-8?B?SGrDuG5uZXbDpWc=?= , Todd Kjos , Martijn Coenen , Christian Brauner , Joel Fernandes , Steven Moreland , kernel-team@android.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/3] selftests/binderfs: add test for feature files Message-ID: <20210715080915.xpizwkzxp2irthvu@wittgenstein> References: <20210707162419.15510-1-cmllamas@google.com> <20210715031805.1725878-1-cmllamas@google.com> <20210715031805.1725878-3-cmllamas@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210715031805.1725878-3-cmllamas@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 15, 2021 at 03:18:05AM +0000, Carlos Llamas wrote: > Verify that feature files are created successfully after mounting a > binderfs instance. Note that only "oneway_spam_detection" feature is > tested with this patch as it is currently the only feature listed. > > Signed-off-by: Carlos Llamas > --- Looks good, Acked-by: Christian Brauner