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 D4417C433F5 for ; Sat, 7 May 2022 08:45:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1446115AbiEGItF (ORCPT ); Sat, 7 May 2022 04:49:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1446110AbiEGItA (ORCPT ); Sat, 7 May 2022 04:49:00 -0400 Received: from vmicros1.altlinux.org (vmicros1.altlinux.org [194.107.17.57]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 16F7C3F334; Sat, 7 May 2022 01:45:14 -0700 (PDT) Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id 39CEF72C8FA; Sat, 7 May 2022 11:45:14 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id 262197CE87A; Sat, 7 May 2022 11:45:14 +0300 (MSK) Date: Sat, 7 May 2022 11:45:14 +0300 From: "Dmitry V. Levin" To: Greg KH Cc: Gleb Fotengauer-Malinovskiy , Johannes Berg , Kalle Valo , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2] rfkill: uapi: fix RFKILL_IOCTL_MAX_SIZE ioctl request definition Message-ID: <20220507084514.GA5026@altlinux.org> References: <20220506171534.99509-1-glebfm@altlinux.org> <20220506172454.120319-1-glebfm@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, May 07, 2022 at 09:05:57AM +0200, Greg KH wrote: > On Fri, May 06, 2022 at 05:24:54PM +0000, Gleb Fotengauer-Malinovskiy wrote: > > Fixes: 54f586a91532 ("rfkill: make new event layout opt-in") > > Cc: stable@vger.kernel.org # 5.11+ > > Signed-off-by: Gleb Fotengauer-Malinovskiy > > --- > > No changelog text at all? I know I don't take patches like that, maybe > other subsystem maintainers are more lax? > > Please provide a changelog... The definition of RFKILL_IOCTL_MAX_SIZE introduced by commit 54f586a91532 is unusable since it is based on RFKILL_IOC_EXT_SIZE which has not been defined. Fix that by replacing the undefined constant with the constant which is intended to be used in this definition. Signed-off-by: Dmitry V. Levin -- ldv