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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 91C83C43217 for ; Thu, 18 Nov 2021 23:54:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7985461028 for ; Thu, 18 Nov 2021 23:54:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233493AbhKRX5H (ORCPT ); Thu, 18 Nov 2021 18:57:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229830AbhKRX5F (ORCPT ); Thu, 18 Nov 2021 18:57:05 -0500 Received: from mail-pj1-x1030.google.com (mail-pj1-x1030.google.com [IPv6:2607:f8b0:4864:20::1030]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D10FC06173E for ; Thu, 18 Nov 2021 15:54:04 -0800 (PST) Received: by mail-pj1-x1030.google.com with SMTP id p18-20020a17090ad31200b001a78bb52876so9598724pju.3 for ; Thu, 18 Nov 2021 15:54:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=ZwKIUkuJyjkmpEJDiI3rT9nP/nucv2Qu5EAF8Rqqq1Y=; b=OW9EyW0SubYptcTcH8YTlAZhwhx7VV+j/MXj1IWjlOW5gggelRVD5LRYztbJILHNzm wt1K6z1RA63WRiXeqZSKgAHpP7qh+wtt71uzl7NwsCIaYoR7q+16LGjjH6c9g6z98vTz O4QWbC3INNPqKnKpRMY8bxzIfCJAGs0v+kymg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ZwKIUkuJyjkmpEJDiI3rT9nP/nucv2Qu5EAF8Rqqq1Y=; b=Wo6KnFWJzben8aQv8VW13pHUGLoglP6OxU278hzSf6Kt83J5n1tTVFICOwhU5Ywzd/ iAvC7cvLEoJd3hm4v8A/WNwNkfTEY9WAdy7RtZCZmTxcZ9nvKAFg7Lasdz3tZC9lKjxp wW/2utpSwZ5wbIxe99LvN/2i2LIFc/mVEKpEvpkdDc29hCdGrJR1bl9G1BzAsGvwVeO8 t3lHmYNHpT4O7LWhNm1Yc3LYUPCctx7tJa8a9UQJTQ5CshG8PkDFgDMc7m63zBM15eC5 rScmEzm4T5x+1y8tguR6hWM24S1HzgFDs2CGuy2V9iUBnTqwzZ67Gw6ql5Vr6KokfTUO UTPA== X-Gm-Message-State: AOAM533yXImbSdaM+eAdCLlANy0toZQlhftLLM/fhZGMYKh84rNtGMTj 9UWCqY501GMI0FnWe8CSdMUTKQ== X-Google-Smtp-Source: ABdhPJw1GONVXR9tdAKLV4BSBsXTfKktrcP8bxkeM65wyKeGr7Hy1J63j+5TgFCl+lgpqdq8i4nL+Q== X-Received: by 2002:a17:903:18b:b0:142:12ba:8513 with SMTP id z11-20020a170903018b00b0014212ba8513mr69977904plg.69.1637279643706; Thu, 18 Nov 2021 15:54:03 -0800 (PST) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id mg17sm602086pjb.17.2021.11.18.15.54.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Nov 2021 15:54:03 -0800 (PST) Date: Thu, 18 Nov 2021 15:54:02 -0800 From: Kees Cook To: "Eric W. Biederman" Cc: linux-kernel@vger.kernel.org, Kyle Huey , Linus Torvalds , Andrea Righi , Shuah Khan , Alexei Starovoitov , Andy Lutomirski , Will Drewry , "open list:KERNEL SELFTEST FRAMEWORK" , bpf , linux-hardening@vger.kernel.org, Robert O'Callahan , Oliver Sang , lkp@lists.01.org, lkp@intel.com Subject: Re: [PATCH 1/2] signal: Don't always set SA_IMMUTABLE for forced signals Message-ID: <202111181553.A4FDEB1@keescook> References: <87k0h6334w.fsf@email.froward.int.ebiederm.org> <202111171341.41053845C3@keescook> <202111171728.D85A4E2571@keescook> <87h7c9qg7p.fsf_-_@email.froward.int.ebiederm.org> <877dd5qfw5.fsf_-_@email.froward.int.ebiederm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <877dd5qfw5.fsf_-_@email.froward.int.ebiederm.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 18, 2021 at 04:04:58PM -0600, Eric W. Biederman wrote: > > Recently to prevent issues with SECCOMP_RET_KILL and similar signals > being changed before they are delivered SA_IMMUTABLE was added. > > Unfortunately this broke debuggers[1][2] which reasonably expect to be > able to trap synchronous SIGTRAP and SIGSEGV even when the target > process is not configured to handle those signals. > > Update force_sig_to_task to support both the case when we can > allow the debugger to intercept and possibly ignore the > signal and the case when it is not safe to let userspace > known about the signal until the process has exited. > > Reported-by: Kyle Huey > Reported-by: kernel test robot > Cc: stable@vger.kernel.org > [1] https://lkml.kernel.org/r/CAP045AoMY4xf8aC_4QU_-j7obuEPYgTcnQQP3Yxk=2X90jtpjw@mail.gmail.com > [2] https://lkml.kernel.org/r/20211117150258.GB5403@xsang-OptiPlex-902 > Fixes: 00b06da29cf9 ("signal: Add SA_IMMUTABLE to ensure forced siganls do not get changed") > Signed-off-by: "Eric W. Biederman" > --- > kernel/signal.c | 23 ++++++++++++++++------- > 1 file changed, 16 insertions(+), 7 deletions(-) > > diff --git a/kernel/signal.c b/kernel/signal.c > index 7c4b7ae714d4..02058c983bd6 100644 > --- a/kernel/signal.c > +++ b/kernel/signal.c > @@ -1298,6 +1298,12 @@ int do_send_sig_info(int sig, struct kernel_siginfo *info, struct task_struct *p > return ret; > } > > +enum sig_handler { > + HANDLER_CURRENT, /* If reachable use the current handler */ > + HANDLER_SIG_DFL, /* Always use SIG_DFL handler semantics */ > + HANDLER_EXIT, /* Only visible as the proces exit code */ Oh, I just noticed this typo "proces" -> "process" -Kees -- Kees Cook