net: hns3: set port base vlan tbl_sta to false before removing old vlan
Guangbin Huang authored
[ Upstream commit 9eda7d8b ]

When modify port base vlan, the port base vlan tbl_sta needs to set to
false before removing old vlan, to indicate this operation is not finish.

Fixes: c0f46de3

 ("net: hns3: fix port base vlan add fail when concurrent with reset")
Signed-off-by: default avatarGuangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
384ffa1d
Name Last commit Last update
Documentation x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes"
arch powerpc/kasan: Silence KASAN warnings in __get_wchan()
block block: make bioset_exit() fully resilient against being called twice
certs certs: Add support for using elliptic curve keys for signing modules
crypto crypto: cryptd - Protect per-CPU resource by disabling BH.
drivers net: hns3: set port base vlan tbl_sta to false before removing old vlan
fs io_uring: fix races with buffer table unregister
include x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data
init Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug
ipc ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()
kernel dma-debug: make things less spammy under memory pressure
lib iov_iter: fix build issue due to possible type mis-match
mm mm/memremap: fix missing call to untrack_pfn() in pagemap_range()
net sunrpc: set cl_max_connect when cloning an rpc_clnt
samples samples/landlock: Format with clang-format
scripts scripts/gdb: change kernel config dumping method
security KEYS: trusted: tpm2: Fix migratable logic
sound ALSA: hda/realtek - Add HW8326 support
tools KVM: x86/speculation: Disable Fill buffer clear within guests
usr usr/include/Makefile: add linux/nfc.h to the compile-test coverage
virt KVM: avoid NULL pointer dereference in kvm_dirty_ring_push
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: use 'dts' diff driver for dts files
.gitignore .gitignore: ignore only top-level modules.builtin
.mailmap mailmap: add Andrej Shadura
COPYING COPYING: state that all contributions really are covered by this file
CREDITS MAINTAINERS: Move Daniel Drake to credits
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y
Kconfig kbuild: ensure full rebuild when the compiler is updated
MAINTAINERS MAINTAINERS: add git tree for random.c
Makefile gcc-12: disable '-Wdangling-pointer' warning for now
README Drop all 00-INDEX files from Documentation/
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.