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=-12.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 0ABBBC07E9C for ; Wed, 7 Jul 2021 14:50:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E94C561130 for ; Wed, 7 Jul 2021 14:50:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232172AbhGGOxc (ORCPT ); Wed, 7 Jul 2021 10:53:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45144 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232186AbhGGOwW (ORCPT ); Wed, 7 Jul 2021 10:52:22 -0400 Received: from proxima.lasnet.de (proxima.lasnet.de [IPv6:2a01:4f8:121:31eb:3::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A3DAFC06175F; Wed, 7 Jul 2021 07:48:56 -0700 (PDT) Received: from [IPv6:2003:e9:d72a:e927:359b:e3fc:a5d5:7a7a] (p200300e9d72ae927359be3fca5d57a7a.dip0.t-ipconnect.de [IPv6:2003:e9:d72a:e927:359b:e3fc:a5d5:7a7a]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: stefan@datenfreihafen.org) by proxima.lasnet.de (Postfix) with ESMTPSA id 51686C03B9; Wed, 7 Jul 2021 16:48:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datenfreihafen.org; s=2021; t=1625669334; h=from:from: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=PrWjspjGSf78DOHcyaZo3I5nvBgwDD7uu1bHzO/WReI=; b=c17Ms0AfLq3GTWECPGNJJ1C2EZBIwiuHjHO/FNfx8xZ6emMr2JwbzYdd9451DZBsXlN+hI BWMTfyilNlsDTkYdmzHif8xc3ExwPNfv7zL472lthci1QIbreJPQpAUX9NGm9id4gA8g6q kBZKLJOokUB0u7CMdJ0f1N7mrixl7aVXnoesQ62XUq7kifyzfgX/pccTY7uX8ds5G/dkl2 0D3d81lCAq+XQ2e8BBAMG9opsSzmgSJBPAaXftXGHn/tCv6RaRYrbyH7rdRfWPwz/oouCc 1Hb2Hpj1jbZyw4pvL1LHMDVQqspVSsji3jDxDxyWN9MRtSgr4I189OljRlAHyA== Subject: Re: [PATCH] ieee802154: hwsim: fix GPF in hwsim_set_edge_lqi To: Alexander Aring , Dongliang Mu Cc: "David S. Miller" , Jakub Kicinski , Alexander Aring , linux-wpan - ML , "open list:NETWORKING [GENERAL]" , kernel list References: <20210705131321.217111-1-mudongliangabcd@gmail.com> From: Stefan Schmidt Message-ID: <68815e29-88f0-b37d-5e71-687d738f0db5@datenfreihafen.org> Date: Wed, 7 Jul 2021 16:48:54 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-wpan@vger.kernel.org Hello. On 07.07.21 15:44, Alexander Aring wrote: > Hi, > > On Mon, 5 Jul 2021 at 09:13, Dongliang Mu wrote: >> >> Both MAC802154_HWSIM_ATTR_RADIO_ID and MAC802154_HWSIM_ATTR_RADIO_EDGE, >> MAC802154_HWSIM_EDGE_ATTR_ENDPOINT_ID and MAC802154_HWSIM_EDGE_ATTR_LQI >> must be present to fix GPF. >> >> Fixes: f25da51fdc38 ("ieee802154: hwsim: add replacement for fakelb") >> Signed-off-by: Dongliang Mu > > Acked-by: Alexander Aring This patch has been applied to the wpan tree and will be part of the next pull request to net. Thanks! regards Stefan Schmidt