Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp3702487pxf; Mon, 22 Mar 2021 12:51:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyacO1Vn5kwUi6t4md9pKcVeTJ/N+5OBr2IiIExCcnYgDySein9IgT5RhBWMEQZhRivfctE X-Received: by 2002:a17:906:8593:: with SMTP id v19mr1448962ejx.32.1616442695688; Mon, 22 Mar 2021 12:51:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616442695; cv=none; d=google.com; s=arc-20160816; b=E+BplCI/R+7XuyzdRgD9hymFTdcZuOWV1WZup7nkuaC1UejqcIHQP3foxosQFh/tZe Xa/XlKbV3S8iQtWVG85c/j9ymp/Zxe1r3zVYwhblCd6qZwYMZpypZ6cqm8ivLbtSfd9S 8ljF9lJyZwuGbr7Lrfi2o/Psrr206H8s57SBTpKVR8UMqZGtGo4EFZC1aCIc65TFk0Lo pNUQOi0LdSacVIpOHwo3YGsIVWk1ItIZqTZD47DvsylQ8CoQMazLJMnrF/XQdNgOlqQ3 MAKUbKaO5NsKI7Tl12BSHSkBqP+CJM+1trpr2A0SqUhVFiBZcFn3fsaYgTk3iLj4icqw 8g1Q== 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=as+OU/zyyrd6Us0OLNJb46AJXWE6TdX5Xm66vFuMYTM=; b=pLsCSzkJ6A+NPYsKGGZnfobAcoRWIrtHyeiYTBhieejL+l+cYi7qb3dwGl8wvCqyKk 83ZVDKO92CPz513XFgXxri1aqKslru+DZgZbEI+bpEdpRbBqho55b2vjeSOxB5C3pQxA mvJ/xd5flrV2OZH+MP9MpTN5xH7h+YAmJG8sEeLDDIBze92P6q1xxm+qGP0i9aLVDZ72 qp46kJjPZdeglSZfwvyWtQEGnIKYyMXEDIu0poRTJaXtVW2Wgh6pelndbkm4t63yNjAB pzEe+bfJTNqpzSGtVBzC4a7tH0u70u77LlnpaAkUTekq6OcEg2MN/WPM04cg0A7SI4hO hy8A== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Zcq6s14e; 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 a8si11792619ejt.44.2021.03.22.12.51.11; Mon, 22 Mar 2021 12:51:35 -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=Zcq6s14e; 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 S231898AbhCVM76 (ORCPT + 99 others); Mon, 22 Mar 2021 08:59:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:40948 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232536AbhCVMrw (ORCPT ); Mon, 22 Mar 2021 08:47:52 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4F9EB619C7; Mon, 22 Mar 2021 12:43:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1616417013; bh=7TYWO2DYYGkdCZLiL/HtUWeNph0Fcnic+INA869WmSQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Zcq6s14e6KStECSysA1cOIYDuvrYJYq7X9yc7tvIiwk8sJ6GakKaU2gCRblGGB5Ya jWXHGu/YDV0vwcnlHX1W++FlWPoN0BqoXbTPZMHmEK5WTcs+SnHYiFmw39xxoUzPY1 fipq0TApxWhqnIVGqmlSMKKbZjG2cI6SPKTfmZGg= 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.4 53/60] x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall() Date: Mon, 22 Mar 2021 13:28:41 +0100 Message-Id: <20210322121924.132178818@linuxfoundation.org> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210322121922.372583154@linuxfoundation.org> References: <20210322121922.372583154@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 @@ -230,10 +230,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 @@ -770,30 +770,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