Linux v4.18-rc4
This commit is contained in:
parent
d856847d28
commit
e71fe62528
@ -6245,6 +6245,7 @@ CONFIG_VFIO=m
|
||||
CONFIG_VFIO_MDEV_DEVICE=m
|
||||
CONFIG_VFIO_MDEV=m
|
||||
# CONFIG_VFIO_NOIOMMU is not set
|
||||
CONFIG_VFIO_PCI_IGD=y
|
||||
CONFIG_VFIO_PCI=m
|
||||
CONFIG_VFIO_PCI_VGA=y
|
||||
CONFIG_VGA_ARB_MAX_GPUS=16
|
||||
|
@ -6270,6 +6270,7 @@ CONFIG_VFIO=m
|
||||
CONFIG_VFIO_MDEV_DEVICE=m
|
||||
CONFIG_VFIO_MDEV=m
|
||||
# CONFIG_VFIO_NOIOMMU is not set
|
||||
CONFIG_VFIO_PCI_IGD=y
|
||||
CONFIG_VFIO_PCI=m
|
||||
CONFIG_VFIO_PCI_VGA=y
|
||||
CONFIG_VGA_ARB_MAX_GPUS=16
|
||||
|
@ -6270,6 +6270,7 @@ CONFIG_VFIO=m
|
||||
CONFIG_VFIO_MDEV_DEVICE=m
|
||||
CONFIG_VFIO_MDEV=m
|
||||
# CONFIG_VFIO_NOIOMMU is not set
|
||||
CONFIG_VFIO_PCI_IGD=y
|
||||
CONFIG_VFIO_PCI=m
|
||||
CONFIG_VFIO_PCI_VGA=y
|
||||
CONFIG_VGA_ARB_MAX_GPUS=16
|
||||
|
@ -6245,6 +6245,7 @@ CONFIG_VFIO=m
|
||||
CONFIG_VFIO_MDEV_DEVICE=m
|
||||
CONFIG_VFIO_MDEV=m
|
||||
# CONFIG_VFIO_NOIOMMU is not set
|
||||
CONFIG_VFIO_PCI_IGD=y
|
||||
CONFIG_VFIO_PCI=m
|
||||
CONFIG_VFIO_PCI_VGA=y
|
||||
CONFIG_VGA_ARB_MAX_GPUS=16
|
||||
|
@ -6357,6 +6357,7 @@ CONFIG_VFIO=m
|
||||
CONFIG_VFIO_MDEV_DEVICE=m
|
||||
CONFIG_VFIO_MDEV=m
|
||||
# CONFIG_VFIO_NOIOMMU is not set
|
||||
CONFIG_VFIO_PCI_IGD=y
|
||||
CONFIG_VFIO_PCI=m
|
||||
CONFIG_VFIO_PCI_VGA=y
|
||||
CONFIG_VGA_ARB_MAX_GPUS=16
|
||||
|
@ -6332,6 +6332,7 @@ CONFIG_VFIO=m
|
||||
CONFIG_VFIO_MDEV_DEVICE=m
|
||||
CONFIG_VFIO_MDEV=m
|
||||
# CONFIG_VFIO_NOIOMMU is not set
|
||||
CONFIG_VFIO_PCI_IGD=y
|
||||
CONFIG_VFIO_PCI=m
|
||||
CONFIG_VFIO_PCI_VGA=y
|
||||
CONFIG_VGA_ARB_MAX_GPUS=16
|
||||
|
@ -67,9 +67,9 @@ Summary: The Linux kernel
|
||||
# The next upstream release sublevel (base_sublevel+1)
|
||||
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
|
||||
# The rc snapshot level
|
||||
%global rcrev 3
|
||||
%global rcrev 4
|
||||
# The git snapshot level
|
||||
%define gitrev 3
|
||||
%define gitrev 0
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 4.%{upstream_sublevel}.0
|
||||
%endif
|
||||
@ -1842,6 +1842,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Jul 09 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc4.git0.1
|
||||
- Linux v4.18-rc4
|
||||
|
||||
* Mon Jul 09 2018 Laura Abbott <labbott@redhat.com>
|
||||
- Disable debugging options.
|
||||
|
||||
|
3
sources
3
sources
@ -1,3 +1,2 @@
|
||||
SHA512 (linux-4.17.tar.xz) = 4d9de340a26155a89ea8773131c76220cc2057f2b5d031b467b60e8b14c1842518e2d60a863d8c695f0f7640f3f18d43826201984a238dade857b6cef79837db
|
||||
SHA512 (patch-4.18-rc3.xz) = 9c6cb28585e1fa9e7b41a83314040c6b74fdb20c9a69041de9879412c92926f71aaac2c76f4f59c0ad25f06a2431ffa2fd2bd44c6413e7bb6ab078b90fa87f9d
|
||||
SHA512 (patch-4.18-rc3-git3.xz) = ddb6fd43212a140866eac848204fa10e237910b16538278a20f951eff19712877a3583dcac9f1892b6763911fc22de4505b1bdbb3fe70c98fdcad5ddad5e8a97
|
||||
SHA512 (patch-4.18-rc4.xz) = 6d2b502a0a183b3612d3fe64d7836d12087db18cb7446842b777b4e936c60da58faa22830668b1af2acb903ccbf5577bb7b337127c6d6b7778f51c4aa3296c08
|
||||
|
Loading…
Reference in New Issue
Block a user