Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3204831imm; Tue, 17 Jul 2018 00:21:55 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdA0F+Etbqd10IDeYL0FBSJrORHCVf1hfQcHXitm4taF8pq4M963z3kPjYUbiayiCi5JpMg X-Received: by 2002:a17:902:a60b:: with SMTP id u11-v6mr506583plq.158.1531812115534; Tue, 17 Jul 2018 00:21:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531812115; cv=none; d=google.com; s=arc-20160816; b=HAxMkPOwGEbCs8WPqTC+VfhpePf7vab3GnvkDzTzOhr2WDxKMOka7uiLeVfbEGq2RN vBJu7NM3ixtaf0wE1Urfmp0k2Udpcn3XGyEK0fVaLetzpRMlr00iV144XbYw9F0pZhNp +L8x689ifPFNCTQPARonqxbxDZBJ2sc5a71sTjyZHv2h6SlwqBBUImQj8xrP3z0LZmjV jdAm7vEGdD6pNPlD6nomT9Tlh7aOHh9AXCDE1yPiKvCgWvemtY1KPc3Bv1OVohX93KCd HOWcabUrsfXmIxuZpIOIrzIb+72O47bbRTOgAB5AUVtEV5rdAs8C+I+Xac0OrLXWZtue 03kA== 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=3VoQvBLInnHZ1zAPOGn0nSh3plPJBP9g9rnAJDNwnpQ=; b=REiDMAqBkseqAwLQ75YZ7sPIwBswh4baBX6GU5+tAAqGI9jh0Mm7gJa/O4OVKD1dPn bMF1xtwTpgD+yB8VTEFk/yVz3OLb7FuY5M9QxcqEkaLptMXOgLppssldERNkGz6J4xHY 5Gw2mnpKaga4erXLyJoLSDL90pzlKlDYOu3GLdFIi+RJBtXV9KmLnmivwbTIIy8SvyZ0 2P5HUThdCvO0Sqkzd91KcZdG2NI8IJmLBREQHDgUJs/NzTBDIIILnGXPsYz+uk0174GL vlpmmThDVC7P7KhzVpIdTCVr9h34cjDxYDsM6VEzNH5hNiSwX5/rCGw+AvhUhHvvapfW smoQ== 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 o4-v6si267308pgb.279.2018.07.17.00.21.40; Tue, 17 Jul 2018 00:21:55 -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 S1729669AbeGQHwJ (ORCPT + 99 others); Tue, 17 Jul 2018 03:52:09 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44946 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729208AbeGQHwJ (ORCPT ); Tue, 17 Jul 2018 03:52:09 -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 E2D6ABE6; Tue, 17 Jul 2018 07:20:57 +0000 (UTC) Date: Tue, 17 Jul 2018 09:20:55 +0200 From: Greg Kroah-Hartman To: =?utf-8?B?6ZmI5Y2O5omN?= Cc: linux-kernel , stable , Paul Burton , James Hogan Subject: Re: [PATCH 4.9 03/32] MIPS: Use async IPIsforarch_trigger_cpumask_backtrace() Message-ID: <20180717072055.GB12255@kroah.com> References: <20180716073504.433996952@linuxfoundation.org> <20180716073504.871411055@linuxfoundation.org> <20180716094023.GA20647@kroah.com> <20180716104621.GB11023@kroah.com> <20180716183402.GC13309@kroah.com> 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.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 17, 2018 at 02:53:38PM +0800, 陈华才 wrote: > Hi, Greg, > > I have backported and tested it to 4.9 and 4.4: > https://patchwork.linux-mips.org/patch/19862/ > https://patchwork.linux-mips.org/patch/19863/ I can't do anything with random web links. Please properly cc: the stable list with the backports and I can take them from there. And are you sure they are needed for 4.4.y? thanks, greg k-h