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=-7.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 6E5DCC07E95 for ; Wed, 7 Jul 2021 14:43:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 55E9F61C37 for ; Wed, 7 Jul 2021 14:43:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232053AbhGGOqL (ORCPT ); Wed, 7 Jul 2021 10:46:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232050AbhGGOqI (ORCPT ); Wed, 7 Jul 2021 10:46:08 -0400 Received: from mail-ed1-x52f.google.com (mail-ed1-x52f.google.com [IPv6:2a00:1450:4864:20::52f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92D37C061574; Wed, 7 Jul 2021 07:43:26 -0700 (PDT) Received: by mail-ed1-x52f.google.com with SMTP id l24so3672477edr.11; Wed, 07 Jul 2021 07:43:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4IeXbsXJ9RpV3yoL/zDlLEt9fqmG00Q6LjVNpQtStaE=; b=ABUAbuA9NWQ/gp8fFhqiJrxJA+vcn/gHxAxmAiI9PoRYhYk8QY9pFmyMFGJMrvsJQJ xU7uTPAr/s/Vd4pEcm4p24E2bzlVEo5J3WBQDuvn35xqvaDY7DFsxvjtg3T7J43dyCw5 qhA7xTIfNmUXmPovGRdNOOeEx/c22V5m8kCybLU20nmon386cLNAhTuORjxYtiF8GEFk 5k7CHsEqmCe4m2s+fbcMswTwyyIbjU4AFEiOQCixsBWH6yGjEJmuAM2pMPwGH88eAVcw lcxfJvlPQjEUCEohdRB+U7Lg1w7u+yJVTeFkSDwxqkQVane/mr8EVaAly/gCTcpvLZ44 9EBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4IeXbsXJ9RpV3yoL/zDlLEt9fqmG00Q6LjVNpQtStaE=; b=bbYcvW8FTCCu5mP1MHa5qRWcYB/MHsobx320G5+xPK1RLGz6DcMv2VMLasbo/Z4g+C 99tcr80XuK+Ufn+QQUcDx6BNp4/jaGAQSRmXfvXSC3IOlZXu7CuC5MUGX6FUkLfHStdX WKG7e1xc66/4CxKqVPytA09rztCqiLaSa5EoYWBSqDIPl9YSCijEnGV34ikOBHsU9vl8 ZsEj7SIEs+nsqQWP21e1QuHqSbam2aipx1M1RpgXsjW10/0j38Fh4JX3ruJXl9nvFlfS cjlmaCZUs9mY6n8YaCwQna24NxjmsVIdcn2fL+B3TJiviR709aA6LY3zzn/Nt6CbChme wJZg== X-Gm-Message-State: AOAM533r09peySeURXvxBpZp/6GCYshQJPy0QElRZTWasVLFB4y6xk/B 8xgghbGPLScFtzN5Vmw/PYaOUxGyAEiVwWGdQio= X-Google-Smtp-Source: ABdhPJwoSr1Q/6ysVXgBOAgE6EXwiu5uI0BNNFicjeMUxglwZn31byVLn+Arla/M2OMOdEwjdsW09fyrpuHE/aVcYmM= X-Received: by 2002:a05:6402:5142:: with SMTP id n2mr30450097edd.241.1625669005115; Wed, 07 Jul 2021 07:43:25 -0700 (PDT) MIME-Version: 1.0 References: <20210705131321.217111-1-mudongliangabcd@gmail.com> In-Reply-To: From: Dongliang Mu Date: Wed, 7 Jul 2021 22:42:59 +0800 Message-ID: Subject: Re: [PATCH] ieee802154: hwsim: fix GPF in hwsim_set_edge_lqi To: Stefan Schmidt Cc: Alexander Aring , "David S. Miller" , Jakub Kicinski , Alexander Aring , linux-wpan - ML , "open list:NETWORKING [GENERAL]" , kernel list Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-wpan@vger.kernel.org On Wed, Jul 7, 2021 at 10:41 PM Stefan Schmidt wrote: > > 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. Sure. Thanks for your reminder. > > regards > Stefan Schmidt