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 6AD50C07E95 for ; Wed, 7 Jul 2021 14:41:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4EC0B61C6C for ; Wed, 7 Jul 2021 14:41:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232072AbhGGOoi (ORCPT ); Wed, 7 Jul 2021 10:44:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232052AbhGGOoi (ORCPT ); Wed, 7 Jul 2021 10:44:38 -0400 Received: from proxima.lasnet.de (proxima.lasnet.de [IPv6:2a01:4f8:121:31eb:3::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C510C061574; Wed, 7 Jul 2021 07:41:58 -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) server-digest SHA256) (No client certificate requested) (Authenticated sender: stefan@datenfreihafen.org) by proxima.lasnet.de (Postfix) with ESMTPSA id 7102EC03B9; Wed, 7 Jul 2021 16:41:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datenfreihafen.org; s=2021; t=1625668915; 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=lRjLDhVpuuPa/gMOaGrixw4j52qteoeLZp3RaASCXjM=; b=km81V+BClsvauNOS6MNQTc+L/Z5F1sfMzfJFXaKzwkVYiSwZSbfKMojrltyPlEh4UImnr2 4h5sRmDcTRwa9WwvRIj01Si+WEDkSkjD/1pUdsoq0ryqIUx89S/Rzoq3W9Ki6oP5AybXtb mlml/HZF4pcqIsmd0iAniVhhBjlkoS3YPNao5EgN21vryIlcmfnz4sznsSOhYFAq1Vcix7 rrMIeaxiWGIG5KlSG26lvPsIxqud1s6LRUG/wqRvTLy56hXbgwbyy9b0SH/98yUpz971Wx B7rYoetMpuAjj8aRB8Jhp7snwqG1w9D0M+JOiEa6N1VlPVoMskxCK3LfBuRbjw== Subject: Re: [PATCH] ieee802154: hwsim: fix GPF in hwsim_set_edge_lqi To: Dongliang Mu , Alexander Aring 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: Date: Wed, 7 Jul 2021 16:41: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 16:40, Dongliang Mu wrote: > On Wed, Jul 7, 2021 at 9:44 PM 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 >> >> Thanks, but there are more places than this one. Can you send patches >> for them as well? Thanks! :) > > Sure. I will double-check those places and send patches to fix them. I will take this one in as-is. All new patches should be done with this one applied. regards Stefan Schmidt