lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <b75fb89e-2016-49fa-912f-6121976c294b@linux.intel.com> Date: Sun, 10 Dec 2023 12:10:03 +0200 From: "naamax.meir" <naamax.meir@...ux.intel.com> To: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>, "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, intel-wired-lan@...ts.osuosl.org, Jakub Kicinski <kuba@...nel.org>, Jesse Brandeburg <jesse.brandeburg@...el.com>, Jonathan Cameron <Jonathan.Cameron@...wei.com>, netdev@...r.kernel.org, Paolo Abeni <pabeni@...hat.com>, Tony Nguyen <anthony.l.nguyen@...el.com>, linux-kernel@...r.kernel.org Subject: Re: [Intel-wired-lan] [PATCH v4 2/3] e1000e: Use PCI_EXP_LNKSTA_NLW & FIELD_GET() instead of custom defines/code On 11/21/2023 14:34, Ilpo Järvinen wrote: > e1000e has own copy of PCI Negotiated Link Width field defines. Use the > ones from include/uapi/linux/pci_regs.h instead of the custom ones and > remove the custom ones and convert to FIELD_GET(). > > Suggested-by: Jonathan Cameron <Jonathan.Cameron@...wei.com> > Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com> > Reviewed-by: Jonathan Cameron <Jonathan.Cameron@...wei.com> > --- > drivers/net/ethernet/intel/e1000e/defines.h | 2 -- > drivers/net/ethernet/intel/e1000e/mac.c | 7 ++++--- > 2 files changed, 4 insertions(+), 5 deletions(-) Tested-by: Naama Meir <naamax.meir@...ux.intel.com>
Powered by blists - more mailing lists