Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp189891pxv; Thu, 15 Jul 2021 01:59:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyDVPZl20bSJdHIqo/otchyBF+hKZrJBNFHAv1YErCbaFVdUDJ5qD5dZgkaIHM0hUTKo1aL X-Received: by 2002:a17:906:6d54:: with SMTP id a20mr4448191ejt.322.1626339571258; Thu, 15 Jul 2021 01:59:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626339571; cv=none; d=google.com; s=arc-20160816; b=wGC5QUOwiWg0/m2x2MQOncykcaaII1EcmMlOIyNyH6AE3gl3DE3Imla9h60UQrK+rs 9gK7QTKPEjn/283Tg456h05CmuHmEC3jDWGtMb7VuHUeVF0M4xOmZI+XIHieYqQfpVWq /ENeWbhoBZYQLzIQSFzamWoMy0ma+lBgO8GDRHUPLaXxCU8SLQ/PkxP5Htt6Gs9xra3d YVE/cRmDMGmwlF7gGXPgEnefJUIOqWvjGDy4x1Xj5gXrIl+TI8cRzo+lGKur5uYHC/Vj vj6CJ+LxPIsIwhuEpDzn1x+DJ2M8R4dCqKDZNH1vybF1BERoXKE6hNGl7V8gDljlZez2 k8JQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=oSs7M6NS/nQKo3hiQz52rHu2F+nT6bu0zxsr68T5J9Y=; b=rbJH0UGaz1a+vp6aiyzclTR1QcoxhYhLroI3pZ2QhSv/qPFFmMYy6nyoxt6N+FR8O7 WI6DmcES1rDO1Pe8ksrkozbiXb9G/cLd8JkCW2N5E0XSJwC/sQc5F/omvmDIn/ZuhGN8 CaEHcrSKNv/aZEozGUmc/2mvOzD1t+ayR4cr5ej/tbwNRQpeWly9CjZ6wgjayKFMawbw 4nDCWyxyTbj1JLn8pHy0QGLKUhCfRfcNaKIISvjSeP4joJ/2rnB12jNeMIz3jYJRbpFG Z9JFtKYOmixZQTGyPAcPmE/c6rVMidiVcAzfCybyUhLInCCbd+Jw2/xoz0qCfjAyg1pe p8Sg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id my47si7092743ejc.645.2021.07.15.01.59.06; Thu, 15 Jul 2021 01:59:31 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239448AbhGOIMN (ORCPT + 99 others); Thu, 15 Jul 2021 04:12:13 -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