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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2488CC28D13 for ; Thu, 25 Aug 2022 09:01:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238933AbiHYJBP (ORCPT ); Thu, 25 Aug 2022 05:01:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238272AbiHYJA7 (ORCPT ); Thu, 25 Aug 2022 05:00:59 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8FAAE13D0B for ; Thu, 25 Aug 2022 02:00:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1661418049; 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=6UlzEVD+vtRt8rRVBuejT+bm/g+uBvJMUPzkHEd2WwY=; b=enlrhkZjQmCtpLCxUhBEMv7wi6BF+z1Xs8YXwK1UXzYt4MgR4oBsIPSCaxqMnrp/6RcvHb c0TcHvXmHAuuvemQB1tdoPfoShTogtaqUNoDVdB6ffZSj/U/z/3iK2goJKt5nKtZdbq6PC 38aT1tExeedV0ve/ZVXs3L5dYV8B7JY= Received: from mail-wm1-f69.google.com (mail-wm1-f69.google.com [209.85.128.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-325-QFkIxO5AMUm25F0ku6txeg-1; Thu, 25 Aug 2022 05:00:48 -0400 X-MC-Unique: QFkIxO5AMUm25F0ku6txeg-1 Received: by mail-wm1-f69.google.com with SMTP id c64-20020a1c3543000000b003a61987ffb3so10661729wma.6 for ; Thu, 25 Aug 2022 02:00:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:user-agent:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc; bh=6UlzEVD+vtRt8rRVBuejT+bm/g+uBvJMUPzkHEd2WwY=; b=Xo5/KazURLbDTQ5l2Rd84ubhJ079GorIXMZKnAEbDF3sqCZVjb1gYBjRtRooj0U1mJ v92uZs/I0Z8ceKJ2uFyknD8E/bXT5S0fKawuhxQyF0tobIXGg7OEc2xNZ+0pEGgp0X66 Oz2FGCENpqQqfI2fBlZfa3ho+haq7rVuhIwgr38akYMdazeGM3qvTzoRsRLnE9pgp6UJ cdkf14guDt6xo0du9ECe+hQBAX7SLOYEN7BKTg138iF/ncqHtTxHBNQQWbsEITx4pb1V A3GlZuPRBIBkV0pvtNQdxA7SLEo1bXRqDwkZ0vHeMc/8D2MHDpzSE9fFlRP8tRTiaigF 4tOg== X-Gm-Message-State: ACgBeo2gCbIjeLw5mH1KPgWz5pf+wLosmPlSBQ5cX5QqSbaWLx+sMHWs 3wp6sJFOJJ/KVG3WzBuBotz22SMluY4UIuKuyNB66HWDWWGBrhZ0q0+8OKM7XW21c2MpHVjxQNi 7FoHssKBwIpnaZrYhdSqdn2kn X-Received: by 2002:adf:e401:0:b0:225:2124:183d with SMTP id g1-20020adfe401000000b002252124183dmr1516191wrm.146.1661418046911; Thu, 25 Aug 2022 02:00:46 -0700 (PDT) X-Google-Smtp-Source: AA6agR625h0QxcxKDQ/2A4jYOJ4BCdCxuQVco1DKoqxCc4e3gw/+hZKDdmPjR6VzQMTC8UUDnYuYIQ== X-Received: by 2002:adf:e401:0:b0:225:2124:183d with SMTP id g1-20020adfe401000000b002252124183dmr1516171wrm.146.1661418046701; Thu, 25 Aug 2022 02:00:46 -0700 (PDT) Received: from gerbillo.redhat.com (146-241-97-176.dyn.eolo.it. [146.241.97.176]) by smtp.gmail.com with ESMTPSA id i6-20020a5d4386000000b0022159d92004sm13034356wrq.82.2022.08.25.02.00.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 Aug 2022 02:00:46 -0700 (PDT) Message-ID: Subject: Re: [PATCH net-next v3 00/17] net: dsa: microchip: add error handling and register access validation From: Paolo Abeni To: Oleksij Rempel , Woojung Huh , UNGLinuxDriver@microchip.com, Andrew Lunn , Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski Cc: kernel@pengutronix.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Date: Thu, 25 Aug 2022 11:00:44 +0200 In-Reply-To: <20220823080231.2466017-1-o.rempel@pengutronix.de> References: <20220823080231.2466017-1-o.rempel@pengutronix.de> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.4 (3.42.4-2.fc35) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2022-08-23 at 10:02 +0200, Oleksij Rempel wrote: > changes v3: > - fix build error in the middle of the patch stack. The series looks reasonable to me, let's see the comments from the DSA crew;) The next time please additionally add the change informations in the individual patch, after the '---' separator: that will made reviewers life more easier. It's hard to track what changed exactly since v2 from the above line. Thanks! Paolo