Message ID | 20231204083808-mutt-send-email-mst@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [GIT,PULL] vdpa: bugfixes | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | success | Errors and warnings before: 1115 this patch: 1115 |
netdev/build_clang | success | Errors and warnings before: 1142 this patch: 1142 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | fail | Problems with Fixes tag: 1 |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 1143 this patch: 1142 |
netdev/build_clang_rust | success | No Rust files in patch. Skipping build |
The pull request you sent on Mon, 4 Dec 2023 08:38:08 -0500:
> https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1e535748449a51842872c46db61525f7524fc63a
Thank you!
There's one other fix in my tree but it was only posted very recently so I am giving it a week in linux next, just in case. The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab: Linux 6.7-rc3 (2023-11-26 19:59:33 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to cefc9ba6aed48a3aa085888e3262ac2aa975714b: pds_vdpa: set features order (2023-12-01 09:55:01 -0500) ---------------------------------------------------------------- vdpa: bugfixes fixes in mlx5 and pds drivers. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> ---------------------------------------------------------------- Shannon Nelson (3): pds_vdpa: fix up format-truncation complaint pds_vdpa: clear config callback when status goes to 0 pds_vdpa: set features order Steve Sistare (1): vdpa/mlx5: preserve CVQ vringh index drivers/vdpa/mlx5/net/mlx5_vnet.c | 7 ++++++- drivers/vdpa/pds/debugfs.c | 2 +- drivers/vdpa/pds/vdpa_dev.c | 7 ++++--- 3 files changed, 11 insertions(+), 5 deletions(-)