ux.org.uk>, Christian Brauner , Jan Kara , linux-fsdevel@vger.kernel.org References: <20251027083700.573016505@linutronix.de> From: Christophe Leroy Content-Language: fr-FR In-Reply-To: <20251027083700.573016505@linutronix.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: 0.5 (/) X-Spam-Report: Spam detection software, running on the system "witcher.mxrouting.net", has performed the tests listed below against this email. Information: https://mxroutedocs.com/directadmin/spamfilters/ --- Content analysis details: (0.5 points) --- pts rule name description ---- ---------------------- ----------------------------------------- 0.0 RCVD_IN_DNSWL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to DNSWL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#DnsBlocklists-dnsbl-block for more information. [139.178.88.99 listed in list.dnswl.org] 1.5 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager SpamTally: Final spam score: 5 Le 27/10/2025 à 09:43, Thomas Gleixner a écrit : > This is a follow up on the V4 feedback: > > https://lore.kernel.org/20251022102427.400699796@linutronix.de > > Changes vs. V4: > > - Rename get/put_user_masked() to get/put_user_inline() > > - Remove the futex helpers. Keep the inline get/put for now as it needs > more testing whether they are really valuable. > > - Picked up tags > > The series is based on v6.18-rc1 and also available from git: > > git://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git uaccess/scoped > move_addr_to_user() in net/socket.c and put_cmsg() in net/core/scm.c should be converted as well Christophe > Thanks, > > tglx > --- > Thomas Gleixner (12): > ARM: uaccess: Implement missing __get_user_asm_dword() > uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user() > x86/uaccess: Use unsafe wrappers for ASM GOTO > powerpc/uaccess: Use unsafe wrappers for ASM GOTO > riscv/uaccess: Use unsafe wrappers for ASM GOTO > s390/uaccess: Use unsafe wrappers for ASM GOTO > uaccess: Provide scoped user access regions > uaccess: Provide put/get_user_inline() > coccinelle: misc: Add scoped_masked_$MODE_access() checker script > futex: Convert to get/put_user_inline() > x86/futex: Convert to scoped user access > select: Convert to scoped user access > > arch/arm/include/asm/uaccess.h | 26 ++ > arch/powerpc/include/asm/uaccess.h | 8 > arch/riscv/include/asm/uaccess.h | 8 > arch/s390/include/asm/uaccess.h | 4 > arch/x86/include/asm/futex.h | 75 ++---- > arch/x86/include/asm/uaccess.h | 12 - > fs/select.c | 12 - > include/linux/uaccess.h | 314 ++++++++++++++++++++++++++- > kernel/futex/core.c | 4 > kernel/futex/futex.h | 58 ---- > scripts/coccinelle/misc/scoped_uaccess.cocci | 108 +++++++++ > 11 files changed, 501 insertions(+), 128 deletions(-) > From - Tue Nov 04 06:52:59 2025 X-Mozilla-Status: 0001 X-Mozilla-Status2: 00000000 Return-Path: Delivered-To: hi@josie.lol Received: from witcher.mxrouting.net by witcher.mxrouting.net with LMTP id oBw0MsWiCWmLLR8AYBR5ng (envelope-from ) for ; Tue, 04 Nov 2025 06:52:53 +0000 Return-path: