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 DFED5C433EF for ; Thu, 9 Dec 2021 22:15:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232323AbhLIWT1 (ORCPT ); Thu, 9 Dec 2021 17:19:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32908 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231592AbhLIWT0 (ORCPT ); Thu, 9 Dec 2021 17:19:26 -0500 Received: from mail-yb1-xb49.google.com (mail-yb1-xb49.google.com [IPv6:2607:f8b0:4864:20::b49]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C432C0617A1 for ; Thu, 9 Dec 2021 14:15:52 -0800 (PST) Received: by mail-yb1-xb49.google.com with SMTP id y17-20020a2586d1000000b005f6596e8760so12980097ybm.17 for ; Thu, 09 Dec 2021 14:15:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:message-id:mime-version:subject:from:to:cc; bh=Ro4VF1L6DuMXIqgc7SY/l1frDimxPn5h+2WPmS0TpF8=; b=ek9haevYSgYRzUgE+093boblArbeQQdLBwxTSMQ1Dhm5hXCxAhVTX6hQIqYlhvtqk/ 9vsu3mLFPk1uIzXI6F6qHXJ1O1OfPVWmdb1I+crZD+DFyF/l0ZazWFfZksSUONoO62GW okMmSRDWTRxwfgpCAZ3Ya2sd9r3Zr91yfDOxmEJrv9hV4aRdDMEkXAdSpiCadvOnZoAO rVKlx9VzXAwcWLBSwCRxREaTiC5cOR/Rxw8AgVt5GdCwULpGxNpfowPA8WLXvClWIebO b/XWQvnFKut0LkUGjeXNn6JgfZn5KE71S21clrePbUxGCxnUiB9KlpAbu0FdOkE9vaOh kXGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:message-id:mime-version:subject:from:to:cc; bh=Ro4VF1L6DuMXIqgc7SY/l1frDimxPn5h+2WPmS0TpF8=; b=s9ao7IKgef/B1O6prWJ4wMUGeLuetAy3ZdutpKmixRUbkwjV5tgseGxmCbFODBW8rS NLY54NvHrC3JxWmZ/1m3uc1IArI35YYAu7HwMsTpOlKa8qWxI5J/TeGssfSz9har5ilF IZDs/abheoO99XLxe9CWclmkX3Rv9A/glmIr1gSnKOxyoo0ZBQIZnBinAtvm5ZJ+PbZ/ EwAfGdeg9tvSr3veQ0LWl7UMTCQv4cz8JScNNyeeS1YDmwsZRtj7aVTIfpkweokdwXIy IQ810V7gOttsZIwZKP98DyjuXrCj2J40RTS1ImMzedFM/24lzc9emyCmlUNY74K1wphJ 7NjQ== X-Gm-Message-State: AOAM533tInimgvDWiA1CLl5TnTFx5IhaEhzZhf9vbJbwSMjdN9N+Qxqi 9Gqk3o6FlhPZKt7uqCGmxHTYmgQ= X-Google-Smtp-Source: ABdhPJw1mvtt1HeUFGRZvKr7GzxpHYrqPUlYehrcbUYyjxjLhARa+WO2zLydbdLicUoi4TEvJfE/DCw= X-Received: from pcc-desktop.svl.corp.google.com ([2620:15c:2ce:200:f233:e324:8aa0:f65c]) (user=pcc job=sendgmr) by 2002:a25:ac06:: with SMTP id w6mr10316772ybi.85.1639088151522; Thu, 09 Dec 2021 14:15:51 -0800 (PST) Date: Thu, 9 Dec 2021 14:15:37 -0800 Message-Id: <20211209221545.2333249-1-pcc@google.com> Mime-Version: 1.0 X-Mailer: git-send-email 2.34.1.173.g76aa8bc2d0-goog Subject: [PATCH v4 0/7] kernel: introduce uaccess logging From: Peter Collingbourne To: Catalin Marinas , Will Deacon , Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Daniel Bristot de Oliveira , Thomas Gleixner , Andy Lutomirski , Kees Cook , Andrew Morton , Masahiro Yamada , Sami Tolvanen , YiFei Zhu , Mark Rutland , Frederic Weisbecker , Viresh Kumar , Andrey Konovalov , Peter Collingbourne , Gabriel Krisman Bertazi , Chris Hyser , Daniel Vetter , Chris Wilson , Arnd Bergmann , Dmitry Vyukov , Christian Brauner , "Eric W. Biederman" , Alexey Gladkov , Ran Xiaokai , David Hildenbrand , Xiaofeng Cao , Cyrill Gorcunov , Thomas Cedeno , Marco Elver , Alexander Potapenko Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Evgenii Stepanov Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series introduces a kernel feature known as uaccess logging, which allows userspace programs to be made aware of the address and size of uaccesses performed by the kernel during the servicing of a syscall. More details on the motivation for and interface to this feature are available in the file Documentation/admin-guide/uaccess-logging.rst added by the final patch in the series. Because we don't have a common kernel entry/exit code path that is used on all architectures, uaccess logging is only implemented for arm64 and architectures that use CONFIG_GENERIC_ENTRY, i.e. x86 and s390. The proposed interface is the result of numerous iterations and prototyping and is based on a proposal by Dmitry Vyukov. The interface preserves the correspondence between uaccess log identity and syscall identity while tolerating incoming asynchronous signals in the interval between setting up the logging and the actual syscall. We considered a number of alternative designs but rejected them for various reasons: - The design from v1 of this patch [1] proposed notifying the kernel of the address and size of the uaccess buffer via a prctl that would also automatically mask and unmask asynchronous signals as needed, but this would require multiple syscalls per "real" syscall, harming performance. - We considered extending the syscall calling convention to designate currently-unused registers to be used to pass the location of the uaccess buffer, but this was rejected for being architecture-specific. - One idea that we considered involved using the stack pointer address as a unique identifier for the syscall, but this currently would need to be arch-specific as we currently do not appear to have an arch-generic way of retrieving the stack pointer; the userspace side would also need some arch-specific code for this to work. It's also possible that a longjmp() past the signal handler would make the stack pointer address not unique enough for this purpose. We also evaluated implementing this on top of the existing tracepoint facility, but concluded that it is not suitable for this purpose: - Tracepoints have a per-task granularity at best, whereas we really want to trace per-syscall. This is so that we can exclude syscalls that should not be traced, such as syscalls that make up part of the sanitizer implementation (to avoid infinite recursion when e.g. printing an error report). - Tracing would need to be synchronous in order to produce useful stack traces. For example this could be achieved using the new SIGTRAP on perf events mechanism. However, this would require logging each access to the stack (in the form of a sigcontext) and this is more likely to overflow the stack due to being much larger than a uaccess buffer entry as well as being unbounded, in contrast to the bounded buffer size passed to prctl(). An approach based on signal handlers is also likely to fall foul of the asynchronous signal issues mentioned previously, together with needing sigreturn to be handled specially (because it copies a sigcontext from userspace) otherwise we could never return from the signal handler. Furthermore, arguments to the trace events are not available to SIGTRAP. (This on its own wouldn't be insurmountable though -- we could add the arguments as fields to siginfo.) - The API in https://www.kernel.org/doc/Documentation/trace/ftrace.txt -- e.g. trace_pipe_raw gives access to the internal ring buffer, but I don't think it's usable because it's per-CPU and not per-task. - Tracepoints can be used by eBPF programs, but eBPF programs may only be loaded as root, among other potential headaches. [1] https://lore.kernel.org/all/20210922061809.736124-1-pcc@google.com/ Peter Collingbourne (7): include: split out uaccess instrumentation into a separate header uaccess-buffer: add core code fs: use copy_from_user_nolog() to copy mount() data uaccess-buffer: add CONFIG_GENERIC_ENTRY support arm64: add support for uaccess logging Documentation: document uaccess logging selftests: test uaccess logging Documentation/admin-guide/index.rst | 1 + Documentation/admin-guide/uaccess-logging.rst | 151 +++++++++++++++++ arch/Kconfig | 14 ++ arch/arm64/Kconfig | 1 + arch/arm64/include/asm/thread_info.h | 7 +- arch/arm64/kernel/ptrace.c | 7 + arch/arm64/kernel/signal.c | 5 + fs/exec.c | 3 + fs/namespace.c | 8 +- include/linux/entry-common.h | 2 + include/linux/instrumented-uaccess.h | 53 ++++++ include/linux/instrumented.h | 34 ---- include/linux/sched.h | 5 + include/linux/thread_info.h | 4 + include/linux/uaccess-buffer-info.h | 46 ++++++ include/linux/uaccess-buffer.h | 152 ++++++++++++++++++ include/linux/uaccess.h | 2 +- include/uapi/linux/prctl.h | 3 + include/uapi/linux/uaccess-buffer.h | 27 ++++ kernel/Makefile | 1 + kernel/bpf/helpers.c | 7 +- kernel/entry/common.c | 14 +- kernel/fork.c | 4 + kernel/signal.c | 9 +- kernel/sys.c | 6 + kernel/uaccess-buffer.c | 145 +++++++++++++++++ lib/iov_iter.c | 2 +- lib/usercopy.c | 2 +- tools/testing/selftests/Makefile | 1 + .../testing/selftests/uaccess_buffer/Makefile | 4 + .../uaccess_buffer/uaccess_buffer_test.c | 126 +++++++++++++++ 31 files changed, 802 insertions(+), 44 deletions(-) create mode 100644 Documentation/admin-guide/uaccess-logging.rst create mode 100644 include/linux/instrumented-uaccess.h create mode 100644 include/linux/uaccess-buffer-info.h create mode 100644 include/linux/uaccess-buffer.h create mode 100644 include/uapi/linux/uaccess-buffer.h create mode 100644 kernel/uaccess-buffer.c create mode 100644 tools/testing/selftests/uaccess_buffer/Makefile create mode 100644 tools/testing/selftests/uaccess_buffer/uaccess_buffer_test.c -- 2.34.1.173.g76aa8bc2d0-goog