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=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 167D3C433DB for ; Sat, 27 Feb 2021 06:41:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CFDA864EB7 for ; Sat, 27 Feb 2021 06:41:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229915AbhB0GlD (ORCPT ); Sat, 27 Feb 2021 01:41:03 -0500 Received: from z11.mailgun.us ([104.130.96.11]:47173 "EHLO z11.mailgun.us" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229554AbhB0GlA (ORCPT ); Sat, 27 Feb 2021 01:41:00 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1614408035; h=Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=8AdlFgeUHuBNLMUzlvExMrmuQf9OlMgU52eM3n/J5Ro=; b=B83Mfii9rkPw5fg9c0UHhBVsLZTgcmflmE/NjcDDFHh6BNpbN69Tfwipfy8SoW5jtXW0Uct1 +ZmpsE8BMhAQhJOGCj+/vee1ubMjdRjZeHr6eh+Ksbnh+CqxwMnCVz8Wa2KsXwcpr66ZGpKC D0gUR171zzl6adVuSmuEpNNyIN8= X-Mailgun-Sending-Ip: 104.130.96.11 X-Mailgun-Sid: WyJiZjI2MiIsICJuZXRkZXZAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n02.prod.us-east-1.postgun.com with SMTP id 6039e9419e950d0db19f1726 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Sat, 27 Feb 2021 06:40:01 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 958C4C43461; Sat, 27 Feb 2021 06:40:00 +0000 (UTC) Received: from potku.adurom.net (88-114-240-156.elisa-laajakaista.fi [88.114.240.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id 89F59C433C6; Sat, 27 Feb 2021 06:39:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 89F59C433C6 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=kvalo@codeaurora.org From: Kalle Valo To: Nathan Chancellor Cc: Wei Yongjun , Hulk Robot , Luca Coelho , Jakub Kicinski , Emmanuel Grumbach , Gil Adam , Mordechay Goodstein , Johannes Berg , linux-wireless@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH] iwlwifi: mvm: add terminate entry for dmi_system_id tables References: <20210223140039.1708534-1-weiyongjun1@huawei.com> <20210226210640.GA21320@MSI.localdomain> Date: Sat, 27 Feb 2021 08:39:54 +0200 In-Reply-To: <20210226210640.GA21320@MSI.localdomain> (Nathan Chancellor's message of "Fri, 26 Feb 2021 14:06:40 -0700") Message-ID: <87h7ly9fph.fsf@codeaurora.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Nathan Chancellor writes: > On Tue, Feb 23, 2021 at 02:00:39PM +0000, Wei Yongjun wrote: >> Make sure dmi_system_id tables are NULL terminated. >> >> Fixes: a2ac0f48a07c ("iwlwifi: mvm: implement approved list for the PPAG feature") >> Reported-by: Hulk Robot >> Signed-off-by: Wei Yongjun > > We received a report about a crash in iwlwifi when compiled with LTO and > this fix resolves it. That information should be added to the commit log. Luca, should I take this to wireless-drivers? -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches