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:   Fri,  2 Aug 2019 16:47:46 +0200
From:   Juergen Gross <jgross@...e.com>
To:     torvalds@...ux-foundation.org
Cc:     linux-kernel@...r.kernel.org, xen-devel@...ts.xenproject.org,
        boris.ostrovsky@...cle.com
Subject: [GIT PULL] xen: fixes for 5.3-rc3

Linus,

Please git pull the following tag:

 git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.3a-rc3-tag

xen: fixes for 5.3-rc3

It contains:
- a small cleanup
- a fix for a build error on ARM with some configs
- a fix of a patch for the Xen gntdev driver
- 3 patches for fixing a potential problem in the swiotlb-xen driver
  which Konrad was fine with me carrying them through the Xen tree

Thanks.


Juergen

 drivers/xen/gntdev.c                            |  2 +-
 drivers/xen/privcmd.c                           | 35 ++++---------------------
 drivers/xen/swiotlb-xen.c                       | 34 +++++++-----------------
 drivers/xen/xen-pciback/conf_space_capability.c |  3 +--
 drivers/xen/xlate_mmu.c                         | 32 ++++++++++++++++++++++
 include/linux/page-flags.h                      |  4 +++
 include/xen/xen-ops.h                           |  3 +++
 7 files changed, 56 insertions(+), 57 deletions(-)

Arnd Bergmann (1):
      xen: avoid link error on ARM

Juergen Gross (3):
      xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()
      xen/swiotlb: simplify range_straddles_page_boundary()
      xen/swiotlb: remember having called xen_create_contiguous_region()

Souptick Joarder (1):
      xen/gntdev.c: Replace vm_map_pages() with vm_map_pages_zero()

YueHaibing (1):
      xen/pciback: remove set but not used variable 'old_state'

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ