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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 4D8B1C3F350 for ; Thu, 27 Feb 2020 13:44:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 217D820578 for ; Thu, 27 Feb 2020 13:44:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=crapouillou.net header.i=@crapouillou.net header.b="Cl6/llDE" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730119AbgB0NoD (ORCPT ); Thu, 27 Feb 2020 08:44:03 -0500 Received: from outils.crapouillou.net ([89.234.176.41]:33440 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730110AbgB0NoD (ORCPT ); Thu, 27 Feb 2020 08:44:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1582811040; h=from:from:sender: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=dBge0kS8tI19aaA+U6Z+hsWiHxFZ2KXAdWiVap/eqqA=; b=Cl6/llDEP5OoU+GcLqllvfpyAM+YbijAbig6InwGEyoE6a0g898ihqnuI/YS0kMUufiJtc znEE47nfhCB/ZtziZpxYDzP2nC+h4Z+eXtoe8b6qNoZq0NAUoXn7iIMq3EIa3fa2KJV5XP DKtkCqKr7zVNLUyk9gK7LG7ztuPXiQU= Date: Thu, 27 Feb 2020 10:43:44 -0300 From: Paul Cercueil Subject: Re: linux-next: Fixes tag needs some work in the mips-fixes tree To: Stephen Rothwell Cc: James Hogan , Linux Next Mailing List , Linux Kernel Mailing List , Thomas Bogendoerfer Message-Id: <1582811024.3.0@crapouillou.net> In-Reply-To: <20200227071718.5aac4713@canb.auug.org.au> References: <20200227071718.5aac4713@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi Stephen, Le jeu., f=E9vr. 27, 2020 at 07:17, Stephen Rothwell=20 a =E9crit : > Hi all, >=20 > In commit >=20 > 3944dee0c6cd ("MIPS: Fix CONFIG_MIPS_CMDLINE_DTB_EXTEND handling") >=20 > Fixes tag >=20 > Fixes: 7784cac69735 ("MIPS: cmdline: Clean up boot_command_line >=20 > has these problem(s): >=20 > - Subject has leading but no trailing parentheses > - Subject has leading but no trailing quotes >=20 > Please do not split Fixes tags over more than one line. My fault, sorry. I did not know they could not be splitted. Cheers, -Paul >=20 > -- > Cheers, > Stephen Rothwell =