lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 28 Oct 2023 17:55:24 +0200
From:   Juergen Gross <jgross@...e.com>
To:     torvalds@...ux-foundation.org
Cc:     linux-kernel@...r.kernel.org, xen-devel@...ts.xenproject.org,
        sstabellini@...nel.org
Subject: [GIT PULL] xen: branch for v6.7-rc1

Linus,

Please git pull the following tag:

 git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.7-rc1-tag

xen: branch for v6.7-rc1

It contains the following patches:

- 2 small cleanup patches

- a fix for PCI passthrough under Xen

- a 4 patch series speeding up virtio under Xen with user space backends


Thanks.

Juergen

 drivers/xen/Kconfig                             |   8 +-
 drivers/xen/events/events_base.c                |   3 +-
 drivers/xen/evtchn.c                            |   2 +-
 drivers/xen/privcmd.c                           | 407 +++++++++++++++++++++++-
 drivers/xen/xen-pciback/conf_space.c            |  19 +-
 drivers/xen/xen-pciback/conf_space_capability.c |   8 +-
 drivers/xen/xen-pciback/conf_space_header.c     |  21 +-
 drivers/xen/xenbus/xenbus_dev_frontend.c        |   4 +-
 drivers/xen/xenbus/xenbus_probe.c               |   2 +-
 include/uapi/xen/privcmd.h                      |  22 +-
 include/xen/interface/hvm/ioreq.h               |  51 +++
 11 files changed, 508 insertions(+), 39 deletions(-)

Gustavo A. R. Silva (1):
      xen/xenbus: Add __counted_by for struct read_buffer and use struct_size()

Juergen Gross (1):
      xenbus: fix error exit in xenbus_init()

Marek Marczykowski-Górecki (1):
      xen-pciback: Consider INTx disabled when MSI/MSI-X is enabled

Viresh Kumar (4):
      xen: Make struct privcmd_irqfd's layout architecture independent
      xen: irqfd: Use _IOW instead of the internal _IOC() macro
      xen: evtchn: Allow shared registration of IRQ handers
      xen: privcmd: Add support for ioeventfd

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ