Revision e036c587cabe64264e27c489b155cb72f8e4b565 authored by David S. Miller on 07 February 2020, 17:47:01 UTC, committed by David S. Miller on 07 February 2020, 17:47:01 UTC
Ido Schimmel says:

====================
mlxsw: Various fixes

This patch set contains various fixes for the mlxsw driver.

Patch #1 fixes an issue introduced in 5.6 in which a route in the main
table can replace an identical route in the local table despite the
local table having an higher precedence.

Patch #2 contains a test case for the bug fixed in patch #1.

Patch #3 also fixes an issue introduced in 5.6 in which the driver
failed to clear the offload indication from IPv6 nexthops upon abort.

Patch #4 fixes an issue that prevents the driver from loading on
Spectrum-3 systems. The problem and solution are explained in detail in
the commit message.

Patch #5 adds a missing error path. Discovered using smatch.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s f8c2afa + 3a99cbb
History
File Mode Size
Documentation
arch
.gitignore -rw-r--r-- 42 bytes
Build -rw-r--r-- 623 bytes
Makefile -rw-r--r-- 1.8 KB
arch.h -rw-r--r-- 1.3 KB
builtin-check.c -rw-r--r-- 1.4 KB
builtin-orc.c -rw-r--r-- 1.1 KB
builtin.h -rw-r--r-- 432 bytes
cfi.h -rw-r--r-- 786 bytes
check.c -rw-r--r-- 58.8 KB
check.h -rw-r--r-- 1.7 KB
elf.c -rw-r--r-- 13.7 KB
elf.h -rw-r--r-- 2.4 KB
objtool.c -rw-r--r-- 2.4 KB
orc.h -rw-r--r-- 348 bytes
orc_dump.c -rw-r--r-- 3.7 KB
orc_gen.c -rw-r--r-- 4.2 KB
special.c -rw-r--r-- 4.5 KB
special.h -rw-r--r-- 551 bytes
sync-check.sh -rwxr-xr-x 1.1 KB
warn.h -rw-r--r-- 1.3 KB

back to top