Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2126439imm; Mon, 16 Jul 2018 02:41:14 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfp02/UtgEA4ihDSn1yudWsPRnfXhGSlmPZernySLYWuM724NOyVO4d4ShrafxvpnQOuwy0 X-Received: by 2002:a17:902:8e86:: with SMTP id bg6-v6mr593794plb.108.1531734074612; Mon, 16 Jul 2018 02:41:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531734074; cv=none; d=google.com; s=arc-20160816; b=AuLA8Ed/i1/Db8JJFkBko1UlizGadjkNSOZbln2bVFSLy4h94xf6aa28m/NUjA+g2M CAg0WgZzA+vxnDfW8e9sQ4Ts/Ff+WJAufnemlWJwaLiUX7lzAp1cdp2KKa/OQZGxrIUY AOUNI+31p5H7rFoTBJDrAruJc2tWvrBqw5Gxzkua8Mw41e61qM/xWm4WcwA5KK654pi7 RrnGQ61n56gHw42p3BKcCu2fmTBm86KF4YQ7UTX0oFVN6zbiWh4SPUSCOIWKNFteb14v zFu5d6TaRIR9DtKnsdbtxmVWZKI5DfzBanKMmpFV6QmfTzZTomDo/tCaEnw8Id3Hbtus kmCg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=NuEINpJB/o52EZK4WKQdTf5djgDJIWJegf9rkJupZ8E=; b=UwRkyu7aflGcpxEvvd9AFptqmmPhHdtBduxchlOWg1IEc8Q/tw/FRttzozSrPMb5za ouFwwIl7A95Ch71sNy7Yhc3wA/OUOgJUY4ZHpxtlfJoneMN01crdidA5CGtG+7nuvD/O 8451OClvZEDmDIUV0eIxRxFUVswcdkX9LNI+a8wq84pWkDI83ikEvoAnW6eeqEf+45ac QbJ71fiBnOpUDDS9d4H7p2l9k6GfF9BFrs563TBBxi4JKyjk2q0/iC3pKmK1Hm/Nxxri WuQgyVik9W1KZ2G+z1xcKzUS5ShG8FopUPV/pAUNTvxmBnggeseBWtHN/EoVZlGr5+i4 NZSA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n184-v6si28373213pga.98.2018.07.16.02.40.59; Mon, 16 Jul 2018 02:41:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728524AbeGPKHA (ORCPT + 99 others); Mon, 16 Jul 2018 06:07:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50544 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728061AbeGPKG7 (ORCPT ); Mon, 16 Jul 2018 06:06:59 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id A1F61AF8; Mon, 16 Jul 2018 09:40:25 +0000 (UTC) Date: Mon, 16 Jul 2018 11:40:23 +0200 From: Greg Kroah-Hartman To: =?utf-8?B?6ZmI5Y2O5omN?= Cc: linux-kernel , stable , Paul Burton , James Hogan , Ralf Baechle , linux-mips Subject: Re: [PATCH 4.9 03/32] MIPS: Use async IPIs for arch_trigger_cpumask_backtrace() Message-ID: <20180716094023.GA20647@kroah.com> References: <20180716073504.433996952@linuxfoundation.org> <20180716073504.871411055@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 16, 2018 at 05:29:05PM +0800, 陈华才 wrote: > Hi, Greg, > > kernel-4.9 doesn't have call_single_data_t, we should use struct call_single_data instead. Can you send me a patch to merge with this one with that change so that I know I get it right? thanks, greg k-h