]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - debian.master/changelog
UBUNTU: Ubuntu-4.10.0-37.41
[mirror_ubuntu-zesty-kernel.git] / debian.master / changelog
CommitLineData
cc8f26e2 1linux (4.10.0-37.41) zesty; urgency=low
d0085de3 2
cc8f26e2
TLSC
3 * CVE-2017-1000255
4 - SAUCE: powerpc/64s: Use emergency stack for kernel TM Bad Thing program
5 checks
6 - SAUCE: powerpc/tm: Fix illegal TM state in signal handler
d0085de3 7
cc8f26e2 8 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 06 Oct 2017 16:45:48 -0300
d0085de3 9
ae95914a 10linux (4.10.0-36.40) zesty; urgency=low
8db23d2c 11
ae95914a 12 * linux: 4.10.0-36.40 -proposed tracker (LP: #1718143)
8db23d2c 13
ae95914a
KSS
14 * Neighbour confirmation broken, breaks ARP cache aging (LP: #1715812)
15 - sock: add sk_dst_pending_confirm flag
16 - net: add dst_pending_confirm flag to skbuff
17 - sctp: add dst_pending_confirm flag
18 - tcp: replace dst_confirm with sk_dst_confirm
19 - net: add confirm_neigh method to dst_ops
20 - net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
21 - net: pending_confirm is not used anymore
22
23 * SRIOV: warning if unload VFs (LP: #1715073)
24 - PCI: Lock each enable/disable num_vfs operation in sysfs
25 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
26
27 * Kernel has troule recognizing Corsair Strafe RGB keyboard (LP: #1678477)
28 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
29
30 * CVE-2017-14106
31 - tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
32
33 * [CIFS] Fix maximum SMB2 header size (LP: #1713884)
34 - CIFS: Fix maximum SMB2 header size
35
36 * Middle button of trackpoint doesn't work (LP: #1715271)
37 - Input: trackpoint - assume 3 buttons when buttons detection fails
38
39 * Drop GPL from of_node_to_nid() export to match other arches (LP: #1709179)
40 - powerpc: Drop GPL from of_node_to_nid() export to match other arches
41
42 * vhost guest network randomly drops under stress (kvm) (LP: #1711251)
43 - Revert "vhost: cache used event for better performance"
44
45 * arm64 arch_timer fixes (LP: #1713821)
46 - Revert "UBUNTU: SAUCE: arm64: arch_timer: Enable CNTVCT_EL0 trap if
47 workaround is enabled"
48 - arm64: arch_timer: Enable CNTVCT_EL0 trap if workaround is enabled
49 - clocksource/arm_arch_timer: Fix arch_timer_mem_find_best_frame()
50 - clocksource/drivers/arm_arch_timer: Fix read and iounmap of incorrect
51 variable
52 - clocksource/drivers/arm_arch_timer: Fix mem frame loop initialization
53 - clocksource/drivers/arm_arch_timer: Avoid infinite recursion when ftrace is
54 enabled
55
56 * Touchpad not detected (LP: #1708852)
57 - Input: elan_i2c - add ELAN0608 to the ACPI table
58
59 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 19 Sep 2017 11:36:36 +0200
8db23d2c 60
0f390669 61linux (4.10.0-35.39) zesty; urgency=low
4606fa43 62
0f390669 63 * linux: 4.10.0-35.39 -proposed tracker (LP: #1716606)
4606fa43 64
0f390669
JH
65 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
66 - SAUCE: s390/mm: fix local TLB flushing vs. detach of an mm address space
67 - SAUCE: s390/mm: fix race on mm->context.flush_mm
68
69 * CVE-2017-1000251
70 - Bluetooth: Properly check L2CAP config option output buffer length
71
72 -- Juerg Haefliger <juerg.haefliger@canonical.com> Wed, 13 Sep 2017 08:15:17 +0200
4606fa43 73
1bfb6eb7 74linux (4.10.0-34.38) zesty; urgency=low
d04d59ea 75
1bfb6eb7 76 * linux: 4.10.0-34.38 -proposed tracker (LP: #1713470)
d04d59ea 77
1bfb6eb7
TLSC
78 * Ubuntu 16.04.03: perf tool does not count pm_run_inst_cmpl with rcode on
79 POWER9 DD2.0 (LP: #1709964)
80 - powerpc/perf: Fix Power9 test_adder fields
81
82 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
83 - HID: multitouch: Support PTP Stick and Touchpad device
84 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
85
86 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
87 - SAUCE: igb: add support for using Broadcom 54616 as PHY
88
89 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
90 - powerpc/mm/radix: Optimise tlbiel flush all case
91 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
92 - powerpc/mm/radix: Improve TLB/PWC flushes
93 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
94
95 * AMD RV platforms with SNPS 3.1 USB controller stop responding (S3 issue)
96 (LP: #1711098)
97 - usb: xhci: Issue stop EP command only when the EP state is running
98
99 * dma-buf: performance issue when looking up the fence status (LP: #1711096)
100 - dma-buf: avoid scheduling on fence status query v2
101
102 * IPR driver causes multipath to fail paths/stuck IO on Medium Errors
103 (LP: #1682644)
104 - scsi: ipr: do not set DID_PASSTHROUGH on CHECK CONDITION
105
106 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
107 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
108
109 * memory-hotplug test needs to be fixed (LP: #1710868)
110 - selftests: typo correction for memory-hotplug test
111 - selftests: check hot-pluggagble memory for memory-hotplug test
112 - selftests: check percentage range for memory-hotplug test
113 - selftests: add missing test name in memory-hotplug test
114 - selftests: fix memory-hotplug test
115
116 * Ubuntu 16.04.3: Qemu fails on P9 (LP: #1686019)
117 - KVM: PPC: Pass kvm* to kvmppc_find_table()
118 - KVM: PPC: Use preregistered memory API to access TCE list
119 - KVM: PPC: VFIO: Add in-kernel acceleration for VFIO
120 - powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()
121 - powerpc/powernv/ioda2: Update iommu table base on ownership change
122 - powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposal
123 - powerpc/vfio_spapr_tce: Add reference counting to iommu_table
124 - powerpc/mmu: Add real mode support for IOMMU preregistered memory
125 - KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability number
126 - KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlers
127
128 * [SRU][Zesty] [QDF2400] pl011 E44 erratum patch needed for 2.0 firmware and
129 1.1 silicon (LP: #1709123)
130 - tty: pl011: fix initialization order of QDF2400 E44
131
132 * Docker hangs with xfs using aufs storage driver (LP: #1709749)
133 - SAUCE: aufs: for v4.5, use vfs_clone_file_range() in copy-up
134 - SAUCE: aufs: bugfix, for v4.10, copy-up on XFS branch
135
136 * ACPI ID for Hip07/08 I2C controller has typo (LP: #1711182)
137 - ACPI: APD: Fix HID for Hisilicon Hip07/08
138
139 * Avoid spurious PMU interrupts after idle (LP: #1709352)
140 - powerpc/perf: Avoid spurious PMU interrupts after idle
141
142 * [SRU][ZESTY]kernel BUG at
143 /build/linux-H5UzH8/linux-4.10.0/drivers/nvme/host/pci.c:567! (LP: #1709073)
144 - block: fix bio_will_gap() for first bvec with offset
145
146 * CVE-2017-7541
147 - brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()
148
149 * sort ABI files with C.UTF-8 locale (LP: #1712345)
150 - [Packaging] sort ABI files with C.UTF-8 locale
151
152 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
153 kernels able to boot without initramfs (LP: #1700972)
154 - [Debian] Don't depend on initramfs-tools
155
156 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 28 Aug 2017 10:31:05 -0300
d04d59ea 157
6b7134e0 158linux (4.10.0-33.37) zesty; urgency=low
e409ffcd 159
6b7134e0 160 * linux: 4.10.0-33.37 -proposed tracker (LP: #1709303)
e409ffcd 161
6b7134e0
SB
162 * CVE-2017-1000112
163 - Revert "udp: consistently apply ufo or fragmentation"
164 - udp: consistently apply ufo or fragmentation
165
166 * CVE-2017-1000111
167 - Revert "net-packet: fix race in packet_set_ring on PACKET_RESERVE"
168 - packet: fix tp_reserve race in packet_set_ring
169
170 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
171 (LP: #1673564)
172 - irqchip/gic-v3: Add missing system register definitions
173 - arm64: KVM: Do not use stack-protector to compile EL2 code
174 - KVM: arm/arm64: vgic-v3: Use PREbits to infer the number of ICH_APxRn_EL2
175 registers
176 - KVM: arm/arm64: vgic-v3: Fix nr_pre_bits bitfield extraction
177 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
178 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
179 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
180 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
181 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
182 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
183 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
184 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
185 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
186 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
187 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
188 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
189 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
190 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
191 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
192 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
193 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
194 - arm64: Add MIDR values for Cavium cn83XX SoCs
195 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
196 - arm64: Add workaround for Cavium Thunder erratum 30115
197 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
198 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
199 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
200 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
201 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
202 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
203 - arm64: KVM: Make unexpected reads from WO registers inject an undef
204 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
205 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
206
207 * ibmvscsis: Do not send aborted task response (LP: #1689365)
208 - target: Fix unknown fabric callback queue-full errors
209 - ibmvscsis: Do not send aborted task response
210 - ibmvscsis: Clear left-over abort_cmd pointers
211 - ibmvscsis: Fix the incorrect req_lim_delta
212
213 * hisi_sas performance improvements (LP: #1708734)
214 - scsi: hisi_sas: define hisi_sas_device.device_id as int
215 - scsi: hisi_sas: optimise the usage of hisi_hba.lock
216 - scsi: hisi_sas: relocate sata_done_v2_hw()
217 - scsi: hisi_sas: optimise DMA slot memory
218
219 * hisi_sas driver reports mistakes timed out task for internal abort
220 (LP: #1708730)
221 - scsi: hisi_sas: fix timeout check in hisi_sas_internal_task_abort()
222
223 * scsi: hisi_sas: add null check before indirect pointer dereference
224 (LP: #1708714)
225 - scsi: hisi_sas: add null check before indirect pointer dereference
226
227 * [LTCTest][Opal][FW860.20] HMI recoverable errors failed to recover and
228 system goes to dump state. (LP: #1684054)
229 - powerpc/64: Fix HMI exception on LE with CONFIG_RELOCATABLE=y
230
231 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
232 - [Config] CONFIG_SATA_HIGHBANK=y
233
234 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
235 - [Packaging] tests -- reduce rebuild test to one flavour
236
237 * support Hip07/08 I2C controller (LP: #1708293)
238 - ACPI / APD: Add clock frequency for Hisilicon Hip07/08 I2C controller
239 - i2c: designware: Add ACPI HID for Hisilicon Hip07/08 I2C controller
240
241 * Mute key LED does not work on HP ProBook 440 (LP: #1705586)
242 - ALSA: hda - Add HP ZBook 15u G3 Conexant CX20724 GPIO mute leds
243 - ALSA: hda - Add mute led support for HP ProBook 440 G4
244
245 * Hisilicon D05 onboard fibre NIC link indicator LEDs don't work
246 (LP: #1704903)
247 - net: hns: add acpi function of xge led control
248
249 * zesty unable to handle kernel NULL pointer dereference (LP: #1680904)
250 - drm/i915: Do not drop pagetables when empty
251
252 * hns: use after free in hns_nic_net_xmit_hw (LP: #1704885)
253 - net: hns: Fix a skb used after free bug
254
255 * [ARM64] config EDAC_GHES=y depends on EDAC_MM_EDAC=y (LP: #1706141)
256 - [Config] set EDAC_MM_EDAC=y for ARM64
257
258 * [Hyper-V] hv_netvsc: Exclude non-TCP port numbers from vRSS hashing
259 (LP: #1690174)
260 - hv_netvsc: Exclude non-TCP port numbers from vRSS hashing
261
262 * ath10k doesn't report full RSSI information (LP: #1706531)
263 - ath10k: add per chain RSSI reporting
264
265 * ideapad_laptop don't support v310-14isk (LP: #1705378)
266 - platform/x86: ideapad-laptop: Add several models to no_hw_rfkill
267
268 * hns: ethtool selftest crashes system (LP: #1705712)
269 - net/hns:bugfix of ethtool -t phy self_test
270
271 * ath9k freezes suspend resume Ubuntu 17.04 (LP: #1697027)
272 - ath9k: fix an invalid pointer dereference in ath9k_rng_stop()
273
274 * xhci_hcd: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2
275 comp_code 13 (LP: #1667750)
276 - xhci: Bad Ethernet performance plugged in ASM1042A host
277
278 * Migrating KSM page causes the VM lock up as the KSM page merging list is too
279 large (LP: #1680513)
280 - ksm: introduce ksm_max_page_sharing per page deduplication limit
281 - ksm: fix use after free with merge_across_nodes = 0
282 - ksm: cleanup stable_node chain collapse case
283 - ksm: swap the two output parameters of chain/chain_prune
284 - ksm: optimize refile of stable_node_dup at the head of the chain
285
286 * Change CONFIG_IBMVETH to module (LP: #1704479)
287 - [Config] CONFIG_IBMVETH=m
288
289 * CVE-2017-7487
290 - ipx: call ipxitf_put() in ioctl error path
291
292 * Hotkeys on new Thinkpad systems aren't working (LP: #1705169)
293 - platform/x86: thinkpad_acpi: guard generic hotkey case
294 - platform/x86: thinkpad_acpi: add mapping for new hotkeys
295
296 * misleading kernel warning skb_warn_bad_offload during checksum calculation
297 (LP: #1705447)
298 - net: reduce skb_warn_bad_offload() noise
299
300 * Ubuntu 16.04.02: ibmveth: Support to enable LSO/CSO for Trunk VEA
301 (LP: #1692538)
302 - ibmveth: Support to enable LSO/CSO for Trunk VEA.
303
304 * bonding: stack dump when unregistering a netdev (LP: #1704102)
305 - bonding: avoid NETDEV_CHANGEMTU event when unregistering slave
306
307 * Ubuntu 16.04 IOB Error when the Mustang board rebooted (LP: #1693673)
308 - drivers: net: xgene: Fix redundant prefetch buffer cleanup
309
310 * Ubuntu16.04: NVMe 4K+T10 DIF/DIX format returns I/O error on dd with split
311 op (LP: #1689946)
312 - blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split
313 op
314
315 * linux >= 4.2: bonding 802.3ad does not work with 5G, 25G and 50G link speeds
316 (LP: #1697892)
317 - bonding: add 802.3ad support for 25G speeds
318 - bonding: fix 802.3ad support for 5G and 50G speeds
319
320 * [SRU][Zesty] arm64: Add support for handling memory corruption
321 (LP: #1696852)
322 - arm64: mm: Update perf accounting to handle poison faults
323 - arm64: hugetlb: Fix huge_pte_offset to return poisoned page table entries
324 - arm64: kconfig: allow support for memory failure handling
325 - arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handling
326
327 * [SRU][Zesty] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
328 (LP: #1696570)
329 - acpi: apei: read ack upon ghes record consumption
330 - ras: acpi/apei: cper: add support for generic data v3 structure
331 - cper: add timestamp print to CPER status printing
332 - efi: parse ARM processor error
333 - arm64: exception: handle Synchronous External Abort
334 - acpi: apei: handle SEA notification type for ARMv8
335 - acpi: apei: panic OS with fatal error status block
336 - efi: print unrecognized CPER section
337 - ras: acpi / apei: generate trace event for unrecognized CPER section
338 - trace, ras: add ARM processor error trace event
339 - ras: mark stub functions as 'inline'
340 - arm/arm64: KVM: add guest SEA support
341 - acpi: apei: check for pending errors when probing GHES entries
342 - [Config] CONFIG_ACPI_APEI_SEA=y
343
344 -- Stefan Bader <stefan.bader@canonical.com> Fri, 11 Aug 2017 11:40:30 +0200
e409ffcd 345
09a6c23c 346linux (4.10.0-32.36) zesty; urgency=low
337224cf 347
09a6c23c
SB
348 * CVE-2017-1000112
349 - udp: avoid ufo handling on IP payload compression packets
350 - net: account for current skb length when deciding about UFO
351 - udp: consistently apply ufo or fragmentation
337224cf 352
09a6c23c
SB
353 * CVE-2017-1000111
354 - net-packet: fix race in packet_set_ring on PACKET_RESERVE
355
356 -- Stefan Bader <stefan.bader@canonical.com> Mon, 07 Aug 2017 12:54:42 +0200
337224cf 357
fb2f4752 358linux (4.10.0-30.34) zesty; urgency=low
6123bc7f 359
fb2f4752
TLSC
360 * CVE-2017-7533
361 - dentry name snapshots
6123bc7f 362
fb2f4752 363 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 31 Jul 2017 14:27:53 -0300
6123bc7f 364
50568979 365linux (4.10.0-29.33) zesty; urgency=low
ae3f9ba7 366
50568979 367 * linux: 4.10.0-29.33 -proposed tracker (LP: #1704961)
ae3f9ba7 368
50568979
KSS
369 * Opal and POWER9 DD2 (LP: #1702159)
370 - powerpc/powernv: Tell OPAL about our MMU mode on POWER9
371 - powerpc/powernv: Fix boot on Power8 bare metal due to opal_configure_cores()
372
373 * CVE-2017-1000364
374 - mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack
375 - mm/mmap.c: expand_downwards: don't require the gap if !vm_prev
376
377 * [Xenial] nvme: Quirks for PM1725 controllers (LP: #1704435)
378 - nvme: Quirks for PM1725 controllers
379
380 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
381 - net: hns: Bugfix for Tx timeout handling in hns driver
382
383 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
384 - iommu/arm-smmu: Plumb in new ACPI identifiers
385
386 * CVE-2017-7482
387 - rxrpc: Fix several cases where a padded len isn't checked in ticket decode
388
389 * CVE-2017-1000365
390 - fs/exec.c: account for argv/envp pointers
391
392 * CVE-2017-10810
393 - drm/virtio: don't leak bo on drm_gem_object_init failure
394
395 * Data corruption with hio driver (LP: #1701316)
396 - SAUCE: hio: Fix incorrect use of enum req_opf values
397
398 * arm64: fix crash reading /proc/kcore (LP: #1702749)
399 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
400 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
401
402 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
403 - scsi: cxlflash: Refactor context reset to share reset logic
404 - scsi: cxlflash: Support SQ Command Mode
405 - scsi: cxlflash: Cleanup prints
406 - scsi: cxlflash: Cancel scheduled workers before stopping AFU
407 - scsi: cxlflash: Enable PCI device ID for future IBM CXL Flash AFU
408 - scsi: cxlflash: Separate RRQ processing from the RRQ interrupt handler
409 - scsi: cxlflash: Serialize RRQ access and support offlevel processing
410 - scsi: cxlflash: Implement IRQ polling for RRQ processing
411 - scsi: cxlflash: Update sysfs helper routines to pass config structure
412 - scsi: cxlflash: Support dynamic number of FC ports
413 - scsi: cxlflash: Remove port configuration assumptions
414 - scsi: cxlflash: Hide FC internals behind common access routine
415 - scsi: cxlflash: SISlite updates to support 4 ports
416 - scsi: cxlflash: Support up to 4 ports
417 - scsi: cxlflash: Fence EEH during probe
418 - scsi: cxlflash: Remove unnecessary DMA mapping
419 - scsi: cxlflash: Fix power-of-two validations
420 - scsi: cxlflash: Fix warnings/errors
421 - scsi: cxlflash: Improve asynchronous interrupt processing
422 - scsi: cxlflash: Support multiple hardware queues
423 - scsi: cxlflash: Add hardware queues attribute
424 - scsi: cxlflash: Introduce hardware queue steering
425 - cxl: Enable PCI device IDs for future IBM CXL adapters
426 - scsi: cxlflash: Select IRQ_POLL
427 - scsi: cxlflash: Combine the send queue locks
428 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
429 - scsi: cxlflash: Reset hardware queue context via specified register
430 - scsi: cxlflash: Schedule asynchronous reset of the host
431 - scsi: cxlflash: Handle AFU sync failures
432 - scsi: cxlflash: Track pending scsi commands in each hardware queue
433 - scsi: cxlflash: Flush pending commands in cleanup path
434 - scsi: cxlflash: Add scsi command abort handler
435 - scsi: cxlflash: Create character device to provide host management interface
436 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
437 specifics
438 - scsi: cxlflash: Introduce host ioctl support
439 - scsi: cxlflash: Refactor AFU capability checking
440 - scsi: cxlflash: Support LUN provisioning
441 - scsi: cxlflash: Support AFU debug
442 - scsi: cxlflash: Support WS16 unmap
443 - scsi: cxlflash: Remove zeroing of private command data
444 - scsi: cxlflash: Update TMF command processing
445 - scsi: cxlflash: Avoid double free of character device
446 - scsi: cxlflash: Update send_tmf() parameters
447 - scsi: cxlflash: Update debug prints in reset handlers
448
449 * Ath10k to read different board data file if specify in SMBIOS (LP: #1666742)
450 - ath10k: search SMBIOS for OEM board file extension
451
452 * APST gets enabled against explicit kernel option (LP: #1699004)
453 - nvme: Display raw APST configuration via DYNAMIC_DEBUG
454 - nvme: Add nvme_core.force_apst to ignore the NO_APST quirk
455 - nvme: explicitly disable APST on quirked devices
456
457 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
458 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
459
460 * New NVLINK2 patches (LP: #1701272)
461 - powerpc/powernv/npu-dma: Add explicit flush when sending an ATSD
462 - powerpc/npu-dma: Remove spurious WARN_ON when a PCI device has no of_node
463
464 * ERAT invalidate on context switch removal (LP: #1700819)
465 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
466
467 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
468 - powerpc/64s: Invalidate ERAT on powersave wakeup for POWER9
469
470 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
471 - net/ena: use napi_complete_done() return value
472 - net: ena: remove superfluous check in ena_remove()
473 - net/ena: switch to pci_alloc_irq_vectors
474 - net: ena: fix rare uncompleted admin command false alarm
475 - net: ena: fix bug that might cause hang after consecutive open/close
476 interface.
477 - net: ena: add missing return when ena_com_get_io_handlers() fails
478 - net: ena: fix race condition between submit and completion admin command
479 - net: ena: add missing unmap bars on device removal
480 - net: ena: fix theoretical Rx hang on low memory systems
481 - net: ena: disable admin msix while working in polling mode
482 - net: ena: bug fix in lost tx packets detection mechanism
483 - net: ena: update ena driver to version 1.1.7
484 - net: ena: change return value for unsupported features unsupported return
485 value
486 - net: ena: add hardware hints capability to the driver
487 - net: ena: change sizeof() argument to be the type pointer
488 - net: ena: add reset reason for each device FLR
489 - net: ena: add support for out of order rx buffers refill
490 - net: ena: allow the driver to work with small number of msix vectors
491 - net: ena: use napi_schedule_irqoff when possible
492 - net: ena: separate skb allocation to dedicated function
493 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
494 - net: ena: update driver's rx drop statistics
495 - net: ena: update ena driver to version 1.2.0
496
497 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 19 Jul 2017 12:50:42 +0200
ae3f9ba7 498
f4f26263 499linux (4.10.0-28.32) zesty; urgency=low
f36280b7 500
f4f26263 501 * linux: 4.10.0-28.32 -proposed tracker (LP: #1701013)
f36280b7 502
f4f26263
JH
503 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
504 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
505
506 * aacraid driver may return uninitialized stack data to userspace
507 (LP: #1700077)
508 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
509
510 * CVE-2017-9605
511 - drm/vmwgfx: Make sure backup_handle is always valid
512
513 * CVE-2017-1000380
514 - ALSA: timer: Fix race between read and ioctl
515 - ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
516
517 * XDP eBPF programs fail to verify on Zesty ppc64el (LP: #1699627)
518 - [Config] ppc64el: build for Power8 not Power7
519
520 * AACRAID for power9 platform (LP: #1689980)
521 - scripts/spelling.txt: add "therfore" pattern and fix typo instances
522 - scsi: aacraid: fix PCI error recovery path
523 - scsi: aacraid: pci_alloc_consistent() failures on ARM64
524 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
525 - scsi: aacraid: Fix DMAR issues with iommu=pt
526 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
527 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
528 - scsi: aacraid: Remove reset support from check_health
529 - scsi: aacraid: Change wait time for fib completion
530 - scsi: aacraid: Log count info of scsi cmds before reset
531 - scsi: aacraid: Print ctrl status before eh reset
532 - scsi: aacraid: Using single reset mask for IOP reset
533 - scsi: aacraid: Rework IOP reset
534 - scsi: aacraid: Add periodic checks to see IOP reset status
535 - scsi: aacraid: Rework SOFT reset code
536 - scsi: aacraid: Rework aac_src_restart
537 - scsi: aacraid: Use correct function to get ctrl health
538 - scsi: aacraid: Make sure ioctl returns on controller reset
539 - scsi: aacraid: Enable ctrl reset for both hba and arc
540 - scsi: aacraid: Add reset debugging statements
541 - scsi: aacraid: Remove reference to Series-9
542 - scsi: aacraid: Update driver version to 50834
543
544 * arm64 kernel crashdump support (LP: #1694859)
545 - memblock: add memblock_clear_nomap()
546 - memblock: add memblock_cap_memory_range()
547 - arm64: limit memory regions based on DT property, usable-memory-range
548 - arm64: kdump: reserve memory for crash dump kernel
549 - arm64: mm: add set_memory_valid()
550 - arm64: mm: use phys_addr_t instead of unsigned long in __map_memblock
551 - arm64: kdump: protect crash dump kernel memory
552 - arm64: hibernate: preserve kdump image around hibernation
553 - arm64: kdump: implement machine_crash_shutdown()
554 - arm64: kdump: add VMCOREINFO's for user-space tools
555 - [Config] CONFIG_CRASH_DUMP=y on arm64
556 - arm64: kdump: provide /proc/vmcore file
557 - Documentation: kdump: describe arm64 port
558 - Documentation: dt: chosen properties for arm64 kdump
559 - efi/libstub/arm*: Set default address and size cells values for an empty dtb
560
561 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
562 - SAUCE: drm: hibmc: Use set_busid function from drm core
563
564 * Processes in "D" state due to zap_pid_ns_processes kernel call with Ubuntu +
565 Docker (LP: #1698264)
566 - pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes
567
568 * Bugfixes for hns network driver (LP: #1696031)
569 - hns_enet: use cpumask_var_t for on-stack mask
570 - net: hns: fix uninitialized data use
571 - net: hns: avoid gcc-7.0.1 warning for uninitialized data
572 - net: hns: Add ACPI support to check SFP present
573 - net: hns: Fix the implementation of irq affinity function
574 - net: hns: Modify GMAC init TX threshold value
575 - net: hns: Optimize the code for GMAC pad and crc Config
576 - net: hns: Remove redundant memset during buffer release
577 - net: hns: bug fix of ethtool show the speed
578 - net: hns: Optimize hns_nic_common_poll for better performance
579 - net: hns: Fix to adjust buf_size of ring according to mtu
580 - net: hns: Replace netif_tx_lock to ring spin lock
581 - net: hns: Correct HNS RSS key set function
582 - net: hns: Remove the redundant adding and deleting mac function
583 - net: hns: Remove redundant mac_get_id()
584 - net: hns: Remove redundant mac table operations
585 - net: hns: Clean redundant code from hns_mdio.c file
586 - net: hns: Optimise the code in hns_mdio_wait_ready()
587 - net: hns: Simplify the exception sequence in hns_ppe_init()
588 - net: hns: Adjust the SBM module buffer threshold
589 - net: hns: Avoid Hip06 chip TX packet line bug
590 - net: hns: Some checkpatch.pl script & warning fixes
591 - net: hns: support deferred probe when can not obtain irq
592 - net: hns: support deferred probe when no mdio
593 - net: hns: fix ethtool_get_strings overflow in hns driver
594
595 * CVE-2017-7346
596 - drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()
597
598 * [SRU][Zesty] qcom_emac is unable to get ip address with at803x phy driver.
599 (LP: #1696143)
600 - net: qcom/emac: do not use hardware mdio automatic polling
601
602 * hisi_sas driver updates (LP: #1695999)
603 - scsi: hisi_sas: service v2 hw CQ ISR with tasklet
604 - scsi: hisi_sas: lock sensitive regions when servicing CQ interrupt
605 - scsi: hisi_sas: lock sensitive region in hisi_sas_slot_abort()
606 - scsi: hisi_sas: workaround v2 hw SATA IO timeout issue
607 - scsi: hisi_sas: modify some values of ITCT table
608 - scsi: hisi_sas: downgrade refclk message
609 - scsi: hisi_sas: modify hard reset for directed-attached disk
610 - scsi: hisi_sas: downgrade internal abort exit print
611 - scsi: hisi_sas: fix probe ordering problem
612 - scsi: hisi_sas: decrease running_req in hisi_sas_slot_task_free()
613 - scsi: hisi_sas: add to_hisi_sas_port()
614 - scsi: hisi_sas: add controller reset
615 - scsi: hisi_sas: move PHY init to hisi_sas_scan_start()
616 - scsi: hisi_sas: add softreset function for SATA disk
617 - scsi: hisi_sas: remove hisi_sas_port_deformed()
618 - scsi: hisi_sas: error hisi_sas_task_prep() when port down
619 - scsi: hisi_sas: only reset link for PHY_FUNC_LINK_RESET
620 - scsi: hisi_sas: modify error handling for v2 hw
621 - scsi: hisi_sas: modify hisi_sas_abort_task() for SSP
622 - scsi: hisi_sas: hardreset for SATA disk in LU reset
623 - scsi: hisi_sas: check for SAS_TASK_STATE_ABORTED in slot complete
624 - scsi: hisi_sas: free slots after hardreset
625 - scsi: hisi_sas: fix some sas_task.task_state_lock locking
626 - scsi: hisi_sas: remove task free'ing for timeouts
627 - scsi: hisi_sas: process error codes according to their priority
628 - scsi: hisi_sas: some modifications to v2 hw reg init values
629 - scsi: hisi_sas: handle PHY UP+DOWN simultaneous irq
630 - scsi: hisi_sas: rename hisi_sas_link_timeout_{enable, disable}_link
631 - scsi: hisi_sas: add hisi_sas_clear_nexus_ha()
632 - scsi: hisi_sas: release SMP slot in lldd_abort_task
633 - scsi: hisi_sas: check hisi_sas_lu_reset() error message
634 - scsi: hisi_sas: use dev_is_sata to identify SATA or SAS disk
635 - scsi: hisi_sas: add is_sata_phy_v2_hw()
636 - scsi: hisi_sas: add missing break in switch statement
637 - scsi: hisi_sas: fix SATA dependency
638 - scsi: hisi_sas: workaround STP link SoC bug
639 - scsi: hisi_sas: workaround a SoC SATA IO processing bug
640 - scsi: hisi_sas: workaround SoC about abort timeout bug
641 - scsi: hisi_sas: add v2 hw internal abort timeout workaround
642 - scsi: hisi_sas: fix NULL deference when TMF timeouts
643 - scsi: hisi_sas: controller reset for multi-bits ECC and AXI fatal errors
644
645 * [SRU][Zesty] fix soft lockup on overcommited hugepages (LP: #1696165)
646 - mm/migrate: fix refcount handling when !hugepage_migration_supported()
647
648 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
649 - d-i: Add hibmc-drm to kernel-image udeb
650
651 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
652 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
653
654 * CVE-2014-9900
655 - net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
656
657 * OpenPower: Some multipaths temporarily have only a single path
658 (LP: #1696445)
659 - scsi: ses: don't get power status of SES device slot on probe
660
661 -- Juerg Haefliger <juerg.haefliger@canonical.com> Thu, 29 Jun 2017 11:14:43 +0200
f36280b7 662
56389f24 663linux (4.10.0-26.30) zesty; urgency=low
06c43785 664
56389f24 665 * linux: 4.10.0-26.30 -proposed tracker (LP: #1700528)
06c43785 666
56389f24
JH
667 * CVE-2017-1000364
668 - Revert "UBUNTU: SAUCE: mm: Only expand stack if guard area is hit"
669 - Revert "mm: do not collapse stack gap into THP"
670 - Revert "mm: enlarge stack guard gap"
671 - mm: larger stack guard gap, between vmas
672 - mm: fix new crash in unmapped_area_topdown()
673 - Allow stack to grow up to address space limit
674
675 -- Juerg Haefliger <juerg.haefliger@canonical.com> Mon, 26 Jun 2017 18:09:03 +0200
06c43785 676
ab1f739c 677linux (4.10.0-25.29) zesty; urgency=low
29175642 678
ab1f739c 679 * linux: 4.10.0-25.29 -proposed tracker (LP: #1699028)
29175642 680
ab1f739c
SB
681 * CVE-2017-1000364
682 - SAUCE: mm: Only expand stack if guard area is hit
683
684 * CVE-2017-9074
685 - ipv6: Prevent overrun when parsing v6 header options
686 - ipv6: Check ip6_find_1stfragopt() return value properly.
687
688 * [Zesty] QDF2400 ARM64 server - NMI watchdog: BUG: soft lockup - CPU#8 stuck
689 for 22s! (LP: #1680549)
690 - iommu/dma: Stop getting dma_32bit_pfn wrong
691 - iommu/dma: Implement PCI allocation optimisation
692 - iommu/dma: Convert to address-based allocation
693 - iommu/dma: Clean up MSI IOVA allocation
694 - iommu/dma: Plumb in the per-CPU IOVA caches
695 - iommu/iova: Fix underflow bug in __alloc_and_insert_iova_range
696
697 * Zesty update to 4.10.17 stable release (LP: #1692898)
698 - xen: adjust early dom0 p2m handling to xen hypervisor behavior
699 - target: Fix compare_and_write_callback handling for non GOOD status
700 - target/fileio: Fix zero-length READ and WRITE handling
701 - iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement
702 - usb: xhci: bInterval quirk for TI TUSB73x0
703 - usb: host: xhci: print correct command ring address
704 - USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev Kit
705 - USB: Proper handling of Race Condition when two USB class drivers try to
706 call init_usb_class simultaneously
707 - USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"
708 - staging: vt6656: use off stack for in buffer USB transfers.
709 - staging: vt6656: use off stack for out buffer USB transfers.
710 - staging: gdm724x: gdm_mux: fix use-after-free on module unload
711 - staging: wilc1000: Fix problem with wrong vif index
712 - staging: comedi: jr3_pci: fix possible null pointer dereference
713 - staging: comedi: jr3_pci: cope with jiffies wraparound
714 - usb: misc: add missing continue in switch
715 - usb: gadget: legacy gadgets are optional
716 - usb: Make sure usb/phy/of gets built-in
717 - usb: hub: Fix error loop seen after hub communication errors
718 - usb: hub: Do not attempt to autosuspend disconnected devices
719 - x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup
720 - selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug
721 - x86, pmem: Fix cache flushing for iovec write < 8 bytes
722 - um: Fix PTRACE_POKEUSER on x86_64
723 - perf/x86: Fix Broadwell-EP DRAM RAPL events
724 - KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
725 - KVM: arm/arm64: fix races in kvm_psci_vcpu_on
726 - arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
727 - block: fix blk_integrity_register to use template's interval_exp if not 0
728 - crypto: s5p-sss - Close possible race for completed requests
729 - crypto: algif_aead - Require setkey before accept(2)
730 - crypto: ccp - Use only the relevant interrupt bits
731 - crypto: ccp - Disable interrupts early on unload
732 - crypto: ccp - Change ISR handler method for a v3 CCP
733 - crypto: ccp - Change ISR handler method for a v5 CCP
734 - dm crypt: rewrite (wipe) key in crypto layer using random data
735 - dm era: save spacemap metadata root after the pre-commit
736 - dm rq: check blk_mq_register_dev() return value in
737 dm_mq_init_request_queue()
738 - dm thin: fix a memory leak when passing discard bio down
739 - vfio/type1: Remove locked page accounting workqueue
740 - iov_iter: don't revert iov buffer if csum error
741 - IB/core: Fix sysfs registration error flow
742 - IB/core: For multicast functions, verify that LIDs are multicast LIDs
743 - IB/IPoIB: ibX: failed to create mcg debug file
744 - IB/mlx4: Fix ib device initialization error flow
745 - IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug level
746 - IB/hfi1: Prevent kernel QP post send hard lockups
747 - perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()
748 - perf annotate s390: Fix perf annotate error -95 (4.10 regression)
749 - perf annotate s390: Implement jump types for perf annotate
750 - jbd2: fix dbench4 performance regression for 'nobarrier' mounts
751 - ext4: evict inline data when writing to memory map
752 - orangefs: fix bounds check for listxattr
753 - orangefs: clean up oversize xattr validation
754 - orangefs: do not set getattr_time on orangefs_lookup
755 - orangefs: do not check possibly stale size on truncate
756 - fs/xattr.c: zero out memory copied to userspace in getxattr
757 - ceph: fix memory leak in __ceph_setxattr()
758 - fs/block_dev: always invalidate cleancache in invalidate_bdev()
759 - mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC
760 - Fix match_prepath()
761 - Set unicode flag on cifs echo request to avoid Mac error
762 - SMB3: Work around mount failure when using SMB3 dialect to Macs
763 - CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
764 - cifs: fix leak in FSCTL_ENUM_SNAPS response handling
765 - cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops
766 - CIFS: fix oplock break deadlocks
767 - cifs: fix CIFS_IOC_GET_MNT_INFO oops
768 - CIFS: add misssing SFM mapping for doublequote
769 - ovl: do not set overlay.opaque on non-dir create
770 - padata: free correct variable
771 - md/raid1: avoid reusing a resync bio after error handling.
772 - device-dax: fix cdev leak
773 - device-dax: fix sysfs attribute deadlock
774 - dax: prevent invalidation of mapped DAX entries
775 - mm: fix data corruption due to stale mmap reads
776 - f2fs: fix fs corruption due to zero inode page
777 - fscrypt: fix context consistency check when key(s) unavailable
778 - serial: samsung: Use right device for DMA-mapping calls
779 - serial: omap: fix runtime-pm handling on unbind
780 - serial: omap: suspend device on probe errors
781 - tty: pty: Fix ldisc flush after userspace become aware of the data already
782 - Bluetooth: Fix user channel for 32bit userspace on 64bit kernel
783 - Bluetooth: hci_bcm: add missing tty-device sanity check
784 - Bluetooth: hci_intel: add missing tty-device sanity check
785 - libnvdimm, region: fix flush hint detection crash
786 - libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify
787 - libnvdimm: fix nvdimm_bus_lock() vs device_lock() ordering
788 - libnvdimm, pfn: fix 'npfns' vs section alignment
789 - pstore: Shut down worker when unregistering
790 - Linux 4.10.17
791
792 * [SRU][Zesty] Support SMMU passthrough using the default domain
793 (LP: #1688158)
794 - iommu/arm-smmu: Restrict domain attributes to UNMANAGED domains
795 - iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domains
796 - iommu/arm-smmu-v3: Make arm_smmu_install_ste_for_dev return void
797 - iommu: Rename iommu_get_instance()
798 - iommu: Rename struct iommu_device
799 - iommu: Introduce new 'struct iommu_device'
800 - iommu: Add sysfs bindings for struct iommu_device
801 - iommu: Make iommu_device_link/unlink take a struct iommu_device
802 - iommu: Add iommu_device_set_fwnode() interface
803 - iommu/arm-smmu: Make use of the iommu_register interface
804 - iommu/arm-smmu-v3: Install bypass STEs for IOMMU_DOMAIN_IDENTITY domains
805 - iommu: Allow default domain type to be set on the kernel command line
806 - arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMA
807 - iommu/vt-d: Fix crash on boot when DMAR is disabled
808
809 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
810 - [Config] Enable CONFIG_DRM_MGAG200 as module
811 - drm/mgag200: Added support for the new device G200eH3
812
813 * Ubuntu16.04.03: POWER9 XIVE: msgsnd/doorbell IPI support (backport)
814 (LP: #1691973)
815 - powerpc/64s: Add msgp facility unavailable log string
816 - powerpc/64s: Add SCV FSCR bit for ISA v3.0
817 - powerpc/xmon: Dump memory in CPU endian format
818 - powerpc/xive: Native exploitation of the XIVE interrupt controller
819 - powerpc: Change the doorbell IPI calling convention
820 - powerpc: Introduce msgsnd/doorbell barrier primitives
821 - powerpc/64s: Avoid a branch for ppc_msgsnd
822 - powerpc/powernv: POWER9 support for msgsnd/doorbell IPI
823 - powerpc: Add optional smp_ops->prepare_cpu SMP callback
824 - powerpc: Add more PPC bit conversion macros
825 - powerpc/powernv: Add XIVE related definitions to opal-api.h
826 - powerpc/smp: Remove migrate_irq() custom implementation
827 - powerpc/powernv: Fix oops on P9 DD1 in cause_ipi()
828 - (config) Update configs with PPC_XIVE options
829
830 * CVE-2017-100363
831 - char: lp: fix possible integer overflow in lp_setup()
832
833 * CVE-2017-9242
834 - ipv6: fix out of bound writes in __ip6_append_data()
835
836 * CVE-2017-9075
837 - sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
838
839 * CVE-2017-9076
840 - ipv6/dccp: do not inherit ipv6_mc_list from parent
841
842 * CVE-2017-9077
843 - ipv6/dccp: do not inherit ipv6_mc_list from parent
844
845 * CVE-2017-8890
846 - dccp/tcp: do not inherit mc_list from parent
847
848 * Module signing exclusion for staging drivers does not work properly
849 (LP: #1690908)
850 - SAUCE: Fix module signing exclusion in package builds
851
852 * extend-diff-ignore should use exact matches (LP: #1693504)
853 - [Packaging] exact extend-diff-ignore matches
854
855 * Marvell MacchiatoBin crashes in fintek_8250_probe() (LP: #1692548)
856 - drivers/tty: 8250: only call fintek_8250_probe when doing port I/O
857
858 * arm-smmu arm-smmu.2.auto: Unhandled context fault (LP: #1694506)
859 - net: thunderx: Fix IOMMU translation faults
860
861 * arm64: mbigen updates (LP: #1692783)
862 - Revert "UBUNTU: SAUCE: irqchip: mbigen: Add ACPI support"
863 - irqchip/mbigen: Add ACPI support
864 - irqchip/mbigen: Fix return value check in mbigen_device_probe()
865 - irqchip/mbigen: Fix memory mapping code
866 - irqchip/mbigen: Fix potential NULL dereferencing
867 - irqchip/mbigen: Fix the clear register offset calculation
868
869 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
870 (LP: #1671360)
871 - pinctrl: amd: make use of raw_spinlock variants
872 - pinctrl/amd: Use regular interrupt instead of chained
873
874 * PowerPC: Pstore dump for powerpc is broken (LP: #1691045)
875 - pstore: Fix flags to enable dumps on powerpc
876
877 * Dell Inspiron on kernel 4.10 : battery detected only after AC power adapter
878 event (LP: #1678590)
879 - ACPI / blacklist: add _REV quirk for Dell Inspiron 7537
880
881 * APST quirk needed for Intel NVMe (LP: #1686592)
882 - nvme: Quirk APST on Intel 600P/P3100 devices
883
884 * Merlin SGMII fail on Ubuntu Xenial HWE kernel (LP: #1686305)
885 - drivers: net: phy: xgene: Fix mdio write
886
887 * Zesty update to 4.10.16 stable release (LP: #1691369)
888 - 9p: fix a potential acl leak
889 - drm/sti: fix GDP size to support up to UHD resolution
890 - hwmon: (it87) Fix pwm4 detection for IT8620 and IT8628
891 - mtd: nand: Add OX820 NAND hardware dependency
892 - tpm: fix RC value check in tpm2_seal_trusted
893 - tmp: use pdev for parent device in tpm_chip_alloc
894 - crypto: caam - fix error path for ctx_dma mapping failure
895 - crypto: caam - don't dma_map key for hash algorithms
896 - power: supply: lp8788: prevent out of bounds array access
897 - cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
898 - powerpc/perf: Fix perf_get_data_addr() for power9 DD1
899 - powerpc/perf: Handle sdar_mode for marked event in power9
900 - powerpc/mm: Fixup wrong LPCR_VRMASD value
901 - powerpc/powernv: Fix opal_exit tracepoint opcode
902 - powerpc/mm: Fix build break when CMA=n && SPAPR_TCE_IOMMU=y
903 - powerpc/ftrace: Fix confusing help text for DISABLE_MPROFILE_KERNEL
904 - powerpc: Correctly disable latent entropy GCC plugin on prom_init.o
905 - power: supply: bq24190_charger: Fix irq trigger to IRQF_TRIGGER_FALLING
906 - power: supply: bq24190_charger: Call set_mode_host() on pm_resume()
907 - power: supply: bq24190_charger: Install irq_handler_thread() at end of
908 probe()
909 - power: supply: bq24190_charger: Call power_supply_changed() for relevant
910 component
911 - power: supply: bq24190_charger: Don't read fault register outside
912 irq_handle_thread()
913 - power: supply: bq24190_charger: Handle fault before status on interrupt
914 - arm64: dts: r8a7795: Mark EthernetAVB device node disabled
915 - arm: dts: qcom: Fix ipq board clock rates
916 - arm64: remove wrong CONFIG_PROC_SYSCTL ifdef
917 - arm64: Improve detection of user/non-user mappings in set_pte(_at)
918 - spi: armada-3700: Remove spi_master_put in a3700_spi_remove()
919 - leds: ktd2692: avoid harmless maybe-uninitialized warning
920 - ARM: pxa: ezx: fix a910 camera data
921 - ARM: dts: NSP: GPIO reboot open-source
922 - ARM: dts: imx6sx-udoo-neo: Fix reboot hang
923 - ARM: OMAP5 / DRA7: Fix HYP mode boot for thumb2 build
924 - ARM: OMAP3: Fix smartreflex platform data regression
925 - ARM: dts: am57xx-idk: tpic2810 is on I2C bus, not SPI
926 - ARM: dts: sun7i: lamobo-r1: Fix CPU port RGMII settings
927 - mwifiex: debugfs: Fix (sometimes) off-by-1 SSID print
928 - mwifiex: remove redundant dma padding in AMSDU
929 - mwifiex: Avoid skipping WEP key deletion for AP
930 - mwifiex: don't enable/disable IRQ 0 during suspend/resume
931 - mwifiex: set adapter->dev before starting to use mwifiex_dbg()
932 - iwlwifi: mvm: properly check for transport data in dump
933 - iwlwifi: mvm: don't restart HW if suspend fails with unified image
934 - iwlwifi: mvm: overwrite skb info later
935 - iwlwifi: pcie: don't increment / decrement a bool
936 - iwlwifi: pcie: trans: Remove unused 'shift_param'
937 - iwlwifi: pcie: fix the set of DMA memory mask
938 - iwlwifi: mvm: fix reorder timer re-arming
939 - iwlwifi: mvm: Use aux queue for offchannel frames in dqa
940 - iwlwifi: mvm/pcie: adjust A-MSDU tx_cmd length in PCIe
941 - iwlwifi: mvm: fix pending frame counter calculation
942 - iwlwifi: mvm: fix references to first_agg_queue in DQA mode
943 - iwlwifi: mvm: synchronize firmware DMA paging memory
944 - iwlwifi: mvm: writing zero bytes to debugfs causes a crash
945 - iwlwifi: mvm: fix accessing fw_id_to_mac_id
946 - x86/ioapic: Restore IO-APIC irq_chip retrigger callback
947 - x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0
948 - x86/mpx: Re-add MPX to selftests Makefile
949 - clk: Make x86/ conditional on CONFIG_COMMON_CLK
950 - platform/x86: intel_pmc_core: fix out-of-bounds accesses on stack
951 - kprobes/x86: Fix kernel panic when certain exception-handling addresses are
952 probed
953 - x86/platform/intel-mid: Correct MSI IRQ line for watchdog device
954 - Revert "KVM: nested VMX: disable perf cpuid reporting"
955 - KVM: nVMX: initialize PML fields in vmcs02
956 - KVM: nVMX: do not leak PML full vmexit to L1
957 - usb: dwc2: host: use msleep() for long delay
958 - usb: host: ehci-exynos: Decrese node refcount on exynos_ehci_get_phy() error
959 paths
960 - usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error
961 paths
962 - usb: chipidea: Only read/write OTGSC from one place
963 - usb: chipidea: Handle extcon events properly
964 - USB: serial: keyspan_pda: fix receive sanity checks
965 - USB: serial: digi_acceleport: fix incomplete rx sanity check
966 - USB: serial: ssu100: fix control-message error handling
967 - USB: serial: io_edgeport: fix epic-descriptor handling
968 - USB: serial: ti_usb_3410_5052: fix control-message error handling
969 - USB: serial: ark3116: fix open error handling
970 - USB: serial: ftdi_sio: fix latency-timer error handling
971 - USB: serial: quatech2: fix control-message error handling
972 - USB: serial: mct_u232: fix modem-status error handling
973 - USB: serial: ch341: fix modem-status handling
974 - USB: serial: io_edgeport: fix descriptor error handling
975 - clk: rockchip: add "," to mux_pll_src_apll_dpll_gpll_usb480m_p on rk3036
976 - phy: qcom-usb-hs: Add depends on EXTCON
977 - serial: 8250_omap: Fix probe and remove for PM runtime
978 - scsi: qedi: Fix possible memory leak in qedi_iscsi_update_conn()
979 - scsi: qedi: fix build error without DEBUG_FS
980 - scsi: qla2xxx: Fix crash in qla2xxx_eh_abort on bad ptr
981 - scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=m
982 - scsi: smartpqi: fix time handling
983 - MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfix
984 - brcmfmac: Ensure pointer correctly set if skb data location changes
985 - brcmfmac: Make skb header writable before use
986 - staging/lustre/llite: move root_squash from sysfs to debugfs
987 - staging: wlan-ng: add missing byte order conversion
988 - staging: emxx_udc: remove incorrect __init annotations
989 - staging: lustre: ptlrpc: avoid warning on missing return
990 - ALSA: hda - Fix deadlock of controller device lock at unbinding
991 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
992 - tcp: do not underestimate skb->truesize in tcp_trim_head()
993 - net: adjust skb->truesize in ___pskb_trim()
994 - net: macb: fix phy interrupt parsing
995 - geneve: fix incorrect setting of UDP checksum flag
996 - bpf: enhance verifier to understand stack pointer arithmetic
997 - bpf, arm64: fix jit branch offset related to ldimm64
998 - tcp: fix wraparound issue in tcp_lp
999 - net: ipv6: Do not duplicate DAD on link up
1000 - net: usb: qmi_wwan: add Telit ME910 support
1001 - tcp: do not inherit fastopen_req from parent
1002 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
1003 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
1004 - ipv6: initialize route null entry in addrconf_init()
1005 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
1006 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
1007 - bpf: don't let ldimm64 leak map addresses on unprivileged
1008 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
1009 - openvswitch: Set internal device max mtu to ETH_MAX_MTU.
1010 - f2fs: sanity check segment count
1011 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
1012 - drm/hisilicon/hibmc: Fix wrong pointer passed to PTR_ERR()
1013 - drm: mxsfb: drm_dev_alloc() returns error pointers
1014 - drm/ttm: fix use-after-free races in vm fault handling
1015 - block: get rid of blk_integrity_revalidate()
1016 - Linux 4.10.16
1017 - [Config] Remove CONFIG_MTD_NAND_OXNAS=m
1018 - Ignore missing oxnas_nand
1019
1020 * Keyboard backlight control does not work on some dell laptops.
1021 (LP: #1693126)
1022 - platform/x86: dell-laptop: Add Latitude 7480 and others to the DMI whitelist
1023 - platform/x86: dell-laptop: Add keyboard backlight timeout AC settings
1024
1025 * Hardware transaction memory corruption (LP: #1691477)
1026 - powerpc/tm: Fix FP and VMX register corruption
1027
1028 * Offlined CPUs of a core fail to come up online on POWER9 DD1 (Ubuntu 17.04)
1029 (LP: #1685792)
1030 - powerpc/powernv: Move CPU-Offline idle state invocation from smp.c to idle.c
1031 - powerpc/powernv/smp: Add busy-wait loop as fall back for CPU-Hotplug
1032 - powerpc/powernv/idle: Don't override default/deepest directly in kernel
1033 - powerpc/powernv: Recover correct PACA on wakeup from a stop on P9 DD1
1034
1035 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
1036 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
1037
1038 * ATS fix: Fix opal_npu_destroy_context call (LP: #1692580)
1039 - powerpc/powernv/npu-dma.c: Fix opal_npu_destroy_context() call
1040
1041 * powerpc/powernv: Introduce address translation services for Nvlink2
1042 (LP: #1690412)
1043 - powerpc/powernv: Require MMU_NOTIFIER to fix NPU build
1044 - drivers/of/base.c: Add of_property_read_u64_index
1045 - powerpc/powernv: Add sanity checks to pnv_pci_get_{gpu|npu}_dev
1046 - powerpc/powernv: Introduce address translation services for Nvlink2
1047
1048 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
1049 (LP: #1672819)
1050 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
1051
1052 -- Stefan Bader <stefan.bader@canonical.com> Tue, 20 Jun 2017 16:40:34 +0200
29175642 1053
11067176 1054linux (4.10.0-24.28) zesty; urgency=low
7e0f6af1 1055
11067176
SB
1056 * CVE-2017-1000364
1057 - mm: enlarge stack guard gap
1058 - mm: do not collapse stack gap into THP
7e0f6af1 1059
11067176 1060 -- Stefan Bader <stefan.bader@canonical.com> Thu, 08 Jun 2017 12:12:07 +0200
7e0f6af1 1061
5df16355 1062linux (4.10.0-22.24) zesty; urgency=low
60eefcd9 1063
5df16355 1064 * linux: 4.10.0-22.24 -proposed tracker (LP: #1691146)
60eefcd9 1065
5df16355
TLSC
1066 * Fix NVLINK2 TCE route (LP: #1690155)
1067 - powerpc/powernv: Fix TCE kill on NVLink2
1068
1069 * CVE-2017-0605
1070 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
1071
1072 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
1073 - [Config] CONFIG_QCOM_L3_PMU=y
1074 - perf: qcom: Add L3 cache PMU driver
1075
1076 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
1077 - drivers/perf: arm_pmu: rework per-cpu allocation
1078 - drivers/perf: arm_pmu: manage interrupts per-cpu
1079 - drivers/perf: arm_pmu: split irq request from enable
1080 - drivers/perf: arm_pmu: remove pointless PMU disabling
1081 - drivers/perf: arm_pmu: define armpmu_init_fn
1082 - drivers/perf: arm_pmu: fold init into alloc
1083 - drivers/perf: arm_pmu: factor out pmu registration
1084 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
1085 - drivers/perf: arm_pmu: handle no platform_device
1086 - drivers/perf: arm_pmu: rename irq request/free functions
1087 - drivers/perf: arm_pmu: split cpu-local irq request/free
1088 - drivers/perf: arm_pmu: move irq request/free into probe
1089 - drivers/perf: arm_pmu: split out platform device probe logic
1090 - arm64: add function to get a cpu's MADT GICC table
1091 - [Config] CONFIG_ARM_PMU_ACPI=y
1092 - drivers/perf: arm_pmu: add ACPI framework
1093 - arm64: pmuv3: handle !PMUv3 when probing
1094 - arm64: pmuv3: use arm_pmu ACPI framework
1095
1096 * [SRU][Zesty]QDF2400 kernel oops on ipmitool fru write 0 fru.bin
1097 (LP: #1689886)
1098 - ipmi: Fix kernel panic at ipmi_ssif_thread()
1099
1100 * tty: pl011: fix earlycon work-around for QDF2400 erratum 44 (LP: #1689818)
1101 - tty: pl011: fix earlycon work-around for QDF2400 erratum 44
1102 - tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44
1103
1104 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
1105 (LP: #1688259)
1106 - Remove squashfs-modules files from d-i
1107 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
1108
1109 * arm64/ACPI support for SBSA watchdog (LP: #1688114)
1110 - clocksource: arm_arch_timer: clean up printk usage
1111 - clocksource: arm_arch_timer: rename type macros
1112 - clocksource: arm_arch_timer: rename the PPI enum
1113 - clocksource: arm_arch_timer: move enums and defines to header file
1114 - clocksource: arm_arch_timer: add a new enum for spi type
1115 - clocksource: arm_arch_timer: rework PPI selection
1116 - clocksource: arm_arch_timer: split dt-only rate handling
1117 - clocksource: arm_arch_timer: refactor arch_timer_needs_probing
1118 - clocksource: arm_arch_timer: move arch_timer_needs_of_probing into DT init
1119 call
1120 - clocksource: arm_arch_timer: add structs to describe MMIO timer
1121 - clocksource: arm_arch_timer: split MMIO timer probing.
1122 - [Config] CONFIG_ACPI_GTDT=y
1123 - acpi/arm64: Add GTDT table parse driver
1124 - clocksource: arm_arch_timer: simplify ACPI support code.
1125 - acpi/arm64: Add memory-mapped timer support in GTDT driver
1126 - clocksource: arm_arch_timer: add GTDT support for memory-mapped timer
1127 - acpi/arm64: Add SBSA Generic Watchdog support in GTDT driver
1128
1129 * kernel BUG at /build/linux-7LGLH_/linux-4.10.0/include/linux/swapops.h:129
1130 (LP: #1674838)
1131 - Revert "mm/ksm: handle protnone saved writes when making page write protect"
1132 - Revert "mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()"
1133 - Revert "mm: introduce page_vma_mapped_walk()"
1134 - mm/ksm: handle protnone saved writes when making page write protect
1135
1136 * arm64: Add CNTFRQ_EL0 handler (LP: #1688164)
1137 - arm64: Add CNTFRQ_EL0 trap handler
1138
1139 * Support IPMI system interface on Cavium ThunderX (LP: #1688132)
1140 - i2c: thunderx: Enable HWMON class probing
1141
1142 * Update ENA driver to 1.1.2 from net-next (LP: #1664312)
1143 - net/ena: remove ntuple filter support from device feature list
1144 - net/ena: fix queues number calculation
1145 - net/ena: fix ethtool RSS flow configuration
1146 - net/ena: fix RSS default hash configuration
1147 - net/ena: fix NULL dereference when removing the driver after device reset
1148 failed
1149 - net/ena: refactor ena_get_stats64 to be atomic context safe
1150 - net/ena: fix potential access to freed memory during device reset
1151 - net/ena: use READ_ONCE to access completion descriptors
1152 - net/ena: reduce the severity of ena printouts
1153 - net/ena: change driver's default timeouts
1154 - net/ena: change condition for host attribute configuration
1155 - net/ena: update driver version to 1.1.2
1156
1157 * Zesty update to 4.10.15 stable release (LP: #1689258)
1158 - timerfd: Protect the might cancel mechanism proper
1159 - Handle mismatched open calls
1160 - hwmon: (it87) Avoid registering the same chip on both SIO addresses
1161 - dm ioctl: prevent stack leak in dm ioctl call
1162 - Linux 4.10.15
1163
1164 * Zesty update to 4.10.14 stable release (LP: #1688499)
1165 - ping: implement proper locking
1166 - sparc64: kern_addr_valid regression
1167 - sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()
1168 - net: neigh: guard against NULL solicit() method
1169 - net: phy: handle state correctly in phy_stop_machine
1170 - kcm: return immediately after copy_from_user() failure
1171 - secure_seq: downgrade to per-host timestamp offsets
1172 - bpf: improve verifier packet range checks
1173 - Revert "UBUNTU: SAUCE: (no-up) net/mlx5: Avoid dereferencing uninitialized
1174 pointer"
1175 - net/mlx5: Avoid dereferencing uninitialized pointer
1176 - l2tp: hold tunnel socket when handling control frames in l2tp_ip and
1177 l2tp_ip6
1178 - l2tp: purge socket queues in the .destruct() callback
1179 - openvswitch: Fix ovs_flow_key_update()
1180 - l2tp: take reference on sessions being dumped
1181 - l2tp: fix PPP pseudo-wire auto-loading
1182 - net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given
1183 - sctp: listen on the sock only when it's state is listening or closed
1184 - tcp: clear saved_syn in tcp_disconnect()
1185 - ipv6: Fix idev->addr_list corruption
1186 - net-timestamp: avoid use-after-free in ip_recv_error
1187 - net: vrf: Fix setting NLM_F_EXCL flag when adding l3mdev rule
1188 - sh_eth: unmap DMA buffers when freeing rings
1189 - ipv6: sr: fix out-of-bounds access in SRH validation
1190 - dp83640: don't recieve time stamps twice
1191 - ipv6: sr: fix double free of skb after handling invalid SRH
1192 - ipv6: fix source routing
1193 - gso: Validate assumption of frag_list segementation
1194 - net: ipv6: RTF_PCPU should not be settable from userspace
1195 - netpoll: Check for skb->queue_mapping
1196 - ip6mr: fix notification device destruction
1197 - net/mlx5: Fix driver load bad flow when having fw initializing timeout
1198 - net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5
1199 - net/mlx5e: Fix small packet threshold
1200 - net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handling
1201 - tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
1202 - tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS
1203 - macvlan: Fix device ref leak when purging bc_queue
1204 - net: ipv6: regenerate host route if moved to gc list
1205 - net: phy: fix auto-negotiation stall due to unavailable interrupt
1206 - ipv6: check skb->protocol before lookup for nexthop
1207 - tcp: memset ca_priv data to 0 properly
1208 - ipv6: check raw payload size correctly in ioctl
1209 - ALSA: oxfw: fix regression to handle Stanton SCS.1m/1d
1210 - ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned
1211 type
1212 - ALSA: seq: Don't break snd_use_lock_sync() loop by timeout
1213 - scsi: return correct blkprep status code in case scsi_init_io() fails.
1214 - ARC: [plat-eznps] Fix build error
1215 - MIPS: KGDB: Use kernel context for sleeping threads
1216 - MIPS: cevt-r4k: Fix out-of-bounds array access
1217 - MIPS: Avoid BUG warning in arch_check_elf
1218 - p9_client_readdir() fix
1219 - ASoC: intel: Fix PM and non-atomic crash in bytcr drivers
1220 - Input: i8042 - add Clevo P650RS to the i8042 reset list
1221 - nfsd: check for oversized NFSv2/v3 arguments
1222 - nfsd4: minor NFSv2/v3 write decoding cleanup
1223 - nfsd: stricter decoding of write-like NFSv2/v3 ops
1224 - ceph: fix recursion between ceph_set_acl() and __ceph_setattr()
1225 - macsec: avoid heap overflow in skb_to_sgvec
1226 - net: can: usb: gs_usb: Fix buffer on stack
1227 - cpu/hotplug: Serialize callback invocations proper
1228 - ftrace/x86: Fix triple fault with graph tracing and suspend-to-ram
1229 - Linux 4.10.14
1230
1231 * Zesty update to 4.10.13 stable release (LP: #1688485)
1232 - KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings
1233 - KEYS: Change the name of the dead type to ".dead" to prevent user access
1234 - KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings
1235 - tracing: Allocate the snapshot buffer before enabling probe
1236 - HID: wacom: Treat HID_DG_TOOLSERIALNUMBER as unsigned
1237 - ring-buffer: Have ring_buffer_iter_empty() return true when empty
1238 - mm: prevent NR_ISOLATE_* stats from going negative
1239 - cifs: Do not send echoes before Negotiate is complete
1240 - CIFS: remove bad_network_name flag
1241 - mmc: dw_mmc: silent verbose log when calling from PM context
1242 - s390/mm: fix CMMA vs KSM vs others
1243 - Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled
1244 - ACPI / power: Avoid maybe-uninitialized warning
1245 - mmc: dw_mmc: Don't allow Runtime PM for SDIO cards
1246 - mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 card
1247 - ubifs: Fix RENAME_WHITEOUT support
1248 - ubifs: Fix O_TMPFILE corner case in ubifs_link()
1249 - mac80211: reject ToDS broadcast data frames
1250 - mac80211: fix MU-MIMO follow-MAC mode
1251 - x86/mce: Make the MCE notifier a blocking one
1252 - ubi/upd: Always flush after prepared for an update
1253 - powerpc/kprobe: Fix oops when kprobed on 'stdu' instruction
1254 - x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs
1255 - device-dax: switch to srcu, fix rcu_read_lock() vs pte allocation
1256 - Linux 4.10.13
1257
1258 * Zesty update to 4.10.12 stable release (LP: #1687045)
1259 - Revert "UBUNTU: SAUCE: Revert "audit: fix auditd/kernel connection state
1260 tracking""
1261 - cgroup, kthread: close race window where new kthreads can be migrated to
1262 non-root cgroups
1263 - audit: make sure we don't let the retry queue grow without bounds
1264 - tcmu: Fix possible overwrite of t_data_sg's last iov[]
1265 - tcmu: Fix wrongly calculating of the base_command_size
1266 - tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI case
1267 - thp: fix MADV_DONTNEED vs. MADV_FREE race
1268 - thp: fix MADV_DONTNEED vs clear soft dirty race
1269 - zsmalloc: expand class bit
1270 - orangefs: free superblock when mount fails
1271 - drm/nouveau/mpeg: mthd returns true on success now
1272 - drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 one
1273 - drm/nouveau/kms/nv50: fix setting of HeadSetRasterVertBlankDmi method
1274 - drm/nouveau/kms/nv50: fix double dma_fence_put() when destroying plane state
1275 - drm/nouveau: initial support (display-only) for GP107
1276 - drm/etnaviv: fix missing unlock on error in etnaviv_gpu_submit()
1277 - drm/fb-helper: Allow var->x/yres(_virtual) < fb->width/height again
1278 - CIFS: reconnect thread reschedule itself
1279 - CIFS: store results of cifs_reopen_file to avoid infinite wait
1280 - Input: xpad - add support for Razer Wildcat gamepad
1281 - perf annotate s390: Fix perf annotate error -95 (4.10 regression)
1282 - perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()
1283 - x86/efi: Don't try to reserve runtime regions
1284 - x86/signals: Fix lower/upper bound reporting in compat siginfo
1285 - x86/intel_rdt: Fix locking in rdtgroup_schemata_write()
1286 - x86, pmem: fix broken __copy_user_nocache cache-bypass assumptions
1287 - x86/vdso: Ensure vdso32_enabled gets set to valid values only
1288 - x86/vdso: Plug race between mapping and ELF header setup
1289 - acpi, nfit, libnvdimm: fix interleave set cookie calculation (64-bit
1290 comparison)
1291 - ACPI / scan: Set the visited flag for all enumerated devices
1292 - parisc: fix bugs in pa_memcpy
1293 - efi/libstub: Skip GOP with PIXEL_BLT_ONLY format
1294 - efi/fb: Avoid reconfiguration of BAR that covers the framebuffer
1295 - iscsi-target: Fix TMR reference leak during session shutdown
1296 - iscsi-target: Drop work-around for legacy GlobalSAN initiator
1297 - scsi: sr: Sanity check returned mode data
1298 - scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusable
1299 - scsi: qla2xxx: Add fix to read correct register value for ISP82xx.
1300 - scsi: sd: Fix capacity calculation with 32-bit sector_t
1301 - target: Avoid mappedlun symlink creation during lun shutdown
1302 - xen, fbfront: fix connecting to backend
1303 - new privimitive: iov_iter_revert()
1304 - make skb_copy_datagram_msg() et.al. preserve ->msg_iter on error
1305 - libnvdimm: fix blk free space accounting
1306 - libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splat
1307 - libnvdimm: band aid btt vs clear poison locking
1308 - can: ifi: use correct register to read rx status
1309 - pwm: rockchip: State of PWM clock should synchronize with PWM enabled state
1310 - cpufreq: Bring CPUs up even if cpufreq_online() failed
1311 - irqchip/irq-imx-gpcv2: Fix spinlock initialization
1312 - ftrace: Fix removing of second function probe
1313 - drm/i915/gvt: set the correct default value of CTX STATUS PTR
1314 - char: lack of bool string made CONFIG_DEVPORT always on
1315 - Revert "MIPS: Lantiq: Fix cascaded IRQ setup"
1316 - zram: do not use copy_page with non-page aligned address
1317 - ftrace: Fix function pid filter on instances
1318 - crypto: algif_aead - Fix bogus request dereference in completion function
1319 - crypto: xts - Fix use-after-free on EINPROGRESS
1320 - crypto: ahash - Fix EINPROGRESS notification callback
1321 - crypto: lrw - Fix use-after-free on EINPROGRESS
1322 - parisc: Fix get_user() for 64-bit value on 32-bit kernel
1323 - dvb-usb-v2: avoid use-after-free
1324 - [Config] CONFIG_SND_SOC_INTEL_BDW_RT5677_MACH=m
1325 - ASoC: Intel: select DW_DMAC_CORE since it's mandatory
1326 - platform/x86: acer-wmi: setup accelerometer when machine has appropriate
1327 notify event
1328 - x86/xen: Fix APIC id mismatch warning on Intel
1329 - ACPI / EC: Use busy polling mode when GPE is not enabled
1330 - rtc: tegra: Implement clock handling
1331 - mm: Tighten x86 /dev/mem with zeroing reads
1332 - cxusb: Use a dma capable buffer also for reading
1333 - virtio-console: avoid DMA from stack
1334 - Linux 4.10.12
1335
1336 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
1337 - [Config] CONFIG_LIBIO=y on arm64 only
1338 - SAUCE: LIBIO: Introduce a generic PIO mapping method
1339 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
1340 - [Config] CONFIG_HISILICON_LPC=y
1341 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
1342 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
1343 I/O
1344 - SAUCE: LPC: Add the ACPI LPC support
1345 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
1346 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
1347
1348 * APST quirk needed for Samsung 512GB NVMe drive (LP: #1678184)
1349 - nvme: Adjust the Samsung APST quirk
1350 - nvme: Quirk APST off on "THNSF5256GPUK TOSHIBA"
1351
1352 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
1353 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
1354 - d-i: initrd needs qcom_emac on amberwing platform.
1355
1356 * POWER9: CAPI2 enablement (LP: #1686519)
1357 - cxl: Fix build when CONFIG_DEBUG_FS=n
1358 - cxl: Read vsec perst load image
1359 - cxl: Remove unused values in bare-metal environment.
1360 - cxl: Keep track of mm struct associated with a context
1361 - cxl: Update implementation service layer
1362 - cxl: Rename some psl8 specific functions
1363 - cxl: Isolate few psl8 specific calls
1364 - cxl: Force psl data-cache flush during device shutdown
1365 - cxl: Add psl9 specific code
1366
1367 * CVE-2017-7979
1368 - net sched actions: allocate act cookie early
1369
1370 * refcount underflow / kernel NULL dereference after attempting to add basic
1371 tc filter (LP: #1682368)
1372 - net_sched: nla_memdup_cookie() can be static
1373
1374 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 17 May 2017 18:13:39 -0300
60eefcd9 1375
6e2b6766 1376linux (4.10.0-21.23) zesty; urgency=low
e1b76e70 1377
6e2b6766 1378 * linux: 4.10.0-21.23 -proposed tracker (LP: #1686414)
e1b76e70 1379
6e2b6766
KSS
1380 * Need to stop using bzip2 compression in packages for zesty onward
1381 (LP: #1686782)
1382 - [Debian] Use default compression for all packages
1383
1384 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
1385 (LP: #1684971)
1386 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
1387
1388 * CVE-2017-7477: macsec: avoid heap overflow in skb_to_sgvec (LP: #1685892)
1389 - macsec: avoid heap overflow in skb_to_sgvec
1390 - macsec: dynamically allocate space for sglist
1391
1392 * Zesty update to 4.10.11 stable release (LP: #1685140)
1393 - drm/i915: Fix forcewake active domain tracking
1394 - drm/i915: Move updating color management to before vblank evasion
1395 - drm/i915/fbdev: Stop repeating tile configuration on stagnation
1396 - drm/i915: Squelch any ktime/jiffie rounding errors for wait-ioctl
1397 - drm/i915/gen9: Increase PCODE request timeout to 50ms
1398 - drm/i915: Store a permanent error in obj->mm.pages
1399 - drm/i915: Nuke debug messages from the pipe update critical section
1400 - drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3
1401 - drm/i915: Reject HDMI 12bpc if the sink doesn't indicate support
1402 - drm/i915: Only enable hotplug interrupts if the display interrupts are
1403 enabled
1404 - drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.
1405 - drm/i915: Stop using RP_DOWN_EI on Baytrail
1406 - drm/i915: Avoid rcu_barrier() from reclaim paths (shrinker)
1407 - drm/i915: Do .init_clock_gating() earlier to avoid it clobbering watermarks
1408 - orangefs: Dan Carpenter influenced cleanups...
1409 - orangefs: fix buffer size mis-match between kernel space and user space.
1410 - nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS type
1411 - rt2x00usb: fix anchor initialization
1412 - rt2x00usb: do not anchor rx and tx urb's
1413 - MIPS: Introduce irq_stack
1414 - MIPS: Stack unwinding while on IRQ stack
1415 - MIPS: Only change $28 to thread_info if coming from user mode
1416 - MIPS: Switch to the irq_stack in interrupts
1417 - MIPS: Select HAVE_IRQ_EXIT_ON_IRQ_STACK
1418 - MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch
1419 - crypto: caam - fix RNG deinstantiation error checking
1420 - crypto: caam - fix invalid dereference in caam_rsa_init_tfm()
1421 - dma-buf: add support for compat ioctl
1422 - Linux 4.10.11
1423
1424 * Zesty update to v4.10.10 stable release (LP: #1682130)
1425 - drm/vmwgfx: Type-check lookups of fence objects
1426 - drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()
1427 - drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()
1428 - drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
1429 - drm/vmwgfx: Remove getparam error message
1430 - drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()
1431 - PCI: thunder-pem: Add legacy firmware support for Cavium ThunderX host
1432 controller
1433 - PCI: thunder-pem: Fix legacy firmware PEM-specific resources
1434 - sysfs: be careful of error returns from ops->show()
1435 - staging: android: ashmem: lseek failed due to no FMODE_LSEEK.
1436 - arm/arm64: KVM: Take mmap_sem in stage2_unmap_vm
1437 - arm/arm64: KVM: Take mmap_sem in kvm_arch_prepare_memory_region
1438 - kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
1439 - iio: core: Fix IIO_VAL_FRACTIONAL_LOG2 for negative values
1440 - iio: st_pressure: initialize lps22hb bootime
1441 - iio: bmg160: reset chip when probing
1442 - arm64: mm: unaligned access by user-land should be received as SIGBUS
1443 - cfg80211: check rdev resume callback only for registered wiphy
1444 - Reset TreeId to zero on SMB2 TREE_CONNECT
1445 - mm/page_alloc.c: fix print order in show_free_areas()
1446 - ptrace: fix PTRACE_LISTEN race corrupting task->state
1447 - dax: fix radix tree insertion race
1448 - dm verity fec: limit error correction recursion
1449 - dm verity fec: fix bufio leaks
1450 - ACPI / gpio: do not fall back to parsing _CRS when we get a deferral
1451 - ACPI / scan: Prefer devices without _HID for _ADR matching
1452 - Kbuild: use cc-disable-warning consistently for maybe-uninitialized
1453 - jump label: fix passing kbuild_cflags when checking for asm goto support
1454 - orangefs: move features validation to fix filesystem hang
1455 - xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of files
1456 - ring-buffer: Fix return value check in test_ringbuffer()
1457 - mac80211: unconditionally start new netdev queues with iTXQ support
1458 - brcmfmac: use local iftype avoiding use-after-free of virtual interface
1459 - metag/usercopy: Drop unused macros
1460 - metag/usercopy: Fix alignment error checking
1461 - metag/usercopy: Add early abort to copy_to_user
1462 - metag/usercopy: Zero rest of buffer from copy_from_user
1463 - metag/usercopy: Set flags before ADDZ
1464 - metag/usercopy: Fix src fixup in from user rapf loops
1465 - metag/usercopy: Add missing fixups
1466 - drm/msm: adreno: fix build error without debugfs
1467 - powerpc: Disable HFSCR[TM] if TM is not supported
1468 - powerpc/mm: Add missing global TLB invalidate if cxl is active
1469 - powerpc/64: Fix flush_(d|i)cache_range() called from modules
1470 - powerpc: Don't try to fix up misaligned load-with-reservation instructions
1471 - powerpc/crypto/crc32c-vpmsum: Fix missing preempt_disable()
1472 - dm raid: fix NULL pointer dereference for raid1 without bitmap
1473 - x86/mce: Don't print MCEs when mcelog is active
1474 - nios2: reserve boot memory for device tree
1475 - xtensa: make __pa work with uncached KSEG addresses
1476 - s390/decompressor: fix initrd corruption caused by bss clear
1477 - s390/uaccess: get_user() should zero on failure (again)
1478 - MIPS: Force o32 fp64 support on 32bit MIPS64r6 kernels
1479 - MIPS: ralink: Fix typos in rt3883 pinctrl
1480 - MIPS: End spinlocks with .insn
1481 - MIPS: Lantiq: fix missing xbar kernel panic
1482 - MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3
1483 - MIPS: Add MIPS_CPU_FTLB for Loongson-3A R2
1484 - MIPS: Flush wrong invalid FTLB entry for huge page
1485 - MIPS: c-r4k: Fix Loongson-3's vcache/scache waysize calculation
1486 - drm/i915/gvt: Fix gvt scheduler interval time
1487 - drm/i915/kvmgt: fix suspicious rcu dereference usage
1488 - usb: dwc3: gadget: delay unmap of bounced requests
1489 - Documentation: stable-kernel-rules: fix stable-tag format
1490 - mm/mempolicy.c: fix error handling in set_mempolicy and mbind.
1491 - random: use chacha20 for get_random_int/long
1492 - kvm: fix page struct leak in handle_vmon
1493 - drm/edid: constify edid quirk list
1494 - drm/i915: fix INTEL_BDW_IDS definition
1495 - drm/i915: more .is_mobile cleanups for BDW
1496 - drm/i915: actually drive the BDW reserved IDs
1497 - ASoC: Intel: bytcr_rt5640: quirks for Insyde devices
1498 - usb: chipidea: msm: Rely on core to override AHBBURST
1499 - serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437x
1500 - usb: xhci: add quirk flag for broken PED bits
1501 - usb: host: xhci-plat: enable BROKEN_PED quirk if platform requested
1502 - usb: dwc3: host: pass quirk-broken-port-ped property for known broken
1503 revisions
1504 - drm/mga: remove device_is_agp callback
1505 - PCI: Add ACS quirk for Intel Union Point
1506 - PCI: xgene: Fix double free on init error
1507 - sata: ahci-da850: implement a workaround for the softreset quirk
1508 - ACPI / button: Change default behavior to lid_init_state=open
1509 - ASoC: codecs: rt5670: add quirk for Lenovo Thinkpad 10
1510 - ASoC: Intel: Baytrail: add quirk for Lenovo Thinkpad 10
1511 - ASoC: Intel: cht_bsw_rt5645: harden ACPI device detection
1512 - ASoC: Intel: cht_bsw_rt5645: add Baytrail MCLK support
1513 - ACPI: save NVS memory for Lenovo G50-45
1514 - ASoC: sun4i-i2s: Add quirks to handle a31 compatible
1515 - HID: wacom: don't apply generic settings to old devices
1516 - arm: kernel: Add SMC structure parameter
1517 - firmware: qcom: scm: Fix interrupted SCM calls
1518 - ARM: smccc: Update HVC comment to describe new quirk parameter
1519 - PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSS
1520 - PCI: Disable MSI for HiSilicon Hip06/Hip07 Root Ports
1521 - mmc: sdhci-of-esdhc: remove default broken-cd for ARM
1522 - PCI: Sort the list of devices with D3 delay quirk by ID
1523 - watchdog: s3c2410: Fix infinite interrupt in soft mode
1524 - platform/x86: asus-wmi: Detect quirk_no_rfkill from the DSDT
1525 - x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirk
1526 - x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirk
1527 - usb-storage: Add ignore-residue quirk for Initio INIC-3619
1528 - x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirk
1529 - Linux 4.10.10
1530
1531 * Broken PowerNV PCI hotplug driver - Patch backporting to zesty
1532 (LP: #1680328)
1533 - drivers/pci/hotplug: Mask PDC interrupt if required
1534
1535 * Zesty update to v4.10.9 stable release (LP: #1681875)
1536 - libceph: force GFP_NOIO for socket allocations
1537 - KVM: nVMX: fix nested EPT detection
1538 - xfs: pull up iolock from xfs_free_eofblocks()
1539 - xfs: sync eofblocks scans under iolock are livelock prone
1540 - xfs: fix eofblocks race with file extending async dio writes
1541 - xfs: fix toctou race when locking an inode to access the data map
1542 - xfs: fail _dir_open when readahead fails
1543 - xfs: filter out obviously bad btree pointers
1544 - xfs: check for obviously bad level values in the bmbt root
1545 - xfs: verify free block header fields
1546 - xfs: allow unwritten extents in the CoW fork
1547 - xfs: mark speculative prealloc CoW fork extents unwritten
1548 - xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t
1549 - xfs: reject all unaligned direct writes to reflinked files
1550 - xfs: update ctime and mtime on clone destinatation inodes
1551 - xfs: correct null checks and error processing in xfs_initialize_perag
1552 - xfs: don't fail xfs_extent_busy allocation
1553 - xfs: handle indlen shortage on delalloc extent merge
1554 - xfs: split indlen reservations fairly when under reserved
1555 - xfs: fix uninitialized variable in _reflink_convert_cow
1556 - xfs: don't reserve blocks for right shift transactions
1557 - xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment
1558 - xfs: tune down agno asserts in the bmap code
1559 - xfs: only reclaim unwritten COW extents periodically
1560 - xfs: fix and streamline error handling in xfs_end_io
1561 - xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask
1562 - xfs: use iomap new flag for newly allocated delalloc blocks
1563 - xfs: try any AG when allocating the first btree block when reflinking
1564 - scsi: sg: check length passed to SG_NEXT_CMD_LEN
1565 - scsi: libsas: fix ata xfer length
1566 - scsi: scsi_dh_alua: Check scsi_device_get() return value
1567 - scsi: scsi_dh_alua: Ensure that alua_activate() calls the completion
1568 function
1569 - PCI: iproc: Save host bridge window resource in struct iproc_pcie
1570 - PCI: thunder-pem: Use Cavium assigned hardware ID for ThunderX host
1571 controller
1572 - ALSA: seq: Fix race during FIFO resize
1573 - ALSA: hda - fix a problem for lineout on a Dell AIO machine
1574 - ASoC: atmel-classd: fix audio clock rate
1575 - ASoC: Intel: Skylake: fix invalid memory access due to wrong reference of
1576 pointer
1577 - ASoC: rt5665: fix getting wrong work handler container
1578 - HID: wacom: Don't add ghost interface as shared data
1579 - mmc: sdhci: Disable runtime pm when the sdio_irq is enabled
1580 - mmc: sdhci-of-at91: fix MMC_DDR_52 timing selection
1581 - crypto: ccp - Make some CCP DMA channels private
1582 - crypto: xts,lrw - fix out-of-bounds write after kmalloc failure
1583 - ARCv2: SLC: Make sure busy bit is set properly on SLC flushing
1584 - NFSv4.1 fix infinite loop on IO BAD_STATEID error
1585 - nfsd: map the ENOKEY to nfserr_perm for avoiding warning
1586 - dt-bindings: rng: clocks property on omap_rng not always mandatory
1587 - parisc: Clean up fixup routines for get_user()/put_user()
1588 - parisc: Avoid stalled CPU warnings after system shutdown
1589 - parisc: Fix access fault handling in pa_memcpy()
1590 - ACPI: Fix incompatibility with mcount-based function graph tracing
1591 - ACPI: Do not create a platform_device for IOAPIC/IOxAPIC
1592 - tty/serial: atmel: fix race condition (TX+DMA)
1593 - tty/serial: atmel: fix TX path in atmel_console_write()
1594 - xhci: Set URB actual length for stopped control transfers
1595 - USB: fix linked-list corruption in rh_call_control()
1596 - serial: mxs-auart: Fix baudrate calculation
1597 - KVM: x86: clear bus pointer when destroyed
1598 - KVM: kvm_io_bus_unregister_dev() should never fail
1599 - drm/radeon: Override fpfn for all VRAM placements in radeon_evict_flags
1600 - drm/vc4: Allocate the right amount of space for boot-time CRTC state.
1601 - drm/etnaviv: (re-)protect fence allocation with GPU mutex
1602 - drm/i915/kvmgt: Hold struct kvm reference
1603 - x86/mm/KASLR: Exclude EFI region from KASLR VA space randomization
1604 - x86/mce: Fix copy/paste error in exception table entries
1605 - lib/syscall: Clear return values when no stack
1606 - mm: rmap: fix huge file mmap accounting in the memcg stats
1607 - mm: workingset: fix premature shadow node shrinking with cgroups
1608 - mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()
1609 - drm/armada: Fix compile fail
1610 - ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags
1611 - MIPS: Lantiq: Fix cascaded IRQ setup
1612 - blk: improve order of bio handling in generic_make_request()
1613 - blk: Ensure users for current->bio_list can see the full list.
1614 - padata: avoid race in reordering
1615 - nvme/core: Fix race kicking freed request_queue
1616 - nvme/pci: Disable on removal when disconnected
1617 - drm/i915: Move the release of PT page to the upper caller
1618 - drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.
1619 - drm/i915: A hotfix for making aliasing PPGTT work for GVT-g
1620 - Linux 4.10.9
1621
1622 * POWER9: Improve performance on memory management (LP: #1681429)
1623 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
1624 flush
1625 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
1626
1627 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
1628 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
1629
1630 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Fri, 28 Apr 2017 12:41:49 +0200
e1b76e70 1631
605d2694 1632linux (4.10.0-20.22) zesty; urgency=low
82a30952 1633
605d2694
SB
1634 * linux: 4.10.0-20.22 -proposed tracker (LP: #1684491)
1635
1636 * [Hyper-V] hv: util: move waiting for release to hv_utils_transport itself
1637 (LP: #1682561)
1638 - Drivers: hv: util: move waiting for release to hv_utils_transport itself
82a30952
SB
1639
1640 -- Stefan Bader <stefan.bader@canonical.com> Wed, 19 Apr 2017 16:13:16 +0200
1641
acbae4cf 1642linux (4.10.0-19.21) zesty; urgency=low
693f8399 1643
acbae4cf
TG
1644 [ Tim Gardner ]
1645
1646 * Release Tracking Bug
1647 - LP: #1680535
1648
1649 * ADT regressions caused by "audit: fix auditd/kernel connection state
1650 tracking" (LP: #1680532)
1651 - SAUCE: Revert "audit: fix auditd/kernel connection state tracking"
1652
1653 * Miscellaneous Ubuntu changes
1654 - [Config] updateconfigs to update CONFIG_GENERIC_CSUM for ppc64el
1655 This cleans up behind a Kconfig change that went undetected.
693f8399
TG
1656
1657 -- Tim Gardner <tim.gardner@canonical.com> Thu, 06 Apr 2017 17:28:49 +0100
1658
e1746f28 1659linux (4.10.0-18.20) zesty; urgency=low
1aace600 1660
e1746f28
TG
1661 [ Tim Gardner ]
1662
1663 * Release Tracking Bug
1664 - LP: #1680168
1665
1666 * smartpqi driver needed in initram disk and installer (LP: #1680156)
1667 - UBUNU: [Config] Add smartpqi to d-i
1aace600
TG
1668
1669 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Apr 2017 17:32:19 +0100
1670
e38c4659 1671linux (4.10.0-17.19) zesty; urgency=low
3b411be9 1672
e38c4659
TG
1673 [ Tim Gardner ]
1674
1675 * Release Tracking Bug
1676 - LP: #1679718
1677
1678 * Fix CVE-2017-7308 (LP: #1678009)
1679 - net/packet: fix overflow in check for priv area size
1680 - net/packet: fix overflow in check for tp_frame_nr
1681 - net/packet: fix overflow in check for tp_reserve
1682
1683 * apparmor: oops on boot if parameters set on grub command line (LP: #1678048)
1684 - SAUCE: apparmor: fix parameters so that the permission test is bypassed at boot
1685
1686 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
1687 - SAUCE: apparmor: add policy revision file interface
1688
1689 * apparmor does not make support of query data visible (LP: #1678023)
1690 - SAUCE: apparmor: add label data availability to the feature set
1691
1692 * apparmor query interface does not make supported query info available
1693 (LP: #1678030)
1694 - SAUCE: apparmor: add information about the query inteface to the feature set
1695
1696 * change_profile incorrect when using namespaces with a compound stack
1697 (LP: #1677959)
1698 - SAUCE: apparmor: fix label parse for stacked labels
1699
1700 * Zesty update to v4.10.8 stable release (LP: #1678930)
1701 - xfrm: policy: init locks early
1702 - xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_window
1703 - xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harder
1704 - KVM: nVMX: Fix nested VPID vmx exec control
1705 - KVM: x86: cleanup the page tracking SRCU instance
1706 - virtio_balloon: init 1st buffer in stats vq
1707 - pinctrl: qcom: Don't clear status bit on irq_unmask
1708 - c6x/ptrace: Remove useless PTRACE_SETREGSET implementation
1709 - h8300/ptrace: Fix incorrect register transfer count
1710 - mips/ptrace: Preserve previous registers for short regset write
1711 - sparc/ptrace: Preserve previous registers for short regset write
1712 - metag/ptrace: Preserve previous registers for short regset write
1713 - metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUS
1714 - metag/ptrace: Reject partial NT_METAG_RPIPE writes
1715 - qla2xxx: Allow vref count to timeout on vport delete.
1716 - sched/rt: Add a missing rescheduling point
1717 - usb: musb: fix possible spinlock deadlock
1718 - Linux 4.10.8
1719
1720 * [Hyper-V] pci-hyperv: Use device serial number as PCI domain (LP: #1667527)
1721 - net/mlx4_core: Use cq quota in SRIOV when creating completion EQs
1722 - PCI: hv: Use device serial number as PCI domain
1723
1724 * Miscellaneous Ubuntu changes
1725 - [Config] flash-kernel should be a Breaks
1726 - [Config] drop the info directory
1727 - [Config] drop NOTES as obsolete
1728 - [Config] drop changelog.historical as obsolete
3b411be9
TG
1729
1730 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Mar 2017 14:30:54 -0600
1731
5d6663a9 1732linux (4.10.0-16.18) zesty; urgency=low
adcd58f3 1733
5d6663a9
TG
1734 [ Tim Gardner ]
1735
1736 * Release Tracking Bug
1737 - LP: #1677697
1738
1739 * [Feature] ISH (Intel Sensor Hub) support (LP: #1645521)
1740 - iio: accel: hid-sensor-accel-3d: Add timestamp
1741
1742 * Zesty update to v4.10.7 stable release (LP: #1677589)
1743 - net/openvswitch: Set the ipv6 source tunnel key address attribute correctly
1744 - net: bcmgenet: Do not suspend PHY if Wake-on-LAN is enabled
1745 - net: properly release sk_frag.page
1746 - amd-xgbe: Fix jumbo MTU processing on newer hardware
1747 - openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PAD
1748 - net: unix: properly re-increment inflight counter of GC discarded candidates
1749 - qmi_wwan: add Dell DW5811e
1750 - net: vrf: Reset rt6i_idev in local dst after put
1751 - net/mlx5: Add missing entries for set/query rate limit commands
1752 - net/mlx5e: Use the proper UAPI values when offloading TC vlan actions
1753 - net/mlx5: Increase number of max QPs in default profile
1754 - net/mlx5e: Count GSO packets correctly
1755 - net/mlx5e: Count LRO packets correctly
1756 - ipv6: make sure to initialize sockc.tsflags before first use
1757 - net: bcmgenet: remove bcmgenet_internal_phy_setup()
1758 - ipv4: provide stronger user input validation in nl_fib_input()
1759 - socket, bpf: fix sk_filter use after free in sk_clone_lock
1760 - genetlink: fix counting regression on ctrl_dumpfamily()
1761 - tcp: initialize icsk_ack.lrcvtime at session start time
1762 - amd-xgbe: Fix the ECC-related bit position definitions
1763 - net: solve a NAPI race
1764 - HID: sony: Fix input device leak when connecting a DS4 twice using USB/BT
1765 - Input: ALPS - fix V8+ protocol handling (73 03 28)
1766 - Input: ALPS - fix trackstick button handling on V8 devices
1767 - Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fw
1768 - Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000
1769 - Input: iforce - validate number of endpoints before using them
1770 - Input: ims-pcu - validate number of endpoints before using them
1771 - Input: hanwang - validate number of endpoints before using them
1772 - Input: yealink - validate number of endpoints before using them
1773 - Input: cm109 - validate number of endpoints before using them
1774 - Input: kbtab - validate number of endpoints before using them
1775 - Input: sur40 - validate number of endpoints before using them
1776 - ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
1777 - ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call
1778 - ALSA: hda - Adding a group of pin definition to fix headset problem
1779 - USB: serial: option: add Quectel UC15, UC20, EC21, and EC25 modems
1780 - USB: serial: qcserial: add Dell DW5811e
1781 - ACM gadget: fix endianness in notifications
1782 - usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerInterval
1783 - dvb-usb-firmware: don't do DMA on stack
1784 - usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirk
1785 - USB: uss720: fix NULL-deref at probe
1786 - USB: lvtest: fix NULL-deref at probe
1787 - USB: idmouse: fix NULL-deref at probe
1788 - USB: wusbcore: fix NULL-deref at probe
1789 - usb: musb: cppi41: don't check early-TX-interrupt for Isoch transfer
1790 - usb: hub: Fix crash after failure to read BOS descriptor
1791 - USB: usbtmc: add missing endpoint sanity check
1792 - USB: usbtmc: fix probe error path
1793 - uwb: i1480-dfu: fix NULL-deref at probe
1794 - uwb: hwa-rc: fix NULL-deref at probe
1795 - mmc: ushc: fix NULL-deref at probe
1796 - nl80211: fix dumpit error path RTNL deadlocks
1797 - mmc: core: Fix access to HS400-ES devices
1798 - iio: adc: ti_am335x_adc: fix fifo overrun recovery
1799 - iio: sw-device: Fix config group initialization
1800 - iio: hid-sensor-trigger: Change get poll value function order to avoid
1801 sensor properties losing after resume from S3
1802 - iio: magnetometer: ak8974: remove incorrect __exit markups
1803 - mei: fix deadlock on mei reset
1804 - mei: don't wait for os version message reply
1805 - parport: fix attempt to write duplicate procfiles
1806 - ppdev: fix registering same device name
1807 - ext4: mark inode dirty after converting inline directory
1808 - powerpc/64s: Fix idle wakeup potential to clobber registers
1809 - audit: fix auditd/kernel connection state tracking
1810 - mmc: sdhci-of-at91: Support external regulators
1811 - mmc: sdhci-of-arasan: fix incorrect timeout clock
1812 - mmc: sdhci: Do not disable interrupts while waiting for clock
1813 - mmc: sdhci-pci: Do not disable interrupts in sdhci_intel_set_power
1814 - hwrng: amd - Revert managed API changes
1815 - hwrng: geode - Revert managed API changes
1816 - clk: sunxi-ng: sun6i: Fix enable bit offset for hdmi-ddc module clock
1817 - clk: sunxi-ng: mp: Adjust parent rate for pre-dividers
1818 - mwifiex: pcie: don't leak DMA buffers when removing
1819 - ath10k: fix incorrect wlan_mac_base in qca6174_regs
1820 - crypto: ccp - Assign DMA commands to the channel's CCP
1821 - fscrypt: remove broken support for detecting keyring key revocation
1822 - vfio: Rework group release notifier warning
1823 - xen/acpi: upload PM state from init-domain to Xen
1824 - iommu/vt-d: Fix NULL pointer dereference in device_to_iommu
1825 - iommu/exynos: Block SYSMMU while invalidating FLPD cache
1826 - iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5
1827 - Revert "ARM: at91/dt: sama5d2: Use new compatible for ohci node"
1828 - ARM: at91: pm: cpu_idle: switch DDR to power-down mode
1829 - arm64: kaslr: Fix up the kernel image alignment
1830 - cpufreq: Restore policy min/max limits on CPU online
1831 - cgroup, net_cls: iterate the fds of only the tasks which are being migrated
1832 - blk-mq: don't complete un-started request in timeout handler
1833 - cpsw/netcp: cpts depends on posix_timers
1834 - drm/amdgpu: reinstate oland workaround for sclk
1835 - drm/amd/amdgpu: add POLARIS12 PCI ID
1836 - auxdisplay: img-ascii-lcd: add missing sentinel entry in
1837 img_ascii_lcd_matches
1838 - jbd2: don't leak memory if setting up journal fails
1839 - intel_th: Don't leak module refcount on failure to activate
1840 - Drivers: hv: vmbus: Don't leak channel ids
1841 - Drivers: hv: vmbus: Don't leak memory when a channel is rescinded
1842 - mmc: block: Fix is_waiting_last_req set incorrectly
1843 - libceph: don't set weight to IN when OSD is destroyed
1844 - device-dax: fix pmd/pte fault fallback handling
1845 - scsi: sd: Check for unaligned partial completion
1846 - cpuidle: Validate cpu_dev in cpuidle_add_sysfs()
1847 - xen: do not re-use pirq number cached in pci device msi msg data
1848 - drm: reference count event->completion
1849 - fbcon: Fix vc attr at deinit
1850 - crypto: algif_hash - avoid zero-sized array
1851 - Linux 4.10.7
1852
1853 * PS/2 mouse does not work on Dell embedded computer (LP: #1591053)
1854 - Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000
1855
1856 * [Zesty] mlx5_core Kernel oops with bonding mode 1 and 6 (LP: #1676786)
1857 - SAUCE: (no-up) net/mlx5: Avoid dereferencing uninitialized pointer
1858
1859 * [Hyper-V] Implement Hyper-V PTP Source (LP: #1676635)
1860 - Revert "hv: don't reset hv_context.tsc_page on crash"
1861 - Revert "Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()"
1862 - Revert "hv: allocate synic pages for all present CPUs"
1863 - Revert "hv: init percpu_list in hv_synic_alloc()"
1864 - Revert "Drivers: hv: vmbus: Prevent sending data on a rescinded channel"
1865 - Revert "Drivers: hv: vmbus: Fix a rescind handling bug"
1866 - Revert "Drivers: hv: util: kvp: Fix a rescind processing issue"
1867 - Revert "Drivers: hv: util: Fcopy: Fix a rescind processing issue"
1868 - Revert "Drivers: hv: util: Backup: Fix a rescind processing issue"
1869 - Revert "drivers: hv: Turn off write permission on the hypercall page"
1870 - Revert "UBUNTU: SAUCE: (no-up) hv: Supply vendor ID and package ABI"
1871 - Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
1872 - hv: allocate synic pages for all present CPUs
1873 - hv: init percpu_list in hv_synic_alloc()
1874 - hv: don't reset hv_context.tsc_page on crash
1875 - Drivers: hv: vmbus: Prevent sending data on a rescinded channel
1876 - hv: switch to cpuhp state machine for synic init/cleanup
1877 - hv: make CPU offlining prevention fine-grained
1878 - Drivers: hv: vmbus: Fix a rescind handling bug
1879 - Drivers: hv: util: kvp: Fix a rescind processing issue
1880 - Drivers: hv: util: Fcopy: Fix a rescind processing issue
1881 - Drivers: hv: util: Backup: Fix a rescind processing issue
1882 - Drivers: hv: vmbus: Move the definition of hv_x64_msr_hypercall_contents
1883 - Drivers: hv: vmbus: Move the definition of generate_guest_id()
1884 - Drivers: hv vmbus: Move Hypercall page setup out of common code
1885 - Drivers: hv: vmbus: Move Hypercall invocation code out of common code
1886 - Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource code
1887 - Drivers: hv: vmbus: Move the extracting of Hypervisor version information
1888 - Drivers: hv: vmbus: Move the crash notification function
1889 - Drivers: hv: vmbus: Move the check for hypercall page setup
1890 - Drivers: hv: vmbus: Move the code to signal end of message
1891 - Drivers: hv: vmbus: Restructure the clockevents code
1892 - Drivers: hv: util: Use hv_get_current_tick() to get current tick
1893 - Drivers: hv: vmbus: Get rid of an unsused variable
1894 - Drivers: hv: vmbus: Define APIs to manipulate the message page
1895 - Drivers: hv: vmbus: Define APIs to manipulate the event page
1896 - Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controller
1897 - Drivers: hv: vmbus: Define an API to retrieve virtual processor index
1898 - Drivers: hv: vmbus: Define an APIs to manage interrupt state
1899 - Drivers: hv: vmbus: Cleanup hyperv_vmbus.h
1900 - hv_util: switch to using timespec64
1901 - Drivers: hv: restore hypervcall page cleanup before kexec
1902 - Drivers: hv: restore TSC page cleanup before kexec
1903 - Drivers: hv: balloon: add a fall through comment to hv_memory_notifier()
1904 - Drivers: hv: vmbus: Use all supported IC versions to negotiate
1905 - Drivers: hv: Log the negotiated IC versions.
1906 - Drivers: hv: Fix the bug in generating the guest ID
1907 - hv: export current Hyper-V clocksource
1908 - hv_utils: implement Hyper-V PTP source
1909 - SAUCE: (no-up) hv: Supply vendor ID and package ABI
1910 - drivers: hv: Turn off write permission on the hypercall page
1911
1912 * Populating Hyper-V MSR for Ubuntu 13.10 (LP: #1193172)
1913 - SAUCE: (no-up) hv: Supply vendor ID and package ABI
1914
1915 * Ubuntu 16.10: Network checksum fixes needed for IPoIB for Mellanox CX4/CX5
1916 card (LP: #1670247)
1917 - powerpc/64: Fix checksum folding in csum_tcpudp_nofold and ip_fast_csum_nofold
1918 - powerpc/64: Use optimized checksum routines on little-endian
1919
1920 * Kernel linux-image-4.4.0-67-generic prevent the boot on Microsoft Hyper-v
1921 2012r2 Gen2 VM (LP: #1674635)
1922 - scsi: storvsc: Workaround for virtual DVD SCSI version
1923
1924 * POWER9 Radix mode KVM (LP: #1675806)
1925 - Revert "powerpc: Update to new option-vector-5 format for CAS"
1926 - Revert "powerpc/powernv: Initialise nest mmu"
1927 - Revert "KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resend"
1928 - KVM: PPC: Book3S: Change interrupt call to reduce scratch space use on HV
1929 - KVM: PPC: Book3S: Move 64-bit KVM interrupt handler out from alt section
1930 - KVM: PPC: Book3S: 64-bit CONFIG_RELOCATABLE support for interrupts
1931 - powerpc/64: More definitions for POWER9
1932 - powerpc/64: Export pgtable_cache and pgtable_cache_add for KVM
1933 - powerpc/64: Make type of partition table flush depend on partition type
1934 - powerpc/64: Allow for relocation-on interrupts from guest to host
1935 - KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
1936 - KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9
1937 - KVM: PPC: Book3S HV: Use ASDR for HPT guests on POWER9
1938 - KVM: PPC: Book3S HV: Add basic infrastructure for radix guests
1939 - KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle radix guests
1940 - KVM: PPC: Book3S HV: Page table construction and page faults for radix guests
1941 - KVM: PPC: Book3S HV: MMU notifier callbacks for radix guests
1942 - KVM: PPC: Book3S HV: Implement dirty page logging for radix guests
1943 - KVM: PPC: Book3S HV: Make HPT-specific hypercalls return error in radix mode
1944 - KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movement
1945 - KVM: PPC: Book3S HV: Allow guest exit path to have MMU on
1946 - KVM: PPC: Book3S HV: Invalidate ERAT on guest entry/exit for POWER9 DD1
1947 - KVM: PPC: Book3S HV: Enable radix guest support
1948 - powerpc/64: CONFIG_RELOCATABLE support for hmi interrupts
1949 - KVM: PPC: Book3S HV: Fix software walk of guest process page tables
1950 - KVM: PPC: Book3S HV: Don't use ASDR for real-mode HPT faults on POWER9
1951 - KVM: PPC: Book3S HV: Don't try to signal cpu -1
1952 - KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce()
1953 - powerpc/64: Invalidate process table caching after setting process table
1954 - powerpc: Update to new option-vector-5 format for CAS
1955 - KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resend
1956 - powerpc/powernv: Initialise nest mmu
1957 - powerpc/powernv: Remove separate entry for OPAL real mode calls
1958
1959 * [Hyper-V][Mellanox] net/mlx4_core: Avoid delays during VF driver device shutdown (LP: #1672785)
1960 - net/mlx4_core: Avoid delays during VF driver device shutdown
1961
1962 * [zesty] mlx4_core OOM with 32 bit arch (LP: #1676858)
1963 - mlx4: reduce OOM risk on arches with large pages
1964
1965 * [Feature] GLK Northpeak Enabling (LP: #1645963)
1966 - intel_th: pci: Add Denverton SOC support
1967 - intel_th: pci: Add Gemini Lake support
1968
1969 * [zesty] mlx5e OVS fixes (LP: #1676388)
1970 - net/mlx5: Fix create autogroup prev initializer
1971 - net/mlx5e: Avoid supporting udp tunnel port ndo for VF reps
1972 - net/mlx5e: Avoid wrong identification of rules on deletion
1973 - devlink: fix the name of eswitch commands
1974 - devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fill
1975 - devlink: use nla_put_failure goto label instead of out
1976 - devlink: allow to fillup eswitch attrs even if mode_get op does not exist
1977 - net/mlx5e: Change the TC offload rule add/del code path to be per NIC or E-Switch
1978 - net/mlx5: E-Switch, Don't allow changing inline mode when flows are configured
1979
1980 * [ARM64] Support systems where the physical memory footprint exceeds the size
1981 of the linear mapping. (LP: #1675046)
1982 - SAUCE: efi: arm-stub: Correct FDT and initrd allocation rules for arm64
1983 - SAUCE: efi: arm-stub: Round up FDT allocation to mapping size
1984
1985 * AACRAID Driver: Add 3 patch fixes to Kernel release (LP: #1675872)
1986 - scsi: aacraid: remove redundant zero check on ret
1987 - scsi: aacraid: Fix typo in blink status
1988 - scsi: aacraid: Fix potential null access
1989
1990 * stress_smoke_test passing and exiting rc=9 (linux 4.9.0-12.13 ADT test
1991 failure with linux 4.9.0-12.13) (LP: #1658633)
1992 - ext4: lock the xattr block before checksuming it
1993
1994 * ARM arch_timer erratum (LP: #1675509)
1995 - arm64: ptrace: add XZR-safe regs accessors
1996 - SAUCE: arm64: Allow checking of a CPU-local erratum
1997 - SAUCE: arm64: Add CNTVCT_EL0 trap handler
1998 - SAUCE: arm64: Define Cortex-A73 MIDR
1999 - SAUCE: arm64: cpu_errata: Allow an erratum to be match for all revisions of a core
2000 - SAUCE: arm64: cpu_errata: Add capability to advertise Cortex-A73 erratum 858921
2001 - SAUCE: arm64: arch_timer: Add infrastructure for multiple erratum detection methods
2002 - SAUCE: arm64: arch_timer: Add erratum handler for globally defined capability
2003 - SAUCE: arm64: arch_timer: Add erratum handler for CPU-specific capability
2004 - SAUCE: arm64: arch_timer: Move arch_timer_reg_read/write around
2005 - SAUCE: arm64: arch_timer: Get rid of erratum_workaround_set_sne
2006 - SAUCE: arm64: arch_timer: Rework the set_next_event workarounds
2007 - SAUCE: arm64: arch_timer: Make workaround methods optional
2008 - SAUCE: arm64: arch_timer: Allows a CPU-specific erratum to only affect a subset of CPUs
2009 - SAUCE: arm64: arch_timer: Move clocksource_counter and co around
2010 - SAUCE: arm64: arch_timer: Enable CNTVCT_EL0 trap if workaround is enabled
2011 - SAUCE: arm64: arch_timer: Workaround for Cortex-A73 erratum 858921
2012 - SAUCE: arm64: arch_timer: Allow erratum matching with ACPI OEM information
2013 - SAUCE: arm64: arch_timer: Add HISILICON_ERRATUM_161010101 ACPI matching data
2014 - SAUCE: arm64: arch_timer: Add check for unknown erratum
2015
2016 * Zesty update to v4.10.6 stable release (LP: #1676429)
2017 - give up on gcc ilog2() constant optimizations
2018 - qla2xxx: Fix memory leak for abts processing
2019 - qla2xxx: Fix request queue corruption.
2020 - parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range
2021 - parisc: support R_PARISC_SECREL32 relocation in modules
2022 - parisc: Fix system shutdown halt
2023 - perf/core: Fix use-after-free in perf_release()
2024 - perf/core: Fix event inheritance on fork()
2025 - md/r5cache: fix set_syndrome_sources() for data in cache
2026 - xprtrdma: Squelch kbuild sparse complaint
2027 - NFS prevent double free in async nfs4_exchange_id
2028 - cpufreq: Fix and clean up show_cpuinfo_cur_freq()
2029 - powerpc/boot: Fix zImage TOC alignment
2030 - hwrng: omap - write registers after enabling the clock
2031 - hwrng: omap - use devm_clk_get() instead of of_clk_get()
2032 - hwrng: omap - Do not access INTMASK_REG on EIP76
2033 - md/raid1/10: fix potential deadlock
2034 - target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export
2035 - scsi: lpfc: Add shutdown method for kexec
2036 - scsi: libiscsi: add lock around task lists to fix list corruption regression
2037 - scsi: mpt3sas: Avoid sleeping in interrupt context
2038 - target: Fix VERIFY_16 handling in sbc_parse_cdb
2039 - isdn/gigaset: fix NULL-deref at probe
2040 - gfs2: Avoid alignment hole in struct lm_lockname
2041 - percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages
2042 - cgroup/pids: remove spurious suspicious RCU usage warning
2043 - drm/amdgpu/si: add dpm quirk for Oland
2044 - Linux 4.10.6
2045
2046 * Miscellaneous Ubuntu changes
2047 - [Config] CONFIG_ARM64_ERRATUM_858921=y
2048 - [Debian] add rprovides for spl-modules and zfs-modules
adcd58f3
TG
2049
2050 -- Tim Gardner <tim.gardner@canonical.com> Mon, 27 Mar 2017 07:17:47 -0600
2051
c0f8cae5 2052linux (4.10.0-15.17) zesty; urgency=low
481d1ed6 2053
c0f8cae5
TG
2054 [ Tim Gardner ]
2055
2056 * Release Tracking Bug
2057 - LP: #1675868
2058
2059 * In ZZ-BML (POWER9):ubuntu17.04 installation Fails (LP: #1675771)
2060 - powerpc/64s: fix handling of non-synchronous machine checks
2061 - powerpc/64s: allow machine check handler to set severity and initiator
2062 - powerpc/64s: POWER9 machine check handler
2063
2064 * [Feature] R3 mwait support for Knights Mill (LP: #1637550)
2065 - x86/cpufeature: Enable RING3MWAIT for Knights Landing
2066 - x86/cpufeature: Enable RING3MWAIT for Knights Mill
2067 - x86/msr: Add MSR_MISC_FEATURE_ENABLES and RING3MWAIT bit
2068 - x86/elf: Add HWCAP2 to expose ring 3 MONITOR/MWAIT
2069 - x86/cpufeature: Add RING3MWAIT to CPU features
2070
2071 * [Feature] GLK:New device IDs (LP: #1645951)
2072 - mfd: intel-lpss: Add Intel Gemini Lake PCI IDs
2073 - pwm: lpss: Add Intel Gemini Lake PCI ID
2074 - i2c: i801: Add support for Intel Gemini Lake
2075 - spi: pxa2xx: Add support for Intel Gemini Lake
2076 - [Config] CONFIG_PINCTRL_GEMINILAKE=m
2077 - pinctrl: intel: Add Intel Gemini Lake pin controller support
2078
2079 * Zesty update to v4.10.5 stable release (LP: #1675032)
2080 - net/mlx5e: Register/unregister vport representors on interface attach/detach
2081 - net/mlx5e: Do not reduce LRO WQE size when not using build_skb
2082 - net/mlx5e: Fix broken CQE compression initialization
2083 - net/mlx5e: Update MPWQE stride size when modifying CQE compress state
2084 - net/mlx5e: Fix wrong CQE decompression
2085 - vxlan: correctly validate VXLAN ID against VXLAN_N_VID
2086 - vti6: return GRE_KEY for vti6
2087 - vxlan: don't allow overwrite of config src addr
2088 - ipv4: add missing initialization for flowi4_uid
2089 - ipv4: mask tos for input route
2090 - sctp: set sin_port for addr param when checking duplicate address
2091 - net sched actions: decrement module reference count after table flush.
2092 - l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv
2093 - vxlan: lock RCU on TX path
2094 - geneve: lock RCU on TX path
2095 - mlxsw: spectrum_router: Avoid potential packets loss
2096 - net: bridge: allow IPv6 when multicast flood is disabled
2097 - net: don't call strlen() on the user buffer in packet_bind_spkt()
2098 - net: net_enable_timestamp() can be called from irq contexts
2099 - ipv6: orphan skbs in reassembly unit
2100 - dccp: Unlock sock before calling sk_free()
2101 - amd-xgbe: Stop the PHY before releasing interrupts
2102 - amd-xgbe: Be sure to set MDIO modes on device (re)start
2103 - amd-xgbe: Don't overwrite SFP PHY mod_absent settings
2104 - bonding: use ETH_MAX_MTU as max mtu
2105 - strparser: destroy workqueue on module exit
2106 - tcp: fix various issues for sockets morphing to listen state
2107 - net: fix socket refcounting in skb_complete_wifi_ack()
2108 - net: fix socket refcounting in skb_complete_tx_timestamp()
2109 - net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dump
2110 - dccp: fix use-after-free in dccp_feat_activate_values
2111 - team: use ETH_MAX_MTU as max mtu
2112 - vrf: Fix use-after-free in vrf_xmit
2113 - net/tunnel: set inner protocol in network gro hooks
2114 - uapi: fix linux/packet_diag.h userspace compilation error
2115 - amd-xgbe: Enable IRQs only if napi_complete_done() is true
2116 - act_connmark: avoid crashing on malformed nlattrs with null parms
2117 - mpls: Send route delete notifications when router module is unloaded
2118 - mpls: Do not decrement alive counter for unregister events
2119 - ipv6: make ECMP route replacement less greedy
2120 - ipv6: avoid write to a possibly cloned skb
2121 - net: use net->count to check whether a netns is alive or not
2122 - dccp/tcp: fix routing redirect race
2123 - tun: fix premature POLLOUT notification on tun devices
2124 - dccp: fix memory leak during tear-down of unsuccessful connection request
2125 - arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBs
2126 - drm/i915/lspcon: Enable AUX interrupts for resume time initialization
2127 - drm/i915/gen9+: Enable hotplug detection early
2128 - drm/i915/lspcon: Fix resume time initialization due to unasserted HPD
2129 - x86/unwind: Fix last frame check for aligned function stacks
2130 - x86/tsc: Fix ART for TSC_KNOWN_FREQ
2131 - x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y
2132 - x86/intel_rdt: Put group node in rdtgroup_kn_unlock
2133 - x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm
2134 - futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
2135 - futex: Add missing error handling to FUTEX_REQUEUE_PI
2136 - locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=y
2137 - crypto: powerpc - Fix initialisation of crc32c context
2138 - crypto: s5p-sss - Fix spinlock recursion on LRW(AES)
2139 - Linux 4.10.5
2140
2141 * Ubuntu server enables screenblanking, concealing crashdumps (DPMS is not
2142 used) (LP: #869017)
2143 - SAUCE: Disable default console blanking interval
2144
2145 * CVE-CVE-2017-5986
2146 - sctp: deny peeloff operation on asocs with threads sleeping on it
2147
2148 * tty: acpi/spcr: QDF2400 E44 checks for wrong OEM revision (LP: #1674466)
2149 - tty: acpi/spcr: QDF2400 E44 checks for wrong OEM revision
2150
2151 * Ubuntu 17.04: machine crashes with Oops in dccp_v4_ctl_send_reset while
2152 running stress-ng. (LP: #1654073)
2153 - tcp/dccp: block BH for SYN processing
2154
2155 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
2156 - tty: Fix ldisc crash on reopened tty
2157 - SAUCE: powerpc/powernv/cpuidle: Pass correct drv->cpumask for registration
2158
2159 * Fix MODULE_FIRMWARE for intel 6030 wireless (LP: #1674334)
2160 - iwlwifi: fix MODULE_FIRMWARE for 6030
2161
2162 * [zesty] net sched actions - Adding support for user cookies (LP: #1674087)
2163 - net sched actions: Add support for user cookies
2164 - net sched actions: do not overwrite status of action creation.
2165
2166 * Zesty update to v4.10.4 stable release (LP: #1674288)
2167 - iio: 104-quad-8: Fix off-by-one error when addressing flag register
2168 - ARM: qcom_defconfig: Enable RPM/RPM-SMD clocks
2169 - USB: serial: digi_acceleport: fix OOB data sanity check
2170 - USB: serial: digi_acceleport: fix OOB-event processing
2171 - crypto: improve gcc optimization flags for serpent and wp512
2172 - MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change
2173 - MIPS: VDSO: avoid duplicate CAC_BASE definition
2174 - MIPS: ip27: Disable qlge driver in defconfig
2175 - MIPS: Update ip27_defconfig for SCSI_DH change
2176 - MIPS: ip22: Fix ip28 build for modern gcc
2177 - MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change
2178 - mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy
2179 - MIPS: ralink: Cosmetic change to prom_init().
2180 - MIPS: ralink: Remove unused timer functions
2181 - MIPS: ralink: Remove unused rt*_wdt_reset functions
2182 - i2c: bcm2835: Avoid possible NULL ptr dereference
2183 - tracing: Add #undef to fix compile error
2184 - ucount: Remove the atomicity from ucount->count
2185 - efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=y
2186 - dw2102: don't do DMA on stack
2187 - i2c: add missing of_node_put in i2c_mux_del_adapters
2188 - powerpc: Emulation support for load/store instructions on LE
2189 - powerpc/booke: Fix boot crash due to null hugepd
2190 - powerpc/xics: Work around limitations of OPAL XICS priority handling
2191 - PCI: Prevent VPD access for QLogic ISP2722
2192 - usb: gadget: dummy_hcd: clear usb_gadget region before registration
2193 - usb: dwc3: gadget: make Set Endpoint Configuration macros safe
2194 - usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()
2195 - usb: ohci-at91: Do not drop unhandled USB suspend control requests
2196 - usb: gadget: function: f_fs: pass companion descriptor along
2197 - Revert "usb: gadget: uvc: Add missing call for additional setup data"
2198 - usb: host: xhci-dbg: HCIVERSION should be a binary number
2199 - usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllers
2200 - USB: serial: safe_serial: fix information leak in completion handler
2201 - USB: serial: omninet: fix reference leaks at open
2202 - USB: iowarrior: fix NULL-deref at probe
2203 - USB: iowarrior: fix NULL-deref in write
2204 - USB: serial: io_ti: fix NULL-deref in interrupt callback
2205 - USB: serial: io_ti: fix information leak in completion handler
2206 - serial: samsung: Continue to work if DMA request fails
2207 - KVM: s390: Fix guest migration for huge guests resulting in panic
2208 - KVM: arm/arm64: Let vcpu thread modify its own active state
2209 - drm/i915/gvt: Fix superfluous newline in GVT_DISPLAY_READY env var
2210 - serial_ir: ensure we're ready to receive interrupts
2211 - dm: flush queued bios when process blocks to avoid deadlock
2212 - rc: raw decoder for keymap protocol is not loaded on register
2213 - ext4: don't BUG when truncating encrypted inodes on the orphan list
2214 - IB/mlx5: Verify that Q counters are supported
2215 - Linux 4.10.4
2216
2217 * ip_rcv_finish() NULL pointer kernel panic (LP: #1672470)
2218 - bridge: drop netfilter fake rtable unconditionally
2219
2220 * Miscellaneous Ubuntu changes
2221 - [Config] Remove powerpc architecture build
2222 - [Config] updateconfigs after removing powerpc builds
2223 - [Config] Update annotations after removing powerpc configs
481d1ed6
TG
2224
2225 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
2226
0b2916b7 2227linux (4.10.0-14.16) zesty; urgency=low
49181a05 2228
0b2916b7
TG
2229 [ Tim Gardner ]
2230
2231 * Release Tracking Bug
2232 - LP: #1673805
2233
2234 * msleep() bug causes Nuvoton I2C TPM device driver delays (LP: #1667567)
2235 - tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
2236 - SAUCE: tpm: add sleep only for retry in i2c_nuvoton_write_status()
2237
2238 * C++ demangling support missing from perf (LP: #1396654)
2239 - [Config] added binutils-dev to Build-deps
2240
2241 * dm-queue-length module is not included in installer/initramfs (LP: #1673350)
2242 - [Config] d-i: Also add dm-queue-length to multipath modules
2243
2244 * move aufs.ko from -extra to linux-image package (LP: #1673498)
2245 - [config] aufs.ko moved to linux-image package
2246
2247 * Using an NVMe drive causes huge power drain (LP: #1664602)
2248 - nvme: Add a quirk mechanism that uses identify_ctrl
2249 - nvme: Enable autonomous power state transitions
2250
2251 * Broadcom bluetooth modules sometimes fail to initialize (LP: #1483101)
2252 - Bluetooth: btbcm: Add a delay for module reset
2253
2254 * Need support of Broadcom bluetooth device [413c:8143] (LP: #1166113)
2255 - Bluetooth: btusb: Add support for 413c:8143
2256
2257 * Zesty update to v4.10.3 stable release (LP: #1673118)
2258 - serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards
2259 - KVM: s390: Disable dirty log retrieval for UCONTROL guests
2260 - KVM: VMX: use correct vmcs_read/write for guest segment selector/base
2261 - Bluetooth: Add another AR3012 04ca:3018 device
2262 - phy: qcom-ufs: Don't kfree devres resource
2263 - phy: qcom-ufs: Fix misplaced jump label
2264 - s390/qdio: clear DSCI prior to scanning multiple input queues
2265 - s390/dcssblk: fix device size calculation in dcssblk_direct_access()
2266 - s390/kdump: Use "LINUX" ELF note name instead of "CORE"
2267 - s390/chsc: Add exception handler for CHSC instruction
2268 - s390: TASK_SIZE for kernel threads
2269 - s390/topology: correct allocation of topology information
2270 - s390: make setup_randomness work
2271 - s390: use correct input data address for setup_randomness
2272 - net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()
2273 - cxl: Prevent read/write to AFU config space while AFU not configured
2274 - cxl: fix nested locking hang during EEH hotplug
2275 - brcmfmac: fix incorrect event channel deduction
2276 - mnt: Tuck mounts under others instead of creating shadow/side mounts.
2277 - IB/ipoib: Fix deadlock between rmmod and set_mode
2278 - IB/IPoIB: Add destination address when re-queue packet
2279 - IB/mlx5: Fix out-of-bound access
2280 - IB/SRP: Avoid using IB_MR_TYPE_SG_GAPS
2281 - IB/srp: Avoid that duplicate responses trigger a kernel bug
2282 - IB/srp: Fix race conditions related to task management
2283 - Btrfs: fix data loss after truncate when using the no-holes feature
2284 - orangefs: Use RCU for destroy_inode
2285 - memory/atmel-ebi: Fix ns <-> cycles conversions
2286 - tracing: Fix return value check in trace_benchmark_reg()
2287 - ktest: Fix child exit code processing
2288 - ceph: remove req from unsafe list when unregistering it
2289 - target: Fix NULL dereference during LUN lookup + active I/O shutdown
2290 - drivers/pci/hotplug: Handle presence detection change properly
2291 - drivers/pci/hotplug: Fix initial state for empty slot
2292 - nlm: Ensure callback code also checks that the files match
2293 - pwm: pca9685: Fix period change with same duty cycle
2294 - xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
2295 - nfit, libnvdimm: fix interleave set cookie calculation
2296 - mac80211: flush delayed work when entering suspend
2297 - mac80211: don't reorder frames with SN smaller than SSN
2298 - mac80211: don't handle filtered frames within a BA session
2299 - mac80211: use driver-indicated transmitter STA only for data frames
2300 - drm/amdgpu: add more cases to DCE11 possible crtc mask setup
2301 - drm/amdgpu/pm: check for headless before calling compute_clocks
2302 - Revert "drm/amdgpu: update tile table for oland/hainan"
2303 - drm/ast: Fix AST2400 POST failure without BMC FW or VBIOS
2304 - drm/radeon: handle vfct with multiple vbios images
2305 - drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058
2306 - drm/ttm: Make sure BOs being swapped out are cacheable
2307 - drm/vmwgfx: Work around drm removal of control nodes
2308 - drm/imx: imx-tve: Do not set the regulator voltage
2309 - drm/atomic: fix an error code in mode_fixup()
2310 - drm/i915/gvt: Disable access to stolen memory as a guest
2311 - drm: Cancel drm_fb_helper_dirty_work on unload
2312 - drm: Cancel drm_fb_helper_resume_work on unload
2313 - drm/i915: Recreate internal objects with single page segments if dmar fails
2314 - drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS code
2315 - drm/i915: Check for timeout completion when waiting for the rq to submitted
2316 - drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()
2317 - drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXT
2318 - libceph: use BUG() instead of BUG_ON(1)
2319 - x86, mm: fix gup_pte_range() vs DAX mappings
2320 - x86/tlb: Fix tlb flushing when lguest clears PGE
2321 - thp: fix another corner case of munlock() vs. THPs
2322 - mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()
2323 - kasan: resched in quarantine_remove_cache()
2324 - fat: fix using uninitialized fields of fat_inode/fsinfo_inode
2325 - drivers: hv: Turn off write permission on the hypercall page
2326 - Linux 4.10.3
2327
2328 * Zesty update to v4.10.2 stable release (LP: #1672544)
2329 - MIPS: pic32mzda: Fix linker error for pic32_get_pbclk()
2330 - MIPS: Fix special case in 64 bit IP checksumming.
2331 - MIPS: BCM47XX: Fix button inversion for Asus WL-500W
2332 - MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
2333 - MIPS: Lantiq: Keep ethernet enabled during boot
2334 - MIPS: Clear ISA bit correctly in get_frame_info()
2335 - MIPS: Prevent unaligned accesses during stack unwinding
2336 - MIPS: Fix get_frame_info() handling of microMIPS function size
2337 - MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
2338 - MIPS: Calculate microMIPS ra properly when unwinding the stack
2339 - MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
2340 - mmc: sdhci-acpi: support deferred probe
2341 - am437x-vpfe: always assign bpp variable
2342 - uvcvideo: Fix a wrong macro
2343 - media: fix dm1105.c build error
2344 - cxd2820r: fix gpio null pointer dereference
2345 - dvb-usb: don't use stack for firmware load
2346 - lirc_dev: LIRC_{G,S}ET_REC_MODE do not work
2347 - media: Properly pass through media entity types in entity enumeration
2348 - ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()
2349 - spi: s3c64xx: fix inconsistency between binding and driver
2350 - ARM: at91: define LPDDR types
2351 - ARM: dts: at91: Enable DMA on sama5d4_xplained console
2352 - ARM: dts: at91: Enable DMA on sama5d2_xplained console
2353 - ALSA: hda/realtek - Cannot adjust speaker's volume on a Dell AIO
2354 - ALSA: hda - fix Lewisburg audio issue
2355 - ALSA: timer: Reject user params with too small ticks
2356 - ALSA: ctxfi: Fallback DMA mask to 32bit
2357 - ALSA: seq: Fix link corruption by event error handling
2358 - ALSA: hda - Add subwoofer support for Dell Inspiron 17 7000 Gaming
2359 - ALSA: hda - Fix micmute hotkey problem for a lenovo AIO machine
2360 - hwmon: (it87) Do not overwrite bit 2..6 of pwm control registers
2361 - hwmon: (it87) Ensure that pwm control cache is current before updating values
2362 - staging: greybus: loopback: fix broken udelay
2363 - staging/lustre/lnet: Fix allocation size for sv_cpt_data
2364 - staging: rtl: fix possible NULL pointer dereference
2365 - coresight: STM: Balance enable/disable
2366 - coresight: fix kernel panic caused by invalid CPU
2367 - regulator: Fix regulator_summary for deviceless consumers
2368 - tpm_tis: use default timeout value if chip reports it as zero
2369 - tpm_tis: fix the error handling of init_tis()
2370 - iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
2371 - iommu/vt-d: Tylersburg isoch identity map check is done too late.
2372 - CIFS: Fix splice read for non-cached files
2373 - mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}
2374 - mm/page_alloc: fix nodes for reclaim in fast path
2375 - mm: vmpressure: fix sending wrong events on underflow
2376 - mm: do not access page->mapping directly on page_endio
2377 - mm balloon: umount balloon_mnt when removing vb device
2378 - mm, vmscan: cleanup lru size claculations
2379 - mm, vmscan: consider eligible zones in get_scan_count
2380 - sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT
2381 - ipc/shm: Fix shmat mmap nil-page protection
2382 - ima: fix ima_d_path() possible race with rename
2383 - PM / devfreq: Fix available_governor sysfs
2384 - PM / devfreq: Fix wrong trans_stat of passive devfreq device
2385 - dm cache: fix corruption seen when using cache > 2TB
2386 - dm stats: fix a leaked s->histogram_boundaries array
2387 - dm round robin: revert "use percpu 'repeat_count' and 'current_path'"
2388 - dm raid: fix data corruption on reshape request
2389 - scsi: qla2xxx: Cleaned up queue configuration code.
2390 - scsi: qla2xxx: Fix response queue count for Target mode.
2391 - scsi: qla2xxx: Fix Regression introduced by pci_alloc_irq_vectors_affinity call.
2392 - Revert "scsi: aacraid: Reorder Adapter status check"
2393 - scsi: aacraid: Reorder Adapter status check
2394 - scsi: use 'scsi_device_from_queue()' for scsi_dh
2395 - power: reset: at91-poweroff: timely shutdown LPDDR memories
2396 - Fix: Disable sys_membarrier when nohz_full is enabled
2397 - jbd2: don't leak modified metadata buffers on an aborted journal
2398 - block/loop: fix race between I/O and set_status
2399 - loop: fix LO_FLAGS_PARTSCAN hang
2400 - ext4: Include forgotten start block on fallocate insert range
2401 - ext4: do not polute the extents cache while shifting extents
2402 - ext4: trim allocation requests to group size
2403 - ext4: fix data corruption in data=journal mode
2404 - ext4: fix use-after-iput when fscrypt contexts are inconsistent
2405 - ext4: fix inline data error paths
2406 - ext4: preserve the needs_recovery flag when the journal is aborted
2407 - ext4: return EROFS if device is r/o and journal replay is needed
2408 - ext4: fix fencepost in s_first_meta_bg validation
2409 - samples/seccomp: fix 64-bit comparison macros
2410 - mei: remove support for broken parallel read
2411 - ath10k: fix boot failure in UTF mode/testmode
2412 - ath5k: drop bogus warning on drv_set_key with unsupported cipher
2413 - ath9k: fix race condition in enabling/disabling IRQs
2414 - ath9k: use correct OTP register offsets for the AR9340 and AR9550
2415 - PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal
2416 - PCI: altera: Fix TLP_CFG_DW0 for TLP write
2417 - Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
2418 - crypto: xts - Add ECB dependency
2419 - crypto: testmgr - Pad aes_ccm_enc_tv_template vector
2420 - crypto: xts - Propagate NEED_FALLBACK bit
2421 - crypto: api - Add crypto_requires_off helper
2422 - fuse: add missing FR_FORCE
2423 - x86/pkeys: Check against max pkey to avoid overflows
2424 - arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2
2425 - arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLB
2426 - arm64: fix erroneous __raw_read_system_reg() cases
2427 - KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twice
2428 - Revert "arm64: mm: set the contiguous bit for kernel mappings where appropriate"
2429 - iio: pressure: mpl115: do not rely on structure field ordering
2430 - iio: pressure: mpl3115: do not rely on structure field ordering
2431 - can: gs_usb: Don't use stack memory for USB transfers
2432 - can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
2433 - w1: don't leak refcount on slave attach failure in w1_attach_slave_device()
2434 - w1: ds2490: USB transfer buffers need to be DMAable
2435 - usb: musb: da8xx: Remove CPPI 3.0 quirk and methods
2436 - usb: dwc3: gadget: skip Set/Clear Halt when invalid
2437 - usb: host: xhci: plat: check hcc_params after add hcd
2438 - usb: gadget: udc-core: Rescan pending list on driver unbind
2439 - usb: gadget: udc: fsl: Add missing complete function.
2440 - usb: gadget: f_hid: fix: Free out requests
2441 - usb: gadget: f_hid: fix: Prevent accessing released memory
2442 - usb: gadget: f_hid: Use spinlock instead of mutex
2443 - usb: gadget: f_hid: fix: Move IN request allocation to set_alt()
2444 - hv: allocate synic pages for all present CPUs
2445 - hv: init percpu_list in hv_synic_alloc()
2446 - Drivers: hv: vmbus: Prevent sending data on a rescinded channel
2447 - Drivers: hv: vmbus: Fix a rescind handling bug
2448 - Drivers: hv: util: kvp: Fix a rescind processing issue
2449 - Drivers: hv: util: Fcopy: Fix a rescind processing issue
2450 - Drivers: hv: util: Backup: Fix a rescind processing issue
2451 - RDMA/core: Fix incorrect structure packing for booleans
2452 - rdma_cm: fail iwarp accepts w/o connection params
2453 - gfs2: Add missing rcu locking for glock lookup
2454 - remoteproc: qcom: mdt_loader: Don't overwrite firmware object
2455 - rtlwifi: Fix alignment issues
2456 - rtlwifi: rtl8192c-common: Fix "BUG: KASAN:
2457 - VME: restore bus_remove function causing incomplete module unload
2458 - nfsd: minor nfsd_setattr cleanup
2459 - nfsd: special case truncates some more
2460 - NFSv4: Fix memory and state leak in _nfs4_open_and_get_state
2461 - NFSv4: Fix reboot recovery in copy offload
2462 - pNFS/flexfiles: If the layout is invalid, it must be updated before retrying
2463 - Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCE"
2464 - NFSv4: fix getacl head length estimation
2465 - NFSv4: fix getacl ERANGE for some ACL buffer sizes
2466 - f2fs: fix a problem of using memory after free
2467 - f2fs: fix multiple f2fs_add_link() calls having same name
2468 - f2fs: add ovp valid_blocks check for bg gc victim to fg_gc
2469 - f2fs: avoid to issue redundant discard commands
2470 - f2fs: Fix zoned block device support
2471 - rtc: sun6i: Disable the build as a module
2472 - rtc: sun6i: Add some locking
2473 - rtc: sun6i: Switch to the external oscillator
2474 - md linear: fix a race between linear_add() and linear_congested()
2475 - bcma: use (get|put)_device when probing/removing device driver
2476 - mtd: nand: ifc: Fix location of eccstat registers for IFC V1.0
2477 - dmaengine: ipu: Make sure the interrupt routine checks all interrupts.
2478 - xprtrdma: Fix Read chunk padding
2479 - xprtrdma: Per-connection pad optimization
2480 - xprtrdma: Disable pad optimization by default
2481 - xprtrdma: Reduce required number of send SGEs
2482 - powerpc/xmon: Fix data-breakpoint
2483 - powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature mask
2484 - module: fix memory leak on early load_module() failures
2485 - MIPS: IP22: Reformat inline assembler code to modern standards.
2486 - MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.
2487 - ceph: update readpages osd request according to size of pages
2488 - Linux 4.10.2
2489
2490 * kernel selftests ADT failure with linux 4.10.0-13.15 on ppc64el (LP: #1672510)
2491 - SAUCE: Add '-fno-ie -no-pie' to cflags for powerpc ptrace tests
2492
2493 * arm64: Workaround QDF2400 erratum 0065 (LP: #1672486)
2494 - [Config] CONFIG_QCOM_QDF2400_ERRATUM_0065=y
2495 - irqchip/gicv3-its: Add workaround for QDF2400 ITS erratum 0065
2496
2497 * arm64 MSI/PCIe passthrough patches break build of certain configs (LP: #1672502)
2498 - irqdomain: Add empty irq_domain_check_msi_remap
2499
2500 * pinctrl: qcom: add get_direction function (LP: #1672504)
2501 - pinctrl: qcom: add get_direction function
2502
2503 * perf probes on arm64 don't work with 4.10 kernel b/c of register name issue (LP: #1671917)
2504 - perf probe: Fix wrong register name for arm64
2505
2506 * cleanup primary tree for linux-hwe layering issues (LP: #1637473)
2507 - [Config] linux-source-* is in the primary linux namespace
2508
2509 * hv_set_ifconfig script parsing fails for certain configuration (LP: #1640109)
2510 - hv_set_ifconfig -- handle DHCP interfaces correctly
2511 - hv_set_ifconfig -- ensure we include the last stanza
2512
2513 * Revert "UBUNTU: SAUCE: Disable timers selftest for now" (LP: #1672372)
2514 - Revert "UBUNTU: SAUCE: Disable timers selftest for now"
2515
2516 * Ubuntu 16.10: Network checksum fixes needed for IPoIB for Mellanox CX4/CX5 card (LP: #1670247)
2517 - powerpc/64: Fix checksum folding in csum_add()
2518
2519 * POWER9: Additional power9 patches (LP: #1671613)
2520 - mm/autonuma: don't use set_pte_at when updating protnone ptes
2521 - mm/autonuma: let architecture override how the write bit should be stashed in a protnone pte.
2522 - powerpc/mm/autonuma: switch ppc64 to its own implementation of saved write
2523 - mm/gup: check for protnone only if it is a PTE entry
2524 - mm/thp/autonuma: use TNF flag instead of vm fault
2525 - SAUCE: powerpc/mm: handle protnone ptes on fork
2526 - SAUCE: power/mm: update pte_write and pte_wrprotect to handle savedwrite
2527 - mm/ksm: improve deduplication of zero pages with colouring
2528 - mm: introduce page_vma_mapped_walk()
2529 - mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()
2530 - mm/ksm: handle protnone saved writes when making page write protect
2531
2532 * POWER9 : Enable Stop 0-2 with ESL=EC=0 (LP: #1666197)
2533 - powerpc/powernv: Fix bug due to labeling ambiguity in power_enter_stop
2534
2535 * Miscellaneous Ubuntu changes
2536 - [Debian] consider renames in gen-auto-reconstruct
49181a05
TG
2537
2538 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 Mar 2017 13:30:55 -0700
2539
aa033b4c 2540linux (4.10.0-13.15) zesty; urgency=low
81afe745 2541
aa033b4c
TG
2542 [ Tim Gardner ]
2543
2544 * Release Tracking Bug
2545 - LP: #1671614
2546
2547 * ehci-platform needed in usb-modules udeb (LP: #1671589)
2548 - d-i: add ehci-platform to usb-modules
2549
2550 * irqchip/gic-v3-its: Enable cacheable attribute Read-allocate hints
2551 (LP: #1671598)
2552 - irqchip/gic-v3-its: Enable cacheable attribute Read-allocate hints
2553
2554 * iommu: Fix static checker warning in iommu_insert_device_resv_regions
2555 (LP: #1671599)
2556 - iommu: Fix static checker warning in iommu_insert_device_resv_regions
2557
2558 * QDF2400: Fix panic introduced by erratum 1003 (LP: #1671602)
2559 - arm64: Avoid clobbering mm in erratum workaround on QDF2400
2560
2561 * QDF2400 PCI ports require ACS quirk (LP: #1671601)
2562 - PCI: Add ACS quirk for Qualcomm QDF2400 and QDF2432
2563
2564 * tty: pl011: Work around QDF2400 E44 stuck BUSY bit (LP: #1671600)
2565 - tty: pl011: Work around QDF2400 E44 stuck BUSY bit
2566
2567 * CVE-2017-2636
2568 - tty: n_hdlc: get rid of racy n_hdlc.tbuf
2569
2570 * Sync virtualbox to 5.1.16-dfsg-1 in zesty (LP: #1671470)
2571 - ubuntu: vbox -- Update to 5.1.16-dfsg-1
81afe745
TG
2572
2573 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 Mar 2017 06:16:24 -0700
2574
513a2988 2575linux (4.10.0-12.14) zesty; urgency=low
550d6ad6 2576
513a2988
TG
2577 [ Tim Gardner ]
2578
2579 * Release Tracking Bug
2580 - LP: #1671235
2581
2582 * POWER9: Improve CAS negotiation (LP: #1671169)
2583 - powerpc: Parse the command line before calling CAS
2584 - powerpc: Update to new option-vector-5 format for CAS
2585
2586 * lowlatency kernel is lacking support for latencytop (LP: #1655986)
2587 - [Config] CONFIG_LATENCYTOP=y for amd64 lowlatency
2588
2589 * Power9 kernel: add virtualization patches (LP: #1670800)
2590 - powerpc: Add POWER9 architected mode to cputable
2591
2592 * h-prod does not function across cores (LP: #1670726)
2593 - KVM: PPC: Book3S HV: Fix H_PROD to actually wake the target vcpu
2594
2595 * CIFS: Enable encryption for SMB3 (LP: #1670508)
2596 - cifs: Simplify SMB2 and SMB311 dependencies
2597 - cifs: Only select the required crypto modules
2598 - cifs: Add soft dependencies
2599 - CIFS: Separate SMB2 header structure
2600 - CIFS: Make SendReceive2() takes resp iov
2601 - CIFS: Make send_cancel take rqst as argument
2602 - CIFS: Send RFC1001 length in a separate iov
2603 - CIFS: Separate SMB2 sync header processing
2604 - CIFS: Separate RFC1001 length processing for SMB2 read
2605 - CIFS: Add capability to transform requests before sending
2606 - CIFS: Enable encryption during session setup phase
2607 - CIFS: Encrypt SMB3 requests before sending
2608 - CIFS: Add transform header handling callbacks
2609 - CIFS: Add mid handle callback
2610 - CIFS: Add copy into pages callback for a read operation
2611 - CIFS: Decrypt and process small encrypted packets
2612 - CIFS: Add capability to decrypt big read responses
2613 - CIFS: Allow to switch on encryption with seal mount option
2614 - CIFS: Fix possible use after free in demultiplex thread
2615
2616 * FC Adapter (LPe32000-based) prints "iotag out of range", goes offline, and
2617 delays boot a lot (Ubuntu17.04/Emulex/lpfc)) (LP: #1670490)
2618 - scsi: lpfc: Correct WQ creation for pagesize
2619 - scsi: lpfc: Add missing memory barrier
2620
2621 * Ubuntu 17.04: Guest does not reflect all the cpus hotplugged (LP: #1670315)
2622 - powerpc/64: Don't try to use radix MMU under a hypervisor
2623 - powerpc/pseries: Fixes for the "ibm,architecture-vec-5" options
2624 - powerpc/64: Enable use of radix MMU under hypervisor on POWER9
2625 - powerpc/pseries: Advertise HPT resizing support via CAS
2626 - powerpc/pseries: Advertise Hot Plug Event support to firmware
2627 - powerpc/pseries: Report DLPAR capabilities
2628 - powerpc/pseries: Make the acquire/release of the drc for memory a seperate step
2629 - powerpc/pseries: Introduce memory hotplug READD operation
2630 - powerpc/pseries: Fix build break when MEMORY_HOTREMOVE=n
2631 - powerpc/pseries: Implement indexed-count hotplug memory add
2632 - powerpc/pseries: Implement indexed-count hotplug memory remove
2633 - powerpc/pseries: Revert 'Auto-online hotplugged memory'
2634
2635 * Allow Unity8 to run inside Virtualbox (LP: #1669807)
2636 - ubuntu: vbox -- Update to 5.1.14-dfsg-3
2637
2638 * ecryptfs fails to load block cipher on ppc64el (LP: #1666483)
2639 - crypto: vmx - Use skcipher for cbc fallback
2640 - crypto: vmx - Use skcipher for xts fallback
2641 - [Config] CONFIG_CRYPTO_DEV_VMX=y
2642
2643 * Regression in 4.4.0-65-generic causes very frequent system crashes
2644 (LP: #1669611)
2645 - Revert "UBUNTU: SAUCE: apparmor: fix lock ordering for mkdir"
2646 - Revert "UBUNTU: SAUCE: apparmor: fix leak on securityfs pin count"
2647 - Revert "UBUNTU: SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode() fails"
2648 - Revert "UBUNTU: SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails"
2649
2650 * [ubuntu 16.10] Enable OPTPROBES for powerpc (LP: #1585741)
2651 - powerpc/optprobes: Fix TOC handling in optprobes trampoline
2652
2653 * [Ubuntu 17.04] Kernel panics when large number of hugepages is passed as an
2654 boot argument to kernel. (LP: #1665113)
2655 - SAUCE: mm/cgroup: avoid panic when init with low memory
2656
2657 * bcache device numbers increase by 16 (LP: #1667078)
2658 - SAUCE: bcache: Fix bcache device names
2659
2660 * [Feature] GLK Intel PT write (LP: #1645962)
2661 - perf/x86/intel/pt: Add format strings for PTWRITE and power event tracing
2662
2663 * arm64: ACPI platform MSI support required for new systems (LP: #1669061)
2664 - SAUCE: ACPI: IORT: fix the indentation in iort_scan_node()
2665 - SAUCE: ACPI: IORT: add missing comment for iort_dev_find_its_id()
2666 - SAUCE: ACPI: IORT: minor cleanup for iort_match_node_callback()
2667 - SAUCE: irqchip: gic-v3-its: keep the head file include in alphabetic order
2668 - SAUCE: irqchip: gicv3-its: platform-msi: refactor its_pmsi_prepare()
2669 - SAUCE: irqchip: gicv3-its: platform-msi: refactor its_pmsi_init() to prepare for ACPI
2670 - SAUCE: irqchip: gicv3-its: platform-msi: scan MADT to create platform msi domain
2671 - SAUCE: ACPI: IORT: rename iort_node_map_rid() to make it generic
2672 - SAUCE: ACPI: IORT: introduce iort_node_map_platform_id() to retrieve dev id
2673 - SAUCE: ACPI: platform-msi: retrieve dev id from IORT
2674 - SAUCE: ACPI: platform: setup MSI domain for ACPI based platform device
2675 - SAUCE: msi: platform: make platform_msi_create_device_domain() ACPI aware
2676 - SAUCE: irqchip: mbigen: drop module owner
2677 - SAUCE: irqchip: mbigen: introduce mbigen_of_create_domain()
2678 - SAUCE: irqchip: mbigen: Add ACPI support
2679
2680 * Miscellaneous Ubuntu changes
2681 - [Debian] Don't attempt to sign files if CONFIG_MODULE_SIG=n
550d6ad6
TG
2682
2683 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Mar 2017 05:37:29 -0700
2684
cd6f70c0 2685linux (4.10.0-11.13) zesty; urgency=low
976a0958 2686
cd6f70c0
TG
2687 [ Tim Gardner ]
2688
2689 * Release Tracking Bug
2690 - LP: #1669127
2691
2692 * linux-tools-common should Depends: lsb-release (LP: #1667571)
2693 - [Config] linux-tools-common depends on lsb-release
2694
2695 * Ubuntu (Zesty): When we miss LSI/INTx interrupts on slot, message is too
2696 imprecise (LP: #1668382)
2697 - of/irq: improve error report on irq discovery process failure
2698
2699 * Zesty update to v4.10.1 stable release (LP: #1668993)
2700 - ptr_ring: fix race conditions when resizing
2701 - ip: fix IP_CHECKSUM handling
2702 - net: socket: fix recvmmsg not returning error from sock_error
2703 - tty: serial: msm: Fix module autoload
2704 - USB: serial: mos7840: fix another NULL-deref at open
2705 - USB: serial: cp210x: add new IDs for GE Bx50v3 boards
2706 - USB: serial: ftdi_sio: fix modem-status error handling
2707 - USB: serial: ftdi_sio: fix extreme low-latency setting
2708 - USB: serial: ftdi_sio: fix line-status over-reporting
2709 - USB: serial: spcp8x5: fix modem-status handling
2710 - USB: serial: opticon: fix CTS retrieval at open
2711 - USB: serial: ark3116: fix register-accessor error handling
2712 - USB: serial: console: fix uninitialised spinlock
2713 - x86/platform/goldfish: Prevent unconditional loading
2714 - goldfish: Sanitize the broken interrupt handler
2715 - netfilter: nf_ct_helper: warn when not applying default helper assignment
2716 - ACPICA: Linuxize: Restore and fix Intel compiler build
2717 - block: fix double-free in the failure path of cgwb_bdi_init()
2718 - rtlwifi: rtl_usb: Fix for URB leaking when doing ifconfig up/down
2719 - xfs: clear delalloc and cache on buffered write failure
2720 - Linux 4.10.1
2721
2722 * [UBUNTU Zesty] mlx5 - Improve OVS offload driver (LP: #1668019)
2723 - net/sched: cls_flower: Disallow duplicate internal elements
2724 - net/sched: cls_flower: Properly handle classifier flags dumping
2725 - net/sched: cls_matchall: Dump the classifier flags
2726 - net/sched: Reflect HW offload status
2727 - net/sched: cls_flower: Reflect HW offload status
2728 - net/sched: cls_matchall: Reflect HW offloading status
2729 - net/sched: cls_u32: Reflect HW offload status
2730 - net/sched: cls_bpf: Reflect HW offload status
2731 - net/mlx5: Push min-inline mode resolution helper into the core
2732 - IB/mlx5: Enable Eth VFs to query their min-inline value for user-space
2733 - net/mlx5: Use exact encap header size for the FW input buffer
2734 - net/mlx5e: Add TC offloads matching on IPv6 encapsulation headers
2735 - net/mlx5e: TC ipv4 tunnel encap offload cosmetic changes
2736 - net/mlx5e: Use the full tunnel key info for encapsulation offload house- keeping
2737 - net/mlx5e: Maximize ip tunnel key usage on the TC offloading path
2738 - net/mlx5e: Support SRIOV TC encapsulation offloads for IPv6 tunnels
2739 - net/mlx5: E-Switch, Enlarge the FDB size for the switchdev mode
2740 - net/mlx5: Fix static checker warnings
2741
2742 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
2743 (LP: #1470250)
2744 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
2745
2746 * Ubuntu17.04: Need more patches for aacraid to bring up Boston System
2747 (LP: #1668726)
2748 - scsi: aacraid: Remove duplicate irq management code
2749 - scsi: aacraid: Added aacraid.h include guard
2750 - scsi: aacraid: added support for init_struct_8
2751 - scsi: aacraid: Added sa firmware support
2752 - scsi: aacraid: Retrieve and update the device types
2753 - scsi: aacraid: Reworked scsi command submission path
2754 - scsi: aacraid: Process Error for response I/O
2755 - scsi: aacraid: Added support for response path
2756 - scsi: aacraid: Added support for read medium error
2757 - scsi: aacraid: Reworked aac_command_thread
2758 - scsi: aacraid: Added support for periodic wellness sync
2759 - scsi: aacraid: Retrieve Queue Depth from Adapter FW
2760 - scsi: aacraid: Added support to set QD of attached drives
2761 - scsi: aacraid: Added support for hotplug
2762 - scsi: aacraid: Include HBA direct interface
2763 - scsi: aacraid: Add task management functionality
2764 - scsi: aacraid: Added support to abort cmd and reset lun
2765 - scsi: aacraid: VPD 83 type3 support
2766 - scsi: aacraid: Added new IWBR reset
2767 - scsi: aacraid: Added ioctl to trigger IOP/IWBR reset
2768 - scsi: aacraid: Retrieve HBA host information ioctl
2769 - scsi: aacraid: Update copyrights
2770 - scsi: aacraid: Change Driver Version Prefix
2771 - scsi: aacraid: update version
2772 - scsi: aacraid: rcode is unsigned and should be signed int
2773 - scsi: aacraid: avoid open-coded upper_32_bits
2774 - scsi: aacraid: Fix camel case
2775 - scsi: aacraid: Use correct channel number for raw srb
2776 - scsi: aacraid: Fix for excessive prints on EEH
2777 - scsi: aacraid: Prevent E3 lockup when deleting units
2778 - scsi: aacraid: Fix memory leak in fib init path
2779 - scsi: aacraid: Added sysfs for driver version
2780 - scsi: aacraid: Fix sync fibs time out on controller reset
2781 - scsi: aacraid: Skip wellness sync on controller failure
2782 - scsi: aacraid: Reload offlined drives after controller reset
2783 - scsi: aacraid: Decrease adapter health check interval
2784 - scsi: aacraid: Skip IOP reset on controller panic(SMART Family)
2785 - scsi: aacraid: Reorder Adapter status check
2786 - scsi: aacraid: Save adapter fib log before an IOP reset
2787 - scsi: aacraid: Fix a potential spinlock double unlock bug
2788 - scsi: aacraid: Update driver version
2789 - scsi: aacraid: Fixed expander hotplug for SMART family
2790
2791 * Ubuntu 17.04: "Oops: Exception in kernel mode, sig: 5 [#1]" seen during
2792 fadump over ssh on Alpine machine. (LP: #1655241)
2793 - Revert "UBUNTU: SAUCE: powerpc/fadump: set an upper limit for boot memory size"
2794 - SAUCE: powerpc/fadump: set an upper limit for boot memory size (V2)
2795
2796 * CAPI:Ubuntu: Kernel panic while rebooting (LP: #1667599)
2797 - pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()
2798 - pci/hotplug/pnv-php: Disable surprise hotplug capability on conflicts
2799 - pci/hotplug/pnv-php: Disable MSI and PCI device properly
2800
2801 * Nvlink2: Additional patches (LP: #1667081)
2802 - powerpc/powernv: Initialise nest mmu
2803 - powerpc/powernv: Use OPAL call for TCE kill on NVLink2
2804 - powerpc/mm: refactor radix physical page mapping
2805 - powerpc/mm: add radix__create_section_mapping()
2806 - powerpc/mm: add radix__remove_section_mapping()
2807 - powerpc/mm: unstub radix__vmemmap_remove_mapping()
2808 - [Config] Enforce CONFIG_MOVABLE_NODE=y for ppc64el
2809
2810 * PowerNV: No rate limit for kernel error "KVM can't copy data from"
2811 (LP: #1667416)
2812 - SAUCE: KVM: PPC: Book3S: Ratelimit copy data failure error messages
2813
2814 * Please disable unnecessary config options in the Ubuntu 17.04 kernel config
2815 (LP: #1667490)
2816 - [Config] Disable experimental IMA options
2817
2818 * POWER9: AST: Improve AST 2500 support (LP: #1667424)
2819 - SAUCE: drm/ast: Handle configuration without P2A bridge
2820 - SAUCE: drm/ast: const'ify mode setting tables
2821 - SAUCE: drm/ast: Remove spurrious include
2822 - SAUCE: drm/ast: Fix calculation of MCLK
2823 - SAUCE: drm/ast: Base support for AST2500
2824 - SAUCE: drm/ast: Fixed vram size incorrect issue on POWER
2825 - SAUCE: drm/ast: Factor mmc_test code in POST code
2826 - SAUCE: drm/ast: Rename ast_init_dram_2300 to ast_post_chip_2300
2827 - SAUCE: drm/ast: POST code for the new AST2500
2828 - SAUCE: drm/ast: Fix test for VGA enabled
2829 - SAUCE: drm/ast: Call open_key before enable_mmio in POST code
2830
2831 * POWER9: Additional patches for 17.04 and 16.04.2 (LP: #1667116)
2832 - powerpc/mm: Update PROTFAULT handling in the page fault path
2833 - powerpc/mm/radix: Update pte update sequence for pte clear case
2834 - powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mm
2835 - powerpc/mm/radix: Skip ptesync in pte update helpers
2836 - SAUCE: powerpc/mm/hash: Always clear UPRT and Host Radix bits when setting up CPU
2837
2838 * POWER9: Improve PMU capabilites (LP: #1667413)
2839 - powerpc/perf: use is_kernel_addr macro in perf_get_misc_flags()
2840 - powerpc/perf: Avoid FAB_*_MATCH checks for power9
2841 - powerpc/perf: Add restrictions to PMC5 in power9 DD1
2842 - powerpc/perf: Use Instruction Counter value
2843 - powerpc/perf: Use PM_INST_DISP for generic instructions sample
2844 - powerpc/perf: Add alternative event table and function for power9
2845 - powerpc/perf: Add PM_INST_DISP event to Power9 event list
2846 - powerpc/perf: Factor out event_alternative function
2847
2848 * Miscellaneous Ubuntu changes
2849 - [Config] CONFIG_QCOM_FALKOR_ERRATUM_1009=y
2850 - [Config] CONFIG_QCOM_L2_PMU=y
2851 - [Config] CONFIG_QCOM_FALKOR_ERRATUM_1003=y
2852 - ubuntu: vbox -- Update to 5.1.14-dfsg-2
2853
2854 * Miscellaneous upstream changes
2855 - arm64: errata: Provide macro for major and minor cpu revisions
2856 - arm64: Define Falkor v1 CPU
2857 - arm64: Use __tlbi() macros in KVM code
2858 - arm64: Work around Falkor erratum 1009
2859 - perf: add qcom l2 cache perf events driver
2860 - arm64: arch_timer: document Hisilicon erratum 161010101
2861 - arm64: Work around Falkor erratum 1003
2862 - ACPI/IORT: Fix iort_node_get_id() mapping entries indexing
2863 - net: qcom/emac: add ethtool support
2864 - Revert "net: qcom/emac: configure the external phy to allow pause frames"
2865 - net: qcom/emac: rename emac_phy to emac_sgmii and move it
2866 - net: qcom/emac: claim the irq only when the device is opened
2867 - net: qcom/emac: display the phy driver info after we connect
2868 - net: qcom/emac: always use autonegotiation to configure the SGMII link
2869 - net: qcom/emac: do not call emac_mac_start twice
2870 - net: qcom/emac: remove extraneous wake-on-lan code
2871 - net: qcom/emac: add an error interrupt handler for the sgmii
2872 - net: qcom/emac: add ethool support for setting pause parameters
2873 - net: qcom/emac: fix semicolon.cocci warnings
2874 - net: qcom/emac: add ethtool support for reading hardware registers
2875 - net: qcom/emac: add ethtool support for setting ring parameters
2876 - net: qcom/emac: fix a sizeof() typo
976a0958
SF
2877
2878 -- Seth Forshee <seth.forshee@canonical.com> Thu, 23 Feb 2017 12:32:41 -0600
2879
458e5f8c 2880linux (4.10.0-10.12) zesty; urgency=low
422137c0 2881
458e5f8c
TG
2882 [ Tim Gardner ]
2883
2884 * Release Tracking Bug
2885 - LP: #1666636
2886
2887 * POWER9 : Enable Stop 0-2 with ESL=EC=0 (LP: #1666197)
2888 - powernv:idle: Add IDLE_STATE_ENTER_SEQ_NORET macro
2889 - powernv:stop: Rename pnv_arch300_idle_init to pnv_power9_idle_init
2890 - cpuidle:powernv: Add helper function to populate powernv idle states.
2891 - powernv: Pass PSSCR value and mask to power9_idle_stop
2892 - Documentation:powerpc: Add device-tree bindings for power-mgt
2893
2894 * ecryptfs fails to load block cipher on ppc64el (LP: #1666483)
2895 - [Config] CONFIG_CRYPTO_DEV_VMX=n
2896
2897 * [ubuntu 16.10] Enable OPTPROBES for powerpc (LP: #1585741)
2898 - powerpc/bpf: Introduce __PPC_SH64()
2899 - powerpc: Add helper to check if offset is within relative branch range
2900 - powerpc/kprobes: Fixes for kprobe_lookup_name() on BE
2901 - powerpc/kprobes: Implement Optprobes
2902 - powerpc/kprobes: Optimize kprobe in kretprobe_trampoline()
2903
2904 * Miscellaneous Ubuntu changes
2905 - [Config] CONFIG_QCOM_IRQ_COMBINER=y
2906 - [Config] CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND=y
2907 - [Config] CONFIG_HISILICON_ERRATUM_161010101=y
2908
2909 * Miscellaneous upstream changes
2910 - ACPI: Generic GSI: Do not attempt to map non-GSI IRQs during bus scan
2911 - ACPI: Add support for ResourceSource/IRQ domain mapping
2912 - irqchip/qcom: Add IRQ combiner driver
2913 - clocksource/drivers/arm_arch_timer: Add dt binding for hisilicon-161010101 erratum
2914 - clocksource/drivers/arm_arch_timer: Remove fsl-a008585 parameter
2915 - clocksource/drivers/arm_arch_timer: Introduce generic errata handling infrastructure
2916 - clocksource/drivers/arm_arch_timer: Work around Hisilicon erratum 161010101
2917 - iommu/dma: Allow MSI-only cookies
2918 - iommu: Rename iommu_dm_regions into iommu_resv_regions
2919 - iommu: Add a new type field in iommu_resv_region
2920 - iommu: iommu_alloc_resv_region
2921 - iommu: Only map direct mapped regions
2922 - iommu: iommu_get_group_resv_regions
2923 - iommu: Implement reserved_regions iommu-group sysfs file
2924 - iommu/vt-d: Implement reserved region get/put callbacks
2925 - iommu/amd: Declare MSI and HT regions as reserved IOVA regions
2926 - iommu/arm-smmu: Implement reserved region get/put callbacks
2927 - iommu/arm-smmu-v3: Implement reserved region get/put callbacks
2928 - irqdomain: Add irq domain MSI and MSI_REMAP flags
2929 - genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creation
2930 - irqdomain: irq_domain_check_msi_remap
2931 - irqchip/gicv3-its: Sets IRQ_DOMAIN_FLAG_MSI_REMAP
2932 - vfio/type1: Allow transparent MSI IOVA allocation
2933 - vfio/type1: Check MSI remapping at irq domain level
2934 - iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymore
2935 - iommu/arm-smmu-v3: Clear prior settings when updating STEs
2936 - iommu/arm-smmu-v3: limit use of 2-level stream tables
2937 - iommu/arm-smmu: Support for Extended Stream ID (16 bit)
2938 - iommu/arm-smmu: Fix for ThunderX erratum #27704
422137c0
TG
2939
2940 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Feb 2017 15:32:54 -0700
2941
50ed354c 2942linux (4.10.0-9.11) zesty; urgency=low
7f3489eb 2943
50ed354c
TG
2944 [ Tim Gardner ]
2945
2946 * Release Tracking Bug
2947 - LP: #1666214
2948
2949 * linux: disable CONFIG_PCIEPORTBUS in the kernel (LP: #1665404)
2950 - [Config] CONFIG_PCIEPORTBUS=n for ppc64el
2951
2952 * linux-lts-xenial 4.4.0-63.84~14.04.2 ADT test failure with linux-lts-xenial
2953 4.4.0-63.84~14.04.2 (LP: #1664912)
2954 - SAUCE: apparmor: fix link auditing failure due to, uninitialized var
2955
2956 * Ubuntu 17.04: "Oops: Exception in kernel mode, sig: 5 [#1]" seen during
2957 fadump over ssh on Alpine machine. (LP: #1655241)
2958 - SAUCE: powerpc/fadump: set an upper limit for boot memory size
2959
2960 * In Ubuntu 17.04 : after reboot getting message in console like Unable to
2961 open file: /etc/keys/x509_ima.der (-2) (LP: #1656908)
2962 - SAUCE: ima: Downgrade error to warning
2963
2964 * NFS client : permission denied when trying to access subshare, since kernel
2965 4.4.0-31 (LP: #1649292)
2966 - fs: Better permission checking for submounts
2967
2968 * Miscellaneous Ubuntu changes
2969 - SAUCE: (noup) Update spl to 0.6.5.9-1, zfs to 0.6.5.9-2
2970 - [Config] CONFIG_SCSI_HISI_SAS=m on arm64
2971 - d-i: Add hisi_sas_v2_hw to scsi-modules
2972 - d-i: Add hns_enet_drv to nic-modules
2973 - d-i: Add supporting modules for hns_enet_drv to nic-modules
2974 - rebase to v4.10
7f3489eb 2975
f0987d53
TG
2976 [ Upstream Kernel Changes ]
2977
2978 * rebase to v4.10
2979
7f3489eb
TG
2980 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Feb 2017 11:18:07 -0700
2981
75b5a0fd 2982linux (4.10.0-8.10) zesty; urgency=low
2b04bc9d 2983
75b5a0fd
TG
2984 [ Tim Gardner ]
2985
2986 * Release Tracking Bug
2987 - LP: #1664217
2988
2989 * [Hyper-V] Bug fixes for storvsc (tagged queuing, error conditions)
2990 (LP: #1663687)
2991 - scsi: storvsc: Enable tracking of queue depth
2992 - scsi: storvsc: Remove the restriction on max segment size
2993 - scsi: storvsc: Enable multi-queue support
2994 - scsi: storvsc: use tagged SRB requests if supported by the device
2995 - scsi: storvsc: properly handle SRB_ERROR when sense message is present
2996 - scsi: storvsc: properly set residual data length on errors
2997
2998 * Ubuntu16.10-KVM:Big configuration with multiple guests running SRIOV VFs
2999 caused KVM host hung and all KVM guests down. (LP: #1651248)
3000 - KVM: PPC: Book 3S: XICS cleanup: remove XICS_RM_REJECT
3001 - KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter
3002 - KVM: PPC: Book 3S: XICS: Fix potential issue with duplicate IRQ resends
3003 - KVM: PPC: Book 3S: XICS: Implement ICS P/Q states
3004 - KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resend
3005
3006 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
3007 (LP: #1531747)
3008 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3009
3010 * CVE-2016-1575 (LP: #1534961)
3011 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3012
3013 * CVE-2016-1576 (LP: #1535150)
3014 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3015
3016 * Miscellaneous Ubuntu changes
3017 - SAUCE: md/raid6 algorithms: scale test duration for speedier boots
3018 - SAUCE: Import aufs driver
3019 - d-i: Build message-modules udeb for arm64
3020 - rebase to v4.10-rc8
3021
3022 * Miscellaneous upstream changes
3023 - Revert "UBUNTU: SAUCE: aufs -- remove .readlink assignment"
3024 - Revert "UBUNTU: SAUCE: (no-up) aufs: for v4.9-rc1, support setattr_prepare()"
3025 - Revert "UBUNTU: SAUCE: aufs -- Add flags argument to aufs_rename()"
3026 - Revert "UBUNTU: SAUCE: aufs -- Convert to use xattr handlers"
3027 - Revert "UBUNTU: SAUCE: Import aufs driver"
2b04bc9d 3028
e2b3a5fb
TG
3029 [ Upstream Kernel Changes ]
3030
3031 * rebase to v4.10-rc8
3032
2b04bc9d
TG
3033 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Feb 2017 08:34:24 -0700
3034
97c4afde 3035linux (4.10.0-7.9) zesty; urgency=low
15598609 3036
97c4afde
TG
3037 [ Tim Gardner ]
3038
3039 * Release Tracking Bug
3040 - LP: #1662201
3041
3042 * AMDGPU support for CIK parts in kernel config? (LP: #1661887)
3043 - [Config] CONFIG_DRM_AMDGPU_CIK=y
3044
3045 * regession tests failing after stackprofile test is run (LP: #1661030)
3046 - fix regression with domain change in complain mode
3047
3048 * Permission denied and inconsistent behavior in complain mode with 'ip netns
3049 list' command (LP: #1648903)
3050 - fix regression with domain change in complain mode
3051
3052 * flock not mediated by 'k' (LP: #1658219)
3053 - SAUCE: apparmor: flock mediation is not being enforced on cache check
3054
3055 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
3056 from a unshared mount namespace (LP: #1656121)
3057 - SAUCE: apparmor: null profiles should inherit parent control flags
3058
3059 * apparmor refcount leak of profile namespace when removing profiles
3060 (LP: #1660849)
3061 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
3062
3063 * tor in lxd: apparmor="DENIED" operation="change_onexec"
3064 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
3065 name="system_tor" (LP: #1648143)
3066 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
3067 namespaces
3068
3069 * apparmor_parser hangs indefinitely when called by multiple threads
3070 (LP: #1645037)
3071 - SAUCE: apparmor: fix lock ordering for mkdir
3072
3073 * apparmor leaking securityfs pin count (LP: #1660846)
3074 - SAUCE: apparmor: fix leak on securityfs pin count
3075
3076 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
3077 (LP: #1660845)
3078 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
3079 fails
3080
3081 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
3082 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
3083
3084 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
3085 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
3086
3087 * apparmor auditing denied access of special apparmor .null fi\ le
3088 (LP: #1660836)
3089 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
3090
3091 * apparmor label leak when new label is unused (LP: #1660834)
3092 - SAUCE: apparmor: fix label leak when new label is unused
3093
3094 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
3095 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
3096
3097 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
3098 - SAUCE: apparmor: fix replacement race in reading rawdata
3099
3100 * unix domain socket cross permission check failing with nested namespaces
3101 (LP: #1660832)
3102 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
3103
3104 * Regression tests can not detect binfmt_elf mmpa semantic change
3105 (LP: #1630069)
3106 - SAUCE: apparmor: add flag to detect semantic change, to binfmt_elf mmap
3107
3108 * Support snaps inside of lxd containers (LP: #1611078)
3109 - apparmor: add interface to be able to grab loaded policy
3110 - apparmor: refactor aa_prepare_ns into prepare_ns and create_ns routines
3111 - apparmor: add __aa_find_ns fn
3112 - apparmor: add mkdir/rmdir interface to manage policy namespaces
3113 - apparmor: fix oops in pivot_root mediation
3114 - apparmor: fix warning that fn build_pivotroot discards const
3115 - apparmor: add interface to advertise status of current task stacking
3116 - apparmor: update policy permissions to consider ns being viewed/managed
3117 - apparmor: add per ns policy management interface
3118 - apparmor: bump domain stacking version to 1.2
3119
3120 * change_hat is logging failures during expected hat probing (LP: #1615893)
3121 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
3122
3123 * deleted files outside of the namespace are not being treated as disconnected
3124 (LP: #1615892)
3125 - SAUCE: apparmor: deleted dentries can be disconnected
3126
3127 * stacking to unconfined in a child namespace confuses mediation
3128 (LP: #1615890)
3129 - SAUCE: apparmor: special case unconfined when determining the mode
3130
3131 * apparmor module parameters can be changed after the policy is locked
3132 (LP: #1615895)
3133 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
3134
3135 * AppArmor profile reloading causes an intermittent kernel BUG (LP: #1579135)
3136 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
3137
3138 * label vec reductions can result in reference labels instead of direct access
3139 to labels (LP: #1615889)
3140 - SAUCE: apparmor: reduction of vec to single entry is just that entry
3141
3142 * profiles from different namespaces can block other namespaces from being
3143 able to load a profile (LP: #1615887)
3144 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
3145
3146 * The label build for onexec when stacking is wrong (LP: #1615881)
3147 - SAUCE: apparmor: Fix label build for onexec stacking.
3148
3149 * The inherit check for new to old label comparison for domain transitions is
3150 wrong (LP: #1615880)
3151 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
3152
3153 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
3154 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
3155
3156 * __label_update proxy comparison test is wrong (LP: #1615878)
3157 - SAUCE: apparmor: Fix __label_update proxy comparison test
3158
3159 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
3160 (LP: #1560583)
3161 - SAUCE: apparmor: Allow ns_root processes to open profiles file
3162 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
3163
3164 * policy namespace stacking (LP: #1379535)
3165 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
3166 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
3167
3168 * brd module compiled as built-in (LP: #1593293)
3169 - [Config] CONFIG_BLK_DEV_RAM=m
3170
3171 * Miscellaneous Ubuntu changes
3172 - SAUCE: apparmor: Fix FTBFS due to bad include path
3173 - SAUCE: apparmor: add data query support
3174 - rebase to v4.10-rc7
3175
3176 * Miscellaneous upstream changes
3177 - fixup backout policy view capable for forward port
3178 - apparmor: fix: Rework the iter loop for label_update
3179 - apparmor: add more assertions for updates/merges to help catch errors
3180 - apparmor: Make pivot root transitions work with stacking
3181 - apparmor: convert delegating deleted files to mediate deleted files
3182 - apparmor: add missing parens. not a bug fix but highly recommended
3183 - apparmor: add a stack_version file to allow detection of bug fixes
3184 - apparmor: push path lookup into mediation loop
3185 - apparmor: default to allowing unprivileged userns policy
3186 - apparmor: fix: permissions test to view and manage policy
3187 - apparmor: Add Basic ns cross check condition for ipc
15598609 3188
7a9190d6
TG
3189 [ Upstream Kernel Changes ]
3190
3191 * rebase to v4.10-rc7
3192
15598609
TG
3193 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Feb 2017 10:48:30 -0700
3194
dbd151ef 3195linux (4.10.0-6.8) zesty; urgency=low
2360c180 3196
dbd151ef
TG
3197 [ Tim Gardner ]
3198
3199 * Release Tracking Bug
3200 - LP: #1661300
3201
3202 * flock not mediated by 'k' (LP: #1658219)
3203 - SAUCE: apparmor: flock mediation is not being enforced on cache check
3204
3205 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
3206 from a unshared mount namespace (LP: #1656121)
3207 - SAUCE: apparmor: null profiles should inherit parent control flags
3208
3209 * apparmor refcount leak of profile namespace when removing profiles
3210 (LP: #1660849)
3211 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
3212
3213 * tor in lxd: apparmor="DENIED" operation="change_onexec"
3214 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
3215 name="system_tor" (LP: #1648143)
3216 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
3217 namespaces
3218
3219 * apparmor_parser hangs indefinitely when called by multiple threads
3220 (LP: #1645037)
3221 - SAUCE: apparmor: fix lock ordering for mkdir
3222
3223 * apparmor leaking securityfs pin count (LP: #1660846)
3224 - SAUCE: apparmor: fix leak on securityfs pin count
3225
3226 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
3227 (LP: #1660845)
3228 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
3229 fails
3230
3231 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
3232 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
3233
3234 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
3235 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
3236
3237 * apparmor auditing denied access of special apparmor .null fi\ le
3238 (LP: #1660836)
3239 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
3240
3241 * apparmor label leak when new label is unused (LP: #1660834)
3242 - SAUCE: apparmor: fix label leak when new label is unused
3243
3244 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
3245 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
3246
3247 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
3248 - SAUCE: apparmor: fix replacement race in reading rawdata
3249
3250 * unix domain socket cross permission check failing with nested namespaces
3251 (LP: #1660832)
3252 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
3253
3254 * Kdump through NMI SMP and single core not working on Ubuntu16.10
3255 (LP: #1630924)
3256 - hv: don't reset hv_context.tsc_page on crash
3257
3258 * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
3259 distribution (LP: #1628889)
3260 - SAUCE: s390: kernel message catalog
3261
3262 * Miscellaneous Ubuntu changes
3263 - [Config] Drop powerpc ABI files
2360c180
TG
3264
3265 -- Tim Gardner <tim.gardner@canonical.com> Wed, 01 Feb 2017 15:21:35 -0700
3266
308c0cf5
SF
3267linux (4.10.0-5.7) zesty; urgency=low
3268
3269 * [regression 4.8.0-14 -> 4.8.0-17] keyboard and touchscreen lost on Acer
3270 Chromebook R11 (LP: #1630238)
3271 - [Config] CONFIG_TOUCHSCREEN_ELAN=y,CONFIG_PINCTRL_CHERRYVIEW=y for amd64
3272
3273 * Enable CONFIG_NET_DROP_MONITOR=m in Ubuntu Kernel (LP: #1660634)
3274 - [Config] Update annotations for CONFIG_NET_DROP_MONITOR
3275
3276 * Miscellaneous Ubuntu changes
3277 - d-i: initrd needs msm_emac on amberwing platform.
3278 - [Config] Remove powerpc architecture builds
3279 - [Config] updateconfigs after removing powerpc configs
3280 - [Config] Update annotations after removing powerpc configs
3281 - SAUCE: Disable timers selftest for now
3282 - Rebase to v4.10-rc6
3283 - SAUCE: (no-up) Update zfs to 0.6.5.8-0ubuntu9
3284 - Enable zfs build
3285 - [Config] CONFIG_NET_DROP_MONITOR=m
bba9527c 3286
b9c040fc
SF
3287 [ Upstream Kernel Changes ]
3288
3289 * rebase to v4.10-rc6
3290
308c0cf5 3291 -- Seth Forshee <seth.forshee@canonical.com> Wed, 01 Feb 2017 12:26:09 -0600
bba9527c 3292
9330ca2d 3293linux (4.10.0-4.6) zesty; urgency=low
030b9697 3294
9330ca2d
SF
3295 * Miscellaneous upstream changes
3296 - Revert "UBUNTU: Disable all flavors for the powerpc architecture"
030b9697 3297
9330ca2d 3298 -- Seth Forshee <seth.forshee@canonical.com> Tue, 24 Jan 2017 07:13:15 -0600
030b9697 3299
12e53b71 3300linux (4.10.0-3.5) zesty; urgency=low
5f4e07f9 3301
12e53b71
SF
3302 * KVM module handling different per Architecture - ppc64el (LP: #1657734)
3303 - [Config] powerpc: Add kvm-hv and kvm-pr to the generic inclusion list
3304
3305 * ENA network driver moved to -extra (LP: #1657767)
3306 - [Config] Move Amazon ENA network driver to the main kernel package
3307
3308 * [Hyper-V] mkfs regression in 4.10 fixed by patch in "for-4.11"
3309 (LP: #1657539)
3310 - block: relax check on sg gap
3311
3312 * i915 module requests unreleased GUC firmware files (LP: #1626740)
3313 - SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for unreleased
3314 firmware
3315
3316 * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
3317 distribution (LP: #1628889)
3318 - [Config] CONFIG_KMSG_IDS=y for s390
3319 - SAUCE: s390 Kernel message catalog
3320
3321 * Miscellaneous Ubuntu changes
3322 - ubuntu: vbox -- Update to 5.1.14-dfsg-1
3323 - SAUCE: vbox -- remove .readlink assignment
3324 - Enable vbox build
3325 - [Config] CONFIG_DEFAULT_IOSCHED=cfq
3326 - [Config] Bump CONFIG_NR_CPUS up to 256 on arm64
3327 - [Config] Fix up s390x config options changed during 4.10 rebase
3328 - [Config] Update annotations for 4.10
3329 - Disable all flavors for the powerpc architecture
5f4e07f9 3330
fbee9470
TG
3331 [ Upstream Kernel Changes ]
3332
3333 * rebase to v4.10-rc5
3334
12e53b71 3335 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Jan 2017 15:48:35 -0600
5f4e07f9 3336
c0d0e54e 3337linux (4.10.0-2.4) zesty; urgency=low
2f218d4b 3338
c0d0e54e
TG
3339 * Move some kernel modules to the main kernel package (part 2) (LP: #1655002)
3340 - [Config] Add IBM power drivers to the inclusion list
3341
3342 * Miscellaneous Ubuntu changes
3343 - [Config] linux-source Provides should not be a macro
3344 - [Config] Correct the note URL for LATENCYTOP
3345 - rebase to v4.10-rc4
2f218d4b 3346
59219e76
TG
3347 [ Upstream Kernel Changes ]
3348
3349 * rebase to v4.10-rc4
3350
2f218d4b
TG
3351 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Jan 2017 07:17:34 -0700
3352
7ff9db67 3353linux (4.10.0-1.3) zesty; urgency=low
9bd40d9a 3354
9548a18f
SF
3355 [ Upstream Kernel Changes ]
3356
3357 * rebase to v4.10-rc3
3358
7ff9db67 3359 -- Seth Forshee <seth.forshee@canonical.com> Mon, 09 Jan 2017 11:41:13 -0600
9bd40d9a 3360
55d32b0c 3361linux (4.10.0-0.2) zesty; urgency=low
53abb04a 3362
55d32b0c
SF
3363 * [17.04 FEAT] Build IMA and the TPM device drivers into the KVM on POWER
3364 host/NV kernel (LP: #1643652)
3365 - [Config] Update and enforce IMA options
53abb04a 3366
55d32b0c
SF
3367 * Miscellaneous Ubuntu changes
3368 - [Config] Disble stack protector for powerpc-smp
3369
3370 -- Seth Forshee <seth.forshee@canonical.com> Sat, 07 Jan 2017 19:07:55 -0600
53abb04a 3371
6a679021
SF
3372linux (4.10.0-0.1) zesty; urgency=low
3373
3f6fdd8c
SF
3374 * IP-over-DDP packets dropped (LP: #1559772)
3375 - [Config] CONFIG_IPDDP=n
3376
3377 * Miscellaneous Ubuntu changes
3378 - [Config] Update annotations with recent config changes
3379 - SAUCE: aufs -- remove .readlink assignment
3380 - disable vbox build
3381 - disable ZFS build
6a679021 3382
98e55b68
SF
3383 [ Upstream Kernel Changes ]
3384
3385 * rebase to v4.10-rc2
3386
3f6fdd8c 3387 -- Seth Forshee <seth.forshee@canonical.com> Fri, 06 Jan 2017 07:55:57 -0600
6a679021 3388
b58a399c 3389linux (4.9.0-11.12) zesty; urgency=low
e4ab0566 3390
b58a399c
TG
3391 * Miscellaneous Ubuntu changes
3392 - UBUNTU: SAUCE: Add '-fno-pie -no-pie' to cflags for x86 selftests
3393 - UBUNTU: SAUCE: (no-up) aufs: for v4.9-rc1, support setattr_prepare()
e4ab0566 3394
beafa51a
TG
3395 [ Upstream Kernel Changes ]
3396
3397 * rebase to v4.9
3398
e4ab0566
TG
3399 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Dec 2016 06:40:40 -0700
3400
71917fd7
TG
3401linux (4.9.0-10.11) zesty; urgency=low
3402
3403 * d-i is missing usb support for platforms that use the xhci-platform driver
3404 (LP: #1625222)
3405 - d-i initrd needs additional usb modules to support the merlin platform
3406
3407 * Miscellaneous Ubuntu changes
3408 - SAUCE: Import aufs driver
3409 - SAUCE: aufs -- Convert to use xattr handlers
3410 - SAUCE: aufs -- Add flags argument to aufs_rename()
3411 - [Config] Enable aufs
3412 - [Config] CONFIG_FSL_FMAN=y for powerpc
3413 - SAUCE: powerpc64: Fix legacy cmpi mneomonic assumption
3414 - [Config] Restore powerpc64-emb
3415
3416 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Dec 2016 20:38:12 -0700
3417
a51e1b75 3418linux (4.9.0-9.10) zesty; urgency=low
8fc4c565 3419
a51e1b75
TG
3420 * Kernel Fixes to get TCMU File Backed Optical to work (LP: #1646204)
3421 - SAUCE: target/user: Fix use-after-free of tcmu_cmds if they are expired
3422
3423 * Yakkety: arm64: CONFIG_ARM64_ERRATUM_845719 isn't enabled (LP: #1647793)
3424 - [Config] CONFIG_ARM64_ERRATUM_845719=y
3425
3426 * Update hio driver to 2.1.0.28 (LP: #1646643)
3427 - SAUCE: hio: update to Huawei ES3000_V2 (2.1.0.28)
3428
3429 * Miscellaneous Ubuntu changes
3430 - ubuntu: vbox -- Update to 5.1.10-dfsg-2
3431 - Build vbox for ARCH=x86
3432 - SAUCE: Add aufs driver
3433 - SAUCE: aufs -- Convert to use xattr handlers
3434 - SAUCE: aufs -- Updates for rename2
3435 - SAUCE: Export symbols used by aufs
3436 - [Config] Enable aufs
8fc4c565
TG
3437
3438 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 13:02:18 -0700
3439
8b49f7e4 3440linux (4.9.0-8.9) zesty; urgency=low
0bd5bde8 3441
8b49f7e4
TG
3442 * Miscellaneous Ubuntu changes
3443 - SAUCE: xr-usb-serial: only build for x86
3444 Fixes s390x FTBS
0bd5bde8
TG
3445
3446 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 12:35:33 -0700
3447
ef18e0b5 3448linux (4.9.0-7.8) zesty; urgency=low
d535d2dd 3449
ef18e0b5
TG
3450 * Driver for Exar USB UART (LP: #1645591)
3451 - SAUCE: xr-usb-serial: Driver for Exar USB serial ports
3452 - SAUCE: xr-usb-serial: interface for switching modes
3453 - SAUCE: cdc-acm: Exclude Exar USB serial ports
d535d2dd 3454
d0eef8eb
TG
3455 [ Upstream Kernel Changes ]
3456
3457 * rebase to v4.9-rc8
3458
d535d2dd
TG
3459 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 07:41:58 -0700
3460
ac2ce7c2 3461linux (4.9.0-6.7) zesty; urgency=low
0d538f9b 3462
ac2ce7c2
TG
3463 * Miscellaneous Ubuntu changes
3464 - Set build_arch=x86 for i386
0d538f9b
TG
3465
3466 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 21:00:11 -0700
3467
f3509366 3468linux (4.9.0-5.6) zesty; urgency=low
1bd8d43d 3469
f3509366
TG
3470 * Miscellaneous Ubuntu changes
3471 - [Debian] restore tools build
3472 - Set build_arch=x86 for amd64 and x32
1bd8d43d
TG
3473
3474 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 07:06:20 -0700
3475
55bf3703 3476linux (4.9.0-4.5) zesty; urgency=low
25bf9132 3477
55bf3703
TG
3478 * linux: Staging modules should be unsigned (LP: #1642368)
3479 - [Debian] Suppress module signing for staging drivers
3480 - SAUCE: Add rtl drivers to signature inclusion list
3481
3482 * [17.04 FEAT] Build IMA and the TPM device drivers into the KVM on POWER
3483 host/NV kernel (LP: #1643652)
3484 - [Config] CONFIG_IMA=y
3485
3486 * Miscellaneous Ubuntu changes
3487 - [Debian] config-check -- Make it easier to find annotations syntax errors
3488 - [Config] Enable various drivers for ARM platforms
3489 - [Config] Fix s390x config carnage
3490 - [Config] Set CONFIG_KEXEC=y for all architectures
3491 - [Config] Fix up CONFIG_I2C_SLAVE values
3492 - [Config] Set CONFIG_WLAN_VENDOR_TI=y for all supported kernels
3493 - [Config] Set CONFIG_PWM_PCA9685=m for amd64 and i386
3494 - [Config] Set CONFIG_ZONE_DMA=m for amd64-generic
3495 - [Config] Update annotations
3496 - [Config] CONFIG_NR_CPUS=8192 for amd64
25bf9132
TG
3497
3498 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Nov 2016 12:57:09 -0700
3499
7ab763b3
TG
3500linux (4.9.0-3.4) zesty; urgency=low
3501
3502 * Miscellaneous Ubuntu changes
3503 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
3504 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
3505 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
3506 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
3507 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
3508 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
3509 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
3510 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
3511 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
3512 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
3513 - SAUCE: (namespace) fuse: Add support for pid namespaces
3514 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
3515 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
3516 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
3517 - SAUCE: (namespace) fuse: Allow user namespace mounts
3518 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
3519 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
3520 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
3521 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu7, zfs to 0.6.5.8-2ubuntu1
3522
3523 * Miscellaneous upstream changes
3524 - Revert "UBUNTU: SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs"
35bf2177
TG
3525
3526 [ Upstream Kernel Changes ]
3527
3528 * rebase to v4.9-rc7
3529
67e4ee33
TG
3530 -- Tim Gardner <tim.gardner@canonical.com> Tue, 22 Nov 2016 07:51:48 -0700
3531
716ed3c8 3532linux (4.9.0-2.3) zesty; urgency=low
3a977c00 3533
716ed3c8
TG
3534 * Fix Kernel Crashing under IBM Virtual Scsi Driver (LP: #1642299)
3535 - SAUCE: ibmvscsis: Rearrange functions for future patches
3536 - SAUCE: ibmvscsis: Synchronize cmds at tpg_enable_store time
3537 - SAUCE: ibmvscsis: Synchronize cmds at remove time
3538 - SAUCE: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
3539 - SAUCE: ibmvscsis: Return correct partition name/# to client
3540 - SAUCE: ibmvscsis: Issues from Dan Carpenter/Smatch
3541
3542 * Move some kernel modules to the main kernel package (LP: #1642228)
3543 - [Config] Move some powerpc kernel modules to the main kernel package
3544
3545 * linux: Staging modules should be unsigned (LP: #1642368)
3546 - [Debian] Suppress module signing for staging drivers
3547
3548 * Miscellaneous Ubuntu changes
3549 - SAUCE: UEFI: bpf: disable bpf when module security is enabled
3a977c00 3550
32da737f
TG
3551 [ Upstream Kernel Changes ]
3552
3553 * rebase to v4.9-rc6
3554
3a977c00
TG
3555 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Nov 2016 10:59:54 -0700
3556
9afeb32d
TG
3557linux (4.9.0-1.2) zesty; urgency=low
3558
3559 * hio: SSD data corruption under stress test (LP: #1638700)
3560 - SAUCE: hio: set bi_error field to signal an I/O error on a BIO
3561 - SAUCE: hio: splitting bio in the entry of .make_request_fn
3562
3563 * hio Ubuntu sauce driver needs porting to 4.8 (LP: #1635594)
3564 - SAUCE: import Huawei ES3000_V2 (2.1.0.23)
3565 - SAUCE: hio: bio_endio() no longer takes errors arg
3566 - SAUCE: hio: blk_queue make_request_fn now returns a blk_qc_t
3567 - SAUCE: hio: use alloc_cpumask_var to avoid -Wframe-larger-than
3568 - SAUCE: hio: fix mask maybe-uninitialized warning
3569 - SAUCE: hio: port to v4.8 base
3570 - [config] enable CONFIG_HIO (Huawei ES3000_V2 PCIe SSD driver)
3571 - SAUCE: hio: Makefile and Kconfig
3572 - [Config] Enforce CONFIG_HIO
3573
3574 * Miscellaneous Ubuntu changes
3575 - rebase to v4.9-rc5
3576 - zfs: remove the never implemented aio_fsync file operation
3577 - [Config] Disable powerpc64-emb for FTBS
a943190c 3578
1f063282
TG
3579 [ Upstream Kernel Changes ]
3580
3581 * rebase to v4.9-rc5
3582
a943190c
TG
3583 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Nov 2016 08:02:32 -0700
3584
547e6956
TG
3585linux (4.9.0-0.1) zesty; urgency=low
3586
547e6956
TG
3587 [ Upstream Kernel Changes ]
3588
209cadf6 3589 * rebase to v4.9-rc4
547e6956
TG
3590 - LP: #1465724
3591 - LP: #1535802
3592
3593 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Oct 2016 21:46:31 -0600
3594
3595linux (4.9.0-0.0) yakkety; urgency=low
a31133c8 3596
80320aca
SF
3597 [ Seth Forshee ]
3598
3599 * Release Tracking Bug
3600 - LP: #1632918
3601
3602 * Revert "If zone is so small that watermarks are the same, stop zone balance"
3603 in yakkety (LP: #1632894)
3604 - Revert "UBUNTU: SAUCE: (no-up) If zone is so small that watermarks are the
3605 same, stop zone balance."
a31133c8 3606
80320aca 3607 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 21:57:07 -0500
a31133c8 3608
7088397f 3609linux (4.8.0-24.26) yakkety; urgency=low
3dce9212 3610
7088397f
SF
3611 [ Seth Forshee ]
3612
3613 * Release Tracking Bug
3614 - LP: #1632749
3615
3616 * lts-yakkety 4.8 cannot mount lvm raid1 (LP: #1631298)
3617 - SAUCE: (no-up) dm raid: fix compat_features validation
3618
3619 * kswapd0 100% CPU usage (LP: #1518457)
3620 - SAUCE: (no-up) If zone is so small that watermarks are the same, stop zone
3621 balance.
3dce9212 3622
7088397f 3623 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 10:21:44 -0500
3dce9212 3624
5895da9a 3625linux (4.8.0-23.25) yakkety; urgency=low
f7b2763e 3626
5895da9a 3627 [ Seth Forshee ]
f7b2763e 3628
5895da9a
SF
3629 * Release Tracking Bug
3630 - LP: #1632484
3631
3632 * [Trusty->Yakkety] powerpc/64: Fix incorrect return value from
3633 __copy_tofrom_user (LP: #1632462)
3634 - SAUCE: (no-up) powerpc/64: Fix incorrect return value from
3635 __copy_tofrom_user
3636
3637 * Ubuntu 16.10: Oops panic in move_page_tables/page_remove_rmap after running
3638 memory_stress_ng. (LP: #1628976)
3639 - SAUCE: (no-up) powerpc/pseries: Fix stack corruption in htpe code
3640
3641 * Paths not failed properly when unmapping virtual FC ports in VIOS (using
3642 ibmvfc) (LP: #1632116)
3643 - scsi: ibmvfc: Fix I/O hang when port is not mapped
3644
3645 * [Ubuntu16.10]KV4.8: kernel livepatch config options are not set
3646 (LP: #1626983)
3647 - [Config] Enable live patching on powerpc/ppc64el
3648
3649 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
3650 - [Config] CONFIG_AUFS_XATTR=y
3651
3652 * Yakkety update to 4.8.1 stable release (LP: #1632445)
3653 - arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
3654 - Using BUG_ON() as an assert() is _never_ acceptable
3655 - usb: misc: legousbtower: Fix NULL pointer deference
3656 - Staging: fbtft: Fix bug in fbtft-core
3657 - usb: usbip: vudc: fix left shift overflow
3658 - USB: serial: cp210x: Add ID for a Juniper console
3659 - Revert "usbtmc: convert to devm_kzalloc"
3660 - ALSA: hda - Adding one more ALC255 pin definition for headset problem
3661 - ALSA: hda - Fix headset mic detection problem for several Dell laptops
3662 - ALSA: hda - Add the top speaker pin config for HP Spectre x360
3663 - Linux 4.8.1
3664
3665 * PSL data cache should be flushed before resetting CAPI adapter
3666 (LP: #1632049)
3667 - cxl: Flush PSL cache before resetting the adapter
3668
3669 * thunder nic: avoid link delays due to RX_PACKET_DIS (LP: #1630038)
3670 - net: thunderx: Don't set RX_PACKET_DIS while initializing
3671
3672 * crypto/vmx/p8_ghash memory corruption (LP: #1630970)
3673 - crypto: ghash-generic - move common definitions to a new header file
3674 - crypto: vmx - Fix memory corruption caused by p8_ghash
3675 - crypto: vmx - Ensure ghash-generic is enabled
3676
3677 * arm64: SPCR console not autodetected (LP: #1630311)
3678 - of/serial: move earlycon early_param handling to serial
3679 - [Config] CONFIG_ACPI_SPCR_TABLE=y
3680 - ACPI: parse SPCR and enable matching console
3681 - ARM64: ACPI: enable ACPI_SPCR_TABLE
3682 - serial: pl011: add console matching function
3683
3684 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
3685 (LP: #1630990)
3686 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
3687 CONFIG_SECURITYFS=n
3688
3689 * sha1-powerpc returning wrong results (LP: #1629977)
3690 - crypto: sha1-powerpc - little-endian support
3691
3692 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Oct 2016 16:38:45 -0500
f7b2763e 3693
d85bc481 3694linux (4.8.0-22.24) yakkety; urgency=low
ae3a6ef0 3695
d85bc481
AW
3696 * CVE-2016-7039 (LP: #1631287)
3697 - SAUCE: net: add recursion limit to GRO
ae3a6ef0 3698
d85bc481 3699 -- Andy Whitcroft <apw@canonical.com> Fri, 07 Oct 2016 22:46:28 +0100
ae3a6ef0 3700
2742a5db 3701linux (4.8.0-21.23) yakkety; urgency=low
d067d8a0 3702
2742a5db
TG
3703 [ Tim Gardner ]
3704
3705 * Release Tracking Bug
3706 - LP: #1630279
3707
3708 * powerpc 4.8.0-17 fails to boot on PowerMac G5 (LP: #1628968)
3709 - Revert "Revert "powerpc: Simplify module TOC handling""
3710
3711 * Regression tests can not detect binfmt_elf mmpa semantic change
3712 (LP: #1630069)
3713 - SAUCE: apparmor: add flag to detect semantic change, to binfmt_elf mmap
3714
3715 * Autofs parameter substitution broken in kernel 4.4.0-38 and 4.4.0-40
3716 (LP: #1629204)
3717 - SAUCE: (namespace) autofs4: Use real_cred for requestor's ids
d067d8a0
TG
3718
3719 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Oct 2016 08:01:21 -0600
3720
f65fc5d8 3721linux (4.8.0-20.22) yakkety; urgency=low
0c1d1092 3722
f65fc5d8
TG
3723 [ Tim Gardner ]
3724
3725 * Release Tracking Bug
3726 - LP: #1629730
3727
3728 [ Upstream Kernel Changes ]
3729
3730 * rebase to v4.8
0c1d1092
TG
3731
3732 -- Tim Gardner <tim.gardner@canonical.com> Sun, 02 Oct 2016 19:10:40 -0600
3733
e769e54a 3734linux (4.8.0-19.21) yakkety; urgency=low
1198a2c7 3735
e769e54a
TG
3736 [ Tim Gardner ]
3737
3738 * Release Tracking Bug
3739 - LP: #1629057
3740
3741 * 4.8.0 kernels do not complete boot process on VM (LP: #1627198)
3742 - [Config] CONFIG_HARDENED_USERCOPY_PAGESPAN=n
3743
3744 * mount-image-callback cannot mount partitioned disk image (LP: #1628336)
3745 - SAUCE: nbd: Only delay uevent until connected
3746
3747 * Support snaps inside of lxd containers (LP: #1611078)
3748 - apparmor: add interface to be able to grab loaded policy
3749 - securityfs: update interface to allow inode_ops, and setup from vfs fns
3750 - apparmor: refactor aa_prepare_ns into prepare_ns and create_ns routines
3751 - apparmor: add __aa_find_ns fn
3752 - apparmor: add mkdir/rmdir interface to manage policy namespaces
3753 - apparmor: fix oops in pivot_root mediation
3754 - apparmor: fix warning that fn build_pivotroot discards const
3755 - apparmor: add interface to advertise status of current task stacking
3756 - apparmor: update policy permissions to consider ns being viewed/managed
3757 - apparmor: add per ns policy management interface
3758 - apparmor: bump domain stacking version to 1.2
3759
3760 * linux-image-extra-4.8.0-17-generic does not provide many sound card modules
3761 (LP: #1628523)
3762 - [Config] CONFIG_ZONE_DMA=y for generic
3763
3764 * Yakkety - disable ARCH_ZX (LP: #1628503)
3765 - [Config] armhf: disable ARCH_ZX
3766
3767 * Enable switchdev config parameter for Yakkety (LP: #1628241)
3768 - [Config] CONFIG_NET_SWITCHDEV=y for amd64/arm64
3769
3770 * Ubuntu 16.10 kernel v4.8: Installation failing on Habanero with Shiner card
3771 (LP: #1628009)
3772 - firmware: Update bnx2x to 7.13.1.0
3773
3774 * vNIC driver missing in 4.8 kernel package (LP: #1628187)
3775 - [Config] Enable CONFIG_IBMVNIC=m
3776
3777 * Yakkety - armhf: MFD_TPS65217 and REGULATOR_TPS65217 are boot essential
3778 (LP: #1628112)
3779 - [Config] armhf: MFD_TPS65217=y && REGULATOR_TPS65217=y
3780
3781 * Miscellaneous Ubuntu changes
3782 - Rebase to v4.8-rc8
3783 - [Config] skip Ubuntu-4.8.0-18.20
3784 - [Config] missing modules in armhf/s390x
1198a2c7 3785
436a8f07
LO
3786 * Miscellaneous Ubuntu changes
3787 - rebase to v4.8-rc8
3788
1198a2c7
LO
3789 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 25 Sep 2016 12:13:35 -0700
3790
beea422b 3791linux (4.8.0-17.19) yakkety; urgency=low
93749605 3792
beea422b
LO
3793 * Release Tracking Bug
3794 - LP: #1627387
3795
3796 * build squashfs into xenial kernels by default (LP: #1593134)
3797 - Remove squashfs udeb
3798
3799 * [Yakkety] Fix up ATA_GENERIC to match annotations file. (LP: #1627322)
3800 - Add d-i support for ata_generic
3801
3802 * [Yakkety] Fix up CONFIG_BLK_DEV_SD to match annotations (LP: #1627330)
3803 - [Config] Enforce CONFIG_BLK_DEV_SD=y,CONFIG_BLK_DEV_SR=y
3804
3805 * [Yakkety] Fix up ATA_PIIX to match annotations file (LP: #1627324)
3806 - [Config] Enforce CONFIG_ATA_PIIX=y for amd64/i386
3807
3808 * Yakkety - USB drivers must be built in (LP: #1627323)
3809 - Update annotation enforcement for CONFIG_USB_[E|O|U|X]HCI_HCD
3810
3811 * 4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus
3812 (LP: #1627052)
3813 - [Config] CONFIG_GOLDFISH=n
3814
3815 * yakkety 4.8, remove module noise kernel-4.8 (LP: #1626104)
3816 - Revert "UBUNTU: SAUCE: Clear Linux: bootstats: add printk's to measure boot
3817 time in more detail"
3818
3819 * Permission denied in CIFS with kernel 4.4.0-38 (LP: #1626112)
3820 - SAUCE: Fix regression which breaks DFS mounting
3821
3822 * Miscellaneous Ubuntu changes
3823 - [Config] apply xenial configuration annotations
3824 - s390x -- DEBUG_RODATA is now valid
3825 - [Config] s390x -- CONFIG_SQUASHFS=y
3826 - [Config] s390x -- CONFIG_ECRYPT_FS=y
3827 - [Config] Enable CONFIG_ACPI_PCI_SLOT=y for arm64
3828 - [Config] Enable CONFIG_ACPI_HED=y for arm64
3829 - [Config] Enable CONFIG_QUICC_ENGINE=y
3830
3831 * Miscellaneous upstream changes
3832 - annotations: pull back to xenial
93749605 3833
beea422b 3834 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 24 Sep 2016 21:31:31 -0700
93749605 3835
4a0e8200 3836linux (4.8.0-16.17) yakkety; urgency=low
f1c53dc0 3837
4a0e8200
TG
3838 [ Tim Gardner ]
3839
3840 * Release Tracking Bug
3841 - LP: #1626768
3842
3843 * Support ARM GIC ITS in ACPI mode (LP: #1626631)
3844 - [Config] CONFIG_ACPI_IORT=y
3845 - SAUCE: ACPI: I/O Remapping Table (IORT) initial support
3846 - SAUCE: ACPI: Add new IORT functions to support MSI domain handling
3847 - SAUCE: irqchip/gicv3-its: Cleanup for ITS domain initialization
3848 - SAUCE: irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPI
3849 - SAUCE: irqchip/gicv3-its: Probe ITS in the ACPI way
3850 - SAUCE: irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPI
3851 - SAUCE: irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initialization
3852 - SAUCE: PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI table
3853
3854 * 4.8 dropped CONFIG_ATA=y (breaks systemd's TEST-08-ISSUE-2730 upstream test)
3855 (LP: #1626394)
3856 - [Config] CONFIG_ATA=y
3857
3858 * Yakkety: Enable drivers with respect to Xenial (LP: #1626543)
3859 - [Config] CONFIG_VMD=m
3860 - [Config] CONFIG_MAC80211_RC_MINSTREL_VHT=y for all arches
3861 - [Config] CONFIG_OF=y for all arches
3862 - [Config] CONFIG_BLK_DEV_NVME_SCSI=y
3863 - [Config] Xenial device settings sync with amd64
3864 - [Config] Xenial device settings sync with i386
3865 - [Config] CONFIG_MTD_UBI_GLUEBI=m
3866 - [Config] Xenial device settings sync with armhf
3867 - [Config] Xenial device settings sync with arm64
3868
3869 * yakkety 4.8, missing config CONFIG_USERFAULTFD=y (LP: #1626149)
3870 - [Config] CONFIG_USERFAULTFD=y
3871
3872 * 4.8 regression: SLAB is being used instead of SLUB (LP: #1626564)
3873 - [Config] CONFIG_SLUB=y
3874
3875 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
3876 (LP: #1626158)
3877 - add nls_cp437 to the generic.inclusion-list
f1c53dc0
TG
3878
3879 -- Tim Gardner <tim.gardner@canonical.com> Thu, 22 Sep 2016 06:51:45 -0600
3880
8b72f08c 3881linux (4.8.0-15.16) yakkety; urgency=low
f2630135 3882
8b72f08c
TG
3883 [ Tim Gardner ]
3884
3885 * Release Tracking Bug
3886 - LP: #1626239
3887
3888 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
3889 (LP: #1626158)
3890 - [Config] CONFIG_FAT_DEFAULT_IOCHARSET=iso8859-1
3891 - [Config] CONFIG_NLS_CODEPAGE_437=y
3892 - [Config] CONFIG_VFAT_FS=y
3893
3894 * Miscellaneous Ubuntu changes
3895 - SAUCE: seccomp: log actions even when audit is disabled
f2630135
TG
3896
3897 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Sep 2016 06:41:03 -0600
3898
3c99efb7 3899linux (4.8.0-14.15) yakkety; urgency=low
c9b00a0f 3900
3c99efb7
LO
3901 * CVE-2016-1575 (LP: #1534961)
3902 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3903 - SAUCE: overlayfs: Be more careful about copying up sxid files
3904 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
c9b00a0f 3905
3c99efb7
LO
3906 * CVE-2016-1576 (LP: #1535150)
3907 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3908 - SAUCE: overlayfs: Be more careful about copying up sxid files
3909 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
3910
3911 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
3912 (LP: #1531747)
3913 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3914
3915 * Miscellaneous Ubuntu changes
3916 - [Config] CONFIG_PM_WAKELOCKS=y
3917 - [Config] CONFIG_CLEANCACHE=y
3918 - [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
3919 - [Config] CONFIG_PROCESSOR_SELECT=y
3920 - [Config] Enabled some networking options
3921 - SAUCE: overlayfs: Enable user namespace mounts
3922
3923 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Sep 2016 13:56:58 -0700
c9b00a0f 3924
a928399f 3925linux (4.8.0-13.14) yakkety; urgency=low
f71e5453 3926
a928399f
TG
3927 [ Tim Gardner ]
3928
3929 * Release Tracking Bug
3930 - LP: #1625733
3931
3932 * fails to mount ext4 crypto-crc32 is missing (LP: #1625728)
3933 - [Config] Add some CRC crypto modules to d-i
3934
3935 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
3936 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
3937
3938 * Brightness control on Lenovo ThinkPad T430 does not work. (LP: #1183856)
3939 - SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
3940 ThinkPads
3941
3942 * Option GE0301 3G modem doesn't work (LP: #348861)
3943 - SAUCE: (no-up) Added quirk to recognize GE0301 3G modem as an interface.
3944
3945 * [regression 4.4 -> 4.8] Please re-enable CONFIG_TOUCHSCREEN_ELAN
3946 (LP: #1625259)
3947 - [Config] CONFIG_TOUCHSCREEN_ELAN=m for all arches
3948
3949 * Miscellaneous Ubuntu changes
3950 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
3951 opened for writing
3952 - SAUCE: fan: add VXLAN implementation
3953 - [Config] CONFIG_VFIO=m for ppc64el
f71e5453
TG
3954
3955 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 10:50:29 -0600
3956
6b119e64 3957linux (4.8.0-12.13) yakkety; urgency=low
94fb7f08 3958
6b119e64 3959 [ Tim Gardner ]
94fb7f08 3960
6b119e64
TG
3961 * Release Tracking Bug
3962 - LP: #1625233
41e30a20 3963
6b119e64
TG
3964 * Miscellaneous Ubuntu changes
3965 - rebase to v4.8-rc7
3966 - [Config] CONFIG_SCSI_DEBUG=m for all arches
41e30a20 3967
94fb7f08
TG
3968 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 06:35:21 -0600
3969
81355c81 3970linux (4.8.0-11.12) yakkety; urgency=low
c1a6d015 3971
81355c81
LO
3972 * change_hat is logging failures during expected hat probing (LP: #1615893)
3973 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
c1a6d015 3974
81355c81
LO
3975 * deleted files outside of the namespace are not being treated as
3976 disconnected
3977 (LP: #1615892)
3978 - SAUCE: apparmor: deleted dentries can be disconnected
3979
3980 * stacking to unconfined in a child namespace confuses mediation
3981 (LP: #1615890)
3982 - SAUCE: apparmor: special case unconfined when determining the mode
3983
3984 * apparmor module parameters can be changed after the policy is locked
3985 (LP: #1615895)
3986 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
3987
3988 * AppArmor profile reloading causes an intermittent kernel BUG (LP:
3989 #1579135)
3990 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
3991
3992 * label vec reductions can result in reference labels instead of direct
3993 access
3994 to labels (LP: #1615889)
3995 - SAUCE: apparmor: reduction of vec to single entry is just that entry
3996
3997 * profiles from different namespaces can block other namespaces from being
3998 able to load a profile (LP: #1615887)
3999 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
4000
4001 * The label build for onexec when stacking is wrong (LP: #1615881)
4002 - SAUCE: apparmor: Fix label build for onexec stacking.
4003
4004 * The inherit check for new to old label comparison for domain transitions
4005 is
4006 wrong (LP: #1615880)
4007 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
4008
4009 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
4010 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
4011
4012 * __label_update proxy comparison test is wrong (LP: #1615878)
4013 - SAUCE: apparmor: Fix __label_update proxy comparison test
4014
4015 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
4016 (LP: #1560583)
4017 - SAUCE: apparmor: Allow ns_root processes to open profiles file
4018 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
4019
4020 * policy namespace stacking (LP: #1379535)
4021 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
4022 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
4023
4024 * Miscellaneous Ubuntu changes
4025 - [Debian] Dynamically determine linux udebs package name
4026 - [Debian] d-i -- fix dtb handling in new kernel-wedge form
4027 - SAUCE: apparmor: Fix FTBFS due to bad include path
4028 - SAUCE: apparmor: add data query support
4029 - [Config] Set CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT=y
4030
4031 * Miscellaneous upstream changes
4032 - fixup backout policy view capable for forward port
4033 - apparmor: fix: Rework the iter loop for label_update
4034 - apparmor: add more assertions for updates/merges to help catch errors
4035 - apparmor: Make pivot root transitions work with stacking
4036 - apparmor: convert delegating deleted files to mediate deleted files
4037 - apparmor: add missing parens. not a bug fix but highly recommended
4038 - apparmor: add a stack_version file to allow detection of bug fixes
4039 - apparmor: push path lookup into mediation loop
4040 - apparmor: default to allowing unprivileged userns policy
4041 - apparmor: fix: permissions test to view and manage policy
4042 - apparmor: Add Basic ns cross check condition for ipc
4043
4044 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 17 Sep 2016 10:03:16 -0700
c1a6d015 4045
c7dddaff 4046linux (4.8.0-10.11) yakkety; urgency=low
c65851b8 4047
c7dddaff
TG
4048 * Miscellaneous Ubuntu changes
4049 - ubuntu: vbox -- update to 5.1.6-dfsg-1
4050 - SAUCE: Enable vbox build
c65851b8
TG
4051
4052 -- Tim Gardner <tim.gardner@canonical.com> Thu, 15 Sep 2016 07:10:51 -0600
4053
23296c6c 4054linux (4.8.0-9.10) yakkety; urgency=low
19563a18 4055
23296c6c
TG
4056 * Miscellaneous Ubuntu changes
4057 - [Config] arm64: CONFIG_ARCH_THUNDER=y
4058 - [Config] arm64: CONFIG_PCI_HOST_THUNDER_*=y
4059 - [Config] arm64: CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
4060 - [Config] arm64: CONFIG_DRM_AST=m
4061 - [Config] arm64: CONFIG_FRAMEBUFFER_CONSOLE=y
4062 - d-i: initrd needs ext4 and scsi modules
4063 - SAUCE: AUFS aufs4.x-rcN 20160912
4064 - [Config] Enable CONFIG_GPIO_XGENE*
4065 - [Config] Disable CONFIG_POWER_RESET_XGENE
4066 - [Config] CONFIG_EDAC_XGENE=m
4067 - [Config] CONFIG_ARM64_ACPI_PARKING_PROTOCOL=y
4068 - [Config] CONFIG_XGENE_DMA=m
19563a18
TG
4069
4070 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Sep 2016 10:26:12 -0600
4071
ea101072 4072linux (4.8.0-8.9) yakkety; urgency=low
a15e177d 4073
ea101072
TG
4074 * New device ID for Kabypoint (LP: #1622469)
4075 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
4076 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
4077
4078 * Miscellaneous Ubuntu changes
4079 - rebase to v4.8-rc6
4080 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu1, zfs to 0.6.5.8-0ubuntu1
a15e177d 4081
bbfe4661
TG
4082 [ Upstream Kernel Changes ]
4083
4084 * rebase to v4.8-rc6
4085 - LP: #1617900
4086
a15e177d
TG
4087 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 10:53:40 -0600
4088
0a7cc07d
TG
4089linux (4.8.0-7.8) yakkety; urgency=low
4090
4091 * Miscellaneous Ubuntu changes
4092 - [Debian] Use src_pkg_name when constructing udeb control files
4093
4094 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 07:26:25 -0600
4095
4096linux (4.8.0-6.7) yakkety; urgency=low
4097
4098 * Enable virtual scsi server driver for Power (LP: #1615665)
4099 - SAUCE: Ibmvscsis: Properly deregister target sessions
4100 - SAUCE: Return TCMU-generated sense data to fabric module
4101 - SAUCE: Ibmvscsis: Code cleanup of print statements
4102 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
4103
4104 * Miscellaneous Ubuntu changes
4105 - [Config] CONFIG_XEN_FBDEV_FRONTEND=m
4106 - rebase to v4.8-rc5
4107
4108 [ Upstream Kernel Changes ]
4109
4110 * rebase to v4.8-rc5
4111
4112 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Sep 2016 12:09:26 -0600
4113
4114linux (4.8.0-5.6) yakkety; urgency=low
4115
4116 * support compressed kernels on arm64 (LP: #1384955)
4117 - [Config] Switch to compressed Image on arm64
4118
4119 * Miscellaneous Ubuntu changes
4120 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
4121 - SAUCE: (namespace) block_dev: Support checking inode permissions in
4122 lookup_bdev()
4123 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
4124 when mounting
4125 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
4126 when mounting
4127 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
4128 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
4129 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
4130 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
4131 security.* xattrs
4132 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
4133 filesystems
4134 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
4135 - SAUCE: (namespace) fuse: Add support for pid namespaces
4136 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
4137 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
4138 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
4139 or a descendant
4140 - SAUCE: (namespace) fuse: Allow user namespace mounts
4141 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
4142 namespaces
4143 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
4144 mounts
4145 - rebase to v4.8-rc4
4146
4147 [ Upstream Kernel Changes ]
4148
4149 * rebase to v4.8-rc4
4150
4151 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Aug 2016 07:13:03 -0600
4152
4153linux (4.8.0-4.5) yakkety; urgency=low
4154
4155 * Miscellaneous Ubuntu changes
4156 - [Config] CONFIG_AUFS_FS=m
4157 - SAUCE: AUFS 27ef55c6d5f4726b33f60b33a9888963d26fa7fb
4158
4159 -- Tim Gardner <tim.gardner@canonical.com> Tue, 23 Aug 2016 12:25:59 -0600
4160
4161linux (4.8.0-3.4) yakkety; urgency=low
4162
4163 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
4164 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
4165
4166 * Miscellaneous Ubuntu changes
4167 - rebase to v4.8-rc3
4168
4169 -- Tim Gardner <tim.gardner@canonical.com> Thu, 18 Aug 2016 10:33:07 -0600
4170
4171linux (4.8.0-2.3) yakkety; urgency=low
4172
4173 * Miscellaneous Ubuntu changes
4174 - [Config] Add fuse to inclusion list
4175 - SAUCE: update spl/zfs to support v4.8
4176
4177 * Miscellaneous upstream changes
4178 - Revert "UBUNTU: [Debian] do_zfs=false"
4179
4180 -- Tim Gardner <tim.gardner@canonical.com> Wed, 17 Aug 2016 08:06:33 -0600
4181
4182linux (4.8.0-1.2) yakkety; urgency=low
4183
4184 * Miscellaneous Ubuntu changes
4185 - [Config] Enabled enforcement for CONFIG_HOTPLUG_PCI_PCIE
4186 - [Config] Enabled enforcement for CONFIG_NVRAM
4187 - [Config] Enabled enforcement for CONFIG_FRAMEBUFFER_CONSOLE
4188 - [Config] Enabled enforcement for CONFIG_DRM_MGAG200
4189 - [Config] Enabled enforcement for CONFIG_INPUT_UINPUT
4190 - [Config] Enabled enforcement for CONFIG_THERM_ADT746X
4191 - [Config] Enabled enforcement for CONFIG_REGULATOR_TWL4030
4192 - [Config] Enabled enforcement for CONFIG_SECCOMP
4193 - [Config] Enabled enforcement for
4194 - rebase to v4.8-rc2
4195 - [Config] Dropped CONFIG_OVERLAY_FS_V1 from annotations
4196 - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
4197 - SAUCE: security,perf: Allow further restriction of perf_event_open
4198
4199 [ Upstream Kernel Changes ]
4200
4201 * rebase to v4.8-rc2
4202
4203 -- Tim Gardner <tim.gardner@canonical.com> Thu, 11 Aug 2016 11:08:14 -0600
4204
4205linux (4.8.0-0.1) yakkety; urgency=low
4206
4207 [ Upstream Kernel Changes ]
4208
4209 * rebase to v4.8-rc1
4210 - LP: #1607647
4211 - LP: #1498667
4212 - LP: #1592547
4213 - LP: #1319984
4214 - LP: #1268727
4215 - LP: #1600623
4216 - LP: #1465724
4217 - LP: #1333569
4218
4219 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 14:23:12 -0600
4220
4221linux (4.8.0-0.0) yakkety; urgency=low
4222
4223 * empty stanza
4224
4225 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 10:53:17 -0600
4226
4227linux (4.7.0-0.2) yakkety; urgency=low
4228
4229 * Miscellaneous Ubuntu changes fixing various FTBS issues
4230 - [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m
4231 - [Config] make powerpc udeb block modules optional
4232 - [Config] CONFIG_PLIP=m
4233 - [Config] CONFIG_IRDA=m armhf/arm64
4234 - [Config] CONFIG_IPMI_HANDLER=m armhf/arm64
4235 - [Config] CONFIG_MOUSE_PS2=m
4236 - [Config] remove ppc64el fb-modules
4237
4238 -- Tim Gardner <tim.gardner@canonical.com> Mon, 01 Aug 2016 10:00:57 -0600
4239
4240linux (4.7.0-0.1) yakkety; urgency=low
4241
4242 [ Upstream Kernel Changes ]
4243
4244 * rebase to v4.7
4245 - LP: #972604
4246
4247 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jun 2016 12:00:45 -0600
4248
4249linux (4.7.0-0.0) yakkety; urgency=low
4250
4251 [ Tim Gardner ]
4252
4253 * Release Tracking Bug
4254 - LP: #1588856
4255
4256 * linux: 4.6 kernel fails to boot on ppc64el multi-path system (LP: #1588421)
4257 - scsi_dh_alua: do not fail for unknown VPD identification
4258
4259 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
4260 - [Config] Install lsvmbus in cloud tools
4261 - SAUCE: tools/hv/lsvmbus -- convert to python3
4262 - SAUCE: tools/hv/lsvmbus -- add manual page
4263
4264 * boot stalls on USB detection errors (LP: #1437492)
4265 - usb: core: hub: hub_port_init lock controller instead of bus
4266
4267 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
4268 - kernek/fork.c: allocate idle task for a CPU always on its local node
4269
4270 * VirtIO (and probably other modules as well) is built-in, make it modular...
4271 (LP: #1475078)
4272 - [Config] CONFIG_VIRTIO_*=m for all but s390x
4273 - [Config] CONFIG_USB=m
4274 - [Config] CONFIG_BLK_DEV_*=m
4275 - [Config] CONFIG_ATA=m
4276 - [Config] CONFIG_SCSI=m
4277 - [Config] CONFIG_DEVFREQ_GOV_*=m
4278 - [Config] CONFIG_XEN_NETDEV_*=m
4279 - [Config] CONFIG_AGP=m
4280 - [Config] CONFIG_ECRYPT_FS=m
4281 - [Config] CONFIG_ACPI_*=m
4282 - [Config] CONFIG_CPU_FREQ_GOV_*=m for all but powerpc/ppc64el
4283 - [Config] Modularize some CRYPTO
4284 - [Config] CONFIG_FDDI=m
4285 - [Config] CONFIG_FIXED_PHY=m
4286 - [Config] CONFIG_VFAT_FS=m for all but armhf
4287 - [Config] CONFIG_TUN=m
4288 - [Config] CONFIG_UNIX=m
4289 - [Config] CONFIG_TRUSTED_KEYS=m
4290 - [Config] CONFIG_LEDS_CLASS=m for amd64,i386,ppc64el
4291
4292 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
4293 and "not a git repository" (LP: #1584890)
4294 - [debian] getabis: Only git add $abidir if running in local repo
4295 - [debian] getabis: Fix inconsistent compiler versions check
4296
4297 * conflicting modules in udebs - arc4.ko (LP: #1582991)
4298 - [Config] Remove arc4 from nic-modules
4299
4300 * arm64: statically link rtc-efi (LP: #1583738)
4301 - [Config] Link rtc-efi statically on arm64
4302
4303 * Miscellaneous Ubuntu changes
4304 - [Debian] zfs: transform symlink into referent file/dir
4305 - [Debian] Added tristate.sh
4306 - [Config] CONFIG_FUSE_FS=m
4307 - [Config] CONFIG_ACPI_APEI_ERST_DEBUG=m
4308 - [Config] CONFIG_PSTORE_CONSOLE=y
4309 - Added Snapcraft files
4310 - [Config] Mark CONFIG_UNIX enforced
4311
4312 * Miscellaneous upstream changes
4313 - Revert "UBUNTU: [Config] CONFIG_UNIX=m"
4314
4315 -- Tim Gardner <tim.gardner@canonical.com> Tue, 17 May 2016 11:20:20 -0600
4316
4317linux (4.6.0-6.7) yakkety; urgency=low
4318
4319 [ Tim Gardner ]
4320
4321 * Release Tracking Bug
4322 - LP: #1582753
4323
4324 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
4325 (LP: #1582378)
4326 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
4327 owns the ipc ns
4328
4329 * Miscellaneous Ubuntu changes
4330 - [Config] Add Description to kernel-image udeb
4331 - SAUCE: (noup) mm: Use phys_addr_t for reserve_bootmem_region arguments
4332 - SAUCE: (noup) Update spl to 0.6.5.7-0ubuntu1, zfs to 0.6.5.7-0ubuntu1
4333
4334 * Miscellaneous upstream changes
4335 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
4336 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
4337 - Drivers: hv: vmbus: Use the new virt_xx barrier code
4338 - Drivers: hv: vmbus: Export the vmbus_set_event() API
4339 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
4340 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packets
4341 - drivers:hv: Lock access to hyperv_mmio resource tree
4342 - drivers:hv: Make a function to free mmio regions through vmbus
4343 - drivers:hv: Reverse order of resources in hyperv_mmio
4344 - drivers:hv: Track allocations of children of hv_vmbus in private resource tree
4345 - drivers:hv: Record MMIO range in use by frame buffer
4346 - drivers:hv: Separate out frame buffer logic when picking MMIO range
4347 - Drivers: hv: kvp: fix IP Failover
4348 - Drivers: hv: vmbus: handle various crash scenarios
4349 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
4350 - Drivers: hv: balloon: reset host_specified_ha_region
4351
4352 [ Tim Gardner ]
4353
4354 * Dropped hv SAUCE patches in favor of linux-next.
4355
4356 -- Tim Gardner <tim.gardner@canonical.com> Mon, 16 May 2016 13:50:30 -0600
4357
4358linux (4.6.0-5.6) yakkety; urgency=low
4359
4360 [ Tim Gardner ]
4361
4362 * Release Tracking Bug
4363 - LP: #1582351
4364
4365 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
4366 - [Config] enable CONFIG_AUFS_EXPORT
4367
4368 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
4369 - [Config] Update inclusion list for CRIU
4370
4371 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
4372 - [Debian] disable zfs module checks when cross-compiling
4373
4374 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
4375 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
4376
4377 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped
4378 (LP: #1535150)
4379 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
4380
4381 * Ubuntu-4.6.0-5.6 configuration has CONFIG_GOLDFISH and CONFIG_GOLDFISH_BUS
4382 enabled, breaking serial support on normal systems (LP: #1580960)
4383 - [Config] disable CONFIG_GOLDFISH
4384
4385 * Miscellaneous Ubuntu changes
4386 - [Config] d-i -- update local configuration to new form
4387 - [Config] kernel-wedge -- switch to explicit versions
4388 - [Config] powerpc64-smp --> generic
4389 - [Config] CONFIG_AUFS_FS=m
4390 - SAUCE: AUFS
4391 - SAUCE: (namespace) fs: Add user namesapace member to struct super_block
4392 - SAUCE: (namespace) fs: Limit file caps to the user namespace of the super block
4393 - SAUCE: (namespace) Smack: Add support for unprivileged mounts from user namespaces
4394 - SAUCE: (namespace) fs: fix a posible leak of allocated superblock
4395 - SAUCE: (namespace) fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
4396 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
4397 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
4398 - SAUCE: (namespace) fs: Treat foreign mounts as nosuid
4399 - SAUCE: (namespace) selinux: Add support for unprivileged mounts from user namespaces
4400 - SAUCE: (namespace) userns: Replace in_userns with current_in_userns
4401 - SAUCE: (namespace) Smack: Handle labels consistently in untrusted mounts
4402 - SAUCE: (namespace) fs: Check for invalid i_uid in may_follow_link()
4403 - SAUCE: (namespace) cred: Reject inodes with invalid ids in set_create_file_as()
4404 - SAUCE: (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
4405 - SAUCE: (namespace) fs: Update posix_acl support to handle user namespace mounts
4406 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes with unmappable ids
4407 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID in s_user_ns
4408 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
4409 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
4410 - SAUCE: (namespace) fuse: Add support for pid namespaces
4411 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
4412 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
4413 - SAUCE: (namespace) fuse: Allow user namespace mounts
4414 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
4415 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
4416 - SAUCE: (namespace) fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
4417 - SAUCE: (namespace) quota: Add support for user namespace mounts
4418 - SAUCE: (namespace) evm: Translate user/group ids relative to s_user_ns when computing HMAC
4419 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
4420 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
4421 - SAUCE: (namespace) fuse: Add module parameter to enable user namespace mounts
4422 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
4423 - rebase to v4.6
4424 - SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
4425 - SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt.
4426
4427 * Miscellaneous upstream changes
4428 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
4429 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
4430
4431 [ Upstream Kernel Changes ]
4432
4433 * rebase to v4.6
4434
4435 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 12:08:54 -0600
4436
4437linux (4.6.0-4.5) yakkety; urgency=low
4438
4439 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
4440 upgrade -d (LP: #1573231)
4441 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
4442
4443 * Really cleaned out the last of the i915_bpo SAUCE patches. ricotz on
4444 IRC pointed out some leftover SAUCE patches that were causing issues.
4445
4446 * Dropped the attempt to convert powerpc64-smb to generic. kernel-wedge
4447 has some issues.
4448
4449 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 10:56:54 -0600
4450
4451linux (4.6.0-3.4) xenial; urgency=low
4452
4453 * Release Tracking Bug
4454 - LP: #1579594
4455
4456 * linux-generic: enable linux-extra split on all architectures (LP: #1568832)
4457 - [Config] Generate an -extras package for arm64 and powerpc
4458
4459 * Missing libunwind support in perf (LP: #1248289)
4460 - [Config] Add liblzma-dev to enable libunwind support in perf
4461
4462 * ZFS is confused by user namespaces (uid/gid mapping) when used with
4463 acltype=posixac (LP: #1567558)
4464 - zfs: Fix user namespaces uid/gid mapping
4465
4466 * Miscellaneous Ubuntu changes
4467 - rebase to v4.6-rc7
4468
4469 [ Upstream Kernel Changes ]
4470
4471 * rebase to v4.6-rc7
4472
4473 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 14:03:17 -0600
4474
4475linux (4.6.0-2.3) yakkety; urgency=low
4476
4477 * Miscellaneous Ubuntu changes
4478 - [Config] CONFIG_AUFS_FS=m
4479 - SAUCE: AUFS
4480 - zfs: gcc build error: -Wbool-compare in metaslab.c
4481 - zfs: Linux 4.6 compat: PAGE_CACHE_SIZE removal
4482 - zfs: Fix ZPL miswrite of default POSIX ACL
4483 - zfs: Linux 4.5 compat: Use xattr_handler->name for acl
4484 - SAUCE: Dropped ubuntu/i915
4485 - SAUCE: Dropped ubuntu/dm-raid4-5
4486
4487 * Miscellaneous upstream changes
4488 - Revert "UBUNTU: [Debian] Disable ZFS until an update catches it up with the
4489 kernel"
4490
4491 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 10:41:17 -0600
4492
4493linux (4.6.0-1.2) yakkety; urgency=low
4494
4495 * Miscellaneous Ubuntu changes
4496 - [Config] CONFIG_NR_CPUS=8192 for amd64
4497
4498 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 07:25:31 -0600
4499
4500linux (4.6.0-0.1) yakkety; urgency=low
4501
4502
4503 [ Upstream Kernel Changes ]
4504
4505 * rebase to v4.6-rc6
4506 - LP: #1564712
4507 - LP: #1555912
4508 - LP: #1552925
4509 - LP: #1546694
4510 - LP: #1549660
4511 - LP: #1549620
4512 - LP: #1542944
4513 - LP: #1542564
4514 - LP: #1533009
4515 - LP: #1533461
4516 - LP: #1529624
4517 - LP: #1522949
4518
4519 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Apr 2016 14:24:45 -0600
4520
4521linux (4.6.0-0.0) yakkety; urgency=low
4522
4523 [ Kamal Mostafa ]
4524
4525 * Release Tracking Bug
4526 - LP: #1573817
4527
4528 * autoreconstruct: need to also generate extend-diff-ignore options for links
4529 (LP: #1574362)
4530 - [Packaging] autoreconstruct -- generate extend-diff-ignore for links
4531
4532 * tipc: missing linearization of sk_buff (LP: #1567064)
4533 - tipc: move linearization of buffers to generic code
4534
4535 * [Hyper-V] In-flight PCI Passthrough Patches (LP: #1570124)
4536 - SAUCE:(noup) drivers:hv: Lock access to hyperv_mmio resource tree
4537 - SAUCE:(noup) drivers:hv: Call vmbus_mmio_free() to reverse
4538 vmbus_mmio_allocate()
4539 - SAUCE:(noup) drivers:hv: Reverse order of resources in hyperv_mmio
4540 - SAUCE:(noup) drivers:hv: Track allocations of children of hv_vmbus in
4541 private resource tree
4542 - SAUCE:(noup) drivers:hv: Record MMIO range in use by frame buffer
4543 - SAUCE:(noup) drivers:hv: Separate out frame buffer logic when picking MMIO
4544 range
4545
4546 * vbox: resync with 5.0.18-dfsg-2build1 (LP: #1571156)
4547 - ubuntu: vbox -- update to 5.0.18-dfsg-2build1
4548
4549 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
4550 - [Config] CONFIG_AUFS_XATTR=y
4551
4552 * CVE-2016-3672 (LP: #1568523)
4553 - x86/mm/32: Enable full randomization on i386 and X86_32
4554
4555 * CVE-2016-3955 (LP: #1572666)
4556 - USB: usbip: fix potential out-of-bounds write
4557
4558 * Xenial update to v4.4.8 stable release (LP: #1573034)
4559 - hwmon: (max1111) Return -ENODEV from max1111_read_channel if not
4560 instantiated
4561 - PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
4562 - parisc: Avoid function pointers for kernel exception routines
4563 - parisc: Fix kernel crash with reversed copy_from_user()
4564 - parisc: Unbreak handling exceptions from kernel modules
4565 - ALSA: timer: Use mod_timer() for rearming the system timer
4566 - ALSA: hda - Asus N750JV external subwoofer fixup
4567 - ALSA: hda - Fix white noise on Asus N750JV headphone
4568 - ALSA: hda - Apply fix for white noise on Asus N550JV, too
4569 - mm: fix invalid node in alloc_migrate_target()
4570 - powerpc/mm: Fixup preempt underflow with huge pages
4571 - libnvdimm: fix smart data retrieval
4572 - libnvdimm, pfn: fix uuid validation
4573 - compiler-gcc: disable -ftracer for __noclone functions
4574 - arm64: opcodes.h: Add arm big-endian config options before including arm
4575 header
4576 - drm/dp: move hw_mutex up the call stack
4577 - drm/udl: Use unlocked gem unreferencing
4578 - drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5
4579 - drm/radeon: add another R7 370 quirk
4580 - drm/radeon: add a dpm quirk for all R7 370 parts
4581 - drm/amdgpu/gmc: move vram type fetching into sw_init
4582 - drm/amdgpu/gmc: use proper register for vram type on Fiji
4583 - xen/events: Mask a moving irq
4584 - tcp: convert cached rtt from usec to jiffies when feeding initial rto
4585 - tunnel: Clear IPCB(skb)->opt before dst_link_failure called
4586 - net: jme: fix suspend/resume on JMC260
4587 - net: vrf: Remove direct access to skb->data
4588 - net: qca_spi: Don't clear IFF_BROADCAST
4589 - net: qca_spi: clear IFF_TX_SKB_SHARING
4590 - net: fix bridge multicast packet checksum validation
4591 - sctp: lack the check for ports in sctp_v6_cmp_addr
4592 - mld, igmp: Fix reserved tailroom calculation
4593 - tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"
4594 - qmi_wwan: add Sierra Wireless EM74xx device ID
4595 - ipv6: re-enable fragment header matching in ipv6_find_hdr
4596 - vxlan: fix missing options_len update on RX with collect metadata
4597 - cdc_ncm: toggle altsetting to force reset before setup
4598 - udp6: fix UDP/IPv6 encap resubmit path
4599 - tcp: fix tcpi_segs_in after connection establishment
4600 - ppp: release rtnl mutex when interface creation fails
4601 - net: validate variable length ll headers
4602 - ax25: add link layer header validation function
4603 - packet: validate variable length ll headers
4604 - bpf: avoid copying junk bytes in bpf_get_current_comm()
4605 - sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
4606 - sh_eth: advance 'rxdesc' later in sh_eth_ring_format()
4607 - qlcnic: Remove unnecessary usage of atomic_t
4608 - qlcnic: Fix mailbox completion handling during spurious interrupt
4609 - macvtap: always pass ethernet header in linear
4610 - mlxsw: spectrum: Check requested ageing time is valid
4611 - rocker: set FDB cleanup timer according to lowest ageing time
4612 - bridge: allow zero ageing time
4613 - ipv4: Don't do expensive useless work during inetdev destroy.
4614 - net: Fix use after free in the recvmmsg exit path
4615 - mlx4: add missing braces in verify_qp_parameters
4616 - farsync: fix off-by-one bug in fst_add_one
4617 - ath9k: fix buffer overrun for ar9287
4618 - ppp: ensure file->private_data can't be overridden
4619 - tcp/dccp: remove obsolete WARN_ON() in icmp handlers
4620 - qlge: Fix receive packets drop.
4621 - net: bcmgenet: fix dma api length mismatch
4622 - bonding: fix bond_get_stats()
4623 - ipv4: fix broadcast packets reception
4624 - ipv4: initialize flowi4_flags before calling fib_lookup()
4625 - ppp: take reference on channels netns
4626 - xfrm: Fix crash observed during device unregistration and decryption
4627 - qmi_wwan: add "D-Link DWM-221 B1" device id
4628 - ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
4629 - bridge: Allow set bridge ageing time when switchdev disabled
4630 - rtnl: fix msg size calculation in if_nlmsg_size()
4631 - tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
4632 - tuntap: restore default qdisc
4633 - ipv4: l2tp: fix a potential issue in l2tp_ip_recv
4634 - ipv6: l2tp: fix a potential issue in l2tp_ip6_recv
4635 - ip6_tunnel: set rtnl_link_ops before calling register_netdevice
4636 - ipv6: Count in extension headers in skb->network_header
4637 - mpls: find_outdev: check for err ptr in addition to NULL check
4638 - USB: uas: Limit qdepth at the scsi-host level
4639 - USB: uas: Add a new NO_REPORT_LUNS quirk
4640 - cdc-acm: fix NULL pointer reference
4641 - KVM: x86: Inject pending interrupt even if pending nmi exist
4642 - KVM: x86: reduce default value of halt_poll_ns parameter
4643 - MIPS: Fix MSA ld unaligned failure cases
4644 - pinctrl: pistachio: fix mfio84-89 function description and pinmux.
4645 - pinctrl: sh-pfc: only use dummy states for non-DT platforms
4646 - pinctrl: sunxi: Fix A33 external interrupts not working
4647 - pinctrl: nomadik: fix pull debug print inversion
4648 - pinctrl: freescale: imx: fix bogus check of of_iomap() return value
4649 - au0828: fix au0828_v4l2_close() dev_state race condition
4650 - au0828: Fix dev_state handling
4651 - coda: fix error path in case of missing pdata on non-DT platform
4652 - v4l: vsp1: Set the SRU CTRL0 register when starting the stream
4653 - pcmcia: db1xxx_ss: fix last irq_to_gpio user
4654 - rbd: use GFP_NOIO consistently for request allocations
4655 - virtio: virtio 1.0 cs04 spec compliance for reset
4656 - mac80211: properly deal with station hashtable insert errors
4657 - mac80211: avoid excessive stack usage in sta_info
4658 - mac80211: fix ibss scan parameters
4659 - mac80211: fix unnecessary frame drops in mesh fwding
4660 - mac80211: fix txq queue related crashes
4661 - usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
4662 - usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
4663 - usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()
4664 - iio: st_magn: always define ST_MAGN_TRIGGER_SET_STATE
4665 - iio: accel: bmc150: fix endianness when reading axes
4666 - iio: gyro: bmg160: fix buffer read values
4667 - iio: gyro: bmg160: fix endianness when reading axes
4668 - sd: Fix excessive capacity printing on devices with blocks bigger than 512
4669 bytes
4670 - fs: add file_dentry()
4671 - nfs: use file_dentry()
4672 - btrfs: fix crash/invalid memory access on fsync when using overlayfs
4673 - ext4: add lockdep annotations for i_data_sem
4674 - ext4: ignore quota mount options if the quota feature is enabled
4675 - iommu: Don't overwrite domain pointer when there is no default_domain
4676 - Btrfs: fix file/data loss caused by fsync after rename and new inode
4677 - arm64: replace read_lock to rcu lock in call_step_hook
4678 - perf: Do not double free
4679 - perf: Cure event->pending_disable race
4680 - mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers
4681 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
4682 - ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2
4683 - ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T460s
4684 - ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320
4685 - ALSA: usb-audio: Add a quirk for Plantronics BT300
4686 - ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock
4687 - HID: wacom: fix Bamboo ONE oops
4688 - HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
4689 - Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"
4690 - Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"
4691 - Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"
4692 - staging: android: ion: Set the length of the DMA sg entries in buffer
4693 - usbvision: fix crash on detecting device with invalid configuration
4694 - Revert "usb: hub: do not clear BOS field during reset device"
4695 - Linux 4.4.8
4696
4697 * Fix speaker volume on a Dell machine (LP: #1549660)
4698 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
4699
4700 * Xenial update to v4.4.7 stable release (LP: #1572722)
4701 - regulator: core: avoid unused variable warning
4702 - regulator: core: Fix nested locking of supplies
4703 - ASoC: samsung: pass DMA channels as pointers
4704 - mmc: sh_mmcif: rework dma channel handling
4705 - mmc: sh_mmcif: Correct TX DMA channel allocation
4706 - x86/microcode/intel: Make early loader look for builtin microcode too
4707 - x86/microcode: Untangle from BLK_DEV_INITRD
4708 - x86/entry/compat: Keep TS_COMPAT set during signal delivery
4709 - perf/x86/intel: Add definition for PT PMI bit
4710 - x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARs
4711 - KVM: i8254: change PIT discard tick policy
4712 - KVM: fix spin_lock_init order on x86
4713 - KVM: VMX: avoid guest hang on invalid invept instruction
4714 - KVM: VMX: avoid guest hang on invalid invvpid instruction
4715 - KVM: VMX: fix nested vpid for old KVM guests
4716 - perf/core: Fix perf_sched_count derailment
4717 - perf tools: Dont stop PMU parsing on alias parse error
4718 - perf tools: Fix checking asprintf return value
4719 - perf tools: Fix python extension build
4720 - sched/cputime: Fix steal_account_process_tick() to always return jiffies
4721 - sched/preempt, sh: kmap_coherent relies on disabled preemption
4722 - EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()
4723 - s390: fix floating pointer register corruption (again)
4724 - s390/cpumf: add missing lpp magic initialization
4725 - pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing
4726 - PCI: Disable IO/MEM decoding for devices with non-compliant BARs
4727 - PCI: ACPI: IA64: fix IO port generic range check
4728 - x86/irq: Cure live lock in fixup_irqs()
4729 - x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()
4730 - x86/iopl/64: Properly context-switch IOPL on Xen PV
4731 - x86/iopl: Fix iopl capability check on Xen PV
4732 - x86/mm: TLB_REMOTE_SEND_IPI should count pages
4733 - sg: fix dxferp in from_to case
4734 - aacraid: Fix RRQ overload
4735 - aacraid: Fix memory leak in aac_fib_map_free
4736 - aacraid: Set correct msix count for EEH recovery
4737 - sd: Fix discard granularity when LBPRZ=1
4738 - scsi: storvsc: fix SRB_STATUS_ABORTED handling
4739 - be2iscsi: set the boot_kset pointer to NULL in case of failure
4740 - aic7xxx: Fix queue depth handling
4741 - libnvdimm: Fix security issue with DSM IOCTL.
4742 - dm snapshot: disallow the COW and origin devices from being identical
4743 - dm: fix excessive dm-mq context switching
4744 - dm thin metadata: don't issue prefetches if a transaction abort has failed
4745 - dm cache: make sure every metadata function checks fail_io
4746 - dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()
4747 - usb: retry reset if a device times out
4748 - usb: hub: fix a typo in hub_port_init() leading to wrong logic
4749 - USB: uas: Reduce can_queue to MAX_CMNDS
4750 - USB: cdc-acm: more sanity checking
4751 - USB: iowarrior: fix oops with malicious USB descriptors
4752 - USB: usb_driver_claim_interface: add sanity checking
4753 - USB: mct_u232: add sanity checking in probe
4754 - USB: digi_acceleport: do sanity checking for the number of ports
4755 - USB: cypress_m8: add endpoint sanity check
4756 - USB: serial: cp210x: Adding GE Healthcare Device ID
4757 - USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
4758 - USB: option: add "D-Link DWM-221 B1" device id
4759 - pwc: Add USB id for Philips Spc880nc webcam
4760 - Input: powermate - fix oops with malicious USB descriptors
4761 - ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()
4762 - ALSA: usb-audio: Add sanity checks for endpoint accesses
4763 - ALSA: usb-audio: add Microsoft HD-5001 to quirks
4764 - ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()
4765 - ALSA: usb-audio: Fix double-free in error paths after
4766 snd_usb_add_audio_stream() call
4767 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
4768 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
4769 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
4770 - crypto: ccp - Add hash state import and export support
4771 - crypto: ccp - Limit the amount of information exported
4772 - crypto: ccp - Don't assume export/import areas are aligned
4773 - crypto: ccp - memset request context to zero during import
4774 - crypto: keywrap - memzero the correct memory
4775 - crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
4776 - crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()
4777 - crypto: marvell/cesa - forward devm_ioremap_resource() error code
4778 - X.509: Fix leap year handling again
4779 - mei: bus: check if the device is enabled before data transfer
4780 - HID: logitech: fix Dual Action gamepad support
4781 - HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report()
4782 - HID: multitouch: force retrieving of Win8 signature blob
4783 - HID: fix hid_ignore_special_drivers module parameter
4784 - staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg
4785 - staging: android: ion_test: fix check of platform_device_register_simple()
4786 error code
4787 - staging: comedi: ni_mio_common: fix the ni_write[blw]() functions
4788 - tty: Fix GPF in flush_to_ldisc(), part 2
4789 - net: irda: Fix use-after-free in irtty_open()
4790 - 8250: use callbacks to access UART_DLL/UART_DLM
4791 - saa7134: Fix bytesperline not being set correctly for planar formats
4792 - adv7511: TX_EDID_PRESENT is still 1 after a disconnect
4793 - bttv: Width must be a multiple of 16 when capturing planar formats
4794 - coda: fix first encoded frame payload
4795 - media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32
4796 - mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
4797 - mtip32xx: Fix broken service thread handling
4798 - mtip32xx: Remove unwanted code from taskfile error handler
4799 - mtip32xx: Print exact time when an internal command is interrupted
4800 - mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
4801 - mtip32xx: Handle safe removal during IO
4802 - mtip32xx: Handle FTL rebuild failure state during device initialization
4803 - mtip32xx: Implement timeout handler
4804 - mtip32xx: Cleanup queued requests after surprise removal
4805 - ALSA: pcm: Avoid "BUG:" string for warnings again
4806 - ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.
4807 - ALSA: hda - Don't handle ELD notify from invalid port
4808 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
4809 - ALSA: hda - Fix unconditional GPIO toggle via automute
4810 - tools/hv: Use include/uapi with __EXPORTED_HEADERS__
4811 - jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path
4812 - brd: Fix discard request processing
4813 - IB/srpt: Simplify srpt_handle_tsk_mgmt()
4814 - bcache: cleaned up error handling around register_cache()
4815 - bcache: fix race of writeback thread starting before complete initialization
4816 - bcache: fix cache_set_flush() NULL pointer dereference on OOM
4817 - mm: memcontrol: reclaim when shrinking memory.high below usage
4818 - mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
4819 - ia64: define ioremap_uc()
4820 - watchdog: don't run proc_watchdog_update if new value is same as old
4821 - watchdog: rc32434_wdt: fix ioctl error handling
4822 - Bluetooth: Add new AR3012 ID 0489:e095
4823 - Bluetooth: Fix potential buffer overflow with Add Advertising
4824 - cgroup: ignore css_sets associated with dead cgroups during migration
4825 - net: mvneta: enable change MAC address when interface is up
4826 - of: alloc anywhere from memblock if range not specified
4827 - vfs: show_vfsstat: do not ignore errors from show_devname method
4828 - splice: handle zero nr_pages in splice_to_pipe()
4829 - xtensa: ISS: don't hang if stdin EOF is reached
4830 - xtensa: fix preemption in {clear,copy}_user_highpage
4831 - xtensa: clear all DBREAKC registers on start
4832 - ARC: [BE] readl()/writel() to work in Big Endian CPU configuration
4833 - ARC: bitops: Remove non relevant comments
4834 - quota: Fix possible GPF due to uninitialised pointers
4835 - xfs: fix two memory leaks in xfs_attr_list.c error paths
4836 - raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang
4837 - md/raid5: Compare apples to apples (or sectors to sectors)
4838 - RAID5: check_reshape() shouldn't call mddev_suspend
4839 - RAID5: revert e9e4c377e2f563 to fix a livelock
4840 - raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang
4841 - md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
4842 - md: multipath: don't hardcopy bio in .make_request path
4843 - Revert "UBUNTU: SAUCE: (noup) fuse: Add reference counting for fuse_io_priv"
4844 - Revert "UBUNTU: SAUCE: (noup) fuse: do not use iocb after it may have been
4845 freed"
4846 - fuse: do not use iocb after it may have been freed
4847 - fuse: Add reference counting for fuse_io_priv
4848 - fs/coredump: prevent fsuid=0 dumps into user-controlled directories
4849 - rapidio/rionet: fix deadlock on SMP
4850 - ipr: Fix out-of-bounds null overwrite
4851 - ipr: Fix regression when loading firmware
4852 - iwlwifi: mvm: Fix paging memory leak
4853 - drm/radeon: disable runtime pm on PX laptops without dGPU power control
4854 - drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.
4855 - drm/amdgpu: disable runtime pm on PX laptops without dGPU power control
4856 - drm/amdgpu: include the right version of gmc header files for iceland
4857 - IB/ipoib: fix for rare multicast join race condition
4858 - tracing: Have preempt(irqs)off trace preempt disabled functions
4859 - tracing: Fix crash from reading trace_pipe with sendfile
4860 - tracing: Fix trace_printk() to print when not using bprintk()
4861 - bitops: Do not default to __clear_bit() for __clear_bit_unlock()
4862 - scripts/coccinelle: modernize &
4863 - scripts/kconfig: allow building with make 3.80 again
4864 - kbuild/mkspec: fix grub2 installkernel issue
4865 - MAINTAINERS: Update mailing list and web page for hwmon subsystem
4866 - ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list
4867 - mmc: block: fix ABI regression of mmc_blk_ioctl
4868 - mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case
4869 - mmc: sdhci: fix data timeout (part 1)
4870 - mmc: sdhci: fix data timeout (part 2)
4871 - mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
4872 - clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-cluster
4873 - clk: rockchip: rk3368: fix cpuclk core dividers
4874 - clk: rockchip: rk3368: fix parents of video encoder/decoder
4875 - clk: rockchip: rk3368: fix hdmi_cec gate-register
4876 - clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocks
4877 - clk: bcm2835: Fix setting of PLL divider clock rates
4878 - target: Fix target_release_cmd_kref shutdown comp leak
4879 - iser-target: Fix identification of login rx descriptor type
4880 - iser-target: Add new state ISER_CONN_BOUND to isert_conn
4881 - iser-target: Separate flows for np listeners and connections cma events
4882 - iser-target: Rework connection termination
4883 - nfsd4: fix bad bounds checking
4884 - nfsd: fix deadlock secinfo+readdir compound
4885 - ARM: dts: at91: sama5d3 Xplained: don't disable hsmci regulator
4886 - ARM: dts: at91: sama5d4 Xplained: don't disable hsmci regulator
4887 - ACPI / PM: Runtime resume devices when waking from hibernate
4888 - writeback, cgroup: fix premature wb_put() in
4889 locked_inode_to_wb_and_lock_list()
4890 - writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the
4891 inode
4892 - Revert "UBUNTU: SAUCE: (noup) Input: synaptics - handle spurious release of
4893 trackstick buttons, again"
4894 - Input: synaptics - handle spurious release of trackstick buttons, again
4895 - Input: ims-pcu - sanity check against missing interfaces
4896 - Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
4897 - ocfs2/dlm: fix race between convert and recovery
4898 - ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
4899 - mm/page_alloc: prevent merging between isolated and other pageblocks
4900 - mtd: onenand: fix deadlock in onenand_block_markbad
4901 - PM / sleep: Clear pm_suspend_global_flags upon hibernate
4902 - scsi_common: do not clobber fixed sense information
4903 - sched/cputime: Fix steal time accounting vs. CPU hotplug
4904 - perf/x86/pebs: Add workaround for broken OVFL status on HSW+
4905 - perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi
4906 - perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
4907 - Linux 4.4.7
4908
4909 * QCA9565 / AR9565 bluetooth not work (LP: #1542944)
4910 - Bluetooth: Add new AR3012 ID 0489:e095
4911
4912 * The mic mute key and led can't work on a Lenovo AIO machine (LP: #1555912)
4913 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
4914
4915 * 13d3:3472 bluetooth not working, 4.2 low latency kernel 14.04.1 on asus ROG
4916 gl552jx (LP: #1552925)
4917 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
4918
4919 * Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)
4920 (LP: #1546694)
4921 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
4922
4923 * Atheros AR9462 Bluetooth cannot detect other devices (LP: #1542564)
4924 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
4925
4926 * s390/pci: add extra padding to function measurement block (LP: #1572291)
4927 - s390/pci: add extra padding to function measurement block
4928
4929 * CVE-2016-3951 (LP: #1567191)
4930 - cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind
4931 - usbnet: cleanup after bind() in probe()
4932
4933 * linux: Add UEFI keyring for externally signed modules (LP: #1569924)
4934 - efi: Remove redundant efi_set_variable_nonblocking() prototype
4935 - efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()
4936 - efi: Add nonblocking option to efi_query_variable_store()
4937 - efi: Add NV memory attribute
4938 - efi: Reformat GUID tables to follow the format in UEFI spec
4939 - efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
4940 - SAUCE: (noup) Add EFI signature data types
4941 - crypto: KEYS: convert public key and digsig asym to the akcipher api
4942 - [Config] CONFIG_EFI_SIGNATURE_LIST_PARSER=y
4943 - SAUCE: (noup) Add an EFI signature blob parser and key loader.
4944 - [Config] CONFIG_IMA_MOK_KEYRING=y
4945 - IMA: create machine owner and blacklist keyrings
4946 - KEYS: Add an alloc flag to convey the builtinness of a key
4947 - [Config] CONFIG_MODULE_SIG_UEFI=y, CONFIG_SYSTEM_BLACKLIST_KEYRING=y
4948 - SAUCE: (noup) KEYS: Add a system blacklist keyring
4949 - SAUCE: (noup) MODSIGN: Support not importing certs from db
4950
4951 * Miscellaneous Ubuntu changes
4952 - [Config] CONFIG_PUBLIC_KEY_ALGO_RSA=y
4953
4954 -- Kamal Mostafa <kamal@canonical.com> Sun, 24 Apr 2016 12:12:13 -0700
4955
4956linux (4.4.0-21.37) xenial; urgency=low
4957
4958 [ Tim Gardner ]
4959
4960 * Release Tracking Bug
4961 - LP: #1571791
4962
4963 * linux: MokSBState is ignored (LP: #1571691)
4964 - SAUCE: (noup) MODSIGN: Import certificates from UEFI Secure Boot
4965 - SAUCE: (noup) efi: Disable secure boot if shim is in insecure mode
4966 - SAUCE: (noup) Display MOKSBState when disabled
4967
4968 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Apr 2016 07:00:22 -0600
4969
4970linux (4.4.0-20.36) xenial; urgency=low
4971
4972 [ Tim Gardner ]
4973
4974 * Release Tracking Bug
4975 - LP: #1571069
4976
4977 * sysfs mount failure during stateful lxd snapshots (LP: #1570906)
4978 - SAUCE: kernfs: Do not match superblock in another user namespace when
4979 mounting
4980
4981 * Kernel Panic in Ubuntu 16.04 netboot installer (LP: #1570441)
4982 - x86/topology: Fix logical package mapping
4983 - x86/topology: Fix Intel HT disable
4984 - x86/topology: Use total_cpus not nr_cpu_ids for logical packages
4985 - xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC op
4986 - x86/topology: Fix AMD core count
4987
4988 * [regression]: Failed to call clock_adjtime(): Invalid argument
4989 (LP: #1566465)
4990 - ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
4991
4992 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Apr 2016 06:31:56 -0600
4993
4994linux (4.4.0-19.35) xenial; urgency=low
4995
4996 [ Tim Gardner ]
4997
4998 * Release Tracking Bug
4999 - LP: #1570348
5000
5001 * CVE-2016-2847 (LP: #1554260)
5002 - pipe: limit the per-user amount of pages allocated in pipes
5003
5004 * xenial kernel crash on HP BL460c G7 (qla24xx problem?) (LP: #1554003)
5005 - SAUCE: (noup) qla2xxx: Add irq affinity notification V2
5006
5007 * arm64: guest hangs when ntpd is running (LP: #1549494)
5008 - SAUCE: (noup) KVM: arm/arm64: Handle forward time correction gracefully
5009
5010 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
5011 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=y
5012
5013 * s390/cpumf: Fix lpp detection (LP: #1555344)
5014 - s390/facilities: use stfl mnemonic instead of insn magic
5015 - s390/facilities: always use lowcore's stfle field for storing facility bits
5016 - s390/cpumf: Fix lpp detection
5017
5018 * s390x kernel image needs weightwatchers (LP: #1536245)
5019 - [Config] s390x: Use compressed kernel bzImage
5020
5021 * Surelock GA2 SP1: surelock02p05: Not seeing sgX devices for LUNs after
5022 upgrading to Ubuntu 16.04 (LP: #1567581)
5023 - Revert "UBUNTU: SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on
5024 device-tree properties"
5025
5026 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
5027 - cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path
5028 - Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
5029 - cpufreq: powernv: Add sysfs attributes to show throttle stats
5030
5031 * systemd-modules-load.service: Failing due to missing module 'ib_iser' (LP: #1566468)
5032 - [Config] Add ib_iser to generic inclusion list
5033
5034 * thunderx nic performance improvements (LP: #1567093)
5035 - net: thunderx: Set recevie buffer page usage count in bulk
5036 - net: thunderx: Adjust nicvf structure to reduce cache misses
5037
5038 * fixes for thunderx nic in multiqueue mode (LP: #1567091)
5039 - net: thunderx: Fix for multiqset not configured upon interface toggle
5040 - net: thunderx: Fix for HW TSO not enabled for secondary qsets
5041 - net: thunderx: Fix receive packet stats
5042
5043 * Miscellaneous Ubuntu changes
5044 - [Config] updateconfigs after CONFIG_DRM_I915_BPO_PRELIMINARY_HW_SUPPORT=n
5045
5046 * Miscellaneous upstream changes (LP: #1564901)
5047 - Input: xpad - correctly handle concurrent LED and FF requests
5048
5049 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Apr 2016 07:32:16 +0100
5050
5051linux (4.4.0-18.34) xenial; urgency=low
5052
5053 [ Tim Gardner ]
5054
5055 * Release Tracking Bug
5056 - LP: #1566868
5057
5058 * [i915_bpo] Fix RC6 on SKL GT3 & GT4 (LP: #1564759)
5059 - SAUCE: i915_bpo: drm/i915/skl: Fix rc6 based gpu/system hang
5060 - SAUCE: i915_bpo: drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
5061
5062 * CONFIG_ARCH_ROCKCHIP not enabled in armhf generic kernel (LP: #1566283)
5063 - [Config] CONFIG_ARCH_ROCKCHIP=y
5064
5065 * [Feature] Memory Bandwidth Monitoring (LP: #1397880)
5066 - perf/x86/cqm: Fix CQM handling of grouping events into a cache_group
5067 - perf/x86/cqm: Fix CQM memory leak and notifier leak
5068 - x86/cpufeature: Carve out X86_FEATURE_*
5069 - Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
5070 - x86/topology: Create logical package id
5071 - perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init
5072 - perf/x86/mbm: Add memory bandwidth monitoring event management
5073 - perf/x86/mbm: Implement RMID recycling
5074 - perf/x86/mbm: Add support for MBM counter overflow handling
5075
5076 * User namespace mount updates (LP: #1566505)
5077 - SAUCE: quota: Require that qids passed to dqget() be valid and map into s_user_ns
5078 - SAUCE: fs: Allow superblock owner to change ownership of inodes with unmappable ids
5079 - SAUCE: fuse: Don't initialize user_id or group_id in mount options
5080 - SAUCE: cgroup: Use a new super block when mounting in a cgroup namespace
5081 - SAUCE: fs: fix a posible leak of allocated superblock
5082
5083 * [arm64] kernel BUG at /build/linux-StrpB2/linux-4.4.0/fs/ext4/inode.c:2394!
5084 (LP: #1566518)
5085 - arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
5086 - arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permission
5087
5088 * [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP) support
5089 for Alpine Ridge on SKL (LP: #1519623)
5090 - usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices
5091 - usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUS
5092 - usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devices
5093 - usb: add device descriptor for usb 3.1 root hub
5094 - usb: Support USB 3.1 extended port status request
5095 - xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
5096 - xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllers
5097 - xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability
5098 - xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
5099 - usb: Add USB3.1 SuperSpeedPlus Isoc Endpoint Companion descriptor
5100 - usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptor
5101 - usb: Add USB 3.1 Precision time measurement capability descriptor support
5102 - xhci: refactor and cleanup endpoint initialization.
5103 - xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpoints
5104 - xhci: cleanup isoc tranfers queuing code
5105 - xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1
5106 - SAUCE: (noup) usb: fix regression in SuperSpeed endpoint descriptor parsing
5107
5108 * wrong/missing permissions for device file /dev/prandom (prng.ko)
5109 (LP: #1558275)
5110 - s390/crypto: provide correct file mode at device register.
5111
5112 * The Front MIC jack can't work on a HP desktop machine (LP: #1564712)
5113 - ALSA: hda - fix front mic problem for a HP desktop
5114
5115 * HP Notebook Probook 440 G3 HDA Intel PCH horrible sounds while booting
5116 (LP: #1556228)
5117 - ALSA: hda - Apply reboot D3 fix for CX20724 codec, too
5118
5119 * please provide mmc-modules udeb (LP: #1565765)
5120 - [Config] Add mmc block drivers to d-i
5121
5122 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
5123 - Add secure_modules() call
5124 - PCI: Lock down BAR access when module security is enabled
5125 - x86: Lock down IO port access when module security is enabled
5126 - ACPI: Limit access to custom_method
5127 - asus-wmi: Restrict debugfs interface when module loading is restricted
5128 - Restrict /dev/mem and /dev/kmem when module loading is restricted
5129 - acpi: Ignore acpi_rsdp kernel parameter when module loading is restricted
5130 - kexec: Disable at runtime if the kernel enforces module loading restrictions
5131 - x86: Restrict MSR access when module loading is restricted
5132 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=n
5133 - Add option to automatically enforce module signatures when in Secure Boot mode
5134 - efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
5135 - efi: Add EFI_SECURE_BOOT bit
5136 - hibernate: Disable in a signed modules environment
5137
5138 * [Hyper-V] Additional PCI passthrough commits (LP: #1565967)
5139 - PCI: Add fwnode_handle to x86 pci_sysdata
5140 - PCI: Look up IRQ domain by fwnode_handle
5141 - [Config] CONFIG_PCI_HYPERV=m
5142 - PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs
5143
5144 * [Bug]Lenovo Yoga 260 and Carbon X1 4th gen freeze on HWP enable
5145 (LP: #1559923)
5146 - ACPI / processor: Request native thermal interrupt handling via _OSC
5147
5148 * Sync kernel zfs 0.6.5.6 - align with zfsutils-linux and spl packages
5149 (LP: #1564591)
5150 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu3
5151
5152 * [Ubuntu 16.04.1] RELEASE and ACQUIRE atomics on Power (LP: #1556096)
5153 - atomics: Allow architectures to define their own __atomic_op_* helpers
5154 - powerpc: atomic: Implement atomic{, 64}_*_return_* variants
5155 - powerpc: atomic: Implement acquire/release/relaxed variants for xchg
5156 - powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg
5157
5158 * fix for do_tools_cpupower when cross-compiling (LP: #1564206)
5159 - [Debian] cpupower uses non-standard CROSS
5160
5161 * ISST:LTE: Regression: roselp2 Oops in kernel during setup io (LP: #1546439)
5162 - SAUCE: block: partition: initialize percpuref before sending out KOBJ_ADD
5163
5164 * Unable to migrate container (LP: #1563921)
5165 - SAUCE: cgroup mount: ignore nsroot=
5166
5167 * [Hyper-V] patch inclusion in 16.04 for NIC hot add/remove (LP: #1563688)
5168 - hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()
5169
5170 * /proc/$pid/maps performance regression (LP: #1547231)
5171 - proc: revert /proc/<pid>/maps [stack:TID] annotation
5172
5173 * TPM2.0 trusted keys fixes (LP: #1398274)
5174 - tpm: remove unneeded include of actbl2.h
5175 - tpm: fix checks for policy digest existence in tpm2_seal_trusted()
5176 - tpm_crb: Use the common ACPI definition of struct acpi_tpm2
5177 - tpm_tis: Disable interrupt auto probing on a per-device basis
5178 - tpm_tis: Do not fall back to a hardcoded address for TPM2
5179 - tpm_tis: Use devm_ioremap_resource
5180 - tpm_tis: Clean up the force=1 module parameter
5181 - tpm_crb: Drop le32_to_cpu(ioread32(..))
5182 - tpm_crb: Use devm_ioremap_resource
5183 - tpm: fix the rollback in tpm_chip_register()
5184 - tpm: fix the cleanup of struct tpm_chip
5185 - tpm: fix: set continueSession attribute for the unseal operation
5186 - tpm: fix: return rc when devm_add_action() fails
5187 - tpm_eventlog.c: fix binary_bios_measurements
5188 - tpm_crb/tis: fix: use dev_name() for /proc/iomem
5189 - tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()
5190 - tpm_tis: fix build warning with tpm_tis_resume
5191
5192 * [Feature]intel_idle driver support for Knights Landing (LP: #1461365)
5193 - intel_idle: Support for Intel Xeon Phi Processor x200 Product Family
5194
5195 * cxlflash: Backport upstream cxlflash commits and submitting a noup patch to
5196 Xenial (LP: #1563485)
5197 - cxlflash: Fix to avoid unnecessary scan with internal LUNs
5198 - cxlflash: Increase cmd_per_lun for better throughput
5199 - SAUCE: (noup) cxlflash: Move to exponential back-off when cmd_room is not available
5200
5201 * Miscellaneous Ubuntu changes
5202 - [Config] do_zfs_powerpc64-smp = true
5203 - [Debian] fix linux_tools when cross-compiling
5204 - [Config] do_zfs_powerpc64-smp use default value
5205 - SAUCE: apparmor: Fix FTBFS due to bad include path
5206 - SAUCE: i915_bpo: Disable preliminary hw support
5207
5208 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Mar 2016 15:31:33 -0600
5209
5210linux (4.4.0-17.33) xenial; urgency=low
5211
5212 [ Tim Gardner ]
5213
5214 * Release Tracking Bug
5215 - LP: #1563441
5216
5217 * ISST-LTE: pVM:high cpus number need a high crashkernel value in kdump
5218 (LP: #1560552)
5219 - SAUCE: (noup) ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is
5220 about to hit.
5221
5222 * Predictable naming mechanism is leading to issues in DLPAR operations of
5223 NICs (LP: #1560514)
5224 - SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on device-tree
5225 properties
5226
5227 * ThunderX: support alternative phy implementations (LP: #1562968)
5228 - net: thunderx: Cleanup PHY probing code.
5229 - [Config] CONFIG_MDIO_CAVIUM=m
5230 - phy: mdio-octeon: Refactor into two files/modules
5231 - [Config] CONFIG_MDIO_THUNDER=m
5232 - phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.
5233 - phy: mdio-cavium: Add missing MODULE_* annotations.
5234 - net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.
5235 - phy: mdio-thunder: Fix some Kconfig typos
5236 - [d-i] Add phy drivers for Cavium ThunderX to nic-modules udeb
5237
5238 * linux: exclude ZONE_DEVICE from GFP_ZONE_TABLE (LP: #1563293)
5239 - Revert "mm: CONFIG_NR_ZONES_EXTENDED"
5240 - mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE
5241
5242 * lots of printk to serial console can hang system for long time
5243 (LP: #1534216)
5244 - printk: set may_schedule for some of console_trylock() callers
5245
5246 * [i915_bpo] Update i915 backport driver (LP: #1560395)
5247 - SAUCE: i915_bpo: Update to drm-intel-next-fixes-2016-03-16
5248 - PM / runtime: Add new helper for conditional usage count incrementation
5249 - drm/core: Add drm_for_each_encoder_mask, v2.
5250 - drm/atomic-helper: Implement subsystem-level suspend/resume
5251
5252 * [Hyper-V] VM Sockets (LP: #1541585)
5253 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
5254 - Drivers: hv: vmbus: Add vendor and device atttributes
5255 - Drivers: hv: vmbus: avoid infinite loop in init_vp_index()
5256 - Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_unload()
5257 - Drivers: hv: vmbus: don't manipulate with clocksources on crash
5258 - Drivers: hv: vmbus: add a helper function to set a channel's pending send size
5259 - Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
5260 - Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
5261 - Drivers: hv: vmbus: define a new VMBus message type for hvsock
5262 - Drivers: hv: vmbus: add a hvsock flag in struct hv_driver
5263 - Drivers: hv: vmbus: add a per-channel rescind callback
5264 - Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
5265 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
5266 - Drivers: hv: vmbus: Give control over how the ring access is serialized
5267 - drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
5268 - Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
5269 - Drivers: hv: vmbus: avoid wait_for_completion() on crash
5270 - Drivers: hv: vmbus: remove code duplication in message handling
5271 - Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_unload()
5272 - Drivers: hv: util: Pass the channel information during the init call
5273 - Drivers: hv: utils: Remove util transport handler from list if registration fails
5274 - Revert "Drivers: hv: vmbus: Support handling messages on multiple CPUs"
5275 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
5276
5277 * [Bug]SKL-H boot hang when c8+c9+c10 enabled by intel_idle driver
5278 (LP: #1559918)
5279 - intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled
5280
5281 * ixgbe: Update to Fortville SW5 release (LP: #1562326)
5282 - net: add tc offload feature flag
5283 - net: tc: helper functions to query action types
5284 - sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
5285 - net: rework ndo tc op to consume additional qdisc handle parameter
5286 - net: rework setup_tc ndo op to consume general tc operand
5287 - net: sched: add cls_u32 offload hooks for netdevs
5288 - net: ixgbe: add support for tc_u32 offload
5289 - net: ixgbe: abort with cls u32 divisor groups greater than 1
5290
5291 * Bring fm10k up to Fortville SW5 (LP: #1562310)
5292 - net: add netif_is_team_master helper
5293 - net: add netif_is_team_port helper
5294 - net: add netif_is_lag_master helper
5295 - net: add netif_is_lag_port helper
5296 - ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}
5297 - fm10k: don't reinitialize RSS flow table when RXFH configured
5298
5299 * [Feature]Always Running Timer (ART) to System Time translation
5300 (LP: #1519625)
5301 - time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
5302 - timekeeping: Provide internal function __ktime_get_real_seconds
5303 - timekeeping: Cap adjustments so they don't exceed the maxadj value
5304 - clocksource: Make clocksource validation work for all clocksources
5305 - time: Add cycles to nanoseconds translation
5306 - time: Add timekeeping snapshot code capturing system time and counter
5307 - time: Remove duplicated code in ktime_get_raw_and_real()
5308 - time: Add driver cross timestamp interface for higher precision time synchronization
5309 - time: Add history to cross timestamp interface supporting slower devices
5310 - time/timekeeping: Work around false positive GCC warning
5311 - x86/tsc: Always Running Timer (ART) correlated clocksource
5312 - ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping
5313 - [Config] CONFIG_E1000E_HWTS=y
5314 - e1000e: Adds hardware supported cross timestamp on e1000e nic
5315
5316 * x-gene2: add SoC v2 support to clock (LP: #1561604)
5317 - clk: xgene: Add SoC and PMD PLL clocks with v2 hardware
5318
5319 * [Bug]Disable multi-record PEBS on Merom (LP: #1559914)
5320 - perf/x86: Move perf_event.c ............... => x86/events/core.c
5321 - perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.c
5322 - perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.c
5323 - perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]
5324 - perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.c
5325 - perf/x86: Move perf_event_intel_bts.c ........ => x86/events/intel/bts.c
5326 - perf/x86: Move perf_event_intel.c ............ => x86/events/intel/core.c
5327 - perf/x86: Move perf_event_intel_cqm.c ........ => x86/events/intel/cqm.c
5328 - perf/x86: Move perf_event_intel_cstate.c ..... => x86/events/intel/cstate.c
5329 - perf/x86: Move perf_event_intel_ds.c ......... => x86/events/intel/ds.c
5330 - perf/x86: Move perf_event_intel_lbr.c ........ => x86/events/intel/lbr.c
5331 - perf/x86: Move perf_event_intel_pt.[ch] ...... => x86/events/intel/pt.[ch]
5332 - perf/x86: Move perf_event_intel_rapl.c ....... => x86/events/intel/rapl.c
5333 - perf/x86: Move perf_event_intel_uncore.[ch] .. =>
5334 x86/events/intel/uncore.[ch]
5335 - perf/x86: Move perf_event_intel_uncore_nhmex.c =>
5336 x86/events/intel/uncore_nmhex.c
5337 - perf/x86: Move perf_event_intel_uncore_snb.c =>
5338 x86/events/intel/uncore_snb.c
5339 - perf/x86: Move perf_event_intel_uncore_snbep.c =>
5340 x86/events/intel/uncore_snbep.c
5341 - perf/x86: Move perf_event_knc.c .............. => x86/events/intel/knc.c
5342 - perf/x86: Move perf_event_p4.c ............... => x86/events/intel/p4.c
5343 - perf/x86: Move perf_event_p6.c ............... => x86/events/intel/p6.c
5344 - perf/x86: Move perf_event_msr.c .............. => x86/events/msr.c
5345 - perf/x86: Move perf_event.h to its new home
5346 - perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
5347
5348 * [Feature] Enable I2C on Broxton-P (LP: #1520139)
5349 - mfd: intel-lpss: Pass I2C configuration via properties on BXT
5350
5351 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Mar 2016 20:40:27 -0600
5352
5353linux (4.4.0-16.32) xenial; urgency=low
5354
5355 [ Tim Gardner ]
5356
5357 * Release Tracking Bug
5358 - LP: #1561727
5359
5360 * fix thermal throttling due to commit "Thermal: initialize thermal zone
5361 device correctly" (LP: #1561676)
5362 - Thermal: Ignore invalid trip points
5363
5364 * Thinkpad T460: Trackpoint mouse buttons instantly generate "release" event
5365 on press (LP: #1553811)
5366 - SAUCE: (noup) Input: synaptics - handle spurious release of trackstick
5367 buttons, again
5368
5369 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
5370 (LP: #1560583)
5371 - SAUCE: apparmor: Allow ns_root processes to open profiles file
5372 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
5373
5374 * linux: sync virtualbox drivers to 5.0.16-dfsg-2 (LP: #1561492)
5375 - ubuntu: vbox -- update to 5.0.16-dfsg-2
5376
5377 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on
5378 s390x (LP: #1557690)
5379 - [Config] CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=n for s390x
5380
5381 * spl/zfs fails to build on s390x (LP: #1519814)
5382 - [Config] s390x -- re-enable zfs
5383 - [Config] zfs -- disable powerpc until the test failures can be resolved
5384
5385 * linux: sync to ZFS 0.6.5.6 stable release (LP: #1561483)
5386 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu1
5387
5388 * zfs: enable zfs for 64bit powerpc kernels (LP: #1558871)
5389 - [Packaging] zfs -- handle rprovides via dpkg-gencontrol
5390 - [Config] powerpc -- convert zfs configuration to custom_override
5391
5392 * Memory arena corruption with FUSE (was Memory allocation failure crashes
5393 kernel hard, presumably related to FUSE) (LP: #1505948)
5394 - SAUCE: (noup) fuse: do not use iocb after it may have been freed
5395 - SAUCE: (noup) fuse: Add reference counting for fuse_io_priv
5396
5397 * cgroup namespaces: add a 'nsroot=' mountinfo field (LP: #1560489)
5398 - SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo field
5399
5400 * linux packaging: clear remaining redundant delta (LP: #1560445)
5401 - [Debian] Remove generated intermediate files on clean
5402
5403 * arm64: guest hangs when ntpd is running (LP: #1549494)
5404 - Revert "hrtimer: Add support for CLOCK_MONOTONIC_RAW"
5405 - Revert "hrtimer: Catch illegal clockids"
5406 - Revert "KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW"
5407
5408 * Need enough contiguous memory to support GICv3 ITS table (LP: #1558828)
5409 - [Config] CONFIG_FORCE_MAX_ZONEORDER=13 on arm64
5410 - SAUCE: (no-up) arm64: gicv3: its: Increase FORCE_MAX_ZONEORDER for Cavium
5411 ThunderX
5412
5413 * update arcmsr to version v1.30.00.22-20151126 to fix card timeouts
5414 (LP: #1559609)
5415 - arcmsr: fixed getting wrong configuration data
5416 - arcmsr: fixes not release allocated resource
5417 - arcmsr: make code more readable
5418 - arcmsr: adds code to support new Areca adapter ARC1203
5419 - arcmsr: changes driver version number
5420 - arcmsr: more readability improvements
5421 - arcmsr: Split dma resource allocation to a new function
5422 - arcmsr: change driver version to v1.30.00.22-20151126
5423
5424 * server image has no keyboard, desktop image works (LP: #1559692)
5425 - [Config] Rework input-modules (d-i) list
5426
5427 * PMU support for Cavium ThunderX (LP: #1559349)
5428 - arm64: perf: Rename Cortex A57 events
5429 - arm64/perf: Add Cavium ThunderX PMU support
5430 - arm64: perf: Enable PMCR long cycle counter bit
5431 - arm64: perf: Extend event mask for ARMv8.1
5432 - arm64: dts: Add Cavium ThunderX specific PMU
5433
5434 * Show ARM PMU events in perf stat (LP: #1559350)
5435 - drivers/perf: kill armpmu_register
5436 - arm: perf: Convert event enums to #defines
5437 - arm: perf: Add event descriptions
5438 - arm64: perf: Convert event enums to #defines
5439 - arm64: perf: Add event descriptions
5440 - ARM: perf: add format entry to describe event -> config mapping
5441 - arm64: perf: add format entry to describe event -> config mapping
5442
5443 * [Bug]HSW/BDW EDAC driver reports wrong DIMM (LP: #1559904)
5444 - EDAC/sb_edac: Fix computation of channel address
5445
5446 * 5-10 second delay in kernel boot with kernel command line ip= (LP: #1259861)
5447 - [Config] disable CONFIG_IP_PNP
5448
5449 * Miscellaneous Ubuntu changes
5450 - [Debian] Silence the reconstruct script
5451
5452 -- Tim Gardner <tim.gardner@canonical.com> Mon, 21 Mar 2016 10:15:31 -0600
5453
5454linux (4.4.0-15.31) xenial; urgency=low
5455
5456 [ Tim Gardner ]
5457
5458 * Release Tracking Bug
5459 - LP: #1559252
5460
5461 * Xilinx KU3 Capi card does not show up in Ubuntu 16.04 (LP: #1557001)
5462 - SAUCE: (noup) cxl: Allow initialization on timebase sync failures
5463
5464 * policy namespace stacking (LP: #1379535)
5465 - Revert "UBUNTU: SAUCE: Move replacedby allocation into label_alloc"
5466 - Revert "UBUNTU: SAUCE: Fixup: __label_update() still doesn't handle some cases correctly."
5467 - Revert "UBUNTU: SAUCE: fix: audit "no_new_privs" case for exec failure"
5468 - Revert "UBUNTU: SAUCE: fixup: warning about aa_label_vec_find_or_create not being static"
5469 - Revert "UBUNTU: SAUCE: apparmor: fix refcount race when finding a child profile"
5470 - Revert "UBUNTU: SAUCE: fixup: cast poison values to remove warnings"
5471 - Revert "UBUNTU: SAUCE: fixup: get rid of unused var build warning"
5472 - Revert "UBUNTU: SAUCE: fixup: 20/23 locking issue around in __label_update"
5473 - Revert "UBUNTU: SAUCE: fixup: make __share_replacedby private to get rid of build warning"
5474 - Revert "UBUNTU: SAUCE: fix: replacedby forwarding is not being properly update when ns is destroyed"
5475 - Revert "UBUNTU: SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails"
5476 - Revert "UBUNTU: SAUCE: fixup: cleanup return handling of labels"
5477 - Revert "UBUNTU: SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read"
5478 - Revert "UBUNTU: SAUCE: apparmor: Fix: query label file permission"
5479 - Revert "UBUNTU: SAUCE: apparmor: Don't remove label on rcu callback if the label has already been removed"
5480 - Revert "UBUNTU: SAUCE: apparmor: Fix: break circular refcount for label that is directly freed."
5481 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount bug when inserting label update that transitions ns"
5482 - Revert "UBUNTU: SAUCE: apparmor: Fix: now that insert can force replacement use it instead of remove_and_insert"
5483 - Revert "UBUNTU: SAUCE: apparmor Fix: refcount bug in pivotroot mediation"
5484 - Revert "UBUNTU: SAUCE: apparmor: ensure that repacedby sharing is done correctly"
5485 - Revert "UBUNTU: SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter"
5486 - Revert "UBUNTU: SAUCE: apparmor: Fix: convert replacedby update to be protected by the labelset lock"
5487 - Revert "UBUNTU: SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on merge path"
5488 - Revert "UBUNTU: SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain"
5489 - Revert "UBUNTU: SAUCE: apparmor: Fix: label_vec_merge insertion"
5490 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure new labels resulting from merge have a replacedby"
5491 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount leak in aa_label_merge"
5492 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount race between locating in labelset and get"
5493 - Revert "UBUNTU: SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale"
5494 - Revert "UBUNTU: SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use needs locking"
5495 - Revert "UBUNTU: SAUCE: apparmor: debug: POISON label and replaceby pointer on free"
5496 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the replacedby is not setup"
5497 - Revert "UBUNTU: SAUCE: apparmor: Fix: insert race between label_update and label_merge"
5498 - Revert "UBUNTU: SAUCE: apparmor: rework retrieval of the current label in the profile update case"
5499 - Revert "UBUNTU: SAUCE: apparmor: Disallow update of cred when then subjective != the objective cred"
5500 - Revert "UBUNTU: SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns"
5501 - Revert "UBUNTU: SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()"
5502 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
5503 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix for failed mediation of socket that is being shutdown"
5504 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings"
5505 - Revert "UBUNTU: SAUCE: (no-up) apparmor: fix mount not handling disconnected paths"
5506 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix mediation of fs unix sockets"
5507 - Revert "UBUNTU: apparmor -- follow change to this_cpu_ptr"
5508 - Revert "UBUNTU: SAUCE: (no-up) fix: bad unix_addr_fs macro"
5509 - Revert "UBUNTU: SAUCE: Revert: fix: only allow a single threaded process to ..."
5510 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot"
5511 - Revert "UBUNTU: SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used"
5512 - SAUCE: (no-up) apparmor: sync of apparmor3.5-beta1 snapshot
5513 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
5514
5515 * Add arm64 NUMA support (LP: #1558765)
5516 - SAUCE: (noup) efi: ARM/arm64: ignore DT memory nodes instead of removing them
5517 - SAUCE: (noup) Documentation, dt, numa: dt bindings for NUMA.
5518 - [Config] CONFIG_OF_NUMA=y
5519 - SAUCE: (noup) of, numa: Add NUMA of binding implementation.
5520 - SAUCE: (noup) arm64: Move unflatten_device_tree() call earlier.
5521 - [Config] CONFIG_NUMA=y and CONFIG_NODES_SHIFT=2 on arm64
5522 - SAUCE: (noup) arm64, numa: Add NUMA support for arm64 platforms.
5523 - SAUCE: (noup) arm64, mm, numa: Add NUMA balancing support for arm64.
5524
5525 * vivid/linux: total ADT test failures (LP: #1558447)
5526 - Revert "Revert "af_unix: Revert 'lock_interruptible' in stream receive code""
5527
5528 * [Hyper-V] patches to allow kdump crash through NMI (LP: #1558720)
5529 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
5530 - Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
5531
5532 * s390/pci: enforce fmb page boundary rule (LP: #1558625)
5533 - s390/pci: enforce fmb page boundary rule
5534
5535 * s390/pci: backport upstream commits since v4.4 (LP: #1558624)
5536 - s390/pci_dma: fix DMA table corruption with > 4 TB main memory
5537 - page_to_phys() always returns a multiple of PAGE_SIZE
5538 - s390/pci: provide ZPCI_ADDR macro
5539 - s390/pci: improve ZPCI_* macros
5540 - s390/pci: resize iomap
5541 - s390/pci: fix bar check
5542 - s390/pci: set error state for unusable functions
5543 - s390/pci: remove iomap sanity checks
5544 - s390/pci: remove pdev pointer from arch data
5545 - s390/pci: add ioctl interface for CLP
5546
5547 * IMA-appraisal is unusable in Ubuntu 16.04 (LP: #1558553)
5548 - [Config] CONFIG_SYSTEM_EXTRA_CERTIFICATE=y, CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096
5549 - KEYS: Use the symbol value for list size, updated by scripts/insert-sys-cert
5550 - KEYS: Reserve an extra certificate symbol for inserting without recompiling
5551 - SAUCE: (noup) KEYS: Support for inserting a certificate into x86 bzImage
5552
5553 * skb_warn_bad_offload Crash (LP: #1558025)
5554 - ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL
5555
5556 * Add PCIe root complex to Cavium arm64 (LP: #1558342)
5557 - [Config] CONFIG_PCI_HOST_COMMON=y
5558 - [Config] CONFIG_PCI_HOST_THUNDER_PEM=y
5559 - [Config] CONFIG_PCI_HOST_THUNDER_ECAM=y
5560 - PCI: generic: Move structure definitions to separate header file
5561 - PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()
5562 - PCI: generic: Expose pci_host_common_probe() for use by other drivers
5563 - PCI: thunder: Add PCIe host driver for ThunderX processors
5564 - PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devices
5565
5566 * [Hyper-V] vmbus: Fix a bug in hv_need_to_signal_on_read() (LP: #1556264)
5567 - SAUCE: (noup) Drivers: hv: vmbus: Fix a bug in hv_need_to_signal_on_read()
5568
5569 * Xenial update to v4.4.6 stable release (LP: #1558330)
5570 - arm64: account for sparsemem section alignment when choosing vmemmap offset
5571 - ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window
5572 - ARM: dts: dra7: do not gate cpsw clock due to errata i877
5573 - ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property
5574 - PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()
5575 - kvm: cap halt polling at exactly halt_poll_ns
5576 - KVM: VMX: disable PEBS before a guest entry
5577 - KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS
5578 - KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit
5579 - KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
5580 - KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
5581 - s390/dasd: fix diag 0x250 inline assembly
5582 - tracing: Fix check for cpu online when event is disabled
5583 - dmaengine: at_xdmac: fix residue computation
5584 - jffs2: reduce the breakage on recovery from halfway failed rename()
5585 - ncpfs: fix a braino in OOM handling in ncp_fill_cache()
5586 - ASoC: dapm: Fix ctl value accesses in a wrong type
5587 - ASoC: samsung: Use IRQ safe spin lock calls
5588 - ASoC: wm8994: Fix enum ctl accesses in a wrong type
5589 - ASoC: wm8958: Fix enum ctl accesses in a wrong type
5590 - ovl: ignore lower entries when checking purity of non-directory entries
5591 - ovl: fix working on distributed fs as lower layer
5592 - wext: fix message delay/ordering
5593 - cfg80211/wext: fix message ordering
5594 - can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
5595 - iwlwifi: mvm: inc pending frames counter also when txing non-sta
5596 - mac80211: minstrel: Change expected throughput unit back to Kbps
5597 - mac80211: fix use of uninitialised values in RX aggregation
5598 - mac80211: minstrel_ht: set default tx aggregation timeout to 0
5599 - mac80211: minstrel_ht: fix a logic error in RTS/CTS handling
5600 - mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
5601 - mac80211: Fix Public Action frame RX in AP mode
5602 - gpu: ipu-v3: Do not bail out on missing optional port nodes
5603 - drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
5604 - drm/radeon: Fix error handling in radeon_flip_work_func.
5605 - Revert "drm/radeon/pm: adjust display configuration after powerstate"
5606 - userfaultfd: don't block on the last VM updates at exit time
5607 - ovl: fix getcwd() failure after unsuccessful rmdir
5608 - MIPS: Fix build error when SMP is used without GIC
5609 - MIPS: smp.c: Fix uninitialised temp_foreign_map
5610 - block: don't optimize for non-cloned bio in bio_get_last_bvec()
5611 - target: Drop incorrect ABORT_TASK put for completed commands
5612 - ld-version: Fix awk regex compile failure
5613 - Linux 4.4.6
5614
5615 * linux fails to load x.509 built-in certificate (LP: #1557250)
5616 - lib/mpi: Endianness fix
5617
5618 * s390/kconfig: setting for CONFIG...9P.... (LP: #1557994)
5619 - [Config] CONFIG_NET_9P=m for s390x
5620
5621 * mlx5_core kernel trace after "ethtool -C eth1 adaptive-rx on" flow
5622 (LP: #1557950)
5623 - net/mlx5e: Don't try to modify CQ moderation if it is not supported
5624 - net/mlx5e: Don't modify CQ before it was created
5625
5626 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
5627 - mmc: sdhci: Do not BUG on invalid vdd
5628 - mmc: enable MMC/SD/SDIO device to suspend/resume asynchronously
5629 - mmc: It is not an error for the card to be removed while suspended
5630
5631 * s390/kconfig: disable CONFIG_VIRTIO_MMIO (LP: #1557689)
5632 - [Config] CONFIG_VIRTIO_MMIO=n for s390x
5633
5634 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on s390x (LP: #1557690)
5635 - [Config] CONFIG_NUMA_EMU=y for s390x
5636
5637 * Miscellaneous Ubuntu changes
5638 - [Debian] git-ubuntu-log -- prevent bug references being split
5639 - [Debian] git-ubuntu-log -- git log output is UTF-8
5640
5641 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 13:18:58 -0600
5642
5643linux (4.4.0-14.30) xenial; urgency=low
5644
5645 [ Tim Gardner ]
5646
5647 * Release Tracking Bug
5648 - LP: #1557508
5649
5650 * Current 4.4 kernel won't boot on powerpc (LP: #1557130)
5651 - powerpc: Fix dedotify for binutils >= 2.26
5652
5653 * ZFS: send fails to transmit some holes [corruption] (LP: #1557151)
5654 - Illumos 6370 - ZFS send fails to transmit some holes
5655
5656 * Request to cherry-pick uvcvideo patch for Xenial kernel support of RealSense
5657 camera (LP: #1557138)
5658 - UVC: Add support for ds4 depth camera
5659
5660 * use after free of task_struct->numa_faults in task_numa_find_cpu (LP: #1527643)
5661 - sched/numa: Fix use-after-free bug in the task_numa_compare
5662
5663 * overlay fs regression: chmod fails with "Operation not permitted" on chowned
5664 files (LP: #1555997)
5665 - ovl: copy new uid/gid into overlayfs runtime inode
5666
5667 * Miscellaneous Ubuntu changes
5668 - SAUCE: Dump stack when X.509 certificates cannot be loaded
5669
5670 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Mar 2016 07:16:19 -0600
5671
5672linux (4.4.0-13.29) xenial; urgency=low
5673
5674 [ Tim Gardner ]
5675
5676 * Release Tracking Bug
5677 - LP: #1556247
5678
5679 * s390/mm: four page table levels vs. fork (LP: #1556141)
5680 - s390/mm: four page table levels vs. fork
5681
5682 * [Hyper-V] network performance patches for Xenial 16.04 (LP: #1556037)
5683 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
5684 - hv_netvsc: cleanup netdev feature flags for netvsc
5685
5686 * fails to boot on megaraid (LP: #1552903)
5687 - SAUCE: (noup) megaraid_sas: Don't issue kill adapter for MFI controllers in
5688 case of PD list DCMD failure
5689
5690 * ALSA: hda - add codec support for Kabylake display audio codec (LP: #1556002)
5691 - ALSA: hda - add codec support for Kabylake display audio codec
5692
5693 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
5694 - cpufreq: powernv: Free 'chips' on module exit
5695 - cpufreq: powernv: Hot-plug safe the kworker thread
5696 - cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
5697 - cpufreq: powernv/tracing: Add powernv_throttle tracepoint
5698 - cpufreq: powernv: Replace pr_info with trace print for throttle event
5699 - SAUCE: (noup) cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
5700
5701 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
5702 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
5703
5704 * integer overflow in xt_alloc_table_info (LP: #1555353)
5705 - SAUCE: (noup) netfilter: x_tables: check for size overflow
5706
5707 * linux: auto-generate the reconstruct information from the git tag (LP: #1555543)
5708 - [Packaging] reconstruct -- automatically reconstruct against base tag
5709 - [Config] reconstruct -- update to autoreconstruct output
5710 - [Packaging] reconstruct -- update when inserting final changes
5711
5712 * Xenial update to v4.4.5 stable release (LP: #1555640)
5713 - use ->d_seq to get coherency between ->d_inode and ->d_flags
5714 - drivers: sh: Restore legacy clock domain on SuperH platforms
5715 - Btrfs: fix deadlock running delayed iputs at transaction commit time
5716 - btrfs: Fix no_space in write and rm loop
5717 - btrfs: async-thread: Fix a use-after-free error for trace
5718 - block: Initialize max_dev_sectors to 0
5719 - PCI: keystone: Fix MSI code that retrieves struct pcie_port pointer
5720 - parisc: Fix ptrace syscall number and return value modification
5721 - mips/kvm: fix ioctl error handling
5722 - kvm: x86: Update tsc multiplier on change.
5723 - fbcon: set a default value to blink interval
5724 - cifs: fix out-of-bounds access in lease parsing
5725 - CIFS: Fix SMB2+ interim response processing for read requests
5726 - Fix cifs_uniqueid_to_ino_t() function for s390x
5727 - vfio: fix ioctl error handling
5728 - KVM: x86: fix root cause for missed hardware breakpoints
5729 - arm/arm64: KVM: Fix ioctl error handling
5730 - iommu/amd: Apply workaround for ATS write permission check
5731 - iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered
5732 - iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path
5733 - target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors
5734 - drm/ast: Fix incorrect register check for DRAM width
5735 - drm/radeon/pm: update current crtc info after setting the powerstate
5736 - drm/amdgpu/pm: update current crtc info after setting the powerstate
5737 - drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as well
5738 - drm/amdgpu/gfx8: specify which engine to wait before vm flush
5739 - drm/amdgpu: return from atombios_dp_get_dpcd only when error
5740 - libata: fix HDIO_GET_32BIT ioctl
5741 - libata: Align ata_device's id on a cacheline
5742 - block: bio: introduce helpers to get the 1st and last bvec
5743 - writeback: flush inode cgroup wb switches instead of pinning super_block
5744 - Adding Intel Lewisburg device IDs for SATA
5745 - arm64: vmemmap: use virtual projection of linear region
5746 - PM / sleep / x86: Fix crash on graph trace through x86 suspend
5747 - ata: ahci: don't mark HotPlugCapable Ports as external/removable
5748 - tracing: Do not have 'comm' filter override event 'comm' field
5749 - pata-rb532-cf: get rid of the irq_to_gpio() call
5750 - Btrfs: fix loading of orphan roots leading to BUG_ON
5751 - Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
5752 - jffs2: Fix page lock / f->sem deadlock
5753 - Fix directory hardlinks from deleted directories
5754 - dmaengine: pxa_dma: fix cyclic transfers
5755 - adv7604: fix tx 5v detect regression
5756 - ALSA: usb-audio: Add a quirk for Plantronics DA45
5757 - ALSA: ctl: Fix ioctls for X32 ABI
5758 - ALSA: hda - Fix mic issues on Acer Aspire E1-472
5759 - ALSA: rawmidi: Fix ioctls X32 ABI
5760 - ALSA: timer: Fix ioctls for X32 ABI
5761 - ALSA: pcm: Fix ioctls for X32 ABI
5762 - ALSA: seq: oss: Don't drain at closing a client
5763 - ALSA: hdspm: Fix wrong boolean ctl value accesses
5764 - ALSA: hdsp: Fix wrong boolean ctl value accesses
5765 - ALSA: hdspm: Fix zero-division
5766 - ALSA: timer: Fix broken compat timer user status ioctl
5767 - usb: chipidea: otg: change workqueue ci_otg as freezable
5768 - USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder
5769 - USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)
5770 - USB: qcserial: add Sierra Wireless EM74xx device ID
5771 - USB: serial: option: add support for Telit LE922 PID 0x1045
5772 - USB: serial: option: add support for Quectel UC20
5773 - MIPS: scache: Fix scache init with invalid line size.
5774 - MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'
5775 - ubi: Fix out of bounds write in volume update code
5776 - i2c: brcmstb: allocate correct amount of memory for regmap
5777 - thermal: cpu_cooling: fix out of bounds access in time_in_idle
5778 - block: check virt boundary in bio_will_gap()
5779 - block: get the 1st and last bvec via helpers
5780 - drm/i915: more virtual south bridge detection
5781 - drm/i915: refine qemu south bridge detection
5782 - modules: fix longstanding /proc/kallsyms vs module insertion race.
5783 - drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stable
5784 - Linux 4.4.5
5785
5786 * QEMU: causes vCPU steal time overflow on live migration (LP: #1494350)
5787 - x86/mm: Fix slow_virt_to_phys() for X86_PAE again
5788
5789 * TPM2.0 trusted keys fixes (LP: #1398274)
5790 - tpm_tis: further simplify calculation of ordinal duration
5791 - tpm_tis: Use devm_free_irq not free_irq
5792 - tpm_tis: Ensure interrupts are disabled when the driver starts
5793 - tpm: rework tpm_get_timeouts()
5794 - tpm_tis: Get rid of the duplicate IRQ probing code
5795 - tpm_tis: Refactor the interrupt setup
5796 - tpm_tis: Tighten IRQ auto-probing
5797 - tpm_ibmvtpm: properly handle interrupted packet receptions
5798
5799 * linux: review all versioned depends/conflicts/replaces/breaks for validility (LP: #1555033)
5800 - [Config] control.stub.in -- review versioned Build-Depends:
5801 - [Config] control.stub.in -- review versioned
5802 Depends/Breaks/Conflicts/Replaces
5803 - [Config] flavour-control.stub -- review versioned Breaks/Conflicts/Replaces
5804 - [Config] x86 vars.* -- review versioned Breaks/Conflicts/Replaces
5805
5806 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Mar 2016 05:11:51 -0700
5807
5808linux (4.4.0-12.28) xenial; urgency=low
5809
5810 * Miscellaneous Ubuntu changes
5811 - reconstruct: Work around orig tarball packaging limitiations
5812 Fixes FTBS
5813
5814 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Mar 2016 13:26:08 -0700
5815
5816linux (4.4.0-12.27) xenial; urgency=low
5817
5818 [ Tim Gardner ]
5819
5820 * Release Tracking Bug
5821 - LP: #1554704
5822
5823 * Fails to detect (second) display (LP: #1543683)
5824 - drm/i915: Fix hpd live status bits for g4x
5825
5826 * s390x -- various configuration changes (LP: #1543165)
5827 - [Config] s390x -- enable CONFIG_NUMA
5828 - [Config] s390x -- disable CONFIG_NET_VENDOR_EMULEX
5829 - [Config] s390x -- disable CONFIG_NET_VENDOR_SYNOPSYS
5830 - [Config] s390x -- disable CONFIG_NVMEM
5831 - [Config] s390x -- switch preempt mode to none
5832
5833 * Radeon hybrid graphics problem on resume (LP: #1554608)
5834 - Revert "drm/radeon: call hpd_irq_event on resume"
5835
5836 * Pull in upstream AMD code (amdgpu) in Xenial (LP: #1546572)
5837 - [Config] CONFIG_DRM_AMD_POWERPLAY=y
5838 - drm/amdgpu: use $(src) in Makefile (v2)
5839 - drm/radeon: constify radeon_asic_ring structures
5840 - drm/amdgpu: add a callback for reading the bios from the rom directly
5841 - drm/amdgpu: add read_bios_from_rom callback for CI parts
5842 - drm/amdgpu: add read_bios_from_rom callback for VI parts
5843 - drm/amdgpu: Use new read bios from rom callback
5844 - drm/amdgpu: Use unlocked gem unreferencing
5845 - drm/radeon: Use unlocked gem unreferencing
5846 - drm/amd: add new gfx8 register definitions for EDC
5847 - drm/amdgpu: add EDC support for CZ (v3)
5848 - drm/amd: abstract kernel rq and normal rq to priority of run queue
5849 - drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3
5850 - drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP only
5851 - drm/amdgpu: update rev id register for VI
5852 - drm/amdgpu: add more debugging output for driver failures
5853 - drm/amdgpu: add entity only when first job come
5854 - drm/amdgpu: handle error case for ctx
5855 - drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobs
5856 - drm/amdgpu: change default sched jobs to 32
5857 - drm/amdgpu: limit visible vram if it's smaller than the BAR
5858 - drm/amdgpu: restrict the sched jobs number to power of two
5859 - drm/amdgpu: put VM page tables directly into duplicates list
5860 - drm/amdgpu: split VM PD and PT handling during CS
5861 - drm/amdgpu: keep the PTs validation list in the VM v2
5862 - drm/radeon: Update radeon_get_vblank_counter_kms()
5863 - drm/radeon: only increment sync_seq when a fence is really emitted
5864 - drm/fb-helper: Use proper plane mask for fb cleanup
5865 - drm/amdgpu: fix dp link rate selection (v2)
5866 - drm/radeon: fix dp link rate selection (v2)
5867 - drm/amdgpu: share struct amdgpu_pm_state_type with powerplay module
5868 - drm/amdgpu: mv some definition from amdgpu_acpi.c to amdgpu_acpi.h
5869 - drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.h
5870 - drm/amdgpu: implement new cgs interface for acpi function
5871 - drm/amdgpu: implement cgs interface to query system info
5872 - drm/amdgpu: add new cgs interface to get display info (v2)
5873 - drm/amd/powerplay: add basic powerplay framework
5874 - drm/amdgpu: disable legacy path of firmware check if powerplay is enabled
5875 - drm/amdgpu: export amd_powerplay_func to amdgpu and other ip block
5876 - drm/amd/powerplay: add SMU manager sub-component
5877 - drm/amd/powerplay: add hardware manager sub-component
5878 - SAUCE: amd: Include errno.h
5879 - drm/amd/powerplay: add Carrizo smu support
5880 - drm/amd/powerplay: add Carrizo dpm support
5881 - drm/amd/powerplay: add CG and PG support for carrizo
5882 - drm/amd/powerplay: add event manager sub-component
5883 - drm/amd/powerplay: implement functions of amd_powerplay_func
5884 - drm/amd/powerplay: Add ixSWRST_COMMAND_1 in bif_5_0_d.h
5885 - drm/amd/powerplay: Move smu7*.h from amdgpu to powerplay.
5886 - drm/amd/powerplay: add header file for tonga smu and dpm
5887 - drm/amd/powerplay: Add Tonga SMU support
5888 - drm/amd/powerplay: add Tonga dpm support (v3)
5889 - drm/amd/powerplay: add/update headers for Fiji SMU and DPM
5890 - drm/amd/powerplay: update atomctrl for fiji
5891 - drm/amd/powerplay: add Fiji SMU support.
5892 - drm/amd/powerplay: add Fiji DPM support.
5893 - drm/amdgpu: add amdgpu.powerplay module option
5894 - drm/amd/amdgpu: enable powerplay and smc firmware loading for Fiji.
5895 - drm/amdgpu/powerplay: add function point in hwmgr_funcs for program display gap
5896 - drm/amdgpu/poweprlay: export program display gap function to eventmgr
5897 - drm/amdgpu/powerplay: implement pem_task for display_configuration_change
5898 - drm/amdgpu/powerplay: program display gap for tonga.
5899 - drm/amdgpu: enable powerplay module by default for tonga.
5900 - drm/amdgpu: enable powerplay module by default for fiji.
5901 - drm/amdgpu/powerplay: add some definition for other ip block to update cg pg.
5902 - drm/amd/powerplay: add new function point in hwmgr_func for CG/PG.
5903 - drm/amd/powerplay: Add CG and PG support for tonga
5904 - drm/amdgpu/powerplay: add new function point in hwmgr_funcs for thermal control
5905 - drm/amdgpu/powerplay: mv ppinterrupt.h to inc folder to share with other submodule.
5906 - drm/amdgpu/powerplay: add thermal control interface in hwmgr.
5907 - drm/amdgpu/powerplay: enable thermal interrupt task in eventmgr.
5908 - drm/amdgpu/powerplay: implement thermal control for tonga.
5909 - drm/amdgpu/powerplay: implement fan control interface in amd_powerplay_funcs
5910 - drm/amdgpu: export fan control functions to amdgpu
5911 - drm/amdgpu: enable sysfs interface for powerplay
5912 - drm/amdgpu: support per device powerplay enablement (v2)
5913 - drm/amd/powerplay: add and export hwmgr interface to eventmgr to check hw states.
5914 - drm/amd/powerplay: implement new funcs to check current states for tonga.
5915 - drm/amd/powerplay: refine the logic of whether need to update power state.
5916 - drm/amd/powerplay/tonga: enable pcie and mclk forcing for low
5917 - drm/amd/powerplay/fiji: enable pcie and mclk forcing for low
5918 - drm/amdgpu: extract pcie helpers to common header
5919 - drm: add drm_pcie_get_max_link_width helper (v2)
5920 - drm/amdgpu: store pcie gen mask and link width
5921 - drm/amdgpu/cgs: add sys info query for pcie gen and link width
5922 - drm/amdgpu/powerplay/tonga: query supported pcie info from cgs (v2)
5923 - drm/amdgpu/powerplay/fiji: query supported pcie info from cgs (v2)
5924 - drm/amd/powerplay: fix boolreturn.cocci warnings
5925 - drm/amd/powerplay/tonga: Add UVD DPM init
5926 - drm/amd/amdgpu: add gfx clock gating support for Fiji.
5927 - drm/amd/amdgpu: add gmc clock gating support for Fiji.
5928 - drm/amdgpu: add sdma clock gating support for Fiji.
5929 - drm/amd/powerplay: add parts of system clock gating support for Fiji. (v2)
5930 - drm/amd/powerplay: enable clock gating for Fiji.
5931 - drm/amd/powerplay: add atomctrl function to calculate CZ sclk dividers
5932 - drm/amd/powerplay: implement smc state upload for CZ
5933 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
5934 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
5935 - drm/amd/powerplay: add new function point in hwmgr.
5936 - drm/amd/powerplay: add smc msg for NB P-State switch
5937 - drm/amd/powerplay: export interface to DAL to init/change display configuration.
5938 - drm/amd/powerplay: enable set_cpu_power_state task. (v2)
5939 - drm/amd/powerplay: enable/disable NB pstate feature for Carrizo.
5940 - drm/amd/powerplay: Add PPLib debug print macro.
5941 - drm/amdgpu: rename tonga_smumgr.h to tonga_smum.h
5942 - drm/amdgpu: rename fiji_smumgr.h to fiji_smum.h
5943 - drm/amd/powerplay: add multimedia power gating support for Fiji.
5944 - drm/amd/amdgpu: add uvd6.0 clock gating support. (v2)
5945 - drm/amd/amdgpu: add vce3.0 clock gating support. (v2)
5946 - drm/amd/amdgpu: enable uvd&vce clock gating for Fiji.
5947 - drm/amdgpu: Prepare DKMS build for powerplay module.
5948 - drm/amd/powerplay: add display configeration changed function in hwmgr for Fiji.
5949 - drm/amd/powerplay: Add thermal protection support for Fiji.
5950 - drm/amd/powerplay: Fix a bug in fan control setting default mode for Tonga and Fiji.
5951 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Tonga.
5952 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Fiji.
5953 - drm/amd/powerplay: fix boolreturn.cocci warnings
5954 - drm/amd/powerplay: fix bug that dpm funcs in debugfs/sysfs missing.
5955 - drm/amd/powerplay: check whether enable dpm in powerplay.
5956 - drm/amd/powerplay: move shared function of vi to hwmgr. (v2)
5957 - drm/amdgpu/powerplay: enable sysfs and debugfs interfaces late
5958 - drm/amd/powerplay: display gpu load when print performance for tonga.
5959 - drm/powerplay: add debugging output to tonga_processpptables.c
5960 - drm/powerplay: add debugging output to processpptables.c
5961 - drm/powerplay/hwmgr: log errors in tonga_hwmgr_backend_init
5962 - drm/amd/powerplay: Don't return an error if fan table is missing
5963 - amd\powerplay Implement get dal power level
5964 - amd/powerplay: Fix get dal power level
5965 - amd/powerplay: Add structures required to report configuration change
5966 - drm/amdgpu/powerplay: Program a calculated value as Deep Sleep clock.
5967 - drm/amd/powerplay: add point check to avoid NULL point hang.
5968 - drm/amd/powerplay: check whether need to enable thermal control. (v2)
5969 - drm/amd/powerplay: show gpu load when print gpu performance for Cz. (v2)
5970 - drm: powerplay: use div64_s64 instead of do_div
5971 - drm/amd/powerplay: fix a reversed condition
5972 - drm/amdgpu/cgs: cleanup some indenting
5973 - drm/amd/powerplay: precedence bug in init_non_clock_fields()
5974 - drm/amdgpu: fix NULL in vm_grab_id while S3 back
5975 - drm/amd/powerplay: fix bug that NULL checks are reversed.
5976 - drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)
5977 - drm/amd/powerplay: fix Smatch static checker warnings
5978 - drm/amd/powerplay: add powerplay valid check to avoid null point. (v2)
5979 - drm/amd/powerplay: Reload and initialize the smc firmware on powerplay resume.
5980 - drm/amdgpu: Show gpu load when display gpu performance for Ci.
5981 - drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI.
5982 - drm/amdgpu: fix hex/decimal bug when show gpu load.
5983 - drm/amd/powerplay: add thermal control task when resume.
5984 - drm/amd/powerplay: enable set boot state task
5985 - drm/amd/powerplay: enable power down asic task. (v2)
5986 - drm/amd/powerplay: implement power down asic task for CZ
5987 - drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2
5988 - drm/amdgpu/cgs: add an interface to access PCI resources
5989 - drm/amdgpu: add irq domain support
5990 - drm/amdgpu/powerplay: include asm/div64.h for do_div()
5991 - drm/sysfs: use kobj_to_dev()
5992 - drm/amd/powerplay: fix static checker warning for return meaningless value.
5993 - drm/amdgpu/cz: add code to enable forcing UVD clocks
5994 - drm/amdgpu/cz: add code to enable forcing VCE clocks
5995 - drm/amdgpu/cz: force uvd clocks when sclks are forced
5996 - drm/amdgpu/cz: force vce clocks when sclks are forced
5997 - drm/amdgpu: use kobj_to_dev()
5998 - drm/radeon: use kobj_to_dev()
5999 - drm/ttm: fix adding foreign BOs to the LRU during init v2
6000 - drm/ttm: fix adding foreign BOs to the swap LRU
6001 - drm/ttm: add ttm_bo_move_to_lru_tail function v2
6002 - drm/amdgpu: move VM page tables to the LRU end on CS v2
6003 - drm/amdgpu: validate duplicates first
6004 - drm/amdgpu: add missing irq.h include
6005 - drm/fb_cma_helper: Remove implicit call to disable_unused_functions
6006 - drm/amdgpu: Add some tweaks to gfx 8 soft reset
6007 - amdkfd: don't open-code memdup_user()
6008 - amdkfd: Copy from the proper user command pointer
6009 - drm/amdgpu: Use drm_calloc_large for VM page_tables array
6010 - amd/powerplay: disable powerplay by default initially
6011 - drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without powerplay support
6012 - drm/atomic-helper: Export framebuffer_changed()
6013 - drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2)
6014 - drm/amdgpu: add a message to indicate when powerplay is enabled (v2)
6015 - drm/amdgpu: fix next_rptr handling for debugfs
6016 - drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctl
6017 - drm/radeon: only init fbdev if we have connectors
6018 - drm/amdgpu: don't init fbdev if we don't have any connectors
6019 - drm/amd/powerplay: Update SMU firmware loading for Stoney
6020 - drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()
6021 - drm/amdkfd: Remove unnecessary cast in kfree
6022 - drm/amdgpu: only move pt bos in LRU list on success
6023 - drm/amdgpu: mask out WC from BO on unsupported arches
6024 - drm/amdgpu/gfx8: enable cp inst/reg error interrupts
6025 - drm/amdgpu/gfx7: enable cp inst/reg error interrupts
6026 - drm/amdgpu: load MEC ucode manually on iceland
6027 - drm/amdgpu: disable uvd and vce clockgating on Fiji
6028 - drm/amdgpu: add pcie cap module parameters (v2)
6029 - drm/amdgpu/cik: don't mess with aspm if gpu is root bus
6030 - drm/amdgpu/dpm/ci: switch over to the common pcie caps interface
6031 - drm/amdgpu: handle uvd pg flags properly
6032 - drm/amdgpu: handle vce pg flags properly
6033 - drm/amdgpu: clean up vce pg flags for cz/st
6034 - drm/amdgpu: be consistent with uvd cg flags
6035 - drm/amd/powerplay/cz: disable uvd pg
6036 - drm/amd/powerplay/cz: disable vce pg
6037 - drm/amd/powerplay/tonga: disable uvd pg
6038 - drm/amd/powerplay/tonga: disable vce pg
6039 - drm/amdgpu: add a cgs interface to fetch cg and pg flags
6040 - drm/amdgpu: remove unused cg defines
6041 - drma/dmgpu: move cg and pg flags into shared headers
6042 - drm/amdgpu/tonga: plumb pg flags through to powerplay
6043 - drm/amdgpu/cz: plumb pg flags through to powerplay
6044 - SAUCE: drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabled
6045
6046 * mlx4_core Set UAR page size to 4KB regardless of system page size (LP:
6047 #1552632)
6048 - net/mlx4_core: Set UAR page size to 4KB regardless of system page size
6049
6050 * Miscellaneous Ubuntu changes
6051 - [Config] CONFIG_CAVIUM_ERRATUM_27456=y
6052
6053 * Miscellaneous upstream changes
6054 - net: thunderx: Fix for Qset error due to CQ full
6055 - ahci: Workaround for ThunderX Errata#22536
6056 - arm64: Add workaround for Cavium erratum 27456
6057 - tipc: fix nullptr crash during subscription cancel
6058
6059 -- Tim Gardner <tim.gardner@canonical.com> Mon, 07 Mar 2016 05:04:22 -0700
6060
6061linux (4.4.0-11.26) xenial; urgency=low
6062
6063 [ Tim Gardner ]
6064
6065 * Release Tracking Bug
6066 - LP: #1553391
6067
6068 * Xenial update to v4.4.4 stable release (LP: #1553179)
6069 - af_iucv: Validate socket address length in iucv_sock_bind()
6070 - gro: Make GRO aware of lightweight tunnels.
6071 - net: dp83640: Fix tx timestamp overflow handling.
6072 - tunnels: Allow IPv6 UDP checksums to be correctly controlled.
6073 - lwt: fix rx checksum setting for lwt devices tunneling over ipv6
6074 - tcp: fix NULL deref in tcp_v4_send_ack()
6075 - af_unix: fix struct pid memory leak
6076 - pptp: fix illegal memory access caused by multiple bind()s
6077 - sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
6078 - net: dsa: fix mv88e6xxx switches
6079 - tipc: fix connection abort during subscription cancel
6080 - inet: frag: Always orphan skbs inside ip_defrag()
6081 - switchdev: Require RTNL mutex to be held when sending FDB notifications
6082 - tcp: beware of alignments in tcp_get_info()
6083 - ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
6084 - ipv6/udp: use sticky pktinfo egress ifindex on connect()
6085 - ipv6: addrconf: Fix recursive spin lock call
6086 - ipv6: fix a lockdep splat
6087 - unix: correctly track in-flight fds in sending process user_struct
6088 - tcp: do not drop syn_recv on all icmp reports
6089 - net:Add sysctl_max_skb_frags
6090 - tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs
6091 - enic: increment devcmd2 result ring in case of timeout
6092 - sctp: translate network order to host order when users get a hmacid
6093 - net: Copy inner L3 and L4 headers as unaligned on GRE TEB
6094 - flow_dissector: Fix unaligned access in __skb_flow_dissector when used by
6095 eth_get_headlen
6096 - bpf: fix branch offset adjustment on backjumps after patching ctx expansion
6097 - bonding: Fix ARP monitor validation
6098 - ipv4: fix memory leaks in ip_cmsg_send() callers
6099 - af_unix: Don't set err in unix_stream_read_generic unless there was an error
6100 - af_unix: Guard against other == sk in unix_dgram_sendmsg
6101 - tipc: fix premature addition of node to lookup table
6102 - tcp: md5: release request socket instead of listener
6103 - qmi_wwan: add "4G LTE usb-modem U901"
6104 - net/mlx4_en: Count HW buffer overrun only once
6105 - net/mlx4_en: Avoid changing dev->features directly in run-time
6106 - l2tp: Fix error creating L2TP tunnels
6107 - pppoe: fix reference counting in PPPoE proxy
6108 - net_sched fix: reclassification needs to consider ether protocol changes
6109 - route: check and remove route cache when we get route
6110 - tcp/dccp: fix another race at listener dismantle
6111 - IFF_NO_QUEUE: Fix for drivers not calling ether_setup()
6112 - rtnl: RTM_GETNETCONF: fix wrong return value
6113 - tipc: unlock in error path
6114 - unix_diag: fix incorrect sign extension in unix_lookup_by_ino
6115 - sctp: Fix port hash table size computation
6116 - ext4: fix bh->b_state corruption
6117 - ARM: debug-ll: fix BCM63xx entry for multiplatform
6118 - arm64: errata: Add -mpc-relative-literal-loads to build flags
6119 - KVM: s390: fix guest fprs memory leak
6120 - devm_memremap: Fix error value when memremap failed
6121 - drm/gma500: Use correct unref in the gem bo create function
6122 - ARM: 8457/1: psci-smp is built only for SMP
6123 - lib/ucs2_string: Add ucs2 -> utf8 helper functions
6124 - efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
6125 - efi: Do variable name validation tests in utf8
6126 - efi: Make our variable validation list include the guid
6127 - efi: Make efivarfs entries immutable by default
6128 - efi: Add pstore variables to the deletion whitelist
6129 - lib/ucs2_string: Correct ucs2 -> utf8 conversion
6130 - bcache: fix a livelock when we cause a huge number of cache misses
6131 - bcache: Add a cond_resched() call to gc
6132 - bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
6133 - bcache: fix a leak in bch_cached_dev_run()
6134 - bcache: unregister reboot notifier if bcache fails to unregister device
6135 - bcache: allows use of register in udev to avoid "device_busy" error.
6136 - bcache: Change refill_dirty() to always scan entire disk if necessary
6137 - dm thin: fix race condition when destroying thin pool workqueue
6138 - can: ems_usb: Fix possible tx overflow
6139 - usb: dwc3: Fix assignment of EP transfer resources
6140 - USB: cp210x: add IDs for GE B650V3 and B850V3 boards
6141 - USB: option: add support for SIM7100E
6142 - USB: option: add "4G LTE usb-modem U901"
6143 - drivers: android: correct the size of struct binder_uintptr_t for
6144 BC_DEAD_BINDER_DONE
6145 - spi: omap2-mcspi: Prevent duplicate gpio_request
6146 - iw_cxgb3: Fix incorrectly returning error on success
6147 - drm/i915: shut up gen8+ SDE irq dmesg noise
6148 - ocfs2: unlock inode if deleting inode from orphan fails
6149 - mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
6150 - mm: numa: quickly fail allocations for NUMA balancing on full nodes
6151 - genirq: Validate action before dereferencing it in handle_irq_event_percpu()
6152 - clocksource/drivers/vt8500: Increase the minimum delta
6153 - s390/kvm: remove dependency on struct save_area definition
6154 - KVM: s390: fix memory overwrites when vx is disabled
6155 - Btrfs: add missing brelse when superblock checksum fails
6156 - Btrfs: igrab inode in writepage
6157 - btrfs: statfs: report zero available if metadata are exhausted
6158 - Btrfs: send, don't BUG_ON() when an empty symlink is found
6159 - Btrfs: fix number of transaction units required to create symlink
6160 - Btrfs: fix transaction handle leak on failure to create hard link
6161 - Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and
6162 subvolume roots
6163 - btrfs: initialize the seq counter in struct btrfs_device
6164 - s390: fix normalization bug in exception table sorting
6165 - s390/dasd: prevent incorrect length error under z/VM after PAV changes
6166 - s390/dasd: fix refcount for PAV reassignment
6167 - s390/dasd: fix performance drop
6168 - uml: flush stdout before forking
6169 - uml: fix hostfs mknod()
6170 - um: link with -lpthread
6171 - locks: fix unlock when fcntl_setlk races with a close
6172 - rtlwifi: rtl_pci: Fix kernel panic
6173 - rtlwifi: rtl8192cu: Add missing parameter setup
6174 - rtlwifi: rtl8192ce: Fix handling of module parameters
6175 - rtlwifi: rtl8192de: Fix incorrect module parameter descriptions
6176 - rtlwifi: rtl8723ae: Fix initialization of module parameters
6177 - rtlwifi: rtl8192se: Fix module parameter initialization
6178 - rtlwifi: rtl8188ee: Fix module parameter initialization
6179 - rtlwifi: rtl8723be: Fix module parameter initialization
6180 - mei: fix fasync return value on error
6181 - mei: validate request value in client notify request ioctl
6182 - namei: ->d_inode of a pinned dentry is stable only for positives
6183 - rc: sunxi-cir: Initialize the spinlock properly
6184 - media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode
6185 - si2157: return -EINVAL if firmware blob is too big
6186 - gspca: ov534/topro: prevent a division by 0
6187 - vb2: fix a regression in poll() behavior for output,streams
6188 - tda1004x: only update the frontend properties if locked
6189 - dm space map metadata: remove unused variable in brb_pop()
6190 - dm snapshot: fix hung bios when copy error occurs
6191 - dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
6192 - coresight: checking for NULL string in coresight_name_match()
6193 - irqchip/omap-intc: Add support for spurious irq handling
6194 - irqchip/mxs: Add missing set_handle_irq()
6195 - irqchip/atmel-aic: Fix wrong bit operation for IRQ priority
6196 - irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1
6197 - posix-clock: Fix return code on the poll method's error path
6198 - clockevents/tcb_clksrc: Prevent disabling an already disabled clock
6199 - mmc: usdhi6rol0: handle NULL data in timeout
6200 - mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
6201 - mmc: sdio: Fix invalid vdd in voltage switch power cycle
6202 - mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400
6203 - mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
6204 - mmc: core: Enable tuning according to the actual timing
6205 - mmc: mmci: fix an ages old detection error
6206 - mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL
6207 - mmc: pxamci: fix again read-only gpio detection polarity
6208 - mmc: sdhci-pci: Fix card detect race for Intel BXT/APL
6209 - mmc: sdhci: Allow override of mmc host operations
6210 - mmc: sdhci: Allow override of get_cd() called from sdhci_request()
6211 - Bluetooth: Use continuous scanning when creating LE connections
6212 - Bluetooth: Add support of Toshiba Broadcom based devices
6213 - Bluetooth: Fix incorrect removing of IRKs
6214 - Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences
6215 - Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets
6216 - time: Avoid signed overflow in timekeeping_get_ns()
6217 - cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
6218 - Revert "MIPS: Fix PAGE_MASK definition"
6219 - MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handler
6220 - MIPS: hpet: Choose a safe value for the ETIME check
6221 - MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
6222 - MIPS: Fix buffer overflow in syscall_get_arguments()
6223 - EDAC: Robustify workqueues destruction
6224 - EDAC, mc_sysfs: Fix freeing bus' name
6225 - sparc64: fix incorrect sign extension in sys_sparc64_personality
6226 - clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs
6227 - regulator: axp20x: Fix GPIO LDO enable value for AXP22x
6228 - regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
6229 - virtio_balloon: fix race by fill and leak
6230 - virtio_balloon: fix race between migration and ballooning
6231 - virtio_pci: fix use after free on release
6232 - drm/vmwgfx: Fix an incorrect lock check
6233 - drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
6234 - drm/vmwgfx: respect 'nomodeset'
6235 - drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_map
6236 - drm/amdgpu: call hpd_irq_event on resume
6237 - drm/amdgpu: fix lost sync_to if scheduler is enabled.
6238 - drm/amdgpu: fix tonga smu resume
6239 - drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2
6240 - drm/amdgpu: no need to load MC firmware on fiji
6241 - drm/amdgpu: move gmc7 support out of CIK dependency
6242 - drm/amdgpu: iceland use CI based MC IP
6243 - drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above
6244 - drm/amdgpu: pull topaz gmc bits into gmc_v7
6245 - drm/amdgpu: drop topaz support from gmc8 module
6246 - drm/amdgpu: don't load MEC2 on topaz
6247 - drm/amdgpu: remove exp hardware support from iceland
6248 - drm/amdgpu: fix s4 resume
6249 - drm/amdgpu: remove unnecessary forward declaration
6250 - drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
6251 - drm/amdgpu: fix issue with overlapping userptrs
6252 - drm/amdgpu: use post-decrement in error handling
6253 - drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.
6254 - drm/amdgpu/pm: adjust display configuration after powerstate
6255 - drm/nouveau/kms: take mode_config mutex in connector hotplug path
6256 - drm/nouveau/display: Enable vblank irqs after display engine is on again.
6257 - drm/nouveau/disp/dp: ensure sink is powered up before attempting link
6258 training
6259 - drm/nouveau: platform: Fix deferred probe
6260 - drm/dp/mst: process broadcast messages correctly
6261 - drm/dp/mst: always send reply for UP request
6262 - drm/dp/mst: fix in MSTB RAD initialization
6263 - drm/dp/mst: fix in RAD element access
6264 - drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil
6265 - drm/dp/mst: Calculate MST PBN with 31.32 fixed point
6266 - drm/dp/mst: move GUID storage from mgr, port to only mst branch
6267 - drm/dp/mst: Reverse order of MST enable and clearing VC payload table.
6268 - drm/dp/mst: deallocate payload on port destruction
6269 - drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr
6270 - drm/radeon: call hpd_irq_event on resume
6271 - drm/radeon: Fix "slow" audio over DP on DCE8+
6272 - drm/radeon: clean up fujitsu quirks
6273 - drm/radeon: properly byte swap vce firmware setup
6274 - drm/radeon: cleaned up VCO output settings for DP audio
6275 - drm/radeon: Add a common function for DFS handling
6276 - drm/radeon: fix DP audio support for APU with DCE4.1 display engine
6277 - drm: add helper to check for wc memory support
6278 - drm/radeon: mask out WC from BO on unsupported arches
6279 - drm/radeon: hold reference to fences in radeon_sa_bo_new
6280 - drm: fix missing reference counting decrease
6281 - drm/i915: Restore inhibiting the load of the default context
6282 - drm/i915: intel_hpd_init(): Fix suspend/resume reprobing
6283 - drm/i915: Init power domains early in driver load
6284 - drm/i915: Make sure DC writes are coherent on flush.
6285 - drm/i915/dp: fall back to 18 bpp when sink capability is unknown
6286 - drm/i915: Don't reject primary plane windowing with color keying enabled on
6287 SKL+
6288 - drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()
6289 - drm/i915/dsi: defend gpio table against out of bounds access
6290 - drm/i915/dsi: don't pass arbitrary data to sideband
6291 - drm/i915: fix error path in intel_setup_gmbus()
6292 - drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command
6293 - drm/radeon: use post-decrement in error handling
6294 - drm: No-Op redundant calls to drm_vblank_off() (v2)
6295 - drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)
6296 - drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
6297 - drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)
6298 - drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)
6299 - drm/radeon/pm: adjust display configuration after powerstate
6300 - make sure that freeing shmem fast symlinks is RCU-delayed
6301 - toshiba_acpi: Fix blank screen at boot if transflective backlight is
6302 supported
6303 - ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list
6304 - ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list
6305 - uapi: update install list after nvme.h rename
6306 - lib: sw842: select crc32
6307 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege
6308 R700
6309 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite
6310 R830
6311 - ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"
6312 - ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()
6313 - nfit: fix multi-interface dimm handling, acpi6.1 compatibility
6314 - dmaengine: dw: fix cyclic transfer setup
6315 - dmaengine: dw: fix cyclic transfer callbacks
6316 - dmaengine: at_xdmac: fix resume for cyclic transfers
6317 - dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer
6318 - IB/cm: Fix a recently introduced deadlock
6319 - IB/qib: fix mcast detach when qp not attached
6320 - IB/qib: Support creating qps with GFP_NOIO flag
6321 - IB/mlx5: Expose correct maximum number of CQE capacity
6322 - Thermal: initialize thermal zone device correctly
6323 - Thermal: handle thermal zone device properly during system sleep
6324 - Thermal: do thermal zone update after a cooling device registered
6325 - hwmon: (dell-smm) Blacklist Dell Studio XPS 8000
6326 - hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook
6327 - hwmon: (ads1015) Handle negative conversion values correctly
6328 - cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
6329 - cpufreq: Fix NULL reference crash while accessing policy->governor_data
6330 - seccomp: always propagate NO_NEW_PRIVS on tsync
6331 - libceph: fix ceph_msg_revoke()
6332 - libceph: don't bail early from try_read() when skipping a message
6333 - libceph: use the right footer size when skipping a message
6334 - libceph: don't spam dmesg with stray reply warnings
6335 - sd: Optimal I/O size is in bytes, not sectors
6336 - Staging: speakup: Fix getting port information
6337 - Revert "Staging: panel: usleep_range is preferred over udelay"
6338 - cdc-acm:exclude Samsung phone 04e8:685d
6339 - perf stat: Do not clean event's private stats
6340 - tick/nohz: Set the correct expiry when switching to nohz/lowres mode
6341 - rfkill: fix rfkill_fop_read wait_event usage
6342 - mac80211: Requeue work after scan complete for all VIF types.
6343 - workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup
6344 - Revert "workqueue: make sure delayed work run in local cpu"
6345 - ALSA: hda - Apply clock gate workaround to Skylake, too
6346 - ALSA: hda - Fixing background noise on Dell Inspiron 3162
6347 - target: Fix LUN_RESET active I/O handling for ACK_KREF
6348 - target: Fix LUN_RESET active TMR descriptor handling
6349 - target: Fix TAS handling for multi-session se_node_acls
6350 - target: Fix remote-port TMR ABORT + se_cmd fabric stop
6351 - target: Fix race with SCF_SEND_DELAYED_TAS handling
6352 - spi: atmel: fix gpio chip-select in case of non-DT platform
6353 - libata: fix sff host state machine locking while polling
6354 - ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2
6355 - ARCv2: SMP: Emulate IPI to self using software triggered interrupt
6356 - PCI/AER: Flush workqueue on device remove to avoid use-after-free
6357 - cpuset: make mm migration asynchronous
6358 - cgroup: make sure a parent css isn't offlined before its children
6359 - writeback: keep superblock pinned during cgroup writeback association
6360 switches
6361 - phy: core: fix wrong err handle for phy_power_on
6362 - i2c: i801: Adding Intel Lewisburg support for iTCO
6363 - bio: return EINTR if copying to user space got interrupted
6364 - block: fix use-after-free in dio_bio_complete
6365 - nfs: fix nfs_size_to_loff_t
6366 - NFSv4: Fix a dentry leak on alias use
6367 - of/irq: Fix msi-map calculation for nonzero rid-base
6368 - KVM: async_pf: do not warn on page allocation failures
6369 - KVM: arm/arm64: vgic: Ensure bitmaps are long enough
6370 - KVM: x86: fix missed hardware breakpoints
6371 - KVM: x86: MMU: fix ubsan index-out-of-range warning
6372 - powerpc/eeh: Fix partial hotplug criterion
6373 - tracing: Fix showing function event in available_events
6374 - sunrpc/cache: fix off-by-one in qword_get()
6375 - kernel/resource.c: fix muxed resource handling in __request_region()
6376 - do_last(): don't let a bogus return value from ->open() et.al. to confuse us
6377 - ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruption
6378 - ARM: at91/dt: fix typo in sama5d2 pinmux descriptions
6379 - xen/arm: correctly handle DMA mapping of compound pages
6380 - xen/scsiback: correct frontend counting
6381 - xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
6382 - xen/pciback: Save the number of MSI-X entries to be copied later.
6383 - xen/pcifront: Fix mysterious crashes when NUMA locality information was
6384 extracted.
6385 - should_follow_link(): validate ->d_seq after having decided to follow
6386 - do_last(): ELOOP failure exit should be done after leaving RCU mode
6387 - hpfs: don't truncate the file when delete fails
6388 - x86/irq: Call chip->irq_set_affinity in proper context
6389 - x86/irq: Fix a race in x86_vector_free_irqs()
6390 - x86/irq: Validate that irq descriptor is still active
6391 - x86/irq: Do not use apic_chip_data.old_domain as temporary buffer
6392 - x86/irq: Reorganize the return path in assign_irq_vector
6393 - x86/irq: Reorganize the search in assign_irq_vector
6394 - x86/irq: Check vector allocation early
6395 - x86/irq: Copy vectormask instead of an AND operation
6396 - x86/irq: Get rid of code duplication
6397 - x86/irq: Remove offline cpus from vector cleanup
6398 - x86/irq: Clear move_in_progress before sending cleanup IPI
6399 - x86/irq: Remove the cpumask allocation from send_cleanup_vector()
6400 - x86/irq: Remove outgoing CPU from vector cleanup mask
6401 - x86/irq: Call irq_force_move_complete with irq descriptor
6402 - x86/irq: Plug vector cleanup race
6403 - IB/cma: Fix RDMA port validation for iWarp
6404 - iwlwifi: dvm: fix WoWLAN
6405 - iwlwifi: pcie: properly configure the debug buffer size for 8000
6406 - iwlwifi: update and fix 7265 series PCI IDs
6407 - iwlwifi: mvm: don't allow sched scans without matches to be started
6408 - Revert "UBUNTU: SAUCE: bcache: prevent crash on changing writeback_running"
6409 - bcache: prevent crash on changing writeback_running
6410 - Linux 4.4.4
6411
6412 * mlx4_en didn't choose time-stamping shift value according to HW frequency
6413 (LP: #1552627)
6414 - net/mlx4_en: Choose time-stamping shift value according to HW frequency
6415
6416 * [Ubuntu 16.04] Help to flush kernel panics to console (LP: #1552332)
6417 - target/transport: add flag to indicate CPU Affinity is observed
6418 - powerpc/powernv: Add a kmsg_dumper that flushes console output on panic
6419 - powerpc/powernv: Fix OPAL_CONSOLE_FLUSH prototype and usages
6420
6421 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
6422 - qla2xxx: Fix warning reported by static checker
6423 - qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCM
6424 - qla2xxx: Fix stale pointer access.
6425 - qla2xxx: Use ATIO type to send correct tmr response
6426 - qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU Affinity
6427
6428 * [s390x] zfcp.ko missing from scsi-modules udeb (LP: #1552314)
6429 - [Config] Add s390x zfcp to scsi-modules udeb
6430
6431 -- Tim Gardner <tim.gardner@canonical.com> Wed, 02 Mar 2016 08:08:16 -0700
6432
6433linux (4.4.0-10.25) xenial; urgency=low
6434
6435 [ Tim Gardner ]
6436
6437 * Release Tracking Bug
6438 - LP: #1552247
6439
6440 * linux: 4.4.0-9.X fails yama ptrace restrictions tests (LP: #1551894)
6441 - security: let security modules use PTRACE_MODE_* with bitmasks
6442
6443 * [wily][regression] systemtap script compilation broken by new kernels (LP: #1545330)
6444 - SAUCE: (noup) locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h
6445
6446 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
6447 - mmc: sdhci: 64-bit DMA actually has 4-byte alignment
6448 - mmc: sdhci: Fix DMA descriptor with zero data length
6449
6450 * Miscellaneous Ubuntu changes
6451 - SAUCE: (noup) cgroup: fix and restructure error handling in copy_cgroup_ns()
6452
6453 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Feb 2016 13:04:14 -0700
6454
6455linux (4.4.0-9.24) xenial; urgency=low
6456
6457 [ Tim Gardner ]
6458
6459 * Release Tracking Bug
6460 - LP: #1551319
6461
6462 * AppArmor logs denial for when the device path is ENOENT (LP: #1482943)
6463 - SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails
6464
6465 * BUG: unable to handle kernel NULL pointer dereference (aa_label_merge) (LP:
6466 #1448912)
6467 - SAUCE: apparmor: Fix: insert race between label_update and label_merge
6468 - SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the
6469 replacedby is not setup
6470 - SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale
6471 - SAUCE: apparmor: Fix: refcount race between locating in labelset and get
6472 - SAUCE: apparmor: Fix: ensure new labels resulting from merge have a
6473 replacedby
6474 - SAUCE: apparmor: Fix: label_vec_merge insertion
6475 - SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain
6476 - SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on
6477 merge path
6478 - SAUCE: apparmor: Fix: convert replacedby update to be protected by the
6479 labelset lock
6480 - SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter
6481
6482 * apparmor kernel BUG kills firefox (LP: #1430546)
6483 - SAUCE: apparmor: Disallow update of cred when then subjective != the
6484 objective cred
6485 - SAUCE: apparmor: rework retrieval of the current label in the profile update
6486 case
6487
6488 * sleep from invalid context in aa_move_mount (LP: #1539349)
6489 - SAUCE: apparmor: fix sleep from invalid context
6490
6491 * s390x: correct restore of high gprs on signal return (LP: #1550468)
6492 - s390/compat: correct restore of high gprs on signal return
6493
6494 * missing SMAP support (LP: #1550517)
6495 - x86/entry/compat: Add missing CLAC to entry_INT80_32
6496
6497 * Floating-point exception handler receives empty Data-Exception Code in
6498 Floating Point Control register (LP: #1548414)
6499 - s390/fpu: signals vs. floating point control register
6500
6501 * kvm fails to boot GNU Hurd kernels with 4.4 Xenial kernel (LP: #1550596)
6502 - KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
6503
6504 * Surelock GA2 SP1: capiredp01: cxl_init_adapter fails for CAPI devices
6505 0000:01:00.0 and 0005:01:00.0 after upgrading to 840.10 Platform firmware
6506 build fips840/b1208b_1604.840 (LP: #1532914)
6507 - cxl: Fix PSL timebase synchronization detection
6508
6509 * [Feature]EDAC support for Knights Landing (LP: #1519631)
6510 - EDAC, sb_edac: Set fixed DIMM width on Xeon Knights Landing
6511
6512 * Various failures of kernel_security suite on Xenial kernel on s390x arch
6513 (LP: #1531327)
6514 - [config] s390x -- CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
6515
6516 * Unable to install VirtualBox Guest Service in 15.04 (LP: #1434579)
6517 - [Config] Provides: virtualbox-guest-modules when appropriate
6518
6519 * linux is missing provides for virtualbox-guest-modules [i386 amd64 x32] (LP:
6520 #1507588)
6521 - [Config] Provides: virtualbox-guest-modules when appropriate
6522
6523 * Backport more recent driver for SKL, KBL and BXT graphics (LP: #1540390)
6524 - SAUCE: i915_bpo: Provide a backport driver for SKL, KBL & BXT graphics
6525 - SAUCE: i915_bpo: Update intel_ips.h file location
6526 - SAUCE: i915_bpo: Rename the backport driver to i915_bpo
6527 - SAUCE: i915_bpo: Add i915_bpo_*() calls for ubuntu/i915
6528 - drm/i915: remove an extra level of indirection in PCI ID list
6529 - drm/i915/kbl: Add Kabylake PCI ID
6530 - drm/i915/kbl: Add Kabylake GT4 PCI ID
6531 - mm: Export nr_swap_pages
6532 - async: export current_is_async()
6533 - drm: fix potential dangling else problems in for_each_ macros
6534 - dp/mst: add SDP stream support
6535 - drm: Implement drm_modeset_lock_all_ctx()
6536 - drm: Add "prefix" parameter to drm_rect_debug_print()
6537 - drm/i915: Set connector_state->connector using the helper.
6538 - drm/atomic: add connector mask to drm_crtc_state.
6539 - drm/i915: Report context GTT size
6540 - drm/i915: Add get_eld audio component
6541 - SAUCE: Backport I915_PARAM_HAS_EXEC_SOFTPIN and EXEC_OBJECT_PINNED
6542 - SAUCE: i915_bpo: Revert passing plane/encoder name
6543 - SAUCE: sound/hda: Load i915_bpo from the hda driver on SKL/KBL/BXT
6544 - SAUCE: i915_bpo: Support only SKL, KBL and BXT with the backport driver
6545 - drm/i915/bxt: update list of PCIIDs
6546 - drm/i915/skl: Add missing SKL ids
6547 - SAUCE: i915_bpo: Revert "drm/i915: Defer probe if gmux is present but its
6548 driver isn't"
6549 - SAUCE: uapi/drm/i915: Backport I915_EXEC_BSD_MASK
6550 - drm/atomic: Do not unset crtc when an encoder is stolen
6551 - drm/i915: Update connector_mask during readout, v2.
6552 - drm/atomic: Add encoder_mask to crtc_state, v3.
6553 - SAUCE: drm/core: Add drm_encoder_index.
6554 - SAUCE: i915_bpo: Revert "drm/i915: Switch DDC when reading the EDID"
6555 - i915_bpo: [Config] Enable CONFIG_DRM_I915_BPO=m
6556
6557 * arm64: guest hangs when ntpd is running (LP: #1549494)
6558 - hrtimer: Add support for CLOCK_MONOTONIC_RAW
6559 - hrtimer: Catch illegal clockids
6560 - KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW
6561
6562 * Miscellaneous Ubuntu changes
6563 - [Debian] git-ubuntu-log -- wrap long bug and commit titles
6564 - [Config] CONFIG_ARM_SMMU=y on arm64
6565 - rebase to v4.4.3
6566 - [Debian] git-ubuntu-log -- ensure we get the last commit
6567 - [Config] fix up spelling of probably again
6568 - [Debian] perf -- build in the context of the full generated local headers
6569 - SAUCE: tools: lib/bpf -- add generated headers to search path
6570 - SAUCE: proc: Always set super block owner to init_user_ns
6571 - SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()
6572 - SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns
6573 - SAUCE: apparmor: debug: POISON label and replaceby pointer on free
6574 - SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use
6575 needs locking
6576 - SAUCE: apparmor: Fix: refcount leak in aa_label_merge
6577 - SAUCE: apparmor: ensure that repacedby sharing is done correctly
6578 - SAUCE: apparmor Fix: refcount bug in pivotroot mediation
6579 - SAUCE: apparmor: Fix: now that insert can force replacement use it instead
6580 of remove_and_insert
6581 - SAUCE: apparmor: Fix: refcount bug when inserting label update that
6582 transitions ns
6583 - SAUCE: apparmor: Fix: break circular refcount for label that is directly
6584 freed.
6585 - SAUCE: apparmor: Don't remove label on rcu callback if the label has already
6586 been removed
6587 - SAUCE: apparmor: Fix: query label file permission
6588 - SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read
6589 - SAUCE: fixup: cleanup return handling of labels
6590 - SAUCE: fix: replacedby forwarding is not being properly update when ns is
6591 destroyed
6592 - SAUCE: fixup: make __share_replacedby private to get rid of build warning
6593 - SAUCE: fixup: 20/23 locking issue around in __label_update
6594 - SAUCE: fixup: get rid of unused var build warning
6595 - SAUCE: fixup: cast poison values to remove warnings
6596 - SAUCE: apparmor: fix refcount race when finding a child profile
6597 - SAUCE: fixup: warning about aa_label_vec_find_or_create not being static
6598 - SAUCE: fix: audit "no_new_privs" case for exec failure
6599 - SAUCE: Fixup: __label_update() still doesn't handle some cases correctly.
6600 - SAUCE: Move replacedby allocation into label_alloc
6601 - [Debian] supply zfs dkms Provides: based on do_zfs
6602 - [Config] supply zfs dkms Provides: based on do_zfs
6603 - [Config] drop linux-image-3.0 provides
6604
6605 * Miscellaneous upstream changes
6606 - x86/mpx: Fix off-by-one comparison with nr_registers
6607
6608 [ Upstream Kernel Changes ]
6609
6610 * rebase to v4.4.3
6611
6612 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Feb 2016 19:47:55 -0700
6613
6614linux (4.4.0-8.23) xenial; urgency=low
6615
6616 * cgroup namespace mounts broken in containers (LP: #1549398)
6617 - SAUCE: kernfs: Always set super block owner to init_user_ns
6618
6619 * 4.4.0-7.22 no longer boots on arm64 (LP: #1547718)
6620 - arm64: mm: avoid calling apply_to_page_range on empty range
6621 - UBUNTU SAUCE: arm: mm: avoid calling apply_to_page_range on empty range
6622
6623 * kernel install failed /bin/cp: cannot stat ‘/boot/initrd.img-4.3.0-7-generic’: No such file or directory (LP: #1536810)
6624 - [Config] postinst -- handle recreating symlinks when a real file is present
6625
6626 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
6627 - SAUCE: cred: Add clone_cred() interface
6628 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
6629 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
6630 - SAUCE: overlayfs: Be more careful about copying up sxid files
6631 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
6632
6633 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped (LP: #1535150)
6634 - SAUCE: cred: Add clone_cred() interface
6635 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
6636 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
6637 - SAUCE: overlayfs: Be more careful about copying up sxid files
6638 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
6639
6640 * overlay: mkdir fails if directory exists in lowerdir in a user namespace (LP: #1531747)
6641 - SAUCE: cred: Add clone_cred() interface
6642 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
6643 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
6644
6645 * Update Intel ethernet drivers to Fortville SW5 (LP: #1547674)
6646 - net: bulk free infrastructure for NAPI context, use napi_consume_skb
6647 - net: Add eth_platform_get_mac_address() helper.
6648 - i40e: Add mac_filter_element at the end of the list instead of HEAD
6649 - i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtool
6650 - i40e: Replace X722 mac check in ethtool get_settings
6651 - i40evf: allow channel bonding of VFs
6652 - i40e: define function capabilities in only one place
6653 - i40evf: null out ring pointers on free
6654 - i40e: Cleanup the code with respect to restarting autoneg
6655 - i40e: update features with right offload
6656 - i40e: bump version to 1.4.10
6657 - i40e: add new device IDs for X722
6658 - i40e: Extend ethtool RSS hooks for X722
6659 - i40e/i40evf: Fix for UDP/TCP RSS for X722
6660 - i40evf: add new write-back mode
6661 - i40e/i40evf: Use private workqueue
6662 - i40e: add new proxy-wol bit for X722
6663 - i40e: Limit DCB FW version checks to X710/XL710 devices
6664 - i40e: AQ Add Run PHY Activity struct
6665 - i40e: AQ Geneve cloud tunnel type
6666 - i40e: AQ Add external power class to get link status
6667 - i40e: add 100Mb ethtool reporting
6668 - ixgbe: bulk free SKBs during TX completion cleanup cycle
6669 - igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()
6670 - igb: Unpair the queues when changing the number of queues
6671 - igb/igbvf: don't give up
6672 - igb: clean up code for setting MAC address
6673 - igb: Refactor VFTA configuration
6674 - igb: Allow asymmetric configuration of MTU versus Rx frame size
6675 - igb: Do not factor VLANs into RLPML calculation
6676 - igb: Always enable VLAN 0 even if 8021q is not loaded
6677 - igb: Merge VLVF configuration into igb_vfta_set
6678 - igb: Clean-up configuration of VF port VLANs
6679 - igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE
6680 - igb: Drop unnecessary checks in transmit path
6681 - igb: Enable use of "bridge fdb add" to set unicast table entries
6682 - igb: Add workaround for VLAN tag stripping on 82576
6683 - i40e: AQ Shared resource flags
6684 - i40e: AQ Add set_switch_config
6685 - i40e: AQ Add VXLAN-GPE tunnel type
6686 - i40e: AQ thermal sensor control struct
6687 - i40e: Bump AQ minor version to 1.5 for new FW features
6688 - i40e: Store lan_vsi_idx and lan_vsi_id in the right size
6689 - i40e: fix write-back-on-itr to work with legacy itr
6690 - i40e: add counter for arq overflows
6691 - i40e: add 20G speed for Tx bandwidth calculations
6692 - i40e: refactor DCB function
6693 - i40e: add a little more to an NVM update debug message
6694 - i40evf: enable bus master after reset
6695 - i40e: add netdev info to VSI dump
6696 - i40e: remove VF device IDs from PF
6697 - i40e: trivial: remove unnecessary local var
6698 - i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7
6699 - net: ixgbe: add minimal parser details for ixgbe
6700 - i40e: trivial: drop duplicate definition
6701 - i40e: trivial: fix missing space
6702 - i40e: fix bug in dma sync
6703 - i40e: do TSO only if CHECKSUM_PARTIAL is set
6704 - i40e: allocate memory safer
6705 - i40e: fix: do not sleep in netdev_ops
6706 - i40e: APIs to Add/remove port mirroring rules
6707 - i40e: negate PHY int mask bits
6708 - i40e: drop unused function
6709 - i40e: count allocation errors
6710 - i40e: avoid large memcpy by assigning struct
6711 - i40e/i40evf: bump version to 1.4.12/1.4.8
6712 - i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devices
6713 - i40e: add priv flag for automatic rule eviction
6714 - i40e: use eth_platform_get_mac_address()
6715 - i40e: move sync_vsi_filters up in service_task
6716 - i40e: Make the DCB firmware checks for X710/XL710 only
6717 - i40e: set shared bit for multicast filters
6718 - i40e: add VEB stat control and remove L2 cloud filter
6719 - i40e: use new add_veb calling with VEB stats control
6720 - i40e: Refactor force_wb and WB_ON_ITR functionality code
6721 - i40evf: Change vf driver string to reflect all products i40evf supports
6722 - i40e/i40evf: don't lose interrupts
6723 - i40e/i40evf: try again after failure
6724 - i40e: dump descriptor indexes in hex
6725 - i40e/i40evf: use __GFP_NOWARN
6726 - i40e/i40evf: use pages correctly in Rx
6727 - i40e/i40evf: use logical operators, not bitwise
6728 - i40e: properly show packet split status in debugfs
6729 - i40e/i40evf: Bump version
6730 - ixgbe: use u32 instead of __u32 in model header
6731 - ixgbe: fix dates on header of ixgbe_model.h
6732 - i40e: get rid of magic number
6733 - i40e: drop unused debugfs file "dump"
6734 - i40evf: support packet split receive
6735 - i40e: trivial: cleanup use of pf->hw
6736 - i40e: Add a SW workaround for lost interrupts
6737 - i40e: Fix PROMISC mode for Multi-function per port (MFP) devices
6738 - i40e: Removal of code which relies on BASE VEB SEID
6739 - i40e/i40evf: avoid atomics
6740 - i40e: Do not disable queues in the Legacy/MSI Interrupt handler
6741 - i40e: expand comment
6742 - i40e: better error reporting for nvmupdate
6743 - i40evf: set adapter state on reset failure
6744 - i40e: clean event descriptor before use
6745 - i40e: When in promisc mode apply promisc mode to Tx Traffic as well
6746 - i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.
6747 - i40e/i40evf: Drop outer checksum offload that was not requested
6748 - i40e/i40evf: Use u64 values instead of casting them in TSO function
6749 - i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
6750 - i40e/i40evf: Consolidate all header changes into TSO function
6751 - i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
6752 - i40e/i40evf: Add support for IPv4 encapsulated in IPv6
6753 - i40e/i40evf: Handle IPv6 extension headers in checksum offload
6754 - i40e/i40evf: Do not write to descriptor unless we complete
6755 - i40e/i40evf: Add exception handling for Tx checksum
6756 - i40e/i40evf: Clean-up Rx packet checksum handling
6757 - i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
6758 - i40e: Fix ATR in relation to tunnels
6759 - i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
6760 - i40e: Update feature flags to reflect newly enabled features
6761 - i40evf: Update feature flags to reflect newly enabled features
6762 - i40e: Add support for ATR w/ IPv6 extension headers
6763 - i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
6764 - i40e/i40evf: Rewrite logic for 8 descriptor per packet check
6765 - i40e/i40evf: Move Tx checksum closer to TSO
6766 - i40e: Add functions to blink led on 10GBaseT PHY
6767 - i40e: Fix led blink capability for 10GBaseT PHY
6768 - i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
6769 - i40e: Do not wait for Rx queue disable in DCB reconfig
6770 - i40e: Fix for unexpected messaging
6771 - i40e: Expose some registers to program parser, FD and RSS logic
6772 - i40e: add check for null VSI
6773 - i40e: add adminq commands for Rx CTL registers
6774 - i40e: implement and use Rx CTL helper functions
6775 - i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.
6776 - i40e: suspend scheduling during driver unload
6777 - i40e: let go of the past
6778 - i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15
6779
6780 * MPT3SAS Driver update for next kernel release (LP: #1512221)
6781 - mpt3sas: A correction in unmap_resources
6782 - mpt3sas: Added support for high port count HBA variants.
6783 - mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message.
6784 - mpt3sas: Fix static analyzer(coverity) tool identified defects
6785 - mpt3sas: Never block the Enclosure device
6786 - mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's
6787 - mpt3sas: Added smp_affinity_enable module parameter.
6788 - mpt3sas: Add support for configurable Chain Frame Size
6789 - mpt3sas: Updated MPI Header to 2.00.42
6790 - mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.
6791 - mpt3sas: Updating mpt3sas driver version to 12.100.00.00
6792 - mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_q
6793
6794 * /sys/class/scsi_host/hostN/partition_number and .../mad_version showing up BE on LE Ubuntu. (ibmvscsi) (LP: #1547153)
6795 - ibmvscsi: Add endian conversions to sysfs attribute show functions
6796
6797 * Miscellaneous Ubuntu changes
6798 - [Packaging] git-ubuntu-log -- output should be utf-8
6799 - [Packaging] git-ubuntu-log -- handle invalid or private bugs
6800
6801 -- Andy Whitcroft <apw@canonical.com> Wed, 24 Feb 2016 20:34:49 +0000
6802
6803linux (4.4.0-7.22) xenial; urgency=low
6804
6805 [ Tim Gardner ]
6806
6807 * Release Tracking Bug
6808 - LP: #1547205
6809
6810 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
6811 - [Config] Enabled ARM64_ACPI_PARKING_PROTOCOL
6812 - arm64: kernel: implement ACPI parking protocol
6813
6814 * Please pull cgroup namespaces (LP: #1546775)
6815 - SAUCE: (noup) kernfs: Add API to generate relative kernfs path
6816 - SAUCE: (noup) sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
6817 - SAUCE: (noup) cgroup: introduce cgroup namespaces
6818 - SAUCE: (noup) cgroup: cgroup namespace setns support
6819 - SAUCE: (noup) kernfs: define kernfs_node_dentry
6820 - SAUCE: (noup) cgroup: mount cgroupns-root when inside non-init cgroupns
6821 - SAUCE: (noup) Add FS_USERNS_FLAG to cgroup fs
6822 - SAUCE: (noup) cgroup: Add documentation for cgroup namespaces
6823
6824 * [Feature]Pulse-Width Modulation enabling on Broxton-P (LP: #1520436)
6825 - [Config] CONFIG_PWM_OMAP_DMTIMER=m
6826 - pwm: lpss: Remove ->free() callback
6827 - pwm: bcm2835: Calculate scaler in ->config()
6828 - pwm: bcm2835: Prevent division by zero
6829 - pwm: bcm2835: Fix email address specification
6830 - pwm: lpss: Update PWM setting for Broxton
6831 - pwm: lpss: Select core part automatically
6832 - pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
6833 - pwm: fsl-ftm: Fix clock enable/disable when using PM
6834 - pwm: lpc32xx: correct number of PWM channels from 2 to 1
6835 - pwm: lpc32xx: make device usable with common clock framework
6836 - pwm: lpc32xx: fix and simplify duty cycle and period calculations
6837 - pwm: lpc32xx: return ERANGE, if requested period is not supported
6838 - pwm: rcar: Improve accuracy of frequency division setting
6839 - pwm: Add PWM driver for OMAP using dual-mode timers
6840 - pwm: add HAS_IOMEM dependency to PWM_FSL_FTM
6841 - pwm: omap-dmtimer: Potential NULL dereference on error
6842 - pwm: Mark all devices as "might sleep"
6843
6844 * [Hyper-V] Netmask value is not parsed by hv_set_ifconfig - IP injection (LP: #1540586)
6845 - [Debian] hv: hv_set_ifconfig -- switch to approved indentation
6846 - [Debian] hv: hv_set_ifconfig -- fix numerous parameter handling issues
6847
6848 * Update megaraid driver to MR6.10 (LP: #1544679)
6849 - megaraid_sas: Do not allow PCI access during OCR
6850 - megaraid_sas: MFI IO timeout handling
6851 - megaraid_sas: Syncing request flags macro names with firmware
6852 - megaraid_sas: Task management support
6853 - megaraid_sas: Update device queue depth based on interface type
6854 - megaraid_sas: Fastpath region lock bypass
6855 - megaraid_sas: Reply Descriptor Post Queue (RDPQ) support
6856 - megaraid_sas: Code optimization build_and_issue_cmd return-type
6857 - megaraid_sas: Dual queue depth support
6858 - megaraid_sas: IO throttling support
6859 - megaraid_sas: Make adprecovery variable atomic
6860 - megaraid_sas: MFI adapter OCR changes
6861 - megaraid_sas: Introduce module parameter for SCSI command timeout
6862 - megaraid_sas: SPERC OCR changes
6863 - megaraid_sas: driver version upgrade
6864 - megaraid: fix null pointer check in megasas_detach_one().
6865 - megaraid_sas: Fix for IO failing post OCR in SRIOV environment
6866 - megaraid_sas: Fix SMAP issue
6867 - megaraid_sas: Add an i/o barrier
6868
6869 * Surelock-GA2:kernel panic @ cxl_configure_adapter+0x418/0x8b0 (LP: #1546145)
6870 - powerpc/powernv: Fix stale PE primary bus
6871
6872 * In A Single Power VM LPAR : Network Configuration Fails in Ubuntu16.04 while installation (LP: #1544321)
6873 - [Config] Update bnx2x d-i firmware to 7.12.30
6874
6875 * Miscellaneous Ubuntu changes
6876 - rebase to v4.4.2
6877
6878 * Miscellaneous upstream changes
6879 - openvswitch: allow management from inside user namespaces
6880 - net: thunderx: nicvf_queues: nivc_*_intr: remove duplication
6881 - net, thunderx: Remove unnecessary rcv buffer start address management
6882 - net: thunderx: HW TSO support for pass-2 hardware
6883 - net: thunderx: Enable CQE count threshold interrupt
6884 - net: cavium: liquidio: use helpers ns_to_timespec64()
6885 - irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
6886 - arm64: KVM: Configure TCR_EL2.PS at runtime
6887 - arm64: prefetch: don't provide spin_lock_prefetch with LSE
6888 - arm64: prefetch: add alternative pattern for CPUs without a prefetcher
6889 - arm64: lib: improve copy_page to deal with 128 bytes at a time
6890 - arm64: lib: patch in prfm for copy_page if requested
6891 - arm64: prefetch: add missing #include for spin_lock_prefetch
6892 - net, thunderx: Add TX timeout and RX buffer alloc failure stats.
6893 - net: thunderx: Use napi_schedule_irqoff()
6894 - net: thunderx: Assign affinity hints to vf's interrupts
6895 - net: thunderx: bgx: Use standard firmware node infrastructure.
6896 - net: thunderx: bgx: Add log message when setting mac address
6897 - net: thunderx: Alloc higher order pages when pagesize is small
6898 - net: cavium: liquidio: Return correct error code
6899 - net: cavium: liquidio: fix check for in progress flag
6900 - livepatch: add old_sympos as disambiguator field to klp_func
6901 - livepatch: add sympos as disambiguator field to klp_reloc
6902 - livepatch: function,sympos scheme in livepatch sysfs directory
6903 - module: Use the same logic for setting and unsetting RO/NX
6904 - gcov: use within_module() helper.
6905 - module: use a structure to encapsulate layout.
6906 - module: clean up RO/NX handling.
6907 - module: keep percpu symbols in module's symtab
6908 - livepatch: Cleanup module page permission changes
6909
6910 [ Upstream Kernel Changes ]
6911
6912 * rebase to v4.4.2
6913
6914 -- Tim Gardner <tim.gardner@canonical.com> Tue, 16 Feb 2016 14:24:45 -0700
6915
6916linux (4.4.0-6.21) xenial; urgency=low
6917
6918 [ Tim Gardner ]
6919
6920 * Release Tracking Bug
6921 - LP: #1546283
6922
6923 * Naples/Zen, NTB Driver (LP: #1542071)
6924 - [Config] CONFIG_NTB_AMD=m
6925 - NTB: Add support for AMD PCI-Express Non-Transparent Bridge
6926
6927 * [Hyper-V] kernel panic occurs when installing Ubuntu Server x32 (LP: #1495983)
6928 - SAUCE: storvsc: use small sg_tablesize on x86
6929
6930 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
6931 - [Config] CONFIG_ARMV8_DEPRECATED=y
6932
6933 * Surelock-GA2:kernel panic/ exception @ pcibios_set_pcie_reset_state+0x118/0x280 + cxl_reset+0x5c/0xc0 (LP: #1545037)
6934 - powerpc/eeh: Fix stale cached primary bus
6935
6936 * Miscellaneous Ubuntu changes
6937 - SAUCE: fs: Add user namesapace member to struct super_block
6938 - SAUCE: fs: Limit file caps to the user namespace of the super block
6939 - SAUCE: Smack: Add support for unprivileged mounts from user namespaces
6940 - SAUCE: block_dev: Support checking inode permissions in lookup_bdev()
6941 - SAUCE: block_dev: Check permissions towards block device inode when mounting
6942 - SAUCE: fs: Treat foreign mounts as nosuid
6943 - SAUCE: selinux: Add support for unprivileged mounts from user namespaces
6944 - SAUCE: userns: Replace in_userns with current_in_userns
6945 - SAUCE: Smack: Handle labels consistently in untrusted mounts
6946 - SAUCE: fs: Check for invalid i_uid in may_follow_link()
6947 - SAUCE: cred: Reject inodes with invalid ids in set_create_file_as()
6948 - SAUCE: fs: Refuse uid/gid changes which don't map into s_user_ns
6949 - SAUCE: fs: Update posix_acl support to handle user namespace mounts
6950 - SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
6951 - SAUCE: fs: Don't remove suid for CAP_FSETID in s_user_ns
6952 - SAUCE: fs: Allow superblock owner to access do_remount_sb()
6953 - SAUCE: capabilities: Allow privileged user in s_user_ns to set security.* xattrs
6954 - SAUCE: fuse: Add support for pid namespaces
6955 - SAUCE: fuse: Support fuse filesystems outside of init_user_ns
6956 - SAUCE: fuse: Restrict allow_other to the superblock's namespace or a descendant
6957 - SAUCE: fuse: Allow user namespace mounts
6958 - SAUCE: mtd: Check permissions towards mtd block device inode when mounting
6959 - SAUCE: fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
6960 - SAUCE: quota: Convert ids relative to s_user_ns
6961 - SAUCE: evm: Translate user/group ids relative to s_user_ns when computing HMAC
6962 - SAUCE: fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
6963 - SAUCE: quota: Treat superblock owner as privilged
6964 - SAUCE: ima/evm: Allow root in s_user_ns to set xattrs
6965 - SAUCE: block_dev: Forbid unprivileged mounting when device is opened for writing
6966 - SAUCE: ext4: Add support for unprivileged mounts from user namespaces
6967 - SAUCE: ext4: Add module parameter to enable user namespace mounts
6968 - SAUCE: fuse: Add module parameter to enable user namespace mounts
6969
6970 * Miscellaneous upstream changes
6971 - megaraid: Fix possible NULL pointer deference in mraid_mm_ioctl
6972 - libahci: Implement the capability to override the generic ahci interrupt handler.
6973 - ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.
6974 - ahci_xgene: Implement the workaround to fix the missing of the edge interrupt for the HOST_IRQ_STAT.
6975
6976 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Feb 2016 09:49:05 -0700
6977
6978linux (4.4.0-5.20) xenial; urgency=low
6979
6980 [ Tim Gardner ]
6981
6982 * Release Tracking Bug
6983 - LP: #1544637
6984
6985 * s390/cio: update measurement characteristics (LP: #1541534)
6986 - s390/cio: fix measurement characteristics memleak
6987 - s390/cio: ensure consistent measurement state
6988 - s390/cio: update measurement characteristics
6989
6990 * qeth: layer2 reports unknown state to network tools. (LP: #1541907)
6991 - qeth: initialize net_device with carrier off
6992
6993 * Collateral damage due to kernel configuration change enabling CONFIG_ZONE_DEVICE (Kernel 4.4 amd64) (LP: #1534647)
6994 - [Config] CONFIG_ZONE_DMA=y
6995 - mm: CONFIG_NR_ZONES_EXTENDED
6996
6997 * perf enahancements for ppc64 (LP: #1521678)
6998 - perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
6999 - perf kvm/{x86,s390}: Remove const from kvm_events_tp
7000 - perf kvm/powerpc: Port perf kvm stat to powerpc
7001 - perf kvm/powerpc: Add support for HCALL reasons
7002
7003 * Soft lockup with "block nbdX: Attempted send on closed socket" spam (LP: #1505564)
7004 - SAUCE: nbd: ratelimit error msgs after socket close
7005
7006 * sleep from invalid context in aa_move_mount (LP: #1539349)
7007 - SAUCE: apparmor: fix sleep from invalid context
7008
7009 * Introducing ConnectX-4 Ethernet SRIOV (LP: #1540435)
7010 - net/mlx5_core: Modify enable/disable hca functions
7011 - net/mlx5_core: Add base sriov support
7012 - net/mlx5: Add HW capabilities and structs for SR-IOV E-Switch
7013 - net/mlx5: Update access functions to Query/Modify vport MAC address
7014 - net/mlx5: Introduce access functions to modify/query vport mac lists
7015 - net/mlx5: Introduce access functions to modify/query vport state
7016 - net/mlx5: Introduce access functions to modify/query vport promisc mode
7017 - net/mlx5: Introduce access functions to modify/query vport vlans
7018 - net/mlx5e: Write UC/MC list and promisc mode into vport context
7019 - net/mlx5e: Write vlan list into vport context
7020 - net/mlx5: Introducing E-Switch and l2 table
7021 - net/mlx5: E-Switch, Introduce FDB hardware capabilities
7022 - net/mlx5: E-Switch, Add SR-IOV (FDB) support
7023 - net/mlx5: E-Switch, Introduce Vport administration functions
7024 - net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport context
7025 - net/mlx5: E-Switch, Introduce set vport vlan (VST mode)
7026 - net/mlx5: E-Switch, Introduce get vf statistics
7027 - net/mlx5e: Add support for SR-IOV ndos
7028 - net/mlx5: Fix query E-Switch capabilities
7029 - net/mlx5e: Assign random MAC address if needed
7030
7031 * make wacom_w8001 work well in xenial (LP: #1542771)
7032 - Input: wacom_w8001 - use __set_bit for evbits
7033 - Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg support
7034 - Input: wacom_w8001 - handle touch error case correctly
7035 - Input: wacom_w8001 - split pen and touch initialization up
7036 - Input: wacom_w8001 - split the touch and pen devices into two devices
7037 - Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE
7038
7039 * virtualbox: update to 5.0.14-dfsg-2 (LP: #1542728)
7040 - ubuntu: vbox -- update to 5.0.14-dfsg-2
7041
7042 * Miscellaneous Ubuntu changes
7043 - [Packaging] git-ubuntu-log -- fix empty section formatting
7044 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu2
7045
7046 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Feb 2016 22:32:10 +0000
7047
7048linux (4.4.0-4.19) xenial; urgency=low
7049
7050 * update ZFS and SPL to 0.6.5.4 (LP: #1542296)
7051 - [Config] update spl/zfs version
7052 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu1
7053 - [Config] reconstruct -- drop links for zfs userspace components
7054 - [Config] reconstruct -- drop links for zfs userspace components -- restore spec links
7055
7056 * recvmsg() fails SCM_CREDENTIALS request with EOPNOTSUPP. (LP: #1540731)
7057 - Revert "af_unix: Revert 'lock_interruptible' in stream receive code"
7058
7059 * lxc: ADT exercise test failing with linux-4.4.0-3.17 (LP: #1542049)
7060 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
7061
7062 * WARNING: at /build/linux-lts-wily-W0lTWH/linux-lts-wily-4.2.0/net/core/skbuff.c:4174 (Travis IB) (LP: #1541326)
7063 - SAUCE: IB/IPoIB: Do not set skb truesize since using one linearskb
7064
7065 * backport Microsoft Precision Touchpad palm rejection patch (LP: #1541671)
7066 - HID: multitouch: enable palm rejection if device implements confidence usage
7067
7068 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
7069 - qla2xxx: Remove unavailable firmware files
7070 - qla2xxx: Enable Extended Logins support
7071 - qla2xxx: Enable Exchange offload support.
7072 - qla2xxx: Enable Target counters in DebugFS.
7073 - qla2xxx: Add FW resource count in DebugFS.
7074 - qla2xxx: Added interface to send explicit LOGO.
7075 - qla2xxx: Delete session if initiator is gone from FW
7076 - qla2xxx: Wait for all conflicts before ack'ing PLOGI
7077 - qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit.
7078 - qla2xxx: Remove dependency on hardware_lock to reduce lock contention.
7079 - qla2xxx: Add irq affinity notification
7080 - qla2xxx: Add selective command queuing
7081 - qla2xxx: Move atioq to a different lock to reduce lock contention
7082 - qla2xxx: Disable ZIO at start time.
7083 - qla2xxx: Set all queues to 4k
7084 - qla2xxx: Check for online flag instead of active reset when transmitting responses
7085 - scsi: qla2xxxx: avoid type mismatch in comparison
7086
7087 * [Hyper-V] PCI Passthrough (LP: #1541120)
7088 - x86/irq: Export functions to allow MSI domains in modules
7089 - genirq/msi: Export functions to allow MSI domains in modules
7090
7091 * Update lpfc driver to 11.0.0.10 (LP: #1541592)
7092 - lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.
7093 - lpfc: Fix the FLOGI discovery logic to comply with T11 standards
7094 - lpfc: Fix RegLogin failed error seen on Lancer FC during port bounce
7095 - lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16
7096 - lpfc: Fix crash in fcp command completion path.
7097 - lpfc: Modularize and cleanup FDMI code in driver
7098 - lpfc: Fix RDP Speed reporting.
7099 - lpfc: Fix RDP ACC being too long.
7100 - lpfc: Make write check error processing more resilient
7101 - lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.
7102 - lpfc: Fix mbox reuse in PLOGI completion
7103 - lpfc: Fix external loopback failure.
7104 - lpfc: Add logging for misconfigured optics.
7105 - lpfc: Delete unnecessary checks before the function call "mempool_destroy"
7106 - lpfc: Use kzalloc instead of kmalloc
7107 - lpfc: Update version to 11.0.0.10 for upstream patch set
7108
7109 * Miscellaneous Ubuntu changes
7110 - [Config] CONFIG_ARM64_VA_BITS=48
7111 - [Config] Fixed Vcs-Git
7112
7113 * Miscellaneous upstream changes
7114 - cxl: Fix possible idr warning when contexts are released
7115 - cxl: use correct operator when writing pcie config space values
7116 - cxlflash: drop unlikely before IS_ERR_OR_NULL
7117 - cxl: Fix DSI misses when the context owning task exits
7118 - cxlflash: Removed driver date print
7119 - cxlflash: Fix to resolve cmd leak after host reset
7120 - cxlflash: Resolve oops in wait_port_offline
7121 - cxlflash: Enable device id for future IBM CXL adapter
7122 - cxl: fix build for GCC 4.6.x
7123 - cxl: use -Werror only with CONFIG_PPC_WERROR
7124 - cxl: Enable PCI device ID for future IBM CXL adapter
7125
7126 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2016 14:58:51 +0000
7127
7128linux (4.4.0-3.17) xenial; urgency=low
7129
7130 [ Tim Gardner ]
7131
7132 * Release Tracking Bug
7133 - LP: #1541058
7134 * [Config] CONFIG_BLK_DEV_NVME_SCSI=y
7135 - LP: #1531539
7136 * SAUCE: nvme merge cleanup
7137 - LP: #1531539
7138 * rebase to v4.4.1
7139
7140 [ Andy Whitcroft ]
7141
7142 * Revert "SAUCE: dm: introduce a target_ioctl op to allow target specific
7143 ioctls"
7144 - LP: #1538618
7145 * postinst -- detect symlinks correctly
7146 - LP: #1536810
7147
7148 [ John Johansen ]
7149
7150 * SAUCE: apparmor: fix sleep from invalid context
7151 - LP: #1539349
7152
7153 [ Upstream Kernel Changes ]
7154
7155 * powerpc/eeh: Fix PE location code
7156 - LP: #1538909
7157 * powerpc/pseries: Limit EPOW reset event warnings
7158 - LP: #1539102
7159 * lightnvm: fix bio submission issue
7160 - LP: #1531539
7161 * lightnvm: fix incorrect nr_free_blocks stat
7162 - LP: #1531539
7163 * lightnvm: add check after mempool allocation
7164 - LP: #1531539
7165 * lightnvm: unlock rq and free ppa_list on submission fail
7166 - LP: #1531539
7167 * lightnvm: move ppa erase logic to core
7168 - LP: #1531539
7169 * lightnvm: refactor rqd ppa list into set/free
7170 - LP: #1531539
7171 * lightnvm: refactor end_io functions for sync
7172 - LP: #1531539
7173 * lightnvm: return the get_bb_tbl return value
7174 - LP: #1531539
7175 * lightnvm: check bi_error in gc
7176 - LP: #1531539
7177 * lightnvm: put block back to gc list on its reclaim fail
7178 - LP: #1531539
7179 * lightnvm: fix locking and mempool in rrpc_lun_gc
7180 - LP: #1531539
7181 * lightnvm: sectors first in ppa list
7182 - LP: #1531539
7183 * lightnvm: move the pages per block check out of the loop
7184 - LP: #1531539
7185 * lightnvm: support multiple ppas in nvm_erase_ppa
7186 - LP: #1531539
7187 * lightnvm: move rq->error to nvm_rq->error
7188 - LP: #1531539
7189 * lightnvm: introduce nvm_submit_ppa
7190 - LP: #1531539
7191 * lightnvm: reference rrpc lun in rrpc block
7192 - LP: #1531539
7193 * lightnvm: fix missing grown bad block type
7194 - LP: #1531539
7195 * lightnvm: manage open and closed blocks separately
7196 - LP: #1531539
7197 * lightnvm: add mccap support
7198 - LP: #1531539
7199 * lightnvm: introduce mlc lower page table mappings
7200 - LP: #1531539
7201 * lightnvm: core on-disk initialization
7202 - LP: #1531539
7203 * lightnvm: introduce ioctl to initialize device
7204 - LP: #1531539
7205 * lightnvm: use system block for mm initialization
7206 - LP: #1531539
7207 * lightnvm: introduce factory reset
7208 - LP: #1531539
7209 * lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM
7210 - LP: #1531539
7211 * blk-mq: add a flags parameter to blk_mq_alloc_request
7212 - LP: #1531539
7213 * nvme: move struct nvme_iod to pci.c
7214 - LP: #1531539
7215 * nvme: split command submission helpers out of pci.c
7216 - LP: #1531539
7217 * nvme: use offset instead of a struct for registers
7218 - LP: #1531539
7219 * nvme: split nvme_trans_device_id_page
7220 - LP: #1531539
7221 * nvme: use vendor it from identify
7222 - LP: #1531539
7223 * nvme: split a new struct nvme_ctrl out of struct nvme_dev
7224 - LP: #1531539
7225 * nvme: simplify nvme_setup_prps calling convention
7226 - LP: #1531539
7227 * nvme: refactor nvme_queue_rq
7228 - LP: #1531539
7229 * nvme: factor out a nvme_unmap_data helper
7230 - LP: #1531539
7231 * nvme: move nvme_error_status to common code
7232 - LP: #1531539
7233 * nvme: move nvme_setup_flush and nvme_setup_rw to common code
7234 - LP: #1531539
7235 * nvme: split __nvme_submit_sync_cmd
7236 - LP: #1531539
7237 * nvme: use the block layer for userspace passthrough metadata
7238 - LP: #1531539
7239 * nvme: move block_device_operations and ns/ctrl freeing to common code
7240 - LP: #1531539
7241 * nvme: add explicit quirk handling
7242 - LP: #1531539
7243 * nvme: move remaining CC setup into nvme_enable_ctrl
7244 - LP: #1531539
7245 * nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
7246 - LP: #1531539
7247 * nvme: add a common helper to read Identify Controller data
7248 - LP: #1531539
7249 * nvme: move the call to nvme_init_identify earlier
7250 - LP: #1531539
7251 * nvme: move namespace scanning to common code
7252 - LP: #1531539
7253 * nvme: move chardev and sysfs interface to common code
7254 - LP: #1531539
7255 * nvme: refactor set_queue_count
7256 - LP: #1531539
7257 * blk-integrity: empty implementation when disabled
7258 - LP: #1531539
7259 * NVMe: fix build with CONFIG_NVM enabled
7260 - LP: #1531539
7261 * nvme: fix another 32-bit build warning
7262 - LP: #1531539
7263 * nvme: precedence bug in nvme_pr_clear()
7264 - LP: #1531539
7265 * nvme: only ignore hardware errors in nvme_create_io_queues
7266 - LP: #1531539
7267 * nvme: only add a controller to dev_list after it's been fully
7268 initialized
7269 - LP: #1531539
7270 * nvme: protect against simultaneous shutdown invocations
7271 - LP: #1531539
7272 * nvme: don't take the I/O queue q_lock in nvme_timeout
7273 - LP: #1531539
7274 * nvme: merge nvme_abort_req and nvme_timeout
7275 - LP: #1531539
7276 * nvme: add NVME_SC_CANCELLED
7277 - LP: #1531539
7278 * nvme: simplify resets
7279 - LP: #1531539
7280 * nvme: do not restart the request timeout if we're resetting the
7281 controller
7282 - LP: #1531539
7283 * nvme: merge probe_work and reset_work
7284 - LP: #1531539
7285 * nvme: remove dead controllers from a work item
7286 - LP: #1531539
7287 * nvme: switch abort_limit to an atomic_t
7288 - LP: #1531539
7289 * NVMe: Implement namespace list scanning
7290 - LP: #1531539
7291 * NVMe: Use unbounded work queue for all work
7292 - LP: #1531539
7293 * NVMe: Remove device management handles on remove
7294 - LP: #1531539
7295 * NVMe: Simplify metadata setup
7296 - LP: #1531539
7297 * nvme: fix admin queue depth
7298 - LP: #1531539
7299 * nvme: factor out a few helpers from req_completion
7300 - LP: #1531539
7301 * nvme: switch delete SQ/CQ to blk_execute_rq_nowait
7302 - LP: #1531539
7303 * nvme: switch abort to blk_execute_rq_nowait
7304 - LP: #1531539
7305 * nvme: special case AEN requests
7306 - LP: #1531539
7307 * nvme: simplify completion handling
7308 - LP: #1531539
7309 * nvme: properly free resources for cancelled command
7310 - LP: #1531539
7311 * nvme: meta_sg doesn't have to be an array
7312 - LP: #1531539
7313 * nvme: merge iod and cmd_info
7314 - LP: #1531539
7315 * NVMe: Add pci error handlers
7316 - LP: #1531539
7317 * NVMe: Export namespace attributes to sysfs
7318 - LP: #1531539
7319 * nvme: Move nvme_freeze/unfreeze_queues to nvme core
7320 - LP: #1531539
7321 * nvme: synchronize access to ctrl->namespaces
7322 - LP: #1531539
7323 * nvme: fixes for NVME_IOCTL_IO_CMD on the char device
7324 - LP: #1531539
7325 * nvme: make SG_IO support optional
7326 - LP: #1531539
7327 * NVMe: Fix admin queue ring wrap
7328 - LP: #1531539
7329 * NVMe: Use a retryable error code on reset
7330 - LP: #1531539
7331 * NVMe: Remove queue freezing on resets
7332 - LP: #1531539
7333 * NVMe: IO queue deletion re-write
7334 - LP: #1531539
7335 * NVMe: Shutdown controller only for power-off
7336 - LP: #1531539
7337 * NVMe: Export NVMe attributes to sysfs group
7338 - LP: #1531539
7339 * i40e: fix build warnings
7340 * net: i40e: shut up uninitialized variable warnings
7341 * Drivers: hv: vmbus: fix build warning
7342 * Drivers: hv: util: Increase the timeout for util services
7343 * Drivers: hv: utils: run polling callback always in interrupt context
7344 * tools: hv: report ENOSPC errors in hv_fcopy_daemon
7345 * tools: hv: remove repeated HV_FCOPY string
7346 * Drivers: hv: util: catch allocation errors
7347 * Drivers: hv: utils: use memdup_user in hvt_op_write
7348 * drivers/hv: cleanup synic msrs if vmbus connect failed
7349 * drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc
7350 num
7351 * drivers:hv: Export the API to invoke a hypercall on Hyper-V
7352 * drivers:hv: Define the channel type for Hyper-V PCI Express
7353 pass-through
7354 * Drivers: hv: vss: run only on supported host versions
7355 * Drivers: hv: vmbus: Use uuid_le type consistently
7356 * Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs
7357 * Drivers: hv: vmbus: Get rid of the unused macro
7358 * Drivers: hv: vmbus: Get rid of the unused irq variable
7359 * Drivers: hv: vmbus: serialize process_chn_event() and
7360 vmbus_close_internal()
7361 * Drivers: hv: vmbus: do sanity check of channel state in
7362 vmbus_close_internal()
7363 * Drivers: hv: vmbus: fix rescind-offer handling for device without a
7364 driver
7365 * Drivers: hv: vmbus: release relid on error in vmbus_process_offer()
7366 * Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
7367 * drivers:hv: Allow for MMIO claims that span ACPI _CRS records
7368 * Drivers: hv: vmbus: Fix a Host signaling bug
7369 * drivers/hv: correct tsc page sequence invalid value
7370 * Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
7371 * Drivers: hv: utils: Invoke the poll function after handshake
7372 * tools: hv: vss: fix the write()'s argument: error -> vss_msg
7373 * Drivers: hv: utils: fix memory leak on on_msg() failure
7374 * Drivers: hv: utils: rename outmsg_lock
7375 * Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY mode
7376 * Drivers: hv: utils: fix crash when device is removed from host side
7377 * Drivers: hv: ring_buffer.c: fix comment style
7378 * Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends()
7379 * Drivers: hv: ring_buffer: remove code duplication from
7380 hv_ringbuffer_peek/read()
7381 * Drivers: hv: remove code duplication between
7382 vmbus_recvpacket()/vmbus_recvpacket_raw()
7383 * Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()
7384 * drivers/hv: replace enum hv_message_type by u32
7385 * drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
7386 * drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
7387 * drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86
7388 header
7389 * Drivers: hv: vmbus: fix the building warning with hyperv-keyboard
7390 * Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy
7391 * Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical
7392
7393 [ Upstream Kernel Changes ]
7394
7395 * rebase to v4.4.1
7396 - LP: #1533461
7397 - LP: #1529624
7398
7399 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Jan 2016 08:06:37 -0700
7400
7401linux (4.4.0-2.16) xenial; urgency=low
7402
7403 [ Andy Whitcroft ]
7404
7405 * Release Tracking Bug
7406 - LP: #1539090
7407 * SAUCE: hv: hv_set_ifconfig -- convert to python3
7408 - LP: #1506521
7409 * SAUCE: dm: introduce a target_ioctl op to allow target specific ioctls
7410 - LP: #1538618
7411
7412 [ Colin Ian King ]
7413
7414 * SAUCE: ACPI / tables: Add acpi_force_32bit_fadt_addr option to force 32
7415 bit FADT addresses (LP: #1529381)
7416 - LP: #1529381
7417
7418 [ John Johansen ]
7419
7420 * SAUCE: (no-up): apparmor: fix for failed mediation of socket that is
7421 being shutdown
7422 - LP: #1446906
7423
7424 [ Mahesh Salgaonkar ]
7425
7426 * SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
7427 - LP: #1537881
7428 * SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI
7429 interrupt.
7430 - LP: #1537881
7431 * SAUCE: KVM: PPC: Book3S HV: Fix soft lockups in KVM on HMI for time
7432 base errors
7433 - LP: #1537881
7434
7435 [ Paolo Pisati ]
7436
7437 * SAUCE: arm64: errata: Add -mpc-relative-literal-loads to erratum
7438 #843419 build flags
7439 - LP: #1533009
7440 * [Config] MFD_TPS65217=y && REGULATOR_TPS65217=y
7441 * [Config] disable ARCH_ZX (ZTE ZX Soc)
7442
7443 [ Tim Gardner ]
7444
7445 * Revert "SAUCE: (noup) cxlflash: a couple off by one bugs"
7446 * SAUCE: (no-up) Update bnx2x firmware to 7.12.30.0
7447 - LP: #1536719
7448 * SAUCE: drop obsolete bnx2x firmware
7449 * SAUCE: i40e: Silence 'may be used uninitialized' warnings
7450 - LP: #1536474
7451 * [Config] CONFIG_ZONE_DMA=y for amd64 lowlatency
7452 - LP: #1534647
7453 * [Config] Add pvpanic to virtual flavour
7454 - LP: #1537923
7455 * [Config] CONFIG_INTEL_PUNIT_IPC=m, CONFIG_INTEL_TELEMETRY=m
7456 - LP: #1520457
7457
7458 [ Upstream Kernel Changes ]
7459
7460 * i40evf: fix compiler warning of unused variable
7461 - LP: #1536474
7462 * intel: i40e: fix confused code
7463 - LP: #1536474
7464 * i40e/i40evf: remove unused tunnel parameter
7465 - LP: #1536474
7466 * i40e: Change BUG_ON to WARN_ON in service event complete
7467 - LP: #1536474
7468 * i40e: remove BUG_ON from feature string building
7469 - LP: #1536474
7470 * i40e: remove BUG_ON from FCoE setup
7471 - LP: #1536474
7472 * i40e: Workaround fix for mss < 256 issue
7473 - LP: #1536474
7474 * i40e/i40evf: Add a stat to track how many times we have to do a force
7475 WB
7476 - LP: #1536474
7477 * i40e: Move the saving of old link info from handle_link_event to
7478 link_event
7479 - LP: #1536474
7480 * i40e/i40evf: Add comment to #endif
7481 - LP: #1536474
7482 * i40e/i40evf: clean up error messages
7483 - LP: #1536474
7484 * i40evf: handle many MAC filters correctly
7485 - LP: #1536474
7486 * i40e: return the number of enabled queues for ETHTOOL_GRXRINGS
7487 - LP: #1536474
7488 * i40e: rework the functions to configure RSS with similar parameters
7489 - LP: #1536474
7490 * i40e: create a generic configure rss function
7491 - LP: #1536474
7492 * i40e: Bump version to 1.4.2
7493 - LP: #1536474
7494 * i40e: add new fields to store user configuration
7495 - LP: #1536474
7496 * i40e: rename rss_size to alloc_rss_size in i40e_pf
7497 - LP: #1536474
7498 * i40e/i40evf: Fix RS bit update in Tx path and disable force WB
7499 workaround
7500 - LP: #1536474
7501 * i40e/i40evf: prefetch skb data on transmit
7502 - LP: #1536474
7503 * i40evf: rename VF adapter specific RSS function
7504 - LP: #1536474
7505 * i40evf: create a generic config RSS function
7506 - LP: #1536474
7507 * i40evf: create a generic get RSS function
7508 - LP: #1536474
7509 * i40evf: add new fields to store user configuration of RSS
7510 - LP: #1536474
7511 * i40e: Update error messaging
7512 - LP: #1536474
7513 * i40e: fix confusing message
7514 - LP: #1536474
7515 * i40e: make error message more useful
7516 - LP: #1536474
7517 * i40evf: quoth the VF driver, Nevermore
7518 - LP: #1536474
7519 * i40evf: allocate queue vectors dynamically
7520 - LP: #1536474
7521 * i40evf: allocate ring structs dynamically
7522 - LP: #1536474
7523 * i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1
7524 - LP: #1536474
7525 * i40e: fix: do not sleep in netdev_ops
7526 - LP: #1536474
7527 * i40e: remove unused argument
7528 - LP: #1536474
7529 * i40evf: increase max number of queues
7530 - LP: #1536474
7531 * i40evf: set real num queues
7532 - LP: #1536474
7533 * i40evf: remove duplicate string
7534 - LP: #1536474
7535 * i40e: Detection and recovery of TX queue hung logic moved to
7536 service_task from tx_timeout
7537 - LP: #1536474
7538 * i40e: Fix memory leaks, sideband filter programming
7539 - LP: #1536474
7540 * i40evf: don't use atomic allocation
7541 - LP: #1536474
7542 * i40e: propagate properly
7543 - LP: #1536474
7544 * i40evf: use correct types
7545 - LP: #1536474
7546 * i40e: use priv flags to control packet split
7547 - LP: #1536474
7548 * i40e: Remove separate functions gathering XOFF Rx stats
7549 - LP: #1536474
7550 * i40e: fix whitespace
7551 - LP: #1536474
7552 * i40e/i40evf: use logical operator
7553 - LP: #1536474
7554 * i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evf
7555 - LP: #1536474
7556 * i40e: trivial fixes
7557 - LP: #1536474
7558 * i40e: Fix i40e_print_features() VEB mode output
7559 - LP: #1536474
7560 * i40e: chomp the BIT(_ULL)
7561 - LP: #1536474
7562 * i40e: properly delete VF MAC filters
7563 - LP: #1536474
7564 * i40e: don't add zero MAC filter
7565 - LP: #1536474
7566 * i40evf: check rings before freeing resources
7567 - LP: #1536474
7568 * i40e: use explicit cast from u16 to u8
7569 - LP: #1536474
7570 * i40e: Opcode and structures required by OEM Post Update AQ command and
7571 add new NVM arq message
7572 - LP: #1536474
7573 * i40e: hush little warnings
7574 - LP: #1536474
7575 * i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722
7576 - LP: #1536474
7577 * i40e: clean whole mac filter list
7578 - LP: #1536474
7579 * i40evf: change version string generation
7580 - LP: #1536474
7581 * i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4
7582 - LP: #1536474
7583 * geneve: UDP checksum configuration via netlink
7584 - LP: #1536474
7585 * geneve: Add geneve udp port offload for ethernet devices
7586 - LP: #1536474
7587 * i40e: geneve tunnel offload support
7588 - LP: #1536474
7589 * geneve: Add geneve_get_rx_port support
7590 - LP: #1536474
7591 * i40e: Call geneve_get_rx_port to get the existing Geneve ports
7592 - LP: #1536474
7593 * i40e: change log messages and error returns
7594 - LP: #1536474
7595 * i40e: allow zero MAC address for VFs
7596 - LP: #1536474
7597 * i40e: Look up MAC address in Open Firmware or IDPROM
7598 - LP: #1536474
7599 * i40e: Fix Rx hash reported to the stack by our driver
7600 - LP: #1536474
7601 * i40e: remove forever unused ID
7602 - LP: #1536474
7603 * igb: add 88E1543 initialization code
7604 * igb: don't unmap NULL hw_addr
7605 * igb: use the correct i210 register for EEMNGCTL
7606 * igb: fix NULL derefs due to skipped SR-IOV enabling
7607 * igb: improve handling of disconnected adapters
7608 * igb: Remove GS40G specific defines/functions
7609 * igb: Don't add PHY address to PCDL address
7610 * igb: Improve cable length function for I210, etc.
7611 * igb: Explicitly label self-test result indices
7612 * ixgbe: drop null test before destroy functions
7613 - LP: #1536473
7614 * ixgbe: Delete redundant include file
7615 - LP: #1536473
7616 * ixgbe: fix multiple kernel-doc errors
7617 - LP: #1536473
7618 * ixgbe: Fix handling of NAPI budget when multiple queues are enabled per
7619 vector
7620 - LP: #1536473
7621 * ixgbe: Add KR mode support for CS4227 chip
7622 - LP: #1536473
7623 * ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation
7624 to 12K
7625 - LP: #1536473
7626 * ixgbe/ixgbevf: use napi_schedule_irqoff()
7627 - LP: #1536473
7628 * ixgbe: Remove CS4227 diagnostic code
7629 - LP: #1536473
7630 * ixgbevf: use ether_addr_copy instead of memcpy
7631 - LP: #1536473
7632 * ixgbevf: fix spoofed packets with random MAC
7633 - LP: #1536473
7634 * ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
7635 - LP: #1536473
7636 * ixgbe: Add support for newer thermal alarm
7637 - LP: #1536473
7638 * ixgbe: Use private workqueue to avoid certain possible hangs
7639 - LP: #1536473
7640 * ixgbevf: Use a private workqueue to avoid certain possible hangs
7641 - LP: #1536473
7642 * ixgbevf: Minor cleanups
7643 - LP: #1536473
7644 * ixgbe: Refactor MAC address configuration code
7645 - LP: #1536473
7646 * ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses
7647 - LP: #1536473
7648 * ixgbe: Allow FDB entries access to more RAR filters
7649 - LP: #1536473
7650 * ixgbe: Update PTP to support X550EM_x devices
7651 - LP: #1536473
7652 * ixgbe: Correct spec violations by waiting after reset
7653 - LP: #1536473
7654 * ixgbe: Wait for master disable to be set
7655 - LP: #1536473
7656 * ixgbe: Save VF info and take references
7657 - LP: #1536473
7658 * ixgbe: Handle extended IPv6 headers in Tx path
7659 - LP: #1536473
7660 * ixgbe: Always turn PHY power on when requested
7661 - LP: #1536473
7662 * ixgbevf: Handle extended IPv6 headers in Tx path
7663 - LP: #1536473
7664 * ixgbe: Return error on failure to allocate mac_table
7665 - LP: #1536473
7666 * ixgbe: Fix SR-IOV VLAN pool configuration
7667 - LP: #1536473
7668 * ixgbe: Simplify definitions for regidx and bit in set_vfta
7669 - LP: #1536473
7670 * ixgbe: Reduce VT code indent in set_vfta by introducing jump label
7671 - LP: #1536473
7672 * ixgbe: Simplify configuration of setting VLVF and VLVFB
7673 - LP: #1536473
7674 * ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF
7675 - LP: #1536473
7676 * ixgbe: Reorder search to work from the top down instead of bottom up
7677 - LP: #1536473
7678 * ixgbe: Add support for VLAN promiscuous with SR-IOV
7679 - LP: #1536473
7680 * ixgbe: Fix VLAN promisc in relation to SR-IOV
7681 - LP: #1536473
7682 * ixgbe: Clear stale pool mappings
7683 - LP: #1536473
7684 * ixgbe: Clean stale VLANs when changing port VLAN or resetting
7685 - LP: #1536473
7686 * ixgbe: do not report 2.5 Gbps as supported
7687 - LP: #1536473
7688 * ixgbevf: Fix handling of NAPI budget when multiple queues are enabled
7689 per vector
7690 - LP: #1536473
7691 * ixgbevf: minor cleanups for ixgbevf_set_itr()
7692 - LP: #1536473
7693 * ixgbe: add support for QSFP PHY types in ixgbe_get_settings()
7694 - LP: #1536473
7695 * ixgbe: report correct media type for KR, KX and KX4 interfaces
7696 - LP: #1536473
7697 * ixgbe: Clean up redundancy in hw_enc_features
7698 - LP: #1536473
7699 * ixgbe: fix RSS limit for X550
7700 - LP: #1536473
7701 * ixgbe: Correct X550EM_x revision check
7702 - LP: #1536473
7703 * ixgbe: Fix bugs in ixgbe_clear_vf_vlans()
7704 - LP: #1536473
7705 * ixgbe: Fill at least min credits to a TC credit refills
7706 - LP: #1536473
7707 * ixgbe: use correct FCoE DDP max check
7708 - LP: #1536473
7709 * ixgbe: fix broken PFC with X550
7710 - LP: #1536473
7711 * ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
7712 - LP: #1536473
7713 * ixgbe: Correct handling of any outer UDP checksum setting
7714 - LP: #1536473
7715 * ixgbe: Fix to get FDMI HBA attributes information with X550
7716 - LP: #1536473
7717 * ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled
7718 - LP: #1536473
7719 * ixgbe: Make ATR recognize IPv6 extended headers
7720 - LP: #1536473
7721 * e1000: make eeprom read/write scheduler friendly
7722 * e1000: fix data race between tx_ring->next_to_clean
7723 * e1000: Remove checkpatch coding style errors
7724 * e1000: clean up the checking logic
7725 * e1000: fix a typo in the comment
7726 * e1000e: clean up the local variable
7727 * e1000: fix kernel-doc argument being missing
7728 * e1000: get rid of duplicate exit path
7729 * e1000: Elementary checkpatch warnings and checks removed
7730 * e1000e: fix division by zero on jumbo MTUs
7731 * e1000e: Increase timeout of polling bit RSPCIPHY
7732 * e1000e: initial support for i219-LM (3)
7733 * e1000e: Switch e1000e_up to void, drop code checking for error result
7734 * e1000e: Remove unreachable code
7735 * e1000e: Do not read ICR in Other interrupt
7736 * e1000e: Do not write lsc to ics in msi-x mode
7737 * e1000e: Fix msi-x interrupt automask
7738 * acpi: pci: Setup MSI domain for ACPI based pci devices
7739 * irqdomain: Introduce is_fwnode_irqchip helper
7740 * irqchip/gic-v2m: Refactor to prepare for ACPI support
7741 * irqchip/gic-v2m: acpi: Introducing GICv2m ACPI support
7742 * clk: xgene: Fix divider with non-zero shift value
7743 * i2c: designware: Do not require clock when SSCN and FFCN are provided
7744 * fm10k: do not assume VF always has 1 queue
7745 - LP: #1536475
7746 * fm10k: Correct MTU for jumbo frames
7747 - LP: #1536475
7748 * fm10k: Fix handling of NAPI budget when multiple queues are enabled per
7749 vector
7750 - LP: #1536475
7751 * fm10k: use napi_schedule_irqoff()
7752 - LP: #1536475
7753 * fm10k: set netdev features in one location
7754 - LP: #1536475
7755 * fm10k: reset max_queues on init_hw_vf failure
7756 - LP: #1536475
7757 * fm10k: always check init_hw for errors
7758 - LP: #1536475
7759 * fm10k: reinitialize queuing scheme after calling init_hw
7760 - LP: #1536475
7761 * fm10k: Correct typecast in fm10k_update_xc_addr_pf
7762 - LP: #1536475
7763 * fm10k: explicitly typecast vlan values to u16
7764 - LP: #1536475
7765 * fm10k: add statistics for actual DWORD count of mbmem mailbox
7766 - LP: #1536475
7767 * fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
7768 - LP: #1536475
7769 * fm10k: Add support for ITR scaling based on PCIe link speed
7770 - LP: #1536475
7771 * fm10k: introduce ITR_IS_ADAPTIVE macro
7772 - LP: #1536475
7773 * fm10k: Update adaptive ITR algorithm
7774 - LP: #1536475
7775 * fm10k: use macro for default Tx and Rx ITR values
7776 - LP: #1536475
7777 * fm10k: change default Tx ITR to 25usec
7778 - LP: #1536475
7779 * fm10k: TRIVIAL fix typo of hardware
7780 - LP: #1536475
7781 * fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame
7782 - LP: #1536475
7783 * fm10k: use ether_addr_copy to copy MAC address
7784 - LP: #1536475
7785 * fm10k: do not use CamelCase
7786 - LP: #1536475
7787 * fm10k: remove unnecessary else block from if statements with return
7788 - LP: #1536475
7789 * fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
7790 - LP: #1536475
7791 * fm10k: consistently refer to VLANs and VLAN IDs
7792 - LP: #1536475
7793 * fm10k: bump driver version
7794 - LP: #1536475
7795 * fm10k: conditionally compile DCB and DebugFS support
7796 - LP: #1536475
7797 * fm10k: Cleanup MSI-X interrupts in case of failure
7798 - LP: #1536475
7799 * fm10k: Cleanup exception handling for mailbox interrupt
7800 - LP: #1536475
7801 * fm10k: do not inline fm10k_iov_select_vid()
7802 - LP: #1536475
7803 * fm10k: whitespace cleanups
7804 - LP: #1536475
7805 * fm10k: use BIT() macro instead of open-coded bit-shifting
7806 - LP: #1536475
7807 * fm10k: cleanup namespace pollution
7808 - LP: #1536475
7809 * fm10k: cleanup overly long lines
7810 - LP: #1536475
7811 * fm10k: initialize xps at driver load
7812 - LP: #1536475
7813 * fm10k: don't initialize fm10k_workqueue at global level
7814 - LP: #1536475
7815 * fm10k: correctly pack TLV structures and explain reasoning
7816 - LP: #1536475
7817 * fm10k: Cleanup exception handling for changing queues
7818 - LP: #1536475
7819 * fm10k: use ether_addr_equal instead of memcmp
7820 - LP: #1536475
7821 * fm10k: address operator not needed when declaring function pointers
7822 - LP: #1536475
7823 * fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures
7824 - LP: #1536475
7825 * fm10k: remove unused struct element
7826 - LP: #1536475
7827 * fm10k: use true/false for boolean get_host_state
7828 - LP: #1536475
7829 * fm10k: cleanup mailbox code comments etc
7830 - LP: #1536475
7831 * fm10k: IS_ENABLED() is not appropriate for boolean kconfig option
7832 - LP: #1536475
7833 * device property: always check for fwnode type
7834 - LP: #1533035
7835 * device property: rename helper functions
7836 - LP: #1533035
7837 * device property: refactor built-in properties support
7838 - LP: #1533035
7839 * device property: keep single value inplace
7840 - LP: #1533035
7841 * device property: helper macros for property entry creation
7842 - LP: #1533035
7843 * device property: improve readability of macros
7844 - LP: #1533035
7845 * device property: return -EINVAL when property isn't found in ACPI
7846 - LP: #1533035
7847 * device property: Fallback to secondary fwnode if primary misses the
7848 property
7849 - LP: #1533035
7850 * device property: Take a copy of the property set
7851 - LP: #1533035
7852 * driver core: platform: Add support for built-in device properties
7853 - LP: #1533035
7854 * driver core: Do not overwrite secondary fwnode with NULL if it is set
7855 - LP: #1533035
7856 * mfd: core: propagate device properties to sub devices drivers
7857 - LP: #1533035
7858 * mfd: intel-lpss: Add support for passing device properties
7859 - LP: #1533035
7860 * mfd: intel-lpss: Pass SDA hold time to I2C host controller driver
7861 - LP: #1533035
7862 * mfd: intel-lpss: Pass HSUART configuration via properties
7863 - LP: #1533035
7864 * i2c: designware: Convert to use unified device property API
7865 - LP: #1533035
7866 * keys, trusted: fix: *do not* allow duplicate key options
7867 - LP: #1398274
7868 * keys, trusted: select hash algorithm for TPM2 chips
7869 - LP: #1398274
7870 * keys, trusted: seal with a TPM2 authorization policy
7871 - LP: #1398274
7872 * perf/x86/intel: Add perf core PMU support for Intel Knights Landing
7873 - LP: #1461360
7874 * perf/x86/intel/uncore: Add Knights Landing uncore PMU support
7875 - LP: #1461360
7876 * perf/x86/intel/uncore: Remove hard coding of PMON box control MSR
7877 offset
7878 - LP: #1461360
7879 * drm/i915: WaRsDisableCoarsePowerGating
7880 - LP: #1527462
7881 * drm/i915/skl: Add SKL GT4 PCI IDs
7882 - LP: #1527462
7883 * drm/i915/skl: Disable coarse power gating up until F0
7884 - LP: #1527462
7885 * platform:x86: add Intel P-Unit mailbox IPC driver
7886 - LP: #1520457
7887 * intel_punit_ipc: add NULL check for input parameters
7888 - LP: #1520457
7889 * platform/x86: Add Intel Telemetry Core Driver
7890 - LP: #1520457
7891 * intel_pmc_ipc: update acpi resource structure for Punit
7892 - LP: #1520457
7893 * platform:x86: Add Intel telemetry platform device
7894 - LP: #1520457
7895 * platform:x86: Add Intel telemetry platform driver
7896 - LP: #1520457
7897 * platform:x86: Add Intel Telemetry Debugfs interfaces
7898 - LP: #1520457
7899 * cxlflash: a couple off by one bugs
7900
7901 -- Andy Whitcroft <apw@canonical.com> Thu, 28 Jan 2016 13:56:00 +0000
7902
7903linux (4.4.0-1.15) xenial; urgency=low
7904
7905 [ Tim Gardner ]
7906
7907 * Release Tracking Bug
7908 - LP: #1536803
7909
7910 [ Upstream Kernel Changes ]
7911
7912 * Revert "[SCSI] libiscsi: Reduce locking contention in fast path"
7913 - LP: #1517142
7914
7915 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Jan 2016 07:41:40 -0700
7916
7917linux (4.4.0-0.14) xenial; urgency=low
7918
7919 [ Upstream Kernel Changes ]
7920
7921 * Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field"
7922 - LP: #1522415
7923 * powerpc: Add __raw_rm_writeq() function
7924 - LP: #1522415
7925
7926 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 11:24:26 -0700
7927
7928linux (4.4.0-0.13) xenial; urgency=low
7929
7930 [ Andy Whitcroft ]
7931
7932 * [Config] s390x -- the kernel provides ppp-modules such as there are
7933 * SAUCE: (no-up) add compat_uts_machine= kernel command line override
7934
7935 [ Tim Gardner ]
7936
7937 * [Config] Update annotations for VIRTIO_{NET,BLK}
7938 - LP: #1533382
7939
7940 [ Upstream Kernel Changes ]
7941
7942 * powerpc/powernv: Add support for Nvlink NPUs
7943 - LP: #1522415
7944 * powerpc/powernv: Fix update of NVLink DMA mask
7945 - LP: #1522415
7946 * powerpc/powernv: Change NPU PE# assignment
7947 - LP: #1522415
7948 * powerpc/powernv: Reserve PE#0 on NPU
7949 - LP: #1522415
7950 * KEYS: Fix keyring ref leak in join_session_keyring()
7951 - LP: #1534887
7952 - CVE-2016-0728
7953
7954 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 05:49:09 -0700
7955
7956linux (4.4.0-0.12) xenial; urgency=low
7957
7958 [ Eric Dumazet ]
7959
7960 * SAUCE: (no-up) udp: properly support MSG_PEEK with truncated buffers
7961 - LP: #1527902
7962
7963 [ Guilherme G. Piccoli ]
7964
7965 * SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()
7966 - LP: #1486180
7967
7968 [ Tim Gardner ]
7969
7970 * SAUCE: AUFS - update to aufs4.x-rcN 20160111
7971 * [Config] CONFIG_VIRTIO_BLK=y, CONFIG_VIRTIO_NET=y for s390
7972 - LP: #1532886
7973 * [Config] nvme.ko moved to drivers/nvme/host
7974 * [Config] scsi_dh morphed into 4 modules
7975 * [Config] CONFIG_IBMVNIC=m
7976 * [Config] Add DRM ast driver to udeb installer image
7977 - LP: #1514711
7978 * [Config] CONFIG_KVM=y for s390x
7979 - LP: #1532886
7980 * [Config] Install spl/zfs under the kernel modules directory
7981 Fixes some errors in generic.inclusion-list.log
7982
7983 [ Upstream Kernel Changes ]
7984
7985 * perf/x86/intel/uncore: Add Broadwell-EP uncore support
7986 - LP: #1524574
7987 * EDAC: Add DDR4 flag
7988 - LP: #1519631
7989 * EDAC, sb_edac: Virtualize several hard-coded functions
7990 - LP: #1519631
7991 * EDAC, sb_edac: Add support for duplicate device IDs
7992 - LP: #1519631
7993 * EDAC, sb_edac: Add Knights Landing (Xeon Phi gen 2) support
7994 - LP: #1519631
7995 * Driver for IBM System i/p VNIC protocol
7996 - LP: #1532303
7997
7998 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 09:57:16 -0700
7999
8000linux (4.4.0-0.11) xenial; urgency=low
8001
8002 [ Tim Gardner ]
8003
8004 * [Config] Fix bogus reconstruct script
8005
8006 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 07:29:17 -0700
8007
8008linux (4.4.0-0.10) xenial; urgency=low
8009
8010 [ Haren Myneni ]
8011
8012 * SAUCE: crypto: nx-842 - Mask XERS0 bit in return value
8013 - LP: #1529666
8014
8015 [ Serge Hallyn ]
8016
8017 * SAUCE: add a sysctl to disable unprivileged user namespace unsharing
8018
8019 [ Tim Gardner ]
8020
8021 * [Config] CONFIG_ZONE_DEVICE=y for amd64
8022 * [Config] CONFIG_BLK_DEV_LOOP=y for s390x
8023 - LP: #1526869
8024 * SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings
8025 * SAUCE: radeon: r100: Silence 'may be used uninitialized' warnings
8026 * SAUCE: dmaengine: ioatdma: Squelch framesize warnings
8027 * rebase to v4.4
8028
8029 [ Upstream Kernel Changes ]
8030
8031 * rebase to v4.4
8032
8033 -- Tim Gardner <tim.gardner@canonical.com> Mon, 04 Jan 2016 17:43:51 -0700
8034
8035linux (4.4.0-0.9) xenial; urgency=low
8036
8037 [ Tim Gardner ]
8038
8039 * rebase to v4.4-rc8
8040
8041 [ Upstream Kernel Changes ]
8042
8043 * rebase to v4.4-rc8
8044
8045 -- Tim Gardner <tim.gardner@canonical.com> Sun, 03 Jan 2016 18:50:33 -0700
8046
8047linux (4.4.0-0.8) xenial; urgency=low
8048
8049 [ Tim Gardner ]
8050
8051 * rebase to v4.4-rc7
8052
8053 [ Upstream Kernel Changes ]
8054
8055 * rebase to v4.4-rc7
8056
8057 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Dec 2015 16:13:11 -0700
8058
8059linux (4.4.0-0.7) xenial; urgency=low
8060
8061 [ Hui Wang ]
8062
8063 * [Config] CONFIG_I2C_DESIGNWARE_BAYTRAIL=y, CONFIG_IOSF_MBI=y
8064 - LP: #1527096
8065
8066 [ Jann Horn ]
8067
8068 * SAUCE: (noup) ptrace: being capable wrt a process requires mapped
8069 uids/gids
8070 - LP: #1527374
8071
8072 [ Tim Gardner ]
8073
8074 * rebase to v4.4-rc6
8075
8076 [ Upstream Kernel Changes ]
8077
8078 * rebase to v4.4-rc6
8079 - LP: #1526330
8080
8081 -- Tim Gardner <tim.gardner@canonical.com> Thu, 17 Dec 2015 05:28:27 -0700
8082
8083linux (4.4.0-0.6) xenial; urgency=low
8084
8085 [ Andy Whitcroft ]
8086
8087 * [Config] disable CONFIG_ARM64_LSE_ATOMICS to avoid issues with ARMv8.1
8088 support in latest compilers
8089 * [Config] disable CONFIG_CRYPTO_AES_ARM64_CE* to avoid issues with
8090 ARMv8.1 support in latest compilers
8091
8092 [ Tim Gardner ]
8093
8094 * [Config] s390 -> s390x
8095 * SAUCE: include/linux/mmdebug.h: #include <linux/bug.h>
8096
8097 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Dec 2015 06:46:26 -0700
8098
8099linux (4.4.0-0.5) xenial; urgency=low
8100
8101 [ Andy Whitcroft ]
8102
8103 * [Config] s390x -- enable tools
8104 - LP: #1524319
8105 * [Config] s390x -- add architecture to getabis
8106 * [Config] s390x -- add s390x ABI information
8107 * [Config] s390x -- enable ABI checks
8108
8109 [ Tim Gardner ]
8110
8111 * [Debian] config-check and prepare using ${DEBIAN}/config/annotations
8112 * [Config] Add s390 modules to nic-modules udeb
8113 - LP: #1525297
8114 * rebase to v4.4-rc5
8115
8116 [ Upstream Kernel Changes ]
8117
8118 * rebase to v4.4-rc5
8119 - LP: #1523517
8120 - LP: #1523232
8121
8122 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Dec 2015 05:28:05 -0700
8123
8124linux (4.4.0-0.4) xenial; urgency=low
8125
8126 [ Upstream Kernel Changes ]
8127
8128 * cgroup: make css_set pin its css's to avoid use-afer-free
8129 * cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in
8130 freezer_attach()
8131 * cgroup: fix handling of multi-destination migration from
8132 subtree_control enabling
8133
8134 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Dec 2015 11:20:41 -0700
8135
8136linux (4.4.0-0.3) xenial; urgency=low
8137
8138 [ Upstream Kernel Changes ]
8139
8140 * rebase to v4.4-rc4
8141
8142 -- Tim Gardner <tim.gardner@canonical.com> Sun, 06 Dec 2015 16:50:15 -0700
8143
8144linux (4.4.0-0.2) xenial; urgency=low
8145
8146 [ Tim Gardner ]
8147
8148 * [Config] Add spl/zfs provides to generic and powerpc64-smp
8149 * [Config] Add zfs to d-i fs-core-modules
8150 * [Config] Include all s390 specific drivers in linux-image
8151 - LP: #1522210
8152
8153 -- Tim Gardner <tim.gardner@canonical.com> Thu, 03 Dec 2015 07:05:56 -0700
8154
8155linux (4.4.0-0.1) xenial; urgency=low
8156
8157 [ Andy Whitcroft ]
8158
8159 * [Tests] gcc-multilib does not exist on ppc64el redux
8160 - LP: #1515541
8161 * [Config] libunwind8-dev is not available on s390x
8162 * [Debian] Disable SPL/ZFS for cross compiling -- redux
8163 * [Config] s390x -- add dasd udebs
8164 - LP: #1519833
8165 * [Config] s390x -- include dasd modules in linux-image
8166 - LP: #1519833
8167 * [Config] s390x -- disable ZFS temporarily
8168 - LP: #1519820
8169 * [Config] s390s -- disable ABI/module checks
8170 * [Config] make IBMVETH consistent on powerpc/ppc64el
8171 - LP: #1521712
8172 * [Config] follow ibmvscsi name change
8173 - LP: #1521712
8174 * [Config] move ibm disk and ethernet drivers to linux-image
8175 - LP: #1521712
8176 * [Config] include ibmveth in nic-modules for ppc64el
8177 - LP: #1521712
8178 * [Config] s390x -- disable abi/module checks for s390x
8179
8180 [ Joseph Salisbury ]
8181
8182 * SAUCE: scsi_sysfs: protect against double execution of
8183 __scsi_remove_device()
8184 - LP: #1509029
8185
8186 [ Seth Forshee ]
8187
8188 * [Config] CONFIG_DRM_AMDGPU_CIK=n
8189 - LP: #1510405
8190
8191 [ Tim Gardner ]
8192
8193 * [Debian] Disable SPL/ZFS for cross compiling
8194 * [Config] CONFIG_SCSI_IBMVSCSI=m
8195 - LP: #1515872
8196 * rebase to v4.4-rc2
8197 * [Config] updateconfigs
8198 * [Config] CONFIG_WILC1000_DRIVER=n for FTBS
8199 * SAUCE: do_zfs=false temporarily
8200 * [Config] CONFIG_LUSTRE_FS=n
8201 * [Debian] Disable udebs when cross compiling
8202 * rebase to v4.4-rc3
8203 * [Config] CONFIG_AUFS_FS=m
8204 * SAUCE: AUFS
8205
8206 [ Upstream Kernel Changes ]
8207
8208 * ZFS: Update with 4.4 support
8209 * SPL: Update with 4.4 support
8210
8211 [ Upstream Kernel Changes ]
8212
8213 * rebase to v4.4-rc3
8214 - LP: #1519168
8215 * rebase to v4.4-rc2
8216 - LP: #1506615
8217 - LP: #1502781
8218
8219 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Nov 2015 13:22:37 -0700
8220
8221linux (4.3.0-0.8) xenial; urgency=low
8222
8223 [ Andy Whitcroft ]
8224
8225 * [Config] re-enable OSS support and blacklist
8226 - LP: #1434842
8227 * [Config] enable CONFIG_CC_STACKPROTECTOR_STRONG=y
8228 * [Packaging] config-check -- improve syntax diagnostics
8229 * [Packaging] module-inclusion -- add dependency inclusion for a list
8230 * [Packaging] config-check -- accumulate multi-line annotations correctly
8231 * [Packaging] config-check -- handle V2 annotations format
8232 * [Packaging] s390x -- add architecture to kernelconfig
8233 - LP: #1488653
8234 * [Config] s390x -- initial configuration
8235 * [Config] s390x -- add initial binary image
8236 * [Config] s390x -- initial configuration update
8237 * [Config] s390x -- produce linux-image
8238 * [Config] s390x -- d-i module exclusions
8239 * [Config] apply Device Drivers >> LED Support >> LED Class Support
8240 * [Config] apply File systems >> Miscellaneous filesystems >> SquashFS 4.0 - Squashed file system support
8241 * [Config] apply Device Drivers >> Generic Driver Options >> Userspace firmware loading support
8242 * SAUCE: leds: lp55xx -- do not force use of the fallback loader
8243 * [Config] -- s390x -- configuration review updates
8244 * [Config] annotations -- add review marks
8245 * [Config] annotations -- config review 4.3 updates
8246 * [Config] annotations -- expose reviews
8247 * [Config] updateconfigs following incoporation of s390x configs
8248 * [Tests] gcc-multilib does not exist on ppc64el
8249 - LP: #1515541
8250
8251 [ Dan Carpenter ]
8252
8253 * SAUCE: (noup) cxlflash: a couple off by one bugs
8254 - LP: #1499849
8255
8256 [ Haren Myneni ]
8257
8258 * Revert "SAUCE: (noup) crypto: 842 - Add CRC and validation support"
8259
8260 [ Jay Vosburgh ]
8261
8262 * SAUCE: fan: add VXLAN implementation
8263
8264 [ Manoj Kumar ]
8265
8266 * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
8267 - LP: #1513583
8268
8269 [ Matthew R. Ochs ]
8270
8271 * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
8272 - LP: #1513583
8273
8274 [ Tim Gardner ]
8275
8276 * [Config] CONFIG_AUFS_EXPORT=y
8277 - LP: #1121699
8278
8279 [ Upstream Kernel Changes ]
8280
8281 * misc/genwqe: get rid of atomic allocations
8282 * crypto: 842 - Add CRC and validation support
8283 - LP: #1497878
8284 * cxlflash: Fix to avoid invalid port_sel value
8285 * cxlflash: Replace magic numbers with literals
8286 * cxlflash: Fix read capacity timeout
8287 * cxlflash: Fix potential oops following LUN removal
8288 * cxlflash: Fix data corruption when vLUN used over multiple cards
8289 * cxlflash: Fix to avoid sizeof(bool)
8290 * cxlflash: Fix context encode mask width
8291 * cxlflash: Fix to avoid CXL services during EEH
8292 * cxlflash: Correct naming of limbo state and waitq
8293 * cxlflash: Make functions static
8294 * cxlflash: Refine host/device attributes
8295 * cxlflash: Fix to avoid spamming the kernel log
8296 * cxlflash: Fix to avoid stall while waiting on TMF
8297 * cxlflash: Fix location of setting resid
8298 * cxlflash: Fix host link up event handling
8299 * cxlflash: Fix async interrupt bypass logic
8300 * cxlflash: Remove dual port online dependency
8301 * cxlflash: Fix AFU version access/storage and add check
8302 * cxlflash: Correct usage of scsi_host_put()
8303 * cxlflash: Fix to prevent workq from accessing freed memory
8304 * cxlflash: Correct behavior in device reset handler following EEH
8305 * cxlflash: Remove unnecessary scsi_block_requests
8306 * cxlflash: Fix function prolog parameters and return codes
8307 * cxlflash: Fix MMIO and endianness errors
8308 * cxlflash: Fix to prevent EEH recovery failure
8309 * cxlflash: Correct spelling, grammar, and alignment mistakes
8310 * cxlflash: Fix to prevent stale AFU RRQ
8311 * cxlflash: Fix to double the delay each time
8312 * cxlflash: Fix to avoid corrupting adapter fops
8313 * cxlflash: Correct trace string
8314 * cxlflash: Fix to avoid potential deadlock on EEH
8315 * cxlflash: Fix to avoid leaving dangling interrupt resources
8316 * cxlflash: Fix to escalate to LINK_RESET on login timeout
8317 * cxlflash: Fix to avoid corrupting port selection mask
8318 * cxlflash: Fix to avoid lock instrumentation rejection
8319 * cxlflash: Fix to avoid bypassing context cleanup
8320
8321 -- Tim Gardner <tim.gardner@canonical.com> Fri, 06 Nov 2015 10:15:07 -0600
8322
8323linux (4.3.0-0.7) xenial; urgency=low
8324
8325 [ Tim Gardner ]
8326
8327 * Revert "Bypass spl/zfs config"
8328 Causes unresolved symbols on load.
8329 * [Config] Enable ZFS for powerpc64-smp
8330
8331 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Nov 2015 11:42:37 -0600
8332
8333linux (4.3.0-0.6) xenial; urgency=low
8334
8335 [ Tim Gardner ]
8336
8337 * Release Tracking Bug
8338 - LP: #1512704
8339 * UBUNTU: SAUCE: AUFS aufs4.x-rcN 20151102
8340
8341 [ Andy Whitcroft ]
8342
8343 * [Packaging] add feature interlock with mainline builds
8344 * apparmor -- follow change to this_cpu_ptr
8345
8346 [ John Johansen ]
8347
8348 * SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used
8349 - LP: #1383886
8350 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
8351 - LP: #1362199
8352 * SAUCE: Revert: fix: only allow a single threaded process to ...
8353 - LP: #1371310
8354 * SAUCE: (no-up) fix: bad unix_addr_fs macro
8355 - LP: #1390223
8356 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
8357 - LP: #1408833
8358 * SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
8359 - LP: #1496430
8360
8361 [ Tim Gardner ]
8362
8363 * [Config] Add iscsi_ibft and iscsi_boot_sysfs to generic inclusion list
8364 - LP: #1511006
8365 * rebase to v4.3
8366 * Bypass spl/zfs config
8367 * SPL/ZFS: Add Makefiles in order to avoid the lengthy config
8368 * [Config] Default AppArmor settings
8369
8370 [ Upstream Kernel Changes ]
8371
8372 * rebase to v4.3
8373
8374 -- Tim Gardner <tim.gardner@canonical.com> Thu, 29 Oct 2015 09:16:26 -0600
8375
8376linux (4.3.0-0.5) xenial; urgency=low
8377
8378 * Update spl to 0.6.5.3-0ubuntu1, zfs to 0.6.5.3-0ubuntu1
8379
8380 [ Upstream Kernel Changes ]
8381
8382 * rebase to v4.3-rc7
8383 - LP: #1504778
8384
8385 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Oct 2015 13:59:52 -0600
8386
8387linux (4.3.0-0.4) xenial; urgency=low
8388
8389 [ Tim Gardner ]
8390
8391 * [Debian] Update to new signing key type and location
8392
8393 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 13:07:30 -0600
8394
8395linux (4.3.0-0.3) wily; urgency=low
8396
8397 [ Tim Gardner ]
8398
8399 * [Debian] sign-file is now compiled
8400
8401 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 09:26:34 -0600
8402
8403linux (4.3.0-0.2) wily; urgency=low
8404
8405 [ Tim Gardner ]
8406
8407 * [Config] Added libssl-dev to Build-Depends
8408
8409 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Oct 2015 14:01:55 -0600
8410
8411linux (4.3.0-0.1) wily; urgency=low
8412
8413 [ Upstream Kernel Changes ]
8414
8415 * rebase to v4.3-rc6
8416 * rebase to v4.3-rc5
8417 * rebase to v4.3-rc4
8418 * rebase to v4.3-rc3
8419 * rebase to v4.3-rc2
8420 * rebase to v4.3-rc1
8421 - LP: #1492132
8422 - LP: #1481575
8423
8424 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Sep 2015 07:30:36 -0600
8425
8426linux (4.2.0-10.11) wily; urgency=low
8427
8428 [ Andy Whitcroft ]
8429
8430 * Release Tracking Bug
8431 - LP: #1495208
8432 * No change rebuild to avoid issues with leading zero bytes on
8433 internal module signing key. (see launchpad bug 1494943)
8434
8435 [ Ming Lei ]
8436
8437 * [Config] SERIAL_8250_DW=y for arm64
8438
8439 [ Upstream Kernel Changes ]
8440
8441 * drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv
8442 code
8443 - LP: #1484486
8444 * drm/i915/gen8: Add infrastructure to initialize WA batch buffers
8445 - LP: #1484486
8446 * drm/i915/gen8: Re-order init pipe_control in lrc mode
8447 - LP: #1484486
8448 * drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
8449 - LP: #1484486
8450 * drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch
8451 workaround
8452 - LP: #1484486
8453 * drm/i915: Bail out early if WA batch is not available for given Gen
8454 - LP: #1484486
8455 * drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
8456 - LP: #1484486
8457 * drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch
8458 - LP: #1484486
8459 * drm/i915/gen9: Implement WaDisableKillLogic for gen 9
8460 - LP: #1484486
8461 * drm/i915: Enable WA batch buffers for Gen9
8462 - LP: #1484486
8463 * drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaround
8464 - LP: #1484486
8465 * drm/i915: Update wa_ctx_emit() macro as per kernel coding guidelines
8466 - LP: #1484486
8467 * drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch
8468 workaround
8469 - LP: #1484486
8470 * drm/i915/gen9: Add
8471 WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
8472 - LP: #1484486
8473 * drm/i915:skl: Add WaEnableGapsTsvCreditFix
8474 - LP: #1484486
8475 * drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
8476 - LP: #1484486
8477 * drm/i915/skl: Don't expose the top most plane on gen9 display
8478 - LP: #1484486
8479 * drm/i915/skl WaDisableSbeCacheDispatchPortSharing
8480 - LP: #1484486
8481 * drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A
8482 - LP: #1484486
8483 * drm/i915: reduce indent in i9xx_hpd_irq_handler
8484 - LP: #1484531
8485 * drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler
8486 - LP: #1484531
8487 * drm/i915: reduce indent in intel_hpd_irq_handler
8488 - LP: #1484531
8489 * drm/i915: group all hotplug related fields into a new struct in
8490 dev_priv
8491 - LP: #1484531
8492 * drm/i915: add for_each_hpd_pin to iterate over hotplug pins
8493 - LP: #1484531
8494 * drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
8495 - LP: #1484531
8496 * drm/i915: put back the indent in intel_hpd_irq_handler
8497 - LP: #1484531
8498 * drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
8499 - LP: #1484531
8500 * drm/i915: simplify condition for digital port
8501 - LP: #1484531
8502 * drm/i915: abstract away platform specific parts from hpd handling
8503 - LP: #1484531
8504 * drm/i915: Handle HPD when it has actually occurred
8505 - LP: #1484531
8506 * drm/i915: Set power domain for DDI-E
8507 - LP: #1484531
8508 * drm/i915: Set alternate aux for DDI-E
8509 - LP: #1484531
8510 * drm/i915/skl: enable DDI-E hotplug
8511 - LP: #1484531
8512 * drm/i915/bxt: fix DDI PHY vswing scale value setting
8513 - LP: #1494163
8514 * drm/i915/skl: Buffer translation improvements
8515 - LP: #1494163
8516 * drm/i915: Per-DDI I_boost override
8517 - LP: #1494163
8518 * drm/i915: fix VBT parsing for SDVO child device mapping
8519 - LP: #1494163
8520 * drm/i915/bxt: edp1.4 Intermediate Freq support
8521 - LP: #1494163
8522 * drm/i915: fix link rates reported for SKL
8523 - LP: #1494163
8524 * drm/i915: Allow parsing of variable size child device entries from VBT
8525 - LP: #1494163
8526 * drm/i915/skl: Update DDI buffer translation programming.
8527 - LP: #1494163
8528 * drm/i915: Enable HDMI on DDI-E
8529 - LP: #1484531
8530 * drm/i915/skl: Enable DDI-E
8531 - LP: #1484531
8532 * drm/i915: eDP can be present on DDI-E
8533 - LP: #1484531
8534 * drm/i915/skl: Adding DDI_E power well domain
8535 - LP: #1484531
8536 * drm/i915: set CDCLK if DPLL0 enabled during resuming from S3
8537 - LP: #1490035
8538 * drm/i915: Split atomic wm update to pre and post variants
8539 - LP: #1493746
8540 * drm/i915/skl: Drop the preliminary_hw_support flag
8541 - LP: #1486868
8542 * drm/i915: set FDI translations to NULL on SKL
8543 - LP: #1494163
8544
8545 -- Andy Whitcroft <apw@canonical.com> Sun, 13 Sep 2015 11:32:02 +0100
8546
8547linux (4.2.0-9.9) wily; urgency=low
8548
8549 [ Tim Gardner ]
8550
8551 * Release Tracking Bug
8552 - LP: #1493970
8553 * [Config] CONFIG_MFD_INTEL_LPSS=m
8554 - LP: #1397876
8555
8556 [ dann frazier ]
8557
8558 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
8559 - LP: #1388952
8560
8561 [ Michael Ellerman ]
8562
8563 * SAUCE: crypto: vmx - VMX crypto should depend on CONFIG_VSX
8564 Fixes FTBS on 32 bit powerpc, patch sent upstream.
8565
8566 [ Upstream Kernel Changes ]
8567
8568 * thermal/powerclamp: add cpu id for skylake h/s
8569 - LP: #1398269
8570 * perf/x86/intel/uncore: Add Broadwell-DE uncore support
8571 - LP: #1397852
8572 * mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data
8573 - LP: #1460905
8574 * i2c: i801: Create iTCO device on newer Intel PCHs
8575 - LP: #1460905
8576 * watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint
8577 - LP: #1460905
8578 * perf/x86: Add a native_perf_sched_clock_from_tsc()
8579 - LP: #1397867
8580 * perf/x86/intel: Add support for PEBSv3 profiling
8581 - LP: #1397867
8582 * perf/x86/intel/lbr: Allow time stamp for free running PEBSv3
8583 - LP: #1397867
8584 * x86: Add new MSRs and MSR bits used for Intel Skylake PMU support
8585 - LP: #1397867
8586 * perf: Add cycles to branch_info
8587 - LP: #1397867
8588 * perf/x86/intel/lbr: Add support for LBRv5
8589 - LP: #1397867
8590 * perf/x86/intel: Handle new arch perfmon v4 status bits
8591 - LP: #1397867
8592 * perf/x86/intel: Move PMU ACK to after LBR read
8593 - LP: #1397867
8594 * perf/x86/intel/lbr: Optimize v4 LBR unfreezing
8595 - LP: #1397867
8596 * perf/x86/intel: Add Intel Skylake PMU support
8597 - LP: #1397867
8598 * perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with
8599 call stack
8600 - LP: #1397867
8601 * perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack mode
8602 - LP: #1397867
8603 * perf/x86: Make merge_attr() global to use from perf_event_intel
8604 - LP: #1397867
8605 * perf/x86/intel: Use 0x11 as extra reg test value
8606 - LP: #1397867
8607 * perf tools: Add support for cycles, weight branch_info field
8608 - LP: #1397867
8609 * perf report: Add flag for non ANY branch mode
8610 - LP: #1397867
8611 * perf report: Add infrastructure for a cycles histogram
8612 - LP: #1397867
8613 * perf report: Add processing for cycle histograms
8614 - LP: #1397867
8615 * perf annotate: Compute IPC and basic block cycles
8616 - LP: #1397867
8617 * perf annotate: Finally display IPC and cycle accounting
8618 - LP: #1397867
8619 * perf top: Add branch annotation code to top
8620 - LP: #1397867
8621 * perf report: Display cycles in branch sort mode
8622 - LP: #1397867
8623 * perf annotate: Fix 32-bit compilation error in util/annotate.c
8624 - LP: #1397867
8625 * PM / QoS: Make it possible to expose device latency tolerance to
8626 userspace
8627 - LP: #1460908
8628 * ACPI / PM: Attach ACPI power domain only once
8629 - LP: #1460908
8630 * Driver core: wakeup the parent device before trying probe
8631 - LP: #1460908
8632 * klist: implement klist_prev()
8633 - LP: #1460908
8634 * driver core: implement device_for_each_child_reverse()
8635 - LP: #1460908
8636 * mfd: make mfd_remove_devices() iterate in reverse order
8637 - LP: #1460908
8638 * dmaengine: add a driver for Intel integrated DMA 64-bit
8639 - LP: #1460908
8640 * mfd: Add support for Intel Sunrisepoint LPSS devices
8641 - LP: #1460908
8642 * spi: pxa2xx: Add support for Intel Sunrisepoint
8643 - LP: #1397876
8644 * spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbers
8645 - LP: #1397876
8646 * spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match
8647 - LP: #1397876
8648 * spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation
8649 for it
8650 - LP: #1397876
8651 * intel_idle: Skylake Client Support
8652 - LP: #1397877
8653 * powerpc/kernel: Switch to using MAX_ERRNO
8654 - LP: #1458876
8655 * powerpc/kernel: Change the do_syscall_trace_enter() API
8656 - LP: #1458876
8657 * powerpc: Drop unused syscall_get_error()
8658 - LP: #1458876
8659 * powerpc: Don't negate error in syscall_set_return_value()
8660 - LP: #1458876
8661 * powerpc: Rework syscall_get_arguments() so there is only one loop
8662 - LP: #1458876
8663 * powerpc: Use orig_gpr3 in syscall_get_arguments()
8664 - LP: #1458876
8665 * powerpc: Change syscall_get_nr() to return int
8666 - LP: #1458876
8667 * powerpc/kernel: Add SIG_SYS support for compat tasks
8668 - LP: #1458876
8669 * powerpc/kernel: Enable seccomp filter
8670 - LP: #1458876
8671 * selftests/seccomp: Make seccomp tests work on big endian
8672 - LP: #1458876
8673 * selftests/seccomp: Add powerpc support
8674 - LP: #1458876
8675 * eCryptfs: Invalidate dcache entries when lower i_nlink is zero
8676
8677 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Sep 2015 19:17:57 -0600
8678
8679linux (4.2.0-8.8) wily; urgency=low
8680
8681 [ Tim Gardner ]
8682
8683 * Release Tracking Bug
8684 - LP: #1493357
8685 * [Config] CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO obsolete
8686 - LP: #1488495
8687 * [Config] CONFIG_CXLFLASH=m
8688 * [Config] CONFIG_CXL_EEH=y for ppc64el, powerpc64-smp
8689
8690
8691 [ Andy Whitcroft ]
8692
8693 * [Packaging] standardise on stage1 for the bootstrap stage in line with debian
8694 * [Packaging] mark up control for stage1
8695 * [Config] kernel-versions -- clean up deps field
8696 * [Config] s390x -- build linux-libc-dev
8697 - LP: #1488653
8698 * [Packaging] control -- prepare for new kernel-wedge semantics
8699
8700 [ Upstream Kernel Changes ]
8701
8702 * crypto: vmx - Fixing AES-CTR counter bug
8703 - LP: #1484519
8704 * crypto: vmx - Fixing GHASH Key issue on little endian
8705 - LP: #1484519
8706 * powerpc: Uncomment and make enable_kernel_vsx() routine available
8707 - LP: #1484519
8708 * crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions
8709 - LP: #1484519
8710 * crypto: nx - nx842_OF_upd_status should return ENODEV if device is not
8711 'okay'
8712 - LP: #1488495
8713 * crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}
8714 - LP: #1488495
8715 * crypto: nx - do not emit extra output if status is disabled
8716 - LP: #1488495
8717 * crypto: nx - reduce chattiness of platform drivers
8718 - LP: #1488495
8719 * crypto: nx/842 - Fix context corruption
8720 - LP: #1488495
8721 * crypto: nx - remove __init/__exit from VIO functions
8722 - LP: #1488495
8723 * crypto: nx - remove pSeries NX 'status' field
8724 - LP: #1488495
8725 * crypto: nx - move kzalloc() out of spinlock
8726 - LP: #1488495
8727 * crypto: nx - don't register pSeries driver if ENODEV
8728 - LP: #1488495
8729 * crypto: nx - use common code for both NX decompress success cases
8730 - LP: #1488495
8731 * crypto: nx - merge nx-compress and nx-compress-crypto
8732 - LP: #1488495
8733 * crypto: nx - rename nx-842-crypto.c to nx-842.c
8734 - LP: #1488495
8735 * crypto: nx - make platform drivers directly register with crypto
8736 - LP: #1488495
8737 * cxlflash: Base support for IBM CXL Flash Adapter
8738 - LP: #1449121
8739 * cxlflash: Base error recovery support
8740 - LP: #1449121
8741 * cxlflash: Superpipe support
8742 - LP: #1449121
8743 * cxlflash: Virtual LUN support
8744 - LP: #1449121
8745 * cxlflash: off by one bug in cxlflash_show_port_status()
8746 - LP: #1449121
8747 * cxlflash: shift wrapping bug in afu_link_reset()
8748 - LP: #1449121
8749 * cxlflash: Remove unused variable from queuecommand
8750 - LP: #1449121
8751 * powerpc/powernv: move dma_get_required_mask from pnv_phb to
8752 pci_controller_ops
8753 * powerpc/eeh: Probe after unbalanced kref check
8754 * misc: cxl: clean up afu_read_config()
8755 * cxl: Add explicit precision specifiers
8756 * cxl: use more common format specifier
8757 * cxl: Destroy cxl_adapter_idr on module_exit
8758 * cxl: Destroy afu->contexts_idr on release of an afu
8759 * cxl: Don't ignore add_process_element() result when attaching context
8760 * cxl: Compile with -Werror
8761 * cxl: sparse: Make declarations static
8762 * cxl: sparse: Silence iomem warning in debugfs file creation
8763 * cxl: Convert MMIO read/write macros to inline functions
8764 * cxl: Drop commands if the PCI channel is not in normal state
8765 * cxl: Allocate and release the SPA with the AFU
8766 * cxl: Make IRQ release idempotent
8767 * cxl: Clean up adapter MMIO unmap path.
8768 * cxl: Refactor adaptor init/teardown
8769 * cxl: Refactor AFU init/teardown
8770 * cxl: Don't remove AFUs/vPHBs in cxl_reset
8771 * cxl: Allow the kernel to trust that an image won't change on PERST.
8772 * cxl: EEH support
8773 * cxl: Add CONFIG_CXL_EEH symbol
8774 * cxl: Plug irq_bitmap getting leaked in cxl_context
8775 * cxl: Add alternate MMIO error handling
8776 * cxl: Allow release of contexts which have been OPENED but not STARTED
8777 * cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE
8778 * cxl: Release irqs if memory allocation fails
8779 * cxl: Remove racy attempt to force EEH invocation in reset
8780 * cxl: Fix + cleanup error paths in cxl_dev_context_init
8781 * cxl: Fix force unmapping mmaps of contexts allocated through the kernel api
8782 * cxl: Set up and enable PSL Timebase
8783
8784 -- Tim Gardner <tim.gardner@canonical.com> Tue, 01 Sep 2015 07:38:43 -0600
8785
8786linux (4.2.0-7.7) wily; urgency=low
8787
8788 [ Tim Gardner ]
8789
8790 * Release Tracking Bug
8791 - LP: #1490564
8792 * rebase to v4.2
8793
8794 [ Wen Xiong ]
8795
8796 * SAUCE: ipr: Byte swapping for device_id attribute in sysfs
8797 - LP: #1453892
8798
8799 [ Upstream Kernel Changes ]
8800
8801 * rebase to v4.2
8802 - LP: #1487345
8803
8804 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2015 07:06:10 -0600
8805
8806linux (4.2.0-6.6) wily; urgency=low
8807
8808 [ Tim Gardner ]
8809
8810 * Release Tracking Bug
8811 - LP: #1488138
8812
8813 [ Andy Whitcroft ]
8814
8815 * rebase to v4.2-rc8
8816
8817 [ Shilpasri G Bhat ]
8818
8819 * SAUCE: cpufreq: powernv: Handle throttling due to Pmax capping at chip
8820 level
8821 - LP: #1480894
8822 * SAUCE: powerpc/powernv: Add definition of OPAL_MSG_OCC message type
8823 - LP: #1480894
8824 * SAUCE: cpufreq: powernv: Register for OCC related opal_message
8825 notification
8826 - LP: #1480894
8827 * SAUCE: cpufreq: powernv: Call throttle_check() on receiving
8828 OCC_THROTTLE
8829 - LP: #1480894
8830 * SAUCE: cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active
8831 bit is set
8832 - LP: #1480894
8833 * SAUCE: cpufreq: powernv: Restore cpu frequency to policy->cur on
8834 unthrottling
8835 - LP: #1480894
8836
8837 [ Upstream Kernel Changes ]
8838
8839 * rebase to v4.2-rc8
8840 - LP: #1483440
8841 - LP: #1484334
8842
8843 -- Tim Gardner <tim.gardner@canonical.com> Fri, 21 Aug 2015 07:12:11 -0600
8844
8845linux (4.2.0-5.5) wily; urgency=low
8846
8847 [ Tim Gardner ]
8848
8849 * Release Tracking Bug
8850 - LP: #1487173
8851
8852 [ Andy Whitcroft ]
8853
8854 * [Packaging] correct spelling of probabaly on the tools packages
8855 - LP: #1256822
8856 * rebase to v4.2-rc7
8857
8858 [ dann frazier ]
8859
8860 * d-i: Add nicpf and nicvf to nic-modules
8861 * d-i: Enable usb modules on arm64
8862
8863 [ Mahesh Salgaonkar ]
8864
8865 * SAUCE: powerpc/powernv: display reason for Malfunction Alert HMI.
8866 - LP: #1482343
8867 * SAUCE: powerpc/powernv: Pull all HMI events before panic.
8868 - LP: #1482343
8869 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable
8870 machine check errors.
8871 - LP: #1482343
8872 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable HMI.
8873 - LP: #1482343
8874
8875 [ Vipin K Parashar ]
8876
8877 * SAUCE: powerpc/powernv: Add poweroff (EPOW, DPO) events support for
8878 PowerNV platform
8879 - LP: #1469771
8880
8881 [ Upstream Kernel Changes ]
8882
8883 * rebase to v4.2-rc7
8884
8885 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Aug 2015 09:48:40 -0600
8886
8887linux (4.2.0-4.4) wily; urgency=low
8888
8889 [ Tim Gardner ]
8890
8891 * Release Tracking Bug
8892 - LP: #1483677
8893
8894 [ Achiad Shochat ]
8895
8896 * SAUCE: net/mlx5e: Support TX packet copy into WQE
8897 * SAUCE: net/mlx5e: TX latency optimization to save DMA reads
8898 * SAUCE: net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others
8899 * SAUCE: net/mlx5e: Input IPSEC.SPI into the RX RSS hash function
8900
8901 [ Adam Lee ]
8902
8903 * SAUCE: serial: 8250_pci: Add support for Pericom PI7C9X795[1248]
8904 - LP: #1480142
8905
8906 [ dann frazier ]
8907
8908 * [Config] CONFIG_NR_CPUS=128 on arm64
8909
8910 [ Leann Ogasawara ]
8911
8912 * [Config] d-i -- Add sfc to nic-modules udeb
8913 - LP: #1481490
8914
8915 [ Saeed Mahameed ]
8916
8917 * SAUCE: net/mlx5e: Support ETH_RSS_HASH_XOR
8918 * SAUCE: net/mlx5e: Allocate DMA coherent memory on reader NUMA node
8919
8920 [ Tim Gardner ]
8921
8922 * [Config] CONFIG_X86_INTEL_MPX=y
8923 - LP: #1460902
8924 * [Debian] change dependency on module-init-tools to kmod
8925 - LP: #1481986
8926 * rebase to v4.2-rc6
8927
8928 [ Upstream Kernel Changes ]
8929
8930 * rebase to v4.2-rc6
8931
8932 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 16:59:45 -0600
8933
8934linux (4.2.0-3.3) wily; urgency=low
8935
8936 [ Tim Gardner ]
8937
8938 * Release Tracking Bug
8939 - LP: #1481462
8940 * SAUCE: workqueue: Make flush_workqueue() available again to non GPL modules
8941 Fixes an FTBS for at least one DKMS package.
8942
8943 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 11:26:53 -0600
8944
8945linux (4.2.0-2.2) wily; urgency=low
8946
8947 [ Tim Gardner ]
8948
8949 * Release Tracking Bug
8950 - LP: #1481067
8951 * rebase to v4.2-rc5
8952
8953 [ Andy Whitcroft ]
8954
8955 * [Packaging] module-inclusion -- commonise copy code and simplify
8956 * [Packaging] module-inclusion -- add manual command entries
8957 * [Packaging] module blacklists -- add support for manual blacklists
8958 * [Packaging] do_common_tools should always be on
8959 * [Packaging] initscripts need installing when making the package
8960 * [Packaging] initscripts work around bug in debhelper systemd support
8961 * [Config] exclude oss modules from linux-image
8962 - LP: #1434842
8963 * hyper-v -- add hid and fb drivers to linux-virtual
8964 - LP: #1444179
8965 * ubuntu: (no-squash) vbox -- infrastructure and updater
8966 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
8967 - LP: #1426113
8968 * ubuntu: vbox -- update to 5.0.0-dfsg-1
8969 - LP: #1480879
8970 * SAUCE: vbox: follow v4.2 updates to follow_link()/put_link() API
8971 * [Config] move vbox modules into linux-image
8972
8973 [ Upstream Kernel Changes ]
8974
8975 * rebase to v4.2-rc5
8976 - LP: #1478497
8977 - LP: #1477900
8978
8979 -- Andy Whitcroft <apw@canonical.com> Mon, 03 Aug 2015 12:20:10 +0100
8980
8981linux (4.2.0-1.1~rc1) wily; urgency=low
8982
8983 [ Andy Whitcroft ]
8984
8985 * Release Tracking Bug
8986 - LP: #1479903
8987 * Initial upload of v4.2 based kernel (currently v4.-rc4)
8988
8989 [ Upstream Kernel Changes ]
8990
8991 * rebase to v4.2-rc4
8992 - LP: #1476987
8993 - LP: #1476888
8994 * rebase to v4.2-rc3
8995 * rebase to v4.2-rc2
8996 * rebase to v4.2-rc1
8997 - LP: #1394368
8998 - LP: #1427680
8999 - LP: #1462614
9000 - LP: #1397021
9001
9002 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jul 2015 18:42:46 +0100
9003
9004linux (4.1.0-3.3) wily; urgency=low
9005
9006 [ Andy Whitcroft ]
9007
9008 * Release Tracking Bug
9009 - LP: #1478897
9010
9011 [ Colin Ian King ]
9012
9013 * SAUCE: KEYS: ensure we free the assoc array edit if edit is valid
9014 - CVE-2015-1333
9015
9016 [ Seth Forshee ]
9017
9018 * SAUCE: overlayfs: Enable user namespace mounts for the "overlay" fstype
9019 - LP: #1478578
9020
9021 [ Upstream Kernel Changes ]
9022
9023 * sched/stop_machine: Fix deadlock between multiple stop_two_cpus()
9024 - LP: #1461620
9025 * x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
9026 * x86/nmi/64: Remove asm code that saves cr2
9027 * x86/nmi/64: Switch stacks on userspace NMI entry
9028 * x86/nmi/64: Reorder nested NMI checks
9029 * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI
9030 detection
9031
9032 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2015 11:59:03 +0100
9033
9034linux (4.1.0-2.4) wily; urgency=low
9035
9036 [ Andy Whitcroft ]
9037
9038 * SAUCE: overlayfs: when copying up and reading directories ensure
9039 mounter had permissions V2
9040 - CVE-2015-1328
9041
9042 [ Leann Ogasawara ]
9043
9044 * Release Tracking Bug
9045 - LP: #1465419
9046
9047 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
9048
9049linux (4.1.0-2.2) wily; urgency=low
9050
9051 [ Tim Gardner ]
9052
9053 * rebase to v4.1.3
9054 * [Config] Add i40e[vf] to d-i
9055 - LP: #1476393
9056
9057 [ Upstream Kernel Changes ]
9058
9059 * rebase to v4.1.3
9060 - LP: #1427680
9061 - LP: #1462614
9062 - LP: #1394368
9063
9064 -- Tim Gardner <tim.gardner@canonical.com> Wed, 22 Jul 2015 09:13:02 -0600
9065
9066linux (4.1.0-1.1) wily; urgency=low
9067
9068 [ Andy Whitcroft ]
9069
9070 * SAUCE: overlay: add backwards compatible overlayfs format support V3
9071 - LP: #1395877, #1410480
9072 * SAUCE: overlayfs: when copying up and reading directories ensure
9073 mounter had permissions V2
9074 - CVE-2015-1328
9075 * [Packaging] fix up Vcs-Git: to point to launchpad
9076 * [Config] correct linux-initramfs-tool virtual linkage
9077 - LP: #1474810
9078
9079 [ Chris J Arges ]
9080
9081 * [Config] Add dm-service-time to multipath-modules
9082 - LP: #1469240
9083 * [Config] Add MTD_POWERNV_FLASH and OPAL_PRD
9084 - LP: #1464560
9085
9086 [ Jay Vosburgh ]
9087
9088 * SAUCE: fan: Proof of concept implementation (v2)
9089 - LP: #1439706
9090 * SAUCE: fan: tunnel multiple mapping mode (v3)
9091 - LP: #1470091
9092
9093 [ Leann Ogasawara ]
9094
9095 * Revert "SAUCE: ext4: disable ext4_punch_hole for indirect filesystems"
9096 * Revert "SAUCE: intel_pstate: inform user that thermald is worth
9097 considering"
9098 * Revert "SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537"
9099 * Revert "SAUCE: dm-crypt: never use write same"
9100 * Release Tracking Bug
9101 - LP: #1476333
9102
9103 [ Tim Gardner ]
9104
9105 * Rebase to v4.1
9106 - LP: #1443371
9107 * [Config] Enable Apparmor
9108 * [Config] CONFIG_OVERLAY_FS_V1=y
9109 * [Config] DEFAULT_IOSCHED="deadline" for ppc64el
9110 - LP: #1469829
9111 * [Config] CONFIG_VM86=n
9112 - LP: #1473447
9113 * [Config] ACORN_PARTITION=n
9114 - LP: #1453117
9115
9116 [ Timo Aaltonen ]
9117
9118 * [Config] Disable CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT
9119 - LP: #1473319
9120
9121 [ Upstream Kernel Changes ]
9122
9123 * efi: efivar_create_sysfs_entry() should return negative error codes
9124 * efi: Add esrt support
9125 * x86, doc: Remove cmdline_size from list of fields to be filled in for
9126 EFI handover
9127 * efi/esrt: Fix some compiler warnings
9128 * efi: dmi: List SMBIOS3 table before SMBIOS table
9129 * efi: Add 'systab' information to Documentation/ABI
9130 * ALSA: hda - restore the MIC FIXUP for some Dell machines
9131 - LP: #1473560
9132 * mtd: powernv: Add powernv flash MTD abstraction driver
9133 - LP: #1464560
9134 * powerpc/powernv: Expose OPAL APIs required by PRD interface
9135 - LP: #1464560
9136 * powerpc/powernv: Add opal-prd channel
9137 - LP: #1464560
9138 * powerpc/powernv: fix construction of opal PRD messages
9139 - LP: #1464560
9140 * powerpc/include: Add opal-prd to installed uapi headers
9141 - LP: #1464560
9142 * powerpc/powernv: Fix vma page prot flags in opal-prd driver
9143 - LP: #1464560
9144
9145 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 20 Jul 2015 10:16:06 -0700
9146
9147linux (4.0.0-2.4) wily; urgency=low
9148
9149 [ Andy Whitcroft ]
9150
9151 * SAUCE: overlayfs: when copying up and reading directories ensure
9152 mounter had permissions V2
9153 - CVE-2015-1328
9154
9155 [ Leann Ogasawara ]
9156
9157 * Release Tracking Bug
9158 - LP: #1465419
9159
9160 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
9161
9162linux (4.0.0-1.2) wily; urgency=low
9163
9164 [ Andy Whitcroft ]
9165
9166 * SAUCE: overlay: add backwards compatible overlayfs format support V3
9167 - LP: #1395877, #1410480
9168 * [Config] enable CONFIG_OVERLAY_FS_V1
9169
9170 [ Tai Nguyen ]
9171
9172 * SAUCE: power: reset: Add syscon reboot device node for APM X-Gene platform
9173 - LP: #1463211
9174
9175 [ Tim Gardner ]
9176
9177 * [Config] CONFIG_HIBERNATION=n for ppc64el
9178 - LP: #1463836
9179
9180 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Jun 2015 06:11:53 -0600
9181
9182linux (4.0.0-1.1) wily; urgency=low
9183
9184 [ Leann Ogasawara ]
9185
9186 * Revert "md/raid0: fix bug with chunksize not a power of 2."
9187 - LP: #1457510
9188 * powerpc/powernv: Check image loaded or not before calling flash
9189 - LP: #1461553
9190
9191 [ Tim Gardner ]
9192
9193 * [Config] armhf: CPUFREQ_DT=y
9194 - LP: #1457781
9195
9196 [ Upstream Kernel Changes ]
9197
9198 * rebase to v4.0.5
9199 - LP: #1429756
9200 - LP: #1452175
9201 - LP: #1454656
9202 - LP: #1447909
9203 - LP: #1446517
9204 - LP: #1428947
9205 - LP: #1410704
9206 - LP: #1412800
9207 - LP: #1400215
9208 - LP: #1411193
9209 - LP: #1412800
9210 - LP: #1408295
9211 - LP: #1436745
9212
9213 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 09 Jun 2015 05:58:46 -0700
9214
9215linux (3.19.0-10.10) vivid; urgency=low
9216
9217 [ Andy Whitcroft ]
9218
9219 * [Packaging] control -- make element ordering deterministic
9220 * [Config] allow dracult to support initramfs as well
9221 - LP: #1109029
9222 * [Packaging] generate live watchdog blacklists
9223 - LP: #1432837
9224
9225 [ Leann Ogasawara ]
9226
9227 * [Config] CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
9228 - LP: #1397860
9229 * rebase to v3.19.2
9230
9231 [ Upstream Kernel Changes ]
9232
9233 * thinkpad_acpi: support new BIOS version string pattern
9234 - LP: #1417915
9235 * arm64: Invalidate the TLB corresponding to intermediate page table
9236 levels
9237 - LP: #1432546
9238 * perf tools: Support parsing parameterized events
9239 - LP: #1430341
9240 * perf tools: Extend format_alias() to include event parameters
9241 - LP: #1430341
9242 * perf Documentation: Add event parameters
9243 - LP: #1430341
9244 * perf tools: Document parameterized and symbolic events
9245 - LP: #1430341
9246 * perf: provide sysfs_show for struct perf_pmu_events_attr
9247 - LP: #1430341
9248 * perf: add PMU_EVENT_ATTR_STRING() helper
9249 - LP: #1430341
9250 * perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helper
9251 - LP: #1430341
9252 * powerpc/perf/hv-24x7: parse catalog and populate sysfs with events
9253 - LP: #1430341
9254 * powerpc/perf/{hv-gpci, hv-common}: generate requests with counters
9255 annotated
9256 - LP: #1430341
9257 * powerpc/perf/hv-gpci: add the remaining gpci requests
9258 - LP: #1430341
9259 * powerpc/perf/hv-24x7: Document sysfs event description entries
9260 - LP: #1430341
9261 * powerpc/iommu: Remove IOMMU device references via bus notifier
9262 - LP: #1425202
9263 * powerpc/pseries: Fix endian problems with LE migration
9264 - LP: #1428351
9265 * intel_idle: support additional Broadwell model
9266 - LP: #1400970
9267 * tools/power turbostat: support additional Broadwell model
9268 - LP: #1400970
9269 * KVM: x86: flush TLB when D bit is manually changed.
9270 - LP: #1397860
9271 * Optimize TLB flush in kvm_mmu_slot_remove_write_access.
9272 - LP: #1397860
9273 * KVM: Add generic support for dirty page logging
9274 - LP: #1397860
9275 * KVM: x86: switch to kvm_get_dirty_log_protect
9276 - LP: #1397860
9277 * KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for
9278 log dirty
9279 - LP: #1397860
9280 * KVM: MMU: Add mmu help functions to support PML
9281 - LP: #1397860
9282 * KVM: MMU: Explicitly set D-bit for writable spte.
9283 - LP: #1397860
9284 * KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
9285 - LP: #1397860
9286 * KVM: x86: Add new dirty logging kvm_x86_ops for PML
9287 - LP: #1397860
9288 * KVM: VMX: Add PML support in VMX
9289 - LP: #1397860
9290 * HID: multitouch: add support of clickpads
9291 * HID: multitouch: Add support for button type usage
9292
9293 [ Upstream Kernel Changes ]
9294
9295 * rebase to v3.19.2
9296 - LP: #1428947
9297
9298 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Mar 2015 15:28:16 +0000
9299
9300linux (3.19.0-9.9) vivid; urgency=low
9301
9302 [ Leann Ogasawara ]
9303
9304 * Release Tracking Bug
9305 - LP: #1430930
9306
9307 [ Shachar Raindel ]
9308
9309 * SAUCE: IB/core: Prevent integer overflow in ib_umem_get address
9310 arithmetic
9311 - LP: #1413741
9312 - CVE-2014-8159
9313
9314 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 11 Mar 2015 10:29:17 -0700
9315
9316linux (3.19.0-8.8) vivid; urgency=low
9317
9318 [ Andy Whitcroft ]
9319
9320 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
9321 - LP: #1426113
9322 * rebase to stable v3.19.1
9323
9324 [ John Johansen ]
9325
9326 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
9327 - LP: #1408833
9328
9329 [ Leann Ogasawara ]
9330
9331 * Release Tracking Bug
9332 - LP: #1429940
9333
9334 [ Upstream Kernel Changes ]
9335
9336 * xen: correct bug in p2m list initialization
9337 * net/mlx5_core: Fix configuration of log_uar_page_sz
9338 - LP: #1419938
9339 * tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send
9340 - LP: #1420575
9341 * net/mlx4_core: Maintain a persistent memory for mlx4 device
9342 - LP: #1422481
9343 * net/mlx4_core: Set device configuration data to be persistent across
9344 reset
9345 - LP: #1422481
9346 * net/mlx4_core: Refactor the catas flow to work per device
9347 - LP: #1422481
9348 * net/mlx4_core: Enhance the catas flow to support device reset
9349 - LP: #1422481
9350 * net/mlx4_core: Activate reset flow upon fatal command cases
9351 - LP: #1422481
9352 * net/mlx4_core: Manage interface state for Reset flow cases
9353 - LP: #1422481
9354 * net/mlx4_core: Handle AER flow properly
9355 - LP: #1422481
9356 * net/mlx4_core: Enable device recovery flow with SRIOV
9357 - LP: #1422481
9358 * net/mlx4_core: Reset flow activation upon SRIOV fatal command cases
9359 - LP: #1422481
9360 * tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()
9361 - LP: #1428111
9362 * rebase to v3.19.1
9363 - LP: #1410704
9364 - LP: #1411193
9365 - LP: #1400215
9366
9367 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Mar 2015 10:08:29 -0700
9368
9369linux (3.19.0-7.7) vivid; urgency=low
9370
9371 [ Andy Whitcroft ]
9372
9373 * Release Tracking Bug
9374 - LP: #1426013
9375
9376 [ Upstream Kernel Changes ]
9377
9378 * x86/irq: Fix regression caused by commit b568b8601f05
9379 * cxl: Fix leaking interrupts if attach process fails
9380 - LP: #1415102
9381 * cxl: Early return from cxl_handle_fault for a shut down context
9382 - LP: #1415102
9383 * cxl: Disable AFU debug flag
9384 - LP: #1415102
9385 * cxl: Disable SPAP register when freeing SPA
9386 - LP: #1415102
9387 * cxl: remove redundant increment of hwirq
9388 - LP: #1415102
9389 * cxl: Add tracepoints
9390 - LP: #1415102
9391 * cxl: Update CXL ABI documentation
9392 - LP: #1415102
9393 * cxl: Use image state defaults for reloading FPGA
9394 - LP: #1415102
9395 * cxl: Add image control to sysfs
9396 - LP: #1415102
9397 * cxl: Enable CAPP recovery
9398 - LP: #1415102
9399 * cxl: Add ability to reset the card
9400 - LP: #1415102
9401 * cxl: Fix device_node reference counting
9402 - LP: #1415102
9403 * cxl: Export optional AFU configuration record in sysfs
9404 - LP: #1415102
9405 * cxl: Fail AFU initialisation if an invalid configuration record is
9406 found
9407 - LP: #1415102
9408 * cxl: Add missing return statement after handling AFU errror
9409 - LP: #1415102
9410 * powerpc/eeh: Introduce flag EEH_PE_REMOVED
9411 - LP: #1415102
9412 * powerpc/eeh: Allow to set maximal frozen times
9413 - LP: #1415102
9414 * HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events
9415
9416 -- Andy Whitcroft <apw@canonical.com> Thu, 26 Feb 2015 16:00:18 +0000
9417
9418linux (3.19.0-6.6) vivid; urgency=low
9419
9420 [ Andy Whitcroft ]
9421
9422 * systemd -- fix hyper-v units to be non-forking
9423 - LP: #1401525
9424 * [Config] move vbox modules into linux-image
9425 * ubuntu: vbox -- update to 4.3.22-dfsg-1
9426
9427 [ Brad Figg ]
9428
9429 * SAUCE: DEP8 test to run our regression tests
9430
9431 [ Paolo Pisati ]
9432
9433 * [Config] I2C_CHARDEV=y
9434 - LP: #1417032
9435
9436 [ Upstream Kernel Changes ]
9437
9438 * PCI: Fix infinite loop with ROM image of size 0
9439 * tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma
9440 * Bluetooth: ath3k: workaround the compatibility issue with xHCI
9441 controller
9442 - LP: #1400215
9443
9444 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Feb 2015 12:44:43 +0000
9445
9446linux (3.19.0-5.5) vivid; urgency=low
9447
9448 [ Andy Whitcroft ]
9449
9450 * [Config] CONFIG_FA_DUMP=y
9451 - LP: #1415562
9452 * ubuntu: (no-squash) vbox -- infrastructure and updater
9453 * ubuntu: vbox -- update to 4.3.20-dfsg-1ubuntu1
9454 * rebase to v3.19 final
9455
9456 [ Chris J Arges ]
9457
9458 * [Config] Add ibmvfc to d-i
9459 - LP: #1416001
9460 * SAUCE: ext4: disable ext4_punch_hole for indirect filesystems
9461 - LP: #1292234
9462
9463 [ Upstream Kernel Changes ]
9464
9465 * rebase to v3.19
9466
9467 -- Andy Whitcroft <apw@canonical.com> Mon, 09 Feb 2015 10:41:11 +0000
9468
9469linux (3.19.0-4.4) vivid; urgency=low
9470
9471 [ Andy Whitcroft ]
9472
9473 * [Config] apply Kernel hacking >> Tracers config defaults
9474 * hyper-v -- fix comment handing in /etc/network/interfaces
9475 - LP: #1413020
9476 * rebase to v3.19-rc7
9477 * updateconfigs following rebase to v3.19-rc7
9478
9479 [ Ben Hutchings ]
9480
9481 * SAUCE: rtsx_usb_ms: Use msleep_interruptible() in polling loop
9482 - LP: #1413149
9483
9484 [ Upstream Kernel Changes ]
9485
9486 * rebase to v3.19-rc7
9487
9488 -- Andy Whitcroft <apw@canonical.com> Mon, 02 Feb 2015 17:03:07 +0200
9489
9490linux (3.19.0-3.3) vivid; urgency=low
9491
9492 [ Andy Whitcroft ]
9493
9494 * [Debian] arm64 -- build ubuntu drivers
9495 - LP: #1411284
9496 * [Packaging] config-check -- add support for enforced annotations
9497 * [Config] annotations -- switch to ENFORCED annotations
9498 * [Packaging] config-check -- drop support for enforce file
9499 * [Packaging] enforce -- drop empty enforce file
9500 * rebase to v3.19-rc5
9501 * [Config] add modules removed due to tighter dependencies
9502 * [Config] updateconfigs following rebase to v3.19-rc5
9503 * [Config] enforce CONFIG_FHANDLE=y
9504 - LP: #1412543
9505 * [Packaging] hyper-v -- daemons now require -n for non-forking startup
9506 - LP: #1408355
9507 * [Config] CONFIG_DEBUG_INFO_SPLIT=n
9508 - LP: #1413646
9509 * [Config] apply Device Drivers >> Character devices >> IPMI top-level
9510 message handler config defaults
9511 * [Config] apply Device Drivers >> Character devices >> Serial drivers
9512 config defaults
9513 * [Config] apply Device Drivers >> GPIO Support config defaults
9514 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
9515 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
9516 support) config defaults
9517 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
9518 Devices >> Support for frame buffer devices config defaults
9519 * [Config] apply Device Drivers >> HID support >> HID bus support >>
9520 Special HID drivers config defaults
9521 * [Config] apply Device Drivers >> Hardware Monitoring support config
9522 defaults
9523 * [Config] apply Device Drivers >> I2C support >> I2C support >> I2C
9524 Hardware Bus support config defaults
9525 * [Config] apply Device Drivers >> Industrial I/O support >> Analog to
9526 digital converters config defaults
9527 * [Config] apply Device Drivers >> Industrial I/O support >> Humidity
9528 sensors config defaults
9529 * [Config] apply Device Drivers >> Industrial I/O support >> Pressure
9530 sensors config defaults
9531 * [Config] apply Device Drivers >> Input device support >> Generic input
9532 layer (needed for keyboard, mouse, ...) >> Mice config defaults
9533 * [Config] apply Device Drivers >> Input device support >> Generic input
9534 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
9535 * [Config] apply Device Drivers >> LED Support >> LED Class Support
9536 config defaults
9537 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
9538 defaults
9539 * [Config] apply Device Drivers >> Multifunction device drivers config
9540 defaults
9541 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
9542 grabbers support >> Media test drivers config defaults
9543 * [Config] apply Device Drivers >> Multimedia support >> Media PCI
9544 Adapters config defaults
9545 * [Config] apply Device Drivers >> Multimedia support >> Remote
9546 Controller devices config defaults
9547 * [Config] apply Device Drivers >> Network device support >> Distributed
9548 Switch Architecture drivers config defaults
9549 * [Config] apply Device Drivers >> Network device support >> Network core
9550 driver support config defaults
9551 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
9552 >> Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) config
9553 defaults
9554 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
9555 >> Intel PRO/Wireless 2200BG and 2915ABG Network Connection config
9556 defaults
9557 * [Config] apply Device Drivers >> PHY Subsystem config defaults
9558 * [Config] apply Device Drivers >> Pin controllers config defaults
9559 * [Config] apply Device Drivers >> SPI support config defaults
9560 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
9561 Sound Architecture >> ALSA for SoC audio support config defaults
9562 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
9563 Sound Architecture >> FireWire sound devices config defaults
9564 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
9565 Sound Architecture >> HD-Audio config defaults
9566 * [Config] apply Device Drivers >> Staging drivers >> Lustre file system
9567 client support config defaults
9568 * [Config] apply Device Drivers >> Staging drivers >> Media staging
9569 drivers config defaults
9570 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
9571 USB Gadget Drivers >> USB functions configurable through configfs
9572 config defaults
9573 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
9574 USB Peripheral Controller config defaults
9575 * [Config] apply Networking support >> NFC subsystem support >> Near
9576 Field Communication (NFC) devices config defaults
9577 * [Config] apply Networking support >> Networking options >> Network
9578 packet filtering framework (Netfilter) >> Core Netfilter Configuration
9579 >> Netfilter nf_tables support config defaults
9580 * [Config] apply Networking support >> Networking options >> QoS and/or
9581 fair queueing >> Actions config defaults
9582 * [Config] apply Networking support >> Networking options >> TCP/IP
9583 networking config defaults
9584 * [Config] apply Networking support >> Wireless >> Generic IEEE 802.11
9585 Networking Stack (mac80211) config defaults
9586 * [Config] apply Device Drivers >> Input device support >> Generic input
9587 layer (needed for keyboard, mouse, ...) >> Keyboards config defaults
9588 * [Config] apply Device Drivers >> Input device support >> Generic input
9589 layer (needed for keyboard, mouse, ...) >> Mice config defaults
9590 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
9591 config defaults
9592 * [Config] apply Networking support >> Networking options >> Network
9593 packet filtering framework (Netfilter) >> IP: Netfilter Configuration
9594 >> IPv4 NAT config defaults
9595 * [Config] apply Networking support >> Networking options >> Network
9596 packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration
9597 >> IPv6 NAT config defaults
9598 * [Config] apply Kernel hacking >> Kernel debugging config defaults
9599 * [Config] apply General setup >> Timers subsystem >> Timer tick handling
9600 config defaults
9601 * SAUCE: arm64 -- psci tell the compiler which registers we are needing
9602 values in
9603 - LP: #1414002
9604 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
9605 >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N
9606 (iwlwifi) config defaults
9607 * [Config] apply Device Drivers >> Real Time Clock config defaults
9608 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
9609 support >> SCSI low-level drivers config defaults
9610 * [Config] apply General setup >> CPU/Task time and stats accounting >>
9611 Cputime accounting config defaults
9612 * [Config] apply Device Drivers >> Mailbox Hardware Support config
9613 defaults
9614 * rebase to v3.19-rc6
9615 * [Config] updateconfigs following rebase to v3.19-rc6
9616
9617 [ Kamal Mostafa ]
9618
9619 * [Packaging] force "dpkg-source -I -i" behavior
9620
9621 [ Leann Ogasawara ]
9622
9623 * [Config] Disable CONFIG_USB_OTG
9624 - LP: #1411295
9625
9626 [ Upstream Kernel Changes ]
9627
9628 * overlay: add backwards compatible overlayfs format support (fixes)
9629 - LP: #1410480
9630
9631 [ Upstream Kernel Changes ]
9632
9633 * rebase to v3.19-rc5
9634 * rebase to v3.19-rc6
9635
9636 -- Andy Whitcroft <apw@canonical.com> Mon, 26 Jan 2015 11:37:39 +0000
9637
9638linux (3.19.0-2.2) vivid; urgency=low
9639
9640 [ Andy Whitcroft ]
9641
9642 * rebase to v3.19-rc4
9643 * [Config] updateconfigs following rebase to v3.19-rc4
9644 * [Packaging] install all dtb files
9645 - LP: #1408002
9646 * [Config] switch on "all" dtbs
9647 - LP: #1408002
9648
9649 [ Colin Ian King ]
9650
9651 * SAUCE: drivers/rtc/interface.c: ignore exprired times when enqueing new
9652 timers
9653 - LP: #1333569
9654
9655 [ Joseph Salisbury ]
9656
9657 * [Config] Enable CONFIG_N_GSM as module.
9658 - LP: #1404670
9659
9660 [ K. Y. Srinivasan ]
9661
9662 * SAUCE: storvsc: force SPC-3 compliance on win8 and win8 r2 hosts
9663 - LP: #1406867
9664
9665 [ Steve McIntyre ]
9666
9667 * SAUCE: efi: Expose underlying UEFI firmware platform size to userland
9668 - LP: #1409750
9669
9670 [ Upstream Kernel Changes ]
9671
9672 * rebase to v3.19-rc4
9673
9674 -- Andy Whitcroft <apw@canonical.com> Tue, 13 Jan 2015 12:35:58 +0000
9675
9676linux (3.19.0-1.1) vivid; urgency=low
9677
9678 [ Andy Whitcroft ]
9679
9680 * Revert "SAUCE: AUFS -- aufs3-standalone.patch"
9681 * Revert "SAUCE: AUFS -- aufs3-mmap.patch"
9682 * Revert "SAUCE: AUFS -- aufs3-base.patch"
9683 * ubuntu: AUFS3 -- follow switch to vfs_fallocate
9684 * rebase to v3.19-rc1
9685 * rebase to v3.19-rc2
9686 * [Config] defaultconfigs following rebase to v3.19-rc2
9687 * ubuntu: aufs3 -- follow rename of d_child
9688 * ubuntu: aufs3 -- follow switch to d_splice_alias
9689 * ubuntu: aufs3 -- follow switch to get_unused_fd_flags()
9690 * ubuntu: aufs3 -- follow rename for d_alias
9691 * apparmor -- follow change to this_cpu_ptr
9692 * disable module checks for rebase
9693 * ubuntu: AUFS -- substrate: aufs3-base.patch
9694 * ubuntu: AUFS -- substrate: aufs3-mmap.patch
9695 * ubuntu: AUFS -- substrate: aufs3-standalone.patch
9696 * ubuntu: AUFS -- update to 92ad9cc8bd289bf8e59b6bd8d83137d8e1a58c1c
9697 * [Configs] updateconfigs following aufs update
9698 * v3.19 series start
9699 * rebase to v3.19-rc3
9700 * [Configs] updateconfigs following rebase to v3.19-rc3
9701 * [Packaging] uploadnum should be the remainder of the version
9702 - LP: #1407755
9703 * [Packaging] handle dts directories
9704 - LP: #1408004
9705 * [Config] follow move of arm64 dts' into vendor directories
9706
9707 [ Upstream Kernel Changes ]
9708
9709 * arm64: optimized copy_to_user and copy_from_user assembly code
9710 - LP: #1400349
9711 * iommu/ipmmu-vmsa: follow flag switch to IOMMU_NOEXEC
9712
9713 [ Upstream Kernel Changes ]
9714
9715 * rebase to v3.19-rc1
9716 - LP: #1173681
9717 * rebase to v3.19-rc2
9718 * rebase to v3.19-rc3
9719
9720 -- Andy Whitcroft <apw@canonical.com> Tue, 06 Jan 2015 14:30:02 +0000
9721
9722linux (3.18.0-7.8) vivid; urgency=low
9723
9724 [ Leann Ogasawara ]
9725
9726 * Release Tracking Bug
9727 - LP: #1401590
9728
9729 [ John Johansen ]
9730
9731 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
9732 - LP: #1362199
9733 * SAUCE: Revert: fix: only allow a single threaded process to ...
9734 - LP: #1371310
9735 * SAUCE: (no-up) fix: bad unix_addr_fs macro
9736 - LP: #1390223
9737 * SAUCE: (no-up) apparmor: add parameter to control whether policy
9738 hashing is used
9739 - LP: #1383886
9740 * [config] set apparmor config options
9741
9742 [ Seth Forshee ]
9743
9744 * [Config] CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n
9745 - LP: #1398458
9746
9747 [ Upstream Kernel Changes ]
9748
9749 * mfd: rtsx: Fix PM suspend for 5227 & 5249
9750 - LP: #1359052
9751 * mmc: sdhci-pci-o2micro: Fix Dell E5440 issue
9752 - LP: #1346067
9753
9754 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 11 Dec 2014 08:36:36 -0800
9755
9756linux (3.18.0-6.7) vivid; urgency=low
9757
9758 [ Andy Whitcroft ]
9759
9760 * Revert "SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
9761 assembly code"
9762 - LP: #1398596
9763 * rebase to v3.18
9764
9765 [ Chris J Arges ]
9766
9767 * [Config] CONFIG_PCIEASPM_DEBUG=y
9768 - LP: #1398544
9769
9770 [ Paolo Pisati ]
9771
9772 * [Config] armhf: VIRTIO_[BALLOON|MMIO]=y
9773 - LP: #1396470
9774
9775 [ Upstream Kernel Changes ]
9776
9777 * drivers:scsi:storvsc: Fix a bug in handling ring buffer failures that
9778 may result in I/O freeze
9779 - LP: #1400289
9780
9781 [ Upstream Kernel Changes ]
9782
9783 * rebase to v3.18
9784
9785 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 08 Dec 2014 09:15:17 -0800
9786
9787linux (3.18.0-5.6) vivid; urgency=low
9788
9789 [ Leann Ogasawara ]
9790
9791 * Release Tracking Bug
9792 - LP: #1398109
9793
9794 [ Andy Whitcroft ]
9795
9796 * [Config] CONFIG_SCSI_MQ_DEFAULT=n
9797 - LP: #1397061
9798 * rebase to v3.18-rc7
9799
9800 [ Chris J Arges ]
9801
9802 * [Config] CONFIG_SCOM_DEBUGFS=y for powerpc/powerpc64-smp
9803 ppc64el/generic
9804 - LP: #1395855
9805
9806 [ Upstream Kernel Changes ]
9807
9808 * rebase to v3.18-rc7
9809 - LP: #1389497
9810
9811 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 01 Dec 2014 10:09:09 -0800
9812
9813linux (3.18.0-4.5) vivid; urgency=low
9814
9815 [ Leann Ogasawara ]
9816
9817 * Release Tracking Bug
9818 - LP: #1395891
9819
9820 [ Andy Whitcroft ]
9821
9822 * rebase to v3.18-rc6
9823 * [Config] update configs following rebase to v3.18-rc6
9824 * [Config] enable overlayfs v1 support
9825
9826 [ Tim Gardner ]
9827
9828 * rebase to v3.18-rc5
9829
9830 [ Upstream Kernel Changes ]
9831
9832 * overlay: add backwards compatible overlayfs format support
9833 - LP: #1395877
9834
9835 [ Upstream Kernel Changes ]
9836
9837 * rebase to v3.18-rc5
9838 * rebase to v3.18-rc6
9839
9840 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 24 Nov 2014 13:12:48 -0800
9841
9842linux (3.18.0-3.4) vivid; urgency=low
9843
9844 [ Andy Whitcroft ]
9845
9846 * Revert "[Config] CONFIG_AUFS_FS=n for FTBS"
9847 * Revert "SAUCE: AUFS -- update to
9848 dcf336a754c86d5ee1c3d50699fd75c586d037cb"
9849 * Revert "SAUCE: aufs3 -- (no-up) aufs3-standalone.patch"
9850 * Revert "SAUCE: aufs3 -- (no-up) aufs3-base.patch"
9851 * [Config] amd64 is now the indep architecture
9852 * [Debian] basic hook support
9853 * SAUCE: AUFS -- aufs3-base.patch
9854 * SAUCE: AUFS -- aufs3-mmap.patch
9855 * SAUCE: AUFS -- aufs3-standalone.patch
9856 * ubuntu: AUFS -- update to 9d5c349d5c452170b8e813d86956f896a0aef170
9857 * [Config] updateconfigs following aufs3 update
9858 * SAUCE: AUFS (no-squash): basic framework and update machinary -- part 2
9859
9860 [ dann frazier ]
9861
9862 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
9863 - LP: #1388952
9864 * [Config] disable CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET
9865 * [Config] Disable CONFIG_RCU_USER_QS on arm64
9866
9867 [ Tim Gardner ]
9868
9869 * rebase to v3.18-rc4
9870
9871 [ Upstream Kernel Changes ]
9872
9873 * rebase to v3.18-rc4
9874 - LP: #1389497
9875 - LP: #1387128
9876
9877 -- Andy Whitcroft <apw@canonical.com> Tue, 11 Nov 2014 17:16:13 +0000
9878
9879linux (3.18.0-2.2) vivid; urgency=low
9880
9881 [ Tim Gardner ]
9882
9883 * SAUCE: nft_reject_bridge.c: Include net/ip6_checksum.h
9884
9885 [ Upstream Kernel Changes ]
9886
9887 * rebase to v3.18-rc3
9888
9889 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Nov 2014 06:09:06 -0700
9890
9891linux (3.18.0-1.1) vivid; urgency=low
9892
9893 [ Andy Whitcroft ]
9894
9895 * Revert "[Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el"
9896 * [Config] tools -- only build common tools when enabled
9897 * [Config] follow rename of DEB_BUILD_PROFILES
9898 * [Config] linux-image-extra is additive to linux-image
9899 - LP: #1375310
9900 * [Config] linux-image-extra postrm is not needed on purge
9901 * [Config] enable cloud tools on i386
9902 - LP: #1367399
9903
9904 [ Marc Dietrich ]
9905
9906 * [Config] arm/tegra/d-i: framebuffer and usb support for Tegra SoCs
9907
9908 [ Paolo Pisati ]
9909
9910 * [Config] armhf: REGULATOR_TWL4030=y
9911 * [Config] armhf: disable JUMP_LABEL
9912 - LP: #1378856
9913
9914 [ Tim Gardner ]
9915
9916 * rebase to v3.17-rc2
9917 * updateconfigs
9918 * [Config] CONFIG_NFC_ST21NFCB=n
9919 * [Config] Added net/6lowpan/* to generic inclusion list
9920 * [Config] Add arm64 to enforcer CONFIG_CC_STACKPROTECTOR
9921 * rebase to v3.17-rc3
9922 * rebase to v3.17-rc4
9923 * rebase to v3.17-rc5
9924 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y
9925 * [Config] CONFIG_XMON=y
9926 - LP: #1365655
9927 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el
9928 - LP: #1362514
9929 * [Config] CONFIG_KVM_BOOK3S_64_HV=m
9930 - LP: #1362514
9931 * [Config] CONFIG_DMA_CMA=n
9932 - LP: #1362261
9933 * [Config] Add mpt3sas to d-i
9934 - LP: #1368907
9935 * [Debian] set do_*_tools after stage1 or bootstrap is determined
9936 - LP: #1370211
9937 * [Config] CONFIG_USB_OHCI_HCD_PCI=y
9938 - LP: #1244176
9939 * rebase to v3.17-rc6
9940 * SAUCE: usbip: Update include path
9941 * [Debian] usbip tools packaging
9942 - LP: #898003
9943 * [Config] Enable usbip tools
9944 - LP: #898003
9945 * [Config] CONFIG_CRASH_DUMP=n for powerpc-smp
9946 - LP: #1363180
9947 * [Config] Correct annotation regarding CONFIG_DMA_CMA
9948 - LP: #1362261
9949 * [Config] CONFIG_SND_HDA_INTEL=n for ppc64el
9950 - LP: #1374438
9951 * [Config] CONFIG_HOTPLUG_PCI_SHPC=n for ppc64el
9952 - LP: #1374440
9953 * [Debian] Don't fail if a symlink already exists
9954 * rebase to v3.17-rc7
9955 * [Config] CONFIG_HOTPLUG_PCI_PCIE=n for ppc64el
9956 - LP: #1374440
9957 * rebase to v3.17
9958 * rebase to v3.18-rc1
9959 * [Config] CONFIG_AUFS_FS=n for FTBS
9960 * Enable vivid
9961 * [Config] CONFIG_SOUND_OSS_CORE_PRECLAIM=n
9962 - LP: #1385510
9963 * rebase to v3.18-rc2
9964 * [Debian] Fix linux-doc dangling symlinks
9965 - LP: #661306
9966 * CONFIG_MODULE_COMPRESS=n
9967 * [Config] dropped scsi_tgt from generic inclusion list
9968 * [Config] Added drivers/uio to generic inclusion list
9969 * [Config] CONFIG_PATA_MACIO=y
9970 - LP: #1378894
9971 * [Config] CONFIG_DRM_BOCHS=n
9972 * [Debian] install usbipd
9973 - LP: #898003
9974
9975 [ Upstream Kernel Changes ]
9976
9977 * rebase to v3.18-rc2
9978
9979 [ Upstream Kernel Changes ]
9980
9981 * rebase to v3.18-rc1
9982 - LP: #1316518
9983 - LP: #1371591
9984 - LP: #1357928
9985
9986 [ Upstream Kernel Changes ]
9987
9988 * rebase to v3.17
9989
9990 [ Upstream Kernel Changes ]
9991
9992 * rebase to v3.17-rc7
9993
9994 [ Upstream Kernel Changes ]
9995
9996 * rebase to v3.17-rc6
9997
9998 [ Upstream Kernel Changes ]
9999
10000 * rebase to v3.17-rc5
10001
10002 [ Upstream Kernel Changes ]
10003
10004 * rebase to v3.17-rc4
10005
10006 [ Upstream Kernel Changes ]
10007
10008 * rebase to v3.17-rc3
10009
10010 [ Upstream Kernel Changes ]
10011
10012 * rebase to v3.17-rc2
10013 - LP: #1358116
10014 - LP: #1350148
10015 - LP: #1334950
10016 - LP: #1329580
10017 - LP: #1329580
10018 - LP: #1329580
10019
10020 [ Upstream Kernel Changes ]
10021
10022 * rebase to v3.17-rc2
10023
10024 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:36:19 -0600
10025
10026linux (3.17.0-0.0) utopic; urgency=medium
10027
10028 * Empty entry
10029
10030 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:34:44 -0600
10031
10032linux (3.16.0-11.16) utopic; urgency=low
10033
10034 [ Mauricio Faria de Oliveira ]
10035
10036 * [Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el
10037 - LP: #1358920
10038
10039 [ Peter Zijlstra ]
10040
10041 * SAUCE: (no-up) mmu_notifier: add call_srcu and sync function for listener to delay call and sync
10042 - LP: #1361300
10043
10044 [ Tim Gardner ]
10045
10046 * [Config] CONFIG_ZPOOL=y
10047 - LP: #1360428
10048 * Release Tracking Bug
10049 - LP: #1361308
10050
10051 [ Upstream Kernel Changes ]
10052
10053 * Revert "net/mlx4_en: Fix bad use of dev_id"
10054 - LP: #1347012
10055 * net/mlx4_en: Reduce memory consumption on kdump kernel
10056 - LP: #1347012
10057 * net/mlx4_en: Fix mac_hash database inconsistency
10058 - LP: #1347012
10059 * net/mlx4_en: Disable blueflame using ethtool private flags
10060 - LP: #1347012
10061 * net/mlx4_en: current_mac isn't updated in port up
10062 - LP: #1347012
10063 * net/mlx4_core: Use low memory profile on kdump kernel
10064 - LP: #1347012
10065 * Drivers: scsi: storvsc: Change the limits to reflect the values on the host
10066 - LP: #1347169
10067 * Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host
10068 - LP: #1347169
10069 * Drivers: scsi: storvsc: Filter commands based on the storage protocol version
10070 - LP: #1347169
10071 * Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version
10072 - LP: #1347169
10073 * Drivers: scsi: storvsc: Implement a eh_timed_out handler
10074 - LP: #1347169
10075 * drivers: scsi: storvsc: Set srb_flags in all cases
10076 - LP: #1347169
10077 * drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure
10078 - LP: #1347169
10079 * namespaces: Use task_lock and not rcu to protect nsproxy
10080 - LP: #1328088
10081 * net: xgene: Check negative return value of xgene_enet_get_ring_size()
10082 * mm/zbud: change zbud_alloc size type to size_t
10083 - LP: #1360428
10084 * mm/zpool: implement common zpool api to zbud/zsmalloc
10085 - LP: #1360428
10086 * mm/zpool: zbud/zsmalloc implement zpool
10087 - LP: #1360428
10088 * mm/zpool: update zswap to use zpool
10089 - LP: #1360428
10090 * ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling
10091 - LP: #1341296
10092 * iommu/amd: Fix for pasid initialization
10093 - LP: #1361300
10094 * iommu/amd: Moving PPR fault flags macros definitions
10095 - LP: #1361300
10096 * iommu/amd: Drop oprofile dependency
10097 - LP: #1361300
10098 * iommu/amd: Fix typo in amd_iommu_v2 driver
10099 - LP: #1361300
10100 * iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid
10101 - LP: #1361300
10102 * iommu/amd: Don't free pasid_state in mn_release path
10103 - LP: #1361300
10104 * iommu/amd: Get rid of __unbind_pasid
10105 - LP: #1361300
10106 * iommu/amd: Drop pasid_state reference in ppr_notifer error path
10107 - LP: #1361300
10108 * iommu/amd: Add pasid_state->invalid flag
10109 - LP: #1361300
10110 * iommu/amd: Don't hold a reference to mm_struct
10111 - LP: #1361300
10112 * iommu/amd: Don't hold a reference to task_struct
10113 - LP: #1361300
10114 * iommu/amd: Don't call the inv_ctx_cb when pasid is not set up
10115 - LP: #1361300
10116 * iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid
10117 - LP: #1361300
10118 * iommu/amd: Remove change_pte mmu_notifier call-back
10119 - LP: #1361300
10120 * iommu/amd: Fix device_state reference counting
10121 - LP: #1361300
10122 * iommu/amd: Fix 2 typos in comments
10123 - LP: #1361300
10124
10125 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Aug 2014 08:45:54 -0400
10126
10127linux (3.16.0-10.15) utopic; urgency=low
10128
10129 [ dann frazier ]
10130
10131 * [debian] Fix regression with ABI subversions and backport
10132
10133 [ Feng Kan ]
10134
10135 * SAUCE: (no-up) irqchip:gic: change access of gicc_ctrl register to read
10136 modify write.
10137 - LP: #1357527
10138 * SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
10139 assembly code
10140 - LP: #1358949
10141
10142 [ Stefan Bader ]
10143
10144 * SAUCE: bcache: prevent crash on changing writeback_running
10145 - LP: #1357295
10146
10147 [ Tim Gardner ]
10148
10149 * [Config] CONFIG_XFRM_STATISTICS=y
10150 * [Config] CONFIG_SECURITY_NETWORK_XFRM=y
10151 * [Config] CONFIG_SENSORS_IBMPOWERNV=m
10152 - LP: #1353005
10153 * Release Tracking Bug
10154 - LP: #1359783
10155
10156 [ Upstream Kernel Changes ]
10157
10158 * intel_idle: Broadwell support
10159 - LP: #1256170
10160 * powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
10161 - LP: #1357108
10162 * powerpc/powernv: Invoke opal call to handle hmi.
10163 - LP: #1357108
10164 * powerpc/book3s: handle HMIs for cpus in nap mode.
10165 - LP: #1357108
10166 * powerpc/book3s: Fix endianess issue for HMI handling on napping cpus.
10167 - LP: #1357108
10168 * powerpc: Add smp_mb() to arch_spin_is_locked()
10169 - LP: #1358569
10170 * powerpc: Add smp_mb()s to arch_spin_unlock_wait()
10171 - LP: #1358569
10172 * hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and
10173 temperature
10174 - LP: #1353005
10175 * tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition
10176 - LP: #1358855
10177 * printk: Add function to return log buffer address and size
10178 - LP: #1359423
10179 * powerpc/powernv: Interface to register/unregister opal dump region
10180 - LP: #1359423
10181 * bcache: fix crash on shutdown in passthrough mode
10182 - LP: #1357295
10183 * bcache: fix uninterruptible sleep in writeback thread
10184 - LP: #1357295
10185
10186 [ Vinayak Kale ]
10187
10188 * SAUCE: (no-up) dt-bindings: Add Potenza PMU binding
10189 - LP: #1357527
10190 * SAUCE: (no-up) arm64: dts: Add PMU node for APM X-Gene Storm SOC
10191 - LP: #1357527
10192
10193 -- Tim Gardner <tim.gardner@canonical.com> Fri, 15 Aug 2014 12:34:33 -0600
10194
10195linux (3.16.0-9.14) utopic; urgency=low
10196
10197 [ Tim Gardner ]
10198
10199 * Release Tracking Bug
10200 - LP: #1357370
10201
10202 [ Serge Hallyn ]
10203
10204 * SAUCE: Overlayfs: allow unprivileged mounts
10205 - LP: #1357025
10206
10207 [ Upstream Kernel Changes ]
10208
10209 * MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
10210 * Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
10211 * dts: Add bindings for APM X-Gene SoC ethernet driver
10212 * drivers: net: Add APM X-Gene SoC ethernet driver support.
10213 * powerpc/thp: Add write barrier after updating the valid bit
10214 - LP: #1357014
10215 * powerpc/thp: Don't recompute vsid and ssize in loop on invalidate
10216 - LP: #1357014
10217 * powerpc/thp: Invalidate old 64K based hash page mapping before insert
10218 of 4k pte
10219 - LP: #1357014
10220 * powerpc/thp: Handle combo pages in invalidate
10221 - LP: #1357014
10222 * powerpc/thp: Invalidate with vpn in loop
10223 - LP: #1357014
10224 * powerpc/thp: Use ACCESS_ONCE when loading pmdp
10225 - LP: #1357014
10226 * powerpc/mm: Use read barrier when creating real_pte
10227 - LP: #1357014
10228 * powerpc/thp: Add tracepoints to track hugepage invalidate
10229 - LP: #1357014
10230 * rebase to v3.16.1
10231
10232 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Aug 2014 08:18:02 -0400
10233
10234linux (3.16.0-8.13) utopic; urgency=low
10235
10236 [ Tim Gardner ]
10237
10238 * Release Tracking Bug
10239 - LP: #1356403
10240
10241 [ dann frazier ]
10242
10243 * [debian] Allow for package revisions condusive for branching
10244
10245 [ Upstream Kernel Changes ]
10246
10247 * ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controller driver.
10248 - LP: #1350087
10249 * ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA Host controller driver.
10250 - LP: #1350087
10251 * powerpc/powernv: Enable M64 aperatus for PHB3
10252 - LP: #1355469
10253 * powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE
10254 - LP: #1352994
10255 * powerpc: Add machine_early_initcall()
10256 - LP: #1352640
10257 * powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall()
10258 - LP: #1352640
10259 * powerpc/eeh: Avoid event on passed PE
10260 - LP: #1352640
10261 * powerpc/eeh: EEH support for VFIO PCI device
10262 - LP: #1352640
10263 * powerpc/eeh: sysfs entries lost
10264 - LP: #1352640
10265 * powerpc/powernv: Fix IOMMU table for VFIO dev
10266 - LP: #1352640
10267 * powerpc/eeh: Fetch IOMMU table in reliable way
10268 - LP: #1352640
10269 * powerpc/eeh: Refactor EEH flag accessors
10270 - LP: #1352640
10271 * powerpc/eeh: Selectively enable IO for error log
10272 - LP: #1352640
10273 * powerpc/eeh: Reduce lines of log dump
10274 - LP: #1352640
10275 * powerpc/eeh: Replace pr_warning() with pr_warn()
10276 - LP: #1352640
10277 * powerpc/eeh: Make diag-data not endian dependent
10278 - LP: #1352640
10279 * powerpc/eeh: Aux PE data for error log
10280 - LP: #1352640
10281 * PCI: Support BAR sizes up to 128GB
10282 - LP: #1352640
10283 * powerpc/powernv: Allow to freeze PE
10284 - LP: #1352640
10285 * powerpc/powernv: Split ioda_eeh_get_state()
10286 - LP: #1352640
10287 * powerpc/powernv: Handle compound PE
10288 - LP: #1352640
10289 * powerpc/powernv: Handle compound PE for EEH
10290 - LP: #1352640
10291 * powerpc/powernv: Handle compound PE in config accessors
10292 - LP: #1352640
10293 * mnt: Only change user settable mount flags in remount
10294 - LP: #1356318
10295 - CVE-2014-5206
10296 * mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
10297 - LP: #1356318
10298 - CVE-2014-5206
10299 * mnt: Correct permission checks in do_remount
10300 - LP: #1356323
10301 - CVE-2014-5207
10302 * mnt: Change the default remount atime from relatime to the existing value
10303 - LP: #1356323
10304 - CVE-2014-5207
10305
10306 -- Tim Gardner <tim.gardner@canonical.com> Sun, 10 Aug 2014 09:10:51 -0600
10307
10308linux (3.16.0-7.12) utopic; urgency=low
10309
10310 [ Andy Whitcroft ]
10311
10312 * rebase to v3.16 final
10313 * [Config] d-i -- add virtio_scsi to virtio-modules
10314 - LP: #1342000
10315
10316 [ dann frazier ]
10317
10318 * [Packaging] Fix 'printchanges' to work with versions containing '+'
10319
10320 [ Tim Gardner ]
10321
10322 * [Config] CONFIG_MICROCODE=y
10323 - LP: #1084373
10324 * [Config] CONFIG_CONTEXT_TRACKING_FORCE=n
10325 - LP: #1349028
10326 * [Config] Add hv_balloon to d-i virtio-modules
10327 - LP: #1292216
10328 * Release Tracking Bug
10329 - LP: #1354530
10330
10331 [ Upstream Kernel Changes ]
10332
10333 * rebase to v3.16
10334
10335 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Jul 2014 09:55:15 -0400
10336
10337linux (3.16.0-6.11) utopic; urgency=low
10338
10339 [ Paolo Pisati ]
10340
10341 * [Config] armhf: MXS_DMA=y && MTD_NAND_GPMI_NAND=m
10342 * [Config] armhf: KEYBOARD_IMX=m
10343 * [Config] armhf: build cubox & imx6 DTBs
10344 * [Config] armhf: RTC_DRV_PCF8523=y
10345
10346 [ Tim Gardner ]
10347
10348 * [Config] CONFIG_KEYS_DEBUG_PROC_KEYS=y
10349 - LP: #1344405
10350 * [Config] CONFIG_SCSI_IPR_TRACE=y, CONFIG_SCSI_IPR_DUMP=y
10351 - LP: #1343109
10352 * Release Tracking Bug
10353 - LP: #1349196
10354
10355 [ Upstream Kernel Changes ]
10356
10357 * rebase to v3.16-rc7
10358
10359 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Jul 2014 09:08:55 -0400
10360
10361linux (3.16.0-5.10) utopic; urgency=low
10362
10363 [ Tim Gardner ]
10364
10365 * Release Tracking Bug
10366 - LP: #1346298
10367 * [Config] CONFIG_GPIO_SYSFS=y
10368 - LP: #1342153
10369 * rebase to v3.16-rc6
10370
10371 [ Paolo Pisati ]
10372
10373 * [Config] enable ARCH_MVEBU*
10374 * [Config] AHCI_MVEBU=m
10375 * [Config] ARMADA_THERMAL=y
10376 * [Config] ARM_ARMADA_370_XP_CPUIDLE=y
10377 * [Config] CRYPTO_DEV_MV_CESA=m
10378 * [Config] I2C_MV64XXX=m
10379 * [Config] MMC_MVSDIO=m
10380 * [Config] MMC_SDHCI_DOVE=m
10381 * [Config] MTD_NAND_ORION=m
10382 * [Config] MTD_NAND_PXA3xx=m
10383 * [Config] MVNETA=m
10384 * [Config] MV_XOR=y
10385 * [Config] ORION_WATCHDOG=m
10386 * [Config] PCI_MVEBU=y
10387 * [Config] RTC_DRV_MV=y
10388 * [Config] SND_KIRKWOOD_SOC*=m
10389 * [Config] SPI_ORION=m
10390 * [Config] USB_XHCI_MVEBU=m
10391 * [Config] armhf: build all Armada and Dove DTBs
10392 * [Config] armhf: SERIAL_8250_DW=y
10393
10394 [ Upstream Kernel Changes ]
10395
10396 * rebase to v3.16-rc6
10397
10398 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Jul 2014 07:49:42 -0400
10399
10400linux (3.16.0-4.9) utopic; urgency=low
10401
10402 [ Tim Gardner ]
10403
10404 * Release Tracking Bug
10405 - LP: #1341543
10406
10407 [ Upstream Kernel Changes ]
10408
10409 * rebase to v3.16-rc5
10410
10411 -- Tim Gardner <tim.gardner@canonical.com> Sun, 13 Jul 2014 21:30:27 -0400
10412
10413linux (3.16.0-3.8) utopic; urgency=low
10414
10415 [ Tim Gardner ]
10416
10417 * Release Tracking Bug
10418 - LP: #1340091
10419
10420 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jul 2014 10:06:47 +0100
10421
10422linux (3.16.0-2.7) utopic; urgency=low
10423
10424 [ Andy Whitcroft ]
10425
10426 * ubuntu: aufs3 -- avoid aufs3-mmap.patch include hell for arm64
10427 ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
10428
10429 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Jul 2014 16:16:28 +0100
10430
10431linux (3.16.0-2.6) utopic; urgency=low
10432
10433 [ Andy Whitcroft ]
10434
10435 * Revert "ubuntu: aufs3 -- (no-up) aufs3-mmap.patch"
10436 Fixes FTBS.
10437
10438 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 17:29:26 +0100
10439
10440linux (3.16.0-2.5) utopic; urgency=low
10441
10442 [ Andy Whitcroft ]
10443
10444 * ubuntu -- fix basic format for ubuntu/Makefile
10445 * ubuntu: AUFS (no-squash): basic framework and update machinary
10446 * ubuntu: aufs3 -- update update scripting
10447 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
10448 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
10449 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
10450 * ubuntu: AUFS -- update to dcf336a754c86d5ee1c3d50699fd75c586d037cb
10451 * [Configs] AUFS configs
10452 * ubuntu: aufs3 -- reenable
10453
10454 [ Tim Gardner ]
10455
10456 * CONFIG_LATENCYTOP=n
10457
10458 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 15:27:35 +0100
10459
10460linux (3.16.0-2.4) utopic; urgency=low
10461
10462 [ Andy Whitcroft ]
10463
10464 * [Config] flip VIRTIO*=y
10465 * [Config] commonise CONFIG_SWIOTLB=y
10466 * [Config] apply Bus options (PCI etc.) >> PCI support config defaults
10467 * [Config] apply Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED)
10468 config defaults
10469 * [Config] apply Device Drivers >> Block devices config defaults
10470 * [Config] apply Device Drivers >> Character devices config defaults
10471 * [Config] apply Device Drivers >> DMA Engine support config defaults
10472 * [Config] apply Device Drivers >> EDAC (Error Detection And Correction)
10473 reporting config defaults
10474 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
10475 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
10476 support) config defaults
10477 * [Config] apply Device Drivers >> GPIO Support config defaults
10478 * [Config] apply Device Drivers >> Graphics support >> Console display
10479 driver support config defaults
10480 * [Config] apply Device Drivers >> IIO staging drivers >> Accelerometers
10481 config defaults
10482 * [Config] apply Device Drivers >> IOMMU Hardware Support config defaults
10483 * [Config] apply Device Drivers >> Input device support >> Generic input
10484 layer (needed for keyboard, mouse, ...) >> Miscellaneous devices config
10485 defaults
10486 * [Config] apply Device Drivers >> Input device support >> Hardware I/O
10487 ports config defaults
10488 * [Config] apply Device Drivers >> LED Support >> LED Class Support
10489 config defaults
10490 * [Config] apply Device Drivers >> Hardware Spinlock drivers config
10491 defaults
10492 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
10493 grabbers support config defaults
10494 * [Config] apply Security options config defaults
10495 * [Config] apply Networking options >> Network packet filtering framework
10496 (Netfilter) >> Core Netfilter Configuration config defaults
10497 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
10498 defaults
10499 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
10500 Devices >> Support for frame buffer devices config defaults
10501 * [Config] apply Power management and ACPI options >> CPU Frequency
10502 scaling config defaults
10503 * [Config] apply Processor type and features config defaults
10504 * [Config] apply Partition Types config defaults
10505 * [Config] apply Power management and ACPI options config defaults
10506 * [Config] apply Device Drivers >> InfiniBand support config defaults
10507 * [Config] apply Device Drivers >> Misc devices config defaults
10508 * [Config] apply Device Drivers >> Multifunction device drivers config
10509 defaults
10510 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
10511 support >> SCSI low-level drivers config defaults
10512 * [Config] apply Device Drivers >> Network device support >> Ethernet
10513 driver support config defaults
10514 * [Config] apply Device Drivers >> Network device support >> Network core
10515 driver support config defaults
10516 * [Config] apply Device Drivers >> Network device support >> PHY Device
10517 support and infrastructure config defaults
10518 * [Config] apply File systems >> Network File Systems config defaults
10519 * [Config] apply Device Drivers >> Input device support >> Generic input
10520 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
10521 * [Config] apply Device Drivers >> Memory Technology Device (MTD) support
10522 >> NAND Device Support config defaults
10523 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
10524 >> Ralink driver support config defaults
10525 * [Config] apply Device Drivers >> Staging drivers config defaults
10526 * [Config] apply Cryptographic API >> Hardware crypto devices config
10527 defaults
10528 * [Config] apply Device Drivers >> Macintosh device drivers config
10529 defaults
10530 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
10531 config defaults
10532 * [Config] apply Device Drivers >> PPS support config defaults
10533 * [Config] apply Device Drivers >> Sound card support config defaults
10534 * [Config] apply Networking support >> RF switch subsystem support config
10535 defaults
10536 * [Config] apply Library routines config defaults
10537 * [Config] apply Device Drivers >> CODEC drivers config defaults
10538 * [Config] apply Device Drivers >> PHY Subsystem config defaults
10539 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
10540 config defaults
10541 * [Config] apply Kernel hacking >> Tracers config defaults
10542 * [Config] apply Kernel hacking >> Runtime Testing config defaults
10543 * [Config] apply Kernel hacking >> Architecture: powerpc config defaults
10544 * [Config] apply Device Drivers >> USB support config defaults
10545 * [Config] apply Device Drivers >> Power supply class support config
10546 defaults
10547 * [Config] apply Device Drivers >> USB Network Adapters config defaults
10548 * [Config] apply General setup >> IRQ subsystem config defaults
10549 * [Config] apply General setup config defaults
10550 * [Config] apply File systems >> Miscellaneous filesystems config
10551 defaults
10552 * [Config] apply File systems config defaults
10553 * [Config] apply Device Drivers >> Userspace I/O drivers config defaults
10554 * [Config] apply Device Drivers >> Virtio drivers config defaults
10555 * [Config] apply Device Drivers >> USB Peripheral Controller config
10556 defaults
10557 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
10558 support >> SCSI Transports config defaults
10559 * [Config] apply Device Drivers >> Real Time Clock config defaults
10560 * [Config] apply Device Drivers >> Serial ATA and Parallel ATA drivers
10561 (libata) config defaults
10562 * [Config] apply Device Drivers >> SoC Audio for Freescale CPUs config
10563 defaults
10564 * [Config] apply Device Drivers >> Voltage and Current Regulator Support
10565 config defaults
10566 * [Config] apply Device Drivers >> USB Physical Layer drivers config
10567 defaults
10568 * [Config] apply Device Drivers >> Watchdog Timer Support config defaults
10569 * [Config] powerpc-powerpc-e500mc FTBFS -- CONFIG_CRASH_DUMP=n
10570 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_IMA=n
10571 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_HIBERNATION=n
10572 CONFIG_HOTPLUG_CPU=n
10573 * [Config] ppc64el-generic FTBFS -- CONFIG_LUSTRE_FS=n
10574 * [Config] drivers/message/fusion needs scsi_transport_spi in virtual
10575 * [Config] drivers/acpi/acpi_ipmi.ko needs
10576 drivers/char/ipmi/ipmi_msghandler.ko in virtual
10577 * [Config] armhf-* FTBFS -- CONFIG_STACK_TRACER=n
10578 CONFIG_FUNCTION_TRACER=n
10579 * [Config] ignore modules changing following major config changes
10580
10581 [ Tim Gardner ]
10582
10583 * rebase to v3.16-rc4
10584
10585 [ Upstream Kernel Changes ]
10586
10587 * rebase to v3.16-rc4
10588 - LP: #1297581
10589
10590 -- Andy Whitcroft <apw@canonical.com> Thu, 03 Jul 2014 11:00:43 +0100
10591
10592linux (3.16.0-1.3) utopic; urgency=low
10593
10594 [ Andy Whitcroft ]
10595
10596 * Revert "Disable do_tools_perf for FTBS"
10597 * SAUCE: fix perf_regs definitions for arm64
10598
10599 [ Paolo Pisati ]
10600
10601 * [Config] armhf: ARCH_EXYNOS5* support
10602 * [Config] armhf: CPU_IDLE=y and ARM_EXYNOS_CPUIDLE=y
10603 * [Config] armhf: EXYNOS_THERMAL=y
10604 * [Config] armhf: EXYNOS_IOMMU=y
10605 * [Config] armhf: EXYNOS_ADC=m
10606 * [Config] armhf: EXYNOS_I2C_EXYNOS5=m
10607 * [Config] armhf: MMC_SDHCI_S3C=m
10608 * [Config] armhf: PCI_EXYNOS=y
10609 * [Config] armhf: PHY_EXYNOS5250_SATA=y
10610 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y
10611 * [Config] armhf: PWM_SAMSUNG=m
10612 * [Config] armhf: RTC_DRV_S3C=y
10613 * [Config] armhf: S3C2410_WATCHDOG=m
10614 * [Config] armhf: MMC_DW_EXYNOS=m
10615 * [Config] armhf: SERIAL_SAMSUNG=y
10616 * [Config] armhf: SND_SOC_SAMSUNG=m
10617 * [Config] armhf: SPI_S3C64XX=m
10618 * [Config] armhf: EXYNOS_VIDEO=y and VIDEO_SAMSUNG*=m
10619 * [Config] armhf: FB_S3C=m
10620 * [Config] armhf: build all Exynos 5 DTBs
10621 * [Config] armhf: disable CPUFREQ_EXYNOS
10622
10623 [ Tim Gardner ]
10624
10625 * rebase to v3.16-rc3
10626
10627 [ Upstream Kernel Changes ]
10628
10629 * rebase to v3.16-rc3
10630 - LP: #1331915
10631
10632 -- Tim Gardner <tim.gardner@canonical.com> Tue, 24 Jun 2014 08:58:09 -0600
10633
10634linux (3.16.0-0.2) utopic; urgency=low
10635
10636 [ Tim Gardner ]
10637
10638 * Revert "SAUCE: intel_pstate -- toggle default to disable"
10639 - LP: #1333322
10640 * CONFIG_BOOKE_WDT=y
10641 * Disable do_tools_perf for FTBS (just until I can figure it out)
10642
10643 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Jun 2014 13:37:53 -0600
10644
10645linux (3.16.0-0.1) utopic; urgency=low
10646
10647 [ Tim Gardner ]
10648
10649 * Release Tracking Bug
10650 - LP: #1333265
10651
10652 [ Andy Whitcroft ]
10653
10654 * [Config] cloud-tools -- add systemd units
10655 - LP: #1329027
10656
10657 [ dann frazier ]
10658
10659 * [Config] CONFIG_RTC_DRV_XGENE=y for arm64
10660 * [Config] CONFIG_NET_XGENE=m for arm64
10661 * [Config] Restrict CONFIG_POWER_RESET_SYSCON to arm64 only
10662
10663 [ Feng Kan ]
10664
10665 * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node
10666 * SAUCE: (no-up) Add documentation for generic SYSCON reboot driver.
10667 * SAUCE: (no-up) Select reboot driver for X-Gene platform.
10668
10669 [ Iyappan Subramanian ]
10670
10671 * SAUCE: (no-up) MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
10672 * SAUCE: (no-up) Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
10673 * SAUCE: (no-up) dts: Add bindings for APM X-Gene SoC ethernet driver
10674 * SAUCE: (no-up) drivers: net: Add APM X-Gene SoC ethernet driver support.
10675
10676 [ Tim Gardner ]
10677
10678 * updateconfigs
10679 * Fix arm64 crypto Makefile
10680 * [Config] CONFIG_BOOKE_WDT=n for FTBS
10681 * [Debian] Add UTS_UBUNTU_RELEASE_ABI to utsrelease.h
10682 - LP: #1327619
10683 * Disabled powerpc64-emb for FTBS
10684 * [Config] CONFIG_DRM_TEGRA=m
10685 * [Config] CONFIG_CMA_SIZE_MBYTES=64
10686 * rebase to v3.16-rc2
10687 * Clean up generic.inclusion-list warnings
10688
10689 [ Upstream Kernel Changes ]
10690
10691 * rebase to v3.16-rc2
10692 - LP: #1328587
10693 - LP: #1319291
10694 - LP: #1310512
10695 - LP: #1310512
10696 - LP: #1305480
10697
10698 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Jun 2014 12:26:09 +0000
10699
10700linux (3.15.0-6.11) utopic; urgency=low
10701
10702 [ Adam Conrad ]
10703
10704 * Enable building the sata-modules udeb on ppc64el.
10705 - LP: #1323980
10706 * [Packaging] Set bootloader and loader on ppc64el to grub
10707
10708 [ Adam Lee ]
10709
10710 * SAUCE: (no-up) rtlwifi: rtl8723be: disable MSI interrupts mode
10711 - LP: #1310512, #1320070
10712
10713 [ Alex Hung ]
10714
10715 * SAUCE: (no-up) dell-led: add mic mute led interface
10716 - LP: #1308297
10717
10718 [ Andy Whitcroft ]
10719
10720 * [Config] d-i -- add hyperv_keyboard to serial-modules udeb
10721 - LP: #1285434
10722 * [Config] tools -- enable cpupower on ppc64el
10723 * [Config] ppc64el -- enable perf tools
10724 * [Config] powerpc -- enable perf tools
10725 * [Config] ppc64el -- reduce MAX_ORDER with 64k pages
10726 * [Config] arm64 -- enable tools
10727 - LP: #1326050
10728 * [Config] switch hyper-keyboard to virtual
10729 - LP: #1325306
10730 * [Config] fix up Breaks/Replaces on linux-cloud-tools-common to fix
10731 upgrades
10732 * SAUCE: kvm: BIOS disabled kvm support should be a warning
10733 - LP: #1300247
10734 * SAUCE: nouveau: missing outputs should be warnings
10735 - LP: #1300244
10736 * [Config] d-i -- add nvme devices to block-modules udeb
10737 - LP: #1303710
10738
10739 [ Anton Blanchard ]
10740
10741 * SAUCE: (no-up) powerpc: 64bit sendfile is capped at 2GB
10742 - LP: #1328230
10743
10744 [ Colin Ian King ]
10745
10746 * SAUCE: intel_pstate: inform user that thermald is worth considering
10747
10748 [ Dave Chiluk ]
10749
10750 * [Config] Enable CONFIG_IP_VS_IPV6=y
10751 - LP: #1300739
10752
10753 [ Paolo Pisati ]
10754
10755 * [Config] build vexpress a9 dtb
10756 - LP: #1303657
10757
10758 [ Tetsuo Handa ]
10759
10760 * SAUCE: kthread: Do not leave kthread_create() immediately upon SIGKILL.
10761
10762 [ Tim Gardner ]
10763
10764 * Release Tracking Bug
10765 - LP: #1329045
10766 * [Debian] Treat vdso install as an environment variable
10767 - LP: #1325713
10768 * [Config] Treat vdso install as an environment variable
10769 - LP: #1325713
10770 * [config] Set IPMI suppoort default to "y"
10771 * [Config] powerpc -- CONFIG_SCSI_IBMVSCSI=y
10772 * [Config] CONFIG_RT_GROUP_SCHED=n
10773 - LP: #1284731
10774 * [Config] ppc64el -- switch to 64K system pages
10775 * [Config] CONFIG_MICROCODE_EARLY=y
10776 * [Config] SND_DAVINCI_SOC && SND_AM33XX_SOC_EVM =m
10777 * [Config] armhf: DRM_TILCDC=m
10778 * SAUCE: (no-up) mei_me: Add module parameter to disable MSI
10779 * [Config] arm64: KVM=y
10780 * [Config] armhf: LEDS_TRIGGER_HEARTBEAT=y
10781 * [Config] armhf: generic: disable CPU_IDLE
10782 * [Config] armhf: CPU_FREQ=y
10783 * [Config] Add new mlx modules to d-i
10784 * [Config] Added Muti-Arch support for linux-headers-PKGVER-ABINUM, linux-tools-common, and linux-cloud-tools-common
10785 - LP: #1295112
10786 * [Config] CONFIG_EXYNOS_ADC=n, CONFIG_HW_RANDOM_EXYNOS=n, CONFIG_MMC_DW_EXYNOS=n, CONFIG_USB_DWC3_EXYNOS=n
10787 - LP: #1294353
10788 * [Config] CONFIG_ABX500_CORE=y for ppc64el
10789 * [Config] CONFIG_ALX=m for powerpc
10790 * [Config] CONFIG_ACENIC_OMIT_TIGON_I=n for ppc64el
10791 * [Config] CONFIG_ACORN_PARTITION_*=n for ppc64el
10792 * [Config] CONFIG_ANDROID=n for powerpc
10793 * [Config] CONFIG_ASYNC_RAID6_TEST=m for ppc64el
10794 * [Config] CONFIG_BIG_KEYS=y for ppc64el
10795 * [Config] CONFIG_BSD_PROCESS_ACCT=y for ppc64el
10796 * rebase to v3.15
10797 * [Config] CONFIG_PHY_XGENE=y
10798 * [Config] CONFIG_MLX4_DEBUG=y
10799 - LP: #1328256
10800 * [Config] CONFIG_POWERNV_CPUFREQ=y for powerpc, ppc64el
10801 - LP: #1324571
10802 * [Config] CONFIG_BLK_DEV_SR_VENDOR=n for ppc64el
10803 * [Config] CONFIG_CFG80211=m for ppc64el
10804 * [Config] CONFIG_CHARGER_BQ24190=m for powerpc
10805 * [Config] CONFIG_CHARGER_BQ24735=m for powerpc
10806 * [Config] CONFIG_EXPERT=y for ppc64el
10807 * [Config] CONFIG_ATA_SFF=y on ppc64el
10808 * [Config] CONFIG_ATA_GENERIC=y for ppc64el, powerpc
10809 * [Config] CONFIG_CHR_DEV_ST=m for ppc64el
10810 * [Config] CONFIG_CHECKPOINT_RESTORE=y for ppc64el
10811 * [Config] CONFIG_CHELSIO_T1_1G=y for ppc64el
10812 * [Config] CONFIG_CHR_DEV_OSST=m for ppc64el
10813 * [Config] CONFIG_CHR_DEV_SCH=m for ppc64el
10814 * [Config] CONFIG_CPU_FREQ_STAT=y for powerpc
10815 * [Config] CONFIG_DDR=y for ppc64el
10816 * [Config] CONFIG_DEBUG_BUGVERBOSE=y for powerpc
10817 * [Config] CONFIG_E100=m, CONFIG_E1000=m, CONFIG_E1000E=m for ppc64el
10818 * [Config] CONFIG_EZX_PCAP=n for all arches
10819 * [Config] CONFIG_DYNAMIC_DEBUG=y for powerpc
10820 * [Config] CONFIG_ENABLE_MUST_CHECK=n for ppc64el
10821 * [Config] CONFIG_ENABLE_WARN_DEPRECATED=n for ppc64el
10822 * [Config] CONFIG_FB_3DFX=m for all arches
10823 * [Config] CONFIG_FB_MATROX=m for ppc64el
10824 * [Config] CONFIG_FB_RADEON=m for ppc64el
10825 * [Config] CONFIG_FB_SAVAGE_I2C=y for all arches
10826 * [Config] CONFIG_FIREWIRE=m for ppc64el
10827 * [Config] CONFIG_FTR_FIXUP_SELFTEST=n for ppc64el
10828 * [Config] CONFIG_HAMRADIO=y for ppc64el
10829 * [Config] CONFIG_I2C_CHARDEV=m for ppc64el
10830 * [Config] CONFIG_I2C_MUX=m for ppc64el
10831 * [Config] CONFIG_I2C_STUB=m for ppc64el
10832 * [Config] CONFIG_I2O=m for ppc64el
10833 * [Config] CONFIG_INET_XFRM_MODE_BEET=m, CONFIG_INET_XFRM_MODE_TRANSPORT=m, CONFIG_INET_XFRM_MODE_TUNNEL=m for ppc64el
10834 * [Config] CONFIG_INFINIBAND_IPOIB_DEBUG=n, CONFIG_INFINIBAND_MTHCA_DEBUG=n for ppc64el
10835 * [Config] CONFIG_INFINIBAND_NES=m, CONFIG_INFINIBAND_OCRDMA=m, CONFIG_INFINIBAND_QIB=m for ppc64el
10836 * [Config] CONFIG_INPUT_FF_MEMLESS=m for ppc64el
10837 * [Config] CONFIG_INTERVAL_TREE_TEST=m for ppc64el
10838 * [Config] CONFIG_IPACK_BUS=m for ppc64el
10839 * [Config] CONFIG_ISDN=y for ppc64el
10840 * [Config] CONFIG_ISO9660_FS=m for ppc64el
10841 * [Config] CONFIG_KGDB=y for ppc64el
10842 * [Config] CONFIG_KVM_GUEST=y for ppc64el
10843 * [Config] CONFIG_L2TP_V3=y for powerpc
10844 * [Config] CONFIG_MAILBOX=y for ppc64el
10845 * [Config] CONFIG_MD_LINEAR=m, CONFIG_MD_RAID0=m, CONFIG_MD_RAID1=m for ppc64el
10846 * [Config] CONFIG_MEDIA_SUPPORT=m for ppc64el
10847 * [Config] CONFIG_MEMORY=y for ppc64el
10848 * [Config] CONFIG_MEMSTICK=m for ppc64el
10849 * [Config] CONFIG_MFD_SM501_GPIO=n for ppc64el
10850 * [Config] CONFIG_MMC_BLOCK=m for ppc64el
10851 * [Config] CONFIG_MOUSE_PS2=m for ppc64el
10852 * [Config] CONFIG_NET_9P=m for ppc64el
10853 * [Config] CONFIG_MSDOS_FS=m for ppc64el
10854 * [Config] CONFIG_MSI_BITMAP_SELFTEST=n for ppc64el
10855 * [Config] CONFIG_MTD=m for arm64
10856 * [Config] CONFIG_NETCONSOLE=m for ppc64el
10857 * [Config] CONFIG_NETFILTER_XT_TARGET_NOTRACK=m for ppc64el
10858 * [Config] CONFIG_NET_IPIP=m for ppc64el
10859 * [Config] CONFIG_NET_TEAM=m for all arches
10860 * [Config] CONFIG_NFC=m for ppc64el
10861 * [Config] CONFIG_NL80211_TESTMODE=n for all arches
10862 * [Config] CONFIG_NLS_CODEPAGE_437=y for powerpc
10863 * [Config] CONFIG_NLS_ASCII=m, CONFIG_NLS_ISO8859_1=m, CONFIG_NLS_UTF8=m for ppc64el
10864 * [Config] CONFIG_NOP_USB_XCEIV=m for ppc64el
10865 * [Config] CONFIG_NOTIFIER_ERROR_INJECTION=m for ppc64el
10866 * [Config] CONFIG_OPROFILE=m for ppc64el
10867 * [Config] CONFIG_PARPORT_1284=y for ppc64el
10868 * [Config] CONFIG_PARPORT_AX88796=m, CONFIG_PARPORT_PC_FIFO=y, CONFIG_PARPORT_SERIAL=m for ppc64el
10869 * [Config] CONFIG_8723AU_P2P=n
10870 * [Config] CONFIG_PCI_IOV=y, CONFIG_PCI_PASID=y, CONFIG_PCI_PRI=y, CONFIG_PCI_REALLOC_ENABLE_AUTO=y, CONFIG_PCI_STUB=m for ppc64el
10871 * [Config] CONFIG_PCNET32=m for ppc64el
10872 * [Config] CONFIG_SCSI_DH_EMC=m for ppc64el
10873 * [Config] CONFIG_SCSI_DH_HP_SW=m for ppc64el
10874 * [Config] CONFIG_SCSI_FC_ATTRS=m for ppc64el
10875 * [Config] CONFIG_SCSI_IPR=m for ppc64el
10876 * [Config] CONFIG_SCSI_LOGGING=y for ppc64el
10877 * [Config] CONFIG_SCSI_OSD_INITIATOR=m for ppc64el
10878 * [Config] CONFIG_SCSI_SCAN_ASYNC=y for ppc64el
10879 * [Config] CONFIG_SCSI_SYM53C8XX_2=m for ppc64el
10880 * [Config] CONFIG_XILINX_LL_TEMAC=m for powerpc
10881 * [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y for ppc64el
10882 * [Config] CONFIG_WLAN=y for arm64
10883 * [Config] CONFIG_VORTEX=m for ppc64el
10884 * [Config] CONFIG_WIMAX=m for ppc64el
10885 * [Config] CONFIG_WATCHDOG=y for ppc64el
10886 * [Config] CONFIG_VIRT_DRIVERS=y for ppc64el
10887 * [Config] CONFIG_VERSION_SIGNATURE="" for powerpc64-emb
10888 * [Config] CONFIG_UWB=m for ppc64el
10889 * [Config] CONFIG_USB_STORAGE=y
10890 * [Config] CONFIG_SATA_AHCI_PLATFORM=y for armhf
10891 * [Config] CONFIG_HID_RMI=m
10892 * [Config] CONFIG_HVC_DCC=n
10893 - LP: #1303657
10894
10895 [ Upstream Kernel Changes ]
10896
10897 * mm/numa: Remove BUG_ON() in __handle_mm_fault()
10898 - LP: #1323165
10899 * powerpc/powernv: Add calls to support little endian host
10900 - LP: #1327400
10901 * HID: rmi: introduce RMI driver for Synaptics touchpads
10902 * HID: rmi: do not stop the device at the end of probe
10903 * HID: rmi: check for the existence of some optional queries before reading query 12
10904 * HID: rmi: do not fetch more than 16 bytes in a query
10905 * HID: rmi: fix wrong struct field name
10906 * HID: rmi: fix masks for x and w_x data
10907 * HID: rmi: do not handle touchscreens through hid-rmi
10908 * ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops
10909 - LP: #1305480
10910 * rebase to v3.15
10911
10912 -- Tim Gardner <tim.gardner@canonical.com> Tue, 03 Jun 2014 17:02:49 +0000
10913
10914linux (3.15.0-5.10) utopic; urgency=low
10915
10916 [ Tim Gardner ]
10917
10918 * Release Tracking Bug
10919 - LP: #1325596
10920 * [Config] CONFIG_POWERNV_CPUFREQ=y for ppc64el
10921 * rebase to v3.15-rc8
10922
10923 [ Upstream Kernel Changes ]
10924
10925 * rebase to v3.15-rc8
10926
10927 -- Tim Gardner <tim.gardner@canonical.com> Mon, 02 Jun 2014 12:59:34 +0000
10928
10929linux (3.15.0-4.9) utopic; urgency=low
10930
10931 * no change rebuild to fix embeded debhelper.
10932
10933 -- Andy Whitcroft <apw@canonical.com> Thu, 29 May 2014 12:41:58 +0100
10934
10935linux (3.15.0-4.8) utopic; urgency=low
10936
10937 [ Andy Whitcroft ]
10938
10939 * Release Tracking Bug
10940 - LP: #1324107
10941 * [Config] enable SECURITY_APPARMOR_UNCONFINED_INIT
10942
10943 [ Javier Martinez Canillas ]
10944
10945 * SAUCE: (no-up) apparmor: fix bug that constantly spam the console
10946 - LP: #1323526
10947
10948 [ John Johansen ]
10949
10950 * SAUCE: (no-up) apparmor: Sync to apparmor3 - alpha6 snapshot
10951 - LP: #1323528
10952 * SAUCE: (no-up) apparmor: fix apparmor spams log with warning message
10953 - LP: #1308761
10954 * SAUCE: (no-up) apparmor: fix refcount bug in apparmor pivotroot
10955 - LP: #1308765
10956 * SAUCE: (no-up): apparmor: fix apparmor refcount bug in apparmor_kill
10957 - LP: #1308764
10958 * SAUCE: (no-up): apparmor: use custom write_is_locked macro
10959 - LP: #1323530
10960
10961 [ Kamal Mostafa ]
10962
10963 * [Config] add debian/gbp.conf
10964
10965 [ Tim Gardner ]
10966
10967 * [Config] CONFIG_SATA_AHCI=m for ppc64el
10968 - LP: #1323980
10969
10970 -- Andy Whitcroft <apw@canonical.com> Wed, 28 May 2014 12:47:17 +0100
10971
10972linux (3.15.0-3.7) utopic; urgency=low
10973
10974 [ Tim Gardner ]
10975
10976 * Release Tracking Bug
10977 - LP: #1323189
10978
10979 [ Andy Whitcroft ]
10980
10981 * [Config] autopkgtest -- need fakeroot for tests
10982
10983 [ Upstream Kernel Changes ]
10984
10985 * rebase to v3.15-rc7
10986
10987 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 May 2014 08:12:50 +0200
10988
10989linux (3.15.0-2.6) utopic; urgency=low
10990
10991 [ Andy Whitcroft ]
10992
10993 * [Config] remove the kernel-image firmware list on clean
10994
10995 [ Martin Pitt ]
10996
10997 * [Config] autopkgtest -- switch to significantly faster rebuild
10998
10999 [ Stefan Bader ]
11000
11001 * [Config]: Add missing modules to inclusion list
11002
11003 [ Tim Gardner ]
11004
11005 * [debian] Dynamically generate the kernel-image udebs firmware list
11006 * [d-i] firmware/kernel-image is generated
11007 * rebase to v3.15-rc6
11008 * Release Tracking Bug
11009 - LP: #1322251
11010
11011 [ Upstream Kernel Changes ]
11012
11013 * rebase to v3.15-rc6
11014 - LP: #1297581
11015
11016 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 May 2014 10:51:29 -0700
11017
11018linux (3.15.0-1.5) utopic; urgency=low
11019
11020 [ Tim Gardner ]
11021
11022 * [Config] Add apm-mustang.dtb to kernel-image udeb
11023
11024 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 May 2014 14:47:42 -0700
11025
11026linux (3.15.0-1.4) utopic; urgency=low
11027
11028 [ Andy Whitcroft ]
11029
11030 * Revert "SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the
11031 local linux/hyperv.h"
11032 * Revert "SAUCE: (no-up) hv -- bodge hv_kvp_daemon so it can use the
11033 local linux/hyperv.h"
11034 * [Packaging] tools -- hv tools build correctly against the built headers
11035 * [Packaging] cloud-tools -- add the hv_fcopy_daemon to the package
11036 * cloud-tools -- pull in init scripts for Hyper-V daemons
11037 * cloud-tools -- detect Hyper-V VM to avoid starting
11038 * cloud-tools -- update IF_NAME to DEVICE in hv_* scripts
11039 - LP: #1295401
11040 * [Config] cloud-tools: reenable cloud-tools
11041
11042 -- Andy Whitcroft <apw@canonical.com> Sun, 18 May 2014 19:21:04 +0100
11043
11044linux (3.15.0-1.3) utopic; urgency=low
11045
11046 [ Andy Whitcroft ]
11047
11048 * [Packaging] ppc64el is a powerpc kernel arch and needs its quirks
11049 - LP: #1318848
11050
11051 [ Ben Collins ]
11052
11053 * [Config] Switch to grub-ieee1275 as recommended on book3e systems
11054 - LP: #1318629
11055
11056 [ Tim Gardner ]
11057
11058 * [Config] CONFIG_FSL_PAMU=n
11059 - LP: #1311738
11060 * Release Tracking Bug
11061 - LP: #1320239
11062
11063 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 May 2014 07:37:07 -0600
11064
11065linux (3.15.0-1.2) utopic; urgency=low
11066
11067 [ Tim Gardner ]
11068
11069 * Release Tracking Bug
11070 - LP: #1318171
11071 * Add rpcsec_gss_krb5 to generic inclusion list
11072 - LP: #769527
11073 * rebase to v3.15-rc5
11074
11075 [ Upstream Kernel Changes ]
11076
11077 * rebase to v3.15-rc5
11078 - LP: #1297581
11079
11080 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 May 2014 15:20:10 -0500
11081
11082linux (3.15.0-0.1) utopic; urgency=low
11083
11084 [ Upstream Kernel Changes ]
11085
11086 * rebase to v3.15-rc4
11087 - LP: #1297581
11088 - LP: #1297581
11089 - LP: #1305133
11090 - LP: #1297581
11091 - LP: #1297581
11092 - LP: #871808
11093 - LP: #1260303
11094 - LP: #1268468
11095 - LP: #1248116
11096 - LP: #1211920
11097 - LP: #1259790
11098 - LP: #1259437
11099 - LP: #1259435
11100 - LP: #1268468
11101
11102 -- Tim Gardner <tim.gardner@canonical.com> Fri, 07 Feb 2014 09:35:13 -0700
11103
11104linux (3.15.0-0.0) utopic; urgency=low
11105
11106 * Initial version for 3.15.
11107
11108 -- Andy Whitcroft <apw@canonical.com> Fri, 02 May 2014 15:06:39 +0100
11109
11110linux (3.13.0-8.27) trusty; urgency=low
11111
11112 [ John Johansen ]
11113
11114 * SAUCE: Add config option to disable new apparmor 3 semantics
11115 -LP: #1270215
11116
11117 [ Tim Gardner ]
11118
11119 * [debian] Fix indep_hdrs_pkg_name
11120 - LP: #1134441
11121 * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3
11122 * Enabled lttng build
11123 * Don't build lttng for armhf
11124 lttng hates gcc-4.8 for armhf
11125 * Release Tracking Bug
11126 - LP: #1277309
11127
11128 [ Upstream Kernel Changes ]
11129
11130 * rebase to v3.13.2
11131 - LP: #1260303
11132 - LP: #1260303
11133 - LP: #1268468
11134
11135 -- Tim Gardner <tim.gardner@canonical.com> Thu, 06 Feb 2014 09:25:51 -0700
11136
11137linux (3.13.0-7.26) trusty; urgency=low
11138
11139 [ John Johansen ]
11140
11141 * SAUCE: apparmor: fix uninitialized lsm_audit membe
11142 - LP: #1268727
11143 * Add config option to optionally enable new apparmor 3 semantics
11144
11145 [ Tim Gardner ]
11146
11147 * [Config] Add lowlatency to getabis
11148 * [Config] CONFIG_SECURITY_APPARMOR_AA3_SEMANTICS=y
11149 - LP: #1270215
11150 * Release Tracking Bug
11151 - LP: #1276810
11152
11153 [ Upstream Kernel Changes ]
11154
11155 * x86, x32: Correct invalid use of user timespec in the kernel
11156 - LP: #1274349
11157 - CVE-2014-0038
11158
11159 -- Tim Gardner <tim.gardner@canonical.com> Wed, 05 Feb 2014 15:49:44 -0500
11160
11161linux (3.13.0-7.25) trusty; urgency=low
11162
11163 [ Andy Whitcroft ]
11164
11165 * Revert "SAUCE: fix fmd headers"
11166 * SAUCE: fix fmd headers
11167
11168 -- Andy Whitcroft <apw@canonical.com> Tue, 04 Feb 2014 09:36:09 +0000
11169
11170linux (3.13.0-7.24) trusty; urgency=low
11171
11172 [ Stefan Bader ]
11173
11174 * [Config] Make vmwgfx driver enable the framebuffer device
11175
11176 [ Tim Gardner ]
11177
11178 * rebase to v3.13.1
11179 * [Config] CONFIG_NFS_FS=m for ppc64el
11180 * [Config] CONFIG_X86_SYSFB=n
11181 https://lists.ubuntu.com/archives/kernel-team/2014-February/038166.html
11182 * Release Tracking Bug
11183 - LP: #1275898
11184
11185 [ Upstream Kernel Changes ]
11186
11187 * i2c: piix4: Add support for AMD ML and CZ SMBus changes
11188 - LP: #1272525
11189 * i2c: piix4: Use different message for AMD Auxiliary SMBus Controller
11190 - LP: #1272525
11191 * mm: ignore VM_SOFTDIRTY on VMA merging
11192 - LP: #1274917
11193 * drm/radeon: disable dpm on BTC
11194 - LP: #1266984
11195
11196 [ Upstream Kernel Changes ]
11197
11198 * rebase to v3.13.1
11199
11200 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Jan 2014 15:24:48 +0000
11201
11202linux (3.13.0-6.23) trusty; urgency=low
11203
11204 [ Andy Whitcroft ]
11205
11206 * [Config] fix up architecture for linux-tools
11207
11208 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jan 2014 09:00:41 +0000
11209
11210linux (3.13.0-6.22) trusty; urgency=low
11211
11212 [ Andy Whitcroft ]
11213
11214 * [Packaging] limit linux-udebs-<flavour> to matching arch
11215 * [Config] powerpc -- disable perf to fix FTBFS
11216 * [Config] ppc64el -- fix up missing udebs
11217
11218 -- Andy Whitcroft <apw@canonical.com> Wed, 29 Jan 2014 16:00:28 +0000
11219
11220linux (3.13.0-6.21) trusty; urgency=low
11221
11222 [ Andy Fleming ]
11223
11224 * SAUCE: net: Add support for handling queueing in hardware
11225 * SAUCE: of_mdio: Add of_phy_attach function
11226 * SAUCE: phylib: Add generic 10G driver
11227 * SAUCE: phylib: Support attaching to gen10g_driver
11228 * SAUCE: phylib: Add Clause 45 read/write functions
11229
11230 [ Andy Whitcroft ]
11231
11232 * SAUCE: fix fmd headers
11233 * [Packaging] lowlatency -- merge out of tree flavours
11234 * SAUCE: allow IRQs to be irq-threaded by default via config
11235 * [Config]: enable CONFIG_IRQ_FORCED_THREADING_DEFAULT for lowlatency
11236 * [Config] powerpc -- fix up Build-depends:
11237 * Release Tracking Bug
11238 - LP: #1273747
11239
11240 [ Ben Collins ]
11241
11242 * SAUCE: PPC: PCI: Fix pcibios_io_space_offset() so it works for 32-bit
11243 ptr/64-bit rsrcs
11244 * SAUCE: Revert "phy: vitesse make vsc824x_add_skew static"
11245 * SAUCE: Fixup freescale usb phy driver to work on ppc64
11246 * SAUCE: xgmac_mdio: Silence read errors
11247 * SAUCE: Provide booke stub for kvmppc_is_bigendian()
11248 * SAUCE: Fix stack overflow on ppc32
11249 * SAUCE: Use resource_size_t instead of long for PCI resource address
11250 * SAUCE: net/phy: Export function for use by dpaa_eth
11251 * [Packaging] powerpc -- merge out of tree powerpc arch
11252
11253 [ Bjorn Helgaas ]
11254
11255 * SAUCE: Revert "EISA: Log device resources in dmesg"
11256 - LP: #1251816
11257 * SAUCE: Revert "EISA: Initialize device before its resources"
11258 - LP: #1251816
11259
11260 [ Emil Medve ]
11261
11262 * SAUCE: phylib: Minimum hack to get the generic 10G PHY driver to work
11263 with 10G "fixed-link"s
11264
11265 [ Kumar Gala ]
11266
11267 * SAUCE: fsl_qbman: Add drivers for Freescale DPAA Qman & Bman
11268 * SAUCE: fsl_pme2: Add support for DPAA PME
11269 * SAUCE: fmd: FMD14 integration
11270 * SAUCE: dpaa_eth: Ethernet driver for Freescale QorIQ DPA Architecture
11271 * SAUCE: powerpc/85xx: Add DPAA/networking support for CoreNet
11272
11273 [ Madalin Bucur ]
11274
11275 * SAUCE: net/flow: remove sleeping and deferral mechanism from
11276 flow_cache_flush
11277 * SAUCE: net/phy: abort genphy_read_status when link changes during speed
11278 and duplex reading
11279
11280 [ Stefan Bader ]
11281
11282 * [Config] move some VMWare related modules into main package
11283 - LP: #1271669
11284
11285 [ Tim Gardner ]
11286
11287 * [Config] Add r815x to nic-modules
11288 - LP: #1273735
11289 * [Config] CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
11290 - LP: #239479
11291
11292 [ Upstream Kernel Changes ]
11293
11294 * mmc: sdhci-pci: break out definitions to header file
11295 - LP: #1239938
11296 * mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hosts
11297 - LP: #1239938
11298 * powerpc/book3e: rename interrupt_end_book3e with __end_interrupts
11299 * powerpc/book3e: support CONFIG_RELOCATABLE
11300 * book3e/kexec/kdump: enable kexec for kernel
11301 * book3e/kexec/kdump: create a 1:1 TLB mapping
11302 * book3e/kexec/kdump: introduce a kexec kernel flag
11303 * book3e/kexec/kdump: implement ppc64 kexec specfic
11304 * book3e/kexec/kdump: redefine VIRT_PHYS_OFFSET
11305 * book3e/kexec/kdump: recover "r4 = 0" to create the initial TLB
11306
11307 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jan 2014 22:59:46 +0000
11308
11309linux (3.13.0-5.20) trusty; urgency=low
11310
11311 [ Andy Whitcroft ]
11312
11313 * [Packaging] tools -- do not make symlinks when not making packages
11314 * [Packaging] tools -- tidy up control.stub.in ordering
11315 * [Packaging] tools -- tools-common is shared and not conditional
11316 * rebase to v3.13
11317
11318 [ Dirk Brandewie ]
11319
11320 * SAUCE: intel_pstate: Add setting voltage value for baytrail P states.
11321
11322 [ KY Srinivasan ]
11323
11324 * SAUCE: Drivers: hv: vmbus: Specify the target CPU that should receive
11325 notification
11326
11327 [ Upstream Kernel Changes ]
11328
11329 * rebase to v3.13
11330 - LP: #1270603
11331
11332 -- Andy Whitcroft <apw@canonical.com> Fri, 17 Jan 2014 15:45:31 +0000
11333
11334linux (3.13.0-4.19) trusty; urgency=low
11335
11336 [ Andy Whitcroft ]
11337
11338 * [Config] libunwind8-dev is now available for ppc64el
11339 * [Packaging] tools -- make cpupower optional
11340 * [Packaging] tools -- enable correctly for x86
11341
11342 [ Tim Gardner ]
11343
11344 * Release Tracking Bug
11345 - LP: #1269872
11346
11347 [ Upstream Kernel Changes ]
11348
11349 * SAUCE: ARM: OMAP: hwmod: Add SYSC offsets for AES IP
11350 * SAUCE: ARM: OMAP4: hwmod: Add hwmod data for AES IP
11351 * SAUCE: OMAP: AM33xx: hwmod: Correct AES module SYSC type
11352 * SAUCE: crypto: omap-aes: add error check for pm_runtime_get_sync
11353
11354 [ Upstream Kernel Changes ]
11355
11356 * rebase to 85ce70fdf48aa290b4845311c2dd815d7f8d1fa5
11357
11358 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Jan 2014 13:23:05 +0000
11359
11360linux (3.13.0-3.18) trusty; urgency=low
11361
11362 [ Andy Whitcroft ]
11363
11364 * rebase to v3.13-rc8
11365 * [Packaging] efi -- allow EFI signatures on any arch
11366
11367 [ Tim Gardner ]
11368
11369 * [Config] Fix vcs-git path
11370 * Release Tracking Bug
11371 - LP: #1268683
11372
11373 [ Upstream Kernel Changes ]
11374
11375 * rebase to v3.13-rc8
11376
11377 -- Andy Whitcroft <apw@canonical.com> Sun, 12 Jan 2014 11:58:01 +0000
11378
11379linux (3.13.0-2.17) trusty; urgency=low
11380
11381 [ Andy Whitcroft ]
11382
11383 * Release Tracking Bug
11384 - LP: #1267809
11385 * [Config] apply Platform support>>CPUIdle driver>>CPU Idle config
11386 defaults
11387 * [Config] apply Platform support>>CPU Frequency scaling config defaults
11388 * [Config] CONFIG_PARIDE_EPATC8=y
11389 * [Config] apply Device Drivers >> Broadcom specific AMBA config defaults
11390 * [Config] apply Bus options >> PCI support >> RapidIO support >> RapidIO
11391 Switch drivers config defaults
11392 * [Config] apply Cryptographic API config defaults
11393 * [Config] apply Device Drivers >> Common Clock Framework config defaults
11394 * [Config] apply Device Drivers >> Distributed Switch Architecture
11395 drivers config defaults
11396 * [Config] apply Device Drivers >> Graphics support >> Backlight & LCD
11397 device support config defaults
11398 * [Config] apply Device Drivers >> Graphics support >> Support for frame
11399 buffer devices >> Bootup logo config defaults
11400 * annotations -- update in tree annotations
11401 * [Config] apply Bus options >> PCI support >> RapidIO support config
11402 defaults
11403 * [Config] CONFIG_POWER_AVS=y CONFIG_RESET_CONTROLLER=y
11404 * [Config] apply Device Drivers >> 1-wire Bus Masters config defaults
11405 * [Config] apply CAN Device Drivers >> Platform CAN drivers with Netlink
11406 support config defaults
11407 * [Config] apply Device Drivers >> Character devices >> Serial drivers
11408 config defaults
11409 * [Config] apply Device Drivers >> Generic Thermal sysfs driver config
11410 defaults
11411 * [Config] apply Device Drivers >> Character devices >> TPM Hardware
11412 Support config defaults
11413 * [Config] apply Device Drivers >> Character devices config defaults
11414 * [Config] apply Device Drivers >> HID support >> USB HID support >> USB
11415 HID transport layer config defaults
11416 * [Config] apply Device Drivers >> HID support >> HID bus support config
11417 defaults
11418 * [Config] apply Device Drivers >> HID support >> USB HID support config
11419 defaults
11420 * annotations -- update in tree annotations
11421 * [Config] apply Device Drivers >> GPIO Support config defaults
11422 * [Config] update configs for apparmour update
11423
11424 [ John Johansen ]
11425
11426 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
11427 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
11428 - LP: #1208988
11429 * SAUCE: apparmor: allocate path lookup buffers during init
11430 - LP: #1208988
11431 * SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy
11432 - LP: #1236455
11433
11434 [ Tim Gardner ]
11435
11436 * Revert "[Debian] getabis: Preface module with package name"
11437 * [Config] Added ppc64el to getabis
11438 * [packaging] Bump ABI for every new release
11439
11440 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jan 2014 11:48:39 +0000
11441
11442linux (3.13.0-1.16) trusty; urgency=low
11443
11444 * First 3.13 upload.
11445 * Release tracker
11446 - LP: #1266852
11447
11448 -- Tim Gardner <tim.gardner@canonical.com> Tue, 07 Jan 2014 09:21:26 -0700
11449
11450linux (3.13.0-0.15) trusty; urgency=low
11451
11452 [ Tim Gardner ]
11453
11454 * rebase to v3.13-rc7
11455
11456 [ Upstream Kernel Changes ]
11457
11458 * rebase to v3.13-rc7
11459
11460 -- Tim Gardner <tim.gardner@canonical.com> Sun, 05 Jan 2014 06:13:33 -0700
11461
11462linux (3.13.0-0.14) trusty; urgency=low
11463
11464 [ Andy Whitcroft ]
11465
11466 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
11467
11468 [ Tim Gardner ]
11469
11470 * Remove ubuntu/dm-raid4-5 in favor of CONFIG_MD_RAID456
11471 * Update lttng to Version 2.4.0-rc2
11472 * lttng: Disabled trace_kvm_async_pf_completed
11473 * [Config] CONFIG_IMA=y
11474 - LP: #1244627
11475
11476 [ Upstream Kernel Changes ]
11477
11478 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
11479
11480 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Jan 2014 12:57:13 -0700
11481
11482linux (3.13.0-0.13) trusty; urgency=low
11483
11484 [ Andy Whitcroft ]
11485
11486 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
11487 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
11488 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
11489 * ubuntu: AUFS (no-squash): basic framework and update machinary
11490 * ubuntu: AUFS -- update to 7b136a27b021da9010d8b6c101939dd298e46be7
11491 * ubuntu: aufs3 -- enable
11492 * ubuntu: aufs3 -- update configs
11493
11494 -- Andy Whitcroft <apw@canonical.com> Thu, 02 Jan 2014 09:41:02 +0000
11495
11496linux (3.13.0-0.12) trusty; urgency=low
11497
11498 [ Upstream Kernel Changes ]
11499
11500 * rebase to v3.13-rc6
11501
11502 -- Tim Gardner <tim.gardner@canonical.com> Tue, 31 Dec 2013 06:16:03 -0700
11503
11504linux (3.13.0-0.11) trusty; urgency=low
11505
11506 [ Andy Whitcroft ]
11507
11508 * SAUCE: suspicious unlocked ->status reading and writing in ipc/sem.c
11509 * [Config] ppc64el -- initial defconfig based -generic flavour
11510 * [Config] initial defconfig for ppc64el
11511 * [Config] ubuntuise ppc64el config
11512 * [Config] ubuntuise ppc64el config part 2
11513 * [Config] d-i -- update empty udebs list
11514 * [Config] ppc64el -- split extras package
11515
11516 [ Anton Blanchard ]
11517
11518 * SAUCE: KVM: PPC: Book3S HV: Add little-endian guest support
11519
11520 [ Benjamin Herrenschmidt ]
11521
11522 * SAUCE: powerpc/powernv: Add calls to support little endian
11523
11524 [ Cédric Le Goater ]
11525
11526 * SAUCE: KVM: PPC: Book3S: add helper routine to load guest instructions
11527 * SAUCE: KVM: PPC: Book3S: add helper routines to detect endian order
11528 * SAUCE: KVM: PPC: Book3S: MMIO emulation support for little endian
11529 guests
11530
11531 [ Paul E. McKenney ]
11532
11533 * SAUCE: powerpc: Make 64-bit non-VMX copy_tofrom_user() bi-endian
11534
11535 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Dec 2013 16:48:55 +0000
11536
11537linux (3.13.0-0.10) trusty; urgency=low
11538
11539 [ Andy Whitcroft ]
11540
11541 * rebase to v3.13-rc5
11542 * [Config] updateconfigs following rebase to v3.13-rc5
11543
11544 [ Upstream Kernel Changes ]
11545
11546 * rebase to v3.13-rc5
11547 - LP: #1260303
11548 - LP: #1260303
11549 - LP: #1260225
11550
11551 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Dec 2013 12:48:28 +0000
11552
11553linux (3.13.0-0.9) trusty; urgency=low
11554
11555 [ Andy Whitcroft ]
11556
11557 * [Config] d-i -- allow missing firmware
11558
11559 -- Andy Whitcroft <apw@canonical.com> Fri, 20 Dec 2013 17:57:06 +0000
11560
11561linux (3.13.0-0.8) trusty; urgency=low
11562
11563 [ Andy Whitcroft ]
11564
11565 * [Config] annotations -- first pass over entire config
11566 * [Config] drop libunwind8-dev from Build-Depends for ppc64el
11567
11568 [ Tim Gardner ]
11569
11570 * [Config] Add arm64 device tree files
11571 - LP: #1262901
11572
11573 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Dec 2013 18:36:43 +0000
11574
11575linux (3.13.0-0.7) trusty; urgency=low
11576
11577 [ Rajesh B Prathipati ]
11578
11579 * SAUCE: powerpc: Make unaligned accesses endian-safe for powerpc
11580
11581 [ Tim Gardner ]
11582
11583 * [Config] CONFIG_REGULATOR_S2MPS11=n for FTBS
11584
11585 [ Upstream Kernel Changes ]
11586
11587 * rebase to v3.13-rc4
11588 - LP: #1259790
11589 - LP: #1259437
11590 - LP: #1259435
11591
11592 -- Tim Gardner <tim.gardner@canonical.com> Fri, 13 Dec 2013 07:56:34 -0700
11593
11594linux (3.13.0-0.6) trusty; urgency=low
11595
11596 [ Paolo Pisati ]
11597
11598 * [Config] armhf: arm64: VIRTIO_[BLK|MMIO|NET|CONSOLE|BALLOON]=y
11599 * [Config] i386: amd64: VIRTIO_CONSOLE=y
11600
11601 [ Tim Gardner ]
11602
11603 * [Config] CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
11604
11605 -- Tim Gardner <tim.gardner@canonical.com> Sun, 08 Dec 2013 09:22:01 -0700
11606
11607linux (3.13.0-0.5) trusty; urgency=low
11608
11609 [ Andy Whitcroft ]
11610
11611 * correct bug listing for v3.13-rc2 rebase
11612 * [Config] ppc64el -- create linux-libc-dev
11613 * [Debian] Improve tools version message
11614 - LP: #1257715
11615
11616 [ Serge Hallyn ]
11617
11618 * SAUCE: fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)]
11619 - LP: #1248590
11620 * SAUCE: vfs: Fix a regression in mounting proc
11621
11622 [ Tim Gardner ]
11623
11624 * [Config] Build-in ohci-pci
11625 - LP: #1244176
11626 * Rebase to v3.13-rc3
11627
11628 [ Upstream Kernel Changes ]
11629
11630 * Revert "Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID
11631 checks""
11632 - LP: #1248590
11633
11634 [ Upstream Kernel Changes ]
11635
11636 * rebase to v3.13-rc3
11637 - LP: #1256840
11638 - LP: #1256212
11639
11640 -- Tim Gardner <tim.gardner@canonical.com> Sat, 07 Dec 2013 07:55:39 -0700
11641
11642linux (3.13.0-0.4) trusty; urgency=low
11643
11644 [ Tim Gardner ]
11645
11646 * Rebase to v3.13-rc2
11647
11648 [ Upstream Kernel Changes ]
11649
11650 * rebase to v3.13-rc2
11651
11652 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Nov 2013 23:54:05 -0500
11653
11654linux (3.13.0-0.3) trusty; urgency=low
11655
11656 [ Andy Whitcroft ]
11657
11658 * Revert "SAUCE: Fix DocBook FTBS"
11659
11660 [ Tim Gardner ]
11661
11662 * [Debian] Re-sign modules after debug objcopy
11663 - LP: #1253155
11664 * [Config] CONFIG_EXT4_USE_FOR_EXT23=y
11665
11666 [ Upstream Kernel Changes ]
11667
11668 * doc: fix generation of device-drivers
11669 * rebase to b975dc3689fc6a3718ad288ce080924f9cb7e176
11670
11671 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Nov 2013 12:24:42 -0700
11672
11673linux (3.13.0-0.2) trusty; urgency=low
11674
11675 [ Tim Gardner ]
11676
11677 * SAUCE: Fix DocBook FTBS
11678
11679 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Nov 2013 13:24:15 -0700
11680
11681linux (3.13.0-0.1) trusty; urgency=low
11682
11683 [ Upstream Kernel Changes ]
11684
11685 * rebase to 7e3528c3660a2e8602abc7858b0994d611f74bc3
11686
11687 -- Tim Gardner <tim.gardner@canonical.com> Tue, 12 Nov 2013 07:28:53 -0700
11688
11689linux (3.13.0-0.0) trusty; urgency=low
11690
11691 * Major release bump.
11692
11693 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Nov 2013 21:37:52 +0000
11694
11695linux (3.12.0-2.7) trusty; urgency=low
11696
11697 * Fixed armhf ABI build failure.
11698 * Release tracker
11699 - LP: #1249477
11700
11701 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 16:22:45 -0700
11702
11703linux (3.12.0-2.6) trusty; urgency=low
11704
11705 [ Joseph Salisbury ]
11706
11707 * SAUCE: tg3: Add support for new 57786 device id.
11708 - LP: #1242610
11709
11710 [ Tim Gardner ]
11711
11712 * [Config] CONFIG_OABI_COMPAT=n
11713 * [Config] add the wandboard to shipped dtb
11714 - LP: #1249421
11715 * Release tracker
11716 - LP: #1249477
11717
11718 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 12:23:18 -0700
11719
11720linux (3.12.0-2.5) trusty; urgency=low
11721
11722 [ Andy Whitcroft ]
11723
11724 * rebase to mainline v3.12
11725 * [Config] updateconfigs following rebase to v3.12
11726 * postinst -- improve relative symlink detection with missing files
11727 - LP: #1248053
11728 * postinst -- fix unchanged link detection
11729 * [Config] update configs following addition of apparmor fixes
11730
11731 [ Anthony Wong ]
11732
11733 * SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537
11734 - LP: #1231305
11735
11736 [ John Johansen ]
11737
11738 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
11739 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
11740 - LP: #1208988
11741 * SAUCE: apparmor: allocate path lookup buffers during init
11742 - LP: #1208988
11743
11744 [ Tim Gardner ]
11745
11746 * [Config] Remove superfluous ubuntu/lttng-modules
11747
11748 [ Upstream Kernel Changes ]
11749
11750 * Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks"
11751 - LP: #1248590
11752
11753 [ Upstream Kernel Changes ]
11754
11755 * rebase to v3.12
11756 - LP: #1222850
11757
11758 [ Adam Conrad ]
11759 * etc/getabis: Fetch arm64/generic abis as well
11760
11761 -- Andy Whitcroft <apw@canonical.com> Wed, 06 Nov 2013 21:00:21 +0000
11762
11763linux (3.12.0-1.3) trusty; urgency=low
11764
11765 [ Andy Whitcroft ]
11766
11767 * [Config] arm64 -- add arch to the configuration handlers
11768 * [Config] arm64 -- add generic flavour
11769 * [Config] arm64 -- default config
11770 * [Config] arm64 -- fix up various FTBFS config options
11771 * SAUCE: arm64: export __copy_in_user to modules
11772 * [Config] arm64 -- disable ABI/module checks
11773 * [Config] arm64 -- enforcer -- add arm64 to the enforcer
11774 * [Config] arm64 -- enable udebs for arm64
11775
11776 [ Colin Watson ]
11777
11778 * [Config] Clean up various udeb Provides
11779
11780 [ Paolo Pisati ]
11781
11782 * [Config] AHCI_IMX=y
11783 * [Config] build imx*-wandboard dtbs
11784
11785 [ Serge Hallyn ]
11786
11787 * SAUCE: device_cgroup: remove can_attach
11788
11789 [ Tim Gardner ]
11790
11791 * rebase to v3.12-rc7
11792 * SAUCE: KVM: Fix modprobe failure for kvm_intel/kvm_amd
11793 * Release tracker
11794 - LP: #1245932
11795
11796 [ Upstream Kernel Changes ]
11797
11798 * rebase to v3.12-rc7
11799 - LP: #1180881
11800 - LP: #1180881
11801 - LP: #1217957
11802
11803 -- Tim Gardner <tim.gardner@canonical.com> Sun, 27 Oct 2013 22:08:55 -0600
11804
11805linux (3.12.0-0.2) trusty; urgency=low
11806
11807 [ Andy Whitcroft ]
11808
11809 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ
11810 CAPACITY (16) at SPC-2"
11811 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at
11812 SPC-2"
11813 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request READ
11814 CAPACITY (16) be preferred"
11815 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request VPD pages
11816 be used at SPC-2"
11817 * Revert "overlayfs: Update to v19"
11818 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: implement show_options"
11819 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: add statfs support"
11820 * Revert "ubuntu: overlayfs v18 -- -- overlay filesystem"
11821 * Revert "ubuntu: overlayfs v18 -- -- vfs: introduce
11822 clone_private_mount()"
11823 * Revert "ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to
11824 modules"
11825 * Revert "ubuntu: overlayfs v18 -- -- overlay: overlay filesystem
11826 documentation"
11827 * ubuntu: overlayfs v20 -- overlayfs: add statfs support
11828 * [Config] fix linux-libc-dev generation for arm64
11829 * [Config] fix linux-libc-dev generation for x32
11830 * [Config] add linux-libc-dev generation for ppc64el
11831
11832 [ Erez Zadok ]
11833
11834 * ubuntu: overlayfs v20 -- overlayfs: implement show_options
11835
11836 [ Miklos Szeredi ]
11837
11838 * ubuntu: overlayfs v20 -- vfs: add i_op->dentry_open()
11839 * ubuntu: overlayfs v20 -- vfs: export do_splice_direct() to modules
11840 * ubuntu: overlayfs v20 -- vfs: export __inode_permission() to modules
11841 * ubuntu: overlayfs v20 -- vfs: introduce clone_private_mount()
11842 * ubuntu: overlayfs v20 -- overlay filesystem
11843 * ubuntu: overlayfs v20 -- fs: limit filesystem stacking depth
11844
11845 [ Neil Brown ]
11846
11847 * ubuntu: overlayfs v20 -- overlay: overlay filesystem documentation
11848
11849 [ Paolo Pisati ]
11850
11851 * [Config] arm: VIRTIO_[BLK|NET|MMIO]=y
11852
11853 [ Seth Forshee ]
11854
11855 * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
11856 ThinkPads
11857 - LP: #1183856
11858
11859 [ Tim Gardner ]
11860
11861 * [Config] CONFIG_CRYPTO_CRCT10DIF=y, CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
11862 * rebase to v3.12-rc2
11863 * updateconfigs
11864 * [Config] disable CONFIG_FB_VESA enforcer check
11865 * [Config] Disable lttng for FTBS
11866 * rebase to v3.12-rc3
11867 * rebase to v3.12-rc4
11868 * [Config] CONFIG_ANDROID=n
11869 - LP: #1235161
11870 * [Config] CONFIG_L2TP_V3=y
11871 - LP: #1235914
11872 * [Config] CONFIG_USB_OTG=n for all arches
11873 * Release tracker
11874 - LP: #1242811
11875
11876 [ Upstream Kernel Changes ]
11877
11878 * scsi: hyper-v storsvc switch up to SPC-3
11879
11880 * rebase to v3.12-rc6
11881 - LP: #1235977
11882 - LP: #1235523
11883 - LP: #1239392
11884 - LP: #1227491
11885
11886 * rebase to v3.12-rc3
11887 - LP: #1231931
11888
11889 * rebase to v3.12-rc2
11890 - LP: #1213820
11891 - LP: #1213055
11892 - LP: #1198030
11893
11894 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Sep 2013 07:41:07 -0600
11895
11896linux (3.11.0-8.15) saucy; urgency=low
11897
11898 [ Tim Gardner ]
11899
11900 * Release tracker
11901 - LP: #1227969
11902
11903 * Update lttng
11904 Updated to git://git.lttng.org/lttng-modules.git 9998f5216f4641a79e158135
11905 Version 2.3.0+
11906
11907 [ Upstream Kernel Changes ]
11908
11909 * igb: Add additional get_phy_id call for i354 devices
11910 - LP: #1219619
11911 * igb: Read flow control for i350 from correct EEPROM section
11912 - LP: #1219619
11913 * timekeeping: Fix HRTICK related deadlock from ntp lock changes
11914 Required for lttng update.
11915
11916 -- Tim Gardner <tim.gardner@canonical.com> Thu, 19 Sep 2013 07:41:49 -0600
11917
11918linux (3.11.0-7.14) saucy; urgency=low
11919
11920 [ Andy Whitcroft ]
11921
11922 * [Packaging] sort out linux-tools naming
11923 - LP: #1205284
11924 * [Packaging] linux-tools: switch to common generic version helper
11925
11926 [ Paolo Pisati ]
11927
11928 * [Config] highbank: ecx1000: CPU_IDLE causes instabilities, disable it
11929
11930 [ Tim Gardner ]
11931
11932 * Release tracker
11933 - LP: #1226160
11934
11935 [ Tony Lindgren ]
11936
11937 * SAUCE: ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus
11938 for pandaboard
11939
11940 [ Upstream Kernel Changes ]
11941
11942 * USB: handle LPM errors during device suspend correctly
11943 - LP: #1011415
11944 * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()
11945 - LP: #1011415
11946 * usb: Don't fail port power resume on device disconnect.
11947 - LP: #1011415
11948
11949 [ Upstream Kernel Changes ]
11950
11951 * rebase to v3.11.1
11952
11953 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Sep 2013 07:30:17 -0600
11954
11955linux (3.11.0-7.13) saucy; urgency=low
11956
11957 * Release tracker
11958 - LP: #1223545
11959
11960 [ Andy Whitcroft ]
11961
11962 * SAUCE: (no-up) scsi: add scsi device flag to request VPD pages be used at SPC-2
11963 - LP: #1223499
11964 * SAUCE: (no-up) scsi: add scsi device flag to request READ CAPACITY (16) be preferred
11965 - LP: #1223499
11966 * SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at SPC-2
11967 - LP: #1223499
11968 * SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ CAPACITY (16) at SPC-2
11969 - LP: #1223499
11970
11971 [ Maximiliano Curia ]
11972
11973 * SAUCE: (no-up) Only let characters through when there are active readers.
11974 - LP: #1208740
11975
11976 [ Tim Gardner ]
11977
11978 * [Debian] getabis: Commit new ABI directory, remove the old
11979 * [Config] CONFIG_EFIVAR_FS=y
11980 - LP: #1223195
11981 * [Config] CONFIG_EFI_VARS_PSTORE=m,
11982 CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=n
11983 * SAUCE: (no-up) USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited()
11984 - LP: #1222850
11985
11986 [ Upstream Kernel Changes ]
11987
11988 * Intel xhci: refactor EHCI/xHCI port switching
11989 - LP: #1210858
11990
11991 -- Tim Gardner <tim.gardner@canonical.com> Tue, 10 Sep 2013 09:00:19 -0600
11992
11993linux (3.11.0-6.12) saucy; urgency=low
11994
11995 * Release tracker
11996 - LP: #1222893
11997
11998 [ Andy Whitcroft ]
11999
12000 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
12001 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
12002 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
12003 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
12004 - LP: #1222407
12005
12006 [ Paolo Pisati ]
12007
12008 * [Config] restore mmc boot on panda
12009
12010 [ Tyler Hicks ]
12011
12012 * SAUCE: apparmor: Use shash crypto API interface for profile hashes
12013 - LP: #1216294
12014
12015 [ Upstream Kernel Changes ]
12016
12017 * net: calxedaxgmac: remove NETIF_F_FRAGLIST setting
12018 * net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len
12019 * net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err
12020 * net: calxedaxgmac: fix possible skb free before tx complete
12021 * net: calxedaxgmac: update ring buffer tx_head after barriers
12022 * net: calxedaxgmac: fix race with tx queue stop/wake
12023 * net: calxedaxgmac: enable interrupts after napi_enable
12024 * net: calxedaxgmac: fix various errors in xgmac_set_rx_mode
12025 * net: calxedaxgmac: remove some unused statistic counters
12026 * net: calxedaxgmac: fix rx DMA mapping API size mismatches
12027 * net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling
12028 * mfd: rtsx: Read vendor setting from config space
12029 - LP: #1201698
12030
12031 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 Sep 2013 07:21:06 -0600
12032
12033linux (3.11.0-5.11) saucy; urgency=low
12034
12035 * Release tracker
12036 - LP: #1221886
12037
12038 [ Adam Lee ]
12039
12040 * SAUCE: Bluetooth: Add support for 04ca:2007
12041 - LP: #1153448
12042 * SAUCE: Bluetooth: Add support for 105b:e065
12043 - LP: #1161261
12044
12045 [ Gavin Guo ]
12046
12047 * SAUCE: Bluetooth: Add support for Broadcom 413c:8143
12048 - LP: #1166113
12049
12050 [ Upstream Kernel Changes ]
12051
12052 * igb: Reset the link when EEE setting changed
12053 - LP: #1219619
12054 * igb: Read register for latch_on without return value
12055 - LP: #1219619
12056 * igb: Added rcu_lock to avoid race
12057 - LP: #1219619
12058 * igb: don't allow SR-IOV without MSI-X
12059 - LP: #1219619
12060 * igb: Update MTU so that it is always at least a standard frame size
12061 - LP: #1219619
12062 * igb: Refactor of init_nvm_params
12063 - LP: #1219619
12064 * igb: Refactor NVM read functions to accommodate devices with no flash
12065 - LP: #1219619
12066 * igb: Add device support for flashless SKU of i210 device
12067 - LP: #1219619
12068 * igb: Fix get_fw_version function for all parts
12069 - LP: #1219619
12070 * igb: Add macro for size of RETA indirection table
12071 - LP: #1219619
12072 * igb: Expose RSS indirection table for ethtool
12073 - LP: #1219619
12074 * igb: Don't look for a PBA in the iNVM when flashless
12075 - LP: #1219619
12076 * igb: Implementation of 1-sec delay for i210 devices
12077 - LP: #1219619
12078 * igb: New PHY_ID for i354 device
12079 - LP: #1219619
12080 * igb: M88E1543 PHY downshift implementation
12081 - LP: #1219619
12082 * igb: No PHPM support in i354 devices
12083 - LP: #1219619
12084 * igb: Support to get 2_5G link status for appropriate media type
12085 - LP: #1219619
12086 * igb: Get speed and duplex for 1G non_copper devices
12087 - LP: #1219619
12088 * igb: Implementation to report advertised/supported link on i354 devices
12089 - LP: #1219619
12090 * igb: Update version number
12091 - LP: #1219619
12092 * Bluetooth: Take proper tty_struct references
12093 - LP: #1189998
12094 * Bluetooth: Remove the device from the list in the destructor
12095 - LP: #1189998
12096 * Bluetooth: Move the tty initialization and cleanup out of open/close
12097 - LP: #1189998
12098 * Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
12099 - LP: #1189998
12100 * Bluetooth: Fix the reference counting of tty_port
12101 - LP: #1189998
12102 * Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
12103 - LP: #1189998
12104
12105 [ Wen-chien Jesse Sung ]
12106
12107 * SAUCE: Bluetooth: Support for loading broadcom patchram firmware
12108 - LP: #1065400
12109 * SAUCE: Bluetooth: Add support for 13d3:3388 and 13d3:3389
12110 - LP: #1065400
12111
12112 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Sep 2013 08:06:17 -0600
12113
12114linux (3.11.0-5.10) saucy; urgency=low
12115
12116 [ Andy Whitcroft ]
12117
12118 * Release tracker
12119 - LP: #1220222
12120 * Revert "[Config] Fix ubuntu directoy Kbuilds"
12121 * Revert "aufs update dropped some Kbuild files"
12122 * Revert "ubuntu: AUFS -- follow rename of loop.h into drivers/block"
12123 * Revert "ubuntu: AUFS -- update to
12124 8e503d4142c189ed6c47a2177ad2cd058e8d340e"
12125 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
12126 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
12127 * rebase to v3.11 final
12128 * [Config] clean up ubuntu/Kconfig and ubuntu/Makefile
12129 * ubuntu: AUFS (no-squash): basic framework and update machinary
12130 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
12131 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
12132 * ubuntu: AUFS -- update to 5ac5fe26a90a818218310e208d17688fddb07622
12133 * ubuntu: (no-squash) AUFS -- enable aufs
12134 * ubuntu: AUFS -- fix remaining d_count references to use accessor
12135 * ubuntu: lttng -- follow rename of pid_ns
12136 * SAUCE: disable stack-protector for ARM compressed bootloader
12137
12138 [ Paolo Pisati ]
12139
12140 * [Config] ARM_ATAG_DTB_COMPAT=y
12141
12142 [ Rob Herring ]
12143
12144 * [Config] Enable KVM and virtio for armhf generic-lpae
12145
12146 [ Tim Gardner ]
12147
12148 * [Config] CONFIG_ARPD=y
12149 * [Config] CONFIG_ZSWAP=y
12150 - LP: #1215379
12151
12152 [ Upstream Kernel Changes ]
12153
12154 * uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor.
12155 - LP: #1217957
12156 * ARM: use phys_addr_t for DMA zone sizes
12157 * ARM: highbank: enable DMA zone for LPAE
12158 * ARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL
12159 * ARM: highbank: select required errata work-arounds
12160 * DMA: fix AMBA PL08x compilation issue with 64bit DMA address type
12161 * DMA: fix printk warning in AMBA PL08x DMA driver
12162 * ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE
12163 * ARM: move outer_cache declaration out of ifdef
12164 * ARM: highbank: avoid L2 cache smc calls when PL310 is not present
12165 * ARM: highbank: clean-up some unused includes
12166 * ARM: xen: only set pm function ptrs for Xen guests
12167
12168 [ Upstream Kernel Changes ]
12169
12170 * rebase to v3.11
12171
12172 -- Andy Whitcroft <apw@canonical.com> Tue, 03 Sep 2013 17:08:06 +0100
12173
12174linux (3.11.0-4.9) saucy; urgency=low
12175
12176 [ Tim Gardner ]
12177
12178 * rebase to v3.11-rc7
12179 * Release tracker
12180 - LP: #1216962
12181
12182 [ Upstream Kernel Changes ]
12183
12184 * mwifiex: do not create AP and P2P interfaces upon driver loading
12185 - LP: #1212720
12186
12187 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 Aug 2013 06:25:35 -0600
12188
12189linux (3.11.0-3.8) saucy; urgency=low
12190
12191 [ Johannes Berg ]
12192
12193 * SAUCE: mac80211: ignore (E)CSA in probe response frames
12194 - LP: #1201470
12195
12196 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Aug 2013 09:47:36 -0600
12197
12198linux (3.11.0-3.7) saucy; urgency=low
12199
12200 [ Tim Gardner ]
12201
12202 * SAUCE: (no-up) hv_vss_daemon -- prevent self-daemonising to allow
12203 upstart to track
12204 * SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the local
12205 linux/hyperv.h
12206 * SAUCE: hv: Add vss daemon to Makefile
12207 * [Debian] Add hv_vss_daemon to tools package
12208 - LP: #1213282
12209 * [Config] Fix ubuntu directoy Kbuilds
12210 - LP: #1181755
12211
12212 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Aug 2013 08:34:05 -0600
12213
12214linux (3.11.0-3.6) saucy; urgency=low
12215
12216 [ Andy Whitcroft ]
12217
12218 * [Packaging] tools: conditionalise x86 and hyper-v tools sensibly
12219 * [Config] tools: enable x86 and hyper-v
12220
12221 [ John Johansen ]
12222
12223 * Revert "SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable
12224 snapshot"
12225 * Revert "SAUCE: (no-up) apparmor: fix apparmor module status for none
12226 root users"
12227 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
12228
12229 [ Joseph Salisbury ]
12230
12231 * SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops
12232 - LP: #1210848
12233
12234 [ Kamal Mostafa ]
12235
12236 * [debian] tools: ship 'cpupower' in linux-tools
12237 - LP: #1158668
12238 * [Config] Build-dep on libpci-dev for cpu tools
12239 - LP: #1158668
12240
12241 [ Tim Gardner ]
12242
12243 * rebase to v3.11-rc6
12244 * Release tracker
12245 - LP: #1213941
12246
12247 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 Aug 2013 07:02:07 -0600
12248
12249linux (3.11.0-2.5) saucy; urgency=low
12250
12251 [ Tim Gardner ]
12252
12253 * [Config] CONFIG_PM_DEBUG=y
12254 - LP: #1210539
12255 * rebase to v3.11-rc5
12256 * Release tracker
12257 - LP: #1211378
12258
12259 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Aug 2013 06:10:39 -0600
12260
12261linux (3.11.0-1.4) saucy; urgency=low
12262
12263 [ Tim Gardner ]
12264
12265 * Bump ABI when making changes to the inclusion list lest
12266 you cause conflicts with existing installed kernel
12267 packages.
12268 - LP: #1210331
12269
12270 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Aug 2013 03:03:51 +0100
12271
12272linux (3.11.0-0.3) saucy; urgency=low
12273
12274 [ Tim Gardner ]
12275
12276 * [Config] Include rbd and kvm in the virtual inclusion list
12277 - LP: #1206961
12278 * [Config] Removed obsolete inclusion list entries
12279
12280 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Aug 2013 08:52:14 +0100
12281
12282linux (3.11.0-0.2) saucy; urgency=low
12283
12284 [ Bruce Allan ]
12285
12286 * SAUCE: (no-up) e1000e: fix I217/I218 PHY initialization flow
12287 - LP: #1206757
12288 * SAUCE: (no-up) e1000e: enable support for new device IDs
12289 - LP: #1206757
12290
12291 [ John Johansen ]
12292
12293 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
12294
12295 [ Paolo Pisati ]
12296
12297 * build vexpress a15 dtb
12298 * [Config] disable Broadcom bcm support (ARCH_BCM)
12299 * [Config] disable Allwinner a1x support (ARCH_SUNXI)
12300 * [Config] disable WonderMedia WM8850 support (ARCH_WM8850)
12301 * [Config] disable Rockchip support (ARCH_ROCKCHIP)
12302 * [Config] disable STMicroelectronics STiH41x SOCs (ARCH_STI)
12303 * [Config] disable TI Keystone, AM43xx and OMAP5 support
12304 * [Config] ARM_APPENDED_DTB=y
12305
12306 [ Tim Gardner ]
12307
12308 * rebase to v3.11-rc4
12309 * overlayfs: Update to v19
12310 * [Config] Enable overlayfs
12311 * SAUCE: Fix lttng compile errors
12312
12313 [ Upstream Kernel Changes ]
12314
12315 * rebase to v3.11-rc4
12316 - LP: #1163720
12317 - LP: #1162026
12318 - LP: #1195636
12319 - LP: #1195597
12320 - LP: #1180409
12321 - LP: #1168430
12322
12323 -- Tim Gardner <tim.gardner@canonical.com> Sun, 04 Aug 2013 03:45:31 -0600
12324
12325linux (3.11.0-0.1) saucy; urgency=low
12326
12327 [ Upstream Kernel Changes ]
12328
12329 * rebase to 64ccccf8525fee499625b517c0faadf784c79e93
12330 - LP: #1163720
12331 - LP: #1162026
12332 - LP: #1195636
12333 - LP: #1195597
12334 - LP: #1180409
12335 - LP: #1168430
12336
12337 -- Tim Gardner <tim.gardner@canonical.com> Mon, 08 Jul 2013 08:50:46 -0600
12338
12339linux (3.10.0-2.10) saucy; urgency=low
12340
12341 [ Andy Whitcroft ]
12342
12343 * [Config] CONFIG_INTEL_MEI*=m
12344 - LP: #1196155
12345 * [Config] CONFIG_DEBUG_INFO=y
12346
12347 [ Stephen Warren ]
12348
12349 * [Config] fix Calxeda xgmac module filename
12350
12351 [ Upstream Kernel Changes ]
12352
12353 * Revert "serial: 8250_pci: add support for another kind of NetMos
12354 Technology PCI 9835 Multi-I/O Controller"
12355 - LP: #1190967
12356 * mfd: lpc_ich: Add support for Intel Avoton SoC
12357 - LP: #1196658
12358
12359 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jul 2013 18:08:02 +0100
12360
12361linux (3.10.0-2.9) saucy; urgency=low
12362
12363 [ Andy Whitcroft ]
12364
12365 * rebase to v3.10
12366
12367 [ John Johansen ]
12368
12369 * Revert "SAUCE: (no-up) apparmor: Fix quieting of audit messages for
12370 network mediation"
12371 * Revert "SAUCE: (no-up) apparmor: Fix compile warnings"
12372 * Revert "SAUCE: (no-up) AppArmor: basic networking rules"
12373 * Revert "SAUCE: (no-up) apparmor: Add the ability to mediate mount"
12374 * Revert "SAUCE: (no-up) AppArmor: Add profile introspection file to
12375 interface"
12376 * Revert "SAUCE: (no-up) AppArmor: Disable Add PR_{GET,SET}_NO_NEW_PRIVS
12377 to prevent execve from granting privs"
12378 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
12379
12380 [ Upstream Kernel Changes ]
12381
12382 * rebase to v3.10
12383
12384 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Jul 2013 17:42:29 +0100
12385
12386linux (3.10.0-1.8) saucy; urgency=low
12387
12388 [ Andy Whitcroft ]
12389
12390 * Release Tracking Bug
12391 - LP: #1195717
12392
12393 [ Andy Whitcroft ]
12394
12395 * Revert "ubuntu: overlayfs -- follow change to do_splice_direct
12396 interface"
12397 * Revert "ubuntu: overlayfs -- expose do_splice_direct prototype"
12398 * Revert "SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path
12399 reference"
12400 * Revert "ubuntu: overlayfs -- add FS_ALIAS"
12401 * Revert "ubuntu: overlayfs --
12402 overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode"
12403 * Revert "ubuntu: overlayfs -- ovl-switch-to-inode_permission"
12404 * Revert "ubuntu: overlayfs -- vfs-export-inode_permission-to-modules"
12405 * Revert "ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link"
12406 * Revert "ubuntu: overlayfs --
12407 overlayfs-fix-possible-leak-in-ovl_new_inode"
12408 * Revert "ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth"
12409 * Revert "ubuntu: overlayfs -- overlay-overlay-filesystem-documentation"
12410 * Revert "ubuntu: overlayfs -- overlayfs-implement-show_options"
12411 * Revert "ubuntu: overlayfs -- overlayfs-add-statfs-support"
12412 * Revert "ubuntu: overlayfs -- overlay filesystem"
12413 * Revert "ubuntu: overlayfs -- vfs-introduce-clone_private_mount"
12414 * Revert "ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules"
12415 * Revert "ubuntu: overlayfs -- vfs-add-i_op-dentry_open"
12416 * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support
12417
12418 [ Erez Zadok ]
12419
12420 * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options
12421
12422 [ Miklos Szeredi ]
12423
12424 * ubuntu: overlayfs v18 -- -- vfs: add i_op->dentry_open()
12425 * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules
12426 * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules
12427 * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount()
12428 * ubuntu: overlayfs v18 -- -- overlay filesystem
12429 * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth
12430
12431 [ Neil Brown ]
12432
12433 * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem documentation
12434
12435 [ Tim Gardner ]
12436
12437 * [Config] CONFIG_SUNRPC_DEBUG=y
12438 - LP: #1127319
12439
12440 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jun 2013 10:26:52 +0100
12441
12442linux (3.10.0-0.7) saucy; urgency=low
12443
12444 [ Andy Whitcroft ]
12445
12446 * autopkgtest: switch Depends: to build-essential
12447
12448 -- Andy Whitcroft <apw@canonical.com> Tue, 25 Jun 2013 08:40:55 +0100
12449
12450linux (3.10.0-0.6) saucy; urgency=low
12451
12452 [ Andy Whitcroft ]
12453
12454 * [Config] enable CONFIG_ARCH_TEGRA to fix FTBFS on armhf
12455 * SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path reference
12456 - LP: #1098378
12457 * ubuntu: AUFS -- update to 4f14cef47eb7c23eda7198931fbab1040866b6ee
12458 * ubuntu: overlayfs -- expose do_splice_direct prototype
12459 * ubuntu: overlayfs -- follow change to do_splice_direct interface
12460 * [Config] flip CONFIG_NO_HZ_FULL_ALL off as it is overheating machines
12461 - LP: #1192691
12462
12463 [ Stefan Bader ]
12464
12465 * (d-i) Add dm-snapshot to md-modules
12466 - LP: #1191726
12467
12468 [ Tim Gardner ]
12469
12470 * Release tracker
12471 - LP: #1194149
12472 * [Config] CONFIG_WIL6210=n for armhf
12473 * [Config] d-i: Add calxedaxgmac to nic-modules
12474 - LP: #1192358
12475 * [debian] Use dh_strip
12476 - LP: #1192759
12477 * [Config] Enable perf for armhf
12478 * do_tools=false when cross compiling
12479 * [Config] CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
12480 - LP: #1108082
12481
12482 [ Upstream Kernel Changes ]
12483
12484 * nsp32: switch reset delay to msleep() as it is tooo long
12485 * alx: add a simple AR816x/AR817x device driver
12486 Plucked from linux-next. replaces ubuntu/alx in favor of
12487 'to be merged' version in 3.11.
12488 * rebase to v3.10-rc7
12489 - LP: #1189363
12490
12491 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Jun 2013 18:10:31 -0600
12492
12493linux (3.10.0-0.5) saucy; urgency=low
12494
12495 [ Andy Whitcroft ]
12496
12497 * rebase to v3.10-rc6
12498 * [Config] updateconfigs following rebase to v3.10-rc6
12499
12500 [ Upstream Kernel Changes ]
12501
12502 * rebase to v3.10-rc6
12503
12504 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Jun 2013 11:12:39 +0100
12505
12506linux (3.10.0-0.4) saucy; urgency=low
12507
12508 [ Andy Whitcroft ]
12509
12510 * [Config] updateconfigs following rebase to v3.10-rc4
12511
12512 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 11:42:28 +0100
12513
12514linux (3.10.0-0.3) saucy; urgency=low
12515
12516 [ Andy Whitcroft ]
12517
12518 * rebase to v3.10-rc5
12519
12520 [ Upstream Kernel Changes ]
12521
12522 * rebase to v3.10-rc5
12523 - LP: #1186170
12524
12525 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 09:23:31 +0100
12526
12527linux (3.10.0-0.2) saucy; urgency=low
12528
12529 [ Andy Whitcroft ]
12530
12531 * rebase to v3.10-rc4
12532 * [Config] CONFIG_BINFMT_SCRIPT=y to fix booting initramfs scripts
12533 * [Config] enable SND_PCM_DEBUG SND_PCM_XRUN_DEBUG
12534 - LP: #1187744
12535 * [Config] enforce CONFIG_BINFMT_SCRIPT=y
12536
12537 [ Dave Chiluk ]
12538
12539 * SAUCE: ncpfs: fix rmdir returns Device or resource busy
12540 - LP: #1035226
12541
12542 [ Tim Gardner ]
12543
12544 * rebase to v3.10-rc3
12545 * [Config] sparc be gone
12546 * [Config] ia64 be gone
12547 * d-i: block-modules provides nbd-modules
12548
12549 [ Upstream Kernel Changes ]
12550
12551 * rebase to v3.10-rc4
12552 * rebase to v3.10-rc3
12553
12554 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 May 2013 06:16:46 -0600
12555
12556linux (3.10.0-0.1) saucy; urgency=low
12557
12558 [ Tim Gardner ]
12559
12560 * UBUNTU: Disabled lttng
12561 * UBUNTU: Disable aufs for FTBS
12562 * UBUNTU: Disabled alx
12563 * UBUNTU: alx: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
12564 * UBUNTU: rebase to v3.10-rc2
12565 * UBUNTU: SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam
12566
12567 [ Andy Whitcroft ]
12568
12569 * UBUNTU: [Config] update standards version to 3.9.4.0
12570 * UBUNTU: [Config] squash duplicate package description (long and short)
12571 * UBUNTU: [Config] fix up Vcs-git: to point to saucy
12572 * UBUNTU: [Config] drop depenancy on util-linux as is Essential
12573 * UBUNTU: [Config] drop redundant Build-Conficts:
12574
12575 [ Upstream Kernel Changes ]
12576
12577 * rebase to v3.10-rc2
12578 - LP: #1180351
12579
12580 [ Upstream Kernel Changes ]
12581
12582 * rebase to v3.10-rc1
12583 - LP: #1172151
12584 - LP: #1089795
12585 - LP: #1167270
12586 - LP: #1128840
12587
12588 -- Tim Gardner <tim.gardner@canonical.com> Tue, 14 May 2013 13:41:07 -0600
12589
12590linux (3.10.0-0.0) saucy; urgency=low
12591
12592 * Dummy
12593
12594 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
12595
12596linux (3.9.0-2.6) saucy; urgency=low
12597
12598 [ Tim Gardner ]
12599
12600 * rebase to v3.9.2
12601
12602 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
12603
12604linux (3.9.0-1.5) saucy; urgency=low
12605
12606 [ Tim Gardner ]
12607
12608 * rebase to v3.9.1
12609
12610 -- Tim Gardner <tim.gardner@canonical.com> Wed, 08 May 2013 12:49:45 -0400
12611
12612linux (3.9.0-0.4) saucy; urgency=low
12613
12614 [ Andy Whitcroft ]
12615
12616 * ubuntu: overlayfs -- add FS_ALIAS
12617
12618 [ Tim Gardner ]
12619
12620 * Added lttng
12621 - LP: #1175784
12622
12623 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 May 2013 17:17:13 -0400
12624
12625linux (3.9.0-0.3) saucy; urgency=low
12626
12627 [ Upstream Kernel Changes ]
12628
12629 * rebase to v3.9
12630
12631 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 18:20:00 -0400
12632
12633linux (3.9.0-0.2) saucy; urgency=low
12634
12635 [ Tim Gardner ]
12636
12637 * Enable extras packaging for amd64/i386.
12638 Fixes build depenencies with brittany and linux-meta.
12639
12640 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 05:37:01 -0600
12641
12642linux (3.9.0-0.1) saucy; urgency=low
12643
12644 [ Upstream Kernel Changes ]
12645
12646 * rebase to v3.9-rc8
12647
12648 [ Upstream Kernel Changes ]
12649
12650 * rebase to v3.9-rc7
12651 - LP: #1128840
12652
12653 [ Upstream Kernel Changes ]
12654
12655 * rebase to v3.9-rc6
12656
12657 [ Upstream Kernel Changes ]
12658
12659 * rebase to v3.9-rc5
12660
12661 [ Upstream Kernel Changes ]
12662
12663 * rebase to v3.8-rc4
12664 - LP: #1095315
12665 - LP: #886975
12666 - LP: #1086921
12667
12668 [ Upstream Kernel Changes ]
12669
12670 * rebase to v3.9-rc3
12671 - LP: #1155016
12672 - LP: #1103594
12673
12674 [ Upstream Kernel Changes ]
12675
12676 * rebase to v3.9-rc2
12677
12678 [ Upstream Kernel Changes ]
12679
12680 * rebase to v3.9-rc1
12681 - LP: #901105
12682 - LP: #961286
12683 - LP: #1011792
12684 - LP: #1128934
12685 - LP: #886975
12686 - LP: #978807
12687
12688 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Feb 2013 09:12:39 -0700
12689
12690linux (3.8.0-7.14) raring; urgency=low
12691
12692 [ Andy Whitcroft ]
12693
12694 * [Config] CONFIG_RCU_USER_QS=n
12695 * [Config] CONFIG_MTD_ONENAND_SIM=n
12696 * annotations: add annotations for CONFIG_CC_STACKPROTECTOR
12697
12698 [ Upstream Kernel Changes ]
12699
12700 * rebase to v3.8
12701
12702 [Tim Gardner]
12703
12704 * Release Tracking Bug
12705 - LP: #1130111
12706 * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once
12707 - LP: #1128840
12708
12709 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Feb 2013 09:25:56 -0700
12710
12711linux (3.8.0-6.13) raring; urgency=low
12712
12713 [Tim Gardner]
12714
12715 * Release Tracking Bug
12716 - LP: #1125364
12717 * Add ahci modules to d-i
12718 - LP: #1124415
12719
12720
12721 [ Chris Wilson ]
12722
12723 * SAUCE: drm/i915: Wait for pending flips to complete before tearing down
12724 the encoders
12725 - LP: #1097315
12726
12727 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 12:16:48 -0700
12728
12729linux (3.8.0-6.12) raring; urgency=low
12730
12731 [Tim Gardner]
12732
12733 * perf: NO_LIBPERL=1
12734 * Fix linux-headers dependency
12735 * Release Tracking Bug
12736 - LP: #1124362
12737
12738 [ Andy Whitcroft ]
12739
12740 * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports
12741 - LP: #1121699
12742
12743 [ Daniel Vetter ]
12744
12745 * SAUCE: drm/i915: write backlight harder
12746 - LP: #954661
12747
12748 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 10:25:11 -0700
12749
12750linux (3.8.0-6.11) raring; urgency=low
12751
12752 [Tim Gardner]
12753
12754 * Release Tracking Bug
12755 - LP: #1122071
12756 * rebase to v3.8-rc7
12757 * Add libaudit-dev as a build dependency
12758 * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency.
12759
12760 [ Leann Ogasawara ]
12761
12762 * [Config] Remove CONFIG_SATA_AHCI annotation
12763
12764 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Feb 2013 07:41:13 -0500
12765
12766linux (3.8.0-5.10) raring; urgency=low
12767
12768 [Tim Gardner]
12769
12770 * Release Tracking Bug
12771 - LP: #1118568
12772
12773 * Bump ABI to fix install issue with 3.8.0-4.8.
12774 Moving drivers/ata/*ahci* to linux-image caused an
12775 install conflict with linux-image-extras without an
12776 ABI bump.
12777
12778 [ Jan Beulich ]
12779
12780 * SAUCE: xen-pciback: rate limit error messages from
12781 xen_pcibk_enable_msi{, x}()
12782 - LP: #1117336
12783 - CVE-2013-0231
12784
12785 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Feb 2013 05:38:12 -0700
12786
12787linux (3.8.0-4.9) raring; urgency=low
12788
12789 [ Herton Ronaldo Krzesinski ]
12790
12791 * d-i: Add mellanox ethernet drivers to nic-modules
12792 - LP: #1015339
12793
12794 [ Joseph Salisbury ]
12795
12796 * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H
12797 - LP: #1113547
12798
12799 [ Kamal Mostafa ]
12800
12801 * SAUCE: alx driver import script
12802
12803 [ Qualcomm Atheros, Inc ]
12804
12805 * SAUCE: alx: Update to heads/master
12806
12807 [ Tim Gardner ]
12808
12809 * Release Tracking Bug
12810 - LP: #1117673
12811
12812 * [debian] Remove dangling symlink from headers package
12813 - LP: #1112442
12814 * [config] CONFIG_ALX=m
12815 * [Config] Add alx to d-i nic-modules
12816 * [Config] CONFIG_SATA_AHCI=m
12817 - LP: #1056563
12818
12819 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Feb 2013 05:54:32 -0800
12820
12821linux (3.8.0-4.8) raring; urgency=low
12822
12823 [ Allen Ibara ]
12824
12825 * SAUCE: imx6: dts: Add IMX6Q AHCI support
12826
12827 [ Andy Whitcroft ]
12828
12829 * rebase to v3.8-rc6
12830 * updateconfigs following rebase to v3.8-rc6
12831
12832 [Leann Ogasawara]
12833
12834 * Release Tracking Bug
12835 - LP: #1112573
12836
12837 [ Paolo Pisati ]
12838
12839 * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM
12840 * [Config] SERIAL_AMBA_PL011=y (vexpress serial console)
12841 * [Config] MMC_ARMMMCI=y (vexpress mmc)
12842 * [Config] FB_ARMCLCD=y (vexpress framebuffer)
12843
12844 [ Seth Forshee ]
12845
12846 * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y
12847
12848 [ Upstream Kernel Changes ]
12849
12850 * rebase to v3.8-rc6
12851 - LP: #1107477
12852
12853 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 01 Feb 2013 07:20:59 -0800
12854
12855linux (3.8.0-3.7) raring; urgency=low
12856
12857 [ Andy Green ]
12858
12859 * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper
12860 * SAUCE: ARM: omap2 add mac address allocation register api
12861 * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac
12862 allocation
12863
12864 [ Leann Ogasawara ]
12865
12866 * rebase to v3.8-rc5
12867 * Release Tracking Bug
12868 - LP: #1111486
12869
12870 [ Paolo Pisati ]
12871
12872 * SAUCE: davinci: vpss: compilation fix
12873 * [Config] enable TI OMAP4 support (Pandaboard/ES)
12874 * [Config] OMAP_USB2=y (since TWL6030_USB depends on it)
12875 * [Config] enable Freescale IMX6 support (SabreLite)
12876 * [Config] SERIAL_IMX_CONSOLE=y
12877 * [Config] MMC_*_IMX=y
12878 * [Config] disable USB_SUSPEND
12879 * [Config] USB_MXS_PHY=y
12880 * [Config] USB_CHIPIDEA=y
12881 * SAUCE: DTB: add support for multiple DTBs
12882 * SAUCE: DTB: build imx6q-sabrelite
12883 * SAUCE: DTB: build beaglexm
12884 * SAUCE: DTB: build panda/panda es
12885 * [Config] disable CPU_FREQ
12886 * [Config] PANEL_TFP410=y (video DVI output)
12887 * [Config] SND_OMAP_SOC*=y
12888 * [Config] SND_IMX_SOC*=y
12889 * [Config] I2C_IMX=y
12890 * [Config] SPI_IMX=m
12891
12892 [ Stefan Bader ]
12893
12894 * [Config] Move 9p modules into generic package
12895 - LP: #1107658
12896
12897 [ Tony Lindgren ]
12898
12899 * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform
12900 kernels
12901 * SAUCE: ARM: OMAP2+: Use omap initcalls
12902 * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform
12903 * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform
12904 * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support
12905 * SAUCE: ARM: OMAP2+: Disable code that currently does not work with
12906 multiplaform
12907 * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support
12908 * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress
12909 * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S
12910
12911 [ Upstream Kernel Changes ]
12912
12913 * rebase to v3.8-rc5
12914 - LP: #1096789
12915
12916 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Jan 2013 06:44:52 -0800
12917
12918linux (3.8.0-2.6) raring; urgency=low
12919
12920 [ Adam Conrad ]
12921
12922 * Fix up linux-tools -> SRCPKGNAME-tools rename
12923
12924 [ Andy Whitcroft ]
12925
12926 * [Config] re-disable CONFIG_SOUND_OSS
12927 - LP: #1105230
12928
12929 [ Arend van Spriel ]
12930
12931 * SAUCE: brcmsmac: fix tx status processing
12932
12933 [Leann Ogasawara]
12934
12935 * Release Tracking Bug
12936 - LP: #1105104
12937
12938 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 Jan 2013 11:56:30 -0800
12939
12940linux (3.8.0-1.5) raring; urgency=low
12941
12942 [Tim Gardner]
12943
12944 * Release Tracking Bug
12945 - LP: #1101235
12946
12947 [ Dudley Du ]
12948
12949 * SAUCE: Input: add support for Cypress PS/2 Trackpads
12950 - LP: #978807
12951
12952 [ Kamal Mostafa ]
12953
12954 * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes
12955 * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch
12956 * [Config] Add CONFIG_PS2_CYPRESS
12957
12958 [ Tim Gardner ]
12959
12960 * rebase to v3.8-rc4
12961
12962 [ Upstream Kernel Changes ]
12963
12964 * rebase to v3.8-rc4
12965 - LP: #1095315
12966 - LP: #886975
12967 - LP: #1086921
12968
12969 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jan 2013 10:50:22 -0800
12970
12971linux (3.8.0-0.4) raring; urgency=low
12972
12973 [ Leann Ogasawara ]
12974
12975 * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation
12976 * [Config] Update CONFIG_IIO build annotation
12977 * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation
12978 * [Config] Remove CONFIG_SPI_DW_MMIO annotation
12979 * [Config] Remove CONFIG_SPI_PL022 annotation
12980 * [Config] Update CONFIG_EZX_PCAP annotation
12981 * [Config] Update CONFIG_SENSORS_AK8975 annotation
12982 * [Config] Disable CONFIG_DRM_MGAG200
12983 - LP: #1042903
12984
12985 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 Jan 2013 10:01:50 -0800
12986
12987linux (3.8.0-0.3) raring; urgency=low
12988
12989 [ Andy Whitcroft ]
12990
12991 * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and
12992 uselib()"
12993
12994 [ Scott James Remnant ]
12995
12996 * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib()
12997 (for v3.7+)
12998 - LP: #1085766, #462111
12999
13000 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Jan 2013 16:57:27 +0000
13001
13002linux (3.8.0-0.2) raring; urgency=low
13003
13004 [ Tim Gardner ]
13005
13006 * [packaging] Add macro to selectively disable building perf
13007 * [packaging] Cannot depend on universe package libaudit-dev
13008
13009 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jan 2013 12:43:24 -0700
13010
13011linux (3.8.0-0.1) raring; urgency=low
13012
13013
13014 [ Upstream Kernel Changes ]
13015
13016 * rebase to v3.8-rc3
13017 - LP: #1096789
13018
13019 [ Upstream Kernel Changes ]
13020
13021 * rebase to v3.8-rc2
13022 - LP: #1082357
13023 - LP: #1075882
13024
13025 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Dec 2012 10:35:09 +0000
13026
13027linux (3.7.0-7.15) raring; urgency=low
13028
13029 [ Chris J Arges ]
13030
13031 * SAUCE: add eeprom_bad_csum_allow module parameter
13032 - LP: #1070182
13033
13034 [ Leann Ogasawara ]
13035
13036 * Add ceph to linux-image for virtual instances
13037 - LP: #1063784
13038
13039 [ Serge Hallyn ]
13040
13041 * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD
13042
13043 [ Tim Gardner ]
13044
13045 * [Config] CONFIG_SLUB_DEBUG=y
13046 - LP: #1090308
13047
13048 [ Upstream Kernel Changes ]
13049
13050 * Revert "[SCSI] sd: Implement support for WRITE SAME"
13051 - LP: #1089818
13052
13053 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 Dec 2012 06:50:20 -0800
13054
13055linux (3.7.0-6.14) raring; urgency=low
13056
13057 [ Andy Whitcroft ]
13058
13059 * [Config] annotations: all new annotations scheme including defaults
13060 * [Configs] apply annotation updates to main configs (top section)
13061
13062 [ Leann Ogasawara ]
13063
13064 * Revert "SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm
13065 build"
13066 * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error"
13067 * Temporarily disable module check for build
13068
13069 [ Stefan Bader ]
13070
13071 * ubuntu: dm-raid45: Adapt to upstream interface changes
13072 * Re-enable build of dm-raid45
13073
13074 [ Tim Gardner ]
13075
13076 * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc
13077 * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error
13078 * SAUCE: drm: Fix possible EDID memory allocation oops
13079 * SAUCE: ttm: Fix possible _manager memory allocation oops
13080 * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request
13081 * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to
13082 2 pointers
13083
13084 [ Tomas Hozza ]
13085
13086 * SAUCE: tools: hv: Netlink source address validation allows DoS
13087 - LP: #1084777
13088 - CVE-2012-5532
13089
13090 [ Upstream Kernel Changes ]
13091
13092 * rebase to v3.7
13093
13094 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 05 Dec 2012 14:11:12 -0800
13095
13096linux (3.7.0-5.13) raring; urgency=low
13097
13098 [ Lino Sanfilippo ]
13099
13100 * SAUCE: inotify, fanotify: replace fsnotify_put_group() with
13101 fsnotify_destroy_group()
13102 - LP: #922906
13103 * SAUCE: fsnotify: introduce fsnotify_get_group()
13104 - LP: #922906
13105 * SAUCE: fsnotify: use reference counting for groups
13106 - LP: #922906
13107 * SAUCE: fsnotify: take groups mark_lock before mark lock
13108 - LP: #922906
13109 * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that
13110 indicates wheather a mark should be destroyed
13111 - LP: #922906
13112 * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups
13113 mark list
13114 - LP: #922906
13115 * SAUCE: fsnotify: pass group to fsnotify_destroy_mark()
13116 - LP: #922906
13117 * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and
13118 fsnotify_remove_mark()
13119 - LP: #922906
13120 * SAUCE: fsnotify: dont put marks on temporary list when clearing marks
13121 by group
13122 - LP: #922906
13123 * SAUCE: fsnotify: change locking order
13124 - LP: #922906
13125
13126 [ Tim Gardner ]
13127
13128 * [Config] CONFIG_NFC_LLCP=y
13129 * [Config] get-firmware: Filter new files through fwinfo
13130 * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches
13131 * [Config] CONFIG_DRM_EXYNOS_HDMI=y
13132 * [Config] CONFIG_XEN=y for all arches
13133 * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m
13134 * [Config] CONFIG_MMC_DW_EXYNOS=m
13135 * [Config] CONFIG_GPIO_ADNP=m
13136 * [Config] find-obsolete-firmware: Use correct path
13137 * rebase to v3.7-rc8
13138 - LP: #1084640
13139
13140 [ Upstream Kernel Changes ]
13141
13142 * Revert "VFS: don't do protected {sym,hard}links by default"
13143 - LP: #1084192
13144
13145 -- Tim Gardner <tim.gardner@canonical.com> Wed, 28 Nov 2012 16:07:08 +0000
13146
13147linux (3.7.0-4.12) raring; urgency=low
13148
13149 [ Tim Gardner ]
13150
13151 * Revert "[Config] Use -j1 for headers_install"
13152 * Revert "[Config] install-arch-headers needs a valid config"
13153 Strayed into the weeds in search of the root cause of the periodic
13154 build failure.
13155 Fixes powerpc FTBS introduced in -4.11.
13156 * [Config] hmake -j1
13157 The kernel makefile appears to have parallel dependency
13158 problems for the install_headers target. This appears to be root
13159 cause for a periodic build failure on N-way machines.
13160
13161 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 27 Nov 2012 12:33:06 -0800
13162
13163linux (3.7.0-4.11) raring; urgency=low
13164
13165 [ Tim Gardner ]
13166
13167 * [Config] Use -j1 for headers_install
13168 Also fixes a powerpc FTBS introduced by
13169 "[Config] install-arch-headers needs a valid config".
13170
13171 -- Tim Gardner <tim.gardner@canonical.com> Tue, 27 Nov 2012 10:19:30 -0700
13172
13173linux (3.7.0-4.10) raring; urgency=low
13174
13175 [ Andy Whitcroft ]
13176
13177 * [Config] add rebuild-test support for autopkgtest
13178 - LP: #1081500
13179 * [tests] move build tests out of the way
13180 - LP: #1081500
13181 * [tests] add an autopkgtest rebuild test
13182 - LP: #1081500
13183
13184 [ Tim Gardner ]
13185
13186 * rebase to v3.7-rc7
13187 * SAUCE: Remove emi62 files duplicated in linux-firmware
13188 * SAUCE: Remove sb16 files duplicated in linux-firmware
13189 * SAUCE: Remove whiteheat files duplicated in linux-firmware
13190 * SAUCE: Remove yamaha files duplicated in linux-firmware
13191 * SAUCE: Remove dsp56k files used only by m68k
13192 * SAUCE: firmware: Remove last vestiges of dabusb
13193 * SAUCE: Remove vicam files duplicated in linux-firmware
13194 * [Config] install-arch-headers needs a valid config
13195
13196 [ Upstream Kernel Changes ]
13197
13198 * rebase to v3.7-rc7
13199 - LP: #1076840
13200 - LP: #1081466
13201
13202 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 21 Nov 2012 06:07:23 -0800
13203
13204linux (3.7.0-3.9) raring; urgency=low
13205
13206 [ Leann Ogasawara ]
13207
13208 * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y
13209 - LP: #1079900
13210 * Add nfsv3 to nfs-modules udeb
13211
13212 [ Paolo Pisati ]
13213
13214 * [Config] SND_OMAP_SOC*=y
13215 - LP: #1019321
13216
13217 [ Stefan Bader ]
13218
13219 * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit
13220 - LP: #1078926
13221
13222 [ Tim Gardner ]
13223
13224 * Revert "SAUCE: SECCOMP: audit: always report seccomp violations"
13225 - LP: #1079469
13226 * Revert "SAUCE: omap3 clocks .dev_id = NULL"
13227 * rebase to v3.7-rc6
13228 * SAUCE: script to detect obsolete firmware
13229 * SAUCE: Remove yam files duplicated in linux-firmware
13230 * SAUCE: Remove tehuti files duplicated in linux-firmware
13231 * SAUCE: Remove matrox files duplicated in linux-firmware
13232 * SAUCE: Remove cxgb3 files duplicated in linux-firmware
13233 * SAUCE: Remove r128 files duplicated in linux-firmware
13234 * SAUCE: Remove acenic files duplicated in linux-firmware
13235 * SAUCE: Remove keyspan files duplicated in linux-firmware
13236 * SAUCE: Remove sun files duplicated in linux-firmware
13237 * SAUCE: Remove radeon files duplicated in linux-firmware
13238 * SAUCE: Update bnx2x firmware to 7.8.2.0
13239 * [Config] generic.inclusion-list: econet has disappeared
13240
13241 [ Upstream Kernel Changes ]
13242
13243 * seccomp: forcing auditing of kill condition
13244 - LP: #1079469
13245 * rebase to v3.7-rc6
13246
13247 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Nov 2012 12:28:55 -0800
13248
13249linux (3.7.0-2.8) raring; urgency=low
13250
13251 [ Andy Whitcroft ]
13252
13253 * Revert "overlayfs: disable until FTBS is fixed"
13254 * Revert "ubuntu: overlayfs"
13255 * Revert "ubuntu: AUFS"
13256 * ubuntu: overlayfs -- overlayfs: add statfs support
13257 * ubuntu: overlayfs -- ovl: switch to __inode_permission()
13258 * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying
13259 inode
13260 - LP: #944386
13261 * ubuntu: AUFS (no-squash): basic framework and update machinary
13262 * ubuntu: AUFS (no-squash) -- aufs3-base.patch
13263 * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch
13264 * ubuntu: AUFS: aufs-update -- follow the uapi header changes
13265 * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f
13266 * ubuntu: AUFS (no-squash) -- reenable
13267 - LP: #1079193
13268
13269 [ Erez Zadok ]
13270
13271 * ubuntu: overlayfs -- overlayfs: implement show_options
13272
13273 [ Miklos Szeredi ]
13274
13275 * ubuntu: overlayfs -- vfs: add i_op->dentry_open()
13276 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
13277 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
13278 * ubuntu: overlayfs -- overlay filesystem
13279 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
13280 * ubuntu: overlayfs -- vfs: export __inode_permission() to modules
13281
13282 [ Neil Brown ]
13283
13284 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
13285
13286 [ Robin Dong ]
13287
13288 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
13289 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
13290
13291 -- Andy Whitcroft <apw@canonical.com> Thu, 15 Nov 2012 13:35:12 +0000
13292
13293linux (3.7.0-1.7) raring; urgency=low
13294
13295 [ Tim Gardner ]
13296
13297 * [Config] Drop dependency on libaudit-dev
13298 Its a universe package which causes an FTBS on the builders.
13299 libaudit-dev is not strictly required for the perf tools build.
13300
13301 -- Tim Gardner <tim.gardner@canonical.com> Wed, 14 Nov 2012 10:08:13 -0700
13302
13303linux (3.7.0-1.6) raring; urgency=low
13304
13305 [ Andy Whitcroft ]
13306
13307 * [Config] enforce -- switch CONFIG_NVRAM to more readable form
13308 * [Config] better encode the CONFIG_NVRAM constaint
13309 * enforcer -- fix debugging output
13310
13311 [ Ben Collins ]
13312
13313 * [Config] Add custom_override rule to allow for alternate kernel
13314 file/install
13315 * [Config] Use SRCPKGNAME as prefix for indep linux headers package
13316
13317 [ Tim Gardner ]
13318
13319 * [Config] Dropped armel
13320 * Drop highbank from ABI fetch list
13321 * [Config] Use dh_prep instead of 'dh_clean -k'
13322 * [Config] Build depend on libaudit-dev, libunwind8-dev for tools
13323 * [Config] Document binary-indep dependency chain
13324 * rebase to v3.7-rc5
13325
13326 [ Upstream Kernel Changes ]
13327
13328 * rebase to v3.7-rc5
13329
13330 -- Tim Gardner <tim.gardner@canonical.com> Tue, 13 Nov 2012 07:13:37 -0500
13331
13332linux (3.7.0-0.5) raring; urgency=low
13333
13334 [ Tim Gardner ]
13335
13336 * [Config] CONFIG_AMD_IOMMU_V2=m
13337 - LP: #1071520
13338 * [Config] CONFIG_MTD_ONENAND_SIM=n for armel
13339 Fixes FTBS
13340
13341 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 15:45:39 -0500
13342
13343linux (3.7.0-0.4) raring; urgency=low
13344
13345 [ Ben Collins ]
13346
13347 * [Config] Update enforce rule for CONFIG_NVRAM to better suit flavours
13348
13349 [ Tim Gardner ]
13350
13351 * [Config] do_tools=false for arm
13352
13353 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 05:39:51 -0700
13354
13355linux (3.7.0-0.3) raring; urgency=low
13356
13357 [ Tim Gardner ]
13358
13359 * [Config] CONFIG_DRM_EXYNOS_HDMI=n for armhf
13360 * [Config] CONFIG_MTD_NAND_DOCG4=n for armel/armhf
13361 * [Config] Drop highbank harder
13362
13363 -- Tim Gardner <tim.gardner@canonical.com> Wed, 07 Nov 2012 18:11:45 +0000
13364
13365linux (3.7.0-0.2) raring; urgency=low
13366
13367 [ Andy Whitcroft ]
13368
13369 * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual
13370 instances
13371 - LP: #1066921
13372 * [Config] drop highbank builds
13373
13374 [ Jeremy Kerr ]
13375
13376 * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable
13377 - LP: #1063061
13378
13379 [ Leann Ogasawara ]
13380
13381 * Reinstate dropped.txt from Ubuntu-3.7.0-0.1-rc1
13382
13383 [ Tim Gardner ]
13384
13385 * [Config] Dropped powerpc/ppc64 in favour of the community kernel
13386 * [Config] CONFIG_MODULE_SIG=y for amd64,i386, and highbank
13387 * rebase to v3.7-rc4
13388 * SAUCE: MODSIGN: Emit error for incorrectly signed module
13389
13390 [ Upstream Kernel Changes ]
13391
13392 * rebase to v3.7-rc4
13393
13394 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Nov 2012 05:35:41 -0700
13395
13396linux (3.7.0-0.1) raring; urgency=low
13397
13398
13399 [ Upstream Kernel Changes ]
13400
13401 * rebase to v3.7-rc3
13402 - LP: #1056078
13403
13404 [ Upstream Kernel Changes ]
13405
13406 * rebase to v3.7-rc2
13407 - LP: #1060729
13408 - LP: #1059523
13409 - LP: #1006690
13410 - LP: #1049623
13411 - LP: #1046512
13412 - LP: #1052499
13413 - LP: #1037642
13414 - LP: #559939
13415 - LP: #1052460
13416 - LP: #939161
13417 - LP: #1046734
13418
13419 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Oct 2012 08:13:07 -0600
13420
13421linux (3.6.0-0.1) UNRELEASED; urgency=low
13422
13423
13424 [ Upstream Kernel Changes ]
13425
13426 * rebase to v3.6
13427
13428 [ Upstream Kernel Changes ]
13429
13430 * rebase to v3.6-rc7
13431
13432 [ Upstream Kernel Changes ]
13433
13434 * rebase to v3.6-rc6
13435 - LP: #1000424
13436
13437 [ Upstream Kernel Changes ]
13438
13439 * rebase to v3.6-rc5
13440 - LP: #1040077
13441
13442 [ Upstream Kernel Changes ]
13443
13444 * rebase to v3.6-rc4
13445
13446 [ Upstream Kernel Changes ]
13447
13448 * rebase to v3.6-rc3
13449 - LP: #1038651
13450 - LP: #1034779
13451
13452 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 24 Jul 2012 06:37:09 -0700
13453
13454linux (3.5.0-6.6) quantal-proposed; urgency=low
13455
13456 [ Andy Whitcroft ]
13457
13458 * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6
13459 experimental features
13460 * SAUCE: highbank -- export clock functions for modules
13461 * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900
13462 * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI
13463 * [Config] highbank -- reenable CONFIG_RFKILL_GPIO
13464 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
13465 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
13466 * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG
13467 * [Config] highbank -- reenable CONFIG_FB_ARMCLCD
13468 * [Config] highbank -- reenable CONFIG_DW_DMAC
13469 * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD
13470 * [Config] highbank -- reenable CONFIG_USB_MV_UDC
13471 * [Config] highbank -- reenable CONFIG_USB_DWC3
13472 * [Config] highbank -- reenable CONFIG_SATA_MV
13473 * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF
13474 * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM
13475 * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI
13476 * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010
13477 * [Config] highbank -- reenable CONFIG_ATMEL_PWM
13478 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
13479 * [Config] highbank -- enable CONFIG_EXPERT
13480 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
13481 * [Config] enable CONFIG_USB_DYNAMIC_MINORS
13482 * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED
13483 * [Config] enable CONFIG_USB_ETH_EEM
13484 * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB
13485 * [Config] disable CONFIG_USB_M66592
13486 * [Config] enable CONFIG_USB_NET2272
13487 * [Config] enable CONFIG_USB_R8A66597
13488 * [Config] annotate: CONFIG_USB_OMAP not required for our h/w
13489 * [Config] set CONFIG_USB_MUSB_HDRC=m for omap
13490 * [Config] annotate: CONFIG_USB_G_MULTI fix rule
13491 * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP
13492 * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200
13493 * [Config] sync configuration armhf omap -> armel omap
13494 * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4
13495 * [Config] disable CONFIG_OMAP_IOVMM is deprecated
13496
13497 [ Bryan Wu ]
13498
13499 * [Config] change default IO scheduler from CFQ to Deadline
13500
13501 [ Leann Ogasawara ]
13502
13503 * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc"
13504 * [Config] Disable CONFIG_MOUSE_INPORT
13505
13506 [ Tim Gardner ]
13507
13508 * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51
13509 * [Config] Add bnx2x firmware to nic-modules udeb
13510 * SAUCE: Add script to convert firmware to ihex format
13511 * SAUCE: firmware: Upgrade bnx2 to current versions
13512 * [Config] Add tigon firmware to nic-modules udeb
13513 * [Config] CONFIG_EARLY_PRINTK_DBGP=y
13514 - LP: #1026761
13515 * SAUCE: Remove redundant cis firmware
13516 * SAUCE: Remove redundant emi26 firmware
13517 * SAUCE: Remove redundant ttusb-budget firmware
13518 * SAUCE: Remove redundant sun/cassini firmware
13519 * SAUCE: Remove redundant ositech/Xilinx7OD firmware
13520 * SAUCE: Remove redundant 3com/typhoon.bin firmware
13521 * SAUCE: Remove redundant yamaha/ds1 firmware
13522 * SAUCE: Remove redundant keyspan_pda firmware
13523 * rebase to v3.5
13524
13525 [ Upstream Kernel Changes ]
13526
13527 * rebase to v3.5
13528 - LP: #1027828
13529
13530 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Jul 2012 05:57:04 -0700
13531
13532linux (3.5.0-5.5) quantal-proposed; urgency=low
13533
13534 [ Andy Whitcroft ]
13535
13536 * [Config] annotations: initial import of configuration annotations
13537
13538 [ Bryan Wu ]
13539
13540 * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker
13541
13542 [ Leann Ogasawara ]
13543
13544 * Rebase to v3.5-rc7
13545
13546 [ Manoj Iyer ]
13547
13548 * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0
13549 - LP: #1010281
13550
13551 [ Tim Gardner ]
13552
13553 * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy
13554 expects
13555 * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n
13556 * [Config] CONFIG_BRIDGE_EBT_ULOG=n
13557 * [Config] CONFIG_IP_NF_QUEUE=n
13558 * [Config] CONFIG_MTD_DOC2000=n
13559 * [Config] CONFIG_PRINT_QUOTA_WARNING=n
13560 * [Config] CONFIG_PRISM54=n
13561 * [Config] CONFIG_SCx200_I2C=n
13562 * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
13563
13564 [ Upstream Kernel Changes ]
13565
13566 * rebase to v3.5-rc7
13567
13568 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jul 2012 15:38:41 -0700
13569
13570linux (3.5.0-4.4) quantal-proposed; urgency=low
13571
13572 [ Andy Whitcroft ]
13573
13574 * [Packaging] getabis should be extracting all packages
13575 - LP: #1021174
13576 * [Config] getabis -- series uses linux-image-extra
13577 - LP: #1021174
13578 * rebase to v3.5-rc6
13579
13580 [ Bryan Wu ]
13581
13582 * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all
13583 flavours
13584 * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours
13585
13586 [ Leann Ogasawara ]
13587
13588 * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX
13589 - LP: #1019561
13590
13591 [ Paolo Pisati ]
13592
13593 * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y
13594 - LP: #1019321
13595
13596 [ Stefan Bader ]
13597
13598 * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer
13599 - LP: #1018456
13600 * (config) Disable ACPI_PROCFS_POWER
13601
13602 [ Tim Gardner ]
13603
13604 * [Config] CONFIG_ACPI_BGRT=y
13605 * Extract firmware module info during getabi
13606 - LP: #1021174
13607
13608 [ Upstream Kernel Changes ]
13609
13610 * rebase to v3.5-rc6
13611
13612 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Jul 2012 08:50:20 -0700
13613
13614linux (3.5.0-3.3) quantal-proposed; urgency=low
13615
13616 [ Andy Whitcroft ]
13617
13618 * [Config] enable CONFIG_MEMTEST=y
13619 - LP: #1004535
13620 * [Config] config-check: add support for a cut operation
13621 * [Config] enforcer -- switch to cut where appropriate
13622
13623 [ Leann Ogasawara ]
13624
13625 * Rebase to v3.5-rc5
13626 * [Config] Updateconfigs after rebase to v3.5-rc5
13627
13628 [ Luis Henriques ]
13629
13630 * SAUCE: ocfs2: Fix NULL pointer dereferrence in
13631 __ocfs2_change_file_space
13632 - LP: #1006012
13633
13634 [ Seth Forshee ]
13635
13636 * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking
13637 for LVDS register initialization
13638 - LP: #1012800
13639
13640 [ Upstream Kernel Changes ]
13641
13642 * rebase to v3.5-rc5
13643 - LP: #1013183
13644 - LP: #1017017
13645 - LP: #884652
13646
13647 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 02 Jul 2012 06:41:58 -0700
13648
13649linux (3.5.0-2.2) quantal-proposed; urgency=low
13650
13651 [ Andy Whitcroft ]
13652
13653 * rebase to v3.5-rc4
13654
13655 [ Arend van Spriel ]
13656
13657 * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in
13658 brcms_c_regd_init()
13659 - LP: #950320
13660
13661 [ Bryan Wu ]
13662
13663 * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM
13664
13665 [ Chris J Arges ]
13666
13667 * PACKAGING: add .gnu_debuglink sections to .ko files
13668 - LP: #669641
13669
13670 [ Leann Ogasawara ]
13671
13672 * d-i: Add hid-generic to input-modules
13673 - LP: #1017879
13674
13675 [ Ming Lei ]
13676
13677 * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12"
13678 - LP: #1017717, #225
13679
13680 [ Paolo Pisati ]
13681
13682 * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)"
13683 - LP: #1017718
13684 * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3
13685
13686 [ Seth Forshee ]
13687
13688 * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits
13689 during initialization
13690 - LP: #950320
13691 * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified
13692 by mac80211
13693 - LP: #950320
13694 * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz
13695 channels
13696 - LP: #950320
13697 * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c
13698 - LP: #950320
13699 * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2
13700 regulatory domain
13701 - LP: #950320
13702 * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on
13703 regulatory updates
13704 - LP: #950320
13705 * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for
13706 tx power limits
13707 - LP: #950320
13708 * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels
13709 against internal regulatory data
13710 - LP: #950320
13711 * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain
13712 when checking whether OFDM is allowed
13713 - LP: #950320
13714
13715 [ Tim Gardner ]
13716
13717 * [Config] Enable CONFIG_CGROUPS for highbank
13718 - LP: #1014692
13719 * [Config] FB_OMAP*=y and PANEL_TFP410=y
13720
13721 [ Upstream Kernel Changes ]
13722
13723 * rebase to v3.5-rc4
13724
13725 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 26 Jun 2012 06:21:05 -0700
13726
13727linux (3.5.0-1.1) quantal-proposed; urgency=low
13728
13729 [ Andy Whitcroft ]
13730
13731 * [Config] highbank -- enable CONFIG_RFKILL=y and CONFIG_CAN=m
13732
13733 [ Leann Ogasawara ]
13734
13735 * Rebase to v3.5-rc1
13736 * [Config] Remove USB_DEVICEFS from the config enforcer
13737 * [Config] Updateconfigs after rebase to v3.5-rc1
13738 * [Config] Temporarily disable CONFIG_MACH_NOKIA_RX51 on arm
13739 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
13740 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
13741 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
13742 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
13743 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
13744 * [Config] Temporarily disable CONFIG_GPIO_EM on arm
13745 * [Config] Temporarily disable CONFIG_SERIAL_8250_EM on armhf
13746 * [Config] Temporarily disable CONFIG_STMMAC_ETH on armhf
13747 * [Config] Temporarily disable CONFIG_HW_RANDOM_ATMEL on armhf
13748 * Rebase to v3.5-rc2
13749 * [Config] Updateconfigs after rebase to v3.5-rc2
13750 * [Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc
13751 * Rebase to v3.5-rc3
13752 * [Config] Updateconfigs after rebase to v3.5-rc3
13753
13754 [ Paul Mundt ]
13755
13756 * SAUCE: fix bug.h's inclusion of kernel.h
13757
13758 [ Stefan Bader ]
13759
13760 * SAUCE: Fix compile failures of dm-raid45
13761 * [Config] Enable dm-raid45
13762 * Move dependency on crda to extra package
13763 - LP: #657901
13764 * SAUCE: Mask CR4 writes on older Xen hypervisors
13765
13766 [ Upstream Kernel Changes ]
13767
13768 * rebase to v3.5-rc3
13769 - LP: #993162
13770 - LP: #925577
13771 * rebase to v3.5-rc2
13772 * rebase to v3.5-rc1
13773 - LP: #955892
13774 - LP: #978038
13775 - LP: #987371
13776 - LP: #929545
13777 - LP: #942316
13778 - LP: #903853
13779
13780 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 08 Jun 2012 14:28:46 -0700
13781
13782linux (3.4.0-5.11) quantal-proposed; urgency=low
13783
13784 [ Leann Ogasawara ]
13785
13786 * [Config] Disable CONFIG_ARM_LPAE
13787 - LP: #1009061
13788
13789 [ Oleksij Rempel ]
13790
13791 * SAUCE: b43: do not call ieee80211_unregister_hw if we are not registred
13792 - LP: #1008905
13793
13794 [ Paolo Pisati ]
13795
13796 * [Config] omap3: MFD_OMAP_USB_HOST is usb host in omap2+.
13797 - LP: #1009061
13798
13799 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Jun 2012 08:06:28 -0700
13800
13801linux (3.4.0-4.10) quantal; urgency=low
13802
13803 [ Leann Ogasawara ]
13804
13805 * Temporarily disable ABI and module check
13806
13807 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 20:27:31 -0700
13808
13809linux (3.4.0-4.9) quantal; urgency=low
13810
13811 [ Andy Whitcroft ]
13812
13813 * [Config] fix config split to avoid the shared config
13814 * [Config] updateconfigs following split config fix
13815 * [Config] linux-image-extras needs full postinst
13816 * [Config] CONFIG_BLK_DEV_NVME commonise across architectures
13817 * [Config] CONFIG_HP_WATCHDOG enable as module
13818 * [Config] CONFIG_PDC_ADMA is not boot essential
13819 * [Config] CONFIG_XEN_ACPI_PROCESSOR should be enabled on x86
13820 * [Config] CONFIG_VT6655/CONFIG_VT6656=m
13821 * [Config] CONFIG_TRANZPORT=m commonise
13822 * [Config] CONFIG_R3964=m commonise
13823 * [Config] CONFIG_SCSI_DH=m commonise
13824 * [Config] CONFIG_SCSI_IBMVSCSIS=m commonise
13825 * [Config] CONFIG_AMD_PHY=y phys are not autoloadable
13826 * [Config] CONFIG_SCSI_QLA_ISCSI=m commonise
13827 * [Config] CONFIG_SCSI_SPI_ATTR=m commonise
13828 * [Config] CONFIG_USB_SN9C102 is deprecated disable
13829 * [Config] CONFIG_USB_SI470X=m commonise
13830 * [Config] CONFIG_USB_ET61X251=m commonise
13831 * [Config] CONFIG_RTS_PSTOR=m commonise
13832 * [Config] CONFIG_SCANLOG=m commonise
13833 * [Config] CONFIG_SCSI_SYM53C8XX_2=m commonise
13834 * [Config] CONFIG_SM_FTL=m commonise
13835 * [Config] CONFIG_SOLO6X10=m commonise
13836 * [Config] CONFIG_SND_PCM_OSS=n using pulseaudio emulation instead
13837 * [Config] CONFIG_SPI_DESIGNWARE=m commonise
13838 * [Config] CONFIG_SPI_SPIDEV=m commonise
13839 * [Config] CONFIG_TABLET_USB_WACOM=m commonise
13840 * [Config] CONFIG_TPS65010=m commonise
13841 * [Config] CONFIG_STE10XP=y commonise
13842 * [Config] CONFIG_X25_ASY=m commonise
13843 * [Config] CONFIG_USB_MON=m commonise
13844 * [Config] CONFIG_VME_BUS=m commonise
13845 * [Config] CONFIG_W35UND=m commonise
13846 * [Config] -CONFIG_TCG_TPM=y commonise
13847 * [Config] highbank -- commonise filesystems
13848 * [Config] highbank -- commonise subsystems
13849 * [Config] highbank -- commonise network protocols
13850 * [Config] highbank -- commonise input drivers
13851 * [Config] highbank -- commonise CRYPTO options
13852 * [Config] highbank -- commonise HID options
13853 * [Config] highbank -- commonise sensors options
13854 * [Config] highbank -- commonise EXPORTFS/FHANDLE
13855 * [Config] highbank -- commonise CONFIG_CRYPTO_LZO
13856 * [Config] highbank -- commonise ENCRYPTED_KEYS
13857 * [Config] highbank -- commonise CONFIG_ATALK
13858 * [Config] highbank -- commonise INET/INET6
13859 * [Config] highbank -- commonise NLS
13860 * [Config] highbank -- commonise BLK/CHR
13861 * [Config] highbank -- CONFIG_EXT2_FS=y boot essential on highbank
13862 * [Config] highbank -- commonise INET/INET6 part 2
13863 * [Config] highbank -- commonise PHY settings
13864 * [Config] highbank -- commonise CRC settings
13865 * [Config] highbank -- commonise BINFMT settings
13866 * [Config] highbank -- commonise DM settings
13867 * [Config] highbank -- commonise RTC_DRV settings
13868 * [Config] highbank -- commonise KEYBOARD/MOUSE settings
13869 * [Config] highbank -- commonise USB settings
13870 * [Config] highbank -- commonise GPIO settings
13871 * [Config] highbank -- commonise I2C settings
13872 * [Config] highbank -- commonise numerous subsystem selectors
13873 * [Config] highbank -- commonise A-C modules missmatches
13874 * [Config] highbank -- commonise D-F modules missmatches
13875 * [Config] CONFIG_AUDIT_LOGINUID_IMMUTABLE incompatible with upstart
13876 * [Config] highbank -- commonise G-I modules missmatches
13877 * [Config] highbank -- commonise J-L modules missmatches
13878 * [Config] highbank -- commonise M modules missmatches
13879 * [Config] highbank -- commonise N-P modules missmatches
13880 * [Config] highbank -- commonise Q-R modules missmatches
13881 * [Config] highbank -- commonise S modules missmatches -- part 1
13882 * [Config] highbank -- commonise S modules missmatches -- part 2
13883 * [Config] highbank -- commonise T modules missmatches
13884 * [Config] highbank -- commonise U-Z modules missmatches
13885
13886 [ Ike Panhc ]
13887
13888 * [Config] add highbank flavour
13889 - LP: #1000831
13890
13891 [ Mark Langsdorf ]
13892
13893 * SAUCE: arm highbank: add support for pl320-ipc driver
13894 - LP: #1000831
13895
13896 [ Rob Herring ]
13897
13898 * SAUCE: input: add a key driver for highbank
13899 - LP: #1000831
13900 * SAUCE: ARM: highbank: Add smc calls to enable/disable the L2
13901 - LP: #1000831
13902 * SAUCE: force DMA buffers to non-bufferable on highbank
13903 - LP: #1000831
13904 * SAUCE: net: calxedaxgmac: fix net timeout recovery
13905 - LP: #1000831
13906
13907 [ Tim Gardner ]
13908
13909 * [Config] CONFIG_IWLWIFI_EXPERIMENTAL_MFP=n
13910 * [Config] CONFIG_PCI_REALLOC_ENABLE_AUTO=y
13911 * [Config] CONFIG_CIFS_EXPERIMENTAL has disappeared
13912 * [Config] Homogenize CIFS configs across all arches
13913 * [Config] armhf should not be skipabi or skipmodules
13914 - LP: #1006913
13915
13916 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 05:52:49 -0700
13917
13918linux (3.4.0-3.8) quantal; urgency=low
13919
13920 [ Andy Whitcroft ]
13921
13922 * [Config] include include/generated/compile.h
13923 - LP: #942569
13924 * [Config] fix up postinst to ensure we know which error is which
13925 - LP: #1002388
13926
13927 [ Herton Ronaldo Krzesinski ]
13928
13929 * SAUCE: async_populate_rootfs: fix build warnings
13930 - LP: #1003417
13931
13932 [ John Johansen ]
13933
13934 * Revert "SAUCE: AppArmor: Add the ability to mediate mount"
13935 * SAUCE: apparmor: Add the ability to mediate mount
13936 * SAUCE: AppArmor: basic networking rules
13937 * SAUCE: apparmor: fix profile lookup for unconfined
13938 - LP: #978038, #987371
13939 * SAUCE: apparmor: fix long path failure due to disconnected path
13940 - LP: #955892
13941
13942 [ Mario Limonciello ]
13943
13944 * SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, 15
13945 - LP: #901410
13946
13947 [ Stefan Bader ]
13948
13949 * (config) Built-in xen-acpi-processor
13950
13951 [ Tim Gardner ]
13952
13953 * [Config] CONFIG_NET_DSA=m
13954 - LP: #1004148
13955 * [Config] Ensure CONFIG_XEN_ACPI_PROCESSOR=y for amd64
13956
13957 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 May 2012 11:38:33 -0700
13958
13959linux (3.4.0-3.7) quantal; urgency=low
13960
13961 [ Andy Whitcroft ]
13962
13963 * [Config] drop the virtual flavour in favour of a split generic et al
13964 * [Config] enforcer -- drop IDLE enforcement
13965 * [Config] enable CONFIG_SCSI_VIRTIO=m for amd64
13966 * [Config] updateconfigs following removal of -virtual
13967
13968 [ Leann Ogasawara ]
13969
13970 * Rebase to v3.4
13971
13972 [ Seth Forshee ]
13973
13974 * [Config] disable CONFIG_B43_BCMA_EXTRA
13975
13976 [ Tim Gardner ]
13977
13978 * [Config] Check for extras when building udebs
13979 * [Config] Collapsed generic-pae into generic [i386]
13980
13981 [ Upstream Kernel Changes ]
13982
13983 * rebase to v3.4
13984
13985 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 May 2012 07:23:47 -0700
13986
13987linux (3.4.0-2.6) quantal; urgency=low
13988
13989 [ Andy Whitcroft ]
13990
13991 * Revert "ubuntu: overlayfs -- overlayfs: update touch_atime() usage"
13992 * Revert "ubuntu: overlayfs -- overlayfs: switch from d_alloc_root() to
13993 d_make_root()"
13994 * Revert "ubuntu: overlayfs -- overlayfs: follow header cleanup"
13995 * Revert "ubuntu: overlayfs -- overlayfs: apply device cgroup and
13996 security permissions to overlay files"
13997 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
13998 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
13999 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
14000 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
14001 * Revert "ubuntu: overlayfs -- overlay filesystem"
14002 * Revert "ubuntu: overlayfs -- vfs: introduce clone_private_mount()"
14003 * Revert "ubuntu: overlayfs -- vfs: export do_splice_direct() to modules"
14004 * Revert "ubuntu: overlayfs -- vfs: add i_op->open()"
14005 * Revert "ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()"
14006 * ubuntu: overlayfs -- overlayfs: add statfs support
14007 * ubuntu: overlayfs -- inode_only_permission: export inode level
14008 permissions checks
14009 * ubuntu: overlayfs -- overlayfs: switch to use inode_only_permissions
14010
14011 [ Erez Zadok ]
14012
14013 * ubuntu: overlayfs -- overlayfs: implement show_options
14014
14015 [ Miklos Szeredi ]
14016
14017 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
14018 * ubuntu: overlayfs -- vfs: add i_op->open()
14019 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
14020 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
14021 * ubuntu: overlayfs -- overlay filesystem
14022 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
14023
14024 [ Neil Brown ]
14025
14026 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
14027
14028 [ Robin Dong ]
14029
14030 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
14031 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
14032
14033 [ Tim Gardner ]
14034
14035 * [Config] perarch and indep tools builds need separate build directories
14036 * Prevent upgrading a non-PAE CPU
14037 * perf is not parallel build safe
14038
14039 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 May 2012 08:43:18 -0700
14040
14041linux (3.4.0-2.5) quantal; urgency=low
14042
14043 [ Andy Whitcroft ]
14044
14045 * [Config] perarch and indep tools builds need separate build directories
14046
14047 [ Tim Gardner ]
14048
14049 * Prevent upgrading a non-PAE CPU
14050 * [Config] build debug
14051 * [Config] perf tools are not parallel build safe
14052
14053 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 15 May 2012 11:37:53 -0700
14054
14055linux (3.4.0-2.4) quantal; urgency=low
14056
14057 [ Leann Ogasawara ]
14058
14059 * Revert "SAUCE: fsam7400: use UMH_WAIT_PROC consistently"
14060 * Revert "ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86"
14061 * Revert "ubuntu: fsam7400: Depend on CHECK_SIGNATURE"
14062 * Revert "ubuntu: fsam7400 -- Cleanup Makefile"
14063 * Revert "ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M
14064 7400"
14065 * Revert "ubuntu: omnibook: fix source file newline"
14066 * Revert "ubuntu: omnibook -- update BOM"
14067 * Revert "SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5}
14068 depend on X86"
14069 * Revert "ubuntu: omnibook -- Added missing BOM file"
14070 * Revert "ubuntu: omnibook -- support Toshiba (HP) netbooks"
14071 * Revert "ubuntu: nx-emu - i386: mmap randomization for executable
14072 mappings"
14073 * Revert "SAUCE: disable_nx should not be in __cpuinitdata section for
14074 X86_32"
14075 * Revert "ubuntu: nx-emu - i386: NX emulation"
14076 * Revert "ubuntu: rfkill drivers -- version 1.3"
14077 * Temporarily disable module check
14078 * [Config] Remove CONFIG_FSAM7400
14079 * [Config] Remove CONFIG_OMNIBOOK
14080 * [Config] Update configs
14081 * Rebase to v3.4-rc7
14082 * SAUCE: genirq: export handle_edge_irq() and irq_to_desc()
14083
14084 [ Tim Gardner ]
14085
14086 * Updated generic-pae description
14087 * Rebase to v3.4-rc6
14088 * install-tools depends on build targets
14089
14090 [ Upstream Kernel Changes ]
14091
14092 * kconfig: in debug mode some 0 length message prints occur
14093 * rebase to v3.4-rc7
14094 * rebase to v3.3-rc6
14095
14096 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 May 2012 08:22:56 -0700
14097
14098linux (3.4.0-1.3) quantal; urgency=low
14099
14100 [ Andy Whitcroft ]
14101
14102 * [Config] control.stub is an intermediate product not a dependancy
14103 - LP: #992414
14104
14105 [ Leann Ogasawara ]
14106
14107 * remove i386 generic from getabis
14108
14109 [ Upstream Kernel Changes ]
14110
14111 * (pre-stable) b43: only reload config after successful initialization
14112 - LP: #950295
14113
14114 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 May 2012 09:48:14 -0700
14115
14116linux (3.4.0-1.2) quantal; urgency=low
14117
14118 [ Andy Whitcroft ]
14119
14120 * [Config] add build depends for flex, bison and pkg-config
14121
14122 -- Andy Whitcroft <apw@canonical.com> Tue, 01 May 2012 13:15:41 +0100
14123
14124linux (3.4.0-1.1) quantal; urgency=low
14125
14126 [ Andy Whitcroft ]
14127
14128 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
14129 permissions to overlay files
14130 - LP: #915941, #918212
14131 - CVE-2012-0055
14132
14133 [ Leann Ogasawara ]
14134
14135 * Open Q
14136 * Rebase to v3.4-rc5
14137 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
14138 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
14139 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
14140 * [Config] Temporarily disable CONFIG_MFD_OMAP_USB_HOST on arm
14141 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
14142 * [Config] Temporarily disable CONFIG_USB_EHCI_HCD_PLATFORM on arm
14143 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
14144 * [Config] Temporarily disable CONFIG_AX88796 on arm
14145
14146 [ Upstream Kernel Changes ]
14147
14148 * vfs: pass struct path to __dentry_open()
14149 * vfs: add i_op->open()
14150 * vfs: export do_splice_direct() to modules
14151 * vfs: introduce clone_private_mount()
14152 * overlay filesystem
14153 * overlayfs: add statfs support
14154 * overlayfs: implement show_options
14155 * overlay: overlay filesystem documentation
14156 * fs: limit filesystem stacking depth
14157 * overlayfs: follow header cleanup
14158 * overlayfs: switch from d_alloc_root() to d_make_root()
14159 * overlayfs: update touch_atime() usage
14160 * rebase to v3.4-rc5
14161 - LP: #950490
14162 * rebase to v3.4-rc4
14163 * rebase to v3.4-rc3
14164 * rebase to v3.4-rc2
14165 * rebase to v3.4-rc1
14166 * rebase to v3.3
14167 * rebase to v3.3-rc7
14168 * rebase to v3.3-rc6
14169 * rebase to v3.3-rc5
14170 * rebase to v3.3-rc4
14171 - LP: #900802
14172 - LP: #930842
14173 * rebase to v3.3-rc3
14174 - LP: #924320
14175 - LP: #923316
14176 - LP: #923409
14177 - LP: #918254
14178 * rebase to v3.3-rc2
14179 * rebase to v3.3-rc1
14180 - LP: #795823
14181 - LP: #909419
14182 - LP: #910792
14183 - LP: #878701
14184 - LP: #724831
14185
14186 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 25 Jan 2012 06:50:04 -0800
14187
14188linux (3.2.0-10.18) precise; urgency=low
14189
14190 [ Tim Gardner ]
14191
14192 * SAUCE: ecryptfs: Print inode on metadata error
14193
14194 [ Upstream Kernel Changes ]
14195
14196 * Revert "proc: enable writing to /proc/pid/mem"
14197 - LP: #919115
14198 - CVE-2012-0056
14199 * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1
14200 - LP: #909419
14201
14202 -- Andy Whitcroft <apw@canonical.com> Tue, 24 Jan 2012 10:15:12 +0000
14203
14204linux (3.2.0-10.17) precise; urgency=low
14205
14206 [ Andy Whitcroft ]
14207
14208 * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth"
14209 * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation"
14210 * Revert "SAUCE: overlayfs -- overlayfs: implement show_options"
14211 * Revert "SAUCE: overlayfs -- overlayfs: add statfs support"
14212 * Revert "SAUCE: overlayfs -- overlay filesystem"
14213 * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()"
14214 * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules"
14215 * Revert "SAUCE: overlayfs -- vfs: add i_op->open()"
14216 * ensure debian/ is not excluded from git by default
14217 * add new scripting to handle buglinks in rebases
14218 * ubuntu: overlayfs -- overlayfs: add statfs support
14219 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
14220 permissions to overlay files
14221 - LP: #915941, #918212
14222 - CVE-2012-0055
14223
14224 [ Erez Zadok ]
14225
14226 * ubuntu: overlayfs -- overlayfs: implement show_options
14227
14228 [ Leann Ogasawara ]
14229
14230 * Revert "SAUCE: dmar: disable if ricoh multifunction detected"
14231 * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON
14232 - LP: #907377, #911236
14233 * [Config] Enable CONFIG_IRQ_REMAP
14234
14235 [ Miklos Szeredi ]
14236
14237 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
14238 * ubuntu: overlayfs -- vfs: add i_op->open()
14239 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
14240 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
14241 * ubuntu: overlayfs -- overlay filesystem
14242 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
14243
14244 [ Neil Brown ]
14245
14246 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
14247
14248 [ Upstream Kernel Changes ]
14249
14250 * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery
14251 - LP: #647043
14252 * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that
14253 breaks USB
14254 - LP: #647043
14255
14256 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jan 2012 07:10:08 -0800
14257
14258linux (3.2.0-9.16) precise; urgency=low
14259
14260 [ Andy Whitcroft ]
14261
14262 * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM
14263 * [Config] pull ARM sound modules =m
14264 * [Config] CONFIG_RTC_DRV_TEST is for testing only
14265 * [Config] CONFIG_USB_DUMMY_HCD is testing only
14266 * [Config] CONFIG_USB_FILE_STORAGE is deprecated
14267
14268 [ Leann Ogasawara ]
14269
14270 * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel"
14271 * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m
14272 * [Config] Enable CONFIG_MMC_TMIO=m
14273 * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m
14274 * [Config] Enable CONFIG_ISI=m
14275 * [Config] Enable CONFIG_MMC=y
14276 * [Config] Enable CONFIG_LIRC_PARALLEL=m
14277 * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m
14278 * [Config] Enable CONFIG_CHR_DEV_SG=y
14279 * [Config] Enable CONFIG_GPIO_PCA953X=m
14280 * [Config] Enable CONFIG_GPIO_TWL4030=m
14281 * [Config] Enable CONFIG_INET_DIAG=m
14282 * [Config] Enable CONFIG_NLS_ISO8859_1=m
14283 * [Config] Enable CONFIG_NVRAM=m
14284 * [Config] Enable CONFIG_SLIP=m
14285 * [Config] Enable CONFIG_PC300TOO=m
14286 * [Config] Enable CONFIG_TUN=y
14287 * [Config] Enable CONFIG_NET_CLS_CGROUP=m
14288 * [Config] Enable CONFIG_THERMAL=y
14289 * [Config] Enable CONFIG_PPP=y
14290 * [Config] Enable CONFIG_PCI_STUB=m
14291 * Rebase to v3.2.1
14292 * [Config] Enable CONFIG_RTL8192E=m
14293 * [Config] Enable CONFIG_RTS5139=m
14294
14295 [ Stefan Bader ]
14296
14297 * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y
14298
14299 [ Upstream Kernel Changes ]
14300
14301 * ARM: restart: add restart hook to machine_desc record
14302 * ARM: restart: allow platforms more flexibility specifying restart mode
14303 * ARM: restart: move reboot failure handing into machine_restart()
14304 * ARM: restart: remove argument to setup_mm_for_reboot()
14305 * ARM: 7159/1: OMAP: Introduce local common.h files
14306 * ARM: restart: only perform setup for restart when soft-restarting
14307 * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq
14308 function
14309 * ARM: idmap: populate identity map pgd at init time using .init.text
14310 * ARM: suspend: use idmap_pgd instead of suspend_pgd
14311 * ARM: proc-*.S: place cpu_reset functions into .idmap.text section
14312 * ARM: idmap: use idmap_pgd when setting up mm for reboot
14313 * ARM: head.S: only include __turn_mmu_on in the initial identity mapping
14314 * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting
14315 * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM
14316 restart changes
14317 * ARM: lib: add call_with_stack function for safely changing stack
14318 * ARM: reset: implement soft_restart for jumping to a physical address
14319 * ARM: stop: execute platform callback from cpu_stop code
14320 * ARM: kexec: use soft_restart for branching to the reboot buffer
14321 * ARM: restart: omap: use new restart hook
14322 * topdown mmap support
14323 - LP: #861296
14324
14325 [ Upstream Kernel Changes ]
14326
14327 * Rebase to v3.2.1
14328
14329 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 13 Jan 2012 20:32:08 +0100
14330
14331linux (3.2.0-8.15) precise; urgency=low
14332
14333 [ Leann Ogasawara ]
14334
14335 * [Config] Disable CONFIG_ACPI_PROCFS
14336 * Remove server from getabis
14337 * Temporarily disable module check
14338 * [Config] Disable CONFIG_MTD_TESTS
14339 * [Config] Disable CONFIG_X86_E_POWERSAVER
14340 * [Config] Set CONFIG_ARCNET=m
14341 * [Config] Enable CONFIG_ATM_DUMMY=m
14342 * [Config] Enable CONFIG_BLK_DEV_MD=y
14343 * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86
14344 * [Config] Enable CONFIG_BLK_DEV_SD=y
14345 * [Config] Enable CONFIG_BLK_DEV_SR=y
14346 * [Config] Enable CONFIG_BLK_DEV_UB=m
14347 * [Config] Enable CONFIG_COPS=m
14348 * [Config] Enable CONFIG_DVB_USB_EC168=m
14349 * [Config] Enable CONFIG_ENC28J60=m
14350 * [Config] Enable CONFIG_FB_UVESA=m
14351 * [Config] Enable CONFIG_FB_ATY=m
14352 * [Config] Enable CONFIG_BROADCOM_PHY=y
14353 * [Config] Enable CONFIG_CICADA_PHY=y
14354 * [Config] Enable CONFIG_DAVICOM_PHY=y
14355 * [Config] Enable CONFIG_ICPLUS_PHY=y
14356 * [Config] Enable CONFIG_LSI_ET1011C_PHY=y
14357 * [Config] Enable CONFIG_LXT_PHY=y
14358 * [Config] Enable CONFIG_MARVELL_PHY=y
14359 * [Config] Enable CONFIG_NATIONAL_PHY=y
14360 * [Config] Enable CONFIG_QSEMI_PHY=y
14361 * [Config] Enable CONFIG_SMSC_PHY=y
14362 * [Config] Enable CONFIG_VITESSE_PHY=y
14363 * Add 3w-sas to scsi-modules
14364 - LP: #776542
14365
14366 [ Mathieu Trudel-Lapierre ]
14367
14368 * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate
14369 to interface settings
14370
14371 [ Paolo Pisati ]
14372
14373 * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C"
14374 - LP: #912199
14375 * Revert "SAUCE: omap3: beagle: detect new xM revision B"
14376 - LP: #912199
14377 * Revert "SAUCE: omap3: beaglexm: fix DVI initialization"
14378 - LP: #912199
14379
14380 [ Upstream Kernel Changes ]
14381
14382 * Bluetooth: Add support for BCM20702A0 [0a5c:21e3]
14383 - LP: #906832
14384
14385 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 06 Jan 2012 10:02:03 -0800
14386
14387linux (3.2.0-8.14) precise; urgency=low
14388
14389 [ Andy Whitcroft ]
14390
14391 * [Config] enable CONFIG_SND_USB_6FIRE
14392 - LP: #912197
14393 * rebase to mainline v3.2 final release
14394 * updateconfigs following rebase to v3.2 final
14395 * ubuntu: AUFS -- add BOM and automated update script
14396 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
14397 - LP: #684666
14398 * ubuntu: AUFS -- update aufs-update to track new locations of headers
14399 * ubuntu: AUFS -- clean up the aufs updater and BOM
14400 * ubuntu: AUFS -- documentation on updating aufs2
14401 * ubuntu: AUFS -- aufs3-base.patch
14402 * ubuntu: AUFS -- aufs3-standalone.patch
14403 * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission
14404 * ubuntu: AUFS -- fix undefined security_path_link
14405 * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245
14406 * ubuntu: AUFS -- updateconfigs following update
14407 * ubuntu: AUFS -- suppress benign plink warning messages
14408 - LP: #621195
14409 * ubuntu: AUFS -- enable in config and makefile
14410 * ubuntu: AUFS -- disable in favor of overlayfs
14411 * [Config] linux-virtual -- should include the extX modules
14412 - LP: #912308
14413
14414 [ Tyler Hicks ]
14415
14416 * SAUCE: eCryptfs: Improve statfs reporting
14417 - LP: #885744
14418
14419 [ Upstream Kernel Changes ]
14420
14421 * rebase to upstream v3.2
14422
14423 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 26 Dec 2011 20:24:30 -0800
14424
14425linux (3.2.0-7.13) precise; urgency=low
14426
14427 [ Upstream Kernel Changes ]
14428
14429 * rebase to upstream 3.2-rc7
14430
14431 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 19 Dec 2011 09:14:34 -0800
14432
14433linux (3.2.0-6.12) precise; urgency=low
14434
14435 [ Upstream Kernel Changes ]
14436
14437 * rebase to upstream v3.2-rc6
14438
14439 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Dec 2011 10:19:02 -0800
14440
14441linux (3.2.0-5.11) precise; urgency=low
14442
14443 [ Andy Whitcroft ]
14444
14445 * enforcer -- allow arch and flavour predicates to take lists
14446 * enforcer -- simplify armel/armhf specific options
14447 * enforcer -- fix incorrectly specified flavour matches
14448
14449 [ Leann Ogasawara ]
14450
14451 * [Config] Disable IRQ_REMAP
14452 * [Config] Enable CONFIG_SENSORS_LM95245=m
14453 * [Config] Enable CONFIG_SENSORS_MAX1668=m
14454 * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m
14455 * [Config] Enable CONFIG_SENSORS_MAX6639=m
14456 * [Config] Enable CONFIG_SENSORS_MAX6642=m
14457 * [Config] Enable CONFIG_SENSORS_LINEAGE=m
14458 * [Config] Enable CONFIG_CRYPTO_SALSA20=m
14459 * [Config] Enable CONFIG_PATA_TOSHIBA=m
14460 * [Config] Enable CONFIG_POHMELFS=m
14461 * [Config] Enable CONFIG_NET_PACKET_ENGINE=y
14462 * [Config] Enable CONFIG_PATA_OPTI=m
14463 * add overlayfs to virtual inclusion list
14464 - LP: #903897
14465 * add veth to virtual inclusion list
14466 - LP: #903897
14467 * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request
14468
14469 [ Paolo Pisati ]
14470
14471 * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm
14472 - LP: #903346
14473
14474 [ Tim Gardner ]
14475
14476 * [Config] CONFIG_LOCKUP_DETECTOR=y
14477 - LP: #903615
14478
14479 [ Upstream Kernel Changes ]
14480
14481 * rebase to upstream 55b02d2f
14482
14483 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 12 Dec 2011 07:08:10 -0800
14484
14485linux (3.2.0-4.10) precise; urgency=low
14486
14487 [ Kyle McMartin ]
14488
14489 * SAUCE: dmar: disable if ricoh multifunction detected
14490 - LP: #894070
14491
14492 [ Seth Forshee ]
14493
14494 * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug
14495 - LP: #581312
14496
14497 [ Tim Gardner ]
14498
14499 * Start new release, Bump ABI, rebase to 3.2-rc5
14500
14501 [ Leann Ogasawara ]
14502
14503 * [Config] Enable CONFIG_SENSORS_AK8975=m
14504
14505 -- Tim Gardner <tim.gardner@canonical.com> Sat, 10 Dec 2011 08:57:04 -0700
14506
14507linux (3.2.0-3.9) precise; urgency=low
14508
14509 [ Andy Whitcroft ]
14510
14511 * SAUCE: ext4: correct partial write discard size calculation
14512 - LP: #894768
14513
14514 [ Leann Ogasawara ]
14515
14516 * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting"
14517 - LP: #892615
14518
14519 [ Matthew Garrett ]
14520
14521 * SAUCE: pci: Rework ASPM disable code
14522
14523 [ Upstream Kernel Changes ]
14524
14525 * x86: Fix boot failures on older AMD CPU's
14526 - LP: #892615
14527 * EHCI : Fix a regression in the ISO scheduler
14528 - LP: #899165
14529
14530 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 05 Dec 2011 10:37:36 -0800
14531
14532linux (3.2.0-3.8) precise; urgency=low
14533
14534 [ Andy Whitcroft ]
14535
14536 * armhf -- add d-i configuration
14537 * armhf -- disable ABI checks for armhf
14538 * armhf -- add arch to getabis config
14539
14540 -- Andy Whitcroft <apw@canonical.com> Sat, 03 Dec 2011 14:22:52 +0000
14541
14542linux (3.2.0-3.7) precise; urgency=low
14543
14544 [ Stefan Bader ]
14545
14546 * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be
14547 synchronous, regardless of lazy_mmu mode
14548 - LP: #854050
14549
14550 [ Tim Gardner ]
14551
14552 * rebase to v3.2-rc4
14553
14554 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 02 Dec 2011 11:53:56 -0800
14555
14556linux (3.2.0-2.6) precise; urgency=low
14557
14558 [ Andy Whitcroft ]
14559
14560 * armhf -- fix omap flavour to build on armhf
14561 * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot
14562
14563 [ Borislav Petkov ]
14564
14565 * SAUCE: x86, microcode, AMD: Restrict microcode reporting
14566 - LP: #892615
14567
14568 [ Colin Watson ]
14569
14570 * Add pata_macio to pata-modules
14571
14572 [ Tim Gardner ]
14573
14574 * [Config] Prefer crda over wireless-crda
14575 * [Config] Fix virtual inclusion list.
14576 - LP: #897795
14577
14578 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 30 Nov 2011 06:09:35 -0800
14579
14580linux (3.2.0-2.5) precise; urgency=low
14581
14582 [ Paolo Pisati ]
14583
14584 * [Config] PANEL_DVI=y
14585
14586 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Nov 2011 09:13:24 -0800
14587
14588linux (3.2.0-2.4) precise; urgency=low
14589
14590 [ Andy Whitcroft ]
14591
14592 * rebase to v3.2-rc3
14593
14594 [ Leann Ogasawara ]
14595
14596 * Revert "SAUCE: xen: Do not use pv spinlocks on HVM"
14597 * Revert "fix ERROR: __devcgroup_inode_permission undefined"
14598 * Revert "olpc_dcon_xo_1_5 needs delay.h"
14599 * Revert "olpc_dcon_xo_1 needs delay.h"
14600 * rebase to 6fe4c6d4
14601 * [Config] updateconfigs after rebase to 6fe4c6d4
14602
14603 [ Tim Gardner ]
14604
14605 * [Config] Replace wireless-crda with crda,wireless-regdb
14606 - LP: #856421
14607 * [Config] Relax the dependencies on crda
14608
14609 [ Upstream Kernel Changes ]
14610
14611 * (pre-stable) HID: bump maximum global item tag report size to 96 bytes
14612 - LP: #724831
14613 * Ubuntu: remove coreutils|fileutils package dependency
14614 - LP: #892814
14615 * iio: iio_event_getfd -- fix ev_int build failure
14616
14617 [ Upstream Kernel Changes ]
14618
14619 * Rebase to v3.2-rc3
14620
14621 -- Andy Whitcroft <apw@canonical.com> Thu, 24 Nov 2011 16:20:45 +0000
14622
14623linux (3.2.0-1.3) precise; urgency=low
14624
14625 [ Upstream Kernel Changes ]
14626
14627 * Ubuntu: Add ext2 to fs-core-modules
14628 - LP: #893395
14629
14630 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 20:42:33 -0800
14631
14632linux (3.2.0-1.2) precise; urgency=low
14633
14634 [ Andy Whitcroft ]
14635
14636 * [Config] enable CONFIG_NFC and associated devices
14637 * SAUCE: allow brcmsmac and b43 to both build
14638
14639 [ Soren Hansen ]
14640
14641 * Add ixgbe driver to d-i
14642 - LP: #891969
14643
14644 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 08:33:46 -0800
14645
14646linux (3.2.0-1.1) precise; urgency=low
14647 [ Andy Whitcroft ]
14648
14649 * armhf -- enable armhf and create the first flavours
14650 * SAUCE: ensure root is ready before running usermodehelpers in it
14651 * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm
14652
14653 [ Leann Ogasawara ]
14654
14655 * Temporarily ignore module check
14656 * [Config] Enable PCI_IOV on powerpc
14657 * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc
14658 * rebase to v3.2-rc2
14659 * SAUCE: include <linux/export.h> for cpuidle34xx arm build
14660 * SAUCE: include <linux/kernel.h> for linux/mtd/map.h arm build
14661 * SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm build
14662 * SAUCE: select ARM_AMBA if OMAP3_EMU
14663 * [Config] updateconfigs after select ARM_AMBA
14664 * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc
14665 * [Config] Enable CONFIG_EXT2_FS=m
14666 * [Config] Build in CONFIG_SATA_AHCI=y
14667 * Resolve linux-image-extra's install dependency
14668
14669 [ Seth Forshee ]
14670
14671 * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop
14672 * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to
14673 Documentation
14674 * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in
14675 alps_model_info
14676 * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet
14677 size
14678 * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions
14679 3 and 4
14680 * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3
14681 protocol
14682 * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol
14683 versions 3 and 4
14684
14685 [ Stefan Bader ]
14686
14687 * [Config] Built-in xen-netfront and xen-blkfront
14688 * Fix build of dm-raid45 and re-enable it
14689
14690 [ Tim Gardner ]
14691
14692 * [Config] CONFIG_USB_XHCI_HCD=y
14693 - LP: #886167
14694 * [Config] CONFIG_R6040=m
14695 - LP: #650899
14696 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
14697 - LP: #854399
14698 * [Config] Consolidated amd64 server flavour into generic
14699 * [Config] updateconfigs after rebase to 3.2-rc1
14700 * [Config] Disabled dm-raid4-5
14701 * [Config] Disabled ndiswrapper
14702 * [Config] Disable vt6656
14703 * [Config] exclude ppp-modules for virtual flavour
14704 * [Config] CONFIG_MEMSTICK_R592=m
14705 - LP: #238208
14706
14707 [ Upstream Kernel Changes ]
14708
14709 * CHROMIUM: seccomp_filter: new mode with configurable syscall filters
14710 - LP: #887780
14711 * CHROMIUM: seccomp_filter: add process state reporting
14712 - LP: #887780
14713 * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it
14714 works.
14715 - LP: #887780
14716 * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve
14717 - LP: #887780
14718 * CHROMIUM: arm: select HAVE_SECCOMP_FILTER
14719 - LP: #887780
14720 * CHROMIUM: seccomp_filters: move to btrees
14721 * CHROMIUM: enable CONFIG_BTREE
14722 * CHROMIUM: seccomp_filter: kill NR_syscall references
14723 * CHROMIUM: seccomp_filters: guard all ftrace wrapper code
14724 * CHROMIUM: seccomp_filters: clean up warnings; kref mistake
14725 * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper
14726 * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve
14727 * CHROMIUM: seccomp_filter: inheritance documentation
14728 * CHROMIUM: seccomp_filter: make inherited filters composable
14729 * CHROMIUM: Fix seccomp_t compile error
14730 - LP: #887780
14731 * CHROMIUM: Fix kref usage
14732 - LP: #887780
14733 * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER
14734 * rebase to v3.2-rc2
14735
14736 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 31 Oct 2011 09:24:39 -0400
14737
14738linux (3.1.0-2.3) precise; urgency=low
14739
14740 [ Tim Gardner ]
14741
14742 * Add postinit and postrm scripts to the extras package
14743 - LP: #882120
14744
14745 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 Oct 2011 12:48:33 -0700
14746
14747linux (3.1.0-2.2) precise; urgency=low
14748
14749 [ Andy Whitcroft ]
14750
14751 * debian: add locking to protect debian/files from parallel update
14752
14753 [ Leann Ogasawara ]
14754
14755 * rebase to v3.1
14756
14757 [ Upstream Kernel Changes ]
14758
14759 * rebase to v3.1
14760
14761 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 19 Oct 2011 07:12:38 -0700
14762
14763linux (3.1.0-1.1) precise; urgency=low
14764
14765 [ Andiry Xu ]
14766
14767 * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk
14768 - LP: #872811
14769
14770 [ Andy Whitcroft ]
14771
14772 * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release"
14773 - LP: #832694
14774 * Revert "ubuntu: compcache -- version 0.5.3"
14775 - LP: #832694
14776 * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
14777 * [Config] Enable CONFIG_MACVTAP=m
14778 - LP: #822601
14779 * record the compiler in the ABI and check for inconsistant builds
14780 * [Config] move ECRYPT_FS back to =y for all architectures
14781 - LP: #827197
14782 * [Config] enable CONFIG_DRM_VMWGFX=m
14783 - LP: #698009
14784 * [Config] re-fix ECRYPT_FS=y
14785 - LP: #827197
14786 * enforcer -- ensure we have CONFIG_ECRYPT_FS=y
14787 - LP: #827197
14788 * [Config] dropping compcache configuration options
14789 * [Config] standardise on HZ=250
14790 * SAUCE: headers_install: fix #include "..." usage for userspace
14791 - LP: #824377
14792 * make module-inclusion selection retain the left overs
14793 * add a new linux-image-extras package for virtual
14794
14795 [ Colin Watson ]
14796
14797 * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i
14798
14799 [ edwin_rong ]
14800
14801 * SAUCE: Staging: add driver for Realtek RTS5139 cardreader
14802 - LP: #824273
14803
14804 [ Greg Kroah-Hartman ]
14805
14806 * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build.
14807 - LP: #824273
14808
14809 [ Jesse Sung ]
14810
14811 * SAUCE: Unregister input device only if it is registered
14812 - LP: #839238
14813
14814 [ Jiri Kosina ]
14815
14816 * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[]
14817
14818 [ Joshua V. Dillon ]
14819
14820 * SAUCE: HID: add support for MacBookAir4,2 keyboard.
14821
14822 [ Kees Cook ]
14823
14824 * [Config] enable and enforce SECCOMP_FILTER on x86
14825
14826 [ Keng-Yu Lin ]
14827
14828 * [Config] Enable CONFIG_RTS5139=m on i386/amd64
14829 - LP: #824273
14830
14831 [ Leann Ogasawara ]
14832
14833 * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only"
14834 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
14835 * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and
14836 readdir"
14837 * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs"
14838 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
14839 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
14840 * Revert "ubuntu: overlayfs -- overlay filesystem"
14841 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
14842 * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision"
14843 * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather
14844 than just revision"
14845 * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX"
14846 * Revert "ubuntu: fsam7400 disable driver"
14847 - LP: #876030
14848 * rebase to v3.1-rc1
14849 * [Config] updateconfigs after rebase to v3.1-rc1
14850 * rebase to v3.1-rc2
14851 * [Config] Updateconfigs after rebase to v3.1-rc2
14852 * ubuntu: Yama - update calls to generic_permission() and
14853 inode->i_op->permission()
14854 * ubuntu: ndiswrapper -- remove netdev_priv macro
14855 * ubuntu: aufs -- Temporarily disable due to build failure
14856 * [Config] Diable INTEL_MID_PTI on armel
14857 * [Config] Temporarily disable CONFIG_FTMAC100 on armel
14858 * [Config] Temporarily disable CONFIG_FTGMAC100 on armel
14859 * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel
14860 * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel
14861 * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm
14862 * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm
14863 * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm
14864 * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc
14865 * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc
14866 * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc
14867 * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc
14868 * [Config] Enable CONFIG_ECHO=m on powerpc
14869 * [Config] Enable CONFIG_ET131X=m on powerpc
14870 * [Config] Set CONFIG_FB_MATROX=m
14871 * [Config] Enable CONFIG_FB_UDL=m on powerpc
14872 * [Config] Set CONFIG_FB_VIRTUAL=n
14873 * [Config] Enable CONFIG_FB_VGA16=m on powerpc
14874 * [Config] Enable CONFIG_GPIO_MAX732X=m on arm
14875 * [Config] Enable CONFIG_GPIO_PCF857X=m on arm
14876 * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m
14877 * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc
14878 * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc
14879 * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp
14880 * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc
14881 * [Config] Enable CONFIG_IBM_BSR=m on powerpc
14882 * [Config] Enable CONFIG_IBMVETH=m on powerpc
14883 * [Config] Enable CONFIG_IDE_PHISON=m on powerpc
14884 * [Config] Enable CONFIG_IGB=m on powerpc
14885 * [Config] Enable CONFIG_IIO=m on powerpc
14886 * [Config] Enable CONFIG_INFINIBAND_NES=m
14887 * [Config] Enable CONFIG_IPMI_HANDLER=m on arm
14888 * [Config] Enable CONFIG_IWL3945=m on powerpc
14889 * [Config] Disable CONFIG_KVM_BOOK3S_64
14890 * [Config] Enable CONFIG_LAPBETHER=m on arm
14891 * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc
14892 * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's
14893 * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc
14894 * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc
14895 * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc
14896 * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc
14897 * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc
14898 * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc
14899 * [Config] Enable CONFIG_MEMSTICK=m on arm
14900 * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm
14901 * [Config] Enable CONFIG_MTD_ALAUDA=m on arm
14902 * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm
14903 * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm
14904 * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc
14905 * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm
14906 * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm
14907 * [Config] Enable CONFIG_MTD_IMPA7=m on arm
14908 * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm
14909 * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm
14910 * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc
14911 * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm
14912 * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm
14913 * [Config] Enable CONFIG_MTD_SST25L=m on arm
14914 * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm
14915 * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm
14916 * [Config] Enable CONFIG_NET_CLS_U32=m on arm
14917 * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm
14918 * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm
14919 * [Config] Enable CONFIG_NET_TCPPROBE=m on arm
14920 * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc
14921 * [Config] Enable CONFIG_PATA_NS87410=m on powerpc
14922 * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp
14923 * [Config] Enable CONFIG_PANEL=m on powerpc
14924 * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc
14925 * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci
14926 - LP: #833705
14927 * [Config] Add CONFIG_EFI_VARS=y to the enforcer
14928 - LP: #837332
14929 * [Config] Update CONFIG_EFI_VARS enforcer check
14930 * [Config] Add aufs to virtual flavor inclusion list
14931 - LP: #844159
14932 * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci
14933 - LP: #818933
14934 * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci
14935 - LP: #768039
14936 * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci
14937 - LP: #838402
14938 * [Config] Add igbvf to the virtual flavor inclusion list
14939 - LP: #794570
14940 * [Config] Add ixgbevf to the virtual inclusion list
14941 - LP: #872411
14942 * [Config] Transition -generic and -server to be identical
14943 * rebase to v3.1-rc10
14944
14945 [ Luke Yelavich ]
14946
14947 * [Config] Disable legacy IDE drivers on powerpc
14948
14949 [ Ming Lei ]
14950
14951 * SAUCE: fireware: add NO_MSI quirks for o2micro controller
14952 - LP: #801719
14953 * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel
14954 Sandybridge chipsets(v2)
14955 - LP: #737388, #782389, #794642
14956
14957 [ Paolo Pisati ]
14958
14959 * [Config] Compile-in vfat support for armel
14960 - LP: #853783
14961
14962 [ Randy Dunlap ]
14963
14964 * SAUCE: staging: fix rts5139 depends & build
14965 - LP: #824273
14966
14967 [ Rene Bolldorf ]
14968
14969 * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight
14970 power in 'ideapad_backlight_notify_power' to avoid a page fault
14971
14972 [ Seth Forshee ]
14973
14974 * SAUCE: (no-up) Input: elantech - Add v3 hardware support
14975 - LP: #681904
14976 * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan
14977 - LP: #810020
14978
14979 [ Stefan Bader ]
14980
14981 * (config) Package macvlan and macvtap for virtual
14982 * [Config] Force perf to use libiberty for demangling
14983 - LP: #783660
14984 * SAUCE: xen: Do not use pv spinlocks on HVM
14985 - LP: #838026
14986
14987 [ Tim Gardner ]
14988
14989 * [Config] Clean up tools rules
14990 * [Config] Package x86_energy_perf_policy and turbostat
14991 - LP: #797556
14992 * rebase to v3.1-rc3
14993 * [Config] Simplify binary-udebs dependencies
14994 * [Config] kernel preparation cannot be parallelized
14995 * [Config] Linearize module/abi checks
14996 * [Config] Linearize and simplify tree preparation rules
14997 * [Config] Build kernel image in parallel with modules
14998 * [Config] Set concurrency for kmake invocations
14999 * [Config] Improve install-arch-headers speed
15000 * [Config] Fix binary-perarch dependencies
15001 * [Config] Removed stamp-flavours target
15002 * [Config] Serialize binary indep targets
15003 * [Config] Use build stamp directly
15004 * [Config] Restore prepare-% target
15005 * rebase to v3.1-rc4
15006 * rebase to v3.1-rc5
15007 * [Config] Disable makedumpfile for i386/amd64
15008 * rebase to v3.1-rc6
15009 * [Config] Fix binary-% build target
15010 * rebase to v3.1-rc7
15011 * rebase to v3.1-rc8
15012 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
15013 - LP: #854399
15014 * [Config] Enable ftrace support in the mac80211 layer
15015 - LP: #865171
15016 * rebase to v3.1-rc9
15017 * SAUCE: usb/core/devio.c: Check for printer class specific request
15018 - LP: #872711
15019
15020 [ Upstream Kernel Changes ]
15021
15022 * overlay filesystem
15023 * overlayfs: add statfs support
15024 * overlayfs: implement show_options
15025 * overlay: overlay filesystem documentation
15026 * fs: limit filesystem stacking depth
15027
15028 [ Will Drewry ]
15029
15030 * SAUCE: seccomp_filter: new mode with configurable syscall filters
15031 * SAUCE: seccomp_filter: add process state reporting
15032 * SAUCE: seccomp_filter: Document what seccomp_filter is and how it
15033 works.
15034 * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve
15035
15036 [ Upstream Kernel Changes ]
15037
15038 * rebase to v3.1-rc1
15039 * rebase to v3.1-rc2
15040 * rebase to v3.1-rc3
15041 +CONFIG_BLK_DEV_BSGLIB=y
15042 +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
15043 -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y
15044 * rebase to v3.1-rc4
15045 * rebase to v3.1-rc5
15046 * rebase to v3.1-rc6
15047 * rebase to v3.1-rc7
15048 * rebase to v3.1-rc8
15049 * rebase to v3.1-rc9
15050 * rebase to v3.1-rc10
15051
15052 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 15:43:38 -0700
15053
15054linux (3.1.0-1.0) oneiric; urgency=low
15055
15056 [ Leann Ogasawara ]
15057
15058 * Open P-series
15059
15060 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 13:42:40 -0700
15061
15062linux (3.0.0-8.10) oneiric; urgency=low
15063
15064 [ Adam Jackson ]
15065
15066 * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting
15067 - LP: #753994
15068
15069 [ John Johansen ]
15070
15071 * [Config] Enable missing IPv6 options
15072
15073 [ Leann Ogasawara ]
15074
15075 * [Config] Disable config IWLWIFI_DEVICE_SVTOOL
15076 - LP: #819925
15077 * Rebase to 3.0.1
15078
15079 [ Upstream Kernel Changes ]
15080
15081 * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message
15082 * ALSA: hda - Turn on extra EAPDs on Conexant codecs
15083 - LP: #783582
15084 * KVM: Remove SMEP bit from CR4_RESERVED_BITS
15085 - LP: #796476
15086 * KVM: Add SMEP support when setting CR4
15087 - LP: #796476
15088 * KVM: Mask function7 ebx against host capability word9
15089 - LP: #796476
15090 * KVM: Add instruction fetch checking when walking guest page table
15091 - LP: #796476
15092
15093 [ Upstream Kernel Changes ]
15094
15095 * rebase to v3.0.1
15096
15097 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 05 Aug 2011 11:32:25 -0700
15098
15099linux (3.0.0-7.9) oneiric; urgency=low
15100
15101 [ Andy Whitcroft ]
15102
15103 * Revert "[Upstream] add local prefix to oss local change_bits"
15104 * Revert "SAUCE: add tracing for user initiated readahead requests"
15105 * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function"
15106 * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo
15107 Zhaoyang E47"
15108 * Revert "SAUCE: fix documentation strings for struct input_keymap_entry"
15109 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks
15110 (grub)"
15111 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range
15112 checks"
15113 * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff"
15114 * Revert "SAUCE: vt -- maintain bootloader screen mode and content until
15115 vt switch"
15116 * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
15117 - LP: #816035
15118 * ubuntu: Yama: if an underlying filesystem provides a permissions op use
15119 it
15120 * SAUCE: (no-up) add tracing for user initiated readahead requests
15121 * SAUCE: vt -- maintain bootloader screen mode and content until vt
15122 switch
15123 * SAUCE: vt -- allow grub to request automatic vt_handoff
15124
15125 [ Arjan van de Ven ]
15126
15127 * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function
15128
15129 [ Kees Cook ]
15130
15131 * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source"
15132 * [Config] enforce ACPI_CUSTOM_METHOD disabled
15133
15134 [ Keng-Yu Lin ]
15135
15136 * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo
15137 Zhaoyang E47
15138 - LP: #632884, #803005
15139
15140 [ Leann Ogasawara ]
15141
15142 * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc
15143 - LP: #513131
15144 * [Config] Enable CONFIG_RT2800PCI_RT53XX=y
15145 - LP: #815064
15146
15147 [ Rezwanul Kabir ]
15148
15149 * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on
15150 Dell E2 series Laptops
15151 - LP: #632884
15152
15153 [ Upstream Kernel Changes ]
15154
15155 * Revert "yama: if an underlying filesystem provides a permissions op use
15156 it"
15157 * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2
15158 series Laptops"
15159 * Revert "tty: include linux/slab.h for kfree"
15160 * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree"
15161 * Revert "pch_dma: add include/slab.h for kfree"
15162 * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency
15163 - LP: #773524
15164 * oss: rename local change_bits to avoid powerpc bitsops.h definition
15165
15166 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 25 Jul 2011 09:08:01 -0700
15167
15168linux (3.0.0-7.8) oneiric; urgency=low
15169
15170 [ Andy Whitcroft ]
15171
15172 * ubuntu: overlayfs -- overlayfs: add statfs support
15173 * [Config] enable CONFIG_OVERLAYFS
15174
15175 [ Erez Zadok ]
15176
15177 * ubuntu: overlayfs -- overlayfs: implement show_options
15178
15179 [ Leann Ogasawara ]
15180
15181 * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc
15182 * [Config] Enable CONFIG_ASUS_OLED=m on powerpc
15183 * [Config] Disable CONFIG_ATM_DUMMY on arm
15184 * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc
15185 * Temporarily disable module check on arm
15186 * Rebase to 3.0 final
15187 * [Config] Enable CONFIG_CAN_TI_HECC=m on arm
15188 * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386
15189 * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc
15190 * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc
15191 * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc
15192 * [Config] Set CRYPTO_LZO=m on powerpc64-smp
15193 * [Config] Enable CONFIG_DM9000=m on arm
15194 * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm
15195 * [Config] Enable CONFIG_DL2K=m on amd64 and i386
15196
15197 [ Miklos Szeredi ]
15198
15199 * ubuntu: overlayfs -- vfs: add i_op->open()
15200 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
15201 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
15202 * ubuntu: overlayfs -- overlay filesystem
15203 * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs
15204 * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir
15205 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
15206 * ubuntu: overlayfs -- ovl: make lower mount read-only
15207
15208 [ Neil Brown ]
15209
15210 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
15211
15212 [ Tim Gardner ]
15213
15214 * [Config] Add enic/fnic to udebs
15215 - LP: #801610
15216
15217 [ Upstream Kernel Changes ]
15218
15219 * yama: if an underlying filesystem provides a permissions op use it
15220
15221 [ Major Kernel Changes ]
15222
15223 * Rebase to 3.0 final
15224
15225 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 21 Jul 2011 07:01:32 -0700
15226
15227linux (3.0.0-6.7) oneiric; urgency=low
15228
15229 [ Eagon Yager ]
15230
15231 * [Config] Fix misspelled 'skipmodule' in arm makefile.
15232
15233 [ Keng-Yu Lin ]
15234
15235 * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47
15236 - LP: #632884, #803005
15237
15238 [ Leann Ogasawara ]
15239
15240 * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap"
15241 * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm"
15242 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc"
15243 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm"
15244 * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc"
15245 * [Config] Set CONFIG_ACPI_PCI_SLOT=m
15246 * [Config] Set CONFIG_ACPI_SBS=m
15247 * [Config] Set CONFIG_ACPI_WMI=m
15248 * [Config] Set CONFIG_AD7150=m on arm
15249 * [Config] Set CONFIG_AD7152=m on arm
15250 * [Config] Drop CONFIG_GPIO_S5PV210
15251 * [Config] Drop CONFIG_GPIO_S5PC100
15252 * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG
15253 * [Config] Drop CONFIG_GPIO_EXYNOS4
15254
15255 [ Stefan Bader ]
15256
15257 * SAUCE: Re-enable RODATA for i386 virtual
15258 - LP: #809838
15259
15260 [ Upstream Kernel Changes ]
15261
15262 * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15"
15263 * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey
15264 - LP: #771758
15265
15266 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 20 Jul 2011 06:36:02 -0700
15267
15268linux (3.0.0-5.6) oneiric; urgency=low
15269
15270 [ Tim Gardner ]
15271
15272 * [Config] CONFIG_RTL8192CU=m
15273 * Rebase to -rc7
15274
15275 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jul 2011 22:13:50 +0100
15276
15277linux (3.0.0-4.5) oneiric; urgency=low
15278
15279 [ Ming Lei ]
15280
15281 * SAUCE: fix yama_ptracer_del lockdep warning
15282 - LP: #791019
15283
15284 [ Seth Forshee ]
15285
15286 * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering
15287 * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key
15288 * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device
15289 * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m
15290 - LP: #805218
15291
15292 [ Tim Gardner ]
15293
15294 * [Config] updateconfigs after rebase to -rc6+
15295 Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3
15296 * Adopt a 3 digit verion, e.g., 3.0.0-x.x
15297 * Revert "UBUNTU: add dependancies for module-init-tools"
15298 This dependency is no longer required for a 3 digit version.
15299
15300 -- Tim Gardner <tim.gardner@canonical.com> Tue, 05 Jul 2011 14:03:04 +0100
15301
15302linux (3.0-3.4) oneiric; urgency=low
15303
15304 [ Keng-Yu Lin ]
15305
15306 * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware
15307 killswitch"
15308 - LP: #775281
15309
15310 [ Leann Ogasawara ]
15311
15312 * rebase to v3.0-rc5
15313 * [Config] updateconfigs after rebase to 3.0-rc5
15314
15315 [ Tim Gardner ]
15316
15317 * [Config] Remove ubuntu/rtl8192se
15318 * [Config] Added armel ABI files
15319 * [Config] Removed armel versatile flavour
15320 * [Config] CONFIG_INTEL_MEI=m
15321 - LP: #716867
15322
15323 [ Upstream Kernel Changes ]
15324
15325 * ALSA: hda - Enable auto-parser as default for Conexant codecs
15326
15327 [ Upstream Kernel Changes ]
15328
15329 * rebase to v3.0-rc5
15330
15331 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 30 Jun 2011 14:27:10 +0100
15332
15333linux (3.0-2.3) oneiric; urgency=low
15334
15335 [ Andy Whitcroft ]
15336
15337 * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e
15338
15339 [ Leann Ogasawara ]
15340
15341 * rebase to v3.0-rc4
15342 * [Config] updateconfigs after rebase to 3.0-rc4
15343 * fix ERROR: __devcgroup_inode_permission undefined
15344
15345 [ Stefan Bader ]
15346
15347 * SAUCE: iscsitarget: Remove driver from the kernel
15348
15349 [ Tim Gardner ]
15350
15351 * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel
15352 * [Config] Add grub-efi as a recommended bootloader for server and
15353 generic
15354 - LP: #800910
15355
15356 [ Upstream Kernel Changes ]
15357
15358 * Fix node_start/end_pfn() definition for mm/page_cgroup.c
15359
15360 [ Leann Ogasawara ]
15361
15362 * rebase to v3.0-rc4
15363
15364 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 24 Jun 2011 11:51:12 -0700
15365
15366linux (3.0-1.2) oneiric; urgency=low
15367
15368 [ Andy Whitcroft ]
15369
15370 * [Config] enable CONFIG_CAN_CALC_BITTIMING
15371
15372 [ Leann Ogasawara ]
15373
15374 * rebase to v3.0-rc3
15375 * [Config] updateconfigs after rebase to 3.0-rc3
15376
15377 [ Upstream Kernel Changes ]
15378
15379 * perf: clear out make flags when calling kernel make kernelver
15380
15381 [ Leann Ogasawara ]
15382
15383 * rebase to v3.0-rc3
15384
15385 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Jun 2011 07:25:35 -0700
15386
15387linux (3.0-0.1) oneiric; urgency=low
15388
15389 [ Andy Whitcroft ]
15390
15391 * use the packaging version in the kernel
15392 * use the kernels idea of its version for version_signature
15393 * add dependancies for module-init-tools
15394 * update control files to version 3
15395 * printchanges/insertchanges allow override of prev_release
15396 * correct Vcs-Git: to point to oneiric
15397
15398 [ Leann Ogasawara ]
15399
15400 * rebase to v3.0-rc1
15401 * [Config] updateconfigs after rebase to 3.0-rc1
15402 * ubuntu: dm-raid4-5 fix up build failure
15403 * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm
15404 * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm
15405 * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm
15406 * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm
15407 * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc
15408 * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm
15409 * [Config] Temporarily Disable CONFIG_RTL8192SE on arm
15410 * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc
15411 * [Config] Temporarily disable CONFIG_SMC91X on armel-omap
15412 * rebase to v3.0-rc2
15413
15414 [ Manoj Iyer ]
15415
15416 * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823]
15417 - LP: #790754
15418
15419 [ Upstream Kernel Changes ]
15420
15421 * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM
15422 demands it"
15423 * drm/i915: fix regression after clock gating init split
15424
15425 [ Major Kernel Changes ]
15426
15427 * rebase from v2.6.39 to v3.0-rc1
15428 * rebase from v3.0-rc1 to v3.0-rc2
15429
15430 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Jun 2011 15:18:33 +0100
15431
15432linux (2.6.39-3.10) oneiric; urgency=low
15433
15434 [ Colin Ian King ]
15435
15436 * SAUCE: S3 early resume debug via keyboard LEDs
15437
15438 [ Ingo Molnar ]
15439
15440 * ubuntu: nx-emu - i386: NX emulation
15441 * ubuntu: nx-emu - i386: mmap randomization for executable mappings
15442
15443 [ Leann Ogasawara ]
15444
15445 * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp"
15446 * Revert "[Config] Disable CONFIG_DM_RAID45"
15447 * [Config] enable CONFIG_BRCMFMAC=y
15448 * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors
15449 * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap
15450
15451 [ Robert Nelson ]
15452
15453 * SAUCE: omap3: beagle: detect new xM revision B
15454 - LP: #770679
15455 * SAUCE: omap3: beagle: detect new xM revision C
15456 - LP: #770679
15457 * SAUCE: omap3: beagle: if rev unknown, assume xM revision C
15458 - LP: #770679
15459
15460 [ Stefan Bader ]
15461
15462 * SAUCE: Convert dm-raid45 to new block plugging
15463
15464 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 May 2011 11:46:43 -0700
15465
15466linux (2.6.39-3.9) oneiric; urgency=low
15467
15468 [ Leann Ogasawara ]
15469
15470 * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS
15471 * rebase to v2.6.39
15472 * [Config] enable CONFIG_LLC2=m across all arch's and flavours
15473 * [Config] enable CONFIG_INPUT_APANEL=m
15474
15475 [ Thomas Schlichter ]
15476
15477 * SAUCE: vesafb: mtrr module parameter is uint, not bool
15478 - LP: #778043
15479 * SAUCE: vesafb: enable mtrr WC by default
15480 - LP: #778043
15481
15482 [ Major Kernel Changes ]
15483
15484 * rebase from v2.6.39-rc7 to v2.6.39
15485
15486 -- Andy Whitcroft <apw@canonical.com> Fri, 20 May 2011 09:52:32 +0100
15487
15488linux (2.6.39-2.8) oneiric; urgency=low
15489
15490 [ Andy Whitcroft ]
15491
15492 * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37"
15493 * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37"
15494 * Revert "[Config] Disable CONFIG_AUFS_FS"
15495 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39
15496 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39
15497 * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935
15498 * ubuntu: AUFS -- clean up the aufs updater and BOM
15499 * ubuntu: AUFS -- documentation on updating aufs2
15500
15501 [ Kees Cook ]
15502
15503 * ubuntu: Yama - LSM hooks
15504 * ubuntu: Yama - create task_free security callback
15505 * ubuntu: Yama - add ptrace relationship tracking interface
15506 * ubuntu: Yama - unconditionally chain to Yama LSM
15507
15508 [ Leann Ogasawara ]
15509
15510 * Revert "SAUCE: Fix drivers/staging/easycap FTBS"
15511 * Revert "[Config] Disable CONFIG_EASYCAP"
15512 * ubuntu: fsam7400 disable driver
15513 * ubuntu: omnibook disable driver
15514 * ubuntu: rfkill disable driver
15515
15516 [ Tim Gardner ]
15517
15518 * SAUCE: Fix extra reference in fb_open()
15519
15520 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 May 2011 09:23:56 -0700
15521
15522linux (2.6.39-2.7) oneiric; urgency=low
15523
15524 [ Leann Ogasawara ]
15525
15526 * rebase to v2.6.39-rc7
15527
15528 [ Major Kernel Changes ]
15529
15530 * rebase from v2.6.39-rc6 to v2.6.39-rc7
15531
15532 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 10 May 2011 10:18:28 +0200
15533
15534linux (2.6.39-1.6) oneiric; urgency=low
15535
15536 [ Leann Ogasawara ]
15537
15538 * rebase to v2.6.39-rc6
15539 * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error
15540
15541 [ Tim Gardner ]
15542
15543 * [Config] updateconfigs after rebase to 2.6.39-rc6
15544
15545 [ Major Kernel Changes ]
15546
15547 * rebase from v2.6.39-rc5 to v2.6.39-rc6
15548 - LP: #740126
15549
15550 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 05 May 2011 09:46:12 -0700
15551
15552linux (2.6.39-0.5) oneiric; urgency=low
15553
15554 [ Herton Ronaldo Krzesinski ]
15555
15556 * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot"
15557 - LP: #764758
15558
15559 [ Leann Ogasawara ]
15560
15561 * rebase to v2.6.39-rc5
15562 * [Config] updateconfigs following rebase to v2.6.39-rc5
15563
15564 [ Paolo Pisati ]
15565
15566 * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb
15567 - LP: #759913
15568
15569 [ Stefan Bader ]
15570
15571 * Include nls_iso8859-1 for virtual images
15572 - LP: #732046
15573
15574 [ Major Kernel Changes ]
15575
15576 * rebase from v2.6.39-rc4 to v2.6.39-rc5
15577
15578 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 27 Apr 2011 06:39:42 -0700
15579
15580linux (2.6.39-0.4) oneiric; urgency=low
15581
15582 [ Leann Ogasawara ]
15583
15584 * rebase to v2.6.39-rc4
15585 * [Config] updateconfigs following rebase to v2.6.39-rc4
15586 * fixup powerpc implicit declaration of function
15587 'crash_kexec_wait_realmode'
15588 * [Config] Disable CONFIG_FT1000 on powerpc64-smp
15589
15590 [ Tim Gardner ]
15591
15592 * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y
15593 - LP: #769503
15594 * [Config] Add cachefiles.ko to virtual flavour
15595 - LP: #770430
15596
15597 [ Major Kernel Changes ]
15598
15599 * rebase from v2.6.39-rc3 to v2.6.39-rc4
15600
15601 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 19 Apr 2011 06:25:20 -0700
15602
15603linux (2.6.39-0.3) oneiric; urgency=low
15604
15605 [ Leann Ogasawara ]
15606
15607 * rebase to v2.6.39-rc3
15608 * crash_kexec_wait_realmode() undefined when !SMP
15609
15610 [ Tim Gardner ]
15611
15612 * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64
15613 - LP: #632327
15614
15615 [ Major Kernel Changes ]
15616
15617 * rebase from v2.6.39-rc2 to v2.6.39-rc3
15618
15619 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 12 Apr 2011 06:52:24 -0700
15620
15621linux (2.6.39-0.2) oneiric; urgency=low
15622
15623 [ Gustavo F. Padovan ]
15624
15625 * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011"
15626 - LP: #720949
15627
15628 [ John Johansen ]
15629
15630 * AppArmor: Fix masking of capabilities in complain mode
15631 - LP: #748656
15632
15633 [ Leann Ogasawara ]
15634
15635 * rebase to v2.6.39-rc2
15636 * [Config] updateconfigs following rebase to v2.6.39-rc2
15637 * hv_mouse needs delay.h
15638 * olpc_dcon_xo_1 needs delay.h
15639 * olpc_dcon_xo_1_5 needs delay.h
15640 * Update dropped.txt for Oneiric
15641
15642 [ Steve Langasek ]
15643
15644 * [Config] Make linux-libc-dev coinstallable under multiarch
15645 - LP: #750585
15646
15647 [ Upstream Kernel Changes ]
15648
15649 * x86, hibernate: Initialize mmu_cr4_features during boot
15650 - LP: #752870
15651
15652 [ Major Kernel Changes ]
15653
15654 * rebase from v2.6.39-rc1 to v2.6.39-rc2
15655
15656 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 06 Apr 2011 11:04:15 -0700
15657
15658linux (2.6.39-0.1) oneiric; urgency=low
15659
15660 [ Brad Figg ]
15661
15662 * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic
15663 - LP: #737124
15664
15665 [ Henrik Rydberg ]
15666
15667 * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model
15668 * SAUCE: HID: ntrig: fix suspend/resume on recent models
15669
15670 [ Herton Ronaldo Krzesinski ]
15671
15672 * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed
15673 struct v4l2_subdev
15674 - LP: #745213
15675
15676 [ Kees Cook ]
15677
15678 * [Config] packaging: adjust perms on vmlinuz as well
15679 * SAUCE: nx-emu: further clarify dmesg reporting
15680 - LP: #745181
15681
15682 [ Leann Ogasawara ]
15683
15684 * rebase to v2.6.39-rc1
15685 * [Config] updateconfigs following rebase to v2.6.39-rc1
15686 * [Config] Disable CONFIG_DM_RAID45
15687 * [Config] Disable CONFIG_SCSI_ISCSITARGET
15688 * [Config] Disable CONFIG_EASYCAP
15689 * [Config] Disable CONFIG_AUFS_FS
15690 * update bnx2 firmware files in d-i/firmware/nic-modules
15691 * xhci-pci.c resolve implicit declaration of kzalloc
15692 * [Config] Enable CONFIG_DRM_PSB for only x86
15693 * [Config] Enable CONFIG_RTS_PSTOR for only x86
15694 * mfd/asic3: Fix typo, s/irq_data/data/
15695
15696 [ Luke Yelavich ]
15697
15698 * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels
15699 - LP: #745358
15700 * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels
15701 * [Config] Build some framebuffer drivers as modules for powerpc kernels.
15702
15703 [ Manoj Iyer ]
15704
15705 * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
15706 - LP: #745217
15707
15708 [ Tim Gardner ]
15709
15710 * SAUCE: INR_OPEN=4096
15711 - LP: #663090
15712 * SAUCE: Increase the default hard limit for open FDs to 4096
15713 - LP: #663090
15714
15715 [ Upstream Kernel Changes ]
15716
15717 * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq
15718 namespace cleanup
15719 * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h
15720 * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()
15721
15722 [ Major Kernel Changes ]
15723
15724 * rebase from v2.6.38 to v2.6.39-rc1
15725
15726 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:50:10 -0700
15727
15728linux (2.6.39-0.0) oneiric; urgency=low
15729
15730 [ Leann Ogasawara ]
15731
15732 * Open Oneiric
15733
15734 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:29:23 -0700
15735
15736linux (2.6.38-7.39) natty; urgency=low
15737
15738 [ Leann Ogasawara ]
15739
15740 * No change upload. This is just to rebuild with gcc-4.5.2-7ubuntu1.
15741
15742 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Mar 2011 09:27:45 -0700
15743
15744linux (2.6.38-7.38) natty; urgency=low
15745
15746 [ Leann Ogasawara ]
15747
15748 * No change upload take 2. 2.6.38-7.37 was accidentally uploaded before
15749 gcc-4.5.2-6ubuntu5 finished building on all arches.
15750
15751 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 22 Mar 2011 06:12:47 -0700
15752
15753linux (2.6.38-7.37) natty; urgency=low
15754
15755 [ Leann Ogasawara ]
15756
15757 * No change upload. This is just to rebuild with gcc-4.5.2-6ubuntu5.
15758
15759 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 20 Mar 2011 16:02:48 -0700
15760
15761linux (2.6.38-7.36) natty; urgency=low
15762
15763 [ Andy Whitcroft ]
15764
15765 * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler
15766 optimisation"
15767 * purge last vestiges of maverick
15768 * [Config] switch CONFIG_FB_VESA back to module
15769
15770 [ Chris Wilson ]
15771
15772 * SAUCE: drm/i915: Fix pipelined fencing
15773 - LP: #717114
15774
15775 [ Loïc Minier ]
15776
15777 * Include nls_cp437 module in virtual for fat
15778 - LP: #732046
15779 * Support arch= cross-compilation for any arch
15780 * Fix couple of typos in 0-common-vars.mk
15781 * Enforce DEFAULT_MMAP_MIN_ADDR on armhf
15782 * Add armhf to Debian -> Linux arch map
15783 * Add initial armhf.mk
15784 * Enable common packages for armhf
15785
15786 [ Upstream Kernel Changes ]
15787
15788 * Yama: fix default relationship to check thread group
15789 - LP: #737676
15790
15791 -- Andy Whitcroft <apw@canonical.com> Fri, 18 Mar 2011 18:18:02 +0000
15792
15793linux (2.6.38-7.35) natty; urgency=low
15794
15795 [ Andy Whitcroft ]
15796
15797 * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c
15798 * rebase fixes bug #715330
15799 * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS
15800 * rebase to v2.6.38 final
15801
15802 [ Herton Ronaldo Krzesinski ]
15803
15804 * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626
15805 - LP: #636091
15806
15807 [ Tim Gardner ]
15808
15809 * [Confg] CONFIG_BOOT_PRINTK_DELAY=y
15810
15811 [ Upstream Kernel Changes ]
15812
15813 * Yama: use thread group leader when creating match
15814 - LP: #729839
15815 * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA
15816 RAID controller
15817 - LP: #735240
15818 * (drop after v2.6.38) x86, quirk: Fix SB600 revision check
15819
15820 [ Major Kernel Changes ]
15821
15822 * rebase from v2.6.38-rc8 to v2.6.38 final
15823 - LP: #715330
15824
15825 -- Andy Whitcroft <apw@canonical.com> Tue, 15 Mar 2011 19:04:19 +0000
15826
15827linux (2.6.38-6.34) natty; urgency=low
15828
15829 [ Andy Whitcroft ]
15830
15831 * [Config] normalise CONFIG_INTEL_TXT
15832 * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation
15833 - LP: #730860
15834 * rebase to mainline v2.6.38-rc8
15835
15836 [ Major Kernel Changes ]
15837
15838 * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1
15839 to v2.6.38-rc8
15840
15841 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Mar 2011 11:54:48 +0000
15842
15843linux (2.6.38-6.33) natty; urgency=low
15844
15845 [ Andy Whitcroft ]
15846
15847 * d-i -- enable speakup-modules udeb
15848 - LP: #672699
15849 * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5
15850 * [Config] debian PPC64 configuration
15851 * [Config] cleanup powerpc config fixing unexpected inconsistancies
15852 * [Config] resync ppc64 configuration
15853 * SAUCE: match up ENTRY/END naming for 32/64 bit
15854 * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1
15855 * [Config] update configs after rebase to
15856 fb62c00a6d8942775abc23d1621db1252e2d93d1
15857 * [Config] pps_gen_parport no longer built
15858
15859 [ Corentin Chary ]
15860
15861 * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap
15862 - LP: #689393
15863 * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P
15864 - LP: #689393
15865
15866 [ John Johansen ]
15867
15868 * SAUCE: Fix aufs calling of security_path_mknod
15869 - LP: #724456
15870
15871 [ Kees Cook ]
15872
15873 * SAUCE: proc: hide kernel addresses via %pK in /proc/<pid>/stack
15874
15875 [ Tim Gardner ]
15876
15877 * rebase to 2.6.38-rc7
15878
15879 [ Upstream Kernel Changes ]
15880
15881 * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
15882
15883 [ Major Kernel Changes ]
15884
15885 * rebase from v2.6.38-rc6 to v2.6.38-rc7 +
15886 fb62c00a6d8942775abc23d1621db1252e2d93d1
15887 - LP: #721389
15888 - LP: #722925
15889 - LP: #723672
15890 - LP: #723676
15891 - LP: #715318
15892
15893 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Mar 2011 15:33:17 +0000
15894
15895linux (2.6.38-5.32) natty; urgency=low
15896
15897 [ Andy Whitcroft ]
15898
15899 * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161
15900 * [Config] updateconfigs following rebase to v2.6.38-rc6
15901 * [Config] enable CONFIG_DMAR
15902 - LP: #552311
15903
15904 [ Upstream Kernel Changes ]
15905
15906 * drm/i915: skip FDI & PCH enabling for DP_A
15907 - LP: #561802, #600453, #681877
15908
15909 [ Major Kernel Changes ]
15910
15911 * rebase from v2.6.38-rc5 to v2.6.38-rc6
15912 - LP: #718402
15913 - LP: #719524
15914 - LP: #721126
15915 - LP: #719691
15916 - LP: #722689
15917 - LP: #722310
15918
15919 -- Andy Whitcroft <apw@canonical.com> Tue, 22 Feb 2011 13:28:39 +0000
15920
15921linux (2.6.38-4.31) natty; urgency=low
15922
15923 [ Andy Whitcroft ]
15924
15925 * add in bugs closed by upstream patches pulled in by rebases
15926 * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505
15927 * [Config] enable CONFIG_VSX to allow use of vector instuctions
15928 * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816
15929 * rebase to mainline v2.6.38-rc5
15930 * SAUCE: ecryptfs: read on a directory should return EISDIR if not
15931 supported
15932 - LP: #719691
15933
15934 [ Colin Ian King ]
15935
15936 * SAUCE: Dell All-In-One: Remove need for Dell module alias
15937
15938 [ Manoj Iyer ]
15939
15940 * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id.
15941 - LP: #717435
15942
15943 [ Tim Gardner ]
15944
15945 * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y
15946
15947 [ Upstream Kernel Changes ]
15948
15949 * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15
15950 - LP: #702434
15951 * vfs: fix BUG_ON() in fs/namei.c:1461
15952
15953 [ Vladislav P ]
15954
15955 * SAUCE: Release BTM while sleeping to avoid deadlock.
15956 - LP: #713837
15957
15958 [ Major Kernel Changes ]
15959
15960 * rebase from v2.6.38-rc4 to v2.6.38-rc5
15961 - LP: #579276
15962 - LP: #715877
15963 - LP: #713769
15964 - LP: #716811
15965 * resync with Maverick Ubuntu-2.6.35-27.47
15966
15967 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Feb 2011 17:24:09 +0000
15968
15969linux (2.6.38-3.30) natty; urgency=low
15970
15971 [ Andy Whitcroft ]
15972
15973 * rebase to v2.6.38-rc4
15974 * ppc64 -- add basic architecture
15975 * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230
15976
15977 [ Colin Ian King ]
15978
15979 * SAUCE: Add WMI hotkeys support for Dell All-In-One series
15980 - LP: #676997
15981 * SAUCE: Add WMI hotkeys support for another Dell All-In-One series
15982 - LP: #701530
15983 * SAUCE: Dell WMI: Use sparse keymaps and tidy up code.
15984 - LP: #701530
15985
15986 [ Dan Rosenberg ]
15987
15988 * SAUCE: (drop after 2.6.38) Convert net %p usage %pK
15989
15990 [ Kees Cook ]
15991
15992 * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of
15993 attacking"
15994 * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules
15995
15996 [ Tim Gardner ]
15997
15998 * [Config] CONFIG_BLK_CGROUP=y
15999 - LP: #706394
16000 * [Config] CONFIG_DELL_WMI_AIO=m
16001
16002 [ Upstream Kernel Changes ]
16003
16004 * drm/i915/lvds: Restore dithering on native modes for gen2/3
16005 - LP: #711568
16006
16007 [ Upstream Kernel Changes ]
16008
16009 * rebase from v2.6.38-rc3 to v2.6.38-rc4.
16010 - LP: #701271
16011 - LP: #708521
16012 - LP: #710371
16013
16014 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Feb 2011 02:07:18 +0000
16015
16016linux (2.6.38-2.29) natty; urgency=low
16017
16018 [ Andy Whitcroft ]
16019
16020 * rebase to 1f0324caefd39985e9fe052fac97da31694db31e
16021 * [Config] updateconfigs following rebase to
16022 1f0324caefd39985e9fe052fac97da31694db31e
16023 * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0
16024 * [Config] reenable HIBERNATE
16025 - LP: #710877
16026 * rebase to v2.6.38-rc3
16027 * [Config] reenable CONFIG_CRASH_DUMP
16028
16029 [ Kamal Mostafa ]
16030
16031 * SAUCE: rtl8192se: fix source file perms
16032 * SAUCE: rtl8192se: fix source file newline
16033 * SAUCE: omnibook: fix source file newline
16034
16035 [ Kees Cook ]
16036
16037 * [Config] packaging: really make System.map mode 0600
16038
16039 [ Ricardo Salveti de Araujo ]
16040
16041 * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of
16042 PM34XX_ERRATUM
16043
16044 [ Soren Hansen ]
16045
16046 * SAUCE: nbd: Remove module-level ioctl mutex
16047
16048 [ Tim Gardner ]
16049
16050 * SAUCE: Disable building the ACPI debugfs source
16051
16052 [ Upstream Kernel Changes ]
16053
16054 * Set physical start and alignment 1M for virtual i386
16055 - LP: #710754
16056
16057 [ Upstream Kernel Changes ]
16058
16059 * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
16060 to v2.6.38-rc3
16061 - LP: #707902
16062
16063 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 16:30:32 +0000
16064
16065linux (2.6.38-1.28) natty; urgency=low
16066
16067 [ Andy Whitcroft ]
16068
16069 * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620
16070
16071 [ Ricardo Salveti de Araujo ]
16072
16073 * SAUCE: omap3: beaglexm: fix DVI initialization
16074 * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make
16075 display work at Beagle
16076
16077 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 10:51:57 +0000
16078
16079linux (2.6.38-1.27) natty; urgency=low
16080
16081 [ Andy Whitcroft ]
16082
16083 * ubuntu: AUFS -- update aufs-update to track new locations of headers
16084 * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd
16085 * SAUCE: ensure root is ready before running usermodehelpers in it
16086 * correct the Vcs linkage to point to natty
16087 * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3
16088 * [Config] update configs following rebase
16089 e78bf5e6cbe837daa6ab628a5f679548742994d3
16090 * SAUCE: Yama: follow changes to generic_permission
16091 * ubuntu: compcache -- follow changes to bd_claim/bd_release
16092 * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive
16093 * ubuntu: ndiswrapper -- fix interaction between __packed and packed
16094 * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e
16095 * update package version to match payload version
16096 * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8
16097 * rebase to v2.6.38-rc1
16098 * [Config] updateconfigs following rebase to v2.6.38-rc1
16099 * SAUCE: x86 fix up jiffies/jiffies_64 handling
16100 * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5
16101 * [Config] updateconfigs following rebase to
16102 2b1caf6ed7b888c95a1909d343799672731651a5
16103 * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes
16104 * ubuntu: AUFS -- suppress benign plink warning messages
16105 - LP: #621195
16106 * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour
16107 * rebase to v2.6.38-rc2
16108 * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649
16109 * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
16110 * [Config] update configs following rebase to
16111 c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
16112 * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile
16113 * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile
16114 * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap
16115 * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile
16116
16117 [ Kees Cook ]
16118
16119 * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
16120
16121 [ Stefan Bader ]
16122
16123 * Temporarily disable RODATA for virtual i386
16124 - LP: #699828
16125
16126 [ Tim Gardner ]
16127
16128 * [Config] CONFIG_NLS_DEFAULT=utf8
16129 - LP: #683690
16130 * [Config] CONFIG_HIBERNATION=n
16131 * update bnx2 firmware files in d-i/firmware/nic-modules
16132
16133 [ Upstream Kernel Changes ]
16134
16135 * Revert "drm/radeon/bo: add some fallback placements for VRAM only
16136 objects."
16137 * packaging: make System.map mode 0600
16138 * thinkpad_acpi: Always report scancodes for hotkeys
16139 - LP: #702407
16140 * sched: tg->se->load should be initialised to tg->shares
16141 * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent
16142 * brcm80211: include linux/slab.h for kfree
16143 * pch_dma: add include/slab.h for kfree
16144 * i2c-eg20t: include linux/slab.h for kfree
16145 * gpio/ml_ioh_gpio: include linux/slab.h for kfree
16146 * tty: include linux/slab.h for kfree
16147 * winbond: include linux/delay.h for mdelay et al
16148
16149 [ Upstream Kernel Changes ]
16150
16151 * mark the start of v2.6.38 versioning
16152 * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
16153 - LP: #689886
16154 - LP: #702125
16155 - LP: #608775
16156 - LP: #215802
16157 - LP: #686333
16158 - LP: #677830
16159 - LP: #677652
16160 - LP: #696493
16161 - LP: #697240
16162 - LP: #689036
16163 - LP: #705323
16164 - LP: #686692
16165
16166 -- Andy Whitcroft <apw@canonical.com> Sun, 09 Jan 2011 13:44:52 +0000
16167
16168linux (2.6.37-12.26) natty; urgency=low
16169
16170 [ Andy Whitcroft ]
16171
16172 * rebase to v2.6.37-rc8
16173 * [Config] armel -- reenable omap flavour
16174 * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap
16175 * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel
16176 * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel
16177 * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel
16178 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
16179 * [Config] track missing modules
16180 * rebase to v2.6.37 final
16181
16182 [ Chase Douglas ]
16183
16184 * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for
16185 Magic Trackpad
16186
16187 [ Stefan Bader ]
16188
16189 * Revert "SAUCE: blkfront: default to sd devices"
16190 - LP: #684875
16191
16192 [ Tim Gardner ]
16193
16194 * Revert "SAUCE: (no-up) libata: Ignore HPA by default."
16195 - LP: #380138
16196 * [Config] Added autofs4.ko to -virtual flavour
16197 - LP: #692917
16198
16199 [ Upstream Kernel Changes ]
16200
16201 * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series
16202 Laptops
16203 - LP: #632884
16204
16205 [ Upstream Kernel Changes ]
16206
16207 * rebase to v2.6.37-rc8
16208 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
16209 * rebase to v2.6.37 final
16210
16211 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Dec 2010 18:34:13 +0000
16212
16213linux (2.6.37-11.25) natty; urgency=low
16214
16215 [ Andy Whitcroft ]
16216
16217 * [Config] d-i -- add hpsa to the list of block devices
16218 - LP: #684304
16219 * [Config] add vmw-balloon driver to -virtual flavour
16220 - LP: #592039
16221 * rebase to v2.6.37-rc7
16222
16223 [ Upstream Kernel Changes ]
16224
16225 * rebase to v2.6.37-rc7
16226
16227 -- Andy Whitcroft <apw@canonical.com> Tue, 21 Dec 2010 13:35:28 +0000
16228
16229linux (2.6.37-10.24) natty; urgency=low
16230
16231 [ Andy Whitcroft ]
16232
16233 * rebase to v2.6.37-rc6
16234 * updateconfigs following rebase to v2.6.37-rc6
16235
16236 [ Upstream Kernel Changes ]
16237
16238 * rebase to v2.6.37-rc6
16239
16240 -- Andy Whitcroft <apw@canonical.com> Thu, 16 Dec 2010 12:34:19 +0000
16241
16242linux (2.6.37-9.23) natty; urgency=low
16243
16244 [ Andy Whitcroft ]
16245
16246 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks
16247 - LP: #689606
16248 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub)
16249 - LP: #689606
16250
16251 [ Kees Cook ]
16252
16253 * SAUCE: RO/NX protection for loadable kernel, fix ftrace
16254 - LP: #690190
16255
16256 -- Andy Whitcroft <apw@canonical.com> Wed, 15 Dec 2010 19:29:57 +0000
16257
16258linux (2.6.37-9.22) natty; urgency=low
16259
16260 [ Andy Whitcroft ]
16261
16262 * rebase to v2.6.35-rc5
16263 * [Config] updateconfigs following rebase to v2.6.37-rc5
16264 * (no-up) add support for installed header files to ubuntu directory
16265 - LP: #684666
16266 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
16267 - LP: #684666
16268 * ubuntu: dm-raid4-5 -- follow changes to bio flags
16269 * ubuntu: dm-raid4-5 -- re-enable
16270 * ubuntu: omnibook -- update BOM
16271 * ubuntu: ndiswrapper -- update BOM to match actual version
16272 * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl
16273 * ubuntu: ndiswrapper -- re-enable
16274 * ubuntu: iscsitarget -- re-instate copy_io_context
16275 * ubuntu: iscsitarget -- follow changes to semaphore initialisation
16276 * ubuntu: iscsitarget -- convert NIPQUAD to %pI4
16277 * ubuntu: iscsitarget -- re-enable
16278
16279 [ Kees Cook ]
16280
16281 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
16282
16283 [ Manoj Iyer ]
16284
16285 * SAUCE: Enable jack sense for Thinkpad Edge 13
16286 - LP: #685015
16287
16288 [ Tim Gardner ]
16289
16290 * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y
16291 * [Config] CONFIG_CRYPTO_CRC32C=y
16292 - LP: #681819
16293 * [Config] CONFIG_9P_FSCACHE=n
16294 * [Config] Add nfsd modules to -virtual flavour
16295 - LP: #688070
16296
16297 [ Upstream Kernel Changes ]
16298
16299 * Revert "Staging: zram: work around oops due to startup ordering snafu"
16300 * NFS: Fix panic after nfs_umount()
16301 - LP: #683938
16302 * x86: Add NX protection for kernel data
16303 * x86: Add RO/NX protection for loadable kernel modules
16304 * x86: Resume trampoline must be executable
16305 * x86: RO/NX protection for loadable kernel, jump_table fix
16306
16307 [ Upstream Kernel Changes ]
16308
16309 * rebase to v2.6.37-rc5
16310
16311 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Dec 2010 18:15:35 +0000
16312
16313linux (2.6.37-8.21) natty; urgency=low
16314
16315 [ Andy Whitcroft ]
16316
16317 * Revert "ubuntu: AUFS -- include the aufs_types.h file in
16318 linux-libc-headers"
16319 * Revert "(no-up) add support for installed header files to ubuntu
16320 directory"
16321
16322 -- Andy Whitcroft <apw@canonical.com> Sun, 05 Dec 2010 17:33:28 +0000
16323
16324linux (2.6.37-8.20) natty; urgency=low
16325
16326 [ Andy Whitcroft ]
16327
16328 * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error"
16329 * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros"
16330 * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration"
16331 * Revert "SAUCE: i915 -- disable powersave by default"
16332 * SAUCE: enable Marvell 9128 PCIe SATA controller
16333 - LP: #658521
16334 * [Config] evtchn has been renamed
16335 * (no-up) add support for installed header files to ubuntu directory
16336 - LP: #684666
16337 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
16338 - LP: #684666
16339
16340 [ Tim Gardner ]
16341
16342 * [Config] MISS: evtchn, NEW : xen-evtchn
16343 * rebase to v2.6.37-rc4
16344
16345 [ Upstream Kernel Changes ]
16346
16347 * drm/i915: Clean conflicting modesetting registers upon init
16348 - LP: #683775
16349 * rebase to v2.6.37-rc4
16350
16351 -- Andy Whitcroft <apw@canonical.com> Fri, 03 Dec 2010 18:42:07 +0000
16352
16353linux (2.6.37-7.19) natty; urgency=low
16354
16355 [ Tim Gardner ]
16356
16357 * [Config] Add bnx2 firmware to nic-modules udeb
16358 - LP: #676245
16359
16360 -- Andy Whitcroft <apw@canonical.com> Fri, 26 Nov 2010 17:53:45 +0000
16361
16362linux (2.6.37-7.18) natty; urgency=low
16363
16364 [ Andy Whitcroft ]
16365
16366 * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID"
16367 * Revert "SAUCE: Add extra headers to linux-libc-dev"
16368 * Revert "SAUCE: Enable speedstep for sonoma processors."
16369 * [Config] enable CONFIG_BT_HCIUART_ATH3K
16370 * [Config] enable CONFIG_IWLWIFI_DEBUGFS
16371 * [Config] standardise CONFIG_MII
16372 * [Config] standardise CONFIG_PRISM2_USB
16373 * [Config] standardise CONFIG_SCSI_QLA_ISCSI
16374 * [Config] build in CONFIG_AGP
16375 * [Config] build in CONFIG_AGP_INTEL
16376 * [Config] build in CONFIG_AGP_AMD
16377 * [Config] build in CONFIG_AGP_AMD64
16378 * [Config] build in CONFIG_AGP_NVIDIA
16379 * [Config] build in CONFIG_AGP_VIA
16380 * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm)
16381 * (no-up): document the new ## scheme
16382 * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS
16383 * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32
16384 - LP: #675453
16385
16386 [ Mathieu J. Poirier ]
16387
16388 * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM
16389
16390 [ Upstream Kernel Changes ]
16391
16392 * nx-emu: fix inverted report of disable_nx
16393
16394 -- Andy Whitcroft <apw@canonical.com> Tue, 23 Nov 2010 21:00:39 +0000
16395
16396linux (2.6.37-6.17) natty; urgency=low
16397
16398 [ Andy Whitcroft ]
16399
16400 * Revert "ubuntu: AUFS -- aufs2-standalone.patch
16401 aufs2.1-36-UNRELEASED-20101103"
16402 * Revert "ubuntu: AUFS -- aufs2-base.patch
16403 aufs2.1-36-UNRELEASED-20101103"
16404 * [Config] standardise CONFIG_BT
16405 * [Config] standardise CONFIG_IRDA
16406 * [Config] standardise CONFIG_LAPB
16407 * [Config] standardise CONFIG_RDS
16408 * [Config] standardise CONFIG_RFKILL
16409 * [Config] standardise CONFIG_TIPC
16410 * [Config] standardise CONFIG_X25
16411 * [Config] standardise CONFIG_INPUT_EVDEV
16412 * [Config] standardise CONFIG_INPUT_JOYDEV
16413 * [Config] standardise CONFIG_INPUT_JOYSTICK
16414 * [Config] standardise CONFIG_INPUT_TOUCHSCREEN
16415 * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm)
16416 * [Config] CONFIG_IRDA=n for FTBS (arm)
16417 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37
16418 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37
16419 * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a
16420
16421 [ Tim Gardner ]
16422
16423 * SAUCE: Fix drivers/staging/easycap FTBS
16424 * [Config] CONFIG_EASYCAP=m after fixing FTBS
16425
16426 [ Upstream Kernel Changes ]
16427
16428 * Revert "x86: Add NX protection for kernel data"
16429
16430 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 18:09:10 +0000
16431
16432linux (2.6.37-6.16) natty; urgency=low
16433
16434 [ Andy Whitcroft ]
16435
16436 * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX"
16437 * rebase to v2.6.37-rc3
16438
16439 [ Tim Gardner ]
16440
16441 * [Config] CONFIG_SCHED_AUTOGROUP=y
16442
16443 [ Upstream Kernel Changes ]
16444
16445 * Revert "x86: Add RO/NX protection for loadable kernel modules"
16446 * sched: automated per session task groups
16447 * rebase to v2.6.37-rc3
16448
16449 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 10:11:13 +0000
16450
16451linux (2.6.37-6.15) natty; urgency=low
16452
16453 [ Andy Whitcroft ]
16454
16455 * [Config] standardise CONFIG_CEPH_FS
16456 * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS
16457 * [Config] standardise CONFIG_SCSI_PROC_FS
16458 * [Config] standardise CONFIG_UBIFS_FS
16459 * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS
16460
16461 [ Kees Cook ]
16462
16463 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
16464
16465 [ Manoj Iyer ]
16466
16467 * SAUCE: Enable jack sense for Thinkpad Edge 11
16468 - LP: #677210
16469 * SAUCE: enable rfkill for rtl8192se driver
16470 - LP: #640992
16471
16472 [ Tim Gardner ]
16473
16474 * [Config] CONFIG_EASYCAP=n for FTBS
16475 * Rebase to v2.6.32-rc2+git
16476
16477 [ Upstream Kernel Changes ]
16478
16479 * x86: Fix improper large page preservation
16480 * x86: Add NX protection for kernel data
16481 * x86: Add RO/NX protection for loadable kernel modules
16482
16483 [ Upstream Kernel Changes ]
16484
16485 * Rebase to Linus 2.6.37-rc2+git
16486
16487 -- Andy Whitcroft <apw@canonical.com> Sat, 20 Nov 2010 11:40:00 +0000
16488
16489linux (2.6.37-5.14) natty; urgency=low
16490
16491 [ Upstream Kernel Changes ]
16492
16493 * PCI: fix offset check for sysfs mmapped files
16494 - LP: #676963
16495
16496 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Nov 2010 18:12:27 +0000
16497
16498linux (2.6.37-5.13) natty; urgency=low
16499
16500 [ Andy Whitcroft ]
16501
16502 * rebased to v2.6.37-rc2
16503 * updateconfigs following rebase to v2.6.37-rc2
16504
16505 [ Tim Gardner ]
16506
16507 * [Config] Added NFS and related modules to virtual flavour
16508 - LP: #659084
16509
16510 [ Upstream Kernel Changes ]
16511
16512 * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S
16513 * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX
16514 * x86, cpu: Call verify_cpu during 32bit CPU startup
16515 * x86, cpu: Only CPU features determine NX capabilities
16516
16517 [ Upstream Changes ]
16518
16519 * rebased to v2.67.37-rc2
16520
16521 -- Andy Whitcroft <apw@canonical.com> Tue, 16 Nov 2010 13:13:29 +0000
16522
16523linux (2.6.37-4.12) natty; urgency=low
16524
16525 [ Andy Whitcroft ]
16526
16527 * Revert "[Upstream] HID: magicmouse: add param for scroll speed"
16528 * Revert "[Upstream] HID: magicmouse: properly account for scroll
16529 movement in state"
16530 * Revert "[Upstream] HID: magicmouse: disable and add module param for
16531 scroll acceleration"
16532 * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just
16533 middle of mouse"
16534
16535 [ Henrik Rydberg ]
16536
16537 * SAUCE: hid: ntrig: remove sysfs nodes
16538 * SAUCE: hid: ntrig: Setup input filtering manually
16539 * SAUCE: hid: ntrig: New ghost-filtering event logic
16540
16541 [ Manoj Iyer ]
16542
16543 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
16544 - LP: #348861
16545
16546 [ Upstream Kernel Changes ]
16547
16548 * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during
16549 suspend/resume"
16550 * Revert "[ARM] implement arch_randomize_brk()"
16551 * Revert "ARM: stack protector: change the canary value per task"
16552 * Revert "ARM: initial stack protector (-fstack-protector) support"
16553 * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269"
16554 * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec"
16555 * Revert "perf probe: Add kernel source path option"
16556 * hid: ntrig: Support single-touch devices
16557 * hid: ntrig: Mask pen switch events
16558 * net: rtnetlink.h -- only include linux/netdevice.h when used by the
16559 kernel
16560 - LP: #673073
16561 * Fix userspace build of linux/fs.h
16562
16563 -- Andy Whitcroft <apw@canonical.com> Mon, 15 Nov 2010 19:31:44 +0000
16564
16565linux (2.6.37-3.11) natty; urgency=low
16566
16567 [ Andy Whitcroft ]
16568
16569 * Revert "ubuntu: AUFS -- update to
16570 b37c575759dc4535ccc03241c584ad5fe69e3b25"
16571 * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()"
16572 * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601"
16573 * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601"
16574 * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34"
16575 * [Config] Disable intel_idle for -virtual kernels
16576 - LP: #651370
16577 * [Config] enforcer -- ensure we never enable CONFIG_IMA
16578 * debian -- pass the correct flavour name when checking configs
16579 * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual
16580 * [Config] ensure CONFIG_IPV6=y for powerpc
16581 * [Config] enforcer -- ensure CONFIG_IPV6=y
16582 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103
16583 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103
16584 * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103
16585 * ubuntu: AUFS -- re-enable
16586 * ubuntu: AUFS -- track changes to work queue initialisation
16587 * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1
16588 * SAUCE: fbcon -- fix race between open and removal of framebuffers
16589 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
16590 - LP: #614008
16591 * SAUCE: drm -- stop early access to drm devices
16592
16593 [ Jeremy Kerr ]
16594
16595 * [Config] Build-in powermac ZILOG serial driver
16596 - LP: #673346
16597
16598 [ Kees Cook ]
16599
16600 * SAUCE: nx-emu: use upstream ASLR when possible
16601
16602 [ Tim Gardner ]
16603
16604 * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules
16605 - LP: #628776
16606
16607 [ Upstream Kernel Changes ]
16608
16609 * i386: NX emulation
16610 * nx-emu: drop exec-shield sysctl, merge with disable_nx
16611 * nx-emu: standardize boottime message prefix
16612 * mmap randomization for executable mappings on 32-bit
16613 * exec-randomization: brk away from exec rand area
16614
16615 -- Andy Whitcroft <apw@canonical.com> Thu, 11 Nov 2010 23:46:37 +0000
16616
16617linux (2.6.37-2.10) natty; urgency=low
16618
16619 [ Andy Whitcroft ]
16620
16621 * reinstate armel config changes:
16622 * [Config] CONFIG_GPIO_PCH=n for armel FTBS
16623 * [Config] CONFIG_GPIO_VX855=n for armel FTBS
16624
16625 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Nov 2010 22:20:35 +0000
16626
16627linux (2.6.37-2.9) natty; urgency=low
16628
16629 [ Andy Whitcroft ]
16630
16631 * config -- fix genportsconfig
16632 * [Config] move powerpc over from ports to distro
16633 * bump master version number to match contained kernel
16634 * SAUCE: fix documentation strings for struct input_keymap_entry
16635 * usb: gadget: goku_udc: add registered flag bit
16636
16637 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Nov 2010 15:14:11 +0000
16638
16639linux (2.6.36-2.8) natty; urgency=low
16640
16641 [ Tim Gardner ]
16642
16643 * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules
16644 * [Config]: TWL4030_CORE=n for FTBS
16645 * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS
16646 * [Config]: CONFIG_SOLO6X10=n for FTBS
16647 * [Config]: CONFIG_GPIO_PCH=n for armel FTBS
16648 * [Config]: CONFIG_GPIO_VX855=n for armel FTBS
16649 * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS
16650 * [Config]: CONFIG_LINE6_USB=n for armel FTBS
16651 * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS
16652 * [Config]: CONFIG_I2C_I801=n for armel FTBS
16653 * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables.
16654 * AppArmor: compatibility patch for v5 interface
16655 * AppArmor: compatibility patch for v5 network controll
16656 * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode
16657 * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver
16658 * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
16659 * Dropped: hid: 3m: Convert to MT slots
16660 * Dropped: HID: magicmouse: don't allow hidinput to initialize the device
16661 * Dropped: HID: magicmouse: simplify touch data bit manipulation
16662 * Dropped: HID: magicmouse: simplify touch down logic
16663 * Dropped: HID: magicmouse: enable Magic Trackpad support
16664 * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes
16665 * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually
16666 * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic
16667 * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled)
16668 * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode
16669 * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS
16670 * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers
16671 * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
16672 * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32
16673 * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
16674 * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML
16675 * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area
16676
16677 [ Upstream Kernel Changes ]
16678
16679 * rebased against 2.6.27-rc1
16680
16681 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Oct 2010 19:35:05 -0600
16682
16683linux (2.6.36-1.7) natty; urgency=low
16684
16685 [ Andy Whitcroft ]
16686
16687 * rebased to v2.6.36 final
16688 * [Config] update configs following rebase to v2.6.36 final
16689 * [Config] update ports configs following rebase to v2.6.36 final
16690
16691 [ Upstream Kernel Changes ]
16692
16693 * rebased to v2.6.36 final
16694
16695 -- Andy Whitcroft <apw@canonical.com> Thu, 21 Oct 2010 14:28:57 +0100
16696
16697linux (2.6.36-1.6) natty; urgency=low
16698
16699 [ Upstream Kernel Changes ]
16700
16701 * drop broadcom staging driver preview:
16702 * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n
16703 wireless LAN driver."
16704
16705 -- Andy Whitcroft <apw@canonical.com> Wed, 20 Oct 2010 10:41:25 +0100
16706
16707linux (2.6.36-1.5) natty; urgency=low
16708
16709 [ Andy Whitcroft ]
16710
16711 * rebase to v2.6.36-rc8
16712 * updateconfigs following rebase to v2.6.36-rc8
16713 * updateportsconfigs following rebase to v2.6.36-rc8
16714 * config -- simplify the kernelconfig interface
16715 * config -- add new config mode 'dumpconfigs'
16716
16717 [ Tim Gardner ]
16718
16719 * Simplify the use of CROSS_COMPILER
16720
16721 [ Upstream Kernel Changes ]
16722
16723 * drop broadcom staging driver preview:
16724 * Revert "staging: brcm80211: Make compiling of brcm80211.ko and
16725 brcmfmac.ko mutually exclusive."
16726 * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not
16727 set."
16728 * Revert "Staging: brcm80211: remove driver specific -W options"
16729 * Revert "Staging: brcm80211: clean up makefile cflag lines"
16730 * Revert "staging: brcm80211: add fullmac driver"
16731 * Revert "staging: brcm80211: use string native library"
16732 * Revert "staging: brcm80211: use native ctype library"
16733 * Revert "staging: brcm80211: fix remaining checkpatch errors."
16734 * Revert "staging: brcm80211: fix "ERROR: trailing whitespace.""
16735 * Revert "staging: brcm80211: fix "ERROR: spaces required around that
16736 ...""
16737 * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that
16738 ':' ...""
16739 * Revert "staging: brcm80211: fix "ERROR: space required before that
16740 ...""
16741 * Revert "staging: brcm80211: fix "ERROR: space required after that ...""
16742 * Revert "staging: brcm80211: fix "ERROR: space required after that close
16743 brace""
16744 * Revert "staging: brcm80211: fix "ERROR: space prohibited before
16745 ...close square bracket""
16746 * Revert "staging: brcm80211: fix "ERROR: space prohibited after that
16747 ...""
16748 * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around
16749 '*'""
16750 * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'"
16751 * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ...
16752 do - while loop""
16753 * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ...
16754 parenthesis""
16755 * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0
16756 or NULL""
16757 * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0
16758 or NULL""
16759 * Revert "staging: brcm80211: fix "ERROR: while should follow close brace
16760 '}'""
16761 * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev
16762 line""
16763 * Revert "staging: brcm80211: fix "ERROR: trailing statements should be
16764 on next line""
16765 * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if
16766 condition""
16767 * Revert "staging: brcm80211: fix "ERROR: return is not a function,
16768 paren...""
16769 * Revert "staging: brcm80211: fix "ERROR: open brace '{' following
16770 function dec...""
16771 * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo
16772 *bar"'"
16773 * Revert "staging: brcm80211: Fix URLs for firmware files."
16774 * Revert "staging: brcm80211: use '%pM' format to print MAC address"
16775 * Revert "staging: brcm80211: Add contact info to TODO list."
16776 * Revert "staging: brcm80211: Fix some initialisation failure paths"
16777 * Export dump_{write,seek} to binary loader modules
16778 * rebase to v2.6.36-rc8.
16779
16780 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Oct 2010 18:58:11 +0100
16781
16782linux (2.6.36-0.4) natty; urgency=low
16783
16784 [ Andy Whitcroft ]
16785
16786 * SAUCE: perf: increase stack footprint to avoid stack-protector warning
16787 (fixes FTBS on powerpc)
16788
16789 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 13:16:16 +0100
16790
16791linux (2.6.36-0.3) natty; urgency=low
16792
16793 [ Andy Whitcroft ]
16794
16795 * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc
16796
16797 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 03:01:30 +0100
16798
16799linux (2.6.36-0.2) natty; urgency=low
16800
16801 [ Andy Whitcroft ]
16802
16803 * [Config] updateportsconfigs following rebase to 2.6.36-rc7
16804 (fix FTBS on powerpc)
16805
16806 -- Andy Whitcroft <apw@canonical.com> Wed, 13 Oct 2010 23:25:12 +0100
16807
16808linux (2.6.36-0.1) natty; urgency=low
16809
16810 [ Andy Whitcroft ]
16811
16812 * reduce disk usage during buildd builds
16813 - LP: #645653
16814 * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y
16815 * [Config] armel -- drop omap flavour
16816
16817 [ Tim Gardner ]
16818
16819 * Added dropped patch list
16820 * more dropped patches
16821 * [Config] Disable aufs, dmraid-4.5, ndis-wrapper
16822 * [Config] Add support for cross compiling armel
16823 * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel
16824 * [Upstream] drivers/serial/mfd.c: Fix ARM compile error
16825 * [Config]: updateconfigs after adding brcm80211
16826 * staging: brcm80211: Fix Makefile syntax error
16827 * rebased to v2.6.36-rc7
16828
16829 [ Upstream Kernel Changes ]
16830
16831 * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs
16832 * (upstream) IPS driver: verify BIOS provided limits
16833 * intel_ips: Print MCP limit exceeded values.
16834 * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless
16835 LAN driver.
16836 * staging: brcm80211: Fix some initialisation failure paths
16837 * staging: brcm80211: Add contact info to TODO list.
16838 * staging: brcm80211: use '%pM' format to print MAC address
16839 * staging: brcm80211: Fix URLs for firmware files.
16840 * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'
16841 * staging: brcm80211: fix "ERROR: open brace '{' following function
16842 dec..."
16843 * staging: brcm80211: fix "ERROR: return is not a function, paren..."
16844 * staging: brcm80211: fix "ERROR: do not use assignment in if condition"
16845 * staging: brcm80211: fix "ERROR: trailing statements should be on next
16846 line"
16847 * staging: brcm80211: fix "ERROR: that open brace { ... prev line"
16848 * staging: brcm80211: fix "ERROR: while should follow close brace '}'"
16849 * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"
16850 * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"
16851 * staging: brcm80211: fix "ERROR: Macros w/ complex values ...
16852 parenthesis"
16853 * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do -
16854 while loop"
16855 * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'
16856 * staging: brcm80211: fix "ERROR: need consistent spacing around '*'"
16857 * staging: brcm80211: fix "ERROR: space prohibited after that ..."
16858 * staging: brcm80211: fix "ERROR: space prohibited before ...close square
16859 bracket"
16860 * staging: brcm80211: fix "ERROR: space required after that close brace"
16861 * staging: brcm80211: fix "ERROR: space required after that ..."
16862 * staging: brcm80211: fix "ERROR: space required before that ..."
16863 * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..."
16864 * staging: brcm80211: fix "ERROR: spaces required around that ..."
16865 * staging: brcm80211: fix "ERROR: trailing whitespace."
16866 * staging: brcm80211: fix remaining checkpatch errors.
16867 * staging: brcm80211: use native ctype library
16868 * staging: brcm80211: use string native library
16869 * staging: brcm80211: add fullmac driver
16870 * Staging: brcm80211: clean up makefile cflag lines
16871 * Staging: brcm80211: remove driver specific -W options
16872 * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set.
16873 * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko
16874 mutually exclusive.
16875
16876 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Oct 2010 16:00:27 +0100
16877
16878linux (2.6.35-22.33) maverick; urgency=low
16879
16880 [ Andy Whitcroft ]
16881
16882 * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on
16883 Dell E2 series Laptops"
16884 - LP: #641320
16885
16886 [ Brian Rogers ]
16887
16888 * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface
16889 - LP: #624701
16890
16891 [ Christopher James Halse Rogers ]
16892
16893 * SAUCE: Nouveau: Add quirk framework to disable acceleration
16894 - LP: #544088, #546393
16895 * SAUCE: Nouveau: Disable acceleration on MacBook Pros
16896 - LP: #546393
16897
16898 [ John Johansen ]
16899
16900 * Revert "SAUCE: AppArmor: allow newer tools to load policy on older
16901 kernels"
16902 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
16903 - LP: #639758
16904
16905 [ Mathieu J. Poirier ]
16906
16907 * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM
16908
16909 [ Upstream Kernel Changes ]
16910
16911 * ALSA: HDA: Enable internal speaker on Dell M101z
16912 - LP: #640254
16913
16914 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 17 Sep 2010 13:21:28 -0700
16915
16916linux (2.6.35-22.32) maverick; urgency=low
16917
16918 [ Arjan van de Ven ]
16919
16920 * SAUCE: libata: Add ALPM power state accounting to the AHCI driver
16921
16922 [ David Henningsson ]
16923
16924 * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510
16925 - LP: #605047, #628961
16926
16927 [ John Johansen ]
16928
16929 * [Upstream] AppArmor: Fix splitting an fqname into separate namespace
16930 and profile names
16931 - LP: #615947
16932 * [Upstream] AppArmor: Fix locking from removal of profile namespace
16933 - LP: #615947
16934 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
16935 - LP: #639758
16936 * SAUCE: Improve Amazon EBS performance for EC2
16937 - LP: #634316
16938
16939 [ Leann Ogasawara ]
16940
16941 * Revert "SAUCE: i915 KMS -- blacklist i855"
16942 * Revert "SAUCE: i915 KMS -- blacklist i845g"
16943 * Revert "SAUCE: i915 KMS -- blacklist i830"
16944 * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken
16945 devices"
16946 * execute module-inclusion within a subshell
16947 - LP: #621175
16948
16949 [ Upstream Kernel Changes ]
16950
16951 * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec()
16952 - LP: #633227
16953 * (pre-stable) drm/i915: don't enable self-refresh on Ironlake
16954 - LP: #629711
16955 * (pre-stable) mm: Move vma_stack_continue into mm.h
16956 * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev
16957 - LP: #601073
16958 * PM / Runtime: Make runtime_status attribute not debug-only (v. 2)
16959 * PM / Runtime: Add runtime PM statistics (v3)
16960 * compat: Make compat_alloc_user_space() incorporate the access_ok()
16961 - CVE-2010-3081
16962 * x86-64, compat: Test %rax for the syscall number, not %eax
16963 - CVE-2010-3301
16964 * x86-64, compat: Retruncate rax after ia32 syscall entry tracing
16965 - CVE-2010-3301
16966
16967 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Sep 2010 08:46:49 -0700
16968
16969linux (2.6.35-21.31) maverick; urgency=low
16970
16971 [ Andy Whitcroft ]
16972
16973 * bodge linux-libc-dev package version due to ti-omap4 error
16974 * linux-libc-dev -- ensure we can only build this on debian.master
16975
16976 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 13 Sep 2010 09:54:31 -0700
16977
16978linux (2.6.35-21.30) maverick; urgency=low
16979
16980 [ Andy Whitcroft ]
16981
16982 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
16983 - LP: #614008
16984
16985 [ Daniel Lezcano ]
16986
16987 * SAUCE: fix compilation warning when CONFIG_SECURITY is not set
16988
16989 [ Henrik Rydberg ]
16990
16991 * SAUCE: Input: wacom - add fuzz parameters to features
16992 * SAUCE: Input: wacom - collect device quirks into single function
16993 * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad
16994 * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices
16995 * SAUCE: hid: ntrig: Remove unused device ids
16996 * SAUCE: hid: ntrig: remove sysfs nodes
16997 * SAUCE: hid: ntrig: Correct logic for quirks
16998 * SAUCE: hid: ntrig: zero-initialize ntrig struct
16999 * SAUCE: hid: ntrig: Setup input filtering manually
17000 * SAUCE: hid: ntrig: New ghost-filtering event logic
17001
17002 [ Leann Ogasawara ]
17003
17004 * SAUCE: ndiswrapper: Initialize buffer index and check its value
17005 - LP: #613796
17006
17007 [ Manoj Iyer ]
17008
17009 * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2
17010 series Laptops
17011 - LP: #632884
17012
17013 [ Ping Cheng ]
17014
17015 * SAUCE: Input: wacom - parse the Bamboo device family
17016
17017 [ Rafi Rubin ]
17018
17019 * SAUCE: hid: ntrig: identify firmware version (wiggled)
17020
17021 [ Tim Gardner ]
17022
17023 * [Config] CONFIG_NL80211_TESTMODE=n
17024
17025 [ Upstream Kernel Changes ]
17026
17027 * Revert "input: mt: Add support for the Bamboo Touch trackpad"
17028 * e1000e: initial support for 82579 LOMs
17029 * e1000e: correct MAC-PHY interconnect register offset for 82579
17030 * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066,
17031 tested on HP G60
17032 - LP: #587388
17033 * DSS2: Don't power off a panel twice
17034 - LP: #588243
17035 * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
17036 * Input: i8042 - reset keyboard controller wehen resuming from S2R
17037 - LP: #86820
17038 * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs
17039 - LP: #414795
17040 * agp/intel: Support the extended physical addressing bits on
17041 Sandybridge.
17042 - LP: #632488
17043 * drm/i915,intel_agp: Add support for Sandybridge D0
17044 - LP: #632488
17045 * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids
17046 - LP: #632488
17047 * mmc: omap: fix for bus width which improves SD card's peformance.
17048
17049 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 07 Sep 2010 09:58:52 -0700
17050
17051linux (2.6.35-20.29) maverick; urgency=low
17052
17053 [ Andy Whitcroft ]
17054
17055 * SAUCE: i915 KMS -- support disabling KMS for known broken devices
17056 - LP: #563277
17057 * SAUCE: i915 KMS -- blacklist i830
17058 - LP: #542208, #563277
17059 * SAUCE: i915 KMS -- blacklist i845g
17060 - LP: #541492, #563277
17061 * SAUCE: i915 KMS -- blacklist i855
17062 - LP: #511001, #541511, #563277
17063
17064 [ Leann Ogasawara ]
17065
17066 * [Config] Enable CONFIG_SENSORS_PKGTEMP=m
17067 - LP: #601073
17068 * ARM: Temporarily disable module check for armel
17069 * rebase to v2.6.35.4
17070 * [Config] update configs following rebase to v2.6.35.4
17071
17072 [ Ricardo Salveti de Araujo ]
17073
17074 * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in
17075 in Omap
17076
17077 [ Tim Gardner ]
17078
17079 * [Config] Added be2net, be2scsi to udebs
17080 - LP: #628776
17081
17082 [ Upstream Kernel Changes ]
17083
17084 * x86, cpu: Package Level Thermal Control, Power Limit Notification
17085 definitions
17086 - LP: #601073
17087 * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver
17088 - LP: #601073
17089 * x86, hwmon: Package Level Thermal/Power: thermal throttling handler
17090 - LP: #601073
17091 * x86, hwmon: Package Level Thermal/Power: power limit
17092 - LP: #601073
17093 * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation
17094 - LP: #601073
17095 * hid: 3m: Adjust to sequential MT HID protocol
17096 * hid: 3m: Convert to MT slots
17097 * hid: 3m: Correct touchscreen emulation
17098 * hid: 3m: Adjust major / minor axes to scale
17099 * input: bcm5974: Adjust major / minor to scale
17100 * HID: magicmouse: don't allow hidinput to initialize the device
17101 * HID: magicmouse: simplify multitouch feature request
17102 * HID: magicmouse: simplify touch data bit manipulation
17103 * HID: magicmouse: simplify touch down logic
17104 * HID: magicmouse: remove timestamp logic
17105 * HID: magicmouse: enable Magic Trackpad support
17106 * HID: magicmouse: Adjust major / minor axes to scale
17107 * mmc: fix all hangs related to mmc/sd card insert/removal during
17108 suspend/resume
17109 - LP: #477106
17110 * drm/i915: fix VGA plane disable for Ironlake+
17111 - LP: #602281
17112
17113 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 30 Aug 2010 08:38:01 -0700
17114
17115linux (2.6.35-19.28) maverick; urgency=low
17116
17117 [ Leann Ogasawara ]
17118
17119 * No changes from 2.6.35-19.27. Some armel udebs were accidentally deleted
17120 from the archive and a no-change rebuild was attempted. However, the ABI
17121 did not get bumped and resulted in build failures for 2.6.35-19.27. Fix
17122 up the ABI and re-upload.
17123
17124 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 28 Aug 2010 16:42:27 -0700
17125
17126linux (2.6.35-19.27) maverick; urgency=low
17127
17128 [ Leann Ogasawara ]
17129
17130 * No changes from 2.6.35-19.26. Some armel udebs were accidentally deleted
17131 from the archive.
17132
17133 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 27 Aug 2010 08:58:35 -0700
17134
17135linux (2.6.35-19.26) maverick; urgency=low
17136
17137 [ Upstream Kernel Changes ]
17138
17139 * ARM: OMAP: Beagle: revision detection
17140 * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect
17141 * ARM: OMAP: Beagle: no gpio_wp pin connection on xM
17142
17143 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 26 Aug 2010 09:15:09 -0700
17144
17145linux (2.6.35-19.25) maverick; urgency=low
17146
17147 [ Jarod Wilson ]
17148
17149 * SAUCE: Bring in staging/lirc from 2.6.36
17150 - LP: #609234
17151 * SAUCE: Update ir-core to linuxtv/other which should be merged for
17152 2.6.36.
17153 - LP: #609234
17154 * SAUCE: Fix memleaks in imon and mceusb drivers
17155 - LP: #609234
17156 * SAUCE: Bring in streamzap support from linuxtv/other
17157 - LP: #609234
17158
17159 [ Mario Limonciello ]
17160
17161 * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36
17162 - LP: #609234
17163
17164 [ Mathieu J. Poirier ]
17165
17166 * SAUCE: ARM: adding i2c eeprom driver to read EDID
17167 - LP: #608279
17168
17169 [ Upstream Kernel Changes ]
17170
17171 * intel_idle: disable module support
17172 - LP: #615265
17173 * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the
17174 correct codec ID
17175 * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
17176 - LP: #605101
17177 * (pre-stable) ALSA: HDA: Use model=auto for LG R510
17178 - LP: #495134
17179 * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269
17180 - LP: #519066
17181 * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500
17182 - LP: #519066
17183 * input: mt: Initialize slots to unused (rev2)
17184 * input: mt: Add support for the Bamboo Touch trackpad
17185 * hid: Add a hid quirk for input sync override
17186
17187 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Aug 2010 12:42:52 -0700
17188
17189linux (2.6.35-18.24) maverick; urgency=low
17190
17191 [ Colin Watson ]
17192
17193 * Pass DEB_MAINT_PARAMS to hook scripts
17194
17195 [ Leann Ogasawara ]
17196
17197 * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer
17198 - LP: #584812
17199 * rebase to v2.6.35.3
17200
17201 [ Upstream Kernel Changes ]
17202
17203 * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555
17204 - LP: #609234
17205 * can: add limit for nframes and clean up signed/unsigned variables
17206 - CVE-2010-2959
17207 * drm: Initialize ioctl struct when no user data is present
17208 - CVE-2010-2803
17209 * ARM: initial stack protector (-fstack-protector) support
17210 * ARM: stack protector: change the canary value per task
17211 * [ARM] implement arch_randomize_brk()
17212 * [ARM] add address randomization to mmap()
17213 * ARM: fix ASLR of PIE executables
17214
17215 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 22 Aug 2010 19:22:04 -0700
17216
17217linux (2.6.35-17.23) maverick; urgency=low
17218
17219 [ Jeremy Kerr ]
17220
17221 * [Config] build-in uinput module
17222 - LP: #584812
17223
17224 [ Leann Ogasawara ]
17225
17226 * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS"
17227 * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib"
17228 * Revert "[Config] [FTBS] sparc: Temporarily disable
17229 CONFIG_MTD_NAND_DENALI"
17230 * Revert "[Config] [FTBS] sparc: Temporarily disable
17231 CONFIG_MFD_JANZ_CMODIO"
17232 * Revert "[Config] [FTBS] sparc: Temporarily disable
17233 CONFIG_INFINIBAND_QIB"
17234 * [Config] Enable INTEL_IPS
17235 - LP: #601057
17236 * Remove ia64 support
17237 * [Config] Update portsconfigs after removing ia64 support
17238 * Remove sparc support
17239 * [Config] Update portsconfigs after removing sparc support
17240
17241 [ Linus Torvalds ]
17242
17243 * (pre-stable) mm: fix page table unmap for stack guard page properly
17244
17245 [ Mathieu J. Poirier ]
17246
17247 * SAUCE: (no-up) ARM: Resetting power_mode to its original value.
17248 - LP: #591941
17249
17250 [ Upstream Kernel Changes ]
17251
17252 * timer: add on-stack deferrable timer interfaces
17253 - LP: #601057
17254 * x86 platform driver: intelligent power sharing driver
17255 - LP: #601057
17256 * IPS driver: add GPU busy and turbo checking
17257 - LP: #601057
17258 * X86: intel_ips, check for kzalloc properly
17259 - LP: #601057
17260 * ips driver: make it less chatty
17261 - LP: #601057
17262
17263 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 17 Aug 2010 09:38:08 -0700
17264
17265linux (2.6.35-16.22) maverick; urgency=low
17266
17267 [ Andy Whitcroft ]
17268
17269 * debian -- more agressivly clean up after depmod on purge
17270 - LP: #618591
17271
17272 [ Henrik Rydberg ]
17273
17274 * SAUCE: hid: 3m: Simplify touchsreen emulation logic
17275
17276 [ Leann Ogasawara ]
17277
17278 * ubuntu: iscsitarget -- version 1.4.20.2
17279 * ubuntu: rtl8192se -- update to version 0017.0507.2010
17280 * rebase to v2.6.35.2
17281 * [Config] update configs following rebase to v2.6.35.2
17282 * [Config] update ports configs following rebase to v2.6.35.2
17283
17284 [ Luke Yelavich ]
17285
17286 * [Config] Enable new firewire stack on powerpc
17287
17288 [ Mathieu J. Poirier ]
17289
17290 * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash.
17291 - LP: #608266
17292
17293 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 12 Aug 2010 09:58:01 -0700
17294
17295linux (2.6.35-15.21) maverick; urgency=low
17296
17297 [ Luke Yelavich ]
17298
17299 * [Config] CONFIG_SND_USB_UA101=m for all architectures
17300
17301 [ Upstream Kernel Changes ]
17302
17303 * Input: introduce MT event slots
17304 * Input: document the MT event slot protocol
17305 * (pre-stable) sched: Revert nohz_ratelimit() for now
17306 * (pre-stable) drm/radeon/kms: add missing copy from user
17307 - LP: #606081
17308
17309 [ Leann Ogasawara ]
17310
17311 * rebase to v2.6.35.1
17312
17313 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Aug 2010 09:24:04 -0700
17314
17315linux (2.6.35-14.20) maverick; urgency=low
17316
17317 [ Andy Whitcroft ]
17318
17319 * update Vcs-Git to point to maverick repo
17320 * debian -- include the debian packaging in the -source package
17321 - LP: #608674
17322 * select debian source format 1.0
17323 * add support for building selected stages of kernel
17324 - LP: #603087
17325 * cleanup conditional dependancy handling
17326 - LP: #603087
17327
17328 [ Upstream Kernel Changes ]
17329
17330 * ALSA: hda - Handle missing NID 0x1b on ALC259 codec
17331 - LP: #582199, #586418, #588031
17332 * ALSA: hda - Handle pin NID 0x1a on ALC259/269
17333 - LP: #582199, #586418, #588031
17334 * sched: Revert nohz_ratelimit() for now
17335
17336 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 03 Aug 2010 08:46:47 -0700
17337
17338linux (2.6.35-14.19) maverick; urgency=low
17339
17340 [ Leann Ogasawara ]
17341
17342 * rebase to v2.6.35
17343
17344 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 01 Aug 2010 10:35:56 -0700
17345
17346linux (2.6.35-13.18) maverick; urgency=low
17347
17348 [ Andy Whitcroft ]
17349
17350 * SAUCE: (no-up) Modularize vesafb -- fix initialisation
17351 * SAUCE: add tracing for user initiated readahead requests
17352 * SAUCE: vt -- maintain bootloader screen mode and content until vt
17353 switch
17354 * SAUCE: vt -- allow grub to request automatic vt_handoff
17355 * SAUCE: fbcon -- fix race between open and removal of framebuffers
17356 * SAUCE: drm -- stop early access to drm devices
17357
17358 [ Bryan Wu ]
17359
17360 * CONFIG: compile in OTG driver and Transceiver driver
17361 - LP: #566645
17362 * remove OTG modules from modules list file
17363
17364 [ John Johansen ]
17365
17366 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27
17367 - LP: #581525, #599450
17368 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29
17369 * SAUCE: AppArmor 2.4 compatibility patch
17370 * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace
17371 * SAUCE: fix pv-ops for legacy Xen
17372 * SAUCE: blkfront: default to sd devices
17373 * [Config] Build in drivers required for Xen pv-ops
17374
17375 [ Leann Ogasawara ]
17376
17377 * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture
17378 size."
17379
17380 [ Lee Jones ]
17381
17382 * SAUCE: ARM: OMAP: Add macros for comparing silicon revision
17383 - LP: #608095
17384 * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than
17385 just revision
17386 - LP: #608095
17387 * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX
17388 - LP: #608095
17389 * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM
17390 - LP: #608095
17391
17392 [ Upstream Kernel Changes ]
17393
17394 * agp/intel: Use the correct mask to detect i830 aperture size.
17395 - LP: #597075
17396
17397 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Jul 2010 15:46:59 -0700
17398
17399linux (2.6.35-12.17) maverick; urgency=low
17400
17401 [ Leann Ogasawara ]
17402
17403 * rebase to v2.6.35-rc6
17404 * [Config] update configs following rebase to v2.6.35-rc6
17405 * [Config] update ports configs following rebase to v2.6.35-rc6
17406 * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11
17407
17408 [ Leann Ogasawara ]
17409
17410 * rebase to v2.6.35-rc6
17411
17412 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 16:16:38 +0200
17413
17414linux (2.6.35-11.16) maverick; urgency=low
17415
17416 [ Leann Ogasawara ]
17417
17418 * Bump ABI for new compiler update
17419
17420 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 10:24:58 +0200
17421
17422linux (2.6.35-10.15) maverick; urgency=low
17423
17424 [ Leann Ogasawara ]
17425
17426 * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA
17427 device"
17428 * [Config] Enable CONFIG_M686=y
17429 - LP: #592495
17430
17431 [ Upstream Kernel Changes ]
17432
17433 * tracing: Add alignment to syscall metadata declarations
17434
17435 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Jul 2010 18:18:49 +0200
17436
17437linux (2.6.35-9.14) maverick; urgency=low
17438
17439 [ Andy Whitcroft ]
17440
17441 * ubuntu: AUFS -- add BOM and automated update script
17442 * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25
17443
17444 [ John Johansen ]
17445
17446 * [Config] Enable DRBD as a module
17447
17448 [ Kees Cook ]
17449
17450 * SAUCE: Yama: verify inode is symlink to avoid bind mounts
17451 - LP: #604407
17452
17453 [ Leann Ogasawara ]
17454
17455 * [Config] Disable CONFIG_DRM_VMWGFX (staging driver)
17456 - LP: #606139
17457 * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver)
17458 - LP: #606139
17459 * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
17460 * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
17461
17462 [ Lee Jones ]
17463
17464 * Stop ARM boards crashing when CUPS is loaded
17465 - LP: #601226
17466
17467 [ Upstream Kernel Changes ]
17468
17469 * perf probe: Support tracing an entry of array
17470 * perf probe: Support static and global variables
17471
17472 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Jul 2010 14:38:17 -0700
17473
17474linux (2.6.35-8.13) maverick; urgency=low
17475
17476 [ Kees Cook ]
17477
17478 * SAUCE: Yama: check PTRACE using thread group leader
17479 * SAUCE: Yama: search for PTRACE exceptions via thread group leader
17480 - LP: #603716
17481
17482 [ Leann Ogasawara ]
17483
17484 * rebase to v2.6.35-rc5
17485 * [Config] update configs following rebase to v2.6.35-rc5
17486
17487 [ Nicolas Pitre ]
17488
17489 * SAUCE: make ndiswrapper available on X86 only
17490
17491 [ Tim Gardner ]
17492
17493 * [Config] Added ums-cypress to udeb
17494 - LP: #576066
17495 * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n
17496 * [Config] CONFIG_NDISWRAPPER=m across all configs
17497
17498 [ Upstream Kernel Changes ]
17499
17500 * HID: magicmouse: report last touch up
17501 * rebase to 2.6.35-rc5
17502
17503 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Jul 2010 18:57:59 -0700
17504
17505linux (2.6.35-7.12) maverick; urgency=low
17506
17507 [ Tim Gardner ]
17508
17509 * [Upstream] i915: Use the correct mask to detect i830 aperture size.
17510 - LP: #597075
17511
17512 [ Upstream Kernel Changes ]
17513
17514 * (drop after 2.6.35) drm/radeon/kms: add ioport register access
17515 (squashed)
17516
17517 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Jul 2010 09:53:13 -0600
17518
17519linux (2.6.35-7.11) maverick; urgency=low
17520
17521 [ Tim Gardner ]
17522
17523 * [Config] CONFIG_X86_MRST=n
17524
17525 [ Upstream Kernel Changes ]
17526
17527 * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc
17528 * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb
17529 * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue
17530
17531 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Jul 2010 18:39:08 -0600
17532
17533linux (2.6.35-7.10) maverick; urgency=low
17534
17535 [ Kees Cook ]
17536
17537 * SAUCE: security: create task_free security callback
17538 * SAUCE: Yama: add PTRACE exception tracking and interface
17539 * SAUCE: security: unconditionally chain to Yama LSM
17540 * Revert "SAUCE: ptrace: restrict ptrace scope to children"
17541 * Revert "SAUCE: fs: block hardlinks to non-accessible sources"
17542 * Revert "SAUCE: fs: block cross-uid sticky symlinks"
17543 * [Upstream] security: Yama LSM
17544 * [Config] Enable CONFIG_SECURITY_YAMA=y
17545
17546 [ Tim Gardner ]
17547
17548 * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4
17549
17550 [ Upstream Kernel Changes ]
17551
17552 * rebase to 2.6.35-rc4
17553
17554 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 01 Jul 2010 08:55:57 -0700
17555
17556linux (2.6.35-6.9) maverick; urgency=low
17557
17558 [ Tim Gardner ]
17559
17560 * [Upstream] direct_splice_actor() should not use pos in sd
17561 - LP: #588861
17562
17563 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Jun 2010 12:35:49 -0700
17564
17565linux (2.6.35-6.8) maverick; urgency=low
17566
17567 [ Mathieu J. Poirier ]
17568
17569 * ARM: Adding regulator supply for vdds_sdi.
17570 - LP: #597904
17571
17572 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 27 Jun 2010 16:34:43 -0700
17573
17574linux (2.6.35-6.7) maverick; urgency=low
17575
17576 [ Alberto Milone ]
17577
17578 * [Upstream] Add support for the ATIF ACPI method to the radeon driver
17579
17580 [ Chase Douglas ]
17581
17582 * [Upstream] HID: magicmouse: scroll on entire surface, not just middle
17583 of mouse
17584 * [Upstream] HID: magicmouse: disable and add module param for scroll
17585 acceleration
17586 * [Upstream] HID: magicmouse: properly account for scroll movement in
17587 state
17588 * [Upstream] HID: magicmouse: add param for scroll speed
17589 * [Upstream] HID: magicmouse: enable horizontal scrolling
17590
17591 [ Henrik Rydberg ]
17592
17593 * [Upstream] Input: evdev - convert to dynamic event buffer
17594 * [Upstream] Input: evdev - use driver hint to compute size of event
17595 buffer
17596 * [Upstream] Input: bcm5974 - set the average number of events per MT
17597 event packet
17598 * [Upstream] Input: hid-input - use a larger event buffer for MT devices
17599 * [Upstream] Input: evdev - never leave the client buffer empty after
17600 write
17601
17602 [ John Johansen ]
17603
17604 * SAUCE: AppArmor: -- mainline 2010-06-23
17605 * SAUCE: AppArmor 2.4 compatibility patch
17606 * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion
17607
17608 [ Leann Ogasawara ]
17609
17610 * [Config] Enable CONFIG_INTR_REMAP=y
17611 - LP: #597091
17612 * [Config] Enable CONFIG_X86_X2APIC
17613 - LP: #597091
17614
17615 [ Mathieu J. Poirier ]
17616
17617 * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap
17618 - LP: #594382
17619
17620 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Jun 2010 12:19:48 -0700
17621
17622linux (2.6.35-5.6) maverick; urgency=low
17623
17624 [ Amit Kucheria ]
17625
17626 * [Config] update omap flavour description
17627
17628 [ Andy Whitcroft ]
17629
17630 * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac
17631 - LP: #570500, #576274
17632 * SAUCE: add option to hand off all kernel parameters to init
17633 - LP: #586386
17634 * [Config] enable passing all kernel command line to init
17635 - LP: #586386
17636 * [Config] disable CONFIG_VMI
17637 - LP: #537601
17638 * [Config] enable CONFIG_IPV6_SIT_6RD
17639 - LP: #591869
17640 * [Config] enable CONFIG_VMWARE_BALOON as module
17641 - LP: #592039
17642
17643 [ Leann Ogasawara ]
17644
17645 * Revert "SAUCE: pm: Config option to disable handling of console during
17646 suspend/resume"
17647 - LP: #594885
17648 * [Config] Remove CONFIG_PM_DISABLE_CONSOLE
17649 * [Config] ports: enable passing all kernel command line to init
17650 - LP: #586386
17651 * [Config] Enable CONFIG_FB_VESA=y for x86
17652 * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer
17653 * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer
17654 * [Config] Enable CONFIG_TASK_DELAY_ACCT=y
17655 - LP: #493156
17656
17657 [ Mathieu Poirier ]
17658
17659 * ARM: Adding MosChip MCS7830 to nic-usb
17660 - LP: #584920
17661
17662 [ Upstream Kernel Changes ]
17663
17664 * Revert "[Upstream] docbook: need xmldoclinks for all doc types"
17665 * docbook: need xmldoclinks for all doc types
17666 * perf probe: Add kernel source path option
17667
17668 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jun 2010 08:05:29 -0700
17669
17670linux (2.6.35-4.5) maverick; urgency=low
17671
17672 [ Leann Ogasawara ]
17673
17674 * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer
17675 size (rev2)"
17676 * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)"
17677 * Revert "[Upstream] (evdev) Use multi-reader buffer to save space
17678 (rev4)"
17679 * Revert "SAUCE: drivers: Remove some duplicate device entries in various
17680 modules"
17681 * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID
17682 * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq"
17683 * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id
17684
17685 [ Tim Gardner ]
17686
17687 * [Config] CONFIG_NFS_FSCACHE=y
17688 - LP: #440522
17689 * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y
17690 - LP: #440522
17691
17692 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 Jun 2010 08:43:07 -0700
17693
17694linux (2.6.35-3.4) maverick; urgency=low
17695
17696 [ Andy Whitcroft ]
17697
17698 * debian -- ensure the version number is clean
17699
17700 [ Henrik Rydberg ]
17701
17702 * [Upstream] Introduce MT event slots (rev 5)
17703 * [Upstream] Document the MT event slot protocol (rev5)
17704 * [Upstream] (evdev) Use multi-reader buffer to save space (rev4)
17705 * [Upstream] (evdev) Convert to dynamic event buffer (rev4)
17706 * [Upstream] (evdev) Use driver hint to compute the evdev buffer size
17707 (rev2)
17708
17709 [ Leann Ogasawara ]
17710
17711 * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module"
17712 * Revert "SAUCE: hostap: send events on data interface as well as master
17713 interface"
17714 * Revert "Fix webcam having USB ID 0ac8:303b"
17715 * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver"
17716 * rebase to v2.6.35-rc3
17717
17718 [ Maxim Levitsky ]
17719
17720 * [Config] Enable new Smartmedia/xD translation layer
17721 - LP: #202490
17722
17723 [ Upstream Kernel Changes ]
17724
17725 * net: fix deliver_no_wcard regression on loopback device
17726
17727 [ Upstream changes ]
17728
17729 * rebased to v2.6.35-rc3
17730
17731 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 10 Jun 2010 16:15:22 -0700
17732
17733linux (2.6.35-2.3) maverick; urgency=low
17734
17735 [ Bryan Wu ]
17736
17737 * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO
17738
17739 [ Leann Ogasawara ]
17740
17741 * [Config] armel: Enable CONFIG_BNX2=m
17742 * [Config] ports: Enable CONFIG_BNX2X=m
17743 * SAUCE: armel: define get_dma_ops to fix FTBS
17744
17745 [ Tim Gardner ]
17746
17747 * [Upstream] net: Print num_rx_queues imbalance warning only when there
17748 are allocated queues
17749 - LP: #591416
17750
17751 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 09 Jun 2010 08:27:41 -0700
17752
17753linux (2.6.35-2.2) maverick; urgency=low
17754
17755 [ Andy Whitcroft ]
17756
17757 * [Config] d-i: make armel configuration versatile flavour specific
17758 - LP: #588805
17759 * [Config] d-i: enable .udebs for omap flavour
17760 - LP: #588805
17761
17762 [ Kees Cook ]
17763
17764 * ptrace: limit scope to attach only (allow read)
17765 - LP: #589656
17766
17767 [ Leann Ogasawara ]
17768
17769 * rebase to v2.6.35-rc2
17770 * [Config] update configs following rebase to v2.6.35-rc2
17771 * [Config] update port configs following rebase to v2.6.35-rc2
17772
17773 [ Lee Jones ]
17774
17775 * Enable perf to be more helpful when perf_<version> does not exist.
17776 - LP: #570500
17777 * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs.
17778
17779 [ Tim Gardner ]
17780
17781 * [Config] Update bnx2 udeb firmware files
17782 - LP: #589304
17783
17784 [ Upstream changes ]
17785
17786 * rebased to v2.6.35-rc2
17787
17788 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 07 Jun 2010 09:45:04 -0700
17789
17790linux (2.6.35-1.1) maverick; urgency=low
17791
17792 [ Andy Whitcroft ]
17793
17794 * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601
17795 - LP: #587888
17796 * ubuntu: AUFS -- track changes to the arguements to fop fsync()
17797
17798 [ Leann Ogasawara ]
17799
17800 * rebase to v2.6.35-rc1
17801 * [Config] update configs following rebase to v2.6.35-rc1
17802 * [Config] update port configs following rebase to v2.6.35-rc1
17803 * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free()
17804 * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free()
17805 * SAUCE: ndiswrapper: convert multicast list to list_head
17806 * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL
17807 * [Config] [FTBS] ia64: Temporarily disable gpiolib
17808 * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS
17809 * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB
17810 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO
17811 * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO
17812 * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155
17813 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI
17814 * [Config] [FTBS] armel: Temporarily disable bnx2
17815 * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE
17816 * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm
17817 * SAUCE: [FTBS] armel: include linux/dma-mapping.h
17818 * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with
17819 gpio_set_debounce
17820
17821 [ Upstream Kernel Changes ]
17822
17823 * of/usb: fix build error due to of_node pointer move
17824 * n2_crypto: Fix build after of_device/of_platform_driver changes.
17825 * powerpc/fsl-booke: fix the case where we are not in the first page
17826 * powerpc/fsl-booke: Move the entry setup code into a seperate file
17827 * powerpc/kexec: Add support for FSL-BookE
17828 * greth: Fix build after OF device conversions.
17829
17830 [ Upstream changes ]
17831
17832 * rebased to v2.6.35-rc1
17833
17834 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 04 Jun 2010 23:01:52 -0700
17835
17836linux (2.6.35-1.0) UNRELEASED; urgency=low
17837
17838 [ Leann Ogasawara ]
17839
17840 * Null entry.
17841
17842 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 15:17:41 -0700
17843
17844linux (2.6.34-5.14) maverick; urgency=low
17845
17846 [ Tim Gardner ]
17847
17848 * [Config] Added module inclusion support
17849 * [Config] Added virtual flavour module inclusion list and d-i package
17850 definitions
17851
17852 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 12:58:14 -0700
17853
17854linux (2.6.34-5.13) maverick; urgency=low
17855
17856 [ Andy Whitcroft ]
17857
17858 * Revert "ubuntu: AUFS -- aufs2 20091209"
17859 * Revert "ubuntu: AUFS -- export various core functions
17860 (aufs2-standalone.patch)"
17861 * Revert "ubuntu: AUFS -- export various core functions
17862 (aufs2-base.patch)"
17863 * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34
17864 - LP: #587888
17865 * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34
17866 - LP: #587888
17867 * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601
17868 - LP: #587888
17869 * [Config] AUFS -- enable aufs options
17870 - LP: #587888
17871
17872 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 01 Jun 2010 08:56:43 -0700
17873
17874linux (2.6.34-5.12) maverick; urgency=low
17875
17876 [ Andy Whitcroft ]
17877
17878 * enforce -- ensure SYSFS compatibility is disabled
17879
17880 [ Chase Douglas ]
17881
17882 * build with libdw-dev for perf probe symbol support
17883 * maverick ftrace configuration changes
17884
17885 [ Kees Cook ]
17886
17887 * Revert "SAUCE: x86: brk away from exec rand area"
17888 * Revert "SAUCE: [um] Don't use nx_enabled under UML"
17889 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
17890 * SAUCE: x86: implement cs-limit nx-emulation for ia32
17891 - LP: #369978
17892 * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
17893 * SAUCE: x86: brk away from exec rand area
17894 - LP: #452175
17895 * SAUCE: ptrace: restrict ptrace scope to children
17896
17897 [ Leann Ogasawara ]
17898
17899 * Add new omap flavour to getabis
17900 * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs
17901 - LP: #585490
17902 * build/modules: Temorarily add ignore.modules
17903 * ubuntu: iscsitarget -- version 1.4.20.1
17904
17905 [ Loïc Minier ]
17906
17907 * SAUCE: [um] Don't use nx_enabled under UML
17908 - LP: #524849
17909
17910 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 May 2010 08:27:17 -0700
17911
17912linux (2.6.34-4.11) maverick; urgency=low
17913
17914 [ Amit Kucheria ]
17915
17916 * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files
17917 * [Config] Add support for OMAP-mainline flavour
17918
17919 [ Andy Whitcroft ]
17920
17921 * SAUCE: powerpc: fix compile error when ptrace.h is included from
17922 userspace
17923 - LP: #583733
17924
17925 [ Chase Douglas ]
17926
17927 * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers
17928 are present"
17929 * Revert "SAUCE: Disable function tracing after hitting __schedule_bug"
17930 * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing
17931 load detect pipe"
17932
17933 [ Kees Cook ]
17934
17935 * SAUCE: fs: block cross-uid sticky symlinks
17936 * SAUCE: fs: block hardlinks to non-accessible sources
17937
17938 [ Koen Kooi ]
17939
17940 * SAUCE: board-omap3-beagle: add DSS2 support
17941
17942 [ Leann Ogasawara ]
17943
17944 * Revert "staging/go7007 -- disable"
17945 * Revert "[Config] staging/winbond -- disable"
17946 * Revert "Disable 4MB page tables for Atom, work around errata AAE44"
17947 * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount"
17948 * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit
17949 controller"
17950 * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT"
17951 * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros"
17952 * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps"
17953 * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B
17954 chipsets."
17955 * Revert "[Upstream] b43: Declare all possible firmware files."
17956 * Revert "add Breaks: against hardy lvm2"
17957 * Revert "SAUCE: Guest OS does not recognize a lun with non zero target
17958 id on Vmware ESX Server"
17959 * Revert "SAUCE: Catch nonsense keycodes and silently ignore"
17960 * [Config] Enable CONFIG_ECRYPT_FS=y for ports
17961 * [Config] Enable CONFIG_USB=y for armel and sparc
17962 * [Config] Enable CONFIG_SCSI=y for ia64 and sparc
17963 * [Config] Enable CONFIG_RFKILL=y for ports
17964 * [Config] Enable CONFIG_ATH9K_DEBUGFS=y
17965 * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y
17966 * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y
17967 * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y
17968 * [Config] Enable CONFIG_LIBERTAS_MESH=y
17969 * [Config] Enable CONFIG_MMC_RICOH_MMC=y
17970 * [Config] CONFIG_RT2800USB_UNKNOWN=y
17971 * [Config] Enable CONFIG_VGA_SWITCHEROO=y
17972 * [Config] Enable CONFIG_CEPH_FS=m
17973 * [Config] Enable CONFIG_CRYPTO_PCRYPT=m
17974 * [Config] Enable CONFIG_EEEPC_WMI=m
17975 * [Config] Enable CONFIG_RT2800PCI=m
17976 * [Config] Enable CONFIG_SCSI_HPSA=m
17977 * [Config] Enable CONFIG_VHOST_NET=m
17978 * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default
17979 - LP: #582350
17980 * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS
17981 - LP: #579300
17982 * [Config] Enable CONFIG_PCIEASPM=y
17983 - LP: #333990
17984 * [Config] updateconfigs for OMAP flavour
17985
17986 [ Loïc Minier ]
17987
17988 * Enable perf tools on armel
17989
17990 [ Tim Gardner ]
17991
17992 * SAUCE: Updated ndiswrapper to 1.56
17993 - LP: #582555
17994 * [Config] Added virtual flavour
17995 * [Config] Remove support for sub-flavours
17996 * [Config] Removed amd64 preempt flavour
17997 * [Config] updateconfigs, updateportsconfigs after flavour munging
17998
17999 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 25 May 2010 09:34:55 -0700
18000
18001linux (2.6.34-3.10) maverick; urgency=low
18002
18003 [ Leann Ogasawara ]
18004
18005 * rebase to v2.6.34
18006
18007 [ Upstream changes ]
18008
18009 * rebased to v2.6.34
18010
18011 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 18 May 2010 17:35:35 -0700
18012
18013linux (2.6.34-2.9) maverick; urgency=low
18014
18015 [ Leann Ogasawara ]
18016
18017 * [Config] [FTBS] Disable comedi for armel
18018
18019 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 23:20:55 +0200
18020
18021linux (2.6.34-2.8) maverick; urgency=low
18022
18023 [ Leann Ogasawara ]
18024
18025 * Drop lpia
18026 * [Config] [FTBS] disable KVM
18027 * [Config] [FTBS] disable ipr for armel
18028
18029 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 16:07:52 +0200
18030
18031linux (2.6.34-2.7) maverick; urgency=low
18032
18033 [ Leann Ogasawara ]
18034
18035 * [Config] disable CONFIG_SCSI_IPR on powerpc
18036 * [Config] Remove 386 flavour per UDS discussion
18037
18038 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 May 2010 18:26:43 +0200
18039
18040linux (2.6.34-1.6) maverick; urgency=low
18041
18042 [ Chase Douglas ]
18043
18044 * enforce CONFIG_TMPFS_POSIX_ACL=y
18045 - LP: #575940
18046 * don't force module dependency checking
18047 - LP: #577029
18048
18049 [ Kees Cook ]
18050
18051 * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write
18052 - LP: #568844
18053
18054 [ Leann Ogasawara ]
18055
18056 * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL"
18057 * rebase to v2.6.34-rc7
18058 * [Config] update configs following rebase to v2.6.34-rc7
18059 * [Config] update port configs following rebase to v2.6.34-rc7
18060 * Add btrfs to the udebs
18061
18062 [ Tim Gardner ]
18063
18064 * [Config] Add atl1c to nic-modules udeb
18065 - LP: #557130
18066
18067 [ Upstream changes ]
18068
18069 * rebased to v2.6.34-rc7
18070
18071 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 11 May 2010 11:29:08 +0200
18072
18073linux (2.6.34-1.5) UNRELEASED; urgency=low
18074
18075 [ Leann Ogasawara ]
18076
18077 * rebase to v2.6.34-rc6
18078 * [Config] update configs following rebase to v2.6.34-rc6
18079 * [Config] update port configs following rebase to v2.6.34-rc6
18080
18081 [ Upstream changes ]
18082
18083 * rebased to v2.6.34-rc6
18084
18085 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Apr 2010 15:54:05 +0100
18086
18087linux (2.6.34-1.4) UNRELEASED; urgency=low
18088
18089 [ Leann Ogasawara ]
18090
18091 * rebase to v2.6.34-rc5
18092 * [Config] update ports configs following rebase to v2.6.34-rc5
18093
18094 [ Upstream changes ]
18095
18096 * rebased to v2.6.34-rc5
18097
18098 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 22 Apr 2010 15:36:12 -0700
18099
18100linux (2.6.34-1.3) UNRELEASED; urgency=low
18101
18102 [ Leann Ogasawara ]
18103
18104 * rebase to v2.6.34-rc4
18105 * [Config] update configs following rebase to v2.6.34-rc4
18106 * [Config] update port configs following rebase to v2.6.34-rc4
18107 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4
18108
18109 [ Upstream changes ]
18110
18111 * rebased to v2.6.34-rc4
18112
18113 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Apr 2010 18:33:44 -0700
18114
18115linux (2.6.34-1.2) UNRELEASED; urgency=low
18116
18117 [ Leann Ogasawara ]
18118
18119 * Temorarily disable building linux-doc
18120 * rebase to v2.6.34-rc3
18121 * [Config] update configs following rebase to v2.6.34-rc3
18122 * [Config] update port configs following rebase to v2.6.34-rc3
18123
18124 [ Upstream changes ]
18125
18126 * rebased to v2.6.34-rc3
18127
18128 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 30 Mar 2010 16:55:44 -0700
18129
18130linux (2.6.34-1.1) UNRELEASED; urgency=low
18131
18132 [ Leann Ogasawara ]
18133
18134 * rebase to v2.6.34-rc2
18135 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2
18136 * [Config] update port configs following rebase to v2.6.34-rc2
18137 * [Config] update configs following rebase to v2.6.34-rc2
18138
18139 [ Upstream changes ]
18140
18141 * rebased to v2.6.34-rc2
18142
18143 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 24 Mar 2010 23:00:39 -0700
18144
18145linux (2.6.33-1.1) UNRELEASED; urgency=low
18146
18147 [ Leann Ogasawara ]
18148
18149 * ubuntu: dm-raid4-5 -- update to compile with 2.6.33
18150 * ubuntu: lirc -- drop explicit include of linux/autoconf.h
18151 * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock
18152 * ubuntu: lirc -- rename kfifo_put and kfifo_get
18153 * ubuntu: iscsitarget -- rename daddr inet_sock field
18154 * rebased to v2.6.33
18155 * [Config] update configs following rebase to v2.6.33
18156 * [Config] update ports configs following rebase to v2.6.33
18157
18158 [ Upstream changes ]
18159
18160 * rebased to v2.6.33
18161
18162 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 23 Mar 2010 03:55:46 -0700
18163
18164linux (2.6.33-0.0) UNRELEASED; urgency=low
18165
18166 [ Leann Ogasawara ]
18167
18168 * Null entry.
18169
18170 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 17 Mar 2010 07:48:56 -0700
18171
18172linux (2.6.32-16.25) lucid; urgency=low
18173
18174 [ Andy Whitcroft ]
18175
18176 * linux-tools -- move to Suggests: with explicit seeding
18177 - LP: #534635
18178
18179 [ Tim Gardner ]
18180
18181 * [Config] CONFIG_HID=m
18182
18183 [ Upstream Kernel Changes ]
18184
18185 * (pre-stable) sched: Fix SMT scheduler regression in
18186 find_busiest_queue()
18187 * KVM: introduce kvm_vcpu_on_spin
18188 * KVM: VMX: Add support for Pause-Loop Exiting
18189
18190 -- Andy Whitcroft <apw@canonical.com> Tue, 09 Mar 2010 14:13:51 +0000
18191
18192linux (2.6.32-16.24) lucid; urgency=low
18193
18194 [ Andy Whitcroft ]
18195
18196 * armel -- perf userspace does not support arm
18197 * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries
18198
18199 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Mar 2010 11:42:12 +0000
18200
18201linux (2.6.32-16.23) lucid; urgency=low
18202
18203 [ Andy Whitcroft ]
18204
18205 * SAUCE: PM report driver and device suspend/resume times -- move config
18206 * update to standards version 3.8.4.0
18207 * printenv -- expose all of the package selectors
18208 * source package -- cleanup source content control
18209 * doc package -- ensure we do build package content on buildd
18210 * lintian -- correct the address in the debian/copyright
18211 * lintian -- update debhelper package version dependancy
18212 * lintian -- fix ghostscript dependancy
18213 * lintian -- add required misc:Depends
18214 * lintian -- move our debhelper compat level to debian/compat
18215 * perf -- build the kernel carried tools
18216 * perf -- add linux-tools carrying the version switches and manuals
18217 * SAUCE: fix up Kconfig for staging drivers
18218 * [Config] enable NOUVEAU etc following drm backport
18219 * update DRM to mainline v2.6.33
18220 * [Config] Remove AppArmor config options that no longer exist (ports)
18221 * [Config] updateportsconfigs following drm update
18222
18223 [ John Johansen ]
18224
18225 * ubuntu: AppArmor -- update to mainline 2010-03-04
18226 * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility
18227 * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels
18228 * [Config] Remove AppArmor config options that no longer exist
18229
18230 [ Manoj Iyer ]
18231
18232 * ubuntu: rtl8192se -- version 2010-0115,0014
18233 - LP: #530275
18234 * [Config] added CONFIG_RTL8192SE module.
18235 - LP: #530275
18236
18237 [ Tim Gardner ]
18238
18239 * [Config] Added vmw_pvscsi to d-i/scsi-modules
18240 - LP: #531017
18241 * [Upstream] netfilter: xt_recent: Add an entry reaper
18242
18243 [ Upstream Kernel Changes ]
18244
18245 * Revert "KVM: x86 emulator: Check CPL level during privilege instruction
18246 emulation"
18247 * Revert "KVM: x86 emulator: Fix popf emulation"
18248 * Revert "KVM: x86 emulator: Check IOPL level during io instruction
18249 emulation"
18250 * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation"
18251 * Revert "KVM: fix memory access during x86 emulation."
18252 * Add vlan (8021.Q) module package for d-i.
18253 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
18254 Inspiron 700m
18255 - LP: #515246
18256 * [Upstream] docbook: need xmldoclinks for all doc types
18257 * x86: set_personality_ia32() misses force_personality32
18258 * lib: Introduce generic list_sort function
18259 * drm/nv50: Implement ctxprog/state generation.
18260 * drm/nv50: Remove redundant/incorrect ctxvals initialisation.
18261 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
18262 Inspiron 700m
18263 - LP: #515246
18264
18265 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Mar 2010 15:40:38 +0000
18266
18267linux (2.6.32-15.22) lucid; urgency=low
18268
18269 [ Andy Whitcroft ]
18270
18271 * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT"
18272 * Revert "SAUCE: PM report driver and device suspend/resume times."
18273 * [Config] set CONFIG_SR_REPORT_TIME_LIMIT
18274
18275 [ Manoj Iyer ]
18276
18277 * SAUCE: PM report driver and device suspend/resume times.
18278
18279 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Mar 2010 01:35:37 +0000
18280
18281linux (2.6.32-15.21) lucid; urgency=low
18282
18283 [ Andy Whitcroft ]
18284
18285 * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k"
18286 * Revert "[Config] lenovo-sl-laptop -- enable"
18287 * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)"
18288 * armel -- cramfs module will no longer be built
18289 * d-i -- make all modules optional
18290 * rename the debug packages to match archive standard
18291 - LP: #527837
18292 * lenovo-sl-laptop is no longer built
18293
18294 [ Colin Ian King ]
18295
18296 * Disable 4MB page tables for Atom, work around errata AAE44
18297 - LP: #523112
18298
18299 [ Colin Watson ]
18300
18301 * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS
18302 * ubuntu: fsam7400: Depend on CHECK_SIGNATURE
18303
18304 [ Jesse Barnes ]
18305
18306 * SAUCE: drm/i915: don't change DRM configuration when releasing load
18307 detect pipe
18308 - LP: #488328
18309
18310 [ Loïc Minier ]
18311
18312 * [Config] armel Update versatile initrd configs
18313 - LP: #524893
18314 * SAUCE: [um] Don't use nx_enabled under UML
18315 - LP: #524849
18316
18317 [ Manoj Iyer ]
18318
18319 * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT
18320
18321 [ Mario Limonciello ]
18322
18323 * SAUCE: v3 - Add Dell Business Class Netbook LED driver
18324
18325 [ Rafael J. Wysocki ]
18326
18327 * SAUCE: PM report driver and device suspend/resume times.
18328
18329 [ Surbhi Palande ]
18330
18331 * Revert "[Upstream] e1000e: enhance frame fragment detection"
18332 - CVE-2009-4538
18333 * Revert "[Upstream] e1000: enhance frame fragment detection"
18334 - CVE-2009-4536
18335
18336 [ Tim Gardner ]
18337
18338 * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m
18339 * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow
18340 * SAUCE: (pre-stable) netfilter: xt_recent: fix false match
18341
18342 [ Upstream Kernel Changes ]
18343
18344 * Revert "(pre-stable) eCryptfs: Add getattr function"
18345 * Fix potential crash with sys_move_pages
18346 * futex_lock_pi() key refcnt fix
18347 * futex: Handle user space corruption gracefully
18348 * futex: Handle futex value corruption gracefully
18349 * Fix race in tty_fasync() properly
18350 * hwmon: (w83781d) Request I/O ports individually for probing
18351 * hwmon: (lm78) Request I/O ports individually for probing
18352 * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT
18353 * ALSA: ctxfi - fix PTP address initialization
18354 * drm/i915: disable hotplug detect before Ironlake CRT detect
18355 * drm/i915: enable self-refresh on 965
18356 * drm/i915: Disable SR when more than one pipe is enabled
18357 * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.
18358 * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list
18359 * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
18360 * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list
18361 * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.
18362 * i2c-tiny-usb: Fix on big-endian systems
18363 * drm/i915: handle FBC and self-refresh better
18364 * drm/i915: Increase fb alignment to 64k
18365 * drm/i915: Update write_domains on active list after flush.
18366 * regulator: Fix display of null constraints for regulators
18367 * ALSA: hda-intel: Avoid divide by zero crash
18368 * CPUFREQ: Fix use after free of struct powernow_k8_data
18369 * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb
18370 * cciss: Make cciss_seq_show handle holes in the h->drv[] array
18371 * ioat: fix infinite timeout checking in ioat2_quiesce
18372 * resource: add helpers for fetching rlimits
18373 * fs/exec.c: restrict initial stack space expansion to rlimit
18374 * cifs: fix length calculation for converted unicode readdir names
18375 * NFS: Fix a reference leak in nfs_wb_cancel_page()
18376 * NFS: Try to commit unstable writes in nfs_release_page()
18377 * NFSv4: Don't allow posix locking against servers that don't support it
18378 * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors
18379 * NFS: Fix an Oops when truncating a file
18380 * NFS: Fix a umount race
18381 * NFS: Fix a bug in nfs_fscache_release_page()
18382 * NFS: Fix the mapping of the NFSERR_SERVERFAULT error
18383 * md: fix 'degraded' calculation when starting a reshape.
18384 * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter
18385 * Export the symbol of getboottime and mmonotonic_to_bootbased
18386 * kvmclock: count total_sleep_time when updating guest clock
18387 * KVM: PIT: control word is write-only
18388 * tpm_infineon: fix suspend/resume handler for pnp_driver
18389 * amd64_edac: Do not falsely trigger kerneloops
18390 * netfilter: nf_conntrack: fix memory corruption with multiple namespaces
18391 * netfilter: nf_conntrack: per netns nf_conntrack_cachep
18392 * netfilter: nf_conntrack: restrict runtime expect hashsize modifications
18393 * netfilter: xtables: compat out of scope fix
18394 * netfilter: nf_conntrack: fix hash resizing with namespaces
18395 * drm/i915: remove full registers dump debug
18396 * drm/i915: add i915_lp_ring_sync helper
18397 * drm/i915: Don't wait interruptible for possible plane buffer flush
18398 * dasd: remove strings from s390dbf
18399 * crypto: padlock-sha - Add import/export support
18400 * wmi: Free the allocated acpi objects through wmi_get_event_data
18401 * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value
18402 * /dev/mem: introduce size_inside_page()
18403 * devmem: check vmalloc address on kmem read/write
18404 * devmem: fix kmem write bug on memory holes
18405 * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead
18406 of value 0.
18407 * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB
18408 * ALSA: hda - use WARN_ON_ONCE() for zero-division detection
18409 * dst: call cond_resched() in dst_gc_task()
18410 * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support
18411 * befs: fix leak
18412 * rtc-fm3130: add missing braces
18413 * Call flush_dcache_page after PIO data transfers in libata-sff.c
18414 * ahci: add Acer G725 to broken suspend list
18415 * pktgen: Fix freezing problem
18416 * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
18417 * x86/amd-iommu: Fix deassignment of a device from the pt_domain
18418 * x86: Re-get cfg_new in case reuse/move irq_desc
18419 * Staging: fix rtl8187se compilation errors with mac80211
18420 * ALSA: usb-audio - Avoid Oops after disconnect
18421 * serial: 8250: add serial transmitter fully empty test
18422 * sysfs: sysfs_sd_setattr set iattrs unconditionally
18423 * class: Free the class private data in class_release
18424 * USB: usbfs: only copy the actual data received
18425 * USB: usbfs: properly clean up the as structure on error paths
18426 * rtl8187: Add new device ID
18427 * ACPI: Add NULL pointer check in acpi_bus_start
18428 * ACPI: fix High cpu temperature with 2.6.32
18429 * drm/radeon/kms: use udelay for short delays
18430 * NFS: Too many GETATTR and ACCESS calls after direct I/O
18431 * eCryptfs: Add getattr function
18432 * b43: Fix throughput regression
18433 * ath9k: Fix sequence numbers for PAE frames
18434 * mac80211: Fix probe request filtering in IBSS mode
18435 * iwlwifi: Fix to set correct ht configuration
18436 * dm stripe: avoid divide by zero with invalid stripe count
18437 * dm log: userspace fix overhead_size calcuations
18438 * Linux 2.6.32.9
18439 * sfc: Fix SFE4002 initialisation
18440 * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()
18441 * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances
18442 * (pre-stable) HID: handle joysticks with large number of buttons
18443 - LP: #492056
18444 * (pre-stable) HID: extend mask for BUTTON usage page
18445 - LP: #492056
18446 * PM: Measure device suspend and resume times
18447 * e1000: enhance frame fragment detection
18448 - CVE-2009-4536
18449 * e1000e: enhance frame fragment detection
18450 - CVE-2009-4538
18451 * KVM: fix memory access during x86 emulation.
18452 - CVE-2010-0306
18453 * KVM: x86 emulator: Add Virtual-8086 mode of emulation
18454 - CVE-2010-0306
18455 * KVM: x86 emulator: Check IOPL level during io instruction emulation
18456 - CVE-2010-0306
18457 * KVM: x86 emulator: Fix popf emulation
18458 - CVE-2010-0306
18459 * KVM: x86 emulator: Check CPL level during privilege instruction
18460 emulation
18461 - CVE-2010-0306
18462 * Input: wacom - ensure the device is initialized properly upon resume
18463 * Input: wacom - add defines for packet lengths of various devices
18464 * Input: wacom - add support for new LCD tablets
18465 - LP: #516777
18466
18467 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Mar 2010 22:56:28 +0000
18468
18469linux (2.6.32-14.20) lucid; urgency=low
18470
18471 [ Andy Whitcroft ]
18472
18473 * rebuild following the GCC update to match compiler for out of tree modules
18474 * Revert "[Config] drbd -- enable"
18475 * Revert "ubuntu: drbd -- version 8.3.1"
18476 * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU
18477 - LP: #510937
18478
18479 -- Andy Whitcroft <apw@canonical.com> Fri, 19 Feb 2010 18:47:18 +0000
18480
18481linux (2.6.32-14.19) lucid; urgency=low
18482
18483 [ Andy Whitcroft ]
18484
18485 * ensure we build the source package contents when enabled
18486 - LP: #522308
18487 * [Config] enable CONFIG_X86_MCE_XEON75XX
18488 * SAUCE: AppArmor -- add linux/kref.h for struct kref
18489 * [Config] enable CONFIG_HID_ORTEK
18490 * enable udeb generation for arm versatile flavour
18491 - LP: #522515
18492
18493 [ John Johansen ]
18494
18495 * ubuntu: AppArmor -- update to mainline 2010-02-18
18496 - LP: #439560, #496110, #507069
18497
18498 [ Johnathon Harris ]
18499
18500 * SAUCE: HID: add support for Ortek WKB-2000
18501 - LP: #405390
18502
18503 [ Upstream Kernel Changes ]
18504
18505 * tpm_tis: TPM_STS_DATA_EXPECT workaround
18506 - LP: #490487
18507 * x86, mce: Xeon75xx specific interface to get corrected memory error
18508 information
18509 * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll
18510 * x86, mce: Make xeon75xx memory driver dependent on PCI
18511 * drm/edid: Unify detailed block parsing between base and extension
18512 blocks
18513 - LP: #500999
18514 * (pre-stable) eCryptfs: Add getattr function
18515 - LP: #390833
18516
18517 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Feb 2010 19:22:02 +0000
18518
18519linux (2.6.32-13.18) lucid; urgency=low
18520
18521 [ Andy Whitcroft ]
18522
18523 * Revert "enforcer -- make the enforcement configuration common"
18524 * Revert "(pre-stable) Input: ALPS - add interleaved protocol support
18525 (Dell E6x00 series)"
18526 * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390"
18527 * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to
18528 0755"
18529 * Revert "SAUCE: Adds support for COMPAL JHL90 webcam"
18530 * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching"
18531 * Revert "SAUCE: make fc transport removal of target configurable"
18532 * enforcer -- make the enforcement configuration common
18533 * getabis -- add preempt flavour to the list
18534 * [Config] enforce DEVTMPFS options
18535 * [Config] armel -- cleanup to-be builtin modules
18536 * [Config] cleanup ports configs
18537 * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL
18538 - LP: #485536
18539 * add printdebian target to find branch target
18540 * distclean -- do not remove debian.env
18541 * [Config] generic-pae switch to M586TSC
18542 - LP: #519448
18543 * git-ubuntu-log -- commonise duplicated log handling
18544 * git-ubuntu-log -- tighten up Bug: NNNN matching
18545 * git-ubuntu-log -- sort the bug numbers
18546
18547 [ Chris Wilson ]
18548
18549 * (pre-stable) drm/i915: Increase fb alignment to 64k
18550 - LP: #404064
18551
18552 [ Eric Miao ]
18553
18554 * arm -- enable ubuntu/ directory
18555
18556 [ Huang Ying ]
18557
18558 * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation
18559 * SAUCE: crypto: ghash-intel - Fix building failure on x86_32
18560
18561 [ Loïc Minier ]
18562
18563 * [Config] cleanup preempt configuration
18564 * [Config] versatile: Fix video output
18565 - LP: #517594
18566 * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768
18567 * [Config] Large update to armel/versatile
18568 * [Config] versatile: Add RTC support
18569 * [Config] armel: Enable NEON
18570 * [Config] versatile: Builtin MMC support
18571 * [Config] versatile Builtin SCSI controller
18572 * [Config] armel Disable dma_cache_sync callers
18573 * [Config] armel Disable asm/time.h users
18574 * [Config] armel Disable out of range udelay()
18575 * [Config] armel Disable flush_cache_range() users
18576 * [Config] armel -- Enable ubuntu/ drivers
18577
18578 [ Steve Conklin ]
18579
18580 * SAUCE: drm/i915: Add display hotplug event on Ironlake
18581 * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake
18582
18583 [ Upstream Kernel Changes ]
18584
18585 * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support"
18586 * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions
18587 in IRQ handler""
18588 * clockevent: Don't remove broadcast device when cpu is dead
18589 * clockevents: Add missing include to pacify sparse
18590 * ACPI: don't cond_resched if irq is disabled
18591 * be2net: Add support for next generation of BladeEngine device.
18592 * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.
18593 * mpt2sas: New device SAS2208 support is added
18594 * ar9170: Add support for D-Link DWA 160 A2
18595 * powerpc/fsl: Add PCI device ids for new QoirQ chips
18596 * davinci: dm646x: Add support for 3.x silicon revision
18597 * Input: ALPS - add interleaved protocol support (Dell E6x00 series)
18598 * Driver-Core: devtmpfs - set root directory mode to 0755
18599 * driver-core: fix devtmpfs crash on s390
18600 * vfs: get_sb_single() - do not pass options twice
18601 * ALSA: hda - Add PCI IDs for Nvidia G2xx-series
18602 * V4L/DVB (13569): smsusb: add autodetection support for five additional
18603 Hauppauge USB IDs
18604 * USB: mos7840: add device IDs for B&B electronics devices
18605 * USB: ftdi_sio: add USB device ID's for B&B Electronics line
18606 * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134
18607 SubVendor ID: 0x1043 Device ID: 0x4847)
18608 * iTCO_wdt: Add support for Intel Ibex Peak
18609 * atl1c:use common_task instead of reset_task and link_chg_task
18610 * atl1e:disable NETIF_F_TSO6 for hardware limit
18611 * V4L/DVB (13680a): DocBook/media: copy images after building HTML
18612 * V4L/DVB (13680b): DocBook/media: create links for included sources
18613 * netfilter: xtables: fix conntrack match v1 ipt-save output
18614 * partitions: read whole sector with EFI GPT header
18615 * partitions: use sector size for EFI GPT
18616 * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@
18617 * sched: Fix isolcpus boot option
18618 * sched: Fix missing sched tunable recalculation on cpu add/remove
18619 * nohz: Prevent clocksource wrapping during idle
18620 * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups
18621 * timers, init: Limit the number of per cpu calibration bootup messages
18622 * PCI: Always set prefetchable base/limit upper32 registers
18623 * iscsi class: modify handling of replacement timeout
18624 * NFS: Revert default r/wsize behavior
18625 * HID: fixup quirk for NCR devices
18626 * scsi_devinfo: update Hitachi entries (v2)
18627 * scsi_dh: create sysfs file, dh_state for all SCSI disk devices
18628 * scsi_transport_fc: remove invalid BUG_ON
18629 * lpfc: fix hang on SGI ia64 platform
18630 * libfc: fix typo in retry check on received PRLI
18631 * libfc: fix ddp in fc_fcp for 0 xid
18632 * fcoe: remove redundant checking of netdev->netdev_ops
18633 * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN
18634 * libfc: lport: fix minor documentation errors
18635 * libfc: don't WARN_ON in lport_timeout for RESET state
18636 * fcoe: initialize return value in fcoe_destroy
18637 * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data
18638 * libfc: fix memory corruption caused by double frees and bad error
18639 handling
18640 * libfc: fix free of fc_rport_priv with timer pending
18641 * libfc: remote port gets stuck in restart state without really
18642 restarting
18643 * fcoe, libfc: fix an libfc issue with queue ramp down in libfc
18644 * fcoe: Fix checking san mac address
18645 * fcoe: Fix getting san mac for VLAN interface
18646 * qlge: Remove explicit setting of PCI Dev CTL reg.
18647 * qlge: Set PCIE max read request size.
18648 * qlge: Don't fail open when port is not initialized.
18649 * qlge: Add handler for DCBX firmware event.
18650 * qlge: Bonding fix for mode 6.
18651 * PCI: AER: fix aer inject result in kernel oops
18652 * DMI: allow omitting ident strings in DMI tables
18653 * Input: i8042 - remove identification strings from DMI tables
18654 * Input: i8042 - add Gigabyte M1022M to the noloop list
18655 * Input: i8042 - add Dritek quirk for Acer Aspire 5610.
18656 * ALSA: hda - select IbexPeak handler for Calpella
18657 * ALSA: hda - Fix quirk for Maxdata obook4-1
18658 * ALSA: hda - Add missing Line-Out and PCM switches as slave
18659 * iTCO_wdt.c - cleanup chipset documentation
18660 * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC
18661 * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs
18662 * ahci: disable SNotification capability for ich8
18663 * ata_piix: fix MWDMA handling on PIIX3
18664 * md: fix small irregularity with start_ro module parameter
18665 * V4L/DVB (13826): uvcvideo: Fix controls blacklisting
18666 * cio: fix double free in case of probe failure
18667 * cio: dont panic in non-fatal conditions
18668 * netiucv: displayed TX bytes value much too high
18669 * ipc ns: fix memory leak (idr)
18670 * ALSA: hda - Fix HP T5735 automute
18671 * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog
18672 * UBI: fix memory leak in update path
18673 * UBI: initialise update marker
18674 * ASoC: fix a memory-leak in wm8903
18675 * mac80211: check that ieee80211_set_power_mgmt only handles STA
18676 interfaces.
18677 * cfg80211: fix channel setting for wext
18678 * KVM: S390: fix potential array overrun in intercept handling
18679 * KVM: only allow one gsi per fd
18680 * KVM: Fix race between APIC TMR and IRR
18681 * KVM: MMU: bail out pagewalk on kvm_read_guest error
18682 * KVM: x86: Fix host_mapping_level()
18683 * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
18684 * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
18685 * KVM: fix lock imbalance in kvm_*_irq_source_id()
18686 * KVM: only clear irq_source_id if irqchip is present
18687 * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()
18688 * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC
18689 * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
18690 - LP: #516325
18691 * iwlwifi: Fix throughput stall issue in HT mode for 5000
18692 * fnctl: f_modown should call write_lock_irqsave/restore
18693 * x86, msr/cpuid: Pass the number of minors when unregistering MSR and
18694 CPUID drivers.
18695 * Linux 2.6.32.7
18696 * scsi_lib: Fix bug in completion of bidi commands
18697 * mptsas: Fix issue with chain pools allocation on katmai
18698 * mm: add new 'read_cache_page_gfp()' helper function
18699 * drm/i915: Selectively enable self-reclaim
18700 * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems
18701 * S390: fix single stepped svcs with TRACE_IRQFLAGS=y
18702 * x86: Set hotpluggable nodes in nodes_possible_map
18703 * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)
18704 * libata: retry FS IOs even if it has failed with AC_ERR_INVALID
18705 * zcrypt: Do not remove coprocessor for error 8/72
18706 * dasd: fix possible NULL pointer errors
18707 * ACPI: Add a generic API for _OSC -v2
18708 * ACPI: Add platform-wide _OSC support.
18709 * ACPI: fix OSC regression that caused aer and pciehp not to load
18710 * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes
18711 * UBI: fix volume creation input checking
18712 * e1000/e1000e: don't use small hardware rx buffers
18713 * drm/i915: Reload hangcheck timer too for Ironlake
18714 * Fix a leak in affs_fill_super()
18715 * Fix failure exits in bfs_fill_super()
18716 * fix oops in fs/9p late mount failure
18717 * fix leak in romfs_fill_super()
18718 * Fix remount races with symlink handling in affs
18719 * fix affs parse_options()
18720 * Fix failure exit in ipathfs
18721 * mm: fix migratetype bug which slowed swapping
18722 * FDPIC: Respect PT_GNU_STACK exec protection markings when creating
18723 NOMMU stack
18724 * Split 'flush_old_exec' into two functions
18725 * sparc: TIF_ABI_PENDING bit removal
18726 * x86: get rid of the insane TIF_ABI_PENDING bit
18727 * Input: winbond-cir - remove dmesg spam
18728 * x86: Disable HPET MSI on ATI SB700/SB800
18729 * iwlwifi: set default aggregation frame count limit to 31
18730 * drm/i915: only enable hotplug for detected outputs
18731 * firewire: core: add_descriptor size check
18732 * SECURITY: selinux, fix update_rlimit_cpu parameter
18733 * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints
18734 * x86: Add Dell OptiPlex 760 reboot quirk
18735 - LP: #488319
18736 * x86: Add quirk for Intel DG45FC board to avoid low memory corruption
18737 * x86/amd-iommu: Fix possible integer overflow
18738 * clocksource: fix compilation if no GENERIC_TIME
18739 * tcp: update the netstamp_needed counter when cloning sockets
18740 * sky2: Fix oops in sky2_xmit_frame() after TX timeout
18741 * net: restore ip source validation
18742 * af_packet: Don't use skb after dev_queue_xmit()
18743 * ax25: netrom: rose: Fix timer oopses
18744 * KVM: allow userspace to adjust kvmclock offset
18745 * oprofile/x86: add Xeon 7500 series support
18746 * oprofile/x86: fix crash when profiling more than 28 events
18747 * libata: retry link resume if necessary
18748 * mm: percpu-vmap fix RCU list walking
18749 * mm: purge fragmented percpu vmap blocks
18750 * block: fix bio_add_page for non trivial merge_bvec_fn case
18751 * Fix 'flush_old_exec()/setup_new_exec()' split
18752 * random: drop weird m_time/a_time manipulation
18753 * random: Remove unused inode variable
18754 * block: fix bugs in bio-integrity mempool usage
18755 * usb: r8a66597-hdc disable interrupts fix
18756 * connector: Delete buggy notification code.
18757 * be2net: Bug fix to support newer generation of BE ASIC
18758 * be2net: Fix memset() arg ordering.
18759 * mm: flush dcache before writing into page to avoid alias
18760 * mac80211: fix NULL pointer dereference when ftrace is enabled
18761 * imxfb: correct location of callbacks in suspend and resume
18762 * mx3fb: some debug and initialisation fixes
18763 * starfire: clean up properly if firmware loading fails
18764 * kernel/cred.c: use kmem_cache_free
18765 * uartlite: fix crash when using as console
18766 * pktcdvd: removing device does not remove its sysfs dir
18767 * ath9k: fix eeprom INI values override for 2GHz-only cards
18768 * ath9k: fix beacon slot/buffer leak
18769 * powerpc: TIF_ABI_PENDING bit removal
18770 * NET: fix oops at bootime in sysctl code
18771 * Linux 2.6.32.8
18772
18773 -- Andy Whitcroft <apw@canonical.com> Wed, 10 Feb 2010 18:56:52 +0000
18774
18775linux (2.6.32-12.17) lucid; urgency=low
18776
18777 [ Andy Whitcroft ]
18778
18779 * restore linux-image prefix -- master
18780 * enforce -- we require SELINUX enabled -- master
18781 * enforce -- ensure APPARMOR is our default LSM -- master
18782 * make doc package completely optional -- master
18783 * make source package completely optional -- master
18784 * make linux-libc-dev completly optional -- master
18785 * convert package disable to a deps list -- master
18786 * allow common headers to switch from indep to arch -- master
18787 * convert binary package disable to a deps list -- master
18788 * add configuration option for a full source build tree -- master
18789 * add support for uImage kernels in package control scripts
18790 * getabis -- cleanup and parameterise repository list -- master
18791 * getabis -- move configuration to etc/getabi -- master
18792 * kernelconfig -- move configuration to etc -- master
18793 * rules -- make debian/debian.env master for branch name
18794 * set the current branch name -- master
18795 * pull back common debian.master files into debian -- master
18796 * enforcer -- make the enforcement configuration common
18797 * insert-changes -- correctly link to debian/rules in DROOT
18798
18799 [ Colin Watson ]
18800
18801 * future-proof ddeb handling against buildd changes
18802
18803 [ Eric Miao ]
18804
18805 * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on
18806 X86
18807
18808 [ Loïc Minier ]
18809
18810 * Add modules.builtin.bin to prerm rm list
18811 - LP: #516584
18812
18813 [ Tim Gardner ]
18814
18815 * [Config] Implement the amd64 preempt flavour
18816
18817 [ Upstream Kernel Changes ]
18818
18819 * syslog: distinguish between /proc/kmsg and syscalls
18820 - LP: #515623
18821 * sfc: Fix polling for slow MCDI operations
18822 * sfc: Fix conditions for MDIO self-test
18823 * sfc: QT202x: Remove unreliable MMD check at initialisation
18824 * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer
18825 * sfc: Use fixed-size buffers for MCDI NVRAM requests
18826
18827 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2010 07:09:31 +0000
18828
18829linux (2.6.32-12.16) lucid; urgency=low
18830
18831 [ Andy Whitcroft ]
18832
18833 * Revert "SAUCE: acpi battery -- delay first lookup of the battery until
18834 first use"
18835 * SAUCE: acpi battery -- move first lookup asynchronous
18836 - LP: #507211
18837 * [Config] update configs to cleanup generic configs
18838 * [Config] disable CONFIG_X86_CPU_DEBUG for amd64
18839 * [Config] enable USER_NS
18840 - LP: #480739, #509808
18841
18842 [ Heiko Carstens ]
18843
18844 * (pre-stable) driver-core: fix devtmpfs crash on s390
18845 - LP: #512370
18846
18847 [ John Johansen ]
18848
18849 * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y
18850 - LP: #494565
18851 * [Config] VIRTIO=y for server/virtual flavours
18852 - LP: #494565
18853
18854 [ Kay Sievers ]
18855
18856 * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755
18857 - LP: #512370
18858
18859 [ Kees Cook ]
18860
18861 * SAUCE: x86: brk away from exec rand area
18862 - LP: #452175
18863
18864 [ Leann Ogasawara ]
18865
18866 * [Upstream] e1000: enhance frame fragment detection
18867 - CVE-2009-4536
18868 * [Upstream] e1000e: enhance frame fragment detection
18869 - CVE-2009-4538
18870
18871 [ Sebastian Kapfer ]
18872
18873 * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00
18874 series)
18875 - LP: #296610
18876
18877 [ Upstream Kernel Changes ]
18878
18879 * inotify: do not reuse watch descriptors
18880 - LP: #485556
18881 * inotify: only warn once for inotify problems
18882 * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC
18883 Framebuffer"
18884 * memcg: ensure list is empty at rmdir
18885 * drm/i915: remove loop in Ironlake interrupt handler
18886 * block: Fix incorrect reporting of partition alignment
18887 * x86, mce: Thermal monitoring depends on APIC being enabled
18888 * futexes: Remove rw parameter from get_futex_key()
18889 * page allocator: update NR_FREE_PAGES only when necessary
18890 * x86, apic: use physical mode for IBM summit platforms
18891 * edac: i5000_edac critical fix panic out of bounds
18892 * x86: SGI UV: Fix mapping of MMIO registers
18893 * mfd: WM835x GPIO direction register is not locked
18894 * mfd: Correct WM835x ISINK ramp time defines
18895 * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs
18896 * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned.
18897 * reiserfs: truncate blocks not used by a write
18898 * HID: add device IDs for new model of Apple Wireless Keyboard
18899 * PCI/cardbus: Add a fixup hook and fix powerpc
18900 * Input: pmouse - move Sentelic probe down the list
18901 * asus-laptop: add Lenovo SL hotkey support
18902 * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
18903 * sparc64: Fix NMI programming when perf events are active.
18904 * sparc64: Fix Niagara2 perf event handling.
18905 * i2c: Do not use device name after device_unregister
18906 * i2c/pca: Don't use *_interruptible
18907 * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device
18908 * sched: Fix task priority bug
18909 * vfs: Fix vmtruncate() regression
18910 * Linux 2.6.32.5
18911 * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
18912 * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges.
18913 * Staging: asus_oled: fix oops in 2.6.32.2
18914 * Staging: hv: fix smp problems in the hyperv core code
18915 * tty: fix race in tty_fasync
18916 * ecryptfs: use after free
18917 * ecryptfs: initialize private persistent file before dereferencing
18918 pointer
18919 * nozomi: quick fix for the close/close bug
18920 * serial: 8250_pnp: use wildcard for serial Wacom tablets
18921 * usb: serial: fix memory leak in generic driver
18922 * USB: fix bitmask merge error
18923 * USB: Don't use GFP_KERNEL while we cannot reset a storage device
18924 * USB: EHCI: fix handling of unusual interrupt intervals
18925 * USB: EHCI & UHCI: fix race between root-hub suspend and port resume
18926 * USB: add missing delay during remote wakeup
18927 * USB: add speed values for USB 3.0 and wireless controllers
18928 * ACPI: EC: Accelerate query execution
18929 * ACPI: EC: Add wait for irq storm
18930 * SCSI: enclosure: fix oops while iterating enclosure_status array
18931 * drm/i915: Read the response after issuing DDC bus switch command
18932 * drm/i915: try another possible DDC bus for the SDVO device with
18933 multiple outputs
18934 * block: bdev_stack_limits wrapper
18935 * DM: Fix device mapper topology stacking
18936 * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled
18937 * USB: fix usbstorage for 2770:915d delivers no FAT
18938 * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE
18939 * perf timechart: Use tid not pid for COMM change
18940 * perf events: Dont report side-band events on each cpu for
18941 per-task-per-cpu events
18942 * perf: Honour event state for aux stream data
18943 * Linux 2.6.32.6
18944
18945 -- Andy Whitcroft <apw@canonical.com> Wed, 27 Jan 2010 16:40:23 +0000
18946
18947linux (2.6.32-11.15) lucid; urgency=low
18948
18949 [ Andy Whitcroft ]
18950
18951 * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600"
18952 * Revert "(pre-stable) sched: Fix balance vs hotplug race"
18953 * Revert "[Upstream] acerhdf: Limit modalias matching to supported
18954 boards"
18955 * Revert "[Upstream] mmc: prevent dangling block device from accessing
18956 stale queues"
18957 * Revert "SAUCE: Fix nx_enable reporting"
18958 * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation"
18959 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
18960 * SAUCE: i915 -- disable powersave by default
18961 - LP: #492392
18962
18963 [ Kees Cook ]
18964
18965 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
18966 - LP: #369978
18967 * SAUCE: [x86] fix report of cs-limit nx-emulation
18968 - LP: #454285
18969 * SAUCE: Fix nx_enable reporting
18970 - LP: #454285
18971
18972 [ Tim Gardner ]
18973
18974 * [Upstream] b43: Declare all possible firmware files.
18975 - LP: #488636
18976 * [Config] updateconfigs after adding pvscsi
18977 - LP: #497156
18978 * [Config] CONFIG_BT=m
18979
18980 [ Upstream Kernel Changes ]
18981
18982 * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu
18983 for pre-Pentium"
18984 * SCSI: ipr: fix EEH recovery
18985 * SCSI: qla2xxx: dpc thread can execute before scsi host has been added
18986 * SCSI: st: fix mdata->page_order handling
18987 * SCSI: fc class: fix fc_transport_init error handling
18988 * sched: Fix task_hot() test order
18989 * x86, cpuid: Add "volatile" to asm in native_cpuid()
18990 * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
18991 * clockevents: Prevent clockevent_devices list corruption on cpu hotplug
18992 * pata_hpt3x2n: fix clock turnaround
18993 * pata_cmd64x: fix overclocking of UDMA0-2 modes
18994 * ASoC: wm8974: fix a wrong bit definition
18995 * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer
18996 * ALSA: hda - Fix missing capsrc_nids for ALC88x
18997 * acerhdf: limit modalias matching to supported
18998 - LP: #435958
18999 * ACPI: EC: Fix MSI DMI detection
19000 * ACPI: Use the return result of ACPI lid notifier chain correctly
19001 * powerpc: Handle VSX alignment faults correctly in little-endian mode
19002 * ASoC: Do not write to invalid registers on the wm9712.
19003 * drm/radeon: fix build on 64-bit with some compilers.
19004 * USB: emi62: fix crash when trying to load EMI 6|2 firmware
19005 * USB: option: support hi speed for modem Haier CE100
19006 * USB: Fix a bug on appledisplay.c regarding signedness
19007 * USB: musb: gadget_ep0: avoid SetupEnd interrupt
19008 * Bluetooth: Prevent ill-timed autosuspend in USB driver
19009 * USB: rename usb_configure_device
19010 * USB: fix bugs in usb_(de)authorize_device
19011 * drivers/net/usb: Correct code taking the size of a pointer
19012 * x86: SGI UV: Fix writes to led registers on remote uv hubs
19013 * md: Fix unfortunate interaction with evms
19014 * dma: at_hdmac: correct incompatible type for argument 1 of
19015 'spin_lock_bh'
19016 * dma-debug: Do not add notifier when dma debugging is disabled.
19017 * dma-debug: Fix bug causing build warning
19018 * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS
19019 referrals
19020 * x86/amd-iommu: Fix initialization failure panic
19021 * ioat3: fix p-disabled q-continuation
19022 * ioat2,3: put channel hardware in known state at init
19023 * KVM: MMU: remove prefault from invlpg handler
19024 * KVM: LAPIC: make sure IRR bitmap is scanned after vm load
19025 * Libertas: fix buffer overflow in lbs_get_essid()
19026 * iwmc3200wifi: fix array out-of-boundary access
19027 * mac80211: fix propagation of failed hardware reconfigurations
19028 * mac80211: fix WMM AP settings application
19029 * mac80211: Fix IBSS merge
19030 * cfg80211: fix race between deauth and assoc response
19031 * ath5k: fix SWI calibration interrupt storm
19032 * ath9k: wake hardware for interface IBSS/AP/Mesh removal
19033 * ath9k: Fix TX queue draining
19034 * ath9k: fix missed error codes in the tx status check
19035 * ath9k: wake hardware during AMPDU TX actions
19036 * ath9k: fix suspend by waking device prior to stop
19037 * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on
19038 64-bit
19039 * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value
19040 in 0x4054
19041 * iwl3945: disable power save
19042 * iwl3945: fix panic in iwl3945 driver
19043 * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug
19044 * iwlwifi: fix more eeprom endian bugs
19045 * iwlwifi: fix 40MHz operation setting on cards that do not allow it
19046 * mac80211: fix race with suspend and dynamic_ps_disable_work
19047 * NOMMU: Optimise away the {dac_,}mmap_min_addr tests
19048 * 'sysctl_max_map_count' should be non-negative
19049 * kernel/sysctl.c: fix the incomplete part of
19050 sysctl_max_map_count-should-be-non-negative.patch
19051 * V4L/DVB (13596): ov511.c typo: lock => unlock
19052 * x86/ptrace: make genregs[32]_get/set more robust
19053 * memcg: avoid oom-killing innocent task in case of use_hierarchy
19054 * e100: Fix broken cbs accounting due to missing memset.
19055 * ipv6: reassembly: use seperate reassembly queues for conntrack and
19056 local delivery
19057 * netfilter: fix crashes in bridge netfilter caused by fragment jumps
19058 * hwmon: (sht15) Off-by-one error in array index + incorrect constants
19059 * b43: avoid PPC fault during resume
19060 * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture
19061 support
19062 * sched: Fix balance vs hotplug race
19063 * drm/radeon/kms: fix crtc vblank update for r600
19064 * drm: disable all the possible outputs/crtcs before entering KMS mode
19065 * S390: dasd: support DIAG access for read-only devices
19066 * xen: fix is_disconnected_device/exists_disconnected_device
19067 * xen: improvement to wait_for_devices()
19068 * xen: wait up to 5 minutes for device connetion
19069 * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled
19070 * udf: Try harder when looking for VAT inode
19071 * Add unlocked version of inode_add_bytes() function
19072 * quota: decouple fs reserved space from quota reservation
19073 * ext4: Convert to generic reserved quota's space management.
19074 * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
19075 * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus
19076 * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
19077 * amd64_edac: unify MCGCTL ECC switching
19078 * x86, msr: Add support for non-contiguous cpumasks
19079 * x86, msr: msrs_alloc/free for CONFIG_SMP=n
19080 * amd64_edac: fix driver instance freeing
19081 * amd64_edac: make driver loading more robust
19082 * amd64_edac: fix forcing module load/unload
19083 * sched: Sched_rt_periodic_timer vs cpu hotplug
19084 * ext4: Update documentation to correct the inode_readahead_blks option
19085 name
19086 * lguest: fix bug in setting guest GDT entry
19087 * vmscan: do not evict inactive pages when skipping an active list scan
19088 * ksm: fix mlockfreed to munlocked
19089 * rt2x00: Disable powersaving for rt61pci and rt2800pci.
19090 * generic_permission: MAY_OPEN is not write access
19091 * Linux 2.6.32.3
19092 * untangle the do_mremap() mess
19093 * fasync: split 'fasync_helper()' into separate add/remove functions
19094 * ASoC: fix params_rate() macro use in several codecs
19095 * modules: Skip empty sections when exporting section notes
19096 * exofs: simple_write_end does not mark_inode_dirty
19097 * nfsd: make sure data is on disk before calling ->fsync
19098 * sunrpc: fix peername failed on closed listener
19099 * SUNRPC: Fix up an error return value in
19100 gss_import_sec_context_kerberos()
19101 * SUNRPC: Fix the return value in gss_import_sec_context()
19102 * sunrpc: on successful gss error pipe write, don't return error
19103 * drm/i915: Update LVDS connector status when receiving ACPI LID event
19104 * drm/i915: fix order of fence release wrt flushing
19105 * drm/i915: Permit pinning whilst the device is 'suspended'
19106 * drm: remove address mask param for drm_pci_alloc()
19107 * drm/i915: Enable/disable the dithering for LVDS based on VBT setting
19108 * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in
19109 pipeconf on Ironlake
19110 * drm/i915: Select the correct BPC for LVDS on Ironlake
19111 * drm/i915: fix unused var
19112 * rtc_cmos: convert shutdown to new pnp_driver->shutdown
19113 * drivers/cpuidle/governors/menu.c: fix undefined reference to
19114 `__udivdi3'
19115 * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()
19116 * lib/rational.c needs module.h
19117 * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with
19118 DMA_FROM_DEVICE and
19119 * kernel/signal.c: fix kernel information leak with print-fatal-signals=1
19120 * mmc_block: add dev_t initialization check
19121 * mmc_block: fix probe error cleanup bug
19122 * mmc_block: fix queue cleanup
19123 * ALSA: hda - Fix ALC861-VD capture source mixer
19124 * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense
19125 blacklist
19126 * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2
19127 - LP: #498863
19128 * ASoC: Fix WM8350 DSP mode B configuration
19129 * netfilter: ebtables: enforce CAP_NET_ADMIN
19130 * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()
19131 * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs
19132 * hwmon: (adt7462) Fix pin 28 monitoring
19133 * quota: Fix dquot_transfer for filesystems different from ext4
19134 * xen: fix hang on suspend.
19135 * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr
19136 * ath5k: Fix eeprom checksum check for custom sized eeproms
19137 * cfg80211: fix syntax error on user regulatory hints
19138 * iwl: off by one bug
19139 * mac80211: add missing sanity checks for action frames
19140 * drm/i915: remove render reclock support
19141 * libertas: Remove carrier signaling from the scan code
19142 * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr
19143 * mac80211: fix skb buffering issue (and fixes to that)
19144 * fix braindamage in audit_tree.c untag_chunk()
19145 * fix more leaks in audit_tree.c tag_chunk()
19146 * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y
19147 * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().
19148 * agp/intel-agp: Clear entire GTT on startup
19149 * Linux 2.6.32.4
19150 * ethtool: Add reset operation
19151 * gro: Name the GRO result enumeration type
19152 * gro: Change all receive functions to return GRO result codes
19153 * sfc: 10Xpress: Initialise pause advertising flags
19154 * sfc: 10Xpress: Report support for pause frames
19155 * sfc: Remove redundant header gmii.h
19156 * sfc: Remove redundant hardware initialisation
19157 * sfc: Rename Falcon-specific board code and types
19158 * sfc: Remove boards.h, moving last remaining declaration to falcon.h
19159 * sfc: Remove versioned bitfield macros
19160 * sfc: Move RX data FIFO thresholds out of struct efx_nic_type
19161 * sfc: Update hardware definitions for Siena
19162 * sfc: Rename register I/O header and functions used by both Falcon and
19163 Siena
19164 * sfc: Eliminate indirect lookups of queue size constants
19165 * sfc: Define DMA address mask explicitly in terms of descriptor field
19166 width
19167 * sfc: Move all TX DMA length limiting into tx.c
19168 * sfc: Change order of device removal to reverse of probe order
19169 * sfc: Remove declarations of nonexistent functions
19170 * sfc: Move efx_xmit_done() declaration into correct stanza
19171 * sfc: Move shared members of struct falcon_nic_data into struct efx_nic
19172 * sfc: Maintain interrupt moderation values in ticks, not microseconds
19173 * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
19174 * sfc: Remove pointless abstraction of memory BAR number
19175 * sfc: Remove incorrect assertion from efx_pci_remove_main()
19176 * sfc: Remove unnecessary tests of efx->membase
19177 * sfc: Move MTD probe after netdev registration and name allocation
19178 * sfc: Remove unused code for non-autoneg speed/duplex switching
19179 * sfc: Rename 'xfp' file and functions to reflect reality
19180 * sfc: Really allow RX checksum offload to be disabled
19181 * sfc: Feed GRO result into RX allocation policy and interrupt moderation
19182 * sfc: Enable heuristic selection between page and skb RX buffers
19183 * sfc: Remove pointless abstraction of memory BAR number (2)
19184 * sfc: Remove redundant gotos from __efx_rx_packet()
19185 * sfc: Remove ridiculously paranoid assertions
19186 * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()
19187 * sfc: Record RX queue number on GRO path
19188 * sfc: SFT9001: Reset LED configuration correctly after blinking
19189 * sfc: Use a single blink implementation
19190 * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
19191 * sfc: Make board information explicitly Falcon-specific
19192 * sfc: Move definition of struct falcon_nic_data into falcon.h
19193 * sfc: Move struct falcon_board into struct falcon_nic_data
19194 * sfc: Move all I2C stuff into struct falcon_board
19195 * sfc: Gather link state fields in struct efx_nic into new struct
19196 efx_link_state
19197 * sfc: Remove unnecessary casts to struct sk_buff *
19198 * sfc: Remove redundant efx_xmit() function
19199 * sfc: Combine high-level header files
19200 * sfc: Log interrupt and reset type names, not numbers
19201 * sfc: Fix descriptor cache sizes
19202 * sfc: Treat all MAC registers as 128-bit
19203 * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED
19204 * sfc: Comment corrections
19205 * sfc: Remove unused constant
19206 * sfc: Clean up struct falcon_board and struct falcon_board_data
19207 * sfc: Fix bugs in RX queue flushing
19208 * sfc: Remove unused function efx_flush_queues()
19209 * sfc: Only switch Falcon MAC clocks as necessary
19210 * sfc: Hold MAC lock for longer in efx_init_port()
19211 * sfc: Split MAC stats DMA initiation and completion
19212 * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c
19213 * sfc: Simplify XMAC link polling
19214 * sfc: Change MAC promiscuity and multicast hash at the same time
19215 * sfc: Move inline comment into kernel-doc
19216 * sfc: Do not set net_device::trans_start in self-test
19217 * sfc: Simplify PHY polling
19218 * sfc: QT202x: Reset before reading PHY id
19219 * sfc: Replace MDIO spinlock with mutex
19220 * sfc: Always start Falcon using the XMAC
19221 * sfc: Limit some hardware workarounds to Falcon
19222 * sfc: Remove EFX_WORKAROUND_9141 macro
19223 * sfc: Remove another unused workaround macro
19224 * sfc: Remove some redundant whitespace
19225 * sfc: Decouple NIC revision number from Falcon PCI revision number
19226 * sfc: Move descriptor cache base addresses to struct efx_nic_type
19227 * sfc: Clean up RX event handling
19228 * sfc: Remove redundant writes to INT_ADR_KER
19229 * sfc: Remove duplicate hardware structure definitions
19230 * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO
19231 * sfc: Move Falcon NIC operations to efx_nic_type
19232 * sfc: Refactor link configuration
19233 * sfc: Generalise link state monitoring
19234 * sfc: Add power-management and wake-on-LAN support
19235 * sfc: Implement ethtool reset operation
19236 * sfc: Add efx_nic_type operation for register self-test
19237 * sfc: Add efx_nic_type operation for NVRAM self-test
19238 * sfc: Add efx_nic_type operation for identity LED control
19239 * sfc: Separate shared NIC code from Falcon-specific and rename
19240 accordingly
19241 * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()
19242 * sfc: Extend loopback mode enumeration
19243 * sfc: Remove static PHY data and enumerations
19244 * sfc: Extend MTD driver for use with new NICs
19245 * sfc: Allow for additional checksum offload features
19246 * sfc: Rename falcon.h to nic.h
19247 * sfc: Move shared NIC code from falcon.c to new source file nic.c
19248 * sfc: Add firmware protocol definitions (MCDI)
19249 * sfc: Add support for SFC9000 family (1)
19250 * sfc: Add support for SFC9000 family (2)
19251 * sfc: Implement TSO for TCP/IPv6
19252 * sfc: Update version, copyright dates, authors
19253 * drivers/net/sfc: Correct code taking the size of a pointer
19254 * sfc: Move PHY software state initialisation from init() into probe()
19255 * sfc: Include XGXS in XMAC link status check except in XGMII loopback
19256 * sfc: Fix DMA mapping cleanup in case of an error in TSO
19257 * sfc: QT2025C: Work around PHY bug
19258 * sfc: QT2025C: Switch into self-configure mode when not in loopback
19259 * sfc: QT2025C: Work around PHY firmware initialisation bug
19260 * sfc: QT2025C: Add error message for suspected bad SFP+ cables
19261 * sfc: Disable TX descriptor prefetch watchdog
19262 * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.
19263 - LP: #497156
19264
19265 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Jan 2010 16:12:47 +0000
19266
19267linux (2.6.32-10.14) lucid; urgency=low
19268
19269 [ Alex Deucher ]
19270
19271 * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx
19272 - LP: #493795
19273
19274 [ Andy Whitcroft ]
19275
19276 * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model
19277 id is less than 0x0f."
19278 * config-check -- ensure the checks get run at build time
19279 * config-check -- check the processed config during updateconfigs
19280 * config-check -- CONFIG_SECCOMP may not be present
19281 * TUN is now built in ignore
19282 * SAUCE: acpi battery -- delay first lookup of the battery until first
19283 use
19284 * SAUCE: async_populate_rootfs: move rootfs init earlier
19285 * ubuntu: AppArmor -- update to mainline 2010-01-06
19286 * SAUCE: move RLIMIT_CORE pipe dumper marker to 1
19287 - LP: #498525
19288
19289 [ Dave Airlie ]
19290
19291 * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600
19292
19293 [ Leann Ogasawara ]
19294
19295 * Add asix to nic-usb-modules file
19296 - LP: #499785
19297
19298 [ Peter Zijlstra ]
19299
19300 * (pre-stable) sched: Fix balance vs hotplug race
19301
19302 [ Tim Gardner ]
19303
19304 * [Config] Enable CONFIG_FUNCTION_TRACER
19305 - LP: #497989
19306 * [Config] Drop lpia from getabis
19307 * [Config] Build in TUN/TAP driver
19308 - LP: #499491
19309 * [Config] DH_COMPAT=5
19310
19311 [ Upstream Kernel Changes ]
19312
19313 * Revert "(pre-stable) drm/i915: Avoid NULL dereference with
19314 component_only tv_modes"
19315 * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is
19316 turned off"
19317 * USB: usb-storage: fix bug in fill_inquiry
19318 * USB: option: add pid for ZTE
19319 * firewire: ohci: handle receive packets with a data length of zero
19320 * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling
19321 of ->completed counter
19322 * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed
19323 counter
19324 * rcu: Fix note_new_gpnum() uses of ->gpnum
19325 * rcu: Remove inline from forward-referenced functions
19326 * perf_event: Fix invalid type in ioctl definition
19327 * perf_event: Initialize data.period in perf_swevent_hrtimer()
19328 * perf: Don't free perf_mmap_data until work has been done
19329 * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()
19330 * sched: Check for an idle shared cache in select_task_rq_fair()
19331 * sched: Fix affinity logic in select_task_rq_fair()
19332 * sched: Rate-limit newidle
19333 * sched: Fix and clean up rate-limit newidle code
19334 * x86/amd-iommu: attach devices to pre-allocated domains early
19335 * x86/amd-iommu: un__init iommu_setup_msi
19336 * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking
19337 up the PCI tree
19338 * x86: Fix iommu=nodac parameter handling
19339 * x86: GART: pci-gart_64.c: Use correct length in strncmp
19340 * x86: ASUS P4S800 reboot=bios quirk
19341 - LP: #366682
19342 * x86, apic: Enable lapic nmi watchdog on AMD Family 11h
19343 * ssb: Fix range check in sprom write
19344 * ath5k: allow setting txpower to 0
19345 * ath5k: enable EEPROM checksum check
19346 * hrtimer: Fix /proc/timer_list regression
19347 * ALSA: hrtimer - Fix lock-up
19348 * ALSA: hda - Terradici HDA controllers does not support 64-bit mode
19349 * KVM: x86 emulator: limit instructions to 15 bytes
19350 * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c
19351 * KVM: s390: Make psw available on all exits, not just a subset
19352 * KVM: fix irq_source_id size verification
19353 * KVM: x86: include pvclock MSRs in msrs_to_save
19354 * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage
19355 * x86: Use -maccumulate-outgoing-args for sane mcount prologues
19356 * x86, mce: don't restart timer if disabled
19357 * x86/mce: Set up timer unconditionally
19358 * x86: SGI UV: Fix BAU initialization
19359 * x86: Fix duplicated UV BAU interrupt vector
19360 * x86: Add new Intel CPU cache size descriptors
19361 * x86: Fix typo in Intel CPU cache size descriptor
19362 * pata_hpt{37x|3x2n}: fix timing register masks (take 2)
19363 * s390: clear high-order bits of registers after sam64
19364 * V4L/DVB: Fix test in copy_reg_bits()
19365 * bsdacct: fix uid/gid misreporting
19366 * UBI: flush wl before clearing update marker
19367 * jbd2: don't wipe the journal on a failed journal checksum
19368 * USB: xhci: Add correct email and files to MAINTAINERS entry.
19369 * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again
19370 * USB: option.c: add support for D-Link DWM-162-U5
19371 * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
19372 * USB: usb-storage: add BAD_SENSE flag
19373 * USB: Close usb_find_interface race v3
19374 * pxa/em-x270: fix usb hub power up/reset sequence
19375 * hfs: fix a potential buffer overflow
19376 * SUNRPC: IS_ERR/PTR_ERR confusion
19377 * NFS: Fix nfs_migrate_page()
19378 * md/bitmap: protect against bitmap removal while being updated.
19379 * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable
19380 * devpts_get_tty() should validate inode
19381 * debugfs: fix create mutex racy fops and private data
19382 * Driver core: fix race in dev_driver_string
19383 * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN
19384 * mac80211: Fix bug in computing crc over dynamic IEs in beacon
19385 * mac80211: Fixed bug in mesh portal paths
19386 * mac80211: Revert 'Use correct sign for mesh active path refresh'
19387 * mac80211: fix scan abort sanity checks
19388 * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC
19389 * rtl8187: Fix wrong rfkill switch mask for some models
19390 * x86: Fix bogus warning in apic_noop.apic_write()
19391 * mm: hugetlb: fix hugepage memory leak in mincore()
19392 * mm: hugetlb: fix hugepage memory leak in walk_page_range()
19393 * powerpc/windfarm: Add detection for second cpu pump
19394 * powerpc/therm_adt746x: Record pwm invert bit at module load time]
19395 * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
19396 * drm/radeon/kms: Add quirk for HIS X1300 board
19397 * drm/radeon/kms: handle vblanks properly with dpms on
19398 * drm/radeon/kms: fix legacy crtc2 dpms
19399 * drm/radeon/kms: fix vram setup on rs600
19400 * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size
19401 * drm/ttm: Fix build failure due to missing struct page
19402 * drm/i915: Set the error code after failing to insert new offset into mm
19403 ht.
19404 * drm/i915: Add the missing clonemask for display port on Ironlake
19405 * xen/xenbus: make DEVICE_ATTR()s static
19406 * xen: re-register runstate area earlier on resume.
19407 * xen: restore runstate_info even if !have_vcpu_info_placement
19408 * xen: correctly restore pfn_to_mfn_list_list after resume
19409 * xen: register timer interrupt with IRQF_TIMER
19410 * xen: register runstate on secondary CPUs
19411 * xen: don't call dpm_resume_noirq() with interrupts disabled.
19412 * xen: register runstate info for boot CPU early
19413 * xen: call clock resume notifier on all CPUs
19414 * xen: improve error handling in do_suspend.
19415 * xen: don't leak IRQs over suspend/resume.
19416 * xen: use iret for return from 64b kernel to 32b usermode
19417 * xen: explicitly create/destroy stop_machine workqueues outside
19418 suspend/resume region.
19419 * Xen balloon: fix totalram_pages counting.
19420 * xen: try harder to balloon up under memory pressure.
19421 * dm exception store: free tmp_store on persistent flag error
19422 * dm snapshot: only take lock for statustype info not table
19423 * dm crypt: move private iv fields to structs
19424 * dm crypt: restructure essiv error path
19425 * dm: avoid _hash_lock deadlock
19426 * dm snapshot: cope with chunk size larger than origin
19427 * dm crypt: separate essiv allocation from initialisation
19428 * dm crypt: make wipe message also wipe essiv key
19429 * slc90e66: fix UDMA handling
19430 * tcp: Stalling connections: Fix timeout calculation routine
19431 * ip_fragment: also adjust skb->truesize for packets not owned by a
19432 socket
19433 * b44 WOL setup: one-bit-off stack corruption kernel panic fix
19434 * sparc64: Don't specify IRQF_SHARED for LDC interrupts.
19435 * sparc64: Fix overly strict range type matching for PCI devices.
19436 * sparc64: Fix stack debugging IRQ stack regression.
19437 * sparc: Set UTS_MACHINE correctly.
19438 * b43legacy: avoid PPC fault during resume
19439 * tracing: Fix event format export
19440 * ath9k: Fix TX hang poll routine
19441 * ath9k: fix processing of TX PS null data frames
19442 * ath9k: Fix maximum tx fifo settings for single stream devices
19443 * ath9k: fix tx status reporting
19444 * mac80211: Fix dynamic power save for scanning.
19445 * drm/i915: Fix sync to vblank when VGA output is turned off
19446 * memcg: fix memory.memsw.usage_in_bytes for root cgroup
19447 * thinkpad-acpi: fix default brightness_mode for R50e/R51
19448 * thinkpad-acpi: preserve rfkill state across suspend/resume
19449 * ipw2100: fix rebooting hang with driver loaded
19450 * matroxfb: fix problems with display stability
19451 * acerhdf: add new BIOS versions
19452 * asus-laptop: change light sens default values.
19453 * vmalloc: conditionalize build of pcpu_get_vm_areas()
19454 * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.
19455 * net: Fix userspace RTM_NEWLINK notifications.
19456 * ext3: Fix data / filesystem corruption when write fails to copy data
19457 * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added.
19458 * bcm63xx_enet: fix compilation failure after get_stats_count removal
19459 * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value
19460 * drm/i915: Avoid NULL dereference with component_only tv_modes
19461 * drm/i915: PineView only has LVDS and CRT ports
19462 * drm/i915: Fix LVDS stability issue on Ironlake
19463 * mm: sigbus instead of abusing oom
19464 * ipvs: zero usvc and udest
19465 * jffs2: Fix long-standing bug with symlink garbage collection.
19466 * intel-iommu: Detect DMAR in hyperspace at probe time.
19467 * intel-iommu: Apply BIOS sanity checks for interrupt remapping too.
19468 * intel-iommu: Check for an RMRR which ends before it starts.
19469 * intel-iommu: Fix oops with intel_iommu=igfx_off
19470 * intel-iommu: ignore page table validation in pass through mode
19471 * netfilter: xtables: document minimal required version
19472 * perf_event: Fix incorrect range check on cpu number
19473 * implement early_io{re,un}map for ia64
19474 * Linux 2.6.32.2
19475
19476 -- Andy Whitcroft <apw@canonical.com> Thu, 07 Jan 2010 15:28:43 +0000
19477
19478linux (2.6.32-9.13) lucid; urgency=low
19479
19480 [ Andy Whitcroft ]
19481
19482 * [Config] enable CONFIG_B43_PHY_LP
19483 - LP: #493059
19484 * include modules.builtin in the binary debs
19485 * config-check -- add a configuration enforcer
19486 * config-check -- add a unit-test suite to the checker
19487 * [Config] Enable CONFIG_SYN_COOKIES for versatile
19488 * [Config] Enable CONFIG_SECURITY_SMACK for ports
19489 * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports
19490 * [Config] Disable CONFIG_COMPAT_BRK for ports
19491 * getabis -- add armel versatile to the list
19492
19493 [ Brad Figg ]
19494
19495 * SAUCE: Increase the default prealloc buffer for HDA audio devices
19496 (non-modem)
19497
19498 [ Manoj Iyer ]
19499
19500 * ubuntu: onmibook -- Added missing BOM file
19501
19502 [ Tim Gardner ]
19503
19504 * ubuntu: fsam7400 -- Cleanup Makefile
19505
19506 [ Upstream Kernel Changes ]
19507
19508 * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT"
19509 * signal: Fix alternate signal stack check
19510 * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects
19511 * SCSI: osd_protocol.h: Add missing #include
19512 * SCSI: megaraid_sas: fix 64 bit sense pointer truncation
19513 * ext4: fix potential buffer head leak when add_dirent_to_buf() returns
19514 ENOSPC
19515 * ext4: avoid divide by zero when trying to mount a corrupted file system
19516 * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
19517 * ext4: fix lock order problem in ext4_move_extents()
19518 * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
19519 * ext4: plug a buffer_head leak in an error path of ext4_iget()
19520 * ext4: make sure directory and symlink blocks are revoked
19521 * ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
19522 * ext4: journal all modifications in ext4_xattr_set_handle
19523 * ext4: don't update the superblock in ext4_statfs()
19524 * ext4: fix uninit block bitmap initialization when s_meta_first_bg is
19525 non-zero
19526 * ext4: fix block validity checks so they work correctly with meta_bg
19527 * ext4: avoid issuing unnecessary barriers
19528 * ext4: fix error handling in ext4_ind_get_blocks()
19529 * ext4: make trim/discard optional (and off by default)
19530 * ext4: make "norecovery" an alias for "noload"
19531 * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
19532 * ext4: initialize moved_len before calling ext4_move_extents()
19533 * ext4: move_extent_per_page() cleanup
19534 * jbd2: Add ENOMEM checking in and for
19535 jbd2_journal_write_metadata_buffer()
19536 * ext4: Return the PTR_ERR of the correct pointer in
19537 setup_new_group_blocks()
19538 * ext4: Avoid data / filesystem corruption when write fails to copy data
19539 * ext4: wait for log to commit when umounting
19540 * ext4: remove blocks from inode prealloc list on failure
19541 * ext4: ext4_get_reserved_space() must return bytes instead of blocks
19542 * ext4: quota macros cleanup
19543 * ext4: fix incorrect block reservation on quota transfer.
19544 * ext4: Wait for proper transaction commit on fsync
19545 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
19546 * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
19547 * Linux 2.6.32.1
19548 * kbuild: generate modules.builtin
19549 * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off
19550 - LP: #494461
19551 * (pre-stable) drm/i915: Avoid NULL dereference with component_only
19552 tv_modes
19553 - LP: #494045
19554
19555 [ Zhao Yakui ]
19556
19557 * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is
19558 less than 0x0f.
19559 - LP: #481765
19560
19561 -- Andy Whitcroft <apw@canonical.com> Thu, 17 Dec 2009 15:41:21 +0000
19562
19563linux (2.6.32-8.12) lucid; urgency=low
19564
19565 [ Andy Whitcroft ]
19566
19567 * SAUCE: AppArmor -- add linux/err.h for ERR_PTR
19568
19569 -- Andy Whitcroft <apw@canonical.com> Sat, 12 Dec 2009 10:56:16 +0000
19570
19571linux (2.6.32-8.11) lucid; urgency=low
19572
19573 [ Andy Whitcroft ]
19574
19575 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches
19576 up"
19577 * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
19578 transition."
19579 * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds"
19580 * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling"
19581 * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds"
19582 * Revert "SAUCE: AppArmor: Fix oops after profile removal"
19583 * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files."
19584 * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly"
19585 * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc
19586 mem"
19587 * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as
19588 denied"
19589 * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths"
19590 * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem
19591 allocation"
19592 * Revert "SAUCE: AppArmor: Set error code after structure
19593 initialization."
19594 * Revert "AppArmor -- fix pstrace_may_access rename"
19595 * Revert "ubuntu: AppArmor security module"
19596 * Revert "SAUCE: Add config option to set a default LSM"
19597 * Revert "ubuntu: fsam7400 -- sw kill switch driver"
19598 * Revert "[Config] fsam7400 -- enable"
19599 * Revert "[Config] AUFS -- enable"
19600 * Revert "ubuntu: AUFS -- aufs2-30 20090727"
19601 * Revert "ubuntu: AUFS -- export various core functions -- fixes"
19602 * Revert "ubuntu: AUFS -- export various core functions"
19603 * Revert "[Config] ubuntu/iscsitarget -- disable"
19604 * Revert "[Config] iscsitarget -- enable"
19605 * Revert "ubuntu: iscsitarget -- SVN revision r214"
19606 * update Vcs-Git to point to the correct repository
19607 - LP: #493589
19608 * update build environment overrides to lucid
19609 - LP: #493589
19610 * [Config] enable CONFIG_DEVTMPFS
19611 * [Config] update all configs following AppArmor 2009-12-08 update
19612 * SAUCE: isapnp_init: make isa PNP scans occur async
19613 * [Config] fsam7400 -- enable
19614 * [Config] omnibook -- enable
19615 * [Config] cleanup CONFIG_AUDIT
19616 * ubuntu: AUFS -- export various core functions (aufs2-base.patch)
19617 * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch)
19618 * ubuntu: AUFS -- aufs2 20091209
19619 * [Config] AUFS -- enable
19620 * [Config] iscsitarget -- enable
19621
19622 [ Arjan van de Ven ]
19623
19624 * SAUCE: KMS: cache the EDID information of the LVDS
19625
19626 [ Colin Watson ]
19627
19628 * bnx2: update d-i firmware filenames
19629 - LP: #494052
19630 * add cdc_ether to nic-usb-modules udeb
19631 - LP: #495060
19632
19633 [ John Johansen ]
19634
19635 * ubuntu: AppArmor -- mainline 2009-10-08
19636
19637 [ Manoj Iyer ]
19638
19639 * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400
19640 * ubuntu: omnibook -- support Toshiba (HP) netbooks
19641 * ubuntu: iscsitarget --- version 1.4.19
19642 - LP: #494693
19643
19644 [ Surbhi Palande ]
19645
19646 * SAUCE: Make populate_rootfs asynchronous
19647
19648 [ Tim Gardner ]
19649
19650 * Parallelize flavour builds and packaging
19651 * [Config] Enable CONFIG_KSM
19652
19653 [ Upstream Kernel Changes ]
19654
19655 * Config option to set a default LSM
19656 * LSM: Add security_path_chroot().
19657 * LSM: Add security_path_chroot().
19658 * LSM: Move security_path_chmod()/security_path_chown() to after
19659 mutex_lock().
19660 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
19661
19662 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Dec 2009 17:45:19 +0000
19663
19664linux (2.6.32-7.10) lucid; urgency=low
19665
19666 [ Andy Whitcroft ]
19667
19668 * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS
19669
19670 -- Andy Whitcroft <apw@canonical.com> Sun, 06 Dec 2009 12:56:48 +0000
19671
19672linux (2.6.32-7.9) lucid; urgency=low
19673
19674 [ Andy Whitcroft ]
19675
19676 * SAUCE: set /proc/acpi/video/*/DOS to 4 by default
19677 - LP: #458982
19678 * SAUCE: ensure vga16fb loads if no other driver claims the VGA device
19679 * [Config] update configs following versatile switch to V7
19680 * rebased to v2.6.32
19681 * [Config] update configs following rebase to v2.6.32
19682 * [Config] update ports configs following rebase to v2.6.32
19683 * SAUCE: default ATI Radeon KMS to off until userspace catches up
19684
19685 [ Arjan van de Ven ]
19686
19687 * SAUCE: vfs: Add a trace point in the mark_inode_dirty function
19688
19689 [ Leann Ogasawara ]
19690
19691 * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable
19692 permissions
19693 - CVE-2009-3939
19694
19695 [ Loic Minier ]
19696
19697 * SAUCE: select a v7 CPU for versatile
19698
19699 [ Takashi Iwai ]
19700
19701 * SAUCE: ALSA: hda - Add power on/off counter
19702
19703 [ Upstream changes ]
19704
19705 * rebased to v2.6.32
19706
19707 -- Andy Whitcroft <apw@canonical.com> Fri, 04 Dec 2009 10:44:50 +0000
19708
19709linux (2.6.32-6.8) lucid; urgency=low
19710
19711 [ Andy Whitcroft ]
19712
19713 * [Config] disable SSB devices for armel
19714
19715 -- Andy Whitcroft <apw@canonical.com> Sat, 28 Nov 2009 12:16:40 +0000
19716
19717linux (2.6.32-6.7) lucid; urgency=low
19718
19719 [ Andy Whitcroft ]
19720
19721 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up"
19722 * Revert "SAUCE: Dell XPS710 reboot quirk"
19723 * Revert "SAUCE: Link acpi-cpufreq.o first"
19724 * Revert "SAUCE: LPIA Logical reset of USB port on resume"
19725 * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards"
19726 * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340"
19727 * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271"
19728 * Revert "Add Dell Dimension 9200 reboot quirk"
19729 * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI"
19730 * Revert "SAUCE: tulip: Define ULI PCI ID's"
19731 * Revert "SAUCE: Lower warning level of some PCI messages"
19732 * Revert "mac80211: fix two issues in debugfs"
19733 Drop a number of known redundant commits as identified in the Ubuntu
19734 delta review blueprint.
19735
19736 * reenable armel versatile flavour
19737 * [Config] disable CONFIG_USB_DEVICEFS
19738
19739 [ Tim Gardner ]
19740
19741 * [Config] udeb: Add squashfs to fs-core-modules
19742 - LP: #352615
19743 * [Config] Create a real squashfs udeb
19744 - LP: #352615
19745
19746
19747 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Nov 2009 17:31:16 +0000
19748
19749linux (2.6.32-5.6) lucid; urgency=low
19750
19751 [ Andy Whitcroft ]
19752
19753 * rebase to v2.6.32-rc8
19754 * update configs following rebase to v2.6.32-rc8
19755 * update ports configs since rebase to v2.6.32-rc8
19756 * [Config] enable cgroup options
19757 - LP: #480739
19758
19759 [ Upstream Kernel Changes ]
19760
19761 * rebase to v2.6.32-rc8
19762
19763 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Nov 2009 11:16:14 +0000
19764
19765linux (2.6.32-4.5) lucid; urgency=low
19766
19767 [ Andy Whitcroft ]
19768
19769 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
19770 * rebase to v2.6.32-rc7
19771 * resync with Karmic proposed
19772
19773 [ John Johansen ]
19774
19775 * SAUCE: AppArmor: Fix oops after profile removal
19776 - LP: #475619
19777 * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds
19778 - LP: #437258
19779 * SAUCE: AppArmor: Fix cap audit_caching preemption disabling
19780 - LP: #479102
19781 * SAUCE: AppArmor: Fix refcounting bug causing leak of creds
19782 - LP: #479115
19783 * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
19784 transition.
19785 - LP: #480112
19786
19787 [ Ubuntu Changes ]
19788
19789 * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf)
19790
19791 [ Upstream Kernel Changes ]
19792
19793 * rebase to v2.6.32-rc7
19794
19795 -- Andy Whitcroft <apw@canonical.com> Fri, 13 Nov 2009 11:35:13 +0000
19796
19797linux (2.6.32-3.4) lucid; urgency=low
19798
19799 [ Andy Whitcroft ]
19800
19801 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
19802 * [Upstream] add local prefix to oss local change_bits
19803
19804 [ Upstream Kernel Changes ]
19805
19806 * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/
19807 * mtd/maps: gpio-addr-flash: depend on GPIO arch support
19808
19809 -- Andy Whitcroft <apw@canonical.com> Wed, 11 Nov 2009 14:47:04 +0000
19810
19811linux (2.6.32-3.3) lucid; urgency=low
19812
19813 [ Andy Whitcroft ]
19814
19815 * rebase to v2.6.32-rc6
19816 * [Config] update configs following rebase to v2.6.32-rc6
19817 * [Config] update ports configs following rebase to v2.6.32-rc6
19818 * resync with Karmic Ubuntu-2.6.31-15.49
19819 * [Config] add module ignores for broken drivers
19820
19821 [ John Johansen ]
19822
19823 * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied
19824 - LP: #453335
19825 * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem
19826 - LP: #458299
19827 * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly
19828 - LP: #462824
19829 * SAUCE: AppArmor: AppArmor disallows truncate of deleted files.
19830 - LP: #451375
19831
19832 [ Kees Cook ]
19833
19834 * SAUCE: Fix nx_enable reporting
19835 - LP: #454285
19836
19837 [ Scott James Remnant ]
19838
19839 * Revert "SAUCE: trace: add trace_event for the open() syscall"
19840 * SAUCE: trace: add trace events for open(), exec() and uselib()
19841 - LP: #462111
19842
19843 [ Stefan Bader ]
19844
19845 * SAUCE: Fix sub-flavour script to not stop on missing directories
19846 - LP: #453073
19847
19848 [ Ubuntu Changes ]
19849
19850 * resync with Karmic Ubuntu-2.6.31-15.49
19851
19852 [ Upstream Kernel Changes ]
19853
19854 * rebase to v2.6.32-rc6
19855 - LP: #464552
19856
19857 -- Andy Whitcroft <apw@canonical.com> Tue, 10 Nov 2009 15:00:57 +0000
19858
19859linux (2.6.32-2.2) lucid; urgency=low
19860
19861 [ Andy Whitcroft ]
19862
19863 * install the full changelog with the binary package
19864 * changelog -- explicitly note rebases and clean history
19865 * reinstate armel.mk with no flavours
19866 - LP: #449637
19867 * [Upstream] block: silently error unsupported empty barriers too
19868 - LP: #420423
19869 * [Config] udate configs following karmic resync
19870 * [Config] update ports configs following karmic resync
19871 * [Upstream] lirc -- follow removal of .id element
19872
19873 [ Colin Watson ]
19874
19875 * Use section 'admin' rather than 'base'
19876 * Add more e100 firmware to nic-modules
19877 - LP: #451872
19878 * Add qla1280 firmware to scsi-modules
19879 - LP: #381037
19880
19881 [ John Johansen ]
19882
19883 * SAUCE: AppArmor: Set error code after structure initialization.
19884 - LP: #427948
19885 * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation
19886 - LP: #446595
19887 * SAUCE: AppArmor: Fix mediation of "deleted" paths
19888
19889 [ Kees Cook ]
19890
19891 * SAUCE: [x86] fix report of cs-limit nx-emulation
19892 - LP: #454285
19893
19894 [ Leann Ogasawara ]
19895
19896 * SAUCE: (drop after 2.6.31) input: Add support for filtering input
19897 events
19898 - LP: #430809
19899 * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi
19900 toggle switch press
19901 - LP: #430809
19902
19903 [ Luke Yelavich ]
19904
19905 * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc
19906 * [Config] Add sd_mod to scsi-modules udeb for powerpc
19907
19908 [ Mario Limonciello ]
19909
19910 * SAUCE: Update to LIRC 0.8.6
19911 - LP: #432678
19912 * SAUCE: dell-laptop: Store the HW switch status internally rather than
19913 requerying every time
19914 - LP: #430809
19915 * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop
19916 - LP: #430809
19917
19918 [ Stefan Bader ]
19919
19920 * [Upstream] acerhdf: Limit modalias matching to supported boards
19921 - LP: #435958
19922
19923 [ Tim Gardner ]
19924
19925 * [Upstream] i915: Fix i2c init message
19926 - LP: #409361
19927 * [Config] Add sym53c8xx.ko to virtual sub-flavour
19928 - LP: #439415
19929 * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules
19930 - LP: #439456
19931 * [Config] Set default I/O scheduler back to CFQ for desktop flavours
19932 - LP: #381300
19933 * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros
19934 - LP: #430694
19935 * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915
19936 - LP: #430694
19937 * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y
19938 - LP: #416325
19939 * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT
19940 - LP: #430694
19941 * SAUCE: Raise the default console 'quiet' level to 2
19942 * [Config] CONFIG_X86_PAT=y
19943 * [Config] Add armel arch to linux-libc-dev arches.
19944 - LP: #449637
19945 * [Config] CONFIG_X86_MCE
19946 * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege
19947 M300 to rate blacklist
19948 - LP: #433801
19949
19950 [ Upstream Kernel Changes ]
19951
19952 * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584
19953 * drm/i915: Fix FDI M/N setting according with correct color depth
19954 - LP: #416792
19955
19956 -- Andy Whitcroft <apw@canonical.com> Thu, 22 Oct 2009 16:53:33 +0100
19957
19958linux (2.6.32-1.1) lucid; urgency=low
19959
19960 [ Andy Whitcroft ]
19961
19962 * rebase to v2.6.32-rc3
19963 * [Config] update configs following rebase to 2.6.32-rc3
19964 * [Config] update ports configs following rebase to 2.6.32-rc3
19965 * AppArmor -- fix pstrace_may_access rename
19966 * staging/android -- disable
19967 * ubuntu: dm-raid-45 -- update to compile with 2.6.32
19968 * ubuntu: drbd -- disable
19969 * staging/comdi -- disable
19970 * staging/go7007 -- disable
19971 * [Config] staging/winbond -- disable
19972 * [Config] ubuntu/iscsitarget -- disable
19973 * [d-i] cbc and ecb are builtin make them optional in udebs
19974 * rebase to v2.6.32-rc5
19975 * [Config] update configs following rebase to v2.6.32-rc5
19976 * [Config] update ports configs following rebase to v2.6.31-rc5
19977
19978 [ Tim Gardner ]
19979
19980 * [Config] Add cpio as a build dependency.
19981
19982 [ Upstream Kernel Changes ]
19983
19984 * rebase to v2.6.32-rc3
19985 * rebase to v2.6.32-rc5
19986
19987 -- Andy Whitcroft <apw@canonical.com> Mon, 05 Oct 2009 15:48:58 +0100
19988
19989linux (2.6.31-11.37) karmic; urgency=low
19990
19991 [ Tim Gardner ]
19992
19993 * [Config] Increase kernel log buffer to 256K for amd64 flavours
19994 - LP: #424810
19995 * [Config] Set HZ=100 for amd64 flavours
19996 - LP: #438234
19997 * [Upstream] e1000e: Emit notice instead of an error when
19998 pci_enable_pcie_error_reporting() fails
19999 - LP: #436370
20000
20001 [ Upstream Kernel Changes ]
20002
20003 * n_tty: honor opost flag for echoes
20004 * n_tty: move echoctl check and clean up logic
20005 - LP: #438310
20006
20007 * Revert "[Upstream] drm/i915: Check that the relocation points to within
20008 the target" - Use upstream cherry-pick.
20009 * drm/i915: Check that the relocation points to within the target
20010 - LP: #429241
20011
20012 * drm/i915: fix tiling on IGDNG
20013 * drm/i915: add B43 chipset support
20014 * agp/intel: Add B43 chipset support
20015 Intel request from kernel team mailing list.
20016
20017 * HID: completely remove apple mightymouse from blacklist
20018 - LP: #428111
20019
20020 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Sep 2009 11:47:29 -0600
20021
20022linux (2.6.31-11.36) karmic; urgency=low
20023
20024 [ Brian Rogers ]
20025
20026 * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a
20027 persistent object
20028 * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a
20029 persistent object
20030
20031 [ Takashi Iwai ]
20032
20033 * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device
20034 - LP: #416482
20035
20036 [ Tyler Hicks ]
20037
20038 * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going
20039 negative during unlink
20040
20041 [ Upstream Kernel Changes ]
20042
20043 * sg: fix oops in the error path in sg_build_indirect()
20044 * mpt2sas : Rescan topology from Interrupt context instead of work thread
20045 * mpt2sas: Prevent sending command to FW while Host Reset
20046 * mpt2sas: setting SDEV into RUNNING state from Interrupt context
20047 * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg
20048 * SCSI: fix oops during scsi scanning
20049 * SCSI: libsrp: fix memory leak in srp_ring_free()
20050 * cfg80211: fix looping soft lockup in find_ie()
20051 * ath5k: write PCU registers on initial reset
20052 * binfmt_elf: fix PT_INTERP bss handling
20053 * TPM: Fixup boot probe timeout for tpm_tis driver
20054 * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
20055 * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices
20056 * fix undefined reference to user_shm_unlock
20057 * perf_counter: Fix buffer overflow in perf_copy_attr()
20058 * perf_counter: Start counting time enabled when group leader gets
20059 enabled
20060 * powerpc/perf_counters: Reduce stack usage of power_check_constraints
20061 * powerpc: Fix bug where perf_counters breaks oprofile
20062 * powerpc/ps3: Workaround for flash memory I/O error
20063 * block: don't assume device has a request list backing in nr_requests
20064 store
20065 * agp/intel: remove restore in resume
20066 * ALSA: cs46xx - Fix minimum period size
20067 * ASoC: Fix WM835x Out4 capture enumeration
20068 * sound: oxygen: work around MCE when changing volume
20069 * mlx4_core: Allocate and map sufficient ICM memory for EQ context
20070 * perf stat: Change noise calculation to use stddev
20071 * x86: Fix x86_model test in es7000_apic_is_cluster()
20072 * x86/i386: Make sure stack-protector segment base is cache aligned
20073 * PCI: apply nv_msi_ht_cap_quirk on resume too
20074 * x86, pat: Fix cacheflush address in change_page_attr_set_clr()
20075 * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic()
20076 with highmem
20077 * KVM guest: do not batch pte updates from interrupt context
20078 * KVM: Fix coalesced interrupt reporting in IOAPIC
20079 * KVM: VMX: Check cpl before emulating debug register access
20080 * KVM guest: fix bogus wallclock physical address calculation
20081 * KVM: x86: Disallow hypercalls for guest callers in rings > 0
20082 * KVM: VMX: Fix cr8 exiting control clobbering by EPT
20083 * KVM: x86 emulator: Implement zero-extended immediate decoding
20084 * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
20085 * KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
20086 * KVM: limit lapic periodic timer frequency
20087 * libata: fix off-by-one error in ata_tf_read_block()
20088 * PCI quirk: update 82576 device ids in SR-IOV quirks list
20089 * PCI: Unhide the SMBus on the Compaq Evo D510 USDT
20090 * powerpc/pseries: Fix to handle slb resize across migration
20091 * Linux 2.6.31.1
20092
20093 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Sep 2009 13:04:28 -0600
20094
20095linux (2.6.31-10.35) karmic; urgency=low
20096
20097 [ Amit Kucheria ]
20098
20099 * Disable CONFIG_UEVENT_HELPER_PATH
20100
20101 [ Andy Whitcroft ]
20102
20103 * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD
20104 * remove the tlsup driver
20105 * remove lmpcm logitech driver support
20106
20107 [ Bryan Wu ]
20108
20109 * Add 3 missing files to prerm remove file list
20110 - LP: #345623, #415832
20111
20112 [ Chris Wilson ]
20113
20114 * [Upstream] drm/i915: Check that the relocation points to within the
20115 target
20116 - LP: #429241
20117
20118 [ Luke Yelavich ]
20119
20120 * [Config] Set CONFIG_EXT4_FS=y on ports architectures
20121
20122 [ Manoj Iyer ]
20123
20124 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
20125 - LP: #348861
20126
20127 [ Tim Gardner ]
20128
20129 * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list"
20130 * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list"
20131 * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list"
20132 * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list"
20133 * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list"
20134 Upstream suggests that this is not the right approach.
20135
20136 * [Config] Set default I/O scheduler to DEADLINE
20137 CFQ seems to have some load related problems which are often exacerbated by sreadahead.
20138 - LP: #381300
20139
20140 [ ubuntu@tjworld.net ]
20141
20142 * SAUCE: ipw2200: Enable LED by default
20143 - LP: #21367
20144
20145 [ Upstream Kernel Changes ]
20146
20147 * ALSA: hda - Add support for new AMD HD audio devices
20148 - LP: #430564
20149
20150 -- Andy Whitcroft <apw@canonical.com> Wed, 16 Sep 2009 15:37:49 +0100
20151
20152linux (2.6.31-10.34) karmic; urgency=low
20153
20154 [ Ted Tso ]
20155
20156 * [Upstream] ext3: Don't update superblock write time when filesystem is
20157 read-only
20158 - LP: #427822
20159
20160 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 16:00:45 -0600
20161
20162linux (2.6.31-10.33) karmic; urgency=low
20163
20164 [ Leann Ogasawara ]
20165
20166 * [Upstream] dvb-usb: fix tuning with Cinergy T2
20167 - LP: #421258
20168
20169 [ Tim Gardner ]
20170
20171 * [Config] Unconditionally copy files from sub-flavours lists.
20172 (really, really fix it this time)
20173 - LP: #423426
20174 * [Config] Set CONFIG_CACHEFILES=m for all flavours
20175
20176 [ Upstream Kernel Changes ]
20177
20178 * ext4: Don't update superblock write time when filesystem is read-only
20179 - LP: #427822
20180
20181 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 07:50:21 -0600
20182
20183linux (2.6.31-10.32) karmic; urgency=low
20184
20185 [ Eric Miao ]
20186
20187 * [Config] enable module support for memory stick
20188 - LP: #159951
20189
20190 [ Tim Gardner ]
20191
20192 * [Config] Unconditionally copy files from sub-flavours lists.
20193 - LP: #423426
20194
20195 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Sep 2009 15:57:55 -0600
20196
20197linux (2.6.31-10.31) karmic; urgency=low
20198
20199 [ Andy Whitcroft ]
20200
20201 * rebase to v2.6.31 final
20202
20203 [ Colin Watson ]
20204
20205 * [Config] Recommend grub-pc in linux-image
20206 - LP: #385741
20207
20208 [ Ike Panhc ]
20209
20210 * [Upstream] Pull latest update of lenovo-sl-laptop
20211
20212 [ Peter Feuerer ]
20213
20214 * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150
20215 model
20216 - LP: #426691
20217
20218 [ Tim Gardner ]
20219
20220 * [Config] De-macro some package names.
20221
20222 [ Upstream Changes ]
20223
20224 * rebase to 2.6.31 final.
20225
20226 -- Andy Whitcroft <apw@canonical.com> Thu, 10 Sep 2009 09:38:10 +0100
20227
20228linux (2.6.31-10.30) karmic; urgency=low
20229
20230 [ Amit Kucheria ]
20231
20232 * [Config] Enable CONFIG_USB_DEVICEFS
20233 - LP: #417748
20234 * [Config] Populate the config-update template a bit more
20235
20236 [ Andy Whitcroft ]
20237
20238 * rebase to v2.6.31-rc9
20239 * [Config] update configs following rebase to v2.6.31-rc9
20240 * [Config] update ports configs following rebase to v2.6.31-rc9
20241
20242 [ Colin Ian King ]
20243
20244 * SAUCE: wireless: hostap, fix oops due to early probing interrupt
20245 - LP: #254837
20246
20247 [ Jerone Young ]
20248
20249 * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux)
20250 white-list
20251 - LP: #281732
20252 * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux)
20253 white-list
20254 - LP: #281732
20255 * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux)
20256 white-list
20257 - LP: #281732
20258 * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux)
20259 white-list
20260 - LP: #281732
20261 * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux)
20262 white-list
20263 - LP: #281732
20264
20265 [ John Johansen ]
20266
20267 * SAUCE: AppArmor: Fix profile attachment for regexp based profile names
20268 - LP: #419308
20269 * SAUCE: AppArmor: Return the correct error codes on profile
20270 addition/removal
20271 - LP: #408473
20272 * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list
20273 - LP: #408454
20274 * SAUCE: AppArmor: Fix mapping of pux to new internal permission format
20275 - LP: #419222
20276 * SAUCE: AppArmor: Fix change_profile failure
20277 - LP: #401931
20278 * SAUCE: AppArmor: Tell git to ignore generated include files
20279 - LP: #419505
20280
20281 [ Stefan Bader ]
20282
20283 * [Upstream] acpi: video: Loosen strictness of video bus detection code
20284 - LP: #333386
20285 * SAUCE: Remove ov511 driver from ubuntu subdirectory
20286
20287 [ Tim Gardner ]
20288
20289 * [Config] Exclude char-modules from non-x86 udeb creation
20290 * SAUCE: Notify the ACPI call chain of AC events
20291 * [Config] CONFIG_SATA_VIA=m
20292 - LP: #403385
20293 * [Config] Build in all phylib support modules.
20294 * [Config] Don't fail when sub-flavour files are missing
20295 - LP: #423426
20296 * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0
20297 - LP: #423513
20298
20299 [ Upstream ]
20300
20301 * Rebased against v2.6.31-rc9
20302
20303 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Sep 2009 11:33:45 +0100
20304
20305linux (2.6.31-9.29) karmic; urgency=low
20306
20307 [ Leann Ogasawara ]
20308
20309 * [Upstream] agp/intel: support for new chip variant of IGDNG mobile
20310 - LP: #419993
20311 * [Config] d-i/modules: Add new char-modules file, initialize with
20312 intel-agp
20313 - LP: #420605
20314
20315 [ Upstream ]
20316
20317 * Rebased against 2.6.31-rc8 plus some inotify regression patches:
20318 up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
20319 adda766193ea1cf3137484a9521972d080d0b7af.
20320
20321 -- Tim Gardner <tim.gardner@canonical.com> Fri, 28 Aug 2009 06:31:30 -0600
20322
20323linux (2.6.31-8.28) karmic; urgency=low
20324
20325 [ Ike Panhc ]
20326
20327 * [Config] Let nic-shared-modules depends on crypto-modules
20328 - LP: #360966
20329
20330 [ Leann Ogasawara ]
20331
20332 * [Upstream] (drop after 2.6.31) drm/i915: increase default latency
20333 constant
20334 - LP: #412492
20335
20336 [ Mario Limonciello ]
20337
20338 * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock
20339 status if HW switch is disabled
20340 - LP: #418721
20341 * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known
20342 Compal made Dell laptops
20343 * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support
20344 with rfkill support
20345
20346 [ Tim Gardner ]
20347
20348 * [Config] Add acpiphp to virtual sub-flavour
20349 - LP: #364916
20350 * Drop KSM patch set for now because of instabilities with encrypted swap.
20351 - LP: #418781
20352
20353 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2009 08:14:26 -0600
20354
20355linux (2.6.31-7.27) karmic; urgency=low
20356
20357 [ Tim Gardner ]
20358
20359 * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase
20360 * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18
20361 Replaces previous ksm patches from 2.6.31-6.25
20362 * [Config] KSM=y
20363
20364 [ Upstream ]
20365
20366 * Rebased against v2.6.31-rc7
20367
20368 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Aug 2009 20:32:11 -0600
20369
20370linux (2.6.31-6.26) karmic; urgency=low
20371
20372 [ Andy Whitcroft ]
20373
20374 * [Config] enable CONFIG_AUFS_BR_RAMFS
20375 - LP: #414738
20376 * split out debian directory ready for abstraction
20377 * add printdebian target to find branch target
20378 * abstracted debian -- debian/files is not abstracted
20379 * abstracted debian -- packages must be built in debian/<pkg>
20380 * abstracted debian -- kernel-wedge needs to work in debian/
20381 * abstracted debian -- ensure we install the copyright file
20382 * abstracted-debian -- drop the debian directories from headers
20383 * abstracted-debian -- drop the debian directories from headers part 2
20384 * SAUCE: ubuntu-insert-changes -- follow abstracted debian
20385 * [Upstream] aoe: ensure we initialise the request_queue correctly V2
20386 - LP: #410198
20387
20388 [ Luke Yelavich ]
20389
20390 * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp
20391 * [Config] Ports: Re-enable windfarm modules on powerpc64-smp
20392 - LP: #413150
20393 * [Config] Ports: Build all cpu frequency scaling governors into ports
20394 kernels
20395 * [Config] Ports: Build ext2 and ext3 modules into ports kernels
20396 * [Config] Ports: CONFIG_PACKET=y for all ports kernels
20397 * [Config] Ports: Enable PS3 network driver
20398
20399 [ Stefan Bader ]
20400
20401 * abstracted debian -- call $(DEBIAN)/rules using make
20402
20403 [ Tim Gardner ]
20404
20405 * [Config] Abstract the debian directory
20406 * SAUCE: Improve error reporting in postinst
20407 - LP: #358564
20408
20409 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Aug 2009 20:33:28 -0600
20410
20411linux (2.6.31-6.25) karmic; urgency=low
20412
20413 [ Andy Whitcroft ]
20414
20415 * script to generate Ubuntu changes from changelog
20416 * [Config] standardise ANDROID options
20417 * [Config] standardise CONFIG_ATM as module
20418 * [Config] standardise CONFIG_LIB80211 as module
20419 * [Config] disable CONFIG_PRINT_QUOTA_WARNING
20420 * [Config] set CONFIG_CRAMFS as module
20421 * [Config] enable CONFIG_DAB and modules
20422 * [Config] set CONFIG_MAC80211_HWSIM as module
20423 * [Config] set CONFIG_NET_CLS_FLOW as module
20424 * [Config] set CONFIG_NF_CONNTRACK_SANE as module
20425 * [Config] set CONFIG_NF_CT_PROTO_DCCP as module
20426 * [Config] set CONFIG_RTC_DRV_DS1511 as module
20427 * [Config] set CONFIG_RTC_DRV_R9701 as module
20428 * [Config] set CONFIG_RTC_DRV_S35390A as module
20429 * [Config] set CONFIG_TOIM3232_DONGLE as module
20430 * [Config] standardise CONFIG_USB_MIDI_GADGET as module
20431 * [Config] standardise CONFIG_USB_G_PRINTER as module
20432 * [Config] standardise CONFIG_USB_SERIAL_IR as module
20433 * [Config] set CONFIG_USB_SERIAL_IUU as module
20434 * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module
20435 * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module
20436 * cleanup remains of dm-loop
20437 * drop thinkpad ec and smapi support
20438 * drop appleir
20439 * [Config] update configs following rebase to v2.6.31-rc6
20440 * rebase to v2.6.31-rc6
20441
20442 [ Hugh Dickins ]
20443
20444 * SAUCE: ksm patch 1, drop after 2.6.31
20445 * SAUCE: ksm patch 2, drop after 2.6.31
20446 * SAUCE: ksm patch 3, drop after 2.6.31
20447 * SAUCE: ksm patch 4, drop after 2.6.31
20448 * SAUCE: ksm patch 5, drop after 2.6.31
20449 * SAUCE: ksm patch 7, drop after 2.6.31
20450
20451 [ Izik Eidus ]
20452
20453 * SAUCE: ksm patch 0, drop after 2.6.31
20454 * SAUCE: ksm patch 6, drop after 2.6.31
20455 * SAUCE: ksm patch 8, drop after 2.6.31
20456 * SAUCE: ksm patch 9, drop after 2.6.31
20457
20458 [ Luke Yelavich ]
20459
20460 * [Config] Ports: Re-add PS3 modules to udebs
20461
20462 [ Michael Casadevall ]
20463
20464 * [Config] Update SPARC config and d-i files to reflect what can be built
20465
20466 [ Tim Gardner ]
20467
20468 * [Config] Removed armel package support
20469 * [Config] Enabled CONFIG_KSM=y
20470
20471 [ Upstream Kernel Changes ]
20472
20473 * Rebased against v2.6.31-rc6
20474 * ARM: Cleanup: Revert "ARM: Add more cache memory types macros"
20475 * ARM: Cleanup: Revert "Do not use OOB with MLC NAND"
20476 * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers"
20477 * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile"
20478 * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c
20479 changes"
20480 * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix"
20481 * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system
20482 revision"
20483 * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver
20484 by default"
20485 * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC"
20486 * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable
20487 ARCH_MXC_CANONICAL"
20488 * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable
20489 CONFIG_GPIOLIB"
20490 * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on
20491 2.6.31"
20492 * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51"
20493 * ARM: Cleanup: Revert "ARM: IMX51: Make it compile."
20494 * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including
20495 mxc_uart.h _everywhere_"
20496 * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the
20497 correct location"
20498 * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to
20499 snd_card_create"
20500 * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig"
20501 * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype"
20502 * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure."
20503 * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for
20504 mxc_map_io."
20505 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
20506 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
20507 * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced
20508 with snd_soc_card."
20509 * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card
20510 structure"
20511 * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for
20512 DMA_MODE_READ/WRITE/MASK"
20513 * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for
20514 Freescale mx51 platform"
20515 * Driver core: add new device to bus's list before probing
20516 * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at
20517 power-saving
20518 - LP: #381693, #399750, #380892
20519
20520 -- Andy Whitcroft <apw@canonical.com> Fri, 14 Aug 2009 11:32:23 +0100
20521
20522linux (2.6.31-5.24) karmic; urgency=low
20523
20524 [ Amit Kucheria ]
20525
20526 * ARM: IMX51: Make video capture drivers compile
20527 * [Config] IMX51: Config updates
20528
20529 [ Andy Whitcroft ]
20530
20531 * remove leftovers of dm-bbr
20532
20533 [ Leann Ogasawara ]
20534
20535 * Add pata_cs5535 to pata-modules
20536 - LP: #318805
20537
20538 [ Luke Yelavich ]
20539
20540 * [Config] CONFIG_PPC64=y for powerpc64-smp
20541 * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp
20542 * [Config] CONFIG_PPC_PS3=y for powerpc64-smp
20543 * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp
20544 * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp
20545 * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp
20546 * [Config] Enable all PS3 drivers in powerpc64-smp
20547
20548 [ Mario Limonciello ]
20549
20550 * LIRC -- fix lirc-i2c 2.6.31 compilation
20551
20552 [ Matthew Garrett ]
20553
20554 * [Upstream] dell-laptop: Fix rfkill state queries
20555
20556 [ Tim Gardner ]
20557
20558 * [Config] Ignore armel ABI and module changes
20559 * [Config] Update configs after rebase against 2.6.31-rc5
20560
20561 [ Upstream ]
20562
20563 * Rebased to 2.6.31-rc5
20564
20565 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2009 10:10:09 +0100
20566
20567linux (2.6.31-4.23) karmic; urgency=low
20568
20569 [ Andy Whitcroft ]
20570
20571 * AUFS -- update to aufs2-30 20090727
20572 * [Config] enable AUFS FUSE support
20573
20574 [ Luke Yelavich ]
20575
20576 * [Config] CONFIG_JFS_FS=m on sparc
20577
20578 [ Tim Gardner ]
20579
20580 * [Upstream] dell-laptop: Fix rfkill state setting.
20581
20582 -- Andy Whitcroft <apw@canonical.com> Mon, 27 Jul 2009 11:11:47 +0100
20583
20584linux (2.6.31-4.22) karmic; urgency=low
20585
20586 [ Amit Kucheria ]
20587
20588 * ARM: IMX51: Add SoC and board support for Freescale mx51 platform
20589 * ARM: IMX51: Move board-mx51* header files to the correct location
20590 * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_
20591 * ARM: IMX51: Make it compile.
20592 * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB
20593 * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL
20594 * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC
20595 * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default
20596 * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes
20597 * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef
20598 * ARM: staging: udlfb: Add vmalloc.h include
20599 * UBUNTU [Config]: Bring imx51 config upto date with other flavours
20600
20601 [ Brad Figg ]
20602
20603 * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK
20604 * ARM: IMX51: codec structure was moved to the card structure
20605 * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card.
20606 * ARM: IMX51: Get to bus_id by calling dev_name.
20607 * ARM: IMX51: Get to bus_id by calling dev_name.
20608 * ARM: IMX51: Added external declaration for mxc_map_io.
20609 * ARM: IMX51: Removed the mxc_gpio_port structure.
20610 * ARM: IMX51: mxc_timer_init prototype
20611 * ARM: IMX51: Fix up merge error in Kconfig
20612 * ARM: IMX51: Changed from snd_card_new to snd_card_create
20613
20614 [ Dinh Nguyen ]
20615
20616 * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51
20617 * ARM: IMX51: Minimal changes for USB to work on 2.6.31
20618 * ARM: IMX51: Babbage 2.5 needs a different system revision
20619 * ARM: IMX51: IPU irq handler deadlock fix
20620
20621 [ Tim Gardner ]
20622
20623 * [Config] Enabled CONFIG_CAN=m
20624 - LP: #327243
20625 * [Config] Enabled CONFIG_SERIAL=m
20626 - LP: #397189
20627
20628 -- Tim Gardner <tim.gardner@canonical.com> Fri, 24 Jul 2009 06:19:10 -0600
20629
20630linux (2.6.31-4.21) karmic; urgency=low
20631
20632 [ Amit Kucheria ]
20633
20634 * dm-raid-4-5: Add missing brackets around test_bit()
20635
20636 [ John Johansen ]
20637
20638 * AppArmor: Fix change_profile failing lpn401931
20639 * AppArmor: Fix determination of forced AUDIT messages.
20640 * AppArmor: Fix oops in auditing of the policy interface offset
20641
20642 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 19:18:30 +0100
20643
20644linux (2.6.31-4.20) karmic; urgency=low
20645
20646 [ Andy Whitcroft ]
20647
20648 * SAUCE: iscsitarget -- update to SVN revision r214
20649 * SAUCE: iscsitarget -- renable driver
20650 * [Config] consolidate lpia/lpia and i386/generic configs
20651 * [Config] enable CRYPTO modules for all architectures
20652 * [Config] enable cryptoloop
20653 * [Config] enable various filesystems for armel
20654 * [Config] sync i386 generic and generic-pae
20655 * [Config] add the 386 (486 processors and above) flavour
20656 * [Config] re-set DEFAULT_MMAP_MIN_ADDR
20657 - LP: #399914
20658 * add genconfigs/genportsconfigs to extract the built configs
20659 * updateconfigs -- alter concatenation order allow easier updates
20660 * intelfb -- INTELFB now conflicts with DRM_I915
20661 * printchanges -- rebase tree does not have stable tags use changelog
20662 * AppArmor: fix argument size missmatch on 64 bit builds
20663
20664 [ Ike Panhc ]
20665
20666 * Ship bnx2x firmware in nic-modules udeb
20667 - LP: #360966
20668
20669 [ Jeff Mahoney ]
20670
20671 * AppArmor: fix build failure on ia64
20672
20673 [ John Johansen ]
20674
20675 * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to
20676 initialize.
20677 * AppArmour: fix auditing of domain transitions to include target profile
20678 information
20679 * AppArmor: fix C99 violation
20680 * AppArmor: revert reporting of create to write permission.
20681 * SAUCE: Add config option to set a default LSM
20682 * [Config] enable AppArmor by default
20683 * AppArmor: Fix NULL pointer dereference oops in profile attachment.
20684
20685 [ Keith Packard ]
20686
20687 * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class
20688 hardware
20689 - LP: #351756
20690
20691 [ Luke Yelavich ]
20692
20693 * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel
20694 header packages
20695 - LP: #355344
20696
20697 [ Michael Casadevall ]
20698
20699 * [Config] update SPARC config files to allow success build
20700
20701 [ Scott James Remnant ]
20702
20703 * SAUCE: trace: add trace_event for the open() syscall
20704
20705 [ Stefan Bader ]
20706
20707 * SAUCE: jfs: Fix early release of acl in jfs_get_acl
20708 - LP: #396780
20709
20710 [ Tim Gardner ]
20711
20712 * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release
20713 - LP: #397499
20714 * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727
20715 refresh
20716 - LP: #365291
20717 * [Config] SSB/B44 are common across all arches/flavours.
20718
20719 [ Upstream ]
20720
20721 * Rebased to 2.6.31-rc4
20722
20723 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 08:41:39 +0100
20724
20725linux (2.6.31-3.19) karmic; urgency=low
20726
20727 [ Andy Whitcroft ]
20728
20729 * Revert "[Config] Disabled NDISWRAPPER"
20730 * ndiswrapper -- fix i386 compilation failures on cmpxchg8b
20731 * AUFS -- export various core functions
20732 * AUFS -- export various core functions -- fixes
20733 * AUFS -- core filesystem
20734 * AUFS -- track changes in v2.6.31
20735 * [Config] Enable AUFS
20736 * droppped 'iwl3945: do not send scan command if channel count zero' as it
20737 is already upstream but failed to auto-drop on rebase.
20738
20739 [ Eric Paris ]
20740
20741 * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user
20742 choose
20743 * SAUCE: inotify: check filename before dropping repeat events
20744 * SAUCE: fsnotify: fix inotify tail drop check with path entries
20745
20746 -- Andy Whitcroft <apw@canonical.com> Tue, 14 Jul 2009 12:52:55 +0100
20747
20748linux (2.6.31-3.18) karmic; urgency=low
20749
20750 [ Andy Whitcroft ]
20751
20752 * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by
20753 AUFS"
20754 * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS"
20755 * Revert "Add sec_perm-2.6.24.patch from AUFS - export
20756 security_inode_permission"
20757 * clear out left over AUFS files and modifications
20758
20759 [ Luke Yelavich ]
20760
20761 * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc
20762 * SAUCE: Explicitly include header files to allow apparmor to build on
20763 powerpc
20764 * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc
20765
20766 [ Tim Gardner ]
20767
20768 * [Config] Dropped ubuntu/misc/wireless/acx
20769 * [Config] Disabled NDISWRAPPER until the compile issues are fixed.
20770
20771 [ Upstream ]
20772
20773 * Rebased to 2.6.31-rc3
20774
20775 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 18:59:33 +0100
20776
20777linux (2.6.31-2.17) karmic; urgency=low
20778
20779 [ Andy Whitcroft ]
20780
20781 * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc
20782 * compcache -- remove redundant Kconfig entries part 2
20783 * compcache -- clean up CCFLAGS declarations
20784 * [Config] enable AppArmor
20785 * AppArmor: fix operator precidence issue in as_path_link
20786
20787 [ John Johansen ]
20788
20789 * AppArmor security module
20790 * AppArmor: Correct mapping of file permissions.
20791 * AppArmor: Turn auditing of ptrace on
20792
20793 [ Luke Yelavich ]
20794
20795 * [Config] disable CONFIG_DM_RAID45 on powerpc
20796
20797 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 15:02:05 +0100
20798
20799linux (2.6.31-2.16) karmic; urgency=low
20800
20801 [ Andy Whitcroft ]
20802
20803 * compcache -- remove redundant Kconfig entries
20804 added ignore and ignore.modules for all arches since the compcache update
20805 changes the modules names as well as some compcache ABI values.
20806
20807 [ Manoj Iyer ]
20808
20809 * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3)
20810 * SAUCE: update compcache version to 0.5.3
20811
20812 [ Tim Gardner ]
20813
20814 * [Config]: Fix sparc FTBS by adding ignore.modules
20815
20816 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jul 2009 13:35:29 -0600
20817
20818linux (2.6.31-2.15) karmic; urgency=low
20819
20820 [ Andy Whitcroft ]
20821
20822 * SAUCE: default ATI Radeon KMS to off until userspace catches up
20823 * [Config] Update configs following rebase to 2.6.31-rc2
20824 * [Config] update ports configs following update to 2.6.31-rc2
20825
20826 [ Luke Yelavich ]
20827
20828 * [Config] powerpc - Disable CONFIG_RDS
20829
20830 [ Matt Zimmerman ]
20831
20832 * Rename linux-doc-PKGVER to linux-doc and clean up its description
20833 - LP: #382115
20834
20835 [ Upstream Kernel Changes ]
20836
20837 * rebased to mainline 2.6.31-rc2
20838
20839 -- Andy Whitcroft <apw@canonical.com> Sat, 04 Jul 2009 17:39:13 +0100
20840
20841linux (2.6.31-1.14) karmic; urgency=low
20842
20843 [ Andy Whitcroft ]
20844
20845 * update ndiswrapper to 1.55
20846 * remove leftovers of gfs
20847 * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR
20848
20849 [ Luke Yelavich ]
20850
20851 * [Config] re-enable and build the ide-pmac driver into powerpc kernels
20852 * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the
20853 kernel
20854
20855 [ Manoj Iyer ]
20856
20857 * Remove snd-bt-sco ubuntu driver
20858
20859 [ Michael Casadevall ]
20860
20861 * [Config] updates ia64 config and d-i folders to allow succesful build
20862 * [Config] Update powerpc and sparc for 2.6.31
20863
20864 [ Upstream Kernel Changes ]
20865
20866 * intel-iommu: fix Identity Mapping to be arch independent
20867 - LP: #384695
20868 * ACPI: video: prevent NULL deref in acpi_get_pci_dev()
20869
20870 -- Andy Whitcroft <apw@canonical.com> Tue, 30 Jun 2009 17:47:32 +0100
20871
20872linux (2.6.31-1.13) karmic; urgency=low
20873
20874 [ Andy Whitcroft ]
20875
20876 * REBASE: rebased to mainline 2.6.31-rc1
20877 - "UBUNTU: SAUCE: UHCI USB quirk for resume"
20878 no longer applies, using deprecated interfaces, LPIA only, dropped
20879 - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data"
20880 changes now upstream, dropped
20881 * [Config] Update configs following rebase to 2.6.31-rc1
20882 * [Config] update ports configs following update to 2.6.31-rc1
20883
20884 * [Config] disable broken staging driver CONFIG_STLC45XX
20885 * SAUCE: fix compcache to use updates accessors
20886 * [Config] disable staging driver CONFIG_VT6655
20887 * SAUCE: fix DRDB to use updates accessors
20888 * [Disable] ndiswrapper needs update
20889 * [Disable] LIRC I2C needs update
20890 * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update
20891 * [Config] disable I2C_DESIGNWARE does not compile
20892 * [Config] disable CONFIG_TLSUP for lpia
20893 * [Config] disable CONFIG_FB_UDL for arm
20894 * SAUCE: disable adding scsi headers to linux-libc-dev
20895
20896 [ Mario Limonciello ]
20897
20898 * SAUCE: Add LIRC drivers
20899
20900 -- Andy Whitcroft <apw@canonical.com> Thu, 25 Jun 2009 12:06:22 +0100
20901
20902linux (2.6.30-10.12) karmic; urgency=low
20903
20904 [ Andy Whitcroft ]
20905
20906 * [Config] split out the ports configs into their own family
20907 * [Config] update configs following introduction of ports family
20908
20909 [ Upstream Kernel Changes ]
20910
20911 * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its
20912 description". Fixes linux-doc package name conflicts for now.
20913 - LP: #382115
20914
20915 -- Tim Gardner <tim.gardner@canonical.com> Mon, 22 Jun 2009 09:17:14 -0600
20916
20917linux (2.6.30-10.11) karmic; urgency=low
20918
20919 [ Amit Kucheria ]
20920
20921 * [Config] Comment splitconfig.pl and misc cleanup
20922 * [Config] Rename all configs to the new naming scheme
20923 * [Config] Splitconfig rework
20924 * [Config] Rename scripts/misc/oldconfig to kernelconfig
20925 * [Config] Fix build system for new config split
20926 * [Config] Run updateconfigs after the splitconfig rework
20927
20928 [ Andy Whitcroft ]
20929
20930 * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y"
20931 * [Config] standardise CONFIG_STAGING=y
20932 * [Config] standardise CONFIG_RD_LZMA=y
20933 * [Config] CONFIG_PCI_IOV=y
20934 * [Config] CONFIG_PCI_STUB=m
20935 * [Config] merge kernel configs more agressively
20936
20937 [ Colin Watson ]
20938
20939 * [Config] Run kernel-wedge in $(builddir) rather than at the top level
20940 * [Config] Add support for including firmware in udebs
20941 * [Config] Ship bnx2 firmware in nic-modules udeb
20942 - LP: #384861
20943
20944 [ Luke Yelavich ]
20945
20946 * [Config] ports - Import of ports architectures into kernel packaging
20947 infrastructure
20948 * [Config] ports - Do not update ports kernel configurations by default
20949 * [Config] ports - Disable ABI checking for ports architectures
20950 * [Config] ports - Build drivers in ubuntu sub-directory on powerpc
20951 * [Config] ports - Add control.d/vars.* files for ports architectures
20952 * [Config] ports - Add ports architectures for linux-libc-dev
20953 * [Config] ports - Create powerpc specific message-modules and
20954 block-modules udebs
20955 * [Config] ports - Add configuration files for ports architectures
20956
20957 [ Manoj Iyer ]
20958
20959 * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386
20960 - LP: #329864
20961
20962 [ Michael Casadevall ]
20963
20964 * [Config] ports - Fix compression of kernels
20965
20966 [ Stefan Bader ]
20967
20968 * [Upstream] mmc: prevent dangling block device from accessing stale
20969 queues
20970 - LP: #383668
20971
20972 [ Tim Gardner ]
20973
20974 * [Config] Recommend grub-pc in linux-image
20975 - LP: #385741
20976 * [Config] Implement i386 generic and generic-pae flavours
20977 * [Config] ports - Add control info after integrating ports arches
20978 * [Config] Removed auto-generated files from git
20979 * [Config] Added netxen_nic to nic-modules
20980 - LP: #389603
20981
20982 [ Matt Zimmerman ]
20983
20984 * Rename linux-doc-PKGVER to linux-doc and clean up its description
20985 - LP: #382115
20986
20987 -- Tim Gardner <tim.gardner@canonical.com> Mon, 15 Jun 2009 14:38:26 -0600
20988
20989linux (2.6.30-9.10) karmic; urgency=low
20990
20991 [ Andy Whitcroft ]
20992
20993 * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia)
20994 * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia)
20995 * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia)
20996 * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64)
20997 * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia)
20998 * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386)
20999
21000 [ Upstream Kernel Changes ]
21001
21002 * rebased to 2.6.30 final
21003
21004 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jun 2009 11:42:53 +0100
21005
21006linux (2.6.30-8.9) karmic; urgency=low
21007
21008 [ Andy Whitcroft ]
21009
21010 * Config update removed the following options:
21011 CONFIG_EDAC_AMD8111=m
21012 CONFIG_EDAC_AMD8131=m
21013
21014 [ Upstream Kernel Changes ]
21015
21016 * rebased to 2.6.30-rc8
21017
21018 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Jun 2009 09:21:13 +0100
21019
21020linux (2.6.30-7.8) karmic; urgency=low
21021
21022 [ Andy Whitcroft ]
21023
21024 * Enabled NEW configration options:
21025 Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y
21026 Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M
21027
21028 [ Upstream Kernel Changes ]
21029
21030 * rebased to 2.6.30-rc7
21031
21032 -- Andy Whitcroft <apw@canonical.com> Sat, 23 May 2009 23:47:24 +0100
21033
21034linux (2.6.30-6.7) karmic; urgency=low
21035
21036 [ Andy Whitcroft ]
21037
21038 * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now
21039 upstream)
21040
21041 [ Upstream Kernel Changes ]
21042
21043 * rebased to 2.6.30-rc6
21044
21045 -- Andy Whitcroft <apw@canonical.com> Mon, 18 May 2009 18:05:54 +0100
21046
21047linux (2.6.30-5.6) karmic; urgency=low
21048
21049 [ Tim Gardner ]
21050
21051 * [Config] Enable Keyspan USB serial device firmware in kernel module
21052 - LP: #334285
21053
21054 [ Upstream Kernel Changes ]
21055
21056 * rebased to 2.6.30-rc5
21057
21058 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 May 2009 12:02:16 -0600
21059
21060linux (2.6.30-4.5) karmic; urgency=low
21061
21062 [ Colin Watson ]
21063
21064 * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid
21065 /usr/include/asm/* going missing
21066 - LP: #373214
21067
21068 -- Stefan Bader <stefan.bader@canonical.com> Fri, 08 May 2009 11:09:08 +0200
21069
21070linux (2.6.30-3.4) karmic; urgency=low
21071
21072 [ Kees Cook ]
21073
21074 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
21075 - LP: #369978
21076
21077 [ Stefan Bader ]
21078
21079 * SAUCE: input: Blacklist digitizers from joydev.c
21080 - LP: #300143
21081
21082 -- Tim Gardner <tim.gardner@canonical.com> Fri, 01 May 2009 14:00:42 -0600
21083
21084linux (2.6.30-2.3) karmic; urgency=low
21085
21086 [ Tim Gardner ]
21087
21088 * [Config] Enabled CC_STACKPROTECTOR=y for all x86en
21089 - LP: #369152
21090 * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y
21091 * [Config] CONFIG_DRM_I915_KMS=y
21092 * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH
21093 minimums
21094
21095 [ Upstream Kernel Changes ]
21096
21097 * rebased to 2.6.30-rc4
21098
21099 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Apr 2009 09:17:05 -0600
21100
21101linux (2.6.30-1.2) karmic; urgency=low
21102
21103 [ Tim Gardner ]
21104
21105 * [Config] armel: disable staging drivers, fixes FTBS
21106 * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS
21107
21108 [ Upstream Kernel Changes ]
21109
21110 * mpt2sas: Change reset_type enum to avoid namespace collision.
21111 Submitted upstream.
21112
21113 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 Apr 2009 16:54:41 -0600
21114
21115linux (2.6.30-1.1) karmic; urgency=low
21116
21117 * Initial release after rebasing against v2.6.30-rc3
21118
21119 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Mar 2009 19:16:07 -0600
21120