commit | 3b0b425279373a822e4f03b9735ac2642405b896 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Feb 24 11:24:57 2020 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 24 11:24:57 2020 -0800 |
tree | f195f37823bf21e45dc5f81f6bcbc689b98d6a71 | |
parent | 31a57fded31176bc3e67bc122e70536cbb02b47a [diff] | |
parent | ea973742140b72db48b2e1303336a7f3d9b0ac73 [diff] |
Merge branch 'net-Clean-driver-module-and-FW-versions' Leon Romanovsky says: ==================== Clean driver, module and FW versions Change log: v1: * Split all FW cleanups patches to separate patches * Fixed commit message * Deleted odd DRV_RELDATE * Added everyone from MAINTAINERS file v0: https://lore.kernel.org/netdev/20200220145855.255704-1-leon@kernel.org This is first patchset to netdev (already sent RDMA [1] and arch/um [2]) in attempt to unify the version management for in-tree kernel code. The patches follow already accepted ethtool change [3] to set as a default linux kernel version. It allows us to remove driver version and present to the users unified picture of driver version, which is similar to default MODULE_VERSION(). As part of this series, I deleted various creative attempts to mark absence of FW. There is no need to set "N/A" in ethtool ->fw_version field and it is enough to do not set it. 1. The code is compile tested and passes 0-day kbuild. 2. The proposed changes are based on commit: 2bb07f4e1d86 ("tc-testing: updated tdc tests for basic filter") 3. WIP branch is [4]. [1] https://lore.kernel.org/linux-rdma/20200220071239.231800-1-leon@kernel.org/ [2] http://lists.infradead.org/pipermail/linux-um/2020-February/002913.html [3] https://lore.kernel.org/linux-rdma/20200127072028.19123-1-leon@kernel.org/ [4] https://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git/log/?h=ethtool ==================== Signed-off-by: David S. Miller <davem@davemloft.net>