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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DD303C433EF for ; Fri, 20 May 2022 05:20:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345547AbiETFUX (ORCPT ); Fri, 20 May 2022 01:20:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58828 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236946AbiETFUT (ORCPT ); Fri, 20 May 2022 01:20:19 -0400 Received: from mail-pj1-x1029.google.com (mail-pj1-x1029.google.com [IPv6:2607:f8b0:4864:20::1029]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 48A7914ACB7; Thu, 19 May 2022 22:20:18 -0700 (PDT) Received: by mail-pj1-x1029.google.com with SMTP id l14so7089651pjk.2; Thu, 19 May 2022 22:20:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:subject:to:cc:references:in-reply-to:mime-version :message-id:content-transfer-encoding; bh=K/PLBiF8Pr/q148VNplDk1LNNEks0HlLVS4FECpFtk0=; b=a45I9bHlZV03TA7eJ0Gqj3Yo+YCLPnzGR4M3xiFGag+OkiHUoIbvwcm3PAgpDSXyd7 HZccCAHPSm2HIZurxjkVdift9KYhmqlKevSifKh0/uohYNDtcCpsyenlpNBzAPalqIsz PH54PqmMif6iYj1H1U48MFxrJJXFanHiAzL85jQ769Mp44bhlpphQqb7XrSMEr2Q8MgM 4ze9lqLA2x7V0f1FkDPIu/gZaklrBHRME9LGRvtC54LHh9BlALkR+YVEAn5ky0hE6No7 owHzghdSWtsgw/oyJ4rj6Eq5KxnfgjClgl2/gquH2AT0rf99whsYfapUZUblItJi/b21 dS/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:subject:to:cc:references:in-reply-to :mime-version:message-id:content-transfer-encoding; bh=K/PLBiF8Pr/q148VNplDk1LNNEks0HlLVS4FECpFtk0=; b=36g1KYGZfFLwZpKseVuFZK5Rxjpr1SL8yvTdhu3+WNktJcQw82Zt4FezQv9GnHjRCK T5kzCftMLtxG7cZ9N/mAiV7xE3VvFAuXhbUCZGwteiLlGHoyfrekghHAt6HV3O3IH8l8 pbr1ukj9tqwqYjuPCOKLgav0OTvV9r61ph8TJSxc6AGsprl9iiknnM1PlkoMflRv8FPZ E28LEq5tfozNMgHlcGF5amsL+1Ech15kOQu3DoiZ/ZiNWPl9py7hyiVsH0kKOYHJxAbe 2u6kFxUKd+urQIiGCjOOCls1Lixs03+kbihzhwfwJBIGrTethVnu5qcgJsyGBSEvX8+P /APA== X-Gm-Message-State: AOAM532LS4SRGFeiLWjl9i13J4Q2PORFu9ywiGr8Sh3ZMhpzkkzBHwDv o471bm4O4dfvAB3lMO8qNec= X-Google-Smtp-Source: ABdhPJzLLdrQb7wEGqpXwdFGZfgit5YL1MLncUe7A4KvktQcB+Cd07elCLJYs79pl9bpMbEEnunm3w== X-Received: by 2002:a17:90a:a614:b0:1df:8aec:cc71 with SMTP id c20-20020a17090aa61400b001df8aeccc71mr8842631pjq.82.1653024017882; Thu, 19 May 2022 22:20:17 -0700 (PDT) Received: from localhost ([203.87.15.124]) by smtp.gmail.com with ESMTPSA id y76-20020a62ce4f000000b004fa743ba3f9sm711520pfg.2.2022.05.19.22.20.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 May 2022 22:20:17 -0700 (PDT) Date: Fri, 20 May 2022 15:20:12 +1000 From: Nicholas Piggin Subject: Re: linux-next: Signed-off-by missing for commit in the powerpc tree To: Michael Ellerman , Stephen Rothwell Cc: Linux Kernel Mailing List , Linux Next Mailing List , PowerPC References: <20220520083150.57e953fc@canb.auug.org.au> In-Reply-To: <20220520083150.57e953fc@canb.auug.org.au> MIME-Version: 1.0 Message-Id: <1653023904.pbe3pabbua.astroid@bobo.none> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Excerpts from Stephen Rothwell's message of May 20, 2022 8:31 am: > Hi all, >=20 > Commits >=20 > 03a2e65f54b3 ("KVM: PPC: Book3S Nested: Use explicit 4096 LPID maximum"= ) > 18827eeef022 ("KVM: PPC: Remove kvmppc_claim_lpid") >=20 > are missing a Signed-off-by from their authors. Sorry. > The first is just "Signed-of-by" misspelling. The second is missing. My laptop's 'f' key has got much worse since then :( Thanks, Nick 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 Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8C5EAC433F5 for ; Fri, 20 May 2022 05:20:56 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4L4FS65LQRz3bpY for ; Fri, 20 May 2022 15:20:54 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=a45I9bHl; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=2607:f8b0:4864:20::102f; helo=mail-pj1-x102f.google.com; envelope-from=npiggin@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=a45I9bHl; dkim-atps=neutral Received: from mail-pj1-x102f.google.com (mail-pj1-x102f.google.com [IPv6:2607:f8b0:4864:20::102f]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4L4FRR560sz3bWm for ; Fri, 20 May 2022 15:20:19 +1000 (AEST) Received: by mail-pj1-x102f.google.com with SMTP id w17-20020a17090a529100b001db302efed6so6980007pjh.4 for ; Thu, 19 May 2022 22:20:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:subject:to:cc:references:in-reply-to:mime-version :message-id:content-transfer-encoding; bh=K/PLBiF8Pr/q148VNplDk1LNNEks0HlLVS4FECpFtk0=; b=a45I9bHlZV03TA7eJ0Gqj3Yo+YCLPnzGR4M3xiFGag+OkiHUoIbvwcm3PAgpDSXyd7 HZccCAHPSm2HIZurxjkVdift9KYhmqlKevSifKh0/uohYNDtcCpsyenlpNBzAPalqIsz PH54PqmMif6iYj1H1U48MFxrJJXFanHiAzL85jQ769Mp44bhlpphQqb7XrSMEr2Q8MgM 4ze9lqLA2x7V0f1FkDPIu/gZaklrBHRME9LGRvtC54LHh9BlALkR+YVEAn5ky0hE6No7 owHzghdSWtsgw/oyJ4rj6Eq5KxnfgjClgl2/gquH2AT0rf99whsYfapUZUblItJi/b21 dS/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:subject:to:cc:references:in-reply-to :mime-version:message-id:content-transfer-encoding; bh=K/PLBiF8Pr/q148VNplDk1LNNEks0HlLVS4FECpFtk0=; b=36ikzCp+Fpqd61xPyZGFXYJWSNQ8azFOpWqSOQSqK9E8Qw0UTYgFkX1KTGQ5AmHth0 p5lPmvVUWghY1QFP1G++9vD4h5BmWzGtji6urXsgXodHHqlkv0tYMVWRjO9JsRT3uZrF tDBWTnEuAwhZGDpxR6uhStFCK9jZ3SyVepYGvcnQ/PPh904lbjQcDmxtRezXa2qzCPPJ v1bvJxEdoA8bMFxXsrh8TGv4kfjX6a/pmI6+tVcTEz3lVHkBT206GZ7Np2V6wVKNWhTD Sik+d8tR0wZZOfZyWY5uYNdqs5qYyqJDgkcB9xYdVEGlGjPimZ8TMzLY1yaSMVm5ixBA P6Gw== X-Gm-Message-State: AOAM533dcpRdV3yvWIC6PWME0S958A0nYvPP1EUfjsEi40b69OALsZb/ 5twBfqeNhgbnTeIfU4OzwfCWmQAzprqtUA== X-Google-Smtp-Source: ABdhPJzLLdrQb7wEGqpXwdFGZfgit5YL1MLncUe7A4KvktQcB+Cd07elCLJYs79pl9bpMbEEnunm3w== X-Received: by 2002:a17:90a:a614:b0:1df:8aec:cc71 with SMTP id c20-20020a17090aa61400b001df8aeccc71mr8842631pjq.82.1653024017882; Thu, 19 May 2022 22:20:17 -0700 (PDT) Received: from localhost ([203.87.15.124]) by smtp.gmail.com with ESMTPSA id y76-20020a62ce4f000000b004fa743ba3f9sm711520pfg.2.2022.05.19.22.20.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 May 2022 22:20:17 -0700 (PDT) Date: Fri, 20 May 2022 15:20:12 +1000 From: Nicholas Piggin Subject: Re: linux-next: Signed-off-by missing for commit in the powerpc tree To: Michael Ellerman , Stephen Rothwell References: <20220520083150.57e953fc@canb.auug.org.au> In-Reply-To: <20220520083150.57e953fc@canb.auug.org.au> MIME-Version: 1.0 Message-Id: <1653023904.pbe3pabbua.astroid@bobo.none> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux Next Mailing List , PowerPC , Linux Kernel Mailing List Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Excerpts from Stephen Rothwell's message of May 20, 2022 8:31 am: > Hi all, >=20 > Commits >=20 > 03a2e65f54b3 ("KVM: PPC: Book3S Nested: Use explicit 4096 LPID maximum"= ) > 18827eeef022 ("KVM: PPC: Remove kvmppc_claim_lpid") >=20 > are missing a Signed-off-by from their authors. Sorry. > The first is just "Signed-of-by" misspelling. The second is missing. My laptop's 'f' key has got much worse since then :( Thanks, Nick