Message ID | 20211001150627.1353209-1-idosch@idosch.org (mailing list archive) |
---|---|
Headers | show |
Series | ethtool: Small EEPROM changes | expand |
On Fri, Oct 01, 2021 at 06:06:20PM +0300, Ido Schimmel wrote: > From: Ido Schimmel <idosch@nvidia.com> > > This patchset contains small patches for various issues I noticed while > working on the module EEPROM parsing code. > > v2: > * Patch #1: Do not assume the CLEI code is NULL terminated Michal, any comments? Thanks
Hello: This series was applied to ethtool/ethtool.git (master) by Michal Kubecek <mkubecek@suse.cz>: On Fri, 1 Oct 2021 18:06:20 +0300 you wrote: > From: Ido Schimmel <idosch@nvidia.com> > > This patchset contains small patches for various issues I noticed while > working on the module EEPROM parsing code. > > v2: > * Patch #1: Do not assume the CLEI code is NULL terminated > > [...] Here is the summary with links: - [ethtool-next,v2,1/7] cmis: Fix CLEI code parsing https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/commit/?id=2c2fa88b0578 - [ethtool-next,v2,2/7] cmis: Fix wrong define name https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/commit/?id=1bad83c00b39 - [ethtool-next,v2,3/7] cmis: Correct comment https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/commit/?id=001aecdb5119 - [ethtool-next,v2,4/7] sff-8636: Remove incorrect comment https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/commit/?id=86e97841aca4 - [ethtool-next,v2,5/7] sff-8636: Fix incorrect function name https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/commit/?id=7ff603badbbb - [ethtool-next,v2,6/7] sff-8636: Convert if statement to switch-case https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/commit/?id=128e97c5f6e5 - [ethtool-next,v2,7/7] sff-8636: Remove extra blank lines https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/commit/?id=79cb4ab4787b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Ido Schimmel <idosch@nvidia.com> This patchset contains small patches for various issues I noticed while working on the module EEPROM parsing code. v2: * Patch #1: Do not assume the CLEI code is NULL terminated Ido Schimmel (7): cmis: Fix CLEI code parsing cmis: Fix wrong define name cmis: Correct comment sff-8636: Remove incorrect comment sff-8636: Fix incorrect function name sff-8636: Convert if statement to switch-case sff-8636: Remove extra blank lines cmis.c | 12 +++++++----- cmis.h | 6 +++--- qsfp.c | 18 +++++++++--------- 3 files changed, 19 insertions(+), 17 deletions(-)