Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp3398647pxf; Mon, 22 Mar 2021 05:39:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyHTXJs7qEoyiqyDDEjTU9c6p6u2rVWAZEh+DeRgKNG7okRQ9KXzIySNlX0SUmopveZMWvJ X-Received: by 2002:a17:906:4e17:: with SMTP id z23mr19190964eju.439.1616416778470; Mon, 22 Mar 2021 05:39:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616416778; cv=none; d=google.com; s=arc-20160816; b=etRQ9q3nCQPaTMYkWSeoFybHsNLwSkHjr4x5GTx9E17E8AMgaDjouuhwdwsMVkc/iT DnyoZMX/MBqyVpc4XgCJ2OxPYncvCI6sAomkX+MkkseCm9aS5nBLA0lsI2CG0PHqHjtA txCWLLDFw1klA5OuMXzv9SZotPaDzyn17WA/ti+vazQI6DQsh3OgppXkEFnnkFTD6JbF aHMtbUM9u4jnQxv6Yw2cL9di3+FF13gCpNL58qBPFussVpUHhw69NZ9lU19NHdnrXXLM 7zk0Q8jQDezcc6AhjGSnQRkfNw0+zwjsRuNnpFq7sTVgW0eUewpOiMH26Kns1AvbUgbw X/Ow== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=hN2uOohe+qLwBnRNwau8FHhgirh3tyPSFJBQ5Cv5vIY=; b=1GTeaDZSoRCYpcBfw+26R8IZAg9GcPXIGed6qAAEpb3GAnNQcerxb0CQLuktu6FeUf hqF1b848/FpSP+CIMTOAlz5OHubAMUfPwiQyq1G8X194pm2F7EP8+Vm1joOT51DuVr7e Byct6Fz0oj/k2f10uqmGvsWpgyVvsnD83ZU3UGUBWrhoEel8ZNIeJI1fEW4Jb1c2t76B 6yOxL7hCt9avHxvKBnDD9xzBnSJj46WEUmA2eJUzICDtziqiFmTN3aIAt2ANdR+ZclS1 0VP77ewHIZIho2hVKEG6uMBY8D8CP2NRQzgEIQG0JpYskO7QP/NsIhUTjVBv9D3rmDsU VUlw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="J5qG0L/n"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id fl2si10238652ejc.666.2021.03.22.05.39.16; Mon, 22 Mar 2021 05:39:38 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="J5qG0L/n"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231665AbhCVMiX (ORCPT + 99 others); Mon, 22 Mar 2021 08:38:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:56972 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231620AbhCVMd7 (ORCPT ); Mon, 22 Mar 2021 08:33:59 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 01A0A6199E; Mon, 22 Mar 2021 12:33:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1616416437; bh=afmo/A8+yob/4C0ZzfEoWJmMO3UygnCdCOwKY7fdhug=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=J5qG0L/nsfXMODyWKR0WM8kpsZD41CaZobuMbB/FKv/gxI/rYggWKW2UJFing38xq gX+OGI+mb17lPAA0UKkDPDjy6w7cl+JK2pAkj/t+RkbaxRzkShpObunl3/Y4feAuBM Q9GGvNwm8EXumS5vSDWpxki6Ww4f4dWwH1kYa0to= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jan Kratochvil , Oleg Nesterov , Thomas Gleixner Subject: [PATCH 5.11 105/120] x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall() Date: Mon, 22 Mar 2021 13:28:08 +0100 Message-Id: <20210322121933.174837866@linuxfoundation.org> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210322121929.669628946@linuxfoundation.org> References: <20210322121929.669628946@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Oleg Nesterov commit 8c150ba2fb5995c84a7a43848250d444a3329a7d upstream. The comment in get_nr_restart_syscall() says: * The problem is that we can get here when ptrace pokes * syscall-like values into regs even if we're not in a syscall * at all. Yes, but if not in a syscall then the status & (TS_COMPAT|TS_I386_REGS_POKED) check below can't really help: - TS_COMPAT can't be set - TS_I386_REGS_POKED is only set if regs->orig_ax was changed by 32bit debugger; and even in this case get_nr_restart_syscall() is only correct if the tracee is 32bit too. Suppose that a 64bit debugger plays with a 32bit tracee and * Tracee calls sleep(2) // TS_COMPAT is set * User interrupts the tracee by CTRL-C after 1 sec and does "(gdb) call func()" * gdb saves the regs by PTRACE_GETREGS * does PTRACE_SETREGS to set %rip='func' and %orig_rax=-1 * PTRACE_CONT // TS_COMPAT is cleared * func() hits int3. * Debugger catches SIGTRAP. * Restore original regs by PTRACE_SETREGS. * PTRACE_CONT get_nr_restart_syscall() wrongly returns __NR_restart_syscall==219, the tracee calls ia32_sys_call_table[219] == sys_madvise. Add the sticky TS_COMPAT_RESTART flag which survives after return to user mode. It's going to be removed in the next step again by storing the information in the restart block. As a further cleanup it might be possible to remove also TS_I386_REGS_POKED with that. Test-case: $ cvs -d :pserver:anoncvs:anoncvs@sourceware.org:/cvs/systemtap co ptrace-tests $ gcc -o erestartsys-trap-debuggee ptrace-tests/tests/erestartsys-trap-debuggee.c --m32 $ gcc -o erestartsys-trap-debugger ptrace-tests/tests/erestartsys-trap-debugger.c -lutil $ ./erestartsys-trap-debugger Unexpected: retval 1, errno 22 erestartsys-trap-debugger: ptrace-tests/tests/erestartsys-trap-debugger.c:421 Fixes: 609c19a385c8 ("x86/ptrace: Stop setting TS_COMPAT in ptrace code") Reported-by: Jan Kratochvil Signed-off-by: Oleg Nesterov Signed-off-by: Thomas Gleixner Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/20210201174709.GA17895@redhat.com Signed-off-by: Greg Kroah-Hartman --- arch/x86/include/asm/thread_info.h | 14 +++++++++++++- arch/x86/kernel/signal.c | 24 +----------------------- 2 files changed, 14 insertions(+), 24 deletions(-) --- a/arch/x86/include/asm/thread_info.h +++ b/arch/x86/include/asm/thread_info.h @@ -214,10 +214,22 @@ static inline int arch_within_stack_fram */ #define TS_COMPAT 0x0002 /* 32bit syscall active (64BIT)*/ +#ifndef __ASSEMBLY__ #ifdef CONFIG_COMPAT #define TS_I386_REGS_POKED 0x0004 /* regs poked by 32-bit ptracer */ +#define TS_COMPAT_RESTART 0x0008 + +#define arch_set_restart_data arch_set_restart_data + +static inline void arch_set_restart_data(struct restart_block *restart) +{ + struct thread_info *ti = current_thread_info(); + if (ti->status & TS_COMPAT) + ti->status |= TS_COMPAT_RESTART; + else + ti->status &= ~TS_COMPAT_RESTART; +} #endif -#ifndef __ASSEMBLY__ #ifdef CONFIG_X86_32 #define in_ia32_syscall() true --- a/arch/x86/kernel/signal.c +++ b/arch/x86/kernel/signal.c @@ -766,30 +766,8 @@ handle_signal(struct ksignal *ksig, stru static inline unsigned long get_nr_restart_syscall(const struct pt_regs *regs) { - /* - * This function is fundamentally broken as currently - * implemented. - * - * The idea is that we want to trigger a call to the - * restart_block() syscall and that we want in_ia32_syscall(), - * in_x32_syscall(), etc. to match whatever they were in the - * syscall being restarted. We assume that the syscall - * instruction at (regs->ip - 2) matches whatever syscall - * instruction we used to enter in the first place. - * - * The problem is that we can get here when ptrace pokes - * syscall-like values into regs even if we're not in a syscall - * at all. - * - * For now, we maintain historical behavior and guess based on - * stored state. We could do better by saving the actual - * syscall arch in restart_block or (with caveats on x32) by - * checking if regs->ip points to 'int $0x80'. The current - * behavior is incorrect if a tracer has a different bitness - * than the tracee. - */ #ifdef CONFIG_IA32_EMULATION - if (current_thread_info()->status & (TS_COMPAT|TS_I386_REGS_POKED)) + if (current_thread_info()->status & TS_COMPAT_RESTART) return __NR_ia32_restart_syscall; #endif #ifdef CONFIG_X86_X32_ABI