Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp638406pxv; Thu, 15 Jul 2021 12:09:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyoUoy33cXpEiMh2AKD3P3X3dUkhZCE0edGP2fo7F9gGBSYD27oFsO5NKvbj/wswko5miDu X-Received: by 2002:a17:906:70b:: with SMTP id y11mr7165213ejb.328.1626376183283; Thu, 15 Jul 2021 12:09:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626376183; cv=none; d=google.com; s=arc-20160816; b=CLnOnT0m2W7LZZFLwPxwRxRO/Je7Xh/mJQjLEYigMc3O0u2uF1dNIw5/ZTUzpqYlnu qtERGXSG1BEP+lLnryb8nSTjqTxiqK6fmbkX9Cv/4FrPSfgX0IjEhaDMQxYSCB+OQ2Zs ZvG5o8p52kTmUGDK1l+L2jRkaViFNWWMrBUF90z2fdO9m/7VqEaCx6eeOoLQOSEAyFn2 X1DJv6Ui/6U229UqQ9vsvuiJ6VQLFtk0GiomaEpRvCJvB7o1L4vBu92xnL4MJVGrUC/L hSa6fa+ZomRJ5D9s/JEPXk+S3Oiz2F0CHPWDa5H5PFepL/ZuVh6Kb9iYO8x8jFkAQmez KUqg== 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=3otlxxyA9q+wJshAXJqb8c4bmmT+r0/fc6NA6VjjLUw=; b=itmd/cXlBdleiWJTGaZFYdHGYBRQPoA51GLhnHGbKkYDhqIrcruYzn68LZwDQEI1Lk FLEYfjN4Mv8OhEaYlAqUqtyBQIj0qdq0g6vTrC70ElGCd0X8reRnVzvfKppQPq4w6ZhY W06ahQSdhxE01ovuu89Mk6BKmaSaQdwprJ9eccHWz8XPe7m+sKyrsZNSjG7nRj5K/dDy xp3ZXnsxh0p/Shq9XULtzCP1fq7bc5YbUIi6TQVEUezwzWqJh/s0kBrRQvcQwJhuv0r/ NFjOLNYCvmTYCv8nv0iNZ171CFIyk25O1NN18Jl75gOVUGBdI9TphFSzPokPIFR4IOl3 HteQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=rLe0nQid; 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 x21si5963445edd.546.2021.07.15.12.09.18; Thu, 15 Jul 2021 12:09:43 -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=rLe0nQid; 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 S242096AbhGOTHS (ORCPT + 99 others); Thu, 15 Jul 2021 15:07:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:34066 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231933AbhGOS5D (ORCPT ); Thu, 15 Jul 2021 14:57:03 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 08A83613D6; Thu, 15 Jul 2021 18:54:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626375249; bh=iiwu6uUKvyYli5PVfLw3WWN1Oaeo1gZ/niOnYIkNBVM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rLe0nQid//YpoYvHhTEhjtOc0GKRiXELlIvoTkMMMRdqotIXX6N1OxKftkHEA0JOM GrH6UgFWWZEJy0YV0gXNY8+yND4eFjPTO4tOeEU7mwUpMt33PXG90l3/SthRgFi6Rc 50vjpwa8nsHqZChE3utxORqiI90MwudPQDIzpREA= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Ingo Molnar , Joel Fernandes , Paul Burton , "Steven Rostedt (VMware)" Subject: [PATCH 5.10 191/215] tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULT Date: Thu, 15 Jul 2021 20:39:23 +0200 Message-Id: <20210715182632.924136252@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210715182558.381078833@linuxfoundation.org> References: <20210715182558.381078833@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: Paul Burton commit 4030a6e6a6a4a42ff8c18414c9e0c93e24cc70b8 upstream. Currently tgid_map is sized at PID_MAX_DEFAULT entries, which means that on systems where pid_max is configured higher than PID_MAX_DEFAULT the ftrace record-tgid option doesn't work so well. Any tasks with PIDs higher than PID_MAX_DEFAULT are simply not recorded in tgid_map, and don't show up in the saved_tgids file. In particular since systemd v243 & above configure pid_max to its highest possible 1<<22 value by default on 64 bit systems this renders the record-tgids option of little use. Increase the size of tgid_map to the configured pid_max instead, allowing it to cover the full range of PIDs up to the maximum value of PID_MAX_LIMIT if the system is configured that way. On 64 bit systems with pid_max == PID_MAX_LIMIT this will increase the size of tgid_map from 256KiB to 16MiB. Whilst this 64x increase in memory overhead sounds significant 64 bit systems are presumably best placed to accommodate it, and since tgid_map is only allocated when the record-tgid option is actually used presumably the user would rather it spends sufficient memory to actually record the tgids they expect. The size of tgid_map could also increase for CONFIG_BASE_SMALL=y configurations, but these seem unlikely to be systems upon which people are both configuring a large pid_max and running ftrace with record-tgid anyway. Of note is that we only allocate tgid_map once, the first time that the record-tgid option is enabled. Therefore its size is only set once, to the value of pid_max at the time the record-tgid option is first enabled. If a user increases pid_max after that point, the saved_tgids file will not contain entries for any tasks with pids beyond the earlier value of pid_max. Link: https://lkml.kernel.org/r/20210701172407.889626-2-paulburton@google.com Fixes: d914ba37d714 ("tracing: Add support for recording tgid of tasks") Cc: Ingo Molnar Cc: Joel Fernandes Cc: Signed-off-by: Paul Burton [ Fixed comment coding style ] Signed-off-by: Steven Rostedt (VMware) Signed-off-by: Greg Kroah-Hartman --- kernel/trace/trace.c | 63 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 47 insertions(+), 16 deletions(-) --- a/kernel/trace/trace.c +++ b/kernel/trace/trace.c @@ -2181,8 +2181,15 @@ void tracing_reset_all_online_cpus(void) } } +/* + * The tgid_map array maps from pid to tgid; i.e. the value stored at index i + * is the tgid last observed corresponding to pid=i. + */ static int *tgid_map; +/* The maximum valid index into tgid_map. */ +static size_t tgid_map_max; + #define SAVED_CMDLINES_DEFAULT 128 #define NO_CMDLINE_MAP UINT_MAX static arch_spinlock_t trace_cmdline_lock = __ARCH_SPIN_LOCK_UNLOCKED; @@ -2455,24 +2462,41 @@ void trace_find_cmdline(int pid, char co preempt_enable(); } +static int *trace_find_tgid_ptr(int pid) +{ + /* + * Pairs with the smp_store_release in set_tracer_flag() to ensure that + * if we observe a non-NULL tgid_map then we also observe the correct + * tgid_map_max. + */ + int *map = smp_load_acquire(&tgid_map); + + if (unlikely(!map || pid > tgid_map_max)) + return NULL; + + return &map[pid]; +} + int trace_find_tgid(int pid) { - if (unlikely(!tgid_map || !pid || pid > PID_MAX_DEFAULT)) - return 0; + int *ptr = trace_find_tgid_ptr(pid); - return tgid_map[pid]; + return ptr ? *ptr : 0; } static int trace_save_tgid(struct task_struct *tsk) { + int *ptr; + /* treat recording of idle task as a success */ if (!tsk->pid) return 1; - if (unlikely(!tgid_map || tsk->pid > PID_MAX_DEFAULT)) + ptr = trace_find_tgid_ptr(tsk->pid); + if (!ptr) return 0; - tgid_map[tsk->pid] = tsk->tgid; + *ptr = tsk->tgid; return 1; } @@ -4847,6 +4871,8 @@ int trace_keep_overwrite(struct tracer * int set_tracer_flag(struct trace_array *tr, unsigned int mask, int enabled) { + int *map; + if ((mask == TRACE_ITER_RECORD_TGID) || (mask == TRACE_ITER_RECORD_CMD)) lockdep_assert_held(&event_mutex); @@ -4869,10 +4895,19 @@ int set_tracer_flag(struct trace_array * trace_event_enable_cmd_record(enabled); if (mask == TRACE_ITER_RECORD_TGID) { - if (!tgid_map) - tgid_map = kvcalloc(PID_MAX_DEFAULT + 1, - sizeof(*tgid_map), - GFP_KERNEL); + if (!tgid_map) { + tgid_map_max = pid_max; + map = kvcalloc(tgid_map_max + 1, sizeof(*tgid_map), + GFP_KERNEL); + + /* + * Pairs with smp_load_acquire() in + * trace_find_tgid_ptr() to ensure that if it observes + * the tgid_map we just allocated then it also observes + * the corresponding tgid_map_max value. + */ + smp_store_release(&tgid_map, map); + } if (!tgid_map) { tr->trace_flags &= ~TRACE_ITER_RECORD_TGID; return -ENOMEM; @@ -5286,18 +5321,14 @@ static void *saved_tgids_next(struct seq { int pid = ++(*pos); - if (pid > PID_MAX_DEFAULT) - return NULL; - - return &tgid_map[pid]; + return trace_find_tgid_ptr(pid); } static void *saved_tgids_start(struct seq_file *m, loff_t *pos) { - if (!tgid_map || *pos > PID_MAX_DEFAULT) - return NULL; + int pid = *pos; - return &tgid_map[*pos]; + return trace_find_tgid_ptr(pid); } static void saved_tgids_stop(struct seq_file *m, void *v)