Message ID | 20240331-module-owner-virtio-v2-0-98f04bfaf46a@linaro.org |
---|---|
Headers | show |
Series | virtio: store owner from modules with register_virtio_driver() | expand |
Hi Krzysztof, On 31.03.2024 10:44, Krzysztof Kozlowski wrote: > virtio core already sets the .owner, so driver does not need to. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Anton Yakovlev <anton.yakovlev@opensynergy.com> > --- > > Depends on the first patch. > --- > sound/virtio/virtio_card.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/sound/virtio/virtio_card.c b/sound/virtio/virtio_card.c > index 2da20c625247..7805daea0102 100644 > --- a/sound/virtio/virtio_card.c > +++ b/sound/virtio/virtio_card.c > @@ -438,7 +438,6 @@ static unsigned int features[] = { > > static struct virtio_driver virtsnd_driver = { > .driver.name = KBUILD_MODNAME, > - .driver.owner = THIS_MODULE, > .id_table = id_table, > .feature_table = features, > .feature_table_size = ARRAY_SIZE(features), >
On 31/03/2024 10:43, Krzysztof Kozlowski wrote: > Changes in v2: > - Three new patches: virtio mem+input+balloon > - Minor commit msg adjustments > - Add tags > - Link to v1: https://lore.kernel.org/r/20240327-module-owner-virtio-v1-0-0feffab77d99@linaro.org > > Merging > ======= > All further patches depend on the first virtio patch, therefore please ack > and this should go via one tree: maybe virtio? Michael, Jason, Xuan, Will you be able to take the entire patchset through virtio? Best regards, Krzysztof
On Wed, Apr 10, 2024 at 09:41:57AM +0200, Krzysztof Kozlowski wrote: > On 31/03/2024 10:43, Krzysztof Kozlowski wrote: > > Changes in v2: > > - Three new patches: virtio mem+input+balloon > > - Minor commit msg adjustments > > - Add tags > > - Link to v1: https://lore.kernel.org/r/20240327-module-owner-virtio-v1-0-0feffab77d99@linaro.org > > > > Merging > > ======= > > All further patches depend on the first virtio patch, therefore please ack > > and this should go via one tree: maybe virtio? > > Michael, Jason, Xuan, > > Will you be able to take the entire patchset through virtio? > > Best regards, > Krzysztof Hello! Yes I intend to take it for the next merge window. I am also merging the 1st patch for this release (it's a bugfix).