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 E95B2CE79AC for ; Wed, 20 Sep 2023 09:29:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234041AbjITJ31 (ORCPT ); Wed, 20 Sep 2023 05:29:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233753AbjITJ3X (ORCPT ); Wed, 20 Sep 2023 05:29:23 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 447CB83 for ; Wed, 20 Sep 2023 02:29:18 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E614C433C8; Wed, 20 Sep 2023 09:29:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1695202157; bh=pn3zA/jlDEA3Ng7yXVujuzsxfvCBr0KtT0xfvDBw/Gg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Eyzyi/2xJjzr28m4gO1hePWOerdblbcSkYqxUvnQL9FVZ+YEMnn91swTknE2toMmy IyPtP7LcZwtH2O9HD1LA4YEThJhkOh/A01iO1MIyy8uHCR+fGGEAXXx49NFhheq0lV ng1LT4p7yQBZYCCJjYsscVtgRgd5jlXR+paFm/hc= Date: Wed, 20 Sep 2023 11:29:15 +0200 From: Greg Kroah-Hartman To: Zev Weiss Cc: Mark Brown , Naresh Solanki , linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] Documentation: ABI: sysfs-driver-regulator-output Message-ID: <2023092037-denote-enslave-0a3f@gregkh> References: <20230831121412.2359239-1-Naresh.Solanki@9elements.com> <20230831121412.2359239-3-Naresh.Solanki@9elements.com> <90b1af83-cb03-476f-9147-eb06247bf09c@hatter.bewilderbeest.net> <2023090330-bling-mammary-3177@gregkh> <6eb78818-7838-4616-bf44-05c215bfa8b3@hatter.bewilderbeest.net> <763bd845-d8d6-489c-bd31-305ed14bc40f@sirena.org.uk> <1518370c-e0cd-4d78-af54-3e2cf4dd6e3c@hatter.bewilderbeest.net> <5282acd1-3c7a-4948-83f2-2829910ab841@sirena.org.uk> <25844d80-fadb-44c3-a0e6-334aa6e4afd7@hatter.bewilderbeest.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <25844d80-fadb-44c3-a0e6-334aa6e4afd7@hatter.bewilderbeest.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 20, 2023 at 02:02:49AM -0700, Zev Weiss wrote: > static int regulator_userspace_notify(struct notifier_block *nb, > unsigned long event, > void *ignored) > { > struct userspace_consumer_data *data = > container_of(nb, struct userspace_consumer_data, nb); > - static const char * const *envp[] = { "NAME=events", NULL }; You removed this user/kernel api value, what will break if you do that? thanks, greg k-h