[XEN PATCH][for-4.19 0/2] use the macro LOWEST_BIT where appropriate

Nicola Vetrini posted 2 patches 6 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1697125949.git.nicola.vetrini@bugseng.com
xen/common/vmap.c               | 2 +-
xen/drivers/passthrough/iommu.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[XEN PATCH][for-4.19 0/2] use the macro LOWEST_BIT where appropriate
Posted by Nicola Vetrini 6 months, 3 weeks ago
This series replaces two instances of the pattern (x & -x) with the
macro LOWEST_BIT, introduced by the series [1]. Therefore, these patches should
be applied on top of patch 1 from that series.

[1] https://marc.info/?l=xen-devel&m=169712438716424&w=2

Nicola Vetrini (2):
  xen/vmap: use LOWEST_BIT to wrap a violation of Rule 10.1
  xen/iommu: use LOWEST_BIT to wrap a violation of Rule 10.1

 xen/common/vmap.c               | 2 +-
 xen/drivers/passthrough/iommu.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--
2.34.1