Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp473158pxk; Wed, 23 Sep 2020 07:53:34 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz94okqbyM5A8rzK++pbq+sxYsByD5Fq9cowXlbjSUWNKawLuTOUgbEprhzK5n1U/T73/35 X-Received: by 2002:a05:6402:6c1:: with SMTP id n1mr10309129edy.215.1600872814623; Wed, 23 Sep 2020 07:53:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600872814; cv=none; d=google.com; s=arc-20160816; b=N5gH8iaD5jkY6VBg7xRP7qOLyJgbV6dMolNCPNqgASgtMsG7npzt+KqQwbRMu5FhId D5GZlRuxZpTkpWWy76y9/KfT/zNocnImwtMjS6VxyoDHjtUFhKi4D0nJw8dwiLXu3yFp WYFEzz04++4RfF2bOR/zbzpVyeppQ7UEMcmJ7653zE1CY3w9Ne4VRseBRrDFAW7j+jYN 2mBA1ySiRT6vjNRV8qrXjI/jpF/1sq0653Fcazl16UunUdDl08hml0lBU3BlJ6FixK9S WRtEf081VMknqT2mm6tLDdON0iZi11utlLfSN2aaI3hAEPLDAHD4HqdhxW5TYbBCesXa TzWg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=/lAkVd7NwHJdkzlhbQL8ZBnTrBA4AvhJu+KHW1hWxAQ=; b=HrbFIH31uaD/ou1iHzUE8wL5uKYVEpfaGXxOmd2xnKIbQj0ZtvVvqJ+pI1r4Sex3UW TwdnxiEjwGBX38ZlXK3mEoVoCF+sJPPxbSeXsz66QmBihhP1dLqG9NWPF0WuCKOn2O8w moifmO0C/OFn/A23wiGVDm2vO9PV7/+hIM0am6vpzjKzyAIxjDHy8IeabY5zjsbXT2lv V3DdLbhTyHxXTMUvAGD35hfGcAvROvGxjBQIuii/B9ikDR4EyBEc6erGBcy/u4jcFg9k IG49MSREH/F+TFZtnf1w4brn2FKqs/uNxjLq9MDcSOXlPTcjkO9Ju2g9WcpPpri6unuD f0bA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d3si43821ejm.474.2020.09.23.07.53.10; Wed, 23 Sep 2020 07:53:34 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726814AbgIWOtd (ORCPT + 99 others); Wed, 23 Sep 2020 10:49:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:45718 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726572AbgIWOtb (ORCPT ); Wed, 23 Sep 2020 10:49:31 -0400 Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1B663206FB; Wed, 23 Sep 2020 14:49:30 +0000 (UTC) Date: Wed, 23 Sep 2020 10:49:28 -0400 From: Steven Rostedt To: Masami Hiramatsu Cc: LKML , Ingo Molnar Subject: Re: [PATCH 0/4] bootconfig: Fix a parser bug Message-ID: <20200923104928.0c0a2ec1@oasis.local.home> In-Reply-To: <20200923143014.6c904389a4b20fe904144d3f@kernel.org> References: <160068147328.1088739.7282405187565509762.stgit@devnote2> <20200923143014.6c904389a4b20fe904144d3f@kernel.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 23 Sep 2020 14:30:14 +0900 Masami Hiramatsu wrote: > Hi Steve, > > Thank you for merging previous 3 serieses! > Could you also pick this series as urgent-fix branch? > Already pulled them and just finished testing them. Will push to Linus in a bit. -- Steve