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 5F6CFC76196 for ; Tue, 11 Apr 2023 21:21:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229944AbjDKVVK (ORCPT ); Tue, 11 Apr 2023 17:21:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44014 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbjDKVVI (ORCPT ); Tue, 11 Apr 2023 17:21:08 -0400 Received: from out-4.mta0.migadu.com (out-4.mta0.migadu.com [IPv6:2001:41d0:1004:224b::4]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C08C5FD for ; Tue, 11 Apr 2023 14:21:04 -0700 (PDT) Date: Tue, 11 Apr 2023 14:20:46 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1681248062; 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: in-reply-to:in-reply-to:references:references; bh=ix+xTKLRyryO0kML26qRvChiIo9OGMDZjWZ1lxLLx9Q=; b=fM9p+0inVptO2bEu5CpucNL5vQK7/2aItlM1bTjn8GGhPOx7fyzLhLE4ikio4htJhPuPQ4 imHlHsAqctsfFG6HAYN7j42YljHLsC3kDz+1LTWayjxntXD9nDCUEMvQSI5o6Kd+Jbyrwh gHbZFLysyIHBZ5pATrD9ylRlhUFh8p8= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Roman Gushchin To: Conor Dooley Cc: netdev@vger.kernel.org, Jakub Kicinski , "David S. Miller" , linux-kernel@vger.kernel.org, Rafal Ozieblo , Lars-Peter Clausen , nicolas.ferre@microchip.com, claudiu.beznea@microchip.com Subject: Re: [PATCH net] net: macb: fix a memory corruption in extended buffer descriptor mode Message-ID: References: <20230407172402.103168-1-roman.gushchin@linux.dev> <20230411-turbulent-caddie-de82cf1a0f8f@spud> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230411-turbulent-caddie-de82cf1a0f8f@spud> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 11, 2023 at 07:30:00PM +0100, Conor Dooley wrote: > On Tue, Apr 11, 2023 at 11:20:34AM -0700, Roman Gushchin wrote: > > Friendly ping. > > Nicolas and Claudiu look after the macb stuff, it's a good idea to CC > the people that get_maintainer.pl says are supporters of the code! My fault, probably I was too happy to finally find it :) > > > Also cc'ing Dave. > > +CC Nicolas & Claudiu ;) Thank you, appreciate it!