Received: by 2002:a05:6a10:1a4d:0:0:0:0 with SMTP id nk13csp1690473pxb; Wed, 2 Feb 2022 10:17:16 -0800 (PST) X-Google-Smtp-Source: ABdhPJyPHZf1kVzzULEuGOm1RYlR+FFIpVjaFfCnDMaanLlMJHM7SLtFP1Mmr+GFNot+OwpbV7f5 X-Received: by 2002:a17:907:2d8e:: with SMTP id gt14mr26159247ejc.509.1643825836327; Wed, 02 Feb 2022 10:17:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643825836; cv=none; d=google.com; s=arc-20160816; b=S1kG17zo5CXk2HLL3KNAJYs0PLtTVW5JmoH22vHMzs8Z5s9NIS7gUxSjrEROfcPSzP oYU3DdtRrZ+ZS43P3OUG9vvMLugGSzYsJWjoMmARJIRYCPW4FzKjyJZpmf/ZdLLySz95 GzgdnSIp8tpsps2UmGkcyMJdLOZV3gGovu5FBI4lNSHzw6brwpcp30XRZ35Sup5PKJse VEhhKigpDmB69TT9mYYh/wkMj4niXP2TDVp241xeqk4H7RWAyAyULbfKAtfpVOUlOsJ6 lz8FkymDSYMRF1JM4wtuG35iotTnUbF6uzzh2yH+/JGSPBtd6zrd6V+7ybQxo/uuOVbq vfgg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:message-id :in-reply-to:subject:cc:to:from:date; bh=jbaaPg/GbR2AP7nmVPzXL++l3ydO94BEdE86m+3ypes=; b=GVmOioeqCQalmy/D/BzVQp9rxyh/iU2QPi+l85OP6fAFqQMpJk2Oip4euxEcuVTLxa 0VGIaMOGNdKjEAcftTSFKfG9LHJeK9fkRWj7zzpscdcl3Tt709Z90NWL23IsOtxYcX5q 504ylPpB+E54w7WsxheOUsLP5mO3TP8brnogf7KZomuoZ2Sr3AyzqXTWdTBcJbzGVeun TP47svA8zdVXabxWugssD3OyrNaufYnnpj5LwnI4zesQXutjcHPCoy6K8vRMWovpYRFU 6ZHNw7wUzSfXTckX23Q9XFRLKlbH0UuhD+jxye2WjQhIO1HU6mZ/zzr//U0QT4F8coCs ewWw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id g19si12264914ejz.564.2022.02.02.10.16.51; Wed, 02 Feb 2022 10:17:16 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236760AbiBAKtT (ORCPT + 99 others); Tue, 1 Feb 2022 05:49:19 -0500 Received: from angie.orcam.me.uk ([78.133.224.34]:44268 "EHLO angie.orcam.me.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236762AbiBAKtS (ORCPT ); Tue, 1 Feb 2022 05:49:18 -0500 Received: by angie.orcam.me.uk (Postfix, from userid 500) id D246092009C; Tue, 1 Feb 2022 11:49:16 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id CC47B92009B; Tue, 1 Feb 2022 10:49:16 +0000 (GMT) Date: Tue, 1 Feb 2022 10:49:16 +0000 (GMT) From: "Maciej W. Rozycki" To: Jean Delvare cc: linux-kernel@vger.kernel.org Subject: [PING][PATCH 0/2] firmware: dmi: Avoid (some) empty names in kernel log In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2 Jan 2022, Maciej W. Rozycki wrote: > Resending as this has gone into void. Original patches still apply in > their original form at the same respective lines. Ping for: . Series re-verified against 5.17-rc2. Maciej