From patchwork Sat Dec 16 03:26:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kent Overstreet X-Patchwork-Id: 13495377 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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id A1087C4332F for ; Sat, 16 Dec 2023 03:27:09 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 3B0A36B04F6; Fri, 15 Dec 2023 22:27:09 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 33E436B04F9; Fri, 15 Dec 2023 22:27:09 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 0EEE36B04FB; Fri, 15 Dec 2023 22:27:09 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0011.hostedemail.com [216.40.44.11]) by kanga.kvack.org (Postfix) with ESMTP id ECF256B04F6 for ; Fri, 15 Dec 2023 22:27:08 -0500 (EST) Received: from smtpin25.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay03.hostedemail.com (Postfix) with ESMTP id BD779A05B2 for ; Sat, 16 Dec 2023 03:27:08 +0000 (UTC) X-FDA: 81571245336.25.8AAA1DA Received: from out-187.mta0.migadu.com (out-187.mta0.migadu.com [91.218.175.187]) by imf05.hostedemail.com (Postfix) with ESMTP id 186CF100015 for ; Sat, 16 Dec 2023 03:27:06 +0000 (UTC) Authentication-Results: imf05.hostedemail.com; dkim=pass header.d=linux.dev header.s=key1 header.b=up1ib+SV; spf=pass (imf05.hostedemail.com: domain of kent.overstreet@linux.dev designates 91.218.175.187 as permitted sender) smtp.mailfrom=kent.overstreet@linux.dev; dmarc=pass (policy=none) header.from=linux.dev ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1702697227; a=rsa-sha256; cv=none; b=x5wMCxHj24+aj5moEHwuOY9aVesWfYwemJ4ObzEh1MDV8i9h18tXLZhf8+adJpoXN2BbTp sG3n78I8emp3S4Q9JYauljlOSqgZpKfR95pxailUG9J6/K9HiK/5layt5sXzIIxPOWmQdb 9SqSXJbYq04Z0OxJxsxiiYz5xco/D/Q= ARC-Authentication-Results: i=1; imf05.hostedemail.com; dkim=pass header.d=linux.dev header.s=key1 header.b=up1ib+SV; spf=pass (imf05.hostedemail.com: domain of kent.overstreet@linux.dev designates 91.218.175.187 as permitted sender) smtp.mailfrom=kent.overstreet@linux.dev; dmarc=pass (policy=none) header.from=linux.dev ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1702697227; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=+Zwt6cEz94Tvha2iFlfdO0VycCniggIMuLqZgtvPOAE=; b=GV8DDk38VnEZBGJv/mHo8s4M0lmfS1VM5GN2y/oUop90lv377hR4BrL8ev3G7MUzy8vDlN pDdCxbOT+T1l8iTI3xWnLEKjSo8gpazqIxYWXI+FMM54ASeGLuLRZ3WrfdBvg/bplgol0n 53acesVXVGM4JRC/egRMyfme6EERKb4= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1702697225; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+Zwt6cEz94Tvha2iFlfdO0VycCniggIMuLqZgtvPOAE=; b=up1ib+SVIj6lwWvIF/lfxUeLm5s0Rjmj6+0NWpwR3ynTX164ZbEM30SjhTePskf+DoGhxC 2TfdnK+dBZiduWXPVEqOaaSQmY36LM3kkY1q7rVSGHjMdW9UawKyPYuM/QZ/eyRlfjzvoE mFjqIWawpfnhrayBjF6BKnHh7qM0BkM= From: Kent Overstreet To: linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org Cc: Kent Overstreet , tglx@linutronix.de, x86@kernel.org, tj@kernel.org, peterz@infradead.org, mathieu.desnoyers@efficios.com, paulmck@kernel.org, keescook@chromium.org, dave.hansen@linux.intel.com, mingo@redhat.com, will@kernel.org, longman@redhat.com, boqun.feng@gmail.com, brauner@kernel.org Subject: [PATCH 13/50] timekeeping: Kill percpu.h dependency Date: Fri, 15 Dec 2023 22:26:12 -0500 Message-ID: <20231216032651.3553101-3-kent.overstreet@linux.dev> In-Reply-To: <20231216032651.3553101-1-kent.overstreet@linux.dev> References: <20231216024834.3510073-1-kent.overstreet@linux.dev> <20231216032651.3553101-1-kent.overstreet@linux.dev> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-Rspamd-Server: rspam08 X-Rspamd-Queue-Id: 186CF100015 X-Stat-Signature: ho8xz7kwj8mmp9akzbib5n5hq1wf1ae5 X-Rspam-User: X-HE-Tag: 1702697226-45587 X-HE-Meta: U2FsdGVkX1+xUAvYb+PO9QzHoCh1Nt/MHgiUk/anrDIDIXW1BYy7ldx3WlbPUXrZzMQ5a8BOl3E6oX4fBNRXDifVPcCzu+GeIkdvMBSaWGkwQ9RFsEqCAg4AVId3ZvEjv1rTNfU5FbFAH4tXMvo6XUIp6XsjcCpeqtVtPR3OFUXyfmXoO7M2mGv+P04AYcjo0ra+D+feDA+82x5614Vi/ecsc+X1l9kMVTsjPAA43++6LZoEYM9Lkju4ibLEkajI+R4PcFL+6R1IM42gK51QqSmVpC1Hw7QAE6Pl17txc6MsvJ1u8wb5tLGUyj6zMrrvKzeKYO4VkTkbU/gkKBDfEC0e6BAym35OZDYjoeM/01j3rADnPXKUVdmCeaSko2g9I4W44i030cv5j5ntrvsHZrESPFqUeNvxuPRVxiH6NupQXVwpKDiU3vY1KFmA156T0GeJzZPklJh6UytaaUGy29RFs/GtI3z8D0wtrqpyIUbUYXJzFywIgGNMZDF3+PhRYNN4MxIDLRcs4icRgKpI04+K9waApMIrRelzdhwDvGLNKeKNh/JS+BXSl2pI3kk9WDs1lVq624yvPNpvu1uIiv/XlXNo+qoW2dsTBIXq9OURlBmI1ZJQMN2+gh5Wj4Ux2lQcirz/4f387F7EXAcCN7IvlWO8PAvsKT1IL0gwpAiwoEy1+9NXZIdJgTIT9mbd/4uFW275k9bkpfjmFpzqokCzVcFO+XtB5gB9zGzIo5n+DVy5L8x6JzKBqe9q5I7oMH8zhpLD9FHnJAI79fhwnyHwVcaJQg03KftU6DrSychlsV16pBmNzAtLvWTOKQ0jlSU45kktvB5lFDi1IsBb7kckgc8uFGdJcg3v2LNqEJLE7IkDbDYzY9j96HXmBDPskNf0oV/r3F/tAYPTnbb7OxvstHH1uOCukjwAgBco5nLa5HlJDjKYKvsNkxYMJTU8avA0NtBZ0+ZtMi1kzyR rqJIqoYs SXfavb5tUW7B55QgPcQixJiCYxXIQls8QRcIkb1dTyLgh47oIGodVD9DbNBJtcMGa/Ood3ssogL7xQ9IgBZ24+CsV/SmtGInm76pbY6Ab4fygZwqNNJubv/UHqXlZz7iozaye9LoavtkntfvnQNswcwlEKA== X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: List-Subscribe: List-Unsubscribe: Slimming down recursive header includes. Signed-off-by: Kent Overstreet Cc: Thomas Gleixner --- include/linux/hrtimer.h | 2 +- include/linux/time_namespace.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index f2044d5a652b..02d264ca9dce 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/include/linux/time_namespace.h b/include/linux/time_namespace.h index 5258d81cef17..876e31b4461d 100644 --- a/include/linux/time_namespace.h +++ b/include/linux/time_namespace.h @@ -12,6 +12,8 @@ struct user_namespace; extern struct user_namespace init_user_ns; +struct vm_area_struct; + struct timens_offsets { struct timespec64 monotonic; struct timespec64 boottime;