Received: by 2002:a25:23cc:0:0:0:0:0 with SMTP id j195csp869920ybj; Tue, 5 May 2020 08:50:20 -0700 (PDT) X-Google-Smtp-Source: APiQypLzkmvLC0RqrIqJ8cgq5ru2dn3yUXm8M+P6G1yoCPcycN3ZZC4e+AzojEMrmlzBaiv+dKl+ X-Received: by 2002:a50:ee0e:: with SMTP id g14mr3335976eds.34.1588693820302; Tue, 05 May 2020 08:50:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588693820; cv=none; d=google.com; s=arc-20160816; b=G4jvjE7PVnZjcOvTeKpa5hZarVCWeRt6NZ15pKwvSl//laFKk2CCUyf/pJh9RdVl+E lWJRvLwy2xgEhE5fsGU1MsJWagn0TiIjeps1e4eNch47UF5Hu3B6LQ5Ygu2aU5Y6ShIi HuSYlzuFALHbDmTgc1FssT8gR7xs3jiMzyMguEYntIfub2uRcSlGtyPImaHhO4dcSzAA 9bCHY4Rkk+0U+iGs/SzlscErQJ/8Qbjz3sovjCR9E2xmUOcbe1JKLW4kYlPyGPXLUfpH drczre4Va+6Sq94pPws6C9HkS24xw7sAB8wIkDUfmScIl0njJfs33SzhHsUeJ/f94ETn swBg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=RYg07v+jr0eB6QniOE5j5EgbL8ZyUEuzMFMK3SkGF/g=; b=xARlJkZzaLgIxqDAkT4RzAwx1jUlAaGJu0oY3qumAIDh5dnbUAw1wqxV0Wfk2tOFCu CHNQUnvfNcYM5cHjMm4eENRmi+fr+bbA0KVrlAHNe8zYeBpavSiotKMGeJ0OMX59qKrt c/QNuXh03Q01JHgiyuoXoneBNg/wJNtnQ9bCUo+obQoCOjTzwOV/ivgBpZTK0Mv8szWq TJxHHBcz9FJF7ZTbG0sQeZ1PnWoIidiV4nvRayKoiAiANlP5LQrgOlPh75ERnvLpBZLs itzm6yfsx50p9ZTEovyLBoqHxIqerIcNNJF8PjHRcysnBo7hhxxnqF5oGuvGpuPjhbuR pvoA== 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 cx19si1564025edb.230.2020.05.05.08.49.57; Tue, 05 May 2020 08:50:20 -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 S1730592AbgEEPsh (ORCPT + 99 others); Tue, 5 May 2020 11:48:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35568 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730537AbgEEPsh (ORCPT ); Tue, 5 May 2020 11:48:37 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 022E0C061A0F for ; Tue, 5 May 2020 08:48:37 -0700 (PDT) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 7F04C737; Tue, 5 May 2020 15:48:36 +0000 (UTC) Date: Tue, 5 May 2020 09:48:35 -0600 From: Jonathan Corbet To: Christian Brauner Cc: Arnd Bergmann , Christian Brauner , Masahiro Yamada , "Steven Rostedt (VMware)" , linux-kernel@vger.kernel.org Subject: Re: [PATCH] samples: fix binderfs sample Message-ID: <20200505094835.47cc2d53@lwn.net> In-Reply-To: <20200429080113.wetsjwkfxfrarfvf@wittgenstein> References: <20200428212555.2806258-1-arnd@arndb.de> <20200429080113.wetsjwkfxfrarfvf@wittgenstein> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 29 Apr 2020 10:01:13 +0200 Christian Brauner wrote: > On Tue, Apr 28, 2020 at 11:25:33PM +0200, Arnd Bergmann wrote: > > A routine check for misspelled Kconfig symbols showed on instance > > from last year, the correct symbol name is CONFIG_ANDROID_BINDERFS, > > not CONFIG_CONFIG_ANDROID_BINDERFS, so the extra prefix must > > be removed in the Kconfig file to allow enabling the sample. > > > > As the actual sample fails to build as a kernel module, change the > > Makefile enough to get to build as a hostprog instead. > > > > Fixes: 9762dc1432e1 ("samples: add binderfs sample program") > > Signed-off-by: Arnd Bergmann > > Thanks for fixing this Arnd! > Acked-by: Christian Brauner > I've applied this, thanks. jon