From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC903C433FE for ; Sat, 18 Sep 2021 16:17:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 90DE2610A6 for ; Sat, 18 Sep 2021 16:17:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238542AbhIRQTU (ORCPT ); Sat, 18 Sep 2021 12:19:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:50664 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231415AbhIRQTS (ORCPT ); Sat, 18 Sep 2021 12:19:18 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 731E761052; Sat, 18 Sep 2021 16:17:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1631981875; bh=4MmZgnlBDHssMDEomRSED6gu2ktiZoxIz5uMUNmuMdw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ix6Zsmct2JyKHOU30dEUG9KELrLWpEzTbY3eoiujk03VIjA0uZJQqf5RNLKEYf/qL yjGRGFI8VKhsytIfiQVimh6hsWPga1Zf+sGi6XRBtEG7KBujjDGxPbmStICX4O6VHh f+1CBxVmoo8GwY439R6D/qxVt0xS3UgqR6uwi6JY= Date: Sat, 18 Sep 2021 18:17:52 +0200 From: Greg KH To: Alex Ghiti Cc: Paul Walmsley , Palmer Dabbelt , Albert Ou , Anup Patel , Atish Patra , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] riscv: Flush current cpu icache before other cpus Message-ID: References: <20210918160221.111902-1-alex@ghiti.fr> <66013f6b-e3d0-2fbf-c02b-93899c2b4696@ghiti.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <66013f6b-e3d0-2fbf-c02b-93899c2b4696@ghiti.fr> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 18, 2021 at 06:05:09PM +0200, Alex Ghiti wrote: > (+cc stable) > This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.