From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 B86F7188A3A for ; Fri, 18 Oct 2024 14:28:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729261738; cv=none; b=QwYuObRMd+Isi9ud3WOIesoxuc7qJmGGHNgh4NJr8FP9q2ZzZ5ejrHB6P0IuScpK1C/90bjCdx9RS/eIR41DocXnqMAExe4Lt/0+AL2ev5xDcVZmMMOknU+5/qONzSjpldJeFKaEDgvhxJLUoEweKVEjVGZ3cK5E2a4yP3+k5Xw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729261738; c=relaxed/simple; bh=LndgCE51K2E9OoHpxZ9U7odITg6n1OqdEr/vtmoWxMU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=i+df8vb9sCSzOlFo3UqN8rRh4ArC8167pbpeGftFyrtys9yRsedK3Ep4LKu0oX+MywEqxxMADjmxPylnJJuI2FgS1qeAy0rrF5MZjgAdegWhr0bMZijbmyAOQl/6sjkdwylDQVm0u7K5zn1E+hVtDD8ncyZG5HeasAeyVaI3oBs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=LmjIzevn; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="LmjIzevn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC03DC4CEC3; Fri, 18 Oct 2024 14:28:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1729261738; bh=LndgCE51K2E9OoHpxZ9U7odITg6n1OqdEr/vtmoWxMU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LmjIzevnztoaJT2+OjnGLlEFkV5CNXBBjO4t64jmDf8aKc0ztwGh23Wf+NARIiBR/ zv4iOYQwyAvNqaVVjrwloxMBm/4/7Wb3Ui6iiN6kW9IXphEahd42/74KhS/qvjAAhW LFGtm0+7BwrBVliImmd5dRMGl7YFw5KVu4q2JBLk= Date: Fri, 18 Oct 2024 16:28:55 +0200 From: Greg KH To: He Zhe Cc: stable@vger.kernel.org Subject: Re: [PATCH 5.10] rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow Message-ID: <2024101859-polish-hurry-bd35@gregkh> References: <20241018135428.1422904-1-zhe.he@windriver.com> <20241018135428.1422904-2-zhe.he@windriver.com> Precedence: bulk X-Mailing-List: stable@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: <20241018135428.1422904-2-zhe.he@windriver.com> On Fri, Oct 18, 2024 at 09:54:25PM +0800, He Zhe wrote: > From: Nikita Kiryushin > > commit cc5645fddb0ce28492b15520306d092730dffa48 upstream. Again, this is already in a release, 5.10.226, which came out well over a month ago. Are you sure you tested all of these properly? What tree are you working against? When was it last updated? confused, greg k-h