From mboxrd@z Thu Jan 1 00:00:00 1970 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 2076FC433F5 for ; Mon, 23 May 2022 19:32:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230405AbiEWTcG (ORCPT ); Mon, 23 May 2022 15:32:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41028 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232174AbiEWTbn (ORCPT ); Mon, 23 May 2022 15:31:43 -0400 Received: from mail-pl1-x633.google.com (mail-pl1-x633.google.com [IPv6:2607:f8b0:4864:20::633]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C46B1A35B1 for ; Mon, 23 May 2022 12:15:03 -0700 (PDT) Received: by mail-pl1-x633.google.com with SMTP id q18so13938645pln.12 for ; Mon, 23 May 2022 12:15:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:mime-version:content-disposition; bh=cjRWuQZ93kuxRw6yGmaFXUYJuxX5iPSMUJJ9xKa/vYo=; b=JVK82Ctnwdwz61WxUTfwDOYI3ZVFigTNJQ8LlEDBLTt3cACXrmOKg/qoijzXyli87x 9T4uBrM2lRmzwV1gec1ZMSjGViC1ioL6nlMnXMuEyPvbcpQ3S+7iHsFIXS1GCsuXMKMK +K93KzpF3ygjm1GQFC1xq7pCJxv+KKVCzJaSY= 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:mime-version :content-disposition; bh=cjRWuQZ93kuxRw6yGmaFXUYJuxX5iPSMUJJ9xKa/vYo=; b=oXB3Bd6aTJBCgkIZ0gWyhOwBtB7gBiVpOggzbZqyAn/s2/3/bdRkBzSo61UuPCBy7R fwp3Hv8L9v6bmHU6V4f/lVsryujTNpJqEc729eXVu2RCosE5H00nYt+eTLv5z0yicBqc +Ci52CmbK0GFs8yR+I82GD34z0wBazFFhMlaufACcFcFIk+Zo4dum015WTIz7vDNbK8b NMDkFJg9Zn9WQSlC+hgtNaSZjWha5mMTkS3AObJFL0TUkfgylbL7msFzDDl/+PrJG3u7 O10UQam81qAJeLsVX1k6ZWwl0rO3DlVr3/4t1jHPK5feFbA4HZUUKkPfa7IkoHij50hc 79Jg== X-Gm-Message-State: AOAM5308RNYr/CbmFbTGUF1hHnHRlKx6RUDNb0fyMN2jnVr2T6LAAwi/ lSoYhhHTCpOEhQDqnPTpF1Et0Q== X-Google-Smtp-Source: ABdhPJxzOIkdif6JjqjzG4OZ0myjpLUV6IyYJXeSyqcSbsVInXtmky5R6N/yKD6TWbhHqlyDcFWirw== X-Received: by 2002:a17:902:e989:b0:15f:1545:326d with SMTP id f9-20020a170902e98900b0015f1545326dmr24252520plb.119.1653333302974; Mon, 23 May 2022 12:15:02 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id n6-20020a17090a928600b001df82551cf2sm39174pjo.44.2022.05.23.12.15.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 May 2022 12:15:02 -0700 (PDT) Date: Mon, 23 May 2022 12:15:01 -0700 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Christian Brauner , Colin Ian King , David Yang , Jann Horn , Kees Cook , linux-kselftest@vger.kernel.org, Sargun Dhillon , Shuah Khan , Tycho Andersen , Yang Guang Subject: [GIT PULL] seccomp updates for v5.19-rc1 Message-ID: <202205231214.ED9D18F@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull these seccomp updates for v5.19-rc1. Thanks! -Kees The following changes since commit 2bfed7d2ffa5d86c462d3e2067f2832eaf8c04c7: selftests/seccomp: Don't call read() on TTY from background pgrp (2022-04-29 11:28:41 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-v5.19-rc1 for you to fetch changes up to 5e91d2a4146946ea0abc984ca957f12b70632901: selftests/seccomp: Fix spelling mistake "Coud" -> "Could" (2022-05-04 13:31:21 -0700) ---------------------------------------------------------------- seccomp updates for v5.19-rc1 - Rework USER_NOTIF notification ordering and kill logic (Sargun Dhillon) - Improved PTRACE_O_SUSPEND_SECCOMP selftest (Jann Horn) - Gracefully handle failed unshare() in selftests (Yang Guang) - Spelling fix (Colin Ian King) ---------------------------------------------------------------- Colin Ian King (1): selftests/seccomp: Fix spelling mistake "Coud" -> "Could" Jann Horn (1): selftests/seccomp: Test PTRACE_O_SUSPEND_SECCOMP without CAP_SYS_ADMIN Sargun Dhillon (5): seccomp: Use FIFO semantics to order notifications selftests/seccomp: Ensure that notifications come in FIFO order seccomp: Add wait_killable semantic to seccomp user notifier selftests/seccomp: Refactor get_proc_stat to split out file reading code selftests/seccomp: Add test for wait killable notifier Yang Guang (1): selftests/seccomp: Add SKIP for failed unshare() Documentation/userspace-api/seccomp_filter.rst | 10 + include/linux/seccomp.h | 3 +- include/uapi/linux/seccomp.h | 2 + kernel/seccomp.c | 44 ++- tools/testing/selftests/seccomp/Makefile | 1 + tools/testing/selftests/seccomp/seccomp_bpf.c | 427 ++++++++++++++++++++++++- 6 files changed, 482 insertions(+), 5 deletions(-) -- Kees Cook