]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - debian.master/changelog
UBUNTU: Ubuntu-4.10.0-36.40
[mirror_ubuntu-zesty-kernel.git] / debian.master / changelog
CommitLineData
ae95914a 1linux (4.10.0-36.40) zesty; urgency=low
8db23d2c 2
ae95914a 3 * linux: 4.10.0-36.40 -proposed tracker (LP: #1718143)
8db23d2c 4
ae95914a
KSS
5 * Neighbour confirmation broken, breaks ARP cache aging (LP: #1715812)
6 - sock: add sk_dst_pending_confirm flag
7 - net: add dst_pending_confirm flag to skbuff
8 - sctp: add dst_pending_confirm flag
9 - tcp: replace dst_confirm with sk_dst_confirm
10 - net: add confirm_neigh method to dst_ops
11 - net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
12 - net: pending_confirm is not used anymore
13
14 * SRIOV: warning if unload VFs (LP: #1715073)
15 - PCI: Lock each enable/disable num_vfs operation in sysfs
16 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
17
18 * Kernel has troule recognizing Corsair Strafe RGB keyboard (LP: #1678477)
19 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
20
21 * CVE-2017-14106
22 - tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
23
24 * [CIFS] Fix maximum SMB2 header size (LP: #1713884)
25 - CIFS: Fix maximum SMB2 header size
26
27 * Middle button of trackpoint doesn't work (LP: #1715271)
28 - Input: trackpoint - assume 3 buttons when buttons detection fails
29
30 * Drop GPL from of_node_to_nid() export to match other arches (LP: #1709179)
31 - powerpc: Drop GPL from of_node_to_nid() export to match other arches
32
33 * vhost guest network randomly drops under stress (kvm) (LP: #1711251)
34 - Revert "vhost: cache used event for better performance"
35
36 * arm64 arch_timer fixes (LP: #1713821)
37 - Revert "UBUNTU: SAUCE: arm64: arch_timer: Enable CNTVCT_EL0 trap if
38 workaround is enabled"
39 - arm64: arch_timer: Enable CNTVCT_EL0 trap if workaround is enabled
40 - clocksource/arm_arch_timer: Fix arch_timer_mem_find_best_frame()
41 - clocksource/drivers/arm_arch_timer: Fix read and iounmap of incorrect
42 variable
43 - clocksource/drivers/arm_arch_timer: Fix mem frame loop initialization
44 - clocksource/drivers/arm_arch_timer: Avoid infinite recursion when ftrace is
45 enabled
46
47 * Touchpad not detected (LP: #1708852)
48 - Input: elan_i2c - add ELAN0608 to the ACPI table
49
50 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 19 Sep 2017 11:36:36 +0200
8db23d2c 51
0f390669 52linux (4.10.0-35.39) zesty; urgency=low
4606fa43 53
0f390669 54 * linux: 4.10.0-35.39 -proposed tracker (LP: #1716606)
4606fa43 55
0f390669
JH
56 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
57 - SAUCE: s390/mm: fix local TLB flushing vs. detach of an mm address space
58 - SAUCE: s390/mm: fix race on mm->context.flush_mm
59
60 * CVE-2017-1000251
61 - Bluetooth: Properly check L2CAP config option output buffer length
62
63 -- Juerg Haefliger <juerg.haefliger@canonical.com> Wed, 13 Sep 2017 08:15:17 +0200
4606fa43 64
1bfb6eb7 65linux (4.10.0-34.38) zesty; urgency=low
d04d59ea 66
1bfb6eb7 67 * linux: 4.10.0-34.38 -proposed tracker (LP: #1713470)
d04d59ea 68
1bfb6eb7
TLSC
69 * Ubuntu 16.04.03: perf tool does not count pm_run_inst_cmpl with rcode on
70 POWER9 DD2.0 (LP: #1709964)
71 - powerpc/perf: Fix Power9 test_adder fields
72
73 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
74 - HID: multitouch: Support PTP Stick and Touchpad device
75 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
76
77 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
78 - SAUCE: igb: add support for using Broadcom 54616 as PHY
79
80 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
81 - powerpc/mm/radix: Optimise tlbiel flush all case
82 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
83 - powerpc/mm/radix: Improve TLB/PWC flushes
84 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
85
86 * AMD RV platforms with SNPS 3.1 USB controller stop responding (S3 issue)
87 (LP: #1711098)
88 - usb: xhci: Issue stop EP command only when the EP state is running
89
90 * dma-buf: performance issue when looking up the fence status (LP: #1711096)
91 - dma-buf: avoid scheduling on fence status query v2
92
93 * IPR driver causes multipath to fail paths/stuck IO on Medium Errors
94 (LP: #1682644)
95 - scsi: ipr: do not set DID_PASSTHROUGH on CHECK CONDITION
96
97 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
98 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
99
100 * memory-hotplug test needs to be fixed (LP: #1710868)
101 - selftests: typo correction for memory-hotplug test
102 - selftests: check hot-pluggagble memory for memory-hotplug test
103 - selftests: check percentage range for memory-hotplug test
104 - selftests: add missing test name in memory-hotplug test
105 - selftests: fix memory-hotplug test
106
107 * Ubuntu 16.04.3: Qemu fails on P9 (LP: #1686019)
108 - KVM: PPC: Pass kvm* to kvmppc_find_table()
109 - KVM: PPC: Use preregistered memory API to access TCE list
110 - KVM: PPC: VFIO: Add in-kernel acceleration for VFIO
111 - powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()
112 - powerpc/powernv/ioda2: Update iommu table base on ownership change
113 - powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposal
114 - powerpc/vfio_spapr_tce: Add reference counting to iommu_table
115 - powerpc/mmu: Add real mode support for IOMMU preregistered memory
116 - KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability number
117 - KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlers
118
119 * [SRU][Zesty] [QDF2400] pl011 E44 erratum patch needed for 2.0 firmware and
120 1.1 silicon (LP: #1709123)
121 - tty: pl011: fix initialization order of QDF2400 E44
122
123 * Docker hangs with xfs using aufs storage driver (LP: #1709749)
124 - SAUCE: aufs: for v4.5, use vfs_clone_file_range() in copy-up
125 - SAUCE: aufs: bugfix, for v4.10, copy-up on XFS branch
126
127 * ACPI ID for Hip07/08 I2C controller has typo (LP: #1711182)
128 - ACPI: APD: Fix HID for Hisilicon Hip07/08
129
130 * Avoid spurious PMU interrupts after idle (LP: #1709352)
131 - powerpc/perf: Avoid spurious PMU interrupts after idle
132
133 * [SRU][ZESTY]kernel BUG at
134 /build/linux-H5UzH8/linux-4.10.0/drivers/nvme/host/pci.c:567! (LP: #1709073)
135 - block: fix bio_will_gap() for first bvec with offset
136
137 * CVE-2017-7541
138 - brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()
139
140 * sort ABI files with C.UTF-8 locale (LP: #1712345)
141 - [Packaging] sort ABI files with C.UTF-8 locale
142
143 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
144 kernels able to boot without initramfs (LP: #1700972)
145 - [Debian] Don't depend on initramfs-tools
146
147 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 28 Aug 2017 10:31:05 -0300
d04d59ea 148
6b7134e0 149linux (4.10.0-33.37) zesty; urgency=low
e409ffcd 150
6b7134e0 151 * linux: 4.10.0-33.37 -proposed tracker (LP: #1709303)
e409ffcd 152
6b7134e0
SB
153 * CVE-2017-1000112
154 - Revert "udp: consistently apply ufo or fragmentation"
155 - udp: consistently apply ufo or fragmentation
156
157 * CVE-2017-1000111
158 - Revert "net-packet: fix race in packet_set_ring on PACKET_RESERVE"
159 - packet: fix tp_reserve race in packet_set_ring
160
161 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
162 (LP: #1673564)
163 - irqchip/gic-v3: Add missing system register definitions
164 - arm64: KVM: Do not use stack-protector to compile EL2 code
165 - KVM: arm/arm64: vgic-v3: Use PREbits to infer the number of ICH_APxRn_EL2
166 registers
167 - KVM: arm/arm64: vgic-v3: Fix nr_pre_bits bitfield extraction
168 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
169 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
170 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
171 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
172 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
173 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
174 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
175 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
176 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
177 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
178 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
179 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
180 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
181 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
182 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
183 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
184 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
185 - arm64: Add MIDR values for Cavium cn83XX SoCs
186 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
187 - arm64: Add workaround for Cavium Thunder erratum 30115
188 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
189 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
190 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
191 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
192 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
193 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
194 - arm64: KVM: Make unexpected reads from WO registers inject an undef
195 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
196 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
197
198 * ibmvscsis: Do not send aborted task response (LP: #1689365)
199 - target: Fix unknown fabric callback queue-full errors
200 - ibmvscsis: Do not send aborted task response
201 - ibmvscsis: Clear left-over abort_cmd pointers
202 - ibmvscsis: Fix the incorrect req_lim_delta
203
204 * hisi_sas performance improvements (LP: #1708734)
205 - scsi: hisi_sas: define hisi_sas_device.device_id as int
206 - scsi: hisi_sas: optimise the usage of hisi_hba.lock
207 - scsi: hisi_sas: relocate sata_done_v2_hw()
208 - scsi: hisi_sas: optimise DMA slot memory
209
210 * hisi_sas driver reports mistakes timed out task for internal abort
211 (LP: #1708730)
212 - scsi: hisi_sas: fix timeout check in hisi_sas_internal_task_abort()
213
214 * scsi: hisi_sas: add null check before indirect pointer dereference
215 (LP: #1708714)
216 - scsi: hisi_sas: add null check before indirect pointer dereference
217
218 * [LTCTest][Opal][FW860.20] HMI recoverable errors failed to recover and
219 system goes to dump state. (LP: #1684054)
220 - powerpc/64: Fix HMI exception on LE with CONFIG_RELOCATABLE=y
221
222 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
223 - [Config] CONFIG_SATA_HIGHBANK=y
224
225 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
226 - [Packaging] tests -- reduce rebuild test to one flavour
227
228 * support Hip07/08 I2C controller (LP: #1708293)
229 - ACPI / APD: Add clock frequency for Hisilicon Hip07/08 I2C controller
230 - i2c: designware: Add ACPI HID for Hisilicon Hip07/08 I2C controller
231
232 * Mute key LED does not work on HP ProBook 440 (LP: #1705586)
233 - ALSA: hda - Add HP ZBook 15u G3 Conexant CX20724 GPIO mute leds
234 - ALSA: hda - Add mute led support for HP ProBook 440 G4
235
236 * Hisilicon D05 onboard fibre NIC link indicator LEDs don't work
237 (LP: #1704903)
238 - net: hns: add acpi function of xge led control
239
240 * zesty unable to handle kernel NULL pointer dereference (LP: #1680904)
241 - drm/i915: Do not drop pagetables when empty
242
243 * hns: use after free in hns_nic_net_xmit_hw (LP: #1704885)
244 - net: hns: Fix a skb used after free bug
245
246 * [ARM64] config EDAC_GHES=y depends on EDAC_MM_EDAC=y (LP: #1706141)
247 - [Config] set EDAC_MM_EDAC=y for ARM64
248
249 * [Hyper-V] hv_netvsc: Exclude non-TCP port numbers from vRSS hashing
250 (LP: #1690174)
251 - hv_netvsc: Exclude non-TCP port numbers from vRSS hashing
252
253 * ath10k doesn't report full RSSI information (LP: #1706531)
254 - ath10k: add per chain RSSI reporting
255
256 * ideapad_laptop don't support v310-14isk (LP: #1705378)
257 - platform/x86: ideapad-laptop: Add several models to no_hw_rfkill
258
259 * hns: ethtool selftest crashes system (LP: #1705712)
260 - net/hns:bugfix of ethtool -t phy self_test
261
262 * ath9k freezes suspend resume Ubuntu 17.04 (LP: #1697027)
263 - ath9k: fix an invalid pointer dereference in ath9k_rng_stop()
264
265 * xhci_hcd: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2
266 comp_code 13 (LP: #1667750)
267 - xhci: Bad Ethernet performance plugged in ASM1042A host
268
269 * Migrating KSM page causes the VM lock up as the KSM page merging list is too
270 large (LP: #1680513)
271 - ksm: introduce ksm_max_page_sharing per page deduplication limit
272 - ksm: fix use after free with merge_across_nodes = 0
273 - ksm: cleanup stable_node chain collapse case
274 - ksm: swap the two output parameters of chain/chain_prune
275 - ksm: optimize refile of stable_node_dup at the head of the chain
276
277 * Change CONFIG_IBMVETH to module (LP: #1704479)
278 - [Config] CONFIG_IBMVETH=m
279
280 * CVE-2017-7487
281 - ipx: call ipxitf_put() in ioctl error path
282
283 * Hotkeys on new Thinkpad systems aren't working (LP: #1705169)
284 - platform/x86: thinkpad_acpi: guard generic hotkey case
285 - platform/x86: thinkpad_acpi: add mapping for new hotkeys
286
287 * misleading kernel warning skb_warn_bad_offload during checksum calculation
288 (LP: #1705447)
289 - net: reduce skb_warn_bad_offload() noise
290
291 * Ubuntu 16.04.02: ibmveth: Support to enable LSO/CSO for Trunk VEA
292 (LP: #1692538)
293 - ibmveth: Support to enable LSO/CSO for Trunk VEA.
294
295 * bonding: stack dump when unregistering a netdev (LP: #1704102)
296 - bonding: avoid NETDEV_CHANGEMTU event when unregistering slave
297
298 * Ubuntu 16.04 IOB Error when the Mustang board rebooted (LP: #1693673)
299 - drivers: net: xgene: Fix redundant prefetch buffer cleanup
300
301 * Ubuntu16.04: NVMe 4K+T10 DIF/DIX format returns I/O error on dd with split
302 op (LP: #1689946)
303 - blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split
304 op
305
306 * linux >= 4.2: bonding 802.3ad does not work with 5G, 25G and 50G link speeds
307 (LP: #1697892)
308 - bonding: add 802.3ad support for 25G speeds
309 - bonding: fix 802.3ad support for 5G and 50G speeds
310
311 * [SRU][Zesty] arm64: Add support for handling memory corruption
312 (LP: #1696852)
313 - arm64: mm: Update perf accounting to handle poison faults
314 - arm64: hugetlb: Fix huge_pte_offset to return poisoned page table entries
315 - arm64: kconfig: allow support for memory failure handling
316 - arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handling
317
318 * [SRU][Zesty] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
319 (LP: #1696570)
320 - acpi: apei: read ack upon ghes record consumption
321 - ras: acpi/apei: cper: add support for generic data v3 structure
322 - cper: add timestamp print to CPER status printing
323 - efi: parse ARM processor error
324 - arm64: exception: handle Synchronous External Abort
325 - acpi: apei: handle SEA notification type for ARMv8
326 - acpi: apei: panic OS with fatal error status block
327 - efi: print unrecognized CPER section
328 - ras: acpi / apei: generate trace event for unrecognized CPER section
329 - trace, ras: add ARM processor error trace event
330 - ras: mark stub functions as 'inline'
331 - arm/arm64: KVM: add guest SEA support
332 - acpi: apei: check for pending errors when probing GHES entries
333 - [Config] CONFIG_ACPI_APEI_SEA=y
334
335 -- Stefan Bader <stefan.bader@canonical.com> Fri, 11 Aug 2017 11:40:30 +0200
e409ffcd 336
09a6c23c 337linux (4.10.0-32.36) zesty; urgency=low
337224cf 338
09a6c23c
SB
339 * CVE-2017-1000112
340 - udp: avoid ufo handling on IP payload compression packets
341 - net: account for current skb length when deciding about UFO
342 - udp: consistently apply ufo or fragmentation
337224cf 343
09a6c23c
SB
344 * CVE-2017-1000111
345 - net-packet: fix race in packet_set_ring on PACKET_RESERVE
346
347 -- Stefan Bader <stefan.bader@canonical.com> Mon, 07 Aug 2017 12:54:42 +0200
337224cf 348
fb2f4752 349linux (4.10.0-30.34) zesty; urgency=low
6123bc7f 350
fb2f4752
TLSC
351 * CVE-2017-7533
352 - dentry name snapshots
6123bc7f 353
fb2f4752 354 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 31 Jul 2017 14:27:53 -0300
6123bc7f 355
50568979 356linux (4.10.0-29.33) zesty; urgency=low
ae3f9ba7 357
50568979 358 * linux: 4.10.0-29.33 -proposed tracker (LP: #1704961)
ae3f9ba7 359
50568979
KSS
360 * Opal and POWER9 DD2 (LP: #1702159)
361 - powerpc/powernv: Tell OPAL about our MMU mode on POWER9
362 - powerpc/powernv: Fix boot on Power8 bare metal due to opal_configure_cores()
363
364 * CVE-2017-1000364
365 - mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack
366 - mm/mmap.c: expand_downwards: don't require the gap if !vm_prev
367
368 * [Xenial] nvme: Quirks for PM1725 controllers (LP: #1704435)
369 - nvme: Quirks for PM1725 controllers
370
371 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
372 - net: hns: Bugfix for Tx timeout handling in hns driver
373
374 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
375 - iommu/arm-smmu: Plumb in new ACPI identifiers
376
377 * CVE-2017-7482
378 - rxrpc: Fix several cases where a padded len isn't checked in ticket decode
379
380 * CVE-2017-1000365
381 - fs/exec.c: account for argv/envp pointers
382
383 * CVE-2017-10810
384 - drm/virtio: don't leak bo on drm_gem_object_init failure
385
386 * Data corruption with hio driver (LP: #1701316)
387 - SAUCE: hio: Fix incorrect use of enum req_opf values
388
389 * arm64: fix crash reading /proc/kcore (LP: #1702749)
390 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
391 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
392
393 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
394 - scsi: cxlflash: Refactor context reset to share reset logic
395 - scsi: cxlflash: Support SQ Command Mode
396 - scsi: cxlflash: Cleanup prints
397 - scsi: cxlflash: Cancel scheduled workers before stopping AFU
398 - scsi: cxlflash: Enable PCI device ID for future IBM CXL Flash AFU
399 - scsi: cxlflash: Separate RRQ processing from the RRQ interrupt handler
400 - scsi: cxlflash: Serialize RRQ access and support offlevel processing
401 - scsi: cxlflash: Implement IRQ polling for RRQ processing
402 - scsi: cxlflash: Update sysfs helper routines to pass config structure
403 - scsi: cxlflash: Support dynamic number of FC ports
404 - scsi: cxlflash: Remove port configuration assumptions
405 - scsi: cxlflash: Hide FC internals behind common access routine
406 - scsi: cxlflash: SISlite updates to support 4 ports
407 - scsi: cxlflash: Support up to 4 ports
408 - scsi: cxlflash: Fence EEH during probe
409 - scsi: cxlflash: Remove unnecessary DMA mapping
410 - scsi: cxlflash: Fix power-of-two validations
411 - scsi: cxlflash: Fix warnings/errors
412 - scsi: cxlflash: Improve asynchronous interrupt processing
413 - scsi: cxlflash: Support multiple hardware queues
414 - scsi: cxlflash: Add hardware queues attribute
415 - scsi: cxlflash: Introduce hardware queue steering
416 - cxl: Enable PCI device IDs for future IBM CXL adapters
417 - scsi: cxlflash: Select IRQ_POLL
418 - scsi: cxlflash: Combine the send queue locks
419 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
420 - scsi: cxlflash: Reset hardware queue context via specified register
421 - scsi: cxlflash: Schedule asynchronous reset of the host
422 - scsi: cxlflash: Handle AFU sync failures
423 - scsi: cxlflash: Track pending scsi commands in each hardware queue
424 - scsi: cxlflash: Flush pending commands in cleanup path
425 - scsi: cxlflash: Add scsi command abort handler
426 - scsi: cxlflash: Create character device to provide host management interface
427 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
428 specifics
429 - scsi: cxlflash: Introduce host ioctl support
430 - scsi: cxlflash: Refactor AFU capability checking
431 - scsi: cxlflash: Support LUN provisioning
432 - scsi: cxlflash: Support AFU debug
433 - scsi: cxlflash: Support WS16 unmap
434 - scsi: cxlflash: Remove zeroing of private command data
435 - scsi: cxlflash: Update TMF command processing
436 - scsi: cxlflash: Avoid double free of character device
437 - scsi: cxlflash: Update send_tmf() parameters
438 - scsi: cxlflash: Update debug prints in reset handlers
439
440 * Ath10k to read different board data file if specify in SMBIOS (LP: #1666742)
441 - ath10k: search SMBIOS for OEM board file extension
442
443 * APST gets enabled against explicit kernel option (LP: #1699004)
444 - nvme: Display raw APST configuration via DYNAMIC_DEBUG
445 - nvme: Add nvme_core.force_apst to ignore the NO_APST quirk
446 - nvme: explicitly disable APST on quirked devices
447
448 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
449 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
450
451 * New NVLINK2 patches (LP: #1701272)
452 - powerpc/powernv/npu-dma: Add explicit flush when sending an ATSD
453 - powerpc/npu-dma: Remove spurious WARN_ON when a PCI device has no of_node
454
455 * ERAT invalidate on context switch removal (LP: #1700819)
456 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
457
458 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
459 - powerpc/64s: Invalidate ERAT on powersave wakeup for POWER9
460
461 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
462 - net/ena: use napi_complete_done() return value
463 - net: ena: remove superfluous check in ena_remove()
464 - net/ena: switch to pci_alloc_irq_vectors
465 - net: ena: fix rare uncompleted admin command false alarm
466 - net: ena: fix bug that might cause hang after consecutive open/close
467 interface.
468 - net: ena: add missing return when ena_com_get_io_handlers() fails
469 - net: ena: fix race condition between submit and completion admin command
470 - net: ena: add missing unmap bars on device removal
471 - net: ena: fix theoretical Rx hang on low memory systems
472 - net: ena: disable admin msix while working in polling mode
473 - net: ena: bug fix in lost tx packets detection mechanism
474 - net: ena: update ena driver to version 1.1.7
475 - net: ena: change return value for unsupported features unsupported return
476 value
477 - net: ena: add hardware hints capability to the driver
478 - net: ena: change sizeof() argument to be the type pointer
479 - net: ena: add reset reason for each device FLR
480 - net: ena: add support for out of order rx buffers refill
481 - net: ena: allow the driver to work with small number of msix vectors
482 - net: ena: use napi_schedule_irqoff when possible
483 - net: ena: separate skb allocation to dedicated function
484 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
485 - net: ena: update driver's rx drop statistics
486 - net: ena: update ena driver to version 1.2.0
487
488 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 19 Jul 2017 12:50:42 +0200
ae3f9ba7 489
f4f26263 490linux (4.10.0-28.32) zesty; urgency=low
f36280b7 491
f4f26263 492 * linux: 4.10.0-28.32 -proposed tracker (LP: #1701013)
f36280b7 493
f4f26263
JH
494 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
495 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
496
497 * aacraid driver may return uninitialized stack data to userspace
498 (LP: #1700077)
499 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
500
501 * CVE-2017-9605
502 - drm/vmwgfx: Make sure backup_handle is always valid
503
504 * CVE-2017-1000380
505 - ALSA: timer: Fix race between read and ioctl
506 - ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
507
508 * XDP eBPF programs fail to verify on Zesty ppc64el (LP: #1699627)
509 - [Config] ppc64el: build for Power8 not Power7
510
511 * AACRAID for power9 platform (LP: #1689980)
512 - scripts/spelling.txt: add "therfore" pattern and fix typo instances
513 - scsi: aacraid: fix PCI error recovery path
514 - scsi: aacraid: pci_alloc_consistent() failures on ARM64
515 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
516 - scsi: aacraid: Fix DMAR issues with iommu=pt
517 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
518 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
519 - scsi: aacraid: Remove reset support from check_health
520 - scsi: aacraid: Change wait time for fib completion
521 - scsi: aacraid: Log count info of scsi cmds before reset
522 - scsi: aacraid: Print ctrl status before eh reset
523 - scsi: aacraid: Using single reset mask for IOP reset
524 - scsi: aacraid: Rework IOP reset
525 - scsi: aacraid: Add periodic checks to see IOP reset status
526 - scsi: aacraid: Rework SOFT reset code
527 - scsi: aacraid: Rework aac_src_restart
528 - scsi: aacraid: Use correct function to get ctrl health
529 - scsi: aacraid: Make sure ioctl returns on controller reset
530 - scsi: aacraid: Enable ctrl reset for both hba and arc
531 - scsi: aacraid: Add reset debugging statements
532 - scsi: aacraid: Remove reference to Series-9
533 - scsi: aacraid: Update driver version to 50834
534
535 * arm64 kernel crashdump support (LP: #1694859)
536 - memblock: add memblock_clear_nomap()
537 - memblock: add memblock_cap_memory_range()
538 - arm64: limit memory regions based on DT property, usable-memory-range
539 - arm64: kdump: reserve memory for crash dump kernel
540 - arm64: mm: add set_memory_valid()
541 - arm64: mm: use phys_addr_t instead of unsigned long in __map_memblock
542 - arm64: kdump: protect crash dump kernel memory
543 - arm64: hibernate: preserve kdump image around hibernation
544 - arm64: kdump: implement machine_crash_shutdown()
545 - arm64: kdump: add VMCOREINFO's for user-space tools
546 - [Config] CONFIG_CRASH_DUMP=y on arm64
547 - arm64: kdump: provide /proc/vmcore file
548 - Documentation: kdump: describe arm64 port
549 - Documentation: dt: chosen properties for arm64 kdump
550 - efi/libstub/arm*: Set default address and size cells values for an empty dtb
551
552 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
553 - SAUCE: drm: hibmc: Use set_busid function from drm core
554
555 * Processes in "D" state due to zap_pid_ns_processes kernel call with Ubuntu +
556 Docker (LP: #1698264)
557 - pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes
558
559 * Bugfixes for hns network driver (LP: #1696031)
560 - hns_enet: use cpumask_var_t for on-stack mask
561 - net: hns: fix uninitialized data use
562 - net: hns: avoid gcc-7.0.1 warning for uninitialized data
563 - net: hns: Add ACPI support to check SFP present
564 - net: hns: Fix the implementation of irq affinity function
565 - net: hns: Modify GMAC init TX threshold value
566 - net: hns: Optimize the code for GMAC pad and crc Config
567 - net: hns: Remove redundant memset during buffer release
568 - net: hns: bug fix of ethtool show the speed
569 - net: hns: Optimize hns_nic_common_poll for better performance
570 - net: hns: Fix to adjust buf_size of ring according to mtu
571 - net: hns: Replace netif_tx_lock to ring spin lock
572 - net: hns: Correct HNS RSS key set function
573 - net: hns: Remove the redundant adding and deleting mac function
574 - net: hns: Remove redundant mac_get_id()
575 - net: hns: Remove redundant mac table operations
576 - net: hns: Clean redundant code from hns_mdio.c file
577 - net: hns: Optimise the code in hns_mdio_wait_ready()
578 - net: hns: Simplify the exception sequence in hns_ppe_init()
579 - net: hns: Adjust the SBM module buffer threshold
580 - net: hns: Avoid Hip06 chip TX packet line bug
581 - net: hns: Some checkpatch.pl script & warning fixes
582 - net: hns: support deferred probe when can not obtain irq
583 - net: hns: support deferred probe when no mdio
584 - net: hns: fix ethtool_get_strings overflow in hns driver
585
586 * CVE-2017-7346
587 - drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()
588
589 * [SRU][Zesty] qcom_emac is unable to get ip address with at803x phy driver.
590 (LP: #1696143)
591 - net: qcom/emac: do not use hardware mdio automatic polling
592
593 * hisi_sas driver updates (LP: #1695999)
594 - scsi: hisi_sas: service v2 hw CQ ISR with tasklet
595 - scsi: hisi_sas: lock sensitive regions when servicing CQ interrupt
596 - scsi: hisi_sas: lock sensitive region in hisi_sas_slot_abort()
597 - scsi: hisi_sas: workaround v2 hw SATA IO timeout issue
598 - scsi: hisi_sas: modify some values of ITCT table
599 - scsi: hisi_sas: downgrade refclk message
600 - scsi: hisi_sas: modify hard reset for directed-attached disk
601 - scsi: hisi_sas: downgrade internal abort exit print
602 - scsi: hisi_sas: fix probe ordering problem
603 - scsi: hisi_sas: decrease running_req in hisi_sas_slot_task_free()
604 - scsi: hisi_sas: add to_hisi_sas_port()
605 - scsi: hisi_sas: add controller reset
606 - scsi: hisi_sas: move PHY init to hisi_sas_scan_start()
607 - scsi: hisi_sas: add softreset function for SATA disk
608 - scsi: hisi_sas: remove hisi_sas_port_deformed()
609 - scsi: hisi_sas: error hisi_sas_task_prep() when port down
610 - scsi: hisi_sas: only reset link for PHY_FUNC_LINK_RESET
611 - scsi: hisi_sas: modify error handling for v2 hw
612 - scsi: hisi_sas: modify hisi_sas_abort_task() for SSP
613 - scsi: hisi_sas: hardreset for SATA disk in LU reset
614 - scsi: hisi_sas: check for SAS_TASK_STATE_ABORTED in slot complete
615 - scsi: hisi_sas: free slots after hardreset
616 - scsi: hisi_sas: fix some sas_task.task_state_lock locking
617 - scsi: hisi_sas: remove task free'ing for timeouts
618 - scsi: hisi_sas: process error codes according to their priority
619 - scsi: hisi_sas: some modifications to v2 hw reg init values
620 - scsi: hisi_sas: handle PHY UP+DOWN simultaneous irq
621 - scsi: hisi_sas: rename hisi_sas_link_timeout_{enable, disable}_link
622 - scsi: hisi_sas: add hisi_sas_clear_nexus_ha()
623 - scsi: hisi_sas: release SMP slot in lldd_abort_task
624 - scsi: hisi_sas: check hisi_sas_lu_reset() error message
625 - scsi: hisi_sas: use dev_is_sata to identify SATA or SAS disk
626 - scsi: hisi_sas: add is_sata_phy_v2_hw()
627 - scsi: hisi_sas: add missing break in switch statement
628 - scsi: hisi_sas: fix SATA dependency
629 - scsi: hisi_sas: workaround STP link SoC bug
630 - scsi: hisi_sas: workaround a SoC SATA IO processing bug
631 - scsi: hisi_sas: workaround SoC about abort timeout bug
632 - scsi: hisi_sas: add v2 hw internal abort timeout workaround
633 - scsi: hisi_sas: fix NULL deference when TMF timeouts
634 - scsi: hisi_sas: controller reset for multi-bits ECC and AXI fatal errors
635
636 * [SRU][Zesty] fix soft lockup on overcommited hugepages (LP: #1696165)
637 - mm/migrate: fix refcount handling when !hugepage_migration_supported()
638
639 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
640 - d-i: Add hibmc-drm to kernel-image udeb
641
642 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
643 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
644
645 * CVE-2014-9900
646 - net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
647
648 * OpenPower: Some multipaths temporarily have only a single path
649 (LP: #1696445)
650 - scsi: ses: don't get power status of SES device slot on probe
651
652 -- Juerg Haefliger <juerg.haefliger@canonical.com> Thu, 29 Jun 2017 11:14:43 +0200
f36280b7 653
56389f24 654linux (4.10.0-26.30) zesty; urgency=low
06c43785 655
56389f24 656 * linux: 4.10.0-26.30 -proposed tracker (LP: #1700528)
06c43785 657
56389f24
JH
658 * CVE-2017-1000364
659 - Revert "UBUNTU: SAUCE: mm: Only expand stack if guard area is hit"
660 - Revert "mm: do not collapse stack gap into THP"
661 - Revert "mm: enlarge stack guard gap"
662 - mm: larger stack guard gap, between vmas
663 - mm: fix new crash in unmapped_area_topdown()
664 - Allow stack to grow up to address space limit
665
666 -- Juerg Haefliger <juerg.haefliger@canonical.com> Mon, 26 Jun 2017 18:09:03 +0200
06c43785 667
ab1f739c 668linux (4.10.0-25.29) zesty; urgency=low
29175642 669
ab1f739c 670 * linux: 4.10.0-25.29 -proposed tracker (LP: #1699028)
29175642 671
ab1f739c
SB
672 * CVE-2017-1000364
673 - SAUCE: mm: Only expand stack if guard area is hit
674
675 * CVE-2017-9074
676 - ipv6: Prevent overrun when parsing v6 header options
677 - ipv6: Check ip6_find_1stfragopt() return value properly.
678
679 * [Zesty] QDF2400 ARM64 server - NMI watchdog: BUG: soft lockup - CPU#8 stuck
680 for 22s! (LP: #1680549)
681 - iommu/dma: Stop getting dma_32bit_pfn wrong
682 - iommu/dma: Implement PCI allocation optimisation
683 - iommu/dma: Convert to address-based allocation
684 - iommu/dma: Clean up MSI IOVA allocation
685 - iommu/dma: Plumb in the per-CPU IOVA caches
686 - iommu/iova: Fix underflow bug in __alloc_and_insert_iova_range
687
688 * Zesty update to 4.10.17 stable release (LP: #1692898)
689 - xen: adjust early dom0 p2m handling to xen hypervisor behavior
690 - target: Fix compare_and_write_callback handling for non GOOD status
691 - target/fileio: Fix zero-length READ and WRITE handling
692 - iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement
693 - usb: xhci: bInterval quirk for TI TUSB73x0
694 - usb: host: xhci: print correct command ring address
695 - USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev Kit
696 - USB: Proper handling of Race Condition when two USB class drivers try to
697 call init_usb_class simultaneously
698 - USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"
699 - staging: vt6656: use off stack for in buffer USB transfers.
700 - staging: vt6656: use off stack for out buffer USB transfers.
701 - staging: gdm724x: gdm_mux: fix use-after-free on module unload
702 - staging: wilc1000: Fix problem with wrong vif index
703 - staging: comedi: jr3_pci: fix possible null pointer dereference
704 - staging: comedi: jr3_pci: cope with jiffies wraparound
705 - usb: misc: add missing continue in switch
706 - usb: gadget: legacy gadgets are optional
707 - usb: Make sure usb/phy/of gets built-in
708 - usb: hub: Fix error loop seen after hub communication errors
709 - usb: hub: Do not attempt to autosuspend disconnected devices
710 - x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup
711 - selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug
712 - x86, pmem: Fix cache flushing for iovec write < 8 bytes
713 - um: Fix PTRACE_POKEUSER on x86_64
714 - perf/x86: Fix Broadwell-EP DRAM RAPL events
715 - KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
716 - KVM: arm/arm64: fix races in kvm_psci_vcpu_on
717 - arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
718 - block: fix blk_integrity_register to use template's interval_exp if not 0
719 - crypto: s5p-sss - Close possible race for completed requests
720 - crypto: algif_aead - Require setkey before accept(2)
721 - crypto: ccp - Use only the relevant interrupt bits
722 - crypto: ccp - Disable interrupts early on unload
723 - crypto: ccp - Change ISR handler method for a v3 CCP
724 - crypto: ccp - Change ISR handler method for a v5 CCP
725 - dm crypt: rewrite (wipe) key in crypto layer using random data
726 - dm era: save spacemap metadata root after the pre-commit
727 - dm rq: check blk_mq_register_dev() return value in
728 dm_mq_init_request_queue()
729 - dm thin: fix a memory leak when passing discard bio down
730 - vfio/type1: Remove locked page accounting workqueue
731 - iov_iter: don't revert iov buffer if csum error
732 - IB/core: Fix sysfs registration error flow
733 - IB/core: For multicast functions, verify that LIDs are multicast LIDs
734 - IB/IPoIB: ibX: failed to create mcg debug file
735 - IB/mlx4: Fix ib device initialization error flow
736 - IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug level
737 - IB/hfi1: Prevent kernel QP post send hard lockups
738 - perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()
739 - perf annotate s390: Fix perf annotate error -95 (4.10 regression)
740 - perf annotate s390: Implement jump types for perf annotate
741 - jbd2: fix dbench4 performance regression for 'nobarrier' mounts
742 - ext4: evict inline data when writing to memory map
743 - orangefs: fix bounds check for listxattr
744 - orangefs: clean up oversize xattr validation
745 - orangefs: do not set getattr_time on orangefs_lookup
746 - orangefs: do not check possibly stale size on truncate
747 - fs/xattr.c: zero out memory copied to userspace in getxattr
748 - ceph: fix memory leak in __ceph_setxattr()
749 - fs/block_dev: always invalidate cleancache in invalidate_bdev()
750 - mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC
751 - Fix match_prepath()
752 - Set unicode flag on cifs echo request to avoid Mac error
753 - SMB3: Work around mount failure when using SMB3 dialect to Macs
754 - CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
755 - cifs: fix leak in FSCTL_ENUM_SNAPS response handling
756 - cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops
757 - CIFS: fix oplock break deadlocks
758 - cifs: fix CIFS_IOC_GET_MNT_INFO oops
759 - CIFS: add misssing SFM mapping for doublequote
760 - ovl: do not set overlay.opaque on non-dir create
761 - padata: free correct variable
762 - md/raid1: avoid reusing a resync bio after error handling.
763 - device-dax: fix cdev leak
764 - device-dax: fix sysfs attribute deadlock
765 - dax: prevent invalidation of mapped DAX entries
766 - mm: fix data corruption due to stale mmap reads
767 - f2fs: fix fs corruption due to zero inode page
768 - fscrypt: fix context consistency check when key(s) unavailable
769 - serial: samsung: Use right device for DMA-mapping calls
770 - serial: omap: fix runtime-pm handling on unbind
771 - serial: omap: suspend device on probe errors
772 - tty: pty: Fix ldisc flush after userspace become aware of the data already
773 - Bluetooth: Fix user channel for 32bit userspace on 64bit kernel
774 - Bluetooth: hci_bcm: add missing tty-device sanity check
775 - Bluetooth: hci_intel: add missing tty-device sanity check
776 - libnvdimm, region: fix flush hint detection crash
777 - libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify
778 - libnvdimm: fix nvdimm_bus_lock() vs device_lock() ordering
779 - libnvdimm, pfn: fix 'npfns' vs section alignment
780 - pstore: Shut down worker when unregistering
781 - Linux 4.10.17
782
783 * [SRU][Zesty] Support SMMU passthrough using the default domain
784 (LP: #1688158)
785 - iommu/arm-smmu: Restrict domain attributes to UNMANAGED domains
786 - iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domains
787 - iommu/arm-smmu-v3: Make arm_smmu_install_ste_for_dev return void
788 - iommu: Rename iommu_get_instance()
789 - iommu: Rename struct iommu_device
790 - iommu: Introduce new 'struct iommu_device'
791 - iommu: Add sysfs bindings for struct iommu_device
792 - iommu: Make iommu_device_link/unlink take a struct iommu_device
793 - iommu: Add iommu_device_set_fwnode() interface
794 - iommu/arm-smmu: Make use of the iommu_register interface
795 - iommu/arm-smmu-v3: Install bypass STEs for IOMMU_DOMAIN_IDENTITY domains
796 - iommu: Allow default domain type to be set on the kernel command line
797 - arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMA
798 - iommu/vt-d: Fix crash on boot when DMAR is disabled
799
800 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
801 - [Config] Enable CONFIG_DRM_MGAG200 as module
802 - drm/mgag200: Added support for the new device G200eH3
803
804 * Ubuntu16.04.03: POWER9 XIVE: msgsnd/doorbell IPI support (backport)
805 (LP: #1691973)
806 - powerpc/64s: Add msgp facility unavailable log string
807 - powerpc/64s: Add SCV FSCR bit for ISA v3.0
808 - powerpc/xmon: Dump memory in CPU endian format
809 - powerpc/xive: Native exploitation of the XIVE interrupt controller
810 - powerpc: Change the doorbell IPI calling convention
811 - powerpc: Introduce msgsnd/doorbell barrier primitives
812 - powerpc/64s: Avoid a branch for ppc_msgsnd
813 - powerpc/powernv: POWER9 support for msgsnd/doorbell IPI
814 - powerpc: Add optional smp_ops->prepare_cpu SMP callback
815 - powerpc: Add more PPC bit conversion macros
816 - powerpc/powernv: Add XIVE related definitions to opal-api.h
817 - powerpc/smp: Remove migrate_irq() custom implementation
818 - powerpc/powernv: Fix oops on P9 DD1 in cause_ipi()
819 - (config) Update configs with PPC_XIVE options
820
821 * CVE-2017-100363
822 - char: lp: fix possible integer overflow in lp_setup()
823
824 * CVE-2017-9242
825 - ipv6: fix out of bound writes in __ip6_append_data()
826
827 * CVE-2017-9075
828 - sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
829
830 * CVE-2017-9076
831 - ipv6/dccp: do not inherit ipv6_mc_list from parent
832
833 * CVE-2017-9077
834 - ipv6/dccp: do not inherit ipv6_mc_list from parent
835
836 * CVE-2017-8890
837 - dccp/tcp: do not inherit mc_list from parent
838
839 * Module signing exclusion for staging drivers does not work properly
840 (LP: #1690908)
841 - SAUCE: Fix module signing exclusion in package builds
842
843 * extend-diff-ignore should use exact matches (LP: #1693504)
844 - [Packaging] exact extend-diff-ignore matches
845
846 * Marvell MacchiatoBin crashes in fintek_8250_probe() (LP: #1692548)
847 - drivers/tty: 8250: only call fintek_8250_probe when doing port I/O
848
849 * arm-smmu arm-smmu.2.auto: Unhandled context fault (LP: #1694506)
850 - net: thunderx: Fix IOMMU translation faults
851
852 * arm64: mbigen updates (LP: #1692783)
853 - Revert "UBUNTU: SAUCE: irqchip: mbigen: Add ACPI support"
854 - irqchip/mbigen: Add ACPI support
855 - irqchip/mbigen: Fix return value check in mbigen_device_probe()
856 - irqchip/mbigen: Fix memory mapping code
857 - irqchip/mbigen: Fix potential NULL dereferencing
858 - irqchip/mbigen: Fix the clear register offset calculation
859
860 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
861 (LP: #1671360)
862 - pinctrl: amd: make use of raw_spinlock variants
863 - pinctrl/amd: Use regular interrupt instead of chained
864
865 * PowerPC: Pstore dump for powerpc is broken (LP: #1691045)
866 - pstore: Fix flags to enable dumps on powerpc
867
868 * Dell Inspiron on kernel 4.10 : battery detected only after AC power adapter
869 event (LP: #1678590)
870 - ACPI / blacklist: add _REV quirk for Dell Inspiron 7537
871
872 * APST quirk needed for Intel NVMe (LP: #1686592)
873 - nvme: Quirk APST on Intel 600P/P3100 devices
874
875 * Merlin SGMII fail on Ubuntu Xenial HWE kernel (LP: #1686305)
876 - drivers: net: phy: xgene: Fix mdio write
877
878 * Zesty update to 4.10.16 stable release (LP: #1691369)
879 - 9p: fix a potential acl leak
880 - drm/sti: fix GDP size to support up to UHD resolution
881 - hwmon: (it87) Fix pwm4 detection for IT8620 and IT8628
882 - mtd: nand: Add OX820 NAND hardware dependency
883 - tpm: fix RC value check in tpm2_seal_trusted
884 - tmp: use pdev for parent device in tpm_chip_alloc
885 - crypto: caam - fix error path for ctx_dma mapping failure
886 - crypto: caam - don't dma_map key for hash algorithms
887 - power: supply: lp8788: prevent out of bounds array access
888 - cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
889 - powerpc/perf: Fix perf_get_data_addr() for power9 DD1
890 - powerpc/perf: Handle sdar_mode for marked event in power9
891 - powerpc/mm: Fixup wrong LPCR_VRMASD value
892 - powerpc/powernv: Fix opal_exit tracepoint opcode
893 - powerpc/mm: Fix build break when CMA=n && SPAPR_TCE_IOMMU=y
894 - powerpc/ftrace: Fix confusing help text for DISABLE_MPROFILE_KERNEL
895 - powerpc: Correctly disable latent entropy GCC plugin on prom_init.o
896 - power: supply: bq24190_charger: Fix irq trigger to IRQF_TRIGGER_FALLING
897 - power: supply: bq24190_charger: Call set_mode_host() on pm_resume()
898 - power: supply: bq24190_charger: Install irq_handler_thread() at end of
899 probe()
900 - power: supply: bq24190_charger: Call power_supply_changed() for relevant
901 component
902 - power: supply: bq24190_charger: Don't read fault register outside
903 irq_handle_thread()
904 - power: supply: bq24190_charger: Handle fault before status on interrupt
905 - arm64: dts: r8a7795: Mark EthernetAVB device node disabled
906 - arm: dts: qcom: Fix ipq board clock rates
907 - arm64: remove wrong CONFIG_PROC_SYSCTL ifdef
908 - arm64: Improve detection of user/non-user mappings in set_pte(_at)
909 - spi: armada-3700: Remove spi_master_put in a3700_spi_remove()
910 - leds: ktd2692: avoid harmless maybe-uninitialized warning
911 - ARM: pxa: ezx: fix a910 camera data
912 - ARM: dts: NSP: GPIO reboot open-source
913 - ARM: dts: imx6sx-udoo-neo: Fix reboot hang
914 - ARM: OMAP5 / DRA7: Fix HYP mode boot for thumb2 build
915 - ARM: OMAP3: Fix smartreflex platform data regression
916 - ARM: dts: am57xx-idk: tpic2810 is on I2C bus, not SPI
917 - ARM: dts: sun7i: lamobo-r1: Fix CPU port RGMII settings
918 - mwifiex: debugfs: Fix (sometimes) off-by-1 SSID print
919 - mwifiex: remove redundant dma padding in AMSDU
920 - mwifiex: Avoid skipping WEP key deletion for AP
921 - mwifiex: don't enable/disable IRQ 0 during suspend/resume
922 - mwifiex: set adapter->dev before starting to use mwifiex_dbg()
923 - iwlwifi: mvm: properly check for transport data in dump
924 - iwlwifi: mvm: don't restart HW if suspend fails with unified image
925 - iwlwifi: mvm: overwrite skb info later
926 - iwlwifi: pcie: don't increment / decrement a bool
927 - iwlwifi: pcie: trans: Remove unused 'shift_param'
928 - iwlwifi: pcie: fix the set of DMA memory mask
929 - iwlwifi: mvm: fix reorder timer re-arming
930 - iwlwifi: mvm: Use aux queue for offchannel frames in dqa
931 - iwlwifi: mvm/pcie: adjust A-MSDU tx_cmd length in PCIe
932 - iwlwifi: mvm: fix pending frame counter calculation
933 - iwlwifi: mvm: fix references to first_agg_queue in DQA mode
934 - iwlwifi: mvm: synchronize firmware DMA paging memory
935 - iwlwifi: mvm: writing zero bytes to debugfs causes a crash
936 - iwlwifi: mvm: fix accessing fw_id_to_mac_id
937 - x86/ioapic: Restore IO-APIC irq_chip retrigger callback
938 - x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0
939 - x86/mpx: Re-add MPX to selftests Makefile
940 - clk: Make x86/ conditional on CONFIG_COMMON_CLK
941 - platform/x86: intel_pmc_core: fix out-of-bounds accesses on stack
942 - kprobes/x86: Fix kernel panic when certain exception-handling addresses are
943 probed
944 - x86/platform/intel-mid: Correct MSI IRQ line for watchdog device
945 - Revert "KVM: nested VMX: disable perf cpuid reporting"
946 - KVM: nVMX: initialize PML fields in vmcs02
947 - KVM: nVMX: do not leak PML full vmexit to L1
948 - usb: dwc2: host: use msleep() for long delay
949 - usb: host: ehci-exynos: Decrese node refcount on exynos_ehci_get_phy() error
950 paths
951 - usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error
952 paths
953 - usb: chipidea: Only read/write OTGSC from one place
954 - usb: chipidea: Handle extcon events properly
955 - USB: serial: keyspan_pda: fix receive sanity checks
956 - USB: serial: digi_acceleport: fix incomplete rx sanity check
957 - USB: serial: ssu100: fix control-message error handling
958 - USB: serial: io_edgeport: fix epic-descriptor handling
959 - USB: serial: ti_usb_3410_5052: fix control-message error handling
960 - USB: serial: ark3116: fix open error handling
961 - USB: serial: ftdi_sio: fix latency-timer error handling
962 - USB: serial: quatech2: fix control-message error handling
963 - USB: serial: mct_u232: fix modem-status error handling
964 - USB: serial: ch341: fix modem-status handling
965 - USB: serial: io_edgeport: fix descriptor error handling
966 - clk: rockchip: add "," to mux_pll_src_apll_dpll_gpll_usb480m_p on rk3036
967 - phy: qcom-usb-hs: Add depends on EXTCON
968 - serial: 8250_omap: Fix probe and remove for PM runtime
969 - scsi: qedi: Fix possible memory leak in qedi_iscsi_update_conn()
970 - scsi: qedi: fix build error without DEBUG_FS
971 - scsi: qla2xxx: Fix crash in qla2xxx_eh_abort on bad ptr
972 - scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=m
973 - scsi: smartpqi: fix time handling
974 - MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfix
975 - brcmfmac: Ensure pointer correctly set if skb data location changes
976 - brcmfmac: Make skb header writable before use
977 - staging/lustre/llite: move root_squash from sysfs to debugfs
978 - staging: wlan-ng: add missing byte order conversion
979 - staging: emxx_udc: remove incorrect __init annotations
980 - staging: lustre: ptlrpc: avoid warning on missing return
981 - ALSA: hda - Fix deadlock of controller device lock at unbinding
982 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
983 - tcp: do not underestimate skb->truesize in tcp_trim_head()
984 - net: adjust skb->truesize in ___pskb_trim()
985 - net: macb: fix phy interrupt parsing
986 - geneve: fix incorrect setting of UDP checksum flag
987 - bpf: enhance verifier to understand stack pointer arithmetic
988 - bpf, arm64: fix jit branch offset related to ldimm64
989 - tcp: fix wraparound issue in tcp_lp
990 - net: ipv6: Do not duplicate DAD on link up
991 - net: usb: qmi_wwan: add Telit ME910 support
992 - tcp: do not inherit fastopen_req from parent
993 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
994 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
995 - ipv6: initialize route null entry in addrconf_init()
996 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
997 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
998 - bpf: don't let ldimm64 leak map addresses on unprivileged
999 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
1000 - openvswitch: Set internal device max mtu to ETH_MAX_MTU.
1001 - f2fs: sanity check segment count
1002 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
1003 - drm/hisilicon/hibmc: Fix wrong pointer passed to PTR_ERR()
1004 - drm: mxsfb: drm_dev_alloc() returns error pointers
1005 - drm/ttm: fix use-after-free races in vm fault handling
1006 - block: get rid of blk_integrity_revalidate()
1007 - Linux 4.10.16
1008 - [Config] Remove CONFIG_MTD_NAND_OXNAS=m
1009 - Ignore missing oxnas_nand
1010
1011 * Keyboard backlight control does not work on some dell laptops.
1012 (LP: #1693126)
1013 - platform/x86: dell-laptop: Add Latitude 7480 and others to the DMI whitelist
1014 - platform/x86: dell-laptop: Add keyboard backlight timeout AC settings
1015
1016 * Hardware transaction memory corruption (LP: #1691477)
1017 - powerpc/tm: Fix FP and VMX register corruption
1018
1019 * Offlined CPUs of a core fail to come up online on POWER9 DD1 (Ubuntu 17.04)
1020 (LP: #1685792)
1021 - powerpc/powernv: Move CPU-Offline idle state invocation from smp.c to idle.c
1022 - powerpc/powernv/smp: Add busy-wait loop as fall back for CPU-Hotplug
1023 - powerpc/powernv/idle: Don't override default/deepest directly in kernel
1024 - powerpc/powernv: Recover correct PACA on wakeup from a stop on P9 DD1
1025
1026 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
1027 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
1028
1029 * ATS fix: Fix opal_npu_destroy_context call (LP: #1692580)
1030 - powerpc/powernv/npu-dma.c: Fix opal_npu_destroy_context() call
1031
1032 * powerpc/powernv: Introduce address translation services for Nvlink2
1033 (LP: #1690412)
1034 - powerpc/powernv: Require MMU_NOTIFIER to fix NPU build
1035 - drivers/of/base.c: Add of_property_read_u64_index
1036 - powerpc/powernv: Add sanity checks to pnv_pci_get_{gpu|npu}_dev
1037 - powerpc/powernv: Introduce address translation services for Nvlink2
1038
1039 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
1040 (LP: #1672819)
1041 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
1042
1043 -- Stefan Bader <stefan.bader@canonical.com> Tue, 20 Jun 2017 16:40:34 +0200
29175642 1044
11067176 1045linux (4.10.0-24.28) zesty; urgency=low
7e0f6af1 1046
11067176
SB
1047 * CVE-2017-1000364
1048 - mm: enlarge stack guard gap
1049 - mm: do not collapse stack gap into THP
7e0f6af1 1050
11067176 1051 -- Stefan Bader <stefan.bader@canonical.com> Thu, 08 Jun 2017 12:12:07 +0200
7e0f6af1 1052
5df16355 1053linux (4.10.0-22.24) zesty; urgency=low
60eefcd9 1054
5df16355 1055 * linux: 4.10.0-22.24 -proposed tracker (LP: #1691146)
60eefcd9 1056
5df16355
TLSC
1057 * Fix NVLINK2 TCE route (LP: #1690155)
1058 - powerpc/powernv: Fix TCE kill on NVLink2
1059
1060 * CVE-2017-0605
1061 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
1062
1063 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
1064 - [Config] CONFIG_QCOM_L3_PMU=y
1065 - perf: qcom: Add L3 cache PMU driver
1066
1067 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
1068 - drivers/perf: arm_pmu: rework per-cpu allocation
1069 - drivers/perf: arm_pmu: manage interrupts per-cpu
1070 - drivers/perf: arm_pmu: split irq request from enable
1071 - drivers/perf: arm_pmu: remove pointless PMU disabling
1072 - drivers/perf: arm_pmu: define armpmu_init_fn
1073 - drivers/perf: arm_pmu: fold init into alloc
1074 - drivers/perf: arm_pmu: factor out pmu registration
1075 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
1076 - drivers/perf: arm_pmu: handle no platform_device
1077 - drivers/perf: arm_pmu: rename irq request/free functions
1078 - drivers/perf: arm_pmu: split cpu-local irq request/free
1079 - drivers/perf: arm_pmu: move irq request/free into probe
1080 - drivers/perf: arm_pmu: split out platform device probe logic
1081 - arm64: add function to get a cpu's MADT GICC table
1082 - [Config] CONFIG_ARM_PMU_ACPI=y
1083 - drivers/perf: arm_pmu: add ACPI framework
1084 - arm64: pmuv3: handle !PMUv3 when probing
1085 - arm64: pmuv3: use arm_pmu ACPI framework
1086
1087 * [SRU][Zesty]QDF2400 kernel oops on ipmitool fru write 0 fru.bin
1088 (LP: #1689886)
1089 - ipmi: Fix kernel panic at ipmi_ssif_thread()
1090
1091 * tty: pl011: fix earlycon work-around for QDF2400 erratum 44 (LP: #1689818)
1092 - tty: pl011: fix earlycon work-around for QDF2400 erratum 44
1093 - tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44
1094
1095 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
1096 (LP: #1688259)
1097 - Remove squashfs-modules files from d-i
1098 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
1099
1100 * arm64/ACPI support for SBSA watchdog (LP: #1688114)
1101 - clocksource: arm_arch_timer: clean up printk usage
1102 - clocksource: arm_arch_timer: rename type macros
1103 - clocksource: arm_arch_timer: rename the PPI enum
1104 - clocksource: arm_arch_timer: move enums and defines to header file
1105 - clocksource: arm_arch_timer: add a new enum for spi type
1106 - clocksource: arm_arch_timer: rework PPI selection
1107 - clocksource: arm_arch_timer: split dt-only rate handling
1108 - clocksource: arm_arch_timer: refactor arch_timer_needs_probing
1109 - clocksource: arm_arch_timer: move arch_timer_needs_of_probing into DT init
1110 call
1111 - clocksource: arm_arch_timer: add structs to describe MMIO timer
1112 - clocksource: arm_arch_timer: split MMIO timer probing.
1113 - [Config] CONFIG_ACPI_GTDT=y
1114 - acpi/arm64: Add GTDT table parse driver
1115 - clocksource: arm_arch_timer: simplify ACPI support code.
1116 - acpi/arm64: Add memory-mapped timer support in GTDT driver
1117 - clocksource: arm_arch_timer: add GTDT support for memory-mapped timer
1118 - acpi/arm64: Add SBSA Generic Watchdog support in GTDT driver
1119
1120 * kernel BUG at /build/linux-7LGLH_/linux-4.10.0/include/linux/swapops.h:129
1121 (LP: #1674838)
1122 - Revert "mm/ksm: handle protnone saved writes when making page write protect"
1123 - Revert "mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()"
1124 - Revert "mm: introduce page_vma_mapped_walk()"
1125 - mm/ksm: handle protnone saved writes when making page write protect
1126
1127 * arm64: Add CNTFRQ_EL0 handler (LP: #1688164)
1128 - arm64: Add CNTFRQ_EL0 trap handler
1129
1130 * Support IPMI system interface on Cavium ThunderX (LP: #1688132)
1131 - i2c: thunderx: Enable HWMON class probing
1132
1133 * Update ENA driver to 1.1.2 from net-next (LP: #1664312)
1134 - net/ena: remove ntuple filter support from device feature list
1135 - net/ena: fix queues number calculation
1136 - net/ena: fix ethtool RSS flow configuration
1137 - net/ena: fix RSS default hash configuration
1138 - net/ena: fix NULL dereference when removing the driver after device reset
1139 failed
1140 - net/ena: refactor ena_get_stats64 to be atomic context safe
1141 - net/ena: fix potential access to freed memory during device reset
1142 - net/ena: use READ_ONCE to access completion descriptors
1143 - net/ena: reduce the severity of ena printouts
1144 - net/ena: change driver's default timeouts
1145 - net/ena: change condition for host attribute configuration
1146 - net/ena: update driver version to 1.1.2
1147
1148 * Zesty update to 4.10.15 stable release (LP: #1689258)
1149 - timerfd: Protect the might cancel mechanism proper
1150 - Handle mismatched open calls
1151 - hwmon: (it87) Avoid registering the same chip on both SIO addresses
1152 - dm ioctl: prevent stack leak in dm ioctl call
1153 - Linux 4.10.15
1154
1155 * Zesty update to 4.10.14 stable release (LP: #1688499)
1156 - ping: implement proper locking
1157 - sparc64: kern_addr_valid regression
1158 - sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()
1159 - net: neigh: guard against NULL solicit() method
1160 - net: phy: handle state correctly in phy_stop_machine
1161 - kcm: return immediately after copy_from_user() failure
1162 - secure_seq: downgrade to per-host timestamp offsets
1163 - bpf: improve verifier packet range checks
1164 - Revert "UBUNTU: SAUCE: (no-up) net/mlx5: Avoid dereferencing uninitialized
1165 pointer"
1166 - net/mlx5: Avoid dereferencing uninitialized pointer
1167 - l2tp: hold tunnel socket when handling control frames in l2tp_ip and
1168 l2tp_ip6
1169 - l2tp: purge socket queues in the .destruct() callback
1170 - openvswitch: Fix ovs_flow_key_update()
1171 - l2tp: take reference on sessions being dumped
1172 - l2tp: fix PPP pseudo-wire auto-loading
1173 - net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given
1174 - sctp: listen on the sock only when it's state is listening or closed
1175 - tcp: clear saved_syn in tcp_disconnect()
1176 - ipv6: Fix idev->addr_list corruption
1177 - net-timestamp: avoid use-after-free in ip_recv_error
1178 - net: vrf: Fix setting NLM_F_EXCL flag when adding l3mdev rule
1179 - sh_eth: unmap DMA buffers when freeing rings
1180 - ipv6: sr: fix out-of-bounds access in SRH validation
1181 - dp83640: don't recieve time stamps twice
1182 - ipv6: sr: fix double free of skb after handling invalid SRH
1183 - ipv6: fix source routing
1184 - gso: Validate assumption of frag_list segementation
1185 - net: ipv6: RTF_PCPU should not be settable from userspace
1186 - netpoll: Check for skb->queue_mapping
1187 - ip6mr: fix notification device destruction
1188 - net/mlx5: Fix driver load bad flow when having fw initializing timeout
1189 - net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5
1190 - net/mlx5e: Fix small packet threshold
1191 - net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handling
1192 - tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
1193 - tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS
1194 - macvlan: Fix device ref leak when purging bc_queue
1195 - net: ipv6: regenerate host route if moved to gc list
1196 - net: phy: fix auto-negotiation stall due to unavailable interrupt
1197 - ipv6: check skb->protocol before lookup for nexthop
1198 - tcp: memset ca_priv data to 0 properly
1199 - ipv6: check raw payload size correctly in ioctl
1200 - ALSA: oxfw: fix regression to handle Stanton SCS.1m/1d
1201 - ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned
1202 type
1203 - ALSA: seq: Don't break snd_use_lock_sync() loop by timeout
1204 - scsi: return correct blkprep status code in case scsi_init_io() fails.
1205 - ARC: [plat-eznps] Fix build error
1206 - MIPS: KGDB: Use kernel context for sleeping threads
1207 - MIPS: cevt-r4k: Fix out-of-bounds array access
1208 - MIPS: Avoid BUG warning in arch_check_elf
1209 - p9_client_readdir() fix
1210 - ASoC: intel: Fix PM and non-atomic crash in bytcr drivers
1211 - Input: i8042 - add Clevo P650RS to the i8042 reset list
1212 - nfsd: check for oversized NFSv2/v3 arguments
1213 - nfsd4: minor NFSv2/v3 write decoding cleanup
1214 - nfsd: stricter decoding of write-like NFSv2/v3 ops
1215 - ceph: fix recursion between ceph_set_acl() and __ceph_setattr()
1216 - macsec: avoid heap overflow in skb_to_sgvec
1217 - net: can: usb: gs_usb: Fix buffer on stack
1218 - cpu/hotplug: Serialize callback invocations proper
1219 - ftrace/x86: Fix triple fault with graph tracing and suspend-to-ram
1220 - Linux 4.10.14
1221
1222 * Zesty update to 4.10.13 stable release (LP: #1688485)
1223 - KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings
1224 - KEYS: Change the name of the dead type to ".dead" to prevent user access
1225 - KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings
1226 - tracing: Allocate the snapshot buffer before enabling probe
1227 - HID: wacom: Treat HID_DG_TOOLSERIALNUMBER as unsigned
1228 - ring-buffer: Have ring_buffer_iter_empty() return true when empty
1229 - mm: prevent NR_ISOLATE_* stats from going negative
1230 - cifs: Do not send echoes before Negotiate is complete
1231 - CIFS: remove bad_network_name flag
1232 - mmc: dw_mmc: silent verbose log when calling from PM context
1233 - s390/mm: fix CMMA vs KSM vs others
1234 - Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled
1235 - ACPI / power: Avoid maybe-uninitialized warning
1236 - mmc: dw_mmc: Don't allow Runtime PM for SDIO cards
1237 - mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 card
1238 - ubifs: Fix RENAME_WHITEOUT support
1239 - ubifs: Fix O_TMPFILE corner case in ubifs_link()
1240 - mac80211: reject ToDS broadcast data frames
1241 - mac80211: fix MU-MIMO follow-MAC mode
1242 - x86/mce: Make the MCE notifier a blocking one
1243 - ubi/upd: Always flush after prepared for an update
1244 - powerpc/kprobe: Fix oops when kprobed on 'stdu' instruction
1245 - x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs
1246 - device-dax: switch to srcu, fix rcu_read_lock() vs pte allocation
1247 - Linux 4.10.13
1248
1249 * Zesty update to 4.10.12 stable release (LP: #1687045)
1250 - Revert "UBUNTU: SAUCE: Revert "audit: fix auditd/kernel connection state
1251 tracking""
1252 - cgroup, kthread: close race window where new kthreads can be migrated to
1253 non-root cgroups
1254 - audit: make sure we don't let the retry queue grow without bounds
1255 - tcmu: Fix possible overwrite of t_data_sg's last iov[]
1256 - tcmu: Fix wrongly calculating of the base_command_size
1257 - tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI case
1258 - thp: fix MADV_DONTNEED vs. MADV_FREE race
1259 - thp: fix MADV_DONTNEED vs clear soft dirty race
1260 - zsmalloc: expand class bit
1261 - orangefs: free superblock when mount fails
1262 - drm/nouveau/mpeg: mthd returns true on success now
1263 - drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 one
1264 - drm/nouveau/kms/nv50: fix setting of HeadSetRasterVertBlankDmi method
1265 - drm/nouveau/kms/nv50: fix double dma_fence_put() when destroying plane state
1266 - drm/nouveau: initial support (display-only) for GP107
1267 - drm/etnaviv: fix missing unlock on error in etnaviv_gpu_submit()
1268 - drm/fb-helper: Allow var->x/yres(_virtual) < fb->width/height again
1269 - CIFS: reconnect thread reschedule itself
1270 - CIFS: store results of cifs_reopen_file to avoid infinite wait
1271 - Input: xpad - add support for Razer Wildcat gamepad
1272 - perf annotate s390: Fix perf annotate error -95 (4.10 regression)
1273 - perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()
1274 - x86/efi: Don't try to reserve runtime regions
1275 - x86/signals: Fix lower/upper bound reporting in compat siginfo
1276 - x86/intel_rdt: Fix locking in rdtgroup_schemata_write()
1277 - x86, pmem: fix broken __copy_user_nocache cache-bypass assumptions
1278 - x86/vdso: Ensure vdso32_enabled gets set to valid values only
1279 - x86/vdso: Plug race between mapping and ELF header setup
1280 - acpi, nfit, libnvdimm: fix interleave set cookie calculation (64-bit
1281 comparison)
1282 - ACPI / scan: Set the visited flag for all enumerated devices
1283 - parisc: fix bugs in pa_memcpy
1284 - efi/libstub: Skip GOP with PIXEL_BLT_ONLY format
1285 - efi/fb: Avoid reconfiguration of BAR that covers the framebuffer
1286 - iscsi-target: Fix TMR reference leak during session shutdown
1287 - iscsi-target: Drop work-around for legacy GlobalSAN initiator
1288 - scsi: sr: Sanity check returned mode data
1289 - scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusable
1290 - scsi: qla2xxx: Add fix to read correct register value for ISP82xx.
1291 - scsi: sd: Fix capacity calculation with 32-bit sector_t
1292 - target: Avoid mappedlun symlink creation during lun shutdown
1293 - xen, fbfront: fix connecting to backend
1294 - new privimitive: iov_iter_revert()
1295 - make skb_copy_datagram_msg() et.al. preserve ->msg_iter on error
1296 - libnvdimm: fix blk free space accounting
1297 - libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splat
1298 - libnvdimm: band aid btt vs clear poison locking
1299 - can: ifi: use correct register to read rx status
1300 - pwm: rockchip: State of PWM clock should synchronize with PWM enabled state
1301 - cpufreq: Bring CPUs up even if cpufreq_online() failed
1302 - irqchip/irq-imx-gpcv2: Fix spinlock initialization
1303 - ftrace: Fix removing of second function probe
1304 - drm/i915/gvt: set the correct default value of CTX STATUS PTR
1305 - char: lack of bool string made CONFIG_DEVPORT always on
1306 - Revert "MIPS: Lantiq: Fix cascaded IRQ setup"
1307 - zram: do not use copy_page with non-page aligned address
1308 - ftrace: Fix function pid filter on instances
1309 - crypto: algif_aead - Fix bogus request dereference in completion function
1310 - crypto: xts - Fix use-after-free on EINPROGRESS
1311 - crypto: ahash - Fix EINPROGRESS notification callback
1312 - crypto: lrw - Fix use-after-free on EINPROGRESS
1313 - parisc: Fix get_user() for 64-bit value on 32-bit kernel
1314 - dvb-usb-v2: avoid use-after-free
1315 - [Config] CONFIG_SND_SOC_INTEL_BDW_RT5677_MACH=m
1316 - ASoC: Intel: select DW_DMAC_CORE since it's mandatory
1317 - platform/x86: acer-wmi: setup accelerometer when machine has appropriate
1318 notify event
1319 - x86/xen: Fix APIC id mismatch warning on Intel
1320 - ACPI / EC: Use busy polling mode when GPE is not enabled
1321 - rtc: tegra: Implement clock handling
1322 - mm: Tighten x86 /dev/mem with zeroing reads
1323 - cxusb: Use a dma capable buffer also for reading
1324 - virtio-console: avoid DMA from stack
1325 - Linux 4.10.12
1326
1327 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
1328 - [Config] CONFIG_LIBIO=y on arm64 only
1329 - SAUCE: LIBIO: Introduce a generic PIO mapping method
1330 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
1331 - [Config] CONFIG_HISILICON_LPC=y
1332 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
1333 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
1334 I/O
1335 - SAUCE: LPC: Add the ACPI LPC support
1336 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
1337 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
1338
1339 * APST quirk needed for Samsung 512GB NVMe drive (LP: #1678184)
1340 - nvme: Adjust the Samsung APST quirk
1341 - nvme: Quirk APST off on "THNSF5256GPUK TOSHIBA"
1342
1343 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
1344 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
1345 - d-i: initrd needs qcom_emac on amberwing platform.
1346
1347 * POWER9: CAPI2 enablement (LP: #1686519)
1348 - cxl: Fix build when CONFIG_DEBUG_FS=n
1349 - cxl: Read vsec perst load image
1350 - cxl: Remove unused values in bare-metal environment.
1351 - cxl: Keep track of mm struct associated with a context
1352 - cxl: Update implementation service layer
1353 - cxl: Rename some psl8 specific functions
1354 - cxl: Isolate few psl8 specific calls
1355 - cxl: Force psl data-cache flush during device shutdown
1356 - cxl: Add psl9 specific code
1357
1358 * CVE-2017-7979
1359 - net sched actions: allocate act cookie early
1360
1361 * refcount underflow / kernel NULL dereference after attempting to add basic
1362 tc filter (LP: #1682368)
1363 - net_sched: nla_memdup_cookie() can be static
1364
1365 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 17 May 2017 18:13:39 -0300
60eefcd9 1366
6e2b6766 1367linux (4.10.0-21.23) zesty; urgency=low
e1b76e70 1368
6e2b6766 1369 * linux: 4.10.0-21.23 -proposed tracker (LP: #1686414)
e1b76e70 1370
6e2b6766
KSS
1371 * Need to stop using bzip2 compression in packages for zesty onward
1372 (LP: #1686782)
1373 - [Debian] Use default compression for all packages
1374
1375 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
1376 (LP: #1684971)
1377 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
1378
1379 * CVE-2017-7477: macsec: avoid heap overflow in skb_to_sgvec (LP: #1685892)
1380 - macsec: avoid heap overflow in skb_to_sgvec
1381 - macsec: dynamically allocate space for sglist
1382
1383 * Zesty update to 4.10.11 stable release (LP: #1685140)
1384 - drm/i915: Fix forcewake active domain tracking
1385 - drm/i915: Move updating color management to before vblank evasion
1386 - drm/i915/fbdev: Stop repeating tile configuration on stagnation
1387 - drm/i915: Squelch any ktime/jiffie rounding errors for wait-ioctl
1388 - drm/i915/gen9: Increase PCODE request timeout to 50ms
1389 - drm/i915: Store a permanent error in obj->mm.pages
1390 - drm/i915: Nuke debug messages from the pipe update critical section
1391 - drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3
1392 - drm/i915: Reject HDMI 12bpc if the sink doesn't indicate support
1393 - drm/i915: Only enable hotplug interrupts if the display interrupts are
1394 enabled
1395 - drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.
1396 - drm/i915: Stop using RP_DOWN_EI on Baytrail
1397 - drm/i915: Avoid rcu_barrier() from reclaim paths (shrinker)
1398 - drm/i915: Do .init_clock_gating() earlier to avoid it clobbering watermarks
1399 - orangefs: Dan Carpenter influenced cleanups...
1400 - orangefs: fix buffer size mis-match between kernel space and user space.
1401 - nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS type
1402 - rt2x00usb: fix anchor initialization
1403 - rt2x00usb: do not anchor rx and tx urb's
1404 - MIPS: Introduce irq_stack
1405 - MIPS: Stack unwinding while on IRQ stack
1406 - MIPS: Only change $28 to thread_info if coming from user mode
1407 - MIPS: Switch to the irq_stack in interrupts
1408 - MIPS: Select HAVE_IRQ_EXIT_ON_IRQ_STACK
1409 - MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch
1410 - crypto: caam - fix RNG deinstantiation error checking
1411 - crypto: caam - fix invalid dereference in caam_rsa_init_tfm()
1412 - dma-buf: add support for compat ioctl
1413 - Linux 4.10.11
1414
1415 * Zesty update to v4.10.10 stable release (LP: #1682130)
1416 - drm/vmwgfx: Type-check lookups of fence objects
1417 - drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()
1418 - drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()
1419 - drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
1420 - drm/vmwgfx: Remove getparam error message
1421 - drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()
1422 - PCI: thunder-pem: Add legacy firmware support for Cavium ThunderX host
1423 controller
1424 - PCI: thunder-pem: Fix legacy firmware PEM-specific resources
1425 - sysfs: be careful of error returns from ops->show()
1426 - staging: android: ashmem: lseek failed due to no FMODE_LSEEK.
1427 - arm/arm64: KVM: Take mmap_sem in stage2_unmap_vm
1428 - arm/arm64: KVM: Take mmap_sem in kvm_arch_prepare_memory_region
1429 - kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
1430 - iio: core: Fix IIO_VAL_FRACTIONAL_LOG2 for negative values
1431 - iio: st_pressure: initialize lps22hb bootime
1432 - iio: bmg160: reset chip when probing
1433 - arm64: mm: unaligned access by user-land should be received as SIGBUS
1434 - cfg80211: check rdev resume callback only for registered wiphy
1435 - Reset TreeId to zero on SMB2 TREE_CONNECT
1436 - mm/page_alloc.c: fix print order in show_free_areas()
1437 - ptrace: fix PTRACE_LISTEN race corrupting task->state
1438 - dax: fix radix tree insertion race
1439 - dm verity fec: limit error correction recursion
1440 - dm verity fec: fix bufio leaks
1441 - ACPI / gpio: do not fall back to parsing _CRS when we get a deferral
1442 - ACPI / scan: Prefer devices without _HID for _ADR matching
1443 - Kbuild: use cc-disable-warning consistently for maybe-uninitialized
1444 - jump label: fix passing kbuild_cflags when checking for asm goto support
1445 - orangefs: move features validation to fix filesystem hang
1446 - xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of files
1447 - ring-buffer: Fix return value check in test_ringbuffer()
1448 - mac80211: unconditionally start new netdev queues with iTXQ support
1449 - brcmfmac: use local iftype avoiding use-after-free of virtual interface
1450 - metag/usercopy: Drop unused macros
1451 - metag/usercopy: Fix alignment error checking
1452 - metag/usercopy: Add early abort to copy_to_user
1453 - metag/usercopy: Zero rest of buffer from copy_from_user
1454 - metag/usercopy: Set flags before ADDZ
1455 - metag/usercopy: Fix src fixup in from user rapf loops
1456 - metag/usercopy: Add missing fixups
1457 - drm/msm: adreno: fix build error without debugfs
1458 - powerpc: Disable HFSCR[TM] if TM is not supported
1459 - powerpc/mm: Add missing global TLB invalidate if cxl is active
1460 - powerpc/64: Fix flush_(d|i)cache_range() called from modules
1461 - powerpc: Don't try to fix up misaligned load-with-reservation instructions
1462 - powerpc/crypto/crc32c-vpmsum: Fix missing preempt_disable()
1463 - dm raid: fix NULL pointer dereference for raid1 without bitmap
1464 - x86/mce: Don't print MCEs when mcelog is active
1465 - nios2: reserve boot memory for device tree
1466 - xtensa: make __pa work with uncached KSEG addresses
1467 - s390/decompressor: fix initrd corruption caused by bss clear
1468 - s390/uaccess: get_user() should zero on failure (again)
1469 - MIPS: Force o32 fp64 support on 32bit MIPS64r6 kernels
1470 - MIPS: ralink: Fix typos in rt3883 pinctrl
1471 - MIPS: End spinlocks with .insn
1472 - MIPS: Lantiq: fix missing xbar kernel panic
1473 - MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3
1474 - MIPS: Add MIPS_CPU_FTLB for Loongson-3A R2
1475 - MIPS: Flush wrong invalid FTLB entry for huge page
1476 - MIPS: c-r4k: Fix Loongson-3's vcache/scache waysize calculation
1477 - drm/i915/gvt: Fix gvt scheduler interval time
1478 - drm/i915/kvmgt: fix suspicious rcu dereference usage
1479 - usb: dwc3: gadget: delay unmap of bounced requests
1480 - Documentation: stable-kernel-rules: fix stable-tag format
1481 - mm/mempolicy.c: fix error handling in set_mempolicy and mbind.
1482 - random: use chacha20 for get_random_int/long
1483 - kvm: fix page struct leak in handle_vmon
1484 - drm/edid: constify edid quirk list
1485 - drm/i915: fix INTEL_BDW_IDS definition
1486 - drm/i915: more .is_mobile cleanups for BDW
1487 - drm/i915: actually drive the BDW reserved IDs
1488 - ASoC: Intel: bytcr_rt5640: quirks for Insyde devices
1489 - usb: chipidea: msm: Rely on core to override AHBBURST
1490 - serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437x
1491 - usb: xhci: add quirk flag for broken PED bits
1492 - usb: host: xhci-plat: enable BROKEN_PED quirk if platform requested
1493 - usb: dwc3: host: pass quirk-broken-port-ped property for known broken
1494 revisions
1495 - drm/mga: remove device_is_agp callback
1496 - PCI: Add ACS quirk for Intel Union Point
1497 - PCI: xgene: Fix double free on init error
1498 - sata: ahci-da850: implement a workaround for the softreset quirk
1499 - ACPI / button: Change default behavior to lid_init_state=open
1500 - ASoC: codecs: rt5670: add quirk for Lenovo Thinkpad 10
1501 - ASoC: Intel: Baytrail: add quirk for Lenovo Thinkpad 10
1502 - ASoC: Intel: cht_bsw_rt5645: harden ACPI device detection
1503 - ASoC: Intel: cht_bsw_rt5645: add Baytrail MCLK support
1504 - ACPI: save NVS memory for Lenovo G50-45
1505 - ASoC: sun4i-i2s: Add quirks to handle a31 compatible
1506 - HID: wacom: don't apply generic settings to old devices
1507 - arm: kernel: Add SMC structure parameter
1508 - firmware: qcom: scm: Fix interrupted SCM calls
1509 - ARM: smccc: Update HVC comment to describe new quirk parameter
1510 - PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSS
1511 - PCI: Disable MSI for HiSilicon Hip06/Hip07 Root Ports
1512 - mmc: sdhci-of-esdhc: remove default broken-cd for ARM
1513 - PCI: Sort the list of devices with D3 delay quirk by ID
1514 - watchdog: s3c2410: Fix infinite interrupt in soft mode
1515 - platform/x86: asus-wmi: Detect quirk_no_rfkill from the DSDT
1516 - x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirk
1517 - x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirk
1518 - usb-storage: Add ignore-residue quirk for Initio INIC-3619
1519 - x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirk
1520 - Linux 4.10.10
1521
1522 * Broken PowerNV PCI hotplug driver - Patch backporting to zesty
1523 (LP: #1680328)
1524 - drivers/pci/hotplug: Mask PDC interrupt if required
1525
1526 * Zesty update to v4.10.9 stable release (LP: #1681875)
1527 - libceph: force GFP_NOIO for socket allocations
1528 - KVM: nVMX: fix nested EPT detection
1529 - xfs: pull up iolock from xfs_free_eofblocks()
1530 - xfs: sync eofblocks scans under iolock are livelock prone
1531 - xfs: fix eofblocks race with file extending async dio writes
1532 - xfs: fix toctou race when locking an inode to access the data map
1533 - xfs: fail _dir_open when readahead fails
1534 - xfs: filter out obviously bad btree pointers
1535 - xfs: check for obviously bad level values in the bmbt root
1536 - xfs: verify free block header fields
1537 - xfs: allow unwritten extents in the CoW fork
1538 - xfs: mark speculative prealloc CoW fork extents unwritten
1539 - xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t
1540 - xfs: reject all unaligned direct writes to reflinked files
1541 - xfs: update ctime and mtime on clone destinatation inodes
1542 - xfs: correct null checks and error processing in xfs_initialize_perag
1543 - xfs: don't fail xfs_extent_busy allocation
1544 - xfs: handle indlen shortage on delalloc extent merge
1545 - xfs: split indlen reservations fairly when under reserved
1546 - xfs: fix uninitialized variable in _reflink_convert_cow
1547 - xfs: don't reserve blocks for right shift transactions
1548 - xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment
1549 - xfs: tune down agno asserts in the bmap code
1550 - xfs: only reclaim unwritten COW extents periodically
1551 - xfs: fix and streamline error handling in xfs_end_io
1552 - xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask
1553 - xfs: use iomap new flag for newly allocated delalloc blocks
1554 - xfs: try any AG when allocating the first btree block when reflinking
1555 - scsi: sg: check length passed to SG_NEXT_CMD_LEN
1556 - scsi: libsas: fix ata xfer length
1557 - scsi: scsi_dh_alua: Check scsi_device_get() return value
1558 - scsi: scsi_dh_alua: Ensure that alua_activate() calls the completion
1559 function
1560 - PCI: iproc: Save host bridge window resource in struct iproc_pcie
1561 - PCI: thunder-pem: Use Cavium assigned hardware ID for ThunderX host
1562 controller
1563 - ALSA: seq: Fix race during FIFO resize
1564 - ALSA: hda - fix a problem for lineout on a Dell AIO machine
1565 - ASoC: atmel-classd: fix audio clock rate
1566 - ASoC: Intel: Skylake: fix invalid memory access due to wrong reference of
1567 pointer
1568 - ASoC: rt5665: fix getting wrong work handler container
1569 - HID: wacom: Don't add ghost interface as shared data
1570 - mmc: sdhci: Disable runtime pm when the sdio_irq is enabled
1571 - mmc: sdhci-of-at91: fix MMC_DDR_52 timing selection
1572 - crypto: ccp - Make some CCP DMA channels private
1573 - crypto: xts,lrw - fix out-of-bounds write after kmalloc failure
1574 - ARCv2: SLC: Make sure busy bit is set properly on SLC flushing
1575 - NFSv4.1 fix infinite loop on IO BAD_STATEID error
1576 - nfsd: map the ENOKEY to nfserr_perm for avoiding warning
1577 - dt-bindings: rng: clocks property on omap_rng not always mandatory
1578 - parisc: Clean up fixup routines for get_user()/put_user()
1579 - parisc: Avoid stalled CPU warnings after system shutdown
1580 - parisc: Fix access fault handling in pa_memcpy()
1581 - ACPI: Fix incompatibility with mcount-based function graph tracing
1582 - ACPI: Do not create a platform_device for IOAPIC/IOxAPIC
1583 - tty/serial: atmel: fix race condition (TX+DMA)
1584 - tty/serial: atmel: fix TX path in atmel_console_write()
1585 - xhci: Set URB actual length for stopped control transfers
1586 - USB: fix linked-list corruption in rh_call_control()
1587 - serial: mxs-auart: Fix baudrate calculation
1588 - KVM: x86: clear bus pointer when destroyed
1589 - KVM: kvm_io_bus_unregister_dev() should never fail
1590 - drm/radeon: Override fpfn for all VRAM placements in radeon_evict_flags
1591 - drm/vc4: Allocate the right amount of space for boot-time CRTC state.
1592 - drm/etnaviv: (re-)protect fence allocation with GPU mutex
1593 - drm/i915/kvmgt: Hold struct kvm reference
1594 - x86/mm/KASLR: Exclude EFI region from KASLR VA space randomization
1595 - x86/mce: Fix copy/paste error in exception table entries
1596 - lib/syscall: Clear return values when no stack
1597 - mm: rmap: fix huge file mmap accounting in the memcg stats
1598 - mm: workingset: fix premature shadow node shrinking with cgroups
1599 - mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()
1600 - drm/armada: Fix compile fail
1601 - ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags
1602 - MIPS: Lantiq: Fix cascaded IRQ setup
1603 - blk: improve order of bio handling in generic_make_request()
1604 - blk: Ensure users for current->bio_list can see the full list.
1605 - padata: avoid race in reordering
1606 - nvme/core: Fix race kicking freed request_queue
1607 - nvme/pci: Disable on removal when disconnected
1608 - drm/i915: Move the release of PT page to the upper caller
1609 - drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.
1610 - drm/i915: A hotfix for making aliasing PPGTT work for GVT-g
1611 - Linux 4.10.9
1612
1613 * POWER9: Improve performance on memory management (LP: #1681429)
1614 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
1615 flush
1616 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
1617
1618 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
1619 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
1620
1621 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Fri, 28 Apr 2017 12:41:49 +0200
e1b76e70 1622
605d2694 1623linux (4.10.0-20.22) zesty; urgency=low
82a30952 1624
605d2694
SB
1625 * linux: 4.10.0-20.22 -proposed tracker (LP: #1684491)
1626
1627 * [Hyper-V] hv: util: move waiting for release to hv_utils_transport itself
1628 (LP: #1682561)
1629 - Drivers: hv: util: move waiting for release to hv_utils_transport itself
82a30952
SB
1630
1631 -- Stefan Bader <stefan.bader@canonical.com> Wed, 19 Apr 2017 16:13:16 +0200
1632
acbae4cf 1633linux (4.10.0-19.21) zesty; urgency=low
693f8399 1634
acbae4cf
TG
1635 [ Tim Gardner ]
1636
1637 * Release Tracking Bug
1638 - LP: #1680535
1639
1640 * ADT regressions caused by "audit: fix auditd/kernel connection state
1641 tracking" (LP: #1680532)
1642 - SAUCE: Revert "audit: fix auditd/kernel connection state tracking"
1643
1644 * Miscellaneous Ubuntu changes
1645 - [Config] updateconfigs to update CONFIG_GENERIC_CSUM for ppc64el
1646 This cleans up behind a Kconfig change that went undetected.
693f8399
TG
1647
1648 -- Tim Gardner <tim.gardner@canonical.com> Thu, 06 Apr 2017 17:28:49 +0100
1649
e1746f28 1650linux (4.10.0-18.20) zesty; urgency=low
1aace600 1651
e1746f28
TG
1652 [ Tim Gardner ]
1653
1654 * Release Tracking Bug
1655 - LP: #1680168
1656
1657 * smartpqi driver needed in initram disk and installer (LP: #1680156)
1658 - UBUNU: [Config] Add smartpqi to d-i
1aace600
TG
1659
1660 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Apr 2017 17:32:19 +0100
1661
e38c4659 1662linux (4.10.0-17.19) zesty; urgency=low
3b411be9 1663
e38c4659
TG
1664 [ Tim Gardner ]
1665
1666 * Release Tracking Bug
1667 - LP: #1679718
1668
1669 * Fix CVE-2017-7308 (LP: #1678009)
1670 - net/packet: fix overflow in check for priv area size
1671 - net/packet: fix overflow in check for tp_frame_nr
1672 - net/packet: fix overflow in check for tp_reserve
1673
1674 * apparmor: oops on boot if parameters set on grub command line (LP: #1678048)
1675 - SAUCE: apparmor: fix parameters so that the permission test is bypassed at boot
1676
1677 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
1678 - SAUCE: apparmor: add policy revision file interface
1679
1680 * apparmor does not make support of query data visible (LP: #1678023)
1681 - SAUCE: apparmor: add label data availability to the feature set
1682
1683 * apparmor query interface does not make supported query info available
1684 (LP: #1678030)
1685 - SAUCE: apparmor: add information about the query inteface to the feature set
1686
1687 * change_profile incorrect when using namespaces with a compound stack
1688 (LP: #1677959)
1689 - SAUCE: apparmor: fix label parse for stacked labels
1690
1691 * Zesty update to v4.10.8 stable release (LP: #1678930)
1692 - xfrm: policy: init locks early
1693 - xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_window
1694 - xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harder
1695 - KVM: nVMX: Fix nested VPID vmx exec control
1696 - KVM: x86: cleanup the page tracking SRCU instance
1697 - virtio_balloon: init 1st buffer in stats vq
1698 - pinctrl: qcom: Don't clear status bit on irq_unmask
1699 - c6x/ptrace: Remove useless PTRACE_SETREGSET implementation
1700 - h8300/ptrace: Fix incorrect register transfer count
1701 - mips/ptrace: Preserve previous registers for short regset write
1702 - sparc/ptrace: Preserve previous registers for short regset write
1703 - metag/ptrace: Preserve previous registers for short regset write
1704 - metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUS
1705 - metag/ptrace: Reject partial NT_METAG_RPIPE writes
1706 - qla2xxx: Allow vref count to timeout on vport delete.
1707 - sched/rt: Add a missing rescheduling point
1708 - usb: musb: fix possible spinlock deadlock
1709 - Linux 4.10.8
1710
1711 * [Hyper-V] pci-hyperv: Use device serial number as PCI domain (LP: #1667527)
1712 - net/mlx4_core: Use cq quota in SRIOV when creating completion EQs
1713 - PCI: hv: Use device serial number as PCI domain
1714
1715 * Miscellaneous Ubuntu changes
1716 - [Config] flash-kernel should be a Breaks
1717 - [Config] drop the info directory
1718 - [Config] drop NOTES as obsolete
1719 - [Config] drop changelog.historical as obsolete
3b411be9
TG
1720
1721 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Mar 2017 14:30:54 -0600
1722
5d6663a9 1723linux (4.10.0-16.18) zesty; urgency=low
adcd58f3 1724
5d6663a9
TG
1725 [ Tim Gardner ]
1726
1727 * Release Tracking Bug
1728 - LP: #1677697
1729
1730 * [Feature] ISH (Intel Sensor Hub) support (LP: #1645521)
1731 - iio: accel: hid-sensor-accel-3d: Add timestamp
1732
1733 * Zesty update to v4.10.7 stable release (LP: #1677589)
1734 - net/openvswitch: Set the ipv6 source tunnel key address attribute correctly
1735 - net: bcmgenet: Do not suspend PHY if Wake-on-LAN is enabled
1736 - net: properly release sk_frag.page
1737 - amd-xgbe: Fix jumbo MTU processing on newer hardware
1738 - openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PAD
1739 - net: unix: properly re-increment inflight counter of GC discarded candidates
1740 - qmi_wwan: add Dell DW5811e
1741 - net: vrf: Reset rt6i_idev in local dst after put
1742 - net/mlx5: Add missing entries for set/query rate limit commands
1743 - net/mlx5e: Use the proper UAPI values when offloading TC vlan actions
1744 - net/mlx5: Increase number of max QPs in default profile
1745 - net/mlx5e: Count GSO packets correctly
1746 - net/mlx5e: Count LRO packets correctly
1747 - ipv6: make sure to initialize sockc.tsflags before first use
1748 - net: bcmgenet: remove bcmgenet_internal_phy_setup()
1749 - ipv4: provide stronger user input validation in nl_fib_input()
1750 - socket, bpf: fix sk_filter use after free in sk_clone_lock
1751 - genetlink: fix counting regression on ctrl_dumpfamily()
1752 - tcp: initialize icsk_ack.lrcvtime at session start time
1753 - amd-xgbe: Fix the ECC-related bit position definitions
1754 - net: solve a NAPI race
1755 - HID: sony: Fix input device leak when connecting a DS4 twice using USB/BT
1756 - Input: ALPS - fix V8+ protocol handling (73 03 28)
1757 - Input: ALPS - fix trackstick button handling on V8 devices
1758 - Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fw
1759 - Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000
1760 - Input: iforce - validate number of endpoints before using them
1761 - Input: ims-pcu - validate number of endpoints before using them
1762 - Input: hanwang - validate number of endpoints before using them
1763 - Input: yealink - validate number of endpoints before using them
1764 - Input: cm109 - validate number of endpoints before using them
1765 - Input: kbtab - validate number of endpoints before using them
1766 - Input: sur40 - validate number of endpoints before using them
1767 - ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
1768 - ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call
1769 - ALSA: hda - Adding a group of pin definition to fix headset problem
1770 - USB: serial: option: add Quectel UC15, UC20, EC21, and EC25 modems
1771 - USB: serial: qcserial: add Dell DW5811e
1772 - ACM gadget: fix endianness in notifications
1773 - usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerInterval
1774 - dvb-usb-firmware: don't do DMA on stack
1775 - usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirk
1776 - USB: uss720: fix NULL-deref at probe
1777 - USB: lvtest: fix NULL-deref at probe
1778 - USB: idmouse: fix NULL-deref at probe
1779 - USB: wusbcore: fix NULL-deref at probe
1780 - usb: musb: cppi41: don't check early-TX-interrupt for Isoch transfer
1781 - usb: hub: Fix crash after failure to read BOS descriptor
1782 - USB: usbtmc: add missing endpoint sanity check
1783 - USB: usbtmc: fix probe error path
1784 - uwb: i1480-dfu: fix NULL-deref at probe
1785 - uwb: hwa-rc: fix NULL-deref at probe
1786 - mmc: ushc: fix NULL-deref at probe
1787 - nl80211: fix dumpit error path RTNL deadlocks
1788 - mmc: core: Fix access to HS400-ES devices
1789 - iio: adc: ti_am335x_adc: fix fifo overrun recovery
1790 - iio: sw-device: Fix config group initialization
1791 - iio: hid-sensor-trigger: Change get poll value function order to avoid
1792 sensor properties losing after resume from S3
1793 - iio: magnetometer: ak8974: remove incorrect __exit markups
1794 - mei: fix deadlock on mei reset
1795 - mei: don't wait for os version message reply
1796 - parport: fix attempt to write duplicate procfiles
1797 - ppdev: fix registering same device name
1798 - ext4: mark inode dirty after converting inline directory
1799 - powerpc/64s: Fix idle wakeup potential to clobber registers
1800 - audit: fix auditd/kernel connection state tracking
1801 - mmc: sdhci-of-at91: Support external regulators
1802 - mmc: sdhci-of-arasan: fix incorrect timeout clock
1803 - mmc: sdhci: Do not disable interrupts while waiting for clock
1804 - mmc: sdhci-pci: Do not disable interrupts in sdhci_intel_set_power
1805 - hwrng: amd - Revert managed API changes
1806 - hwrng: geode - Revert managed API changes
1807 - clk: sunxi-ng: sun6i: Fix enable bit offset for hdmi-ddc module clock
1808 - clk: sunxi-ng: mp: Adjust parent rate for pre-dividers
1809 - mwifiex: pcie: don't leak DMA buffers when removing
1810 - ath10k: fix incorrect wlan_mac_base in qca6174_regs
1811 - crypto: ccp - Assign DMA commands to the channel's CCP
1812 - fscrypt: remove broken support for detecting keyring key revocation
1813 - vfio: Rework group release notifier warning
1814 - xen/acpi: upload PM state from init-domain to Xen
1815 - iommu/vt-d: Fix NULL pointer dereference in device_to_iommu
1816 - iommu/exynos: Block SYSMMU while invalidating FLPD cache
1817 - iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5
1818 - Revert "ARM: at91/dt: sama5d2: Use new compatible for ohci node"
1819 - ARM: at91: pm: cpu_idle: switch DDR to power-down mode
1820 - arm64: kaslr: Fix up the kernel image alignment
1821 - cpufreq: Restore policy min/max limits on CPU online
1822 - cgroup, net_cls: iterate the fds of only the tasks which are being migrated
1823 - blk-mq: don't complete un-started request in timeout handler
1824 - cpsw/netcp: cpts depends on posix_timers
1825 - drm/amdgpu: reinstate oland workaround for sclk
1826 - drm/amd/amdgpu: add POLARIS12 PCI ID
1827 - auxdisplay: img-ascii-lcd: add missing sentinel entry in
1828 img_ascii_lcd_matches
1829 - jbd2: don't leak memory if setting up journal fails
1830 - intel_th: Don't leak module refcount on failure to activate
1831 - Drivers: hv: vmbus: Don't leak channel ids
1832 - Drivers: hv: vmbus: Don't leak memory when a channel is rescinded
1833 - mmc: block: Fix is_waiting_last_req set incorrectly
1834 - libceph: don't set weight to IN when OSD is destroyed
1835 - device-dax: fix pmd/pte fault fallback handling
1836 - scsi: sd: Check for unaligned partial completion
1837 - cpuidle: Validate cpu_dev in cpuidle_add_sysfs()
1838 - xen: do not re-use pirq number cached in pci device msi msg data
1839 - drm: reference count event->completion
1840 - fbcon: Fix vc attr at deinit
1841 - crypto: algif_hash - avoid zero-sized array
1842 - Linux 4.10.7
1843
1844 * PS/2 mouse does not work on Dell embedded computer (LP: #1591053)
1845 - Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000
1846
1847 * [Zesty] mlx5_core Kernel oops with bonding mode 1 and 6 (LP: #1676786)
1848 - SAUCE: (no-up) net/mlx5: Avoid dereferencing uninitialized pointer
1849
1850 * [Hyper-V] Implement Hyper-V PTP Source (LP: #1676635)
1851 - Revert "hv: don't reset hv_context.tsc_page on crash"
1852 - Revert "Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()"
1853 - Revert "hv: allocate synic pages for all present CPUs"
1854 - Revert "hv: init percpu_list in hv_synic_alloc()"
1855 - Revert "Drivers: hv: vmbus: Prevent sending data on a rescinded channel"
1856 - Revert "Drivers: hv: vmbus: Fix a rescind handling bug"
1857 - Revert "Drivers: hv: util: kvp: Fix a rescind processing issue"
1858 - Revert "Drivers: hv: util: Fcopy: Fix a rescind processing issue"
1859 - Revert "Drivers: hv: util: Backup: Fix a rescind processing issue"
1860 - Revert "drivers: hv: Turn off write permission on the hypercall page"
1861 - Revert "UBUNTU: SAUCE: (no-up) hv: Supply vendor ID and package ABI"
1862 - Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
1863 - hv: allocate synic pages for all present CPUs
1864 - hv: init percpu_list in hv_synic_alloc()
1865 - hv: don't reset hv_context.tsc_page on crash
1866 - Drivers: hv: vmbus: Prevent sending data on a rescinded channel
1867 - hv: switch to cpuhp state machine for synic init/cleanup
1868 - hv: make CPU offlining prevention fine-grained
1869 - Drivers: hv: vmbus: Fix a rescind handling bug
1870 - Drivers: hv: util: kvp: Fix a rescind processing issue
1871 - Drivers: hv: util: Fcopy: Fix a rescind processing issue
1872 - Drivers: hv: util: Backup: Fix a rescind processing issue
1873 - Drivers: hv: vmbus: Move the definition of hv_x64_msr_hypercall_contents
1874 - Drivers: hv: vmbus: Move the definition of generate_guest_id()
1875 - Drivers: hv vmbus: Move Hypercall page setup out of common code
1876 - Drivers: hv: vmbus: Move Hypercall invocation code out of common code
1877 - Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource code
1878 - Drivers: hv: vmbus: Move the extracting of Hypervisor version information
1879 - Drivers: hv: vmbus: Move the crash notification function
1880 - Drivers: hv: vmbus: Move the check for hypercall page setup
1881 - Drivers: hv: vmbus: Move the code to signal end of message
1882 - Drivers: hv: vmbus: Restructure the clockevents code
1883 - Drivers: hv: util: Use hv_get_current_tick() to get current tick
1884 - Drivers: hv: vmbus: Get rid of an unsused variable
1885 - Drivers: hv: vmbus: Define APIs to manipulate the message page
1886 - Drivers: hv: vmbus: Define APIs to manipulate the event page
1887 - Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controller
1888 - Drivers: hv: vmbus: Define an API to retrieve virtual processor index
1889 - Drivers: hv: vmbus: Define an APIs to manage interrupt state
1890 - Drivers: hv: vmbus: Cleanup hyperv_vmbus.h
1891 - hv_util: switch to using timespec64
1892 - Drivers: hv: restore hypervcall page cleanup before kexec
1893 - Drivers: hv: restore TSC page cleanup before kexec
1894 - Drivers: hv: balloon: add a fall through comment to hv_memory_notifier()
1895 - Drivers: hv: vmbus: Use all supported IC versions to negotiate
1896 - Drivers: hv: Log the negotiated IC versions.
1897 - Drivers: hv: Fix the bug in generating the guest ID
1898 - hv: export current Hyper-V clocksource
1899 - hv_utils: implement Hyper-V PTP source
1900 - SAUCE: (no-up) hv: Supply vendor ID and package ABI
1901 - drivers: hv: Turn off write permission on the hypercall page
1902
1903 * Populating Hyper-V MSR for Ubuntu 13.10 (LP: #1193172)
1904 - SAUCE: (no-up) hv: Supply vendor ID and package ABI
1905
1906 * Ubuntu 16.10: Network checksum fixes needed for IPoIB for Mellanox CX4/CX5
1907 card (LP: #1670247)
1908 - powerpc/64: Fix checksum folding in csum_tcpudp_nofold and ip_fast_csum_nofold
1909 - powerpc/64: Use optimized checksum routines on little-endian
1910
1911 * Kernel linux-image-4.4.0-67-generic prevent the boot on Microsoft Hyper-v
1912 2012r2 Gen2 VM (LP: #1674635)
1913 - scsi: storvsc: Workaround for virtual DVD SCSI version
1914
1915 * POWER9 Radix mode KVM (LP: #1675806)
1916 - Revert "powerpc: Update to new option-vector-5 format for CAS"
1917 - Revert "powerpc/powernv: Initialise nest mmu"
1918 - Revert "KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resend"
1919 - KVM: PPC: Book3S: Change interrupt call to reduce scratch space use on HV
1920 - KVM: PPC: Book3S: Move 64-bit KVM interrupt handler out from alt section
1921 - KVM: PPC: Book3S: 64-bit CONFIG_RELOCATABLE support for interrupts
1922 - powerpc/64: More definitions for POWER9
1923 - powerpc/64: Export pgtable_cache and pgtable_cache_add for KVM
1924 - powerpc/64: Make type of partition table flush depend on partition type
1925 - powerpc/64: Allow for relocation-on interrupts from guest to host
1926 - KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
1927 - KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9
1928 - KVM: PPC: Book3S HV: Use ASDR for HPT guests on POWER9
1929 - KVM: PPC: Book3S HV: Add basic infrastructure for radix guests
1930 - KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle radix guests
1931 - KVM: PPC: Book3S HV: Page table construction and page faults for radix guests
1932 - KVM: PPC: Book3S HV: MMU notifier callbacks for radix guests
1933 - KVM: PPC: Book3S HV: Implement dirty page logging for radix guests
1934 - KVM: PPC: Book3S HV: Make HPT-specific hypercalls return error in radix mode
1935 - KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movement
1936 - KVM: PPC: Book3S HV: Allow guest exit path to have MMU on
1937 - KVM: PPC: Book3S HV: Invalidate ERAT on guest entry/exit for POWER9 DD1
1938 - KVM: PPC: Book3S HV: Enable radix guest support
1939 - powerpc/64: CONFIG_RELOCATABLE support for hmi interrupts
1940 - KVM: PPC: Book3S HV: Fix software walk of guest process page tables
1941 - KVM: PPC: Book3S HV: Don't use ASDR for real-mode HPT faults on POWER9
1942 - KVM: PPC: Book3S HV: Don't try to signal cpu -1
1943 - KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce()
1944 - powerpc/64: Invalidate process table caching after setting process table
1945 - powerpc: Update to new option-vector-5 format for CAS
1946 - KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resend
1947 - powerpc/powernv: Initialise nest mmu
1948 - powerpc/powernv: Remove separate entry for OPAL real mode calls
1949
1950 * [Hyper-V][Mellanox] net/mlx4_core: Avoid delays during VF driver device shutdown (LP: #1672785)
1951 - net/mlx4_core: Avoid delays during VF driver device shutdown
1952
1953 * [zesty] mlx4_core OOM with 32 bit arch (LP: #1676858)
1954 - mlx4: reduce OOM risk on arches with large pages
1955
1956 * [Feature] GLK Northpeak Enabling (LP: #1645963)
1957 - intel_th: pci: Add Denverton SOC support
1958 - intel_th: pci: Add Gemini Lake support
1959
1960 * [zesty] mlx5e OVS fixes (LP: #1676388)
1961 - net/mlx5: Fix create autogroup prev initializer
1962 - net/mlx5e: Avoid supporting udp tunnel port ndo for VF reps
1963 - net/mlx5e: Avoid wrong identification of rules on deletion
1964 - devlink: fix the name of eswitch commands
1965 - devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fill
1966 - devlink: use nla_put_failure goto label instead of out
1967 - devlink: allow to fillup eswitch attrs even if mode_get op does not exist
1968 - net/mlx5e: Change the TC offload rule add/del code path to be per NIC or E-Switch
1969 - net/mlx5: E-Switch, Don't allow changing inline mode when flows are configured
1970
1971 * [ARM64] Support systems where the physical memory footprint exceeds the size
1972 of the linear mapping. (LP: #1675046)
1973 - SAUCE: efi: arm-stub: Correct FDT and initrd allocation rules for arm64
1974 - SAUCE: efi: arm-stub: Round up FDT allocation to mapping size
1975
1976 * AACRAID Driver: Add 3 patch fixes to Kernel release (LP: #1675872)
1977 - scsi: aacraid: remove redundant zero check on ret
1978 - scsi: aacraid: Fix typo in blink status
1979 - scsi: aacraid: Fix potential null access
1980
1981 * stress_smoke_test passing and exiting rc=9 (linux 4.9.0-12.13 ADT test
1982 failure with linux 4.9.0-12.13) (LP: #1658633)
1983 - ext4: lock the xattr block before checksuming it
1984
1985 * ARM arch_timer erratum (LP: #1675509)
1986 - arm64: ptrace: add XZR-safe regs accessors
1987 - SAUCE: arm64: Allow checking of a CPU-local erratum
1988 - SAUCE: arm64: Add CNTVCT_EL0 trap handler
1989 - SAUCE: arm64: Define Cortex-A73 MIDR
1990 - SAUCE: arm64: cpu_errata: Allow an erratum to be match for all revisions of a core
1991 - SAUCE: arm64: cpu_errata: Add capability to advertise Cortex-A73 erratum 858921
1992 - SAUCE: arm64: arch_timer: Add infrastructure for multiple erratum detection methods
1993 - SAUCE: arm64: arch_timer: Add erratum handler for globally defined capability
1994 - SAUCE: arm64: arch_timer: Add erratum handler for CPU-specific capability
1995 - SAUCE: arm64: arch_timer: Move arch_timer_reg_read/write around
1996 - SAUCE: arm64: arch_timer: Get rid of erratum_workaround_set_sne
1997 - SAUCE: arm64: arch_timer: Rework the set_next_event workarounds
1998 - SAUCE: arm64: arch_timer: Make workaround methods optional
1999 - SAUCE: arm64: arch_timer: Allows a CPU-specific erratum to only affect a subset of CPUs
2000 - SAUCE: arm64: arch_timer: Move clocksource_counter and co around
2001 - SAUCE: arm64: arch_timer: Enable CNTVCT_EL0 trap if workaround is enabled
2002 - SAUCE: arm64: arch_timer: Workaround for Cortex-A73 erratum 858921
2003 - SAUCE: arm64: arch_timer: Allow erratum matching with ACPI OEM information
2004 - SAUCE: arm64: arch_timer: Add HISILICON_ERRATUM_161010101 ACPI matching data
2005 - SAUCE: arm64: arch_timer: Add check for unknown erratum
2006
2007 * Zesty update to v4.10.6 stable release (LP: #1676429)
2008 - give up on gcc ilog2() constant optimizations
2009 - qla2xxx: Fix memory leak for abts processing
2010 - qla2xxx: Fix request queue corruption.
2011 - parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range
2012 - parisc: support R_PARISC_SECREL32 relocation in modules
2013 - parisc: Fix system shutdown halt
2014 - perf/core: Fix use-after-free in perf_release()
2015 - perf/core: Fix event inheritance on fork()
2016 - md/r5cache: fix set_syndrome_sources() for data in cache
2017 - xprtrdma: Squelch kbuild sparse complaint
2018 - NFS prevent double free in async nfs4_exchange_id
2019 - cpufreq: Fix and clean up show_cpuinfo_cur_freq()
2020 - powerpc/boot: Fix zImage TOC alignment
2021 - hwrng: omap - write registers after enabling the clock
2022 - hwrng: omap - use devm_clk_get() instead of of_clk_get()
2023 - hwrng: omap - Do not access INTMASK_REG on EIP76
2024 - md/raid1/10: fix potential deadlock
2025 - target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export
2026 - scsi: lpfc: Add shutdown method for kexec
2027 - scsi: libiscsi: add lock around task lists to fix list corruption regression
2028 - scsi: mpt3sas: Avoid sleeping in interrupt context
2029 - target: Fix VERIFY_16 handling in sbc_parse_cdb
2030 - isdn/gigaset: fix NULL-deref at probe
2031 - gfs2: Avoid alignment hole in struct lm_lockname
2032 - percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages
2033 - cgroup/pids: remove spurious suspicious RCU usage warning
2034 - drm/amdgpu/si: add dpm quirk for Oland
2035 - Linux 4.10.6
2036
2037 * Miscellaneous Ubuntu changes
2038 - [Config] CONFIG_ARM64_ERRATUM_858921=y
2039 - [Debian] add rprovides for spl-modules and zfs-modules
adcd58f3
TG
2040
2041 -- Tim Gardner <tim.gardner@canonical.com> Mon, 27 Mar 2017 07:17:47 -0600
2042
c0f8cae5 2043linux (4.10.0-15.17) zesty; urgency=low
481d1ed6 2044
c0f8cae5
TG
2045 [ Tim Gardner ]
2046
2047 * Release Tracking Bug
2048 - LP: #1675868
2049
2050 * In ZZ-BML (POWER9):ubuntu17.04 installation Fails (LP: #1675771)
2051 - powerpc/64s: fix handling of non-synchronous machine checks
2052 - powerpc/64s: allow machine check handler to set severity and initiator
2053 - powerpc/64s: POWER9 machine check handler
2054
2055 * [Feature] R3 mwait support for Knights Mill (LP: #1637550)
2056 - x86/cpufeature: Enable RING3MWAIT for Knights Landing
2057 - x86/cpufeature: Enable RING3MWAIT for Knights Mill
2058 - x86/msr: Add MSR_MISC_FEATURE_ENABLES and RING3MWAIT bit
2059 - x86/elf: Add HWCAP2 to expose ring 3 MONITOR/MWAIT
2060 - x86/cpufeature: Add RING3MWAIT to CPU features
2061
2062 * [Feature] GLK:New device IDs (LP: #1645951)
2063 - mfd: intel-lpss: Add Intel Gemini Lake PCI IDs
2064 - pwm: lpss: Add Intel Gemini Lake PCI ID
2065 - i2c: i801: Add support for Intel Gemini Lake
2066 - spi: pxa2xx: Add support for Intel Gemini Lake
2067 - [Config] CONFIG_PINCTRL_GEMINILAKE=m
2068 - pinctrl: intel: Add Intel Gemini Lake pin controller support
2069
2070 * Zesty update to v4.10.5 stable release (LP: #1675032)
2071 - net/mlx5e: Register/unregister vport representors on interface attach/detach
2072 - net/mlx5e: Do not reduce LRO WQE size when not using build_skb
2073 - net/mlx5e: Fix broken CQE compression initialization
2074 - net/mlx5e: Update MPWQE stride size when modifying CQE compress state
2075 - net/mlx5e: Fix wrong CQE decompression
2076 - vxlan: correctly validate VXLAN ID against VXLAN_N_VID
2077 - vti6: return GRE_KEY for vti6
2078 - vxlan: don't allow overwrite of config src addr
2079 - ipv4: add missing initialization for flowi4_uid
2080 - ipv4: mask tos for input route
2081 - sctp: set sin_port for addr param when checking duplicate address
2082 - net sched actions: decrement module reference count after table flush.
2083 - l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv
2084 - vxlan: lock RCU on TX path
2085 - geneve: lock RCU on TX path
2086 - mlxsw: spectrum_router: Avoid potential packets loss
2087 - net: bridge: allow IPv6 when multicast flood is disabled
2088 - net: don't call strlen() on the user buffer in packet_bind_spkt()
2089 - net: net_enable_timestamp() can be called from irq contexts
2090 - ipv6: orphan skbs in reassembly unit
2091 - dccp: Unlock sock before calling sk_free()
2092 - amd-xgbe: Stop the PHY before releasing interrupts
2093 - amd-xgbe: Be sure to set MDIO modes on device (re)start
2094 - amd-xgbe: Don't overwrite SFP PHY mod_absent settings
2095 - bonding: use ETH_MAX_MTU as max mtu
2096 - strparser: destroy workqueue on module exit
2097 - tcp: fix various issues for sockets morphing to listen state
2098 - net: fix socket refcounting in skb_complete_wifi_ack()
2099 - net: fix socket refcounting in skb_complete_tx_timestamp()
2100 - net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dump
2101 - dccp: fix use-after-free in dccp_feat_activate_values
2102 - team: use ETH_MAX_MTU as max mtu
2103 - vrf: Fix use-after-free in vrf_xmit
2104 - net/tunnel: set inner protocol in network gro hooks
2105 - uapi: fix linux/packet_diag.h userspace compilation error
2106 - amd-xgbe: Enable IRQs only if napi_complete_done() is true
2107 - act_connmark: avoid crashing on malformed nlattrs with null parms
2108 - mpls: Send route delete notifications when router module is unloaded
2109 - mpls: Do not decrement alive counter for unregister events
2110 - ipv6: make ECMP route replacement less greedy
2111 - ipv6: avoid write to a possibly cloned skb
2112 - net: use net->count to check whether a netns is alive or not
2113 - dccp/tcp: fix routing redirect race
2114 - tun: fix premature POLLOUT notification on tun devices
2115 - dccp: fix memory leak during tear-down of unsuccessful connection request
2116 - arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBs
2117 - drm/i915/lspcon: Enable AUX interrupts for resume time initialization
2118 - drm/i915/gen9+: Enable hotplug detection early
2119 - drm/i915/lspcon: Fix resume time initialization due to unasserted HPD
2120 - x86/unwind: Fix last frame check for aligned function stacks
2121 - x86/tsc: Fix ART for TSC_KNOWN_FREQ
2122 - x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y
2123 - x86/intel_rdt: Put group node in rdtgroup_kn_unlock
2124 - x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm
2125 - futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
2126 - futex: Add missing error handling to FUTEX_REQUEUE_PI
2127 - locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=y
2128 - crypto: powerpc - Fix initialisation of crc32c context
2129 - crypto: s5p-sss - Fix spinlock recursion on LRW(AES)
2130 - Linux 4.10.5
2131
2132 * Ubuntu server enables screenblanking, concealing crashdumps (DPMS is not
2133 used) (LP: #869017)
2134 - SAUCE: Disable default console blanking interval
2135
2136 * CVE-CVE-2017-5986
2137 - sctp: deny peeloff operation on asocs with threads sleeping on it
2138
2139 * tty: acpi/spcr: QDF2400 E44 checks for wrong OEM revision (LP: #1674466)
2140 - tty: acpi/spcr: QDF2400 E44 checks for wrong OEM revision
2141
2142 * Ubuntu 17.04: machine crashes with Oops in dccp_v4_ctl_send_reset while
2143 running stress-ng. (LP: #1654073)
2144 - tcp/dccp: block BH for SYN processing
2145
2146 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
2147 - tty: Fix ldisc crash on reopened tty
2148 - SAUCE: powerpc/powernv/cpuidle: Pass correct drv->cpumask for registration
2149
2150 * Fix MODULE_FIRMWARE for intel 6030 wireless (LP: #1674334)
2151 - iwlwifi: fix MODULE_FIRMWARE for 6030
2152
2153 * [zesty] net sched actions - Adding support for user cookies (LP: #1674087)
2154 - net sched actions: Add support for user cookies
2155 - net sched actions: do not overwrite status of action creation.
2156
2157 * Zesty update to v4.10.4 stable release (LP: #1674288)
2158 - iio: 104-quad-8: Fix off-by-one error when addressing flag register
2159 - ARM: qcom_defconfig: Enable RPM/RPM-SMD clocks
2160 - USB: serial: digi_acceleport: fix OOB data sanity check
2161 - USB: serial: digi_acceleport: fix OOB-event processing
2162 - crypto: improve gcc optimization flags for serpent and wp512
2163 - MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change
2164 - MIPS: VDSO: avoid duplicate CAC_BASE definition
2165 - MIPS: ip27: Disable qlge driver in defconfig
2166 - MIPS: Update ip27_defconfig for SCSI_DH change
2167 - MIPS: ip22: Fix ip28 build for modern gcc
2168 - MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change
2169 - mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy
2170 - MIPS: ralink: Cosmetic change to prom_init().
2171 - MIPS: ralink: Remove unused timer functions
2172 - MIPS: ralink: Remove unused rt*_wdt_reset functions
2173 - i2c: bcm2835: Avoid possible NULL ptr dereference
2174 - tracing: Add #undef to fix compile error
2175 - ucount: Remove the atomicity from ucount->count
2176 - efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=y
2177 - dw2102: don't do DMA on stack
2178 - i2c: add missing of_node_put in i2c_mux_del_adapters
2179 - powerpc: Emulation support for load/store instructions on LE
2180 - powerpc/booke: Fix boot crash due to null hugepd
2181 - powerpc/xics: Work around limitations of OPAL XICS priority handling
2182 - PCI: Prevent VPD access for QLogic ISP2722
2183 - usb: gadget: dummy_hcd: clear usb_gadget region before registration
2184 - usb: dwc3: gadget: make Set Endpoint Configuration macros safe
2185 - usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()
2186 - usb: ohci-at91: Do not drop unhandled USB suspend control requests
2187 - usb: gadget: function: f_fs: pass companion descriptor along
2188 - Revert "usb: gadget: uvc: Add missing call for additional setup data"
2189 - usb: host: xhci-dbg: HCIVERSION should be a binary number
2190 - usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllers
2191 - USB: serial: safe_serial: fix information leak in completion handler
2192 - USB: serial: omninet: fix reference leaks at open
2193 - USB: iowarrior: fix NULL-deref at probe
2194 - USB: iowarrior: fix NULL-deref in write
2195 - USB: serial: io_ti: fix NULL-deref in interrupt callback
2196 - USB: serial: io_ti: fix information leak in completion handler
2197 - serial: samsung: Continue to work if DMA request fails
2198 - KVM: s390: Fix guest migration for huge guests resulting in panic
2199 - KVM: arm/arm64: Let vcpu thread modify its own active state
2200 - drm/i915/gvt: Fix superfluous newline in GVT_DISPLAY_READY env var
2201 - serial_ir: ensure we're ready to receive interrupts
2202 - dm: flush queued bios when process blocks to avoid deadlock
2203 - rc: raw decoder for keymap protocol is not loaded on register
2204 - ext4: don't BUG when truncating encrypted inodes on the orphan list
2205 - IB/mlx5: Verify that Q counters are supported
2206 - Linux 4.10.4
2207
2208 * ip_rcv_finish() NULL pointer kernel panic (LP: #1672470)
2209 - bridge: drop netfilter fake rtable unconditionally
2210
2211 * Miscellaneous Ubuntu changes
2212 - [Config] Remove powerpc architecture build
2213 - [Config] updateconfigs after removing powerpc builds
2214 - [Config] Update annotations after removing powerpc configs
481d1ed6
TG
2215
2216 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
2217
0b2916b7 2218linux (4.10.0-14.16) zesty; urgency=low
49181a05 2219
0b2916b7
TG
2220 [ Tim Gardner ]
2221
2222 * Release Tracking Bug
2223 - LP: #1673805
2224
2225 * msleep() bug causes Nuvoton I2C TPM device driver delays (LP: #1667567)
2226 - tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
2227 - SAUCE: tpm: add sleep only for retry in i2c_nuvoton_write_status()
2228
2229 * C++ demangling support missing from perf (LP: #1396654)
2230 - [Config] added binutils-dev to Build-deps
2231
2232 * dm-queue-length module is not included in installer/initramfs (LP: #1673350)
2233 - [Config] d-i: Also add dm-queue-length to multipath modules
2234
2235 * move aufs.ko from -extra to linux-image package (LP: #1673498)
2236 - [config] aufs.ko moved to linux-image package
2237
2238 * Using an NVMe drive causes huge power drain (LP: #1664602)
2239 - nvme: Add a quirk mechanism that uses identify_ctrl
2240 - nvme: Enable autonomous power state transitions
2241
2242 * Broadcom bluetooth modules sometimes fail to initialize (LP: #1483101)
2243 - Bluetooth: btbcm: Add a delay for module reset
2244
2245 * Need support of Broadcom bluetooth device [413c:8143] (LP: #1166113)
2246 - Bluetooth: btusb: Add support for 413c:8143
2247
2248 * Zesty update to v4.10.3 stable release (LP: #1673118)
2249 - serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards
2250 - KVM: s390: Disable dirty log retrieval for UCONTROL guests
2251 - KVM: VMX: use correct vmcs_read/write for guest segment selector/base
2252 - Bluetooth: Add another AR3012 04ca:3018 device
2253 - phy: qcom-ufs: Don't kfree devres resource
2254 - phy: qcom-ufs: Fix misplaced jump label
2255 - s390/qdio: clear DSCI prior to scanning multiple input queues
2256 - s390/dcssblk: fix device size calculation in dcssblk_direct_access()
2257 - s390/kdump: Use "LINUX" ELF note name instead of "CORE"
2258 - s390/chsc: Add exception handler for CHSC instruction
2259 - s390: TASK_SIZE for kernel threads
2260 - s390/topology: correct allocation of topology information
2261 - s390: make setup_randomness work
2262 - s390: use correct input data address for setup_randomness
2263 - net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()
2264 - cxl: Prevent read/write to AFU config space while AFU not configured
2265 - cxl: fix nested locking hang during EEH hotplug
2266 - brcmfmac: fix incorrect event channel deduction
2267 - mnt: Tuck mounts under others instead of creating shadow/side mounts.
2268 - IB/ipoib: Fix deadlock between rmmod and set_mode
2269 - IB/IPoIB: Add destination address when re-queue packet
2270 - IB/mlx5: Fix out-of-bound access
2271 - IB/SRP: Avoid using IB_MR_TYPE_SG_GAPS
2272 - IB/srp: Avoid that duplicate responses trigger a kernel bug
2273 - IB/srp: Fix race conditions related to task management
2274 - Btrfs: fix data loss after truncate when using the no-holes feature
2275 - orangefs: Use RCU for destroy_inode
2276 - memory/atmel-ebi: Fix ns <-> cycles conversions
2277 - tracing: Fix return value check in trace_benchmark_reg()
2278 - ktest: Fix child exit code processing
2279 - ceph: remove req from unsafe list when unregistering it
2280 - target: Fix NULL dereference during LUN lookup + active I/O shutdown
2281 - drivers/pci/hotplug: Handle presence detection change properly
2282 - drivers/pci/hotplug: Fix initial state for empty slot
2283 - nlm: Ensure callback code also checks that the files match
2284 - pwm: pca9685: Fix period change with same duty cycle
2285 - xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
2286 - nfit, libnvdimm: fix interleave set cookie calculation
2287 - mac80211: flush delayed work when entering suspend
2288 - mac80211: don't reorder frames with SN smaller than SSN
2289 - mac80211: don't handle filtered frames within a BA session
2290 - mac80211: use driver-indicated transmitter STA only for data frames
2291 - drm/amdgpu: add more cases to DCE11 possible crtc mask setup
2292 - drm/amdgpu/pm: check for headless before calling compute_clocks
2293 - Revert "drm/amdgpu: update tile table for oland/hainan"
2294 - drm/ast: Fix AST2400 POST failure without BMC FW or VBIOS
2295 - drm/radeon: handle vfct with multiple vbios images
2296 - drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058
2297 - drm/ttm: Make sure BOs being swapped out are cacheable
2298 - drm/vmwgfx: Work around drm removal of control nodes
2299 - drm/imx: imx-tve: Do not set the regulator voltage
2300 - drm/atomic: fix an error code in mode_fixup()
2301 - drm/i915/gvt: Disable access to stolen memory as a guest
2302 - drm: Cancel drm_fb_helper_dirty_work on unload
2303 - drm: Cancel drm_fb_helper_resume_work on unload
2304 - drm/i915: Recreate internal objects with single page segments if dmar fails
2305 - drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS code
2306 - drm/i915: Check for timeout completion when waiting for the rq to submitted
2307 - drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()
2308 - drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXT
2309 - libceph: use BUG() instead of BUG_ON(1)
2310 - x86, mm: fix gup_pte_range() vs DAX mappings
2311 - x86/tlb: Fix tlb flushing when lguest clears PGE
2312 - thp: fix another corner case of munlock() vs. THPs
2313 - mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()
2314 - kasan: resched in quarantine_remove_cache()
2315 - fat: fix using uninitialized fields of fat_inode/fsinfo_inode
2316 - drivers: hv: Turn off write permission on the hypercall page
2317 - Linux 4.10.3
2318
2319 * Zesty update to v4.10.2 stable release (LP: #1672544)
2320 - MIPS: pic32mzda: Fix linker error for pic32_get_pbclk()
2321 - MIPS: Fix special case in 64 bit IP checksumming.
2322 - MIPS: BCM47XX: Fix button inversion for Asus WL-500W
2323 - MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
2324 - MIPS: Lantiq: Keep ethernet enabled during boot
2325 - MIPS: Clear ISA bit correctly in get_frame_info()
2326 - MIPS: Prevent unaligned accesses during stack unwinding
2327 - MIPS: Fix get_frame_info() handling of microMIPS function size
2328 - MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
2329 - MIPS: Calculate microMIPS ra properly when unwinding the stack
2330 - MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
2331 - mmc: sdhci-acpi: support deferred probe
2332 - am437x-vpfe: always assign bpp variable
2333 - uvcvideo: Fix a wrong macro
2334 - media: fix dm1105.c build error
2335 - cxd2820r: fix gpio null pointer dereference
2336 - dvb-usb: don't use stack for firmware load
2337 - lirc_dev: LIRC_{G,S}ET_REC_MODE do not work
2338 - media: Properly pass through media entity types in entity enumeration
2339 - ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()
2340 - spi: s3c64xx: fix inconsistency between binding and driver
2341 - ARM: at91: define LPDDR types
2342 - ARM: dts: at91: Enable DMA on sama5d4_xplained console
2343 - ARM: dts: at91: Enable DMA on sama5d2_xplained console
2344 - ALSA: hda/realtek - Cannot adjust speaker's volume on a Dell AIO
2345 - ALSA: hda - fix Lewisburg audio issue
2346 - ALSA: timer: Reject user params with too small ticks
2347 - ALSA: ctxfi: Fallback DMA mask to 32bit
2348 - ALSA: seq: Fix link corruption by event error handling
2349 - ALSA: hda - Add subwoofer support for Dell Inspiron 17 7000 Gaming
2350 - ALSA: hda - Fix micmute hotkey problem for a lenovo AIO machine
2351 - hwmon: (it87) Do not overwrite bit 2..6 of pwm control registers
2352 - hwmon: (it87) Ensure that pwm control cache is current before updating values
2353 - staging: greybus: loopback: fix broken udelay
2354 - staging/lustre/lnet: Fix allocation size for sv_cpt_data
2355 - staging: rtl: fix possible NULL pointer dereference
2356 - coresight: STM: Balance enable/disable
2357 - coresight: fix kernel panic caused by invalid CPU
2358 - regulator: Fix regulator_summary for deviceless consumers
2359 - tpm_tis: use default timeout value if chip reports it as zero
2360 - tpm_tis: fix the error handling of init_tis()
2361 - iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
2362 - iommu/vt-d: Tylersburg isoch identity map check is done too late.
2363 - CIFS: Fix splice read for non-cached files
2364 - mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}
2365 - mm/page_alloc: fix nodes for reclaim in fast path
2366 - mm: vmpressure: fix sending wrong events on underflow
2367 - mm: do not access page->mapping directly on page_endio
2368 - mm balloon: umount balloon_mnt when removing vb device
2369 - mm, vmscan: cleanup lru size claculations
2370 - mm, vmscan: consider eligible zones in get_scan_count
2371 - sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT
2372 - ipc/shm: Fix shmat mmap nil-page protection
2373 - ima: fix ima_d_path() possible race with rename
2374 - PM / devfreq: Fix available_governor sysfs
2375 - PM / devfreq: Fix wrong trans_stat of passive devfreq device
2376 - dm cache: fix corruption seen when using cache > 2TB
2377 - dm stats: fix a leaked s->histogram_boundaries array
2378 - dm round robin: revert "use percpu 'repeat_count' and 'current_path'"
2379 - dm raid: fix data corruption on reshape request
2380 - scsi: qla2xxx: Cleaned up queue configuration code.
2381 - scsi: qla2xxx: Fix response queue count for Target mode.
2382 - scsi: qla2xxx: Fix Regression introduced by pci_alloc_irq_vectors_affinity call.
2383 - Revert "scsi: aacraid: Reorder Adapter status check"
2384 - scsi: aacraid: Reorder Adapter status check
2385 - scsi: use 'scsi_device_from_queue()' for scsi_dh
2386 - power: reset: at91-poweroff: timely shutdown LPDDR memories
2387 - Fix: Disable sys_membarrier when nohz_full is enabled
2388 - jbd2: don't leak modified metadata buffers on an aborted journal
2389 - block/loop: fix race between I/O and set_status
2390 - loop: fix LO_FLAGS_PARTSCAN hang
2391 - ext4: Include forgotten start block on fallocate insert range
2392 - ext4: do not polute the extents cache while shifting extents
2393 - ext4: trim allocation requests to group size
2394 - ext4: fix data corruption in data=journal mode
2395 - ext4: fix use-after-iput when fscrypt contexts are inconsistent
2396 - ext4: fix inline data error paths
2397 - ext4: preserve the needs_recovery flag when the journal is aborted
2398 - ext4: return EROFS if device is r/o and journal replay is needed
2399 - ext4: fix fencepost in s_first_meta_bg validation
2400 - samples/seccomp: fix 64-bit comparison macros
2401 - mei: remove support for broken parallel read
2402 - ath10k: fix boot failure in UTF mode/testmode
2403 - ath5k: drop bogus warning on drv_set_key with unsupported cipher
2404 - ath9k: fix race condition in enabling/disabling IRQs
2405 - ath9k: use correct OTP register offsets for the AR9340 and AR9550
2406 - PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal
2407 - PCI: altera: Fix TLP_CFG_DW0 for TLP write
2408 - Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
2409 - crypto: xts - Add ECB dependency
2410 - crypto: testmgr - Pad aes_ccm_enc_tv_template vector
2411 - crypto: xts - Propagate NEED_FALLBACK bit
2412 - crypto: api - Add crypto_requires_off helper
2413 - fuse: add missing FR_FORCE
2414 - x86/pkeys: Check against max pkey to avoid overflows
2415 - arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2
2416 - arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLB
2417 - arm64: fix erroneous __raw_read_system_reg() cases
2418 - KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twice
2419 - Revert "arm64: mm: set the contiguous bit for kernel mappings where appropriate"
2420 - iio: pressure: mpl115: do not rely on structure field ordering
2421 - iio: pressure: mpl3115: do not rely on structure field ordering
2422 - can: gs_usb: Don't use stack memory for USB transfers
2423 - can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
2424 - w1: don't leak refcount on slave attach failure in w1_attach_slave_device()
2425 - w1: ds2490: USB transfer buffers need to be DMAable
2426 - usb: musb: da8xx: Remove CPPI 3.0 quirk and methods
2427 - usb: dwc3: gadget: skip Set/Clear Halt when invalid
2428 - usb: host: xhci: plat: check hcc_params after add hcd
2429 - usb: gadget: udc-core: Rescan pending list on driver unbind
2430 - usb: gadget: udc: fsl: Add missing complete function.
2431 - usb: gadget: f_hid: fix: Free out requests
2432 - usb: gadget: f_hid: fix: Prevent accessing released memory
2433 - usb: gadget: f_hid: Use spinlock instead of mutex
2434 - usb: gadget: f_hid: fix: Move IN request allocation to set_alt()
2435 - hv: allocate synic pages for all present CPUs
2436 - hv: init percpu_list in hv_synic_alloc()
2437 - Drivers: hv: vmbus: Prevent sending data on a rescinded channel
2438 - Drivers: hv: vmbus: Fix a rescind handling bug
2439 - Drivers: hv: util: kvp: Fix a rescind processing issue
2440 - Drivers: hv: util: Fcopy: Fix a rescind processing issue
2441 - Drivers: hv: util: Backup: Fix a rescind processing issue
2442 - RDMA/core: Fix incorrect structure packing for booleans
2443 - rdma_cm: fail iwarp accepts w/o connection params
2444 - gfs2: Add missing rcu locking for glock lookup
2445 - remoteproc: qcom: mdt_loader: Don't overwrite firmware object
2446 - rtlwifi: Fix alignment issues
2447 - rtlwifi: rtl8192c-common: Fix "BUG: KASAN:
2448 - VME: restore bus_remove function causing incomplete module unload
2449 - nfsd: minor nfsd_setattr cleanup
2450 - nfsd: special case truncates some more
2451 - NFSv4: Fix memory and state leak in _nfs4_open_and_get_state
2452 - NFSv4: Fix reboot recovery in copy offload
2453 - pNFS/flexfiles: If the layout is invalid, it must be updated before retrying
2454 - Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCE"
2455 - NFSv4: fix getacl head length estimation
2456 - NFSv4: fix getacl ERANGE for some ACL buffer sizes
2457 - f2fs: fix a problem of using memory after free
2458 - f2fs: fix multiple f2fs_add_link() calls having same name
2459 - f2fs: add ovp valid_blocks check for bg gc victim to fg_gc
2460 - f2fs: avoid to issue redundant discard commands
2461 - f2fs: Fix zoned block device support
2462 - rtc: sun6i: Disable the build as a module
2463 - rtc: sun6i: Add some locking
2464 - rtc: sun6i: Switch to the external oscillator
2465 - md linear: fix a race between linear_add() and linear_congested()
2466 - bcma: use (get|put)_device when probing/removing device driver
2467 - mtd: nand: ifc: Fix location of eccstat registers for IFC V1.0
2468 - dmaengine: ipu: Make sure the interrupt routine checks all interrupts.
2469 - xprtrdma: Fix Read chunk padding
2470 - xprtrdma: Per-connection pad optimization
2471 - xprtrdma: Disable pad optimization by default
2472 - xprtrdma: Reduce required number of send SGEs
2473 - powerpc/xmon: Fix data-breakpoint
2474 - powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature mask
2475 - module: fix memory leak on early load_module() failures
2476 - MIPS: IP22: Reformat inline assembler code to modern standards.
2477 - MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.
2478 - ceph: update readpages osd request according to size of pages
2479 - Linux 4.10.2
2480
2481 * kernel selftests ADT failure with linux 4.10.0-13.15 on ppc64el (LP: #1672510)
2482 - SAUCE: Add '-fno-ie -no-pie' to cflags for powerpc ptrace tests
2483
2484 * arm64: Workaround QDF2400 erratum 0065 (LP: #1672486)
2485 - [Config] CONFIG_QCOM_QDF2400_ERRATUM_0065=y
2486 - irqchip/gicv3-its: Add workaround for QDF2400 ITS erratum 0065
2487
2488 * arm64 MSI/PCIe passthrough patches break build of certain configs (LP: #1672502)
2489 - irqdomain: Add empty irq_domain_check_msi_remap
2490
2491 * pinctrl: qcom: add get_direction function (LP: #1672504)
2492 - pinctrl: qcom: add get_direction function
2493
2494 * perf probes on arm64 don't work with 4.10 kernel b/c of register name issue (LP: #1671917)
2495 - perf probe: Fix wrong register name for arm64
2496
2497 * cleanup primary tree for linux-hwe layering issues (LP: #1637473)
2498 - [Config] linux-source-* is in the primary linux namespace
2499
2500 * hv_set_ifconfig script parsing fails for certain configuration (LP: #1640109)
2501 - hv_set_ifconfig -- handle DHCP interfaces correctly
2502 - hv_set_ifconfig -- ensure we include the last stanza
2503
2504 * Revert "UBUNTU: SAUCE: Disable timers selftest for now" (LP: #1672372)
2505 - Revert "UBUNTU: SAUCE: Disable timers selftest for now"
2506
2507 * Ubuntu 16.10: Network checksum fixes needed for IPoIB for Mellanox CX4/CX5 card (LP: #1670247)
2508 - powerpc/64: Fix checksum folding in csum_add()
2509
2510 * POWER9: Additional power9 patches (LP: #1671613)
2511 - mm/autonuma: don't use set_pte_at when updating protnone ptes
2512 - mm/autonuma: let architecture override how the write bit should be stashed in a protnone pte.
2513 - powerpc/mm/autonuma: switch ppc64 to its own implementation of saved write
2514 - mm/gup: check for protnone only if it is a PTE entry
2515 - mm/thp/autonuma: use TNF flag instead of vm fault
2516 - SAUCE: powerpc/mm: handle protnone ptes on fork
2517 - SAUCE: power/mm: update pte_write and pte_wrprotect to handle savedwrite
2518 - mm/ksm: improve deduplication of zero pages with colouring
2519 - mm: introduce page_vma_mapped_walk()
2520 - mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()
2521 - mm/ksm: handle protnone saved writes when making page write protect
2522
2523 * POWER9 : Enable Stop 0-2 with ESL=EC=0 (LP: #1666197)
2524 - powerpc/powernv: Fix bug due to labeling ambiguity in power_enter_stop
2525
2526 * Miscellaneous Ubuntu changes
2527 - [Debian] consider renames in gen-auto-reconstruct
49181a05
TG
2528
2529 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 Mar 2017 13:30:55 -0700
2530
aa033b4c 2531linux (4.10.0-13.15) zesty; urgency=low
81afe745 2532
aa033b4c
TG
2533 [ Tim Gardner ]
2534
2535 * Release Tracking Bug
2536 - LP: #1671614
2537
2538 * ehci-platform needed in usb-modules udeb (LP: #1671589)
2539 - d-i: add ehci-platform to usb-modules
2540
2541 * irqchip/gic-v3-its: Enable cacheable attribute Read-allocate hints
2542 (LP: #1671598)
2543 - irqchip/gic-v3-its: Enable cacheable attribute Read-allocate hints
2544
2545 * iommu: Fix static checker warning in iommu_insert_device_resv_regions
2546 (LP: #1671599)
2547 - iommu: Fix static checker warning in iommu_insert_device_resv_regions
2548
2549 * QDF2400: Fix panic introduced by erratum 1003 (LP: #1671602)
2550 - arm64: Avoid clobbering mm in erratum workaround on QDF2400
2551
2552 * QDF2400 PCI ports require ACS quirk (LP: #1671601)
2553 - PCI: Add ACS quirk for Qualcomm QDF2400 and QDF2432
2554
2555 * tty: pl011: Work around QDF2400 E44 stuck BUSY bit (LP: #1671600)
2556 - tty: pl011: Work around QDF2400 E44 stuck BUSY bit
2557
2558 * CVE-2017-2636
2559 - tty: n_hdlc: get rid of racy n_hdlc.tbuf
2560
2561 * Sync virtualbox to 5.1.16-dfsg-1 in zesty (LP: #1671470)
2562 - ubuntu: vbox -- Update to 5.1.16-dfsg-1
81afe745
TG
2563
2564 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 Mar 2017 06:16:24 -0700
2565
513a2988 2566linux (4.10.0-12.14) zesty; urgency=low
550d6ad6 2567
513a2988
TG
2568 [ Tim Gardner ]
2569
2570 * Release Tracking Bug
2571 - LP: #1671235
2572
2573 * POWER9: Improve CAS negotiation (LP: #1671169)
2574 - powerpc: Parse the command line before calling CAS
2575 - powerpc: Update to new option-vector-5 format for CAS
2576
2577 * lowlatency kernel is lacking support for latencytop (LP: #1655986)
2578 - [Config] CONFIG_LATENCYTOP=y for amd64 lowlatency
2579
2580 * Power9 kernel: add virtualization patches (LP: #1670800)
2581 - powerpc: Add POWER9 architected mode to cputable
2582
2583 * h-prod does not function across cores (LP: #1670726)
2584 - KVM: PPC: Book3S HV: Fix H_PROD to actually wake the target vcpu
2585
2586 * CIFS: Enable encryption for SMB3 (LP: #1670508)
2587 - cifs: Simplify SMB2 and SMB311 dependencies
2588 - cifs: Only select the required crypto modules
2589 - cifs: Add soft dependencies
2590 - CIFS: Separate SMB2 header structure
2591 - CIFS: Make SendReceive2() takes resp iov
2592 - CIFS: Make send_cancel take rqst as argument
2593 - CIFS: Send RFC1001 length in a separate iov
2594 - CIFS: Separate SMB2 sync header processing
2595 - CIFS: Separate RFC1001 length processing for SMB2 read
2596 - CIFS: Add capability to transform requests before sending
2597 - CIFS: Enable encryption during session setup phase
2598 - CIFS: Encrypt SMB3 requests before sending
2599 - CIFS: Add transform header handling callbacks
2600 - CIFS: Add mid handle callback
2601 - CIFS: Add copy into pages callback for a read operation
2602 - CIFS: Decrypt and process small encrypted packets
2603 - CIFS: Add capability to decrypt big read responses
2604 - CIFS: Allow to switch on encryption with seal mount option
2605 - CIFS: Fix possible use after free in demultiplex thread
2606
2607 * FC Adapter (LPe32000-based) prints "iotag out of range", goes offline, and
2608 delays boot a lot (Ubuntu17.04/Emulex/lpfc)) (LP: #1670490)
2609 - scsi: lpfc: Correct WQ creation for pagesize
2610 - scsi: lpfc: Add missing memory barrier
2611
2612 * Ubuntu 17.04: Guest does not reflect all the cpus hotplugged (LP: #1670315)
2613 - powerpc/64: Don't try to use radix MMU under a hypervisor
2614 - powerpc/pseries: Fixes for the "ibm,architecture-vec-5" options
2615 - powerpc/64: Enable use of radix MMU under hypervisor on POWER9
2616 - powerpc/pseries: Advertise HPT resizing support via CAS
2617 - powerpc/pseries: Advertise Hot Plug Event support to firmware
2618 - powerpc/pseries: Report DLPAR capabilities
2619 - powerpc/pseries: Make the acquire/release of the drc for memory a seperate step
2620 - powerpc/pseries: Introduce memory hotplug READD operation
2621 - powerpc/pseries: Fix build break when MEMORY_HOTREMOVE=n
2622 - powerpc/pseries: Implement indexed-count hotplug memory add
2623 - powerpc/pseries: Implement indexed-count hotplug memory remove
2624 - powerpc/pseries: Revert 'Auto-online hotplugged memory'
2625
2626 * Allow Unity8 to run inside Virtualbox (LP: #1669807)
2627 - ubuntu: vbox -- Update to 5.1.14-dfsg-3
2628
2629 * ecryptfs fails to load block cipher on ppc64el (LP: #1666483)
2630 - crypto: vmx - Use skcipher for cbc fallback
2631 - crypto: vmx - Use skcipher for xts fallback
2632 - [Config] CONFIG_CRYPTO_DEV_VMX=y
2633
2634 * Regression in 4.4.0-65-generic causes very frequent system crashes
2635 (LP: #1669611)
2636 - Revert "UBUNTU: SAUCE: apparmor: fix lock ordering for mkdir"
2637 - Revert "UBUNTU: SAUCE: apparmor: fix leak on securityfs pin count"
2638 - Revert "UBUNTU: SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode() fails"
2639 - Revert "UBUNTU: SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails"
2640
2641 * [ubuntu 16.10] Enable OPTPROBES for powerpc (LP: #1585741)
2642 - powerpc/optprobes: Fix TOC handling in optprobes trampoline
2643
2644 * [Ubuntu 17.04] Kernel panics when large number of hugepages is passed as an
2645 boot argument to kernel. (LP: #1665113)
2646 - SAUCE: mm/cgroup: avoid panic when init with low memory
2647
2648 * bcache device numbers increase by 16 (LP: #1667078)
2649 - SAUCE: bcache: Fix bcache device names
2650
2651 * [Feature] GLK Intel PT write (LP: #1645962)
2652 - perf/x86/intel/pt: Add format strings for PTWRITE and power event tracing
2653
2654 * arm64: ACPI platform MSI support required for new systems (LP: #1669061)
2655 - SAUCE: ACPI: IORT: fix the indentation in iort_scan_node()
2656 - SAUCE: ACPI: IORT: add missing comment for iort_dev_find_its_id()
2657 - SAUCE: ACPI: IORT: minor cleanup for iort_match_node_callback()
2658 - SAUCE: irqchip: gic-v3-its: keep the head file include in alphabetic order
2659 - SAUCE: irqchip: gicv3-its: platform-msi: refactor its_pmsi_prepare()
2660 - SAUCE: irqchip: gicv3-its: platform-msi: refactor its_pmsi_init() to prepare for ACPI
2661 - SAUCE: irqchip: gicv3-its: platform-msi: scan MADT to create platform msi domain
2662 - SAUCE: ACPI: IORT: rename iort_node_map_rid() to make it generic
2663 - SAUCE: ACPI: IORT: introduce iort_node_map_platform_id() to retrieve dev id
2664 - SAUCE: ACPI: platform-msi: retrieve dev id from IORT
2665 - SAUCE: ACPI: platform: setup MSI domain for ACPI based platform device
2666 - SAUCE: msi: platform: make platform_msi_create_device_domain() ACPI aware
2667 - SAUCE: irqchip: mbigen: drop module owner
2668 - SAUCE: irqchip: mbigen: introduce mbigen_of_create_domain()
2669 - SAUCE: irqchip: mbigen: Add ACPI support
2670
2671 * Miscellaneous Ubuntu changes
2672 - [Debian] Don't attempt to sign files if CONFIG_MODULE_SIG=n
550d6ad6
TG
2673
2674 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Mar 2017 05:37:29 -0700
2675
cd6f70c0 2676linux (4.10.0-11.13) zesty; urgency=low
976a0958 2677
cd6f70c0
TG
2678 [ Tim Gardner ]
2679
2680 * Release Tracking Bug
2681 - LP: #1669127
2682
2683 * linux-tools-common should Depends: lsb-release (LP: #1667571)
2684 - [Config] linux-tools-common depends on lsb-release
2685
2686 * Ubuntu (Zesty): When we miss LSI/INTx interrupts on slot, message is too
2687 imprecise (LP: #1668382)
2688 - of/irq: improve error report on irq discovery process failure
2689
2690 * Zesty update to v4.10.1 stable release (LP: #1668993)
2691 - ptr_ring: fix race conditions when resizing
2692 - ip: fix IP_CHECKSUM handling
2693 - net: socket: fix recvmmsg not returning error from sock_error
2694 - tty: serial: msm: Fix module autoload
2695 - USB: serial: mos7840: fix another NULL-deref at open
2696 - USB: serial: cp210x: add new IDs for GE Bx50v3 boards
2697 - USB: serial: ftdi_sio: fix modem-status error handling
2698 - USB: serial: ftdi_sio: fix extreme low-latency setting
2699 - USB: serial: ftdi_sio: fix line-status over-reporting
2700 - USB: serial: spcp8x5: fix modem-status handling
2701 - USB: serial: opticon: fix CTS retrieval at open
2702 - USB: serial: ark3116: fix register-accessor error handling
2703 - USB: serial: console: fix uninitialised spinlock
2704 - x86/platform/goldfish: Prevent unconditional loading
2705 - goldfish: Sanitize the broken interrupt handler
2706 - netfilter: nf_ct_helper: warn when not applying default helper assignment
2707 - ACPICA: Linuxize: Restore and fix Intel compiler build
2708 - block: fix double-free in the failure path of cgwb_bdi_init()
2709 - rtlwifi: rtl_usb: Fix for URB leaking when doing ifconfig up/down
2710 - xfs: clear delalloc and cache on buffered write failure
2711 - Linux 4.10.1
2712
2713 * [UBUNTU Zesty] mlx5 - Improve OVS offload driver (LP: #1668019)
2714 - net/sched: cls_flower: Disallow duplicate internal elements
2715 - net/sched: cls_flower: Properly handle classifier flags dumping
2716 - net/sched: cls_matchall: Dump the classifier flags
2717 - net/sched: Reflect HW offload status
2718 - net/sched: cls_flower: Reflect HW offload status
2719 - net/sched: cls_matchall: Reflect HW offloading status
2720 - net/sched: cls_u32: Reflect HW offload status
2721 - net/sched: cls_bpf: Reflect HW offload status
2722 - net/mlx5: Push min-inline mode resolution helper into the core
2723 - IB/mlx5: Enable Eth VFs to query their min-inline value for user-space
2724 - net/mlx5: Use exact encap header size for the FW input buffer
2725 - net/mlx5e: Add TC offloads matching on IPv6 encapsulation headers
2726 - net/mlx5e: TC ipv4 tunnel encap offload cosmetic changes
2727 - net/mlx5e: Use the full tunnel key info for encapsulation offload house- keeping
2728 - net/mlx5e: Maximize ip tunnel key usage on the TC offloading path
2729 - net/mlx5e: Support SRIOV TC encapsulation offloads for IPv6 tunnels
2730 - net/mlx5: E-Switch, Enlarge the FDB size for the switchdev mode
2731 - net/mlx5: Fix static checker warnings
2732
2733 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
2734 (LP: #1470250)
2735 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
2736
2737 * Ubuntu17.04: Need more patches for aacraid to bring up Boston System
2738 (LP: #1668726)
2739 - scsi: aacraid: Remove duplicate irq management code
2740 - scsi: aacraid: Added aacraid.h include guard
2741 - scsi: aacraid: added support for init_struct_8
2742 - scsi: aacraid: Added sa firmware support
2743 - scsi: aacraid: Retrieve and update the device types
2744 - scsi: aacraid: Reworked scsi command submission path
2745 - scsi: aacraid: Process Error for response I/O
2746 - scsi: aacraid: Added support for response path
2747 - scsi: aacraid: Added support for read medium error
2748 - scsi: aacraid: Reworked aac_command_thread
2749 - scsi: aacraid: Added support for periodic wellness sync
2750 - scsi: aacraid: Retrieve Queue Depth from Adapter FW
2751 - scsi: aacraid: Added support to set QD of attached drives
2752 - scsi: aacraid: Added support for hotplug
2753 - scsi: aacraid: Include HBA direct interface
2754 - scsi: aacraid: Add task management functionality
2755 - scsi: aacraid: Added support to abort cmd and reset lun
2756 - scsi: aacraid: VPD 83 type3 support
2757 - scsi: aacraid: Added new IWBR reset
2758 - scsi: aacraid: Added ioctl to trigger IOP/IWBR reset
2759 - scsi: aacraid: Retrieve HBA host information ioctl
2760 - scsi: aacraid: Update copyrights
2761 - scsi: aacraid: Change Driver Version Prefix
2762 - scsi: aacraid: update version
2763 - scsi: aacraid: rcode is unsigned and should be signed int
2764 - scsi: aacraid: avoid open-coded upper_32_bits
2765 - scsi: aacraid: Fix camel case
2766 - scsi: aacraid: Use correct channel number for raw srb
2767 - scsi: aacraid: Fix for excessive prints on EEH
2768 - scsi: aacraid: Prevent E3 lockup when deleting units
2769 - scsi: aacraid: Fix memory leak in fib init path
2770 - scsi: aacraid: Added sysfs for driver version
2771 - scsi: aacraid: Fix sync fibs time out on controller reset
2772 - scsi: aacraid: Skip wellness sync on controller failure
2773 - scsi: aacraid: Reload offlined drives after controller reset
2774 - scsi: aacraid: Decrease adapter health check interval
2775 - scsi: aacraid: Skip IOP reset on controller panic(SMART Family)
2776 - scsi: aacraid: Reorder Adapter status check
2777 - scsi: aacraid: Save adapter fib log before an IOP reset
2778 - scsi: aacraid: Fix a potential spinlock double unlock bug
2779 - scsi: aacraid: Update driver version
2780 - scsi: aacraid: Fixed expander hotplug for SMART family
2781
2782 * Ubuntu 17.04: "Oops: Exception in kernel mode, sig: 5 [#1]" seen during
2783 fadump over ssh on Alpine machine. (LP: #1655241)
2784 - Revert "UBUNTU: SAUCE: powerpc/fadump: set an upper limit for boot memory size"
2785 - SAUCE: powerpc/fadump: set an upper limit for boot memory size (V2)
2786
2787 * CAPI:Ubuntu: Kernel panic while rebooting (LP: #1667599)
2788 - pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()
2789 - pci/hotplug/pnv-php: Disable surprise hotplug capability on conflicts
2790 - pci/hotplug/pnv-php: Disable MSI and PCI device properly
2791
2792 * Nvlink2: Additional patches (LP: #1667081)
2793 - powerpc/powernv: Initialise nest mmu
2794 - powerpc/powernv: Use OPAL call for TCE kill on NVLink2
2795 - powerpc/mm: refactor radix physical page mapping
2796 - powerpc/mm: add radix__create_section_mapping()
2797 - powerpc/mm: add radix__remove_section_mapping()
2798 - powerpc/mm: unstub radix__vmemmap_remove_mapping()
2799 - [Config] Enforce CONFIG_MOVABLE_NODE=y for ppc64el
2800
2801 * PowerNV: No rate limit for kernel error "KVM can't copy data from"
2802 (LP: #1667416)
2803 - SAUCE: KVM: PPC: Book3S: Ratelimit copy data failure error messages
2804
2805 * Please disable unnecessary config options in the Ubuntu 17.04 kernel config
2806 (LP: #1667490)
2807 - [Config] Disable experimental IMA options
2808
2809 * POWER9: AST: Improve AST 2500 support (LP: #1667424)
2810 - SAUCE: drm/ast: Handle configuration without P2A bridge
2811 - SAUCE: drm/ast: const'ify mode setting tables
2812 - SAUCE: drm/ast: Remove spurrious include
2813 - SAUCE: drm/ast: Fix calculation of MCLK
2814 - SAUCE: drm/ast: Base support for AST2500
2815 - SAUCE: drm/ast: Fixed vram size incorrect issue on POWER
2816 - SAUCE: drm/ast: Factor mmc_test code in POST code
2817 - SAUCE: drm/ast: Rename ast_init_dram_2300 to ast_post_chip_2300
2818 - SAUCE: drm/ast: POST code for the new AST2500
2819 - SAUCE: drm/ast: Fix test for VGA enabled
2820 - SAUCE: drm/ast: Call open_key before enable_mmio in POST code
2821
2822 * POWER9: Additional patches for 17.04 and 16.04.2 (LP: #1667116)
2823 - powerpc/mm: Update PROTFAULT handling in the page fault path
2824 - powerpc/mm/radix: Update pte update sequence for pte clear case
2825 - powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mm
2826 - powerpc/mm/radix: Skip ptesync in pte update helpers
2827 - SAUCE: powerpc/mm/hash: Always clear UPRT and Host Radix bits when setting up CPU
2828
2829 * POWER9: Improve PMU capabilites (LP: #1667413)
2830 - powerpc/perf: use is_kernel_addr macro in perf_get_misc_flags()
2831 - powerpc/perf: Avoid FAB_*_MATCH checks for power9
2832 - powerpc/perf: Add restrictions to PMC5 in power9 DD1
2833 - powerpc/perf: Use Instruction Counter value
2834 - powerpc/perf: Use PM_INST_DISP for generic instructions sample
2835 - powerpc/perf: Add alternative event table and function for power9
2836 - powerpc/perf: Add PM_INST_DISP event to Power9 event list
2837 - powerpc/perf: Factor out event_alternative function
2838
2839 * Miscellaneous Ubuntu changes
2840 - [Config] CONFIG_QCOM_FALKOR_ERRATUM_1009=y
2841 - [Config] CONFIG_QCOM_L2_PMU=y
2842 - [Config] CONFIG_QCOM_FALKOR_ERRATUM_1003=y
2843 - ubuntu: vbox -- Update to 5.1.14-dfsg-2
2844
2845 * Miscellaneous upstream changes
2846 - arm64: errata: Provide macro for major and minor cpu revisions
2847 - arm64: Define Falkor v1 CPU
2848 - arm64: Use __tlbi() macros in KVM code
2849 - arm64: Work around Falkor erratum 1009
2850 - perf: add qcom l2 cache perf events driver
2851 - arm64: arch_timer: document Hisilicon erratum 161010101
2852 - arm64: Work around Falkor erratum 1003
2853 - ACPI/IORT: Fix iort_node_get_id() mapping entries indexing
2854 - net: qcom/emac: add ethtool support
2855 - Revert "net: qcom/emac: configure the external phy to allow pause frames"
2856 - net: qcom/emac: rename emac_phy to emac_sgmii and move it
2857 - net: qcom/emac: claim the irq only when the device is opened
2858 - net: qcom/emac: display the phy driver info after we connect
2859 - net: qcom/emac: always use autonegotiation to configure the SGMII link
2860 - net: qcom/emac: do not call emac_mac_start twice
2861 - net: qcom/emac: remove extraneous wake-on-lan code
2862 - net: qcom/emac: add an error interrupt handler for the sgmii
2863 - net: qcom/emac: add ethool support for setting pause parameters
2864 - net: qcom/emac: fix semicolon.cocci warnings
2865 - net: qcom/emac: add ethtool support for reading hardware registers
2866 - net: qcom/emac: add ethtool support for setting ring parameters
2867 - net: qcom/emac: fix a sizeof() typo
976a0958
SF
2868
2869 -- Seth Forshee <seth.forshee@canonical.com> Thu, 23 Feb 2017 12:32:41 -0600
2870
458e5f8c 2871linux (4.10.0-10.12) zesty; urgency=low
422137c0 2872
458e5f8c
TG
2873 [ Tim Gardner ]
2874
2875 * Release Tracking Bug
2876 - LP: #1666636
2877
2878 * POWER9 : Enable Stop 0-2 with ESL=EC=0 (LP: #1666197)
2879 - powernv:idle: Add IDLE_STATE_ENTER_SEQ_NORET macro
2880 - powernv:stop: Rename pnv_arch300_idle_init to pnv_power9_idle_init
2881 - cpuidle:powernv: Add helper function to populate powernv idle states.
2882 - powernv: Pass PSSCR value and mask to power9_idle_stop
2883 - Documentation:powerpc: Add device-tree bindings for power-mgt
2884
2885 * ecryptfs fails to load block cipher on ppc64el (LP: #1666483)
2886 - [Config] CONFIG_CRYPTO_DEV_VMX=n
2887
2888 * [ubuntu 16.10] Enable OPTPROBES for powerpc (LP: #1585741)
2889 - powerpc/bpf: Introduce __PPC_SH64()
2890 - powerpc: Add helper to check if offset is within relative branch range
2891 - powerpc/kprobes: Fixes for kprobe_lookup_name() on BE
2892 - powerpc/kprobes: Implement Optprobes
2893 - powerpc/kprobes: Optimize kprobe in kretprobe_trampoline()
2894
2895 * Miscellaneous Ubuntu changes
2896 - [Config] CONFIG_QCOM_IRQ_COMBINER=y
2897 - [Config] CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND=y
2898 - [Config] CONFIG_HISILICON_ERRATUM_161010101=y
2899
2900 * Miscellaneous upstream changes
2901 - ACPI: Generic GSI: Do not attempt to map non-GSI IRQs during bus scan
2902 - ACPI: Add support for ResourceSource/IRQ domain mapping
2903 - irqchip/qcom: Add IRQ combiner driver
2904 - clocksource/drivers/arm_arch_timer: Add dt binding for hisilicon-161010101 erratum
2905 - clocksource/drivers/arm_arch_timer: Remove fsl-a008585 parameter
2906 - clocksource/drivers/arm_arch_timer: Introduce generic errata handling infrastructure
2907 - clocksource/drivers/arm_arch_timer: Work around Hisilicon erratum 161010101
2908 - iommu/dma: Allow MSI-only cookies
2909 - iommu: Rename iommu_dm_regions into iommu_resv_regions
2910 - iommu: Add a new type field in iommu_resv_region
2911 - iommu: iommu_alloc_resv_region
2912 - iommu: Only map direct mapped regions
2913 - iommu: iommu_get_group_resv_regions
2914 - iommu: Implement reserved_regions iommu-group sysfs file
2915 - iommu/vt-d: Implement reserved region get/put callbacks
2916 - iommu/amd: Declare MSI and HT regions as reserved IOVA regions
2917 - iommu/arm-smmu: Implement reserved region get/put callbacks
2918 - iommu/arm-smmu-v3: Implement reserved region get/put callbacks
2919 - irqdomain: Add irq domain MSI and MSI_REMAP flags
2920 - genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creation
2921 - irqdomain: irq_domain_check_msi_remap
2922 - irqchip/gicv3-its: Sets IRQ_DOMAIN_FLAG_MSI_REMAP
2923 - vfio/type1: Allow transparent MSI IOVA allocation
2924 - vfio/type1: Check MSI remapping at irq domain level
2925 - iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymore
2926 - iommu/arm-smmu-v3: Clear prior settings when updating STEs
2927 - iommu/arm-smmu-v3: limit use of 2-level stream tables
2928 - iommu/arm-smmu: Support for Extended Stream ID (16 bit)
2929 - iommu/arm-smmu: Fix for ThunderX erratum #27704
422137c0
TG
2930
2931 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Feb 2017 15:32:54 -0700
2932
50ed354c 2933linux (4.10.0-9.11) zesty; urgency=low
7f3489eb 2934
50ed354c
TG
2935 [ Tim Gardner ]
2936
2937 * Release Tracking Bug
2938 - LP: #1666214
2939
2940 * linux: disable CONFIG_PCIEPORTBUS in the kernel (LP: #1665404)
2941 - [Config] CONFIG_PCIEPORTBUS=n for ppc64el
2942
2943 * linux-lts-xenial 4.4.0-63.84~14.04.2 ADT test failure with linux-lts-xenial
2944 4.4.0-63.84~14.04.2 (LP: #1664912)
2945 - SAUCE: apparmor: fix link auditing failure due to, uninitialized var
2946
2947 * Ubuntu 17.04: "Oops: Exception in kernel mode, sig: 5 [#1]" seen during
2948 fadump over ssh on Alpine machine. (LP: #1655241)
2949 - SAUCE: powerpc/fadump: set an upper limit for boot memory size
2950
2951 * In Ubuntu 17.04 : after reboot getting message in console like Unable to
2952 open file: /etc/keys/x509_ima.der (-2) (LP: #1656908)
2953 - SAUCE: ima: Downgrade error to warning
2954
2955 * NFS client : permission denied when trying to access subshare, since kernel
2956 4.4.0-31 (LP: #1649292)
2957 - fs: Better permission checking for submounts
2958
2959 * Miscellaneous Ubuntu changes
2960 - SAUCE: (noup) Update spl to 0.6.5.9-1, zfs to 0.6.5.9-2
2961 - [Config] CONFIG_SCSI_HISI_SAS=m on arm64
2962 - d-i: Add hisi_sas_v2_hw to scsi-modules
2963 - d-i: Add hns_enet_drv to nic-modules
2964 - d-i: Add supporting modules for hns_enet_drv to nic-modules
2965 - rebase to v4.10
7f3489eb 2966
f0987d53
TG
2967 [ Upstream Kernel Changes ]
2968
2969 * rebase to v4.10
2970
7f3489eb
TG
2971 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Feb 2017 11:18:07 -0700
2972
75b5a0fd 2973linux (4.10.0-8.10) zesty; urgency=low
2b04bc9d 2974
75b5a0fd
TG
2975 [ Tim Gardner ]
2976
2977 * Release Tracking Bug
2978 - LP: #1664217
2979
2980 * [Hyper-V] Bug fixes for storvsc (tagged queuing, error conditions)
2981 (LP: #1663687)
2982 - scsi: storvsc: Enable tracking of queue depth
2983 - scsi: storvsc: Remove the restriction on max segment size
2984 - scsi: storvsc: Enable multi-queue support
2985 - scsi: storvsc: use tagged SRB requests if supported by the device
2986 - scsi: storvsc: properly handle SRB_ERROR when sense message is present
2987 - scsi: storvsc: properly set residual data length on errors
2988
2989 * Ubuntu16.10-KVM:Big configuration with multiple guests running SRIOV VFs
2990 caused KVM host hung and all KVM guests down. (LP: #1651248)
2991 - KVM: PPC: Book 3S: XICS cleanup: remove XICS_RM_REJECT
2992 - KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter
2993 - KVM: PPC: Book 3S: XICS: Fix potential issue with duplicate IRQ resends
2994 - KVM: PPC: Book 3S: XICS: Implement ICS P/Q states
2995 - KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resend
2996
2997 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
2998 (LP: #1531747)
2999 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3000
3001 * CVE-2016-1575 (LP: #1534961)
3002 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3003
3004 * CVE-2016-1576 (LP: #1535150)
3005 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3006
3007 * Miscellaneous Ubuntu changes
3008 - SAUCE: md/raid6 algorithms: scale test duration for speedier boots
3009 - SAUCE: Import aufs driver
3010 - d-i: Build message-modules udeb for arm64
3011 - rebase to v4.10-rc8
3012
3013 * Miscellaneous upstream changes
3014 - Revert "UBUNTU: SAUCE: aufs -- remove .readlink assignment"
3015 - Revert "UBUNTU: SAUCE: (no-up) aufs: for v4.9-rc1, support setattr_prepare()"
3016 - Revert "UBUNTU: SAUCE: aufs -- Add flags argument to aufs_rename()"
3017 - Revert "UBUNTU: SAUCE: aufs -- Convert to use xattr handlers"
3018 - Revert "UBUNTU: SAUCE: Import aufs driver"
2b04bc9d 3019
e2b3a5fb
TG
3020 [ Upstream Kernel Changes ]
3021
3022 * rebase to v4.10-rc8
3023
2b04bc9d
TG
3024 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Feb 2017 08:34:24 -0700
3025
97c4afde 3026linux (4.10.0-7.9) zesty; urgency=low
15598609 3027
97c4afde
TG
3028 [ Tim Gardner ]
3029
3030 * Release Tracking Bug
3031 - LP: #1662201
3032
3033 * AMDGPU support for CIK parts in kernel config? (LP: #1661887)
3034 - [Config] CONFIG_DRM_AMDGPU_CIK=y
3035
3036 * regession tests failing after stackprofile test is run (LP: #1661030)
3037 - fix regression with domain change in complain mode
3038
3039 * Permission denied and inconsistent behavior in complain mode with 'ip netns
3040 list' command (LP: #1648903)
3041 - fix regression with domain change in complain mode
3042
3043 * flock not mediated by 'k' (LP: #1658219)
3044 - SAUCE: apparmor: flock mediation is not being enforced on cache check
3045
3046 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
3047 from a unshared mount namespace (LP: #1656121)
3048 - SAUCE: apparmor: null profiles should inherit parent control flags
3049
3050 * apparmor refcount leak of profile namespace when removing profiles
3051 (LP: #1660849)
3052 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
3053
3054 * tor in lxd: apparmor="DENIED" operation="change_onexec"
3055 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
3056 name="system_tor" (LP: #1648143)
3057 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
3058 namespaces
3059
3060 * apparmor_parser hangs indefinitely when called by multiple threads
3061 (LP: #1645037)
3062 - SAUCE: apparmor: fix lock ordering for mkdir
3063
3064 * apparmor leaking securityfs pin count (LP: #1660846)
3065 - SAUCE: apparmor: fix leak on securityfs pin count
3066
3067 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
3068 (LP: #1660845)
3069 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
3070 fails
3071
3072 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
3073 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
3074
3075 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
3076 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
3077
3078 * apparmor auditing denied access of special apparmor .null fi\ le
3079 (LP: #1660836)
3080 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
3081
3082 * apparmor label leak when new label is unused (LP: #1660834)
3083 - SAUCE: apparmor: fix label leak when new label is unused
3084
3085 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
3086 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
3087
3088 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
3089 - SAUCE: apparmor: fix replacement race in reading rawdata
3090
3091 * unix domain socket cross permission check failing with nested namespaces
3092 (LP: #1660832)
3093 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
3094
3095 * Regression tests can not detect binfmt_elf mmpa semantic change
3096 (LP: #1630069)
3097 - SAUCE: apparmor: add flag to detect semantic change, to binfmt_elf mmap
3098
3099 * Support snaps inside of lxd containers (LP: #1611078)
3100 - apparmor: add interface to be able to grab loaded policy
3101 - apparmor: refactor aa_prepare_ns into prepare_ns and create_ns routines
3102 - apparmor: add __aa_find_ns fn
3103 - apparmor: add mkdir/rmdir interface to manage policy namespaces
3104 - apparmor: fix oops in pivot_root mediation
3105 - apparmor: fix warning that fn build_pivotroot discards const
3106 - apparmor: add interface to advertise status of current task stacking
3107 - apparmor: update policy permissions to consider ns being viewed/managed
3108 - apparmor: add per ns policy management interface
3109 - apparmor: bump domain stacking version to 1.2
3110
3111 * change_hat is logging failures during expected hat probing (LP: #1615893)
3112 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
3113
3114 * deleted files outside of the namespace are not being treated as disconnected
3115 (LP: #1615892)
3116 - SAUCE: apparmor: deleted dentries can be disconnected
3117
3118 * stacking to unconfined in a child namespace confuses mediation
3119 (LP: #1615890)
3120 - SAUCE: apparmor: special case unconfined when determining the mode
3121
3122 * apparmor module parameters can be changed after the policy is locked
3123 (LP: #1615895)
3124 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
3125
3126 * AppArmor profile reloading causes an intermittent kernel BUG (LP: #1579135)
3127 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
3128
3129 * label vec reductions can result in reference labels instead of direct access
3130 to labels (LP: #1615889)
3131 - SAUCE: apparmor: reduction of vec to single entry is just that entry
3132
3133 * profiles from different namespaces can block other namespaces from being
3134 able to load a profile (LP: #1615887)
3135 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
3136
3137 * The label build for onexec when stacking is wrong (LP: #1615881)
3138 - SAUCE: apparmor: Fix label build for onexec stacking.
3139
3140 * The inherit check for new to old label comparison for domain transitions is
3141 wrong (LP: #1615880)
3142 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
3143
3144 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
3145 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
3146
3147 * __label_update proxy comparison test is wrong (LP: #1615878)
3148 - SAUCE: apparmor: Fix __label_update proxy comparison test
3149
3150 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
3151 (LP: #1560583)
3152 - SAUCE: apparmor: Allow ns_root processes to open profiles file
3153 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
3154
3155 * policy namespace stacking (LP: #1379535)
3156 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
3157 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
3158
3159 * brd module compiled as built-in (LP: #1593293)
3160 - [Config] CONFIG_BLK_DEV_RAM=m
3161
3162 * Miscellaneous Ubuntu changes
3163 - SAUCE: apparmor: Fix FTBFS due to bad include path
3164 - SAUCE: apparmor: add data query support
3165 - rebase to v4.10-rc7
3166
3167 * Miscellaneous upstream changes
3168 - fixup backout policy view capable for forward port
3169 - apparmor: fix: Rework the iter loop for label_update
3170 - apparmor: add more assertions for updates/merges to help catch errors
3171 - apparmor: Make pivot root transitions work with stacking
3172 - apparmor: convert delegating deleted files to mediate deleted files
3173 - apparmor: add missing parens. not a bug fix but highly recommended
3174 - apparmor: add a stack_version file to allow detection of bug fixes
3175 - apparmor: push path lookup into mediation loop
3176 - apparmor: default to allowing unprivileged userns policy
3177 - apparmor: fix: permissions test to view and manage policy
3178 - apparmor: Add Basic ns cross check condition for ipc
15598609 3179
7a9190d6
TG
3180 [ Upstream Kernel Changes ]
3181
3182 * rebase to v4.10-rc7
3183
15598609
TG
3184 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Feb 2017 10:48:30 -0700
3185
dbd151ef 3186linux (4.10.0-6.8) zesty; urgency=low
2360c180 3187
dbd151ef
TG
3188 [ Tim Gardner ]
3189
3190 * Release Tracking Bug
3191 - LP: #1661300
3192
3193 * flock not mediated by 'k' (LP: #1658219)
3194 - SAUCE: apparmor: flock mediation is not being enforced on cache check
3195
3196 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
3197 from a unshared mount namespace (LP: #1656121)
3198 - SAUCE: apparmor: null profiles should inherit parent control flags
3199
3200 * apparmor refcount leak of profile namespace when removing profiles
3201 (LP: #1660849)
3202 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
3203
3204 * tor in lxd: apparmor="DENIED" operation="change_onexec"
3205 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
3206 name="system_tor" (LP: #1648143)
3207 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
3208 namespaces
3209
3210 * apparmor_parser hangs indefinitely when called by multiple threads
3211 (LP: #1645037)
3212 - SAUCE: apparmor: fix lock ordering for mkdir
3213
3214 * apparmor leaking securityfs pin count (LP: #1660846)
3215 - SAUCE: apparmor: fix leak on securityfs pin count
3216
3217 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
3218 (LP: #1660845)
3219 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
3220 fails
3221
3222 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
3223 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
3224
3225 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
3226 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
3227
3228 * apparmor auditing denied access of special apparmor .null fi\ le
3229 (LP: #1660836)
3230 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
3231
3232 * apparmor label leak when new label is unused (LP: #1660834)
3233 - SAUCE: apparmor: fix label leak when new label is unused
3234
3235 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
3236 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
3237
3238 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
3239 - SAUCE: apparmor: fix replacement race in reading rawdata
3240
3241 * unix domain socket cross permission check failing with nested namespaces
3242 (LP: #1660832)
3243 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
3244
3245 * Kdump through NMI SMP and single core not working on Ubuntu16.10
3246 (LP: #1630924)
3247 - hv: don't reset hv_context.tsc_page on crash
3248
3249 * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
3250 distribution (LP: #1628889)
3251 - SAUCE: s390: kernel message catalog
3252
3253 * Miscellaneous Ubuntu changes
3254 - [Config] Drop powerpc ABI files
2360c180
TG
3255
3256 -- Tim Gardner <tim.gardner@canonical.com> Wed, 01 Feb 2017 15:21:35 -0700
3257
308c0cf5
SF
3258linux (4.10.0-5.7) zesty; urgency=low
3259
3260 * [regression 4.8.0-14 -> 4.8.0-17] keyboard and touchscreen lost on Acer
3261 Chromebook R11 (LP: #1630238)
3262 - [Config] CONFIG_TOUCHSCREEN_ELAN=y,CONFIG_PINCTRL_CHERRYVIEW=y for amd64
3263
3264 * Enable CONFIG_NET_DROP_MONITOR=m in Ubuntu Kernel (LP: #1660634)
3265 - [Config] Update annotations for CONFIG_NET_DROP_MONITOR
3266
3267 * Miscellaneous Ubuntu changes
3268 - d-i: initrd needs msm_emac on amberwing platform.
3269 - [Config] Remove powerpc architecture builds
3270 - [Config] updateconfigs after removing powerpc configs
3271 - [Config] Update annotations after removing powerpc configs
3272 - SAUCE: Disable timers selftest for now
3273 - Rebase to v4.10-rc6
3274 - SAUCE: (no-up) Update zfs to 0.6.5.8-0ubuntu9
3275 - Enable zfs build
3276 - [Config] CONFIG_NET_DROP_MONITOR=m
bba9527c 3277
b9c040fc
SF
3278 [ Upstream Kernel Changes ]
3279
3280 * rebase to v4.10-rc6
3281
308c0cf5 3282 -- Seth Forshee <seth.forshee@canonical.com> Wed, 01 Feb 2017 12:26:09 -0600
bba9527c 3283
9330ca2d 3284linux (4.10.0-4.6) zesty; urgency=low
030b9697 3285
9330ca2d
SF
3286 * Miscellaneous upstream changes
3287 - Revert "UBUNTU: Disable all flavors for the powerpc architecture"
030b9697 3288
9330ca2d 3289 -- Seth Forshee <seth.forshee@canonical.com> Tue, 24 Jan 2017 07:13:15 -0600
030b9697 3290
12e53b71 3291linux (4.10.0-3.5) zesty; urgency=low
5f4e07f9 3292
12e53b71
SF
3293 * KVM module handling different per Architecture - ppc64el (LP: #1657734)
3294 - [Config] powerpc: Add kvm-hv and kvm-pr to the generic inclusion list
3295
3296 * ENA network driver moved to -extra (LP: #1657767)
3297 - [Config] Move Amazon ENA network driver to the main kernel package
3298
3299 * [Hyper-V] mkfs regression in 4.10 fixed by patch in "for-4.11"
3300 (LP: #1657539)
3301 - block: relax check on sg gap
3302
3303 * i915 module requests unreleased GUC firmware files (LP: #1626740)
3304 - SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for unreleased
3305 firmware
3306
3307 * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
3308 distribution (LP: #1628889)
3309 - [Config] CONFIG_KMSG_IDS=y for s390
3310 - SAUCE: s390 Kernel message catalog
3311
3312 * Miscellaneous Ubuntu changes
3313 - ubuntu: vbox -- Update to 5.1.14-dfsg-1
3314 - SAUCE: vbox -- remove .readlink assignment
3315 - Enable vbox build
3316 - [Config] CONFIG_DEFAULT_IOSCHED=cfq
3317 - [Config] Bump CONFIG_NR_CPUS up to 256 on arm64
3318 - [Config] Fix up s390x config options changed during 4.10 rebase
3319 - [Config] Update annotations for 4.10
3320 - Disable all flavors for the powerpc architecture
5f4e07f9 3321
fbee9470
TG
3322 [ Upstream Kernel Changes ]
3323
3324 * rebase to v4.10-rc5
3325
12e53b71 3326 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Jan 2017 15:48:35 -0600
5f4e07f9 3327
c0d0e54e 3328linux (4.10.0-2.4) zesty; urgency=low
2f218d4b 3329
c0d0e54e
TG
3330 * Move some kernel modules to the main kernel package (part 2) (LP: #1655002)
3331 - [Config] Add IBM power drivers to the inclusion list
3332
3333 * Miscellaneous Ubuntu changes
3334 - [Config] linux-source Provides should not be a macro
3335 - [Config] Correct the note URL for LATENCYTOP
3336 - rebase to v4.10-rc4
2f218d4b 3337
59219e76
TG
3338 [ Upstream Kernel Changes ]
3339
3340 * rebase to v4.10-rc4
3341
2f218d4b
TG
3342 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Jan 2017 07:17:34 -0700
3343
7ff9db67 3344linux (4.10.0-1.3) zesty; urgency=low
9bd40d9a 3345
9548a18f
SF
3346 [ Upstream Kernel Changes ]
3347
3348 * rebase to v4.10-rc3
3349
7ff9db67 3350 -- Seth Forshee <seth.forshee@canonical.com> Mon, 09 Jan 2017 11:41:13 -0600
9bd40d9a 3351
55d32b0c 3352linux (4.10.0-0.2) zesty; urgency=low
53abb04a 3353
55d32b0c
SF
3354 * [17.04 FEAT] Build IMA and the TPM device drivers into the KVM on POWER
3355 host/NV kernel (LP: #1643652)
3356 - [Config] Update and enforce IMA options
53abb04a 3357
55d32b0c
SF
3358 * Miscellaneous Ubuntu changes
3359 - [Config] Disble stack protector for powerpc-smp
3360
3361 -- Seth Forshee <seth.forshee@canonical.com> Sat, 07 Jan 2017 19:07:55 -0600
53abb04a 3362
6a679021
SF
3363linux (4.10.0-0.1) zesty; urgency=low
3364
3f6fdd8c
SF
3365 * IP-over-DDP packets dropped (LP: #1559772)
3366 - [Config] CONFIG_IPDDP=n
3367
3368 * Miscellaneous Ubuntu changes
3369 - [Config] Update annotations with recent config changes
3370 - SAUCE: aufs -- remove .readlink assignment
3371 - disable vbox build
3372 - disable ZFS build
6a679021 3373
98e55b68
SF
3374 [ Upstream Kernel Changes ]
3375
3376 * rebase to v4.10-rc2
3377
3f6fdd8c 3378 -- Seth Forshee <seth.forshee@canonical.com> Fri, 06 Jan 2017 07:55:57 -0600
6a679021 3379
b58a399c 3380linux (4.9.0-11.12) zesty; urgency=low
e4ab0566 3381
b58a399c
TG
3382 * Miscellaneous Ubuntu changes
3383 - UBUNTU: SAUCE: Add '-fno-pie -no-pie' to cflags for x86 selftests
3384 - UBUNTU: SAUCE: (no-up) aufs: for v4.9-rc1, support setattr_prepare()
e4ab0566 3385
beafa51a
TG
3386 [ Upstream Kernel Changes ]
3387
3388 * rebase to v4.9
3389
e4ab0566
TG
3390 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Dec 2016 06:40:40 -0700
3391
71917fd7
TG
3392linux (4.9.0-10.11) zesty; urgency=low
3393
3394 * d-i is missing usb support for platforms that use the xhci-platform driver
3395 (LP: #1625222)
3396 - d-i initrd needs additional usb modules to support the merlin platform
3397
3398 * Miscellaneous Ubuntu changes
3399 - SAUCE: Import aufs driver
3400 - SAUCE: aufs -- Convert to use xattr handlers
3401 - SAUCE: aufs -- Add flags argument to aufs_rename()
3402 - [Config] Enable aufs
3403 - [Config] CONFIG_FSL_FMAN=y for powerpc
3404 - SAUCE: powerpc64: Fix legacy cmpi mneomonic assumption
3405 - [Config] Restore powerpc64-emb
3406
3407 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Dec 2016 20:38:12 -0700
3408
a51e1b75 3409linux (4.9.0-9.10) zesty; urgency=low
8fc4c565 3410
a51e1b75
TG
3411 * Kernel Fixes to get TCMU File Backed Optical to work (LP: #1646204)
3412 - SAUCE: target/user: Fix use-after-free of tcmu_cmds if they are expired
3413
3414 * Yakkety: arm64: CONFIG_ARM64_ERRATUM_845719 isn't enabled (LP: #1647793)
3415 - [Config] CONFIG_ARM64_ERRATUM_845719=y
3416
3417 * Update hio driver to 2.1.0.28 (LP: #1646643)
3418 - SAUCE: hio: update to Huawei ES3000_V2 (2.1.0.28)
3419
3420 * Miscellaneous Ubuntu changes
3421 - ubuntu: vbox -- Update to 5.1.10-dfsg-2
3422 - Build vbox for ARCH=x86
3423 - SAUCE: Add aufs driver
3424 - SAUCE: aufs -- Convert to use xattr handlers
3425 - SAUCE: aufs -- Updates for rename2
3426 - SAUCE: Export symbols used by aufs
3427 - [Config] Enable aufs
8fc4c565
TG
3428
3429 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 13:02:18 -0700
3430
8b49f7e4 3431linux (4.9.0-8.9) zesty; urgency=low
0bd5bde8 3432
8b49f7e4
TG
3433 * Miscellaneous Ubuntu changes
3434 - SAUCE: xr-usb-serial: only build for x86
3435 Fixes s390x FTBS
0bd5bde8
TG
3436
3437 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 12:35:33 -0700
3438
ef18e0b5 3439linux (4.9.0-7.8) zesty; urgency=low
d535d2dd 3440
ef18e0b5
TG
3441 * Driver for Exar USB UART (LP: #1645591)
3442 - SAUCE: xr-usb-serial: Driver for Exar USB serial ports
3443 - SAUCE: xr-usb-serial: interface for switching modes
3444 - SAUCE: cdc-acm: Exclude Exar USB serial ports
d535d2dd 3445
d0eef8eb
TG
3446 [ Upstream Kernel Changes ]
3447
3448 * rebase to v4.9-rc8
3449
d535d2dd
TG
3450 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 07:41:58 -0700
3451
ac2ce7c2 3452linux (4.9.0-6.7) zesty; urgency=low
0d538f9b 3453
ac2ce7c2
TG
3454 * Miscellaneous Ubuntu changes
3455 - Set build_arch=x86 for i386
0d538f9b
TG
3456
3457 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 21:00:11 -0700
3458
f3509366 3459linux (4.9.0-5.6) zesty; urgency=low
1bd8d43d 3460
f3509366
TG
3461 * Miscellaneous Ubuntu changes
3462 - [Debian] restore tools build
3463 - Set build_arch=x86 for amd64 and x32
1bd8d43d
TG
3464
3465 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 07:06:20 -0700
3466
55bf3703 3467linux (4.9.0-4.5) zesty; urgency=low
25bf9132 3468
55bf3703
TG
3469 * linux: Staging modules should be unsigned (LP: #1642368)
3470 - [Debian] Suppress module signing for staging drivers
3471 - SAUCE: Add rtl drivers to signature inclusion list
3472
3473 * [17.04 FEAT] Build IMA and the TPM device drivers into the KVM on POWER
3474 host/NV kernel (LP: #1643652)
3475 - [Config] CONFIG_IMA=y
3476
3477 * Miscellaneous Ubuntu changes
3478 - [Debian] config-check -- Make it easier to find annotations syntax errors
3479 - [Config] Enable various drivers for ARM platforms
3480 - [Config] Fix s390x config carnage
3481 - [Config] Set CONFIG_KEXEC=y for all architectures
3482 - [Config] Fix up CONFIG_I2C_SLAVE values
3483 - [Config] Set CONFIG_WLAN_VENDOR_TI=y for all supported kernels
3484 - [Config] Set CONFIG_PWM_PCA9685=m for amd64 and i386
3485 - [Config] Set CONFIG_ZONE_DMA=m for amd64-generic
3486 - [Config] Update annotations
3487 - [Config] CONFIG_NR_CPUS=8192 for amd64
25bf9132
TG
3488
3489 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Nov 2016 12:57:09 -0700
3490
7ab763b3
TG
3491linux (4.9.0-3.4) zesty; urgency=low
3492
3493 * Miscellaneous Ubuntu changes
3494 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
3495 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
3496 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
3497 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
3498 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
3499 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
3500 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
3501 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
3502 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
3503 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
3504 - SAUCE: (namespace) fuse: Add support for pid namespaces
3505 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
3506 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
3507 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
3508 - SAUCE: (namespace) fuse: Allow user namespace mounts
3509 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
3510 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
3511 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
3512 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu7, zfs to 0.6.5.8-2ubuntu1
3513
3514 * Miscellaneous upstream changes
3515 - Revert "UBUNTU: SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs"
35bf2177
TG
3516
3517 [ Upstream Kernel Changes ]
3518
3519 * rebase to v4.9-rc7
3520
67e4ee33
TG
3521 -- Tim Gardner <tim.gardner@canonical.com> Tue, 22 Nov 2016 07:51:48 -0700
3522
716ed3c8 3523linux (4.9.0-2.3) zesty; urgency=low
3a977c00 3524
716ed3c8
TG
3525 * Fix Kernel Crashing under IBM Virtual Scsi Driver (LP: #1642299)
3526 - SAUCE: ibmvscsis: Rearrange functions for future patches
3527 - SAUCE: ibmvscsis: Synchronize cmds at tpg_enable_store time
3528 - SAUCE: ibmvscsis: Synchronize cmds at remove time
3529 - SAUCE: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
3530 - SAUCE: ibmvscsis: Return correct partition name/# to client
3531 - SAUCE: ibmvscsis: Issues from Dan Carpenter/Smatch
3532
3533 * Move some kernel modules to the main kernel package (LP: #1642228)
3534 - [Config] Move some powerpc kernel modules to the main kernel package
3535
3536 * linux: Staging modules should be unsigned (LP: #1642368)
3537 - [Debian] Suppress module signing for staging drivers
3538
3539 * Miscellaneous Ubuntu changes
3540 - SAUCE: UEFI: bpf: disable bpf when module security is enabled
3a977c00 3541
32da737f
TG
3542 [ Upstream Kernel Changes ]
3543
3544 * rebase to v4.9-rc6
3545
3a977c00
TG
3546 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Nov 2016 10:59:54 -0700
3547
9afeb32d
TG
3548linux (4.9.0-1.2) zesty; urgency=low
3549
3550 * hio: SSD data corruption under stress test (LP: #1638700)
3551 - SAUCE: hio: set bi_error field to signal an I/O error on a BIO
3552 - SAUCE: hio: splitting bio in the entry of .make_request_fn
3553
3554 * hio Ubuntu sauce driver needs porting to 4.8 (LP: #1635594)
3555 - SAUCE: import Huawei ES3000_V2 (2.1.0.23)
3556 - SAUCE: hio: bio_endio() no longer takes errors arg
3557 - SAUCE: hio: blk_queue make_request_fn now returns a blk_qc_t
3558 - SAUCE: hio: use alloc_cpumask_var to avoid -Wframe-larger-than
3559 - SAUCE: hio: fix mask maybe-uninitialized warning
3560 - SAUCE: hio: port to v4.8 base
3561 - [config] enable CONFIG_HIO (Huawei ES3000_V2 PCIe SSD driver)
3562 - SAUCE: hio: Makefile and Kconfig
3563 - [Config] Enforce CONFIG_HIO
3564
3565 * Miscellaneous Ubuntu changes
3566 - rebase to v4.9-rc5
3567 - zfs: remove the never implemented aio_fsync file operation
3568 - [Config] Disable powerpc64-emb for FTBS
a943190c 3569
1f063282
TG
3570 [ Upstream Kernel Changes ]
3571
3572 * rebase to v4.9-rc5
3573
a943190c
TG
3574 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Nov 2016 08:02:32 -0700
3575
547e6956
TG
3576linux (4.9.0-0.1) zesty; urgency=low
3577
547e6956
TG
3578 [ Upstream Kernel Changes ]
3579
209cadf6 3580 * rebase to v4.9-rc4
547e6956
TG
3581 - LP: #1465724
3582 - LP: #1535802
3583
3584 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Oct 2016 21:46:31 -0600
3585
3586linux (4.9.0-0.0) yakkety; urgency=low
a31133c8 3587
80320aca
SF
3588 [ Seth Forshee ]
3589
3590 * Release Tracking Bug
3591 - LP: #1632918
3592
3593 * Revert "If zone is so small that watermarks are the same, stop zone balance"
3594 in yakkety (LP: #1632894)
3595 - Revert "UBUNTU: SAUCE: (no-up) If zone is so small that watermarks are the
3596 same, stop zone balance."
a31133c8 3597
80320aca 3598 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 21:57:07 -0500
a31133c8 3599
7088397f 3600linux (4.8.0-24.26) yakkety; urgency=low
3dce9212 3601
7088397f
SF
3602 [ Seth Forshee ]
3603
3604 * Release Tracking Bug
3605 - LP: #1632749
3606
3607 * lts-yakkety 4.8 cannot mount lvm raid1 (LP: #1631298)
3608 - SAUCE: (no-up) dm raid: fix compat_features validation
3609
3610 * kswapd0 100% CPU usage (LP: #1518457)
3611 - SAUCE: (no-up) If zone is so small that watermarks are the same, stop zone
3612 balance.
3dce9212 3613
7088397f 3614 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 10:21:44 -0500
3dce9212 3615
5895da9a 3616linux (4.8.0-23.25) yakkety; urgency=low
f7b2763e 3617
5895da9a 3618 [ Seth Forshee ]
f7b2763e 3619
5895da9a
SF
3620 * Release Tracking Bug
3621 - LP: #1632484
3622
3623 * [Trusty->Yakkety] powerpc/64: Fix incorrect return value from
3624 __copy_tofrom_user (LP: #1632462)
3625 - SAUCE: (no-up) powerpc/64: Fix incorrect return value from
3626 __copy_tofrom_user
3627
3628 * Ubuntu 16.10: Oops panic in move_page_tables/page_remove_rmap after running
3629 memory_stress_ng. (LP: #1628976)
3630 - SAUCE: (no-up) powerpc/pseries: Fix stack corruption in htpe code
3631
3632 * Paths not failed properly when unmapping virtual FC ports in VIOS (using
3633 ibmvfc) (LP: #1632116)
3634 - scsi: ibmvfc: Fix I/O hang when port is not mapped
3635
3636 * [Ubuntu16.10]KV4.8: kernel livepatch config options are not set
3637 (LP: #1626983)
3638 - [Config] Enable live patching on powerpc/ppc64el
3639
3640 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
3641 - [Config] CONFIG_AUFS_XATTR=y
3642
3643 * Yakkety update to 4.8.1 stable release (LP: #1632445)
3644 - arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
3645 - Using BUG_ON() as an assert() is _never_ acceptable
3646 - usb: misc: legousbtower: Fix NULL pointer deference
3647 - Staging: fbtft: Fix bug in fbtft-core
3648 - usb: usbip: vudc: fix left shift overflow
3649 - USB: serial: cp210x: Add ID for a Juniper console
3650 - Revert "usbtmc: convert to devm_kzalloc"
3651 - ALSA: hda - Adding one more ALC255 pin definition for headset problem
3652 - ALSA: hda - Fix headset mic detection problem for several Dell laptops
3653 - ALSA: hda - Add the top speaker pin config for HP Spectre x360
3654 - Linux 4.8.1
3655
3656 * PSL data cache should be flushed before resetting CAPI adapter
3657 (LP: #1632049)
3658 - cxl: Flush PSL cache before resetting the adapter
3659
3660 * thunder nic: avoid link delays due to RX_PACKET_DIS (LP: #1630038)
3661 - net: thunderx: Don't set RX_PACKET_DIS while initializing
3662
3663 * crypto/vmx/p8_ghash memory corruption (LP: #1630970)
3664 - crypto: ghash-generic - move common definitions to a new header file
3665 - crypto: vmx - Fix memory corruption caused by p8_ghash
3666 - crypto: vmx - Ensure ghash-generic is enabled
3667
3668 * arm64: SPCR console not autodetected (LP: #1630311)
3669 - of/serial: move earlycon early_param handling to serial
3670 - [Config] CONFIG_ACPI_SPCR_TABLE=y
3671 - ACPI: parse SPCR and enable matching console
3672 - ARM64: ACPI: enable ACPI_SPCR_TABLE
3673 - serial: pl011: add console matching function
3674
3675 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
3676 (LP: #1630990)
3677 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
3678 CONFIG_SECURITYFS=n
3679
3680 * sha1-powerpc returning wrong results (LP: #1629977)
3681 - crypto: sha1-powerpc - little-endian support
3682
3683 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Oct 2016 16:38:45 -0500
f7b2763e 3684
d85bc481 3685linux (4.8.0-22.24) yakkety; urgency=low
ae3a6ef0 3686
d85bc481
AW
3687 * CVE-2016-7039 (LP: #1631287)
3688 - SAUCE: net: add recursion limit to GRO
ae3a6ef0 3689
d85bc481 3690 -- Andy Whitcroft <apw@canonical.com> Fri, 07 Oct 2016 22:46:28 +0100
ae3a6ef0 3691
2742a5db 3692linux (4.8.0-21.23) yakkety; urgency=low
d067d8a0 3693
2742a5db
TG
3694 [ Tim Gardner ]
3695
3696 * Release Tracking Bug
3697 - LP: #1630279
3698
3699 * powerpc 4.8.0-17 fails to boot on PowerMac G5 (LP: #1628968)
3700 - Revert "Revert "powerpc: Simplify module TOC handling""
3701
3702 * Regression tests can not detect binfmt_elf mmpa semantic change
3703 (LP: #1630069)
3704 - SAUCE: apparmor: add flag to detect semantic change, to binfmt_elf mmap
3705
3706 * Autofs parameter substitution broken in kernel 4.4.0-38 and 4.4.0-40
3707 (LP: #1629204)
3708 - SAUCE: (namespace) autofs4: Use real_cred for requestor's ids
d067d8a0
TG
3709
3710 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Oct 2016 08:01:21 -0600
3711
f65fc5d8 3712linux (4.8.0-20.22) yakkety; urgency=low
0c1d1092 3713
f65fc5d8
TG
3714 [ Tim Gardner ]
3715
3716 * Release Tracking Bug
3717 - LP: #1629730
3718
3719 [ Upstream Kernel Changes ]
3720
3721 * rebase to v4.8
0c1d1092
TG
3722
3723 -- Tim Gardner <tim.gardner@canonical.com> Sun, 02 Oct 2016 19:10:40 -0600
3724
e769e54a 3725linux (4.8.0-19.21) yakkety; urgency=low
1198a2c7 3726
e769e54a
TG
3727 [ Tim Gardner ]
3728
3729 * Release Tracking Bug
3730 - LP: #1629057
3731
3732 * 4.8.0 kernels do not complete boot process on VM (LP: #1627198)
3733 - [Config] CONFIG_HARDENED_USERCOPY_PAGESPAN=n
3734
3735 * mount-image-callback cannot mount partitioned disk image (LP: #1628336)
3736 - SAUCE: nbd: Only delay uevent until connected
3737
3738 * Support snaps inside of lxd containers (LP: #1611078)
3739 - apparmor: add interface to be able to grab loaded policy
3740 - securityfs: update interface to allow inode_ops, and setup from vfs fns
3741 - apparmor: refactor aa_prepare_ns into prepare_ns and create_ns routines
3742 - apparmor: add __aa_find_ns fn
3743 - apparmor: add mkdir/rmdir interface to manage policy namespaces
3744 - apparmor: fix oops in pivot_root mediation
3745 - apparmor: fix warning that fn build_pivotroot discards const
3746 - apparmor: add interface to advertise status of current task stacking
3747 - apparmor: update policy permissions to consider ns being viewed/managed
3748 - apparmor: add per ns policy management interface
3749 - apparmor: bump domain stacking version to 1.2
3750
3751 * linux-image-extra-4.8.0-17-generic does not provide many sound card modules
3752 (LP: #1628523)
3753 - [Config] CONFIG_ZONE_DMA=y for generic
3754
3755 * Yakkety - disable ARCH_ZX (LP: #1628503)
3756 - [Config] armhf: disable ARCH_ZX
3757
3758 * Enable switchdev config parameter for Yakkety (LP: #1628241)
3759 - [Config] CONFIG_NET_SWITCHDEV=y for amd64/arm64
3760
3761 * Ubuntu 16.10 kernel v4.8: Installation failing on Habanero with Shiner card
3762 (LP: #1628009)
3763 - firmware: Update bnx2x to 7.13.1.0
3764
3765 * vNIC driver missing in 4.8 kernel package (LP: #1628187)
3766 - [Config] Enable CONFIG_IBMVNIC=m
3767
3768 * Yakkety - armhf: MFD_TPS65217 and REGULATOR_TPS65217 are boot essential
3769 (LP: #1628112)
3770 - [Config] armhf: MFD_TPS65217=y && REGULATOR_TPS65217=y
3771
3772 * Miscellaneous Ubuntu changes
3773 - Rebase to v4.8-rc8
3774 - [Config] skip Ubuntu-4.8.0-18.20
3775 - [Config] missing modules in armhf/s390x
1198a2c7 3776
436a8f07
LO
3777 * Miscellaneous Ubuntu changes
3778 - rebase to v4.8-rc8
3779
1198a2c7
LO
3780 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 25 Sep 2016 12:13:35 -0700
3781
beea422b 3782linux (4.8.0-17.19) yakkety; urgency=low
93749605 3783
beea422b
LO
3784 * Release Tracking Bug
3785 - LP: #1627387
3786
3787 * build squashfs into xenial kernels by default (LP: #1593134)
3788 - Remove squashfs udeb
3789
3790 * [Yakkety] Fix up ATA_GENERIC to match annotations file. (LP: #1627322)
3791 - Add d-i support for ata_generic
3792
3793 * [Yakkety] Fix up CONFIG_BLK_DEV_SD to match annotations (LP: #1627330)
3794 - [Config] Enforce CONFIG_BLK_DEV_SD=y,CONFIG_BLK_DEV_SR=y
3795
3796 * [Yakkety] Fix up ATA_PIIX to match annotations file (LP: #1627324)
3797 - [Config] Enforce CONFIG_ATA_PIIX=y for amd64/i386
3798
3799 * Yakkety - USB drivers must be built in (LP: #1627323)
3800 - Update annotation enforcement for CONFIG_USB_[E|O|U|X]HCI_HCD
3801
3802 * 4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus
3803 (LP: #1627052)
3804 - [Config] CONFIG_GOLDFISH=n
3805
3806 * yakkety 4.8, remove module noise kernel-4.8 (LP: #1626104)
3807 - Revert "UBUNTU: SAUCE: Clear Linux: bootstats: add printk's to measure boot
3808 time in more detail"
3809
3810 * Permission denied in CIFS with kernel 4.4.0-38 (LP: #1626112)
3811 - SAUCE: Fix regression which breaks DFS mounting
3812
3813 * Miscellaneous Ubuntu changes
3814 - [Config] apply xenial configuration annotations
3815 - s390x -- DEBUG_RODATA is now valid
3816 - [Config] s390x -- CONFIG_SQUASHFS=y
3817 - [Config] s390x -- CONFIG_ECRYPT_FS=y
3818 - [Config] Enable CONFIG_ACPI_PCI_SLOT=y for arm64
3819 - [Config] Enable CONFIG_ACPI_HED=y for arm64
3820 - [Config] Enable CONFIG_QUICC_ENGINE=y
3821
3822 * Miscellaneous upstream changes
3823 - annotations: pull back to xenial
93749605 3824
beea422b 3825 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 24 Sep 2016 21:31:31 -0700
93749605 3826
4a0e8200 3827linux (4.8.0-16.17) yakkety; urgency=low
f1c53dc0 3828
4a0e8200
TG
3829 [ Tim Gardner ]
3830
3831 * Release Tracking Bug
3832 - LP: #1626768
3833
3834 * Support ARM GIC ITS in ACPI mode (LP: #1626631)
3835 - [Config] CONFIG_ACPI_IORT=y
3836 - SAUCE: ACPI: I/O Remapping Table (IORT) initial support
3837 - SAUCE: ACPI: Add new IORT functions to support MSI domain handling
3838 - SAUCE: irqchip/gicv3-its: Cleanup for ITS domain initialization
3839 - SAUCE: irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPI
3840 - SAUCE: irqchip/gicv3-its: Probe ITS in the ACPI way
3841 - SAUCE: irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPI
3842 - SAUCE: irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initialization
3843 - SAUCE: PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI table
3844
3845 * 4.8 dropped CONFIG_ATA=y (breaks systemd's TEST-08-ISSUE-2730 upstream test)
3846 (LP: #1626394)
3847 - [Config] CONFIG_ATA=y
3848
3849 * Yakkety: Enable drivers with respect to Xenial (LP: #1626543)
3850 - [Config] CONFIG_VMD=m
3851 - [Config] CONFIG_MAC80211_RC_MINSTREL_VHT=y for all arches
3852 - [Config] CONFIG_OF=y for all arches
3853 - [Config] CONFIG_BLK_DEV_NVME_SCSI=y
3854 - [Config] Xenial device settings sync with amd64
3855 - [Config] Xenial device settings sync with i386
3856 - [Config] CONFIG_MTD_UBI_GLUEBI=m
3857 - [Config] Xenial device settings sync with armhf
3858 - [Config] Xenial device settings sync with arm64
3859
3860 * yakkety 4.8, missing config CONFIG_USERFAULTFD=y (LP: #1626149)
3861 - [Config] CONFIG_USERFAULTFD=y
3862
3863 * 4.8 regression: SLAB is being used instead of SLUB (LP: #1626564)
3864 - [Config] CONFIG_SLUB=y
3865
3866 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
3867 (LP: #1626158)
3868 - add nls_cp437 to the generic.inclusion-list
f1c53dc0
TG
3869
3870 -- Tim Gardner <tim.gardner@canonical.com> Thu, 22 Sep 2016 06:51:45 -0600
3871
8b72f08c 3872linux (4.8.0-15.16) yakkety; urgency=low
f2630135 3873
8b72f08c
TG
3874 [ Tim Gardner ]
3875
3876 * Release Tracking Bug
3877 - LP: #1626239
3878
3879 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
3880 (LP: #1626158)
3881 - [Config] CONFIG_FAT_DEFAULT_IOCHARSET=iso8859-1
3882 - [Config] CONFIG_NLS_CODEPAGE_437=y
3883 - [Config] CONFIG_VFAT_FS=y
3884
3885 * Miscellaneous Ubuntu changes
3886 - SAUCE: seccomp: log actions even when audit is disabled
f2630135
TG
3887
3888 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Sep 2016 06:41:03 -0600
3889
3c99efb7 3890linux (4.8.0-14.15) yakkety; urgency=low
c9b00a0f 3891
3c99efb7
LO
3892 * CVE-2016-1575 (LP: #1534961)
3893 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3894 - SAUCE: overlayfs: Be more careful about copying up sxid files
3895 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
c9b00a0f 3896
3c99efb7
LO
3897 * CVE-2016-1576 (LP: #1535150)
3898 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3899 - SAUCE: overlayfs: Be more careful about copying up sxid files
3900 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
3901
3902 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
3903 (LP: #1531747)
3904 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3905
3906 * Miscellaneous Ubuntu changes
3907 - [Config] CONFIG_PM_WAKELOCKS=y
3908 - [Config] CONFIG_CLEANCACHE=y
3909 - [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
3910 - [Config] CONFIG_PROCESSOR_SELECT=y
3911 - [Config] Enabled some networking options
3912 - SAUCE: overlayfs: Enable user namespace mounts
3913
3914 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Sep 2016 13:56:58 -0700
c9b00a0f 3915
a928399f 3916linux (4.8.0-13.14) yakkety; urgency=low
f71e5453 3917
a928399f
TG
3918 [ Tim Gardner ]
3919
3920 * Release Tracking Bug
3921 - LP: #1625733
3922
3923 * fails to mount ext4 crypto-crc32 is missing (LP: #1625728)
3924 - [Config] Add some CRC crypto modules to d-i
3925
3926 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
3927 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
3928
3929 * Brightness control on Lenovo ThinkPad T430 does not work. (LP: #1183856)
3930 - SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
3931 ThinkPads
3932
3933 * Option GE0301 3G modem doesn't work (LP: #348861)
3934 - SAUCE: (no-up) Added quirk to recognize GE0301 3G modem as an interface.
3935
3936 * [regression 4.4 -> 4.8] Please re-enable CONFIG_TOUCHSCREEN_ELAN
3937 (LP: #1625259)
3938 - [Config] CONFIG_TOUCHSCREEN_ELAN=m for all arches
3939
3940 * Miscellaneous Ubuntu changes
3941 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
3942 opened for writing
3943 - SAUCE: fan: add VXLAN implementation
3944 - [Config] CONFIG_VFIO=m for ppc64el
f71e5453
TG
3945
3946 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 10:50:29 -0600
3947
6b119e64 3948linux (4.8.0-12.13) yakkety; urgency=low
94fb7f08 3949
6b119e64 3950 [ Tim Gardner ]
94fb7f08 3951
6b119e64
TG
3952 * Release Tracking Bug
3953 - LP: #1625233
41e30a20 3954
6b119e64
TG
3955 * Miscellaneous Ubuntu changes
3956 - rebase to v4.8-rc7
3957 - [Config] CONFIG_SCSI_DEBUG=m for all arches
41e30a20 3958
94fb7f08
TG
3959 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 06:35:21 -0600
3960
81355c81 3961linux (4.8.0-11.12) yakkety; urgency=low
c1a6d015 3962
81355c81
LO
3963 * change_hat is logging failures during expected hat probing (LP: #1615893)
3964 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
c1a6d015 3965
81355c81
LO
3966 * deleted files outside of the namespace are not being treated as
3967 disconnected
3968 (LP: #1615892)
3969 - SAUCE: apparmor: deleted dentries can be disconnected
3970
3971 * stacking to unconfined in a child namespace confuses mediation
3972 (LP: #1615890)
3973 - SAUCE: apparmor: special case unconfined when determining the mode
3974
3975 * apparmor module parameters can be changed after the policy is locked
3976 (LP: #1615895)
3977 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
3978
3979 * AppArmor profile reloading causes an intermittent kernel BUG (LP:
3980 #1579135)
3981 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
3982
3983 * label vec reductions can result in reference labels instead of direct
3984 access
3985 to labels (LP: #1615889)
3986 - SAUCE: apparmor: reduction of vec to single entry is just that entry
3987
3988 * profiles from different namespaces can block other namespaces from being
3989 able to load a profile (LP: #1615887)
3990 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
3991
3992 * The label build for onexec when stacking is wrong (LP: #1615881)
3993 - SAUCE: apparmor: Fix label build for onexec stacking.
3994
3995 * The inherit check for new to old label comparison for domain transitions
3996 is
3997 wrong (LP: #1615880)
3998 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
3999
4000 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
4001 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
4002
4003 * __label_update proxy comparison test is wrong (LP: #1615878)
4004 - SAUCE: apparmor: Fix __label_update proxy comparison test
4005
4006 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
4007 (LP: #1560583)
4008 - SAUCE: apparmor: Allow ns_root processes to open profiles file
4009 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
4010
4011 * policy namespace stacking (LP: #1379535)
4012 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
4013 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
4014
4015 * Miscellaneous Ubuntu changes
4016 - [Debian] Dynamically determine linux udebs package name
4017 - [Debian] d-i -- fix dtb handling in new kernel-wedge form
4018 - SAUCE: apparmor: Fix FTBFS due to bad include path
4019 - SAUCE: apparmor: add data query support
4020 - [Config] Set CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT=y
4021
4022 * Miscellaneous upstream changes
4023 - fixup backout policy view capable for forward port
4024 - apparmor: fix: Rework the iter loop for label_update
4025 - apparmor: add more assertions for updates/merges to help catch errors
4026 - apparmor: Make pivot root transitions work with stacking
4027 - apparmor: convert delegating deleted files to mediate deleted files
4028 - apparmor: add missing parens. not a bug fix but highly recommended
4029 - apparmor: add a stack_version file to allow detection of bug fixes
4030 - apparmor: push path lookup into mediation loop
4031 - apparmor: default to allowing unprivileged userns policy
4032 - apparmor: fix: permissions test to view and manage policy
4033 - apparmor: Add Basic ns cross check condition for ipc
4034
4035 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 17 Sep 2016 10:03:16 -0700
c1a6d015 4036
c7dddaff 4037linux (4.8.0-10.11) yakkety; urgency=low
c65851b8 4038
c7dddaff
TG
4039 * Miscellaneous Ubuntu changes
4040 - ubuntu: vbox -- update to 5.1.6-dfsg-1
4041 - SAUCE: Enable vbox build
c65851b8
TG
4042
4043 -- Tim Gardner <tim.gardner@canonical.com> Thu, 15 Sep 2016 07:10:51 -0600
4044
23296c6c 4045linux (4.8.0-9.10) yakkety; urgency=low
19563a18 4046
23296c6c
TG
4047 * Miscellaneous Ubuntu changes
4048 - [Config] arm64: CONFIG_ARCH_THUNDER=y
4049 - [Config] arm64: CONFIG_PCI_HOST_THUNDER_*=y
4050 - [Config] arm64: CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
4051 - [Config] arm64: CONFIG_DRM_AST=m
4052 - [Config] arm64: CONFIG_FRAMEBUFFER_CONSOLE=y
4053 - d-i: initrd needs ext4 and scsi modules
4054 - SAUCE: AUFS aufs4.x-rcN 20160912
4055 - [Config] Enable CONFIG_GPIO_XGENE*
4056 - [Config] Disable CONFIG_POWER_RESET_XGENE
4057 - [Config] CONFIG_EDAC_XGENE=m
4058 - [Config] CONFIG_ARM64_ACPI_PARKING_PROTOCOL=y
4059 - [Config] CONFIG_XGENE_DMA=m
19563a18
TG
4060
4061 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Sep 2016 10:26:12 -0600
4062
ea101072 4063linux (4.8.0-8.9) yakkety; urgency=low
a15e177d 4064
ea101072
TG
4065 * New device ID for Kabypoint (LP: #1622469)
4066 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
4067 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
4068
4069 * Miscellaneous Ubuntu changes
4070 - rebase to v4.8-rc6
4071 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu1, zfs to 0.6.5.8-0ubuntu1
a15e177d 4072
bbfe4661
TG
4073 [ Upstream Kernel Changes ]
4074
4075 * rebase to v4.8-rc6
4076 - LP: #1617900
4077
a15e177d
TG
4078 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 10:53:40 -0600
4079
0a7cc07d
TG
4080linux (4.8.0-7.8) yakkety; urgency=low
4081
4082 * Miscellaneous Ubuntu changes
4083 - [Debian] Use src_pkg_name when constructing udeb control files
4084
4085 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 07:26:25 -0600
4086
4087linux (4.8.0-6.7) yakkety; urgency=low
4088
4089 * Enable virtual scsi server driver for Power (LP: #1615665)
4090 - SAUCE: Ibmvscsis: Properly deregister target sessions
4091 - SAUCE: Return TCMU-generated sense data to fabric module
4092 - SAUCE: Ibmvscsis: Code cleanup of print statements
4093 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
4094
4095 * Miscellaneous Ubuntu changes
4096 - [Config] CONFIG_XEN_FBDEV_FRONTEND=m
4097 - rebase to v4.8-rc5
4098
4099 [ Upstream Kernel Changes ]
4100
4101 * rebase to v4.8-rc5
4102
4103 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Sep 2016 12:09:26 -0600
4104
4105linux (4.8.0-5.6) yakkety; urgency=low
4106
4107 * support compressed kernels on arm64 (LP: #1384955)
4108 - [Config] Switch to compressed Image on arm64
4109
4110 * Miscellaneous Ubuntu changes
4111 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
4112 - SAUCE: (namespace) block_dev: Support checking inode permissions in
4113 lookup_bdev()
4114 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
4115 when mounting
4116 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
4117 when mounting
4118 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
4119 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
4120 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
4121 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
4122 security.* xattrs
4123 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
4124 filesystems
4125 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
4126 - SAUCE: (namespace) fuse: Add support for pid namespaces
4127 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
4128 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
4129 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
4130 or a descendant
4131 - SAUCE: (namespace) fuse: Allow user namespace mounts
4132 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
4133 namespaces
4134 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
4135 mounts
4136 - rebase to v4.8-rc4
4137
4138 [ Upstream Kernel Changes ]
4139
4140 * rebase to v4.8-rc4
4141
4142 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Aug 2016 07:13:03 -0600
4143
4144linux (4.8.0-4.5) yakkety; urgency=low
4145
4146 * Miscellaneous Ubuntu changes
4147 - [Config] CONFIG_AUFS_FS=m
4148 - SAUCE: AUFS 27ef55c6d5f4726b33f60b33a9888963d26fa7fb
4149
4150 -- Tim Gardner <tim.gardner@canonical.com> Tue, 23 Aug 2016 12:25:59 -0600
4151
4152linux (4.8.0-3.4) yakkety; urgency=low
4153
4154 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
4155 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
4156
4157 * Miscellaneous Ubuntu changes
4158 - rebase to v4.8-rc3
4159
4160 -- Tim Gardner <tim.gardner@canonical.com> Thu, 18 Aug 2016 10:33:07 -0600
4161
4162linux (4.8.0-2.3) yakkety; urgency=low
4163
4164 * Miscellaneous Ubuntu changes
4165 - [Config] Add fuse to inclusion list
4166 - SAUCE: update spl/zfs to support v4.8
4167
4168 * Miscellaneous upstream changes
4169 - Revert "UBUNTU: [Debian] do_zfs=false"
4170
4171 -- Tim Gardner <tim.gardner@canonical.com> Wed, 17 Aug 2016 08:06:33 -0600
4172
4173linux (4.8.0-1.2) yakkety; urgency=low
4174
4175 * Miscellaneous Ubuntu changes
4176 - [Config] Enabled enforcement for CONFIG_HOTPLUG_PCI_PCIE
4177 - [Config] Enabled enforcement for CONFIG_NVRAM
4178 - [Config] Enabled enforcement for CONFIG_FRAMEBUFFER_CONSOLE
4179 - [Config] Enabled enforcement for CONFIG_DRM_MGAG200
4180 - [Config] Enabled enforcement for CONFIG_INPUT_UINPUT
4181 - [Config] Enabled enforcement for CONFIG_THERM_ADT746X
4182 - [Config] Enabled enforcement for CONFIG_REGULATOR_TWL4030
4183 - [Config] Enabled enforcement for CONFIG_SECCOMP
4184 - [Config] Enabled enforcement for
4185 - rebase to v4.8-rc2
4186 - [Config] Dropped CONFIG_OVERLAY_FS_V1 from annotations
4187 - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
4188 - SAUCE: security,perf: Allow further restriction of perf_event_open
4189
4190 [ Upstream Kernel Changes ]
4191
4192 * rebase to v4.8-rc2
4193
4194 -- Tim Gardner <tim.gardner@canonical.com> Thu, 11 Aug 2016 11:08:14 -0600
4195
4196linux (4.8.0-0.1) yakkety; urgency=low
4197
4198 [ Upstream Kernel Changes ]
4199
4200 * rebase to v4.8-rc1
4201 - LP: #1607647
4202 - LP: #1498667
4203 - LP: #1592547
4204 - LP: #1319984
4205 - LP: #1268727
4206 - LP: #1600623
4207 - LP: #1465724
4208 - LP: #1333569
4209
4210 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 14:23:12 -0600
4211
4212linux (4.8.0-0.0) yakkety; urgency=low
4213
4214 * empty stanza
4215
4216 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 10:53:17 -0600
4217
4218linux (4.7.0-0.2) yakkety; urgency=low
4219
4220 * Miscellaneous Ubuntu changes fixing various FTBS issues
4221 - [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m
4222 - [Config] make powerpc udeb block modules optional
4223 - [Config] CONFIG_PLIP=m
4224 - [Config] CONFIG_IRDA=m armhf/arm64
4225 - [Config] CONFIG_IPMI_HANDLER=m armhf/arm64
4226 - [Config] CONFIG_MOUSE_PS2=m
4227 - [Config] remove ppc64el fb-modules
4228
4229 -- Tim Gardner <tim.gardner@canonical.com> Mon, 01 Aug 2016 10:00:57 -0600
4230
4231linux (4.7.0-0.1) yakkety; urgency=low
4232
4233 [ Upstream Kernel Changes ]
4234
4235 * rebase to v4.7
4236 - LP: #972604
4237
4238 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jun 2016 12:00:45 -0600
4239
4240linux (4.7.0-0.0) yakkety; urgency=low
4241
4242 [ Tim Gardner ]
4243
4244 * Release Tracking Bug
4245 - LP: #1588856
4246
4247 * linux: 4.6 kernel fails to boot on ppc64el multi-path system (LP: #1588421)
4248 - scsi_dh_alua: do not fail for unknown VPD identification
4249
4250 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
4251 - [Config] Install lsvmbus in cloud tools
4252 - SAUCE: tools/hv/lsvmbus -- convert to python3
4253 - SAUCE: tools/hv/lsvmbus -- add manual page
4254
4255 * boot stalls on USB detection errors (LP: #1437492)
4256 - usb: core: hub: hub_port_init lock controller instead of bus
4257
4258 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
4259 - kernek/fork.c: allocate idle task for a CPU always on its local node
4260
4261 * VirtIO (and probably other modules as well) is built-in, make it modular...
4262 (LP: #1475078)
4263 - [Config] CONFIG_VIRTIO_*=m for all but s390x
4264 - [Config] CONFIG_USB=m
4265 - [Config] CONFIG_BLK_DEV_*=m
4266 - [Config] CONFIG_ATA=m
4267 - [Config] CONFIG_SCSI=m
4268 - [Config] CONFIG_DEVFREQ_GOV_*=m
4269 - [Config] CONFIG_XEN_NETDEV_*=m
4270 - [Config] CONFIG_AGP=m
4271 - [Config] CONFIG_ECRYPT_FS=m
4272 - [Config] CONFIG_ACPI_*=m
4273 - [Config] CONFIG_CPU_FREQ_GOV_*=m for all but powerpc/ppc64el
4274 - [Config] Modularize some CRYPTO
4275 - [Config] CONFIG_FDDI=m
4276 - [Config] CONFIG_FIXED_PHY=m
4277 - [Config] CONFIG_VFAT_FS=m for all but armhf
4278 - [Config] CONFIG_TUN=m
4279 - [Config] CONFIG_UNIX=m
4280 - [Config] CONFIG_TRUSTED_KEYS=m
4281 - [Config] CONFIG_LEDS_CLASS=m for amd64,i386,ppc64el
4282
4283 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
4284 and "not a git repository" (LP: #1584890)
4285 - [debian] getabis: Only git add $abidir if running in local repo
4286 - [debian] getabis: Fix inconsistent compiler versions check
4287
4288 * conflicting modules in udebs - arc4.ko (LP: #1582991)
4289 - [Config] Remove arc4 from nic-modules
4290
4291 * arm64: statically link rtc-efi (LP: #1583738)
4292 - [Config] Link rtc-efi statically on arm64
4293
4294 * Miscellaneous Ubuntu changes
4295 - [Debian] zfs: transform symlink into referent file/dir
4296 - [Debian] Added tristate.sh
4297 - [Config] CONFIG_FUSE_FS=m
4298 - [Config] CONFIG_ACPI_APEI_ERST_DEBUG=m
4299 - [Config] CONFIG_PSTORE_CONSOLE=y
4300 - Added Snapcraft files
4301 - [Config] Mark CONFIG_UNIX enforced
4302
4303 * Miscellaneous upstream changes
4304 - Revert "UBUNTU: [Config] CONFIG_UNIX=m"
4305
4306 -- Tim Gardner <tim.gardner@canonical.com> Tue, 17 May 2016 11:20:20 -0600
4307
4308linux (4.6.0-6.7) yakkety; urgency=low
4309
4310 [ Tim Gardner ]
4311
4312 * Release Tracking Bug
4313 - LP: #1582753
4314
4315 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
4316 (LP: #1582378)
4317 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
4318 owns the ipc ns
4319
4320 * Miscellaneous Ubuntu changes
4321 - [Config] Add Description to kernel-image udeb
4322 - SAUCE: (noup) mm: Use phys_addr_t for reserve_bootmem_region arguments
4323 - SAUCE: (noup) Update spl to 0.6.5.7-0ubuntu1, zfs to 0.6.5.7-0ubuntu1
4324
4325 * Miscellaneous upstream changes
4326 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
4327 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
4328 - Drivers: hv: vmbus: Use the new virt_xx barrier code
4329 - Drivers: hv: vmbus: Export the vmbus_set_event() API
4330 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
4331 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packets
4332 - drivers:hv: Lock access to hyperv_mmio resource tree
4333 - drivers:hv: Make a function to free mmio regions through vmbus
4334 - drivers:hv: Reverse order of resources in hyperv_mmio
4335 - drivers:hv: Track allocations of children of hv_vmbus in private resource tree
4336 - drivers:hv: Record MMIO range in use by frame buffer
4337 - drivers:hv: Separate out frame buffer logic when picking MMIO range
4338 - Drivers: hv: kvp: fix IP Failover
4339 - Drivers: hv: vmbus: handle various crash scenarios
4340 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
4341 - Drivers: hv: balloon: reset host_specified_ha_region
4342
4343 [ Tim Gardner ]
4344
4345 * Dropped hv SAUCE patches in favor of linux-next.
4346
4347 -- Tim Gardner <tim.gardner@canonical.com> Mon, 16 May 2016 13:50:30 -0600
4348
4349linux (4.6.0-5.6) yakkety; urgency=low
4350
4351 [ Tim Gardner ]
4352
4353 * Release Tracking Bug
4354 - LP: #1582351
4355
4356 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
4357 - [Config] enable CONFIG_AUFS_EXPORT
4358
4359 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
4360 - [Config] Update inclusion list for CRIU
4361
4362 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
4363 - [Debian] disable zfs module checks when cross-compiling
4364
4365 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
4366 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
4367
4368 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped
4369 (LP: #1535150)
4370 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
4371
4372 * Ubuntu-4.6.0-5.6 configuration has CONFIG_GOLDFISH and CONFIG_GOLDFISH_BUS
4373 enabled, breaking serial support on normal systems (LP: #1580960)
4374 - [Config] disable CONFIG_GOLDFISH
4375
4376 * Miscellaneous Ubuntu changes
4377 - [Config] d-i -- update local configuration to new form
4378 - [Config] kernel-wedge -- switch to explicit versions
4379 - [Config] powerpc64-smp --> generic
4380 - [Config] CONFIG_AUFS_FS=m
4381 - SAUCE: AUFS
4382 - SAUCE: (namespace) fs: Add user namesapace member to struct super_block
4383 - SAUCE: (namespace) fs: Limit file caps to the user namespace of the super block
4384 - SAUCE: (namespace) Smack: Add support for unprivileged mounts from user namespaces
4385 - SAUCE: (namespace) fs: fix a posible leak of allocated superblock
4386 - SAUCE: (namespace) fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
4387 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
4388 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
4389 - SAUCE: (namespace) fs: Treat foreign mounts as nosuid
4390 - SAUCE: (namespace) selinux: Add support for unprivileged mounts from user namespaces
4391 - SAUCE: (namespace) userns: Replace in_userns with current_in_userns
4392 - SAUCE: (namespace) Smack: Handle labels consistently in untrusted mounts
4393 - SAUCE: (namespace) fs: Check for invalid i_uid in may_follow_link()
4394 - SAUCE: (namespace) cred: Reject inodes with invalid ids in set_create_file_as()
4395 - SAUCE: (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
4396 - SAUCE: (namespace) fs: Update posix_acl support to handle user namespace mounts
4397 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes with unmappable ids
4398 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID in s_user_ns
4399 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
4400 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
4401 - SAUCE: (namespace) fuse: Add support for pid namespaces
4402 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
4403 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
4404 - SAUCE: (namespace) fuse: Allow user namespace mounts
4405 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
4406 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
4407 - SAUCE: (namespace) fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
4408 - SAUCE: (namespace) quota: Add support for user namespace mounts
4409 - SAUCE: (namespace) evm: Translate user/group ids relative to s_user_ns when computing HMAC
4410 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
4411 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
4412 - SAUCE: (namespace) fuse: Add module parameter to enable user namespace mounts
4413 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
4414 - rebase to v4.6
4415 - SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
4416 - SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt.
4417
4418 * Miscellaneous upstream changes
4419 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
4420 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
4421
4422 [ Upstream Kernel Changes ]
4423
4424 * rebase to v4.6
4425
4426 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 12:08:54 -0600
4427
4428linux (4.6.0-4.5) yakkety; urgency=low
4429
4430 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
4431 upgrade -d (LP: #1573231)
4432 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
4433
4434 * Really cleaned out the last of the i915_bpo SAUCE patches. ricotz on
4435 IRC pointed out some leftover SAUCE patches that were causing issues.
4436
4437 * Dropped the attempt to convert powerpc64-smb to generic. kernel-wedge
4438 has some issues.
4439
4440 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 10:56:54 -0600
4441
4442linux (4.6.0-3.4) xenial; urgency=low
4443
4444 * Release Tracking Bug
4445 - LP: #1579594
4446
4447 * linux-generic: enable linux-extra split on all architectures (LP: #1568832)
4448 - [Config] Generate an -extras package for arm64 and powerpc
4449
4450 * Missing libunwind support in perf (LP: #1248289)
4451 - [Config] Add liblzma-dev to enable libunwind support in perf
4452
4453 * ZFS is confused by user namespaces (uid/gid mapping) when used with
4454 acltype=posixac (LP: #1567558)
4455 - zfs: Fix user namespaces uid/gid mapping
4456
4457 * Miscellaneous Ubuntu changes
4458 - rebase to v4.6-rc7
4459
4460 [ Upstream Kernel Changes ]
4461
4462 * rebase to v4.6-rc7
4463
4464 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 14:03:17 -0600
4465
4466linux (4.6.0-2.3) yakkety; urgency=low
4467
4468 * Miscellaneous Ubuntu changes
4469 - [Config] CONFIG_AUFS_FS=m
4470 - SAUCE: AUFS
4471 - zfs: gcc build error: -Wbool-compare in metaslab.c
4472 - zfs: Linux 4.6 compat: PAGE_CACHE_SIZE removal
4473 - zfs: Fix ZPL miswrite of default POSIX ACL
4474 - zfs: Linux 4.5 compat: Use xattr_handler->name for acl
4475 - SAUCE: Dropped ubuntu/i915
4476 - SAUCE: Dropped ubuntu/dm-raid4-5
4477
4478 * Miscellaneous upstream changes
4479 - Revert "UBUNTU: [Debian] Disable ZFS until an update catches it up with the
4480 kernel"
4481
4482 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 10:41:17 -0600
4483
4484linux (4.6.0-1.2) yakkety; urgency=low
4485
4486 * Miscellaneous Ubuntu changes
4487 - [Config] CONFIG_NR_CPUS=8192 for amd64
4488
4489 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 07:25:31 -0600
4490
4491linux (4.6.0-0.1) yakkety; urgency=low
4492
4493
4494 [ Upstream Kernel Changes ]
4495
4496 * rebase to v4.6-rc6
4497 - LP: #1564712
4498 - LP: #1555912
4499 - LP: #1552925
4500 - LP: #1546694
4501 - LP: #1549660
4502 - LP: #1549620
4503 - LP: #1542944
4504 - LP: #1542564
4505 - LP: #1533009
4506 - LP: #1533461
4507 - LP: #1529624
4508 - LP: #1522949
4509
4510 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Apr 2016 14:24:45 -0600
4511
4512linux (4.6.0-0.0) yakkety; urgency=low
4513
4514 [ Kamal Mostafa ]
4515
4516 * Release Tracking Bug
4517 - LP: #1573817
4518
4519 * autoreconstruct: need to also generate extend-diff-ignore options for links
4520 (LP: #1574362)
4521 - [Packaging] autoreconstruct -- generate extend-diff-ignore for links
4522
4523 * tipc: missing linearization of sk_buff (LP: #1567064)
4524 - tipc: move linearization of buffers to generic code
4525
4526 * [Hyper-V] In-flight PCI Passthrough Patches (LP: #1570124)
4527 - SAUCE:(noup) drivers:hv: Lock access to hyperv_mmio resource tree
4528 - SAUCE:(noup) drivers:hv: Call vmbus_mmio_free() to reverse
4529 vmbus_mmio_allocate()
4530 - SAUCE:(noup) drivers:hv: Reverse order of resources in hyperv_mmio
4531 - SAUCE:(noup) drivers:hv: Track allocations of children of hv_vmbus in
4532 private resource tree
4533 - SAUCE:(noup) drivers:hv: Record MMIO range in use by frame buffer
4534 - SAUCE:(noup) drivers:hv: Separate out frame buffer logic when picking MMIO
4535 range
4536
4537 * vbox: resync with 5.0.18-dfsg-2build1 (LP: #1571156)
4538 - ubuntu: vbox -- update to 5.0.18-dfsg-2build1
4539
4540 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
4541 - [Config] CONFIG_AUFS_XATTR=y
4542
4543 * CVE-2016-3672 (LP: #1568523)
4544 - x86/mm/32: Enable full randomization on i386 and X86_32
4545
4546 * CVE-2016-3955 (LP: #1572666)
4547 - USB: usbip: fix potential out-of-bounds write
4548
4549 * Xenial update to v4.4.8 stable release (LP: #1573034)
4550 - hwmon: (max1111) Return -ENODEV from max1111_read_channel if not
4551 instantiated
4552 - PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
4553 - parisc: Avoid function pointers for kernel exception routines
4554 - parisc: Fix kernel crash with reversed copy_from_user()
4555 - parisc: Unbreak handling exceptions from kernel modules
4556 - ALSA: timer: Use mod_timer() for rearming the system timer
4557 - ALSA: hda - Asus N750JV external subwoofer fixup
4558 - ALSA: hda - Fix white noise on Asus N750JV headphone
4559 - ALSA: hda - Apply fix for white noise on Asus N550JV, too
4560 - mm: fix invalid node in alloc_migrate_target()
4561 - powerpc/mm: Fixup preempt underflow with huge pages
4562 - libnvdimm: fix smart data retrieval
4563 - libnvdimm, pfn: fix uuid validation
4564 - compiler-gcc: disable -ftracer for __noclone functions
4565 - arm64: opcodes.h: Add arm big-endian config options before including arm
4566 header
4567 - drm/dp: move hw_mutex up the call stack
4568 - drm/udl: Use unlocked gem unreferencing
4569 - drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5
4570 - drm/radeon: add another R7 370 quirk
4571 - drm/radeon: add a dpm quirk for all R7 370 parts
4572 - drm/amdgpu/gmc: move vram type fetching into sw_init
4573 - drm/amdgpu/gmc: use proper register for vram type on Fiji
4574 - xen/events: Mask a moving irq
4575 - tcp: convert cached rtt from usec to jiffies when feeding initial rto
4576 - tunnel: Clear IPCB(skb)->opt before dst_link_failure called
4577 - net: jme: fix suspend/resume on JMC260
4578 - net: vrf: Remove direct access to skb->data
4579 - net: qca_spi: Don't clear IFF_BROADCAST
4580 - net: qca_spi: clear IFF_TX_SKB_SHARING
4581 - net: fix bridge multicast packet checksum validation
4582 - sctp: lack the check for ports in sctp_v6_cmp_addr
4583 - mld, igmp: Fix reserved tailroom calculation
4584 - tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"
4585 - qmi_wwan: add Sierra Wireless EM74xx device ID
4586 - ipv6: re-enable fragment header matching in ipv6_find_hdr
4587 - vxlan: fix missing options_len update on RX with collect metadata
4588 - cdc_ncm: toggle altsetting to force reset before setup
4589 - udp6: fix UDP/IPv6 encap resubmit path
4590 - tcp: fix tcpi_segs_in after connection establishment
4591 - ppp: release rtnl mutex when interface creation fails
4592 - net: validate variable length ll headers
4593 - ax25: add link layer header validation function
4594 - packet: validate variable length ll headers
4595 - bpf: avoid copying junk bytes in bpf_get_current_comm()
4596 - sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
4597 - sh_eth: advance 'rxdesc' later in sh_eth_ring_format()
4598 - qlcnic: Remove unnecessary usage of atomic_t
4599 - qlcnic: Fix mailbox completion handling during spurious interrupt
4600 - macvtap: always pass ethernet header in linear
4601 - mlxsw: spectrum: Check requested ageing time is valid
4602 - rocker: set FDB cleanup timer according to lowest ageing time
4603 - bridge: allow zero ageing time
4604 - ipv4: Don't do expensive useless work during inetdev destroy.
4605 - net: Fix use after free in the recvmmsg exit path
4606 - mlx4: add missing braces in verify_qp_parameters
4607 - farsync: fix off-by-one bug in fst_add_one
4608 - ath9k: fix buffer overrun for ar9287
4609 - ppp: ensure file->private_data can't be overridden
4610 - tcp/dccp: remove obsolete WARN_ON() in icmp handlers
4611 - qlge: Fix receive packets drop.
4612 - net: bcmgenet: fix dma api length mismatch
4613 - bonding: fix bond_get_stats()
4614 - ipv4: fix broadcast packets reception
4615 - ipv4: initialize flowi4_flags before calling fib_lookup()
4616 - ppp: take reference on channels netns
4617 - xfrm: Fix crash observed during device unregistration and decryption
4618 - qmi_wwan: add "D-Link DWM-221 B1" device id
4619 - ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
4620 - bridge: Allow set bridge ageing time when switchdev disabled
4621 - rtnl: fix msg size calculation in if_nlmsg_size()
4622 - tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
4623 - tuntap: restore default qdisc
4624 - ipv4: l2tp: fix a potential issue in l2tp_ip_recv
4625 - ipv6: l2tp: fix a potential issue in l2tp_ip6_recv
4626 - ip6_tunnel: set rtnl_link_ops before calling register_netdevice
4627 - ipv6: Count in extension headers in skb->network_header
4628 - mpls: find_outdev: check for err ptr in addition to NULL check
4629 - USB: uas: Limit qdepth at the scsi-host level
4630 - USB: uas: Add a new NO_REPORT_LUNS quirk
4631 - cdc-acm: fix NULL pointer reference
4632 - KVM: x86: Inject pending interrupt even if pending nmi exist
4633 - KVM: x86: reduce default value of halt_poll_ns parameter
4634 - MIPS: Fix MSA ld unaligned failure cases
4635 - pinctrl: pistachio: fix mfio84-89 function description and pinmux.
4636 - pinctrl: sh-pfc: only use dummy states for non-DT platforms
4637 - pinctrl: sunxi: Fix A33 external interrupts not working
4638 - pinctrl: nomadik: fix pull debug print inversion
4639 - pinctrl: freescale: imx: fix bogus check of of_iomap() return value
4640 - au0828: fix au0828_v4l2_close() dev_state race condition
4641 - au0828: Fix dev_state handling
4642 - coda: fix error path in case of missing pdata on non-DT platform
4643 - v4l: vsp1: Set the SRU CTRL0 register when starting the stream
4644 - pcmcia: db1xxx_ss: fix last irq_to_gpio user
4645 - rbd: use GFP_NOIO consistently for request allocations
4646 - virtio: virtio 1.0 cs04 spec compliance for reset
4647 - mac80211: properly deal with station hashtable insert errors
4648 - mac80211: avoid excessive stack usage in sta_info
4649 - mac80211: fix ibss scan parameters
4650 - mac80211: fix unnecessary frame drops in mesh fwding
4651 - mac80211: fix txq queue related crashes
4652 - usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
4653 - usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
4654 - usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()
4655 - iio: st_magn: always define ST_MAGN_TRIGGER_SET_STATE
4656 - iio: accel: bmc150: fix endianness when reading axes
4657 - iio: gyro: bmg160: fix buffer read values
4658 - iio: gyro: bmg160: fix endianness when reading axes
4659 - sd: Fix excessive capacity printing on devices with blocks bigger than 512
4660 bytes
4661 - fs: add file_dentry()
4662 - nfs: use file_dentry()
4663 - btrfs: fix crash/invalid memory access on fsync when using overlayfs
4664 - ext4: add lockdep annotations for i_data_sem
4665 - ext4: ignore quota mount options if the quota feature is enabled
4666 - iommu: Don't overwrite domain pointer when there is no default_domain
4667 - Btrfs: fix file/data loss caused by fsync after rename and new inode
4668 - arm64: replace read_lock to rcu lock in call_step_hook
4669 - perf: Do not double free
4670 - perf: Cure event->pending_disable race
4671 - mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers
4672 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
4673 - ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2
4674 - ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T460s
4675 - ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320
4676 - ALSA: usb-audio: Add a quirk for Plantronics BT300
4677 - ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock
4678 - HID: wacom: fix Bamboo ONE oops
4679 - HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
4680 - Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"
4681 - Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"
4682 - Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"
4683 - staging: android: ion: Set the length of the DMA sg entries in buffer
4684 - usbvision: fix crash on detecting device with invalid configuration
4685 - Revert "usb: hub: do not clear BOS field during reset device"
4686 - Linux 4.4.8
4687
4688 * Fix speaker volume on a Dell machine (LP: #1549660)
4689 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
4690
4691 * Xenial update to v4.4.7 stable release (LP: #1572722)
4692 - regulator: core: avoid unused variable warning
4693 - regulator: core: Fix nested locking of supplies
4694 - ASoC: samsung: pass DMA channels as pointers
4695 - mmc: sh_mmcif: rework dma channel handling
4696 - mmc: sh_mmcif: Correct TX DMA channel allocation
4697 - x86/microcode/intel: Make early loader look for builtin microcode too
4698 - x86/microcode: Untangle from BLK_DEV_INITRD
4699 - x86/entry/compat: Keep TS_COMPAT set during signal delivery
4700 - perf/x86/intel: Add definition for PT PMI bit
4701 - x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARs
4702 - KVM: i8254: change PIT discard tick policy
4703 - KVM: fix spin_lock_init order on x86
4704 - KVM: VMX: avoid guest hang on invalid invept instruction
4705 - KVM: VMX: avoid guest hang on invalid invvpid instruction
4706 - KVM: VMX: fix nested vpid for old KVM guests
4707 - perf/core: Fix perf_sched_count derailment
4708 - perf tools: Dont stop PMU parsing on alias parse error
4709 - perf tools: Fix checking asprintf return value
4710 - perf tools: Fix python extension build
4711 - sched/cputime: Fix steal_account_process_tick() to always return jiffies
4712 - sched/preempt, sh: kmap_coherent relies on disabled preemption
4713 - EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()
4714 - s390: fix floating pointer register corruption (again)
4715 - s390/cpumf: add missing lpp magic initialization
4716 - pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing
4717 - PCI: Disable IO/MEM decoding for devices with non-compliant BARs
4718 - PCI: ACPI: IA64: fix IO port generic range check
4719 - x86/irq: Cure live lock in fixup_irqs()
4720 - x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()
4721 - x86/iopl/64: Properly context-switch IOPL on Xen PV
4722 - x86/iopl: Fix iopl capability check on Xen PV
4723 - x86/mm: TLB_REMOTE_SEND_IPI should count pages
4724 - sg: fix dxferp in from_to case
4725 - aacraid: Fix RRQ overload
4726 - aacraid: Fix memory leak in aac_fib_map_free
4727 - aacraid: Set correct msix count for EEH recovery
4728 - sd: Fix discard granularity when LBPRZ=1
4729 - scsi: storvsc: fix SRB_STATUS_ABORTED handling
4730 - be2iscsi: set the boot_kset pointer to NULL in case of failure
4731 - aic7xxx: Fix queue depth handling
4732 - libnvdimm: Fix security issue with DSM IOCTL.
4733 - dm snapshot: disallow the COW and origin devices from being identical
4734 - dm: fix excessive dm-mq context switching
4735 - dm thin metadata: don't issue prefetches if a transaction abort has failed
4736 - dm cache: make sure every metadata function checks fail_io
4737 - dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()
4738 - usb: retry reset if a device times out
4739 - usb: hub: fix a typo in hub_port_init() leading to wrong logic
4740 - USB: uas: Reduce can_queue to MAX_CMNDS
4741 - USB: cdc-acm: more sanity checking
4742 - USB: iowarrior: fix oops with malicious USB descriptors
4743 - USB: usb_driver_claim_interface: add sanity checking
4744 - USB: mct_u232: add sanity checking in probe
4745 - USB: digi_acceleport: do sanity checking for the number of ports
4746 - USB: cypress_m8: add endpoint sanity check
4747 - USB: serial: cp210x: Adding GE Healthcare Device ID
4748 - USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
4749 - USB: option: add "D-Link DWM-221 B1" device id
4750 - pwc: Add USB id for Philips Spc880nc webcam
4751 - Input: powermate - fix oops with malicious USB descriptors
4752 - ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()
4753 - ALSA: usb-audio: Add sanity checks for endpoint accesses
4754 - ALSA: usb-audio: add Microsoft HD-5001 to quirks
4755 - ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()
4756 - ALSA: usb-audio: Fix double-free in error paths after
4757 snd_usb_add_audio_stream() call
4758 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
4759 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
4760 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
4761 - crypto: ccp - Add hash state import and export support
4762 - crypto: ccp - Limit the amount of information exported
4763 - crypto: ccp - Don't assume export/import areas are aligned
4764 - crypto: ccp - memset request context to zero during import
4765 - crypto: keywrap - memzero the correct memory
4766 - crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
4767 - crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()
4768 - crypto: marvell/cesa - forward devm_ioremap_resource() error code
4769 - X.509: Fix leap year handling again
4770 - mei: bus: check if the device is enabled before data transfer
4771 - HID: logitech: fix Dual Action gamepad support
4772 - HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report()
4773 - HID: multitouch: force retrieving of Win8 signature blob
4774 - HID: fix hid_ignore_special_drivers module parameter
4775 - staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg
4776 - staging: android: ion_test: fix check of platform_device_register_simple()
4777 error code
4778 - staging: comedi: ni_mio_common: fix the ni_write[blw]() functions
4779 - tty: Fix GPF in flush_to_ldisc(), part 2
4780 - net: irda: Fix use-after-free in irtty_open()
4781 - 8250: use callbacks to access UART_DLL/UART_DLM
4782 - saa7134: Fix bytesperline not being set correctly for planar formats
4783 - adv7511: TX_EDID_PRESENT is still 1 after a disconnect
4784 - bttv: Width must be a multiple of 16 when capturing planar formats
4785 - coda: fix first encoded frame payload
4786 - media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32
4787 - mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
4788 - mtip32xx: Fix broken service thread handling
4789 - mtip32xx: Remove unwanted code from taskfile error handler
4790 - mtip32xx: Print exact time when an internal command is interrupted
4791 - mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
4792 - mtip32xx: Handle safe removal during IO
4793 - mtip32xx: Handle FTL rebuild failure state during device initialization
4794 - mtip32xx: Implement timeout handler
4795 - mtip32xx: Cleanup queued requests after surprise removal
4796 - ALSA: pcm: Avoid "BUG:" string for warnings again
4797 - ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.
4798 - ALSA: hda - Don't handle ELD notify from invalid port
4799 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
4800 - ALSA: hda - Fix unconditional GPIO toggle via automute
4801 - tools/hv: Use include/uapi with __EXPORTED_HEADERS__
4802 - jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path
4803 - brd: Fix discard request processing
4804 - IB/srpt: Simplify srpt_handle_tsk_mgmt()
4805 - bcache: cleaned up error handling around register_cache()
4806 - bcache: fix race of writeback thread starting before complete initialization
4807 - bcache: fix cache_set_flush() NULL pointer dereference on OOM
4808 - mm: memcontrol: reclaim when shrinking memory.high below usage
4809 - mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
4810 - ia64: define ioremap_uc()
4811 - watchdog: don't run proc_watchdog_update if new value is same as old
4812 - watchdog: rc32434_wdt: fix ioctl error handling
4813 - Bluetooth: Add new AR3012 ID 0489:e095
4814 - Bluetooth: Fix potential buffer overflow with Add Advertising
4815 - cgroup: ignore css_sets associated with dead cgroups during migration
4816 - net: mvneta: enable change MAC address when interface is up
4817 - of: alloc anywhere from memblock if range not specified
4818 - vfs: show_vfsstat: do not ignore errors from show_devname method
4819 - splice: handle zero nr_pages in splice_to_pipe()
4820 - xtensa: ISS: don't hang if stdin EOF is reached
4821 - xtensa: fix preemption in {clear,copy}_user_highpage
4822 - xtensa: clear all DBREAKC registers on start
4823 - ARC: [BE] readl()/writel() to work in Big Endian CPU configuration
4824 - ARC: bitops: Remove non relevant comments
4825 - quota: Fix possible GPF due to uninitialised pointers
4826 - xfs: fix two memory leaks in xfs_attr_list.c error paths
4827 - raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang
4828 - md/raid5: Compare apples to apples (or sectors to sectors)
4829 - RAID5: check_reshape() shouldn't call mddev_suspend
4830 - RAID5: revert e9e4c377e2f563 to fix a livelock
4831 - raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang
4832 - md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
4833 - md: multipath: don't hardcopy bio in .make_request path
4834 - Revert "UBUNTU: SAUCE: (noup) fuse: Add reference counting for fuse_io_priv"
4835 - Revert "UBUNTU: SAUCE: (noup) fuse: do not use iocb after it may have been
4836 freed"
4837 - fuse: do not use iocb after it may have been freed
4838 - fuse: Add reference counting for fuse_io_priv
4839 - fs/coredump: prevent fsuid=0 dumps into user-controlled directories
4840 - rapidio/rionet: fix deadlock on SMP
4841 - ipr: Fix out-of-bounds null overwrite
4842 - ipr: Fix regression when loading firmware
4843 - iwlwifi: mvm: Fix paging memory leak
4844 - drm/radeon: disable runtime pm on PX laptops without dGPU power control
4845 - drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.
4846 - drm/amdgpu: disable runtime pm on PX laptops without dGPU power control
4847 - drm/amdgpu: include the right version of gmc header files for iceland
4848 - IB/ipoib: fix for rare multicast join race condition
4849 - tracing: Have preempt(irqs)off trace preempt disabled functions
4850 - tracing: Fix crash from reading trace_pipe with sendfile
4851 - tracing: Fix trace_printk() to print when not using bprintk()
4852 - bitops: Do not default to __clear_bit() for __clear_bit_unlock()
4853 - scripts/coccinelle: modernize &
4854 - scripts/kconfig: allow building with make 3.80 again
4855 - kbuild/mkspec: fix grub2 installkernel issue
4856 - MAINTAINERS: Update mailing list and web page for hwmon subsystem
4857 - ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list
4858 - mmc: block: fix ABI regression of mmc_blk_ioctl
4859 - mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case
4860 - mmc: sdhci: fix data timeout (part 1)
4861 - mmc: sdhci: fix data timeout (part 2)
4862 - mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
4863 - clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-cluster
4864 - clk: rockchip: rk3368: fix cpuclk core dividers
4865 - clk: rockchip: rk3368: fix parents of video encoder/decoder
4866 - clk: rockchip: rk3368: fix hdmi_cec gate-register
4867 - clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocks
4868 - clk: bcm2835: Fix setting of PLL divider clock rates
4869 - target: Fix target_release_cmd_kref shutdown comp leak
4870 - iser-target: Fix identification of login rx descriptor type
4871 - iser-target: Add new state ISER_CONN_BOUND to isert_conn
4872 - iser-target: Separate flows for np listeners and connections cma events
4873 - iser-target: Rework connection termination
4874 - nfsd4: fix bad bounds checking
4875 - nfsd: fix deadlock secinfo+readdir compound
4876 - ARM: dts: at91: sama5d3 Xplained: don't disable hsmci regulator
4877 - ARM: dts: at91: sama5d4 Xplained: don't disable hsmci regulator
4878 - ACPI / PM: Runtime resume devices when waking from hibernate
4879 - writeback, cgroup: fix premature wb_put() in
4880 locked_inode_to_wb_and_lock_list()
4881 - writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the
4882 inode
4883 - Revert "UBUNTU: SAUCE: (noup) Input: synaptics - handle spurious release of
4884 trackstick buttons, again"
4885 - Input: synaptics - handle spurious release of trackstick buttons, again
4886 - Input: ims-pcu - sanity check against missing interfaces
4887 - Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
4888 - ocfs2/dlm: fix race between convert and recovery
4889 - ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
4890 - mm/page_alloc: prevent merging between isolated and other pageblocks
4891 - mtd: onenand: fix deadlock in onenand_block_markbad
4892 - PM / sleep: Clear pm_suspend_global_flags upon hibernate
4893 - scsi_common: do not clobber fixed sense information
4894 - sched/cputime: Fix steal time accounting vs. CPU hotplug
4895 - perf/x86/pebs: Add workaround for broken OVFL status on HSW+
4896 - perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi
4897 - perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
4898 - Linux 4.4.7
4899
4900 * QCA9565 / AR9565 bluetooth not work (LP: #1542944)
4901 - Bluetooth: Add new AR3012 ID 0489:e095
4902
4903 * The mic mute key and led can't work on a Lenovo AIO machine (LP: #1555912)
4904 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
4905
4906 * 13d3:3472 bluetooth not working, 4.2 low latency kernel 14.04.1 on asus ROG
4907 gl552jx (LP: #1552925)
4908 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
4909
4910 * Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)
4911 (LP: #1546694)
4912 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
4913
4914 * Atheros AR9462 Bluetooth cannot detect other devices (LP: #1542564)
4915 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
4916
4917 * s390/pci: add extra padding to function measurement block (LP: #1572291)
4918 - s390/pci: add extra padding to function measurement block
4919
4920 * CVE-2016-3951 (LP: #1567191)
4921 - cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind
4922 - usbnet: cleanup after bind() in probe()
4923
4924 * linux: Add UEFI keyring for externally signed modules (LP: #1569924)
4925 - efi: Remove redundant efi_set_variable_nonblocking() prototype
4926 - efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()
4927 - efi: Add nonblocking option to efi_query_variable_store()
4928 - efi: Add NV memory attribute
4929 - efi: Reformat GUID tables to follow the format in UEFI spec
4930 - efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
4931 - SAUCE: (noup) Add EFI signature data types
4932 - crypto: KEYS: convert public key and digsig asym to the akcipher api
4933 - [Config] CONFIG_EFI_SIGNATURE_LIST_PARSER=y
4934 - SAUCE: (noup) Add an EFI signature blob parser and key loader.
4935 - [Config] CONFIG_IMA_MOK_KEYRING=y
4936 - IMA: create machine owner and blacklist keyrings
4937 - KEYS: Add an alloc flag to convey the builtinness of a key
4938 - [Config] CONFIG_MODULE_SIG_UEFI=y, CONFIG_SYSTEM_BLACKLIST_KEYRING=y
4939 - SAUCE: (noup) KEYS: Add a system blacklist keyring
4940 - SAUCE: (noup) MODSIGN: Support not importing certs from db
4941
4942 * Miscellaneous Ubuntu changes
4943 - [Config] CONFIG_PUBLIC_KEY_ALGO_RSA=y
4944
4945 -- Kamal Mostafa <kamal@canonical.com> Sun, 24 Apr 2016 12:12:13 -0700
4946
4947linux (4.4.0-21.37) xenial; urgency=low
4948
4949 [ Tim Gardner ]
4950
4951 * Release Tracking Bug
4952 - LP: #1571791
4953
4954 * linux: MokSBState is ignored (LP: #1571691)
4955 - SAUCE: (noup) MODSIGN: Import certificates from UEFI Secure Boot
4956 - SAUCE: (noup) efi: Disable secure boot if shim is in insecure mode
4957 - SAUCE: (noup) Display MOKSBState when disabled
4958
4959 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Apr 2016 07:00:22 -0600
4960
4961linux (4.4.0-20.36) xenial; urgency=low
4962
4963 [ Tim Gardner ]
4964
4965 * Release Tracking Bug
4966 - LP: #1571069
4967
4968 * sysfs mount failure during stateful lxd snapshots (LP: #1570906)
4969 - SAUCE: kernfs: Do not match superblock in another user namespace when
4970 mounting
4971
4972 * Kernel Panic in Ubuntu 16.04 netboot installer (LP: #1570441)
4973 - x86/topology: Fix logical package mapping
4974 - x86/topology: Fix Intel HT disable
4975 - x86/topology: Use total_cpus not nr_cpu_ids for logical packages
4976 - xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC op
4977 - x86/topology: Fix AMD core count
4978
4979 * [regression]: Failed to call clock_adjtime(): Invalid argument
4980 (LP: #1566465)
4981 - ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
4982
4983 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Apr 2016 06:31:56 -0600
4984
4985linux (4.4.0-19.35) xenial; urgency=low
4986
4987 [ Tim Gardner ]
4988
4989 * Release Tracking Bug
4990 - LP: #1570348
4991
4992 * CVE-2016-2847 (LP: #1554260)
4993 - pipe: limit the per-user amount of pages allocated in pipes
4994
4995 * xenial kernel crash on HP BL460c G7 (qla24xx problem?) (LP: #1554003)
4996 - SAUCE: (noup) qla2xxx: Add irq affinity notification V2
4997
4998 * arm64: guest hangs when ntpd is running (LP: #1549494)
4999 - SAUCE: (noup) KVM: arm/arm64: Handle forward time correction gracefully
5000
5001 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
5002 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=y
5003
5004 * s390/cpumf: Fix lpp detection (LP: #1555344)
5005 - s390/facilities: use stfl mnemonic instead of insn magic
5006 - s390/facilities: always use lowcore's stfle field for storing facility bits
5007 - s390/cpumf: Fix lpp detection
5008
5009 * s390x kernel image needs weightwatchers (LP: #1536245)
5010 - [Config] s390x: Use compressed kernel bzImage
5011
5012 * Surelock GA2 SP1: surelock02p05: Not seeing sgX devices for LUNs after
5013 upgrading to Ubuntu 16.04 (LP: #1567581)
5014 - Revert "UBUNTU: SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on
5015 device-tree properties"
5016
5017 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
5018 - cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path
5019 - Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
5020 - cpufreq: powernv: Add sysfs attributes to show throttle stats
5021
5022 * systemd-modules-load.service: Failing due to missing module 'ib_iser' (LP: #1566468)
5023 - [Config] Add ib_iser to generic inclusion list
5024
5025 * thunderx nic performance improvements (LP: #1567093)
5026 - net: thunderx: Set recevie buffer page usage count in bulk
5027 - net: thunderx: Adjust nicvf structure to reduce cache misses
5028
5029 * fixes for thunderx nic in multiqueue mode (LP: #1567091)
5030 - net: thunderx: Fix for multiqset not configured upon interface toggle
5031 - net: thunderx: Fix for HW TSO not enabled for secondary qsets
5032 - net: thunderx: Fix receive packet stats
5033
5034 * Miscellaneous Ubuntu changes
5035 - [Config] updateconfigs after CONFIG_DRM_I915_BPO_PRELIMINARY_HW_SUPPORT=n
5036
5037 * Miscellaneous upstream changes (LP: #1564901)
5038 - Input: xpad - correctly handle concurrent LED and FF requests
5039
5040 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Apr 2016 07:32:16 +0100
5041
5042linux (4.4.0-18.34) xenial; urgency=low
5043
5044 [ Tim Gardner ]
5045
5046 * Release Tracking Bug
5047 - LP: #1566868
5048
5049 * [i915_bpo] Fix RC6 on SKL GT3 & GT4 (LP: #1564759)
5050 - SAUCE: i915_bpo: drm/i915/skl: Fix rc6 based gpu/system hang
5051 - SAUCE: i915_bpo: drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
5052
5053 * CONFIG_ARCH_ROCKCHIP not enabled in armhf generic kernel (LP: #1566283)
5054 - [Config] CONFIG_ARCH_ROCKCHIP=y
5055
5056 * [Feature] Memory Bandwidth Monitoring (LP: #1397880)
5057 - perf/x86/cqm: Fix CQM handling of grouping events into a cache_group
5058 - perf/x86/cqm: Fix CQM memory leak and notifier leak
5059 - x86/cpufeature: Carve out X86_FEATURE_*
5060 - Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
5061 - x86/topology: Create logical package id
5062 - perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init
5063 - perf/x86/mbm: Add memory bandwidth monitoring event management
5064 - perf/x86/mbm: Implement RMID recycling
5065 - perf/x86/mbm: Add support for MBM counter overflow handling
5066
5067 * User namespace mount updates (LP: #1566505)
5068 - SAUCE: quota: Require that qids passed to dqget() be valid and map into s_user_ns
5069 - SAUCE: fs: Allow superblock owner to change ownership of inodes with unmappable ids
5070 - SAUCE: fuse: Don't initialize user_id or group_id in mount options
5071 - SAUCE: cgroup: Use a new super block when mounting in a cgroup namespace
5072 - SAUCE: fs: fix a posible leak of allocated superblock
5073
5074 * [arm64] kernel BUG at /build/linux-StrpB2/linux-4.4.0/fs/ext4/inode.c:2394!
5075 (LP: #1566518)
5076 - arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
5077 - arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permission
5078
5079 * [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP) support
5080 for Alpine Ridge on SKL (LP: #1519623)
5081 - usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices
5082 - usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUS
5083 - usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devices
5084 - usb: add device descriptor for usb 3.1 root hub
5085 - usb: Support USB 3.1 extended port status request
5086 - xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
5087 - xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllers
5088 - xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability
5089 - xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
5090 - usb: Add USB3.1 SuperSpeedPlus Isoc Endpoint Companion descriptor
5091 - usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptor
5092 - usb: Add USB 3.1 Precision time measurement capability descriptor support
5093 - xhci: refactor and cleanup endpoint initialization.
5094 - xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpoints
5095 - xhci: cleanup isoc tranfers queuing code
5096 - xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1
5097 - SAUCE: (noup) usb: fix regression in SuperSpeed endpoint descriptor parsing
5098
5099 * wrong/missing permissions for device file /dev/prandom (prng.ko)
5100 (LP: #1558275)
5101 - s390/crypto: provide correct file mode at device register.
5102
5103 * The Front MIC jack can't work on a HP desktop machine (LP: #1564712)
5104 - ALSA: hda - fix front mic problem for a HP desktop
5105
5106 * HP Notebook Probook 440 G3 HDA Intel PCH horrible sounds while booting
5107 (LP: #1556228)
5108 - ALSA: hda - Apply reboot D3 fix for CX20724 codec, too
5109
5110 * please provide mmc-modules udeb (LP: #1565765)
5111 - [Config] Add mmc block drivers to d-i
5112
5113 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
5114 - Add secure_modules() call
5115 - PCI: Lock down BAR access when module security is enabled
5116 - x86: Lock down IO port access when module security is enabled
5117 - ACPI: Limit access to custom_method
5118 - asus-wmi: Restrict debugfs interface when module loading is restricted
5119 - Restrict /dev/mem and /dev/kmem when module loading is restricted
5120 - acpi: Ignore acpi_rsdp kernel parameter when module loading is restricted
5121 - kexec: Disable at runtime if the kernel enforces module loading restrictions
5122 - x86: Restrict MSR access when module loading is restricted
5123 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=n
5124 - Add option to automatically enforce module signatures when in Secure Boot mode
5125 - efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
5126 - efi: Add EFI_SECURE_BOOT bit
5127 - hibernate: Disable in a signed modules environment
5128
5129 * [Hyper-V] Additional PCI passthrough commits (LP: #1565967)
5130 - PCI: Add fwnode_handle to x86 pci_sysdata
5131 - PCI: Look up IRQ domain by fwnode_handle
5132 - [Config] CONFIG_PCI_HYPERV=m
5133 - PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs
5134
5135 * [Bug]Lenovo Yoga 260 and Carbon X1 4th gen freeze on HWP enable
5136 (LP: #1559923)
5137 - ACPI / processor: Request native thermal interrupt handling via _OSC
5138
5139 * Sync kernel zfs 0.6.5.6 - align with zfsutils-linux and spl packages
5140 (LP: #1564591)
5141 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu3
5142
5143 * [Ubuntu 16.04.1] RELEASE and ACQUIRE atomics on Power (LP: #1556096)
5144 - atomics: Allow architectures to define their own __atomic_op_* helpers
5145 - powerpc: atomic: Implement atomic{, 64}_*_return_* variants
5146 - powerpc: atomic: Implement acquire/release/relaxed variants for xchg
5147 - powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg
5148
5149 * fix for do_tools_cpupower when cross-compiling (LP: #1564206)
5150 - [Debian] cpupower uses non-standard CROSS
5151
5152 * ISST:LTE: Regression: roselp2 Oops in kernel during setup io (LP: #1546439)
5153 - SAUCE: block: partition: initialize percpuref before sending out KOBJ_ADD
5154
5155 * Unable to migrate container (LP: #1563921)
5156 - SAUCE: cgroup mount: ignore nsroot=
5157
5158 * [Hyper-V] patch inclusion in 16.04 for NIC hot add/remove (LP: #1563688)
5159 - hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()
5160
5161 * /proc/$pid/maps performance regression (LP: #1547231)
5162 - proc: revert /proc/<pid>/maps [stack:TID] annotation
5163
5164 * TPM2.0 trusted keys fixes (LP: #1398274)
5165 - tpm: remove unneeded include of actbl2.h
5166 - tpm: fix checks for policy digest existence in tpm2_seal_trusted()
5167 - tpm_crb: Use the common ACPI definition of struct acpi_tpm2
5168 - tpm_tis: Disable interrupt auto probing on a per-device basis
5169 - tpm_tis: Do not fall back to a hardcoded address for TPM2
5170 - tpm_tis: Use devm_ioremap_resource
5171 - tpm_tis: Clean up the force=1 module parameter
5172 - tpm_crb: Drop le32_to_cpu(ioread32(..))
5173 - tpm_crb: Use devm_ioremap_resource
5174 - tpm: fix the rollback in tpm_chip_register()
5175 - tpm: fix the cleanup of struct tpm_chip
5176 - tpm: fix: set continueSession attribute for the unseal operation
5177 - tpm: fix: return rc when devm_add_action() fails
5178 - tpm_eventlog.c: fix binary_bios_measurements
5179 - tpm_crb/tis: fix: use dev_name() for /proc/iomem
5180 - tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()
5181 - tpm_tis: fix build warning with tpm_tis_resume
5182
5183 * [Feature]intel_idle driver support for Knights Landing (LP: #1461365)
5184 - intel_idle: Support for Intel Xeon Phi Processor x200 Product Family
5185
5186 * cxlflash: Backport upstream cxlflash commits and submitting a noup patch to
5187 Xenial (LP: #1563485)
5188 - cxlflash: Fix to avoid unnecessary scan with internal LUNs
5189 - cxlflash: Increase cmd_per_lun for better throughput
5190 - SAUCE: (noup) cxlflash: Move to exponential back-off when cmd_room is not available
5191
5192 * Miscellaneous Ubuntu changes
5193 - [Config] do_zfs_powerpc64-smp = true
5194 - [Debian] fix linux_tools when cross-compiling
5195 - [Config] do_zfs_powerpc64-smp use default value
5196 - SAUCE: apparmor: Fix FTBFS due to bad include path
5197 - SAUCE: i915_bpo: Disable preliminary hw support
5198
5199 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Mar 2016 15:31:33 -0600
5200
5201linux (4.4.0-17.33) xenial; urgency=low
5202
5203 [ Tim Gardner ]
5204
5205 * Release Tracking Bug
5206 - LP: #1563441
5207
5208 * ISST-LTE: pVM:high cpus number need a high crashkernel value in kdump
5209 (LP: #1560552)
5210 - SAUCE: (noup) ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is
5211 about to hit.
5212
5213 * Predictable naming mechanism is leading to issues in DLPAR operations of
5214 NICs (LP: #1560514)
5215 - SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on device-tree
5216 properties
5217
5218 * ThunderX: support alternative phy implementations (LP: #1562968)
5219 - net: thunderx: Cleanup PHY probing code.
5220 - [Config] CONFIG_MDIO_CAVIUM=m
5221 - phy: mdio-octeon: Refactor into two files/modules
5222 - [Config] CONFIG_MDIO_THUNDER=m
5223 - phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.
5224 - phy: mdio-cavium: Add missing MODULE_* annotations.
5225 - net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.
5226 - phy: mdio-thunder: Fix some Kconfig typos
5227 - [d-i] Add phy drivers for Cavium ThunderX to nic-modules udeb
5228
5229 * linux: exclude ZONE_DEVICE from GFP_ZONE_TABLE (LP: #1563293)
5230 - Revert "mm: CONFIG_NR_ZONES_EXTENDED"
5231 - mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE
5232
5233 * lots of printk to serial console can hang system for long time
5234 (LP: #1534216)
5235 - printk: set may_schedule for some of console_trylock() callers
5236
5237 * [i915_bpo] Update i915 backport driver (LP: #1560395)
5238 - SAUCE: i915_bpo: Update to drm-intel-next-fixes-2016-03-16
5239 - PM / runtime: Add new helper for conditional usage count incrementation
5240 - drm/core: Add drm_for_each_encoder_mask, v2.
5241 - drm/atomic-helper: Implement subsystem-level suspend/resume
5242
5243 * [Hyper-V] VM Sockets (LP: #1541585)
5244 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
5245 - Drivers: hv: vmbus: Add vendor and device atttributes
5246 - Drivers: hv: vmbus: avoid infinite loop in init_vp_index()
5247 - Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_unload()
5248 - Drivers: hv: vmbus: don't manipulate with clocksources on crash
5249 - Drivers: hv: vmbus: add a helper function to set a channel's pending send size
5250 - Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
5251 - Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
5252 - Drivers: hv: vmbus: define a new VMBus message type for hvsock
5253 - Drivers: hv: vmbus: add a hvsock flag in struct hv_driver
5254 - Drivers: hv: vmbus: add a per-channel rescind callback
5255 - Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
5256 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
5257 - Drivers: hv: vmbus: Give control over how the ring access is serialized
5258 - drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
5259 - Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
5260 - Drivers: hv: vmbus: avoid wait_for_completion() on crash
5261 - Drivers: hv: vmbus: remove code duplication in message handling
5262 - Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_unload()
5263 - Drivers: hv: util: Pass the channel information during the init call
5264 - Drivers: hv: utils: Remove util transport handler from list if registration fails
5265 - Revert "Drivers: hv: vmbus: Support handling messages on multiple CPUs"
5266 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
5267
5268 * [Bug]SKL-H boot hang when c8+c9+c10 enabled by intel_idle driver
5269 (LP: #1559918)
5270 - intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled
5271
5272 * ixgbe: Update to Fortville SW5 release (LP: #1562326)
5273 - net: add tc offload feature flag
5274 - net: tc: helper functions to query action types
5275 - sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
5276 - net: rework ndo tc op to consume additional qdisc handle parameter
5277 - net: rework setup_tc ndo op to consume general tc operand
5278 - net: sched: add cls_u32 offload hooks for netdevs
5279 - net: ixgbe: add support for tc_u32 offload
5280 - net: ixgbe: abort with cls u32 divisor groups greater than 1
5281
5282 * Bring fm10k up to Fortville SW5 (LP: #1562310)
5283 - net: add netif_is_team_master helper
5284 - net: add netif_is_team_port helper
5285 - net: add netif_is_lag_master helper
5286 - net: add netif_is_lag_port helper
5287 - ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}
5288 - fm10k: don't reinitialize RSS flow table when RXFH configured
5289
5290 * [Feature]Always Running Timer (ART) to System Time translation
5291 (LP: #1519625)
5292 - time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
5293 - timekeeping: Provide internal function __ktime_get_real_seconds
5294 - timekeeping: Cap adjustments so they don't exceed the maxadj value
5295 - clocksource: Make clocksource validation work for all clocksources
5296 - time: Add cycles to nanoseconds translation
5297 - time: Add timekeeping snapshot code capturing system time and counter
5298 - time: Remove duplicated code in ktime_get_raw_and_real()
5299 - time: Add driver cross timestamp interface for higher precision time synchronization
5300 - time: Add history to cross timestamp interface supporting slower devices
5301 - time/timekeeping: Work around false positive GCC warning
5302 - x86/tsc: Always Running Timer (ART) correlated clocksource
5303 - ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping
5304 - [Config] CONFIG_E1000E_HWTS=y
5305 - e1000e: Adds hardware supported cross timestamp on e1000e nic
5306
5307 * x-gene2: add SoC v2 support to clock (LP: #1561604)
5308 - clk: xgene: Add SoC and PMD PLL clocks with v2 hardware
5309
5310 * [Bug]Disable multi-record PEBS on Merom (LP: #1559914)
5311 - perf/x86: Move perf_event.c ............... => x86/events/core.c
5312 - perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.c
5313 - perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.c
5314 - perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]
5315 - perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.c
5316 - perf/x86: Move perf_event_intel_bts.c ........ => x86/events/intel/bts.c
5317 - perf/x86: Move perf_event_intel.c ............ => x86/events/intel/core.c
5318 - perf/x86: Move perf_event_intel_cqm.c ........ => x86/events/intel/cqm.c
5319 - perf/x86: Move perf_event_intel_cstate.c ..... => x86/events/intel/cstate.c
5320 - perf/x86: Move perf_event_intel_ds.c ......... => x86/events/intel/ds.c
5321 - perf/x86: Move perf_event_intel_lbr.c ........ => x86/events/intel/lbr.c
5322 - perf/x86: Move perf_event_intel_pt.[ch] ...... => x86/events/intel/pt.[ch]
5323 - perf/x86: Move perf_event_intel_rapl.c ....... => x86/events/intel/rapl.c
5324 - perf/x86: Move perf_event_intel_uncore.[ch] .. =>
5325 x86/events/intel/uncore.[ch]
5326 - perf/x86: Move perf_event_intel_uncore_nhmex.c =>
5327 x86/events/intel/uncore_nmhex.c
5328 - perf/x86: Move perf_event_intel_uncore_snb.c =>
5329 x86/events/intel/uncore_snb.c
5330 - perf/x86: Move perf_event_intel_uncore_snbep.c =>
5331 x86/events/intel/uncore_snbep.c
5332 - perf/x86: Move perf_event_knc.c .............. => x86/events/intel/knc.c
5333 - perf/x86: Move perf_event_p4.c ............... => x86/events/intel/p4.c
5334 - perf/x86: Move perf_event_p6.c ............... => x86/events/intel/p6.c
5335 - perf/x86: Move perf_event_msr.c .............. => x86/events/msr.c
5336 - perf/x86: Move perf_event.h to its new home
5337 - perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
5338
5339 * [Feature] Enable I2C on Broxton-P (LP: #1520139)
5340 - mfd: intel-lpss: Pass I2C configuration via properties on BXT
5341
5342 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Mar 2016 20:40:27 -0600
5343
5344linux (4.4.0-16.32) xenial; urgency=low
5345
5346 [ Tim Gardner ]
5347
5348 * Release Tracking Bug
5349 - LP: #1561727
5350
5351 * fix thermal throttling due to commit "Thermal: initialize thermal zone
5352 device correctly" (LP: #1561676)
5353 - Thermal: Ignore invalid trip points
5354
5355 * Thinkpad T460: Trackpoint mouse buttons instantly generate "release" event
5356 on press (LP: #1553811)
5357 - SAUCE: (noup) Input: synaptics - handle spurious release of trackstick
5358 buttons, again
5359
5360 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
5361 (LP: #1560583)
5362 - SAUCE: apparmor: Allow ns_root processes to open profiles file
5363 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
5364
5365 * linux: sync virtualbox drivers to 5.0.16-dfsg-2 (LP: #1561492)
5366 - ubuntu: vbox -- update to 5.0.16-dfsg-2
5367
5368 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on
5369 s390x (LP: #1557690)
5370 - [Config] CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=n for s390x
5371
5372 * spl/zfs fails to build on s390x (LP: #1519814)
5373 - [Config] s390x -- re-enable zfs
5374 - [Config] zfs -- disable powerpc until the test failures can be resolved
5375
5376 * linux: sync to ZFS 0.6.5.6 stable release (LP: #1561483)
5377 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu1
5378
5379 * zfs: enable zfs for 64bit powerpc kernels (LP: #1558871)
5380 - [Packaging] zfs -- handle rprovides via dpkg-gencontrol
5381 - [Config] powerpc -- convert zfs configuration to custom_override
5382
5383 * Memory arena corruption with FUSE (was Memory allocation failure crashes
5384 kernel hard, presumably related to FUSE) (LP: #1505948)
5385 - SAUCE: (noup) fuse: do not use iocb after it may have been freed
5386 - SAUCE: (noup) fuse: Add reference counting for fuse_io_priv
5387
5388 * cgroup namespaces: add a 'nsroot=' mountinfo field (LP: #1560489)
5389 - SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo field
5390
5391 * linux packaging: clear remaining redundant delta (LP: #1560445)
5392 - [Debian] Remove generated intermediate files on clean
5393
5394 * arm64: guest hangs when ntpd is running (LP: #1549494)
5395 - Revert "hrtimer: Add support for CLOCK_MONOTONIC_RAW"
5396 - Revert "hrtimer: Catch illegal clockids"
5397 - Revert "KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW"
5398
5399 * Need enough contiguous memory to support GICv3 ITS table (LP: #1558828)
5400 - [Config] CONFIG_FORCE_MAX_ZONEORDER=13 on arm64
5401 - SAUCE: (no-up) arm64: gicv3: its: Increase FORCE_MAX_ZONEORDER for Cavium
5402 ThunderX
5403
5404 * update arcmsr to version v1.30.00.22-20151126 to fix card timeouts
5405 (LP: #1559609)
5406 - arcmsr: fixed getting wrong configuration data
5407 - arcmsr: fixes not release allocated resource
5408 - arcmsr: make code more readable
5409 - arcmsr: adds code to support new Areca adapter ARC1203
5410 - arcmsr: changes driver version number
5411 - arcmsr: more readability improvements
5412 - arcmsr: Split dma resource allocation to a new function
5413 - arcmsr: change driver version to v1.30.00.22-20151126
5414
5415 * server image has no keyboard, desktop image works (LP: #1559692)
5416 - [Config] Rework input-modules (d-i) list
5417
5418 * PMU support for Cavium ThunderX (LP: #1559349)
5419 - arm64: perf: Rename Cortex A57 events
5420 - arm64/perf: Add Cavium ThunderX PMU support
5421 - arm64: perf: Enable PMCR long cycle counter bit
5422 - arm64: perf: Extend event mask for ARMv8.1
5423 - arm64: dts: Add Cavium ThunderX specific PMU
5424
5425 * Show ARM PMU events in perf stat (LP: #1559350)
5426 - drivers/perf: kill armpmu_register
5427 - arm: perf: Convert event enums to #defines
5428 - arm: perf: Add event descriptions
5429 - arm64: perf: Convert event enums to #defines
5430 - arm64: perf: Add event descriptions
5431 - ARM: perf: add format entry to describe event -> config mapping
5432 - arm64: perf: add format entry to describe event -> config mapping
5433
5434 * [Bug]HSW/BDW EDAC driver reports wrong DIMM (LP: #1559904)
5435 - EDAC/sb_edac: Fix computation of channel address
5436
5437 * 5-10 second delay in kernel boot with kernel command line ip= (LP: #1259861)
5438 - [Config] disable CONFIG_IP_PNP
5439
5440 * Miscellaneous Ubuntu changes
5441 - [Debian] Silence the reconstruct script
5442
5443 -- Tim Gardner <tim.gardner@canonical.com> Mon, 21 Mar 2016 10:15:31 -0600
5444
5445linux (4.4.0-15.31) xenial; urgency=low
5446
5447 [ Tim Gardner ]
5448
5449 * Release Tracking Bug
5450 - LP: #1559252
5451
5452 * Xilinx KU3 Capi card does not show up in Ubuntu 16.04 (LP: #1557001)
5453 - SAUCE: (noup) cxl: Allow initialization on timebase sync failures
5454
5455 * policy namespace stacking (LP: #1379535)
5456 - Revert "UBUNTU: SAUCE: Move replacedby allocation into label_alloc"
5457 - Revert "UBUNTU: SAUCE: Fixup: __label_update() still doesn't handle some cases correctly."
5458 - Revert "UBUNTU: SAUCE: fix: audit "no_new_privs" case for exec failure"
5459 - Revert "UBUNTU: SAUCE: fixup: warning about aa_label_vec_find_or_create not being static"
5460 - Revert "UBUNTU: SAUCE: apparmor: fix refcount race when finding a child profile"
5461 - Revert "UBUNTU: SAUCE: fixup: cast poison values to remove warnings"
5462 - Revert "UBUNTU: SAUCE: fixup: get rid of unused var build warning"
5463 - Revert "UBUNTU: SAUCE: fixup: 20/23 locking issue around in __label_update"
5464 - Revert "UBUNTU: SAUCE: fixup: make __share_replacedby private to get rid of build warning"
5465 - Revert "UBUNTU: SAUCE: fix: replacedby forwarding is not being properly update when ns is destroyed"
5466 - Revert "UBUNTU: SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails"
5467 - Revert "UBUNTU: SAUCE: fixup: cleanup return handling of labels"
5468 - Revert "UBUNTU: SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read"
5469 - Revert "UBUNTU: SAUCE: apparmor: Fix: query label file permission"
5470 - Revert "UBUNTU: SAUCE: apparmor: Don't remove label on rcu callback if the label has already been removed"
5471 - Revert "UBUNTU: SAUCE: apparmor: Fix: break circular refcount for label that is directly freed."
5472 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount bug when inserting label update that transitions ns"
5473 - Revert "UBUNTU: SAUCE: apparmor: Fix: now that insert can force replacement use it instead of remove_and_insert"
5474 - Revert "UBUNTU: SAUCE: apparmor Fix: refcount bug in pivotroot mediation"
5475 - Revert "UBUNTU: SAUCE: apparmor: ensure that repacedby sharing is done correctly"
5476 - Revert "UBUNTU: SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter"
5477 - Revert "UBUNTU: SAUCE: apparmor: Fix: convert replacedby update to be protected by the labelset lock"
5478 - Revert "UBUNTU: SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on merge path"
5479 - Revert "UBUNTU: SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain"
5480 - Revert "UBUNTU: SAUCE: apparmor: Fix: label_vec_merge insertion"
5481 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure new labels resulting from merge have a replacedby"
5482 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount leak in aa_label_merge"
5483 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount race between locating in labelset and get"
5484 - Revert "UBUNTU: SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale"
5485 - Revert "UBUNTU: SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use needs locking"
5486 - Revert "UBUNTU: SAUCE: apparmor: debug: POISON label and replaceby pointer on free"
5487 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the replacedby is not setup"
5488 - Revert "UBUNTU: SAUCE: apparmor: Fix: insert race between label_update and label_merge"
5489 - Revert "UBUNTU: SAUCE: apparmor: rework retrieval of the current label in the profile update case"
5490 - Revert "UBUNTU: SAUCE: apparmor: Disallow update of cred when then subjective != the objective cred"
5491 - Revert "UBUNTU: SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns"
5492 - Revert "UBUNTU: SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()"
5493 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
5494 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix for failed mediation of socket that is being shutdown"
5495 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings"
5496 - Revert "UBUNTU: SAUCE: (no-up) apparmor: fix mount not handling disconnected paths"
5497 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix mediation of fs unix sockets"
5498 - Revert "UBUNTU: apparmor -- follow change to this_cpu_ptr"
5499 - Revert "UBUNTU: SAUCE: (no-up) fix: bad unix_addr_fs macro"
5500 - Revert "UBUNTU: SAUCE: Revert: fix: only allow a single threaded process to ..."
5501 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot"
5502 - Revert "UBUNTU: SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used"
5503 - SAUCE: (no-up) apparmor: sync of apparmor3.5-beta1 snapshot
5504 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
5505
5506 * Add arm64 NUMA support (LP: #1558765)
5507 - SAUCE: (noup) efi: ARM/arm64: ignore DT memory nodes instead of removing them
5508 - SAUCE: (noup) Documentation, dt, numa: dt bindings for NUMA.
5509 - [Config] CONFIG_OF_NUMA=y
5510 - SAUCE: (noup) of, numa: Add NUMA of binding implementation.
5511 - SAUCE: (noup) arm64: Move unflatten_device_tree() call earlier.
5512 - [Config] CONFIG_NUMA=y and CONFIG_NODES_SHIFT=2 on arm64
5513 - SAUCE: (noup) arm64, numa: Add NUMA support for arm64 platforms.
5514 - SAUCE: (noup) arm64, mm, numa: Add NUMA balancing support for arm64.
5515
5516 * vivid/linux: total ADT test failures (LP: #1558447)
5517 - Revert "Revert "af_unix: Revert 'lock_interruptible' in stream receive code""
5518
5519 * [Hyper-V] patches to allow kdump crash through NMI (LP: #1558720)
5520 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
5521 - Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
5522
5523 * s390/pci: enforce fmb page boundary rule (LP: #1558625)
5524 - s390/pci: enforce fmb page boundary rule
5525
5526 * s390/pci: backport upstream commits since v4.4 (LP: #1558624)
5527 - s390/pci_dma: fix DMA table corruption with > 4 TB main memory
5528 - page_to_phys() always returns a multiple of PAGE_SIZE
5529 - s390/pci: provide ZPCI_ADDR macro
5530 - s390/pci: improve ZPCI_* macros
5531 - s390/pci: resize iomap
5532 - s390/pci: fix bar check
5533 - s390/pci: set error state for unusable functions
5534 - s390/pci: remove iomap sanity checks
5535 - s390/pci: remove pdev pointer from arch data
5536 - s390/pci: add ioctl interface for CLP
5537
5538 * IMA-appraisal is unusable in Ubuntu 16.04 (LP: #1558553)
5539 - [Config] CONFIG_SYSTEM_EXTRA_CERTIFICATE=y, CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096
5540 - KEYS: Use the symbol value for list size, updated by scripts/insert-sys-cert
5541 - KEYS: Reserve an extra certificate symbol for inserting without recompiling
5542 - SAUCE: (noup) KEYS: Support for inserting a certificate into x86 bzImage
5543
5544 * skb_warn_bad_offload Crash (LP: #1558025)
5545 - ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL
5546
5547 * Add PCIe root complex to Cavium arm64 (LP: #1558342)
5548 - [Config] CONFIG_PCI_HOST_COMMON=y
5549 - [Config] CONFIG_PCI_HOST_THUNDER_PEM=y
5550 - [Config] CONFIG_PCI_HOST_THUNDER_ECAM=y
5551 - PCI: generic: Move structure definitions to separate header file
5552 - PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()
5553 - PCI: generic: Expose pci_host_common_probe() for use by other drivers
5554 - PCI: thunder: Add PCIe host driver for ThunderX processors
5555 - PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devices
5556
5557 * [Hyper-V] vmbus: Fix a bug in hv_need_to_signal_on_read() (LP: #1556264)
5558 - SAUCE: (noup) Drivers: hv: vmbus: Fix a bug in hv_need_to_signal_on_read()
5559
5560 * Xenial update to v4.4.6 stable release (LP: #1558330)
5561 - arm64: account for sparsemem section alignment when choosing vmemmap offset
5562 - ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window
5563 - ARM: dts: dra7: do not gate cpsw clock due to errata i877
5564 - ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property
5565 - PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()
5566 - kvm: cap halt polling at exactly halt_poll_ns
5567 - KVM: VMX: disable PEBS before a guest entry
5568 - KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS
5569 - KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit
5570 - KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
5571 - KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
5572 - s390/dasd: fix diag 0x250 inline assembly
5573 - tracing: Fix check for cpu online when event is disabled
5574 - dmaengine: at_xdmac: fix residue computation
5575 - jffs2: reduce the breakage on recovery from halfway failed rename()
5576 - ncpfs: fix a braino in OOM handling in ncp_fill_cache()
5577 - ASoC: dapm: Fix ctl value accesses in a wrong type
5578 - ASoC: samsung: Use IRQ safe spin lock calls
5579 - ASoC: wm8994: Fix enum ctl accesses in a wrong type
5580 - ASoC: wm8958: Fix enum ctl accesses in a wrong type
5581 - ovl: ignore lower entries when checking purity of non-directory entries
5582 - ovl: fix working on distributed fs as lower layer
5583 - wext: fix message delay/ordering
5584 - cfg80211/wext: fix message ordering
5585 - can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
5586 - iwlwifi: mvm: inc pending frames counter also when txing non-sta
5587 - mac80211: minstrel: Change expected throughput unit back to Kbps
5588 - mac80211: fix use of uninitialised values in RX aggregation
5589 - mac80211: minstrel_ht: set default tx aggregation timeout to 0
5590 - mac80211: minstrel_ht: fix a logic error in RTS/CTS handling
5591 - mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
5592 - mac80211: Fix Public Action frame RX in AP mode
5593 - gpu: ipu-v3: Do not bail out on missing optional port nodes
5594 - drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
5595 - drm/radeon: Fix error handling in radeon_flip_work_func.
5596 - Revert "drm/radeon/pm: adjust display configuration after powerstate"
5597 - userfaultfd: don't block on the last VM updates at exit time
5598 - ovl: fix getcwd() failure after unsuccessful rmdir
5599 - MIPS: Fix build error when SMP is used without GIC
5600 - MIPS: smp.c: Fix uninitialised temp_foreign_map
5601 - block: don't optimize for non-cloned bio in bio_get_last_bvec()
5602 - target: Drop incorrect ABORT_TASK put for completed commands
5603 - ld-version: Fix awk regex compile failure
5604 - Linux 4.4.6
5605
5606 * linux fails to load x.509 built-in certificate (LP: #1557250)
5607 - lib/mpi: Endianness fix
5608
5609 * s390/kconfig: setting for CONFIG...9P.... (LP: #1557994)
5610 - [Config] CONFIG_NET_9P=m for s390x
5611
5612 * mlx5_core kernel trace after "ethtool -C eth1 adaptive-rx on" flow
5613 (LP: #1557950)
5614 - net/mlx5e: Don't try to modify CQ moderation if it is not supported
5615 - net/mlx5e: Don't modify CQ before it was created
5616
5617 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
5618 - mmc: sdhci: Do not BUG on invalid vdd
5619 - mmc: enable MMC/SD/SDIO device to suspend/resume asynchronously
5620 - mmc: It is not an error for the card to be removed while suspended
5621
5622 * s390/kconfig: disable CONFIG_VIRTIO_MMIO (LP: #1557689)
5623 - [Config] CONFIG_VIRTIO_MMIO=n for s390x
5624
5625 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on s390x (LP: #1557690)
5626 - [Config] CONFIG_NUMA_EMU=y for s390x
5627
5628 * Miscellaneous Ubuntu changes
5629 - [Debian] git-ubuntu-log -- prevent bug references being split
5630 - [Debian] git-ubuntu-log -- git log output is UTF-8
5631
5632 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 13:18:58 -0600
5633
5634linux (4.4.0-14.30) xenial; urgency=low
5635
5636 [ Tim Gardner ]
5637
5638 * Release Tracking Bug
5639 - LP: #1557508
5640
5641 * Current 4.4 kernel won't boot on powerpc (LP: #1557130)
5642 - powerpc: Fix dedotify for binutils >= 2.26
5643
5644 * ZFS: send fails to transmit some holes [corruption] (LP: #1557151)
5645 - Illumos 6370 - ZFS send fails to transmit some holes
5646
5647 * Request to cherry-pick uvcvideo patch for Xenial kernel support of RealSense
5648 camera (LP: #1557138)
5649 - UVC: Add support for ds4 depth camera
5650
5651 * use after free of task_struct->numa_faults in task_numa_find_cpu (LP: #1527643)
5652 - sched/numa: Fix use-after-free bug in the task_numa_compare
5653
5654 * overlay fs regression: chmod fails with "Operation not permitted" on chowned
5655 files (LP: #1555997)
5656 - ovl: copy new uid/gid into overlayfs runtime inode
5657
5658 * Miscellaneous Ubuntu changes
5659 - SAUCE: Dump stack when X.509 certificates cannot be loaded
5660
5661 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Mar 2016 07:16:19 -0600
5662
5663linux (4.4.0-13.29) xenial; urgency=low
5664
5665 [ Tim Gardner ]
5666
5667 * Release Tracking Bug
5668 - LP: #1556247
5669
5670 * s390/mm: four page table levels vs. fork (LP: #1556141)
5671 - s390/mm: four page table levels vs. fork
5672
5673 * [Hyper-V] network performance patches for Xenial 16.04 (LP: #1556037)
5674 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
5675 - hv_netvsc: cleanup netdev feature flags for netvsc
5676
5677 * fails to boot on megaraid (LP: #1552903)
5678 - SAUCE: (noup) megaraid_sas: Don't issue kill adapter for MFI controllers in
5679 case of PD list DCMD failure
5680
5681 * ALSA: hda - add codec support for Kabylake display audio codec (LP: #1556002)
5682 - ALSA: hda - add codec support for Kabylake display audio codec
5683
5684 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
5685 - cpufreq: powernv: Free 'chips' on module exit
5686 - cpufreq: powernv: Hot-plug safe the kworker thread
5687 - cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
5688 - cpufreq: powernv/tracing: Add powernv_throttle tracepoint
5689 - cpufreq: powernv: Replace pr_info with trace print for throttle event
5690 - SAUCE: (noup) cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
5691
5692 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
5693 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
5694
5695 * integer overflow in xt_alloc_table_info (LP: #1555353)
5696 - SAUCE: (noup) netfilter: x_tables: check for size overflow
5697
5698 * linux: auto-generate the reconstruct information from the git tag (LP: #1555543)
5699 - [Packaging] reconstruct -- automatically reconstruct against base tag
5700 - [Config] reconstruct -- update to autoreconstruct output
5701 - [Packaging] reconstruct -- update when inserting final changes
5702
5703 * Xenial update to v4.4.5 stable release (LP: #1555640)
5704 - use ->d_seq to get coherency between ->d_inode and ->d_flags
5705 - drivers: sh: Restore legacy clock domain on SuperH platforms
5706 - Btrfs: fix deadlock running delayed iputs at transaction commit time
5707 - btrfs: Fix no_space in write and rm loop
5708 - btrfs: async-thread: Fix a use-after-free error for trace
5709 - block: Initialize max_dev_sectors to 0
5710 - PCI: keystone: Fix MSI code that retrieves struct pcie_port pointer
5711 - parisc: Fix ptrace syscall number and return value modification
5712 - mips/kvm: fix ioctl error handling
5713 - kvm: x86: Update tsc multiplier on change.
5714 - fbcon: set a default value to blink interval
5715 - cifs: fix out-of-bounds access in lease parsing
5716 - CIFS: Fix SMB2+ interim response processing for read requests
5717 - Fix cifs_uniqueid_to_ino_t() function for s390x
5718 - vfio: fix ioctl error handling
5719 - KVM: x86: fix root cause for missed hardware breakpoints
5720 - arm/arm64: KVM: Fix ioctl error handling
5721 - iommu/amd: Apply workaround for ATS write permission check
5722 - iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered
5723 - iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path
5724 - target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors
5725 - drm/ast: Fix incorrect register check for DRAM width
5726 - drm/radeon/pm: update current crtc info after setting the powerstate
5727 - drm/amdgpu/pm: update current crtc info after setting the powerstate
5728 - drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as well
5729 - drm/amdgpu/gfx8: specify which engine to wait before vm flush
5730 - drm/amdgpu: return from atombios_dp_get_dpcd only when error
5731 - libata: fix HDIO_GET_32BIT ioctl
5732 - libata: Align ata_device's id on a cacheline
5733 - block: bio: introduce helpers to get the 1st and last bvec
5734 - writeback: flush inode cgroup wb switches instead of pinning super_block
5735 - Adding Intel Lewisburg device IDs for SATA
5736 - arm64: vmemmap: use virtual projection of linear region
5737 - PM / sleep / x86: Fix crash on graph trace through x86 suspend
5738 - ata: ahci: don't mark HotPlugCapable Ports as external/removable
5739 - tracing: Do not have 'comm' filter override event 'comm' field
5740 - pata-rb532-cf: get rid of the irq_to_gpio() call
5741 - Btrfs: fix loading of orphan roots leading to BUG_ON
5742 - Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
5743 - jffs2: Fix page lock / f->sem deadlock
5744 - Fix directory hardlinks from deleted directories
5745 - dmaengine: pxa_dma: fix cyclic transfers
5746 - adv7604: fix tx 5v detect regression
5747 - ALSA: usb-audio: Add a quirk for Plantronics DA45
5748 - ALSA: ctl: Fix ioctls for X32 ABI
5749 - ALSA: hda - Fix mic issues on Acer Aspire E1-472
5750 - ALSA: rawmidi: Fix ioctls X32 ABI
5751 - ALSA: timer: Fix ioctls for X32 ABI
5752 - ALSA: pcm: Fix ioctls for X32 ABI
5753 - ALSA: seq: oss: Don't drain at closing a client
5754 - ALSA: hdspm: Fix wrong boolean ctl value accesses
5755 - ALSA: hdsp: Fix wrong boolean ctl value accesses
5756 - ALSA: hdspm: Fix zero-division
5757 - ALSA: timer: Fix broken compat timer user status ioctl
5758 - usb: chipidea: otg: change workqueue ci_otg as freezable
5759 - USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder
5760 - USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)
5761 - USB: qcserial: add Sierra Wireless EM74xx device ID
5762 - USB: serial: option: add support for Telit LE922 PID 0x1045
5763 - USB: serial: option: add support for Quectel UC20
5764 - MIPS: scache: Fix scache init with invalid line size.
5765 - MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'
5766 - ubi: Fix out of bounds write in volume update code
5767 - i2c: brcmstb: allocate correct amount of memory for regmap
5768 - thermal: cpu_cooling: fix out of bounds access in time_in_idle
5769 - block: check virt boundary in bio_will_gap()
5770 - block: get the 1st and last bvec via helpers
5771 - drm/i915: more virtual south bridge detection
5772 - drm/i915: refine qemu south bridge detection
5773 - modules: fix longstanding /proc/kallsyms vs module insertion race.
5774 - drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stable
5775 - Linux 4.4.5
5776
5777 * QEMU: causes vCPU steal time overflow on live migration (LP: #1494350)
5778 - x86/mm: Fix slow_virt_to_phys() for X86_PAE again
5779
5780 * TPM2.0 trusted keys fixes (LP: #1398274)
5781 - tpm_tis: further simplify calculation of ordinal duration
5782 - tpm_tis: Use devm_free_irq not free_irq
5783 - tpm_tis: Ensure interrupts are disabled when the driver starts
5784 - tpm: rework tpm_get_timeouts()
5785 - tpm_tis: Get rid of the duplicate IRQ probing code
5786 - tpm_tis: Refactor the interrupt setup
5787 - tpm_tis: Tighten IRQ auto-probing
5788 - tpm_ibmvtpm: properly handle interrupted packet receptions
5789
5790 * linux: review all versioned depends/conflicts/replaces/breaks for validility (LP: #1555033)
5791 - [Config] control.stub.in -- review versioned Build-Depends:
5792 - [Config] control.stub.in -- review versioned
5793 Depends/Breaks/Conflicts/Replaces
5794 - [Config] flavour-control.stub -- review versioned Breaks/Conflicts/Replaces
5795 - [Config] x86 vars.* -- review versioned Breaks/Conflicts/Replaces
5796
5797 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Mar 2016 05:11:51 -0700
5798
5799linux (4.4.0-12.28) xenial; urgency=low
5800
5801 * Miscellaneous Ubuntu changes
5802 - reconstruct: Work around orig tarball packaging limitiations
5803 Fixes FTBS
5804
5805 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Mar 2016 13:26:08 -0700
5806
5807linux (4.4.0-12.27) xenial; urgency=low
5808
5809 [ Tim Gardner ]
5810
5811 * Release Tracking Bug
5812 - LP: #1554704
5813
5814 * Fails to detect (second) display (LP: #1543683)
5815 - drm/i915: Fix hpd live status bits for g4x
5816
5817 * s390x -- various configuration changes (LP: #1543165)
5818 - [Config] s390x -- enable CONFIG_NUMA
5819 - [Config] s390x -- disable CONFIG_NET_VENDOR_EMULEX
5820 - [Config] s390x -- disable CONFIG_NET_VENDOR_SYNOPSYS
5821 - [Config] s390x -- disable CONFIG_NVMEM
5822 - [Config] s390x -- switch preempt mode to none
5823
5824 * Radeon hybrid graphics problem on resume (LP: #1554608)
5825 - Revert "drm/radeon: call hpd_irq_event on resume"
5826
5827 * Pull in upstream AMD code (amdgpu) in Xenial (LP: #1546572)
5828 - [Config] CONFIG_DRM_AMD_POWERPLAY=y
5829 - drm/amdgpu: use $(src) in Makefile (v2)
5830 - drm/radeon: constify radeon_asic_ring structures
5831 - drm/amdgpu: add a callback for reading the bios from the rom directly
5832 - drm/amdgpu: add read_bios_from_rom callback for CI parts
5833 - drm/amdgpu: add read_bios_from_rom callback for VI parts
5834 - drm/amdgpu: Use new read bios from rom callback
5835 - drm/amdgpu: Use unlocked gem unreferencing
5836 - drm/radeon: Use unlocked gem unreferencing
5837 - drm/amd: add new gfx8 register definitions for EDC
5838 - drm/amdgpu: add EDC support for CZ (v3)
5839 - drm/amd: abstract kernel rq and normal rq to priority of run queue
5840 - drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3
5841 - drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP only
5842 - drm/amdgpu: update rev id register for VI
5843 - drm/amdgpu: add more debugging output for driver failures
5844 - drm/amdgpu: add entity only when first job come
5845 - drm/amdgpu: handle error case for ctx
5846 - drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobs
5847 - drm/amdgpu: change default sched jobs to 32
5848 - drm/amdgpu: limit visible vram if it's smaller than the BAR
5849 - drm/amdgpu: restrict the sched jobs number to power of two
5850 - drm/amdgpu: put VM page tables directly into duplicates list
5851 - drm/amdgpu: split VM PD and PT handling during CS
5852 - drm/amdgpu: keep the PTs validation list in the VM v2
5853 - drm/radeon: Update radeon_get_vblank_counter_kms()
5854 - drm/radeon: only increment sync_seq when a fence is really emitted
5855 - drm/fb-helper: Use proper plane mask for fb cleanup
5856 - drm/amdgpu: fix dp link rate selection (v2)
5857 - drm/radeon: fix dp link rate selection (v2)
5858 - drm/amdgpu: share struct amdgpu_pm_state_type with powerplay module
5859 - drm/amdgpu: mv some definition from amdgpu_acpi.c to amdgpu_acpi.h
5860 - drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.h
5861 - drm/amdgpu: implement new cgs interface for acpi function
5862 - drm/amdgpu: implement cgs interface to query system info
5863 - drm/amdgpu: add new cgs interface to get display info (v2)
5864 - drm/amd/powerplay: add basic powerplay framework
5865 - drm/amdgpu: disable legacy path of firmware check if powerplay is enabled
5866 - drm/amdgpu: export amd_powerplay_func to amdgpu and other ip block
5867 - drm/amd/powerplay: add SMU manager sub-component
5868 - drm/amd/powerplay: add hardware manager sub-component
5869 - SAUCE: amd: Include errno.h
5870 - drm/amd/powerplay: add Carrizo smu support
5871 - drm/amd/powerplay: add Carrizo dpm support
5872 - drm/amd/powerplay: add CG and PG support for carrizo
5873 - drm/amd/powerplay: add event manager sub-component
5874 - drm/amd/powerplay: implement functions of amd_powerplay_func
5875 - drm/amd/powerplay: Add ixSWRST_COMMAND_1 in bif_5_0_d.h
5876 - drm/amd/powerplay: Move smu7*.h from amdgpu to powerplay.
5877 - drm/amd/powerplay: add header file for tonga smu and dpm
5878 - drm/amd/powerplay: Add Tonga SMU support
5879 - drm/amd/powerplay: add Tonga dpm support (v3)
5880 - drm/amd/powerplay: add/update headers for Fiji SMU and DPM
5881 - drm/amd/powerplay: update atomctrl for fiji
5882 - drm/amd/powerplay: add Fiji SMU support.
5883 - drm/amd/powerplay: add Fiji DPM support.
5884 - drm/amdgpu: add amdgpu.powerplay module option
5885 - drm/amd/amdgpu: enable powerplay and smc firmware loading for Fiji.
5886 - drm/amdgpu/powerplay: add function point in hwmgr_funcs for program display gap
5887 - drm/amdgpu/poweprlay: export program display gap function to eventmgr
5888 - drm/amdgpu/powerplay: implement pem_task for display_configuration_change
5889 - drm/amdgpu/powerplay: program display gap for tonga.
5890 - drm/amdgpu: enable powerplay module by default for tonga.
5891 - drm/amdgpu: enable powerplay module by default for fiji.
5892 - drm/amdgpu/powerplay: add some definition for other ip block to update cg pg.
5893 - drm/amd/powerplay: add new function point in hwmgr_func for CG/PG.
5894 - drm/amd/powerplay: Add CG and PG support for tonga
5895 - drm/amdgpu/powerplay: add new function point in hwmgr_funcs for thermal control
5896 - drm/amdgpu/powerplay: mv ppinterrupt.h to inc folder to share with other submodule.
5897 - drm/amdgpu/powerplay: add thermal control interface in hwmgr.
5898 - drm/amdgpu/powerplay: enable thermal interrupt task in eventmgr.
5899 - drm/amdgpu/powerplay: implement thermal control for tonga.
5900 - drm/amdgpu/powerplay: implement fan control interface in amd_powerplay_funcs
5901 - drm/amdgpu: export fan control functions to amdgpu
5902 - drm/amdgpu: enable sysfs interface for powerplay
5903 - drm/amdgpu: support per device powerplay enablement (v2)
5904 - drm/amd/powerplay: add and export hwmgr interface to eventmgr to check hw states.
5905 - drm/amd/powerplay: implement new funcs to check current states for tonga.
5906 - drm/amd/powerplay: refine the logic of whether need to update power state.
5907 - drm/amd/powerplay/tonga: enable pcie and mclk forcing for low
5908 - drm/amd/powerplay/fiji: enable pcie and mclk forcing for low
5909 - drm/amdgpu: extract pcie helpers to common header
5910 - drm: add drm_pcie_get_max_link_width helper (v2)
5911 - drm/amdgpu: store pcie gen mask and link width
5912 - drm/amdgpu/cgs: add sys info query for pcie gen and link width
5913 - drm/amdgpu/powerplay/tonga: query supported pcie info from cgs (v2)
5914 - drm/amdgpu/powerplay/fiji: query supported pcie info from cgs (v2)
5915 - drm/amd/powerplay: fix boolreturn.cocci warnings
5916 - drm/amd/powerplay/tonga: Add UVD DPM init
5917 - drm/amd/amdgpu: add gfx clock gating support for Fiji.
5918 - drm/amd/amdgpu: add gmc clock gating support for Fiji.
5919 - drm/amdgpu: add sdma clock gating support for Fiji.
5920 - drm/amd/powerplay: add parts of system clock gating support for Fiji. (v2)
5921 - drm/amd/powerplay: enable clock gating for Fiji.
5922 - drm/amd/powerplay: add atomctrl function to calculate CZ sclk dividers
5923 - drm/amd/powerplay: implement smc state upload for CZ
5924 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
5925 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
5926 - drm/amd/powerplay: add new function point in hwmgr.
5927 - drm/amd/powerplay: add smc msg for NB P-State switch
5928 - drm/amd/powerplay: export interface to DAL to init/change display configuration.
5929 - drm/amd/powerplay: enable set_cpu_power_state task. (v2)
5930 - drm/amd/powerplay: enable/disable NB pstate feature for Carrizo.
5931 - drm/amd/powerplay: Add PPLib debug print macro.
5932 - drm/amdgpu: rename tonga_smumgr.h to tonga_smum.h
5933 - drm/amdgpu: rename fiji_smumgr.h to fiji_smum.h
5934 - drm/amd/powerplay: add multimedia power gating support for Fiji.
5935 - drm/amd/amdgpu: add uvd6.0 clock gating support. (v2)
5936 - drm/amd/amdgpu: add vce3.0 clock gating support. (v2)
5937 - drm/amd/amdgpu: enable uvd&vce clock gating for Fiji.
5938 - drm/amdgpu: Prepare DKMS build for powerplay module.
5939 - drm/amd/powerplay: add display configeration changed function in hwmgr for Fiji.
5940 - drm/amd/powerplay: Add thermal protection support for Fiji.
5941 - drm/amd/powerplay: Fix a bug in fan control setting default mode for Tonga and Fiji.
5942 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Tonga.
5943 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Fiji.
5944 - drm/amd/powerplay: fix boolreturn.cocci warnings
5945 - drm/amd/powerplay: fix bug that dpm funcs in debugfs/sysfs missing.
5946 - drm/amd/powerplay: check whether enable dpm in powerplay.
5947 - drm/amd/powerplay: move shared function of vi to hwmgr. (v2)
5948 - drm/amdgpu/powerplay: enable sysfs and debugfs interfaces late
5949 - drm/amd/powerplay: display gpu load when print performance for tonga.
5950 - drm/powerplay: add debugging output to tonga_processpptables.c
5951 - drm/powerplay: add debugging output to processpptables.c
5952 - drm/powerplay/hwmgr: log errors in tonga_hwmgr_backend_init
5953 - drm/amd/powerplay: Don't return an error if fan table is missing
5954 - amd\powerplay Implement get dal power level
5955 - amd/powerplay: Fix get dal power level
5956 - amd/powerplay: Add structures required to report configuration change
5957 - drm/amdgpu/powerplay: Program a calculated value as Deep Sleep clock.
5958 - drm/amd/powerplay: add point check to avoid NULL point hang.
5959 - drm/amd/powerplay: check whether need to enable thermal control. (v2)
5960 - drm/amd/powerplay: show gpu load when print gpu performance for Cz. (v2)
5961 - drm: powerplay: use div64_s64 instead of do_div
5962 - drm/amd/powerplay: fix a reversed condition
5963 - drm/amdgpu/cgs: cleanup some indenting
5964 - drm/amd/powerplay: precedence bug in init_non_clock_fields()
5965 - drm/amdgpu: fix NULL in vm_grab_id while S3 back
5966 - drm/amd/powerplay: fix bug that NULL checks are reversed.
5967 - drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)
5968 - drm/amd/powerplay: fix Smatch static checker warnings
5969 - drm/amd/powerplay: add powerplay valid check to avoid null point. (v2)
5970 - drm/amd/powerplay: Reload and initialize the smc firmware on powerplay resume.
5971 - drm/amdgpu: Show gpu load when display gpu performance for Ci.
5972 - drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI.
5973 - drm/amdgpu: fix hex/decimal bug when show gpu load.
5974 - drm/amd/powerplay: add thermal control task when resume.
5975 - drm/amd/powerplay: enable set boot state task
5976 - drm/amd/powerplay: enable power down asic task. (v2)
5977 - drm/amd/powerplay: implement power down asic task for CZ
5978 - drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2
5979 - drm/amdgpu/cgs: add an interface to access PCI resources
5980 - drm/amdgpu: add irq domain support
5981 - drm/amdgpu/powerplay: include asm/div64.h for do_div()
5982 - drm/sysfs: use kobj_to_dev()
5983 - drm/amd/powerplay: fix static checker warning for return meaningless value.
5984 - drm/amdgpu/cz: add code to enable forcing UVD clocks
5985 - drm/amdgpu/cz: add code to enable forcing VCE clocks
5986 - drm/amdgpu/cz: force uvd clocks when sclks are forced
5987 - drm/amdgpu/cz: force vce clocks when sclks are forced
5988 - drm/amdgpu: use kobj_to_dev()
5989 - drm/radeon: use kobj_to_dev()
5990 - drm/ttm: fix adding foreign BOs to the LRU during init v2
5991 - drm/ttm: fix adding foreign BOs to the swap LRU
5992 - drm/ttm: add ttm_bo_move_to_lru_tail function v2
5993 - drm/amdgpu: move VM page tables to the LRU end on CS v2
5994 - drm/amdgpu: validate duplicates first
5995 - drm/amdgpu: add missing irq.h include
5996 - drm/fb_cma_helper: Remove implicit call to disable_unused_functions
5997 - drm/amdgpu: Add some tweaks to gfx 8 soft reset
5998 - amdkfd: don't open-code memdup_user()
5999 - amdkfd: Copy from the proper user command pointer
6000 - drm/amdgpu: Use drm_calloc_large for VM page_tables array
6001 - amd/powerplay: disable powerplay by default initially
6002 - drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without powerplay support
6003 - drm/atomic-helper: Export framebuffer_changed()
6004 - drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2)
6005 - drm/amdgpu: add a message to indicate when powerplay is enabled (v2)
6006 - drm/amdgpu: fix next_rptr handling for debugfs
6007 - drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctl
6008 - drm/radeon: only init fbdev if we have connectors
6009 - drm/amdgpu: don't init fbdev if we don't have any connectors
6010 - drm/amd/powerplay: Update SMU firmware loading for Stoney
6011 - drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()
6012 - drm/amdkfd: Remove unnecessary cast in kfree
6013 - drm/amdgpu: only move pt bos in LRU list on success
6014 - drm/amdgpu: mask out WC from BO on unsupported arches
6015 - drm/amdgpu/gfx8: enable cp inst/reg error interrupts
6016 - drm/amdgpu/gfx7: enable cp inst/reg error interrupts
6017 - drm/amdgpu: load MEC ucode manually on iceland
6018 - drm/amdgpu: disable uvd and vce clockgating on Fiji
6019 - drm/amdgpu: add pcie cap module parameters (v2)
6020 - drm/amdgpu/cik: don't mess with aspm if gpu is root bus
6021 - drm/amdgpu/dpm/ci: switch over to the common pcie caps interface
6022 - drm/amdgpu: handle uvd pg flags properly
6023 - drm/amdgpu: handle vce pg flags properly
6024 - drm/amdgpu: clean up vce pg flags for cz/st
6025 - drm/amdgpu: be consistent with uvd cg flags
6026 - drm/amd/powerplay/cz: disable uvd pg
6027 - drm/amd/powerplay/cz: disable vce pg
6028 - drm/amd/powerplay/tonga: disable uvd pg
6029 - drm/amd/powerplay/tonga: disable vce pg
6030 - drm/amdgpu: add a cgs interface to fetch cg and pg flags
6031 - drm/amdgpu: remove unused cg defines
6032 - drma/dmgpu: move cg and pg flags into shared headers
6033 - drm/amdgpu/tonga: plumb pg flags through to powerplay
6034 - drm/amdgpu/cz: plumb pg flags through to powerplay
6035 - SAUCE: drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabled
6036
6037 * mlx4_core Set UAR page size to 4KB regardless of system page size (LP:
6038 #1552632)
6039 - net/mlx4_core: Set UAR page size to 4KB regardless of system page size
6040
6041 * Miscellaneous Ubuntu changes
6042 - [Config] CONFIG_CAVIUM_ERRATUM_27456=y
6043
6044 * Miscellaneous upstream changes
6045 - net: thunderx: Fix for Qset error due to CQ full
6046 - ahci: Workaround for ThunderX Errata#22536
6047 - arm64: Add workaround for Cavium erratum 27456
6048 - tipc: fix nullptr crash during subscription cancel
6049
6050 -- Tim Gardner <tim.gardner@canonical.com> Mon, 07 Mar 2016 05:04:22 -0700
6051
6052linux (4.4.0-11.26) xenial; urgency=low
6053
6054 [ Tim Gardner ]
6055
6056 * Release Tracking Bug
6057 - LP: #1553391
6058
6059 * Xenial update to v4.4.4 stable release (LP: #1553179)
6060 - af_iucv: Validate socket address length in iucv_sock_bind()
6061 - gro: Make GRO aware of lightweight tunnels.
6062 - net: dp83640: Fix tx timestamp overflow handling.
6063 - tunnels: Allow IPv6 UDP checksums to be correctly controlled.
6064 - lwt: fix rx checksum setting for lwt devices tunneling over ipv6
6065 - tcp: fix NULL deref in tcp_v4_send_ack()
6066 - af_unix: fix struct pid memory leak
6067 - pptp: fix illegal memory access caused by multiple bind()s
6068 - sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
6069 - net: dsa: fix mv88e6xxx switches
6070 - tipc: fix connection abort during subscription cancel
6071 - inet: frag: Always orphan skbs inside ip_defrag()
6072 - switchdev: Require RTNL mutex to be held when sending FDB notifications
6073 - tcp: beware of alignments in tcp_get_info()
6074 - ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
6075 - ipv6/udp: use sticky pktinfo egress ifindex on connect()
6076 - ipv6: addrconf: Fix recursive spin lock call
6077 - ipv6: fix a lockdep splat
6078 - unix: correctly track in-flight fds in sending process user_struct
6079 - tcp: do not drop syn_recv on all icmp reports
6080 - net:Add sysctl_max_skb_frags
6081 - tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs
6082 - enic: increment devcmd2 result ring in case of timeout
6083 - sctp: translate network order to host order when users get a hmacid
6084 - net: Copy inner L3 and L4 headers as unaligned on GRE TEB
6085 - flow_dissector: Fix unaligned access in __skb_flow_dissector when used by
6086 eth_get_headlen
6087 - bpf: fix branch offset adjustment on backjumps after patching ctx expansion
6088 - bonding: Fix ARP monitor validation
6089 - ipv4: fix memory leaks in ip_cmsg_send() callers
6090 - af_unix: Don't set err in unix_stream_read_generic unless there was an error
6091 - af_unix: Guard against other == sk in unix_dgram_sendmsg
6092 - tipc: fix premature addition of node to lookup table
6093 - tcp: md5: release request socket instead of listener
6094 - qmi_wwan: add "4G LTE usb-modem U901"
6095 - net/mlx4_en: Count HW buffer overrun only once
6096 - net/mlx4_en: Avoid changing dev->features directly in run-time
6097 - l2tp: Fix error creating L2TP tunnels
6098 - pppoe: fix reference counting in PPPoE proxy
6099 - net_sched fix: reclassification needs to consider ether protocol changes
6100 - route: check and remove route cache when we get route
6101 - tcp/dccp: fix another race at listener dismantle
6102 - IFF_NO_QUEUE: Fix for drivers not calling ether_setup()
6103 - rtnl: RTM_GETNETCONF: fix wrong return value
6104 - tipc: unlock in error path
6105 - unix_diag: fix incorrect sign extension in unix_lookup_by_ino
6106 - sctp: Fix port hash table size computation
6107 - ext4: fix bh->b_state corruption
6108 - ARM: debug-ll: fix BCM63xx entry for multiplatform
6109 - arm64: errata: Add -mpc-relative-literal-loads to build flags
6110 - KVM: s390: fix guest fprs memory leak
6111 - devm_memremap: Fix error value when memremap failed
6112 - drm/gma500: Use correct unref in the gem bo create function
6113 - ARM: 8457/1: psci-smp is built only for SMP
6114 - lib/ucs2_string: Add ucs2 -> utf8 helper functions
6115 - efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
6116 - efi: Do variable name validation tests in utf8
6117 - efi: Make our variable validation list include the guid
6118 - efi: Make efivarfs entries immutable by default
6119 - efi: Add pstore variables to the deletion whitelist
6120 - lib/ucs2_string: Correct ucs2 -> utf8 conversion
6121 - bcache: fix a livelock when we cause a huge number of cache misses
6122 - bcache: Add a cond_resched() call to gc
6123 - bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
6124 - bcache: fix a leak in bch_cached_dev_run()
6125 - bcache: unregister reboot notifier if bcache fails to unregister device
6126 - bcache: allows use of register in udev to avoid "device_busy" error.
6127 - bcache: Change refill_dirty() to always scan entire disk if necessary
6128 - dm thin: fix race condition when destroying thin pool workqueue
6129 - can: ems_usb: Fix possible tx overflow
6130 - usb: dwc3: Fix assignment of EP transfer resources
6131 - USB: cp210x: add IDs for GE B650V3 and B850V3 boards
6132 - USB: option: add support for SIM7100E
6133 - USB: option: add "4G LTE usb-modem U901"
6134 - drivers: android: correct the size of struct binder_uintptr_t for
6135 BC_DEAD_BINDER_DONE
6136 - spi: omap2-mcspi: Prevent duplicate gpio_request
6137 - iw_cxgb3: Fix incorrectly returning error on success
6138 - drm/i915: shut up gen8+ SDE irq dmesg noise
6139 - ocfs2: unlock inode if deleting inode from orphan fails
6140 - mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
6141 - mm: numa: quickly fail allocations for NUMA balancing on full nodes
6142 - genirq: Validate action before dereferencing it in handle_irq_event_percpu()
6143 - clocksource/drivers/vt8500: Increase the minimum delta
6144 - s390/kvm: remove dependency on struct save_area definition
6145 - KVM: s390: fix memory overwrites when vx is disabled
6146 - Btrfs: add missing brelse when superblock checksum fails
6147 - Btrfs: igrab inode in writepage
6148 - btrfs: statfs: report zero available if metadata are exhausted
6149 - Btrfs: send, don't BUG_ON() when an empty symlink is found
6150 - Btrfs: fix number of transaction units required to create symlink
6151 - Btrfs: fix transaction handle leak on failure to create hard link
6152 - Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and
6153 subvolume roots
6154 - btrfs: initialize the seq counter in struct btrfs_device
6155 - s390: fix normalization bug in exception table sorting
6156 - s390/dasd: prevent incorrect length error under z/VM after PAV changes
6157 - s390/dasd: fix refcount for PAV reassignment
6158 - s390/dasd: fix performance drop
6159 - uml: flush stdout before forking
6160 - uml: fix hostfs mknod()
6161 - um: link with -lpthread
6162 - locks: fix unlock when fcntl_setlk races with a close
6163 - rtlwifi: rtl_pci: Fix kernel panic
6164 - rtlwifi: rtl8192cu: Add missing parameter setup
6165 - rtlwifi: rtl8192ce: Fix handling of module parameters
6166 - rtlwifi: rtl8192de: Fix incorrect module parameter descriptions
6167 - rtlwifi: rtl8723ae: Fix initialization of module parameters
6168 - rtlwifi: rtl8192se: Fix module parameter initialization
6169 - rtlwifi: rtl8188ee: Fix module parameter initialization
6170 - rtlwifi: rtl8723be: Fix module parameter initialization
6171 - mei: fix fasync return value on error
6172 - mei: validate request value in client notify request ioctl
6173 - namei: ->d_inode of a pinned dentry is stable only for positives
6174 - rc: sunxi-cir: Initialize the spinlock properly
6175 - media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode
6176 - si2157: return -EINVAL if firmware blob is too big
6177 - gspca: ov534/topro: prevent a division by 0
6178 - vb2: fix a regression in poll() behavior for output,streams
6179 - tda1004x: only update the frontend properties if locked
6180 - dm space map metadata: remove unused variable in brb_pop()
6181 - dm snapshot: fix hung bios when copy error occurs
6182 - dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
6183 - coresight: checking for NULL string in coresight_name_match()
6184 - irqchip/omap-intc: Add support for spurious irq handling
6185 - irqchip/mxs: Add missing set_handle_irq()
6186 - irqchip/atmel-aic: Fix wrong bit operation for IRQ priority
6187 - irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1
6188 - posix-clock: Fix return code on the poll method's error path
6189 - clockevents/tcb_clksrc: Prevent disabling an already disabled clock
6190 - mmc: usdhi6rol0: handle NULL data in timeout
6191 - mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
6192 - mmc: sdio: Fix invalid vdd in voltage switch power cycle
6193 - mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400
6194 - mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
6195 - mmc: core: Enable tuning according to the actual timing
6196 - mmc: mmci: fix an ages old detection error
6197 - mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL
6198 - mmc: pxamci: fix again read-only gpio detection polarity
6199 - mmc: sdhci-pci: Fix card detect race for Intel BXT/APL
6200 - mmc: sdhci: Allow override of mmc host operations
6201 - mmc: sdhci: Allow override of get_cd() called from sdhci_request()
6202 - Bluetooth: Use continuous scanning when creating LE connections
6203 - Bluetooth: Add support of Toshiba Broadcom based devices
6204 - Bluetooth: Fix incorrect removing of IRKs
6205 - Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences
6206 - Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets
6207 - time: Avoid signed overflow in timekeeping_get_ns()
6208 - cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
6209 - Revert "MIPS: Fix PAGE_MASK definition"
6210 - MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handler
6211 - MIPS: hpet: Choose a safe value for the ETIME check
6212 - MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
6213 - MIPS: Fix buffer overflow in syscall_get_arguments()
6214 - EDAC: Robustify workqueues destruction
6215 - EDAC, mc_sysfs: Fix freeing bus' name
6216 - sparc64: fix incorrect sign extension in sys_sparc64_personality
6217 - clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs
6218 - regulator: axp20x: Fix GPIO LDO enable value for AXP22x
6219 - regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
6220 - virtio_balloon: fix race by fill and leak
6221 - virtio_balloon: fix race between migration and ballooning
6222 - virtio_pci: fix use after free on release
6223 - drm/vmwgfx: Fix an incorrect lock check
6224 - drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
6225 - drm/vmwgfx: respect 'nomodeset'
6226 - drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_map
6227 - drm/amdgpu: call hpd_irq_event on resume
6228 - drm/amdgpu: fix lost sync_to if scheduler is enabled.
6229 - drm/amdgpu: fix tonga smu resume
6230 - drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2
6231 - drm/amdgpu: no need to load MC firmware on fiji
6232 - drm/amdgpu: move gmc7 support out of CIK dependency
6233 - drm/amdgpu: iceland use CI based MC IP
6234 - drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above
6235 - drm/amdgpu: pull topaz gmc bits into gmc_v7
6236 - drm/amdgpu: drop topaz support from gmc8 module
6237 - drm/amdgpu: don't load MEC2 on topaz
6238 - drm/amdgpu: remove exp hardware support from iceland
6239 - drm/amdgpu: fix s4 resume
6240 - drm/amdgpu: remove unnecessary forward declaration
6241 - drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
6242 - drm/amdgpu: fix issue with overlapping userptrs
6243 - drm/amdgpu: use post-decrement in error handling
6244 - drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.
6245 - drm/amdgpu/pm: adjust display configuration after powerstate
6246 - drm/nouveau/kms: take mode_config mutex in connector hotplug path
6247 - drm/nouveau/display: Enable vblank irqs after display engine is on again.
6248 - drm/nouveau/disp/dp: ensure sink is powered up before attempting link
6249 training
6250 - drm/nouveau: platform: Fix deferred probe
6251 - drm/dp/mst: process broadcast messages correctly
6252 - drm/dp/mst: always send reply for UP request
6253 - drm/dp/mst: fix in MSTB RAD initialization
6254 - drm/dp/mst: fix in RAD element access
6255 - drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil
6256 - drm/dp/mst: Calculate MST PBN with 31.32 fixed point
6257 - drm/dp/mst: move GUID storage from mgr, port to only mst branch
6258 - drm/dp/mst: Reverse order of MST enable and clearing VC payload table.
6259 - drm/dp/mst: deallocate payload on port destruction
6260 - drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr
6261 - drm/radeon: call hpd_irq_event on resume
6262 - drm/radeon: Fix "slow" audio over DP on DCE8+
6263 - drm/radeon: clean up fujitsu quirks
6264 - drm/radeon: properly byte swap vce firmware setup
6265 - drm/radeon: cleaned up VCO output settings for DP audio
6266 - drm/radeon: Add a common function for DFS handling
6267 - drm/radeon: fix DP audio support for APU with DCE4.1 display engine
6268 - drm: add helper to check for wc memory support
6269 - drm/radeon: mask out WC from BO on unsupported arches
6270 - drm/radeon: hold reference to fences in radeon_sa_bo_new
6271 - drm: fix missing reference counting decrease
6272 - drm/i915: Restore inhibiting the load of the default context
6273 - drm/i915: intel_hpd_init(): Fix suspend/resume reprobing
6274 - drm/i915: Init power domains early in driver load
6275 - drm/i915: Make sure DC writes are coherent on flush.
6276 - drm/i915/dp: fall back to 18 bpp when sink capability is unknown
6277 - drm/i915: Don't reject primary plane windowing with color keying enabled on
6278 SKL+
6279 - drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()
6280 - drm/i915/dsi: defend gpio table against out of bounds access
6281 - drm/i915/dsi: don't pass arbitrary data to sideband
6282 - drm/i915: fix error path in intel_setup_gmbus()
6283 - drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command
6284 - drm/radeon: use post-decrement in error handling
6285 - drm: No-Op redundant calls to drm_vblank_off() (v2)
6286 - drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)
6287 - drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
6288 - drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)
6289 - drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)
6290 - drm/radeon/pm: adjust display configuration after powerstate
6291 - make sure that freeing shmem fast symlinks is RCU-delayed
6292 - toshiba_acpi: Fix blank screen at boot if transflective backlight is
6293 supported
6294 - ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list
6295 - ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list
6296 - uapi: update install list after nvme.h rename
6297 - lib: sw842: select crc32
6298 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege
6299 R700
6300 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite
6301 R830
6302 - ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"
6303 - ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()
6304 - nfit: fix multi-interface dimm handling, acpi6.1 compatibility
6305 - dmaengine: dw: fix cyclic transfer setup
6306 - dmaengine: dw: fix cyclic transfer callbacks
6307 - dmaengine: at_xdmac: fix resume for cyclic transfers
6308 - dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer
6309 - IB/cm: Fix a recently introduced deadlock
6310 - IB/qib: fix mcast detach when qp not attached
6311 - IB/qib: Support creating qps with GFP_NOIO flag
6312 - IB/mlx5: Expose correct maximum number of CQE capacity
6313 - Thermal: initialize thermal zone device correctly
6314 - Thermal: handle thermal zone device properly during system sleep
6315 - Thermal: do thermal zone update after a cooling device registered
6316 - hwmon: (dell-smm) Blacklist Dell Studio XPS 8000
6317 - hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook
6318 - hwmon: (ads1015) Handle negative conversion values correctly
6319 - cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
6320 - cpufreq: Fix NULL reference crash while accessing policy->governor_data
6321 - seccomp: always propagate NO_NEW_PRIVS on tsync
6322 - libceph: fix ceph_msg_revoke()
6323 - libceph: don't bail early from try_read() when skipping a message
6324 - libceph: use the right footer size when skipping a message
6325 - libceph: don't spam dmesg with stray reply warnings
6326 - sd: Optimal I/O size is in bytes, not sectors
6327 - Staging: speakup: Fix getting port information
6328 - Revert "Staging: panel: usleep_range is preferred over udelay"
6329 - cdc-acm:exclude Samsung phone 04e8:685d
6330 - perf stat: Do not clean event's private stats
6331 - tick/nohz: Set the correct expiry when switching to nohz/lowres mode
6332 - rfkill: fix rfkill_fop_read wait_event usage
6333 - mac80211: Requeue work after scan complete for all VIF types.
6334 - workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup
6335 - Revert "workqueue: make sure delayed work run in local cpu"
6336 - ALSA: hda - Apply clock gate workaround to Skylake, too
6337 - ALSA: hda - Fixing background noise on Dell Inspiron 3162
6338 - target: Fix LUN_RESET active I/O handling for ACK_KREF
6339 - target: Fix LUN_RESET active TMR descriptor handling
6340 - target: Fix TAS handling for multi-session se_node_acls
6341 - target: Fix remote-port TMR ABORT + se_cmd fabric stop
6342 - target: Fix race with SCF_SEND_DELAYED_TAS handling
6343 - spi: atmel: fix gpio chip-select in case of non-DT platform
6344 - libata: fix sff host state machine locking while polling
6345 - ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2
6346 - ARCv2: SMP: Emulate IPI to self using software triggered interrupt
6347 - PCI/AER: Flush workqueue on device remove to avoid use-after-free
6348 - cpuset: make mm migration asynchronous
6349 - cgroup: make sure a parent css isn't offlined before its children
6350 - writeback: keep superblock pinned during cgroup writeback association
6351 switches
6352 - phy: core: fix wrong err handle for phy_power_on
6353 - i2c: i801: Adding Intel Lewisburg support for iTCO
6354 - bio: return EINTR if copying to user space got interrupted
6355 - block: fix use-after-free in dio_bio_complete
6356 - nfs: fix nfs_size_to_loff_t
6357 - NFSv4: Fix a dentry leak on alias use
6358 - of/irq: Fix msi-map calculation for nonzero rid-base
6359 - KVM: async_pf: do not warn on page allocation failures
6360 - KVM: arm/arm64: vgic: Ensure bitmaps are long enough
6361 - KVM: x86: fix missed hardware breakpoints
6362 - KVM: x86: MMU: fix ubsan index-out-of-range warning
6363 - powerpc/eeh: Fix partial hotplug criterion
6364 - tracing: Fix showing function event in available_events
6365 - sunrpc/cache: fix off-by-one in qword_get()
6366 - kernel/resource.c: fix muxed resource handling in __request_region()
6367 - do_last(): don't let a bogus return value from ->open() et.al. to confuse us
6368 - ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruption
6369 - ARM: at91/dt: fix typo in sama5d2 pinmux descriptions
6370 - xen/arm: correctly handle DMA mapping of compound pages
6371 - xen/scsiback: correct frontend counting
6372 - xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
6373 - xen/pciback: Save the number of MSI-X entries to be copied later.
6374 - xen/pcifront: Fix mysterious crashes when NUMA locality information was
6375 extracted.
6376 - should_follow_link(): validate ->d_seq after having decided to follow
6377 - do_last(): ELOOP failure exit should be done after leaving RCU mode
6378 - hpfs: don't truncate the file when delete fails
6379 - x86/irq: Call chip->irq_set_affinity in proper context
6380 - x86/irq: Fix a race in x86_vector_free_irqs()
6381 - x86/irq: Validate that irq descriptor is still active
6382 - x86/irq: Do not use apic_chip_data.old_domain as temporary buffer
6383 - x86/irq: Reorganize the return path in assign_irq_vector
6384 - x86/irq: Reorganize the search in assign_irq_vector
6385 - x86/irq: Check vector allocation early
6386 - x86/irq: Copy vectormask instead of an AND operation
6387 - x86/irq: Get rid of code duplication
6388 - x86/irq: Remove offline cpus from vector cleanup
6389 - x86/irq: Clear move_in_progress before sending cleanup IPI
6390 - x86/irq: Remove the cpumask allocation from send_cleanup_vector()
6391 - x86/irq: Remove outgoing CPU from vector cleanup mask
6392 - x86/irq: Call irq_force_move_complete with irq descriptor
6393 - x86/irq: Plug vector cleanup race
6394 - IB/cma: Fix RDMA port validation for iWarp
6395 - iwlwifi: dvm: fix WoWLAN
6396 - iwlwifi: pcie: properly configure the debug buffer size for 8000
6397 - iwlwifi: update and fix 7265 series PCI IDs
6398 - iwlwifi: mvm: don't allow sched scans without matches to be started
6399 - Revert "UBUNTU: SAUCE: bcache: prevent crash on changing writeback_running"
6400 - bcache: prevent crash on changing writeback_running
6401 - Linux 4.4.4
6402
6403 * mlx4_en didn't choose time-stamping shift value according to HW frequency
6404 (LP: #1552627)
6405 - net/mlx4_en: Choose time-stamping shift value according to HW frequency
6406
6407 * [Ubuntu 16.04] Help to flush kernel panics to console (LP: #1552332)
6408 - target/transport: add flag to indicate CPU Affinity is observed
6409 - powerpc/powernv: Add a kmsg_dumper that flushes console output on panic
6410 - powerpc/powernv: Fix OPAL_CONSOLE_FLUSH prototype and usages
6411
6412 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
6413 - qla2xxx: Fix warning reported by static checker
6414 - qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCM
6415 - qla2xxx: Fix stale pointer access.
6416 - qla2xxx: Use ATIO type to send correct tmr response
6417 - qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU Affinity
6418
6419 * [s390x] zfcp.ko missing from scsi-modules udeb (LP: #1552314)
6420 - [Config] Add s390x zfcp to scsi-modules udeb
6421
6422 -- Tim Gardner <tim.gardner@canonical.com> Wed, 02 Mar 2016 08:08:16 -0700
6423
6424linux (4.4.0-10.25) xenial; urgency=low
6425
6426 [ Tim Gardner ]
6427
6428 * Release Tracking Bug
6429 - LP: #1552247
6430
6431 * linux: 4.4.0-9.X fails yama ptrace restrictions tests (LP: #1551894)
6432 - security: let security modules use PTRACE_MODE_* with bitmasks
6433
6434 * [wily][regression] systemtap script compilation broken by new kernels (LP: #1545330)
6435 - SAUCE: (noup) locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h
6436
6437 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
6438 - mmc: sdhci: 64-bit DMA actually has 4-byte alignment
6439 - mmc: sdhci: Fix DMA descriptor with zero data length
6440
6441 * Miscellaneous Ubuntu changes
6442 - SAUCE: (noup) cgroup: fix and restructure error handling in copy_cgroup_ns()
6443
6444 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Feb 2016 13:04:14 -0700
6445
6446linux (4.4.0-9.24) xenial; urgency=low
6447
6448 [ Tim Gardner ]
6449
6450 * Release Tracking Bug
6451 - LP: #1551319
6452
6453 * AppArmor logs denial for when the device path is ENOENT (LP: #1482943)
6454 - SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails
6455
6456 * BUG: unable to handle kernel NULL pointer dereference (aa_label_merge) (LP:
6457 #1448912)
6458 - SAUCE: apparmor: Fix: insert race between label_update and label_merge
6459 - SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the
6460 replacedby is not setup
6461 - SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale
6462 - SAUCE: apparmor: Fix: refcount race between locating in labelset and get
6463 - SAUCE: apparmor: Fix: ensure new labels resulting from merge have a
6464 replacedby
6465 - SAUCE: apparmor: Fix: label_vec_merge insertion
6466 - SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain
6467 - SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on
6468 merge path
6469 - SAUCE: apparmor: Fix: convert replacedby update to be protected by the
6470 labelset lock
6471 - SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter
6472
6473 * apparmor kernel BUG kills firefox (LP: #1430546)
6474 - SAUCE: apparmor: Disallow update of cred when then subjective != the
6475 objective cred
6476 - SAUCE: apparmor: rework retrieval of the current label in the profile update
6477 case
6478
6479 * sleep from invalid context in aa_move_mount (LP: #1539349)
6480 - SAUCE: apparmor: fix sleep from invalid context
6481
6482 * s390x: correct restore of high gprs on signal return (LP: #1550468)
6483 - s390/compat: correct restore of high gprs on signal return
6484
6485 * missing SMAP support (LP: #1550517)
6486 - x86/entry/compat: Add missing CLAC to entry_INT80_32
6487
6488 * Floating-point exception handler receives empty Data-Exception Code in
6489 Floating Point Control register (LP: #1548414)
6490 - s390/fpu: signals vs. floating point control register
6491
6492 * kvm fails to boot GNU Hurd kernels with 4.4 Xenial kernel (LP: #1550596)
6493 - KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
6494
6495 * Surelock GA2 SP1: capiredp01: cxl_init_adapter fails for CAPI devices
6496 0000:01:00.0 and 0005:01:00.0 after upgrading to 840.10 Platform firmware
6497 build fips840/b1208b_1604.840 (LP: #1532914)
6498 - cxl: Fix PSL timebase synchronization detection
6499
6500 * [Feature]EDAC support for Knights Landing (LP: #1519631)
6501 - EDAC, sb_edac: Set fixed DIMM width on Xeon Knights Landing
6502
6503 * Various failures of kernel_security suite on Xenial kernel on s390x arch
6504 (LP: #1531327)
6505 - [config] s390x -- CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
6506
6507 * Unable to install VirtualBox Guest Service in 15.04 (LP: #1434579)
6508 - [Config] Provides: virtualbox-guest-modules when appropriate
6509
6510 * linux is missing provides for virtualbox-guest-modules [i386 amd64 x32] (LP:
6511 #1507588)
6512 - [Config] Provides: virtualbox-guest-modules when appropriate
6513
6514 * Backport more recent driver for SKL, KBL and BXT graphics (LP: #1540390)
6515 - SAUCE: i915_bpo: Provide a backport driver for SKL, KBL & BXT graphics
6516 - SAUCE: i915_bpo: Update intel_ips.h file location
6517 - SAUCE: i915_bpo: Rename the backport driver to i915_bpo
6518 - SAUCE: i915_bpo: Add i915_bpo_*() calls for ubuntu/i915
6519 - drm/i915: remove an extra level of indirection in PCI ID list
6520 - drm/i915/kbl: Add Kabylake PCI ID
6521 - drm/i915/kbl: Add Kabylake GT4 PCI ID
6522 - mm: Export nr_swap_pages
6523 - async: export current_is_async()
6524 - drm: fix potential dangling else problems in for_each_ macros
6525 - dp/mst: add SDP stream support
6526 - drm: Implement drm_modeset_lock_all_ctx()
6527 - drm: Add "prefix" parameter to drm_rect_debug_print()
6528 - drm/i915: Set connector_state->connector using the helper.
6529 - drm/atomic: add connector mask to drm_crtc_state.
6530 - drm/i915: Report context GTT size
6531 - drm/i915: Add get_eld audio component
6532 - SAUCE: Backport I915_PARAM_HAS_EXEC_SOFTPIN and EXEC_OBJECT_PINNED
6533 - SAUCE: i915_bpo: Revert passing plane/encoder name
6534 - SAUCE: sound/hda: Load i915_bpo from the hda driver on SKL/KBL/BXT
6535 - SAUCE: i915_bpo: Support only SKL, KBL and BXT with the backport driver
6536 - drm/i915/bxt: update list of PCIIDs
6537 - drm/i915/skl: Add missing SKL ids
6538 - SAUCE: i915_bpo: Revert "drm/i915: Defer probe if gmux is present but its
6539 driver isn't"
6540 - SAUCE: uapi/drm/i915: Backport I915_EXEC_BSD_MASK
6541 - drm/atomic: Do not unset crtc when an encoder is stolen
6542 - drm/i915: Update connector_mask during readout, v2.
6543 - drm/atomic: Add encoder_mask to crtc_state, v3.
6544 - SAUCE: drm/core: Add drm_encoder_index.
6545 - SAUCE: i915_bpo: Revert "drm/i915: Switch DDC when reading the EDID"
6546 - i915_bpo: [Config] Enable CONFIG_DRM_I915_BPO=m
6547
6548 * arm64: guest hangs when ntpd is running (LP: #1549494)
6549 - hrtimer: Add support for CLOCK_MONOTONIC_RAW
6550 - hrtimer: Catch illegal clockids
6551 - KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW
6552
6553 * Miscellaneous Ubuntu changes
6554 - [Debian] git-ubuntu-log -- wrap long bug and commit titles
6555 - [Config] CONFIG_ARM_SMMU=y on arm64
6556 - rebase to v4.4.3
6557 - [Debian] git-ubuntu-log -- ensure we get the last commit
6558 - [Config] fix up spelling of probably again
6559 - [Debian] perf -- build in the context of the full generated local headers
6560 - SAUCE: tools: lib/bpf -- add generated headers to search path
6561 - SAUCE: proc: Always set super block owner to init_user_ns
6562 - SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()
6563 - SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns
6564 - SAUCE: apparmor: debug: POISON label and replaceby pointer on free
6565 - SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use
6566 needs locking
6567 - SAUCE: apparmor: Fix: refcount leak in aa_label_merge
6568 - SAUCE: apparmor: ensure that repacedby sharing is done correctly
6569 - SAUCE: apparmor Fix: refcount bug in pivotroot mediation
6570 - SAUCE: apparmor: Fix: now that insert can force replacement use it instead
6571 of remove_and_insert
6572 - SAUCE: apparmor: Fix: refcount bug when inserting label update that
6573 transitions ns
6574 - SAUCE: apparmor: Fix: break circular refcount for label that is directly
6575 freed.
6576 - SAUCE: apparmor: Don't remove label on rcu callback if the label has already
6577 been removed
6578 - SAUCE: apparmor: Fix: query label file permission
6579 - SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read
6580 - SAUCE: fixup: cleanup return handling of labels
6581 - SAUCE: fix: replacedby forwarding is not being properly update when ns is
6582 destroyed
6583 - SAUCE: fixup: make __share_replacedby private to get rid of build warning
6584 - SAUCE: fixup: 20/23 locking issue around in __label_update
6585 - SAUCE: fixup: get rid of unused var build warning
6586 - SAUCE: fixup: cast poison values to remove warnings
6587 - SAUCE: apparmor: fix refcount race when finding a child profile
6588 - SAUCE: fixup: warning about aa_label_vec_find_or_create not being static
6589 - SAUCE: fix: audit "no_new_privs" case for exec failure
6590 - SAUCE: Fixup: __label_update() still doesn't handle some cases correctly.
6591 - SAUCE: Move replacedby allocation into label_alloc
6592 - [Debian] supply zfs dkms Provides: based on do_zfs
6593 - [Config] supply zfs dkms Provides: based on do_zfs
6594 - [Config] drop linux-image-3.0 provides
6595
6596 * Miscellaneous upstream changes
6597 - x86/mpx: Fix off-by-one comparison with nr_registers
6598
6599 [ Upstream Kernel Changes ]
6600
6601 * rebase to v4.4.3
6602
6603 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Feb 2016 19:47:55 -0700
6604
6605linux (4.4.0-8.23) xenial; urgency=low
6606
6607 * cgroup namespace mounts broken in containers (LP: #1549398)
6608 - SAUCE: kernfs: Always set super block owner to init_user_ns
6609
6610 * 4.4.0-7.22 no longer boots on arm64 (LP: #1547718)
6611 - arm64: mm: avoid calling apply_to_page_range on empty range
6612 - UBUNTU SAUCE: arm: mm: avoid calling apply_to_page_range on empty range
6613
6614 * kernel install failed /bin/cp: cannot stat ‘/boot/initrd.img-4.3.0-7-generic’: No such file or directory (LP: #1536810)
6615 - [Config] postinst -- handle recreating symlinks when a real file is present
6616
6617 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
6618 - SAUCE: cred: Add clone_cred() interface
6619 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
6620 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
6621 - SAUCE: overlayfs: Be more careful about copying up sxid files
6622 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
6623
6624 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped (LP: #1535150)
6625 - SAUCE: cred: Add clone_cred() interface
6626 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
6627 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
6628 - SAUCE: overlayfs: Be more careful about copying up sxid files
6629 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
6630
6631 * overlay: mkdir fails if directory exists in lowerdir in a user namespace (LP: #1531747)
6632 - SAUCE: cred: Add clone_cred() interface
6633 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
6634 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
6635
6636 * Update Intel ethernet drivers to Fortville SW5 (LP: #1547674)
6637 - net: bulk free infrastructure for NAPI context, use napi_consume_skb
6638 - net: Add eth_platform_get_mac_address() helper.
6639 - i40e: Add mac_filter_element at the end of the list instead of HEAD
6640 - i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtool
6641 - i40e: Replace X722 mac check in ethtool get_settings
6642 - i40evf: allow channel bonding of VFs
6643 - i40e: define function capabilities in only one place
6644 - i40evf: null out ring pointers on free
6645 - i40e: Cleanup the code with respect to restarting autoneg
6646 - i40e: update features with right offload
6647 - i40e: bump version to 1.4.10
6648 - i40e: add new device IDs for X722
6649 - i40e: Extend ethtool RSS hooks for X722
6650 - i40e/i40evf: Fix for UDP/TCP RSS for X722
6651 - i40evf: add new write-back mode
6652 - i40e/i40evf: Use private workqueue
6653 - i40e: add new proxy-wol bit for X722
6654 - i40e: Limit DCB FW version checks to X710/XL710 devices
6655 - i40e: AQ Add Run PHY Activity struct
6656 - i40e: AQ Geneve cloud tunnel type
6657 - i40e: AQ Add external power class to get link status
6658 - i40e: add 100Mb ethtool reporting
6659 - ixgbe: bulk free SKBs during TX completion cleanup cycle
6660 - igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()
6661 - igb: Unpair the queues when changing the number of queues
6662 - igb/igbvf: don't give up
6663 - igb: clean up code for setting MAC address
6664 - igb: Refactor VFTA configuration
6665 - igb: Allow asymmetric configuration of MTU versus Rx frame size
6666 - igb: Do not factor VLANs into RLPML calculation
6667 - igb: Always enable VLAN 0 even if 8021q is not loaded
6668 - igb: Merge VLVF configuration into igb_vfta_set
6669 - igb: Clean-up configuration of VF port VLANs
6670 - igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE
6671 - igb: Drop unnecessary checks in transmit path
6672 - igb: Enable use of "bridge fdb add" to set unicast table entries
6673 - igb: Add workaround for VLAN tag stripping on 82576
6674 - i40e: AQ Shared resource flags
6675 - i40e: AQ Add set_switch_config
6676 - i40e: AQ Add VXLAN-GPE tunnel type
6677 - i40e: AQ thermal sensor control struct
6678 - i40e: Bump AQ minor version to 1.5 for new FW features
6679 - i40e: Store lan_vsi_idx and lan_vsi_id in the right size
6680 - i40e: fix write-back-on-itr to work with legacy itr
6681 - i40e: add counter for arq overflows
6682 - i40e: add 20G speed for Tx bandwidth calculations
6683 - i40e: refactor DCB function
6684 - i40e: add a little more to an NVM update debug message
6685 - i40evf: enable bus master after reset
6686 - i40e: add netdev info to VSI dump
6687 - i40e: remove VF device IDs from PF
6688 - i40e: trivial: remove unnecessary local var
6689 - i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7
6690 - net: ixgbe: add minimal parser details for ixgbe
6691 - i40e: trivial: drop duplicate definition
6692 - i40e: trivial: fix missing space
6693 - i40e: fix bug in dma sync
6694 - i40e: do TSO only if CHECKSUM_PARTIAL is set
6695 - i40e: allocate memory safer
6696 - i40e: fix: do not sleep in netdev_ops
6697 - i40e: APIs to Add/remove port mirroring rules
6698 - i40e: negate PHY int mask bits
6699 - i40e: drop unused function
6700 - i40e: count allocation errors
6701 - i40e: avoid large memcpy by assigning struct
6702 - i40e/i40evf: bump version to 1.4.12/1.4.8
6703 - i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devices
6704 - i40e: add priv flag for automatic rule eviction
6705 - i40e: use eth_platform_get_mac_address()
6706 - i40e: move sync_vsi_filters up in service_task
6707 - i40e: Make the DCB firmware checks for X710/XL710 only
6708 - i40e: set shared bit for multicast filters
6709 - i40e: add VEB stat control and remove L2 cloud filter
6710 - i40e: use new add_veb calling with VEB stats control
6711 - i40e: Refactor force_wb and WB_ON_ITR functionality code
6712 - i40evf: Change vf driver string to reflect all products i40evf supports
6713 - i40e/i40evf: don't lose interrupts
6714 - i40e/i40evf: try again after failure
6715 - i40e: dump descriptor indexes in hex
6716 - i40e/i40evf: use __GFP_NOWARN
6717 - i40e/i40evf: use pages correctly in Rx
6718 - i40e/i40evf: use logical operators, not bitwise
6719 - i40e: properly show packet split status in debugfs
6720 - i40e/i40evf: Bump version
6721 - ixgbe: use u32 instead of __u32 in model header
6722 - ixgbe: fix dates on header of ixgbe_model.h
6723 - i40e: get rid of magic number
6724 - i40e: drop unused debugfs file "dump"
6725 - i40evf: support packet split receive
6726 - i40e: trivial: cleanup use of pf->hw
6727 - i40e: Add a SW workaround for lost interrupts
6728 - i40e: Fix PROMISC mode for Multi-function per port (MFP) devices
6729 - i40e: Removal of code which relies on BASE VEB SEID
6730 - i40e/i40evf: avoid atomics
6731 - i40e: Do not disable queues in the Legacy/MSI Interrupt handler
6732 - i40e: expand comment
6733 - i40e: better error reporting for nvmupdate
6734 - i40evf: set adapter state on reset failure
6735 - i40e: clean event descriptor before use
6736 - i40e: When in promisc mode apply promisc mode to Tx Traffic as well
6737 - i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.
6738 - i40e/i40evf: Drop outer checksum offload that was not requested
6739 - i40e/i40evf: Use u64 values instead of casting them in TSO function
6740 - i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
6741 - i40e/i40evf: Consolidate all header changes into TSO function
6742 - i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
6743 - i40e/i40evf: Add support for IPv4 encapsulated in IPv6
6744 - i40e/i40evf: Handle IPv6 extension headers in checksum offload
6745 - i40e/i40evf: Do not write to descriptor unless we complete
6746 - i40e/i40evf: Add exception handling for Tx checksum
6747 - i40e/i40evf: Clean-up Rx packet checksum handling
6748 - i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
6749 - i40e: Fix ATR in relation to tunnels
6750 - i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
6751 - i40e: Update feature flags to reflect newly enabled features
6752 - i40evf: Update feature flags to reflect newly enabled features
6753 - i40e: Add support for ATR w/ IPv6 extension headers
6754 - i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
6755 - i40e/i40evf: Rewrite logic for 8 descriptor per packet check
6756 - i40e/i40evf: Move Tx checksum closer to TSO
6757 - i40e: Add functions to blink led on 10GBaseT PHY
6758 - i40e: Fix led blink capability for 10GBaseT PHY
6759 - i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
6760 - i40e: Do not wait for Rx queue disable in DCB reconfig
6761 - i40e: Fix for unexpected messaging
6762 - i40e: Expose some registers to program parser, FD and RSS logic
6763 - i40e: add check for null VSI
6764 - i40e: add adminq commands for Rx CTL registers
6765 - i40e: implement and use Rx CTL helper functions
6766 - i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.
6767 - i40e: suspend scheduling during driver unload
6768 - i40e: let go of the past
6769 - i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15
6770
6771 * MPT3SAS Driver update for next kernel release (LP: #1512221)
6772 - mpt3sas: A correction in unmap_resources
6773 - mpt3sas: Added support for high port count HBA variants.
6774 - mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message.
6775 - mpt3sas: Fix static analyzer(coverity) tool identified defects
6776 - mpt3sas: Never block the Enclosure device
6777 - mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's
6778 - mpt3sas: Added smp_affinity_enable module parameter.
6779 - mpt3sas: Add support for configurable Chain Frame Size
6780 - mpt3sas: Updated MPI Header to 2.00.42
6781 - mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.
6782 - mpt3sas: Updating mpt3sas driver version to 12.100.00.00
6783 - mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_q
6784
6785 * /sys/class/scsi_host/hostN/partition_number and .../mad_version showing up BE on LE Ubuntu. (ibmvscsi) (LP: #1547153)
6786 - ibmvscsi: Add endian conversions to sysfs attribute show functions
6787
6788 * Miscellaneous Ubuntu changes
6789 - [Packaging] git-ubuntu-log -- output should be utf-8
6790 - [Packaging] git-ubuntu-log -- handle invalid or private bugs
6791
6792 -- Andy Whitcroft <apw@canonical.com> Wed, 24 Feb 2016 20:34:49 +0000
6793
6794linux (4.4.0-7.22) xenial; urgency=low
6795
6796 [ Tim Gardner ]
6797
6798 * Release Tracking Bug
6799 - LP: #1547205
6800
6801 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
6802 - [Config] Enabled ARM64_ACPI_PARKING_PROTOCOL
6803 - arm64: kernel: implement ACPI parking protocol
6804
6805 * Please pull cgroup namespaces (LP: #1546775)
6806 - SAUCE: (noup) kernfs: Add API to generate relative kernfs path
6807 - SAUCE: (noup) sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
6808 - SAUCE: (noup) cgroup: introduce cgroup namespaces
6809 - SAUCE: (noup) cgroup: cgroup namespace setns support
6810 - SAUCE: (noup) kernfs: define kernfs_node_dentry
6811 - SAUCE: (noup) cgroup: mount cgroupns-root when inside non-init cgroupns
6812 - SAUCE: (noup) Add FS_USERNS_FLAG to cgroup fs
6813 - SAUCE: (noup) cgroup: Add documentation for cgroup namespaces
6814
6815 * [Feature]Pulse-Width Modulation enabling on Broxton-P (LP: #1520436)
6816 - [Config] CONFIG_PWM_OMAP_DMTIMER=m
6817 - pwm: lpss: Remove ->free() callback
6818 - pwm: bcm2835: Calculate scaler in ->config()
6819 - pwm: bcm2835: Prevent division by zero
6820 - pwm: bcm2835: Fix email address specification
6821 - pwm: lpss: Update PWM setting for Broxton
6822 - pwm: lpss: Select core part automatically
6823 - pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
6824 - pwm: fsl-ftm: Fix clock enable/disable when using PM
6825 - pwm: lpc32xx: correct number of PWM channels from 2 to 1
6826 - pwm: lpc32xx: make device usable with common clock framework
6827 - pwm: lpc32xx: fix and simplify duty cycle and period calculations
6828 - pwm: lpc32xx: return ERANGE, if requested period is not supported
6829 - pwm: rcar: Improve accuracy of frequency division setting
6830 - pwm: Add PWM driver for OMAP using dual-mode timers
6831 - pwm: add HAS_IOMEM dependency to PWM_FSL_FTM
6832 - pwm: omap-dmtimer: Potential NULL dereference on error
6833 - pwm: Mark all devices as "might sleep"
6834
6835 * [Hyper-V] Netmask value is not parsed by hv_set_ifconfig - IP injection (LP: #1540586)
6836 - [Debian] hv: hv_set_ifconfig -- switch to approved indentation
6837 - [Debian] hv: hv_set_ifconfig -- fix numerous parameter handling issues
6838
6839 * Update megaraid driver to MR6.10 (LP: #1544679)
6840 - megaraid_sas: Do not allow PCI access during OCR
6841 - megaraid_sas: MFI IO timeout handling
6842 - megaraid_sas: Syncing request flags macro names with firmware
6843 - megaraid_sas: Task management support
6844 - megaraid_sas: Update device queue depth based on interface type
6845 - megaraid_sas: Fastpath region lock bypass
6846 - megaraid_sas: Reply Descriptor Post Queue (RDPQ) support
6847 - megaraid_sas: Code optimization build_and_issue_cmd return-type
6848 - megaraid_sas: Dual queue depth support
6849 - megaraid_sas: IO throttling support
6850 - megaraid_sas: Make adprecovery variable atomic
6851 - megaraid_sas: MFI adapter OCR changes
6852 - megaraid_sas: Introduce module parameter for SCSI command timeout
6853 - megaraid_sas: SPERC OCR changes
6854 - megaraid_sas: driver version upgrade
6855 - megaraid: fix null pointer check in megasas_detach_one().
6856 - megaraid_sas: Fix for IO failing post OCR in SRIOV environment
6857 - megaraid_sas: Fix SMAP issue
6858 - megaraid_sas: Add an i/o barrier
6859
6860 * Surelock-GA2:kernel panic @ cxl_configure_adapter+0x418/0x8b0 (LP: #1546145)
6861 - powerpc/powernv: Fix stale PE primary bus
6862
6863 * In A Single Power VM LPAR : Network Configuration Fails in Ubuntu16.04 while installation (LP: #1544321)
6864 - [Config] Update bnx2x d-i firmware to 7.12.30
6865
6866 * Miscellaneous Ubuntu changes
6867 - rebase to v4.4.2
6868
6869 * Miscellaneous upstream changes
6870 - openvswitch: allow management from inside user namespaces
6871 - net: thunderx: nicvf_queues: nivc_*_intr: remove duplication
6872 - net, thunderx: Remove unnecessary rcv buffer start address management
6873 - net: thunderx: HW TSO support for pass-2 hardware
6874 - net: thunderx: Enable CQE count threshold interrupt
6875 - net: cavium: liquidio: use helpers ns_to_timespec64()
6876 - irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
6877 - arm64: KVM: Configure TCR_EL2.PS at runtime
6878 - arm64: prefetch: don't provide spin_lock_prefetch with LSE
6879 - arm64: prefetch: add alternative pattern for CPUs without a prefetcher
6880 - arm64: lib: improve copy_page to deal with 128 bytes at a time
6881 - arm64: lib: patch in prfm for copy_page if requested
6882 - arm64: prefetch: add missing #include for spin_lock_prefetch
6883 - net, thunderx: Add TX timeout and RX buffer alloc failure stats.
6884 - net: thunderx: Use napi_schedule_irqoff()
6885 - net: thunderx: Assign affinity hints to vf's interrupts
6886 - net: thunderx: bgx: Use standard firmware node infrastructure.
6887 - net: thunderx: bgx: Add log message when setting mac address
6888 - net: thunderx: Alloc higher order pages when pagesize is small
6889 - net: cavium: liquidio: Return correct error code
6890 - net: cavium: liquidio: fix check for in progress flag
6891 - livepatch: add old_sympos as disambiguator field to klp_func
6892 - livepatch: add sympos as disambiguator field to klp_reloc
6893 - livepatch: function,sympos scheme in livepatch sysfs directory
6894 - module: Use the same logic for setting and unsetting RO/NX
6895 - gcov: use within_module() helper.
6896 - module: use a structure to encapsulate layout.
6897 - module: clean up RO/NX handling.
6898 - module: keep percpu symbols in module's symtab
6899 - livepatch: Cleanup module page permission changes
6900
6901 [ Upstream Kernel Changes ]
6902
6903 * rebase to v4.4.2
6904
6905 -- Tim Gardner <tim.gardner@canonical.com> Tue, 16 Feb 2016 14:24:45 -0700
6906
6907linux (4.4.0-6.21) xenial; urgency=low
6908
6909 [ Tim Gardner ]
6910
6911 * Release Tracking Bug
6912 - LP: #1546283
6913
6914 * Naples/Zen, NTB Driver (LP: #1542071)
6915 - [Config] CONFIG_NTB_AMD=m
6916 - NTB: Add support for AMD PCI-Express Non-Transparent Bridge
6917
6918 * [Hyper-V] kernel panic occurs when installing Ubuntu Server x32 (LP: #1495983)
6919 - SAUCE: storvsc: use small sg_tablesize on x86
6920
6921 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
6922 - [Config] CONFIG_ARMV8_DEPRECATED=y
6923
6924 * Surelock-GA2:kernel panic/ exception @ pcibios_set_pcie_reset_state+0x118/0x280 + cxl_reset+0x5c/0xc0 (LP: #1545037)
6925 - powerpc/eeh: Fix stale cached primary bus
6926
6927 * Miscellaneous Ubuntu changes
6928 - SAUCE: fs: Add user namesapace member to struct super_block
6929 - SAUCE: fs: Limit file caps to the user namespace of the super block
6930 - SAUCE: Smack: Add support for unprivileged mounts from user namespaces
6931 - SAUCE: block_dev: Support checking inode permissions in lookup_bdev()
6932 - SAUCE: block_dev: Check permissions towards block device inode when mounting
6933 - SAUCE: fs: Treat foreign mounts as nosuid
6934 - SAUCE: selinux: Add support for unprivileged mounts from user namespaces
6935 - SAUCE: userns: Replace in_userns with current_in_userns
6936 - SAUCE: Smack: Handle labels consistently in untrusted mounts
6937 - SAUCE: fs: Check for invalid i_uid in may_follow_link()
6938 - SAUCE: cred: Reject inodes with invalid ids in set_create_file_as()
6939 - SAUCE: fs: Refuse uid/gid changes which don't map into s_user_ns
6940 - SAUCE: fs: Update posix_acl support to handle user namespace mounts
6941 - SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
6942 - SAUCE: fs: Don't remove suid for CAP_FSETID in s_user_ns
6943 - SAUCE: fs: Allow superblock owner to access do_remount_sb()
6944 - SAUCE: capabilities: Allow privileged user in s_user_ns to set security.* xattrs
6945 - SAUCE: fuse: Add support for pid namespaces
6946 - SAUCE: fuse: Support fuse filesystems outside of init_user_ns
6947 - SAUCE: fuse: Restrict allow_other to the superblock's namespace or a descendant
6948 - SAUCE: fuse: Allow user namespace mounts
6949 - SAUCE: mtd: Check permissions towards mtd block device inode when mounting
6950 - SAUCE: fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
6951 - SAUCE: quota: Convert ids relative to s_user_ns
6952 - SAUCE: evm: Translate user/group ids relative to s_user_ns when computing HMAC
6953 - SAUCE: fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
6954 - SAUCE: quota: Treat superblock owner as privilged
6955 - SAUCE: ima/evm: Allow root in s_user_ns to set xattrs
6956 - SAUCE: block_dev: Forbid unprivileged mounting when device is opened for writing
6957 - SAUCE: ext4: Add support for unprivileged mounts from user namespaces
6958 - SAUCE: ext4: Add module parameter to enable user namespace mounts
6959 - SAUCE: fuse: Add module parameter to enable user namespace mounts
6960
6961 * Miscellaneous upstream changes
6962 - megaraid: Fix possible NULL pointer deference in mraid_mm_ioctl
6963 - libahci: Implement the capability to override the generic ahci interrupt handler.
6964 - ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.
6965 - ahci_xgene: Implement the workaround to fix the missing of the edge interrupt for the HOST_IRQ_STAT.
6966
6967 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Feb 2016 09:49:05 -0700
6968
6969linux (4.4.0-5.20) xenial; urgency=low
6970
6971 [ Tim Gardner ]
6972
6973 * Release Tracking Bug
6974 - LP: #1544637
6975
6976 * s390/cio: update measurement characteristics (LP: #1541534)
6977 - s390/cio: fix measurement characteristics memleak
6978 - s390/cio: ensure consistent measurement state
6979 - s390/cio: update measurement characteristics
6980
6981 * qeth: layer2 reports unknown state to network tools. (LP: #1541907)
6982 - qeth: initialize net_device with carrier off
6983
6984 * Collateral damage due to kernel configuration change enabling CONFIG_ZONE_DEVICE (Kernel 4.4 amd64) (LP: #1534647)
6985 - [Config] CONFIG_ZONE_DMA=y
6986 - mm: CONFIG_NR_ZONES_EXTENDED
6987
6988 * perf enahancements for ppc64 (LP: #1521678)
6989 - perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
6990 - perf kvm/{x86,s390}: Remove const from kvm_events_tp
6991 - perf kvm/powerpc: Port perf kvm stat to powerpc
6992 - perf kvm/powerpc: Add support for HCALL reasons
6993
6994 * Soft lockup with "block nbdX: Attempted send on closed socket" spam (LP: #1505564)
6995 - SAUCE: nbd: ratelimit error msgs after socket close
6996
6997 * sleep from invalid context in aa_move_mount (LP: #1539349)
6998 - SAUCE: apparmor: fix sleep from invalid context
6999
7000 * Introducing ConnectX-4 Ethernet SRIOV (LP: #1540435)
7001 - net/mlx5_core: Modify enable/disable hca functions
7002 - net/mlx5_core: Add base sriov support
7003 - net/mlx5: Add HW capabilities and structs for SR-IOV E-Switch
7004 - net/mlx5: Update access functions to Query/Modify vport MAC address
7005 - net/mlx5: Introduce access functions to modify/query vport mac lists
7006 - net/mlx5: Introduce access functions to modify/query vport state
7007 - net/mlx5: Introduce access functions to modify/query vport promisc mode
7008 - net/mlx5: Introduce access functions to modify/query vport vlans
7009 - net/mlx5e: Write UC/MC list and promisc mode into vport context
7010 - net/mlx5e: Write vlan list into vport context
7011 - net/mlx5: Introducing E-Switch and l2 table
7012 - net/mlx5: E-Switch, Introduce FDB hardware capabilities
7013 - net/mlx5: E-Switch, Add SR-IOV (FDB) support
7014 - net/mlx5: E-Switch, Introduce Vport administration functions
7015 - net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport context
7016 - net/mlx5: E-Switch, Introduce set vport vlan (VST mode)
7017 - net/mlx5: E-Switch, Introduce get vf statistics
7018 - net/mlx5e: Add support for SR-IOV ndos
7019 - net/mlx5: Fix query E-Switch capabilities
7020 - net/mlx5e: Assign random MAC address if needed
7021
7022 * make wacom_w8001 work well in xenial (LP: #1542771)
7023 - Input: wacom_w8001 - use __set_bit for evbits
7024 - Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg support
7025 - Input: wacom_w8001 - handle touch error case correctly
7026 - Input: wacom_w8001 - split pen and touch initialization up
7027 - Input: wacom_w8001 - split the touch and pen devices into two devices
7028 - Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE
7029
7030 * virtualbox: update to 5.0.14-dfsg-2 (LP: #1542728)
7031 - ubuntu: vbox -- update to 5.0.14-dfsg-2
7032
7033 * Miscellaneous Ubuntu changes
7034 - [Packaging] git-ubuntu-log -- fix empty section formatting
7035 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu2
7036
7037 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Feb 2016 22:32:10 +0000
7038
7039linux (4.4.0-4.19) xenial; urgency=low
7040
7041 * update ZFS and SPL to 0.6.5.4 (LP: #1542296)
7042 - [Config] update spl/zfs version
7043 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu1
7044 - [Config] reconstruct -- drop links for zfs userspace components
7045 - [Config] reconstruct -- drop links for zfs userspace components -- restore spec links
7046
7047 * recvmsg() fails SCM_CREDENTIALS request with EOPNOTSUPP. (LP: #1540731)
7048 - Revert "af_unix: Revert 'lock_interruptible' in stream receive code"
7049
7050 * lxc: ADT exercise test failing with linux-4.4.0-3.17 (LP: #1542049)
7051 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
7052
7053 * WARNING: at /build/linux-lts-wily-W0lTWH/linux-lts-wily-4.2.0/net/core/skbuff.c:4174 (Travis IB) (LP: #1541326)
7054 - SAUCE: IB/IPoIB: Do not set skb truesize since using one linearskb
7055
7056 * backport Microsoft Precision Touchpad palm rejection patch (LP: #1541671)
7057 - HID: multitouch: enable palm rejection if device implements confidence usage
7058
7059 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
7060 - qla2xxx: Remove unavailable firmware files
7061 - qla2xxx: Enable Extended Logins support
7062 - qla2xxx: Enable Exchange offload support.
7063 - qla2xxx: Enable Target counters in DebugFS.
7064 - qla2xxx: Add FW resource count in DebugFS.
7065 - qla2xxx: Added interface to send explicit LOGO.
7066 - qla2xxx: Delete session if initiator is gone from FW
7067 - qla2xxx: Wait for all conflicts before ack'ing PLOGI
7068 - qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit.
7069 - qla2xxx: Remove dependency on hardware_lock to reduce lock contention.
7070 - qla2xxx: Add irq affinity notification
7071 - qla2xxx: Add selective command queuing
7072 - qla2xxx: Move atioq to a different lock to reduce lock contention
7073 - qla2xxx: Disable ZIO at start time.
7074 - qla2xxx: Set all queues to 4k
7075 - qla2xxx: Check for online flag instead of active reset when transmitting responses
7076 - scsi: qla2xxxx: avoid type mismatch in comparison
7077
7078 * [Hyper-V] PCI Passthrough (LP: #1541120)
7079 - x86/irq: Export functions to allow MSI domains in modules
7080 - genirq/msi: Export functions to allow MSI domains in modules
7081
7082 * Update lpfc driver to 11.0.0.10 (LP: #1541592)
7083 - lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.
7084 - lpfc: Fix the FLOGI discovery logic to comply with T11 standards
7085 - lpfc: Fix RegLogin failed error seen on Lancer FC during port bounce
7086 - lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16
7087 - lpfc: Fix crash in fcp command completion path.
7088 - lpfc: Modularize and cleanup FDMI code in driver
7089 - lpfc: Fix RDP Speed reporting.
7090 - lpfc: Fix RDP ACC being too long.
7091 - lpfc: Make write check error processing more resilient
7092 - lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.
7093 - lpfc: Fix mbox reuse in PLOGI completion
7094 - lpfc: Fix external loopback failure.
7095 - lpfc: Add logging for misconfigured optics.
7096 - lpfc: Delete unnecessary checks before the function call "mempool_destroy"
7097 - lpfc: Use kzalloc instead of kmalloc
7098 - lpfc: Update version to 11.0.0.10 for upstream patch set
7099
7100 * Miscellaneous Ubuntu changes
7101 - [Config] CONFIG_ARM64_VA_BITS=48
7102 - [Config] Fixed Vcs-Git
7103
7104 * Miscellaneous upstream changes
7105 - cxl: Fix possible idr warning when contexts are released
7106 - cxl: use correct operator when writing pcie config space values
7107 - cxlflash: drop unlikely before IS_ERR_OR_NULL
7108 - cxl: Fix DSI misses when the context owning task exits
7109 - cxlflash: Removed driver date print
7110 - cxlflash: Fix to resolve cmd leak after host reset
7111 - cxlflash: Resolve oops in wait_port_offline
7112 - cxlflash: Enable device id for future IBM CXL adapter
7113 - cxl: fix build for GCC 4.6.x
7114 - cxl: use -Werror only with CONFIG_PPC_WERROR
7115 - cxl: Enable PCI device ID for future IBM CXL adapter
7116
7117 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2016 14:58:51 +0000
7118
7119linux (4.4.0-3.17) xenial; urgency=low
7120
7121 [ Tim Gardner ]
7122
7123 * Release Tracking Bug
7124 - LP: #1541058
7125 * [Config] CONFIG_BLK_DEV_NVME_SCSI=y
7126 - LP: #1531539
7127 * SAUCE: nvme merge cleanup
7128 - LP: #1531539
7129 * rebase to v4.4.1
7130
7131 [ Andy Whitcroft ]
7132
7133 * Revert "SAUCE: dm: introduce a target_ioctl op to allow target specific
7134 ioctls"
7135 - LP: #1538618
7136 * postinst -- detect symlinks correctly
7137 - LP: #1536810
7138
7139 [ John Johansen ]
7140
7141 * SAUCE: apparmor: fix sleep from invalid context
7142 - LP: #1539349
7143
7144 [ Upstream Kernel Changes ]
7145
7146 * powerpc/eeh: Fix PE location code
7147 - LP: #1538909
7148 * powerpc/pseries: Limit EPOW reset event warnings
7149 - LP: #1539102
7150 * lightnvm: fix bio submission issue
7151 - LP: #1531539
7152 * lightnvm: fix incorrect nr_free_blocks stat
7153 - LP: #1531539
7154 * lightnvm: add check after mempool allocation
7155 - LP: #1531539
7156 * lightnvm: unlock rq and free ppa_list on submission fail
7157 - LP: #1531539
7158 * lightnvm: move ppa erase logic to core
7159 - LP: #1531539
7160 * lightnvm: refactor rqd ppa list into set/free
7161 - LP: #1531539
7162 * lightnvm: refactor end_io functions for sync
7163 - LP: #1531539
7164 * lightnvm: return the get_bb_tbl return value
7165 - LP: #1531539
7166 * lightnvm: check bi_error in gc
7167 - LP: #1531539
7168 * lightnvm: put block back to gc list on its reclaim fail
7169 - LP: #1531539
7170 * lightnvm: fix locking and mempool in rrpc_lun_gc
7171 - LP: #1531539
7172 * lightnvm: sectors first in ppa list
7173 - LP: #1531539
7174 * lightnvm: move the pages per block check out of the loop
7175 - LP: #1531539
7176 * lightnvm: support multiple ppas in nvm_erase_ppa
7177 - LP: #1531539
7178 * lightnvm: move rq->error to nvm_rq->error
7179 - LP: #1531539
7180 * lightnvm: introduce nvm_submit_ppa
7181 - LP: #1531539
7182 * lightnvm: reference rrpc lun in rrpc block
7183 - LP: #1531539
7184 * lightnvm: fix missing grown bad block type
7185 - LP: #1531539
7186 * lightnvm: manage open and closed blocks separately
7187 - LP: #1531539
7188 * lightnvm: add mccap support
7189 - LP: #1531539
7190 * lightnvm: introduce mlc lower page table mappings
7191 - LP: #1531539
7192 * lightnvm: core on-disk initialization
7193 - LP: #1531539
7194 * lightnvm: introduce ioctl to initialize device
7195 - LP: #1531539
7196 * lightnvm: use system block for mm initialization
7197 - LP: #1531539
7198 * lightnvm: introduce factory reset
7199 - LP: #1531539
7200 * lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM
7201 - LP: #1531539
7202 * blk-mq: add a flags parameter to blk_mq_alloc_request
7203 - LP: #1531539
7204 * nvme: move struct nvme_iod to pci.c
7205 - LP: #1531539
7206 * nvme: split command submission helpers out of pci.c
7207 - LP: #1531539
7208 * nvme: use offset instead of a struct for registers
7209 - LP: #1531539
7210 * nvme: split nvme_trans_device_id_page
7211 - LP: #1531539
7212 * nvme: use vendor it from identify
7213 - LP: #1531539
7214 * nvme: split a new struct nvme_ctrl out of struct nvme_dev
7215 - LP: #1531539
7216 * nvme: simplify nvme_setup_prps calling convention
7217 - LP: #1531539
7218 * nvme: refactor nvme_queue_rq
7219 - LP: #1531539
7220 * nvme: factor out a nvme_unmap_data helper
7221 - LP: #1531539
7222 * nvme: move nvme_error_status to common code
7223 - LP: #1531539
7224 * nvme: move nvme_setup_flush and nvme_setup_rw to common code
7225 - LP: #1531539
7226 * nvme: split __nvme_submit_sync_cmd
7227 - LP: #1531539
7228 * nvme: use the block layer for userspace passthrough metadata
7229 - LP: #1531539
7230 * nvme: move block_device_operations and ns/ctrl freeing to common code
7231 - LP: #1531539
7232 * nvme: add explicit quirk handling
7233 - LP: #1531539
7234 * nvme: move remaining CC setup into nvme_enable_ctrl
7235 - LP: #1531539
7236 * nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
7237 - LP: #1531539
7238 * nvme: add a common helper to read Identify Controller data
7239 - LP: #1531539
7240 * nvme: move the call to nvme_init_identify earlier
7241 - LP: #1531539
7242 * nvme: move namespace scanning to common code
7243 - LP: #1531539
7244 * nvme: move chardev and sysfs interface to common code
7245 - LP: #1531539
7246 * nvme: refactor set_queue_count
7247 - LP: #1531539
7248 * blk-integrity: empty implementation when disabled
7249 - LP: #1531539
7250 * NVMe: fix build with CONFIG_NVM enabled
7251 - LP: #1531539
7252 * nvme: fix another 32-bit build warning
7253 - LP: #1531539
7254 * nvme: precedence bug in nvme_pr_clear()
7255 - LP: #1531539
7256 * nvme: only ignore hardware errors in nvme_create_io_queues
7257 - LP: #1531539
7258 * nvme: only add a controller to dev_list after it's been fully
7259 initialized
7260 - LP: #1531539
7261 * nvme: protect against simultaneous shutdown invocations
7262 - LP: #1531539
7263 * nvme: don't take the I/O queue q_lock in nvme_timeout
7264 - LP: #1531539
7265 * nvme: merge nvme_abort_req and nvme_timeout
7266 - LP: #1531539
7267 * nvme: add NVME_SC_CANCELLED
7268 - LP: #1531539
7269 * nvme: simplify resets
7270 - LP: #1531539
7271 * nvme: do not restart the request timeout if we're resetting the
7272 controller
7273 - LP: #1531539
7274 * nvme: merge probe_work and reset_work
7275 - LP: #1531539
7276 * nvme: remove dead controllers from a work item
7277 - LP: #1531539
7278 * nvme: switch abort_limit to an atomic_t
7279 - LP: #1531539
7280 * NVMe: Implement namespace list scanning
7281 - LP: #1531539
7282 * NVMe: Use unbounded work queue for all work
7283 - LP: #1531539
7284 * NVMe: Remove device management handles on remove
7285 - LP: #1531539
7286 * NVMe: Simplify metadata setup
7287 - LP: #1531539
7288 * nvme: fix admin queue depth
7289 - LP: #1531539
7290 * nvme: factor out a few helpers from req_completion
7291 - LP: #1531539
7292 * nvme: switch delete SQ/CQ to blk_execute_rq_nowait
7293 - LP: #1531539
7294 * nvme: switch abort to blk_execute_rq_nowait
7295 - LP: #1531539
7296 * nvme: special case AEN requests
7297 - LP: #1531539
7298 * nvme: simplify completion handling
7299 - LP: #1531539
7300 * nvme: properly free resources for cancelled command
7301 - LP: #1531539
7302 * nvme: meta_sg doesn't have to be an array
7303 - LP: #1531539
7304 * nvme: merge iod and cmd_info
7305 - LP: #1531539
7306 * NVMe: Add pci error handlers
7307 - LP: #1531539
7308 * NVMe: Export namespace attributes to sysfs
7309 - LP: #1531539
7310 * nvme: Move nvme_freeze/unfreeze_queues to nvme core
7311 - LP: #1531539
7312 * nvme: synchronize access to ctrl->namespaces
7313 - LP: #1531539
7314 * nvme: fixes for NVME_IOCTL_IO_CMD on the char device
7315 - LP: #1531539
7316 * nvme: make SG_IO support optional
7317 - LP: #1531539
7318 * NVMe: Fix admin queue ring wrap
7319 - LP: #1531539
7320 * NVMe: Use a retryable error code on reset
7321 - LP: #1531539
7322 * NVMe: Remove queue freezing on resets
7323 - LP: #1531539
7324 * NVMe: IO queue deletion re-write
7325 - LP: #1531539
7326 * NVMe: Shutdown controller only for power-off
7327 - LP: #1531539
7328 * NVMe: Export NVMe attributes to sysfs group
7329 - LP: #1531539
7330 * i40e: fix build warnings
7331 * net: i40e: shut up uninitialized variable warnings
7332 * Drivers: hv: vmbus: fix build warning
7333 * Drivers: hv: util: Increase the timeout for util services
7334 * Drivers: hv: utils: run polling callback always in interrupt context
7335 * tools: hv: report ENOSPC errors in hv_fcopy_daemon
7336 * tools: hv: remove repeated HV_FCOPY string
7337 * Drivers: hv: util: catch allocation errors
7338 * Drivers: hv: utils: use memdup_user in hvt_op_write
7339 * drivers/hv: cleanup synic msrs if vmbus connect failed
7340 * drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc
7341 num
7342 * drivers:hv: Export the API to invoke a hypercall on Hyper-V
7343 * drivers:hv: Define the channel type for Hyper-V PCI Express
7344 pass-through
7345 * Drivers: hv: vss: run only on supported host versions
7346 * Drivers: hv: vmbus: Use uuid_le type consistently
7347 * Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs
7348 * Drivers: hv: vmbus: Get rid of the unused macro
7349 * Drivers: hv: vmbus: Get rid of the unused irq variable
7350 * Drivers: hv: vmbus: serialize process_chn_event() and
7351 vmbus_close_internal()
7352 * Drivers: hv: vmbus: do sanity check of channel state in
7353 vmbus_close_internal()
7354 * Drivers: hv: vmbus: fix rescind-offer handling for device without a
7355 driver
7356 * Drivers: hv: vmbus: release relid on error in vmbus_process_offer()
7357 * Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
7358 * drivers:hv: Allow for MMIO claims that span ACPI _CRS records
7359 * Drivers: hv: vmbus: Fix a Host signaling bug
7360 * drivers/hv: correct tsc page sequence invalid value
7361 * Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
7362 * Drivers: hv: utils: Invoke the poll function after handshake
7363 * tools: hv: vss: fix the write()'s argument: error -> vss_msg
7364 * Drivers: hv: utils: fix memory leak on on_msg() failure
7365 * Drivers: hv: utils: rename outmsg_lock
7366 * Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY mode
7367 * Drivers: hv: utils: fix crash when device is removed from host side
7368 * Drivers: hv: ring_buffer.c: fix comment style
7369 * Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends()
7370 * Drivers: hv: ring_buffer: remove code duplication from
7371 hv_ringbuffer_peek/read()
7372 * Drivers: hv: remove code duplication between
7373 vmbus_recvpacket()/vmbus_recvpacket_raw()
7374 * Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()
7375 * drivers/hv: replace enum hv_message_type by u32
7376 * drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
7377 * drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
7378 * drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86
7379 header
7380 * Drivers: hv: vmbus: fix the building warning with hyperv-keyboard
7381 * Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy
7382 * Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical
7383
7384 [ Upstream Kernel Changes ]
7385
7386 * rebase to v4.4.1
7387 - LP: #1533461
7388 - LP: #1529624
7389
7390 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Jan 2016 08:06:37 -0700
7391
7392linux (4.4.0-2.16) xenial; urgency=low
7393
7394 [ Andy Whitcroft ]
7395
7396 * Release Tracking Bug
7397 - LP: #1539090
7398 * SAUCE: hv: hv_set_ifconfig -- convert to python3
7399 - LP: #1506521
7400 * SAUCE: dm: introduce a target_ioctl op to allow target specific ioctls
7401 - LP: #1538618
7402
7403 [ Colin Ian King ]
7404
7405 * SAUCE: ACPI / tables: Add acpi_force_32bit_fadt_addr option to force 32
7406 bit FADT addresses (LP: #1529381)
7407 - LP: #1529381
7408
7409 [ John Johansen ]
7410
7411 * SAUCE: (no-up): apparmor: fix for failed mediation of socket that is
7412 being shutdown
7413 - LP: #1446906
7414
7415 [ Mahesh Salgaonkar ]
7416
7417 * SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
7418 - LP: #1537881
7419 * SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI
7420 interrupt.
7421 - LP: #1537881
7422 * SAUCE: KVM: PPC: Book3S HV: Fix soft lockups in KVM on HMI for time
7423 base errors
7424 - LP: #1537881
7425
7426 [ Paolo Pisati ]
7427
7428 * SAUCE: arm64: errata: Add -mpc-relative-literal-loads to erratum
7429 #843419 build flags
7430 - LP: #1533009
7431 * [Config] MFD_TPS65217=y && REGULATOR_TPS65217=y
7432 * [Config] disable ARCH_ZX (ZTE ZX Soc)
7433
7434 [ Tim Gardner ]
7435
7436 * Revert "SAUCE: (noup) cxlflash: a couple off by one bugs"
7437 * SAUCE: (no-up) Update bnx2x firmware to 7.12.30.0
7438 - LP: #1536719
7439 * SAUCE: drop obsolete bnx2x firmware
7440 * SAUCE: i40e: Silence 'may be used uninitialized' warnings
7441 - LP: #1536474
7442 * [Config] CONFIG_ZONE_DMA=y for amd64 lowlatency
7443 - LP: #1534647
7444 * [Config] Add pvpanic to virtual flavour
7445 - LP: #1537923
7446 * [Config] CONFIG_INTEL_PUNIT_IPC=m, CONFIG_INTEL_TELEMETRY=m
7447 - LP: #1520457
7448
7449 [ Upstream Kernel Changes ]
7450
7451 * i40evf: fix compiler warning of unused variable
7452 - LP: #1536474
7453 * intel: i40e: fix confused code
7454 - LP: #1536474
7455 * i40e/i40evf: remove unused tunnel parameter
7456 - LP: #1536474
7457 * i40e: Change BUG_ON to WARN_ON in service event complete
7458 - LP: #1536474
7459 * i40e: remove BUG_ON from feature string building
7460 - LP: #1536474
7461 * i40e: remove BUG_ON from FCoE setup
7462 - LP: #1536474
7463 * i40e: Workaround fix for mss < 256 issue
7464 - LP: #1536474
7465 * i40e/i40evf: Add a stat to track how many times we have to do a force
7466 WB
7467 - LP: #1536474
7468 * i40e: Move the saving of old link info from handle_link_event to
7469 link_event
7470 - LP: #1536474
7471 * i40e/i40evf: Add comment to #endif
7472 - LP: #1536474
7473 * i40e/i40evf: clean up error messages
7474 - LP: #1536474
7475 * i40evf: handle many MAC filters correctly
7476 - LP: #1536474
7477 * i40e: return the number of enabled queues for ETHTOOL_GRXRINGS
7478 - LP: #1536474
7479 * i40e: rework the functions to configure RSS with similar parameters
7480 - LP: #1536474
7481 * i40e: create a generic configure rss function
7482 - LP: #1536474
7483 * i40e: Bump version to 1.4.2
7484 - LP: #1536474
7485 * i40e: add new fields to store user configuration
7486 - LP: #1536474
7487 * i40e: rename rss_size to alloc_rss_size in i40e_pf
7488 - LP: #1536474
7489 * i40e/i40evf: Fix RS bit update in Tx path and disable force WB
7490 workaround
7491 - LP: #1536474
7492 * i40e/i40evf: prefetch skb data on transmit
7493 - LP: #1536474
7494 * i40evf: rename VF adapter specific RSS function
7495 - LP: #1536474
7496 * i40evf: create a generic config RSS function
7497 - LP: #1536474
7498 * i40evf: create a generic get RSS function
7499 - LP: #1536474
7500 * i40evf: add new fields to store user configuration of RSS
7501 - LP: #1536474
7502 * i40e: Update error messaging
7503 - LP: #1536474
7504 * i40e: fix confusing message
7505 - LP: #1536474
7506 * i40e: make error message more useful
7507 - LP: #1536474
7508 * i40evf: quoth the VF driver, Nevermore
7509 - LP: #1536474
7510 * i40evf: allocate queue vectors dynamically
7511 - LP: #1536474
7512 * i40evf: allocate ring structs dynamically
7513 - LP: #1536474
7514 * i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1
7515 - LP: #1536474
7516 * i40e: fix: do not sleep in netdev_ops
7517 - LP: #1536474
7518 * i40e: remove unused argument
7519 - LP: #1536474
7520 * i40evf: increase max number of queues
7521 - LP: #1536474
7522 * i40evf: set real num queues
7523 - LP: #1536474
7524 * i40evf: remove duplicate string
7525 - LP: #1536474
7526 * i40e: Detection and recovery of TX queue hung logic moved to
7527 service_task from tx_timeout
7528 - LP: #1536474
7529 * i40e: Fix memory leaks, sideband filter programming
7530 - LP: #1536474
7531 * i40evf: don't use atomic allocation
7532 - LP: #1536474
7533 * i40e: propagate properly
7534 - LP: #1536474
7535 * i40evf: use correct types
7536 - LP: #1536474
7537 * i40e: use priv flags to control packet split
7538 - LP: #1536474
7539 * i40e: Remove separate functions gathering XOFF Rx stats
7540 - LP: #1536474
7541 * i40e: fix whitespace
7542 - LP: #1536474
7543 * i40e/i40evf: use logical operator
7544 - LP: #1536474
7545 * i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evf
7546 - LP: #1536474
7547 * i40e: trivial fixes
7548 - LP: #1536474
7549 * i40e: Fix i40e_print_features() VEB mode output
7550 - LP: #1536474
7551 * i40e: chomp the BIT(_ULL)
7552 - LP: #1536474
7553 * i40e: properly delete VF MAC filters
7554 - LP: #1536474
7555 * i40e: don't add zero MAC filter
7556 - LP: #1536474
7557 * i40evf: check rings before freeing resources
7558 - LP: #1536474
7559 * i40e: use explicit cast from u16 to u8
7560 - LP: #1536474
7561 * i40e: Opcode and structures required by OEM Post Update AQ command and
7562 add new NVM arq message
7563 - LP: #1536474
7564 * i40e: hush little warnings
7565 - LP: #1536474
7566 * i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722
7567 - LP: #1536474
7568 * i40e: clean whole mac filter list
7569 - LP: #1536474
7570 * i40evf: change version string generation
7571 - LP: #1536474
7572 * i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4
7573 - LP: #1536474
7574 * geneve: UDP checksum configuration via netlink
7575 - LP: #1536474
7576 * geneve: Add geneve udp port offload for ethernet devices
7577 - LP: #1536474
7578 * i40e: geneve tunnel offload support
7579 - LP: #1536474
7580 * geneve: Add geneve_get_rx_port support
7581 - LP: #1536474
7582 * i40e: Call geneve_get_rx_port to get the existing Geneve ports
7583 - LP: #1536474
7584 * i40e: change log messages and error returns
7585 - LP: #1536474
7586 * i40e: allow zero MAC address for VFs
7587 - LP: #1536474
7588 * i40e: Look up MAC address in Open Firmware or IDPROM
7589 - LP: #1536474
7590 * i40e: Fix Rx hash reported to the stack by our driver
7591 - LP: #1536474
7592 * i40e: remove forever unused ID
7593 - LP: #1536474
7594 * igb: add 88E1543 initialization code
7595 * igb: don't unmap NULL hw_addr
7596 * igb: use the correct i210 register for EEMNGCTL
7597 * igb: fix NULL derefs due to skipped SR-IOV enabling
7598 * igb: improve handling of disconnected adapters
7599 * igb: Remove GS40G specific defines/functions
7600 * igb: Don't add PHY address to PCDL address
7601 * igb: Improve cable length function for I210, etc.
7602 * igb: Explicitly label self-test result indices
7603 * ixgbe: drop null test before destroy functions
7604 - LP: #1536473
7605 * ixgbe: Delete redundant include file
7606 - LP: #1536473
7607 * ixgbe: fix multiple kernel-doc errors
7608 - LP: #1536473
7609 * ixgbe: Fix handling of NAPI budget when multiple queues are enabled per
7610 vector
7611 - LP: #1536473
7612 * ixgbe: Add KR mode support for CS4227 chip
7613 - LP: #1536473
7614 * ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation
7615 to 12K
7616 - LP: #1536473
7617 * ixgbe/ixgbevf: use napi_schedule_irqoff()
7618 - LP: #1536473
7619 * ixgbe: Remove CS4227 diagnostic code
7620 - LP: #1536473
7621 * ixgbevf: use ether_addr_copy instead of memcpy
7622 - LP: #1536473
7623 * ixgbevf: fix spoofed packets with random MAC
7624 - LP: #1536473
7625 * ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
7626 - LP: #1536473
7627 * ixgbe: Add support for newer thermal alarm
7628 - LP: #1536473
7629 * ixgbe: Use private workqueue to avoid certain possible hangs
7630 - LP: #1536473
7631 * ixgbevf: Use a private workqueue to avoid certain possible hangs
7632 - LP: #1536473
7633 * ixgbevf: Minor cleanups
7634 - LP: #1536473
7635 * ixgbe: Refactor MAC address configuration code
7636 - LP: #1536473
7637 * ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses
7638 - LP: #1536473
7639 * ixgbe: Allow FDB entries access to more RAR filters
7640 - LP: #1536473
7641 * ixgbe: Update PTP to support X550EM_x devices
7642 - LP: #1536473
7643 * ixgbe: Correct spec violations by waiting after reset
7644 - LP: #1536473
7645 * ixgbe: Wait for master disable to be set
7646 - LP: #1536473
7647 * ixgbe: Save VF info and take references
7648 - LP: #1536473
7649 * ixgbe: Handle extended IPv6 headers in Tx path
7650 - LP: #1536473
7651 * ixgbe: Always turn PHY power on when requested
7652 - LP: #1536473
7653 * ixgbevf: Handle extended IPv6 headers in Tx path
7654 - LP: #1536473
7655 * ixgbe: Return error on failure to allocate mac_table
7656 - LP: #1536473
7657 * ixgbe: Fix SR-IOV VLAN pool configuration
7658 - LP: #1536473
7659 * ixgbe: Simplify definitions for regidx and bit in set_vfta
7660 - LP: #1536473
7661 * ixgbe: Reduce VT code indent in set_vfta by introducing jump label
7662 - LP: #1536473
7663 * ixgbe: Simplify configuration of setting VLVF and VLVFB
7664 - LP: #1536473
7665 * ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF
7666 - LP: #1536473
7667 * ixgbe: Reorder search to work from the top down instead of bottom up
7668 - LP: #1536473
7669 * ixgbe: Add support for VLAN promiscuous with SR-IOV
7670 - LP: #1536473
7671 * ixgbe: Fix VLAN promisc in relation to SR-IOV
7672 - LP: #1536473
7673 * ixgbe: Clear stale pool mappings
7674 - LP: #1536473
7675 * ixgbe: Clean stale VLANs when changing port VLAN or resetting
7676 - LP: #1536473
7677 * ixgbe: do not report 2.5 Gbps as supported
7678 - LP: #1536473
7679 * ixgbevf: Fix handling of NAPI budget when multiple queues are enabled
7680 per vector
7681 - LP: #1536473
7682 * ixgbevf: minor cleanups for ixgbevf_set_itr()
7683 - LP: #1536473
7684 * ixgbe: add support for QSFP PHY types in ixgbe_get_settings()
7685 - LP: #1536473
7686 * ixgbe: report correct media type for KR, KX and KX4 interfaces
7687 - LP: #1536473
7688 * ixgbe: Clean up redundancy in hw_enc_features
7689 - LP: #1536473
7690 * ixgbe: fix RSS limit for X550
7691 - LP: #1536473
7692 * ixgbe: Correct X550EM_x revision check
7693 - LP: #1536473
7694 * ixgbe: Fix bugs in ixgbe_clear_vf_vlans()
7695 - LP: #1536473
7696 * ixgbe: Fill at least min credits to a TC credit refills
7697 - LP: #1536473
7698 * ixgbe: use correct FCoE DDP max check
7699 - LP: #1536473
7700 * ixgbe: fix broken PFC with X550
7701 - LP: #1536473
7702 * ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
7703 - LP: #1536473
7704 * ixgbe: Correct handling of any outer UDP checksum setting
7705 - LP: #1536473
7706 * ixgbe: Fix to get FDMI HBA attributes information with X550
7707 - LP: #1536473
7708 * ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled
7709 - LP: #1536473
7710 * ixgbe: Make ATR recognize IPv6 extended headers
7711 - LP: #1536473
7712 * e1000: make eeprom read/write scheduler friendly
7713 * e1000: fix data race between tx_ring->next_to_clean
7714 * e1000: Remove checkpatch coding style errors
7715 * e1000: clean up the checking logic
7716 * e1000: fix a typo in the comment
7717 * e1000e: clean up the local variable
7718 * e1000: fix kernel-doc argument being missing
7719 * e1000: get rid of duplicate exit path
7720 * e1000: Elementary checkpatch warnings and checks removed
7721 * e1000e: fix division by zero on jumbo MTUs
7722 * e1000e: Increase timeout of polling bit RSPCIPHY
7723 * e1000e: initial support for i219-LM (3)
7724 * e1000e: Switch e1000e_up to void, drop code checking for error result
7725 * e1000e: Remove unreachable code
7726 * e1000e: Do not read ICR in Other interrupt
7727 * e1000e: Do not write lsc to ics in msi-x mode
7728 * e1000e: Fix msi-x interrupt automask
7729 * acpi: pci: Setup MSI domain for ACPI based pci devices
7730 * irqdomain: Introduce is_fwnode_irqchip helper
7731 * irqchip/gic-v2m: Refactor to prepare for ACPI support
7732 * irqchip/gic-v2m: acpi: Introducing GICv2m ACPI support
7733 * clk: xgene: Fix divider with non-zero shift value
7734 * i2c: designware: Do not require clock when SSCN and FFCN are provided
7735 * fm10k: do not assume VF always has 1 queue
7736 - LP: #1536475
7737 * fm10k: Correct MTU for jumbo frames
7738 - LP: #1536475
7739 * fm10k: Fix handling of NAPI budget when multiple queues are enabled per
7740 vector
7741 - LP: #1536475
7742 * fm10k: use napi_schedule_irqoff()
7743 - LP: #1536475
7744 * fm10k: set netdev features in one location
7745 - LP: #1536475
7746 * fm10k: reset max_queues on init_hw_vf failure
7747 - LP: #1536475
7748 * fm10k: always check init_hw for errors
7749 - LP: #1536475
7750 * fm10k: reinitialize queuing scheme after calling init_hw
7751 - LP: #1536475
7752 * fm10k: Correct typecast in fm10k_update_xc_addr_pf
7753 - LP: #1536475
7754 * fm10k: explicitly typecast vlan values to u16
7755 - LP: #1536475
7756 * fm10k: add statistics for actual DWORD count of mbmem mailbox
7757 - LP: #1536475
7758 * fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
7759 - LP: #1536475
7760 * fm10k: Add support for ITR scaling based on PCIe link speed
7761 - LP: #1536475
7762 * fm10k: introduce ITR_IS_ADAPTIVE macro
7763 - LP: #1536475
7764 * fm10k: Update adaptive ITR algorithm
7765 - LP: #1536475
7766 * fm10k: use macro for default Tx and Rx ITR values
7767 - LP: #1536475
7768 * fm10k: change default Tx ITR to 25usec
7769 - LP: #1536475
7770 * fm10k: TRIVIAL fix typo of hardware
7771 - LP: #1536475
7772 * fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame
7773 - LP: #1536475
7774 * fm10k: use ether_addr_copy to copy MAC address
7775 - LP: #1536475
7776 * fm10k: do not use CamelCase
7777 - LP: #1536475
7778 * fm10k: remove unnecessary else block from if statements with return
7779 - LP: #1536475
7780 * fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
7781 - LP: #1536475
7782 * fm10k: consistently refer to VLANs and VLAN IDs
7783 - LP: #1536475
7784 * fm10k: bump driver version
7785 - LP: #1536475
7786 * fm10k: conditionally compile DCB and DebugFS support
7787 - LP: #1536475
7788 * fm10k: Cleanup MSI-X interrupts in case of failure
7789 - LP: #1536475
7790 * fm10k: Cleanup exception handling for mailbox interrupt
7791 - LP: #1536475
7792 * fm10k: do not inline fm10k_iov_select_vid()
7793 - LP: #1536475
7794 * fm10k: whitespace cleanups
7795 - LP: #1536475
7796 * fm10k: use BIT() macro instead of open-coded bit-shifting
7797 - LP: #1536475
7798 * fm10k: cleanup namespace pollution
7799 - LP: #1536475
7800 * fm10k: cleanup overly long lines
7801 - LP: #1536475
7802 * fm10k: initialize xps at driver load
7803 - LP: #1536475
7804 * fm10k: don't initialize fm10k_workqueue at global level
7805 - LP: #1536475
7806 * fm10k: correctly pack TLV structures and explain reasoning
7807 - LP: #1536475
7808 * fm10k: Cleanup exception handling for changing queues
7809 - LP: #1536475
7810 * fm10k: use ether_addr_equal instead of memcmp
7811 - LP: #1536475
7812 * fm10k: address operator not needed when declaring function pointers
7813 - LP: #1536475
7814 * fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures
7815 - LP: #1536475
7816 * fm10k: remove unused struct element
7817 - LP: #1536475
7818 * fm10k: use true/false for boolean get_host_state
7819 - LP: #1536475
7820 * fm10k: cleanup mailbox code comments etc
7821 - LP: #1536475
7822 * fm10k: IS_ENABLED() is not appropriate for boolean kconfig option
7823 - LP: #1536475
7824 * device property: always check for fwnode type
7825 - LP: #1533035
7826 * device property: rename helper functions
7827 - LP: #1533035
7828 * device property: refactor built-in properties support
7829 - LP: #1533035
7830 * device property: keep single value inplace
7831 - LP: #1533035
7832 * device property: helper macros for property entry creation
7833 - LP: #1533035
7834 * device property: improve readability of macros
7835 - LP: #1533035
7836 * device property: return -EINVAL when property isn't found in ACPI
7837 - LP: #1533035
7838 * device property: Fallback to secondary fwnode if primary misses the
7839 property
7840 - LP: #1533035
7841 * device property: Take a copy of the property set
7842 - LP: #1533035
7843 * driver core: platform: Add support for built-in device properties
7844 - LP: #1533035
7845 * driver core: Do not overwrite secondary fwnode with NULL if it is set
7846 - LP: #1533035
7847 * mfd: core: propagate device properties to sub devices drivers
7848 - LP: #1533035
7849 * mfd: intel-lpss: Add support for passing device properties
7850 - LP: #1533035
7851 * mfd: intel-lpss: Pass SDA hold time to I2C host controller driver
7852 - LP: #1533035
7853 * mfd: intel-lpss: Pass HSUART configuration via properties
7854 - LP: #1533035
7855 * i2c: designware: Convert to use unified device property API
7856 - LP: #1533035
7857 * keys, trusted: fix: *do not* allow duplicate key options
7858 - LP: #1398274
7859 * keys, trusted: select hash algorithm for TPM2 chips
7860 - LP: #1398274
7861 * keys, trusted: seal with a TPM2 authorization policy
7862 - LP: #1398274
7863 * perf/x86/intel: Add perf core PMU support for Intel Knights Landing
7864 - LP: #1461360
7865 * perf/x86/intel/uncore: Add Knights Landing uncore PMU support
7866 - LP: #1461360
7867 * perf/x86/intel/uncore: Remove hard coding of PMON box control MSR
7868 offset
7869 - LP: #1461360
7870 * drm/i915: WaRsDisableCoarsePowerGating
7871 - LP: #1527462
7872 * drm/i915/skl: Add SKL GT4 PCI IDs
7873 - LP: #1527462
7874 * drm/i915/skl: Disable coarse power gating up until F0
7875 - LP: #1527462
7876 * platform:x86: add Intel P-Unit mailbox IPC driver
7877 - LP: #1520457
7878 * intel_punit_ipc: add NULL check for input parameters
7879 - LP: #1520457
7880 * platform/x86: Add Intel Telemetry Core Driver
7881 - LP: #1520457
7882 * intel_pmc_ipc: update acpi resource structure for Punit
7883 - LP: #1520457
7884 * platform:x86: Add Intel telemetry platform device
7885 - LP: #1520457
7886 * platform:x86: Add Intel telemetry platform driver
7887 - LP: #1520457
7888 * platform:x86: Add Intel Telemetry Debugfs interfaces
7889 - LP: #1520457
7890 * cxlflash: a couple off by one bugs
7891
7892 -- Andy Whitcroft <apw@canonical.com> Thu, 28 Jan 2016 13:56:00 +0000
7893
7894linux (4.4.0-1.15) xenial; urgency=low
7895
7896 [ Tim Gardner ]
7897
7898 * Release Tracking Bug
7899 - LP: #1536803
7900
7901 [ Upstream Kernel Changes ]
7902
7903 * Revert "[SCSI] libiscsi: Reduce locking contention in fast path"
7904 - LP: #1517142
7905
7906 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Jan 2016 07:41:40 -0700
7907
7908linux (4.4.0-0.14) xenial; urgency=low
7909
7910 [ Upstream Kernel Changes ]
7911
7912 * Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field"
7913 - LP: #1522415
7914 * powerpc: Add __raw_rm_writeq() function
7915 - LP: #1522415
7916
7917 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 11:24:26 -0700
7918
7919linux (4.4.0-0.13) xenial; urgency=low
7920
7921 [ Andy Whitcroft ]
7922
7923 * [Config] s390x -- the kernel provides ppp-modules such as there are
7924 * SAUCE: (no-up) add compat_uts_machine= kernel command line override
7925
7926 [ Tim Gardner ]
7927
7928 * [Config] Update annotations for VIRTIO_{NET,BLK}
7929 - LP: #1533382
7930
7931 [ Upstream Kernel Changes ]
7932
7933 * powerpc/powernv: Add support for Nvlink NPUs
7934 - LP: #1522415
7935 * powerpc/powernv: Fix update of NVLink DMA mask
7936 - LP: #1522415
7937 * powerpc/powernv: Change NPU PE# assignment
7938 - LP: #1522415
7939 * powerpc/powernv: Reserve PE#0 on NPU
7940 - LP: #1522415
7941 * KEYS: Fix keyring ref leak in join_session_keyring()
7942 - LP: #1534887
7943 - CVE-2016-0728
7944
7945 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 05:49:09 -0700
7946
7947linux (4.4.0-0.12) xenial; urgency=low
7948
7949 [ Eric Dumazet ]
7950
7951 * SAUCE: (no-up) udp: properly support MSG_PEEK with truncated buffers
7952 - LP: #1527902
7953
7954 [ Guilherme G. Piccoli ]
7955
7956 * SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()
7957 - LP: #1486180
7958
7959 [ Tim Gardner ]
7960
7961 * SAUCE: AUFS - update to aufs4.x-rcN 20160111
7962 * [Config] CONFIG_VIRTIO_BLK=y, CONFIG_VIRTIO_NET=y for s390
7963 - LP: #1532886
7964 * [Config] nvme.ko moved to drivers/nvme/host
7965 * [Config] scsi_dh morphed into 4 modules
7966 * [Config] CONFIG_IBMVNIC=m
7967 * [Config] Add DRM ast driver to udeb installer image
7968 - LP: #1514711
7969 * [Config] CONFIG_KVM=y for s390x
7970 - LP: #1532886
7971 * [Config] Install spl/zfs under the kernel modules directory
7972 Fixes some errors in generic.inclusion-list.log
7973
7974 [ Upstream Kernel Changes ]
7975
7976 * perf/x86/intel/uncore: Add Broadwell-EP uncore support
7977 - LP: #1524574
7978 * EDAC: Add DDR4 flag
7979 - LP: #1519631
7980 * EDAC, sb_edac: Virtualize several hard-coded functions
7981 - LP: #1519631
7982 * EDAC, sb_edac: Add support for duplicate device IDs
7983 - LP: #1519631
7984 * EDAC, sb_edac: Add Knights Landing (Xeon Phi gen 2) support
7985 - LP: #1519631
7986 * Driver for IBM System i/p VNIC protocol
7987 - LP: #1532303
7988
7989 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 09:57:16 -0700
7990
7991linux (4.4.0-0.11) xenial; urgency=low
7992
7993 [ Tim Gardner ]
7994
7995 * [Config] Fix bogus reconstruct script
7996
7997 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 07:29:17 -0700
7998
7999linux (4.4.0-0.10) xenial; urgency=low
8000
8001 [ Haren Myneni ]
8002
8003 * SAUCE: crypto: nx-842 - Mask XERS0 bit in return value
8004 - LP: #1529666
8005
8006 [ Serge Hallyn ]
8007
8008 * SAUCE: add a sysctl to disable unprivileged user namespace unsharing
8009
8010 [ Tim Gardner ]
8011
8012 * [Config] CONFIG_ZONE_DEVICE=y for amd64
8013 * [Config] CONFIG_BLK_DEV_LOOP=y for s390x
8014 - LP: #1526869
8015 * SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings
8016 * SAUCE: radeon: r100: Silence 'may be used uninitialized' warnings
8017 * SAUCE: dmaengine: ioatdma: Squelch framesize warnings
8018 * rebase to v4.4
8019
8020 [ Upstream Kernel Changes ]
8021
8022 * rebase to v4.4
8023
8024 -- Tim Gardner <tim.gardner@canonical.com> Mon, 04 Jan 2016 17:43:51 -0700
8025
8026linux (4.4.0-0.9) xenial; urgency=low
8027
8028 [ Tim Gardner ]
8029
8030 * rebase to v4.4-rc8
8031
8032 [ Upstream Kernel Changes ]
8033
8034 * rebase to v4.4-rc8
8035
8036 -- Tim Gardner <tim.gardner@canonical.com> Sun, 03 Jan 2016 18:50:33 -0700
8037
8038linux (4.4.0-0.8) xenial; urgency=low
8039
8040 [ Tim Gardner ]
8041
8042 * rebase to v4.4-rc7
8043
8044 [ Upstream Kernel Changes ]
8045
8046 * rebase to v4.4-rc7
8047
8048 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Dec 2015 16:13:11 -0700
8049
8050linux (4.4.0-0.7) xenial; urgency=low
8051
8052 [ Hui Wang ]
8053
8054 * [Config] CONFIG_I2C_DESIGNWARE_BAYTRAIL=y, CONFIG_IOSF_MBI=y
8055 - LP: #1527096
8056
8057 [ Jann Horn ]
8058
8059 * SAUCE: (noup) ptrace: being capable wrt a process requires mapped
8060 uids/gids
8061 - LP: #1527374
8062
8063 [ Tim Gardner ]
8064
8065 * rebase to v4.4-rc6
8066
8067 [ Upstream Kernel Changes ]
8068
8069 * rebase to v4.4-rc6
8070 - LP: #1526330
8071
8072 -- Tim Gardner <tim.gardner@canonical.com> Thu, 17 Dec 2015 05:28:27 -0700
8073
8074linux (4.4.0-0.6) xenial; urgency=low
8075
8076 [ Andy Whitcroft ]
8077
8078 * [Config] disable CONFIG_ARM64_LSE_ATOMICS to avoid issues with ARMv8.1
8079 support in latest compilers
8080 * [Config] disable CONFIG_CRYPTO_AES_ARM64_CE* to avoid issues with
8081 ARMv8.1 support in latest compilers
8082
8083 [ Tim Gardner ]
8084
8085 * [Config] s390 -> s390x
8086 * SAUCE: include/linux/mmdebug.h: #include <linux/bug.h>
8087
8088 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Dec 2015 06:46:26 -0700
8089
8090linux (4.4.0-0.5) xenial; urgency=low
8091
8092 [ Andy Whitcroft ]
8093
8094 * [Config] s390x -- enable tools
8095 - LP: #1524319
8096 * [Config] s390x -- add architecture to getabis
8097 * [Config] s390x -- add s390x ABI information
8098 * [Config] s390x -- enable ABI checks
8099
8100 [ Tim Gardner ]
8101
8102 * [Debian] config-check and prepare using ${DEBIAN}/config/annotations
8103 * [Config] Add s390 modules to nic-modules udeb
8104 - LP: #1525297
8105 * rebase to v4.4-rc5
8106
8107 [ Upstream Kernel Changes ]
8108
8109 * rebase to v4.4-rc5
8110 - LP: #1523517
8111 - LP: #1523232
8112
8113 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Dec 2015 05:28:05 -0700
8114
8115linux (4.4.0-0.4) xenial; urgency=low
8116
8117 [ Upstream Kernel Changes ]
8118
8119 * cgroup: make css_set pin its css's to avoid use-afer-free
8120 * cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in
8121 freezer_attach()
8122 * cgroup: fix handling of multi-destination migration from
8123 subtree_control enabling
8124
8125 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Dec 2015 11:20:41 -0700
8126
8127linux (4.4.0-0.3) xenial; urgency=low
8128
8129 [ Upstream Kernel Changes ]
8130
8131 * rebase to v4.4-rc4
8132
8133 -- Tim Gardner <tim.gardner@canonical.com> Sun, 06 Dec 2015 16:50:15 -0700
8134
8135linux (4.4.0-0.2) xenial; urgency=low
8136
8137 [ Tim Gardner ]
8138
8139 * [Config] Add spl/zfs provides to generic and powerpc64-smp
8140 * [Config] Add zfs to d-i fs-core-modules
8141 * [Config] Include all s390 specific drivers in linux-image
8142 - LP: #1522210
8143
8144 -- Tim Gardner <tim.gardner@canonical.com> Thu, 03 Dec 2015 07:05:56 -0700
8145
8146linux (4.4.0-0.1) xenial; urgency=low
8147
8148 [ Andy Whitcroft ]
8149
8150 * [Tests] gcc-multilib does not exist on ppc64el redux
8151 - LP: #1515541
8152 * [Config] libunwind8-dev is not available on s390x
8153 * [Debian] Disable SPL/ZFS for cross compiling -- redux
8154 * [Config] s390x -- add dasd udebs
8155 - LP: #1519833
8156 * [Config] s390x -- include dasd modules in linux-image
8157 - LP: #1519833
8158 * [Config] s390x -- disable ZFS temporarily
8159 - LP: #1519820
8160 * [Config] s390s -- disable ABI/module checks
8161 * [Config] make IBMVETH consistent on powerpc/ppc64el
8162 - LP: #1521712
8163 * [Config] follow ibmvscsi name change
8164 - LP: #1521712
8165 * [Config] move ibm disk and ethernet drivers to linux-image
8166 - LP: #1521712
8167 * [Config] include ibmveth in nic-modules for ppc64el
8168 - LP: #1521712
8169 * [Config] s390x -- disable abi/module checks for s390x
8170
8171 [ Joseph Salisbury ]
8172
8173 * SAUCE: scsi_sysfs: protect against double execution of
8174 __scsi_remove_device()
8175 - LP: #1509029
8176
8177 [ Seth Forshee ]
8178
8179 * [Config] CONFIG_DRM_AMDGPU_CIK=n
8180 - LP: #1510405
8181
8182 [ Tim Gardner ]
8183
8184 * [Debian] Disable SPL/ZFS for cross compiling
8185 * [Config] CONFIG_SCSI_IBMVSCSI=m
8186 - LP: #1515872
8187 * rebase to v4.4-rc2
8188 * [Config] updateconfigs
8189 * [Config] CONFIG_WILC1000_DRIVER=n for FTBS
8190 * SAUCE: do_zfs=false temporarily
8191 * [Config] CONFIG_LUSTRE_FS=n
8192 * [Debian] Disable udebs when cross compiling
8193 * rebase to v4.4-rc3
8194 * [Config] CONFIG_AUFS_FS=m
8195 * SAUCE: AUFS
8196
8197 [ Upstream Kernel Changes ]
8198
8199 * ZFS: Update with 4.4 support
8200 * SPL: Update with 4.4 support
8201
8202 [ Upstream Kernel Changes ]
8203
8204 * rebase to v4.4-rc3
8205 - LP: #1519168
8206 * rebase to v4.4-rc2
8207 - LP: #1506615
8208 - LP: #1502781
8209
8210 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Nov 2015 13:22:37 -0700
8211
8212linux (4.3.0-0.8) xenial; urgency=low
8213
8214 [ Andy Whitcroft ]
8215
8216 * [Config] re-enable OSS support and blacklist
8217 - LP: #1434842
8218 * [Config] enable CONFIG_CC_STACKPROTECTOR_STRONG=y
8219 * [Packaging] config-check -- improve syntax diagnostics
8220 * [Packaging] module-inclusion -- add dependency inclusion for a list
8221 * [Packaging] config-check -- accumulate multi-line annotations correctly
8222 * [Packaging] config-check -- handle V2 annotations format
8223 * [Packaging] s390x -- add architecture to kernelconfig
8224 - LP: #1488653
8225 * [Config] s390x -- initial configuration
8226 * [Config] s390x -- add initial binary image
8227 * [Config] s390x -- initial configuration update
8228 * [Config] s390x -- produce linux-image
8229 * [Config] s390x -- d-i module exclusions
8230 * [Config] apply Device Drivers >> LED Support >> LED Class Support
8231 * [Config] apply File systems >> Miscellaneous filesystems >> SquashFS 4.0 - Squashed file system support
8232 * [Config] apply Device Drivers >> Generic Driver Options >> Userspace firmware loading support
8233 * SAUCE: leds: lp55xx -- do not force use of the fallback loader
8234 * [Config] -- s390x -- configuration review updates
8235 * [Config] annotations -- add review marks
8236 * [Config] annotations -- config review 4.3 updates
8237 * [Config] annotations -- expose reviews
8238 * [Config] updateconfigs following incoporation of s390x configs
8239 * [Tests] gcc-multilib does not exist on ppc64el
8240 - LP: #1515541
8241
8242 [ Dan Carpenter ]
8243
8244 * SAUCE: (noup) cxlflash: a couple off by one bugs
8245 - LP: #1499849
8246
8247 [ Haren Myneni ]
8248
8249 * Revert "SAUCE: (noup) crypto: 842 - Add CRC and validation support"
8250
8251 [ Jay Vosburgh ]
8252
8253 * SAUCE: fan: add VXLAN implementation
8254
8255 [ Manoj Kumar ]
8256
8257 * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
8258 - LP: #1513583
8259
8260 [ Matthew R. Ochs ]
8261
8262 * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
8263 - LP: #1513583
8264
8265 [ Tim Gardner ]
8266
8267 * [Config] CONFIG_AUFS_EXPORT=y
8268 - LP: #1121699
8269
8270 [ Upstream Kernel Changes ]
8271
8272 * misc/genwqe: get rid of atomic allocations
8273 * crypto: 842 - Add CRC and validation support
8274 - LP: #1497878
8275 * cxlflash: Fix to avoid invalid port_sel value
8276 * cxlflash: Replace magic numbers with literals
8277 * cxlflash: Fix read capacity timeout
8278 * cxlflash: Fix potential oops following LUN removal
8279 * cxlflash: Fix data corruption when vLUN used over multiple cards
8280 * cxlflash: Fix to avoid sizeof(bool)
8281 * cxlflash: Fix context encode mask width
8282 * cxlflash: Fix to avoid CXL services during EEH
8283 * cxlflash: Correct naming of limbo state and waitq
8284 * cxlflash: Make functions static
8285 * cxlflash: Refine host/device attributes
8286 * cxlflash: Fix to avoid spamming the kernel log
8287 * cxlflash: Fix to avoid stall while waiting on TMF
8288 * cxlflash: Fix location of setting resid
8289 * cxlflash: Fix host link up event handling
8290 * cxlflash: Fix async interrupt bypass logic
8291 * cxlflash: Remove dual port online dependency
8292 * cxlflash: Fix AFU version access/storage and add check
8293 * cxlflash: Correct usage of scsi_host_put()
8294 * cxlflash: Fix to prevent workq from accessing freed memory
8295 * cxlflash: Correct behavior in device reset handler following EEH
8296 * cxlflash: Remove unnecessary scsi_block_requests
8297 * cxlflash: Fix function prolog parameters and return codes
8298 * cxlflash: Fix MMIO and endianness errors
8299 * cxlflash: Fix to prevent EEH recovery failure
8300 * cxlflash: Correct spelling, grammar, and alignment mistakes
8301 * cxlflash: Fix to prevent stale AFU RRQ
8302 * cxlflash: Fix to double the delay each time
8303 * cxlflash: Fix to avoid corrupting adapter fops
8304 * cxlflash: Correct trace string
8305 * cxlflash: Fix to avoid potential deadlock on EEH
8306 * cxlflash: Fix to avoid leaving dangling interrupt resources
8307 * cxlflash: Fix to escalate to LINK_RESET on login timeout
8308 * cxlflash: Fix to avoid corrupting port selection mask
8309 * cxlflash: Fix to avoid lock instrumentation rejection
8310 * cxlflash: Fix to avoid bypassing context cleanup
8311
8312 -- Tim Gardner <tim.gardner@canonical.com> Fri, 06 Nov 2015 10:15:07 -0600
8313
8314linux (4.3.0-0.7) xenial; urgency=low
8315
8316 [ Tim Gardner ]
8317
8318 * Revert "Bypass spl/zfs config"
8319 Causes unresolved symbols on load.
8320 * [Config] Enable ZFS for powerpc64-smp
8321
8322 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Nov 2015 11:42:37 -0600
8323
8324linux (4.3.0-0.6) xenial; urgency=low
8325
8326 [ Tim Gardner ]
8327
8328 * Release Tracking Bug
8329 - LP: #1512704
8330 * UBUNTU: SAUCE: AUFS aufs4.x-rcN 20151102
8331
8332 [ Andy Whitcroft ]
8333
8334 * [Packaging] add feature interlock with mainline builds
8335 * apparmor -- follow change to this_cpu_ptr
8336
8337 [ John Johansen ]
8338
8339 * SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used
8340 - LP: #1383886
8341 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
8342 - LP: #1362199
8343 * SAUCE: Revert: fix: only allow a single threaded process to ...
8344 - LP: #1371310
8345 * SAUCE: (no-up) fix: bad unix_addr_fs macro
8346 - LP: #1390223
8347 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
8348 - LP: #1408833
8349 * SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
8350 - LP: #1496430
8351
8352 [ Tim Gardner ]
8353
8354 * [Config] Add iscsi_ibft and iscsi_boot_sysfs to generic inclusion list
8355 - LP: #1511006
8356 * rebase to v4.3
8357 * Bypass spl/zfs config
8358 * SPL/ZFS: Add Makefiles in order to avoid the lengthy config
8359 * [Config] Default AppArmor settings
8360
8361 [ Upstream Kernel Changes ]
8362
8363 * rebase to v4.3
8364
8365 -- Tim Gardner <tim.gardner@canonical.com> Thu, 29 Oct 2015 09:16:26 -0600
8366
8367linux (4.3.0-0.5) xenial; urgency=low
8368
8369 * Update spl to 0.6.5.3-0ubuntu1, zfs to 0.6.5.3-0ubuntu1
8370
8371 [ Upstream Kernel Changes ]
8372
8373 * rebase to v4.3-rc7
8374 - LP: #1504778
8375
8376 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Oct 2015 13:59:52 -0600
8377
8378linux (4.3.0-0.4) xenial; urgency=low
8379
8380 [ Tim Gardner ]
8381
8382 * [Debian] Update to new signing key type and location
8383
8384 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 13:07:30 -0600
8385
8386linux (4.3.0-0.3) wily; urgency=low
8387
8388 [ Tim Gardner ]
8389
8390 * [Debian] sign-file is now compiled
8391
8392 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 09:26:34 -0600
8393
8394linux (4.3.0-0.2) wily; urgency=low
8395
8396 [ Tim Gardner ]
8397
8398 * [Config] Added libssl-dev to Build-Depends
8399
8400 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Oct 2015 14:01:55 -0600
8401
8402linux (4.3.0-0.1) wily; urgency=low
8403
8404 [ Upstream Kernel Changes ]
8405
8406 * rebase to v4.3-rc6
8407 * rebase to v4.3-rc5
8408 * rebase to v4.3-rc4
8409 * rebase to v4.3-rc3
8410 * rebase to v4.3-rc2
8411 * rebase to v4.3-rc1
8412 - LP: #1492132
8413 - LP: #1481575
8414
8415 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Sep 2015 07:30:36 -0600
8416
8417linux (4.2.0-10.11) wily; urgency=low
8418
8419 [ Andy Whitcroft ]
8420
8421 * Release Tracking Bug
8422 - LP: #1495208
8423 * No change rebuild to avoid issues with leading zero bytes on
8424 internal module signing key. (see launchpad bug 1494943)
8425
8426 [ Ming Lei ]
8427
8428 * [Config] SERIAL_8250_DW=y for arm64
8429
8430 [ Upstream Kernel Changes ]
8431
8432 * drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv
8433 code
8434 - LP: #1484486
8435 * drm/i915/gen8: Add infrastructure to initialize WA batch buffers
8436 - LP: #1484486
8437 * drm/i915/gen8: Re-order init pipe_control in lrc mode
8438 - LP: #1484486
8439 * drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
8440 - LP: #1484486
8441 * drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch
8442 workaround
8443 - LP: #1484486
8444 * drm/i915: Bail out early if WA batch is not available for given Gen
8445 - LP: #1484486
8446 * drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
8447 - LP: #1484486
8448 * drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch
8449 - LP: #1484486
8450 * drm/i915/gen9: Implement WaDisableKillLogic for gen 9
8451 - LP: #1484486
8452 * drm/i915: Enable WA batch buffers for Gen9
8453 - LP: #1484486
8454 * drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaround
8455 - LP: #1484486
8456 * drm/i915: Update wa_ctx_emit() macro as per kernel coding guidelines
8457 - LP: #1484486
8458 * drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch
8459 workaround
8460 - LP: #1484486
8461 * drm/i915/gen9: Add
8462 WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
8463 - LP: #1484486
8464 * drm/i915:skl: Add WaEnableGapsTsvCreditFix
8465 - LP: #1484486
8466 * drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
8467 - LP: #1484486
8468 * drm/i915/skl: Don't expose the top most plane on gen9 display
8469 - LP: #1484486
8470 * drm/i915/skl WaDisableSbeCacheDispatchPortSharing
8471 - LP: #1484486
8472 * drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A
8473 - LP: #1484486
8474 * drm/i915: reduce indent in i9xx_hpd_irq_handler
8475 - LP: #1484531
8476 * drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler
8477 - LP: #1484531
8478 * drm/i915: reduce indent in intel_hpd_irq_handler
8479 - LP: #1484531
8480 * drm/i915: group all hotplug related fields into a new struct in
8481 dev_priv
8482 - LP: #1484531
8483 * drm/i915: add for_each_hpd_pin to iterate over hotplug pins
8484 - LP: #1484531
8485 * drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
8486 - LP: #1484531
8487 * drm/i915: put back the indent in intel_hpd_irq_handler
8488 - LP: #1484531
8489 * drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
8490 - LP: #1484531
8491 * drm/i915: simplify condition for digital port
8492 - LP: #1484531
8493 * drm/i915: abstract away platform specific parts from hpd handling
8494 - LP: #1484531
8495 * drm/i915: Handle HPD when it has actually occurred
8496 - LP: #1484531
8497 * drm/i915: Set power domain for DDI-E
8498 - LP: #1484531
8499 * drm/i915: Set alternate aux for DDI-E
8500 - LP: #1484531
8501 * drm/i915/skl: enable DDI-E hotplug
8502 - LP: #1484531
8503 * drm/i915/bxt: fix DDI PHY vswing scale value setting
8504 - LP: #1494163
8505 * drm/i915/skl: Buffer translation improvements
8506 - LP: #1494163
8507 * drm/i915: Per-DDI I_boost override
8508 - LP: #1494163
8509 * drm/i915: fix VBT parsing for SDVO child device mapping
8510 - LP: #1494163
8511 * drm/i915/bxt: edp1.4 Intermediate Freq support
8512 - LP: #1494163
8513 * drm/i915: fix link rates reported for SKL
8514 - LP: #1494163
8515 * drm/i915: Allow parsing of variable size child device entries from VBT
8516 - LP: #1494163
8517 * drm/i915/skl: Update DDI buffer translation programming.
8518 - LP: #1494163
8519 * drm/i915: Enable HDMI on DDI-E
8520 - LP: #1484531
8521 * drm/i915/skl: Enable DDI-E
8522 - LP: #1484531
8523 * drm/i915: eDP can be present on DDI-E
8524 - LP: #1484531
8525 * drm/i915/skl: Adding DDI_E power well domain
8526 - LP: #1484531
8527 * drm/i915: set CDCLK if DPLL0 enabled during resuming from S3
8528 - LP: #1490035
8529 * drm/i915: Split atomic wm update to pre and post variants
8530 - LP: #1493746
8531 * drm/i915/skl: Drop the preliminary_hw_support flag
8532 - LP: #1486868
8533 * drm/i915: set FDI translations to NULL on SKL
8534 - LP: #1494163
8535
8536 -- Andy Whitcroft <apw@canonical.com> Sun, 13 Sep 2015 11:32:02 +0100
8537
8538linux (4.2.0-9.9) wily; urgency=low
8539
8540 [ Tim Gardner ]
8541
8542 * Release Tracking Bug
8543 - LP: #1493970
8544 * [Config] CONFIG_MFD_INTEL_LPSS=m
8545 - LP: #1397876
8546
8547 [ dann frazier ]
8548
8549 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
8550 - LP: #1388952
8551
8552 [ Michael Ellerman ]
8553
8554 * SAUCE: crypto: vmx - VMX crypto should depend on CONFIG_VSX
8555 Fixes FTBS on 32 bit powerpc, patch sent upstream.
8556
8557 [ Upstream Kernel Changes ]
8558
8559 * thermal/powerclamp: add cpu id for skylake h/s
8560 - LP: #1398269
8561 * perf/x86/intel/uncore: Add Broadwell-DE uncore support
8562 - LP: #1397852
8563 * mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data
8564 - LP: #1460905
8565 * i2c: i801: Create iTCO device on newer Intel PCHs
8566 - LP: #1460905
8567 * watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint
8568 - LP: #1460905
8569 * perf/x86: Add a native_perf_sched_clock_from_tsc()
8570 - LP: #1397867
8571 * perf/x86/intel: Add support for PEBSv3 profiling
8572 - LP: #1397867
8573 * perf/x86/intel/lbr: Allow time stamp for free running PEBSv3
8574 - LP: #1397867
8575 * x86: Add new MSRs and MSR bits used for Intel Skylake PMU support
8576 - LP: #1397867
8577 * perf: Add cycles to branch_info
8578 - LP: #1397867
8579 * perf/x86/intel/lbr: Add support for LBRv5
8580 - LP: #1397867
8581 * perf/x86/intel: Handle new arch perfmon v4 status bits
8582 - LP: #1397867
8583 * perf/x86/intel: Move PMU ACK to after LBR read
8584 - LP: #1397867
8585 * perf/x86/intel/lbr: Optimize v4 LBR unfreezing
8586 - LP: #1397867
8587 * perf/x86/intel: Add Intel Skylake PMU support
8588 - LP: #1397867
8589 * perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with
8590 call stack
8591 - LP: #1397867
8592 * perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack mode
8593 - LP: #1397867
8594 * perf/x86: Make merge_attr() global to use from perf_event_intel
8595 - LP: #1397867
8596 * perf/x86/intel: Use 0x11 as extra reg test value
8597 - LP: #1397867
8598 * perf tools: Add support for cycles, weight branch_info field
8599 - LP: #1397867
8600 * perf report: Add flag for non ANY branch mode
8601 - LP: #1397867
8602 * perf report: Add infrastructure for a cycles histogram
8603 - LP: #1397867
8604 * perf report: Add processing for cycle histograms
8605 - LP: #1397867
8606 * perf annotate: Compute IPC and basic block cycles
8607 - LP: #1397867
8608 * perf annotate: Finally display IPC and cycle accounting
8609 - LP: #1397867
8610 * perf top: Add branch annotation code to top
8611 - LP: #1397867
8612 * perf report: Display cycles in branch sort mode
8613 - LP: #1397867
8614 * perf annotate: Fix 32-bit compilation error in util/annotate.c
8615 - LP: #1397867
8616 * PM / QoS: Make it possible to expose device latency tolerance to
8617 userspace
8618 - LP: #1460908
8619 * ACPI / PM: Attach ACPI power domain only once
8620 - LP: #1460908
8621 * Driver core: wakeup the parent device before trying probe
8622 - LP: #1460908
8623 * klist: implement klist_prev()
8624 - LP: #1460908
8625 * driver core: implement device_for_each_child_reverse()
8626 - LP: #1460908
8627 * mfd: make mfd_remove_devices() iterate in reverse order
8628 - LP: #1460908
8629 * dmaengine: add a driver for Intel integrated DMA 64-bit
8630 - LP: #1460908
8631 * mfd: Add support for Intel Sunrisepoint LPSS devices
8632 - LP: #1460908
8633 * spi: pxa2xx: Add support for Intel Sunrisepoint
8634 - LP: #1397876
8635 * spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbers
8636 - LP: #1397876
8637 * spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match
8638 - LP: #1397876
8639 * spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation
8640 for it
8641 - LP: #1397876
8642 * intel_idle: Skylake Client Support
8643 - LP: #1397877
8644 * powerpc/kernel: Switch to using MAX_ERRNO
8645 - LP: #1458876
8646 * powerpc/kernel: Change the do_syscall_trace_enter() API
8647 - LP: #1458876
8648 * powerpc: Drop unused syscall_get_error()
8649 - LP: #1458876
8650 * powerpc: Don't negate error in syscall_set_return_value()
8651 - LP: #1458876
8652 * powerpc: Rework syscall_get_arguments() so there is only one loop
8653 - LP: #1458876
8654 * powerpc: Use orig_gpr3 in syscall_get_arguments()
8655 - LP: #1458876
8656 * powerpc: Change syscall_get_nr() to return int
8657 - LP: #1458876
8658 * powerpc/kernel: Add SIG_SYS support for compat tasks
8659 - LP: #1458876
8660 * powerpc/kernel: Enable seccomp filter
8661 - LP: #1458876
8662 * selftests/seccomp: Make seccomp tests work on big endian
8663 - LP: #1458876
8664 * selftests/seccomp: Add powerpc support
8665 - LP: #1458876
8666 * eCryptfs: Invalidate dcache entries when lower i_nlink is zero
8667
8668 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Sep 2015 19:17:57 -0600
8669
8670linux (4.2.0-8.8) wily; urgency=low
8671
8672 [ Tim Gardner ]
8673
8674 * Release Tracking Bug
8675 - LP: #1493357
8676 * [Config] CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO obsolete
8677 - LP: #1488495
8678 * [Config] CONFIG_CXLFLASH=m
8679 * [Config] CONFIG_CXL_EEH=y for ppc64el, powerpc64-smp
8680
8681
8682 [ Andy Whitcroft ]
8683
8684 * [Packaging] standardise on stage1 for the bootstrap stage in line with debian
8685 * [Packaging] mark up control for stage1
8686 * [Config] kernel-versions -- clean up deps field
8687 * [Config] s390x -- build linux-libc-dev
8688 - LP: #1488653
8689 * [Packaging] control -- prepare for new kernel-wedge semantics
8690
8691 [ Upstream Kernel Changes ]
8692
8693 * crypto: vmx - Fixing AES-CTR counter bug
8694 - LP: #1484519
8695 * crypto: vmx - Fixing GHASH Key issue on little endian
8696 - LP: #1484519
8697 * powerpc: Uncomment and make enable_kernel_vsx() routine available
8698 - LP: #1484519
8699 * crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions
8700 - LP: #1484519
8701 * crypto: nx - nx842_OF_upd_status should return ENODEV if device is not
8702 'okay'
8703 - LP: #1488495
8704 * crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}
8705 - LP: #1488495
8706 * crypto: nx - do not emit extra output if status is disabled
8707 - LP: #1488495
8708 * crypto: nx - reduce chattiness of platform drivers
8709 - LP: #1488495
8710 * crypto: nx/842 - Fix context corruption
8711 - LP: #1488495
8712 * crypto: nx - remove __init/__exit from VIO functions
8713 - LP: #1488495
8714 * crypto: nx - remove pSeries NX 'status' field
8715 - LP: #1488495
8716 * crypto: nx - move kzalloc() out of spinlock
8717 - LP: #1488495
8718 * crypto: nx - don't register pSeries driver if ENODEV
8719 - LP: #1488495
8720 * crypto: nx - use common code for both NX decompress success cases
8721 - LP: #1488495
8722 * crypto: nx - merge nx-compress and nx-compress-crypto
8723 - LP: #1488495
8724 * crypto: nx - rename nx-842-crypto.c to nx-842.c
8725 - LP: #1488495
8726 * crypto: nx - make platform drivers directly register with crypto
8727 - LP: #1488495
8728 * cxlflash: Base support for IBM CXL Flash Adapter
8729 - LP: #1449121
8730 * cxlflash: Base error recovery support
8731 - LP: #1449121
8732 * cxlflash: Superpipe support
8733 - LP: #1449121
8734 * cxlflash: Virtual LUN support
8735 - LP: #1449121
8736 * cxlflash: off by one bug in cxlflash_show_port_status()
8737 - LP: #1449121
8738 * cxlflash: shift wrapping bug in afu_link_reset()
8739 - LP: #1449121
8740 * cxlflash: Remove unused variable from queuecommand
8741 - LP: #1449121
8742 * powerpc/powernv: move dma_get_required_mask from pnv_phb to
8743 pci_controller_ops
8744 * powerpc/eeh: Probe after unbalanced kref check
8745 * misc: cxl: clean up afu_read_config()
8746 * cxl: Add explicit precision specifiers
8747 * cxl: use more common format specifier
8748 * cxl: Destroy cxl_adapter_idr on module_exit
8749 * cxl: Destroy afu->contexts_idr on release of an afu
8750 * cxl: Don't ignore add_process_element() result when attaching context
8751 * cxl: Compile with -Werror
8752 * cxl: sparse: Make declarations static
8753 * cxl: sparse: Silence iomem warning in debugfs file creation
8754 * cxl: Convert MMIO read/write macros to inline functions
8755 * cxl: Drop commands if the PCI channel is not in normal state
8756 * cxl: Allocate and release the SPA with the AFU
8757 * cxl: Make IRQ release idempotent
8758 * cxl: Clean up adapter MMIO unmap path.
8759 * cxl: Refactor adaptor init/teardown
8760 * cxl: Refactor AFU init/teardown
8761 * cxl: Don't remove AFUs/vPHBs in cxl_reset
8762 * cxl: Allow the kernel to trust that an image won't change on PERST.
8763 * cxl: EEH support
8764 * cxl: Add CONFIG_CXL_EEH symbol
8765 * cxl: Plug irq_bitmap getting leaked in cxl_context
8766 * cxl: Add alternate MMIO error handling
8767 * cxl: Allow release of contexts which have been OPENED but not STARTED
8768 * cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE
8769 * cxl: Release irqs if memory allocation fails
8770 * cxl: Remove racy attempt to force EEH invocation in reset
8771 * cxl: Fix + cleanup error paths in cxl_dev_context_init
8772 * cxl: Fix force unmapping mmaps of contexts allocated through the kernel api
8773 * cxl: Set up and enable PSL Timebase
8774
8775 -- Tim Gardner <tim.gardner@canonical.com> Tue, 01 Sep 2015 07:38:43 -0600
8776
8777linux (4.2.0-7.7) wily; urgency=low
8778
8779 [ Tim Gardner ]
8780
8781 * Release Tracking Bug
8782 - LP: #1490564
8783 * rebase to v4.2
8784
8785 [ Wen Xiong ]
8786
8787 * SAUCE: ipr: Byte swapping for device_id attribute in sysfs
8788 - LP: #1453892
8789
8790 [ Upstream Kernel Changes ]
8791
8792 * rebase to v4.2
8793 - LP: #1487345
8794
8795 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2015 07:06:10 -0600
8796
8797linux (4.2.0-6.6) wily; urgency=low
8798
8799 [ Tim Gardner ]
8800
8801 * Release Tracking Bug
8802 - LP: #1488138
8803
8804 [ Andy Whitcroft ]
8805
8806 * rebase to v4.2-rc8
8807
8808 [ Shilpasri G Bhat ]
8809
8810 * SAUCE: cpufreq: powernv: Handle throttling due to Pmax capping at chip
8811 level
8812 - LP: #1480894
8813 * SAUCE: powerpc/powernv: Add definition of OPAL_MSG_OCC message type
8814 - LP: #1480894
8815 * SAUCE: cpufreq: powernv: Register for OCC related opal_message
8816 notification
8817 - LP: #1480894
8818 * SAUCE: cpufreq: powernv: Call throttle_check() on receiving
8819 OCC_THROTTLE
8820 - LP: #1480894
8821 * SAUCE: cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active
8822 bit is set
8823 - LP: #1480894
8824 * SAUCE: cpufreq: powernv: Restore cpu frequency to policy->cur on
8825 unthrottling
8826 - LP: #1480894
8827
8828 [ Upstream Kernel Changes ]
8829
8830 * rebase to v4.2-rc8
8831 - LP: #1483440
8832 - LP: #1484334
8833
8834 -- Tim Gardner <tim.gardner@canonical.com> Fri, 21 Aug 2015 07:12:11 -0600
8835
8836linux (4.2.0-5.5) wily; urgency=low
8837
8838 [ Tim Gardner ]
8839
8840 * Release Tracking Bug
8841 - LP: #1487173
8842
8843 [ Andy Whitcroft ]
8844
8845 * [Packaging] correct spelling of probabaly on the tools packages
8846 - LP: #1256822
8847 * rebase to v4.2-rc7
8848
8849 [ dann frazier ]
8850
8851 * d-i: Add nicpf and nicvf to nic-modules
8852 * d-i: Enable usb modules on arm64
8853
8854 [ Mahesh Salgaonkar ]
8855
8856 * SAUCE: powerpc/powernv: display reason for Malfunction Alert HMI.
8857 - LP: #1482343
8858 * SAUCE: powerpc/powernv: Pull all HMI events before panic.
8859 - LP: #1482343
8860 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable
8861 machine check errors.
8862 - LP: #1482343
8863 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable HMI.
8864 - LP: #1482343
8865
8866 [ Vipin K Parashar ]
8867
8868 * SAUCE: powerpc/powernv: Add poweroff (EPOW, DPO) events support for
8869 PowerNV platform
8870 - LP: #1469771
8871
8872 [ Upstream Kernel Changes ]
8873
8874 * rebase to v4.2-rc7
8875
8876 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Aug 2015 09:48:40 -0600
8877
8878linux (4.2.0-4.4) wily; urgency=low
8879
8880 [ Tim Gardner ]
8881
8882 * Release Tracking Bug
8883 - LP: #1483677
8884
8885 [ Achiad Shochat ]
8886
8887 * SAUCE: net/mlx5e: Support TX packet copy into WQE
8888 * SAUCE: net/mlx5e: TX latency optimization to save DMA reads
8889 * SAUCE: net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others
8890 * SAUCE: net/mlx5e: Input IPSEC.SPI into the RX RSS hash function
8891
8892 [ Adam Lee ]
8893
8894 * SAUCE: serial: 8250_pci: Add support for Pericom PI7C9X795[1248]
8895 - LP: #1480142
8896
8897 [ dann frazier ]
8898
8899 * [Config] CONFIG_NR_CPUS=128 on arm64
8900
8901 [ Leann Ogasawara ]
8902
8903 * [Config] d-i -- Add sfc to nic-modules udeb
8904 - LP: #1481490
8905
8906 [ Saeed Mahameed ]
8907
8908 * SAUCE: net/mlx5e: Support ETH_RSS_HASH_XOR
8909 * SAUCE: net/mlx5e: Allocate DMA coherent memory on reader NUMA node
8910
8911 [ Tim Gardner ]
8912
8913 * [Config] CONFIG_X86_INTEL_MPX=y
8914 - LP: #1460902
8915 * [Debian] change dependency on module-init-tools to kmod
8916 - LP: #1481986
8917 * rebase to v4.2-rc6
8918
8919 [ Upstream Kernel Changes ]
8920
8921 * rebase to v4.2-rc6
8922
8923 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 16:59:45 -0600
8924
8925linux (4.2.0-3.3) wily; urgency=low
8926
8927 [ Tim Gardner ]
8928
8929 * Release Tracking Bug
8930 - LP: #1481462
8931 * SAUCE: workqueue: Make flush_workqueue() available again to non GPL modules
8932 Fixes an FTBS for at least one DKMS package.
8933
8934 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 11:26:53 -0600
8935
8936linux (4.2.0-2.2) wily; urgency=low
8937
8938 [ Tim Gardner ]
8939
8940 * Release Tracking Bug
8941 - LP: #1481067
8942 * rebase to v4.2-rc5
8943
8944 [ Andy Whitcroft ]
8945
8946 * [Packaging] module-inclusion -- commonise copy code and simplify
8947 * [Packaging] module-inclusion -- add manual command entries
8948 * [Packaging] module blacklists -- add support for manual blacklists
8949 * [Packaging] do_common_tools should always be on
8950 * [Packaging] initscripts need installing when making the package
8951 * [Packaging] initscripts work around bug in debhelper systemd support
8952 * [Config] exclude oss modules from linux-image
8953 - LP: #1434842
8954 * hyper-v -- add hid and fb drivers to linux-virtual
8955 - LP: #1444179
8956 * ubuntu: (no-squash) vbox -- infrastructure and updater
8957 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
8958 - LP: #1426113
8959 * ubuntu: vbox -- update to 5.0.0-dfsg-1
8960 - LP: #1480879
8961 * SAUCE: vbox: follow v4.2 updates to follow_link()/put_link() API
8962 * [Config] move vbox modules into linux-image
8963
8964 [ Upstream Kernel Changes ]
8965
8966 * rebase to v4.2-rc5
8967 - LP: #1478497
8968 - LP: #1477900
8969
8970 -- Andy Whitcroft <apw@canonical.com> Mon, 03 Aug 2015 12:20:10 +0100
8971
8972linux (4.2.0-1.1~rc1) wily; urgency=low
8973
8974 [ Andy Whitcroft ]
8975
8976 * Release Tracking Bug
8977 - LP: #1479903
8978 * Initial upload of v4.2 based kernel (currently v4.-rc4)
8979
8980 [ Upstream Kernel Changes ]
8981
8982 * rebase to v4.2-rc4
8983 - LP: #1476987
8984 - LP: #1476888
8985 * rebase to v4.2-rc3
8986 * rebase to v4.2-rc2
8987 * rebase to v4.2-rc1
8988 - LP: #1394368
8989 - LP: #1427680
8990 - LP: #1462614
8991 - LP: #1397021
8992
8993 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jul 2015 18:42:46 +0100
8994
8995linux (4.1.0-3.3) wily; urgency=low
8996
8997 [ Andy Whitcroft ]
8998
8999 * Release Tracking Bug
9000 - LP: #1478897
9001
9002 [ Colin Ian King ]
9003
9004 * SAUCE: KEYS: ensure we free the assoc array edit if edit is valid
9005 - CVE-2015-1333
9006
9007 [ Seth Forshee ]
9008
9009 * SAUCE: overlayfs: Enable user namespace mounts for the "overlay" fstype
9010 - LP: #1478578
9011
9012 [ Upstream Kernel Changes ]
9013
9014 * sched/stop_machine: Fix deadlock between multiple stop_two_cpus()
9015 - LP: #1461620
9016 * x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
9017 * x86/nmi/64: Remove asm code that saves cr2
9018 * x86/nmi/64: Switch stacks on userspace NMI entry
9019 * x86/nmi/64: Reorder nested NMI checks
9020 * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI
9021 detection
9022
9023 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2015 11:59:03 +0100
9024
9025linux (4.1.0-2.4) wily; urgency=low
9026
9027 [ Andy Whitcroft ]
9028
9029 * SAUCE: overlayfs: when copying up and reading directories ensure
9030 mounter had permissions V2
9031 - CVE-2015-1328
9032
9033 [ Leann Ogasawara ]
9034
9035 * Release Tracking Bug
9036 - LP: #1465419
9037
9038 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
9039
9040linux (4.1.0-2.2) wily; urgency=low
9041
9042 [ Tim Gardner ]
9043
9044 * rebase to v4.1.3
9045 * [Config] Add i40e[vf] to d-i
9046 - LP: #1476393
9047
9048 [ Upstream Kernel Changes ]
9049
9050 * rebase to v4.1.3
9051 - LP: #1427680
9052 - LP: #1462614
9053 - LP: #1394368
9054
9055 -- Tim Gardner <tim.gardner@canonical.com> Wed, 22 Jul 2015 09:13:02 -0600
9056
9057linux (4.1.0-1.1) wily; urgency=low
9058
9059 [ Andy Whitcroft ]
9060
9061 * SAUCE: overlay: add backwards compatible overlayfs format support V3
9062 - LP: #1395877, #1410480
9063 * SAUCE: overlayfs: when copying up and reading directories ensure
9064 mounter had permissions V2
9065 - CVE-2015-1328
9066 * [Packaging] fix up Vcs-Git: to point to launchpad
9067 * [Config] correct linux-initramfs-tool virtual linkage
9068 - LP: #1474810
9069
9070 [ Chris J Arges ]
9071
9072 * [Config] Add dm-service-time to multipath-modules
9073 - LP: #1469240
9074 * [Config] Add MTD_POWERNV_FLASH and OPAL_PRD
9075 - LP: #1464560
9076
9077 [ Jay Vosburgh ]
9078
9079 * SAUCE: fan: Proof of concept implementation (v2)
9080 - LP: #1439706
9081 * SAUCE: fan: tunnel multiple mapping mode (v3)
9082 - LP: #1470091
9083
9084 [ Leann Ogasawara ]
9085
9086 * Revert "SAUCE: ext4: disable ext4_punch_hole for indirect filesystems"
9087 * Revert "SAUCE: intel_pstate: inform user that thermald is worth
9088 considering"
9089 * Revert "SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537"
9090 * Revert "SAUCE: dm-crypt: never use write same"
9091 * Release Tracking Bug
9092 - LP: #1476333
9093
9094 [ Tim Gardner ]
9095
9096 * Rebase to v4.1
9097 - LP: #1443371
9098 * [Config] Enable Apparmor
9099 * [Config] CONFIG_OVERLAY_FS_V1=y
9100 * [Config] DEFAULT_IOSCHED="deadline" for ppc64el
9101 - LP: #1469829
9102 * [Config] CONFIG_VM86=n
9103 - LP: #1473447
9104 * [Config] ACORN_PARTITION=n
9105 - LP: #1453117
9106
9107 [ Timo Aaltonen ]
9108
9109 * [Config] Disable CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT
9110 - LP: #1473319
9111
9112 [ Upstream Kernel Changes ]
9113
9114 * efi: efivar_create_sysfs_entry() should return negative error codes
9115 * efi: Add esrt support
9116 * x86, doc: Remove cmdline_size from list of fields to be filled in for
9117 EFI handover
9118 * efi/esrt: Fix some compiler warnings
9119 * efi: dmi: List SMBIOS3 table before SMBIOS table
9120 * efi: Add 'systab' information to Documentation/ABI
9121 * ALSA: hda - restore the MIC FIXUP for some Dell machines
9122 - LP: #1473560
9123 * mtd: powernv: Add powernv flash MTD abstraction driver
9124 - LP: #1464560
9125 * powerpc/powernv: Expose OPAL APIs required by PRD interface
9126 - LP: #1464560
9127 * powerpc/powernv: Add opal-prd channel
9128 - LP: #1464560
9129 * powerpc/powernv: fix construction of opal PRD messages
9130 - LP: #1464560
9131 * powerpc/include: Add opal-prd to installed uapi headers
9132 - LP: #1464560
9133 * powerpc/powernv: Fix vma page prot flags in opal-prd driver
9134 - LP: #1464560
9135
9136 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 20 Jul 2015 10:16:06 -0700
9137
9138linux (4.0.0-2.4) wily; urgency=low
9139
9140 [ Andy Whitcroft ]
9141
9142 * SAUCE: overlayfs: when copying up and reading directories ensure
9143 mounter had permissions V2
9144 - CVE-2015-1328
9145
9146 [ Leann Ogasawara ]
9147
9148 * Release Tracking Bug
9149 - LP: #1465419
9150
9151 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
9152
9153linux (4.0.0-1.2) wily; urgency=low
9154
9155 [ Andy Whitcroft ]
9156
9157 * SAUCE: overlay: add backwards compatible overlayfs format support V3
9158 - LP: #1395877, #1410480
9159 * [Config] enable CONFIG_OVERLAY_FS_V1
9160
9161 [ Tai Nguyen ]
9162
9163 * SAUCE: power: reset: Add syscon reboot device node for APM X-Gene platform
9164 - LP: #1463211
9165
9166 [ Tim Gardner ]
9167
9168 * [Config] CONFIG_HIBERNATION=n for ppc64el
9169 - LP: #1463836
9170
9171 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Jun 2015 06:11:53 -0600
9172
9173linux (4.0.0-1.1) wily; urgency=low
9174
9175 [ Leann Ogasawara ]
9176
9177 * Revert "md/raid0: fix bug with chunksize not a power of 2."
9178 - LP: #1457510
9179 * powerpc/powernv: Check image loaded or not before calling flash
9180 - LP: #1461553
9181
9182 [ Tim Gardner ]
9183
9184 * [Config] armhf: CPUFREQ_DT=y
9185 - LP: #1457781
9186
9187 [ Upstream Kernel Changes ]
9188
9189 * rebase to v4.0.5
9190 - LP: #1429756
9191 - LP: #1452175
9192 - LP: #1454656
9193 - LP: #1447909
9194 - LP: #1446517
9195 - LP: #1428947
9196 - LP: #1410704
9197 - LP: #1412800
9198 - LP: #1400215
9199 - LP: #1411193
9200 - LP: #1412800
9201 - LP: #1408295
9202 - LP: #1436745
9203
9204 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 09 Jun 2015 05:58:46 -0700
9205
9206linux (3.19.0-10.10) vivid; urgency=low
9207
9208 [ Andy Whitcroft ]
9209
9210 * [Packaging] control -- make element ordering deterministic
9211 * [Config] allow dracult to support initramfs as well
9212 - LP: #1109029
9213 * [Packaging] generate live watchdog blacklists
9214 - LP: #1432837
9215
9216 [ Leann Ogasawara ]
9217
9218 * [Config] CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
9219 - LP: #1397860
9220 * rebase to v3.19.2
9221
9222 [ Upstream Kernel Changes ]
9223
9224 * thinkpad_acpi: support new BIOS version string pattern
9225 - LP: #1417915
9226 * arm64: Invalidate the TLB corresponding to intermediate page table
9227 levels
9228 - LP: #1432546
9229 * perf tools: Support parsing parameterized events
9230 - LP: #1430341
9231 * perf tools: Extend format_alias() to include event parameters
9232 - LP: #1430341
9233 * perf Documentation: Add event parameters
9234 - LP: #1430341
9235 * perf tools: Document parameterized and symbolic events
9236 - LP: #1430341
9237 * perf: provide sysfs_show for struct perf_pmu_events_attr
9238 - LP: #1430341
9239 * perf: add PMU_EVENT_ATTR_STRING() helper
9240 - LP: #1430341
9241 * perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helper
9242 - LP: #1430341
9243 * powerpc/perf/hv-24x7: parse catalog and populate sysfs with events
9244 - LP: #1430341
9245 * powerpc/perf/{hv-gpci, hv-common}: generate requests with counters
9246 annotated
9247 - LP: #1430341
9248 * powerpc/perf/hv-gpci: add the remaining gpci requests
9249 - LP: #1430341
9250 * powerpc/perf/hv-24x7: Document sysfs event description entries
9251 - LP: #1430341
9252 * powerpc/iommu: Remove IOMMU device references via bus notifier
9253 - LP: #1425202
9254 * powerpc/pseries: Fix endian problems with LE migration
9255 - LP: #1428351
9256 * intel_idle: support additional Broadwell model
9257 - LP: #1400970
9258 * tools/power turbostat: support additional Broadwell model
9259 - LP: #1400970
9260 * KVM: x86: flush TLB when D bit is manually changed.
9261 - LP: #1397860
9262 * Optimize TLB flush in kvm_mmu_slot_remove_write_access.
9263 - LP: #1397860
9264 * KVM: Add generic support for dirty page logging
9265 - LP: #1397860
9266 * KVM: x86: switch to kvm_get_dirty_log_protect
9267 - LP: #1397860
9268 * KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for
9269 log dirty
9270 - LP: #1397860
9271 * KVM: MMU: Add mmu help functions to support PML
9272 - LP: #1397860
9273 * KVM: MMU: Explicitly set D-bit for writable spte.
9274 - LP: #1397860
9275 * KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
9276 - LP: #1397860
9277 * KVM: x86: Add new dirty logging kvm_x86_ops for PML
9278 - LP: #1397860
9279 * KVM: VMX: Add PML support in VMX
9280 - LP: #1397860
9281 * HID: multitouch: add support of clickpads
9282 * HID: multitouch: Add support for button type usage
9283
9284 [ Upstream Kernel Changes ]
9285
9286 * rebase to v3.19.2
9287 - LP: #1428947
9288
9289 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Mar 2015 15:28:16 +0000
9290
9291linux (3.19.0-9.9) vivid; urgency=low
9292
9293 [ Leann Ogasawara ]
9294
9295 * Release Tracking Bug
9296 - LP: #1430930
9297
9298 [ Shachar Raindel ]
9299
9300 * SAUCE: IB/core: Prevent integer overflow in ib_umem_get address
9301 arithmetic
9302 - LP: #1413741
9303 - CVE-2014-8159
9304
9305 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 11 Mar 2015 10:29:17 -0700
9306
9307linux (3.19.0-8.8) vivid; urgency=low
9308
9309 [ Andy Whitcroft ]
9310
9311 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
9312 - LP: #1426113
9313 * rebase to stable v3.19.1
9314
9315 [ John Johansen ]
9316
9317 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
9318 - LP: #1408833
9319
9320 [ Leann Ogasawara ]
9321
9322 * Release Tracking Bug
9323 - LP: #1429940
9324
9325 [ Upstream Kernel Changes ]
9326
9327 * xen: correct bug in p2m list initialization
9328 * net/mlx5_core: Fix configuration of log_uar_page_sz
9329 - LP: #1419938
9330 * tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send
9331 - LP: #1420575
9332 * net/mlx4_core: Maintain a persistent memory for mlx4 device
9333 - LP: #1422481
9334 * net/mlx4_core: Set device configuration data to be persistent across
9335 reset
9336 - LP: #1422481
9337 * net/mlx4_core: Refactor the catas flow to work per device
9338 - LP: #1422481
9339 * net/mlx4_core: Enhance the catas flow to support device reset
9340 - LP: #1422481
9341 * net/mlx4_core: Activate reset flow upon fatal command cases
9342 - LP: #1422481
9343 * net/mlx4_core: Manage interface state for Reset flow cases
9344 - LP: #1422481
9345 * net/mlx4_core: Handle AER flow properly
9346 - LP: #1422481
9347 * net/mlx4_core: Enable device recovery flow with SRIOV
9348 - LP: #1422481
9349 * net/mlx4_core: Reset flow activation upon SRIOV fatal command cases
9350 - LP: #1422481
9351 * tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()
9352 - LP: #1428111
9353 * rebase to v3.19.1
9354 - LP: #1410704
9355 - LP: #1411193
9356 - LP: #1400215
9357
9358 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Mar 2015 10:08:29 -0700
9359
9360linux (3.19.0-7.7) vivid; urgency=low
9361
9362 [ Andy Whitcroft ]
9363
9364 * Release Tracking Bug
9365 - LP: #1426013
9366
9367 [ Upstream Kernel Changes ]
9368
9369 * x86/irq: Fix regression caused by commit b568b8601f05
9370 * cxl: Fix leaking interrupts if attach process fails
9371 - LP: #1415102
9372 * cxl: Early return from cxl_handle_fault for a shut down context
9373 - LP: #1415102
9374 * cxl: Disable AFU debug flag
9375 - LP: #1415102
9376 * cxl: Disable SPAP register when freeing SPA
9377 - LP: #1415102
9378 * cxl: remove redundant increment of hwirq
9379 - LP: #1415102
9380 * cxl: Add tracepoints
9381 - LP: #1415102
9382 * cxl: Update CXL ABI documentation
9383 - LP: #1415102
9384 * cxl: Use image state defaults for reloading FPGA
9385 - LP: #1415102
9386 * cxl: Add image control to sysfs
9387 - LP: #1415102
9388 * cxl: Enable CAPP recovery
9389 - LP: #1415102
9390 * cxl: Add ability to reset the card
9391 - LP: #1415102
9392 * cxl: Fix device_node reference counting
9393 - LP: #1415102
9394 * cxl: Export optional AFU configuration record in sysfs
9395 - LP: #1415102
9396 * cxl: Fail AFU initialisation if an invalid configuration record is
9397 found
9398 - LP: #1415102
9399 * cxl: Add missing return statement after handling AFU errror
9400 - LP: #1415102
9401 * powerpc/eeh: Introduce flag EEH_PE_REMOVED
9402 - LP: #1415102
9403 * powerpc/eeh: Allow to set maximal frozen times
9404 - LP: #1415102
9405 * HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events
9406
9407 -- Andy Whitcroft <apw@canonical.com> Thu, 26 Feb 2015 16:00:18 +0000
9408
9409linux (3.19.0-6.6) vivid; urgency=low
9410
9411 [ Andy Whitcroft ]
9412
9413 * systemd -- fix hyper-v units to be non-forking
9414 - LP: #1401525
9415 * [Config] move vbox modules into linux-image
9416 * ubuntu: vbox -- update to 4.3.22-dfsg-1
9417
9418 [ Brad Figg ]
9419
9420 * SAUCE: DEP8 test to run our regression tests
9421
9422 [ Paolo Pisati ]
9423
9424 * [Config] I2C_CHARDEV=y
9425 - LP: #1417032
9426
9427 [ Upstream Kernel Changes ]
9428
9429 * PCI: Fix infinite loop with ROM image of size 0
9430 * tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma
9431 * Bluetooth: ath3k: workaround the compatibility issue with xHCI
9432 controller
9433 - LP: #1400215
9434
9435 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Feb 2015 12:44:43 +0000
9436
9437linux (3.19.0-5.5) vivid; urgency=low
9438
9439 [ Andy Whitcroft ]
9440
9441 * [Config] CONFIG_FA_DUMP=y
9442 - LP: #1415562
9443 * ubuntu: (no-squash) vbox -- infrastructure and updater
9444 * ubuntu: vbox -- update to 4.3.20-dfsg-1ubuntu1
9445 * rebase to v3.19 final
9446
9447 [ Chris J Arges ]
9448
9449 * [Config] Add ibmvfc to d-i
9450 - LP: #1416001
9451 * SAUCE: ext4: disable ext4_punch_hole for indirect filesystems
9452 - LP: #1292234
9453
9454 [ Upstream Kernel Changes ]
9455
9456 * rebase to v3.19
9457
9458 -- Andy Whitcroft <apw@canonical.com> Mon, 09 Feb 2015 10:41:11 +0000
9459
9460linux (3.19.0-4.4) vivid; urgency=low
9461
9462 [ Andy Whitcroft ]
9463
9464 * [Config] apply Kernel hacking >> Tracers config defaults
9465 * hyper-v -- fix comment handing in /etc/network/interfaces
9466 - LP: #1413020
9467 * rebase to v3.19-rc7
9468 * updateconfigs following rebase to v3.19-rc7
9469
9470 [ Ben Hutchings ]
9471
9472 * SAUCE: rtsx_usb_ms: Use msleep_interruptible() in polling loop
9473 - LP: #1413149
9474
9475 [ Upstream Kernel Changes ]
9476
9477 * rebase to v3.19-rc7
9478
9479 -- Andy Whitcroft <apw@canonical.com> Mon, 02 Feb 2015 17:03:07 +0200
9480
9481linux (3.19.0-3.3) vivid; urgency=low
9482
9483 [ Andy Whitcroft ]
9484
9485 * [Debian] arm64 -- build ubuntu drivers
9486 - LP: #1411284
9487 * [Packaging] config-check -- add support for enforced annotations
9488 * [Config] annotations -- switch to ENFORCED annotations
9489 * [Packaging] config-check -- drop support for enforce file
9490 * [Packaging] enforce -- drop empty enforce file
9491 * rebase to v3.19-rc5
9492 * [Config] add modules removed due to tighter dependencies
9493 * [Config] updateconfigs following rebase to v3.19-rc5
9494 * [Config] enforce CONFIG_FHANDLE=y
9495 - LP: #1412543
9496 * [Packaging] hyper-v -- daemons now require -n for non-forking startup
9497 - LP: #1408355
9498 * [Config] CONFIG_DEBUG_INFO_SPLIT=n
9499 - LP: #1413646
9500 * [Config] apply Device Drivers >> Character devices >> IPMI top-level
9501 message handler config defaults
9502 * [Config] apply Device Drivers >> Character devices >> Serial drivers
9503 config defaults
9504 * [Config] apply Device Drivers >> GPIO Support config defaults
9505 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
9506 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
9507 support) config defaults
9508 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
9509 Devices >> Support for frame buffer devices config defaults
9510 * [Config] apply Device Drivers >> HID support >> HID bus support >>
9511 Special HID drivers config defaults
9512 * [Config] apply Device Drivers >> Hardware Monitoring support config
9513 defaults
9514 * [Config] apply Device Drivers >> I2C support >> I2C support >> I2C
9515 Hardware Bus support config defaults
9516 * [Config] apply Device Drivers >> Industrial I/O support >> Analog to
9517 digital converters config defaults
9518 * [Config] apply Device Drivers >> Industrial I/O support >> Humidity
9519 sensors config defaults
9520 * [Config] apply Device Drivers >> Industrial I/O support >> Pressure
9521 sensors config defaults
9522 * [Config] apply Device Drivers >> Input device support >> Generic input
9523 layer (needed for keyboard, mouse, ...) >> Mice config defaults
9524 * [Config] apply Device Drivers >> Input device support >> Generic input
9525 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
9526 * [Config] apply Device Drivers >> LED Support >> LED Class Support
9527 config defaults
9528 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
9529 defaults
9530 * [Config] apply Device Drivers >> Multifunction device drivers config
9531 defaults
9532 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
9533 grabbers support >> Media test drivers config defaults
9534 * [Config] apply Device Drivers >> Multimedia support >> Media PCI
9535 Adapters config defaults
9536 * [Config] apply Device Drivers >> Multimedia support >> Remote
9537 Controller devices config defaults
9538 * [Config] apply Device Drivers >> Network device support >> Distributed
9539 Switch Architecture drivers config defaults
9540 * [Config] apply Device Drivers >> Network device support >> Network core
9541 driver support config defaults
9542 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
9543 >> Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) config
9544 defaults
9545 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
9546 >> Intel PRO/Wireless 2200BG and 2915ABG Network Connection config
9547 defaults
9548 * [Config] apply Device Drivers >> PHY Subsystem config defaults
9549 * [Config] apply Device Drivers >> Pin controllers config defaults
9550 * [Config] apply Device Drivers >> SPI support config defaults
9551 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
9552 Sound Architecture >> ALSA for SoC audio support config defaults
9553 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
9554 Sound Architecture >> FireWire sound devices config defaults
9555 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
9556 Sound Architecture >> HD-Audio config defaults
9557 * [Config] apply Device Drivers >> Staging drivers >> Lustre file system
9558 client support config defaults
9559 * [Config] apply Device Drivers >> Staging drivers >> Media staging
9560 drivers config defaults
9561 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
9562 USB Gadget Drivers >> USB functions configurable through configfs
9563 config defaults
9564 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
9565 USB Peripheral Controller config defaults
9566 * [Config] apply Networking support >> NFC subsystem support >> Near
9567 Field Communication (NFC) devices config defaults
9568 * [Config] apply Networking support >> Networking options >> Network
9569 packet filtering framework (Netfilter) >> Core Netfilter Configuration
9570 >> Netfilter nf_tables support config defaults
9571 * [Config] apply Networking support >> Networking options >> QoS and/or
9572 fair queueing >> Actions config defaults
9573 * [Config] apply Networking support >> Networking options >> TCP/IP
9574 networking config defaults
9575 * [Config] apply Networking support >> Wireless >> Generic IEEE 802.11
9576 Networking Stack (mac80211) config defaults
9577 * [Config] apply Device Drivers >> Input device support >> Generic input
9578 layer (needed for keyboard, mouse, ...) >> Keyboards config defaults
9579 * [Config] apply Device Drivers >> Input device support >> Generic input
9580 layer (needed for keyboard, mouse, ...) >> Mice config defaults
9581 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
9582 config defaults
9583 * [Config] apply Networking support >> Networking options >> Network
9584 packet filtering framework (Netfilter) >> IP: Netfilter Configuration
9585 >> IPv4 NAT config defaults
9586 * [Config] apply Networking support >> Networking options >> Network
9587 packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration
9588 >> IPv6 NAT config defaults
9589 * [Config] apply Kernel hacking >> Kernel debugging config defaults
9590 * [Config] apply General setup >> Timers subsystem >> Timer tick handling
9591 config defaults
9592 * SAUCE: arm64 -- psci tell the compiler which registers we are needing
9593 values in
9594 - LP: #1414002
9595 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
9596 >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N
9597 (iwlwifi) config defaults
9598 * [Config] apply Device Drivers >> Real Time Clock config defaults
9599 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
9600 support >> SCSI low-level drivers config defaults
9601 * [Config] apply General setup >> CPU/Task time and stats accounting >>
9602 Cputime accounting config defaults
9603 * [Config] apply Device Drivers >> Mailbox Hardware Support config
9604 defaults
9605 * rebase to v3.19-rc6
9606 * [Config] updateconfigs following rebase to v3.19-rc6
9607
9608 [ Kamal Mostafa ]
9609
9610 * [Packaging] force "dpkg-source -I -i" behavior
9611
9612 [ Leann Ogasawara ]
9613
9614 * [Config] Disable CONFIG_USB_OTG
9615 - LP: #1411295
9616
9617 [ Upstream Kernel Changes ]
9618
9619 * overlay: add backwards compatible overlayfs format support (fixes)
9620 - LP: #1410480
9621
9622 [ Upstream Kernel Changes ]
9623
9624 * rebase to v3.19-rc5
9625 * rebase to v3.19-rc6
9626
9627 -- Andy Whitcroft <apw@canonical.com> Mon, 26 Jan 2015 11:37:39 +0000
9628
9629linux (3.19.0-2.2) vivid; urgency=low
9630
9631 [ Andy Whitcroft ]
9632
9633 * rebase to v3.19-rc4
9634 * [Config] updateconfigs following rebase to v3.19-rc4
9635 * [Packaging] install all dtb files
9636 - LP: #1408002
9637 * [Config] switch on "all" dtbs
9638 - LP: #1408002
9639
9640 [ Colin Ian King ]
9641
9642 * SAUCE: drivers/rtc/interface.c: ignore exprired times when enqueing new
9643 timers
9644 - LP: #1333569
9645
9646 [ Joseph Salisbury ]
9647
9648 * [Config] Enable CONFIG_N_GSM as module.
9649 - LP: #1404670
9650
9651 [ K. Y. Srinivasan ]
9652
9653 * SAUCE: storvsc: force SPC-3 compliance on win8 and win8 r2 hosts
9654 - LP: #1406867
9655
9656 [ Steve McIntyre ]
9657
9658 * SAUCE: efi: Expose underlying UEFI firmware platform size to userland
9659 - LP: #1409750
9660
9661 [ Upstream Kernel Changes ]
9662
9663 * rebase to v3.19-rc4
9664
9665 -- Andy Whitcroft <apw@canonical.com> Tue, 13 Jan 2015 12:35:58 +0000
9666
9667linux (3.19.0-1.1) vivid; urgency=low
9668
9669 [ Andy Whitcroft ]
9670
9671 * Revert "SAUCE: AUFS -- aufs3-standalone.patch"
9672 * Revert "SAUCE: AUFS -- aufs3-mmap.patch"
9673 * Revert "SAUCE: AUFS -- aufs3-base.patch"
9674 * ubuntu: AUFS3 -- follow switch to vfs_fallocate
9675 * rebase to v3.19-rc1
9676 * rebase to v3.19-rc2
9677 * [Config] defaultconfigs following rebase to v3.19-rc2
9678 * ubuntu: aufs3 -- follow rename of d_child
9679 * ubuntu: aufs3 -- follow switch to d_splice_alias
9680 * ubuntu: aufs3 -- follow switch to get_unused_fd_flags()
9681 * ubuntu: aufs3 -- follow rename for d_alias
9682 * apparmor -- follow change to this_cpu_ptr
9683 * disable module checks for rebase
9684 * ubuntu: AUFS -- substrate: aufs3-base.patch
9685 * ubuntu: AUFS -- substrate: aufs3-mmap.patch
9686 * ubuntu: AUFS -- substrate: aufs3-standalone.patch
9687 * ubuntu: AUFS -- update to 92ad9cc8bd289bf8e59b6bd8d83137d8e1a58c1c
9688 * [Configs] updateconfigs following aufs update
9689 * v3.19 series start
9690 * rebase to v3.19-rc3
9691 * [Configs] updateconfigs following rebase to v3.19-rc3
9692 * [Packaging] uploadnum should be the remainder of the version
9693 - LP: #1407755
9694 * [Packaging] handle dts directories
9695 - LP: #1408004
9696 * [Config] follow move of arm64 dts' into vendor directories
9697
9698 [ Upstream Kernel Changes ]
9699
9700 * arm64: optimized copy_to_user and copy_from_user assembly code
9701 - LP: #1400349
9702 * iommu/ipmmu-vmsa: follow flag switch to IOMMU_NOEXEC
9703
9704 [ Upstream Kernel Changes ]
9705
9706 * rebase to v3.19-rc1
9707 - LP: #1173681
9708 * rebase to v3.19-rc2
9709 * rebase to v3.19-rc3
9710
9711 -- Andy Whitcroft <apw@canonical.com> Tue, 06 Jan 2015 14:30:02 +0000
9712
9713linux (3.18.0-7.8) vivid; urgency=low
9714
9715 [ Leann Ogasawara ]
9716
9717 * Release Tracking Bug
9718 - LP: #1401590
9719
9720 [ John Johansen ]
9721
9722 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
9723 - LP: #1362199
9724 * SAUCE: Revert: fix: only allow a single threaded process to ...
9725 - LP: #1371310
9726 * SAUCE: (no-up) fix: bad unix_addr_fs macro
9727 - LP: #1390223
9728 * SAUCE: (no-up) apparmor: add parameter to control whether policy
9729 hashing is used
9730 - LP: #1383886
9731 * [config] set apparmor config options
9732
9733 [ Seth Forshee ]
9734
9735 * [Config] CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n
9736 - LP: #1398458
9737
9738 [ Upstream Kernel Changes ]
9739
9740 * mfd: rtsx: Fix PM suspend for 5227 & 5249
9741 - LP: #1359052
9742 * mmc: sdhci-pci-o2micro: Fix Dell E5440 issue
9743 - LP: #1346067
9744
9745 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 11 Dec 2014 08:36:36 -0800
9746
9747linux (3.18.0-6.7) vivid; urgency=low
9748
9749 [ Andy Whitcroft ]
9750
9751 * Revert "SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
9752 assembly code"
9753 - LP: #1398596
9754 * rebase to v3.18
9755
9756 [ Chris J Arges ]
9757
9758 * [Config] CONFIG_PCIEASPM_DEBUG=y
9759 - LP: #1398544
9760
9761 [ Paolo Pisati ]
9762
9763 * [Config] armhf: VIRTIO_[BALLOON|MMIO]=y
9764 - LP: #1396470
9765
9766 [ Upstream Kernel Changes ]
9767
9768 * drivers:scsi:storvsc: Fix a bug in handling ring buffer failures that
9769 may result in I/O freeze
9770 - LP: #1400289
9771
9772 [ Upstream Kernel Changes ]
9773
9774 * rebase to v3.18
9775
9776 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 08 Dec 2014 09:15:17 -0800
9777
9778linux (3.18.0-5.6) vivid; urgency=low
9779
9780 [ Leann Ogasawara ]
9781
9782 * Release Tracking Bug
9783 - LP: #1398109
9784
9785 [ Andy Whitcroft ]
9786
9787 * [Config] CONFIG_SCSI_MQ_DEFAULT=n
9788 - LP: #1397061
9789 * rebase to v3.18-rc7
9790
9791 [ Chris J Arges ]
9792
9793 * [Config] CONFIG_SCOM_DEBUGFS=y for powerpc/powerpc64-smp
9794 ppc64el/generic
9795 - LP: #1395855
9796
9797 [ Upstream Kernel Changes ]
9798
9799 * rebase to v3.18-rc7
9800 - LP: #1389497
9801
9802 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 01 Dec 2014 10:09:09 -0800
9803
9804linux (3.18.0-4.5) vivid; urgency=low
9805
9806 [ Leann Ogasawara ]
9807
9808 * Release Tracking Bug
9809 - LP: #1395891
9810
9811 [ Andy Whitcroft ]
9812
9813 * rebase to v3.18-rc6
9814 * [Config] update configs following rebase to v3.18-rc6
9815 * [Config] enable overlayfs v1 support
9816
9817 [ Tim Gardner ]
9818
9819 * rebase to v3.18-rc5
9820
9821 [ Upstream Kernel Changes ]
9822
9823 * overlay: add backwards compatible overlayfs format support
9824 - LP: #1395877
9825
9826 [ Upstream Kernel Changes ]
9827
9828 * rebase to v3.18-rc5
9829 * rebase to v3.18-rc6
9830
9831 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 24 Nov 2014 13:12:48 -0800
9832
9833linux (3.18.0-3.4) vivid; urgency=low
9834
9835 [ Andy Whitcroft ]
9836
9837 * Revert "[Config] CONFIG_AUFS_FS=n for FTBS"
9838 * Revert "SAUCE: AUFS -- update to
9839 dcf336a754c86d5ee1c3d50699fd75c586d037cb"
9840 * Revert "SAUCE: aufs3 -- (no-up) aufs3-standalone.patch"
9841 * Revert "SAUCE: aufs3 -- (no-up) aufs3-base.patch"
9842 * [Config] amd64 is now the indep architecture
9843 * [Debian] basic hook support
9844 * SAUCE: AUFS -- aufs3-base.patch
9845 * SAUCE: AUFS -- aufs3-mmap.patch
9846 * SAUCE: AUFS -- aufs3-standalone.patch
9847 * ubuntu: AUFS -- update to 9d5c349d5c452170b8e813d86956f896a0aef170
9848 * [Config] updateconfigs following aufs3 update
9849 * SAUCE: AUFS (no-squash): basic framework and update machinary -- part 2
9850
9851 [ dann frazier ]
9852
9853 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
9854 - LP: #1388952
9855 * [Config] disable CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET
9856 * [Config] Disable CONFIG_RCU_USER_QS on arm64
9857
9858 [ Tim Gardner ]
9859
9860 * rebase to v3.18-rc4
9861
9862 [ Upstream Kernel Changes ]
9863
9864 * rebase to v3.18-rc4
9865 - LP: #1389497
9866 - LP: #1387128
9867
9868 -- Andy Whitcroft <apw@canonical.com> Tue, 11 Nov 2014 17:16:13 +0000
9869
9870linux (3.18.0-2.2) vivid; urgency=low
9871
9872 [ Tim Gardner ]
9873
9874 * SAUCE: nft_reject_bridge.c: Include net/ip6_checksum.h
9875
9876 [ Upstream Kernel Changes ]
9877
9878 * rebase to v3.18-rc3
9879
9880 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Nov 2014 06:09:06 -0700
9881
9882linux (3.18.0-1.1) vivid; urgency=low
9883
9884 [ Andy Whitcroft ]
9885
9886 * Revert "[Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el"
9887 * [Config] tools -- only build common tools when enabled
9888 * [Config] follow rename of DEB_BUILD_PROFILES
9889 * [Config] linux-image-extra is additive to linux-image
9890 - LP: #1375310
9891 * [Config] linux-image-extra postrm is not needed on purge
9892 * [Config] enable cloud tools on i386
9893 - LP: #1367399
9894
9895 [ Marc Dietrich ]
9896
9897 * [Config] arm/tegra/d-i: framebuffer and usb support for Tegra SoCs
9898
9899 [ Paolo Pisati ]
9900
9901 * [Config] armhf: REGULATOR_TWL4030=y
9902 * [Config] armhf: disable JUMP_LABEL
9903 - LP: #1378856
9904
9905 [ Tim Gardner ]
9906
9907 * rebase to v3.17-rc2
9908 * updateconfigs
9909 * [Config] CONFIG_NFC_ST21NFCB=n
9910 * [Config] Added net/6lowpan/* to generic inclusion list
9911 * [Config] Add arm64 to enforcer CONFIG_CC_STACKPROTECTOR
9912 * rebase to v3.17-rc3
9913 * rebase to v3.17-rc4
9914 * rebase to v3.17-rc5
9915 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y
9916 * [Config] CONFIG_XMON=y
9917 - LP: #1365655
9918 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el
9919 - LP: #1362514
9920 * [Config] CONFIG_KVM_BOOK3S_64_HV=m
9921 - LP: #1362514
9922 * [Config] CONFIG_DMA_CMA=n
9923 - LP: #1362261
9924 * [Config] Add mpt3sas to d-i
9925 - LP: #1368907
9926 * [Debian] set do_*_tools after stage1 or bootstrap is determined
9927 - LP: #1370211
9928 * [Config] CONFIG_USB_OHCI_HCD_PCI=y
9929 - LP: #1244176
9930 * rebase to v3.17-rc6
9931 * SAUCE: usbip: Update include path
9932 * [Debian] usbip tools packaging
9933 - LP: #898003
9934 * [Config] Enable usbip tools
9935 - LP: #898003
9936 * [Config] CONFIG_CRASH_DUMP=n for powerpc-smp
9937 - LP: #1363180
9938 * [Config] Correct annotation regarding CONFIG_DMA_CMA
9939 - LP: #1362261
9940 * [Config] CONFIG_SND_HDA_INTEL=n for ppc64el
9941 - LP: #1374438
9942 * [Config] CONFIG_HOTPLUG_PCI_SHPC=n for ppc64el
9943 - LP: #1374440
9944 * [Debian] Don't fail if a symlink already exists
9945 * rebase to v3.17-rc7
9946 * [Config] CONFIG_HOTPLUG_PCI_PCIE=n for ppc64el
9947 - LP: #1374440
9948 * rebase to v3.17
9949 * rebase to v3.18-rc1
9950 * [Config] CONFIG_AUFS_FS=n for FTBS
9951 * Enable vivid
9952 * [Config] CONFIG_SOUND_OSS_CORE_PRECLAIM=n
9953 - LP: #1385510
9954 * rebase to v3.18-rc2
9955 * [Debian] Fix linux-doc dangling symlinks
9956 - LP: #661306
9957 * CONFIG_MODULE_COMPRESS=n
9958 * [Config] dropped scsi_tgt from generic inclusion list
9959 * [Config] Added drivers/uio to generic inclusion list
9960 * [Config] CONFIG_PATA_MACIO=y
9961 - LP: #1378894
9962 * [Config] CONFIG_DRM_BOCHS=n
9963 * [Debian] install usbipd
9964 - LP: #898003
9965
9966 [ Upstream Kernel Changes ]
9967
9968 * rebase to v3.18-rc2
9969
9970 [ Upstream Kernel Changes ]
9971
9972 * rebase to v3.18-rc1
9973 - LP: #1316518
9974 - LP: #1371591
9975 - LP: #1357928
9976
9977 [ Upstream Kernel Changes ]
9978
9979 * rebase to v3.17
9980
9981 [ Upstream Kernel Changes ]
9982
9983 * rebase to v3.17-rc7
9984
9985 [ Upstream Kernel Changes ]
9986
9987 * rebase to v3.17-rc6
9988
9989 [ Upstream Kernel Changes ]
9990
9991 * rebase to v3.17-rc5
9992
9993 [ Upstream Kernel Changes ]
9994
9995 * rebase to v3.17-rc4
9996
9997 [ Upstream Kernel Changes ]
9998
9999 * rebase to v3.17-rc3
10000
10001 [ Upstream Kernel Changes ]
10002
10003 * rebase to v3.17-rc2
10004 - LP: #1358116
10005 - LP: #1350148
10006 - LP: #1334950
10007 - LP: #1329580
10008 - LP: #1329580
10009 - LP: #1329580
10010
10011 [ Upstream Kernel Changes ]
10012
10013 * rebase to v3.17-rc2
10014
10015 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:36:19 -0600
10016
10017linux (3.17.0-0.0) utopic; urgency=medium
10018
10019 * Empty entry
10020
10021 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:34:44 -0600
10022
10023linux (3.16.0-11.16) utopic; urgency=low
10024
10025 [ Mauricio Faria de Oliveira ]
10026
10027 * [Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el
10028 - LP: #1358920
10029
10030 [ Peter Zijlstra ]
10031
10032 * SAUCE: (no-up) mmu_notifier: add call_srcu and sync function for listener to delay call and sync
10033 - LP: #1361300
10034
10035 [ Tim Gardner ]
10036
10037 * [Config] CONFIG_ZPOOL=y
10038 - LP: #1360428
10039 * Release Tracking Bug
10040 - LP: #1361308
10041
10042 [ Upstream Kernel Changes ]
10043
10044 * Revert "net/mlx4_en: Fix bad use of dev_id"
10045 - LP: #1347012
10046 * net/mlx4_en: Reduce memory consumption on kdump kernel
10047 - LP: #1347012
10048 * net/mlx4_en: Fix mac_hash database inconsistency
10049 - LP: #1347012
10050 * net/mlx4_en: Disable blueflame using ethtool private flags
10051 - LP: #1347012
10052 * net/mlx4_en: current_mac isn't updated in port up
10053 - LP: #1347012
10054 * net/mlx4_core: Use low memory profile on kdump kernel
10055 - LP: #1347012
10056 * Drivers: scsi: storvsc: Change the limits to reflect the values on the host
10057 - LP: #1347169
10058 * Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host
10059 - LP: #1347169
10060 * Drivers: scsi: storvsc: Filter commands based on the storage protocol version
10061 - LP: #1347169
10062 * Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version
10063 - LP: #1347169
10064 * Drivers: scsi: storvsc: Implement a eh_timed_out handler
10065 - LP: #1347169
10066 * drivers: scsi: storvsc: Set srb_flags in all cases
10067 - LP: #1347169
10068 * drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure
10069 - LP: #1347169
10070 * namespaces: Use task_lock and not rcu to protect nsproxy
10071 - LP: #1328088
10072 * net: xgene: Check negative return value of xgene_enet_get_ring_size()
10073 * mm/zbud: change zbud_alloc size type to size_t
10074 - LP: #1360428
10075 * mm/zpool: implement common zpool api to zbud/zsmalloc
10076 - LP: #1360428
10077 * mm/zpool: zbud/zsmalloc implement zpool
10078 - LP: #1360428
10079 * mm/zpool: update zswap to use zpool
10080 - LP: #1360428
10081 * ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling
10082 - LP: #1341296
10083 * iommu/amd: Fix for pasid initialization
10084 - LP: #1361300
10085 * iommu/amd: Moving PPR fault flags macros definitions
10086 - LP: #1361300
10087 * iommu/amd: Drop oprofile dependency
10088 - LP: #1361300
10089 * iommu/amd: Fix typo in amd_iommu_v2 driver
10090 - LP: #1361300
10091 * iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid
10092 - LP: #1361300
10093 * iommu/amd: Don't free pasid_state in mn_release path
10094 - LP: #1361300
10095 * iommu/amd: Get rid of __unbind_pasid
10096 - LP: #1361300
10097 * iommu/amd: Drop pasid_state reference in ppr_notifer error path
10098 - LP: #1361300
10099 * iommu/amd: Add pasid_state->invalid flag
10100 - LP: #1361300
10101 * iommu/amd: Don't hold a reference to mm_struct
10102 - LP: #1361300
10103 * iommu/amd: Don't hold a reference to task_struct
10104 - LP: #1361300
10105 * iommu/amd: Don't call the inv_ctx_cb when pasid is not set up
10106 - LP: #1361300
10107 * iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid
10108 - LP: #1361300
10109 * iommu/amd: Remove change_pte mmu_notifier call-back
10110 - LP: #1361300
10111 * iommu/amd: Fix device_state reference counting
10112 - LP: #1361300
10113 * iommu/amd: Fix 2 typos in comments
10114 - LP: #1361300
10115
10116 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Aug 2014 08:45:54 -0400
10117
10118linux (3.16.0-10.15) utopic; urgency=low
10119
10120 [ dann frazier ]
10121
10122 * [debian] Fix regression with ABI subversions and backport
10123
10124 [ Feng Kan ]
10125
10126 * SAUCE: (no-up) irqchip:gic: change access of gicc_ctrl register to read
10127 modify write.
10128 - LP: #1357527
10129 * SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
10130 assembly code
10131 - LP: #1358949
10132
10133 [ Stefan Bader ]
10134
10135 * SAUCE: bcache: prevent crash on changing writeback_running
10136 - LP: #1357295
10137
10138 [ Tim Gardner ]
10139
10140 * [Config] CONFIG_XFRM_STATISTICS=y
10141 * [Config] CONFIG_SECURITY_NETWORK_XFRM=y
10142 * [Config] CONFIG_SENSORS_IBMPOWERNV=m
10143 - LP: #1353005
10144 * Release Tracking Bug
10145 - LP: #1359783
10146
10147 [ Upstream Kernel Changes ]
10148
10149 * intel_idle: Broadwell support
10150 - LP: #1256170
10151 * powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
10152 - LP: #1357108
10153 * powerpc/powernv: Invoke opal call to handle hmi.
10154 - LP: #1357108
10155 * powerpc/book3s: handle HMIs for cpus in nap mode.
10156 - LP: #1357108
10157 * powerpc/book3s: Fix endianess issue for HMI handling on napping cpus.
10158 - LP: #1357108
10159 * powerpc: Add smp_mb() to arch_spin_is_locked()
10160 - LP: #1358569
10161 * powerpc: Add smp_mb()s to arch_spin_unlock_wait()
10162 - LP: #1358569
10163 * hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and
10164 temperature
10165 - LP: #1353005
10166 * tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition
10167 - LP: #1358855
10168 * printk: Add function to return log buffer address and size
10169 - LP: #1359423
10170 * powerpc/powernv: Interface to register/unregister opal dump region
10171 - LP: #1359423
10172 * bcache: fix crash on shutdown in passthrough mode
10173 - LP: #1357295
10174 * bcache: fix uninterruptible sleep in writeback thread
10175 - LP: #1357295
10176
10177 [ Vinayak Kale ]
10178
10179 * SAUCE: (no-up) dt-bindings: Add Potenza PMU binding
10180 - LP: #1357527
10181 * SAUCE: (no-up) arm64: dts: Add PMU node for APM X-Gene Storm SOC
10182 - LP: #1357527
10183
10184 -- Tim Gardner <tim.gardner@canonical.com> Fri, 15 Aug 2014 12:34:33 -0600
10185
10186linux (3.16.0-9.14) utopic; urgency=low
10187
10188 [ Tim Gardner ]
10189
10190 * Release Tracking Bug
10191 - LP: #1357370
10192
10193 [ Serge Hallyn ]
10194
10195 * SAUCE: Overlayfs: allow unprivileged mounts
10196 - LP: #1357025
10197
10198 [ Upstream Kernel Changes ]
10199
10200 * MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
10201 * Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
10202 * dts: Add bindings for APM X-Gene SoC ethernet driver
10203 * drivers: net: Add APM X-Gene SoC ethernet driver support.
10204 * powerpc/thp: Add write barrier after updating the valid bit
10205 - LP: #1357014
10206 * powerpc/thp: Don't recompute vsid and ssize in loop on invalidate
10207 - LP: #1357014
10208 * powerpc/thp: Invalidate old 64K based hash page mapping before insert
10209 of 4k pte
10210 - LP: #1357014
10211 * powerpc/thp: Handle combo pages in invalidate
10212 - LP: #1357014
10213 * powerpc/thp: Invalidate with vpn in loop
10214 - LP: #1357014
10215 * powerpc/thp: Use ACCESS_ONCE when loading pmdp
10216 - LP: #1357014
10217 * powerpc/mm: Use read barrier when creating real_pte
10218 - LP: #1357014
10219 * powerpc/thp: Add tracepoints to track hugepage invalidate
10220 - LP: #1357014
10221 * rebase to v3.16.1
10222
10223 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Aug 2014 08:18:02 -0400
10224
10225linux (3.16.0-8.13) utopic; urgency=low
10226
10227 [ Tim Gardner ]
10228
10229 * Release Tracking Bug
10230 - LP: #1356403
10231
10232 [ dann frazier ]
10233
10234 * [debian] Allow for package revisions condusive for branching
10235
10236 [ Upstream Kernel Changes ]
10237
10238 * ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controller driver.
10239 - LP: #1350087
10240 * ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA Host controller driver.
10241 - LP: #1350087
10242 * powerpc/powernv: Enable M64 aperatus for PHB3
10243 - LP: #1355469
10244 * powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE
10245 - LP: #1352994
10246 * powerpc: Add machine_early_initcall()
10247 - LP: #1352640
10248 * powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall()
10249 - LP: #1352640
10250 * powerpc/eeh: Avoid event on passed PE
10251 - LP: #1352640
10252 * powerpc/eeh: EEH support for VFIO PCI device
10253 - LP: #1352640
10254 * powerpc/eeh: sysfs entries lost
10255 - LP: #1352640
10256 * powerpc/powernv: Fix IOMMU table for VFIO dev
10257 - LP: #1352640
10258 * powerpc/eeh: Fetch IOMMU table in reliable way
10259 - LP: #1352640
10260 * powerpc/eeh: Refactor EEH flag accessors
10261 - LP: #1352640
10262 * powerpc/eeh: Selectively enable IO for error log
10263 - LP: #1352640
10264 * powerpc/eeh: Reduce lines of log dump
10265 - LP: #1352640
10266 * powerpc/eeh: Replace pr_warning() with pr_warn()
10267 - LP: #1352640
10268 * powerpc/eeh: Make diag-data not endian dependent
10269 - LP: #1352640
10270 * powerpc/eeh: Aux PE data for error log
10271 - LP: #1352640
10272 * PCI: Support BAR sizes up to 128GB
10273 - LP: #1352640
10274 * powerpc/powernv: Allow to freeze PE
10275 - LP: #1352640
10276 * powerpc/powernv: Split ioda_eeh_get_state()
10277 - LP: #1352640
10278 * powerpc/powernv: Handle compound PE
10279 - LP: #1352640
10280 * powerpc/powernv: Handle compound PE for EEH
10281 - LP: #1352640
10282 * powerpc/powernv: Handle compound PE in config accessors
10283 - LP: #1352640
10284 * mnt: Only change user settable mount flags in remount
10285 - LP: #1356318
10286 - CVE-2014-5206
10287 * mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
10288 - LP: #1356318
10289 - CVE-2014-5206
10290 * mnt: Correct permission checks in do_remount
10291 - LP: #1356323
10292 - CVE-2014-5207
10293 * mnt: Change the default remount atime from relatime to the existing value
10294 - LP: #1356323
10295 - CVE-2014-5207
10296
10297 -- Tim Gardner <tim.gardner@canonical.com> Sun, 10 Aug 2014 09:10:51 -0600
10298
10299linux (3.16.0-7.12) utopic; urgency=low
10300
10301 [ Andy Whitcroft ]
10302
10303 * rebase to v3.16 final
10304 * [Config] d-i -- add virtio_scsi to virtio-modules
10305 - LP: #1342000
10306
10307 [ dann frazier ]
10308
10309 * [Packaging] Fix 'printchanges' to work with versions containing '+'
10310
10311 [ Tim Gardner ]
10312
10313 * [Config] CONFIG_MICROCODE=y
10314 - LP: #1084373
10315 * [Config] CONFIG_CONTEXT_TRACKING_FORCE=n
10316 - LP: #1349028
10317 * [Config] Add hv_balloon to d-i virtio-modules
10318 - LP: #1292216
10319 * Release Tracking Bug
10320 - LP: #1354530
10321
10322 [ Upstream Kernel Changes ]
10323
10324 * rebase to v3.16
10325
10326 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Jul 2014 09:55:15 -0400
10327
10328linux (3.16.0-6.11) utopic; urgency=low
10329
10330 [ Paolo Pisati ]
10331
10332 * [Config] armhf: MXS_DMA=y && MTD_NAND_GPMI_NAND=m
10333 * [Config] armhf: KEYBOARD_IMX=m
10334 * [Config] armhf: build cubox & imx6 DTBs
10335 * [Config] armhf: RTC_DRV_PCF8523=y
10336
10337 [ Tim Gardner ]
10338
10339 * [Config] CONFIG_KEYS_DEBUG_PROC_KEYS=y
10340 - LP: #1344405
10341 * [Config] CONFIG_SCSI_IPR_TRACE=y, CONFIG_SCSI_IPR_DUMP=y
10342 - LP: #1343109
10343 * Release Tracking Bug
10344 - LP: #1349196
10345
10346 [ Upstream Kernel Changes ]
10347
10348 * rebase to v3.16-rc7
10349
10350 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Jul 2014 09:08:55 -0400
10351
10352linux (3.16.0-5.10) utopic; urgency=low
10353
10354 [ Tim Gardner ]
10355
10356 * Release Tracking Bug
10357 - LP: #1346298
10358 * [Config] CONFIG_GPIO_SYSFS=y
10359 - LP: #1342153
10360 * rebase to v3.16-rc6
10361
10362 [ Paolo Pisati ]
10363
10364 * [Config] enable ARCH_MVEBU*
10365 * [Config] AHCI_MVEBU=m
10366 * [Config] ARMADA_THERMAL=y
10367 * [Config] ARM_ARMADA_370_XP_CPUIDLE=y
10368 * [Config] CRYPTO_DEV_MV_CESA=m
10369 * [Config] I2C_MV64XXX=m
10370 * [Config] MMC_MVSDIO=m
10371 * [Config] MMC_SDHCI_DOVE=m
10372 * [Config] MTD_NAND_ORION=m
10373 * [Config] MTD_NAND_PXA3xx=m
10374 * [Config] MVNETA=m
10375 * [Config] MV_XOR=y
10376 * [Config] ORION_WATCHDOG=m
10377 * [Config] PCI_MVEBU=y
10378 * [Config] RTC_DRV_MV=y
10379 * [Config] SND_KIRKWOOD_SOC*=m
10380 * [Config] SPI_ORION=m
10381 * [Config] USB_XHCI_MVEBU=m
10382 * [Config] armhf: build all Armada and Dove DTBs
10383 * [Config] armhf: SERIAL_8250_DW=y
10384
10385 [ Upstream Kernel Changes ]
10386
10387 * rebase to v3.16-rc6
10388
10389 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Jul 2014 07:49:42 -0400
10390
10391linux (3.16.0-4.9) utopic; urgency=low
10392
10393 [ Tim Gardner ]
10394
10395 * Release Tracking Bug
10396 - LP: #1341543
10397
10398 [ Upstream Kernel Changes ]
10399
10400 * rebase to v3.16-rc5
10401
10402 -- Tim Gardner <tim.gardner@canonical.com> Sun, 13 Jul 2014 21:30:27 -0400
10403
10404linux (3.16.0-3.8) utopic; urgency=low
10405
10406 [ Tim Gardner ]
10407
10408 * Release Tracking Bug
10409 - LP: #1340091
10410
10411 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jul 2014 10:06:47 +0100
10412
10413linux (3.16.0-2.7) utopic; urgency=low
10414
10415 [ Andy Whitcroft ]
10416
10417 * ubuntu: aufs3 -- avoid aufs3-mmap.patch include hell for arm64
10418 ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
10419
10420 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Jul 2014 16:16:28 +0100
10421
10422linux (3.16.0-2.6) utopic; urgency=low
10423
10424 [ Andy Whitcroft ]
10425
10426 * Revert "ubuntu: aufs3 -- (no-up) aufs3-mmap.patch"
10427 Fixes FTBS.
10428
10429 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 17:29:26 +0100
10430
10431linux (3.16.0-2.5) utopic; urgency=low
10432
10433 [ Andy Whitcroft ]
10434
10435 * ubuntu -- fix basic format for ubuntu/Makefile
10436 * ubuntu: AUFS (no-squash): basic framework and update machinary
10437 * ubuntu: aufs3 -- update update scripting
10438 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
10439 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
10440 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
10441 * ubuntu: AUFS -- update to dcf336a754c86d5ee1c3d50699fd75c586d037cb
10442 * [Configs] AUFS configs
10443 * ubuntu: aufs3 -- reenable
10444
10445 [ Tim Gardner ]
10446
10447 * CONFIG_LATENCYTOP=n
10448
10449 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 15:27:35 +0100
10450
10451linux (3.16.0-2.4) utopic; urgency=low
10452
10453 [ Andy Whitcroft ]
10454
10455 * [Config] flip VIRTIO*=y
10456 * [Config] commonise CONFIG_SWIOTLB=y
10457 * [Config] apply Bus options (PCI etc.) >> PCI support config defaults
10458 * [Config] apply Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED)
10459 config defaults
10460 * [Config] apply Device Drivers >> Block devices config defaults
10461 * [Config] apply Device Drivers >> Character devices config defaults
10462 * [Config] apply Device Drivers >> DMA Engine support config defaults
10463 * [Config] apply Device Drivers >> EDAC (Error Detection And Correction)
10464 reporting config defaults
10465 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
10466 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
10467 support) config defaults
10468 * [Config] apply Device Drivers >> GPIO Support config defaults
10469 * [Config] apply Device Drivers >> Graphics support >> Console display
10470 driver support config defaults
10471 * [Config] apply Device Drivers >> IIO staging drivers >> Accelerometers
10472 config defaults
10473 * [Config] apply Device Drivers >> IOMMU Hardware Support config defaults
10474 * [Config] apply Device Drivers >> Input device support >> Generic input
10475 layer (needed for keyboard, mouse, ...) >> Miscellaneous devices config
10476 defaults
10477 * [Config] apply Device Drivers >> Input device support >> Hardware I/O
10478 ports config defaults
10479 * [Config] apply Device Drivers >> LED Support >> LED Class Support
10480 config defaults
10481 * [Config] apply Device Drivers >> Hardware Spinlock drivers config
10482 defaults
10483 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
10484 grabbers support config defaults
10485 * [Config] apply Security options config defaults
10486 * [Config] apply Networking options >> Network packet filtering framework
10487 (Netfilter) >> Core Netfilter Configuration config defaults
10488 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
10489 defaults
10490 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
10491 Devices >> Support for frame buffer devices config defaults
10492 * [Config] apply Power management and ACPI options >> CPU Frequency
10493 scaling config defaults
10494 * [Config] apply Processor type and features config defaults
10495 * [Config] apply Partition Types config defaults
10496 * [Config] apply Power management and ACPI options config defaults
10497 * [Config] apply Device Drivers >> InfiniBand support config defaults
10498 * [Config] apply Device Drivers >> Misc devices config defaults
10499 * [Config] apply Device Drivers >> Multifunction device drivers config
10500 defaults
10501 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
10502 support >> SCSI low-level drivers config defaults
10503 * [Config] apply Device Drivers >> Network device support >> Ethernet
10504 driver support config defaults
10505 * [Config] apply Device Drivers >> Network device support >> Network core
10506 driver support config defaults
10507 * [Config] apply Device Drivers >> Network device support >> PHY Device
10508 support and infrastructure config defaults
10509 * [Config] apply File systems >> Network File Systems config defaults
10510 * [Config] apply Device Drivers >> Input device support >> Generic input
10511 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
10512 * [Config] apply Device Drivers >> Memory Technology Device (MTD) support
10513 >> NAND Device Support config defaults
10514 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
10515 >> Ralink driver support config defaults
10516 * [Config] apply Device Drivers >> Staging drivers config defaults
10517 * [Config] apply Cryptographic API >> Hardware crypto devices config
10518 defaults
10519 * [Config] apply Device Drivers >> Macintosh device drivers config
10520 defaults
10521 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
10522 config defaults
10523 * [Config] apply Device Drivers >> PPS support config defaults
10524 * [Config] apply Device Drivers >> Sound card support config defaults
10525 * [Config] apply Networking support >> RF switch subsystem support config
10526 defaults
10527 * [Config] apply Library routines config defaults
10528 * [Config] apply Device Drivers >> CODEC drivers config defaults
10529 * [Config] apply Device Drivers >> PHY Subsystem config defaults
10530 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
10531 config defaults
10532 * [Config] apply Kernel hacking >> Tracers config defaults
10533 * [Config] apply Kernel hacking >> Runtime Testing config defaults
10534 * [Config] apply Kernel hacking >> Architecture: powerpc config defaults
10535 * [Config] apply Device Drivers >> USB support config defaults
10536 * [Config] apply Device Drivers >> Power supply class support config
10537 defaults
10538 * [Config] apply Device Drivers >> USB Network Adapters config defaults
10539 * [Config] apply General setup >> IRQ subsystem config defaults
10540 * [Config] apply General setup config defaults
10541 * [Config] apply File systems >> Miscellaneous filesystems config
10542 defaults
10543 * [Config] apply File systems config defaults
10544 * [Config] apply Device Drivers >> Userspace I/O drivers config defaults
10545 * [Config] apply Device Drivers >> Virtio drivers config defaults
10546 * [Config] apply Device Drivers >> USB Peripheral Controller config
10547 defaults
10548 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
10549 support >> SCSI Transports config defaults
10550 * [Config] apply Device Drivers >> Real Time Clock config defaults
10551 * [Config] apply Device Drivers >> Serial ATA and Parallel ATA drivers
10552 (libata) config defaults
10553 * [Config] apply Device Drivers >> SoC Audio for Freescale CPUs config
10554 defaults
10555 * [Config] apply Device Drivers >> Voltage and Current Regulator Support
10556 config defaults
10557 * [Config] apply Device Drivers >> USB Physical Layer drivers config
10558 defaults
10559 * [Config] apply Device Drivers >> Watchdog Timer Support config defaults
10560 * [Config] powerpc-powerpc-e500mc FTBFS -- CONFIG_CRASH_DUMP=n
10561 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_IMA=n
10562 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_HIBERNATION=n
10563 CONFIG_HOTPLUG_CPU=n
10564 * [Config] ppc64el-generic FTBFS -- CONFIG_LUSTRE_FS=n
10565 * [Config] drivers/message/fusion needs scsi_transport_spi in virtual
10566 * [Config] drivers/acpi/acpi_ipmi.ko needs
10567 drivers/char/ipmi/ipmi_msghandler.ko in virtual
10568 * [Config] armhf-* FTBFS -- CONFIG_STACK_TRACER=n
10569 CONFIG_FUNCTION_TRACER=n
10570 * [Config] ignore modules changing following major config changes
10571
10572 [ Tim Gardner ]
10573
10574 * rebase to v3.16-rc4
10575
10576 [ Upstream Kernel Changes ]
10577
10578 * rebase to v3.16-rc4
10579 - LP: #1297581
10580
10581 -- Andy Whitcroft <apw@canonical.com> Thu, 03 Jul 2014 11:00:43 +0100
10582
10583linux (3.16.0-1.3) utopic; urgency=low
10584
10585 [ Andy Whitcroft ]
10586
10587 * Revert "Disable do_tools_perf for FTBS"
10588 * SAUCE: fix perf_regs definitions for arm64
10589
10590 [ Paolo Pisati ]
10591
10592 * [Config] armhf: ARCH_EXYNOS5* support
10593 * [Config] armhf: CPU_IDLE=y and ARM_EXYNOS_CPUIDLE=y
10594 * [Config] armhf: EXYNOS_THERMAL=y
10595 * [Config] armhf: EXYNOS_IOMMU=y
10596 * [Config] armhf: EXYNOS_ADC=m
10597 * [Config] armhf: EXYNOS_I2C_EXYNOS5=m
10598 * [Config] armhf: MMC_SDHCI_S3C=m
10599 * [Config] armhf: PCI_EXYNOS=y
10600 * [Config] armhf: PHY_EXYNOS5250_SATA=y
10601 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y
10602 * [Config] armhf: PWM_SAMSUNG=m
10603 * [Config] armhf: RTC_DRV_S3C=y
10604 * [Config] armhf: S3C2410_WATCHDOG=m
10605 * [Config] armhf: MMC_DW_EXYNOS=m
10606 * [Config] armhf: SERIAL_SAMSUNG=y
10607 * [Config] armhf: SND_SOC_SAMSUNG=m
10608 * [Config] armhf: SPI_S3C64XX=m
10609 * [Config] armhf: EXYNOS_VIDEO=y and VIDEO_SAMSUNG*=m
10610 * [Config] armhf: FB_S3C=m
10611 * [Config] armhf: build all Exynos 5 DTBs
10612 * [Config] armhf: disable CPUFREQ_EXYNOS
10613
10614 [ Tim Gardner ]
10615
10616 * rebase to v3.16-rc3
10617
10618 [ Upstream Kernel Changes ]
10619
10620 * rebase to v3.16-rc3
10621 - LP: #1331915
10622
10623 -- Tim Gardner <tim.gardner@canonical.com> Tue, 24 Jun 2014 08:58:09 -0600
10624
10625linux (3.16.0-0.2) utopic; urgency=low
10626
10627 [ Tim Gardner ]
10628
10629 * Revert "SAUCE: intel_pstate -- toggle default to disable"
10630 - LP: #1333322
10631 * CONFIG_BOOKE_WDT=y
10632 * Disable do_tools_perf for FTBS (just until I can figure it out)
10633
10634 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Jun 2014 13:37:53 -0600
10635
10636linux (3.16.0-0.1) utopic; urgency=low
10637
10638 [ Tim Gardner ]
10639
10640 * Release Tracking Bug
10641 - LP: #1333265
10642
10643 [ Andy Whitcroft ]
10644
10645 * [Config] cloud-tools -- add systemd units
10646 - LP: #1329027
10647
10648 [ dann frazier ]
10649
10650 * [Config] CONFIG_RTC_DRV_XGENE=y for arm64
10651 * [Config] CONFIG_NET_XGENE=m for arm64
10652 * [Config] Restrict CONFIG_POWER_RESET_SYSCON to arm64 only
10653
10654 [ Feng Kan ]
10655
10656 * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node
10657 * SAUCE: (no-up) Add documentation for generic SYSCON reboot driver.
10658 * SAUCE: (no-up) Select reboot driver for X-Gene platform.
10659
10660 [ Iyappan Subramanian ]
10661
10662 * SAUCE: (no-up) MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
10663 * SAUCE: (no-up) Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
10664 * SAUCE: (no-up) dts: Add bindings for APM X-Gene SoC ethernet driver
10665 * SAUCE: (no-up) drivers: net: Add APM X-Gene SoC ethernet driver support.
10666
10667 [ Tim Gardner ]
10668
10669 * updateconfigs
10670 * Fix arm64 crypto Makefile
10671 * [Config] CONFIG_BOOKE_WDT=n for FTBS
10672 * [Debian] Add UTS_UBUNTU_RELEASE_ABI to utsrelease.h
10673 - LP: #1327619
10674 * Disabled powerpc64-emb for FTBS
10675 * [Config] CONFIG_DRM_TEGRA=m
10676 * [Config] CONFIG_CMA_SIZE_MBYTES=64
10677 * rebase to v3.16-rc2
10678 * Clean up generic.inclusion-list warnings
10679
10680 [ Upstream Kernel Changes ]
10681
10682 * rebase to v3.16-rc2
10683 - LP: #1328587
10684 - LP: #1319291
10685 - LP: #1310512
10686 - LP: #1310512
10687 - LP: #1305480
10688
10689 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Jun 2014 12:26:09 +0000
10690
10691linux (3.15.0-6.11) utopic; urgency=low
10692
10693 [ Adam Conrad ]
10694
10695 * Enable building the sata-modules udeb on ppc64el.
10696 - LP: #1323980
10697 * [Packaging] Set bootloader and loader on ppc64el to grub
10698
10699 [ Adam Lee ]
10700
10701 * SAUCE: (no-up) rtlwifi: rtl8723be: disable MSI interrupts mode
10702 - LP: #1310512, #1320070
10703
10704 [ Alex Hung ]
10705
10706 * SAUCE: (no-up) dell-led: add mic mute led interface
10707 - LP: #1308297
10708
10709 [ Andy Whitcroft ]
10710
10711 * [Config] d-i -- add hyperv_keyboard to serial-modules udeb
10712 - LP: #1285434
10713 * [Config] tools -- enable cpupower on ppc64el
10714 * [Config] ppc64el -- enable perf tools
10715 * [Config] powerpc -- enable perf tools
10716 * [Config] ppc64el -- reduce MAX_ORDER with 64k pages
10717 * [Config] arm64 -- enable tools
10718 - LP: #1326050
10719 * [Config] switch hyper-keyboard to virtual
10720 - LP: #1325306
10721 * [Config] fix up Breaks/Replaces on linux-cloud-tools-common to fix
10722 upgrades
10723 * SAUCE: kvm: BIOS disabled kvm support should be a warning
10724 - LP: #1300247
10725 * SAUCE: nouveau: missing outputs should be warnings
10726 - LP: #1300244
10727 * [Config] d-i -- add nvme devices to block-modules udeb
10728 - LP: #1303710
10729
10730 [ Anton Blanchard ]
10731
10732 * SAUCE: (no-up) powerpc: 64bit sendfile is capped at 2GB
10733 - LP: #1328230
10734
10735 [ Colin Ian King ]
10736
10737 * SAUCE: intel_pstate: inform user that thermald is worth considering
10738
10739 [ Dave Chiluk ]
10740
10741 * [Config] Enable CONFIG_IP_VS_IPV6=y
10742 - LP: #1300739
10743
10744 [ Paolo Pisati ]
10745
10746 * [Config] build vexpress a9 dtb
10747 - LP: #1303657
10748
10749 [ Tetsuo Handa ]
10750
10751 * SAUCE: kthread: Do not leave kthread_create() immediately upon SIGKILL.
10752
10753 [ Tim Gardner ]
10754
10755 * Release Tracking Bug
10756 - LP: #1329045
10757 * [Debian] Treat vdso install as an environment variable
10758 - LP: #1325713
10759 * [Config] Treat vdso install as an environment variable
10760 - LP: #1325713
10761 * [config] Set IPMI suppoort default to "y"
10762 * [Config] powerpc -- CONFIG_SCSI_IBMVSCSI=y
10763 * [Config] CONFIG_RT_GROUP_SCHED=n
10764 - LP: #1284731
10765 * [Config] ppc64el -- switch to 64K system pages
10766 * [Config] CONFIG_MICROCODE_EARLY=y
10767 * [Config] SND_DAVINCI_SOC && SND_AM33XX_SOC_EVM =m
10768 * [Config] armhf: DRM_TILCDC=m
10769 * SAUCE: (no-up) mei_me: Add module parameter to disable MSI
10770 * [Config] arm64: KVM=y
10771 * [Config] armhf: LEDS_TRIGGER_HEARTBEAT=y
10772 * [Config] armhf: generic: disable CPU_IDLE
10773 * [Config] armhf: CPU_FREQ=y
10774 * [Config] Add new mlx modules to d-i
10775 * [Config] Added Muti-Arch support for linux-headers-PKGVER-ABINUM, linux-tools-common, and linux-cloud-tools-common
10776 - LP: #1295112
10777 * [Config] CONFIG_EXYNOS_ADC=n, CONFIG_HW_RANDOM_EXYNOS=n, CONFIG_MMC_DW_EXYNOS=n, CONFIG_USB_DWC3_EXYNOS=n
10778 - LP: #1294353
10779 * [Config] CONFIG_ABX500_CORE=y for ppc64el
10780 * [Config] CONFIG_ALX=m for powerpc
10781 * [Config] CONFIG_ACENIC_OMIT_TIGON_I=n for ppc64el
10782 * [Config] CONFIG_ACORN_PARTITION_*=n for ppc64el
10783 * [Config] CONFIG_ANDROID=n for powerpc
10784 * [Config] CONFIG_ASYNC_RAID6_TEST=m for ppc64el
10785 * [Config] CONFIG_BIG_KEYS=y for ppc64el
10786 * [Config] CONFIG_BSD_PROCESS_ACCT=y for ppc64el
10787 * rebase to v3.15
10788 * [Config] CONFIG_PHY_XGENE=y
10789 * [Config] CONFIG_MLX4_DEBUG=y
10790 - LP: #1328256
10791 * [Config] CONFIG_POWERNV_CPUFREQ=y for powerpc, ppc64el
10792 - LP: #1324571
10793 * [Config] CONFIG_BLK_DEV_SR_VENDOR=n for ppc64el
10794 * [Config] CONFIG_CFG80211=m for ppc64el
10795 * [Config] CONFIG_CHARGER_BQ24190=m for powerpc
10796 * [Config] CONFIG_CHARGER_BQ24735=m for powerpc
10797 * [Config] CONFIG_EXPERT=y for ppc64el
10798 * [Config] CONFIG_ATA_SFF=y on ppc64el
10799 * [Config] CONFIG_ATA_GENERIC=y for ppc64el, powerpc
10800 * [Config] CONFIG_CHR_DEV_ST=m for ppc64el
10801 * [Config] CONFIG_CHECKPOINT_RESTORE=y for ppc64el
10802 * [Config] CONFIG_CHELSIO_T1_1G=y for ppc64el
10803 * [Config] CONFIG_CHR_DEV_OSST=m for ppc64el
10804 * [Config] CONFIG_CHR_DEV_SCH=m for ppc64el
10805 * [Config] CONFIG_CPU_FREQ_STAT=y for powerpc
10806 * [Config] CONFIG_DDR=y for ppc64el
10807 * [Config] CONFIG_DEBUG_BUGVERBOSE=y for powerpc
10808 * [Config] CONFIG_E100=m, CONFIG_E1000=m, CONFIG_E1000E=m for ppc64el
10809 * [Config] CONFIG_EZX_PCAP=n for all arches
10810 * [Config] CONFIG_DYNAMIC_DEBUG=y for powerpc
10811 * [Config] CONFIG_ENABLE_MUST_CHECK=n for ppc64el
10812 * [Config] CONFIG_ENABLE_WARN_DEPRECATED=n for ppc64el
10813 * [Config] CONFIG_FB_3DFX=m for all arches
10814 * [Config] CONFIG_FB_MATROX=m for ppc64el
10815 * [Config] CONFIG_FB_RADEON=m for ppc64el
10816 * [Config] CONFIG_FB_SAVAGE_I2C=y for all arches
10817 * [Config] CONFIG_FIREWIRE=m for ppc64el
10818 * [Config] CONFIG_FTR_FIXUP_SELFTEST=n for ppc64el
10819 * [Config] CONFIG_HAMRADIO=y for ppc64el
10820 * [Config] CONFIG_I2C_CHARDEV=m for ppc64el
10821 * [Config] CONFIG_I2C_MUX=m for ppc64el
10822 * [Config] CONFIG_I2C_STUB=m for ppc64el
10823 * [Config] CONFIG_I2O=m for ppc64el
10824 * [Config] CONFIG_INET_XFRM_MODE_BEET=m, CONFIG_INET_XFRM_MODE_TRANSPORT=m, CONFIG_INET_XFRM_MODE_TUNNEL=m for ppc64el
10825 * [Config] CONFIG_INFINIBAND_IPOIB_DEBUG=n, CONFIG_INFINIBAND_MTHCA_DEBUG=n for ppc64el
10826 * [Config] CONFIG_INFINIBAND_NES=m, CONFIG_INFINIBAND_OCRDMA=m, CONFIG_INFINIBAND_QIB=m for ppc64el
10827 * [Config] CONFIG_INPUT_FF_MEMLESS=m for ppc64el
10828 * [Config] CONFIG_INTERVAL_TREE_TEST=m for ppc64el
10829 * [Config] CONFIG_IPACK_BUS=m for ppc64el
10830 * [Config] CONFIG_ISDN=y for ppc64el
10831 * [Config] CONFIG_ISO9660_FS=m for ppc64el
10832 * [Config] CONFIG_KGDB=y for ppc64el
10833 * [Config] CONFIG_KVM_GUEST=y for ppc64el
10834 * [Config] CONFIG_L2TP_V3=y for powerpc
10835 * [Config] CONFIG_MAILBOX=y for ppc64el
10836 * [Config] CONFIG_MD_LINEAR=m, CONFIG_MD_RAID0=m, CONFIG_MD_RAID1=m for ppc64el
10837 * [Config] CONFIG_MEDIA_SUPPORT=m for ppc64el
10838 * [Config] CONFIG_MEMORY=y for ppc64el
10839 * [Config] CONFIG_MEMSTICK=m for ppc64el
10840 * [Config] CONFIG_MFD_SM501_GPIO=n for ppc64el
10841 * [Config] CONFIG_MMC_BLOCK=m for ppc64el
10842 * [Config] CONFIG_MOUSE_PS2=m for ppc64el
10843 * [Config] CONFIG_NET_9P=m for ppc64el
10844 * [Config] CONFIG_MSDOS_FS=m for ppc64el
10845 * [Config] CONFIG_MSI_BITMAP_SELFTEST=n for ppc64el
10846 * [Config] CONFIG_MTD=m for arm64
10847 * [Config] CONFIG_NETCONSOLE=m for ppc64el
10848 * [Config] CONFIG_NETFILTER_XT_TARGET_NOTRACK=m for ppc64el
10849 * [Config] CONFIG_NET_IPIP=m for ppc64el
10850 * [Config] CONFIG_NET_TEAM=m for all arches
10851 * [Config] CONFIG_NFC=m for ppc64el
10852 * [Config] CONFIG_NL80211_TESTMODE=n for all arches
10853 * [Config] CONFIG_NLS_CODEPAGE_437=y for powerpc
10854 * [Config] CONFIG_NLS_ASCII=m, CONFIG_NLS_ISO8859_1=m, CONFIG_NLS_UTF8=m for ppc64el
10855 * [Config] CONFIG_NOP_USB_XCEIV=m for ppc64el
10856 * [Config] CONFIG_NOTIFIER_ERROR_INJECTION=m for ppc64el
10857 * [Config] CONFIG_OPROFILE=m for ppc64el
10858 * [Config] CONFIG_PARPORT_1284=y for ppc64el
10859 * [Config] CONFIG_PARPORT_AX88796=m, CONFIG_PARPORT_PC_FIFO=y, CONFIG_PARPORT_SERIAL=m for ppc64el
10860 * [Config] CONFIG_8723AU_P2P=n
10861 * [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
10862 * [Config] CONFIG_PCNET32=m for ppc64el
10863 * [Config] CONFIG_SCSI_DH_EMC=m for ppc64el
10864 * [Config] CONFIG_SCSI_DH_HP_SW=m for ppc64el
10865 * [Config] CONFIG_SCSI_FC_ATTRS=m for ppc64el
10866 * [Config] CONFIG_SCSI_IPR=m for ppc64el
10867 * [Config] CONFIG_SCSI_LOGGING=y for ppc64el
10868 * [Config] CONFIG_SCSI_OSD_INITIATOR=m for ppc64el
10869 * [Config] CONFIG_SCSI_SCAN_ASYNC=y for ppc64el
10870 * [Config] CONFIG_SCSI_SYM53C8XX_2=m for ppc64el
10871 * [Config] CONFIG_XILINX_LL_TEMAC=m for powerpc
10872 * [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y for ppc64el
10873 * [Config] CONFIG_WLAN=y for arm64
10874 * [Config] CONFIG_VORTEX=m for ppc64el
10875 * [Config] CONFIG_WIMAX=m for ppc64el
10876 * [Config] CONFIG_WATCHDOG=y for ppc64el
10877 * [Config] CONFIG_VIRT_DRIVERS=y for ppc64el
10878 * [Config] CONFIG_VERSION_SIGNATURE="" for powerpc64-emb
10879 * [Config] CONFIG_UWB=m for ppc64el
10880 * [Config] CONFIG_USB_STORAGE=y
10881 * [Config] CONFIG_SATA_AHCI_PLATFORM=y for armhf
10882 * [Config] CONFIG_HID_RMI=m
10883 * [Config] CONFIG_HVC_DCC=n
10884 - LP: #1303657
10885
10886 [ Upstream Kernel Changes ]
10887
10888 * mm/numa: Remove BUG_ON() in __handle_mm_fault()
10889 - LP: #1323165
10890 * powerpc/powernv: Add calls to support little endian host
10891 - LP: #1327400
10892 * HID: rmi: introduce RMI driver for Synaptics touchpads
10893 * HID: rmi: do not stop the device at the end of probe
10894 * HID: rmi: check for the existence of some optional queries before reading query 12
10895 * HID: rmi: do not fetch more than 16 bytes in a query
10896 * HID: rmi: fix wrong struct field name
10897 * HID: rmi: fix masks for x and w_x data
10898 * HID: rmi: do not handle touchscreens through hid-rmi
10899 * ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops
10900 - LP: #1305480
10901 * rebase to v3.15
10902
10903 -- Tim Gardner <tim.gardner@canonical.com> Tue, 03 Jun 2014 17:02:49 +0000
10904
10905linux (3.15.0-5.10) utopic; urgency=low
10906
10907 [ Tim Gardner ]
10908
10909 * Release Tracking Bug
10910 - LP: #1325596
10911 * [Config] CONFIG_POWERNV_CPUFREQ=y for ppc64el
10912 * rebase to v3.15-rc8
10913
10914 [ Upstream Kernel Changes ]
10915
10916 * rebase to v3.15-rc8
10917
10918 -- Tim Gardner <tim.gardner@canonical.com> Mon, 02 Jun 2014 12:59:34 +0000
10919
10920linux (3.15.0-4.9) utopic; urgency=low
10921
10922 * no change rebuild to fix embeded debhelper.
10923
10924 -- Andy Whitcroft <apw@canonical.com> Thu, 29 May 2014 12:41:58 +0100
10925
10926linux (3.15.0-4.8) utopic; urgency=low
10927
10928 [ Andy Whitcroft ]
10929
10930 * Release Tracking Bug
10931 - LP: #1324107
10932 * [Config] enable SECURITY_APPARMOR_UNCONFINED_INIT
10933
10934 [ Javier Martinez Canillas ]
10935
10936 * SAUCE: (no-up) apparmor: fix bug that constantly spam the console
10937 - LP: #1323526
10938
10939 [ John Johansen ]
10940
10941 * SAUCE: (no-up) apparmor: Sync to apparmor3 - alpha6 snapshot
10942 - LP: #1323528
10943 * SAUCE: (no-up) apparmor: fix apparmor spams log with warning message
10944 - LP: #1308761
10945 * SAUCE: (no-up) apparmor: fix refcount bug in apparmor pivotroot
10946 - LP: #1308765
10947 * SAUCE: (no-up): apparmor: fix apparmor refcount bug in apparmor_kill
10948 - LP: #1308764
10949 * SAUCE: (no-up): apparmor: use custom write_is_locked macro
10950 - LP: #1323530
10951
10952 [ Kamal Mostafa ]
10953
10954 * [Config] add debian/gbp.conf
10955
10956 [ Tim Gardner ]
10957
10958 * [Config] CONFIG_SATA_AHCI=m for ppc64el
10959 - LP: #1323980
10960
10961 -- Andy Whitcroft <apw@canonical.com> Wed, 28 May 2014 12:47:17 +0100
10962
10963linux (3.15.0-3.7) utopic; urgency=low
10964
10965 [ Tim Gardner ]
10966
10967 * Release Tracking Bug
10968 - LP: #1323189
10969
10970 [ Andy Whitcroft ]
10971
10972 * [Config] autopkgtest -- need fakeroot for tests
10973
10974 [ Upstream Kernel Changes ]
10975
10976 * rebase to v3.15-rc7
10977
10978 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 May 2014 08:12:50 +0200
10979
10980linux (3.15.0-2.6) utopic; urgency=low
10981
10982 [ Andy Whitcroft ]
10983
10984 * [Config] remove the kernel-image firmware list on clean
10985
10986 [ Martin Pitt ]
10987
10988 * [Config] autopkgtest -- switch to significantly faster rebuild
10989
10990 [ Stefan Bader ]
10991
10992 * [Config]: Add missing modules to inclusion list
10993
10994 [ Tim Gardner ]
10995
10996 * [debian] Dynamically generate the kernel-image udebs firmware list
10997 * [d-i] firmware/kernel-image is generated
10998 * rebase to v3.15-rc6
10999 * Release Tracking Bug
11000 - LP: #1322251
11001
11002 [ Upstream Kernel Changes ]
11003
11004 * rebase to v3.15-rc6
11005 - LP: #1297581
11006
11007 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 May 2014 10:51:29 -0700
11008
11009linux (3.15.0-1.5) utopic; urgency=low
11010
11011 [ Tim Gardner ]
11012
11013 * [Config] Add apm-mustang.dtb to kernel-image udeb
11014
11015 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 May 2014 14:47:42 -0700
11016
11017linux (3.15.0-1.4) utopic; urgency=low
11018
11019 [ Andy Whitcroft ]
11020
11021 * Revert "SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the
11022 local linux/hyperv.h"
11023 * Revert "SAUCE: (no-up) hv -- bodge hv_kvp_daemon so it can use the
11024 local linux/hyperv.h"
11025 * [Packaging] tools -- hv tools build correctly against the built headers
11026 * [Packaging] cloud-tools -- add the hv_fcopy_daemon to the package
11027 * cloud-tools -- pull in init scripts for Hyper-V daemons
11028 * cloud-tools -- detect Hyper-V VM to avoid starting
11029 * cloud-tools -- update IF_NAME to DEVICE in hv_* scripts
11030 - LP: #1295401
11031 * [Config] cloud-tools: reenable cloud-tools
11032
11033 -- Andy Whitcroft <apw@canonical.com> Sun, 18 May 2014 19:21:04 +0100
11034
11035linux (3.15.0-1.3) utopic; urgency=low
11036
11037 [ Andy Whitcroft ]
11038
11039 * [Packaging] ppc64el is a powerpc kernel arch and needs its quirks
11040 - LP: #1318848
11041
11042 [ Ben Collins ]
11043
11044 * [Config] Switch to grub-ieee1275 as recommended on book3e systems
11045 - LP: #1318629
11046
11047 [ Tim Gardner ]
11048
11049 * [Config] CONFIG_FSL_PAMU=n
11050 - LP: #1311738
11051 * Release Tracking Bug
11052 - LP: #1320239
11053
11054 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 May 2014 07:37:07 -0600
11055
11056linux (3.15.0-1.2) utopic; urgency=low
11057
11058 [ Tim Gardner ]
11059
11060 * Release Tracking Bug
11061 - LP: #1318171
11062 * Add rpcsec_gss_krb5 to generic inclusion list
11063 - LP: #769527
11064 * rebase to v3.15-rc5
11065
11066 [ Upstream Kernel Changes ]
11067
11068 * rebase to v3.15-rc5
11069 - LP: #1297581
11070
11071 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 May 2014 15:20:10 -0500
11072
11073linux (3.15.0-0.1) utopic; urgency=low
11074
11075 [ Upstream Kernel Changes ]
11076
11077 * rebase to v3.15-rc4
11078 - LP: #1297581
11079 - LP: #1297581
11080 - LP: #1305133
11081 - LP: #1297581
11082 - LP: #1297581
11083 - LP: #871808
11084 - LP: #1260303
11085 - LP: #1268468
11086 - LP: #1248116
11087 - LP: #1211920
11088 - LP: #1259790
11089 - LP: #1259437
11090 - LP: #1259435
11091 - LP: #1268468
11092
11093 -- Tim Gardner <tim.gardner@canonical.com> Fri, 07 Feb 2014 09:35:13 -0700
11094
11095linux (3.15.0-0.0) utopic; urgency=low
11096
11097 * Initial version for 3.15.
11098
11099 -- Andy Whitcroft <apw@canonical.com> Fri, 02 May 2014 15:06:39 +0100
11100
11101linux (3.13.0-8.27) trusty; urgency=low
11102
11103 [ John Johansen ]
11104
11105 * SAUCE: Add config option to disable new apparmor 3 semantics
11106 -LP: #1270215
11107
11108 [ Tim Gardner ]
11109
11110 * [debian] Fix indep_hdrs_pkg_name
11111 - LP: #1134441
11112 * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3
11113 * Enabled lttng build
11114 * Don't build lttng for armhf
11115 lttng hates gcc-4.8 for armhf
11116 * Release Tracking Bug
11117 - LP: #1277309
11118
11119 [ Upstream Kernel Changes ]
11120
11121 * rebase to v3.13.2
11122 - LP: #1260303
11123 - LP: #1260303
11124 - LP: #1268468
11125
11126 -- Tim Gardner <tim.gardner@canonical.com> Thu, 06 Feb 2014 09:25:51 -0700
11127
11128linux (3.13.0-7.26) trusty; urgency=low
11129
11130 [ John Johansen ]
11131
11132 * SAUCE: apparmor: fix uninitialized lsm_audit membe
11133 - LP: #1268727
11134 * Add config option to optionally enable new apparmor 3 semantics
11135
11136 [ Tim Gardner ]
11137
11138 * [Config] Add lowlatency to getabis
11139 * [Config] CONFIG_SECURITY_APPARMOR_AA3_SEMANTICS=y
11140 - LP: #1270215
11141 * Release Tracking Bug
11142 - LP: #1276810
11143
11144 [ Upstream Kernel Changes ]
11145
11146 * x86, x32: Correct invalid use of user timespec in the kernel
11147 - LP: #1274349
11148 - CVE-2014-0038
11149
11150 -- Tim Gardner <tim.gardner@canonical.com> Wed, 05 Feb 2014 15:49:44 -0500
11151
11152linux (3.13.0-7.25) trusty; urgency=low
11153
11154 [ Andy Whitcroft ]
11155
11156 * Revert "SAUCE: fix fmd headers"
11157 * SAUCE: fix fmd headers
11158
11159 -- Andy Whitcroft <apw@canonical.com> Tue, 04 Feb 2014 09:36:09 +0000
11160
11161linux (3.13.0-7.24) trusty; urgency=low
11162
11163 [ Stefan Bader ]
11164
11165 * [Config] Make vmwgfx driver enable the framebuffer device
11166
11167 [ Tim Gardner ]
11168
11169 * rebase to v3.13.1
11170 * [Config] CONFIG_NFS_FS=m for ppc64el
11171 * [Config] CONFIG_X86_SYSFB=n
11172 https://lists.ubuntu.com/archives/kernel-team/2014-February/038166.html
11173 * Release Tracking Bug
11174 - LP: #1275898
11175
11176 [ Upstream Kernel Changes ]
11177
11178 * i2c: piix4: Add support for AMD ML and CZ SMBus changes
11179 - LP: #1272525
11180 * i2c: piix4: Use different message for AMD Auxiliary SMBus Controller
11181 - LP: #1272525
11182 * mm: ignore VM_SOFTDIRTY on VMA merging
11183 - LP: #1274917
11184 * drm/radeon: disable dpm on BTC
11185 - LP: #1266984
11186
11187 [ Upstream Kernel Changes ]
11188
11189 * rebase to v3.13.1
11190
11191 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Jan 2014 15:24:48 +0000
11192
11193linux (3.13.0-6.23) trusty; urgency=low
11194
11195 [ Andy Whitcroft ]
11196
11197 * [Config] fix up architecture for linux-tools
11198
11199 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jan 2014 09:00:41 +0000
11200
11201linux (3.13.0-6.22) trusty; urgency=low
11202
11203 [ Andy Whitcroft ]
11204
11205 * [Packaging] limit linux-udebs-<flavour> to matching arch
11206 * [Config] powerpc -- disable perf to fix FTBFS
11207 * [Config] ppc64el -- fix up missing udebs
11208
11209 -- Andy Whitcroft <apw@canonical.com> Wed, 29 Jan 2014 16:00:28 +0000
11210
11211linux (3.13.0-6.21) trusty; urgency=low
11212
11213 [ Andy Fleming ]
11214
11215 * SAUCE: net: Add support for handling queueing in hardware
11216 * SAUCE: of_mdio: Add of_phy_attach function
11217 * SAUCE: phylib: Add generic 10G driver
11218 * SAUCE: phylib: Support attaching to gen10g_driver
11219 * SAUCE: phylib: Add Clause 45 read/write functions
11220
11221 [ Andy Whitcroft ]
11222
11223 * SAUCE: fix fmd headers
11224 * [Packaging] lowlatency -- merge out of tree flavours
11225 * SAUCE: allow IRQs to be irq-threaded by default via config
11226 * [Config]: enable CONFIG_IRQ_FORCED_THREADING_DEFAULT for lowlatency
11227 * [Config] powerpc -- fix up Build-depends:
11228 * Release Tracking Bug
11229 - LP: #1273747
11230
11231 [ Ben Collins ]
11232
11233 * SAUCE: PPC: PCI: Fix pcibios_io_space_offset() so it works for 32-bit
11234 ptr/64-bit rsrcs
11235 * SAUCE: Revert "phy: vitesse make vsc824x_add_skew static"
11236 * SAUCE: Fixup freescale usb phy driver to work on ppc64
11237 * SAUCE: xgmac_mdio: Silence read errors
11238 * SAUCE: Provide booke stub for kvmppc_is_bigendian()
11239 * SAUCE: Fix stack overflow on ppc32
11240 * SAUCE: Use resource_size_t instead of long for PCI resource address
11241 * SAUCE: net/phy: Export function for use by dpaa_eth
11242 * [Packaging] powerpc -- merge out of tree powerpc arch
11243
11244 [ Bjorn Helgaas ]
11245
11246 * SAUCE: Revert "EISA: Log device resources in dmesg"
11247 - LP: #1251816
11248 * SAUCE: Revert "EISA: Initialize device before its resources"
11249 - LP: #1251816
11250
11251 [ Emil Medve ]
11252
11253 * SAUCE: phylib: Minimum hack to get the generic 10G PHY driver to work
11254 with 10G "fixed-link"s
11255
11256 [ Kumar Gala ]
11257
11258 * SAUCE: fsl_qbman: Add drivers for Freescale DPAA Qman & Bman
11259 * SAUCE: fsl_pme2: Add support for DPAA PME
11260 * SAUCE: fmd: FMD14 integration
11261 * SAUCE: dpaa_eth: Ethernet driver for Freescale QorIQ DPA Architecture
11262 * SAUCE: powerpc/85xx: Add DPAA/networking support for CoreNet
11263
11264 [ Madalin Bucur ]
11265
11266 * SAUCE: net/flow: remove sleeping and deferral mechanism from
11267 flow_cache_flush
11268 * SAUCE: net/phy: abort genphy_read_status when link changes during speed
11269 and duplex reading
11270
11271 [ Stefan Bader ]
11272
11273 * [Config] move some VMWare related modules into main package
11274 - LP: #1271669
11275
11276 [ Tim Gardner ]
11277
11278 * [Config] Add r815x to nic-modules
11279 - LP: #1273735
11280 * [Config] CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
11281 - LP: #239479
11282
11283 [ Upstream Kernel Changes ]
11284
11285 * mmc: sdhci-pci: break out definitions to header file
11286 - LP: #1239938
11287 * mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hosts
11288 - LP: #1239938
11289 * powerpc/book3e: rename interrupt_end_book3e with __end_interrupts
11290 * powerpc/book3e: support CONFIG_RELOCATABLE
11291 * book3e/kexec/kdump: enable kexec for kernel
11292 * book3e/kexec/kdump: create a 1:1 TLB mapping
11293 * book3e/kexec/kdump: introduce a kexec kernel flag
11294 * book3e/kexec/kdump: implement ppc64 kexec specfic
11295 * book3e/kexec/kdump: redefine VIRT_PHYS_OFFSET
11296 * book3e/kexec/kdump: recover "r4 = 0" to create the initial TLB
11297
11298 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jan 2014 22:59:46 +0000
11299
11300linux (3.13.0-5.20) trusty; urgency=low
11301
11302 [ Andy Whitcroft ]
11303
11304 * [Packaging] tools -- do not make symlinks when not making packages
11305 * [Packaging] tools -- tidy up control.stub.in ordering
11306 * [Packaging] tools -- tools-common is shared and not conditional
11307 * rebase to v3.13
11308
11309 [ Dirk Brandewie ]
11310
11311 * SAUCE: intel_pstate: Add setting voltage value for baytrail P states.
11312
11313 [ KY Srinivasan ]
11314
11315 * SAUCE: Drivers: hv: vmbus: Specify the target CPU that should receive
11316 notification
11317
11318 [ Upstream Kernel Changes ]
11319
11320 * rebase to v3.13
11321 - LP: #1270603
11322
11323 -- Andy Whitcroft <apw@canonical.com> Fri, 17 Jan 2014 15:45:31 +0000
11324
11325linux (3.13.0-4.19) trusty; urgency=low
11326
11327 [ Andy Whitcroft ]
11328
11329 * [Config] libunwind8-dev is now available for ppc64el
11330 * [Packaging] tools -- make cpupower optional
11331 * [Packaging] tools -- enable correctly for x86
11332
11333 [ Tim Gardner ]
11334
11335 * Release Tracking Bug
11336 - LP: #1269872
11337
11338 [ Upstream Kernel Changes ]
11339
11340 * SAUCE: ARM: OMAP: hwmod: Add SYSC offsets for AES IP
11341 * SAUCE: ARM: OMAP4: hwmod: Add hwmod data for AES IP
11342 * SAUCE: OMAP: AM33xx: hwmod: Correct AES module SYSC type
11343 * SAUCE: crypto: omap-aes: add error check for pm_runtime_get_sync
11344
11345 [ Upstream Kernel Changes ]
11346
11347 * rebase to 85ce70fdf48aa290b4845311c2dd815d7f8d1fa5
11348
11349 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Jan 2014 13:23:05 +0000
11350
11351linux (3.13.0-3.18) trusty; urgency=low
11352
11353 [ Andy Whitcroft ]
11354
11355 * rebase to v3.13-rc8
11356 * [Packaging] efi -- allow EFI signatures on any arch
11357
11358 [ Tim Gardner ]
11359
11360 * [Config] Fix vcs-git path
11361 * Release Tracking Bug
11362 - LP: #1268683
11363
11364 [ Upstream Kernel Changes ]
11365
11366 * rebase to v3.13-rc8
11367
11368 -- Andy Whitcroft <apw@canonical.com> Sun, 12 Jan 2014 11:58:01 +0000
11369
11370linux (3.13.0-2.17) trusty; urgency=low
11371
11372 [ Andy Whitcroft ]
11373
11374 * Release Tracking Bug
11375 - LP: #1267809
11376 * [Config] apply Platform support>>CPUIdle driver>>CPU Idle config
11377 defaults
11378 * [Config] apply Platform support>>CPU Frequency scaling config defaults
11379 * [Config] CONFIG_PARIDE_EPATC8=y
11380 * [Config] apply Device Drivers >> Broadcom specific AMBA config defaults
11381 * [Config] apply Bus options >> PCI support >> RapidIO support >> RapidIO
11382 Switch drivers config defaults
11383 * [Config] apply Cryptographic API config defaults
11384 * [Config] apply Device Drivers >> Common Clock Framework config defaults
11385 * [Config] apply Device Drivers >> Distributed Switch Architecture
11386 drivers config defaults
11387 * [Config] apply Device Drivers >> Graphics support >> Backlight & LCD
11388 device support config defaults
11389 * [Config] apply Device Drivers >> Graphics support >> Support for frame
11390 buffer devices >> Bootup logo config defaults
11391 * annotations -- update in tree annotations
11392 * [Config] apply Bus options >> PCI support >> RapidIO support config
11393 defaults
11394 * [Config] CONFIG_POWER_AVS=y CONFIG_RESET_CONTROLLER=y
11395 * [Config] apply Device Drivers >> 1-wire Bus Masters config defaults
11396 * [Config] apply CAN Device Drivers >> Platform CAN drivers with Netlink
11397 support config defaults
11398 * [Config] apply Device Drivers >> Character devices >> Serial drivers
11399 config defaults
11400 * [Config] apply Device Drivers >> Generic Thermal sysfs driver config
11401 defaults
11402 * [Config] apply Device Drivers >> Character devices >> TPM Hardware
11403 Support config defaults
11404 * [Config] apply Device Drivers >> Character devices config defaults
11405 * [Config] apply Device Drivers >> HID support >> USB HID support >> USB
11406 HID transport layer config defaults
11407 * [Config] apply Device Drivers >> HID support >> HID bus support config
11408 defaults
11409 * [Config] apply Device Drivers >> HID support >> USB HID support config
11410 defaults
11411 * annotations -- update in tree annotations
11412 * [Config] apply Device Drivers >> GPIO Support config defaults
11413 * [Config] update configs for apparmour update
11414
11415 [ John Johansen ]
11416
11417 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
11418 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
11419 - LP: #1208988
11420 * SAUCE: apparmor: allocate path lookup buffers during init
11421 - LP: #1208988
11422 * SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy
11423 - LP: #1236455
11424
11425 [ Tim Gardner ]
11426
11427 * Revert "[Debian] getabis: Preface module with package name"
11428 * [Config] Added ppc64el to getabis
11429 * [packaging] Bump ABI for every new release
11430
11431 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jan 2014 11:48:39 +0000
11432
11433linux (3.13.0-1.16) trusty; urgency=low
11434
11435 * First 3.13 upload.
11436 * Release tracker
11437 - LP: #1266852
11438
11439 -- Tim Gardner <tim.gardner@canonical.com> Tue, 07 Jan 2014 09:21:26 -0700
11440
11441linux (3.13.0-0.15) trusty; urgency=low
11442
11443 [ Tim Gardner ]
11444
11445 * rebase to v3.13-rc7
11446
11447 [ Upstream Kernel Changes ]
11448
11449 * rebase to v3.13-rc7
11450
11451 -- Tim Gardner <tim.gardner@canonical.com> Sun, 05 Jan 2014 06:13:33 -0700
11452
11453linux (3.13.0-0.14) trusty; urgency=low
11454
11455 [ Andy Whitcroft ]
11456
11457 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
11458
11459 [ Tim Gardner ]
11460
11461 * Remove ubuntu/dm-raid4-5 in favor of CONFIG_MD_RAID456
11462 * Update lttng to Version 2.4.0-rc2
11463 * lttng: Disabled trace_kvm_async_pf_completed
11464 * [Config] CONFIG_IMA=y
11465 - LP: #1244627
11466
11467 [ Upstream Kernel Changes ]
11468
11469 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
11470
11471 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Jan 2014 12:57:13 -0700
11472
11473linux (3.13.0-0.13) trusty; urgency=low
11474
11475 [ Andy Whitcroft ]
11476
11477 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
11478 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
11479 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
11480 * ubuntu: AUFS (no-squash): basic framework and update machinary
11481 * ubuntu: AUFS -- update to 7b136a27b021da9010d8b6c101939dd298e46be7
11482 * ubuntu: aufs3 -- enable
11483 * ubuntu: aufs3 -- update configs
11484
11485 -- Andy Whitcroft <apw@canonical.com> Thu, 02 Jan 2014 09:41:02 +0000
11486
11487linux (3.13.0-0.12) trusty; urgency=low
11488
11489 [ Upstream Kernel Changes ]
11490
11491 * rebase to v3.13-rc6
11492
11493 -- Tim Gardner <tim.gardner@canonical.com> Tue, 31 Dec 2013 06:16:03 -0700
11494
11495linux (3.13.0-0.11) trusty; urgency=low
11496
11497 [ Andy Whitcroft ]
11498
11499 * SAUCE: suspicious unlocked ->status reading and writing in ipc/sem.c
11500 * [Config] ppc64el -- initial defconfig based -generic flavour
11501 * [Config] initial defconfig for ppc64el
11502 * [Config] ubuntuise ppc64el config
11503 * [Config] ubuntuise ppc64el config part 2
11504 * [Config] d-i -- update empty udebs list
11505 * [Config] ppc64el -- split extras package
11506
11507 [ Anton Blanchard ]
11508
11509 * SAUCE: KVM: PPC: Book3S HV: Add little-endian guest support
11510
11511 [ Benjamin Herrenschmidt ]
11512
11513 * SAUCE: powerpc/powernv: Add calls to support little endian
11514
11515 [ Cédric Le Goater ]
11516
11517 * SAUCE: KVM: PPC: Book3S: add helper routine to load guest instructions
11518 * SAUCE: KVM: PPC: Book3S: add helper routines to detect endian order
11519 * SAUCE: KVM: PPC: Book3S: MMIO emulation support for little endian
11520 guests
11521
11522 [ Paul E. McKenney ]
11523
11524 * SAUCE: powerpc: Make 64-bit non-VMX copy_tofrom_user() bi-endian
11525
11526 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Dec 2013 16:48:55 +0000
11527
11528linux (3.13.0-0.10) trusty; urgency=low
11529
11530 [ Andy Whitcroft ]
11531
11532 * rebase to v3.13-rc5
11533 * [Config] updateconfigs following rebase to v3.13-rc5
11534
11535 [ Upstream Kernel Changes ]
11536
11537 * rebase to v3.13-rc5
11538 - LP: #1260303
11539 - LP: #1260303
11540 - LP: #1260225
11541
11542 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Dec 2013 12:48:28 +0000
11543
11544linux (3.13.0-0.9) trusty; urgency=low
11545
11546 [ Andy Whitcroft ]
11547
11548 * [Config] d-i -- allow missing firmware
11549
11550 -- Andy Whitcroft <apw@canonical.com> Fri, 20 Dec 2013 17:57:06 +0000
11551
11552linux (3.13.0-0.8) trusty; urgency=low
11553
11554 [ Andy Whitcroft ]
11555
11556 * [Config] annotations -- first pass over entire config
11557 * [Config] drop libunwind8-dev from Build-Depends for ppc64el
11558
11559 [ Tim Gardner ]
11560
11561 * [Config] Add arm64 device tree files
11562 - LP: #1262901
11563
11564 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Dec 2013 18:36:43 +0000
11565
11566linux (3.13.0-0.7) trusty; urgency=low
11567
11568 [ Rajesh B Prathipati ]
11569
11570 * SAUCE: powerpc: Make unaligned accesses endian-safe for powerpc
11571
11572 [ Tim Gardner ]
11573
11574 * [Config] CONFIG_REGULATOR_S2MPS11=n for FTBS
11575
11576 [ Upstream Kernel Changes ]
11577
11578 * rebase to v3.13-rc4
11579 - LP: #1259790
11580 - LP: #1259437
11581 - LP: #1259435
11582
11583 -- Tim Gardner <tim.gardner@canonical.com> Fri, 13 Dec 2013 07:56:34 -0700
11584
11585linux (3.13.0-0.6) trusty; urgency=low
11586
11587 [ Paolo Pisati ]
11588
11589 * [Config] armhf: arm64: VIRTIO_[BLK|MMIO|NET|CONSOLE|BALLOON]=y
11590 * [Config] i386: amd64: VIRTIO_CONSOLE=y
11591
11592 [ Tim Gardner ]
11593
11594 * [Config] CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
11595
11596 -- Tim Gardner <tim.gardner@canonical.com> Sun, 08 Dec 2013 09:22:01 -0700
11597
11598linux (3.13.0-0.5) trusty; urgency=low
11599
11600 [ Andy Whitcroft ]
11601
11602 * correct bug listing for v3.13-rc2 rebase
11603 * [Config] ppc64el -- create linux-libc-dev
11604 * [Debian] Improve tools version message
11605 - LP: #1257715
11606
11607 [ Serge Hallyn ]
11608
11609 * SAUCE: fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)]
11610 - LP: #1248590
11611 * SAUCE: vfs: Fix a regression in mounting proc
11612
11613 [ Tim Gardner ]
11614
11615 * [Config] Build-in ohci-pci
11616 - LP: #1244176
11617 * Rebase to v3.13-rc3
11618
11619 [ Upstream Kernel Changes ]
11620
11621 * Revert "Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID
11622 checks""
11623 - LP: #1248590
11624
11625 [ Upstream Kernel Changes ]
11626
11627 * rebase to v3.13-rc3
11628 - LP: #1256840
11629 - LP: #1256212
11630
11631 -- Tim Gardner <tim.gardner@canonical.com> Sat, 07 Dec 2013 07:55:39 -0700
11632
11633linux (3.13.0-0.4) trusty; urgency=low
11634
11635 [ Tim Gardner ]
11636
11637 * Rebase to v3.13-rc2
11638
11639 [ Upstream Kernel Changes ]
11640
11641 * rebase to v3.13-rc2
11642
11643 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Nov 2013 23:54:05 -0500
11644
11645linux (3.13.0-0.3) trusty; urgency=low
11646
11647 [ Andy Whitcroft ]
11648
11649 * Revert "SAUCE: Fix DocBook FTBS"
11650
11651 [ Tim Gardner ]
11652
11653 * [Debian] Re-sign modules after debug objcopy
11654 - LP: #1253155
11655 * [Config] CONFIG_EXT4_USE_FOR_EXT23=y
11656
11657 [ Upstream Kernel Changes ]
11658
11659 * doc: fix generation of device-drivers
11660 * rebase to b975dc3689fc6a3718ad288ce080924f9cb7e176
11661
11662 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Nov 2013 12:24:42 -0700
11663
11664linux (3.13.0-0.2) trusty; urgency=low
11665
11666 [ Tim Gardner ]
11667
11668 * SAUCE: Fix DocBook FTBS
11669
11670 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Nov 2013 13:24:15 -0700
11671
11672linux (3.13.0-0.1) trusty; urgency=low
11673
11674 [ Upstream Kernel Changes ]
11675
11676 * rebase to 7e3528c3660a2e8602abc7858b0994d611f74bc3
11677
11678 -- Tim Gardner <tim.gardner@canonical.com> Tue, 12 Nov 2013 07:28:53 -0700
11679
11680linux (3.13.0-0.0) trusty; urgency=low
11681
11682 * Major release bump.
11683
11684 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Nov 2013 21:37:52 +0000
11685
11686linux (3.12.0-2.7) trusty; urgency=low
11687
11688 * Fixed armhf ABI build failure.
11689 * Release tracker
11690 - LP: #1249477
11691
11692 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 16:22:45 -0700
11693
11694linux (3.12.0-2.6) trusty; urgency=low
11695
11696 [ Joseph Salisbury ]
11697
11698 * SAUCE: tg3: Add support for new 57786 device id.
11699 - LP: #1242610
11700
11701 [ Tim Gardner ]
11702
11703 * [Config] CONFIG_OABI_COMPAT=n
11704 * [Config] add the wandboard to shipped dtb
11705 - LP: #1249421
11706 * Release tracker
11707 - LP: #1249477
11708
11709 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 12:23:18 -0700
11710
11711linux (3.12.0-2.5) trusty; urgency=low
11712
11713 [ Andy Whitcroft ]
11714
11715 * rebase to mainline v3.12
11716 * [Config] updateconfigs following rebase to v3.12
11717 * postinst -- improve relative symlink detection with missing files
11718 - LP: #1248053
11719 * postinst -- fix unchanged link detection
11720 * [Config] update configs following addition of apparmor fixes
11721
11722 [ Anthony Wong ]
11723
11724 * SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537
11725 - LP: #1231305
11726
11727 [ John Johansen ]
11728
11729 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
11730 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
11731 - LP: #1208988
11732 * SAUCE: apparmor: allocate path lookup buffers during init
11733 - LP: #1208988
11734
11735 [ Tim Gardner ]
11736
11737 * [Config] Remove superfluous ubuntu/lttng-modules
11738
11739 [ Upstream Kernel Changes ]
11740
11741 * Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks"
11742 - LP: #1248590
11743
11744 [ Upstream Kernel Changes ]
11745
11746 * rebase to v3.12
11747 - LP: #1222850
11748
11749 [ Adam Conrad ]
11750 * etc/getabis: Fetch arm64/generic abis as well
11751
11752 -- Andy Whitcroft <apw@canonical.com> Wed, 06 Nov 2013 21:00:21 +0000
11753
11754linux (3.12.0-1.3) trusty; urgency=low
11755
11756 [ Andy Whitcroft ]
11757
11758 * [Config] arm64 -- add arch to the configuration handlers
11759 * [Config] arm64 -- add generic flavour
11760 * [Config] arm64 -- default config
11761 * [Config] arm64 -- fix up various FTBFS config options
11762 * SAUCE: arm64: export __copy_in_user to modules
11763 * [Config] arm64 -- disable ABI/module checks
11764 * [Config] arm64 -- enforcer -- add arm64 to the enforcer
11765 * [Config] arm64 -- enable udebs for arm64
11766
11767 [ Colin Watson ]
11768
11769 * [Config] Clean up various udeb Provides
11770
11771 [ Paolo Pisati ]
11772
11773 * [Config] AHCI_IMX=y
11774 * [Config] build imx*-wandboard dtbs
11775
11776 [ Serge Hallyn ]
11777
11778 * SAUCE: device_cgroup: remove can_attach
11779
11780 [ Tim Gardner ]
11781
11782 * rebase to v3.12-rc7
11783 * SAUCE: KVM: Fix modprobe failure for kvm_intel/kvm_amd
11784 * Release tracker
11785 - LP: #1245932
11786
11787 [ Upstream Kernel Changes ]
11788
11789 * rebase to v3.12-rc7
11790 - LP: #1180881
11791 - LP: #1180881
11792 - LP: #1217957
11793
11794 -- Tim Gardner <tim.gardner@canonical.com> Sun, 27 Oct 2013 22:08:55 -0600
11795
11796linux (3.12.0-0.2) trusty; urgency=low
11797
11798 [ Andy Whitcroft ]
11799
11800 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ
11801 CAPACITY (16) at SPC-2"
11802 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at
11803 SPC-2"
11804 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request READ
11805 CAPACITY (16) be preferred"
11806 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request VPD pages
11807 be used at SPC-2"
11808 * Revert "overlayfs: Update to v19"
11809 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: implement show_options"
11810 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: add statfs support"
11811 * Revert "ubuntu: overlayfs v18 -- -- overlay filesystem"
11812 * Revert "ubuntu: overlayfs v18 -- -- vfs: introduce
11813 clone_private_mount()"
11814 * Revert "ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to
11815 modules"
11816 * Revert "ubuntu: overlayfs v18 -- -- overlay: overlay filesystem
11817 documentation"
11818 * ubuntu: overlayfs v20 -- overlayfs: add statfs support
11819 * [Config] fix linux-libc-dev generation for arm64
11820 * [Config] fix linux-libc-dev generation for x32
11821 * [Config] add linux-libc-dev generation for ppc64el
11822
11823 [ Erez Zadok ]
11824
11825 * ubuntu: overlayfs v20 -- overlayfs: implement show_options
11826
11827 [ Miklos Szeredi ]
11828
11829 * ubuntu: overlayfs v20 -- vfs: add i_op->dentry_open()
11830 * ubuntu: overlayfs v20 -- vfs: export do_splice_direct() to modules
11831 * ubuntu: overlayfs v20 -- vfs: export __inode_permission() to modules
11832 * ubuntu: overlayfs v20 -- vfs: introduce clone_private_mount()
11833 * ubuntu: overlayfs v20 -- overlay filesystem
11834 * ubuntu: overlayfs v20 -- fs: limit filesystem stacking depth
11835
11836 [ Neil Brown ]
11837
11838 * ubuntu: overlayfs v20 -- overlay: overlay filesystem documentation
11839
11840 [ Paolo Pisati ]
11841
11842 * [Config] arm: VIRTIO_[BLK|NET|MMIO]=y
11843
11844 [ Seth Forshee ]
11845
11846 * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
11847 ThinkPads
11848 - LP: #1183856
11849
11850 [ Tim Gardner ]
11851
11852 * [Config] CONFIG_CRYPTO_CRCT10DIF=y, CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
11853 * rebase to v3.12-rc2
11854 * updateconfigs
11855 * [Config] disable CONFIG_FB_VESA enforcer check
11856 * [Config] Disable lttng for FTBS
11857 * rebase to v3.12-rc3
11858 * rebase to v3.12-rc4
11859 * [Config] CONFIG_ANDROID=n
11860 - LP: #1235161
11861 * [Config] CONFIG_L2TP_V3=y
11862 - LP: #1235914
11863 * [Config] CONFIG_USB_OTG=n for all arches
11864 * Release tracker
11865 - LP: #1242811
11866
11867 [ Upstream Kernel Changes ]
11868
11869 * scsi: hyper-v storsvc switch up to SPC-3
11870
11871 * rebase to v3.12-rc6
11872 - LP: #1235977
11873 - LP: #1235523
11874 - LP: #1239392
11875 - LP: #1227491
11876
11877 * rebase to v3.12-rc3
11878 - LP: #1231931
11879
11880 * rebase to v3.12-rc2
11881 - LP: #1213820
11882 - LP: #1213055
11883 - LP: #1198030
11884
11885 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Sep 2013 07:41:07 -0600
11886
11887linux (3.11.0-8.15) saucy; urgency=low
11888
11889 [ Tim Gardner ]
11890
11891 * Release tracker
11892 - LP: #1227969
11893
11894 * Update lttng
11895 Updated to git://git.lttng.org/lttng-modules.git 9998f5216f4641a79e158135
11896 Version 2.3.0+
11897
11898 [ Upstream Kernel Changes ]
11899
11900 * igb: Add additional get_phy_id call for i354 devices
11901 - LP: #1219619
11902 * igb: Read flow control for i350 from correct EEPROM section
11903 - LP: #1219619
11904 * timekeeping: Fix HRTICK related deadlock from ntp lock changes
11905 Required for lttng update.
11906
11907 -- Tim Gardner <tim.gardner@canonical.com> Thu, 19 Sep 2013 07:41:49 -0600
11908
11909linux (3.11.0-7.14) saucy; urgency=low
11910
11911 [ Andy Whitcroft ]
11912
11913 * [Packaging] sort out linux-tools naming
11914 - LP: #1205284
11915 * [Packaging] linux-tools: switch to common generic version helper
11916
11917 [ Paolo Pisati ]
11918
11919 * [Config] highbank: ecx1000: CPU_IDLE causes instabilities, disable it
11920
11921 [ Tim Gardner ]
11922
11923 * Release tracker
11924 - LP: #1226160
11925
11926 [ Tony Lindgren ]
11927
11928 * SAUCE: ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus
11929 for pandaboard
11930
11931 [ Upstream Kernel Changes ]
11932
11933 * USB: handle LPM errors during device suspend correctly
11934 - LP: #1011415
11935 * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()
11936 - LP: #1011415
11937 * usb: Don't fail port power resume on device disconnect.
11938 - LP: #1011415
11939
11940 [ Upstream Kernel Changes ]
11941
11942 * rebase to v3.11.1
11943
11944 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Sep 2013 07:30:17 -0600
11945
11946linux (3.11.0-7.13) saucy; urgency=low
11947
11948 * Release tracker
11949 - LP: #1223545
11950
11951 [ Andy Whitcroft ]
11952
11953 * SAUCE: (no-up) scsi: add scsi device flag to request VPD pages be used at SPC-2
11954 - LP: #1223499
11955 * SAUCE: (no-up) scsi: add scsi device flag to request READ CAPACITY (16) be preferred
11956 - LP: #1223499
11957 * SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at SPC-2
11958 - LP: #1223499
11959 * SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ CAPACITY (16) at SPC-2
11960 - LP: #1223499
11961
11962 [ Maximiliano Curia ]
11963
11964 * SAUCE: (no-up) Only let characters through when there are active readers.
11965 - LP: #1208740
11966
11967 [ Tim Gardner ]
11968
11969 * [Debian] getabis: Commit new ABI directory, remove the old
11970 * [Config] CONFIG_EFIVAR_FS=y
11971 - LP: #1223195
11972 * [Config] CONFIG_EFI_VARS_PSTORE=m,
11973 CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=n
11974 * SAUCE: (no-up) USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited()
11975 - LP: #1222850
11976
11977 [ Upstream Kernel Changes ]
11978
11979 * Intel xhci: refactor EHCI/xHCI port switching
11980 - LP: #1210858
11981
11982 -- Tim Gardner <tim.gardner@canonical.com> Tue, 10 Sep 2013 09:00:19 -0600
11983
11984linux (3.11.0-6.12) saucy; urgency=low
11985
11986 * Release tracker
11987 - LP: #1222893
11988
11989 [ Andy Whitcroft ]
11990
11991 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
11992 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
11993 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
11994 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
11995 - LP: #1222407
11996
11997 [ Paolo Pisati ]
11998
11999 * [Config] restore mmc boot on panda
12000
12001 [ Tyler Hicks ]
12002
12003 * SAUCE: apparmor: Use shash crypto API interface for profile hashes
12004 - LP: #1216294
12005
12006 [ Upstream Kernel Changes ]
12007
12008 * net: calxedaxgmac: remove NETIF_F_FRAGLIST setting
12009 * net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len
12010 * net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err
12011 * net: calxedaxgmac: fix possible skb free before tx complete
12012 * net: calxedaxgmac: update ring buffer tx_head after barriers
12013 * net: calxedaxgmac: fix race with tx queue stop/wake
12014 * net: calxedaxgmac: enable interrupts after napi_enable
12015 * net: calxedaxgmac: fix various errors in xgmac_set_rx_mode
12016 * net: calxedaxgmac: remove some unused statistic counters
12017 * net: calxedaxgmac: fix rx DMA mapping API size mismatches
12018 * net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling
12019 * mfd: rtsx: Read vendor setting from config space
12020 - LP: #1201698
12021
12022 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 Sep 2013 07:21:06 -0600
12023
12024linux (3.11.0-5.11) saucy; urgency=low
12025
12026 * Release tracker
12027 - LP: #1221886
12028
12029 [ Adam Lee ]
12030
12031 * SAUCE: Bluetooth: Add support for 04ca:2007
12032 - LP: #1153448
12033 * SAUCE: Bluetooth: Add support for 105b:e065
12034 - LP: #1161261
12035
12036 [ Gavin Guo ]
12037
12038 * SAUCE: Bluetooth: Add support for Broadcom 413c:8143
12039 - LP: #1166113
12040
12041 [ Upstream Kernel Changes ]
12042
12043 * igb: Reset the link when EEE setting changed
12044 - LP: #1219619
12045 * igb: Read register for latch_on without return value
12046 - LP: #1219619
12047 * igb: Added rcu_lock to avoid race
12048 - LP: #1219619
12049 * igb: don't allow SR-IOV without MSI-X
12050 - LP: #1219619
12051 * igb: Update MTU so that it is always at least a standard frame size
12052 - LP: #1219619
12053 * igb: Refactor of init_nvm_params
12054 - LP: #1219619
12055 * igb: Refactor NVM read functions to accommodate devices with no flash
12056 - LP: #1219619
12057 * igb: Add device support for flashless SKU of i210 device
12058 - LP: #1219619
12059 * igb: Fix get_fw_version function for all parts
12060 - LP: #1219619
12061 * igb: Add macro for size of RETA indirection table
12062 - LP: #1219619
12063 * igb: Expose RSS indirection table for ethtool
12064 - LP: #1219619
12065 * igb: Don't look for a PBA in the iNVM when flashless
12066 - LP: #1219619
12067 * igb: Implementation of 1-sec delay for i210 devices
12068 - LP: #1219619
12069 * igb: New PHY_ID for i354 device
12070 - LP: #1219619
12071 * igb: M88E1543 PHY downshift implementation
12072 - LP: #1219619
12073 * igb: No PHPM support in i354 devices
12074 - LP: #1219619
12075 * igb: Support to get 2_5G link status for appropriate media type
12076 - LP: #1219619
12077 * igb: Get speed and duplex for 1G non_copper devices
12078 - LP: #1219619
12079 * igb: Implementation to report advertised/supported link on i354 devices
12080 - LP: #1219619
12081 * igb: Update version number
12082 - LP: #1219619
12083 * Bluetooth: Take proper tty_struct references
12084 - LP: #1189998
12085 * Bluetooth: Remove the device from the list in the destructor
12086 - LP: #1189998
12087 * Bluetooth: Move the tty initialization and cleanup out of open/close
12088 - LP: #1189998
12089 * Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
12090 - LP: #1189998
12091 * Bluetooth: Fix the reference counting of tty_port
12092 - LP: #1189998
12093 * Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
12094 - LP: #1189998
12095
12096 [ Wen-chien Jesse Sung ]
12097
12098 * SAUCE: Bluetooth: Support for loading broadcom patchram firmware
12099 - LP: #1065400
12100 * SAUCE: Bluetooth: Add support for 13d3:3388 and 13d3:3389
12101 - LP: #1065400
12102
12103 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Sep 2013 08:06:17 -0600
12104
12105linux (3.11.0-5.10) saucy; urgency=low
12106
12107 [ Andy Whitcroft ]
12108
12109 * Release tracker
12110 - LP: #1220222
12111 * Revert "[Config] Fix ubuntu directoy Kbuilds"
12112 * Revert "aufs update dropped some Kbuild files"
12113 * Revert "ubuntu: AUFS -- follow rename of loop.h into drivers/block"
12114 * Revert "ubuntu: AUFS -- update to
12115 8e503d4142c189ed6c47a2177ad2cd058e8d340e"
12116 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
12117 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
12118 * rebase to v3.11 final
12119 * [Config] clean up ubuntu/Kconfig and ubuntu/Makefile
12120 * ubuntu: AUFS (no-squash): basic framework and update machinary
12121 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
12122 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
12123 * ubuntu: AUFS -- update to 5ac5fe26a90a818218310e208d17688fddb07622
12124 * ubuntu: (no-squash) AUFS -- enable aufs
12125 * ubuntu: AUFS -- fix remaining d_count references to use accessor
12126 * ubuntu: lttng -- follow rename of pid_ns
12127 * SAUCE: disable stack-protector for ARM compressed bootloader
12128
12129 [ Paolo Pisati ]
12130
12131 * [Config] ARM_ATAG_DTB_COMPAT=y
12132
12133 [ Rob Herring ]
12134
12135 * [Config] Enable KVM and virtio for armhf generic-lpae
12136
12137 [ Tim Gardner ]
12138
12139 * [Config] CONFIG_ARPD=y
12140 * [Config] CONFIG_ZSWAP=y
12141 - LP: #1215379
12142
12143 [ Upstream Kernel Changes ]
12144
12145 * uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor.
12146 - LP: #1217957
12147 * ARM: use phys_addr_t for DMA zone sizes
12148 * ARM: highbank: enable DMA zone for LPAE
12149 * ARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL
12150 * ARM: highbank: select required errata work-arounds
12151 * DMA: fix AMBA PL08x compilation issue with 64bit DMA address type
12152 * DMA: fix printk warning in AMBA PL08x DMA driver
12153 * ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE
12154 * ARM: move outer_cache declaration out of ifdef
12155 * ARM: highbank: avoid L2 cache smc calls when PL310 is not present
12156 * ARM: highbank: clean-up some unused includes
12157 * ARM: xen: only set pm function ptrs for Xen guests
12158
12159 [ Upstream Kernel Changes ]
12160
12161 * rebase to v3.11
12162
12163 -- Andy Whitcroft <apw@canonical.com> Tue, 03 Sep 2013 17:08:06 +0100
12164
12165linux (3.11.0-4.9) saucy; urgency=low
12166
12167 [ Tim Gardner ]
12168
12169 * rebase to v3.11-rc7
12170 * Release tracker
12171 - LP: #1216962
12172
12173 [ Upstream Kernel Changes ]
12174
12175 * mwifiex: do not create AP and P2P interfaces upon driver loading
12176 - LP: #1212720
12177
12178 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 Aug 2013 06:25:35 -0600
12179
12180linux (3.11.0-3.8) saucy; urgency=low
12181
12182 [ Johannes Berg ]
12183
12184 * SAUCE: mac80211: ignore (E)CSA in probe response frames
12185 - LP: #1201470
12186
12187 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Aug 2013 09:47:36 -0600
12188
12189linux (3.11.0-3.7) saucy; urgency=low
12190
12191 [ Tim Gardner ]
12192
12193 * SAUCE: (no-up) hv_vss_daemon -- prevent self-daemonising to allow
12194 upstart to track
12195 * SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the local
12196 linux/hyperv.h
12197 * SAUCE: hv: Add vss daemon to Makefile
12198 * [Debian] Add hv_vss_daemon to tools package
12199 - LP: #1213282
12200 * [Config] Fix ubuntu directoy Kbuilds
12201 - LP: #1181755
12202
12203 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Aug 2013 08:34:05 -0600
12204
12205linux (3.11.0-3.6) saucy; urgency=low
12206
12207 [ Andy Whitcroft ]
12208
12209 * [Packaging] tools: conditionalise x86 and hyper-v tools sensibly
12210 * [Config] tools: enable x86 and hyper-v
12211
12212 [ John Johansen ]
12213
12214 * Revert "SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable
12215 snapshot"
12216 * Revert "SAUCE: (no-up) apparmor: fix apparmor module status for none
12217 root users"
12218 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
12219
12220 [ Joseph Salisbury ]
12221
12222 * SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops
12223 - LP: #1210848
12224
12225 [ Kamal Mostafa ]
12226
12227 * [debian] tools: ship 'cpupower' in linux-tools
12228 - LP: #1158668
12229 * [Config] Build-dep on libpci-dev for cpu tools
12230 - LP: #1158668
12231
12232 [ Tim Gardner ]
12233
12234 * rebase to v3.11-rc6
12235 * Release tracker
12236 - LP: #1213941
12237
12238 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 Aug 2013 07:02:07 -0600
12239
12240linux (3.11.0-2.5) saucy; urgency=low
12241
12242 [ Tim Gardner ]
12243
12244 * [Config] CONFIG_PM_DEBUG=y
12245 - LP: #1210539
12246 * rebase to v3.11-rc5
12247 * Release tracker
12248 - LP: #1211378
12249
12250 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Aug 2013 06:10:39 -0600
12251
12252linux (3.11.0-1.4) saucy; urgency=low
12253
12254 [ Tim Gardner ]
12255
12256 * Bump ABI when making changes to the inclusion list lest
12257 you cause conflicts with existing installed kernel
12258 packages.
12259 - LP: #1210331
12260
12261 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Aug 2013 03:03:51 +0100
12262
12263linux (3.11.0-0.3) saucy; urgency=low
12264
12265 [ Tim Gardner ]
12266
12267 * [Config] Include rbd and kvm in the virtual inclusion list
12268 - LP: #1206961
12269 * [Config] Removed obsolete inclusion list entries
12270
12271 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Aug 2013 08:52:14 +0100
12272
12273linux (3.11.0-0.2) saucy; urgency=low
12274
12275 [ Bruce Allan ]
12276
12277 * SAUCE: (no-up) e1000e: fix I217/I218 PHY initialization flow
12278 - LP: #1206757
12279 * SAUCE: (no-up) e1000e: enable support for new device IDs
12280 - LP: #1206757
12281
12282 [ John Johansen ]
12283
12284 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
12285
12286 [ Paolo Pisati ]
12287
12288 * build vexpress a15 dtb
12289 * [Config] disable Broadcom bcm support (ARCH_BCM)
12290 * [Config] disable Allwinner a1x support (ARCH_SUNXI)
12291 * [Config] disable WonderMedia WM8850 support (ARCH_WM8850)
12292 * [Config] disable Rockchip support (ARCH_ROCKCHIP)
12293 * [Config] disable STMicroelectronics STiH41x SOCs (ARCH_STI)
12294 * [Config] disable TI Keystone, AM43xx and OMAP5 support
12295 * [Config] ARM_APPENDED_DTB=y
12296
12297 [ Tim Gardner ]
12298
12299 * rebase to v3.11-rc4
12300 * overlayfs: Update to v19
12301 * [Config] Enable overlayfs
12302 * SAUCE: Fix lttng compile errors
12303
12304 [ Upstream Kernel Changes ]
12305
12306 * rebase to v3.11-rc4
12307 - LP: #1163720
12308 - LP: #1162026
12309 - LP: #1195636
12310 - LP: #1195597
12311 - LP: #1180409
12312 - LP: #1168430
12313
12314 -- Tim Gardner <tim.gardner@canonical.com> Sun, 04 Aug 2013 03:45:31 -0600
12315
12316linux (3.11.0-0.1) saucy; urgency=low
12317
12318 [ Upstream Kernel Changes ]
12319
12320 * rebase to 64ccccf8525fee499625b517c0faadf784c79e93
12321 - LP: #1163720
12322 - LP: #1162026
12323 - LP: #1195636
12324 - LP: #1195597
12325 - LP: #1180409
12326 - LP: #1168430
12327
12328 -- Tim Gardner <tim.gardner@canonical.com> Mon, 08 Jul 2013 08:50:46 -0600
12329
12330linux (3.10.0-2.10) saucy; urgency=low
12331
12332 [ Andy Whitcroft ]
12333
12334 * [Config] CONFIG_INTEL_MEI*=m
12335 - LP: #1196155
12336 * [Config] CONFIG_DEBUG_INFO=y
12337
12338 [ Stephen Warren ]
12339
12340 * [Config] fix Calxeda xgmac module filename
12341
12342 [ Upstream Kernel Changes ]
12343
12344 * Revert "serial: 8250_pci: add support for another kind of NetMos
12345 Technology PCI 9835 Multi-I/O Controller"
12346 - LP: #1190967
12347 * mfd: lpc_ich: Add support for Intel Avoton SoC
12348 - LP: #1196658
12349
12350 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jul 2013 18:08:02 +0100
12351
12352linux (3.10.0-2.9) saucy; urgency=low
12353
12354 [ Andy Whitcroft ]
12355
12356 * rebase to v3.10
12357
12358 [ John Johansen ]
12359
12360 * Revert "SAUCE: (no-up) apparmor: Fix quieting of audit messages for
12361 network mediation"
12362 * Revert "SAUCE: (no-up) apparmor: Fix compile warnings"
12363 * Revert "SAUCE: (no-up) AppArmor: basic networking rules"
12364 * Revert "SAUCE: (no-up) apparmor: Add the ability to mediate mount"
12365 * Revert "SAUCE: (no-up) AppArmor: Add profile introspection file to
12366 interface"
12367 * Revert "SAUCE: (no-up) AppArmor: Disable Add PR_{GET,SET}_NO_NEW_PRIVS
12368 to prevent execve from granting privs"
12369 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
12370
12371 [ Upstream Kernel Changes ]
12372
12373 * rebase to v3.10
12374
12375 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Jul 2013 17:42:29 +0100
12376
12377linux (3.10.0-1.8) saucy; urgency=low
12378
12379 [ Andy Whitcroft ]
12380
12381 * Release Tracking Bug
12382 - LP: #1195717
12383
12384 [ Andy Whitcroft ]
12385
12386 * Revert "ubuntu: overlayfs -- follow change to do_splice_direct
12387 interface"
12388 * Revert "ubuntu: overlayfs -- expose do_splice_direct prototype"
12389 * Revert "SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path
12390 reference"
12391 * Revert "ubuntu: overlayfs -- add FS_ALIAS"
12392 * Revert "ubuntu: overlayfs --
12393 overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode"
12394 * Revert "ubuntu: overlayfs -- ovl-switch-to-inode_permission"
12395 * Revert "ubuntu: overlayfs -- vfs-export-inode_permission-to-modules"
12396 * Revert "ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link"
12397 * Revert "ubuntu: overlayfs --
12398 overlayfs-fix-possible-leak-in-ovl_new_inode"
12399 * Revert "ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth"
12400 * Revert "ubuntu: overlayfs -- overlay-overlay-filesystem-documentation"
12401 * Revert "ubuntu: overlayfs -- overlayfs-implement-show_options"
12402 * Revert "ubuntu: overlayfs -- overlayfs-add-statfs-support"
12403 * Revert "ubuntu: overlayfs -- overlay filesystem"
12404 * Revert "ubuntu: overlayfs -- vfs-introduce-clone_private_mount"
12405 * Revert "ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules"
12406 * Revert "ubuntu: overlayfs -- vfs-add-i_op-dentry_open"
12407 * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support
12408
12409 [ Erez Zadok ]
12410
12411 * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options
12412
12413 [ Miklos Szeredi ]
12414
12415 * ubuntu: overlayfs v18 -- -- vfs: add i_op->dentry_open()
12416 * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules
12417 * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules
12418 * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount()
12419 * ubuntu: overlayfs v18 -- -- overlay filesystem
12420 * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth
12421
12422 [ Neil Brown ]
12423
12424 * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem documentation
12425
12426 [ Tim Gardner ]
12427
12428 * [Config] CONFIG_SUNRPC_DEBUG=y
12429 - LP: #1127319
12430
12431 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jun 2013 10:26:52 +0100
12432
12433linux (3.10.0-0.7) saucy; urgency=low
12434
12435 [ Andy Whitcroft ]
12436
12437 * autopkgtest: switch Depends: to build-essential
12438
12439 -- Andy Whitcroft <apw@canonical.com> Tue, 25 Jun 2013 08:40:55 +0100
12440
12441linux (3.10.0-0.6) saucy; urgency=low
12442
12443 [ Andy Whitcroft ]
12444
12445 * [Config] enable CONFIG_ARCH_TEGRA to fix FTBFS on armhf
12446 * SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path reference
12447 - LP: #1098378
12448 * ubuntu: AUFS -- update to 4f14cef47eb7c23eda7198931fbab1040866b6ee
12449 * ubuntu: overlayfs -- expose do_splice_direct prototype
12450 * ubuntu: overlayfs -- follow change to do_splice_direct interface
12451 * [Config] flip CONFIG_NO_HZ_FULL_ALL off as it is overheating machines
12452 - LP: #1192691
12453
12454 [ Stefan Bader ]
12455
12456 * (d-i) Add dm-snapshot to md-modules
12457 - LP: #1191726
12458
12459 [ Tim Gardner ]
12460
12461 * Release tracker
12462 - LP: #1194149
12463 * [Config] CONFIG_WIL6210=n for armhf
12464 * [Config] d-i: Add calxedaxgmac to nic-modules
12465 - LP: #1192358
12466 * [debian] Use dh_strip
12467 - LP: #1192759
12468 * [Config] Enable perf for armhf
12469 * do_tools=false when cross compiling
12470 * [Config] CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
12471 - LP: #1108082
12472
12473 [ Upstream Kernel Changes ]
12474
12475 * nsp32: switch reset delay to msleep() as it is tooo long
12476 * alx: add a simple AR816x/AR817x device driver
12477 Plucked from linux-next. replaces ubuntu/alx in favor of
12478 'to be merged' version in 3.11.
12479 * rebase to v3.10-rc7
12480 - LP: #1189363
12481
12482 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Jun 2013 18:10:31 -0600
12483
12484linux (3.10.0-0.5) saucy; urgency=low
12485
12486 [ Andy Whitcroft ]
12487
12488 * rebase to v3.10-rc6
12489 * [Config] updateconfigs following rebase to v3.10-rc6
12490
12491 [ Upstream Kernel Changes ]
12492
12493 * rebase to v3.10-rc6
12494
12495 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Jun 2013 11:12:39 +0100
12496
12497linux (3.10.0-0.4) saucy; urgency=low
12498
12499 [ Andy Whitcroft ]
12500
12501 * [Config] updateconfigs following rebase to v3.10-rc4
12502
12503 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 11:42:28 +0100
12504
12505linux (3.10.0-0.3) saucy; urgency=low
12506
12507 [ Andy Whitcroft ]
12508
12509 * rebase to v3.10-rc5
12510
12511 [ Upstream Kernel Changes ]
12512
12513 * rebase to v3.10-rc5
12514 - LP: #1186170
12515
12516 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 09:23:31 +0100
12517
12518linux (3.10.0-0.2) saucy; urgency=low
12519
12520 [ Andy Whitcroft ]
12521
12522 * rebase to v3.10-rc4
12523 * [Config] CONFIG_BINFMT_SCRIPT=y to fix booting initramfs scripts
12524 * [Config] enable SND_PCM_DEBUG SND_PCM_XRUN_DEBUG
12525 - LP: #1187744
12526 * [Config] enforce CONFIG_BINFMT_SCRIPT=y
12527
12528 [ Dave Chiluk ]
12529
12530 * SAUCE: ncpfs: fix rmdir returns Device or resource busy
12531 - LP: #1035226
12532
12533 [ Tim Gardner ]
12534
12535 * rebase to v3.10-rc3
12536 * [Config] sparc be gone
12537 * [Config] ia64 be gone
12538 * d-i: block-modules provides nbd-modules
12539
12540 [ Upstream Kernel Changes ]
12541
12542 * rebase to v3.10-rc4
12543 * rebase to v3.10-rc3
12544
12545 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 May 2013 06:16:46 -0600
12546
12547linux (3.10.0-0.1) saucy; urgency=low
12548
12549 [ Tim Gardner ]
12550
12551 * UBUNTU: Disabled lttng
12552 * UBUNTU: Disable aufs for FTBS
12553 * UBUNTU: Disabled alx
12554 * UBUNTU: alx: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
12555 * UBUNTU: rebase to v3.10-rc2
12556 * UBUNTU: SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam
12557
12558 [ Andy Whitcroft ]
12559
12560 * UBUNTU: [Config] update standards version to 3.9.4.0
12561 * UBUNTU: [Config] squash duplicate package description (long and short)
12562 * UBUNTU: [Config] fix up Vcs-git: to point to saucy
12563 * UBUNTU: [Config] drop depenancy on util-linux as is Essential
12564 * UBUNTU: [Config] drop redundant Build-Conficts:
12565
12566 [ Upstream Kernel Changes ]
12567
12568 * rebase to v3.10-rc2
12569 - LP: #1180351
12570
12571 [ Upstream Kernel Changes ]
12572
12573 * rebase to v3.10-rc1
12574 - LP: #1172151
12575 - LP: #1089795
12576 - LP: #1167270
12577 - LP: #1128840
12578
12579 -- Tim Gardner <tim.gardner@canonical.com> Tue, 14 May 2013 13:41:07 -0600
12580
12581linux (3.10.0-0.0) saucy; urgency=low
12582
12583 * Dummy
12584
12585 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
12586
12587linux (3.9.0-2.6) saucy; urgency=low
12588
12589 [ Tim Gardner ]
12590
12591 * rebase to v3.9.2
12592
12593 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
12594
12595linux (3.9.0-1.5) saucy; urgency=low
12596
12597 [ Tim Gardner ]
12598
12599 * rebase to v3.9.1
12600
12601 -- Tim Gardner <tim.gardner@canonical.com> Wed, 08 May 2013 12:49:45 -0400
12602
12603linux (3.9.0-0.4) saucy; urgency=low
12604
12605 [ Andy Whitcroft ]
12606
12607 * ubuntu: overlayfs -- add FS_ALIAS
12608
12609 [ Tim Gardner ]
12610
12611 * Added lttng
12612 - LP: #1175784
12613
12614 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 May 2013 17:17:13 -0400
12615
12616linux (3.9.0-0.3) saucy; urgency=low
12617
12618 [ Upstream Kernel Changes ]
12619
12620 * rebase to v3.9
12621
12622 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 18:20:00 -0400
12623
12624linux (3.9.0-0.2) saucy; urgency=low
12625
12626 [ Tim Gardner ]
12627
12628 * Enable extras packaging for amd64/i386.
12629 Fixes build depenencies with brittany and linux-meta.
12630
12631 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 05:37:01 -0600
12632
12633linux (3.9.0-0.1) saucy; urgency=low
12634
12635 [ Upstream Kernel Changes ]
12636
12637 * rebase to v3.9-rc8
12638
12639 [ Upstream Kernel Changes ]
12640
12641 * rebase to v3.9-rc7
12642 - LP: #1128840
12643
12644 [ Upstream Kernel Changes ]
12645
12646 * rebase to v3.9-rc6
12647
12648 [ Upstream Kernel Changes ]
12649
12650 * rebase to v3.9-rc5
12651
12652 [ Upstream Kernel Changes ]
12653
12654 * rebase to v3.8-rc4
12655 - LP: #1095315
12656 - LP: #886975
12657 - LP: #1086921
12658
12659 [ Upstream Kernel Changes ]
12660
12661 * rebase to v3.9-rc3
12662 - LP: #1155016
12663 - LP: #1103594
12664
12665 [ Upstream Kernel Changes ]
12666
12667 * rebase to v3.9-rc2
12668
12669 [ Upstream Kernel Changes ]
12670
12671 * rebase to v3.9-rc1
12672 - LP: #901105
12673 - LP: #961286
12674 - LP: #1011792
12675 - LP: #1128934
12676 - LP: #886975
12677 - LP: #978807
12678
12679 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Feb 2013 09:12:39 -0700
12680
12681linux (3.8.0-7.14) raring; urgency=low
12682
12683 [ Andy Whitcroft ]
12684
12685 * [Config] CONFIG_RCU_USER_QS=n
12686 * [Config] CONFIG_MTD_ONENAND_SIM=n
12687 * annotations: add annotations for CONFIG_CC_STACKPROTECTOR
12688
12689 [ Upstream Kernel Changes ]
12690
12691 * rebase to v3.8
12692
12693 [Tim Gardner]
12694
12695 * Release Tracking Bug
12696 - LP: #1130111
12697 * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once
12698 - LP: #1128840
12699
12700 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Feb 2013 09:25:56 -0700
12701
12702linux (3.8.0-6.13) raring; urgency=low
12703
12704 [Tim Gardner]
12705
12706 * Release Tracking Bug
12707 - LP: #1125364
12708 * Add ahci modules to d-i
12709 - LP: #1124415
12710
12711
12712 [ Chris Wilson ]
12713
12714 * SAUCE: drm/i915: Wait for pending flips to complete before tearing down
12715 the encoders
12716 - LP: #1097315
12717
12718 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 12:16:48 -0700
12719
12720linux (3.8.0-6.12) raring; urgency=low
12721
12722 [Tim Gardner]
12723
12724 * perf: NO_LIBPERL=1
12725 * Fix linux-headers dependency
12726 * Release Tracking Bug
12727 - LP: #1124362
12728
12729 [ Andy Whitcroft ]
12730
12731 * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports
12732 - LP: #1121699
12733
12734 [ Daniel Vetter ]
12735
12736 * SAUCE: drm/i915: write backlight harder
12737 - LP: #954661
12738
12739 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 10:25:11 -0700
12740
12741linux (3.8.0-6.11) raring; urgency=low
12742
12743 [Tim Gardner]
12744
12745 * Release Tracking Bug
12746 - LP: #1122071
12747 * rebase to v3.8-rc7
12748 * Add libaudit-dev as a build dependency
12749 * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency.
12750
12751 [ Leann Ogasawara ]
12752
12753 * [Config] Remove CONFIG_SATA_AHCI annotation
12754
12755 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Feb 2013 07:41:13 -0500
12756
12757linux (3.8.0-5.10) raring; urgency=low
12758
12759 [Tim Gardner]
12760
12761 * Release Tracking Bug
12762 - LP: #1118568
12763
12764 * Bump ABI to fix install issue with 3.8.0-4.8.
12765 Moving drivers/ata/*ahci* to linux-image caused an
12766 install conflict with linux-image-extras without an
12767 ABI bump.
12768
12769 [ Jan Beulich ]
12770
12771 * SAUCE: xen-pciback: rate limit error messages from
12772 xen_pcibk_enable_msi{, x}()
12773 - LP: #1117336
12774 - CVE-2013-0231
12775
12776 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Feb 2013 05:38:12 -0700
12777
12778linux (3.8.0-4.9) raring; urgency=low
12779
12780 [ Herton Ronaldo Krzesinski ]
12781
12782 * d-i: Add mellanox ethernet drivers to nic-modules
12783 - LP: #1015339
12784
12785 [ Joseph Salisbury ]
12786
12787 * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H
12788 - LP: #1113547
12789
12790 [ Kamal Mostafa ]
12791
12792 * SAUCE: alx driver import script
12793
12794 [ Qualcomm Atheros, Inc ]
12795
12796 * SAUCE: alx: Update to heads/master
12797
12798 [ Tim Gardner ]
12799
12800 * Release Tracking Bug
12801 - LP: #1117673
12802
12803 * [debian] Remove dangling symlink from headers package
12804 - LP: #1112442
12805 * [config] CONFIG_ALX=m
12806 * [Config] Add alx to d-i nic-modules
12807 * [Config] CONFIG_SATA_AHCI=m
12808 - LP: #1056563
12809
12810 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Feb 2013 05:54:32 -0800
12811
12812linux (3.8.0-4.8) raring; urgency=low
12813
12814 [ Allen Ibara ]
12815
12816 * SAUCE: imx6: dts: Add IMX6Q AHCI support
12817
12818 [ Andy Whitcroft ]
12819
12820 * rebase to v3.8-rc6
12821 * updateconfigs following rebase to v3.8-rc6
12822
12823 [Leann Ogasawara]
12824
12825 * Release Tracking Bug
12826 - LP: #1112573
12827
12828 [ Paolo Pisati ]
12829
12830 * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM
12831 * [Config] SERIAL_AMBA_PL011=y (vexpress serial console)
12832 * [Config] MMC_ARMMMCI=y (vexpress mmc)
12833 * [Config] FB_ARMCLCD=y (vexpress framebuffer)
12834
12835 [ Seth Forshee ]
12836
12837 * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y
12838
12839 [ Upstream Kernel Changes ]
12840
12841 * rebase to v3.8-rc6
12842 - LP: #1107477
12843
12844 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 01 Feb 2013 07:20:59 -0800
12845
12846linux (3.8.0-3.7) raring; urgency=low
12847
12848 [ Andy Green ]
12849
12850 * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper
12851 * SAUCE: ARM: omap2 add mac address allocation register api
12852 * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac
12853 allocation
12854
12855 [ Leann Ogasawara ]
12856
12857 * rebase to v3.8-rc5
12858 * Release Tracking Bug
12859 - LP: #1111486
12860
12861 [ Paolo Pisati ]
12862
12863 * SAUCE: davinci: vpss: compilation fix
12864 * [Config] enable TI OMAP4 support (Pandaboard/ES)
12865 * [Config] OMAP_USB2=y (since TWL6030_USB depends on it)
12866 * [Config] enable Freescale IMX6 support (SabreLite)
12867 * [Config] SERIAL_IMX_CONSOLE=y
12868 * [Config] MMC_*_IMX=y
12869 * [Config] disable USB_SUSPEND
12870 * [Config] USB_MXS_PHY=y
12871 * [Config] USB_CHIPIDEA=y
12872 * SAUCE: DTB: add support for multiple DTBs
12873 * SAUCE: DTB: build imx6q-sabrelite
12874 * SAUCE: DTB: build beaglexm
12875 * SAUCE: DTB: build panda/panda es
12876 * [Config] disable CPU_FREQ
12877 * [Config] PANEL_TFP410=y (video DVI output)
12878 * [Config] SND_OMAP_SOC*=y
12879 * [Config] SND_IMX_SOC*=y
12880 * [Config] I2C_IMX=y
12881 * [Config] SPI_IMX=m
12882
12883 [ Stefan Bader ]
12884
12885 * [Config] Move 9p modules into generic package
12886 - LP: #1107658
12887
12888 [ Tony Lindgren ]
12889
12890 * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform
12891 kernels
12892 * SAUCE: ARM: OMAP2+: Use omap initcalls
12893 * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform
12894 * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform
12895 * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support
12896 * SAUCE: ARM: OMAP2+: Disable code that currently does not work with
12897 multiplaform
12898 * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support
12899 * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress
12900 * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S
12901
12902 [ Upstream Kernel Changes ]
12903
12904 * rebase to v3.8-rc5
12905 - LP: #1096789
12906
12907 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Jan 2013 06:44:52 -0800
12908
12909linux (3.8.0-2.6) raring; urgency=low
12910
12911 [ Adam Conrad ]
12912
12913 * Fix up linux-tools -> SRCPKGNAME-tools rename
12914
12915 [ Andy Whitcroft ]
12916
12917 * [Config] re-disable CONFIG_SOUND_OSS
12918 - LP: #1105230
12919
12920 [ Arend van Spriel ]
12921
12922 * SAUCE: brcmsmac: fix tx status processing
12923
12924 [Leann Ogasawara]
12925
12926 * Release Tracking Bug
12927 - LP: #1105104
12928
12929 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 Jan 2013 11:56:30 -0800
12930
12931linux (3.8.0-1.5) raring; urgency=low
12932
12933 [Tim Gardner]
12934
12935 * Release Tracking Bug
12936 - LP: #1101235
12937
12938 [ Dudley Du ]
12939
12940 * SAUCE: Input: add support for Cypress PS/2 Trackpads
12941 - LP: #978807
12942
12943 [ Kamal Mostafa ]
12944
12945 * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes
12946 * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch
12947 * [Config] Add CONFIG_PS2_CYPRESS
12948
12949 [ Tim Gardner ]
12950
12951 * rebase to v3.8-rc4
12952
12953 [ Upstream Kernel Changes ]
12954
12955 * rebase to v3.8-rc4
12956 - LP: #1095315
12957 - LP: #886975
12958 - LP: #1086921
12959
12960 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jan 2013 10:50:22 -0800
12961
12962linux (3.8.0-0.4) raring; urgency=low
12963
12964 [ Leann Ogasawara ]
12965
12966 * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation
12967 * [Config] Update CONFIG_IIO build annotation
12968 * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation
12969 * [Config] Remove CONFIG_SPI_DW_MMIO annotation
12970 * [Config] Remove CONFIG_SPI_PL022 annotation
12971 * [Config] Update CONFIG_EZX_PCAP annotation
12972 * [Config] Update CONFIG_SENSORS_AK8975 annotation
12973 * [Config] Disable CONFIG_DRM_MGAG200
12974 - LP: #1042903
12975
12976 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 Jan 2013 10:01:50 -0800
12977
12978linux (3.8.0-0.3) raring; urgency=low
12979
12980 [ Andy Whitcroft ]
12981
12982 * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and
12983 uselib()"
12984
12985 [ Scott James Remnant ]
12986
12987 * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib()
12988 (for v3.7+)
12989 - LP: #1085766, #462111
12990
12991 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Jan 2013 16:57:27 +0000
12992
12993linux (3.8.0-0.2) raring; urgency=low
12994
12995 [ Tim Gardner ]
12996
12997 * [packaging] Add macro to selectively disable building perf
12998 * [packaging] Cannot depend on universe package libaudit-dev
12999
13000 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jan 2013 12:43:24 -0700
13001
13002linux (3.8.0-0.1) raring; urgency=low
13003
13004
13005 [ Upstream Kernel Changes ]
13006
13007 * rebase to v3.8-rc3
13008 - LP: #1096789
13009
13010 [ Upstream Kernel Changes ]
13011
13012 * rebase to v3.8-rc2
13013 - LP: #1082357
13014 - LP: #1075882
13015
13016 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Dec 2012 10:35:09 +0000
13017
13018linux (3.7.0-7.15) raring; urgency=low
13019
13020 [ Chris J Arges ]
13021
13022 * SAUCE: add eeprom_bad_csum_allow module parameter
13023 - LP: #1070182
13024
13025 [ Leann Ogasawara ]
13026
13027 * Add ceph to linux-image for virtual instances
13028 - LP: #1063784
13029
13030 [ Serge Hallyn ]
13031
13032 * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD
13033
13034 [ Tim Gardner ]
13035
13036 * [Config] CONFIG_SLUB_DEBUG=y
13037 - LP: #1090308
13038
13039 [ Upstream Kernel Changes ]
13040
13041 * Revert "[SCSI] sd: Implement support for WRITE SAME"
13042 - LP: #1089818
13043
13044 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 Dec 2012 06:50:20 -0800
13045
13046linux (3.7.0-6.14) raring; urgency=low
13047
13048 [ Andy Whitcroft ]
13049
13050 * [Config] annotations: all new annotations scheme including defaults
13051 * [Configs] apply annotation updates to main configs (top section)
13052
13053 [ Leann Ogasawara ]
13054
13055 * Revert "SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm
13056 build"
13057 * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error"
13058 * Temporarily disable module check for build
13059
13060 [ Stefan Bader ]
13061
13062 * ubuntu: dm-raid45: Adapt to upstream interface changes
13063 * Re-enable build of dm-raid45
13064
13065 [ Tim Gardner ]
13066
13067 * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc
13068 * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error
13069 * SAUCE: drm: Fix possible EDID memory allocation oops
13070 * SAUCE: ttm: Fix possible _manager memory allocation oops
13071 * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request
13072 * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to
13073 2 pointers
13074
13075 [ Tomas Hozza ]
13076
13077 * SAUCE: tools: hv: Netlink source address validation allows DoS
13078 - LP: #1084777
13079 - CVE-2012-5532
13080
13081 [ Upstream Kernel Changes ]
13082
13083 * rebase to v3.7
13084
13085 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 05 Dec 2012 14:11:12 -0800
13086
13087linux (3.7.0-5.13) raring; urgency=low
13088
13089 [ Lino Sanfilippo ]
13090
13091 * SAUCE: inotify, fanotify: replace fsnotify_put_group() with
13092 fsnotify_destroy_group()
13093 - LP: #922906
13094 * SAUCE: fsnotify: introduce fsnotify_get_group()
13095 - LP: #922906
13096 * SAUCE: fsnotify: use reference counting for groups
13097 - LP: #922906
13098 * SAUCE: fsnotify: take groups mark_lock before mark lock
13099 - LP: #922906
13100 * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that
13101 indicates wheather a mark should be destroyed
13102 - LP: #922906
13103 * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups
13104 mark list
13105 - LP: #922906
13106 * SAUCE: fsnotify: pass group to fsnotify_destroy_mark()
13107 - LP: #922906
13108 * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and
13109 fsnotify_remove_mark()
13110 - LP: #922906
13111 * SAUCE: fsnotify: dont put marks on temporary list when clearing marks
13112 by group
13113 - LP: #922906
13114 * SAUCE: fsnotify: change locking order
13115 - LP: #922906
13116
13117 [ Tim Gardner ]
13118
13119 * [Config] CONFIG_NFC_LLCP=y
13120 * [Config] get-firmware: Filter new files through fwinfo
13121 * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches
13122 * [Config] CONFIG_DRM_EXYNOS_HDMI=y
13123 * [Config] CONFIG_XEN=y for all arches
13124 * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m
13125 * [Config] CONFIG_MMC_DW_EXYNOS=m
13126 * [Config] CONFIG_GPIO_ADNP=m
13127 * [Config] find-obsolete-firmware: Use correct path
13128 * rebase to v3.7-rc8
13129 - LP: #1084640
13130
13131 [ Upstream Kernel Changes ]
13132
13133 * Revert "VFS: don't do protected {sym,hard}links by default"
13134 - LP: #1084192
13135
13136 -- Tim Gardner <tim.gardner@canonical.com> Wed, 28 Nov 2012 16:07:08 +0000
13137
13138linux (3.7.0-4.12) raring; urgency=low
13139
13140 [ Tim Gardner ]
13141
13142 * Revert "[Config] Use -j1 for headers_install"
13143 * Revert "[Config] install-arch-headers needs a valid config"
13144 Strayed into the weeds in search of the root cause of the periodic
13145 build failure.
13146 Fixes powerpc FTBS introduced in -4.11.
13147 * [Config] hmake -j1
13148 The kernel makefile appears to have parallel dependency
13149 problems for the install_headers target. This appears to be root
13150 cause for a periodic build failure on N-way machines.
13151
13152 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 27 Nov 2012 12:33:06 -0800
13153
13154linux (3.7.0-4.11) raring; urgency=low
13155
13156 [ Tim Gardner ]
13157
13158 * [Config] Use -j1 for headers_install
13159 Also fixes a powerpc FTBS introduced by
13160 "[Config] install-arch-headers needs a valid config".
13161
13162 -- Tim Gardner <tim.gardner@canonical.com> Tue, 27 Nov 2012 10:19:30 -0700
13163
13164linux (3.7.0-4.10) raring; urgency=low
13165
13166 [ Andy Whitcroft ]
13167
13168 * [Config] add rebuild-test support for autopkgtest
13169 - LP: #1081500
13170 * [tests] move build tests out of the way
13171 - LP: #1081500
13172 * [tests] add an autopkgtest rebuild test
13173 - LP: #1081500
13174
13175 [ Tim Gardner ]
13176
13177 * rebase to v3.7-rc7
13178 * SAUCE: Remove emi62 files duplicated in linux-firmware
13179 * SAUCE: Remove sb16 files duplicated in linux-firmware
13180 * SAUCE: Remove whiteheat files duplicated in linux-firmware
13181 * SAUCE: Remove yamaha files duplicated in linux-firmware
13182 * SAUCE: Remove dsp56k files used only by m68k
13183 * SAUCE: firmware: Remove last vestiges of dabusb
13184 * SAUCE: Remove vicam files duplicated in linux-firmware
13185 * [Config] install-arch-headers needs a valid config
13186
13187 [ Upstream Kernel Changes ]
13188
13189 * rebase to v3.7-rc7
13190 - LP: #1076840
13191 - LP: #1081466
13192
13193 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 21 Nov 2012 06:07:23 -0800
13194
13195linux (3.7.0-3.9) raring; urgency=low
13196
13197 [ Leann Ogasawara ]
13198
13199 * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y
13200 - LP: #1079900
13201 * Add nfsv3 to nfs-modules udeb
13202
13203 [ Paolo Pisati ]
13204
13205 * [Config] SND_OMAP_SOC*=y
13206 - LP: #1019321
13207
13208 [ Stefan Bader ]
13209
13210 * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit
13211 - LP: #1078926
13212
13213 [ Tim Gardner ]
13214
13215 * Revert "SAUCE: SECCOMP: audit: always report seccomp violations"
13216 - LP: #1079469
13217 * Revert "SAUCE: omap3 clocks .dev_id = NULL"
13218 * rebase to v3.7-rc6
13219 * SAUCE: script to detect obsolete firmware
13220 * SAUCE: Remove yam files duplicated in linux-firmware
13221 * SAUCE: Remove tehuti files duplicated in linux-firmware
13222 * SAUCE: Remove matrox files duplicated in linux-firmware
13223 * SAUCE: Remove cxgb3 files duplicated in linux-firmware
13224 * SAUCE: Remove r128 files duplicated in linux-firmware
13225 * SAUCE: Remove acenic files duplicated in linux-firmware
13226 * SAUCE: Remove keyspan files duplicated in linux-firmware
13227 * SAUCE: Remove sun files duplicated in linux-firmware
13228 * SAUCE: Remove radeon files duplicated in linux-firmware
13229 * SAUCE: Update bnx2x firmware to 7.8.2.0
13230 * [Config] generic.inclusion-list: econet has disappeared
13231
13232 [ Upstream Kernel Changes ]
13233
13234 * seccomp: forcing auditing of kill condition
13235 - LP: #1079469
13236 * rebase to v3.7-rc6
13237
13238 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Nov 2012 12:28:55 -0800
13239
13240linux (3.7.0-2.8) raring; urgency=low
13241
13242 [ Andy Whitcroft ]
13243
13244 * Revert "overlayfs: disable until FTBS is fixed"
13245 * Revert "ubuntu: overlayfs"
13246 * Revert "ubuntu: AUFS"
13247 * ubuntu: overlayfs -- overlayfs: add statfs support
13248 * ubuntu: overlayfs -- ovl: switch to __inode_permission()
13249 * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying
13250 inode
13251 - LP: #944386
13252 * ubuntu: AUFS (no-squash): basic framework and update machinary
13253 * ubuntu: AUFS (no-squash) -- aufs3-base.patch
13254 * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch
13255 * ubuntu: AUFS: aufs-update -- follow the uapi header changes
13256 * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f
13257 * ubuntu: AUFS (no-squash) -- reenable
13258 - LP: #1079193
13259
13260 [ Erez Zadok ]
13261
13262 * ubuntu: overlayfs -- overlayfs: implement show_options
13263
13264 [ Miklos Szeredi ]
13265
13266 * ubuntu: overlayfs -- vfs: add i_op->dentry_open()
13267 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
13268 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
13269 * ubuntu: overlayfs -- overlay filesystem
13270 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
13271 * ubuntu: overlayfs -- vfs: export __inode_permission() to modules
13272
13273 [ Neil Brown ]
13274
13275 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
13276
13277 [ Robin Dong ]
13278
13279 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
13280 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
13281
13282 -- Andy Whitcroft <apw@canonical.com> Thu, 15 Nov 2012 13:35:12 +0000
13283
13284linux (3.7.0-1.7) raring; urgency=low
13285
13286 [ Tim Gardner ]
13287
13288 * [Config] Drop dependency on libaudit-dev
13289 Its a universe package which causes an FTBS on the builders.
13290 libaudit-dev is not strictly required for the perf tools build.
13291
13292 -- Tim Gardner <tim.gardner@canonical.com> Wed, 14 Nov 2012 10:08:13 -0700
13293
13294linux (3.7.0-1.6) raring; urgency=low
13295
13296 [ Andy Whitcroft ]
13297
13298 * [Config] enforce -- switch CONFIG_NVRAM to more readable form
13299 * [Config] better encode the CONFIG_NVRAM constaint
13300 * enforcer -- fix debugging output
13301
13302 [ Ben Collins ]
13303
13304 * [Config] Add custom_override rule to allow for alternate kernel
13305 file/install
13306 * [Config] Use SRCPKGNAME as prefix for indep linux headers package
13307
13308 [ Tim Gardner ]
13309
13310 * [Config] Dropped armel
13311 * Drop highbank from ABI fetch list
13312 * [Config] Use dh_prep instead of 'dh_clean -k'
13313 * [Config] Build depend on libaudit-dev, libunwind8-dev for tools
13314 * [Config] Document binary-indep dependency chain
13315 * rebase to v3.7-rc5
13316
13317 [ Upstream Kernel Changes ]
13318
13319 * rebase to v3.7-rc5
13320
13321 -- Tim Gardner <tim.gardner@canonical.com> Tue, 13 Nov 2012 07:13:37 -0500
13322
13323linux (3.7.0-0.5) raring; urgency=low
13324
13325 [ Tim Gardner ]
13326
13327 * [Config] CONFIG_AMD_IOMMU_V2=m
13328 - LP: #1071520
13329 * [Config] CONFIG_MTD_ONENAND_SIM=n for armel
13330 Fixes FTBS
13331
13332 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 15:45:39 -0500
13333
13334linux (3.7.0-0.4) raring; urgency=low
13335
13336 [ Ben Collins ]
13337
13338 * [Config] Update enforce rule for CONFIG_NVRAM to better suit flavours
13339
13340 [ Tim Gardner ]
13341
13342 * [Config] do_tools=false for arm
13343
13344 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 05:39:51 -0700
13345
13346linux (3.7.0-0.3) raring; urgency=low
13347
13348 [ Tim Gardner ]
13349
13350 * [Config] CONFIG_DRM_EXYNOS_HDMI=n for armhf
13351 * [Config] CONFIG_MTD_NAND_DOCG4=n for armel/armhf
13352 * [Config] Drop highbank harder
13353
13354 -- Tim Gardner <tim.gardner@canonical.com> Wed, 07 Nov 2012 18:11:45 +0000
13355
13356linux (3.7.0-0.2) raring; urgency=low
13357
13358 [ Andy Whitcroft ]
13359
13360 * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual
13361 instances
13362 - LP: #1066921
13363 * [Config] drop highbank builds
13364
13365 [ Jeremy Kerr ]
13366
13367 * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable
13368 - LP: #1063061
13369
13370 [ Leann Ogasawara ]
13371
13372 * Reinstate dropped.txt from Ubuntu-3.7.0-0.1-rc1
13373
13374 [ Tim Gardner ]
13375
13376 * [Config] Dropped powerpc/ppc64 in favour of the community kernel
13377 * [Config] CONFIG_MODULE_SIG=y for amd64,i386, and highbank
13378 * rebase to v3.7-rc4
13379 * SAUCE: MODSIGN: Emit error for incorrectly signed module
13380
13381 [ Upstream Kernel Changes ]
13382
13383 * rebase to v3.7-rc4
13384
13385 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Nov 2012 05:35:41 -0700
13386
13387linux (3.7.0-0.1) raring; urgency=low
13388
13389
13390 [ Upstream Kernel Changes ]
13391
13392 * rebase to v3.7-rc3
13393 - LP: #1056078
13394
13395 [ Upstream Kernel Changes ]
13396
13397 * rebase to v3.7-rc2
13398 - LP: #1060729
13399 - LP: #1059523
13400 - LP: #1006690
13401 - LP: #1049623
13402 - LP: #1046512
13403 - LP: #1052499
13404 - LP: #1037642
13405 - LP: #559939
13406 - LP: #1052460
13407 - LP: #939161
13408 - LP: #1046734
13409
13410 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Oct 2012 08:13:07 -0600
13411
13412linux (3.6.0-0.1) UNRELEASED; urgency=low
13413
13414
13415 [ Upstream Kernel Changes ]
13416
13417 * rebase to v3.6
13418
13419 [ Upstream Kernel Changes ]
13420
13421 * rebase to v3.6-rc7
13422
13423 [ Upstream Kernel Changes ]
13424
13425 * rebase to v3.6-rc6
13426 - LP: #1000424
13427
13428 [ Upstream Kernel Changes ]
13429
13430 * rebase to v3.6-rc5
13431 - LP: #1040077
13432
13433 [ Upstream Kernel Changes ]
13434
13435 * rebase to v3.6-rc4
13436
13437 [ Upstream Kernel Changes ]
13438
13439 * rebase to v3.6-rc3
13440 - LP: #1038651
13441 - LP: #1034779
13442
13443 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 24 Jul 2012 06:37:09 -0700
13444
13445linux (3.5.0-6.6) quantal-proposed; urgency=low
13446
13447 [ Andy Whitcroft ]
13448
13449 * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6
13450 experimental features
13451 * SAUCE: highbank -- export clock functions for modules
13452 * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900
13453 * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI
13454 * [Config] highbank -- reenable CONFIG_RFKILL_GPIO
13455 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
13456 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
13457 * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG
13458 * [Config] highbank -- reenable CONFIG_FB_ARMCLCD
13459 * [Config] highbank -- reenable CONFIG_DW_DMAC
13460 * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD
13461 * [Config] highbank -- reenable CONFIG_USB_MV_UDC
13462 * [Config] highbank -- reenable CONFIG_USB_DWC3
13463 * [Config] highbank -- reenable CONFIG_SATA_MV
13464 * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF
13465 * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM
13466 * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI
13467 * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010
13468 * [Config] highbank -- reenable CONFIG_ATMEL_PWM
13469 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
13470 * [Config] highbank -- enable CONFIG_EXPERT
13471 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
13472 * [Config] enable CONFIG_USB_DYNAMIC_MINORS
13473 * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED
13474 * [Config] enable CONFIG_USB_ETH_EEM
13475 * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB
13476 * [Config] disable CONFIG_USB_M66592
13477 * [Config] enable CONFIG_USB_NET2272
13478 * [Config] enable CONFIG_USB_R8A66597
13479 * [Config] annotate: CONFIG_USB_OMAP not required for our h/w
13480 * [Config] set CONFIG_USB_MUSB_HDRC=m for omap
13481 * [Config] annotate: CONFIG_USB_G_MULTI fix rule
13482 * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP
13483 * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200
13484 * [Config] sync configuration armhf omap -> armel omap
13485 * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4
13486 * [Config] disable CONFIG_OMAP_IOVMM is deprecated
13487
13488 [ Bryan Wu ]
13489
13490 * [Config] change default IO scheduler from CFQ to Deadline
13491
13492 [ Leann Ogasawara ]
13493
13494 * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc"
13495 * [Config] Disable CONFIG_MOUSE_INPORT
13496
13497 [ Tim Gardner ]
13498
13499 * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51
13500 * [Config] Add bnx2x firmware to nic-modules udeb
13501 * SAUCE: Add script to convert firmware to ihex format
13502 * SAUCE: firmware: Upgrade bnx2 to current versions
13503 * [Config] Add tigon firmware to nic-modules udeb
13504 * [Config] CONFIG_EARLY_PRINTK_DBGP=y
13505 - LP: #1026761
13506 * SAUCE: Remove redundant cis firmware
13507 * SAUCE: Remove redundant emi26 firmware
13508 * SAUCE: Remove redundant ttusb-budget firmware
13509 * SAUCE: Remove redundant sun/cassini firmware
13510 * SAUCE: Remove redundant ositech/Xilinx7OD firmware
13511 * SAUCE: Remove redundant 3com/typhoon.bin firmware
13512 * SAUCE: Remove redundant yamaha/ds1 firmware
13513 * SAUCE: Remove redundant keyspan_pda firmware
13514 * rebase to v3.5
13515
13516 [ Upstream Kernel Changes ]
13517
13518 * rebase to v3.5
13519 - LP: #1027828
13520
13521 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Jul 2012 05:57:04 -0700
13522
13523linux (3.5.0-5.5) quantal-proposed; urgency=low
13524
13525 [ Andy Whitcroft ]
13526
13527 * [Config] annotations: initial import of configuration annotations
13528
13529 [ Bryan Wu ]
13530
13531 * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker
13532
13533 [ Leann Ogasawara ]
13534
13535 * Rebase to v3.5-rc7
13536
13537 [ Manoj Iyer ]
13538
13539 * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0
13540 - LP: #1010281
13541
13542 [ Tim Gardner ]
13543
13544 * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy
13545 expects
13546 * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n
13547 * [Config] CONFIG_BRIDGE_EBT_ULOG=n
13548 * [Config] CONFIG_IP_NF_QUEUE=n
13549 * [Config] CONFIG_MTD_DOC2000=n
13550 * [Config] CONFIG_PRINT_QUOTA_WARNING=n
13551 * [Config] CONFIG_PRISM54=n
13552 * [Config] CONFIG_SCx200_I2C=n
13553 * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
13554
13555 [ Upstream Kernel Changes ]
13556
13557 * rebase to v3.5-rc7
13558
13559 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jul 2012 15:38:41 -0700
13560
13561linux (3.5.0-4.4) quantal-proposed; urgency=low
13562
13563 [ Andy Whitcroft ]
13564
13565 * [Packaging] getabis should be extracting all packages
13566 - LP: #1021174
13567 * [Config] getabis -- series uses linux-image-extra
13568 - LP: #1021174
13569 * rebase to v3.5-rc6
13570
13571 [ Bryan Wu ]
13572
13573 * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all
13574 flavours
13575 * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours
13576
13577 [ Leann Ogasawara ]
13578
13579 * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX
13580 - LP: #1019561
13581
13582 [ Paolo Pisati ]
13583
13584 * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y
13585 - LP: #1019321
13586
13587 [ Stefan Bader ]
13588
13589 * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer
13590 - LP: #1018456
13591 * (config) Disable ACPI_PROCFS_POWER
13592
13593 [ Tim Gardner ]
13594
13595 * [Config] CONFIG_ACPI_BGRT=y
13596 * Extract firmware module info during getabi
13597 - LP: #1021174
13598
13599 [ Upstream Kernel Changes ]
13600
13601 * rebase to v3.5-rc6
13602
13603 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Jul 2012 08:50:20 -0700
13604
13605linux (3.5.0-3.3) quantal-proposed; urgency=low
13606
13607 [ Andy Whitcroft ]
13608
13609 * [Config] enable CONFIG_MEMTEST=y
13610 - LP: #1004535
13611 * [Config] config-check: add support for a cut operation
13612 * [Config] enforcer -- switch to cut where appropriate
13613
13614 [ Leann Ogasawara ]
13615
13616 * Rebase to v3.5-rc5
13617 * [Config] Updateconfigs after rebase to v3.5-rc5
13618
13619 [ Luis Henriques ]
13620
13621 * SAUCE: ocfs2: Fix NULL pointer dereferrence in
13622 __ocfs2_change_file_space
13623 - LP: #1006012
13624
13625 [ Seth Forshee ]
13626
13627 * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking
13628 for LVDS register initialization
13629 - LP: #1012800
13630
13631 [ Upstream Kernel Changes ]
13632
13633 * rebase to v3.5-rc5
13634 - LP: #1013183
13635 - LP: #1017017
13636 - LP: #884652
13637
13638 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 02 Jul 2012 06:41:58 -0700
13639
13640linux (3.5.0-2.2) quantal-proposed; urgency=low
13641
13642 [ Andy Whitcroft ]
13643
13644 * rebase to v3.5-rc4
13645
13646 [ Arend van Spriel ]
13647
13648 * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in
13649 brcms_c_regd_init()
13650 - LP: #950320
13651
13652 [ Bryan Wu ]
13653
13654 * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM
13655
13656 [ Chris J Arges ]
13657
13658 * PACKAGING: add .gnu_debuglink sections to .ko files
13659 - LP: #669641
13660
13661 [ Leann Ogasawara ]
13662
13663 * d-i: Add hid-generic to input-modules
13664 - LP: #1017879
13665
13666 [ Ming Lei ]
13667
13668 * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12"
13669 - LP: #1017717, #225
13670
13671 [ Paolo Pisati ]
13672
13673 * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)"
13674 - LP: #1017718
13675 * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3
13676
13677 [ Seth Forshee ]
13678
13679 * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits
13680 during initialization
13681 - LP: #950320
13682 * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified
13683 by mac80211
13684 - LP: #950320
13685 * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz
13686 channels
13687 - LP: #950320
13688 * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c
13689 - LP: #950320
13690 * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2
13691 regulatory domain
13692 - LP: #950320
13693 * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on
13694 regulatory updates
13695 - LP: #950320
13696 * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for
13697 tx power limits
13698 - LP: #950320
13699 * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels
13700 against internal regulatory data
13701 - LP: #950320
13702 * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain
13703 when checking whether OFDM is allowed
13704 - LP: #950320
13705
13706 [ Tim Gardner ]
13707
13708 * [Config] Enable CONFIG_CGROUPS for highbank
13709 - LP: #1014692
13710 * [Config] FB_OMAP*=y and PANEL_TFP410=y
13711
13712 [ Upstream Kernel Changes ]
13713
13714 * rebase to v3.5-rc4
13715
13716 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 26 Jun 2012 06:21:05 -0700
13717
13718linux (3.5.0-1.1) quantal-proposed; urgency=low
13719
13720 [ Andy Whitcroft ]
13721
13722 * [Config] highbank -- enable CONFIG_RFKILL=y and CONFIG_CAN=m
13723
13724 [ Leann Ogasawara ]
13725
13726 * Rebase to v3.5-rc1
13727 * [Config] Remove USB_DEVICEFS from the config enforcer
13728 * [Config] Updateconfigs after rebase to v3.5-rc1
13729 * [Config] Temporarily disable CONFIG_MACH_NOKIA_RX51 on arm
13730 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
13731 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
13732 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
13733 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
13734 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
13735 * [Config] Temporarily disable CONFIG_GPIO_EM on arm
13736 * [Config] Temporarily disable CONFIG_SERIAL_8250_EM on armhf
13737 * [Config] Temporarily disable CONFIG_STMMAC_ETH on armhf
13738 * [Config] Temporarily disable CONFIG_HW_RANDOM_ATMEL on armhf
13739 * Rebase to v3.5-rc2
13740 * [Config] Updateconfigs after rebase to v3.5-rc2
13741 * [Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc
13742 * Rebase to v3.5-rc3
13743 * [Config] Updateconfigs after rebase to v3.5-rc3
13744
13745 [ Paul Mundt ]
13746
13747 * SAUCE: fix bug.h's inclusion of kernel.h
13748
13749 [ Stefan Bader ]
13750
13751 * SAUCE: Fix compile failures of dm-raid45
13752 * [Config] Enable dm-raid45
13753 * Move dependency on crda to extra package
13754 - LP: #657901
13755 * SAUCE: Mask CR4 writes on older Xen hypervisors
13756
13757 [ Upstream Kernel Changes ]
13758
13759 * rebase to v3.5-rc3
13760 - LP: #993162
13761 - LP: #925577
13762 * rebase to v3.5-rc2
13763 * rebase to v3.5-rc1
13764 - LP: #955892
13765 - LP: #978038
13766 - LP: #987371
13767 - LP: #929545
13768 - LP: #942316
13769 - LP: #903853
13770
13771 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 08 Jun 2012 14:28:46 -0700
13772
13773linux (3.4.0-5.11) quantal-proposed; urgency=low
13774
13775 [ Leann Ogasawara ]
13776
13777 * [Config] Disable CONFIG_ARM_LPAE
13778 - LP: #1009061
13779
13780 [ Oleksij Rempel ]
13781
13782 * SAUCE: b43: do not call ieee80211_unregister_hw if we are not registred
13783 - LP: #1008905
13784
13785 [ Paolo Pisati ]
13786
13787 * [Config] omap3: MFD_OMAP_USB_HOST is usb host in omap2+.
13788 - LP: #1009061
13789
13790 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Jun 2012 08:06:28 -0700
13791
13792linux (3.4.0-4.10) quantal; urgency=low
13793
13794 [ Leann Ogasawara ]
13795
13796 * Temporarily disable ABI and module check
13797
13798 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 20:27:31 -0700
13799
13800linux (3.4.0-4.9) quantal; urgency=low
13801
13802 [ Andy Whitcroft ]
13803
13804 * [Config] fix config split to avoid the shared config
13805 * [Config] updateconfigs following split config fix
13806 * [Config] linux-image-extras needs full postinst
13807 * [Config] CONFIG_BLK_DEV_NVME commonise across architectures
13808 * [Config] CONFIG_HP_WATCHDOG enable as module
13809 * [Config] CONFIG_PDC_ADMA is not boot essential
13810 * [Config] CONFIG_XEN_ACPI_PROCESSOR should be enabled on x86
13811 * [Config] CONFIG_VT6655/CONFIG_VT6656=m
13812 * [Config] CONFIG_TRANZPORT=m commonise
13813 * [Config] CONFIG_R3964=m commonise
13814 * [Config] CONFIG_SCSI_DH=m commonise
13815 * [Config] CONFIG_SCSI_IBMVSCSIS=m commonise
13816 * [Config] CONFIG_AMD_PHY=y phys are not autoloadable
13817 * [Config] CONFIG_SCSI_QLA_ISCSI=m commonise
13818 * [Config] CONFIG_SCSI_SPI_ATTR=m commonise
13819 * [Config] CONFIG_USB_SN9C102 is deprecated disable
13820 * [Config] CONFIG_USB_SI470X=m commonise
13821 * [Config] CONFIG_USB_ET61X251=m commonise
13822 * [Config] CONFIG_RTS_PSTOR=m commonise
13823 * [Config] CONFIG_SCANLOG=m commonise
13824 * [Config] CONFIG_SCSI_SYM53C8XX_2=m commonise
13825 * [Config] CONFIG_SM_FTL=m commonise
13826 * [Config] CONFIG_SOLO6X10=m commonise
13827 * [Config] CONFIG_SND_PCM_OSS=n using pulseaudio emulation instead
13828 * [Config] CONFIG_SPI_DESIGNWARE=m commonise
13829 * [Config] CONFIG_SPI_SPIDEV=m commonise
13830 * [Config] CONFIG_TABLET_USB_WACOM=m commonise
13831 * [Config] CONFIG_TPS65010=m commonise
13832 * [Config] CONFIG_STE10XP=y commonise
13833 * [Config] CONFIG_X25_ASY=m commonise
13834 * [Config] CONFIG_USB_MON=m commonise
13835 * [Config] CONFIG_VME_BUS=m commonise
13836 * [Config] CONFIG_W35UND=m commonise
13837 * [Config] -CONFIG_TCG_TPM=y commonise
13838 * [Config] highbank -- commonise filesystems
13839 * [Config] highbank -- commonise subsystems
13840 * [Config] highbank -- commonise network protocols
13841 * [Config] highbank -- commonise input drivers
13842 * [Config] highbank -- commonise CRYPTO options
13843 * [Config] highbank -- commonise HID options
13844 * [Config] highbank -- commonise sensors options
13845 * [Config] highbank -- commonise EXPORTFS/FHANDLE
13846 * [Config] highbank -- commonise CONFIG_CRYPTO_LZO
13847 * [Config] highbank -- commonise ENCRYPTED_KEYS
13848 * [Config] highbank -- commonise CONFIG_ATALK
13849 * [Config] highbank -- commonise INET/INET6
13850 * [Config] highbank -- commonise NLS
13851 * [Config] highbank -- commonise BLK/CHR
13852 * [Config] highbank -- CONFIG_EXT2_FS=y boot essential on highbank
13853 * [Config] highbank -- commonise INET/INET6 part 2
13854 * [Config] highbank -- commonise PHY settings
13855 * [Config] highbank -- commonise CRC settings
13856 * [Config] highbank -- commonise BINFMT settings
13857 * [Config] highbank -- commonise DM settings
13858 * [Config] highbank -- commonise RTC_DRV settings
13859 * [Config] highbank -- commonise KEYBOARD/MOUSE settings
13860 * [Config] highbank -- commonise USB settings
13861 * [Config] highbank -- commonise GPIO settings
13862 * [Config] highbank -- commonise I2C settings
13863 * [Config] highbank -- commonise numerous subsystem selectors
13864 * [Config] highbank -- commonise A-C modules missmatches
13865 * [Config] highbank -- commonise D-F modules missmatches
13866 * [Config] CONFIG_AUDIT_LOGINUID_IMMUTABLE incompatible with upstart
13867 * [Config] highbank -- commonise G-I modules missmatches
13868 * [Config] highbank -- commonise J-L modules missmatches
13869 * [Config] highbank -- commonise M modules missmatches
13870 * [Config] highbank -- commonise N-P modules missmatches
13871 * [Config] highbank -- commonise Q-R modules missmatches
13872 * [Config] highbank -- commonise S modules missmatches -- part 1
13873 * [Config] highbank -- commonise S modules missmatches -- part 2
13874 * [Config] highbank -- commonise T modules missmatches
13875 * [Config] highbank -- commonise U-Z modules missmatches
13876
13877 [ Ike Panhc ]
13878
13879 * [Config] add highbank flavour
13880 - LP: #1000831
13881
13882 [ Mark Langsdorf ]
13883
13884 * SAUCE: arm highbank: add support for pl320-ipc driver
13885 - LP: #1000831
13886
13887 [ Rob Herring ]
13888
13889 * SAUCE: input: add a key driver for highbank
13890 - LP: #1000831
13891 * SAUCE: ARM: highbank: Add smc calls to enable/disable the L2
13892 - LP: #1000831
13893 * SAUCE: force DMA buffers to non-bufferable on highbank
13894 - LP: #1000831
13895 * SAUCE: net: calxedaxgmac: fix net timeout recovery
13896 - LP: #1000831
13897
13898 [ Tim Gardner ]
13899
13900 * [Config] CONFIG_IWLWIFI_EXPERIMENTAL_MFP=n
13901 * [Config] CONFIG_PCI_REALLOC_ENABLE_AUTO=y
13902 * [Config] CONFIG_CIFS_EXPERIMENTAL has disappeared
13903 * [Config] Homogenize CIFS configs across all arches
13904 * [Config] armhf should not be skipabi or skipmodules
13905 - LP: #1006913
13906
13907 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 05:52:49 -0700
13908
13909linux (3.4.0-3.8) quantal; urgency=low
13910
13911 [ Andy Whitcroft ]
13912
13913 * [Config] include include/generated/compile.h
13914 - LP: #942569
13915 * [Config] fix up postinst to ensure we know which error is which
13916 - LP: #1002388
13917
13918 [ Herton Ronaldo Krzesinski ]
13919
13920 * SAUCE: async_populate_rootfs: fix build warnings
13921 - LP: #1003417
13922
13923 [ John Johansen ]
13924
13925 * Revert "SAUCE: AppArmor: Add the ability to mediate mount"
13926 * SAUCE: apparmor: Add the ability to mediate mount
13927 * SAUCE: AppArmor: basic networking rules
13928 * SAUCE: apparmor: fix profile lookup for unconfined
13929 - LP: #978038, #987371
13930 * SAUCE: apparmor: fix long path failure due to disconnected path
13931 - LP: #955892
13932
13933 [ Mario Limonciello ]
13934
13935 * SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, 15
13936 - LP: #901410
13937
13938 [ Stefan Bader ]
13939
13940 * (config) Built-in xen-acpi-processor
13941
13942 [ Tim Gardner ]
13943
13944 * [Config] CONFIG_NET_DSA=m
13945 - LP: #1004148
13946 * [Config] Ensure CONFIG_XEN_ACPI_PROCESSOR=y for amd64
13947
13948 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 May 2012 11:38:33 -0700
13949
13950linux (3.4.0-3.7) quantal; urgency=low
13951
13952 [ Andy Whitcroft ]
13953
13954 * [Config] drop the virtual flavour in favour of a split generic et al
13955 * [Config] enforcer -- drop IDLE enforcement
13956 * [Config] enable CONFIG_SCSI_VIRTIO=m for amd64
13957 * [Config] updateconfigs following removal of -virtual
13958
13959 [ Leann Ogasawara ]
13960
13961 * Rebase to v3.4
13962
13963 [ Seth Forshee ]
13964
13965 * [Config] disable CONFIG_B43_BCMA_EXTRA
13966
13967 [ Tim Gardner ]
13968
13969 * [Config] Check for extras when building udebs
13970 * [Config] Collapsed generic-pae into generic [i386]
13971
13972 [ Upstream Kernel Changes ]
13973
13974 * rebase to v3.4
13975
13976 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 May 2012 07:23:47 -0700
13977
13978linux (3.4.0-2.6) quantal; urgency=low
13979
13980 [ Andy Whitcroft ]
13981
13982 * Revert "ubuntu: overlayfs -- overlayfs: update touch_atime() usage"
13983 * Revert "ubuntu: overlayfs -- overlayfs: switch from d_alloc_root() to
13984 d_make_root()"
13985 * Revert "ubuntu: overlayfs -- overlayfs: follow header cleanup"
13986 * Revert "ubuntu: overlayfs -- overlayfs: apply device cgroup and
13987 security permissions to overlay files"
13988 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
13989 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
13990 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
13991 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
13992 * Revert "ubuntu: overlayfs -- overlay filesystem"
13993 * Revert "ubuntu: overlayfs -- vfs: introduce clone_private_mount()"
13994 * Revert "ubuntu: overlayfs -- vfs: export do_splice_direct() to modules"
13995 * Revert "ubuntu: overlayfs -- vfs: add i_op->open()"
13996 * Revert "ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()"
13997 * ubuntu: overlayfs -- overlayfs: add statfs support
13998 * ubuntu: overlayfs -- inode_only_permission: export inode level
13999 permissions checks
14000 * ubuntu: overlayfs -- overlayfs: switch to use inode_only_permissions
14001
14002 [ Erez Zadok ]
14003
14004 * ubuntu: overlayfs -- overlayfs: implement show_options
14005
14006 [ Miklos Szeredi ]
14007
14008 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
14009 * ubuntu: overlayfs -- vfs: add i_op->open()
14010 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
14011 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
14012 * ubuntu: overlayfs -- overlay filesystem
14013 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
14014
14015 [ Neil Brown ]
14016
14017 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
14018
14019 [ Robin Dong ]
14020
14021 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
14022 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
14023
14024 [ Tim Gardner ]
14025
14026 * [Config] perarch and indep tools builds need separate build directories
14027 * Prevent upgrading a non-PAE CPU
14028 * perf is not parallel build safe
14029
14030 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 May 2012 08:43:18 -0700
14031
14032linux (3.4.0-2.5) quantal; urgency=low
14033
14034 [ Andy Whitcroft ]
14035
14036 * [Config] perarch and indep tools builds need separate build directories
14037
14038 [ Tim Gardner ]
14039
14040 * Prevent upgrading a non-PAE CPU
14041 * [Config] build debug
14042 * [Config] perf tools are not parallel build safe
14043
14044 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 15 May 2012 11:37:53 -0700
14045
14046linux (3.4.0-2.4) quantal; urgency=low
14047
14048 [ Leann Ogasawara ]
14049
14050 * Revert "SAUCE: fsam7400: use UMH_WAIT_PROC consistently"
14051 * Revert "ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86"
14052 * Revert "ubuntu: fsam7400: Depend on CHECK_SIGNATURE"
14053 * Revert "ubuntu: fsam7400 -- Cleanup Makefile"
14054 * Revert "ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M
14055 7400"
14056 * Revert "ubuntu: omnibook: fix source file newline"
14057 * Revert "ubuntu: omnibook -- update BOM"
14058 * Revert "SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5}
14059 depend on X86"
14060 * Revert "ubuntu: omnibook -- Added missing BOM file"
14061 * Revert "ubuntu: omnibook -- support Toshiba (HP) netbooks"
14062 * Revert "ubuntu: nx-emu - i386: mmap randomization for executable
14063 mappings"
14064 * Revert "SAUCE: disable_nx should not be in __cpuinitdata section for
14065 X86_32"
14066 * Revert "ubuntu: nx-emu - i386: NX emulation"
14067 * Revert "ubuntu: rfkill drivers -- version 1.3"
14068 * Temporarily disable module check
14069 * [Config] Remove CONFIG_FSAM7400
14070 * [Config] Remove CONFIG_OMNIBOOK
14071 * [Config] Update configs
14072 * Rebase to v3.4-rc7
14073 * SAUCE: genirq: export handle_edge_irq() and irq_to_desc()
14074
14075 [ Tim Gardner ]
14076
14077 * Updated generic-pae description
14078 * Rebase to v3.4-rc6
14079 * install-tools depends on build targets
14080
14081 [ Upstream Kernel Changes ]
14082
14083 * kconfig: in debug mode some 0 length message prints occur
14084 * rebase to v3.4-rc7
14085 * rebase to v3.3-rc6
14086
14087 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 May 2012 08:22:56 -0700
14088
14089linux (3.4.0-1.3) quantal; urgency=low
14090
14091 [ Andy Whitcroft ]
14092
14093 * [Config] control.stub is an intermediate product not a dependancy
14094 - LP: #992414
14095
14096 [ Leann Ogasawara ]
14097
14098 * remove i386 generic from getabis
14099
14100 [ Upstream Kernel Changes ]
14101
14102 * (pre-stable) b43: only reload config after successful initialization
14103 - LP: #950295
14104
14105 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 May 2012 09:48:14 -0700
14106
14107linux (3.4.0-1.2) quantal; urgency=low
14108
14109 [ Andy Whitcroft ]
14110
14111 * [Config] add build depends for flex, bison and pkg-config
14112
14113 -- Andy Whitcroft <apw@canonical.com> Tue, 01 May 2012 13:15:41 +0100
14114
14115linux (3.4.0-1.1) quantal; urgency=low
14116
14117 [ Andy Whitcroft ]
14118
14119 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
14120 permissions to overlay files
14121 - LP: #915941, #918212
14122 - CVE-2012-0055
14123
14124 [ Leann Ogasawara ]
14125
14126 * Open Q
14127 * Rebase to v3.4-rc5
14128 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
14129 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
14130 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
14131 * [Config] Temporarily disable CONFIG_MFD_OMAP_USB_HOST on arm
14132 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
14133 * [Config] Temporarily disable CONFIG_USB_EHCI_HCD_PLATFORM on arm
14134 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
14135 * [Config] Temporarily disable CONFIG_AX88796 on arm
14136
14137 [ Upstream Kernel Changes ]
14138
14139 * vfs: pass struct path to __dentry_open()
14140 * vfs: add i_op->open()
14141 * vfs: export do_splice_direct() to modules
14142 * vfs: introduce clone_private_mount()
14143 * overlay filesystem
14144 * overlayfs: add statfs support
14145 * overlayfs: implement show_options
14146 * overlay: overlay filesystem documentation
14147 * fs: limit filesystem stacking depth
14148 * overlayfs: follow header cleanup
14149 * overlayfs: switch from d_alloc_root() to d_make_root()
14150 * overlayfs: update touch_atime() usage
14151 * rebase to v3.4-rc5
14152 - LP: #950490
14153 * rebase to v3.4-rc4
14154 * rebase to v3.4-rc3
14155 * rebase to v3.4-rc2
14156 * rebase to v3.4-rc1
14157 * rebase to v3.3
14158 * rebase to v3.3-rc7
14159 * rebase to v3.3-rc6
14160 * rebase to v3.3-rc5
14161 * rebase to v3.3-rc4
14162 - LP: #900802
14163 - LP: #930842
14164 * rebase to v3.3-rc3
14165 - LP: #924320
14166 - LP: #923316
14167 - LP: #923409
14168 - LP: #918254
14169 * rebase to v3.3-rc2
14170 * rebase to v3.3-rc1
14171 - LP: #795823
14172 - LP: #909419
14173 - LP: #910792
14174 - LP: #878701
14175 - LP: #724831
14176
14177 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 25 Jan 2012 06:50:04 -0800
14178
14179linux (3.2.0-10.18) precise; urgency=low
14180
14181 [ Tim Gardner ]
14182
14183 * SAUCE: ecryptfs: Print inode on metadata error
14184
14185 [ Upstream Kernel Changes ]
14186
14187 * Revert "proc: enable writing to /proc/pid/mem"
14188 - LP: #919115
14189 - CVE-2012-0056
14190 * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1
14191 - LP: #909419
14192
14193 -- Andy Whitcroft <apw@canonical.com> Tue, 24 Jan 2012 10:15:12 +0000
14194
14195linux (3.2.0-10.17) precise; urgency=low
14196
14197 [ Andy Whitcroft ]
14198
14199 * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth"
14200 * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation"
14201 * Revert "SAUCE: overlayfs -- overlayfs: implement show_options"
14202 * Revert "SAUCE: overlayfs -- overlayfs: add statfs support"
14203 * Revert "SAUCE: overlayfs -- overlay filesystem"
14204 * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()"
14205 * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules"
14206 * Revert "SAUCE: overlayfs -- vfs: add i_op->open()"
14207 * ensure debian/ is not excluded from git by default
14208 * add new scripting to handle buglinks in rebases
14209 * ubuntu: overlayfs -- overlayfs: add statfs support
14210 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
14211 permissions to overlay files
14212 - LP: #915941, #918212
14213 - CVE-2012-0055
14214
14215 [ Erez Zadok ]
14216
14217 * ubuntu: overlayfs -- overlayfs: implement show_options
14218
14219 [ Leann Ogasawara ]
14220
14221 * Revert "SAUCE: dmar: disable if ricoh multifunction detected"
14222 * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON
14223 - LP: #907377, #911236
14224 * [Config] Enable CONFIG_IRQ_REMAP
14225
14226 [ Miklos Szeredi ]
14227
14228 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
14229 * ubuntu: overlayfs -- vfs: add i_op->open()
14230 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
14231 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
14232 * ubuntu: overlayfs -- overlay filesystem
14233 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
14234
14235 [ Neil Brown ]
14236
14237 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
14238
14239 [ Upstream Kernel Changes ]
14240
14241 * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery
14242 - LP: #647043
14243 * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that
14244 breaks USB
14245 - LP: #647043
14246
14247 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jan 2012 07:10:08 -0800
14248
14249linux (3.2.0-9.16) precise; urgency=low
14250
14251 [ Andy Whitcroft ]
14252
14253 * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM
14254 * [Config] pull ARM sound modules =m
14255 * [Config] CONFIG_RTC_DRV_TEST is for testing only
14256 * [Config] CONFIG_USB_DUMMY_HCD is testing only
14257 * [Config] CONFIG_USB_FILE_STORAGE is deprecated
14258
14259 [ Leann Ogasawara ]
14260
14261 * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel"
14262 * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m
14263 * [Config] Enable CONFIG_MMC_TMIO=m
14264 * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m
14265 * [Config] Enable CONFIG_ISI=m
14266 * [Config] Enable CONFIG_MMC=y
14267 * [Config] Enable CONFIG_LIRC_PARALLEL=m
14268 * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m
14269 * [Config] Enable CONFIG_CHR_DEV_SG=y
14270 * [Config] Enable CONFIG_GPIO_PCA953X=m
14271 * [Config] Enable CONFIG_GPIO_TWL4030=m
14272 * [Config] Enable CONFIG_INET_DIAG=m
14273 * [Config] Enable CONFIG_NLS_ISO8859_1=m
14274 * [Config] Enable CONFIG_NVRAM=m
14275 * [Config] Enable CONFIG_SLIP=m
14276 * [Config] Enable CONFIG_PC300TOO=m
14277 * [Config] Enable CONFIG_TUN=y
14278 * [Config] Enable CONFIG_NET_CLS_CGROUP=m
14279 * [Config] Enable CONFIG_THERMAL=y
14280 * [Config] Enable CONFIG_PPP=y
14281 * [Config] Enable CONFIG_PCI_STUB=m
14282 * Rebase to v3.2.1
14283 * [Config] Enable CONFIG_RTL8192E=m
14284 * [Config] Enable CONFIG_RTS5139=m
14285
14286 [ Stefan Bader ]
14287
14288 * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y
14289
14290 [ Upstream Kernel Changes ]
14291
14292 * ARM: restart: add restart hook to machine_desc record
14293 * ARM: restart: allow platforms more flexibility specifying restart mode
14294 * ARM: restart: move reboot failure handing into machine_restart()
14295 * ARM: restart: remove argument to setup_mm_for_reboot()
14296 * ARM: 7159/1: OMAP: Introduce local common.h files
14297 * ARM: restart: only perform setup for restart when soft-restarting
14298 * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq
14299 function
14300 * ARM: idmap: populate identity map pgd at init time using .init.text
14301 * ARM: suspend: use idmap_pgd instead of suspend_pgd
14302 * ARM: proc-*.S: place cpu_reset functions into .idmap.text section
14303 * ARM: idmap: use idmap_pgd when setting up mm for reboot
14304 * ARM: head.S: only include __turn_mmu_on in the initial identity mapping
14305 * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting
14306 * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM
14307 restart changes
14308 * ARM: lib: add call_with_stack function for safely changing stack
14309 * ARM: reset: implement soft_restart for jumping to a physical address
14310 * ARM: stop: execute platform callback from cpu_stop code
14311 * ARM: kexec: use soft_restart for branching to the reboot buffer
14312 * ARM: restart: omap: use new restart hook
14313 * topdown mmap support
14314 - LP: #861296
14315
14316 [ Upstream Kernel Changes ]
14317
14318 * Rebase to v3.2.1
14319
14320 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 13 Jan 2012 20:32:08 +0100
14321
14322linux (3.2.0-8.15) precise; urgency=low
14323
14324 [ Leann Ogasawara ]
14325
14326 * [Config] Disable CONFIG_ACPI_PROCFS
14327 * Remove server from getabis
14328 * Temporarily disable module check
14329 * [Config] Disable CONFIG_MTD_TESTS
14330 * [Config] Disable CONFIG_X86_E_POWERSAVER
14331 * [Config] Set CONFIG_ARCNET=m
14332 * [Config] Enable CONFIG_ATM_DUMMY=m
14333 * [Config] Enable CONFIG_BLK_DEV_MD=y
14334 * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86
14335 * [Config] Enable CONFIG_BLK_DEV_SD=y
14336 * [Config] Enable CONFIG_BLK_DEV_SR=y
14337 * [Config] Enable CONFIG_BLK_DEV_UB=m
14338 * [Config] Enable CONFIG_COPS=m
14339 * [Config] Enable CONFIG_DVB_USB_EC168=m
14340 * [Config] Enable CONFIG_ENC28J60=m
14341 * [Config] Enable CONFIG_FB_UVESA=m
14342 * [Config] Enable CONFIG_FB_ATY=m
14343 * [Config] Enable CONFIG_BROADCOM_PHY=y
14344 * [Config] Enable CONFIG_CICADA_PHY=y
14345 * [Config] Enable CONFIG_DAVICOM_PHY=y
14346 * [Config] Enable CONFIG_ICPLUS_PHY=y
14347 * [Config] Enable CONFIG_LSI_ET1011C_PHY=y
14348 * [Config] Enable CONFIG_LXT_PHY=y
14349 * [Config] Enable CONFIG_MARVELL_PHY=y
14350 * [Config] Enable CONFIG_NATIONAL_PHY=y
14351 * [Config] Enable CONFIG_QSEMI_PHY=y
14352 * [Config] Enable CONFIG_SMSC_PHY=y
14353 * [Config] Enable CONFIG_VITESSE_PHY=y
14354 * Add 3w-sas to scsi-modules
14355 - LP: #776542
14356
14357 [ Mathieu Trudel-Lapierre ]
14358
14359 * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate
14360 to interface settings
14361
14362 [ Paolo Pisati ]
14363
14364 * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C"
14365 - LP: #912199
14366 * Revert "SAUCE: omap3: beagle: detect new xM revision B"
14367 - LP: #912199
14368 * Revert "SAUCE: omap3: beaglexm: fix DVI initialization"
14369 - LP: #912199
14370
14371 [ Upstream Kernel Changes ]
14372
14373 * Bluetooth: Add support for BCM20702A0 [0a5c:21e3]
14374 - LP: #906832
14375
14376 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 06 Jan 2012 10:02:03 -0800
14377
14378linux (3.2.0-8.14) precise; urgency=low
14379
14380 [ Andy Whitcroft ]
14381
14382 * [Config] enable CONFIG_SND_USB_6FIRE
14383 - LP: #912197
14384 * rebase to mainline v3.2 final release
14385 * updateconfigs following rebase to v3.2 final
14386 * ubuntu: AUFS -- add BOM and automated update script
14387 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
14388 - LP: #684666
14389 * ubuntu: AUFS -- update aufs-update to track new locations of headers
14390 * ubuntu: AUFS -- clean up the aufs updater and BOM
14391 * ubuntu: AUFS -- documentation on updating aufs2
14392 * ubuntu: AUFS -- aufs3-base.patch
14393 * ubuntu: AUFS -- aufs3-standalone.patch
14394 * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission
14395 * ubuntu: AUFS -- fix undefined security_path_link
14396 * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245
14397 * ubuntu: AUFS -- updateconfigs following update
14398 * ubuntu: AUFS -- suppress benign plink warning messages
14399 - LP: #621195
14400 * ubuntu: AUFS -- enable in config and makefile
14401 * ubuntu: AUFS -- disable in favor of overlayfs
14402 * [Config] linux-virtual -- should include the extX modules
14403 - LP: #912308
14404
14405 [ Tyler Hicks ]
14406
14407 * SAUCE: eCryptfs: Improve statfs reporting
14408 - LP: #885744
14409
14410 [ Upstream Kernel Changes ]
14411
14412 * rebase to upstream v3.2
14413
14414 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 26 Dec 2011 20:24:30 -0800
14415
14416linux (3.2.0-7.13) precise; urgency=low
14417
14418 [ Upstream Kernel Changes ]
14419
14420 * rebase to upstream 3.2-rc7
14421
14422 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 19 Dec 2011 09:14:34 -0800
14423
14424linux (3.2.0-6.12) precise; urgency=low
14425
14426 [ Upstream Kernel Changes ]
14427
14428 * rebase to upstream v3.2-rc6
14429
14430 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Dec 2011 10:19:02 -0800
14431
14432linux (3.2.0-5.11) precise; urgency=low
14433
14434 [ Andy Whitcroft ]
14435
14436 * enforcer -- allow arch and flavour predicates to take lists
14437 * enforcer -- simplify armel/armhf specific options
14438 * enforcer -- fix incorrectly specified flavour matches
14439
14440 [ Leann Ogasawara ]
14441
14442 * [Config] Disable IRQ_REMAP
14443 * [Config] Enable CONFIG_SENSORS_LM95245=m
14444 * [Config] Enable CONFIG_SENSORS_MAX1668=m
14445 * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m
14446 * [Config] Enable CONFIG_SENSORS_MAX6639=m
14447 * [Config] Enable CONFIG_SENSORS_MAX6642=m
14448 * [Config] Enable CONFIG_SENSORS_LINEAGE=m
14449 * [Config] Enable CONFIG_CRYPTO_SALSA20=m
14450 * [Config] Enable CONFIG_PATA_TOSHIBA=m
14451 * [Config] Enable CONFIG_POHMELFS=m
14452 * [Config] Enable CONFIG_NET_PACKET_ENGINE=y
14453 * [Config] Enable CONFIG_PATA_OPTI=m
14454 * add overlayfs to virtual inclusion list
14455 - LP: #903897
14456 * add veth to virtual inclusion list
14457 - LP: #903897
14458 * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request
14459
14460 [ Paolo Pisati ]
14461
14462 * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm
14463 - LP: #903346
14464
14465 [ Tim Gardner ]
14466
14467 * [Config] CONFIG_LOCKUP_DETECTOR=y
14468 - LP: #903615
14469
14470 [ Upstream Kernel Changes ]
14471
14472 * rebase to upstream 55b02d2f
14473
14474 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 12 Dec 2011 07:08:10 -0800
14475
14476linux (3.2.0-4.10) precise; urgency=low
14477
14478 [ Kyle McMartin ]
14479
14480 * SAUCE: dmar: disable if ricoh multifunction detected
14481 - LP: #894070
14482
14483 [ Seth Forshee ]
14484
14485 * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug
14486 - LP: #581312
14487
14488 [ Tim Gardner ]
14489
14490 * Start new release, Bump ABI, rebase to 3.2-rc5
14491
14492 [ Leann Ogasawara ]
14493
14494 * [Config] Enable CONFIG_SENSORS_AK8975=m
14495
14496 -- Tim Gardner <tim.gardner@canonical.com> Sat, 10 Dec 2011 08:57:04 -0700
14497
14498linux (3.2.0-3.9) precise; urgency=low
14499
14500 [ Andy Whitcroft ]
14501
14502 * SAUCE: ext4: correct partial write discard size calculation
14503 - LP: #894768
14504
14505 [ Leann Ogasawara ]
14506
14507 * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting"
14508 - LP: #892615
14509
14510 [ Matthew Garrett ]
14511
14512 * SAUCE: pci: Rework ASPM disable code
14513
14514 [ Upstream Kernel Changes ]
14515
14516 * x86: Fix boot failures on older AMD CPU's
14517 - LP: #892615
14518 * EHCI : Fix a regression in the ISO scheduler
14519 - LP: #899165
14520
14521 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 05 Dec 2011 10:37:36 -0800
14522
14523linux (3.2.0-3.8) precise; urgency=low
14524
14525 [ Andy Whitcroft ]
14526
14527 * armhf -- add d-i configuration
14528 * armhf -- disable ABI checks for armhf
14529 * armhf -- add arch to getabis config
14530
14531 -- Andy Whitcroft <apw@canonical.com> Sat, 03 Dec 2011 14:22:52 +0000
14532
14533linux (3.2.0-3.7) precise; urgency=low
14534
14535 [ Stefan Bader ]
14536
14537 * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be
14538 synchronous, regardless of lazy_mmu mode
14539 - LP: #854050
14540
14541 [ Tim Gardner ]
14542
14543 * rebase to v3.2-rc4
14544
14545 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 02 Dec 2011 11:53:56 -0800
14546
14547linux (3.2.0-2.6) precise; urgency=low
14548
14549 [ Andy Whitcroft ]
14550
14551 * armhf -- fix omap flavour to build on armhf
14552 * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot
14553
14554 [ Borislav Petkov ]
14555
14556 * SAUCE: x86, microcode, AMD: Restrict microcode reporting
14557 - LP: #892615
14558
14559 [ Colin Watson ]
14560
14561 * Add pata_macio to pata-modules
14562
14563 [ Tim Gardner ]
14564
14565 * [Config] Prefer crda over wireless-crda
14566 * [Config] Fix virtual inclusion list.
14567 - LP: #897795
14568
14569 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 30 Nov 2011 06:09:35 -0800
14570
14571linux (3.2.0-2.5) precise; urgency=low
14572
14573 [ Paolo Pisati ]
14574
14575 * [Config] PANEL_DVI=y
14576
14577 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Nov 2011 09:13:24 -0800
14578
14579linux (3.2.0-2.4) precise; urgency=low
14580
14581 [ Andy Whitcroft ]
14582
14583 * rebase to v3.2-rc3
14584
14585 [ Leann Ogasawara ]
14586
14587 * Revert "SAUCE: xen: Do not use pv spinlocks on HVM"
14588 * Revert "fix ERROR: __devcgroup_inode_permission undefined"
14589 * Revert "olpc_dcon_xo_1_5 needs delay.h"
14590 * Revert "olpc_dcon_xo_1 needs delay.h"
14591 * rebase to 6fe4c6d4
14592 * [Config] updateconfigs after rebase to 6fe4c6d4
14593
14594 [ Tim Gardner ]
14595
14596 * [Config] Replace wireless-crda with crda,wireless-regdb
14597 - LP: #856421
14598 * [Config] Relax the dependencies on crda
14599
14600 [ Upstream Kernel Changes ]
14601
14602 * (pre-stable) HID: bump maximum global item tag report size to 96 bytes
14603 - LP: #724831
14604 * Ubuntu: remove coreutils|fileutils package dependency
14605 - LP: #892814
14606 * iio: iio_event_getfd -- fix ev_int build failure
14607
14608 [ Upstream Kernel Changes ]
14609
14610 * Rebase to v3.2-rc3
14611
14612 -- Andy Whitcroft <apw@canonical.com> Thu, 24 Nov 2011 16:20:45 +0000
14613
14614linux (3.2.0-1.3) precise; urgency=low
14615
14616 [ Upstream Kernel Changes ]
14617
14618 * Ubuntu: Add ext2 to fs-core-modules
14619 - LP: #893395
14620
14621 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 20:42:33 -0800
14622
14623linux (3.2.0-1.2) precise; urgency=low
14624
14625 [ Andy Whitcroft ]
14626
14627 * [Config] enable CONFIG_NFC and associated devices
14628 * SAUCE: allow brcmsmac and b43 to both build
14629
14630 [ Soren Hansen ]
14631
14632 * Add ixgbe driver to d-i
14633 - LP: #891969
14634
14635 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 08:33:46 -0800
14636
14637linux (3.2.0-1.1) precise; urgency=low
14638 [ Andy Whitcroft ]
14639
14640 * armhf -- enable armhf and create the first flavours
14641 * SAUCE: ensure root is ready before running usermodehelpers in it
14642 * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm
14643
14644 [ Leann Ogasawara ]
14645
14646 * Temporarily ignore module check
14647 * [Config] Enable PCI_IOV on powerpc
14648 * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc
14649 * rebase to v3.2-rc2
14650 * SAUCE: include <linux/export.h> for cpuidle34xx arm build
14651 * SAUCE: include <linux/kernel.h> for linux/mtd/map.h arm build
14652 * SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm build
14653 * SAUCE: select ARM_AMBA if OMAP3_EMU
14654 * [Config] updateconfigs after select ARM_AMBA
14655 * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc
14656 * [Config] Enable CONFIG_EXT2_FS=m
14657 * [Config] Build in CONFIG_SATA_AHCI=y
14658 * Resolve linux-image-extra's install dependency
14659
14660 [ Seth Forshee ]
14661
14662 * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop
14663 * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to
14664 Documentation
14665 * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in
14666 alps_model_info
14667 * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet
14668 size
14669 * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions
14670 3 and 4
14671 * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3
14672 protocol
14673 * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol
14674 versions 3 and 4
14675
14676 [ Stefan Bader ]
14677
14678 * [Config] Built-in xen-netfront and xen-blkfront
14679 * Fix build of dm-raid45 and re-enable it
14680
14681 [ Tim Gardner ]
14682
14683 * [Config] CONFIG_USB_XHCI_HCD=y
14684 - LP: #886167
14685 * [Config] CONFIG_R6040=m
14686 - LP: #650899
14687 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
14688 - LP: #854399
14689 * [Config] Consolidated amd64 server flavour into generic
14690 * [Config] updateconfigs after rebase to 3.2-rc1
14691 * [Config] Disabled dm-raid4-5
14692 * [Config] Disabled ndiswrapper
14693 * [Config] Disable vt6656
14694 * [Config] exclude ppp-modules for virtual flavour
14695 * [Config] CONFIG_MEMSTICK_R592=m
14696 - LP: #238208
14697
14698 [ Upstream Kernel Changes ]
14699
14700 * CHROMIUM: seccomp_filter: new mode with configurable syscall filters
14701 - LP: #887780
14702 * CHROMIUM: seccomp_filter: add process state reporting
14703 - LP: #887780
14704 * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it
14705 works.
14706 - LP: #887780
14707 * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve
14708 - LP: #887780
14709 * CHROMIUM: arm: select HAVE_SECCOMP_FILTER
14710 - LP: #887780
14711 * CHROMIUM: seccomp_filters: move to btrees
14712 * CHROMIUM: enable CONFIG_BTREE
14713 * CHROMIUM: seccomp_filter: kill NR_syscall references
14714 * CHROMIUM: seccomp_filters: guard all ftrace wrapper code
14715 * CHROMIUM: seccomp_filters: clean up warnings; kref mistake
14716 * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper
14717 * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve
14718 * CHROMIUM: seccomp_filter: inheritance documentation
14719 * CHROMIUM: seccomp_filter: make inherited filters composable
14720 * CHROMIUM: Fix seccomp_t compile error
14721 - LP: #887780
14722 * CHROMIUM: Fix kref usage
14723 - LP: #887780
14724 * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER
14725 * rebase to v3.2-rc2
14726
14727 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 31 Oct 2011 09:24:39 -0400
14728
14729linux (3.1.0-2.3) precise; urgency=low
14730
14731 [ Tim Gardner ]
14732
14733 * Add postinit and postrm scripts to the extras package
14734 - LP: #882120
14735
14736 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 Oct 2011 12:48:33 -0700
14737
14738linux (3.1.0-2.2) precise; urgency=low
14739
14740 [ Andy Whitcroft ]
14741
14742 * debian: add locking to protect debian/files from parallel update
14743
14744 [ Leann Ogasawara ]
14745
14746 * rebase to v3.1
14747
14748 [ Upstream Kernel Changes ]
14749
14750 * rebase to v3.1
14751
14752 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 19 Oct 2011 07:12:38 -0700
14753
14754linux (3.1.0-1.1) precise; urgency=low
14755
14756 [ Andiry Xu ]
14757
14758 * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk
14759 - LP: #872811
14760
14761 [ Andy Whitcroft ]
14762
14763 * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release"
14764 - LP: #832694
14765 * Revert "ubuntu: compcache -- version 0.5.3"
14766 - LP: #832694
14767 * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
14768 * [Config] Enable CONFIG_MACVTAP=m
14769 - LP: #822601
14770 * record the compiler in the ABI and check for inconsistant builds
14771 * [Config] move ECRYPT_FS back to =y for all architectures
14772 - LP: #827197
14773 * [Config] enable CONFIG_DRM_VMWGFX=m
14774 - LP: #698009
14775 * [Config] re-fix ECRYPT_FS=y
14776 - LP: #827197
14777 * enforcer -- ensure we have CONFIG_ECRYPT_FS=y
14778 - LP: #827197
14779 * [Config] dropping compcache configuration options
14780 * [Config] standardise on HZ=250
14781 * SAUCE: headers_install: fix #include "..." usage for userspace
14782 - LP: #824377
14783 * make module-inclusion selection retain the left overs
14784 * add a new linux-image-extras package for virtual
14785
14786 [ Colin Watson ]
14787
14788 * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i
14789
14790 [ edwin_rong ]
14791
14792 * SAUCE: Staging: add driver for Realtek RTS5139 cardreader
14793 - LP: #824273
14794
14795 [ Greg Kroah-Hartman ]
14796
14797 * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build.
14798 - LP: #824273
14799
14800 [ Jesse Sung ]
14801
14802 * SAUCE: Unregister input device only if it is registered
14803 - LP: #839238
14804
14805 [ Jiri Kosina ]
14806
14807 * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[]
14808
14809 [ Joshua V. Dillon ]
14810
14811 * SAUCE: HID: add support for MacBookAir4,2 keyboard.
14812
14813 [ Kees Cook ]
14814
14815 * [Config] enable and enforce SECCOMP_FILTER on x86
14816
14817 [ Keng-Yu Lin ]
14818
14819 * [Config] Enable CONFIG_RTS5139=m on i386/amd64
14820 - LP: #824273
14821
14822 [ Leann Ogasawara ]
14823
14824 * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only"
14825 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
14826 * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and
14827 readdir"
14828 * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs"
14829 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
14830 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
14831 * Revert "ubuntu: overlayfs -- overlay filesystem"
14832 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
14833 * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision"
14834 * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather
14835 than just revision"
14836 * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX"
14837 * Revert "ubuntu: fsam7400 disable driver"
14838 - LP: #876030
14839 * rebase to v3.1-rc1
14840 * [Config] updateconfigs after rebase to v3.1-rc1
14841 * rebase to v3.1-rc2
14842 * [Config] Updateconfigs after rebase to v3.1-rc2
14843 * ubuntu: Yama - update calls to generic_permission() and
14844 inode->i_op->permission()
14845 * ubuntu: ndiswrapper -- remove netdev_priv macro
14846 * ubuntu: aufs -- Temporarily disable due to build failure
14847 * [Config] Diable INTEL_MID_PTI on armel
14848 * [Config] Temporarily disable CONFIG_FTMAC100 on armel
14849 * [Config] Temporarily disable CONFIG_FTGMAC100 on armel
14850 * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel
14851 * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel
14852 * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm
14853 * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm
14854 * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm
14855 * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc
14856 * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc
14857 * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc
14858 * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc
14859 * [Config] Enable CONFIG_ECHO=m on powerpc
14860 * [Config] Enable CONFIG_ET131X=m on powerpc
14861 * [Config] Set CONFIG_FB_MATROX=m
14862 * [Config] Enable CONFIG_FB_UDL=m on powerpc
14863 * [Config] Set CONFIG_FB_VIRTUAL=n
14864 * [Config] Enable CONFIG_FB_VGA16=m on powerpc
14865 * [Config] Enable CONFIG_GPIO_MAX732X=m on arm
14866 * [Config] Enable CONFIG_GPIO_PCF857X=m on arm
14867 * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m
14868 * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc
14869 * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc
14870 * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp
14871 * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc
14872 * [Config] Enable CONFIG_IBM_BSR=m on powerpc
14873 * [Config] Enable CONFIG_IBMVETH=m on powerpc
14874 * [Config] Enable CONFIG_IDE_PHISON=m on powerpc
14875 * [Config] Enable CONFIG_IGB=m on powerpc
14876 * [Config] Enable CONFIG_IIO=m on powerpc
14877 * [Config] Enable CONFIG_INFINIBAND_NES=m
14878 * [Config] Enable CONFIG_IPMI_HANDLER=m on arm
14879 * [Config] Enable CONFIG_IWL3945=m on powerpc
14880 * [Config] Disable CONFIG_KVM_BOOK3S_64
14881 * [Config] Enable CONFIG_LAPBETHER=m on arm
14882 * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc
14883 * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's
14884 * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc
14885 * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc
14886 * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc
14887 * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc
14888 * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc
14889 * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc
14890 * [Config] Enable CONFIG_MEMSTICK=m on arm
14891 * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm
14892 * [Config] Enable CONFIG_MTD_ALAUDA=m on arm
14893 * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm
14894 * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm
14895 * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc
14896 * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm
14897 * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm
14898 * [Config] Enable CONFIG_MTD_IMPA7=m on arm
14899 * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm
14900 * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm
14901 * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc
14902 * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm
14903 * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm
14904 * [Config] Enable CONFIG_MTD_SST25L=m on arm
14905 * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm
14906 * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm
14907 * [Config] Enable CONFIG_NET_CLS_U32=m on arm
14908 * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm
14909 * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm
14910 * [Config] Enable CONFIG_NET_TCPPROBE=m on arm
14911 * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc
14912 * [Config] Enable CONFIG_PATA_NS87410=m on powerpc
14913 * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp
14914 * [Config] Enable CONFIG_PANEL=m on powerpc
14915 * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc
14916 * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci
14917 - LP: #833705
14918 * [Config] Add CONFIG_EFI_VARS=y to the enforcer
14919 - LP: #837332
14920 * [Config] Update CONFIG_EFI_VARS enforcer check
14921 * [Config] Add aufs to virtual flavor inclusion list
14922 - LP: #844159
14923 * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci
14924 - LP: #818933
14925 * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci
14926 - LP: #768039
14927 * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci
14928 - LP: #838402
14929 * [Config] Add igbvf to the virtual flavor inclusion list
14930 - LP: #794570
14931 * [Config] Add ixgbevf to the virtual inclusion list
14932 - LP: #872411
14933 * [Config] Transition -generic and -server to be identical
14934 * rebase to v3.1-rc10
14935
14936 [ Luke Yelavich ]
14937
14938 * [Config] Disable legacy IDE drivers on powerpc
14939
14940 [ Ming Lei ]
14941
14942 * SAUCE: fireware: add NO_MSI quirks for o2micro controller
14943 - LP: #801719
14944 * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel
14945 Sandybridge chipsets(v2)
14946 - LP: #737388, #782389, #794642
14947
14948 [ Paolo Pisati ]
14949
14950 * [Config] Compile-in vfat support for armel
14951 - LP: #853783
14952
14953 [ Randy Dunlap ]
14954
14955 * SAUCE: staging: fix rts5139 depends & build
14956 - LP: #824273
14957
14958 [ Rene Bolldorf ]
14959
14960 * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight
14961 power in 'ideapad_backlight_notify_power' to avoid a page fault
14962
14963 [ Seth Forshee ]
14964
14965 * SAUCE: (no-up) Input: elantech - Add v3 hardware support
14966 - LP: #681904
14967 * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan
14968 - LP: #810020
14969
14970 [ Stefan Bader ]
14971
14972 * (config) Package macvlan and macvtap for virtual
14973 * [Config] Force perf to use libiberty for demangling
14974 - LP: #783660
14975 * SAUCE: xen: Do not use pv spinlocks on HVM
14976 - LP: #838026
14977
14978 [ Tim Gardner ]
14979
14980 * [Config] Clean up tools rules
14981 * [Config] Package x86_energy_perf_policy and turbostat
14982 - LP: #797556
14983 * rebase to v3.1-rc3
14984 * [Config] Simplify binary-udebs dependencies
14985 * [Config] kernel preparation cannot be parallelized
14986 * [Config] Linearize module/abi checks
14987 * [Config] Linearize and simplify tree preparation rules
14988 * [Config] Build kernel image in parallel with modules
14989 * [Config] Set concurrency for kmake invocations
14990 * [Config] Improve install-arch-headers speed
14991 * [Config] Fix binary-perarch dependencies
14992 * [Config] Removed stamp-flavours target
14993 * [Config] Serialize binary indep targets
14994 * [Config] Use build stamp directly
14995 * [Config] Restore prepare-% target
14996 * rebase to v3.1-rc4
14997 * rebase to v3.1-rc5
14998 * [Config] Disable makedumpfile for i386/amd64
14999 * rebase to v3.1-rc6
15000 * [Config] Fix binary-% build target
15001 * rebase to v3.1-rc7
15002 * rebase to v3.1-rc8
15003 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
15004 - LP: #854399
15005 * [Config] Enable ftrace support in the mac80211 layer
15006 - LP: #865171
15007 * rebase to v3.1-rc9
15008 * SAUCE: usb/core/devio.c: Check for printer class specific request
15009 - LP: #872711
15010
15011 [ Upstream Kernel Changes ]
15012
15013 * overlay filesystem
15014 * overlayfs: add statfs support
15015 * overlayfs: implement show_options
15016 * overlay: overlay filesystem documentation
15017 * fs: limit filesystem stacking depth
15018
15019 [ Will Drewry ]
15020
15021 * SAUCE: seccomp_filter: new mode with configurable syscall filters
15022 * SAUCE: seccomp_filter: add process state reporting
15023 * SAUCE: seccomp_filter: Document what seccomp_filter is and how it
15024 works.
15025 * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve
15026
15027 [ Upstream Kernel Changes ]
15028
15029 * rebase to v3.1-rc1
15030 * rebase to v3.1-rc2
15031 * rebase to v3.1-rc3
15032 +CONFIG_BLK_DEV_BSGLIB=y
15033 +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
15034 -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y
15035 * rebase to v3.1-rc4
15036 * rebase to v3.1-rc5
15037 * rebase to v3.1-rc6
15038 * rebase to v3.1-rc7
15039 * rebase to v3.1-rc8
15040 * rebase to v3.1-rc9
15041 * rebase to v3.1-rc10
15042
15043 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 15:43:38 -0700
15044
15045linux (3.1.0-1.0) oneiric; urgency=low
15046
15047 [ Leann Ogasawara ]
15048
15049 * Open P-series
15050
15051 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 13:42:40 -0700
15052
15053linux (3.0.0-8.10) oneiric; urgency=low
15054
15055 [ Adam Jackson ]
15056
15057 * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting
15058 - LP: #753994
15059
15060 [ John Johansen ]
15061
15062 * [Config] Enable missing IPv6 options
15063
15064 [ Leann Ogasawara ]
15065
15066 * [Config] Disable config IWLWIFI_DEVICE_SVTOOL
15067 - LP: #819925
15068 * Rebase to 3.0.1
15069
15070 [ Upstream Kernel Changes ]
15071
15072 * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message
15073 * ALSA: hda - Turn on extra EAPDs on Conexant codecs
15074 - LP: #783582
15075 * KVM: Remove SMEP bit from CR4_RESERVED_BITS
15076 - LP: #796476
15077 * KVM: Add SMEP support when setting CR4
15078 - LP: #796476
15079 * KVM: Mask function7 ebx against host capability word9
15080 - LP: #796476
15081 * KVM: Add instruction fetch checking when walking guest page table
15082 - LP: #796476
15083
15084 [ Upstream Kernel Changes ]
15085
15086 * rebase to v3.0.1
15087
15088 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 05 Aug 2011 11:32:25 -0700
15089
15090linux (3.0.0-7.9) oneiric; urgency=low
15091
15092 [ Andy Whitcroft ]
15093
15094 * Revert "[Upstream] add local prefix to oss local change_bits"
15095 * Revert "SAUCE: add tracing for user initiated readahead requests"
15096 * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function"
15097 * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo
15098 Zhaoyang E47"
15099 * Revert "SAUCE: fix documentation strings for struct input_keymap_entry"
15100 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks
15101 (grub)"
15102 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range
15103 checks"
15104 * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff"
15105 * Revert "SAUCE: vt -- maintain bootloader screen mode and content until
15106 vt switch"
15107 * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
15108 - LP: #816035
15109 * ubuntu: Yama: if an underlying filesystem provides a permissions op use
15110 it
15111 * SAUCE: (no-up) add tracing for user initiated readahead requests
15112 * SAUCE: vt -- maintain bootloader screen mode and content until vt
15113 switch
15114 * SAUCE: vt -- allow grub to request automatic vt_handoff
15115
15116 [ Arjan van de Ven ]
15117
15118 * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function
15119
15120 [ Kees Cook ]
15121
15122 * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source"
15123 * [Config] enforce ACPI_CUSTOM_METHOD disabled
15124
15125 [ Keng-Yu Lin ]
15126
15127 * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo
15128 Zhaoyang E47
15129 - LP: #632884, #803005
15130
15131 [ Leann Ogasawara ]
15132
15133 * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc
15134 - LP: #513131
15135 * [Config] Enable CONFIG_RT2800PCI_RT53XX=y
15136 - LP: #815064
15137
15138 [ Rezwanul Kabir ]
15139
15140 * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on
15141 Dell E2 series Laptops
15142 - LP: #632884
15143
15144 [ Upstream Kernel Changes ]
15145
15146 * Revert "yama: if an underlying filesystem provides a permissions op use
15147 it"
15148 * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2
15149 series Laptops"
15150 * Revert "tty: include linux/slab.h for kfree"
15151 * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree"
15152 * Revert "pch_dma: add include/slab.h for kfree"
15153 * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency
15154 - LP: #773524
15155 * oss: rename local change_bits to avoid powerpc bitsops.h definition
15156
15157 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 25 Jul 2011 09:08:01 -0700
15158
15159linux (3.0.0-7.8) oneiric; urgency=low
15160
15161 [ Andy Whitcroft ]
15162
15163 * ubuntu: overlayfs -- overlayfs: add statfs support
15164 * [Config] enable CONFIG_OVERLAYFS
15165
15166 [ Erez Zadok ]
15167
15168 * ubuntu: overlayfs -- overlayfs: implement show_options
15169
15170 [ Leann Ogasawara ]
15171
15172 * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc
15173 * [Config] Enable CONFIG_ASUS_OLED=m on powerpc
15174 * [Config] Disable CONFIG_ATM_DUMMY on arm
15175 * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc
15176 * Temporarily disable module check on arm
15177 * Rebase to 3.0 final
15178 * [Config] Enable CONFIG_CAN_TI_HECC=m on arm
15179 * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386
15180 * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc
15181 * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc
15182 * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc
15183 * [Config] Set CRYPTO_LZO=m on powerpc64-smp
15184 * [Config] Enable CONFIG_DM9000=m on arm
15185 * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm
15186 * [Config] Enable CONFIG_DL2K=m on amd64 and i386
15187
15188 [ Miklos Szeredi ]
15189
15190 * ubuntu: overlayfs -- vfs: add i_op->open()
15191 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
15192 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
15193 * ubuntu: overlayfs -- overlay filesystem
15194 * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs
15195 * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir
15196 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
15197 * ubuntu: overlayfs -- ovl: make lower mount read-only
15198
15199 [ Neil Brown ]
15200
15201 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
15202
15203 [ Tim Gardner ]
15204
15205 * [Config] Add enic/fnic to udebs
15206 - LP: #801610
15207
15208 [ Upstream Kernel Changes ]
15209
15210 * yama: if an underlying filesystem provides a permissions op use it
15211
15212 [ Major Kernel Changes ]
15213
15214 * Rebase to 3.0 final
15215
15216 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 21 Jul 2011 07:01:32 -0700
15217
15218linux (3.0.0-6.7) oneiric; urgency=low
15219
15220 [ Eagon Yager ]
15221
15222 * [Config] Fix misspelled 'skipmodule' in arm makefile.
15223
15224 [ Keng-Yu Lin ]
15225
15226 * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47
15227 - LP: #632884, #803005
15228
15229 [ Leann Ogasawara ]
15230
15231 * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap"
15232 * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm"
15233 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc"
15234 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm"
15235 * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc"
15236 * [Config] Set CONFIG_ACPI_PCI_SLOT=m
15237 * [Config] Set CONFIG_ACPI_SBS=m
15238 * [Config] Set CONFIG_ACPI_WMI=m
15239 * [Config] Set CONFIG_AD7150=m on arm
15240 * [Config] Set CONFIG_AD7152=m on arm
15241 * [Config] Drop CONFIG_GPIO_S5PV210
15242 * [Config] Drop CONFIG_GPIO_S5PC100
15243 * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG
15244 * [Config] Drop CONFIG_GPIO_EXYNOS4
15245
15246 [ Stefan Bader ]
15247
15248 * SAUCE: Re-enable RODATA for i386 virtual
15249 - LP: #809838
15250
15251 [ Upstream Kernel Changes ]
15252
15253 * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15"
15254 * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey
15255 - LP: #771758
15256
15257 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 20 Jul 2011 06:36:02 -0700
15258
15259linux (3.0.0-5.6) oneiric; urgency=low
15260
15261 [ Tim Gardner ]
15262
15263 * [Config] CONFIG_RTL8192CU=m
15264 * Rebase to -rc7
15265
15266 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jul 2011 22:13:50 +0100
15267
15268linux (3.0.0-4.5) oneiric; urgency=low
15269
15270 [ Ming Lei ]
15271
15272 * SAUCE: fix yama_ptracer_del lockdep warning
15273 - LP: #791019
15274
15275 [ Seth Forshee ]
15276
15277 * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering
15278 * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key
15279 * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device
15280 * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m
15281 - LP: #805218
15282
15283 [ Tim Gardner ]
15284
15285 * [Config] updateconfigs after rebase to -rc6+
15286 Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3
15287 * Adopt a 3 digit verion, e.g., 3.0.0-x.x
15288 * Revert "UBUNTU: add dependancies for module-init-tools"
15289 This dependency is no longer required for a 3 digit version.
15290
15291 -- Tim Gardner <tim.gardner@canonical.com> Tue, 05 Jul 2011 14:03:04 +0100
15292
15293linux (3.0-3.4) oneiric; urgency=low
15294
15295 [ Keng-Yu Lin ]
15296
15297 * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware
15298 killswitch"
15299 - LP: #775281
15300
15301 [ Leann Ogasawara ]
15302
15303 * rebase to v3.0-rc5
15304 * [Config] updateconfigs after rebase to 3.0-rc5
15305
15306 [ Tim Gardner ]
15307
15308 * [Config] Remove ubuntu/rtl8192se
15309 * [Config] Added armel ABI files
15310 * [Config] Removed armel versatile flavour
15311 * [Config] CONFIG_INTEL_MEI=m
15312 - LP: #716867
15313
15314 [ Upstream Kernel Changes ]
15315
15316 * ALSA: hda - Enable auto-parser as default for Conexant codecs
15317
15318 [ Upstream Kernel Changes ]
15319
15320 * rebase to v3.0-rc5
15321
15322 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 30 Jun 2011 14:27:10 +0100
15323
15324linux (3.0-2.3) oneiric; urgency=low
15325
15326 [ Andy Whitcroft ]
15327
15328 * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e
15329
15330 [ Leann Ogasawara ]
15331
15332 * rebase to v3.0-rc4
15333 * [Config] updateconfigs after rebase to 3.0-rc4
15334 * fix ERROR: __devcgroup_inode_permission undefined
15335
15336 [ Stefan Bader ]
15337
15338 * SAUCE: iscsitarget: Remove driver from the kernel
15339
15340 [ Tim Gardner ]
15341
15342 * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel
15343 * [Config] Add grub-efi as a recommended bootloader for server and
15344 generic
15345 - LP: #800910
15346
15347 [ Upstream Kernel Changes ]
15348
15349 * Fix node_start/end_pfn() definition for mm/page_cgroup.c
15350
15351 [ Leann Ogasawara ]
15352
15353 * rebase to v3.0-rc4
15354
15355 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 24 Jun 2011 11:51:12 -0700
15356
15357linux (3.0-1.2) oneiric; urgency=low
15358
15359 [ Andy Whitcroft ]
15360
15361 * [Config] enable CONFIG_CAN_CALC_BITTIMING
15362
15363 [ Leann Ogasawara ]
15364
15365 * rebase to v3.0-rc3
15366 * [Config] updateconfigs after rebase to 3.0-rc3
15367
15368 [ Upstream Kernel Changes ]
15369
15370 * perf: clear out make flags when calling kernel make kernelver
15371
15372 [ Leann Ogasawara ]
15373
15374 * rebase to v3.0-rc3
15375
15376 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Jun 2011 07:25:35 -0700
15377
15378linux (3.0-0.1) oneiric; urgency=low
15379
15380 [ Andy Whitcroft ]
15381
15382 * use the packaging version in the kernel
15383 * use the kernels idea of its version for version_signature
15384 * add dependancies for module-init-tools
15385 * update control files to version 3
15386 * printchanges/insertchanges allow override of prev_release
15387 * correct Vcs-Git: to point to oneiric
15388
15389 [ Leann Ogasawara ]
15390
15391 * rebase to v3.0-rc1
15392 * [Config] updateconfigs after rebase to 3.0-rc1
15393 * ubuntu: dm-raid4-5 fix up build failure
15394 * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm
15395 * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm
15396 * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm
15397 * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm
15398 * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc
15399 * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm
15400 * [Config] Temporarily Disable CONFIG_RTL8192SE on arm
15401 * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc
15402 * [Config] Temporarily disable CONFIG_SMC91X on armel-omap
15403 * rebase to v3.0-rc2
15404
15405 [ Manoj Iyer ]
15406
15407 * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823]
15408 - LP: #790754
15409
15410 [ Upstream Kernel Changes ]
15411
15412 * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM
15413 demands it"
15414 * drm/i915: fix regression after clock gating init split
15415
15416 [ Major Kernel Changes ]
15417
15418 * rebase from v2.6.39 to v3.0-rc1
15419 * rebase from v3.0-rc1 to v3.0-rc2
15420
15421 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Jun 2011 15:18:33 +0100
15422
15423linux (2.6.39-3.10) oneiric; urgency=low
15424
15425 [ Colin Ian King ]
15426
15427 * SAUCE: S3 early resume debug via keyboard LEDs
15428
15429 [ Ingo Molnar ]
15430
15431 * ubuntu: nx-emu - i386: NX emulation
15432 * ubuntu: nx-emu - i386: mmap randomization for executable mappings
15433
15434 [ Leann Ogasawara ]
15435
15436 * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp"
15437 * Revert "[Config] Disable CONFIG_DM_RAID45"
15438 * [Config] enable CONFIG_BRCMFMAC=y
15439 * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors
15440 * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap
15441
15442 [ Robert Nelson ]
15443
15444 * SAUCE: omap3: beagle: detect new xM revision B
15445 - LP: #770679
15446 * SAUCE: omap3: beagle: detect new xM revision C
15447 - LP: #770679
15448 * SAUCE: omap3: beagle: if rev unknown, assume xM revision C
15449 - LP: #770679
15450
15451 [ Stefan Bader ]
15452
15453 * SAUCE: Convert dm-raid45 to new block plugging
15454
15455 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 May 2011 11:46:43 -0700
15456
15457linux (2.6.39-3.9) oneiric; urgency=low
15458
15459 [ Leann Ogasawara ]
15460
15461 * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS
15462 * rebase to v2.6.39
15463 * [Config] enable CONFIG_LLC2=m across all arch's and flavours
15464 * [Config] enable CONFIG_INPUT_APANEL=m
15465
15466 [ Thomas Schlichter ]
15467
15468 * SAUCE: vesafb: mtrr module parameter is uint, not bool
15469 - LP: #778043
15470 * SAUCE: vesafb: enable mtrr WC by default
15471 - LP: #778043
15472
15473 [ Major Kernel Changes ]
15474
15475 * rebase from v2.6.39-rc7 to v2.6.39
15476
15477 -- Andy Whitcroft <apw@canonical.com> Fri, 20 May 2011 09:52:32 +0100
15478
15479linux (2.6.39-2.8) oneiric; urgency=low
15480
15481 [ Andy Whitcroft ]
15482
15483 * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37"
15484 * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37"
15485 * Revert "[Config] Disable CONFIG_AUFS_FS"
15486 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39
15487 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39
15488 * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935
15489 * ubuntu: AUFS -- clean up the aufs updater and BOM
15490 * ubuntu: AUFS -- documentation on updating aufs2
15491
15492 [ Kees Cook ]
15493
15494 * ubuntu: Yama - LSM hooks
15495 * ubuntu: Yama - create task_free security callback
15496 * ubuntu: Yama - add ptrace relationship tracking interface
15497 * ubuntu: Yama - unconditionally chain to Yama LSM
15498
15499 [ Leann Ogasawara ]
15500
15501 * Revert "SAUCE: Fix drivers/staging/easycap FTBS"
15502 * Revert "[Config] Disable CONFIG_EASYCAP"
15503 * ubuntu: fsam7400 disable driver
15504 * ubuntu: omnibook disable driver
15505 * ubuntu: rfkill disable driver
15506
15507 [ Tim Gardner ]
15508
15509 * SAUCE: Fix extra reference in fb_open()
15510
15511 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 May 2011 09:23:56 -0700
15512
15513linux (2.6.39-2.7) oneiric; urgency=low
15514
15515 [ Leann Ogasawara ]
15516
15517 * rebase to v2.6.39-rc7
15518
15519 [ Major Kernel Changes ]
15520
15521 * rebase from v2.6.39-rc6 to v2.6.39-rc7
15522
15523 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 10 May 2011 10:18:28 +0200
15524
15525linux (2.6.39-1.6) oneiric; urgency=low
15526
15527 [ Leann Ogasawara ]
15528
15529 * rebase to v2.6.39-rc6
15530 * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error
15531
15532 [ Tim Gardner ]
15533
15534 * [Config] updateconfigs after rebase to 2.6.39-rc6
15535
15536 [ Major Kernel Changes ]
15537
15538 * rebase from v2.6.39-rc5 to v2.6.39-rc6
15539 - LP: #740126
15540
15541 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 05 May 2011 09:46:12 -0700
15542
15543linux (2.6.39-0.5) oneiric; urgency=low
15544
15545 [ Herton Ronaldo Krzesinski ]
15546
15547 * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot"
15548 - LP: #764758
15549
15550 [ Leann Ogasawara ]
15551
15552 * rebase to v2.6.39-rc5
15553 * [Config] updateconfigs following rebase to v2.6.39-rc5
15554
15555 [ Paolo Pisati ]
15556
15557 * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb
15558 - LP: #759913
15559
15560 [ Stefan Bader ]
15561
15562 * Include nls_iso8859-1 for virtual images
15563 - LP: #732046
15564
15565 [ Major Kernel Changes ]
15566
15567 * rebase from v2.6.39-rc4 to v2.6.39-rc5
15568
15569 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 27 Apr 2011 06:39:42 -0700
15570
15571linux (2.6.39-0.4) oneiric; urgency=low
15572
15573 [ Leann Ogasawara ]
15574
15575 * rebase to v2.6.39-rc4
15576 * [Config] updateconfigs following rebase to v2.6.39-rc4
15577 * fixup powerpc implicit declaration of function
15578 'crash_kexec_wait_realmode'
15579 * [Config] Disable CONFIG_FT1000 on powerpc64-smp
15580
15581 [ Tim Gardner ]
15582
15583 * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y
15584 - LP: #769503
15585 * [Config] Add cachefiles.ko to virtual flavour
15586 - LP: #770430
15587
15588 [ Major Kernel Changes ]
15589
15590 * rebase from v2.6.39-rc3 to v2.6.39-rc4
15591
15592 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 19 Apr 2011 06:25:20 -0700
15593
15594linux (2.6.39-0.3) oneiric; urgency=low
15595
15596 [ Leann Ogasawara ]
15597
15598 * rebase to v2.6.39-rc3
15599 * crash_kexec_wait_realmode() undefined when !SMP
15600
15601 [ Tim Gardner ]
15602
15603 * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64
15604 - LP: #632327
15605
15606 [ Major Kernel Changes ]
15607
15608 * rebase from v2.6.39-rc2 to v2.6.39-rc3
15609
15610 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 12 Apr 2011 06:52:24 -0700
15611
15612linux (2.6.39-0.2) oneiric; urgency=low
15613
15614 [ Gustavo F. Padovan ]
15615
15616 * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011"
15617 - LP: #720949
15618
15619 [ John Johansen ]
15620
15621 * AppArmor: Fix masking of capabilities in complain mode
15622 - LP: #748656
15623
15624 [ Leann Ogasawara ]
15625
15626 * rebase to v2.6.39-rc2
15627 * [Config] updateconfigs following rebase to v2.6.39-rc2
15628 * hv_mouse needs delay.h
15629 * olpc_dcon_xo_1 needs delay.h
15630 * olpc_dcon_xo_1_5 needs delay.h
15631 * Update dropped.txt for Oneiric
15632
15633 [ Steve Langasek ]
15634
15635 * [Config] Make linux-libc-dev coinstallable under multiarch
15636 - LP: #750585
15637
15638 [ Upstream Kernel Changes ]
15639
15640 * x86, hibernate: Initialize mmu_cr4_features during boot
15641 - LP: #752870
15642
15643 [ Major Kernel Changes ]
15644
15645 * rebase from v2.6.39-rc1 to v2.6.39-rc2
15646
15647 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 06 Apr 2011 11:04:15 -0700
15648
15649linux (2.6.39-0.1) oneiric; urgency=low
15650
15651 [ Brad Figg ]
15652
15653 * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic
15654 - LP: #737124
15655
15656 [ Henrik Rydberg ]
15657
15658 * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model
15659 * SAUCE: HID: ntrig: fix suspend/resume on recent models
15660
15661 [ Herton Ronaldo Krzesinski ]
15662
15663 * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed
15664 struct v4l2_subdev
15665 - LP: #745213
15666
15667 [ Kees Cook ]
15668
15669 * [Config] packaging: adjust perms on vmlinuz as well
15670 * SAUCE: nx-emu: further clarify dmesg reporting
15671 - LP: #745181
15672
15673 [ Leann Ogasawara ]
15674
15675 * rebase to v2.6.39-rc1
15676 * [Config] updateconfigs following rebase to v2.6.39-rc1
15677 * [Config] Disable CONFIG_DM_RAID45
15678 * [Config] Disable CONFIG_SCSI_ISCSITARGET
15679 * [Config] Disable CONFIG_EASYCAP
15680 * [Config] Disable CONFIG_AUFS_FS
15681 * update bnx2 firmware files in d-i/firmware/nic-modules
15682 * xhci-pci.c resolve implicit declaration of kzalloc
15683 * [Config] Enable CONFIG_DRM_PSB for only x86
15684 * [Config] Enable CONFIG_RTS_PSTOR for only x86
15685 * mfd/asic3: Fix typo, s/irq_data/data/
15686
15687 [ Luke Yelavich ]
15688
15689 * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels
15690 - LP: #745358
15691 * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels
15692 * [Config] Build some framebuffer drivers as modules for powerpc kernels.
15693
15694 [ Manoj Iyer ]
15695
15696 * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
15697 - LP: #745217
15698
15699 [ Tim Gardner ]
15700
15701 * SAUCE: INR_OPEN=4096
15702 - LP: #663090
15703 * SAUCE: Increase the default hard limit for open FDs to 4096
15704 - LP: #663090
15705
15706 [ Upstream Kernel Changes ]
15707
15708 * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq
15709 namespace cleanup
15710 * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h
15711 * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()
15712
15713 [ Major Kernel Changes ]
15714
15715 * rebase from v2.6.38 to v2.6.39-rc1
15716
15717 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:50:10 -0700
15718
15719linux (2.6.39-0.0) oneiric; urgency=low
15720
15721 [ Leann Ogasawara ]
15722
15723 * Open Oneiric
15724
15725 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:29:23 -0700
15726
15727linux (2.6.38-7.39) natty; urgency=low
15728
15729 [ Leann Ogasawara ]
15730
15731 * No change upload. This is just to rebuild with gcc-4.5.2-7ubuntu1.
15732
15733 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Mar 2011 09:27:45 -0700
15734
15735linux (2.6.38-7.38) natty; urgency=low
15736
15737 [ Leann Ogasawara ]
15738
15739 * No change upload take 2. 2.6.38-7.37 was accidentally uploaded before
15740 gcc-4.5.2-6ubuntu5 finished building on all arches.
15741
15742 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 22 Mar 2011 06:12:47 -0700
15743
15744linux (2.6.38-7.37) natty; urgency=low
15745
15746 [ Leann Ogasawara ]
15747
15748 * No change upload. This is just to rebuild with gcc-4.5.2-6ubuntu5.
15749
15750 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 20 Mar 2011 16:02:48 -0700
15751
15752linux (2.6.38-7.36) natty; urgency=low
15753
15754 [ Andy Whitcroft ]
15755
15756 * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler
15757 optimisation"
15758 * purge last vestiges of maverick
15759 * [Config] switch CONFIG_FB_VESA back to module
15760
15761 [ Chris Wilson ]
15762
15763 * SAUCE: drm/i915: Fix pipelined fencing
15764 - LP: #717114
15765
15766 [ Loïc Minier ]
15767
15768 * Include nls_cp437 module in virtual for fat
15769 - LP: #732046
15770 * Support arch= cross-compilation for any arch
15771 * Fix couple of typos in 0-common-vars.mk
15772 * Enforce DEFAULT_MMAP_MIN_ADDR on armhf
15773 * Add armhf to Debian -> Linux arch map
15774 * Add initial armhf.mk
15775 * Enable common packages for armhf
15776
15777 [ Upstream Kernel Changes ]
15778
15779 * Yama: fix default relationship to check thread group
15780 - LP: #737676
15781
15782 -- Andy Whitcroft <apw@canonical.com> Fri, 18 Mar 2011 18:18:02 +0000
15783
15784linux (2.6.38-7.35) natty; urgency=low
15785
15786 [ Andy Whitcroft ]
15787
15788 * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c
15789 * rebase fixes bug #715330
15790 * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS
15791 * rebase to v2.6.38 final
15792
15793 [ Herton Ronaldo Krzesinski ]
15794
15795 * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626
15796 - LP: #636091
15797
15798 [ Tim Gardner ]
15799
15800 * [Confg] CONFIG_BOOT_PRINTK_DELAY=y
15801
15802 [ Upstream Kernel Changes ]
15803
15804 * Yama: use thread group leader when creating match
15805 - LP: #729839
15806 * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA
15807 RAID controller
15808 - LP: #735240
15809 * (drop after v2.6.38) x86, quirk: Fix SB600 revision check
15810
15811 [ Major Kernel Changes ]
15812
15813 * rebase from v2.6.38-rc8 to v2.6.38 final
15814 - LP: #715330
15815
15816 -- Andy Whitcroft <apw@canonical.com> Tue, 15 Mar 2011 19:04:19 +0000
15817
15818linux (2.6.38-6.34) natty; urgency=low
15819
15820 [ Andy Whitcroft ]
15821
15822 * [Config] normalise CONFIG_INTEL_TXT
15823 * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation
15824 - LP: #730860
15825 * rebase to mainline v2.6.38-rc8
15826
15827 [ Major Kernel Changes ]
15828
15829 * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1
15830 to v2.6.38-rc8
15831
15832 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Mar 2011 11:54:48 +0000
15833
15834linux (2.6.38-6.33) natty; urgency=low
15835
15836 [ Andy Whitcroft ]
15837
15838 * d-i -- enable speakup-modules udeb
15839 - LP: #672699
15840 * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5
15841 * [Config] debian PPC64 configuration
15842 * [Config] cleanup powerpc config fixing unexpected inconsistancies
15843 * [Config] resync ppc64 configuration
15844 * SAUCE: match up ENTRY/END naming for 32/64 bit
15845 * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1
15846 * [Config] update configs after rebase to
15847 fb62c00a6d8942775abc23d1621db1252e2d93d1
15848 * [Config] pps_gen_parport no longer built
15849
15850 [ Corentin Chary ]
15851
15852 * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap
15853 - LP: #689393
15854 * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P
15855 - LP: #689393
15856
15857 [ John Johansen ]
15858
15859 * SAUCE: Fix aufs calling of security_path_mknod
15860 - LP: #724456
15861
15862 [ Kees Cook ]
15863
15864 * SAUCE: proc: hide kernel addresses via %pK in /proc/<pid>/stack
15865
15866 [ Tim Gardner ]
15867
15868 * rebase to 2.6.38-rc7
15869
15870 [ Upstream Kernel Changes ]
15871
15872 * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
15873
15874 [ Major Kernel Changes ]
15875
15876 * rebase from v2.6.38-rc6 to v2.6.38-rc7 +
15877 fb62c00a6d8942775abc23d1621db1252e2d93d1
15878 - LP: #721389
15879 - LP: #722925
15880 - LP: #723672
15881 - LP: #723676
15882 - LP: #715318
15883
15884 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Mar 2011 15:33:17 +0000
15885
15886linux (2.6.38-5.32) natty; urgency=low
15887
15888 [ Andy Whitcroft ]
15889
15890 * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161
15891 * [Config] updateconfigs following rebase to v2.6.38-rc6
15892 * [Config] enable CONFIG_DMAR
15893 - LP: #552311
15894
15895 [ Upstream Kernel Changes ]
15896
15897 * drm/i915: skip FDI & PCH enabling for DP_A
15898 - LP: #561802, #600453, #681877
15899
15900 [ Major Kernel Changes ]
15901
15902 * rebase from v2.6.38-rc5 to v2.6.38-rc6
15903 - LP: #718402
15904 - LP: #719524
15905 - LP: #721126
15906 - LP: #719691
15907 - LP: #722689
15908 - LP: #722310
15909
15910 -- Andy Whitcroft <apw@canonical.com> Tue, 22 Feb 2011 13:28:39 +0000
15911
15912linux (2.6.38-4.31) natty; urgency=low
15913
15914 [ Andy Whitcroft ]
15915
15916 * add in bugs closed by upstream patches pulled in by rebases
15917 * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505
15918 * [Config] enable CONFIG_VSX to allow use of vector instuctions
15919 * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816
15920 * rebase to mainline v2.6.38-rc5
15921 * SAUCE: ecryptfs: read on a directory should return EISDIR if not
15922 supported
15923 - LP: #719691
15924
15925 [ Colin Ian King ]
15926
15927 * SAUCE: Dell All-In-One: Remove need for Dell module alias
15928
15929 [ Manoj Iyer ]
15930
15931 * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id.
15932 - LP: #717435
15933
15934 [ Tim Gardner ]
15935
15936 * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y
15937
15938 [ Upstream Kernel Changes ]
15939
15940 * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15
15941 - LP: #702434
15942 * vfs: fix BUG_ON() in fs/namei.c:1461
15943
15944 [ Vladislav P ]
15945
15946 * SAUCE: Release BTM while sleeping to avoid deadlock.
15947 - LP: #713837
15948
15949 [ Major Kernel Changes ]
15950
15951 * rebase from v2.6.38-rc4 to v2.6.38-rc5
15952 - LP: #579276
15953 - LP: #715877
15954 - LP: #713769
15955 - LP: #716811
15956 * resync with Maverick Ubuntu-2.6.35-27.47
15957
15958 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Feb 2011 17:24:09 +0000
15959
15960linux (2.6.38-3.30) natty; urgency=low
15961
15962 [ Andy Whitcroft ]
15963
15964 * rebase to v2.6.38-rc4
15965 * ppc64 -- add basic architecture
15966 * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230
15967
15968 [ Colin Ian King ]
15969
15970 * SAUCE: Add WMI hotkeys support for Dell All-In-One series
15971 - LP: #676997
15972 * SAUCE: Add WMI hotkeys support for another Dell All-In-One series
15973 - LP: #701530
15974 * SAUCE: Dell WMI: Use sparse keymaps and tidy up code.
15975 - LP: #701530
15976
15977 [ Dan Rosenberg ]
15978
15979 * SAUCE: (drop after 2.6.38) Convert net %p usage %pK
15980
15981 [ Kees Cook ]
15982
15983 * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of
15984 attacking"
15985 * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules
15986
15987 [ Tim Gardner ]
15988
15989 * [Config] CONFIG_BLK_CGROUP=y
15990 - LP: #706394
15991 * [Config] CONFIG_DELL_WMI_AIO=m
15992
15993 [ Upstream Kernel Changes ]
15994
15995 * drm/i915/lvds: Restore dithering on native modes for gen2/3
15996 - LP: #711568
15997
15998 [ Upstream Kernel Changes ]
15999
16000 * rebase from v2.6.38-rc3 to v2.6.38-rc4.
16001 - LP: #701271
16002 - LP: #708521
16003 - LP: #710371
16004
16005 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Feb 2011 02:07:18 +0000
16006
16007linux (2.6.38-2.29) natty; urgency=low
16008
16009 [ Andy Whitcroft ]
16010
16011 * rebase to 1f0324caefd39985e9fe052fac97da31694db31e
16012 * [Config] updateconfigs following rebase to
16013 1f0324caefd39985e9fe052fac97da31694db31e
16014 * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0
16015 * [Config] reenable HIBERNATE
16016 - LP: #710877
16017 * rebase to v2.6.38-rc3
16018 * [Config] reenable CONFIG_CRASH_DUMP
16019
16020 [ Kamal Mostafa ]
16021
16022 * SAUCE: rtl8192se: fix source file perms
16023 * SAUCE: rtl8192se: fix source file newline
16024 * SAUCE: omnibook: fix source file newline
16025
16026 [ Kees Cook ]
16027
16028 * [Config] packaging: really make System.map mode 0600
16029
16030 [ Ricardo Salveti de Araujo ]
16031
16032 * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of
16033 PM34XX_ERRATUM
16034
16035 [ Soren Hansen ]
16036
16037 * SAUCE: nbd: Remove module-level ioctl mutex
16038
16039 [ Tim Gardner ]
16040
16041 * SAUCE: Disable building the ACPI debugfs source
16042
16043 [ Upstream Kernel Changes ]
16044
16045 * Set physical start and alignment 1M for virtual i386
16046 - LP: #710754
16047
16048 [ Upstream Kernel Changes ]
16049
16050 * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
16051 to v2.6.38-rc3
16052 - LP: #707902
16053
16054 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 16:30:32 +0000
16055
16056linux (2.6.38-1.28) natty; urgency=low
16057
16058 [ Andy Whitcroft ]
16059
16060 * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620
16061
16062 [ Ricardo Salveti de Araujo ]
16063
16064 * SAUCE: omap3: beaglexm: fix DVI initialization
16065 * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make
16066 display work at Beagle
16067
16068 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 10:51:57 +0000
16069
16070linux (2.6.38-1.27) natty; urgency=low
16071
16072 [ Andy Whitcroft ]
16073
16074 * ubuntu: AUFS -- update aufs-update to track new locations of headers
16075 * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd
16076 * SAUCE: ensure root is ready before running usermodehelpers in it
16077 * correct the Vcs linkage to point to natty
16078 * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3
16079 * [Config] update configs following rebase
16080 e78bf5e6cbe837daa6ab628a5f679548742994d3
16081 * SAUCE: Yama: follow changes to generic_permission
16082 * ubuntu: compcache -- follow changes to bd_claim/bd_release
16083 * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive
16084 * ubuntu: ndiswrapper -- fix interaction between __packed and packed
16085 * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e
16086 * update package version to match payload version
16087 * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8
16088 * rebase to v2.6.38-rc1
16089 * [Config] updateconfigs following rebase to v2.6.38-rc1
16090 * SAUCE: x86 fix up jiffies/jiffies_64 handling
16091 * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5
16092 * [Config] updateconfigs following rebase to
16093 2b1caf6ed7b888c95a1909d343799672731651a5
16094 * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes
16095 * ubuntu: AUFS -- suppress benign plink warning messages
16096 - LP: #621195
16097 * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour
16098 * rebase to v2.6.38-rc2
16099 * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649
16100 * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
16101 * [Config] update configs following rebase to
16102 c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
16103 * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile
16104 * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile
16105 * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap
16106 * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile
16107
16108 [ Kees Cook ]
16109
16110 * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
16111
16112 [ Stefan Bader ]
16113
16114 * Temporarily disable RODATA for virtual i386
16115 - LP: #699828
16116
16117 [ Tim Gardner ]
16118
16119 * [Config] CONFIG_NLS_DEFAULT=utf8
16120 - LP: #683690
16121 * [Config] CONFIG_HIBERNATION=n
16122 * update bnx2 firmware files in d-i/firmware/nic-modules
16123
16124 [ Upstream Kernel Changes ]
16125
16126 * Revert "drm/radeon/bo: add some fallback placements for VRAM only
16127 objects."
16128 * packaging: make System.map mode 0600
16129 * thinkpad_acpi: Always report scancodes for hotkeys
16130 - LP: #702407
16131 * sched: tg->se->load should be initialised to tg->shares
16132 * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent
16133 * brcm80211: include linux/slab.h for kfree
16134 * pch_dma: add include/slab.h for kfree
16135 * i2c-eg20t: include linux/slab.h for kfree
16136 * gpio/ml_ioh_gpio: include linux/slab.h for kfree
16137 * tty: include linux/slab.h for kfree
16138 * winbond: include linux/delay.h for mdelay et al
16139
16140 [ Upstream Kernel Changes ]
16141
16142 * mark the start of v2.6.38 versioning
16143 * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
16144 - LP: #689886
16145 - LP: #702125
16146 - LP: #608775
16147 - LP: #215802
16148 - LP: #686333
16149 - LP: #677830
16150 - LP: #677652
16151 - LP: #696493
16152 - LP: #697240
16153 - LP: #689036
16154 - LP: #705323
16155 - LP: #686692
16156
16157 -- Andy Whitcroft <apw@canonical.com> Sun, 09 Jan 2011 13:44:52 +0000
16158
16159linux (2.6.37-12.26) natty; urgency=low
16160
16161 [ Andy Whitcroft ]
16162
16163 * rebase to v2.6.37-rc8
16164 * [Config] armel -- reenable omap flavour
16165 * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap
16166 * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel
16167 * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel
16168 * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel
16169 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
16170 * [Config] track missing modules
16171 * rebase to v2.6.37 final
16172
16173 [ Chase Douglas ]
16174
16175 * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for
16176 Magic Trackpad
16177
16178 [ Stefan Bader ]
16179
16180 * Revert "SAUCE: blkfront: default to sd devices"
16181 - LP: #684875
16182
16183 [ Tim Gardner ]
16184
16185 * Revert "SAUCE: (no-up) libata: Ignore HPA by default."
16186 - LP: #380138
16187 * [Config] Added autofs4.ko to -virtual flavour
16188 - LP: #692917
16189
16190 [ Upstream Kernel Changes ]
16191
16192 * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series
16193 Laptops
16194 - LP: #632884
16195
16196 [ Upstream Kernel Changes ]
16197
16198 * rebase to v2.6.37-rc8
16199 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
16200 * rebase to v2.6.37 final
16201
16202 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Dec 2010 18:34:13 +0000
16203
16204linux (2.6.37-11.25) natty; urgency=low
16205
16206 [ Andy Whitcroft ]
16207
16208 * [Config] d-i -- add hpsa to the list of block devices
16209 - LP: #684304
16210 * [Config] add vmw-balloon driver to -virtual flavour
16211 - LP: #592039
16212 * rebase to v2.6.37-rc7
16213
16214 [ Upstream Kernel Changes ]
16215
16216 * rebase to v2.6.37-rc7
16217
16218 -- Andy Whitcroft <apw@canonical.com> Tue, 21 Dec 2010 13:35:28 +0000
16219
16220linux (2.6.37-10.24) natty; urgency=low
16221
16222 [ Andy Whitcroft ]
16223
16224 * rebase to v2.6.37-rc6
16225 * updateconfigs following rebase to v2.6.37-rc6
16226
16227 [ Upstream Kernel Changes ]
16228
16229 * rebase to v2.6.37-rc6
16230
16231 -- Andy Whitcroft <apw@canonical.com> Thu, 16 Dec 2010 12:34:19 +0000
16232
16233linux (2.6.37-9.23) natty; urgency=low
16234
16235 [ Andy Whitcroft ]
16236
16237 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks
16238 - LP: #689606
16239 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub)
16240 - LP: #689606
16241
16242 [ Kees Cook ]
16243
16244 * SAUCE: RO/NX protection for loadable kernel, fix ftrace
16245 - LP: #690190
16246
16247 -- Andy Whitcroft <apw@canonical.com> Wed, 15 Dec 2010 19:29:57 +0000
16248
16249linux (2.6.37-9.22) natty; urgency=low
16250
16251 [ Andy Whitcroft ]
16252
16253 * rebase to v2.6.35-rc5
16254 * [Config] updateconfigs following rebase to v2.6.37-rc5
16255 * (no-up) add support for installed header files to ubuntu directory
16256 - LP: #684666
16257 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
16258 - LP: #684666
16259 * ubuntu: dm-raid4-5 -- follow changes to bio flags
16260 * ubuntu: dm-raid4-5 -- re-enable
16261 * ubuntu: omnibook -- update BOM
16262 * ubuntu: ndiswrapper -- update BOM to match actual version
16263 * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl
16264 * ubuntu: ndiswrapper -- re-enable
16265 * ubuntu: iscsitarget -- re-instate copy_io_context
16266 * ubuntu: iscsitarget -- follow changes to semaphore initialisation
16267 * ubuntu: iscsitarget -- convert NIPQUAD to %pI4
16268 * ubuntu: iscsitarget -- re-enable
16269
16270 [ Kees Cook ]
16271
16272 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
16273
16274 [ Manoj Iyer ]
16275
16276 * SAUCE: Enable jack sense for Thinkpad Edge 13
16277 - LP: #685015
16278
16279 [ Tim Gardner ]
16280
16281 * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y
16282 * [Config] CONFIG_CRYPTO_CRC32C=y
16283 - LP: #681819
16284 * [Config] CONFIG_9P_FSCACHE=n
16285 * [Config] Add nfsd modules to -virtual flavour
16286 - LP: #688070
16287
16288 [ Upstream Kernel Changes ]
16289
16290 * Revert "Staging: zram: work around oops due to startup ordering snafu"
16291 * NFS: Fix panic after nfs_umount()
16292 - LP: #683938
16293 * x86: Add NX protection for kernel data
16294 * x86: Add RO/NX protection for loadable kernel modules
16295 * x86: Resume trampoline must be executable
16296 * x86: RO/NX protection for loadable kernel, jump_table fix
16297
16298 [ Upstream Kernel Changes ]
16299
16300 * rebase to v2.6.37-rc5
16301
16302 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Dec 2010 18:15:35 +0000
16303
16304linux (2.6.37-8.21) natty; urgency=low
16305
16306 [ Andy Whitcroft ]
16307
16308 * Revert "ubuntu: AUFS -- include the aufs_types.h file in
16309 linux-libc-headers"
16310 * Revert "(no-up) add support for installed header files to ubuntu
16311 directory"
16312
16313 -- Andy Whitcroft <apw@canonical.com> Sun, 05 Dec 2010 17:33:28 +0000
16314
16315linux (2.6.37-8.20) natty; urgency=low
16316
16317 [ Andy Whitcroft ]
16318
16319 * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error"
16320 * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros"
16321 * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration"
16322 * Revert "SAUCE: i915 -- disable powersave by default"
16323 * SAUCE: enable Marvell 9128 PCIe SATA controller
16324 - LP: #658521
16325 * [Config] evtchn has been renamed
16326 * (no-up) add support for installed header files to ubuntu directory
16327 - LP: #684666
16328 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
16329 - LP: #684666
16330
16331 [ Tim Gardner ]
16332
16333 * [Config] MISS: evtchn, NEW : xen-evtchn
16334 * rebase to v2.6.37-rc4
16335
16336 [ Upstream Kernel Changes ]
16337
16338 * drm/i915: Clean conflicting modesetting registers upon init
16339 - LP: #683775
16340 * rebase to v2.6.37-rc4
16341
16342 -- Andy Whitcroft <apw@canonical.com> Fri, 03 Dec 2010 18:42:07 +0000
16343
16344linux (2.6.37-7.19) natty; urgency=low
16345
16346 [ Tim Gardner ]
16347
16348 * [Config] Add bnx2 firmware to nic-modules udeb
16349 - LP: #676245
16350
16351 -- Andy Whitcroft <apw@canonical.com> Fri, 26 Nov 2010 17:53:45 +0000
16352
16353linux (2.6.37-7.18) natty; urgency=low
16354
16355 [ Andy Whitcroft ]
16356
16357 * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID"
16358 * Revert "SAUCE: Add extra headers to linux-libc-dev"
16359 * Revert "SAUCE: Enable speedstep for sonoma processors."
16360 * [Config] enable CONFIG_BT_HCIUART_ATH3K
16361 * [Config] enable CONFIG_IWLWIFI_DEBUGFS
16362 * [Config] standardise CONFIG_MII
16363 * [Config] standardise CONFIG_PRISM2_USB
16364 * [Config] standardise CONFIG_SCSI_QLA_ISCSI
16365 * [Config] build in CONFIG_AGP
16366 * [Config] build in CONFIG_AGP_INTEL
16367 * [Config] build in CONFIG_AGP_AMD
16368 * [Config] build in CONFIG_AGP_AMD64
16369 * [Config] build in CONFIG_AGP_NVIDIA
16370 * [Config] build in CONFIG_AGP_VIA
16371 * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm)
16372 * (no-up): document the new ## scheme
16373 * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS
16374 * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32
16375 - LP: #675453
16376
16377 [ Mathieu J. Poirier ]
16378
16379 * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM
16380
16381 [ Upstream Kernel Changes ]
16382
16383 * nx-emu: fix inverted report of disable_nx
16384
16385 -- Andy Whitcroft <apw@canonical.com> Tue, 23 Nov 2010 21:00:39 +0000
16386
16387linux (2.6.37-6.17) natty; urgency=low
16388
16389 [ Andy Whitcroft ]
16390
16391 * Revert "ubuntu: AUFS -- aufs2-standalone.patch
16392 aufs2.1-36-UNRELEASED-20101103"
16393 * Revert "ubuntu: AUFS -- aufs2-base.patch
16394 aufs2.1-36-UNRELEASED-20101103"
16395 * [Config] standardise CONFIG_BT
16396 * [Config] standardise CONFIG_IRDA
16397 * [Config] standardise CONFIG_LAPB
16398 * [Config] standardise CONFIG_RDS
16399 * [Config] standardise CONFIG_RFKILL
16400 * [Config] standardise CONFIG_TIPC
16401 * [Config] standardise CONFIG_X25
16402 * [Config] standardise CONFIG_INPUT_EVDEV
16403 * [Config] standardise CONFIG_INPUT_JOYDEV
16404 * [Config] standardise CONFIG_INPUT_JOYSTICK
16405 * [Config] standardise CONFIG_INPUT_TOUCHSCREEN
16406 * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm)
16407 * [Config] CONFIG_IRDA=n for FTBS (arm)
16408 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37
16409 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37
16410 * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a
16411
16412 [ Tim Gardner ]
16413
16414 * SAUCE: Fix drivers/staging/easycap FTBS
16415 * [Config] CONFIG_EASYCAP=m after fixing FTBS
16416
16417 [ Upstream Kernel Changes ]
16418
16419 * Revert "x86: Add NX protection for kernel data"
16420
16421 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 18:09:10 +0000
16422
16423linux (2.6.37-6.16) natty; urgency=low
16424
16425 [ Andy Whitcroft ]
16426
16427 * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX"
16428 * rebase to v2.6.37-rc3
16429
16430 [ Tim Gardner ]
16431
16432 * [Config] CONFIG_SCHED_AUTOGROUP=y
16433
16434 [ Upstream Kernel Changes ]
16435
16436 * Revert "x86: Add RO/NX protection for loadable kernel modules"
16437 * sched: automated per session task groups
16438 * rebase to v2.6.37-rc3
16439
16440 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 10:11:13 +0000
16441
16442linux (2.6.37-6.15) natty; urgency=low
16443
16444 [ Andy Whitcroft ]
16445
16446 * [Config] standardise CONFIG_CEPH_FS
16447 * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS
16448 * [Config] standardise CONFIG_SCSI_PROC_FS
16449 * [Config] standardise CONFIG_UBIFS_FS
16450 * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS
16451
16452 [ Kees Cook ]
16453
16454 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
16455
16456 [ Manoj Iyer ]
16457
16458 * SAUCE: Enable jack sense for Thinkpad Edge 11
16459 - LP: #677210
16460 * SAUCE: enable rfkill for rtl8192se driver
16461 - LP: #640992
16462
16463 [ Tim Gardner ]
16464
16465 * [Config] CONFIG_EASYCAP=n for FTBS
16466 * Rebase to v2.6.32-rc2+git
16467
16468 [ Upstream Kernel Changes ]
16469
16470 * x86: Fix improper large page preservation
16471 * x86: Add NX protection for kernel data
16472 * x86: Add RO/NX protection for loadable kernel modules
16473
16474 [ Upstream Kernel Changes ]
16475
16476 * Rebase to Linus 2.6.37-rc2+git
16477
16478 -- Andy Whitcroft <apw@canonical.com> Sat, 20 Nov 2010 11:40:00 +0000
16479
16480linux (2.6.37-5.14) natty; urgency=low
16481
16482 [ Upstream Kernel Changes ]
16483
16484 * PCI: fix offset check for sysfs mmapped files
16485 - LP: #676963
16486
16487 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Nov 2010 18:12:27 +0000
16488
16489linux (2.6.37-5.13) natty; urgency=low
16490
16491 [ Andy Whitcroft ]
16492
16493 * rebased to v2.6.37-rc2
16494 * updateconfigs following rebase to v2.6.37-rc2
16495
16496 [ Tim Gardner ]
16497
16498 * [Config] Added NFS and related modules to virtual flavour
16499 - LP: #659084
16500
16501 [ Upstream Kernel Changes ]
16502
16503 * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S
16504 * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX
16505 * x86, cpu: Call verify_cpu during 32bit CPU startup
16506 * x86, cpu: Only CPU features determine NX capabilities
16507
16508 [ Upstream Changes ]
16509
16510 * rebased to v2.67.37-rc2
16511
16512 -- Andy Whitcroft <apw@canonical.com> Tue, 16 Nov 2010 13:13:29 +0000
16513
16514linux (2.6.37-4.12) natty; urgency=low
16515
16516 [ Andy Whitcroft ]
16517
16518 * Revert "[Upstream] HID: magicmouse: add param for scroll speed"
16519 * Revert "[Upstream] HID: magicmouse: properly account for scroll
16520 movement in state"
16521 * Revert "[Upstream] HID: magicmouse: disable and add module param for
16522 scroll acceleration"
16523 * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just
16524 middle of mouse"
16525
16526 [ Henrik Rydberg ]
16527
16528 * SAUCE: hid: ntrig: remove sysfs nodes
16529 * SAUCE: hid: ntrig: Setup input filtering manually
16530 * SAUCE: hid: ntrig: New ghost-filtering event logic
16531
16532 [ Manoj Iyer ]
16533
16534 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
16535 - LP: #348861
16536
16537 [ Upstream Kernel Changes ]
16538
16539 * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during
16540 suspend/resume"
16541 * Revert "[ARM] implement arch_randomize_brk()"
16542 * Revert "ARM: stack protector: change the canary value per task"
16543 * Revert "ARM: initial stack protector (-fstack-protector) support"
16544 * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269"
16545 * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec"
16546 * Revert "perf probe: Add kernel source path option"
16547 * hid: ntrig: Support single-touch devices
16548 * hid: ntrig: Mask pen switch events
16549 * net: rtnetlink.h -- only include linux/netdevice.h when used by the
16550 kernel
16551 - LP: #673073
16552 * Fix userspace build of linux/fs.h
16553
16554 -- Andy Whitcroft <apw@canonical.com> Mon, 15 Nov 2010 19:31:44 +0000
16555
16556linux (2.6.37-3.11) natty; urgency=low
16557
16558 [ Andy Whitcroft ]
16559
16560 * Revert "ubuntu: AUFS -- update to
16561 b37c575759dc4535ccc03241c584ad5fe69e3b25"
16562 * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()"
16563 * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601"
16564 * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601"
16565 * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34"
16566 * [Config] Disable intel_idle for -virtual kernels
16567 - LP: #651370
16568 * [Config] enforcer -- ensure we never enable CONFIG_IMA
16569 * debian -- pass the correct flavour name when checking configs
16570 * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual
16571 * [Config] ensure CONFIG_IPV6=y for powerpc
16572 * [Config] enforcer -- ensure CONFIG_IPV6=y
16573 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103
16574 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103
16575 * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103
16576 * ubuntu: AUFS -- re-enable
16577 * ubuntu: AUFS -- track changes to work queue initialisation
16578 * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1
16579 * SAUCE: fbcon -- fix race between open and removal of framebuffers
16580 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
16581 - LP: #614008
16582 * SAUCE: drm -- stop early access to drm devices
16583
16584 [ Jeremy Kerr ]
16585
16586 * [Config] Build-in powermac ZILOG serial driver
16587 - LP: #673346
16588
16589 [ Kees Cook ]
16590
16591 * SAUCE: nx-emu: use upstream ASLR when possible
16592
16593 [ Tim Gardner ]
16594
16595 * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules
16596 - LP: #628776
16597
16598 [ Upstream Kernel Changes ]
16599
16600 * i386: NX emulation
16601 * nx-emu: drop exec-shield sysctl, merge with disable_nx
16602 * nx-emu: standardize boottime message prefix
16603 * mmap randomization for executable mappings on 32-bit
16604 * exec-randomization: brk away from exec rand area
16605
16606 -- Andy Whitcroft <apw@canonical.com> Thu, 11 Nov 2010 23:46:37 +0000
16607
16608linux (2.6.37-2.10) natty; urgency=low
16609
16610 [ Andy Whitcroft ]
16611
16612 * reinstate armel config changes:
16613 * [Config] CONFIG_GPIO_PCH=n for armel FTBS
16614 * [Config] CONFIG_GPIO_VX855=n for armel FTBS
16615
16616 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Nov 2010 22:20:35 +0000
16617
16618linux (2.6.37-2.9) natty; urgency=low
16619
16620 [ Andy Whitcroft ]
16621
16622 * config -- fix genportsconfig
16623 * [Config] move powerpc over from ports to distro
16624 * bump master version number to match contained kernel
16625 * SAUCE: fix documentation strings for struct input_keymap_entry
16626 * usb: gadget: goku_udc: add registered flag bit
16627
16628 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Nov 2010 15:14:11 +0000
16629
16630linux (2.6.36-2.8) natty; urgency=low
16631
16632 [ Tim Gardner ]
16633
16634 * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules
16635 * [Config]: TWL4030_CORE=n for FTBS
16636 * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS
16637 * [Config]: CONFIG_SOLO6X10=n for FTBS
16638 * [Config]: CONFIG_GPIO_PCH=n for armel FTBS
16639 * [Config]: CONFIG_GPIO_VX855=n for armel FTBS
16640 * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS
16641 * [Config]: CONFIG_LINE6_USB=n for armel FTBS
16642 * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS
16643 * [Config]: CONFIG_I2C_I801=n for armel FTBS
16644 * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables.
16645 * AppArmor: compatibility patch for v5 interface
16646 * AppArmor: compatibility patch for v5 network controll
16647 * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode
16648 * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver
16649 * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
16650 * Dropped: hid: 3m: Convert to MT slots
16651 * Dropped: HID: magicmouse: don't allow hidinput to initialize the device
16652 * Dropped: HID: magicmouse: simplify touch data bit manipulation
16653 * Dropped: HID: magicmouse: simplify touch down logic
16654 * Dropped: HID: magicmouse: enable Magic Trackpad support
16655 * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes
16656 * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually
16657 * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic
16658 * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled)
16659 * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode
16660 * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS
16661 * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers
16662 * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
16663 * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32
16664 * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
16665 * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML
16666 * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area
16667
16668 [ Upstream Kernel Changes ]
16669
16670 * rebased against 2.6.27-rc1
16671
16672 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Oct 2010 19:35:05 -0600
16673
16674linux (2.6.36-1.7) natty; urgency=low
16675
16676 [ Andy Whitcroft ]
16677
16678 * rebased to v2.6.36 final
16679 * [Config] update configs following rebase to v2.6.36 final
16680 * [Config] update ports configs following rebase to v2.6.36 final
16681
16682 [ Upstream Kernel Changes ]
16683
16684 * rebased to v2.6.36 final
16685
16686 -- Andy Whitcroft <apw@canonical.com> Thu, 21 Oct 2010 14:28:57 +0100
16687
16688linux (2.6.36-1.6) natty; urgency=low
16689
16690 [ Upstream Kernel Changes ]
16691
16692 * drop broadcom staging driver preview:
16693 * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n
16694 wireless LAN driver."
16695
16696 -- Andy Whitcroft <apw@canonical.com> Wed, 20 Oct 2010 10:41:25 +0100
16697
16698linux (2.6.36-1.5) natty; urgency=low
16699
16700 [ Andy Whitcroft ]
16701
16702 * rebase to v2.6.36-rc8
16703 * updateconfigs following rebase to v2.6.36-rc8
16704 * updateportsconfigs following rebase to v2.6.36-rc8
16705 * config -- simplify the kernelconfig interface
16706 * config -- add new config mode 'dumpconfigs'
16707
16708 [ Tim Gardner ]
16709
16710 * Simplify the use of CROSS_COMPILER
16711
16712 [ Upstream Kernel Changes ]
16713
16714 * drop broadcom staging driver preview:
16715 * Revert "staging: brcm80211: Make compiling of brcm80211.ko and
16716 brcmfmac.ko mutually exclusive."
16717 * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not
16718 set."
16719 * Revert "Staging: brcm80211: remove driver specific -W options"
16720 * Revert "Staging: brcm80211: clean up makefile cflag lines"
16721 * Revert "staging: brcm80211: add fullmac driver"
16722 * Revert "staging: brcm80211: use string native library"
16723 * Revert "staging: brcm80211: use native ctype library"
16724 * Revert "staging: brcm80211: fix remaining checkpatch errors."
16725 * Revert "staging: brcm80211: fix "ERROR: trailing whitespace.""
16726 * Revert "staging: brcm80211: fix "ERROR: spaces required around that
16727 ...""
16728 * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that
16729 ':' ...""
16730 * Revert "staging: brcm80211: fix "ERROR: space required before that
16731 ...""
16732 * Revert "staging: brcm80211: fix "ERROR: space required after that ...""
16733 * Revert "staging: brcm80211: fix "ERROR: space required after that close
16734 brace""
16735 * Revert "staging: brcm80211: fix "ERROR: space prohibited before
16736 ...close square bracket""
16737 * Revert "staging: brcm80211: fix "ERROR: space prohibited after that
16738 ...""
16739 * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around
16740 '*'""
16741 * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'"
16742 * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ...
16743 do - while loop""
16744 * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ...
16745 parenthesis""
16746 * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0
16747 or NULL""
16748 * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0
16749 or NULL""
16750 * Revert "staging: brcm80211: fix "ERROR: while should follow close brace
16751 '}'""
16752 * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev
16753 line""
16754 * Revert "staging: brcm80211: fix "ERROR: trailing statements should be
16755 on next line""
16756 * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if
16757 condition""
16758 * Revert "staging: brcm80211: fix "ERROR: return is not a function,
16759 paren...""
16760 * Revert "staging: brcm80211: fix "ERROR: open brace '{' following
16761 function dec...""
16762 * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo
16763 *bar"'"
16764 * Revert "staging: brcm80211: Fix URLs for firmware files."
16765 * Revert "staging: brcm80211: use '%pM' format to print MAC address"
16766 * Revert "staging: brcm80211: Add contact info to TODO list."
16767 * Revert "staging: brcm80211: Fix some initialisation failure paths"
16768 * Export dump_{write,seek} to binary loader modules
16769 * rebase to v2.6.36-rc8.
16770
16771 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Oct 2010 18:58:11 +0100
16772
16773linux (2.6.36-0.4) natty; urgency=low
16774
16775 [ Andy Whitcroft ]
16776
16777 * SAUCE: perf: increase stack footprint to avoid stack-protector warning
16778 (fixes FTBS on powerpc)
16779
16780 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 13:16:16 +0100
16781
16782linux (2.6.36-0.3) natty; urgency=low
16783
16784 [ Andy Whitcroft ]
16785
16786 * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc
16787
16788 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 03:01:30 +0100
16789
16790linux (2.6.36-0.2) natty; urgency=low
16791
16792 [ Andy Whitcroft ]
16793
16794 * [Config] updateportsconfigs following rebase to 2.6.36-rc7
16795 (fix FTBS on powerpc)
16796
16797 -- Andy Whitcroft <apw@canonical.com> Wed, 13 Oct 2010 23:25:12 +0100
16798
16799linux (2.6.36-0.1) natty; urgency=low
16800
16801 [ Andy Whitcroft ]
16802
16803 * reduce disk usage during buildd builds
16804 - LP: #645653
16805 * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y
16806 * [Config] armel -- drop omap flavour
16807
16808 [ Tim Gardner ]
16809
16810 * Added dropped patch list
16811 * more dropped patches
16812 * [Config] Disable aufs, dmraid-4.5, ndis-wrapper
16813 * [Config] Add support for cross compiling armel
16814 * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel
16815 * [Upstream] drivers/serial/mfd.c: Fix ARM compile error
16816 * [Config]: updateconfigs after adding brcm80211
16817 * staging: brcm80211: Fix Makefile syntax error
16818 * rebased to v2.6.36-rc7
16819
16820 [ Upstream Kernel Changes ]
16821
16822 * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs
16823 * (upstream) IPS driver: verify BIOS provided limits
16824 * intel_ips: Print MCP limit exceeded values.
16825 * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless
16826 LAN driver.
16827 * staging: brcm80211: Fix some initialisation failure paths
16828 * staging: brcm80211: Add contact info to TODO list.
16829 * staging: brcm80211: use '%pM' format to print MAC address
16830 * staging: brcm80211: Fix URLs for firmware files.
16831 * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'
16832 * staging: brcm80211: fix "ERROR: open brace '{' following function
16833 dec..."
16834 * staging: brcm80211: fix "ERROR: return is not a function, paren..."
16835 * staging: brcm80211: fix "ERROR: do not use assignment in if condition"
16836 * staging: brcm80211: fix "ERROR: trailing statements should be on next
16837 line"
16838 * staging: brcm80211: fix "ERROR: that open brace { ... prev line"
16839 * staging: brcm80211: fix "ERROR: while should follow close brace '}'"
16840 * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"
16841 * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"
16842 * staging: brcm80211: fix "ERROR: Macros w/ complex values ...
16843 parenthesis"
16844 * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do -
16845 while loop"
16846 * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'
16847 * staging: brcm80211: fix "ERROR: need consistent spacing around '*'"
16848 * staging: brcm80211: fix "ERROR: space prohibited after that ..."
16849 * staging: brcm80211: fix "ERROR: space prohibited before ...close square
16850 bracket"
16851 * staging: brcm80211: fix "ERROR: space required after that close brace"
16852 * staging: brcm80211: fix "ERROR: space required after that ..."
16853 * staging: brcm80211: fix "ERROR: space required before that ..."
16854 * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..."
16855 * staging: brcm80211: fix "ERROR: spaces required around that ..."
16856 * staging: brcm80211: fix "ERROR: trailing whitespace."
16857 * staging: brcm80211: fix remaining checkpatch errors.
16858 * staging: brcm80211: use native ctype library
16859 * staging: brcm80211: use string native library
16860 * staging: brcm80211: add fullmac driver
16861 * Staging: brcm80211: clean up makefile cflag lines
16862 * Staging: brcm80211: remove driver specific -W options
16863 * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set.
16864 * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko
16865 mutually exclusive.
16866
16867 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Oct 2010 16:00:27 +0100
16868
16869linux (2.6.35-22.33) maverick; urgency=low
16870
16871 [ Andy Whitcroft ]
16872
16873 * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on
16874 Dell E2 series Laptops"
16875 - LP: #641320
16876
16877 [ Brian Rogers ]
16878
16879 * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface
16880 - LP: #624701
16881
16882 [ Christopher James Halse Rogers ]
16883
16884 * SAUCE: Nouveau: Add quirk framework to disable acceleration
16885 - LP: #544088, #546393
16886 * SAUCE: Nouveau: Disable acceleration on MacBook Pros
16887 - LP: #546393
16888
16889 [ John Johansen ]
16890
16891 * Revert "SAUCE: AppArmor: allow newer tools to load policy on older
16892 kernels"
16893 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
16894 - LP: #639758
16895
16896 [ Mathieu J. Poirier ]
16897
16898 * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM
16899
16900 [ Upstream Kernel Changes ]
16901
16902 * ALSA: HDA: Enable internal speaker on Dell M101z
16903 - LP: #640254
16904
16905 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 17 Sep 2010 13:21:28 -0700
16906
16907linux (2.6.35-22.32) maverick; urgency=low
16908
16909 [ Arjan van de Ven ]
16910
16911 * SAUCE: libata: Add ALPM power state accounting to the AHCI driver
16912
16913 [ David Henningsson ]
16914
16915 * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510
16916 - LP: #605047, #628961
16917
16918 [ John Johansen ]
16919
16920 * [Upstream] AppArmor: Fix splitting an fqname into separate namespace
16921 and profile names
16922 - LP: #615947
16923 * [Upstream] AppArmor: Fix locking from removal of profile namespace
16924 - LP: #615947
16925 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
16926 - LP: #639758
16927 * SAUCE: Improve Amazon EBS performance for EC2
16928 - LP: #634316
16929
16930 [ Leann Ogasawara ]
16931
16932 * Revert "SAUCE: i915 KMS -- blacklist i855"
16933 * Revert "SAUCE: i915 KMS -- blacklist i845g"
16934 * Revert "SAUCE: i915 KMS -- blacklist i830"
16935 * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken
16936 devices"
16937 * execute module-inclusion within a subshell
16938 - LP: #621175
16939
16940 [ Upstream Kernel Changes ]
16941
16942 * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec()
16943 - LP: #633227
16944 * (pre-stable) drm/i915: don't enable self-refresh on Ironlake
16945 - LP: #629711
16946 * (pre-stable) mm: Move vma_stack_continue into mm.h
16947 * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev
16948 - LP: #601073
16949 * PM / Runtime: Make runtime_status attribute not debug-only (v. 2)
16950 * PM / Runtime: Add runtime PM statistics (v3)
16951 * compat: Make compat_alloc_user_space() incorporate the access_ok()
16952 - CVE-2010-3081
16953 * x86-64, compat: Test %rax for the syscall number, not %eax
16954 - CVE-2010-3301
16955 * x86-64, compat: Retruncate rax after ia32 syscall entry tracing
16956 - CVE-2010-3301
16957
16958 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Sep 2010 08:46:49 -0700
16959
16960linux (2.6.35-21.31) maverick; urgency=low
16961
16962 [ Andy Whitcroft ]
16963
16964 * bodge linux-libc-dev package version due to ti-omap4 error
16965 * linux-libc-dev -- ensure we can only build this on debian.master
16966
16967 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 13 Sep 2010 09:54:31 -0700
16968
16969linux (2.6.35-21.30) maverick; urgency=low
16970
16971 [ Andy Whitcroft ]
16972
16973 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
16974 - LP: #614008
16975
16976 [ Daniel Lezcano ]
16977
16978 * SAUCE: fix compilation warning when CONFIG_SECURITY is not set
16979
16980 [ Henrik Rydberg ]
16981
16982 * SAUCE: Input: wacom - add fuzz parameters to features
16983 * SAUCE: Input: wacom - collect device quirks into single function
16984 * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad
16985 * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices
16986 * SAUCE: hid: ntrig: Remove unused device ids
16987 * SAUCE: hid: ntrig: remove sysfs nodes
16988 * SAUCE: hid: ntrig: Correct logic for quirks
16989 * SAUCE: hid: ntrig: zero-initialize ntrig struct
16990 * SAUCE: hid: ntrig: Setup input filtering manually
16991 * SAUCE: hid: ntrig: New ghost-filtering event logic
16992
16993 [ Leann Ogasawara ]
16994
16995 * SAUCE: ndiswrapper: Initialize buffer index and check its value
16996 - LP: #613796
16997
16998 [ Manoj Iyer ]
16999
17000 * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2
17001 series Laptops
17002 - LP: #632884
17003
17004 [ Ping Cheng ]
17005
17006 * SAUCE: Input: wacom - parse the Bamboo device family
17007
17008 [ Rafi Rubin ]
17009
17010 * SAUCE: hid: ntrig: identify firmware version (wiggled)
17011
17012 [ Tim Gardner ]
17013
17014 * [Config] CONFIG_NL80211_TESTMODE=n
17015
17016 [ Upstream Kernel Changes ]
17017
17018 * Revert "input: mt: Add support for the Bamboo Touch trackpad"
17019 * e1000e: initial support for 82579 LOMs
17020 * e1000e: correct MAC-PHY interconnect register offset for 82579
17021 * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066,
17022 tested on HP G60
17023 - LP: #587388
17024 * DSS2: Don't power off a panel twice
17025 - LP: #588243
17026 * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
17027 * Input: i8042 - reset keyboard controller wehen resuming from S2R
17028 - LP: #86820
17029 * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs
17030 - LP: #414795
17031 * agp/intel: Support the extended physical addressing bits on
17032 Sandybridge.
17033 - LP: #632488
17034 * drm/i915,intel_agp: Add support for Sandybridge D0
17035 - LP: #632488
17036 * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids
17037 - LP: #632488
17038 * mmc: omap: fix for bus width which improves SD card's peformance.
17039
17040 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 07 Sep 2010 09:58:52 -0700
17041
17042linux (2.6.35-20.29) maverick; urgency=low
17043
17044 [ Andy Whitcroft ]
17045
17046 * SAUCE: i915 KMS -- support disabling KMS for known broken devices
17047 - LP: #563277
17048 * SAUCE: i915 KMS -- blacklist i830
17049 - LP: #542208, #563277
17050 * SAUCE: i915 KMS -- blacklist i845g
17051 - LP: #541492, #563277
17052 * SAUCE: i915 KMS -- blacklist i855
17053 - LP: #511001, #541511, #563277
17054
17055 [ Leann Ogasawara ]
17056
17057 * [Config] Enable CONFIG_SENSORS_PKGTEMP=m
17058 - LP: #601073
17059 * ARM: Temporarily disable module check for armel
17060 * rebase to v2.6.35.4
17061 * [Config] update configs following rebase to v2.6.35.4
17062
17063 [ Ricardo Salveti de Araujo ]
17064
17065 * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in
17066 in Omap
17067
17068 [ Tim Gardner ]
17069
17070 * [Config] Added be2net, be2scsi to udebs
17071 - LP: #628776
17072
17073 [ Upstream Kernel Changes ]
17074
17075 * x86, cpu: Package Level Thermal Control, Power Limit Notification
17076 definitions
17077 - LP: #601073
17078 * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver
17079 - LP: #601073
17080 * x86, hwmon: Package Level Thermal/Power: thermal throttling handler
17081 - LP: #601073
17082 * x86, hwmon: Package Level Thermal/Power: power limit
17083 - LP: #601073
17084 * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation
17085 - LP: #601073
17086 * hid: 3m: Adjust to sequential MT HID protocol
17087 * hid: 3m: Convert to MT slots
17088 * hid: 3m: Correct touchscreen emulation
17089 * hid: 3m: Adjust major / minor axes to scale
17090 * input: bcm5974: Adjust major / minor to scale
17091 * HID: magicmouse: don't allow hidinput to initialize the device
17092 * HID: magicmouse: simplify multitouch feature request
17093 * HID: magicmouse: simplify touch data bit manipulation
17094 * HID: magicmouse: simplify touch down logic
17095 * HID: magicmouse: remove timestamp logic
17096 * HID: magicmouse: enable Magic Trackpad support
17097 * HID: magicmouse: Adjust major / minor axes to scale
17098 * mmc: fix all hangs related to mmc/sd card insert/removal during
17099 suspend/resume
17100 - LP: #477106
17101 * drm/i915: fix VGA plane disable for Ironlake+
17102 - LP: #602281
17103
17104 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 30 Aug 2010 08:38:01 -0700
17105
17106linux (2.6.35-19.28) maverick; urgency=low
17107
17108 [ Leann Ogasawara ]
17109
17110 * No changes from 2.6.35-19.27. Some armel udebs were accidentally deleted
17111 from the archive and a no-change rebuild was attempted. However, the ABI
17112 did not get bumped and resulted in build failures for 2.6.35-19.27. Fix
17113 up the ABI and re-upload.
17114
17115 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 28 Aug 2010 16:42:27 -0700
17116
17117linux (2.6.35-19.27) maverick; urgency=low
17118
17119 [ Leann Ogasawara ]
17120
17121 * No changes from 2.6.35-19.26. Some armel udebs were accidentally deleted
17122 from the archive.
17123
17124 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 27 Aug 2010 08:58:35 -0700
17125
17126linux (2.6.35-19.26) maverick; urgency=low
17127
17128 [ Upstream Kernel Changes ]
17129
17130 * ARM: OMAP: Beagle: revision detection
17131 * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect
17132 * ARM: OMAP: Beagle: no gpio_wp pin connection on xM
17133
17134 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 26 Aug 2010 09:15:09 -0700
17135
17136linux (2.6.35-19.25) maverick; urgency=low
17137
17138 [ Jarod Wilson ]
17139
17140 * SAUCE: Bring in staging/lirc from 2.6.36
17141 - LP: #609234
17142 * SAUCE: Update ir-core to linuxtv/other which should be merged for
17143 2.6.36.
17144 - LP: #609234
17145 * SAUCE: Fix memleaks in imon and mceusb drivers
17146 - LP: #609234
17147 * SAUCE: Bring in streamzap support from linuxtv/other
17148 - LP: #609234
17149
17150 [ Mario Limonciello ]
17151
17152 * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36
17153 - LP: #609234
17154
17155 [ Mathieu J. Poirier ]
17156
17157 * SAUCE: ARM: adding i2c eeprom driver to read EDID
17158 - LP: #608279
17159
17160 [ Upstream Kernel Changes ]
17161
17162 * intel_idle: disable module support
17163 - LP: #615265
17164 * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the
17165 correct codec ID
17166 * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
17167 - LP: #605101
17168 * (pre-stable) ALSA: HDA: Use model=auto for LG R510
17169 - LP: #495134
17170 * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269
17171 - LP: #519066
17172 * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500
17173 - LP: #519066
17174 * input: mt: Initialize slots to unused (rev2)
17175 * input: mt: Add support for the Bamboo Touch trackpad
17176 * hid: Add a hid quirk for input sync override
17177
17178 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Aug 2010 12:42:52 -0700
17179
17180linux (2.6.35-18.24) maverick; urgency=low
17181
17182 [ Colin Watson ]
17183
17184 * Pass DEB_MAINT_PARAMS to hook scripts
17185
17186 [ Leann Ogasawara ]
17187
17188 * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer
17189 - LP: #584812
17190 * rebase to v2.6.35.3
17191
17192 [ Upstream Kernel Changes ]
17193
17194 * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555
17195 - LP: #609234
17196 * can: add limit for nframes and clean up signed/unsigned variables
17197 - CVE-2010-2959
17198 * drm: Initialize ioctl struct when no user data is present
17199 - CVE-2010-2803
17200 * ARM: initial stack protector (-fstack-protector) support
17201 * ARM: stack protector: change the canary value per task
17202 * [ARM] implement arch_randomize_brk()
17203 * [ARM] add address randomization to mmap()
17204 * ARM: fix ASLR of PIE executables
17205
17206 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 22 Aug 2010 19:22:04 -0700
17207
17208linux (2.6.35-17.23) maverick; urgency=low
17209
17210 [ Jeremy Kerr ]
17211
17212 * [Config] build-in uinput module
17213 - LP: #584812
17214
17215 [ Leann Ogasawara ]
17216
17217 * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS"
17218 * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib"
17219 * Revert "[Config] [FTBS] sparc: Temporarily disable
17220 CONFIG_MTD_NAND_DENALI"
17221 * Revert "[Config] [FTBS] sparc: Temporarily disable
17222 CONFIG_MFD_JANZ_CMODIO"
17223 * Revert "[Config] [FTBS] sparc: Temporarily disable
17224 CONFIG_INFINIBAND_QIB"
17225 * [Config] Enable INTEL_IPS
17226 - LP: #601057
17227 * Remove ia64 support
17228 * [Config] Update portsconfigs after removing ia64 support
17229 * Remove sparc support
17230 * [Config] Update portsconfigs after removing sparc support
17231
17232 [ Linus Torvalds ]
17233
17234 * (pre-stable) mm: fix page table unmap for stack guard page properly
17235
17236 [ Mathieu J. Poirier ]
17237
17238 * SAUCE: (no-up) ARM: Resetting power_mode to its original value.
17239 - LP: #591941
17240
17241 [ Upstream Kernel Changes ]
17242
17243 * timer: add on-stack deferrable timer interfaces
17244 - LP: #601057
17245 * x86 platform driver: intelligent power sharing driver
17246 - LP: #601057
17247 * IPS driver: add GPU busy and turbo checking
17248 - LP: #601057
17249 * X86: intel_ips, check for kzalloc properly
17250 - LP: #601057
17251 * ips driver: make it less chatty
17252 - LP: #601057
17253
17254 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 17 Aug 2010 09:38:08 -0700
17255
17256linux (2.6.35-16.22) maverick; urgency=low
17257
17258 [ Andy Whitcroft ]
17259
17260 * debian -- more agressivly clean up after depmod on purge
17261 - LP: #618591
17262
17263 [ Henrik Rydberg ]
17264
17265 * SAUCE: hid: 3m: Simplify touchsreen emulation logic
17266
17267 [ Leann Ogasawara ]
17268
17269 * ubuntu: iscsitarget -- version 1.4.20.2
17270 * ubuntu: rtl8192se -- update to version 0017.0507.2010
17271 * rebase to v2.6.35.2
17272 * [Config] update configs following rebase to v2.6.35.2
17273 * [Config] update ports configs following rebase to v2.6.35.2
17274
17275 [ Luke Yelavich ]
17276
17277 * [Config] Enable new firewire stack on powerpc
17278
17279 [ Mathieu J. Poirier ]
17280
17281 * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash.
17282 - LP: #608266
17283
17284 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 12 Aug 2010 09:58:01 -0700
17285
17286linux (2.6.35-15.21) maverick; urgency=low
17287
17288 [ Luke Yelavich ]
17289
17290 * [Config] CONFIG_SND_USB_UA101=m for all architectures
17291
17292 [ Upstream Kernel Changes ]
17293
17294 * Input: introduce MT event slots
17295 * Input: document the MT event slot protocol
17296 * (pre-stable) sched: Revert nohz_ratelimit() for now
17297 * (pre-stable) drm/radeon/kms: add missing copy from user
17298 - LP: #606081
17299
17300 [ Leann Ogasawara ]
17301
17302 * rebase to v2.6.35.1
17303
17304 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Aug 2010 09:24:04 -0700
17305
17306linux (2.6.35-14.20) maverick; urgency=low
17307
17308 [ Andy Whitcroft ]
17309
17310 * update Vcs-Git to point to maverick repo
17311 * debian -- include the debian packaging in the -source package
17312 - LP: #608674
17313 * select debian source format 1.0
17314 * add support for building selected stages of kernel
17315 - LP: #603087
17316 * cleanup conditional dependancy handling
17317 - LP: #603087
17318
17319 [ Upstream Kernel Changes ]
17320
17321 * ALSA: hda - Handle missing NID 0x1b on ALC259 codec
17322 - LP: #582199, #586418, #588031
17323 * ALSA: hda - Handle pin NID 0x1a on ALC259/269
17324 - LP: #582199, #586418, #588031
17325 * sched: Revert nohz_ratelimit() for now
17326
17327 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 03 Aug 2010 08:46:47 -0700
17328
17329linux (2.6.35-14.19) maverick; urgency=low
17330
17331 [ Leann Ogasawara ]
17332
17333 * rebase to v2.6.35
17334
17335 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 01 Aug 2010 10:35:56 -0700
17336
17337linux (2.6.35-13.18) maverick; urgency=low
17338
17339 [ Andy Whitcroft ]
17340
17341 * SAUCE: (no-up) Modularize vesafb -- fix initialisation
17342 * SAUCE: add tracing for user initiated readahead requests
17343 * SAUCE: vt -- maintain bootloader screen mode and content until vt
17344 switch
17345 * SAUCE: vt -- allow grub to request automatic vt_handoff
17346 * SAUCE: fbcon -- fix race between open and removal of framebuffers
17347 * SAUCE: drm -- stop early access to drm devices
17348
17349 [ Bryan Wu ]
17350
17351 * CONFIG: compile in OTG driver and Transceiver driver
17352 - LP: #566645
17353 * remove OTG modules from modules list file
17354
17355 [ John Johansen ]
17356
17357 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27
17358 - LP: #581525, #599450
17359 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29
17360 * SAUCE: AppArmor 2.4 compatibility patch
17361 * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace
17362 * SAUCE: fix pv-ops for legacy Xen
17363 * SAUCE: blkfront: default to sd devices
17364 * [Config] Build in drivers required for Xen pv-ops
17365
17366 [ Leann Ogasawara ]
17367
17368 * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture
17369 size."
17370
17371 [ Lee Jones ]
17372
17373 * SAUCE: ARM: OMAP: Add macros for comparing silicon revision
17374 - LP: #608095
17375 * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than
17376 just revision
17377 - LP: #608095
17378 * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX
17379 - LP: #608095
17380 * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM
17381 - LP: #608095
17382
17383 [ Upstream Kernel Changes ]
17384
17385 * agp/intel: Use the correct mask to detect i830 aperture size.
17386 - LP: #597075
17387
17388 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Jul 2010 15:46:59 -0700
17389
17390linux (2.6.35-12.17) maverick; urgency=low
17391
17392 [ Leann Ogasawara ]
17393
17394 * rebase to v2.6.35-rc6
17395 * [Config] update configs following rebase to v2.6.35-rc6
17396 * [Config] update ports configs following rebase to v2.6.35-rc6
17397 * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11
17398
17399 [ Leann Ogasawara ]
17400
17401 * rebase to v2.6.35-rc6
17402
17403 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 16:16:38 +0200
17404
17405linux (2.6.35-11.16) maverick; urgency=low
17406
17407 [ Leann Ogasawara ]
17408
17409 * Bump ABI for new compiler update
17410
17411 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 10:24:58 +0200
17412
17413linux (2.6.35-10.15) maverick; urgency=low
17414
17415 [ Leann Ogasawara ]
17416
17417 * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA
17418 device"
17419 * [Config] Enable CONFIG_M686=y
17420 - LP: #592495
17421
17422 [ Upstream Kernel Changes ]
17423
17424 * tracing: Add alignment to syscall metadata declarations
17425
17426 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Jul 2010 18:18:49 +0200
17427
17428linux (2.6.35-9.14) maverick; urgency=low
17429
17430 [ Andy Whitcroft ]
17431
17432 * ubuntu: AUFS -- add BOM and automated update script
17433 * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25
17434
17435 [ John Johansen ]
17436
17437 * [Config] Enable DRBD as a module
17438
17439 [ Kees Cook ]
17440
17441 * SAUCE: Yama: verify inode is symlink to avoid bind mounts
17442 - LP: #604407
17443
17444 [ Leann Ogasawara ]
17445
17446 * [Config] Disable CONFIG_DRM_VMWGFX (staging driver)
17447 - LP: #606139
17448 * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver)
17449 - LP: #606139
17450 * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
17451 * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
17452
17453 [ Lee Jones ]
17454
17455 * Stop ARM boards crashing when CUPS is loaded
17456 - LP: #601226
17457
17458 [ Upstream Kernel Changes ]
17459
17460 * perf probe: Support tracing an entry of array
17461 * perf probe: Support static and global variables
17462
17463 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Jul 2010 14:38:17 -0700
17464
17465linux (2.6.35-8.13) maverick; urgency=low
17466
17467 [ Kees Cook ]
17468
17469 * SAUCE: Yama: check PTRACE using thread group leader
17470 * SAUCE: Yama: search for PTRACE exceptions via thread group leader
17471 - LP: #603716
17472
17473 [ Leann Ogasawara ]
17474
17475 * rebase to v2.6.35-rc5
17476 * [Config] update configs following rebase to v2.6.35-rc5
17477
17478 [ Nicolas Pitre ]
17479
17480 * SAUCE: make ndiswrapper available on X86 only
17481
17482 [ Tim Gardner ]
17483
17484 * [Config] Added ums-cypress to udeb
17485 - LP: #576066
17486 * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n
17487 * [Config] CONFIG_NDISWRAPPER=m across all configs
17488
17489 [ Upstream Kernel Changes ]
17490
17491 * HID: magicmouse: report last touch up
17492 * rebase to 2.6.35-rc5
17493
17494 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Jul 2010 18:57:59 -0700
17495
17496linux (2.6.35-7.12) maverick; urgency=low
17497
17498 [ Tim Gardner ]
17499
17500 * [Upstream] i915: Use the correct mask to detect i830 aperture size.
17501 - LP: #597075
17502
17503 [ Upstream Kernel Changes ]
17504
17505 * (drop after 2.6.35) drm/radeon/kms: add ioport register access
17506 (squashed)
17507
17508 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Jul 2010 09:53:13 -0600
17509
17510linux (2.6.35-7.11) maverick; urgency=low
17511
17512 [ Tim Gardner ]
17513
17514 * [Config] CONFIG_X86_MRST=n
17515
17516 [ Upstream Kernel Changes ]
17517
17518 * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc
17519 * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb
17520 * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue
17521
17522 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Jul 2010 18:39:08 -0600
17523
17524linux (2.6.35-7.10) maverick; urgency=low
17525
17526 [ Kees Cook ]
17527
17528 * SAUCE: security: create task_free security callback
17529 * SAUCE: Yama: add PTRACE exception tracking and interface
17530 * SAUCE: security: unconditionally chain to Yama LSM
17531 * Revert "SAUCE: ptrace: restrict ptrace scope to children"
17532 * Revert "SAUCE: fs: block hardlinks to non-accessible sources"
17533 * Revert "SAUCE: fs: block cross-uid sticky symlinks"
17534 * [Upstream] security: Yama LSM
17535 * [Config] Enable CONFIG_SECURITY_YAMA=y
17536
17537 [ Tim Gardner ]
17538
17539 * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4
17540
17541 [ Upstream Kernel Changes ]
17542
17543 * rebase to 2.6.35-rc4
17544
17545 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 01 Jul 2010 08:55:57 -0700
17546
17547linux (2.6.35-6.9) maverick; urgency=low
17548
17549 [ Tim Gardner ]
17550
17551 * [Upstream] direct_splice_actor() should not use pos in sd
17552 - LP: #588861
17553
17554 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Jun 2010 12:35:49 -0700
17555
17556linux (2.6.35-6.8) maverick; urgency=low
17557
17558 [ Mathieu J. Poirier ]
17559
17560 * ARM: Adding regulator supply for vdds_sdi.
17561 - LP: #597904
17562
17563 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 27 Jun 2010 16:34:43 -0700
17564
17565linux (2.6.35-6.7) maverick; urgency=low
17566
17567 [ Alberto Milone ]
17568
17569 * [Upstream] Add support for the ATIF ACPI method to the radeon driver
17570
17571 [ Chase Douglas ]
17572
17573 * [Upstream] HID: magicmouse: scroll on entire surface, not just middle
17574 of mouse
17575 * [Upstream] HID: magicmouse: disable and add module param for scroll
17576 acceleration
17577 * [Upstream] HID: magicmouse: properly account for scroll movement in
17578 state
17579 * [Upstream] HID: magicmouse: add param for scroll speed
17580 * [Upstream] HID: magicmouse: enable horizontal scrolling
17581
17582 [ Henrik Rydberg ]
17583
17584 * [Upstream] Input: evdev - convert to dynamic event buffer
17585 * [Upstream] Input: evdev - use driver hint to compute size of event
17586 buffer
17587 * [Upstream] Input: bcm5974 - set the average number of events per MT
17588 event packet
17589 * [Upstream] Input: hid-input - use a larger event buffer for MT devices
17590 * [Upstream] Input: evdev - never leave the client buffer empty after
17591 write
17592
17593 [ John Johansen ]
17594
17595 * SAUCE: AppArmor: -- mainline 2010-06-23
17596 * SAUCE: AppArmor 2.4 compatibility patch
17597 * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion
17598
17599 [ Leann Ogasawara ]
17600
17601 * [Config] Enable CONFIG_INTR_REMAP=y
17602 - LP: #597091
17603 * [Config] Enable CONFIG_X86_X2APIC
17604 - LP: #597091
17605
17606 [ Mathieu J. Poirier ]
17607
17608 * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap
17609 - LP: #594382
17610
17611 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Jun 2010 12:19:48 -0700
17612
17613linux (2.6.35-5.6) maverick; urgency=low
17614
17615 [ Amit Kucheria ]
17616
17617 * [Config] update omap flavour description
17618
17619 [ Andy Whitcroft ]
17620
17621 * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac
17622 - LP: #570500, #576274
17623 * SAUCE: add option to hand off all kernel parameters to init
17624 - LP: #586386
17625 * [Config] enable passing all kernel command line to init
17626 - LP: #586386
17627 * [Config] disable CONFIG_VMI
17628 - LP: #537601
17629 * [Config] enable CONFIG_IPV6_SIT_6RD
17630 - LP: #591869
17631 * [Config] enable CONFIG_VMWARE_BALOON as module
17632 - LP: #592039
17633
17634 [ Leann Ogasawara ]
17635
17636 * Revert "SAUCE: pm: Config option to disable handling of console during
17637 suspend/resume"
17638 - LP: #594885
17639 * [Config] Remove CONFIG_PM_DISABLE_CONSOLE
17640 * [Config] ports: enable passing all kernel command line to init
17641 - LP: #586386
17642 * [Config] Enable CONFIG_FB_VESA=y for x86
17643 * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer
17644 * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer
17645 * [Config] Enable CONFIG_TASK_DELAY_ACCT=y
17646 - LP: #493156
17647
17648 [ Mathieu Poirier ]
17649
17650 * ARM: Adding MosChip MCS7830 to nic-usb
17651 - LP: #584920
17652
17653 [ Upstream Kernel Changes ]
17654
17655 * Revert "[Upstream] docbook: need xmldoclinks for all doc types"
17656 * docbook: need xmldoclinks for all doc types
17657 * perf probe: Add kernel source path option
17658
17659 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jun 2010 08:05:29 -0700
17660
17661linux (2.6.35-4.5) maverick; urgency=low
17662
17663 [ Leann Ogasawara ]
17664
17665 * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer
17666 size (rev2)"
17667 * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)"
17668 * Revert "[Upstream] (evdev) Use multi-reader buffer to save space
17669 (rev4)"
17670 * Revert "SAUCE: drivers: Remove some duplicate device entries in various
17671 modules"
17672 * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID
17673 * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq"
17674 * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id
17675
17676 [ Tim Gardner ]
17677
17678 * [Config] CONFIG_NFS_FSCACHE=y
17679 - LP: #440522
17680 * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y
17681 - LP: #440522
17682
17683 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 Jun 2010 08:43:07 -0700
17684
17685linux (2.6.35-3.4) maverick; urgency=low
17686
17687 [ Andy Whitcroft ]
17688
17689 * debian -- ensure the version number is clean
17690
17691 [ Henrik Rydberg ]
17692
17693 * [Upstream] Introduce MT event slots (rev 5)
17694 * [Upstream] Document the MT event slot protocol (rev5)
17695 * [Upstream] (evdev) Use multi-reader buffer to save space (rev4)
17696 * [Upstream] (evdev) Convert to dynamic event buffer (rev4)
17697 * [Upstream] (evdev) Use driver hint to compute the evdev buffer size
17698 (rev2)
17699
17700 [ Leann Ogasawara ]
17701
17702 * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module"
17703 * Revert "SAUCE: hostap: send events on data interface as well as master
17704 interface"
17705 * Revert "Fix webcam having USB ID 0ac8:303b"
17706 * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver"
17707 * rebase to v2.6.35-rc3
17708
17709 [ Maxim Levitsky ]
17710
17711 * [Config] Enable new Smartmedia/xD translation layer
17712 - LP: #202490
17713
17714 [ Upstream Kernel Changes ]
17715
17716 * net: fix deliver_no_wcard regression on loopback device
17717
17718 [ Upstream changes ]
17719
17720 * rebased to v2.6.35-rc3
17721
17722 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 10 Jun 2010 16:15:22 -0700
17723
17724linux (2.6.35-2.3) maverick; urgency=low
17725
17726 [ Bryan Wu ]
17727
17728 * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO
17729
17730 [ Leann Ogasawara ]
17731
17732 * [Config] armel: Enable CONFIG_BNX2=m
17733 * [Config] ports: Enable CONFIG_BNX2X=m
17734 * SAUCE: armel: define get_dma_ops to fix FTBS
17735
17736 [ Tim Gardner ]
17737
17738 * [Upstream] net: Print num_rx_queues imbalance warning only when there
17739 are allocated queues
17740 - LP: #591416
17741
17742 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 09 Jun 2010 08:27:41 -0700
17743
17744linux (2.6.35-2.2) maverick; urgency=low
17745
17746 [ Andy Whitcroft ]
17747
17748 * [Config] d-i: make armel configuration versatile flavour specific
17749 - LP: #588805
17750 * [Config] d-i: enable .udebs for omap flavour
17751 - LP: #588805
17752
17753 [ Kees Cook ]
17754
17755 * ptrace: limit scope to attach only (allow read)
17756 - LP: #589656
17757
17758 [ Leann Ogasawara ]
17759
17760 * rebase to v2.6.35-rc2
17761 * [Config] update configs following rebase to v2.6.35-rc2
17762 * [Config] update port configs following rebase to v2.6.35-rc2
17763
17764 [ Lee Jones ]
17765
17766 * Enable perf to be more helpful when perf_<version> does not exist.
17767 - LP: #570500
17768 * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs.
17769
17770 [ Tim Gardner ]
17771
17772 * [Config] Update bnx2 udeb firmware files
17773 - LP: #589304
17774
17775 [ Upstream changes ]
17776
17777 * rebased to v2.6.35-rc2
17778
17779 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 07 Jun 2010 09:45:04 -0700
17780
17781linux (2.6.35-1.1) maverick; urgency=low
17782
17783 [ Andy Whitcroft ]
17784
17785 * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601
17786 - LP: #587888
17787 * ubuntu: AUFS -- track changes to the arguements to fop fsync()
17788
17789 [ Leann Ogasawara ]
17790
17791 * rebase to v2.6.35-rc1
17792 * [Config] update configs following rebase to v2.6.35-rc1
17793 * [Config] update port configs following rebase to v2.6.35-rc1
17794 * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free()
17795 * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free()
17796 * SAUCE: ndiswrapper: convert multicast list to list_head
17797 * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL
17798 * [Config] [FTBS] ia64: Temporarily disable gpiolib
17799 * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS
17800 * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB
17801 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO
17802 * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO
17803 * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155
17804 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI
17805 * [Config] [FTBS] armel: Temporarily disable bnx2
17806 * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE
17807 * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm
17808 * SAUCE: [FTBS] armel: include linux/dma-mapping.h
17809 * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with
17810 gpio_set_debounce
17811
17812 [ Upstream Kernel Changes ]
17813
17814 * of/usb: fix build error due to of_node pointer move
17815 * n2_crypto: Fix build after of_device/of_platform_driver changes.
17816 * powerpc/fsl-booke: fix the case where we are not in the first page
17817 * powerpc/fsl-booke: Move the entry setup code into a seperate file
17818 * powerpc/kexec: Add support for FSL-BookE
17819 * greth: Fix build after OF device conversions.
17820
17821 [ Upstream changes ]
17822
17823 * rebased to v2.6.35-rc1
17824
17825 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 04 Jun 2010 23:01:52 -0700
17826
17827linux (2.6.35-1.0) UNRELEASED; urgency=low
17828
17829 [ Leann Ogasawara ]
17830
17831 * Null entry.
17832
17833 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 15:17:41 -0700
17834
17835linux (2.6.34-5.14) maverick; urgency=low
17836
17837 [ Tim Gardner ]
17838
17839 * [Config] Added module inclusion support
17840 * [Config] Added virtual flavour module inclusion list and d-i package
17841 definitions
17842
17843 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 12:58:14 -0700
17844
17845linux (2.6.34-5.13) maverick; urgency=low
17846
17847 [ Andy Whitcroft ]
17848
17849 * Revert "ubuntu: AUFS -- aufs2 20091209"
17850 * Revert "ubuntu: AUFS -- export various core functions
17851 (aufs2-standalone.patch)"
17852 * Revert "ubuntu: AUFS -- export various core functions
17853 (aufs2-base.patch)"
17854 * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34
17855 - LP: #587888
17856 * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34
17857 - LP: #587888
17858 * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601
17859 - LP: #587888
17860 * [Config] AUFS -- enable aufs options
17861 - LP: #587888
17862
17863 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 01 Jun 2010 08:56:43 -0700
17864
17865linux (2.6.34-5.12) maverick; urgency=low
17866
17867 [ Andy Whitcroft ]
17868
17869 * enforce -- ensure SYSFS compatibility is disabled
17870
17871 [ Chase Douglas ]
17872
17873 * build with libdw-dev for perf probe symbol support
17874 * maverick ftrace configuration changes
17875
17876 [ Kees Cook ]
17877
17878 * Revert "SAUCE: x86: brk away from exec rand area"
17879 * Revert "SAUCE: [um] Don't use nx_enabled under UML"
17880 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
17881 * SAUCE: x86: implement cs-limit nx-emulation for ia32
17882 - LP: #369978
17883 * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
17884 * SAUCE: x86: brk away from exec rand area
17885 - LP: #452175
17886 * SAUCE: ptrace: restrict ptrace scope to children
17887
17888 [ Leann Ogasawara ]
17889
17890 * Add new omap flavour to getabis
17891 * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs
17892 - LP: #585490
17893 * build/modules: Temorarily add ignore.modules
17894 * ubuntu: iscsitarget -- version 1.4.20.1
17895
17896 [ Loïc Minier ]
17897
17898 * SAUCE: [um] Don't use nx_enabled under UML
17899 - LP: #524849
17900
17901 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 May 2010 08:27:17 -0700
17902
17903linux (2.6.34-4.11) maverick; urgency=low
17904
17905 [ Amit Kucheria ]
17906
17907 * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files
17908 * [Config] Add support for OMAP-mainline flavour
17909
17910 [ Andy Whitcroft ]
17911
17912 * SAUCE: powerpc: fix compile error when ptrace.h is included from
17913 userspace
17914 - LP: #583733
17915
17916 [ Chase Douglas ]
17917
17918 * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers
17919 are present"
17920 * Revert "SAUCE: Disable function tracing after hitting __schedule_bug"
17921 * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing
17922 load detect pipe"
17923
17924 [ Kees Cook ]
17925
17926 * SAUCE: fs: block cross-uid sticky symlinks
17927 * SAUCE: fs: block hardlinks to non-accessible sources
17928
17929 [ Koen Kooi ]
17930
17931 * SAUCE: board-omap3-beagle: add DSS2 support
17932
17933 [ Leann Ogasawara ]
17934
17935 * Revert "staging/go7007 -- disable"
17936 * Revert "[Config] staging/winbond -- disable"
17937 * Revert "Disable 4MB page tables for Atom, work around errata AAE44"
17938 * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount"
17939 * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit
17940 controller"
17941 * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT"
17942 * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros"
17943 * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps"
17944 * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B
17945 chipsets."
17946 * Revert "[Upstream] b43: Declare all possible firmware files."
17947 * Revert "add Breaks: against hardy lvm2"
17948 * Revert "SAUCE: Guest OS does not recognize a lun with non zero target
17949 id on Vmware ESX Server"
17950 * Revert "SAUCE: Catch nonsense keycodes and silently ignore"
17951 * [Config] Enable CONFIG_ECRYPT_FS=y for ports
17952 * [Config] Enable CONFIG_USB=y for armel and sparc
17953 * [Config] Enable CONFIG_SCSI=y for ia64 and sparc
17954 * [Config] Enable CONFIG_RFKILL=y for ports
17955 * [Config] Enable CONFIG_ATH9K_DEBUGFS=y
17956 * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y
17957 * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y
17958 * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y
17959 * [Config] Enable CONFIG_LIBERTAS_MESH=y
17960 * [Config] Enable CONFIG_MMC_RICOH_MMC=y
17961 * [Config] CONFIG_RT2800USB_UNKNOWN=y
17962 * [Config] Enable CONFIG_VGA_SWITCHEROO=y
17963 * [Config] Enable CONFIG_CEPH_FS=m
17964 * [Config] Enable CONFIG_CRYPTO_PCRYPT=m
17965 * [Config] Enable CONFIG_EEEPC_WMI=m
17966 * [Config] Enable CONFIG_RT2800PCI=m
17967 * [Config] Enable CONFIG_SCSI_HPSA=m
17968 * [Config] Enable CONFIG_VHOST_NET=m
17969 * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default
17970 - LP: #582350
17971 * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS
17972 - LP: #579300
17973 * [Config] Enable CONFIG_PCIEASPM=y
17974 - LP: #333990
17975 * [Config] updateconfigs for OMAP flavour
17976
17977 [ Loïc Minier ]
17978
17979 * Enable perf tools on armel
17980
17981 [ Tim Gardner ]
17982
17983 * SAUCE: Updated ndiswrapper to 1.56
17984 - LP: #582555
17985 * [Config] Added virtual flavour
17986 * [Config] Remove support for sub-flavours
17987 * [Config] Removed amd64 preempt flavour
17988 * [Config] updateconfigs, updateportsconfigs after flavour munging
17989
17990 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 25 May 2010 09:34:55 -0700
17991
17992linux (2.6.34-3.10) maverick; urgency=low
17993
17994 [ Leann Ogasawara ]
17995
17996 * rebase to v2.6.34
17997
17998 [ Upstream changes ]
17999
18000 * rebased to v2.6.34
18001
18002 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 18 May 2010 17:35:35 -0700
18003
18004linux (2.6.34-2.9) maverick; urgency=low
18005
18006 [ Leann Ogasawara ]
18007
18008 * [Config] [FTBS] Disable comedi for armel
18009
18010 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 23:20:55 +0200
18011
18012linux (2.6.34-2.8) maverick; urgency=low
18013
18014 [ Leann Ogasawara ]
18015
18016 * Drop lpia
18017 * [Config] [FTBS] disable KVM
18018 * [Config] [FTBS] disable ipr for armel
18019
18020 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 16:07:52 +0200
18021
18022linux (2.6.34-2.7) maverick; urgency=low
18023
18024 [ Leann Ogasawara ]
18025
18026 * [Config] disable CONFIG_SCSI_IPR on powerpc
18027 * [Config] Remove 386 flavour per UDS discussion
18028
18029 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 May 2010 18:26:43 +0200
18030
18031linux (2.6.34-1.6) maverick; urgency=low
18032
18033 [ Chase Douglas ]
18034
18035 * enforce CONFIG_TMPFS_POSIX_ACL=y
18036 - LP: #575940
18037 * don't force module dependency checking
18038 - LP: #577029
18039
18040 [ Kees Cook ]
18041
18042 * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write
18043 - LP: #568844
18044
18045 [ Leann Ogasawara ]
18046
18047 * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL"
18048 * rebase to v2.6.34-rc7
18049 * [Config] update configs following rebase to v2.6.34-rc7
18050 * [Config] update port configs following rebase to v2.6.34-rc7
18051 * Add btrfs to the udebs
18052
18053 [ Tim Gardner ]
18054
18055 * [Config] Add atl1c to nic-modules udeb
18056 - LP: #557130
18057
18058 [ Upstream changes ]
18059
18060 * rebased to v2.6.34-rc7
18061
18062 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 11 May 2010 11:29:08 +0200
18063
18064linux (2.6.34-1.5) UNRELEASED; urgency=low
18065
18066 [ Leann Ogasawara ]
18067
18068 * rebase to v2.6.34-rc6
18069 * [Config] update configs following rebase to v2.6.34-rc6
18070 * [Config] update port configs following rebase to v2.6.34-rc6
18071
18072 [ Upstream changes ]
18073
18074 * rebased to v2.6.34-rc6
18075
18076 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Apr 2010 15:54:05 +0100
18077
18078linux (2.6.34-1.4) UNRELEASED; urgency=low
18079
18080 [ Leann Ogasawara ]
18081
18082 * rebase to v2.6.34-rc5
18083 * [Config] update ports configs following rebase to v2.6.34-rc5
18084
18085 [ Upstream changes ]
18086
18087 * rebased to v2.6.34-rc5
18088
18089 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 22 Apr 2010 15:36:12 -0700
18090
18091linux (2.6.34-1.3) UNRELEASED; urgency=low
18092
18093 [ Leann Ogasawara ]
18094
18095 * rebase to v2.6.34-rc4
18096 * [Config] update configs following rebase to v2.6.34-rc4
18097 * [Config] update port configs following rebase to v2.6.34-rc4
18098 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4
18099
18100 [ Upstream changes ]
18101
18102 * rebased to v2.6.34-rc4
18103
18104 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Apr 2010 18:33:44 -0700
18105
18106linux (2.6.34-1.2) UNRELEASED; urgency=low
18107
18108 [ Leann Ogasawara ]
18109
18110 * Temorarily disable building linux-doc
18111 * rebase to v2.6.34-rc3
18112 * [Config] update configs following rebase to v2.6.34-rc3
18113 * [Config] update port configs following rebase to v2.6.34-rc3
18114
18115 [ Upstream changes ]
18116
18117 * rebased to v2.6.34-rc3
18118
18119 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 30 Mar 2010 16:55:44 -0700
18120
18121linux (2.6.34-1.1) UNRELEASED; urgency=low
18122
18123 [ Leann Ogasawara ]
18124
18125 * rebase to v2.6.34-rc2
18126 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2
18127 * [Config] update port configs following rebase to v2.6.34-rc2
18128 * [Config] update configs following rebase to v2.6.34-rc2
18129
18130 [ Upstream changes ]
18131
18132 * rebased to v2.6.34-rc2
18133
18134 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 24 Mar 2010 23:00:39 -0700
18135
18136linux (2.6.33-1.1) UNRELEASED; urgency=low
18137
18138 [ Leann Ogasawara ]
18139
18140 * ubuntu: dm-raid4-5 -- update to compile with 2.6.33
18141 * ubuntu: lirc -- drop explicit include of linux/autoconf.h
18142 * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock
18143 * ubuntu: lirc -- rename kfifo_put and kfifo_get
18144 * ubuntu: iscsitarget -- rename daddr inet_sock field
18145 * rebased to v2.6.33
18146 * [Config] update configs following rebase to v2.6.33
18147 * [Config] update ports configs following rebase to v2.6.33
18148
18149 [ Upstream changes ]
18150
18151 * rebased to v2.6.33
18152
18153 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 23 Mar 2010 03:55:46 -0700
18154
18155linux (2.6.33-0.0) UNRELEASED; urgency=low
18156
18157 [ Leann Ogasawara ]
18158
18159 * Null entry.
18160
18161 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 17 Mar 2010 07:48:56 -0700
18162
18163linux (2.6.32-16.25) lucid; urgency=low
18164
18165 [ Andy Whitcroft ]
18166
18167 * linux-tools -- move to Suggests: with explicit seeding
18168 - LP: #534635
18169
18170 [ Tim Gardner ]
18171
18172 * [Config] CONFIG_HID=m
18173
18174 [ Upstream Kernel Changes ]
18175
18176 * (pre-stable) sched: Fix SMT scheduler regression in
18177 find_busiest_queue()
18178 * KVM: introduce kvm_vcpu_on_spin
18179 * KVM: VMX: Add support for Pause-Loop Exiting
18180
18181 -- Andy Whitcroft <apw@canonical.com> Tue, 09 Mar 2010 14:13:51 +0000
18182
18183linux (2.6.32-16.24) lucid; urgency=low
18184
18185 [ Andy Whitcroft ]
18186
18187 * armel -- perf userspace does not support arm
18188 * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries
18189
18190 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Mar 2010 11:42:12 +0000
18191
18192linux (2.6.32-16.23) lucid; urgency=low
18193
18194 [ Andy Whitcroft ]
18195
18196 * SAUCE: PM report driver and device suspend/resume times -- move config
18197 * update to standards version 3.8.4.0
18198 * printenv -- expose all of the package selectors
18199 * source package -- cleanup source content control
18200 * doc package -- ensure we do build package content on buildd
18201 * lintian -- correct the address in the debian/copyright
18202 * lintian -- update debhelper package version dependancy
18203 * lintian -- fix ghostscript dependancy
18204 * lintian -- add required misc:Depends
18205 * lintian -- move our debhelper compat level to debian/compat
18206 * perf -- build the kernel carried tools
18207 * perf -- add linux-tools carrying the version switches and manuals
18208 * SAUCE: fix up Kconfig for staging drivers
18209 * [Config] enable NOUVEAU etc following drm backport
18210 * update DRM to mainline v2.6.33
18211 * [Config] Remove AppArmor config options that no longer exist (ports)
18212 * [Config] updateportsconfigs following drm update
18213
18214 [ John Johansen ]
18215
18216 * ubuntu: AppArmor -- update to mainline 2010-03-04
18217 * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility
18218 * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels
18219 * [Config] Remove AppArmor config options that no longer exist
18220
18221 [ Manoj Iyer ]
18222
18223 * ubuntu: rtl8192se -- version 2010-0115,0014
18224 - LP: #530275
18225 * [Config] added CONFIG_RTL8192SE module.
18226 - LP: #530275
18227
18228 [ Tim Gardner ]
18229
18230 * [Config] Added vmw_pvscsi to d-i/scsi-modules
18231 - LP: #531017
18232 * [Upstream] netfilter: xt_recent: Add an entry reaper
18233
18234 [ Upstream Kernel Changes ]
18235
18236 * Revert "KVM: x86 emulator: Check CPL level during privilege instruction
18237 emulation"
18238 * Revert "KVM: x86 emulator: Fix popf emulation"
18239 * Revert "KVM: x86 emulator: Check IOPL level during io instruction
18240 emulation"
18241 * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation"
18242 * Revert "KVM: fix memory access during x86 emulation."
18243 * Add vlan (8021.Q) module package for d-i.
18244 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
18245 Inspiron 700m
18246 - LP: #515246
18247 * [Upstream] docbook: need xmldoclinks for all doc types
18248 * x86: set_personality_ia32() misses force_personality32
18249 * lib: Introduce generic list_sort function
18250 * drm/nv50: Implement ctxprog/state generation.
18251 * drm/nv50: Remove redundant/incorrect ctxvals initialisation.
18252 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
18253 Inspiron 700m
18254 - LP: #515246
18255
18256 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Mar 2010 15:40:38 +0000
18257
18258linux (2.6.32-15.22) lucid; urgency=low
18259
18260 [ Andy Whitcroft ]
18261
18262 * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT"
18263 * Revert "SAUCE: PM report driver and device suspend/resume times."
18264 * [Config] set CONFIG_SR_REPORT_TIME_LIMIT
18265
18266 [ Manoj Iyer ]
18267
18268 * SAUCE: PM report driver and device suspend/resume times.
18269
18270 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Mar 2010 01:35:37 +0000
18271
18272linux (2.6.32-15.21) lucid; urgency=low
18273
18274 [ Andy Whitcroft ]
18275
18276 * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k"
18277 * Revert "[Config] lenovo-sl-laptop -- enable"
18278 * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)"
18279 * armel -- cramfs module will no longer be built
18280 * d-i -- make all modules optional
18281 * rename the debug packages to match archive standard
18282 - LP: #527837
18283 * lenovo-sl-laptop is no longer built
18284
18285 [ Colin Ian King ]
18286
18287 * Disable 4MB page tables for Atom, work around errata AAE44
18288 - LP: #523112
18289
18290 [ Colin Watson ]
18291
18292 * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS
18293 * ubuntu: fsam7400: Depend on CHECK_SIGNATURE
18294
18295 [ Jesse Barnes ]
18296
18297 * SAUCE: drm/i915: don't change DRM configuration when releasing load
18298 detect pipe
18299 - LP: #488328
18300
18301 [ Loïc Minier ]
18302
18303 * [Config] armel Update versatile initrd configs
18304 - LP: #524893
18305 * SAUCE: [um] Don't use nx_enabled under UML
18306 - LP: #524849
18307
18308 [ Manoj Iyer ]
18309
18310 * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT
18311
18312 [ Mario Limonciello ]
18313
18314 * SAUCE: v3 - Add Dell Business Class Netbook LED driver
18315
18316 [ Rafael J. Wysocki ]
18317
18318 * SAUCE: PM report driver and device suspend/resume times.
18319
18320 [ Surbhi Palande ]
18321
18322 * Revert "[Upstream] e1000e: enhance frame fragment detection"
18323 - CVE-2009-4538
18324 * Revert "[Upstream] e1000: enhance frame fragment detection"
18325 - CVE-2009-4536
18326
18327 [ Tim Gardner ]
18328
18329 * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m
18330 * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow
18331 * SAUCE: (pre-stable) netfilter: xt_recent: fix false match
18332
18333 [ Upstream Kernel Changes ]
18334
18335 * Revert "(pre-stable) eCryptfs: Add getattr function"
18336 * Fix potential crash with sys_move_pages
18337 * futex_lock_pi() key refcnt fix
18338 * futex: Handle user space corruption gracefully
18339 * futex: Handle futex value corruption gracefully
18340 * Fix race in tty_fasync() properly
18341 * hwmon: (w83781d) Request I/O ports individually for probing
18342 * hwmon: (lm78) Request I/O ports individually for probing
18343 * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT
18344 * ALSA: ctxfi - fix PTP address initialization
18345 * drm/i915: disable hotplug detect before Ironlake CRT detect
18346 * drm/i915: enable self-refresh on 965
18347 * drm/i915: Disable SR when more than one pipe is enabled
18348 * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.
18349 * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list
18350 * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
18351 * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list
18352 * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.
18353 * i2c-tiny-usb: Fix on big-endian systems
18354 * drm/i915: handle FBC and self-refresh better
18355 * drm/i915: Increase fb alignment to 64k
18356 * drm/i915: Update write_domains on active list after flush.
18357 * regulator: Fix display of null constraints for regulators
18358 * ALSA: hda-intel: Avoid divide by zero crash
18359 * CPUFREQ: Fix use after free of struct powernow_k8_data
18360 * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb
18361 * cciss: Make cciss_seq_show handle holes in the h->drv[] array
18362 * ioat: fix infinite timeout checking in ioat2_quiesce
18363 * resource: add helpers for fetching rlimits
18364 * fs/exec.c: restrict initial stack space expansion to rlimit
18365 * cifs: fix length calculation for converted unicode readdir names
18366 * NFS: Fix a reference leak in nfs_wb_cancel_page()
18367 * NFS: Try to commit unstable writes in nfs_release_page()
18368 * NFSv4: Don't allow posix locking against servers that don't support it
18369 * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors
18370 * NFS: Fix an Oops when truncating a file
18371 * NFS: Fix a umount race
18372 * NFS: Fix a bug in nfs_fscache_release_page()
18373 * NFS: Fix the mapping of the NFSERR_SERVERFAULT error
18374 * md: fix 'degraded' calculation when starting a reshape.
18375 * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter
18376 * Export the symbol of getboottime and mmonotonic_to_bootbased
18377 * kvmclock: count total_sleep_time when updating guest clock
18378 * KVM: PIT: control word is write-only
18379 * tpm_infineon: fix suspend/resume handler for pnp_driver
18380 * amd64_edac: Do not falsely trigger kerneloops
18381 * netfilter: nf_conntrack: fix memory corruption with multiple namespaces
18382 * netfilter: nf_conntrack: per netns nf_conntrack_cachep
18383 * netfilter: nf_conntrack: restrict runtime expect hashsize modifications
18384 * netfilter: xtables: compat out of scope fix
18385 * netfilter: nf_conntrack: fix hash resizing with namespaces
18386 * drm/i915: remove full registers dump debug
18387 * drm/i915: add i915_lp_ring_sync helper
18388 * drm/i915: Don't wait interruptible for possible plane buffer flush
18389 * dasd: remove strings from s390dbf
18390 * crypto: padlock-sha - Add import/export support
18391 * wmi: Free the allocated acpi objects through wmi_get_event_data
18392 * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value
18393 * /dev/mem: introduce size_inside_page()
18394 * devmem: check vmalloc address on kmem read/write
18395 * devmem: fix kmem write bug on memory holes
18396 * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead
18397 of value 0.
18398 * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB
18399 * ALSA: hda - use WARN_ON_ONCE() for zero-division detection
18400 * dst: call cond_resched() in dst_gc_task()
18401 * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support
18402 * befs: fix leak
18403 * rtc-fm3130: add missing braces
18404 * Call flush_dcache_page after PIO data transfers in libata-sff.c
18405 * ahci: add Acer G725 to broken suspend list
18406 * pktgen: Fix freezing problem
18407 * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
18408 * x86/amd-iommu: Fix deassignment of a device from the pt_domain
18409 * x86: Re-get cfg_new in case reuse/move irq_desc
18410 * Staging: fix rtl8187se compilation errors with mac80211
18411 * ALSA: usb-audio - Avoid Oops after disconnect
18412 * serial: 8250: add serial transmitter fully empty test
18413 * sysfs: sysfs_sd_setattr set iattrs unconditionally
18414 * class: Free the class private data in class_release
18415 * USB: usbfs: only copy the actual data received
18416 * USB: usbfs: properly clean up the as structure on error paths
18417 * rtl8187: Add new device ID
18418 * ACPI: Add NULL pointer check in acpi_bus_start
18419 * ACPI: fix High cpu temperature with 2.6.32
18420 * drm/radeon/kms: use udelay for short delays
18421 * NFS: Too many GETATTR and ACCESS calls after direct I/O
18422 * eCryptfs: Add getattr function
18423 * b43: Fix throughput regression
18424 * ath9k: Fix sequence numbers for PAE frames
18425 * mac80211: Fix probe request filtering in IBSS mode
18426 * iwlwifi: Fix to set correct ht configuration
18427 * dm stripe: avoid divide by zero with invalid stripe count
18428 * dm log: userspace fix overhead_size calcuations
18429 * Linux 2.6.32.9
18430 * sfc: Fix SFE4002 initialisation
18431 * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()
18432 * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances
18433 * (pre-stable) HID: handle joysticks with large number of buttons
18434 - LP: #492056
18435 * (pre-stable) HID: extend mask for BUTTON usage page
18436 - LP: #492056
18437 * PM: Measure device suspend and resume times
18438 * e1000: enhance frame fragment detection
18439 - CVE-2009-4536
18440 * e1000e: enhance frame fragment detection
18441 - CVE-2009-4538
18442 * KVM: fix memory access during x86 emulation.
18443 - CVE-2010-0306
18444 * KVM: x86 emulator: Add Virtual-8086 mode of emulation
18445 - CVE-2010-0306
18446 * KVM: x86 emulator: Check IOPL level during io instruction emulation
18447 - CVE-2010-0306
18448 * KVM: x86 emulator: Fix popf emulation
18449 - CVE-2010-0306
18450 * KVM: x86 emulator: Check CPL level during privilege instruction
18451 emulation
18452 - CVE-2010-0306
18453 * Input: wacom - ensure the device is initialized properly upon resume
18454 * Input: wacom - add defines for packet lengths of various devices
18455 * Input: wacom - add support for new LCD tablets
18456 - LP: #516777
18457
18458 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Mar 2010 22:56:28 +0000
18459
18460linux (2.6.32-14.20) lucid; urgency=low
18461
18462 [ Andy Whitcroft ]
18463
18464 * rebuild following the GCC update to match compiler for out of tree modules
18465 * Revert "[Config] drbd -- enable"
18466 * Revert "ubuntu: drbd -- version 8.3.1"
18467 * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU
18468 - LP: #510937
18469
18470 -- Andy Whitcroft <apw@canonical.com> Fri, 19 Feb 2010 18:47:18 +0000
18471
18472linux (2.6.32-14.19) lucid; urgency=low
18473
18474 [ Andy Whitcroft ]
18475
18476 * ensure we build the source package contents when enabled
18477 - LP: #522308
18478 * [Config] enable CONFIG_X86_MCE_XEON75XX
18479 * SAUCE: AppArmor -- add linux/kref.h for struct kref
18480 * [Config] enable CONFIG_HID_ORTEK
18481 * enable udeb generation for arm versatile flavour
18482 - LP: #522515
18483
18484 [ John Johansen ]
18485
18486 * ubuntu: AppArmor -- update to mainline 2010-02-18
18487 - LP: #439560, #496110, #507069
18488
18489 [ Johnathon Harris ]
18490
18491 * SAUCE: HID: add support for Ortek WKB-2000
18492 - LP: #405390
18493
18494 [ Upstream Kernel Changes ]
18495
18496 * tpm_tis: TPM_STS_DATA_EXPECT workaround
18497 - LP: #490487
18498 * x86, mce: Xeon75xx specific interface to get corrected memory error
18499 information
18500 * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll
18501 * x86, mce: Make xeon75xx memory driver dependent on PCI
18502 * drm/edid: Unify detailed block parsing between base and extension
18503 blocks
18504 - LP: #500999
18505 * (pre-stable) eCryptfs: Add getattr function
18506 - LP: #390833
18507
18508 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Feb 2010 19:22:02 +0000
18509
18510linux (2.6.32-13.18) lucid; urgency=low
18511
18512 [ Andy Whitcroft ]
18513
18514 * Revert "enforcer -- make the enforcement configuration common"
18515 * Revert "(pre-stable) Input: ALPS - add interleaved protocol support
18516 (Dell E6x00 series)"
18517 * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390"
18518 * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to
18519 0755"
18520 * Revert "SAUCE: Adds support for COMPAL JHL90 webcam"
18521 * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching"
18522 * Revert "SAUCE: make fc transport removal of target configurable"
18523 * enforcer -- make the enforcement configuration common
18524 * getabis -- add preempt flavour to the list
18525 * [Config] enforce DEVTMPFS options
18526 * [Config] armel -- cleanup to-be builtin modules
18527 * [Config] cleanup ports configs
18528 * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL
18529 - LP: #485536
18530 * add printdebian target to find branch target
18531 * distclean -- do not remove debian.env
18532 * [Config] generic-pae switch to M586TSC
18533 - LP: #519448
18534 * git-ubuntu-log -- commonise duplicated log handling
18535 * git-ubuntu-log -- tighten up Bug: NNNN matching
18536 * git-ubuntu-log -- sort the bug numbers
18537
18538 [ Chris Wilson ]
18539
18540 * (pre-stable) drm/i915: Increase fb alignment to 64k
18541 - LP: #404064
18542
18543 [ Eric Miao ]
18544
18545 * arm -- enable ubuntu/ directory
18546
18547 [ Huang Ying ]
18548
18549 * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation
18550 * SAUCE: crypto: ghash-intel - Fix building failure on x86_32
18551
18552 [ Loïc Minier ]
18553
18554 * [Config] cleanup preempt configuration
18555 * [Config] versatile: Fix video output
18556 - LP: #517594
18557 * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768
18558 * [Config] Large update to armel/versatile
18559 * [Config] versatile: Add RTC support
18560 * [Config] armel: Enable NEON
18561 * [Config] versatile: Builtin MMC support
18562 * [Config] versatile Builtin SCSI controller
18563 * [Config] armel Disable dma_cache_sync callers
18564 * [Config] armel Disable asm/time.h users
18565 * [Config] armel Disable out of range udelay()
18566 * [Config] armel Disable flush_cache_range() users
18567 * [Config] armel -- Enable ubuntu/ drivers
18568
18569 [ Steve Conklin ]
18570
18571 * SAUCE: drm/i915: Add display hotplug event on Ironlake
18572 * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake
18573
18574 [ Upstream Kernel Changes ]
18575
18576 * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support"
18577 * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions
18578 in IRQ handler""
18579 * clockevent: Don't remove broadcast device when cpu is dead
18580 * clockevents: Add missing include to pacify sparse
18581 * ACPI: don't cond_resched if irq is disabled
18582 * be2net: Add support for next generation of BladeEngine device.
18583 * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.
18584 * mpt2sas: New device SAS2208 support is added
18585 * ar9170: Add support for D-Link DWA 160 A2
18586 * powerpc/fsl: Add PCI device ids for new QoirQ chips
18587 * davinci: dm646x: Add support for 3.x silicon revision
18588 * Input: ALPS - add interleaved protocol support (Dell E6x00 series)
18589 * Driver-Core: devtmpfs - set root directory mode to 0755
18590 * driver-core: fix devtmpfs crash on s390
18591 * vfs: get_sb_single() - do not pass options twice
18592 * ALSA: hda - Add PCI IDs for Nvidia G2xx-series
18593 * V4L/DVB (13569): smsusb: add autodetection support for five additional
18594 Hauppauge USB IDs
18595 * USB: mos7840: add device IDs for B&B electronics devices
18596 * USB: ftdi_sio: add USB device ID's for B&B Electronics line
18597 * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134
18598 SubVendor ID: 0x1043 Device ID: 0x4847)
18599 * iTCO_wdt: Add support for Intel Ibex Peak
18600 * atl1c:use common_task instead of reset_task and link_chg_task
18601 * atl1e:disable NETIF_F_TSO6 for hardware limit
18602 * V4L/DVB (13680a): DocBook/media: copy images after building HTML
18603 * V4L/DVB (13680b): DocBook/media: create links for included sources
18604 * netfilter: xtables: fix conntrack match v1 ipt-save output
18605 * partitions: read whole sector with EFI GPT header
18606 * partitions: use sector size for EFI GPT
18607 * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@
18608 * sched: Fix isolcpus boot option
18609 * sched: Fix missing sched tunable recalculation on cpu add/remove
18610 * nohz: Prevent clocksource wrapping during idle
18611 * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups
18612 * timers, init: Limit the number of per cpu calibration bootup messages
18613 * PCI: Always set prefetchable base/limit upper32 registers
18614 * iscsi class: modify handling of replacement timeout
18615 * NFS: Revert default r/wsize behavior
18616 * HID: fixup quirk for NCR devices
18617 * scsi_devinfo: update Hitachi entries (v2)
18618 * scsi_dh: create sysfs file, dh_state for all SCSI disk devices
18619 * scsi_transport_fc: remove invalid BUG_ON
18620 * lpfc: fix hang on SGI ia64 platform
18621 * libfc: fix typo in retry check on received PRLI
18622 * libfc: fix ddp in fc_fcp for 0 xid
18623 * fcoe: remove redundant checking of netdev->netdev_ops
18624 * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN
18625 * libfc: lport: fix minor documentation errors
18626 * libfc: don't WARN_ON in lport_timeout for RESET state
18627 * fcoe: initialize return value in fcoe_destroy
18628 * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data
18629 * libfc: fix memory corruption caused by double frees and bad error
18630 handling
18631 * libfc: fix free of fc_rport_priv with timer pending
18632 * libfc: remote port gets stuck in restart state without really
18633 restarting
18634 * fcoe, libfc: fix an libfc issue with queue ramp down in libfc
18635 * fcoe: Fix checking san mac address
18636 * fcoe: Fix getting san mac for VLAN interface
18637 * qlge: Remove explicit setting of PCI Dev CTL reg.
18638 * qlge: Set PCIE max read request size.
18639 * qlge: Don't fail open when port is not initialized.
18640 * qlge: Add handler for DCBX firmware event.
18641 * qlge: Bonding fix for mode 6.
18642 * PCI: AER: fix aer inject result in kernel oops
18643 * DMI: allow omitting ident strings in DMI tables
18644 * Input: i8042 - remove identification strings from DMI tables
18645 * Input: i8042 - add Gigabyte M1022M to the noloop list
18646 * Input: i8042 - add Dritek quirk for Acer Aspire 5610.
18647 * ALSA: hda - select IbexPeak handler for Calpella
18648 * ALSA: hda - Fix quirk for Maxdata obook4-1
18649 * ALSA: hda - Add missing Line-Out and PCM switches as slave
18650 * iTCO_wdt.c - cleanup chipset documentation
18651 * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC
18652 * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs
18653 * ahci: disable SNotification capability for ich8
18654 * ata_piix: fix MWDMA handling on PIIX3
18655 * md: fix small irregularity with start_ro module parameter
18656 * V4L/DVB (13826): uvcvideo: Fix controls blacklisting
18657 * cio: fix double free in case of probe failure
18658 * cio: dont panic in non-fatal conditions
18659 * netiucv: displayed TX bytes value much too high
18660 * ipc ns: fix memory leak (idr)
18661 * ALSA: hda - Fix HP T5735 automute
18662 * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog
18663 * UBI: fix memory leak in update path
18664 * UBI: initialise update marker
18665 * ASoC: fix a memory-leak in wm8903
18666 * mac80211: check that ieee80211_set_power_mgmt only handles STA
18667 interfaces.
18668 * cfg80211: fix channel setting for wext
18669 * KVM: S390: fix potential array overrun in intercept handling
18670 * KVM: only allow one gsi per fd
18671 * KVM: Fix race between APIC TMR and IRR
18672 * KVM: MMU: bail out pagewalk on kvm_read_guest error
18673 * KVM: x86: Fix host_mapping_level()
18674 * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
18675 * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
18676 * KVM: fix lock imbalance in kvm_*_irq_source_id()
18677 * KVM: only clear irq_source_id if irqchip is present
18678 * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()
18679 * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC
18680 * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
18681 - LP: #516325
18682 * iwlwifi: Fix throughput stall issue in HT mode for 5000
18683 * fnctl: f_modown should call write_lock_irqsave/restore
18684 * x86, msr/cpuid: Pass the number of minors when unregistering MSR and
18685 CPUID drivers.
18686 * Linux 2.6.32.7
18687 * scsi_lib: Fix bug in completion of bidi commands
18688 * mptsas: Fix issue with chain pools allocation on katmai
18689 * mm: add new 'read_cache_page_gfp()' helper function
18690 * drm/i915: Selectively enable self-reclaim
18691 * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems
18692 * S390: fix single stepped svcs with TRACE_IRQFLAGS=y
18693 * x86: Set hotpluggable nodes in nodes_possible_map
18694 * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)
18695 * libata: retry FS IOs even if it has failed with AC_ERR_INVALID
18696 * zcrypt: Do not remove coprocessor for error 8/72
18697 * dasd: fix possible NULL pointer errors
18698 * ACPI: Add a generic API for _OSC -v2
18699 * ACPI: Add platform-wide _OSC support.
18700 * ACPI: fix OSC regression that caused aer and pciehp not to load
18701 * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes
18702 * UBI: fix volume creation input checking
18703 * e1000/e1000e: don't use small hardware rx buffers
18704 * drm/i915: Reload hangcheck timer too for Ironlake
18705 * Fix a leak in affs_fill_super()
18706 * Fix failure exits in bfs_fill_super()
18707 * fix oops in fs/9p late mount failure
18708 * fix leak in romfs_fill_super()
18709 * Fix remount races with symlink handling in affs
18710 * fix affs parse_options()
18711 * Fix failure exit in ipathfs
18712 * mm: fix migratetype bug which slowed swapping
18713 * FDPIC: Respect PT_GNU_STACK exec protection markings when creating
18714 NOMMU stack
18715 * Split 'flush_old_exec' into two functions
18716 * sparc: TIF_ABI_PENDING bit removal
18717 * x86: get rid of the insane TIF_ABI_PENDING bit
18718 * Input: winbond-cir - remove dmesg spam
18719 * x86: Disable HPET MSI on ATI SB700/SB800
18720 * iwlwifi: set default aggregation frame count limit to 31
18721 * drm/i915: only enable hotplug for detected outputs
18722 * firewire: core: add_descriptor size check
18723 * SECURITY: selinux, fix update_rlimit_cpu parameter
18724 * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints
18725 * x86: Add Dell OptiPlex 760 reboot quirk
18726 - LP: #488319
18727 * x86: Add quirk for Intel DG45FC board to avoid low memory corruption
18728 * x86/amd-iommu: Fix possible integer overflow
18729 * clocksource: fix compilation if no GENERIC_TIME
18730 * tcp: update the netstamp_needed counter when cloning sockets
18731 * sky2: Fix oops in sky2_xmit_frame() after TX timeout
18732 * net: restore ip source validation
18733 * af_packet: Don't use skb after dev_queue_xmit()
18734 * ax25: netrom: rose: Fix timer oopses
18735 * KVM: allow userspace to adjust kvmclock offset
18736 * oprofile/x86: add Xeon 7500 series support
18737 * oprofile/x86: fix crash when profiling more than 28 events
18738 * libata: retry link resume if necessary
18739 * mm: percpu-vmap fix RCU list walking
18740 * mm: purge fragmented percpu vmap blocks
18741 * block: fix bio_add_page for non trivial merge_bvec_fn case
18742 * Fix 'flush_old_exec()/setup_new_exec()' split
18743 * random: drop weird m_time/a_time manipulation
18744 * random: Remove unused inode variable
18745 * block: fix bugs in bio-integrity mempool usage
18746 * usb: r8a66597-hdc disable interrupts fix
18747 * connector: Delete buggy notification code.
18748 * be2net: Bug fix to support newer generation of BE ASIC
18749 * be2net: Fix memset() arg ordering.
18750 * mm: flush dcache before writing into page to avoid alias
18751 * mac80211: fix NULL pointer dereference when ftrace is enabled
18752 * imxfb: correct location of callbacks in suspend and resume
18753 * mx3fb: some debug and initialisation fixes
18754 * starfire: clean up properly if firmware loading fails
18755 * kernel/cred.c: use kmem_cache_free
18756 * uartlite: fix crash when using as console
18757 * pktcdvd: removing device does not remove its sysfs dir
18758 * ath9k: fix eeprom INI values override for 2GHz-only cards
18759 * ath9k: fix beacon slot/buffer leak
18760 * powerpc: TIF_ABI_PENDING bit removal
18761 * NET: fix oops at bootime in sysctl code
18762 * Linux 2.6.32.8
18763
18764 -- Andy Whitcroft <apw@canonical.com> Wed, 10 Feb 2010 18:56:52 +0000
18765
18766linux (2.6.32-12.17) lucid; urgency=low
18767
18768 [ Andy Whitcroft ]
18769
18770 * restore linux-image prefix -- master
18771 * enforce -- we require SELINUX enabled -- master
18772 * enforce -- ensure APPARMOR is our default LSM -- master
18773 * make doc package completely optional -- master
18774 * make source package completely optional -- master
18775 * make linux-libc-dev completly optional -- master
18776 * convert package disable to a deps list -- master
18777 * allow common headers to switch from indep to arch -- master
18778 * convert binary package disable to a deps list -- master
18779 * add configuration option for a full source build tree -- master
18780 * add support for uImage kernels in package control scripts
18781 * getabis -- cleanup and parameterise repository list -- master
18782 * getabis -- move configuration to etc/getabi -- master
18783 * kernelconfig -- move configuration to etc -- master
18784 * rules -- make debian/debian.env master for branch name
18785 * set the current branch name -- master
18786 * pull back common debian.master files into debian -- master
18787 * enforcer -- make the enforcement configuration common
18788 * insert-changes -- correctly link to debian/rules in DROOT
18789
18790 [ Colin Watson ]
18791
18792 * future-proof ddeb handling against buildd changes
18793
18794 [ Eric Miao ]
18795
18796 * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on
18797 X86
18798
18799 [ Loïc Minier ]
18800
18801 * Add modules.builtin.bin to prerm rm list
18802 - LP: #516584
18803
18804 [ Tim Gardner ]
18805
18806 * [Config] Implement the amd64 preempt flavour
18807
18808 [ Upstream Kernel Changes ]
18809
18810 * syslog: distinguish between /proc/kmsg and syscalls
18811 - LP: #515623
18812 * sfc: Fix polling for slow MCDI operations
18813 * sfc: Fix conditions for MDIO self-test
18814 * sfc: QT202x: Remove unreliable MMD check at initialisation
18815 * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer
18816 * sfc: Use fixed-size buffers for MCDI NVRAM requests
18817
18818 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2010 07:09:31 +0000
18819
18820linux (2.6.32-12.16) lucid; urgency=low
18821
18822 [ Andy Whitcroft ]
18823
18824 * Revert "SAUCE: acpi battery -- delay first lookup of the battery until
18825 first use"
18826 * SAUCE: acpi battery -- move first lookup asynchronous
18827 - LP: #507211
18828 * [Config] update configs to cleanup generic configs
18829 * [Config] disable CONFIG_X86_CPU_DEBUG for amd64
18830 * [Config] enable USER_NS
18831 - LP: #480739, #509808
18832
18833 [ Heiko Carstens ]
18834
18835 * (pre-stable) driver-core: fix devtmpfs crash on s390
18836 - LP: #512370
18837
18838 [ John Johansen ]
18839
18840 * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y
18841 - LP: #494565
18842 * [Config] VIRTIO=y for server/virtual flavours
18843 - LP: #494565
18844
18845 [ Kay Sievers ]
18846
18847 * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755
18848 - LP: #512370
18849
18850 [ Kees Cook ]
18851
18852 * SAUCE: x86: brk away from exec rand area
18853 - LP: #452175
18854
18855 [ Leann Ogasawara ]
18856
18857 * [Upstream] e1000: enhance frame fragment detection
18858 - CVE-2009-4536
18859 * [Upstream] e1000e: enhance frame fragment detection
18860 - CVE-2009-4538
18861
18862 [ Sebastian Kapfer ]
18863
18864 * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00
18865 series)
18866 - LP: #296610
18867
18868 [ Upstream Kernel Changes ]
18869
18870 * inotify: do not reuse watch descriptors
18871 - LP: #485556
18872 * inotify: only warn once for inotify problems
18873 * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC
18874 Framebuffer"
18875 * memcg: ensure list is empty at rmdir
18876 * drm/i915: remove loop in Ironlake interrupt handler
18877 * block: Fix incorrect reporting of partition alignment
18878 * x86, mce: Thermal monitoring depends on APIC being enabled
18879 * futexes: Remove rw parameter from get_futex_key()
18880 * page allocator: update NR_FREE_PAGES only when necessary
18881 * x86, apic: use physical mode for IBM summit platforms
18882 * edac: i5000_edac critical fix panic out of bounds
18883 * x86: SGI UV: Fix mapping of MMIO registers
18884 * mfd: WM835x GPIO direction register is not locked
18885 * mfd: Correct WM835x ISINK ramp time defines
18886 * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs
18887 * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned.
18888 * reiserfs: truncate blocks not used by a write
18889 * HID: add device IDs for new model of Apple Wireless Keyboard
18890 * PCI/cardbus: Add a fixup hook and fix powerpc
18891 * Input: pmouse - move Sentelic probe down the list
18892 * asus-laptop: add Lenovo SL hotkey support
18893 * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
18894 * sparc64: Fix NMI programming when perf events are active.
18895 * sparc64: Fix Niagara2 perf event handling.
18896 * i2c: Do not use device name after device_unregister
18897 * i2c/pca: Don't use *_interruptible
18898 * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device
18899 * sched: Fix task priority bug
18900 * vfs: Fix vmtruncate() regression
18901 * Linux 2.6.32.5
18902 * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
18903 * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges.
18904 * Staging: asus_oled: fix oops in 2.6.32.2
18905 * Staging: hv: fix smp problems in the hyperv core code
18906 * tty: fix race in tty_fasync
18907 * ecryptfs: use after free
18908 * ecryptfs: initialize private persistent file before dereferencing
18909 pointer
18910 * nozomi: quick fix for the close/close bug
18911 * serial: 8250_pnp: use wildcard for serial Wacom tablets
18912 * usb: serial: fix memory leak in generic driver
18913 * USB: fix bitmask merge error
18914 * USB: Don't use GFP_KERNEL while we cannot reset a storage device
18915 * USB: EHCI: fix handling of unusual interrupt intervals
18916 * USB: EHCI & UHCI: fix race between root-hub suspend and port resume
18917 * USB: add missing delay during remote wakeup
18918 * USB: add speed values for USB 3.0 and wireless controllers
18919 * ACPI: EC: Accelerate query execution
18920 * ACPI: EC: Add wait for irq storm
18921 * SCSI: enclosure: fix oops while iterating enclosure_status array
18922 * drm/i915: Read the response after issuing DDC bus switch command
18923 * drm/i915: try another possible DDC bus for the SDVO device with
18924 multiple outputs
18925 * block: bdev_stack_limits wrapper
18926 * DM: Fix device mapper topology stacking
18927 * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled
18928 * USB: fix usbstorage for 2770:915d delivers no FAT
18929 * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE
18930 * perf timechart: Use tid not pid for COMM change
18931 * perf events: Dont report side-band events on each cpu for
18932 per-task-per-cpu events
18933 * perf: Honour event state for aux stream data
18934 * Linux 2.6.32.6
18935
18936 -- Andy Whitcroft <apw@canonical.com> Wed, 27 Jan 2010 16:40:23 +0000
18937
18938linux (2.6.32-11.15) lucid; urgency=low
18939
18940 [ Andy Whitcroft ]
18941
18942 * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600"
18943 * Revert "(pre-stable) sched: Fix balance vs hotplug race"
18944 * Revert "[Upstream] acerhdf: Limit modalias matching to supported
18945 boards"
18946 * Revert "[Upstream] mmc: prevent dangling block device from accessing
18947 stale queues"
18948 * Revert "SAUCE: Fix nx_enable reporting"
18949 * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation"
18950 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
18951 * SAUCE: i915 -- disable powersave by default
18952 - LP: #492392
18953
18954 [ Kees Cook ]
18955
18956 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
18957 - LP: #369978
18958 * SAUCE: [x86] fix report of cs-limit nx-emulation
18959 - LP: #454285
18960 * SAUCE: Fix nx_enable reporting
18961 - LP: #454285
18962
18963 [ Tim Gardner ]
18964
18965 * [Upstream] b43: Declare all possible firmware files.
18966 - LP: #488636
18967 * [Config] updateconfigs after adding pvscsi
18968 - LP: #497156
18969 * [Config] CONFIG_BT=m
18970
18971 [ Upstream Kernel Changes ]
18972
18973 * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu
18974 for pre-Pentium"
18975 * SCSI: ipr: fix EEH recovery
18976 * SCSI: qla2xxx: dpc thread can execute before scsi host has been added
18977 * SCSI: st: fix mdata->page_order handling
18978 * SCSI: fc class: fix fc_transport_init error handling
18979 * sched: Fix task_hot() test order
18980 * x86, cpuid: Add "volatile" to asm in native_cpuid()
18981 * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
18982 * clockevents: Prevent clockevent_devices list corruption on cpu hotplug
18983 * pata_hpt3x2n: fix clock turnaround
18984 * pata_cmd64x: fix overclocking of UDMA0-2 modes
18985 * ASoC: wm8974: fix a wrong bit definition
18986 * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer
18987 * ALSA: hda - Fix missing capsrc_nids for ALC88x
18988 * acerhdf: limit modalias matching to supported
18989 - LP: #435958
18990 * ACPI: EC: Fix MSI DMI detection
18991 * ACPI: Use the return result of ACPI lid notifier chain correctly
18992 * powerpc: Handle VSX alignment faults correctly in little-endian mode
18993 * ASoC: Do not write to invalid registers on the wm9712.
18994 * drm/radeon: fix build on 64-bit with some compilers.
18995 * USB: emi62: fix crash when trying to load EMI 6|2 firmware
18996 * USB: option: support hi speed for modem Haier CE100
18997 * USB: Fix a bug on appledisplay.c regarding signedness
18998 * USB: musb: gadget_ep0: avoid SetupEnd interrupt
18999 * Bluetooth: Prevent ill-timed autosuspend in USB driver
19000 * USB: rename usb_configure_device
19001 * USB: fix bugs in usb_(de)authorize_device
19002 * drivers/net/usb: Correct code taking the size of a pointer
19003 * x86: SGI UV: Fix writes to led registers on remote uv hubs
19004 * md: Fix unfortunate interaction with evms
19005 * dma: at_hdmac: correct incompatible type for argument 1 of
19006 'spin_lock_bh'
19007 * dma-debug: Do not add notifier when dma debugging is disabled.
19008 * dma-debug: Fix bug causing build warning
19009 * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS
19010 referrals
19011 * x86/amd-iommu: Fix initialization failure panic
19012 * ioat3: fix p-disabled q-continuation
19013 * ioat2,3: put channel hardware in known state at init
19014 * KVM: MMU: remove prefault from invlpg handler
19015 * KVM: LAPIC: make sure IRR bitmap is scanned after vm load
19016 * Libertas: fix buffer overflow in lbs_get_essid()
19017 * iwmc3200wifi: fix array out-of-boundary access
19018 * mac80211: fix propagation of failed hardware reconfigurations
19019 * mac80211: fix WMM AP settings application
19020 * mac80211: Fix IBSS merge
19021 * cfg80211: fix race between deauth and assoc response
19022 * ath5k: fix SWI calibration interrupt storm
19023 * ath9k: wake hardware for interface IBSS/AP/Mesh removal
19024 * ath9k: Fix TX queue draining
19025 * ath9k: fix missed error codes in the tx status check
19026 * ath9k: wake hardware during AMPDU TX actions
19027 * ath9k: fix suspend by waking device prior to stop
19028 * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on
19029 64-bit
19030 * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value
19031 in 0x4054
19032 * iwl3945: disable power save
19033 * iwl3945: fix panic in iwl3945 driver
19034 * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug
19035 * iwlwifi: fix more eeprom endian bugs
19036 * iwlwifi: fix 40MHz operation setting on cards that do not allow it
19037 * mac80211: fix race with suspend and dynamic_ps_disable_work
19038 * NOMMU: Optimise away the {dac_,}mmap_min_addr tests
19039 * 'sysctl_max_map_count' should be non-negative
19040 * kernel/sysctl.c: fix the incomplete part of
19041 sysctl_max_map_count-should-be-non-negative.patch
19042 * V4L/DVB (13596): ov511.c typo: lock => unlock
19043 * x86/ptrace: make genregs[32]_get/set more robust
19044 * memcg: avoid oom-killing innocent task in case of use_hierarchy
19045 * e100: Fix broken cbs accounting due to missing memset.
19046 * ipv6: reassembly: use seperate reassembly queues for conntrack and
19047 local delivery
19048 * netfilter: fix crashes in bridge netfilter caused by fragment jumps
19049 * hwmon: (sht15) Off-by-one error in array index + incorrect constants
19050 * b43: avoid PPC fault during resume
19051 * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture
19052 support
19053 * sched: Fix balance vs hotplug race
19054 * drm/radeon/kms: fix crtc vblank update for r600
19055 * drm: disable all the possible outputs/crtcs before entering KMS mode
19056 * S390: dasd: support DIAG access for read-only devices
19057 * xen: fix is_disconnected_device/exists_disconnected_device
19058 * xen: improvement to wait_for_devices()
19059 * xen: wait up to 5 minutes for device connetion
19060 * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled
19061 * udf: Try harder when looking for VAT inode
19062 * Add unlocked version of inode_add_bytes() function
19063 * quota: decouple fs reserved space from quota reservation
19064 * ext4: Convert to generic reserved quota's space management.
19065 * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
19066 * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus
19067 * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
19068 * amd64_edac: unify MCGCTL ECC switching
19069 * x86, msr: Add support for non-contiguous cpumasks
19070 * x86, msr: msrs_alloc/free for CONFIG_SMP=n
19071 * amd64_edac: fix driver instance freeing
19072 * amd64_edac: make driver loading more robust
19073 * amd64_edac: fix forcing module load/unload
19074 * sched: Sched_rt_periodic_timer vs cpu hotplug
19075 * ext4: Update documentation to correct the inode_readahead_blks option
19076 name
19077 * lguest: fix bug in setting guest GDT entry
19078 * vmscan: do not evict inactive pages when skipping an active list scan
19079 * ksm: fix mlockfreed to munlocked
19080 * rt2x00: Disable powersaving for rt61pci and rt2800pci.
19081 * generic_permission: MAY_OPEN is not write access
19082 * Linux 2.6.32.3
19083 * untangle the do_mremap() mess
19084 * fasync: split 'fasync_helper()' into separate add/remove functions
19085 * ASoC: fix params_rate() macro use in several codecs
19086 * modules: Skip empty sections when exporting section notes
19087 * exofs: simple_write_end does not mark_inode_dirty
19088 * nfsd: make sure data is on disk before calling ->fsync
19089 * sunrpc: fix peername failed on closed listener
19090 * SUNRPC: Fix up an error return value in
19091 gss_import_sec_context_kerberos()
19092 * SUNRPC: Fix the return value in gss_import_sec_context()
19093 * sunrpc: on successful gss error pipe write, don't return error
19094 * drm/i915: Update LVDS connector status when receiving ACPI LID event
19095 * drm/i915: fix order of fence release wrt flushing
19096 * drm/i915: Permit pinning whilst the device is 'suspended'
19097 * drm: remove address mask param for drm_pci_alloc()
19098 * drm/i915: Enable/disable the dithering for LVDS based on VBT setting
19099 * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in
19100 pipeconf on Ironlake
19101 * drm/i915: Select the correct BPC for LVDS on Ironlake
19102 * drm/i915: fix unused var
19103 * rtc_cmos: convert shutdown to new pnp_driver->shutdown
19104 * drivers/cpuidle/governors/menu.c: fix undefined reference to
19105 `__udivdi3'
19106 * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()
19107 * lib/rational.c needs module.h
19108 * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with
19109 DMA_FROM_DEVICE and
19110 * kernel/signal.c: fix kernel information leak with print-fatal-signals=1
19111 * mmc_block: add dev_t initialization check
19112 * mmc_block: fix probe error cleanup bug
19113 * mmc_block: fix queue cleanup
19114 * ALSA: hda - Fix ALC861-VD capture source mixer
19115 * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense
19116 blacklist
19117 * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2
19118 - LP: #498863
19119 * ASoC: Fix WM8350 DSP mode B configuration
19120 * netfilter: ebtables: enforce CAP_NET_ADMIN
19121 * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()
19122 * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs
19123 * hwmon: (adt7462) Fix pin 28 monitoring
19124 * quota: Fix dquot_transfer for filesystems different from ext4
19125 * xen: fix hang on suspend.
19126 * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr
19127 * ath5k: Fix eeprom checksum check for custom sized eeproms
19128 * cfg80211: fix syntax error on user regulatory hints
19129 * iwl: off by one bug
19130 * mac80211: add missing sanity checks for action frames
19131 * drm/i915: remove render reclock support
19132 * libertas: Remove carrier signaling from the scan code
19133 * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr
19134 * mac80211: fix skb buffering issue (and fixes to that)
19135 * fix braindamage in audit_tree.c untag_chunk()
19136 * fix more leaks in audit_tree.c tag_chunk()
19137 * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y
19138 * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().
19139 * agp/intel-agp: Clear entire GTT on startup
19140 * Linux 2.6.32.4
19141 * ethtool: Add reset operation
19142 * gro: Name the GRO result enumeration type
19143 * gro: Change all receive functions to return GRO result codes
19144 * sfc: 10Xpress: Initialise pause advertising flags
19145 * sfc: 10Xpress: Report support for pause frames
19146 * sfc: Remove redundant header gmii.h
19147 * sfc: Remove redundant hardware initialisation
19148 * sfc: Rename Falcon-specific board code and types
19149 * sfc: Remove boards.h, moving last remaining declaration to falcon.h
19150 * sfc: Remove versioned bitfield macros
19151 * sfc: Move RX data FIFO thresholds out of struct efx_nic_type
19152 * sfc: Update hardware definitions for Siena
19153 * sfc: Rename register I/O header and functions used by both Falcon and
19154 Siena
19155 * sfc: Eliminate indirect lookups of queue size constants
19156 * sfc: Define DMA address mask explicitly in terms of descriptor field
19157 width
19158 * sfc: Move all TX DMA length limiting into tx.c
19159 * sfc: Change order of device removal to reverse of probe order
19160 * sfc: Remove declarations of nonexistent functions
19161 * sfc: Move efx_xmit_done() declaration into correct stanza
19162 * sfc: Move shared members of struct falcon_nic_data into struct efx_nic
19163 * sfc: Maintain interrupt moderation values in ticks, not microseconds
19164 * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
19165 * sfc: Remove pointless abstraction of memory BAR number
19166 * sfc: Remove incorrect assertion from efx_pci_remove_main()
19167 * sfc: Remove unnecessary tests of efx->membase
19168 * sfc: Move MTD probe after netdev registration and name allocation
19169 * sfc: Remove unused code for non-autoneg speed/duplex switching
19170 * sfc: Rename 'xfp' file and functions to reflect reality
19171 * sfc: Really allow RX checksum offload to be disabled
19172 * sfc: Feed GRO result into RX allocation policy and interrupt moderation
19173 * sfc: Enable heuristic selection between page and skb RX buffers
19174 * sfc: Remove pointless abstraction of memory BAR number (2)
19175 * sfc: Remove redundant gotos from __efx_rx_packet()
19176 * sfc: Remove ridiculously paranoid assertions
19177 * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()
19178 * sfc: Record RX queue number on GRO path
19179 * sfc: SFT9001: Reset LED configuration correctly after blinking
19180 * sfc: Use a single blink implementation
19181 * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
19182 * sfc: Make board information explicitly Falcon-specific
19183 * sfc: Move definition of struct falcon_nic_data into falcon.h
19184 * sfc: Move struct falcon_board into struct falcon_nic_data
19185 * sfc: Move all I2C stuff into struct falcon_board
19186 * sfc: Gather link state fields in struct efx_nic into new struct
19187 efx_link_state
19188 * sfc: Remove unnecessary casts to struct sk_buff *
19189 * sfc: Remove redundant efx_xmit() function
19190 * sfc: Combine high-level header files
19191 * sfc: Log interrupt and reset type names, not numbers
19192 * sfc: Fix descriptor cache sizes
19193 * sfc: Treat all MAC registers as 128-bit
19194 * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED
19195 * sfc: Comment corrections
19196 * sfc: Remove unused constant
19197 * sfc: Clean up struct falcon_board and struct falcon_board_data
19198 * sfc: Fix bugs in RX queue flushing
19199 * sfc: Remove unused function efx_flush_queues()
19200 * sfc: Only switch Falcon MAC clocks as necessary
19201 * sfc: Hold MAC lock for longer in efx_init_port()
19202 * sfc: Split MAC stats DMA initiation and completion
19203 * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c
19204 * sfc: Simplify XMAC link polling
19205 * sfc: Change MAC promiscuity and multicast hash at the same time
19206 * sfc: Move inline comment into kernel-doc
19207 * sfc: Do not set net_device::trans_start in self-test
19208 * sfc: Simplify PHY polling
19209 * sfc: QT202x: Reset before reading PHY id
19210 * sfc: Replace MDIO spinlock with mutex
19211 * sfc: Always start Falcon using the XMAC
19212 * sfc: Limit some hardware workarounds to Falcon
19213 * sfc: Remove EFX_WORKAROUND_9141 macro
19214 * sfc: Remove another unused workaround macro
19215 * sfc: Remove some redundant whitespace
19216 * sfc: Decouple NIC revision number from Falcon PCI revision number
19217 * sfc: Move descriptor cache base addresses to struct efx_nic_type
19218 * sfc: Clean up RX event handling
19219 * sfc: Remove redundant writes to INT_ADR_KER
19220 * sfc: Remove duplicate hardware structure definitions
19221 * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO
19222 * sfc: Move Falcon NIC operations to efx_nic_type
19223 * sfc: Refactor link configuration
19224 * sfc: Generalise link state monitoring
19225 * sfc: Add power-management and wake-on-LAN support
19226 * sfc: Implement ethtool reset operation
19227 * sfc: Add efx_nic_type operation for register self-test
19228 * sfc: Add efx_nic_type operation for NVRAM self-test
19229 * sfc: Add efx_nic_type operation for identity LED control
19230 * sfc: Separate shared NIC code from Falcon-specific and rename
19231 accordingly
19232 * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()
19233 * sfc: Extend loopback mode enumeration
19234 * sfc: Remove static PHY data and enumerations
19235 * sfc: Extend MTD driver for use with new NICs
19236 * sfc: Allow for additional checksum offload features
19237 * sfc: Rename falcon.h to nic.h
19238 * sfc: Move shared NIC code from falcon.c to new source file nic.c
19239 * sfc: Add firmware protocol definitions (MCDI)
19240 * sfc: Add support for SFC9000 family (1)
19241 * sfc: Add support for SFC9000 family (2)
19242 * sfc: Implement TSO for TCP/IPv6
19243 * sfc: Update version, copyright dates, authors
19244 * drivers/net/sfc: Correct code taking the size of a pointer
19245 * sfc: Move PHY software state initialisation from init() into probe()
19246 * sfc: Include XGXS in XMAC link status check except in XGMII loopback
19247 * sfc: Fix DMA mapping cleanup in case of an error in TSO
19248 * sfc: QT2025C: Work around PHY bug
19249 * sfc: QT2025C: Switch into self-configure mode when not in loopback
19250 * sfc: QT2025C: Work around PHY firmware initialisation bug
19251 * sfc: QT2025C: Add error message for suspected bad SFP+ cables
19252 * sfc: Disable TX descriptor prefetch watchdog
19253 * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.
19254 - LP: #497156
19255
19256 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Jan 2010 16:12:47 +0000
19257
19258linux (2.6.32-10.14) lucid; urgency=low
19259
19260 [ Alex Deucher ]
19261
19262 * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx
19263 - LP: #493795
19264
19265 [ Andy Whitcroft ]
19266
19267 * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model
19268 id is less than 0x0f."
19269 * config-check -- ensure the checks get run at build time
19270 * config-check -- check the processed config during updateconfigs
19271 * config-check -- CONFIG_SECCOMP may not be present
19272 * TUN is now built in ignore
19273 * SAUCE: acpi battery -- delay first lookup of the battery until first
19274 use
19275 * SAUCE: async_populate_rootfs: move rootfs init earlier
19276 * ubuntu: AppArmor -- update to mainline 2010-01-06
19277 * SAUCE: move RLIMIT_CORE pipe dumper marker to 1
19278 - LP: #498525
19279
19280 [ Dave Airlie ]
19281
19282 * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600
19283
19284 [ Leann Ogasawara ]
19285
19286 * Add asix to nic-usb-modules file
19287 - LP: #499785
19288
19289 [ Peter Zijlstra ]
19290
19291 * (pre-stable) sched: Fix balance vs hotplug race
19292
19293 [ Tim Gardner ]
19294
19295 * [Config] Enable CONFIG_FUNCTION_TRACER
19296 - LP: #497989
19297 * [Config] Drop lpia from getabis
19298 * [Config] Build in TUN/TAP driver
19299 - LP: #499491
19300 * [Config] DH_COMPAT=5
19301
19302 [ Upstream Kernel Changes ]
19303
19304 * Revert "(pre-stable) drm/i915: Avoid NULL dereference with
19305 component_only tv_modes"
19306 * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is
19307 turned off"
19308 * USB: usb-storage: fix bug in fill_inquiry
19309 * USB: option: add pid for ZTE
19310 * firewire: ohci: handle receive packets with a data length of zero
19311 * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling
19312 of ->completed counter
19313 * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed
19314 counter
19315 * rcu: Fix note_new_gpnum() uses of ->gpnum
19316 * rcu: Remove inline from forward-referenced functions
19317 * perf_event: Fix invalid type in ioctl definition
19318 * perf_event: Initialize data.period in perf_swevent_hrtimer()
19319 * perf: Don't free perf_mmap_data until work has been done
19320 * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()
19321 * sched: Check for an idle shared cache in select_task_rq_fair()
19322 * sched: Fix affinity logic in select_task_rq_fair()
19323 * sched: Rate-limit newidle
19324 * sched: Fix and clean up rate-limit newidle code
19325 * x86/amd-iommu: attach devices to pre-allocated domains early
19326 * x86/amd-iommu: un__init iommu_setup_msi
19327 * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking
19328 up the PCI tree
19329 * x86: Fix iommu=nodac parameter handling
19330 * x86: GART: pci-gart_64.c: Use correct length in strncmp
19331 * x86: ASUS P4S800 reboot=bios quirk
19332 - LP: #366682
19333 * x86, apic: Enable lapic nmi watchdog on AMD Family 11h
19334 * ssb: Fix range check in sprom write
19335 * ath5k: allow setting txpower to 0
19336 * ath5k: enable EEPROM checksum check
19337 * hrtimer: Fix /proc/timer_list regression
19338 * ALSA: hrtimer - Fix lock-up
19339 * ALSA: hda - Terradici HDA controllers does not support 64-bit mode
19340 * KVM: x86 emulator: limit instructions to 15 bytes
19341 * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c
19342 * KVM: s390: Make psw available on all exits, not just a subset
19343 * KVM: fix irq_source_id size verification
19344 * KVM: x86: include pvclock MSRs in msrs_to_save
19345 * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage
19346 * x86: Use -maccumulate-outgoing-args for sane mcount prologues
19347 * x86, mce: don't restart timer if disabled
19348 * x86/mce: Set up timer unconditionally
19349 * x86: SGI UV: Fix BAU initialization
19350 * x86: Fix duplicated UV BAU interrupt vector
19351 * x86: Add new Intel CPU cache size descriptors
19352 * x86: Fix typo in Intel CPU cache size descriptor
19353 * pata_hpt{37x|3x2n}: fix timing register masks (take 2)
19354 * s390: clear high-order bits of registers after sam64
19355 * V4L/DVB: Fix test in copy_reg_bits()
19356 * bsdacct: fix uid/gid misreporting
19357 * UBI: flush wl before clearing update marker
19358 * jbd2: don't wipe the journal on a failed journal checksum
19359 * USB: xhci: Add correct email and files to MAINTAINERS entry.
19360 * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again
19361 * USB: option.c: add support for D-Link DWM-162-U5
19362 * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
19363 * USB: usb-storage: add BAD_SENSE flag
19364 * USB: Close usb_find_interface race v3
19365 * pxa/em-x270: fix usb hub power up/reset sequence
19366 * hfs: fix a potential buffer overflow
19367 * SUNRPC: IS_ERR/PTR_ERR confusion
19368 * NFS: Fix nfs_migrate_page()
19369 * md/bitmap: protect against bitmap removal while being updated.
19370 * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable
19371 * devpts_get_tty() should validate inode
19372 * debugfs: fix create mutex racy fops and private data
19373 * Driver core: fix race in dev_driver_string
19374 * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN
19375 * mac80211: Fix bug in computing crc over dynamic IEs in beacon
19376 * mac80211: Fixed bug in mesh portal paths
19377 * mac80211: Revert 'Use correct sign for mesh active path refresh'
19378 * mac80211: fix scan abort sanity checks
19379 * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC
19380 * rtl8187: Fix wrong rfkill switch mask for some models
19381 * x86: Fix bogus warning in apic_noop.apic_write()
19382 * mm: hugetlb: fix hugepage memory leak in mincore()
19383 * mm: hugetlb: fix hugepage memory leak in walk_page_range()
19384 * powerpc/windfarm: Add detection for second cpu pump
19385 * powerpc/therm_adt746x: Record pwm invert bit at module load time]
19386 * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
19387 * drm/radeon/kms: Add quirk for HIS X1300 board
19388 * drm/radeon/kms: handle vblanks properly with dpms on
19389 * drm/radeon/kms: fix legacy crtc2 dpms
19390 * drm/radeon/kms: fix vram setup on rs600
19391 * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size
19392 * drm/ttm: Fix build failure due to missing struct page
19393 * drm/i915: Set the error code after failing to insert new offset into mm
19394 ht.
19395 * drm/i915: Add the missing clonemask for display port on Ironlake
19396 * xen/xenbus: make DEVICE_ATTR()s static
19397 * xen: re-register runstate area earlier on resume.
19398 * xen: restore runstate_info even if !have_vcpu_info_placement
19399 * xen: correctly restore pfn_to_mfn_list_list after resume
19400 * xen: register timer interrupt with IRQF_TIMER
19401 * xen: register runstate on secondary CPUs
19402 * xen: don't call dpm_resume_noirq() with interrupts disabled.
19403 * xen: register runstate info for boot CPU early
19404 * xen: call clock resume notifier on all CPUs
19405 * xen: improve error handling in do_suspend.
19406 * xen: don't leak IRQs over suspend/resume.
19407 * xen: use iret for return from 64b kernel to 32b usermode
19408 * xen: explicitly create/destroy stop_machine workqueues outside
19409 suspend/resume region.
19410 * Xen balloon: fix totalram_pages counting.
19411 * xen: try harder to balloon up under memory pressure.
19412 * dm exception store: free tmp_store on persistent flag error
19413 * dm snapshot: only take lock for statustype info not table
19414 * dm crypt: move private iv fields to structs
19415 * dm crypt: restructure essiv error path
19416 * dm: avoid _hash_lock deadlock
19417 * dm snapshot: cope with chunk size larger than origin
19418 * dm crypt: separate essiv allocation from initialisation
19419 * dm crypt: make wipe message also wipe essiv key
19420 * slc90e66: fix UDMA handling
19421 * tcp: Stalling connections: Fix timeout calculation routine
19422 * ip_fragment: also adjust skb->truesize for packets not owned by a
19423 socket
19424 * b44 WOL setup: one-bit-off stack corruption kernel panic fix
19425 * sparc64: Don't specify IRQF_SHARED for LDC interrupts.
19426 * sparc64: Fix overly strict range type matching for PCI devices.
19427 * sparc64: Fix stack debugging IRQ stack regression.
19428 * sparc: Set UTS_MACHINE correctly.
19429 * b43legacy: avoid PPC fault during resume
19430 * tracing: Fix event format export
19431 * ath9k: Fix TX hang poll routine
19432 * ath9k: fix processing of TX PS null data frames
19433 * ath9k: Fix maximum tx fifo settings for single stream devices
19434 * ath9k: fix tx status reporting
19435 * mac80211: Fix dynamic power save for scanning.
19436 * drm/i915: Fix sync to vblank when VGA output is turned off
19437 * memcg: fix memory.memsw.usage_in_bytes for root cgroup
19438 * thinkpad-acpi: fix default brightness_mode for R50e/R51
19439 * thinkpad-acpi: preserve rfkill state across suspend/resume
19440 * ipw2100: fix rebooting hang with driver loaded
19441 * matroxfb: fix problems with display stability
19442 * acerhdf: add new BIOS versions
19443 * asus-laptop: change light sens default values.
19444 * vmalloc: conditionalize build of pcpu_get_vm_areas()
19445 * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.
19446 * net: Fix userspace RTM_NEWLINK notifications.
19447 * ext3: Fix data / filesystem corruption when write fails to copy data
19448 * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added.
19449 * bcm63xx_enet: fix compilation failure after get_stats_count removal
19450 * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value
19451 * drm/i915: Avoid NULL dereference with component_only tv_modes
19452 * drm/i915: PineView only has LVDS and CRT ports
19453 * drm/i915: Fix LVDS stability issue on Ironlake
19454 * mm: sigbus instead of abusing oom
19455 * ipvs: zero usvc and udest
19456 * jffs2: Fix long-standing bug with symlink garbage collection.
19457 * intel-iommu: Detect DMAR in hyperspace at probe time.
19458 * intel-iommu: Apply BIOS sanity checks for interrupt remapping too.
19459 * intel-iommu: Check for an RMRR which ends before it starts.
19460 * intel-iommu: Fix oops with intel_iommu=igfx_off
19461 * intel-iommu: ignore page table validation in pass through mode
19462 * netfilter: xtables: document minimal required version
19463 * perf_event: Fix incorrect range check on cpu number
19464 * implement early_io{re,un}map for ia64
19465 * Linux 2.6.32.2
19466
19467 -- Andy Whitcroft <apw@canonical.com> Thu, 07 Jan 2010 15:28:43 +0000
19468
19469linux (2.6.32-9.13) lucid; urgency=low
19470
19471 [ Andy Whitcroft ]
19472
19473 * [Config] enable CONFIG_B43_PHY_LP
19474 - LP: #493059
19475 * include modules.builtin in the binary debs
19476 * config-check -- add a configuration enforcer
19477 * config-check -- add a unit-test suite to the checker
19478 * [Config] Enable CONFIG_SYN_COOKIES for versatile
19479 * [Config] Enable CONFIG_SECURITY_SMACK for ports
19480 * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports
19481 * [Config] Disable CONFIG_COMPAT_BRK for ports
19482 * getabis -- add armel versatile to the list
19483
19484 [ Brad Figg ]
19485
19486 * SAUCE: Increase the default prealloc buffer for HDA audio devices
19487 (non-modem)
19488
19489 [ Manoj Iyer ]
19490
19491 * ubuntu: onmibook -- Added missing BOM file
19492
19493 [ Tim Gardner ]
19494
19495 * ubuntu: fsam7400 -- Cleanup Makefile
19496
19497 [ Upstream Kernel Changes ]
19498
19499 * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT"
19500 * signal: Fix alternate signal stack check
19501 * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects
19502 * SCSI: osd_protocol.h: Add missing #include
19503 * SCSI: megaraid_sas: fix 64 bit sense pointer truncation
19504 * ext4: fix potential buffer head leak when add_dirent_to_buf() returns
19505 ENOSPC
19506 * ext4: avoid divide by zero when trying to mount a corrupted file system
19507 * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
19508 * ext4: fix lock order problem in ext4_move_extents()
19509 * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
19510 * ext4: plug a buffer_head leak in an error path of ext4_iget()
19511 * ext4: make sure directory and symlink blocks are revoked
19512 * ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
19513 * ext4: journal all modifications in ext4_xattr_set_handle
19514 * ext4: don't update the superblock in ext4_statfs()
19515 * ext4: fix uninit block bitmap initialization when s_meta_first_bg is
19516 non-zero
19517 * ext4: fix block validity checks so they work correctly with meta_bg
19518 * ext4: avoid issuing unnecessary barriers
19519 * ext4: fix error handling in ext4_ind_get_blocks()
19520 * ext4: make trim/discard optional (and off by default)
19521 * ext4: make "norecovery" an alias for "noload"
19522 * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
19523 * ext4: initialize moved_len before calling ext4_move_extents()
19524 * ext4: move_extent_per_page() cleanup
19525 * jbd2: Add ENOMEM checking in and for
19526 jbd2_journal_write_metadata_buffer()
19527 * ext4: Return the PTR_ERR of the correct pointer in
19528 setup_new_group_blocks()
19529 * ext4: Avoid data / filesystem corruption when write fails to copy data
19530 * ext4: wait for log to commit when umounting
19531 * ext4: remove blocks from inode prealloc list on failure
19532 * ext4: ext4_get_reserved_space() must return bytes instead of blocks
19533 * ext4: quota macros cleanup
19534 * ext4: fix incorrect block reservation on quota transfer.
19535 * ext4: Wait for proper transaction commit on fsync
19536 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
19537 * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
19538 * Linux 2.6.32.1
19539 * kbuild: generate modules.builtin
19540 * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off
19541 - LP: #494461
19542 * (pre-stable) drm/i915: Avoid NULL dereference with component_only
19543 tv_modes
19544 - LP: #494045
19545
19546 [ Zhao Yakui ]
19547
19548 * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is
19549 less than 0x0f.
19550 - LP: #481765
19551
19552 -- Andy Whitcroft <apw@canonical.com> Thu, 17 Dec 2009 15:41:21 +0000
19553
19554linux (2.6.32-8.12) lucid; urgency=low
19555
19556 [ Andy Whitcroft ]
19557
19558 * SAUCE: AppArmor -- add linux/err.h for ERR_PTR
19559
19560 -- Andy Whitcroft <apw@canonical.com> Sat, 12 Dec 2009 10:56:16 +0000
19561
19562linux (2.6.32-8.11) lucid; urgency=low
19563
19564 [ Andy Whitcroft ]
19565
19566 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches
19567 up"
19568 * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
19569 transition."
19570 * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds"
19571 * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling"
19572 * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds"
19573 * Revert "SAUCE: AppArmor: Fix oops after profile removal"
19574 * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files."
19575 * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly"
19576 * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc
19577 mem"
19578 * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as
19579 denied"
19580 * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths"
19581 * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem
19582 allocation"
19583 * Revert "SAUCE: AppArmor: Set error code after structure
19584 initialization."
19585 * Revert "AppArmor -- fix pstrace_may_access rename"
19586 * Revert "ubuntu: AppArmor security module"
19587 * Revert "SAUCE: Add config option to set a default LSM"
19588 * Revert "ubuntu: fsam7400 -- sw kill switch driver"
19589 * Revert "[Config] fsam7400 -- enable"
19590 * Revert "[Config] AUFS -- enable"
19591 * Revert "ubuntu: AUFS -- aufs2-30 20090727"
19592 * Revert "ubuntu: AUFS -- export various core functions -- fixes"
19593 * Revert "ubuntu: AUFS -- export various core functions"
19594 * Revert "[Config] ubuntu/iscsitarget -- disable"
19595 * Revert "[Config] iscsitarget -- enable"
19596 * Revert "ubuntu: iscsitarget -- SVN revision r214"
19597 * update Vcs-Git to point to the correct repository
19598 - LP: #493589
19599 * update build environment overrides to lucid
19600 - LP: #493589
19601 * [Config] enable CONFIG_DEVTMPFS
19602 * [Config] update all configs following AppArmor 2009-12-08 update
19603 * SAUCE: isapnp_init: make isa PNP scans occur async
19604 * [Config] fsam7400 -- enable
19605 * [Config] omnibook -- enable
19606 * [Config] cleanup CONFIG_AUDIT
19607 * ubuntu: AUFS -- export various core functions (aufs2-base.patch)
19608 * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch)
19609 * ubuntu: AUFS -- aufs2 20091209
19610 * [Config] AUFS -- enable
19611 * [Config] iscsitarget -- enable
19612
19613 [ Arjan van de Ven ]
19614
19615 * SAUCE: KMS: cache the EDID information of the LVDS
19616
19617 [ Colin Watson ]
19618
19619 * bnx2: update d-i firmware filenames
19620 - LP: #494052
19621 * add cdc_ether to nic-usb-modules udeb
19622 - LP: #495060
19623
19624 [ John Johansen ]
19625
19626 * ubuntu: AppArmor -- mainline 2009-10-08
19627
19628 [ Manoj Iyer ]
19629
19630 * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400
19631 * ubuntu: omnibook -- support Toshiba (HP) netbooks
19632 * ubuntu: iscsitarget --- version 1.4.19
19633 - LP: #494693
19634
19635 [ Surbhi Palande ]
19636
19637 * SAUCE: Make populate_rootfs asynchronous
19638
19639 [ Tim Gardner ]
19640
19641 * Parallelize flavour builds and packaging
19642 * [Config] Enable CONFIG_KSM
19643
19644 [ Upstream Kernel Changes ]
19645
19646 * Config option to set a default LSM
19647 * LSM: Add security_path_chroot().
19648 * LSM: Add security_path_chroot().
19649 * LSM: Move security_path_chmod()/security_path_chown() to after
19650 mutex_lock().
19651 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
19652
19653 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Dec 2009 17:45:19 +0000
19654
19655linux (2.6.32-7.10) lucid; urgency=low
19656
19657 [ Andy Whitcroft ]
19658
19659 * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS
19660
19661 -- Andy Whitcroft <apw@canonical.com> Sun, 06 Dec 2009 12:56:48 +0000
19662
19663linux (2.6.32-7.9) lucid; urgency=low
19664
19665 [ Andy Whitcroft ]
19666
19667 * SAUCE: set /proc/acpi/video/*/DOS to 4 by default
19668 - LP: #458982
19669 * SAUCE: ensure vga16fb loads if no other driver claims the VGA device
19670 * [Config] update configs following versatile switch to V7
19671 * rebased to v2.6.32
19672 * [Config] update configs following rebase to v2.6.32
19673 * [Config] update ports configs following rebase to v2.6.32
19674 * SAUCE: default ATI Radeon KMS to off until userspace catches up
19675
19676 [ Arjan van de Ven ]
19677
19678 * SAUCE: vfs: Add a trace point in the mark_inode_dirty function
19679
19680 [ Leann Ogasawara ]
19681
19682 * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable
19683 permissions
19684 - CVE-2009-3939
19685
19686 [ Loic Minier ]
19687
19688 * SAUCE: select a v7 CPU for versatile
19689
19690 [ Takashi Iwai ]
19691
19692 * SAUCE: ALSA: hda - Add power on/off counter
19693
19694 [ Upstream changes ]
19695
19696 * rebased to v2.6.32
19697
19698 -- Andy Whitcroft <apw@canonical.com> Fri, 04 Dec 2009 10:44:50 +0000
19699
19700linux (2.6.32-6.8) lucid; urgency=low
19701
19702 [ Andy Whitcroft ]
19703
19704 * [Config] disable SSB devices for armel
19705
19706 -- Andy Whitcroft <apw@canonical.com> Sat, 28 Nov 2009 12:16:40 +0000
19707
19708linux (2.6.32-6.7) lucid; urgency=low
19709
19710 [ Andy Whitcroft ]
19711
19712 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up"
19713 * Revert "SAUCE: Dell XPS710 reboot quirk"
19714 * Revert "SAUCE: Link acpi-cpufreq.o first"
19715 * Revert "SAUCE: LPIA Logical reset of USB port on resume"
19716 * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards"
19717 * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340"
19718 * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271"
19719 * Revert "Add Dell Dimension 9200 reboot quirk"
19720 * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI"
19721 * Revert "SAUCE: tulip: Define ULI PCI ID's"
19722 * Revert "SAUCE: Lower warning level of some PCI messages"
19723 * Revert "mac80211: fix two issues in debugfs"
19724 Drop a number of known redundant commits as identified in the Ubuntu
19725 delta review blueprint.
19726
19727 * reenable armel versatile flavour
19728 * [Config] disable CONFIG_USB_DEVICEFS
19729
19730 [ Tim Gardner ]
19731
19732 * [Config] udeb: Add squashfs to fs-core-modules
19733 - LP: #352615
19734 * [Config] Create a real squashfs udeb
19735 - LP: #352615
19736
19737
19738 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Nov 2009 17:31:16 +0000
19739
19740linux (2.6.32-5.6) lucid; urgency=low
19741
19742 [ Andy Whitcroft ]
19743
19744 * rebase to v2.6.32-rc8
19745 * update configs following rebase to v2.6.32-rc8
19746 * update ports configs since rebase to v2.6.32-rc8
19747 * [Config] enable cgroup options
19748 - LP: #480739
19749
19750 [ Upstream Kernel Changes ]
19751
19752 * rebase to v2.6.32-rc8
19753
19754 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Nov 2009 11:16:14 +0000
19755
19756linux (2.6.32-4.5) lucid; urgency=low
19757
19758 [ Andy Whitcroft ]
19759
19760 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
19761 * rebase to v2.6.32-rc7
19762 * resync with Karmic proposed
19763
19764 [ John Johansen ]
19765
19766 * SAUCE: AppArmor: Fix oops after profile removal
19767 - LP: #475619
19768 * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds
19769 - LP: #437258
19770 * SAUCE: AppArmor: Fix cap audit_caching preemption disabling
19771 - LP: #479102
19772 * SAUCE: AppArmor: Fix refcounting bug causing leak of creds
19773 - LP: #479115
19774 * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
19775 transition.
19776 - LP: #480112
19777
19778 [ Ubuntu Changes ]
19779
19780 * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf)
19781
19782 [ Upstream Kernel Changes ]
19783
19784 * rebase to v2.6.32-rc7
19785
19786 -- Andy Whitcroft <apw@canonical.com> Fri, 13 Nov 2009 11:35:13 +0000
19787
19788linux (2.6.32-3.4) lucid; urgency=low
19789
19790 [ Andy Whitcroft ]
19791
19792 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
19793 * [Upstream] add local prefix to oss local change_bits
19794
19795 [ Upstream Kernel Changes ]
19796
19797 * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/
19798 * mtd/maps: gpio-addr-flash: depend on GPIO arch support
19799
19800 -- Andy Whitcroft <apw@canonical.com> Wed, 11 Nov 2009 14:47:04 +0000
19801
19802linux (2.6.32-3.3) lucid; urgency=low
19803
19804 [ Andy Whitcroft ]
19805
19806 * rebase to v2.6.32-rc6
19807 * [Config] update configs following rebase to v2.6.32-rc6
19808 * [Config] update ports configs following rebase to v2.6.32-rc6
19809 * resync with Karmic Ubuntu-2.6.31-15.49
19810 * [Config] add module ignores for broken drivers
19811
19812 [ John Johansen ]
19813
19814 * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied
19815 - LP: #453335
19816 * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem
19817 - LP: #458299
19818 * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly
19819 - LP: #462824
19820 * SAUCE: AppArmor: AppArmor disallows truncate of deleted files.
19821 - LP: #451375
19822
19823 [ Kees Cook ]
19824
19825 * SAUCE: Fix nx_enable reporting
19826 - LP: #454285
19827
19828 [ Scott James Remnant ]
19829
19830 * Revert "SAUCE: trace: add trace_event for the open() syscall"
19831 * SAUCE: trace: add trace events for open(), exec() and uselib()
19832 - LP: #462111
19833
19834 [ Stefan Bader ]
19835
19836 * SAUCE: Fix sub-flavour script to not stop on missing directories
19837 - LP: #453073
19838
19839 [ Ubuntu Changes ]
19840
19841 * resync with Karmic Ubuntu-2.6.31-15.49
19842
19843 [ Upstream Kernel Changes ]
19844
19845 * rebase to v2.6.32-rc6
19846 - LP: #464552
19847
19848 -- Andy Whitcroft <apw@canonical.com> Tue, 10 Nov 2009 15:00:57 +0000
19849
19850linux (2.6.32-2.2) lucid; urgency=low
19851
19852 [ Andy Whitcroft ]
19853
19854 * install the full changelog with the binary package
19855 * changelog -- explicitly note rebases and clean history
19856 * reinstate armel.mk with no flavours
19857 - LP: #449637
19858 * [Upstream] block: silently error unsupported empty barriers too
19859 - LP: #420423
19860 * [Config] udate configs following karmic resync
19861 * [Config] update ports configs following karmic resync
19862 * [Upstream] lirc -- follow removal of .id element
19863
19864 [ Colin Watson ]
19865
19866 * Use section 'admin' rather than 'base'
19867 * Add more e100 firmware to nic-modules
19868 - LP: #451872
19869 * Add qla1280 firmware to scsi-modules
19870 - LP: #381037
19871
19872 [ John Johansen ]
19873
19874 * SAUCE: AppArmor: Set error code after structure initialization.
19875 - LP: #427948
19876 * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation
19877 - LP: #446595
19878 * SAUCE: AppArmor: Fix mediation of "deleted" paths
19879
19880 [ Kees Cook ]
19881
19882 * SAUCE: [x86] fix report of cs-limit nx-emulation
19883 - LP: #454285
19884
19885 [ Leann Ogasawara ]
19886
19887 * SAUCE: (drop after 2.6.31) input: Add support for filtering input
19888 events
19889 - LP: #430809
19890 * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi
19891 toggle switch press
19892 - LP: #430809
19893
19894 [ Luke Yelavich ]
19895
19896 * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc
19897 * [Config] Add sd_mod to scsi-modules udeb for powerpc
19898
19899 [ Mario Limonciello ]
19900
19901 * SAUCE: Update to LIRC 0.8.6
19902 - LP: #432678
19903 * SAUCE: dell-laptop: Store the HW switch status internally rather than
19904 requerying every time
19905 - LP: #430809
19906 * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop
19907 - LP: #430809
19908
19909 [ Stefan Bader ]
19910
19911 * [Upstream] acerhdf: Limit modalias matching to supported boards
19912 - LP: #435958
19913
19914 [ Tim Gardner ]
19915
19916 * [Upstream] i915: Fix i2c init message
19917 - LP: #409361
19918 * [Config] Add sym53c8xx.ko to virtual sub-flavour
19919 - LP: #439415
19920 * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules
19921 - LP: #439456
19922 * [Config] Set default I/O scheduler back to CFQ for desktop flavours
19923 - LP: #381300
19924 * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros
19925 - LP: #430694
19926 * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915
19927 - LP: #430694
19928 * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y
19929 - LP: #416325
19930 * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT
19931 - LP: #430694
19932 * SAUCE: Raise the default console 'quiet' level to 2
19933 * [Config] CONFIG_X86_PAT=y
19934 * [Config] Add armel arch to linux-libc-dev arches.
19935 - LP: #449637
19936 * [Config] CONFIG_X86_MCE
19937 * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege
19938 M300 to rate blacklist
19939 - LP: #433801
19940
19941 [ Upstream Kernel Changes ]
19942
19943 * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584
19944 * drm/i915: Fix FDI M/N setting according with correct color depth
19945 - LP: #416792
19946
19947 -- Andy Whitcroft <apw@canonical.com> Thu, 22 Oct 2009 16:53:33 +0100
19948
19949linux (2.6.32-1.1) lucid; urgency=low
19950
19951 [ Andy Whitcroft ]
19952
19953 * rebase to v2.6.32-rc3
19954 * [Config] update configs following rebase to 2.6.32-rc3
19955 * [Config] update ports configs following rebase to 2.6.32-rc3
19956 * AppArmor -- fix pstrace_may_access rename
19957 * staging/android -- disable
19958 * ubuntu: dm-raid-45 -- update to compile with 2.6.32
19959 * ubuntu: drbd -- disable
19960 * staging/comdi -- disable
19961 * staging/go7007 -- disable
19962 * [Config] staging/winbond -- disable
19963 * [Config] ubuntu/iscsitarget -- disable
19964 * [d-i] cbc and ecb are builtin make them optional in udebs
19965 * rebase to v2.6.32-rc5
19966 * [Config] update configs following rebase to v2.6.32-rc5
19967 * [Config] update ports configs following rebase to v2.6.31-rc5
19968
19969 [ Tim Gardner ]
19970
19971 * [Config] Add cpio as a build dependency.
19972
19973 [ Upstream Kernel Changes ]
19974
19975 * rebase to v2.6.32-rc3
19976 * rebase to v2.6.32-rc5
19977
19978 -- Andy Whitcroft <apw@canonical.com> Mon, 05 Oct 2009 15:48:58 +0100
19979
19980linux (2.6.31-11.37) karmic; urgency=low
19981
19982 [ Tim Gardner ]
19983
19984 * [Config] Increase kernel log buffer to 256K for amd64 flavours
19985 - LP: #424810
19986 * [Config] Set HZ=100 for amd64 flavours
19987 - LP: #438234
19988 * [Upstream] e1000e: Emit notice instead of an error when
19989 pci_enable_pcie_error_reporting() fails
19990 - LP: #436370
19991
19992 [ Upstream Kernel Changes ]
19993
19994 * n_tty: honor opost flag for echoes
19995 * n_tty: move echoctl check and clean up logic
19996 - LP: #438310
19997
19998 * Revert "[Upstream] drm/i915: Check that the relocation points to within
19999 the target" - Use upstream cherry-pick.
20000 * drm/i915: Check that the relocation points to within the target
20001 - LP: #429241
20002
20003 * drm/i915: fix tiling on IGDNG
20004 * drm/i915: add B43 chipset support
20005 * agp/intel: Add B43 chipset support
20006 Intel request from kernel team mailing list.
20007
20008 * HID: completely remove apple mightymouse from blacklist
20009 - LP: #428111
20010
20011 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Sep 2009 11:47:29 -0600
20012
20013linux (2.6.31-11.36) karmic; urgency=low
20014
20015 [ Brian Rogers ]
20016
20017 * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a
20018 persistent object
20019 * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a
20020 persistent object
20021
20022 [ Takashi Iwai ]
20023
20024 * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device
20025 - LP: #416482
20026
20027 [ Tyler Hicks ]
20028
20029 * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going
20030 negative during unlink
20031
20032 [ Upstream Kernel Changes ]
20033
20034 * sg: fix oops in the error path in sg_build_indirect()
20035 * mpt2sas : Rescan topology from Interrupt context instead of work thread
20036 * mpt2sas: Prevent sending command to FW while Host Reset
20037 * mpt2sas: setting SDEV into RUNNING state from Interrupt context
20038 * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg
20039 * SCSI: fix oops during scsi scanning
20040 * SCSI: libsrp: fix memory leak in srp_ring_free()
20041 * cfg80211: fix looping soft lockup in find_ie()
20042 * ath5k: write PCU registers on initial reset
20043 * binfmt_elf: fix PT_INTERP bss handling
20044 * TPM: Fixup boot probe timeout for tpm_tis driver
20045 * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
20046 * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices
20047 * fix undefined reference to user_shm_unlock
20048 * perf_counter: Fix buffer overflow in perf_copy_attr()
20049 * perf_counter: Start counting time enabled when group leader gets
20050 enabled
20051 * powerpc/perf_counters: Reduce stack usage of power_check_constraints
20052 * powerpc: Fix bug where perf_counters breaks oprofile
20053 * powerpc/ps3: Workaround for flash memory I/O error
20054 * block: don't assume device has a request list backing in nr_requests
20055 store
20056 * agp/intel: remove restore in resume
20057 * ALSA: cs46xx - Fix minimum period size
20058 * ASoC: Fix WM835x Out4 capture enumeration
20059 * sound: oxygen: work around MCE when changing volume
20060 * mlx4_core: Allocate and map sufficient ICM memory for EQ context
20061 * perf stat: Change noise calculation to use stddev
20062 * x86: Fix x86_model test in es7000_apic_is_cluster()
20063 * x86/i386: Make sure stack-protector segment base is cache aligned
20064 * PCI: apply nv_msi_ht_cap_quirk on resume too
20065 * x86, pat: Fix cacheflush address in change_page_attr_set_clr()
20066 * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic()
20067 with highmem
20068 * KVM guest: do not batch pte updates from interrupt context
20069 * KVM: Fix coalesced interrupt reporting in IOAPIC
20070 * KVM: VMX: Check cpl before emulating debug register access
20071 * KVM guest: fix bogus wallclock physical address calculation
20072 * KVM: x86: Disallow hypercalls for guest callers in rings > 0
20073 * KVM: VMX: Fix cr8 exiting control clobbering by EPT
20074 * KVM: x86 emulator: Implement zero-extended immediate decoding
20075 * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
20076 * KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
20077 * KVM: limit lapic periodic timer frequency
20078 * libata: fix off-by-one error in ata_tf_read_block()
20079 * PCI quirk: update 82576 device ids in SR-IOV quirks list
20080 * PCI: Unhide the SMBus on the Compaq Evo D510 USDT
20081 * powerpc/pseries: Fix to handle slb resize across migration
20082 * Linux 2.6.31.1
20083
20084 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Sep 2009 13:04:28 -0600
20085
20086linux (2.6.31-10.35) karmic; urgency=low
20087
20088 [ Amit Kucheria ]
20089
20090 * Disable CONFIG_UEVENT_HELPER_PATH
20091
20092 [ Andy Whitcroft ]
20093
20094 * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD
20095 * remove the tlsup driver
20096 * remove lmpcm logitech driver support
20097
20098 [ Bryan Wu ]
20099
20100 * Add 3 missing files to prerm remove file list
20101 - LP: #345623, #415832
20102
20103 [ Chris Wilson ]
20104
20105 * [Upstream] drm/i915: Check that the relocation points to within the
20106 target
20107 - LP: #429241
20108
20109 [ Luke Yelavich ]
20110
20111 * [Config] Set CONFIG_EXT4_FS=y on ports architectures
20112
20113 [ Manoj Iyer ]
20114
20115 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
20116 - LP: #348861
20117
20118 [ Tim Gardner ]
20119
20120 * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list"
20121 * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list"
20122 * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list"
20123 * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list"
20124 * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list"
20125 Upstream suggests that this is not the right approach.
20126
20127 * [Config] Set default I/O scheduler to DEADLINE
20128 CFQ seems to have some load related problems which are often exacerbated by sreadahead.
20129 - LP: #381300
20130
20131 [ ubuntu@tjworld.net ]
20132
20133 * SAUCE: ipw2200: Enable LED by default
20134 - LP: #21367
20135
20136 [ Upstream Kernel Changes ]
20137
20138 * ALSA: hda - Add support for new AMD HD audio devices
20139 - LP: #430564
20140
20141 -- Andy Whitcroft <apw@canonical.com> Wed, 16 Sep 2009 15:37:49 +0100
20142
20143linux (2.6.31-10.34) karmic; urgency=low
20144
20145 [ Ted Tso ]
20146
20147 * [Upstream] ext3: Don't update superblock write time when filesystem is
20148 read-only
20149 - LP: #427822
20150
20151 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 16:00:45 -0600
20152
20153linux (2.6.31-10.33) karmic; urgency=low
20154
20155 [ Leann Ogasawara ]
20156
20157 * [Upstream] dvb-usb: fix tuning with Cinergy T2
20158 - LP: #421258
20159
20160 [ Tim Gardner ]
20161
20162 * [Config] Unconditionally copy files from sub-flavours lists.
20163 (really, really fix it this time)
20164 - LP: #423426
20165 * [Config] Set CONFIG_CACHEFILES=m for all flavours
20166
20167 [ Upstream Kernel Changes ]
20168
20169 * ext4: Don't update superblock write time when filesystem is read-only
20170 - LP: #427822
20171
20172 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 07:50:21 -0600
20173
20174linux (2.6.31-10.32) karmic; urgency=low
20175
20176 [ Eric Miao ]
20177
20178 * [Config] enable module support for memory stick
20179 - LP: #159951
20180
20181 [ Tim Gardner ]
20182
20183 * [Config] Unconditionally copy files from sub-flavours lists.
20184 - LP: #423426
20185
20186 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Sep 2009 15:57:55 -0600
20187
20188linux (2.6.31-10.31) karmic; urgency=low
20189
20190 [ Andy Whitcroft ]
20191
20192 * rebase to v2.6.31 final
20193
20194 [ Colin Watson ]
20195
20196 * [Config] Recommend grub-pc in linux-image
20197 - LP: #385741
20198
20199 [ Ike Panhc ]
20200
20201 * [Upstream] Pull latest update of lenovo-sl-laptop
20202
20203 [ Peter Feuerer ]
20204
20205 * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150
20206 model
20207 - LP: #426691
20208
20209 [ Tim Gardner ]
20210
20211 * [Config] De-macro some package names.
20212
20213 [ Upstream Changes ]
20214
20215 * rebase to 2.6.31 final.
20216
20217 -- Andy Whitcroft <apw@canonical.com> Thu, 10 Sep 2009 09:38:10 +0100
20218
20219linux (2.6.31-10.30) karmic; urgency=low
20220
20221 [ Amit Kucheria ]
20222
20223 * [Config] Enable CONFIG_USB_DEVICEFS
20224 - LP: #417748
20225 * [Config] Populate the config-update template a bit more
20226
20227 [ Andy Whitcroft ]
20228
20229 * rebase to v2.6.31-rc9
20230 * [Config] update configs following rebase to v2.6.31-rc9
20231 * [Config] update ports configs following rebase to v2.6.31-rc9
20232
20233 [ Colin Ian King ]
20234
20235 * SAUCE: wireless: hostap, fix oops due to early probing interrupt
20236 - LP: #254837
20237
20238 [ Jerone Young ]
20239
20240 * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux)
20241 white-list
20242 - LP: #281732
20243 * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux)
20244 white-list
20245 - LP: #281732
20246 * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux)
20247 white-list
20248 - LP: #281732
20249 * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux)
20250 white-list
20251 - LP: #281732
20252 * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux)
20253 white-list
20254 - LP: #281732
20255
20256 [ John Johansen ]
20257
20258 * SAUCE: AppArmor: Fix profile attachment for regexp based profile names
20259 - LP: #419308
20260 * SAUCE: AppArmor: Return the correct error codes on profile
20261 addition/removal
20262 - LP: #408473
20263 * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list
20264 - LP: #408454
20265 * SAUCE: AppArmor: Fix mapping of pux to new internal permission format
20266 - LP: #419222
20267 * SAUCE: AppArmor: Fix change_profile failure
20268 - LP: #401931
20269 * SAUCE: AppArmor: Tell git to ignore generated include files
20270 - LP: #419505
20271
20272 [ Stefan Bader ]
20273
20274 * [Upstream] acpi: video: Loosen strictness of video bus detection code
20275 - LP: #333386
20276 * SAUCE: Remove ov511 driver from ubuntu subdirectory
20277
20278 [ Tim Gardner ]
20279
20280 * [Config] Exclude char-modules from non-x86 udeb creation
20281 * SAUCE: Notify the ACPI call chain of AC events
20282 * [Config] CONFIG_SATA_VIA=m
20283 - LP: #403385
20284 * [Config] Build in all phylib support modules.
20285 * [Config] Don't fail when sub-flavour files are missing
20286 - LP: #423426
20287 * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0
20288 - LP: #423513
20289
20290 [ Upstream ]
20291
20292 * Rebased against v2.6.31-rc9
20293
20294 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Sep 2009 11:33:45 +0100
20295
20296linux (2.6.31-9.29) karmic; urgency=low
20297
20298 [ Leann Ogasawara ]
20299
20300 * [Upstream] agp/intel: support for new chip variant of IGDNG mobile
20301 - LP: #419993
20302 * [Config] d-i/modules: Add new char-modules file, initialize with
20303 intel-agp
20304 - LP: #420605
20305
20306 [ Upstream ]
20307
20308 * Rebased against 2.6.31-rc8 plus some inotify regression patches:
20309 up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
20310 adda766193ea1cf3137484a9521972d080d0b7af.
20311
20312 -- Tim Gardner <tim.gardner@canonical.com> Fri, 28 Aug 2009 06:31:30 -0600
20313
20314linux (2.6.31-8.28) karmic; urgency=low
20315
20316 [ Ike Panhc ]
20317
20318 * [Config] Let nic-shared-modules depends on crypto-modules
20319 - LP: #360966
20320
20321 [ Leann Ogasawara ]
20322
20323 * [Upstream] (drop after 2.6.31) drm/i915: increase default latency
20324 constant
20325 - LP: #412492
20326
20327 [ Mario Limonciello ]
20328
20329 * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock
20330 status if HW switch is disabled
20331 - LP: #418721
20332 * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known
20333 Compal made Dell laptops
20334 * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support
20335 with rfkill support
20336
20337 [ Tim Gardner ]
20338
20339 * [Config] Add acpiphp to virtual sub-flavour
20340 - LP: #364916
20341 * Drop KSM patch set for now because of instabilities with encrypted swap.
20342 - LP: #418781
20343
20344 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2009 08:14:26 -0600
20345
20346linux (2.6.31-7.27) karmic; urgency=low
20347
20348 [ Tim Gardner ]
20349
20350 * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase
20351 * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18
20352 Replaces previous ksm patches from 2.6.31-6.25
20353 * [Config] KSM=y
20354
20355 [ Upstream ]
20356
20357 * Rebased against v2.6.31-rc7
20358
20359 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Aug 2009 20:32:11 -0600
20360
20361linux (2.6.31-6.26) karmic; urgency=low
20362
20363 [ Andy Whitcroft ]
20364
20365 * [Config] enable CONFIG_AUFS_BR_RAMFS
20366 - LP: #414738
20367 * split out debian directory ready for abstraction
20368 * add printdebian target to find branch target
20369 * abstracted debian -- debian/files is not abstracted
20370 * abstracted debian -- packages must be built in debian/<pkg>
20371 * abstracted debian -- kernel-wedge needs to work in debian/
20372 * abstracted debian -- ensure we install the copyright file
20373 * abstracted-debian -- drop the debian directories from headers
20374 * abstracted-debian -- drop the debian directories from headers part 2
20375 * SAUCE: ubuntu-insert-changes -- follow abstracted debian
20376 * [Upstream] aoe: ensure we initialise the request_queue correctly V2
20377 - LP: #410198
20378
20379 [ Luke Yelavich ]
20380
20381 * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp
20382 * [Config] Ports: Re-enable windfarm modules on powerpc64-smp
20383 - LP: #413150
20384 * [Config] Ports: Build all cpu frequency scaling governors into ports
20385 kernels
20386 * [Config] Ports: Build ext2 and ext3 modules into ports kernels
20387 * [Config] Ports: CONFIG_PACKET=y for all ports kernels
20388 * [Config] Ports: Enable PS3 network driver
20389
20390 [ Stefan Bader ]
20391
20392 * abstracted debian -- call $(DEBIAN)/rules using make
20393
20394 [ Tim Gardner ]
20395
20396 * [Config] Abstract the debian directory
20397 * SAUCE: Improve error reporting in postinst
20398 - LP: #358564
20399
20400 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Aug 2009 20:33:28 -0600
20401
20402linux (2.6.31-6.25) karmic; urgency=low
20403
20404 [ Andy Whitcroft ]
20405
20406 * script to generate Ubuntu changes from changelog
20407 * [Config] standardise ANDROID options
20408 * [Config] standardise CONFIG_ATM as module
20409 * [Config] standardise CONFIG_LIB80211 as module
20410 * [Config] disable CONFIG_PRINT_QUOTA_WARNING
20411 * [Config] set CONFIG_CRAMFS as module
20412 * [Config] enable CONFIG_DAB and modules
20413 * [Config] set CONFIG_MAC80211_HWSIM as module
20414 * [Config] set CONFIG_NET_CLS_FLOW as module
20415 * [Config] set CONFIG_NF_CONNTRACK_SANE as module
20416 * [Config] set CONFIG_NF_CT_PROTO_DCCP as module
20417 * [Config] set CONFIG_RTC_DRV_DS1511 as module
20418 * [Config] set CONFIG_RTC_DRV_R9701 as module
20419 * [Config] set CONFIG_RTC_DRV_S35390A as module
20420 * [Config] set CONFIG_TOIM3232_DONGLE as module
20421 * [Config] standardise CONFIG_USB_MIDI_GADGET as module
20422 * [Config] standardise CONFIG_USB_G_PRINTER as module
20423 * [Config] standardise CONFIG_USB_SERIAL_IR as module
20424 * [Config] set CONFIG_USB_SERIAL_IUU as module
20425 * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module
20426 * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module
20427 * cleanup remains of dm-loop
20428 * drop thinkpad ec and smapi support
20429 * drop appleir
20430 * [Config] update configs following rebase to v2.6.31-rc6
20431 * rebase to v2.6.31-rc6
20432
20433 [ Hugh Dickins ]
20434
20435 * SAUCE: ksm patch 1, drop after 2.6.31
20436 * SAUCE: ksm patch 2, drop after 2.6.31
20437 * SAUCE: ksm patch 3, drop after 2.6.31
20438 * SAUCE: ksm patch 4, drop after 2.6.31
20439 * SAUCE: ksm patch 5, drop after 2.6.31
20440 * SAUCE: ksm patch 7, drop after 2.6.31
20441
20442 [ Izik Eidus ]
20443
20444 * SAUCE: ksm patch 0, drop after 2.6.31
20445 * SAUCE: ksm patch 6, drop after 2.6.31
20446 * SAUCE: ksm patch 8, drop after 2.6.31
20447 * SAUCE: ksm patch 9, drop after 2.6.31
20448
20449 [ Luke Yelavich ]
20450
20451 * [Config] Ports: Re-add PS3 modules to udebs
20452
20453 [ Michael Casadevall ]
20454
20455 * [Config] Update SPARC config and d-i files to reflect what can be built
20456
20457 [ Tim Gardner ]
20458
20459 * [Config] Removed armel package support
20460 * [Config] Enabled CONFIG_KSM=y
20461
20462 [ Upstream Kernel Changes ]
20463
20464 * Rebased against v2.6.31-rc6
20465 * ARM: Cleanup: Revert "ARM: Add more cache memory types macros"
20466 * ARM: Cleanup: Revert "Do not use OOB with MLC NAND"
20467 * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers"
20468 * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile"
20469 * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c
20470 changes"
20471 * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix"
20472 * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system
20473 revision"
20474 * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver
20475 by default"
20476 * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC"
20477 * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable
20478 ARCH_MXC_CANONICAL"
20479 * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable
20480 CONFIG_GPIOLIB"
20481 * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on
20482 2.6.31"
20483 * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51"
20484 * ARM: Cleanup: Revert "ARM: IMX51: Make it compile."
20485 * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including
20486 mxc_uart.h _everywhere_"
20487 * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the
20488 correct location"
20489 * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to
20490 snd_card_create"
20491 * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig"
20492 * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype"
20493 * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure."
20494 * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for
20495 mxc_map_io."
20496 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
20497 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
20498 * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced
20499 with snd_soc_card."
20500 * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card
20501 structure"
20502 * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for
20503 DMA_MODE_READ/WRITE/MASK"
20504 * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for
20505 Freescale mx51 platform"
20506 * Driver core: add new device to bus's list before probing
20507 * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at
20508 power-saving
20509 - LP: #381693, #399750, #380892
20510
20511 -- Andy Whitcroft <apw@canonical.com> Fri, 14 Aug 2009 11:32:23 +0100
20512
20513linux (2.6.31-5.24) karmic; urgency=low
20514
20515 [ Amit Kucheria ]
20516
20517 * ARM: IMX51: Make video capture drivers compile
20518 * [Config] IMX51: Config updates
20519
20520 [ Andy Whitcroft ]
20521
20522 * remove leftovers of dm-bbr
20523
20524 [ Leann Ogasawara ]
20525
20526 * Add pata_cs5535 to pata-modules
20527 - LP: #318805
20528
20529 [ Luke Yelavich ]
20530
20531 * [Config] CONFIG_PPC64=y for powerpc64-smp
20532 * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp
20533 * [Config] CONFIG_PPC_PS3=y for powerpc64-smp
20534 * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp
20535 * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp
20536 * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp
20537 * [Config] Enable all PS3 drivers in powerpc64-smp
20538
20539 [ Mario Limonciello ]
20540
20541 * LIRC -- fix lirc-i2c 2.6.31 compilation
20542
20543 [ Matthew Garrett ]
20544
20545 * [Upstream] dell-laptop: Fix rfkill state queries
20546
20547 [ Tim Gardner ]
20548
20549 * [Config] Ignore armel ABI and module changes
20550 * [Config] Update configs after rebase against 2.6.31-rc5
20551
20552 [ Upstream ]
20553
20554 * Rebased to 2.6.31-rc5
20555
20556 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2009 10:10:09 +0100
20557
20558linux (2.6.31-4.23) karmic; urgency=low
20559
20560 [ Andy Whitcroft ]
20561
20562 * AUFS -- update to aufs2-30 20090727
20563 * [Config] enable AUFS FUSE support
20564
20565 [ Luke Yelavich ]
20566
20567 * [Config] CONFIG_JFS_FS=m on sparc
20568
20569 [ Tim Gardner ]
20570
20571 * [Upstream] dell-laptop: Fix rfkill state setting.
20572
20573 -- Andy Whitcroft <apw@canonical.com> Mon, 27 Jul 2009 11:11:47 +0100
20574
20575linux (2.6.31-4.22) karmic; urgency=low
20576
20577 [ Amit Kucheria ]
20578
20579 * ARM: IMX51: Add SoC and board support for Freescale mx51 platform
20580 * ARM: IMX51: Move board-mx51* header files to the correct location
20581 * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_
20582 * ARM: IMX51: Make it compile.
20583 * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB
20584 * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL
20585 * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC
20586 * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default
20587 * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes
20588 * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef
20589 * ARM: staging: udlfb: Add vmalloc.h include
20590 * UBUNTU [Config]: Bring imx51 config upto date with other flavours
20591
20592 [ Brad Figg ]
20593
20594 * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK
20595 * ARM: IMX51: codec structure was moved to the card structure
20596 * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card.
20597 * ARM: IMX51: Get to bus_id by calling dev_name.
20598 * ARM: IMX51: Get to bus_id by calling dev_name.
20599 * ARM: IMX51: Added external declaration for mxc_map_io.
20600 * ARM: IMX51: Removed the mxc_gpio_port structure.
20601 * ARM: IMX51: mxc_timer_init prototype
20602 * ARM: IMX51: Fix up merge error in Kconfig
20603 * ARM: IMX51: Changed from snd_card_new to snd_card_create
20604
20605 [ Dinh Nguyen ]
20606
20607 * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51
20608 * ARM: IMX51: Minimal changes for USB to work on 2.6.31
20609 * ARM: IMX51: Babbage 2.5 needs a different system revision
20610 * ARM: IMX51: IPU irq handler deadlock fix
20611
20612 [ Tim Gardner ]
20613
20614 * [Config] Enabled CONFIG_CAN=m
20615 - LP: #327243
20616 * [Config] Enabled CONFIG_SERIAL=m
20617 - LP: #397189
20618
20619 -- Tim Gardner <tim.gardner@canonical.com> Fri, 24 Jul 2009 06:19:10 -0600
20620
20621linux (2.6.31-4.21) karmic; urgency=low
20622
20623 [ Amit Kucheria ]
20624
20625 * dm-raid-4-5: Add missing brackets around test_bit()
20626
20627 [ John Johansen ]
20628
20629 * AppArmor: Fix change_profile failing lpn401931
20630 * AppArmor: Fix determination of forced AUDIT messages.
20631 * AppArmor: Fix oops in auditing of the policy interface offset
20632
20633 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 19:18:30 +0100
20634
20635linux (2.6.31-4.20) karmic; urgency=low
20636
20637 [ Andy Whitcroft ]
20638
20639 * SAUCE: iscsitarget -- update to SVN revision r214
20640 * SAUCE: iscsitarget -- renable driver
20641 * [Config] consolidate lpia/lpia and i386/generic configs
20642 * [Config] enable CRYPTO modules for all architectures
20643 * [Config] enable cryptoloop
20644 * [Config] enable various filesystems for armel
20645 * [Config] sync i386 generic and generic-pae
20646 * [Config] add the 386 (486 processors and above) flavour
20647 * [Config] re-set DEFAULT_MMAP_MIN_ADDR
20648 - LP: #399914
20649 * add genconfigs/genportsconfigs to extract the built configs
20650 * updateconfigs -- alter concatenation order allow easier updates
20651 * intelfb -- INTELFB now conflicts with DRM_I915
20652 * printchanges -- rebase tree does not have stable tags use changelog
20653 * AppArmor: fix argument size missmatch on 64 bit builds
20654
20655 [ Ike Panhc ]
20656
20657 * Ship bnx2x firmware in nic-modules udeb
20658 - LP: #360966
20659
20660 [ Jeff Mahoney ]
20661
20662 * AppArmor: fix build failure on ia64
20663
20664 [ John Johansen ]
20665
20666 * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to
20667 initialize.
20668 * AppArmour: fix auditing of domain transitions to include target profile
20669 information
20670 * AppArmor: fix C99 violation
20671 * AppArmor: revert reporting of create to write permission.
20672 * SAUCE: Add config option to set a default LSM
20673 * [Config] enable AppArmor by default
20674 * AppArmor: Fix NULL pointer dereference oops in profile attachment.
20675
20676 [ Keith Packard ]
20677
20678 * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class
20679 hardware
20680 - LP: #351756
20681
20682 [ Luke Yelavich ]
20683
20684 * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel
20685 header packages
20686 - LP: #355344
20687
20688 [ Michael Casadevall ]
20689
20690 * [Config] update SPARC config files to allow success build
20691
20692 [ Scott James Remnant ]
20693
20694 * SAUCE: trace: add trace_event for the open() syscall
20695
20696 [ Stefan Bader ]
20697
20698 * SAUCE: jfs: Fix early release of acl in jfs_get_acl
20699 - LP: #396780
20700
20701 [ Tim Gardner ]
20702
20703 * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release
20704 - LP: #397499
20705 * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727
20706 refresh
20707 - LP: #365291
20708 * [Config] SSB/B44 are common across all arches/flavours.
20709
20710 [ Upstream ]
20711
20712 * Rebased to 2.6.31-rc4
20713
20714 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 08:41:39 +0100
20715
20716linux (2.6.31-3.19) karmic; urgency=low
20717
20718 [ Andy Whitcroft ]
20719
20720 * Revert "[Config] Disabled NDISWRAPPER"
20721 * ndiswrapper -- fix i386 compilation failures on cmpxchg8b
20722 * AUFS -- export various core functions
20723 * AUFS -- export various core functions -- fixes
20724 * AUFS -- core filesystem
20725 * AUFS -- track changes in v2.6.31
20726 * [Config] Enable AUFS
20727 * droppped 'iwl3945: do not send scan command if channel count zero' as it
20728 is already upstream but failed to auto-drop on rebase.
20729
20730 [ Eric Paris ]
20731
20732 * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user
20733 choose
20734 * SAUCE: inotify: check filename before dropping repeat events
20735 * SAUCE: fsnotify: fix inotify tail drop check with path entries
20736
20737 -- Andy Whitcroft <apw@canonical.com> Tue, 14 Jul 2009 12:52:55 +0100
20738
20739linux (2.6.31-3.18) karmic; urgency=low
20740
20741 [ Andy Whitcroft ]
20742
20743 * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by
20744 AUFS"
20745 * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS"
20746 * Revert "Add sec_perm-2.6.24.patch from AUFS - export
20747 security_inode_permission"
20748 * clear out left over AUFS files and modifications
20749
20750 [ Luke Yelavich ]
20751
20752 * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc
20753 * SAUCE: Explicitly include header files to allow apparmor to build on
20754 powerpc
20755 * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc
20756
20757 [ Tim Gardner ]
20758
20759 * [Config] Dropped ubuntu/misc/wireless/acx
20760 * [Config] Disabled NDISWRAPPER until the compile issues are fixed.
20761
20762 [ Upstream ]
20763
20764 * Rebased to 2.6.31-rc3
20765
20766 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 18:59:33 +0100
20767
20768linux (2.6.31-2.17) karmic; urgency=low
20769
20770 [ Andy Whitcroft ]
20771
20772 * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc
20773 * compcache -- remove redundant Kconfig entries part 2
20774 * compcache -- clean up CCFLAGS declarations
20775 * [Config] enable AppArmor
20776 * AppArmor: fix operator precidence issue in as_path_link
20777
20778 [ John Johansen ]
20779
20780 * AppArmor security module
20781 * AppArmor: Correct mapping of file permissions.
20782 * AppArmor: Turn auditing of ptrace on
20783
20784 [ Luke Yelavich ]
20785
20786 * [Config] disable CONFIG_DM_RAID45 on powerpc
20787
20788 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 15:02:05 +0100
20789
20790linux (2.6.31-2.16) karmic; urgency=low
20791
20792 [ Andy Whitcroft ]
20793
20794 * compcache -- remove redundant Kconfig entries
20795 added ignore and ignore.modules for all arches since the compcache update
20796 changes the modules names as well as some compcache ABI values.
20797
20798 [ Manoj Iyer ]
20799
20800 * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3)
20801 * SAUCE: update compcache version to 0.5.3
20802
20803 [ Tim Gardner ]
20804
20805 * [Config]: Fix sparc FTBS by adding ignore.modules
20806
20807 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jul 2009 13:35:29 -0600
20808
20809linux (2.6.31-2.15) karmic; urgency=low
20810
20811 [ Andy Whitcroft ]
20812
20813 * SAUCE: default ATI Radeon KMS to off until userspace catches up
20814 * [Config] Update configs following rebase to 2.6.31-rc2
20815 * [Config] update ports configs following update to 2.6.31-rc2
20816
20817 [ Luke Yelavich ]
20818
20819 * [Config] powerpc - Disable CONFIG_RDS
20820
20821 [ Matt Zimmerman ]
20822
20823 * Rename linux-doc-PKGVER to linux-doc and clean up its description
20824 - LP: #382115
20825
20826 [ Upstream Kernel Changes ]
20827
20828 * rebased to mainline 2.6.31-rc2
20829
20830 -- Andy Whitcroft <apw@canonical.com> Sat, 04 Jul 2009 17:39:13 +0100
20831
20832linux (2.6.31-1.14) karmic; urgency=low
20833
20834 [ Andy Whitcroft ]
20835
20836 * update ndiswrapper to 1.55
20837 * remove leftovers of gfs
20838 * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR
20839
20840 [ Luke Yelavich ]
20841
20842 * [Config] re-enable and build the ide-pmac driver into powerpc kernels
20843 * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the
20844 kernel
20845
20846 [ Manoj Iyer ]
20847
20848 * Remove snd-bt-sco ubuntu driver
20849
20850 [ Michael Casadevall ]
20851
20852 * [Config] updates ia64 config and d-i folders to allow succesful build
20853 * [Config] Update powerpc and sparc for 2.6.31
20854
20855 [ Upstream Kernel Changes ]
20856
20857 * intel-iommu: fix Identity Mapping to be arch independent
20858 - LP: #384695
20859 * ACPI: video: prevent NULL deref in acpi_get_pci_dev()
20860
20861 -- Andy Whitcroft <apw@canonical.com> Tue, 30 Jun 2009 17:47:32 +0100
20862
20863linux (2.6.31-1.13) karmic; urgency=low
20864
20865 [ Andy Whitcroft ]
20866
20867 * REBASE: rebased to mainline 2.6.31-rc1
20868 - "UBUNTU: SAUCE: UHCI USB quirk for resume"
20869 no longer applies, using deprecated interfaces, LPIA only, dropped
20870 - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data"
20871 changes now upstream, dropped
20872 * [Config] Update configs following rebase to 2.6.31-rc1
20873 * [Config] update ports configs following update to 2.6.31-rc1
20874
20875 * [Config] disable broken staging driver CONFIG_STLC45XX
20876 * SAUCE: fix compcache to use updates accessors
20877 * [Config] disable staging driver CONFIG_VT6655
20878 * SAUCE: fix DRDB to use updates accessors
20879 * [Disable] ndiswrapper needs update
20880 * [Disable] LIRC I2C needs update
20881 * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update
20882 * [Config] disable I2C_DESIGNWARE does not compile
20883 * [Config] disable CONFIG_TLSUP for lpia
20884 * [Config] disable CONFIG_FB_UDL for arm
20885 * SAUCE: disable adding scsi headers to linux-libc-dev
20886
20887 [ Mario Limonciello ]
20888
20889 * SAUCE: Add LIRC drivers
20890
20891 -- Andy Whitcroft <apw@canonical.com> Thu, 25 Jun 2009 12:06:22 +0100
20892
20893linux (2.6.30-10.12) karmic; urgency=low
20894
20895 [ Andy Whitcroft ]
20896
20897 * [Config] split out the ports configs into their own family
20898 * [Config] update configs following introduction of ports family
20899
20900 [ Upstream Kernel Changes ]
20901
20902 * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its
20903 description". Fixes linux-doc package name conflicts for now.
20904 - LP: #382115
20905
20906 -- Tim Gardner <tim.gardner@canonical.com> Mon, 22 Jun 2009 09:17:14 -0600
20907
20908linux (2.6.30-10.11) karmic; urgency=low
20909
20910 [ Amit Kucheria ]
20911
20912 * [Config] Comment splitconfig.pl and misc cleanup
20913 * [Config] Rename all configs to the new naming scheme
20914 * [Config] Splitconfig rework
20915 * [Config] Rename scripts/misc/oldconfig to kernelconfig
20916 * [Config] Fix build system for new config split
20917 * [Config] Run updateconfigs after the splitconfig rework
20918
20919 [ Andy Whitcroft ]
20920
20921 * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y"
20922 * [Config] standardise CONFIG_STAGING=y
20923 * [Config] standardise CONFIG_RD_LZMA=y
20924 * [Config] CONFIG_PCI_IOV=y
20925 * [Config] CONFIG_PCI_STUB=m
20926 * [Config] merge kernel configs more agressively
20927
20928 [ Colin Watson ]
20929
20930 * [Config] Run kernel-wedge in $(builddir) rather than at the top level
20931 * [Config] Add support for including firmware in udebs
20932 * [Config] Ship bnx2 firmware in nic-modules udeb
20933 - LP: #384861
20934
20935 [ Luke Yelavich ]
20936
20937 * [Config] ports - Import of ports architectures into kernel packaging
20938 infrastructure
20939 * [Config] ports - Do not update ports kernel configurations by default
20940 * [Config] ports - Disable ABI checking for ports architectures
20941 * [Config] ports - Build drivers in ubuntu sub-directory on powerpc
20942 * [Config] ports - Add control.d/vars.* files for ports architectures
20943 * [Config] ports - Add ports architectures for linux-libc-dev
20944 * [Config] ports - Create powerpc specific message-modules and
20945 block-modules udebs
20946 * [Config] ports - Add configuration files for ports architectures
20947
20948 [ Manoj Iyer ]
20949
20950 * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386
20951 - LP: #329864
20952
20953 [ Michael Casadevall ]
20954
20955 * [Config] ports - Fix compression of kernels
20956
20957 [ Stefan Bader ]
20958
20959 * [Upstream] mmc: prevent dangling block device from accessing stale
20960 queues
20961 - LP: #383668
20962
20963 [ Tim Gardner ]
20964
20965 * [Config] Recommend grub-pc in linux-image
20966 - LP: #385741
20967 * [Config] Implement i386 generic and generic-pae flavours
20968 * [Config] ports - Add control info after integrating ports arches
20969 * [Config] Removed auto-generated files from git
20970 * [Config] Added netxen_nic to nic-modules
20971 - LP: #389603
20972
20973 [ Matt Zimmerman ]
20974
20975 * Rename linux-doc-PKGVER to linux-doc and clean up its description
20976 - LP: #382115
20977
20978 -- Tim Gardner <tim.gardner@canonical.com> Mon, 15 Jun 2009 14:38:26 -0600
20979
20980linux (2.6.30-9.10) karmic; urgency=low
20981
20982 [ Andy Whitcroft ]
20983
20984 * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia)
20985 * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia)
20986 * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia)
20987 * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64)
20988 * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia)
20989 * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386)
20990
20991 [ Upstream Kernel Changes ]
20992
20993 * rebased to 2.6.30 final
20994
20995 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jun 2009 11:42:53 +0100
20996
20997linux (2.6.30-8.9) karmic; urgency=low
20998
20999 [ Andy Whitcroft ]
21000
21001 * Config update removed the following options:
21002 CONFIG_EDAC_AMD8111=m
21003 CONFIG_EDAC_AMD8131=m
21004
21005 [ Upstream Kernel Changes ]
21006
21007 * rebased to 2.6.30-rc8
21008
21009 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Jun 2009 09:21:13 +0100
21010
21011linux (2.6.30-7.8) karmic; urgency=low
21012
21013 [ Andy Whitcroft ]
21014
21015 * Enabled NEW configration options:
21016 Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y
21017 Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M
21018
21019 [ Upstream Kernel Changes ]
21020
21021 * rebased to 2.6.30-rc7
21022
21023 -- Andy Whitcroft <apw@canonical.com> Sat, 23 May 2009 23:47:24 +0100
21024
21025linux (2.6.30-6.7) karmic; urgency=low
21026
21027 [ Andy Whitcroft ]
21028
21029 * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now
21030 upstream)
21031
21032 [ Upstream Kernel Changes ]
21033
21034 * rebased to 2.6.30-rc6
21035
21036 -- Andy Whitcroft <apw@canonical.com> Mon, 18 May 2009 18:05:54 +0100
21037
21038linux (2.6.30-5.6) karmic; urgency=low
21039
21040 [ Tim Gardner ]
21041
21042 * [Config] Enable Keyspan USB serial device firmware in kernel module
21043 - LP: #334285
21044
21045 [ Upstream Kernel Changes ]
21046
21047 * rebased to 2.6.30-rc5
21048
21049 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 May 2009 12:02:16 -0600
21050
21051linux (2.6.30-4.5) karmic; urgency=low
21052
21053 [ Colin Watson ]
21054
21055 * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid
21056 /usr/include/asm/* going missing
21057 - LP: #373214
21058
21059 -- Stefan Bader <stefan.bader@canonical.com> Fri, 08 May 2009 11:09:08 +0200
21060
21061linux (2.6.30-3.4) karmic; urgency=low
21062
21063 [ Kees Cook ]
21064
21065 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
21066 - LP: #369978
21067
21068 [ Stefan Bader ]
21069
21070 * SAUCE: input: Blacklist digitizers from joydev.c
21071 - LP: #300143
21072
21073 -- Tim Gardner <tim.gardner@canonical.com> Fri, 01 May 2009 14:00:42 -0600
21074
21075linux (2.6.30-2.3) karmic; urgency=low
21076
21077 [ Tim Gardner ]
21078
21079 * [Config] Enabled CC_STACKPROTECTOR=y for all x86en
21080 - LP: #369152
21081 * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y
21082 * [Config] CONFIG_DRM_I915_KMS=y
21083 * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH
21084 minimums
21085
21086 [ Upstream Kernel Changes ]
21087
21088 * rebased to 2.6.30-rc4
21089
21090 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Apr 2009 09:17:05 -0600
21091
21092linux (2.6.30-1.2) karmic; urgency=low
21093
21094 [ Tim Gardner ]
21095
21096 * [Config] armel: disable staging drivers, fixes FTBS
21097 * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS
21098
21099 [ Upstream Kernel Changes ]
21100
21101 * mpt2sas: Change reset_type enum to avoid namespace collision.
21102 Submitted upstream.
21103
21104 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 Apr 2009 16:54:41 -0600
21105
21106linux (2.6.30-1.1) karmic; urgency=low
21107
21108 * Initial release after rebasing against v2.6.30-rc3
21109
21110 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Mar 2009 19:16:07 -0600
21111