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 680A6C6FD18 for ; Sun, 5 Mar 2023 02:18:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229518AbjCECST (ORCPT ); Sat, 4 Mar 2023 21:18:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55906 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229455AbjCECSS (ORCPT ); Sat, 4 Mar 2023 21:18:18 -0500 Received: from todd.t-8ch.de (todd.t-8ch.de [IPv6:2a01:4f8:c010:41de::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C495EF80; Sat, 4 Mar 2023 18:18:17 -0800 (PST) Date: Sun, 5 Mar 2023 02:18:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1677982694; bh=5sfEmY5t1qq4BwNnE7N+61KyzgK3aKNQJDhCA+hG7Aw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fib/hnFw1wXgLgx2WVqNRfwAS/XUGKq7gSgou4W+u6tk7Upxbkwx3CxhAUL53vF5b LIqKacta6GrnEgHQ58UcC5skPYLP2LbRuUkMIbrHErQqjRxVCWcrbLcBpuLYCOyYNf N3OTVsYaKhfhYnt4kHWu5u8UYW0kzf2IMfjBnIQY= From: Thomas =?utf-8?Q?Wei=C3=9Fschuh?= To: stable@vger.kernel.org Cc: Luis Chamberlain , Kees Cook , Ondrej Mosnacek , Iurii Zaikin , Greg Kroah-Hartman , Jiri Slaby , linux-fsdevel@vger.kernel.org, linux-nfs@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Storm Dragon Subject: Request to backport "sysctl: fix proc_dobool() usability" to stable kernels Message-ID: <9563010d-a5cf-49e2-8c51-f2e66f064997@t-8ch.de> References: <20230210145823.756906-1-omosnace@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230210145823.756906-1-omosnace@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org Hi -stable team, please backport the commit f1aa2eb5ea05 ("sysctl: fix proc_dobool() usability") to the stable kernels containing commit 83efeeeb3d04 ("tty: Allow TIOCSTI to be disabled"). (Which seems only to be the 6.2 branch only at the moment) Without this backport the sysctl dev.net.legacy_tiocsti to enable ioctl(TIOCSTI) is not functional. So on kernels that don't enable CONFIG_LEGACY_TIOCSTI, ioctl(TIOCSTI) is not usable at all. This ioctl is used for the copy-and-paste functionality of the screenreader "fenrir". ( https://github.com/chrys87/fenrir ) Reported-by: Storm Dragon Link: https://lore.kernel.org/lkml/ZAOi9hDBTYqoAZuI@hotmail.com/