From patchwork Sat Sep 21 10:58:00 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aleksander Jan Bajkowski X-Patchwork-Id: 13808895 Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.11]) (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 D2DF42943F for ; Sat, 21 Sep 2024 10:58:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=212.77.101.11 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726916295; cv=none; b=Yfu9ae3b7enNLF40yofyXQ5BdOWruGs04HGAd0TxA5pDh25YpHTK9C1XhxzChPnP12Vq7SnjXkBTRn+9Jny3+fmllD+4bO9geUPppHXneeAkYHjMZCBtuqwOmis1t96Kb620k2SInKeDMrBL92tA7K7gO9oebK21Khw8xSbiSyY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726916295; c=relaxed/simple; bh=gBos5W5mRAfutyJyOhn+5L/09YqfpFJwzFVODPP5Ta4=; h=From:To:Subject:Date:Message-Id:MIME-Version; b=pCbFCbtF8ONVIYKeGHzf+2hmNYdnb6QMkxhba81b/FU5epKk3v3ubII4QWPEZDsrsnPVA4DHEYHjSucOE9VT7TAiX7CAvzm7GJlw7vGuo2YnUMAV09XOzzqeUlG/stCgtPGdYq3jX4ZPdgsjdL9IDZLSCS8B94GtUWL0Mklu/jc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=wp.pl; spf=pass smtp.mailfrom=wp.pl; dkim=pass (1024-bit key) header.d=wp.pl header.i=@wp.pl header.b=pOmm+qkG; arc=none smtp.client-ip=212.77.101.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=wp.pl Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=wp.pl Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=wp.pl header.i=@wp.pl header.b="pOmm+qkG" Received: (wp-smtpd smtp.wp.pl 25852 invoked from network); 21 Sep 2024 12:58:04 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1726916284; bh=XZ1zPgh5hBbHBPZOe+hQHqV6mC+CtVY3QnXEJuv4ZBs=; h=From:To:Subject; b=pOmm+qkGosRXs10OUA6yvmr2c2iU+n8NXJN0Txw9t24UrMIG9ESKJQVkXUTneUeWt yPUV35DgOdLkIl4Iz86dUA0zSEhwI5WpyF6LP1xV4ZyG4Z+5E70lYt/pHKhYrYN8tO HydeyrA/Zl6AU4gqahjiUKZAtNNhQY24MKBBVcPo= Received: from 83.24.122.130.ipv4.supernova.orange.pl (HELO laptop-olek.lan) (olek2@wp.pl@[83.24.122.130]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with ECDHE-RSA-AES256-GCM-SHA384 encrypted SMTP for ; 21 Sep 2024 12:58:04 +0200 From: Aleksander Jan Bajkowski To: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, olek2@wp.pl, jacob.e.keller@intel.com, andrew@lunn.ch, horms@kernel.org, john@phrozen.org, ralph.hempel@lantiq.com, ralf@linux-mips.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH net v2 0/1] net: ethernet: lantiq_etop: fix memory disclosure Date: Sat, 21 Sep 2024 12:58:00 +0200 Message-Id: <20240921105801.14578-1-olek2@wp.pl> X-Mailer: git-send-email 2.39.5 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-WP-MailID: 8c9c186f11b69236d6471e0ef346831e X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 000000B [8QOU] X-Patchwork-Delegate: kuba@kernel.org Changes in v2: - clarified questions about statistics in the commit description - rebased on current master Aleksander Jan Bajkowski (1): net: ethernet: lantiq_etop: fix memory disclosure drivers/net/ethernet/lantiq_etop.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)