mbox series

[v2,0/2] xen/list: some fixes in list.h

Message ID 20250219141818.8789-1-jgross@suse.com (mailing list archive)
Headers show
Series xen/list: some fixes in list.h | expand

Message

Juergen Gross Feb. 19, 2025, 2:18 p.m. UTC
Patch 1 is a fix for an undefined behavior reported by Andrew. I think
this patch should be considered for 4.20.

Patch 2 is fixing wrong comments in list.h I stumbled over when doing
patch 1. As it is absolutely no risk involved with this patch, I think
it should be 4.20 material, too.

Changes in V2:
- comments addressed

Juergen Gross (2):
  xen/list: avoid UB in list iterators
  xen/list: fix comments in include/xen/list.h

 xen/drivers/passthrough/x86/hvm.c |   3 +-
 xen/include/xen/list.h            | 144 ++++++++++++++++++------------
 2 files changed, 90 insertions(+), 57 deletions(-)