Michael S. Tsirkin
2022-Dec-23 22:27 UTC
[GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups
On Fri, Dec 23, 2022 at 11:54:41AM -0800, Linus Torvalds wrote:> On Thu, Dec 22, 2022 at 11:43 AM Michael S. Tsirkin <mst at redhat.com> wrote: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus > > I see none of this in linux-next. > > LinusThey were all there, just not as these commits, as I squashed fixups to avoid bisect breakages with some configs. Did I do wrong? -- MST
Michael S. Tsirkin
2022-Dec-23 22:35 UTC
[GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups
On Fri, Dec 23, 2022 at 05:27:49PM -0500, Michael S. Tsirkin wrote:> On Fri, Dec 23, 2022 at 11:54:41AM -0800, Linus Torvalds wrote: > > On Thu, Dec 22, 2022 at 11:43 AM Michael S. Tsirkin <mst at redhat.com> wrote: > > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus > > > > I see none of this in linux-next. > > > > Linus > > They were all there, just not as these commits, as I squashed fixups to > avoid bisect breakages with some configs. Did I do wrong?More specifically, everything up to 458326ec10d1233399a342263d33878cb0afe710 lines up in next-20221220, and then I decided to rebase to squash bugfixes. Plus these are two trivial patches on top that just tweak sparse tags so 0 chance of regressions, and an also trivial security-related bugfix.> -- > MST
Linus Torvalds
2022-Dec-23 22:36 UTC
[GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups
On Fri, Dec 23, 2022 at 2:27 PM Michael S. Tsirkin <mst at redhat.com> wrote:> > They were all there, just not as these commits, as I squashed fixups to > avoid bisect breakages with some configs. Did I do wrong?I am literally looking at the next-20221214 state right now, doing git log linus/master.. -- drivers/vhost/vsock.c git log linus/master.. -- drivers/vdpa/mlx5/ git log --grep="temporary variable type tweak" and seeing nothing. So none of these commits - in *any* form - were in linux-next last week as far as I can tell. Linus