All of lore.kernel.org
 help / color / mirror / Atom feed
From: Danilo Krummrich <dakr@kernel.org>
To: Mark Brown <broonie@kernel.org>
Cc: Greg KH <greg@kroah.com>, "Rafael J. Wysocki" <rafael@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Next Mailing List <linux-next@vger.kernel.org>,
	Zhi Wang <zhiw@nvidia.com>
Subject: Re: linux-next: manual merge of the driver-core tree with the drm tree
Date: Mon, 17 Aug 2026 22:40:07 +0200	[thread overview]
Message-ID: <e745b636-21eb-44b9-97d2-504f2fdb4030@kernel.org> (raw)
In-Reply-To: <aoMvVQiSv8uzbOLb@sirena.org.uk>

On 8/17/26 5:57 PM, Mark Brown wrote:
> diff --cc rust/helpers/pci.c
> index 4ebf256dff230,23b06becb4489..0000000000000
> --- a/rust/helpers/pci.c
> +++ b/rust/helpers/pci.c
> @@@ -24,14 -24,11 +24,19 @@@ __rust_helper bool rust_helper_dev_is_p
>   	return dev_is_pci(dev);
>   }
>   
>  +#ifndef CONFIG_PCI_IOV
>  +__rust_helper unsigned int
>  +rust_helper_pci_sriov_get_totalvfs(struct pci_dev *pdev)
>  +{
>  +	return pci_sriov_get_totalvfs(pdev);
>  +}
>  +#endif
>  +
> + __rust_helper unsigned int rust_helper_pci_irq_type(struct pci_dev *pdev)
> + {
> + 	return pci_irq_type(pdev);
> + }
> + 
>   #ifndef CONFIG_PCI_MSI
>   __rust_helper int rust_helper_pci_alloc_irq_vectors(struct pci_dev *dev,
>   						    unsigned int min_vecs,


Looks good to me, thanks!

  reply	other threads:[~2026-08-17 20:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-17 15:57 linux-next: manual merge of the driver-core tree with the drm tree Mark Brown
2026-08-17 20:40 ` Danilo Krummrich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-26 21:11 broonie
2014-07-24  5:56 Stephen Rothwell
2014-07-24  6:23 ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e745b636-21eb-44b9-97d2-504f2fdb4030@kernel.org \
    --to=dakr@kernel.org \
    --cc=broonie@kernel.org \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=rafael@kernel.org \
    --cc=zhiw@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.