[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 4/9] linux-headers: update against 5.9-rc7
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v2 4/9] linux-headers: update against 5.9-rc7 |
Date: |
Tue, 6 Oct 2020 17:39:44 +0200 |
On Fri, 2 Oct 2020 16:06:26 -0400
Matthew Rosato <mjrosato@linux.ibm.com> wrote:
> PLACEHOLDER as the kernel patch driving the need for this ("vfio-pci/zdev:
> define the vfio_zdev header") isn't merged yet.
>
> Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
> ---
> .../drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h | 14
> +++++++-------
> linux-headers/linux/kvm.h | 6 ++++--
> linux-headers/linux/vfio.h | 5 +++++
> 3 files changed, 16 insertions(+), 9 deletions(-)
>
> diff --git
> a/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h
> b/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h
> index 7b4062a..acd4c83 100644
> --- a/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h
> +++ b/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h
> @@ -68,7 +68,7 @@ static inline int pvrdma_idx_valid(uint32_t idx, uint32_t
> max_elems)
>
> static inline int32_t pvrdma_idx(int *var, uint32_t max_elems)
> {
> - const unsigned int idx = qatomic_read(var);
> + const unsigned int idx = atomic_read(var);
Hm... either this shouldn't have been renamed to qatomic_read() in the
first place, or we need to add some post-processing to the update
script.
>
> if (pvrdma_idx_valid(idx, max_elems))
> return idx & (max_elems - 1);
- [PATCH v2 0/9] Retrieve zPCI hardware information from VFIO, Matthew Rosato, 2020/10/02
- [PATCH v2 2/9] MAINTAINERS: Update s390 PCI entry to include headers, Matthew Rosato, 2020/10/02
- [PATCH v2 3/9] update-linux-headers: Add vfio_zdev.h, Matthew Rosato, 2020/10/02
- [PATCH v2 4/9] linux-headers: update against 5.9-rc7, Matthew Rosato, 2020/10/02
- Re: [PATCH v2 4/9] linux-headers: update against 5.9-rc7,
Cornelia Huck <=
- [PATCH v2 1/9] s390x/pci: Move header files to include/hw/s390x, Matthew Rosato, 2020/10/02
- [PATCH v2 8/9] s390x/pci: use a PCI Function structure, Matthew Rosato, 2020/10/02
- [PATCH v2 9/9] s390x/pci: get zPCI function info from host, Matthew Rosato, 2020/10/02
- [PATCH v2 7/9] s390x/pci: clean up s390 PCI groups, Matthew Rosato, 2020/10/02