From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8A5EE1FC7 for ; Sun, 3 May 2026 06:53:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777791199; cv=none; b=pKRlf8p+nePKBNWNfXbc+ZlJXlM568OSPRIoqnXqDkCDd5o3sD0uzpcgQXQbtf7xdFcvs77mD0LqriKWSAQ1otKw1wrVcChNyu/YE4dWzDthJYR2PzBTZe2Cat7DA/mGAOjhKJMURRWFa25NKaYm+0f3jazquRmnw4+d2ZrHh1Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777791199; c=relaxed/simple; bh=9+aFFIsBKQHL2HNYKtrZGiC4d9KJlV/tY9dUYkylQaI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VCFv/mjkzChapIuZ5SqMG5q53FX8OnIhtH6Qy8TwDcpR5+qPZKl5p7c8/wZyzixKgl1nKcV2A2tU99nOLazIDkEmYJFsjA3Em2PvhAdwb73dnvt8jqZG25cbY2Fm+KgEsfC0CWPVtgM2BGDxGg+z1NsaRVgqfXNgAYhiRSrtgCI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Weteh41T; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Weteh41T" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D326BC2BCB4; Sun, 3 May 2026 06:53:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1777791199; bh=9+aFFIsBKQHL2HNYKtrZGiC4d9KJlV/tY9dUYkylQaI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Weteh41TkFRazGwbP7foNDAu8FAlCpMgWkKTsGHMCD6cf71k9nIHjlB7rh0XR7rEx tylGJ4ZJNBQmv68RHc2yzu5lvc2r/UPm0jy1odoq5nN9CCsYiHSG3TFy09DzTpa7pI szR8bNr3iNBkMuJxoxrLnIySUEdtWf7wjCZkBc84= Date: Sun, 3 May 2026 08:53:16 +0200 From: Greg Kroah-Hartman To: Simon Richter Cc: Arnd Bergmann , linux-kernel@vger.kernel.org Subject: Re: [PATCH] misc/nvram: only declare mutex where it's used Message-ID: <2026050307-headboard-comma-8045@gregkh> References: <20260503064739.609401-1-Simon.Richter@hogyros.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260503064739.609401-1-Simon.Richter@hogyros.de> On Sun, May 03, 2026 at 03:46:59PM +0900, Simon Richter wrote: > The ioctls using this are platform specific compatibility code. On other > platforms, this generates a warning for an unused static variable. > > Signed-off-by: Simon Richter What commit id does this fix? thanks, greg k-h