Linux v4.9-rc8-9-gd9d0452

- Fix DMA from stack in virtio-net (rhbz 1401612)
This commit is contained in:
Laura Abbott 2016-12-06 08:49:41 -08:00
commit fe324f6990
4 changed files with 92 additions and 2 deletions

View file

@ -69,7 +69,7 @@ Summary: The Linux kernel
# The rc snapshot level
%global rcrev 8
# The git snapshot level
%define gitrev 0
%define gitrev 1
# Set rpm version accordingly
%define rpmversion 4.%{upstream_sublevel}.0
%endif
@ -621,6 +621,9 @@ Patch665: netfilter-x_tables-deal-with-bogus-nextoffset-values.patch
#ongoing complaint, full discussion delayed until ksummit/plumbers
Patch849: 0001-iio-Use-event-header-from-kernel-tree.patch
#rhbz 1401612
Patch850: virtio-net-Fix-DMA-from-the-stack-in-virtnet_set_mac_address.patch
# END OF PATCH DEFINITIONS
%endif
@ -2168,6 +2171,10 @@ fi
#
#
%changelog
* Tue Dec 06 2016 Laura Abbott <labbott@fedoraproject.org> - 4.9.0-0.rc8.git1.1
- Linux v4.9-rc8-9-gd9d0452
- Fix DMA from stack in virtio-net (rhbz 1401612)
* Tue Dec 06 2016 Laura Abbott <labbott@fedoraproject.org>
- Reenable debugging options.