From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="FOaCSrb8" Received: from mail-pl1-x632.google.com (mail-pl1-x632.google.com [IPv6:2607:f8b0:4864:20::632]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A6FF4D79 for ; Fri, 17 Nov 2023 19:33:55 -0800 (PST) Received: by mail-pl1-x632.google.com with SMTP id d9443c01a7336-1cc5b705769so23683985ad.0 for ; Fri, 17 Nov 2023 19:33:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1700278435; x=1700883235; darn=vger.kernel.org; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=dF27M13Q5uIXKU9SuRFjuyiZuatrs8pB1vllLX+2P7M=; b=FOaCSrb8llwD112mZusnkMkAgqb83MPZihaaO3g6rzb+kSoU8PpZxvEoWVw7q1OTU6 /g6WJJ5L7cb12/gacJfSb9lN49TnLWuJWnfzGHIKGYS/wRZH4oziKeEEYXciz4kiveDV UdvwtQAVLQpz6jTn50ujtowZiKtuwbG0g8YRw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700278435; x=1700883235; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=dF27M13Q5uIXKU9SuRFjuyiZuatrs8pB1vllLX+2P7M=; b=mpi/HiyEcCjBeRJJh98TFoJ5FS8rpOV28e713xGiLB5WdwIM1NhR5+/sOwnBO2Ciy9 swFv7sd7pKpt3lzx8XneNVVH1kx2xnxyYVidsseTffv8/T9TbwsrfYjLn2OMjRCP2OYr aJ8s17C2F+aRXPbAfI4o6NxMhyPQvVwJbYA0bNmr09+9jONbj1RygA1foiDdvbjSE1k8 8KL3otHDXe2ma2qGiMUhpQqW+j1NKrfqOrGQ7S6g9snwzzMJZUhnNLdomAsYxTEwpCC9 vrkj3Q2rMcAiTAgIgLVDs02XtRQWtRkxjWfC3Kgprmj+me2m65kqAzJYTu34gqaWeRRw QsPg== X-Gm-Message-State: AOJu0Yz4zZ6mWt6pdwXF4KJewQtlV5GqapYg13ZoBGfcv47iRTdbILFy KWNpNrxikrlW3e2lVueKWJKW6w== X-Google-Smtp-Source: AGHT+IFiVXVkJA1L9nXFiQfIL0/MD9bacMDG55+9sSwrswN9Mzf/813jB6DUKoAwLgRaC0LvRmDoEQ== X-Received: by 2002:a17:902:cec8:b0:1ce:5b21:5c2e with SMTP id d8-20020a170902cec800b001ce5b215c2emr1703535plg.17.1700278435110; Fri, 17 Nov 2023 19:33:55 -0800 (PST) Received: from www.outflux.net (198-0-35-241-static.hfc.comcastbusiness.net. [198.0.35.241]) by smtp.gmail.com with ESMTPSA id h10-20020a170902f7ca00b001c8836a3795sm2052356plw.271.2023.11.17.19.33.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Nov 2023 19:33:54 -0800 (PST) Date: Fri, 17 Nov 2023 19:33:54 -0800 From: Kees Cook To: Steven Rostedt Cc: Greg Kroah-Hartman , Tejun Heo , Zefan Li , Johannes Weiner , Waiman Long , Masami Hiramatsu , cgroups@vger.kernel.org, linux-trace-kernel@vger.kernel.org, Azeem Shaikh , linux-kernel@vger.kernel.org, bpf@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH 3/3] kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy() Message-ID: <202311171933.5792E9FFFE@keescook> References: <20231116191718.work.246-kees@kernel.org> <20231116192127.1558276-3-keescook@chromium.org> <20231117084757.150724ed@rorschach.local.home> Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231117084757.150724ed@rorschach.local.home> On Fri, Nov 17, 2023 at 08:47:57AM -0500, Steven Rostedt wrote: > > kernel/trace/trace_uprobe.c | 2 +- > > trace_uprobe.c seems out of scope for this patch. Oops. Yes, that's in the wrong patch. I will respin the series... -- Kees Cook