From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5A44FC147 for ; Tue, 8 Oct 2024 00:47:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728348436; cv=none; b=ldbK8quxxZNzJXx03LmLtNzy6ueTZnlpPrTYuqtN+Q41Ah57oGsxcd9e7PiUg9BNmo0HRWhFfJCWqGa7FCAygxz56CP4dioMCkl1IUM2LqbquFPLDh9sDMLTtJGYVJVDyldsvMT4xDSWDwQeZEpBk1lF+L68BkfL16O4SJD0Tqo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728348436; c=relaxed/simple; bh=0z1ea1NFLo3/TNPjuIlKz+PecBxbDclGW/UlI0OHe5M=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=cxGNnSIT++1DHRFYYizDTiQI0alrC/Ow1CnaljVrvPKSudJPAQrGyueylbmJ5tRiWNp33SjV90PA0THOsJ3dJDPtEWJ7m9LqOFuCpDM3nAaBSrqxCuadFuhoDBZdL5qhu2RZhWw5xaUw9MJuJ0j96xnJXgqxm/gDcsG6aQklJfs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZF3DdmB7; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZF3DdmB7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AD748C4CEC6; Tue, 8 Oct 2024 00:47:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728348435; bh=0z1ea1NFLo3/TNPjuIlKz+PecBxbDclGW/UlI0OHe5M=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZF3DdmB79HpVQD+ISybnDFMhi+gQSjchmZSFeEO7tcwCVXNl+IzPBzj/GisQuyHac Ak523IhFS/RhqOW1OAoMHXh38OdPKCAXIBPhDTXh2ymJcN/5IP0/9VejfKQ5AdXBNW LYQk83N9lzKZPf3oSRGgeMpb6dKg7q7TrgHDkIeLXQnI9BNk3kMGO1Kx4bBJ++f8ws NhWgtdTZW7ZIihMpGYWFyhRj5L/kflVBNcl+z9vJwgcuNOeGvb6EpyrLeCT2iVfG9e RCaPinwckDAGSrHvkOgvKdfwiHcfYloUsPVKYRNy9V1ncHzrQa0JJmfFCyH2QVYs8t f/rb1h151lZUw== Date: Mon, 7 Oct 2024 17:47:14 -0700 From: Jakub Kicinski To: Heiner Kallweit Cc: Paolo Abeni , David Miller , Eric Dumazet , "netdev@vger.kernel.org" Subject: Re: [PATCH net] r8169: add tally counter fields added with RTL8125 Message-ID: <20241007174714.548f2efc@kernel.org> In-Reply-To: <248a0f5f-46d8-42aa-971c-d7a410c7ba62@gmail.com> References: <248a0f5f-46d8-42aa-971c-d7a410c7ba62@gmail.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 7 Oct 2024 20:42:23 +0200 Heiner Kallweit wrote: > RTL8125 added fields to the tally counter, what may result in the chip > dma'ing these new fields to unallocated memory. Therefore make sure > that the allocated memory area is big enough to hold all of the > tally counter values, even if we use only parts of it. doesn't seem to apply -- pw-bot: cr