changelog.Debian 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167
  1. pve-kernel (4.13.8-29) unstable; urgency=medium
  2. * cherry-pick KVM fix for old CPUs
  3. * cherry-pick / backport IB fixes
  4. * cherry-pick vhost perf regression and mem-leak fix
  5. * cherry-pick final Windows BSOD fix
  6. * bump version to 4.13-29, bump ABI to 4.13.8-3-pve
  7. -- Proxmox Support Team <[email protected]> Mon, 4 Dec 2017 09:15:03 +0100
  8. pve-kernel (4.13.8-28) unstable; urgency=medium
  9. * revert MMU changeset which caused bluescreens in Windows VMs
  10. * bump ABI to 4.13.8-2-pve
  11. -- Proxmox Support Team <[email protected]> Wed, 29 Nov 2017 09:49:35 +0100
  12. pve-kernel (4.13.8-27) unstable; urgency=medium
  13. * update to Ubuntu-4.13.0-17.20
  14. * bump ABI to 4.13.8-1-pve
  15. * update e1000e to 3.3.6
  16. * update igb to 5.3.5.12
  17. * update ixgbe to 5.3.3
  18. -- Proxmox Support Team <[email protected]> Fri, 17 Nov 2017 11:41:10 +0100
  19. pve-kernel (4.13.4-26) unstable; urgency=medium
  20. * update to ZFS/SPL 0.7.3
  21. -- Proxmox Support Team <[email protected]> Mon, 6 Nov 2017 11:23:55 +0100
  22. pve-kernel (4.13.4-25) unstable; urgency=medium
  23. * update to Ubuntu-4.13.0-16.19
  24. * update to ZFS/SPL 0.7.2
  25. * fix CVE-2017-12188: nested KVM stack overflow
  26. * bump ABI to 4.13.4-1-pve
  27. -- Proxmox Support Team <[email protected]> Fri, 13 Oct 2017 08:59:53 +0200
  28. pve-kernel (4.13.3-2) unstable; urgency=medium
  29. * update to Ubuntu-4.13.0-12.13
  30. * bump ABI to 4.13.3-1-pve
  31. -- Proxmox Support Team <[email protected]> Wed, 27 Sep 2017 14:01:40 +0200
  32. pve-kernel (4.13.1-1) unstable; urgency=medium
  33. * update to Ubuntu-4.13.0-11.12
  34. * bump ABI to 4.13.1-1-pve
  35. * update ACS override patch for 4.12+
  36. * drop cpuset remap patch, add cpuset cherry-picks instead
  37. * update e1000e/igb/ixgbe to current upstream versions
  38. -- Proxmox Support Team <[email protected]> Wed, 27 Sep 2017 10:08:41 +0200
  39. pve-kernel (4.10.17-23) unstable; urgency=medium
  40. * update to Ubuntu-4.10.0-35.39
  41. * revert buggy skb offload bug fix
  42. -- Proxmox Support Team <[email protected]> Tue, 19 Sep 2017 09:43:50 +0200
  43. pve-kernel (4.10.17-22) unstable; urgency=medium
  44. * fix loopback device refcount leak
  45. -- Proxmox Support Team <[email protected]> Mon, 18 Sep 2017 10:39:10 +0200
  46. pve-kernel (4.10.17-21) unstable; urgency=medium
  47. * update to Ubuntu-4.10.0-33.37
  48. * bump ABI to 4.10.17-3-pve
  49. -- Proxmox Support Team <[email protected]> Thu, 31 Aug 2017 14:57:17 +0200
  50. pve-kernel (4.10.17-20) unstable; urgency=medium
  51. * update to Ubuntu-4.10.0-32.36
  52. * update to ZFS/SPL 0.6.5.11
  53. -- Proxmox Support Team <[email protected]> Mon, 14 Aug 2017 11:23:37 +0200
  54. pve-kernel (4.10.17-19) unstable; urgency=medium
  55. * update to Ubuntu-4.10.0-30.34
  56. * cherry-pick upstream NVME bug fix (BUG_ON with Samsung SM960 Pro)
  57. * bump ABI to 4.10.17-2-pve
  58. -- Proxmox Support Team <[email protected]> Fri, 4 Aug 2017 13:34:37 +0200
  59. pve-kernel (4.10.17-18) unstable; urgency=medium
  60. * switch back to the external e1000e, igb and ixgbe drivers
  61. * update to Ubuntu-4.10.0-28.32
  62. -- Proxmox Support Team <[email protected]> Fri, 28 Jul 2017 14:09:00 +0200
  63. pve-kernel (4.10.17-17) unstable; urgency=medium
  64. * update CVE-2017-1000364 fix
  65. * Fix: CVE-2017-1000365, CVE-2017-10810, CVE-2017-7482
  66. -- Proxmox Support Team <[email protected]> Wed, 19 Jul 2017 10:04:34 +0200
  67. pve-kernel (4.10.17-16) unstable; urgency=medium
  68. * update to Ubuntu 4.10.0-26.30 (based on stable kernel 4.10.17)
  69. * use e1000e, igb, ixgbe NIC drivers form upstream kernel
  70. * bump ABI to 4.10.17-1-pve
  71. -- Proxmox Support Team <[email protected]> Tue, 11 Jul 2017 09:55:44 +0200
  72. pve-kernel (4.10.15-15) unstable; urgency=medium
  73. * replace CVE-2017-100364 fix and follow-up with upstream version
  74. -- Proxmox Support Team <[email protected]> Fri, 23 Jun 2017 08:57:55 +0200
  75. pve-kernel (4.10.15-14) unstable; urgency=medium
  76. * add follow-up fix for CVE-2017-100364 fix
  77. -- Proxmox Support Team <[email protected]> Thu, 22 Jun 2017 09:23:39 +0200
  78. pve-kernel (4.10.15-13) unstable; urgency=medium
  79. * update to Ubuntu 4.10.0-24.28
  80. * fix CVE-2017-1000364 - "The Stack Clash"
  81. -- Proxmox Support Team <[email protected]> Tue, 20 Jun 2017 09:57:09 +0200
  82. pve-kernel (4.10.15-12) unstable; urgency=medium
  83. * fix #1366: cherry-pick pinctl fix for AMD Ryzen on certain Gigabyte mainboards
  84. -- Proxmox Support Team <[email protected]> Mon, 12 Jun 2017 11:18:07 +0200
  85. pve-kernel (4.10.15-11) unstable; urgency=medium
  86. * fix CVE-2017-9074 fix
  87. -- Proxmox Support Team <[email protected]> Fri, 9 Jun 2017 11:39:55 +0200
  88. pve-kernel (4.10.15-10) unstable; urgency=medium
  89. * update to Ubuntu-4.10.0-22.24
  90. * bump ABI to 4.10.15-1-pve
  91. * fix CVE-2017-8890, CVE-2017-9074, CVE-2017-9075, CVE-2017-9076,
  92. CVE-2017-9077, CVE-2017-9242
  93. -- Proxmox Support Team <[email protected]> Wed, 7 Jun 2017 10:36:18 +0200
  94. pve-kernel (4.10.11-9) unstable; urgency=medium
  95. * fix DoS bug exploitable via nftables
  96. -- Proxmox Support Team <[email protected]> Mon, 22 May 2017 09:59:55 +0200
  97. pve-kernel (4.10.11-8) unstable; urgency=medium
  98. * update to Ubuntu-4.10.0-21.23
  99. * bump ABI to 4.10.11-1-pve
  100. -- Proxmox Support Team <[email protected]> Thu, 18 May 2017 09:14:18 +0200
  101. pve-kernel (4.10.8-7) unstable; urgency=medium
  102. * update CVE-2017-7979 fix (#1351) to final version
  103. * add fix for swapops.h BUG_ON
  104. * fix #1343: jumbo frame support for intel e1000e, igb and ixgbe modules
  105. -- Proxmox Support Team <[email protected]> Fri, 5 May 2017 09:18:09 +0200
  106. pve-kernel (4.10.8-6) unstable; urgency=medium
  107. * update to Ubuntu-4.10.0-19.21
  108. * fix #1351: kernel bug when adding network rate limit
  109. * bump ABI to 4.10.8-1-pve
  110. -- Proxmox Support Team <[email protected]> Thu, 13 Apr 2017 11:24:12 +0200
  111. pve-kernel (4.10.5-5) unstable; urgency=medium
  112. * set default IO scheduler to deadline again
  113. -- Proxmox Support Team <[email protected]> Wed, 29 Mar 2017 15:13:56 +0200
  114. pve-kernel (4.10.5-4) unstable; urgency=medium
  115. * update to Ubuntu-4.10.0-15.17
  116. * bump ABI to 4.10.5-1-pve
  117. * include fix for MTU > 1500 on OpenVSwitch
  118. -- Proxmox Support Team <[email protected]> Tue, 28 Mar 2017 10:13:56 +0200
  119. pve-kernel (4.10.3-3) unstable; urgency=medium
  120. * update to Ubuntu-4.10.0-14.16
  121. * bump ABI to 4.10.3-1-pve
  122. -- Proxmox Support Team <[email protected]> Fri, 24 Mar 2017 13:43:59 +0100
  123. pve-kernel (4.10.1-2) unstable; urgency=medium
  124. * update to Ubuntu-4.10.0-13.15
  125. * bump ABI to 4.10.1-2-pve
  126. -- Proxmox Support Team <[email protected]> Fri, 10 Mar 2017 10:20:14 +0100
  127. pve-kernel (4.10.1-1) unstable; urgency=medium
  128. * update to Ubuntu Zesty's 4.10.0-11.13 kernel
  129. * update igb to 5.3.5.4
  130. * update ixgbe to 5.0.4
  131. * update e1000e to 3.3.5.3
  132. * don't build DRBD9 anymore, pve-kernel now comes with mainline DRBD8
  133. * drop intel_idle Atom Cedarview revert
  134. -- Proxmox Support Team <[email protected]> Fri, 3 Mar 2017 15:54:29 +0100
  135. pve-kernel (4.4.44-83) unstable; urgency=medium
  136. * update to Ubuntu-4.4.0-63.84
  137. * add KVM RTC cherry-pick for Windows live-migration
  138. * disable intel_idle for Atom N2000 series
  139. * update DRBD 9 module to 9.0.6
  140. * bump ABI to pve-kernel-4.4.44-1
  141. -- Proxmox Support Team <[email protected]> Wed, 1 Mar 2017 09:22:35 +0100
  142. pve-kernel (4.4.40-82) unstable; urgency=medium
  143. * fix CVE-2017-6074: local root privilege escalation in dccp module
  144. * fix #1276: include package version in uname information
  145. -- Proxmox Support Team <[email protected]> Thu, 23 Feb 2017 15:14:06 +0100
  146. pve-kernel (4.4.40-80) unstable; urgency=medium
  147. * bump ABI to pve-kernel-4.4.40-1
  148. * update ZFS/SPL sources to 0.6.5.9
  149. * fix CVE-2017-2596: kvm: page reference leakage
  150. * update to Ubuntu-4.4.0-62.83
  151. -- Proxmox Support Team <[email protected]> Wed, 8 Feb 2017 15:54:24 +0100
  152. pve-kernel (4.4.35-79) unstable; urgency=medium
  153. * change default transparent hugepages setting to madvise
  154. * revert buggy NVME commits (http://bugs.launchpad.net/bugs/1626894)
  155. * fix CVE-2017-2583: potential DoS or privilege escalation in KVM guests
  156. -- Proxmox Support Team <[email protected]> Thu, 19 Jan 2017 14:43:35 +0100
  157. pve-kernel (4.4.35-78) unstable; urgency=medium
  158. * revert OOM-commits causing premature OOM kills
  159. * bump ABI to pve-kernel-4.4.35-2
  160. * bump version to 4.4.35-78
  161. -- Proxmox Support Team <[email protected]> Mon, 9 Jan 2017 10:03:41 +0100
  162. pve-kernel (4.4.35-77) unstable; urgency=medium
  163. * update to Ubuntu-4.4.0-58.79
  164. * add cpuset remap patch
  165. -- Proxmox Support Team <[email protected]> Thu, 22 Dec 2016 11:58:43 +0100
  166. pve-kernel (4.4.35-76) unstable; urgency=medium
  167. * version bump for new 4.4. release
  168. -- Proxmox Support Team <[email protected]> Fri, 09 Dec 2016 11:22:21 +0100
  169. pve-kernel (4.4.35-75) unstable; urgency=medium
  170. * cherry-pick fix for bn2x2 bridge issue (Ubuntu bug #1616107)
  171. * fix CVE-2016-8655
  172. -- Proxmox Support Team <[email protected]> Tue, 6 Dec 2016 09:38:59 +0100
  173. pve-kernel (4.4.35-74) unstable; urgency=medium
  174. * update to Ubuntu-4.4.0-52.73
  175. * update to DRBD 9.0.5-1
  176. -- Proxmox Support Team <[email protected]> Mon, 5 Dec 2016 10:19:19 +0100
  177. pve-kernel (4.4.30-73) unstable; urgency=medium
  178. * update to Ubuntu-4.4.0-51.72
  179. -- Proxmox Support Team <[email protected]> Wed, 30 Nov 2016 09:43:00 +0100
  180. pve-kernel (4.4.24-72) unstable; urgency=medium
  181. * update to Ubuntu-4.4.0-47.68
  182. -- Proxmox Support Team <[email protected]> Mon, 14 Nov 2016 12:16:54 +0100
  183. pve-kernel (4.4.21-71) unstable; urgency=medium
  184. * fix zpool import hang with vdev on zvol
  185. -- Proxmox Support Team <[email protected]> Thu, 27 Oct 2016 09:17:26 +0200
  186. pve-kernel (4.4.21-70) unstable; urgency=medium
  187. * update to Ubuntu-4.4.0-45.66
  188. * update ZFS/SPL to 0.6.5.8
  189. -- Proxmox Support Team <[email protected]> Thu, 20 Oct 2016 13:21:56 +0200
  190. pve-kernel (4.4.21-69) unstable; urgency=medium
  191. * update to Ubuntu-4.4.0-43.63
  192. * fix #927: IPoIB performance regression
  193. -- Proxmox Support Team <[email protected]> Fri, 14 Oct 2016 08:59:12 +0200
  194. pve-kernel (4.4.21-68) unstable; urgency=medium
  195. * update to Ubuntu-4.4.0-42.62
  196. -- Proxmox Support Team <[email protected]> Thu, 13 Oct 2016 09:16:07 +0200
  197. pve-kernel (4.4.21-67) unstable; urgency=medium
  198. * update to Ubuntu-4.4.0-41.61
  199. * bump API to 4.4.21-1-pve
  200. * drop e31200_edac skylake support patch, applied upstream
  201. -- Proxmox Support Team <[email protected]> Mon, 10 Oct 2016 13:58:01 +0200
  202. pve-kernel (4.4.19-66) unstable; urgency=medium
  203. * update to Ubuntu-4.4.0-38.57
  204. * bump API to 4.4.19-1-pve
  205. -- Proxmox Support Team <[email protected]> Wed, 14 Sep 2016 13:22:45 +0200
  206. pve-kernel (4.4.16-65) unstable; urgency=medium
  207. * update drbd to 9.0.4-1
  208. -- Proxmox Support Team <[email protected]> Wed, 07 Sep 2016 17:27:10 +0200
  209. pve-kernel (4.4.16-64) unstable; urgency=medium
  210. * sd: Fix rw_max for devices that report an optimal xfer size
  211. -- Proxmox Support Team <[email protected]> Wed, 31 Aug 2016 14:42:18 +0200
  212. pve-kernel (4.4.16-63) unstable; urgency=medium
  213. * bump deb release to -63 for proxmox-ve package update
  214. -- Proxmox Support Team <[email protected]> Mon, 29 Aug 2016 12:08:09 +0200
  215. pve-kernel (4.4.16-62) unstable; urgency=medium
  216. * watchdog: mei_wdt: implement MEI iAMT watchdog driver
  217. * update e1000e to 3.3.5
  218. -- Proxmox Support Team <[email protected]> Thu, 25 Aug 2016 11:03:48 +0200
  219. pve-kernel (4.4.16-61) unstable; urgency=medium
  220. * update to Ubuntu-4.4.0-36.55
  221. * bump API to 4.4.16-1-pve
  222. * drop ceph-scheduler-fix.patch (applied upstream)
  223. * EDAC, ie31200_edac: Add Skylake support
  224. * update igb to 5.3.5.3
  225. -- Proxmox Support Team <[email protected]> Wed, 24 Aug 2016 15:08:27 +0200
  226. pve-kernel (4.4.15-60) unstable; urgency=medium
  227. * update to Ubuntu-4.4.0-33.52
  228. * drop CVE fixes applied upstream
  229. -- Proxmox Support Team <[email protected]> Mon, 25 Jul 2016 09:03:35 +0200
  230. pve-kernel (4.4.13-59) unstable; urgency=medium
  231. * fix a divide by zero bug with load average calculation in the scheduler on
  232. dual processor systems (ceph-scheduler-fix.patch)
  233. -- Proxmox Support Team <[email protected]> Mon, 25 Jul 2016 08:22:03 +0200
  234. pve-kernel (4.4.13-58) unstable; urgency=medium
  235. * update to Ubuntu-4.4.0-31.50
  236. * bump API to 4.4.13-2-pve
  237. * update drbd to 9.0.3-1
  238. -- Proxmox Support Team <[email protected]> Fri, 15 Jul 2016 06:19:41 +0200
  239. pve-kernel (4.4.13-57) unstable; urgency=medium
  240. * fix CVE-2016-4470
  241. * fix CVE-2016-4794
  242. -- Proxmox Support Team <[email protected]> Thu, 14 Jul 2016 12:37:41 +0200
  243. pve-kernel (4.4.13-56) unstable; urgency=medium
  244. * update to zfs/spl 0.6.5.7
  245. -- Proxmox Support Team <[email protected]> Mon, 27 Jun 2016 12:30:00 +0200
  246. pve-kernel (4.4.13-55) unstable; urgency=medium
  247. * update to Ubuntu-4.4.0-28.47
  248. * bump API to 4.4.13-1-pve
  249. -- Proxmox Support Team <[email protected]> Sat, 25 Jun 2016 11:50:10 +0200
  250. pve-kernel (4.4.10-54) unstable; urgency=medium
  251. * Update to Ubuntu-4.4.0-24.43
  252. * bump API to 4.4.10-1-pve
  253. -- Proxmox Support Team <[email protected]> Fri, 10 Jun 2016 20:55:02 +0200
  254. pve-kernel (4.4.8-53) unstable; urgency=medium
  255. * update ixgbe to 4.4.6
  256. -- Proxmox Support Team <[email protected]> Fri, 10 Jun 2016 13:34:15 +0200
  257. pve-kernel (4.4.8-52) unstable; urgency=medium
  258. * ixgbe: Correct handling of any outer UDP checksum setting
  259. -- Proxmox Support Team <[email protected]> Tue, 31 May 2016 06:54:52 +0200
  260. pve-kernel (4.4.8-51) unstable; urgency=medium
  261. * Update to Ubuntu-4.4.0-22.40 (fix CVE-2016-0758 and CVE-2016-3713)
  262. -- Proxmox Support Team <[email protected]> Tue, 17 May 2016 15:56:58 +0200
  263. pve-kernel (4.4.8-50) unstable; urgency=medium
  264. * Fix CVE-2016-4485, CVE-2016-4486, CVE-2016-4558
  265. * By default disable the new dynamic halt polling behavior
  266. -- Proxmox Support Team <[email protected]> Thu, 12 May 2016 09:20:02 +0200
  267. pve-kernel (4.4.8-49) unstable; urgency=medium
  268. * bump API to 4.4.8-1-pve
  269. * update to Update to Ubuntu-4.4.0-22.39
  270. * fix #981: backport Skylake ACS quirk patches from 4.7
  271. * add fix for zfs acl write bug
  272. -- Proxmox Support Team <[email protected]> Mon, 09 May 2016 10:28:20 +0200
  273. pve-kernel (4.4.6-48) unstable; urgency=medium
  274. * fix CVE-2016-3951
  275. * fix #950: cherry-pick length check for tcp_mark_head_lost
  276. -- Proxmox Support Team <[email protected]> Thu, 21 Apr 2016 09:33:27 +0200
  277. pve-kernel (4.4.6-47) unstable; urgency=medium
  278. * fix CVE-2016-3955
  279. -- Proxmox Support Team <[email protected]> Wed, 20 Apr 2016 09:18:45 +0200
  280. pve-kernel (4.4.6-46) unstable; urgency=medium
  281. * update to Ubuntu-4.4.0-21.37
  282. * update DRBD to 9.0.2-1
  283. * delete apparmor-fix-bad--include-path.patch (upstream)
  284. * detete ntp-Fix-ADJ_SETOFFSET-being-used-w-ADJ_NANO.patch (upstream)
  285. -- Proxmox Support Team <[email protected]> Wed, 20 Apr 2016 06:19:02 +0200
  286. pve-kernel (4.4.6-45) unstable; urgency=medium
  287. * Backport ntp clock_adjtime fix from 4.5
  288. -- Proxmox Support Team <[email protected]> Fri, 15 Apr 2016 09:29:51 +0200
  289. pve-kernel (4.4.6-44) unstable; urgency=medium
  290. * set CONFIG_BLK_DEV_NVME=y to avoid HW detection problems
  291. -- Proxmox Support Team <[email protected]> Thu, 14 Apr 2016 12:31:34 +0200
  292. pve-kernel (4.4.6-43) unstable; urgency=medium
  293. * update e1000e to 3.3.3
  294. * update ixgbe to 4.3.15
  295. * update igb to 5.3.4.4
  296. * update to Linux 4.4.6 (ubuntu-xenial Ubuntu-4.4.0-17.33)
  297. * remove kvmstealtime.patch (now upstream)
  298. * remove 0001-KVM-VMX-Fix-host-initiated-access-to-guest-MSR_TSC_A.patch
  299. (upstream)
  300. * remove iSCSI-block-sd-Fix-device-imposed-transfer-length-limits.patch
  301. (upstream)
  302. * remove aacraid backport patches (now upstream)
  303. -- Proxmox Support Team <[email protected]> Mon, 11 Apr 2016 09:33:40 +0200
  304. pve-kernel (4.2.8-42) unstable; urgency=medium
  305. * update spl/zfs 0.6.5.6
  306. -- Proxmox Support Team <[email protected]> Wed, 30 Mar 2016 11:06:34 +0200
  307. pve-kernel (4.2.8-41) unstable; urgency=medium
  308. * update kernel source to Ubuntu-4.2.0-34.39
  309. -- Proxmox Support Team <[email protected]> Sat, 19 Mar 2016 10:19:00 +0100
  310. pve-kernel (4.2.8-40) unstable; urgency=medium
  311. * fix iSCSI patch on commit ef5f1ab8555594d7d400308a4a38b2d0cdf1458f
  312. -- Proxmox Support Team <[email protected]> Thu, 17 Mar 2016 16:50:57 +0100
  313. pve-kernel (4.2.8-39) unstable; urgency=medium
  314. * fix freeze of VMs on live migration
  315. -- Proxmox Support Team <[email protected]> Fri, 26 Feb 2016 12:10:39 +0100
  316. pve-kernel (4.2.8-38) unstable; urgency=medium
  317. * update kernel source to Ubuntu-4.2.0-30.35
  318. * remove apparmor-socket-mediation.patch (now upstream)
  319. * remove CVE-2015-8785 an CVE-2016-2069 fix (now upstream)
  320. * remove 000X-mttr.patch (now upstream)
  321. * update DRBD to 9.0.1 (commit 3d38916489fac62b036d8e79d3fcd81d318ca4cb)
  322. -- Proxmox Support Team <[email protected]> Wed, 24 Feb 2016 08:30:17 +0100
  323. pve-kernel (4.2.8-37) unstable; urgency=medium
  324. * update kernel source to Ubuntu-4.2.0-27.32
  325. * bump API to 4.2.8-1-pve
  326. * remove kvm-x86-obey-KVM_X86_QUIRK_CD_NW_CLEARED-in-kvm_set_cr0.patch
  327. (upstream)
  328. * remove CVE-2015-7513-KVM-x86-Reload-pit-counters-for-all-channels.patch
  329. (upstream)
  330. * remove CVE-2015-8787-netfilter-NULL-pointer-check.patch (upstream)
  331. -- Proxmox Support Team <[email protected]> Wed, 03 Feb 2016 15:18:40 +0100
  332. pve-kernel (4.2.6-36) unstable; urgency=medium
  333. * Fix CVE-2016-2069: TBL flushing
  334. * Fix CVE-2015-8787: netfilter NULL pointer checking
  335. -- Proxmox Support Team <[email protected]> Thu, 28 Jan 2016 11:09:09 +0100
  336. pve-kernel (4.2.6-35) unstable; urgency=medium
  337. * Fix CVE-2015-8785: fuse infinite loop
  338. -- Proxmox Support Team <[email protected]> Mon, 25 Jan 2016 09:21:20 +0100
  339. pve-kernel (4.2.6-34) unstable; urgency=medium
  340. * update kernel source to Ubuntu-4.2.0-25.30 (fix CVE-2016-0728)
  341. * remove KVM-svm-unconditionally-intercept-DB.patch (upstream)
  342. * remove CVE-2015-8709-ptrace-require-mapped-uids-gids.patch (upstream)
  343. -- Proxmox Support Team <[email protected]> Thu, 21 Jan 2016 08:55:17 +0100
  344. pve-kernel (4.2.6-33) unstable; urgency=medium
  345. * update spl/zfs to 0.6.5.4
  346. -- Proxmox Support Team <[email protected]> Thu, 14 Jan 2016 11:31:40 +0100
  347. pve-kernel (4.2.6-32) unstable; urgency=medium
  348. * backport iSCSI fix from 4.4-rc5
  349. * fix CVE-2015-7513
  350. -- Proxmox Support Team <[email protected]> Sun, 10 Jan 2016 15:04:45 +0100
  351. pve-kernel (4.2.6-31) unstable; urgency=medium
  352. * Fix CVE-2015-8709: privilege escalation in user namespaces
  353. -- Proxmox Support Team <[email protected]> Thu, 07 Jan 2016 11:20:19 +0100
  354. pve-kernel (4.2.6-30) unstable; urgency=medium
  355. * rea-dd override_for_missing_acs_capabilities patch
  356. -- Proxmox Support Team <[email protected]> Mon, 04 Jan 2016 06:21:55 +0100
  357. pve-kernel (4.2.6-29) unstable; urgency=medium
  358. * kvm mttr fixes (pci passthrough)
  359. -- Proxmox Support Team <[email protected]> Thu, 31 Dec 2015 12:43:56 +0100
  360. pve-kernel (4.2.6-28) unstable; urgency=medium
  361. * update aacraid driver (backport from kernel 4.4rc5)
  362. -- Proxmox Support Team <[email protected]> Sat, 19 Dec 2015 15:26:05 +0100
  363. pve-kernel (4.2.6-27) unstable; urgency=medium
  364. * AppArmor: add temporary socket mediation fix
  365. -- Proxmox Support Team <[email protected]> Fri, 18 Dec 2015 12:39:05 +0100
  366. pve-kernel (4.2.6-26) unstable; urgency=medium
  367. * fix CVE-2015-8104 (KVM-svm-unconditionally-intercept-DB.patch)
  368. -- Proxmox Support Team <[email protected]> Wed, 09 Dec 2015 10:32:45 +0100
  369. pve-kernel (4.2.3-25) unstable; urgency=medium
  370. * blacklist ipmi_watchdog.ko
  371. -- Proxmox Support Team <[email protected]> Fri, 04 Dec 2015 19:04:52 +0100
  372. pve-kernel (4.2.3-24) unstable; urgency=medium
  373. * include autogenerated blacklist for watchdog devices
  374. -- Proxmox Support Team <[email protected]> Wed, 02 Dec 2015 11:38:06 +0100
  375. pve-kernel (4.2.3-23) unstable; urgency=medium
  376. * update kernel source to Ubuntu-4.2.0-19.23
  377. * bump kernel API to 4.2.6-1-pve
  378. -- Proxmox Support Team <[email protected]> Tue, 01 Dec 2015 18:24:23 +0100
  379. pve-kernel (4.2.3-22) unstable; urgency=medium
  380. * add kvm-x86-obey-KVM_X86_QUIRK_CD_NW_CLEARED-in-kvm_set_cr0.patch
  381. -- Proxmox Support Team <[email protected]> Sun, 15 Nov 2015 15:50:52 +0100
  382. pve-kernel (4.2.3-21) unstable; urgency=medium
  383. * update spl/zfs to 0.6.5.3
  384. -- Proxmox Support Team <[email protected]> Thu, 05 Nov 2015 07:32:30 +0100
  385. pve-kernel (4.2.3-20) unstable; urgency=medium
  386. * update kernel source to Ubuntu-4.2.0-17.21
  387. -- Proxmox Support Team <[email protected]> Tue, 03 Nov 2015 10:15:03 +0100
  388. pve-kernel (4.2.3-19) unstable; urgency=medium
  389. * update e1000e to 3.2.7.1
  390. * bump kernel API to 4.2.3-2-pve
  391. -- Proxmox Support Team <[email protected]> Mon, 02 Nov 2015 10:05:01 +0100
  392. pve-kernel (4.2.3-18) unstable; urgency=medium
  393. * kvm : fix stealtime bug
  394. -- Proxmox Support Team <[email protected]> Wed, 21 Oct 2015 14:23:45 +0200
  395. pve-kernel (4.2.3-17) unstable; urgency=medium
  396. * update kernel source to Ubuntu-4.2.0-16.19 (rebase to v4.2.3)
  397. * remove patch fix-rtnl_bridge_getlink.patch (now upsream)
  398. -- Proxmox Support Team <[email protected]> Sun, 18 Oct 2015 10:56:49 +0200
  399. pve-kernel (4.2.2-16) unstable; urgency=medium
  400. * update zfs to 0.6.5.2
  401. -- Proxmox Support Team <[email protected]> Mon, 05 Oct 2015 18:05:05 +0200
  402. pve-kernel (4.2.2-15) unstable; urgency=medium
  403. * add newer ixgbe driver (ixgbe-4.1.5.tar.gz)
  404. * update kernel source to Ubuntu-4.2.0-14.16 (rebase to v4.2.2)
  405. -- Proxmox Support Team <[email protected]> Sat, 03 Oct 2015 08:23:43 +0200
  406. pve-kernel (4.2.1-14) unstable; urgency=medium
  407. * update kernel source to Ubuntu-4.2.0-11.13 (rebase to v4.2.1)
  408. -- Proxmox Support Team <[email protected]> Fri, 25 Sep 2015 09:26:29 +0200
  409. pve-kernel (4.2.0-13) unstable; urgency=medium
  410. * update kernel source to Ubuntu-4.2.0-10.12
  411. * update zfs/spl to 0.6.5
  412. -- Proxmox Support Team <[email protected]> Mon, 21 Sep 2015 10:30:10 +0200
  413. pve-kernel (4.2.0-12) unstable; urgency=medium
  414. * kernel4.2: fix bridge vlan command with bond
  415. -- Proxmox Support Team <[email protected]> Wed, 16 Sep 2015 16:34:16 +0200
  416. pve-kernel (4.2.0-11) unstable; urgency=medium
  417. * do not use TRANSPARENT_HUGEPAGE by default
  418. * update kernel source to Ubuntu-4.2.0-10.11
  419. -- Proxmox Support Team <[email protected]> Tue, 15 Sep 2015 09:53:08 +0200
  420. pve-kernel (4.2.0-10) unstable; urgency=medium
  421. * update drbd9 driver
  422. -- Proxmox Support Team <[email protected]> Tue, 08 Sep 2015 18:47:35 +0200
  423. pve-kernel (4.2.0-9) unstable; urgency=medium
  424. * update to kernel 4.2.0
  425. * use upstream igb driver
  426. * update drbd9 driver
  427. -- Proxmox Support Team <[email protected]> Sat, 05 Sep 2015 20:19:04 +0200
  428. pve-kernel (4.1.3-8) unstable; urgency=medium
  429. * fix bug #674: avoid zfs loop mount crash
  430. -- Proxmox Support Team <[email protected]> Sun, 09 Aug 2015 17:01:06 +0200
  431. pve-kernel (4.1.3-7) unstable; urgency=medium
  432. * use zfs/spl sources from our zfs userspace tool (to
  433. avoid version missmatch)
  434. -- Proxmox Support Team <[email protected]> Thu, 30 Jul 2015 18:39:00 +0200
  435. pve-kernel (4.1.3-6) unstable; urgency=medium
  436. * update to 4.1.3 (ubuntgu wily)
  437. -- Proxmox Support Team <[email protected]> Thu, 30 Jul 2015 07:37:56 +0200
  438. pve-kernel-3.19.8 (3.19.8-5) unstable; urgency=medium
  439. * add bridge-vlanrage patches
  440. -- Proxmox Support Team <[email protected]> Fri, 24 Jul 2015 11:13:14 +0200
  441. pve-kernel-3.19.8 (3.19.8-4) unstable; urgency=medium
  442. * update kernel to Linux 3.19.8-ckt2
  443. * update zfs/spl to 0.6.4.2
  444. -- Proxmox Support Team <[email protected]> Tue, 21 Jul 2015 12:16:06 +0200
  445. pve-kernel-3.19.8 (3.19.8-3) unstable; urgency=medium
  446. * update DRBD to 9.0.0
  447. * update kernel to Linux 3.19.8-ckt1
  448. -- Proxmox Support Team <[email protected]> Wed, 17 Jun 2015 06:20:05 +0200
  449. pve-kernel-3.19.8 (3.19.8-2) unstable; urgency=medium
  450. * include latest igb and ixgbe drivers
  451. * disable evbug module
  452. -- Proxmox Support Team <[email protected]> Wed, 27 May 2015 15:13:05 +0200
  453. pve-kernel-3.19.8 (3.19.8-1) unstable; urgency=medium
  454. * update to ubuntu-vivid based kernel
  455. -- Proxmox Support Team <[email protected]> Wed, 27 May 2015 09:43:40 +0200
  456. pve-kernel-3.10.0 (3.10.0-35) unstable; urgency=medium
  457. * update igb driver to 5.2.18
  458. * update ixgbe driver to 4.0.3
  459. * update i40e driver to 1.2.38
  460. * drbd9 update to commit 6d340f1f63db9d2dd38e3696e47c0d0e49f3f6b2
  461. -- Proxmox Support Team <[email protected]> Fri, 08 May 2015 10:21:56 +0200
  462. pve-kernel-3.10.0 (3.10.0-34) unstable; urgency=medium
  463. * update zfs/spl 0.6.4, bump api version to 9-pve
  464. -- Proxmox Support Team <[email protected]> Tue, 14 Apr 2015 13:11:38 +0200
  465. pve-kernel-3.10.0 (3.10.0-33) unstable; urgency=medium
  466. * updaupdate to kernel-3.10.0-229.1.2.el7.src.rpm
  467. -- Proxmox Support Team <[email protected]> Fri, 10 Apr 2015 16:15:34 +0200
  468. pve-kernel-3.10.0 (3.10.0-32) unstable; urgency=medium
  469. * use apparmor as default security module
  470. -- Proxmox Support Team <[email protected]> Sun, 05 Apr 2015 10:12:49 +0200
  471. pve-kernel-3.10.0 (3.10.0-31) unstable; urgency=medium
  472. * include latest DRBD 9.0 driver
  473. -- Proxmox Support Team <[email protected]> Tue, 17 Mar 2015 16:10:00 +0100
  474. pve-kernel-3.10.0 (3.10.0-30) unstable; urgency=medium
  475. * update to kernel-3.10.0-229.el7.src.rpm
  476. * remove tg3-fix-deadlock_in_tg3_change_mtu.patch (now upstream)
  477. -- Proxmox Support Team <[email protected]> Sat, 14 Mar 2015 10:32:36 +0100
  478. pve-kernel-3.10.0 (3.10.0-29) unstable; urgency=low
  479. * IPv6: forwaring ICMP6 neighbor solicitation on bridge
  480. * vhost-net: extend device allocation to vmalloc
  481. -- Proxmox Support Team <[email protected]> Fri, 06 Mar 2015 07:09:19 +0100
  482. pve-kernel-3.10.0 (3.10.0-28) unstable; urgency=low
  483. * update to kernel-3.10.0-123.20.1.el7.src.rpm
  484. * add latest Intel(R) Ethernet Connection XL710 Network Driver (i40e)
  485. -- Proxmox Support Team <[email protected]> Fri, 27 Feb 2015 06:01:27 +0100
  486. pve-kernel-3.10.0 (3.10.0-27) unstable; urgency=low
  487. * enable vhost-scsi module
  488. -- Proxmox Support Team <[email protected]> Thu, 22 Jan 2015 10:57:12 +0100
  489. pve-kernel-3.10.0 (3.10.0-26) unstable; urgency=low
  490. * update hpsa module
  491. -- Proxmox Support Team <[email protected]> Tue, 13 Jan 2015 17:32:17 +0100
  492. pve-kernel-3.10.0 (3.10.0-25) unstable; urgency=low
  493. * add zfs modules
  494. -- Proxmox Support Team <[email protected]> Sun, 11 Jan 2015 08:37:21 +0100
  495. pve-kernel-3.10.0 (3.10.0-24) unstable; urgency=low
  496. * update to kernel kernel-3.10.0-123.13.2.el7.src.rpm
  497. -- Proxmox Support Team <[email protected]> Sat, 27 Dec 2014 09:31:58 +0100
  498. pve-kernel-3.10.0 (3.10.0-23) unstable; urgency=low
  499. * update igb to 5.2.15
  500. * update ixgbe to 3.23.2
  501. -- Proxmox Support Team <[email protected]> Fri, 26 Dec 2014 10:39:17 +0100
  502. pve-kernel-3.10.0 (3.10.0-22) unstable; urgency=low
  503. * update netxtreme2 drivers to 7.11.05
  504. -- Proxmox Support Team <[email protected]> Wed, 24 Dec 2014 14:36:07 +0100
  505. pve-kernel-3.10.0 (3.10.0-21) unstable; urgency=low
  506. * include cephfs module
  507. -- Proxmox Support Team <[email protected]> Tue, 16 Dec 2014 14:25:21 +0100
  508. pve-kernel-3.10.0 (3.10.0-20) unstable; urgency=low
  509. * update to kernel-3.10.0-123.9.3.el7.src.rpm
  510. -- Proxmox Support Team <[email protected]> Fri, 05 Dec 2014 13:16:13 +0100
  511. pve-kernel-3.10.0 (3.10.0-19) unstable; urgency=low
  512. * update to kernel-3.10.0-123.8.1.el7.src.rpm
  513. -- Proxmox Support Team <[email protected]> Wed, 15 Oct 2014 07:35:13 +0200
  514. pve-kernel-3.10.0 (3.10.0-18) unstable; urgency=low
  515. * tg3: Fix deadlock in tg3_change_mtu
  516. (patch tg3-fix-deadlock_in_tg3_change_mtu.patch)
  517. -- Proxmox Support Team <[email protected]> Tue, 16 Sep 2014 07:35:33 +0200
  518. pve-kernel-3.10.0 (3.10.0-17) unstable; urgency=low
  519. * allow grub-efi-ia32 boot loader
  520. -- Proxmox Support Team <[email protected]> Sat, 23 Aug 2014 09:05:20 +0200
  521. pve-kernel-3.10.0 (3.10.0-16) unstable; urgency=low
  522. * update to kernel-3.10.0-123.6.3.el7.src.rpm
  523. * remove patch n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch
  524. (now upstream)
  525. -- Proxmox Support Team <[email protected]> Thu, 21 Aug 2014 08:46:54 +0200
  526. pve-kernel-3.10.0 (3.10.0-15) unstable; urgency=low
  527. * gpu passthrough: add override_for_missing_acs_capabilities.patch,
  528. needed for some radeon cards.
  529. -- Proxmox Support Team <[email protected]> Mon, 11 Aug 2014 07:53:41 +0200
  530. pve-kernel-3.10.0 (3.10.0-14) unstable; urgency=low
  531. * update e1000e to 3.1.0.2
  532. * update igb to 5.2.9.4
  533. * update ixgbe to 3.21.2
  534. * update netxtreme2 to 7.10.14
  535. * update arcmsr to 1.30.0X.19-140509
  536. -- Proxmox Support Team <[email protected]> Fri, 08 Aug 2014 08:01:28 +0200
  537. pve-kernel-3.10.0 (3.10.0-13) unstable; urgency=low
  538. * recompile to enable vfio xfga
  539. -- Proxmox Support Team <[email protected]> Sat, 02 Aug 2014 09:05:37 +0200
  540. pve-kernel-3.10.0 (3.10.0-12) unstable; urgency=low
  541. * fix bug #292: add postrm file for cleanup
  542. -- Proxmox Support Team <[email protected]> Tue, 29 Jul 2014 08:13:00 +0200
  543. pve-kernel-3.10.0 (3.10.0-11) unstable; urgency=low
  544. * update to kernel-3.10.0-123.el7.src.rpm
  545. -- Proxmox Support Team <[email protected]> Thu, 12 Jun 2014 13:23:12 +0200
  546. pve-kernel-3.10.0 (3.10.0-10) unstable; urgency=low
  547. * add fix for CVE-2014-0196
  548. -- Proxmox Support Team <[email protected]> Tue, 13 May 2014 07:06:37 +0200
  549. pve-kernel-3.10.0 (3.10.0-9) unstable; urgency=low
  550. * enable BCACHE
  551. -- Proxmox Support Team <[email protected]> Fri, 02 May 2014 06:01:04 +0200
  552. pve-kernel-3.10.0 (3.10.0-8) unstable; urgency=low
  553. * compile NBD and RBD modules
  554. * set CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
  555. -- Proxmox Support Team <[email protected]> Thu, 24 Apr 2014 10:22:35 +0200
  556. pve-kernel-3.10.0 (3.10.0-7) unstable; urgency=low
  557. * update to kernel-3.10.0-121.el7.src.rpm
  558. * remove net-core-always-propagate-flag-changes.patch (upstream)
  559. * bump kernal version to 3.10.0-2-pve
  560. * use bnx2 from upstream (Broadcom bnx2 drivers does not compile)
  561. * update e1000e to 3.0.4.1
  562. * update igb to 5.1.2
  563. * update ixgbe to 3.19.1
  564. -- Proxmox Support Team <[email protected]> Wed, 23 Apr 2014 09:13:18 +0200
  565. pve-kernel-3.10.0 (3.10.0-6) unstable; urgency=low
  566. * set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
  567. -- Proxmox Support Team <[email protected]> Thu, 10 Apr 2014 08:39:31 +0200
  568. pve-kernel-3.10.0 (3.10.0-5) unstable; urgency=low
  569. * set CONFIG_BRIDGE=y
  570. * disable module signatures
  571. * re-add patch bridge-patch.diff
  572. -- Proxmox Support Team <[email protected]> Tue, 17 Dec 2013 12:06:42 +0100
  573. pve-kernel-3.10.0 (3.10.0-4) unstable; urgency=low
  574. * add latest e1000e driver
  575. * add latest igb driver
  576. * add latest ixgbe driver
  577. * add latest netxtreme2 drivers
  578. * add latest aacraid driver
  579. * add latest ARECA RAID driver
  580. -- Proxmox Support Team <[email protected]> Mon, 16 Dec 2013 07:25:17 +0100
  581. pve-kernel-3.10.0 (3.10.0-3) unstable; urgency=low
  582. * app patch to enable VLAN on bridge
  583. -- Proxmox Support Team <[email protected]> Sat, 14 Dec 2013 09:38:07 +0100
  584. pve-kernel-3.10.0 (3.10.0-2) unstable; urgency=low
  585. * enable DRBD
  586. -- Proxmox Support Team <[email protected]> Fri, 13 Dec 2013 15:33:35 +0100
  587. pve-kernel-3.10.0 (3.10.0-1) unstable; urgency=low
  588. * first try
  589. -- Proxmox Support Team <[email protected]> Thu, 12 Dec 2013 12:34:04 +0100