From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-180.mta0.migadu.com (out-180.mta0.migadu.com [91.218.175.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 300E52D949E for ; Wed, 1 Oct 2025 09:11:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.180 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759309903; cv=none; b=EPtESFz3nWhFZUJDhPPxRZEjed6vjenvNfzJ8l30Du6zhEGbJ33dXgl5XJ4sNsE0MWdgpVVSNcFOtL3332Ra1fbB0G+zWwMIiuznq0EAZoUv1MBY71kzwbzYfevu3hkOhP40bVsvW6K6KUk8PkpMDcmADtJ9TTrp5kR2m00lvPA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759309903; c=relaxed/simple; bh=lz6JwS8s1QuPr6hF0LbxkBtxrpBZy5F0WeiYsXNwOOs=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=Y2DzN28WIfylW7w3hqaGjJC0x+25uVZG+GxGO5s5zkp0cB+A7Ch36O7U9Rl6SZw81n+xp0KQ2jPZCPpz9d7zJhPOdNuFlR793dpQKPqcK3Az4Up9sARyv6T+czWn/CgwGGV8LeXL7bShKIU50w7NY6RWe0GjKU2JHaErexu2g6M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=f6TJ5RTE; arc=none smtp.client-ip=91.218.175.180 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="f6TJ5RTE" Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1759309889; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lz6JwS8s1QuPr6hF0LbxkBtxrpBZy5F0WeiYsXNwOOs=; b=f6TJ5RTEZEjsLqm3Q5Xrw91rbTDvGOODuG0nI1pGAGx3P2laUc92BAmIlc2e5p9YUSbjK0 ur7efzl/DYOpjBMk9pZqL8hzy6c42qhgJXxPdEIWwA1KLbMnwlGT9MjTcZ5IWpVayXbri9 Sxw4WDAdfd5bpLZPl/8favIYrqSSAsI= Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.700.81\)) Subject: Re: [PATCH v2] tracing/osnoise: Replace kmalloc + copy_from_user with memdup_user X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum In-Reply-To: <20250930190932.26b49afe@gandalf.local.home> Date: Wed, 1 Oct 2025 11:11:16 +0200 Cc: Masami Hiramatsu , Mathieu Desnoyers , linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Message-Id: <1ED366BF-BAF8-4140-B260-B2A40B5E5996@linux.dev> References: <20250925211736.81737-1-thorsten.blum@linux.dev> <20250930172841.63dc86b5@gandalf.local.home> <76B6CC10-1C0A-42D0-83E8-8CA8A7790BF0@linux.dev> <20250930190932.26b49afe@gandalf.local.home> To: Steven Rostedt X-Migadu-Flow: FLOW_OUT On 1. Oct 2025, at 01:09, Steven Rostedt wrote: > Thanks, you can base it off of my for-next branch. I think your for-next branch[1] doesn't include the fix a2501032de0d ("tracing/osnoise: Fix slab-out-of-bounds in _parse_integer_limit()") yet, does it? My patch would need to be applied on top of that. Thanks, Thorsten [1] = https://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git/log/= ?h=3Dfor-next