]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - debian.master/changelog
2a34e8f5ed11f5a6ff052defba56345bd803b7de
[mirror_ubuntu-artful-kernel.git] / debian.master / changelog
1 linux (4.4.0-50.71) xenial; urgency=low
2
3 [ Luis Henriques ]
4
5 * Release Tracking Bug
6 - LP: #1644169
7
8 * xenial 4.4.0-49.70 kernel breaks LXD userspace (LP: #1644165)
9 - Revert "UBUNTU: SAUCE: (namespace) fuse: Allow user namespace mounts by
10 default"
11 - Revert "UBUNTU: SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for
12 userns root"
13 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Don't remove suid for
14 CAP_FSETID in s_user_ns""
15 - Revert "UBUNTU: SAUCE: (namespace) fs: Allow superblock owner to change
16 ownership of inodes"
17 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Allow superblock owner to
18 change ownership of inodes with unmappable ids""
19 - Revert "UBUNTU: SAUCE: (namespace) security/integrity: Harden against
20 malformed xattrs"
21 - Revert "(namespace) Revert "UBUNTU: SAUCE: ima/evm: Allow root in s_user_ns
22 to set xattrs""
23 - Revert "(namespace) dquot: For now explicitly don't support filesystems
24 outside of init_user_ns"
25 - Revert "(namespace) quota: Handle quota data stored in s_user_ns in
26 quota_setxquota"
27 - Revert "(namespace) quota: Ensure qids map to the filesystem"
28 - Revert "(namespace) Revert "UBUNTU: SAUCE: quota: Convert ids relative to
29 s_user_ns""
30 - Revert "(namespace) Revert "UBUNTU: SAUCE: quota: Require that qids passed
31 to dqget() be valid and map into s_user_ns""
32 - Revert "(namespace) vfs: Don't create inodes with a uid or gid unknown to
33 the vfs"
34 - Revert "(namespace) vfs: Don't modify inodes with a uid or gid unknown to
35 the vfs"
36 - Revert "UBUNTU: SAUCE: (namespace) fuse: Translate ids in posix acl xattrs"
37 - Revert "UBUNTU: SAUCE: (namespace) posix_acl: Export
38 posix_acl_fix_xattr_userns() to modules"
39 - Revert "(namespace) vfs: Verify acls are valid within superblock's
40 s_user_ns."
41 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to
42 handle user namespace mounts""
43 - Revert "(namespace) fs: Refuse uid/gid changes which don't map into
44 s_user_ns"
45 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes which
46 don't map into s_user_ns""
47 - Revert "(namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns"
48
49 -- Luis Henriques <luis.henriques@canonical.com> Wed, 23 Nov 2016 10:16:31 +0000
50
51 linux (4.4.0-49.70) xenial; urgency=low
52
53 [ Luis Henriques ]
54
55 * Release Tracking Bug
56 - LP: #1640921
57
58 * Infiniband driver (kernel module) needed for Azure (LP: #1641139)
59 - SAUCE: RDMA Infiniband for Windows Azure
60 - [Config] CONFIG_HYPERV_INFINIBAND_ND=m
61 - SAUCE: Makefile RDMA infiniband driver for Windows Azure
62 - [Config] Add hv_network_direct.ko to generic inclusion list
63 - SAUCE: RDMA Infiniband for Windows Azure is dependent on amd64
64
65 -- Luis Henriques <luis.henriques@canonical.com> Fri, 11 Nov 2016 15:36:20 +0000
66
67 linux (4.4.0-48.69) xenial; urgency=low
68
69 [ Luis Henriques ]
70
71 * Release Tracking Bug
72 - LP: #1640758
73
74 * lxc-attach to malicious container allows access to host (LP: #1639345)
75 - Revert "UBUNTU: SAUCE: (noup) ptrace: being capable wrt a process requires
76 mapped uids/gids"
77 - (upstream) mm: Add a user_ns owner to mm_struct and fix ptrace permission
78 checks
79
80 * take 'P' command from upstream xmon (LP: #1637978)
81 - powerpc/xmon: Add xmon command to dump process/task similar to ps(1)
82
83 * zfs: importing zpool with vdev on zvol hangs kernel (LP: #1636517)
84 - SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu15
85
86 * I2C touchpad does not work on AMD platform (LP: #1612006)
87 - pinctrl/amd: Configure GPIO register using BIOS settings
88 - pinctrl/amd: switch to using a bool for level
89
90 * [LTCTest] vfio_pci not loaded on Ubuntu 16.10 by default (LP: #1636733)
91 - [Config] CONFIG_VFIO_PCI=y for ppc64el
92
93 * QEMU throws failure msg while booting guest with SRIOV VF (LP: #1630554)
94 - KVM: PPC: Always select KVM_VFIO, plus Makefile cleanup
95
96 * Allow fuse user namespace mounts by default in xenial (LP: #1634964)
97 - (namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns
98 - (namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes which don't
99 map into s_user_ns"
100 - (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
101 - (namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to handle
102 user namespace mounts"
103 - (namespace) vfs: Verify acls are valid within superblock's s_user_ns.
104 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
105 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
106 - (namespace) vfs: Don't modify inodes with a uid or gid unknown to the vfs
107 - (namespace) vfs: Don't create inodes with a uid or gid unknown to the vfs
108 - (namespace) Revert "UBUNTU: SAUCE: quota: Require that qids passed to
109 dqget() be valid and map into s_user_ns"
110 - (namespace) Revert "UBUNTU: SAUCE: quota: Convert ids relative to s_user_ns"
111 - (namespace) quota: Ensure qids map to the filesystem
112 - (namespace) quota: Handle quota data stored in s_user_ns in quota_setxquota
113 - (namespace) dquot: For now explicitly don't support filesystems outside of
114 init_user_ns
115 - (namespace) Revert "UBUNTU: SAUCE: ima/evm: Allow root in s_user_ns to set
116 xattrs"
117 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
118 - (namespace) Revert "UBUNTU: SAUCE: fs: Allow superblock owner to change
119 ownership of inodes with unmappable ids"
120 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
121 - (namespace) Revert "UBUNTU: SAUCE: fs: Don't remove suid for CAP_FSETID in
122 s_user_ns"
123 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
124 - SAUCE: (namespace) fuse: Allow user namespace mounts by default
125
126 * [Feature] KBL - New device ID for Kabypoint(KbP) (LP: #1591618)
127 - SAUCE: mfd: lpss: Fix Intel Kaby Lake PCH-H properties
128
129 * hio: SSD data corruption under stress test (LP: #1638700)
130 - SAUCE: hio: set bi_error field to signal an I/O error on a BIO
131 - SAUCE: hio: splitting bio in the entry of .make_request_fn
132
133 * Module sha1-mb fails to load (LP: #1637165)
134 - crypto: sha-mb - Fix load failure
135 - crypto: mcryptd - Fix load failure
136
137 * please include mlx5_core modules in linux-image-generic package
138 (LP: #1635223)
139 - [Config] Include mlx5 in main package
140
141 * xgene i2c slimpro driver fails to load (LP: #1625232)
142 - mailbox: Add support for APM X-Gene platform mailbox driver
143 - mailbox/xgene-slimpro: Checking for IS_ERR instead of NULL
144 - mailbox: xgene-slimpro: Fix wrong test for devm_kzalloc
145 - [Config] Enabled XGENE_SLIMPRO_MBOX as a module
146
147 * [Dell][XPS]Touchscreen fails to function after resume from s3 by Lid
148 close/open (LP: #1632527)
149 - gpio/pinctrl: sunxi: stop poking around in private vars
150 - pinctrl: intel: Only restore pins that are used by the driver
151
152 * Xenial update to v4.4.30 stable release (LP: #1638272)
153 - Revert "x86/mm: Expand the exception table logic to allow new handling
154 options"
155 - Revert "fix minor infoleak in get_user_ex()"
156 - Linux 4.4.30
157
158 * Xenial update to v4.4.29 stable release (LP: #1638267)
159 - drm/prime: Pass the right module owner through to dma_buf_export()
160 - drm/amdgpu: fix IB alignment for UVD
161 - drm/amdgpu/dce10: disable hpd on local panels
162 - drm/amdgpu/dce8: disable hpd on local panels
163 - drm/amdgpu/dce11: disable hpd on local panels
164 - drm/amdgpu/dce11: add missing drm_mode_config_cleanup call
165 - drm/amdgpu: change vblank_time's calculation method to reduce computational
166 error.
167 - drm/radeon: narrow asic_init for virtualization
168 - drm/radeon/si/dpm: fix phase shedding setup
169 - drm/radeon: change vblank_time's calculation method to reduce computational
170 error.
171 - drm/vmwgfx: Limit the user-space command buffer size
172 - drm/i915/gen9: fix the WaWmMemoryReadLatency implementation
173 - Revert "drm/i915: Check live status before reading edid"
174 - drm/i915: Account for TSEG size when determining 865G stolen base
175 - drm/i915: Unalias obj->phys_handle and obj->userptr
176 - mm/hugetlb: fix memory offline with hugepage size > memory block size
177 - posix_acl: Clear SGID bit when setting file permissions
178 - ipip: Properly mark ipip GRO packets as encapsulated.
179 - powerpc/eeh: Null check uses of eeh_pe_bus_get
180 - perf stat: Fix interval output values
181 - genirq/generic_chip: Add irq_unmap callback
182 - uio: fix dmem_region_start computation
183 - ARM: clk-imx35: fix name for ckil clk
184 - spi: spi-fsl-dspi: Drop extra spi_master_put in device remove function
185 - mwifiex: correct aid value during tdls setup
186 - crypto: gcm - Fix IV buffer size in crypto_gcm_setkey
187 - crypto: arm/ghash-ce - add missing async import/export
188 - hwrng: omap - Only fail if pm_runtime_get_sync returns < 0
189 - ASoC: topology: Fix error return code in soc_tplg_dapm_widget_create()
190 - ASoC: dapm: Fix possible uninitialized variable in snd_soc_dapm_get_volsw()
191 - ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channel
192 - ASoC: dapm: Fix kcontrol creation for output driver widget
193 - staging: r8188eu: Fix scheduling while atomic splat
194 - power: bq24257: Fix use of uninitialized pointer bq->charger
195 - dmaengine: ipu: remove bogus NO_IRQ reference
196 - x86/mm: Expand the exception table logic to allow new handling options
197 - s390/cio: fix accidental interrupt enabling during resume
198 - s390/con3270: fix use of uninitialised data
199 - s390/con3270: fix insufficient space padding
200 - clk: qoriq: fix a register offset error
201 - clk: divider: Fix clk_divider_round_rate() to use clk_readl()
202 - perf hists browser: Fix event group display
203 - perf symbols: Check symbol_conf.allow_aliases for kallsyms loading too
204 - perf symbols: Fixup symbol sizes before picking best ones
205 - mpt3sas: Don't spam logs if logging level is 0
206 - powerpc/nvram: Fix an incorrect partition merge
207 - ARM: pxa: pxa_cplds: fix interrupt handling
208 - Linux 4.4.29
209
210 * KVM: PPC: Book3S HV: Migrate pinned pages out of CMA (LP: #1632045)
211 - KVM: PPC: Book3S HV: Migrate pinned pages out of CMA
212
213 * Xenial update to v4.4.28 stable release (LP: #1637510)
214 - gpio: mpc8xxx: Correct irq handler function
215 - mei: me: add kaby point device ids
216 - regulator: tps65910: Work around silicon erratum SWCZ010
217 - clk: imx6: initialize GPU clocks
218 - PM / devfreq: event: remove duplicate devfreq_event_get_drvdata()
219 - rtlwifi: Fix missing country code for Great Britain
220 - mmc: block: don't use CMD23 with very old MMC cards
221 - mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted error
222 - PCI: Mark Atheros AR9580 to avoid bus reset
223 - platform: don't return 0 from platform_get_irq[_byname]() on error
224 - cpufreq: intel_pstate: Fix unsafe HWP MSR access
225 - parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernels
226 - parisc: Fix kernel memory layout regarding position of __gp
227 - parisc: Increase initial kernel mapping size
228 - pstore/ramoops: fixup driver removal
229 - pstore/core: drop cmpxchg based updates
230 - pstore/ram: Use memcpy_toio instead of memcpy
231 - pstore/ram: Use memcpy_fromio() to save old buffer
232 - perf intel-pt: Fix snapshot overlap detection decoder errors
233 - perf intel-pt: Fix estimated timestamps for cycle-accurate mode
234 - perf intel-pt: Fix MTC timestamp calculation for large MTC periods
235 - dm: mark request_queue dead before destroying the DM device
236 - dm: return correct error code in dm_resume()'s retry loop
237 - dm mpath: check if path's request_queue is dying in activate_path()
238 - dm crypt: fix crash on exit
239 - powerpc/vdso64: Use double word compare on pointers
240 - powerpc/powernv: Pass CPU-endian PE number to opal_pci_eeh_freeze_clear()
241 - powerpc/powernv: Use CPU-endian hub diag-data type in
242 pnv_eeh_get_and_dump_hub_diag()
243 - powerpc/powernv: Use CPU-endian PEST in pnv_pci_dump_p7ioc_diag_data()
244 - ubi: Deal with interrupted erasures in WL
245 - zfcp: fix fc_host port_type with NPIV
246 - zfcp: fix ELS/GS request&response length for hardware data router
247 - zfcp: close window with unblocked rport during rport gone
248 - zfcp: retain trace level for SCSI and HBA FSF response records
249 - zfcp: restore: Dont use 0 to indicate invalid LUN in rec trace
250 - zfcp: trace on request for open and close of WKA port
251 - zfcp: restore tracing of handle for port and LUN with HBA records
252 - zfcp: fix D_ID field with actual value on tracing SAN responses
253 - zfcp: fix payload trace length for SAN request&response
254 - zfcp: trace full payload of all SAN records (req,resp,iels)
255 - scsi: zfcp: spin_lock_irqsave() is not nestable
256 - fbdev/efifb: Fix 16 color palette entry calculation
257 - ovl: Fix info leak in ovl_lookup_temp()
258 - ovl: copy_up_xattr(): use strnlen
259 - mb86a20s: fix the locking logic
260 - mb86a20s: fix demod settings
261 - cx231xx: don't return error on success
262 - cx231xx: fix GPIOs for Pixelview SBTVD hybrid
263 - ALSA: hda - Fix a failure of micmute led when having multi adcs
264 - MIPS: Fix -mabi=64 build of vdso.lds
265 - MIPS: ptrace: Fix regs_return_value for kernel context
266 - lib: move strtobool() to kstrtobool()
267 - lib: update single-char callers of strtobool()
268 - lib: add "on"/"off" support to kstrtobool
269 - Input: i8042 - skip selftest on ASUS laptops
270 - Input: elantech - force needed quirks on Fujitsu H760
271 - Input: elantech - add Fujitsu Lifebook E556 to force crc_enabled
272 - sunrpc: fix write space race causing stalls
273 - NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()
274 - NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalid
275 - NFSv4: Open state recovery must account for file permission changes
276 - NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_generic
277 - scsi: Fix use-after-free
278 - metag: Only define atomic_dec_if_positive conditionally
279 - mm: filemap: don't plant shadow entries without radix tree node
280 - ipc/sem.c: fix complex_count vs. simple op race
281 - arc: don't leak bits of kernel stack into coredump
282 - fs/super.c: fix race between freeze_super() and thaw_super()
283 - cifs: Limit the overall credit acquired
284 - fs/cifs: keep guid when assigning fid to fileinfo
285 - Clarify locking of cifs file and tcon structures and make more granular
286 - Display number of credits available
287 - Set previous session id correctly on SMB3 reconnect
288 - SMB3: GUIDs should be constructed as random but valid uuids
289 - Do not send SMB3 SET_INFO request if nothing is changing
290 - Cleanup missing frees on some ioctls
291 - blkcg: Unlock blkcg_pol_mutex only once when cpd == NULL
292 - x86/e820: Don't merge consecutive E820_PRAM ranges
293 - kvm: x86: memset whole irq_eoi
294 - irqchip/gicv3: Handle loop timeout proper
295 - sd: Fix rw_max for devices that report an optimal xfer size
296 - hpsa: correct skipping masked peripherals
297 - PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signatures
298 - bnx2x: Prevent false warning for lack of FC NPIV
299 - net/mlx4_core: Allow resetting VF admin mac to zero
300 - acpi, nfit: check for the correct event code in notifications
301 - mm: workingset: fix crash in shadow node shrinker caused by
302 replace_page_cache_page()
303 - mm: filemap: fix mapping->nrpages double accounting in fuse
304 - Using BUG_ON() as an assert() is _never_ acceptable
305 - s390/mm: fix gmap tlb flush issues
306 - irqchip/gic-v3-its: Fix entry size mask for GITS_BASER
307 - isofs: Do not return EACCES for unknown filesystems
308 - memstick: rtsx_usb_ms: Runtime resume the device when polling for cards
309 - memstick: rtsx_usb_ms: Manage runtime PM when accessing the device
310 - arm64: percpu: rewrite ll/sc loops in assembly
311 - arm64: kernel: Init MDCR_EL2 even in the absence of a PMU
312 - ceph: fix error handling in ceph_read_iter
313 - powerpc/mm: Prevent unlikely crash in copro_calculate_slb()
314 - mmc: core: Annotate cmd_hdr as __le32
315 - mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unused
316 - mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the led
317 - ext4: do not advertise encryption support when disabled
318 - jbd2: fix incorrect unlock on j_list_lock
319 - ubifs: Fix xattr_names length in exit paths
320 - target: Re-add missing SCF_ACK_KREF assignment in v4.1.y
321 - target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT
322 REACHABLE
323 - target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status code
324 - Linux 4.4.28
325
326 * Xenial update to v4.4.27 stable release (LP: #1637501)
327 - serial: 8250_dw: Check the data->pclk when get apb_pclk
328 - btrfs: assign error values to the correct bio structs
329 - drivers: base: dma-mapping: page align the size when unmap_kernel_range
330 - fuse: listxattr: verify xattr list
331 - fuse: invalidate dir dentry after chmod
332 - fuse: fix killing s[ug]id in setattr
333 - i40e: avoid NULL pointer dereference and recursive errors on early PCI error
334 - brcmfmac: fix memory leak in brcmf_fill_bss_param
335 - ASoC: Intel: Atom: add a missing star in a memcpy call
336 - reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()
337 - reiserfs: switch to generic_{get,set,remove}xattr()
338 - async_pq_val: fix DMA memory leak
339 - scsi: arcmsr: Simplify user_len checking
340 - ext4: enforce online defrag restriction for encrypted files
341 - ext4: reinforce check of i_dtime when clearing high fields of uid and gid
342 - ext4: fix memory leak in ext4_insert_range()
343 - ext4: allow DAX writeback for hole punch
344 - ext4: release bh in make_indexed_dir
345 - dlm: free workqueues after the connections
346 - vfs: move permission checking into notify_change() for utimes(NULL)
347 - cfq: fix starvation of asynchronous writes
348 - Linux 4.4.27
349
350 * Xenial update to v4.4.26 stable release (LP: #1637500)
351 - x86/build: Build compressed x86 kernels as PIE
352 - Linux 4.4.26
353
354 * ISST-LTE:pVM nvme 0000:a0:00.0: iommu_alloc failed on NVMe card
355 (LP: #1633128)
356 - dma-mapping: introduce the DMA_ATTR_NO_WARN attribute
357 - powerpc: implement the DMA_ATTR_NO_WARN attribute
358 - nvme: use the DMA_ATTR_NO_WARN attribute
359
360 * CVE-2016-8658
361 - brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()
362
363 * Hotkey doesn't work on HP x360 (LP: #1620979)
364 - gpiolib: Make it possible to exclude GPIOs from IRQ domain
365 - pinctrl: cherryview: Do not mask all interrupts in probe
366 - pinctrl: cherryview: Do not add all southwest and north GPIOs to IRQ domain
367
368 * Bad page state in process genwqe_gunzip pfn:3c275 in the genwqe device
369 driver (LP: #1559194)
370 - SAUCE: (noup) Bad page state in process genwqe_gunzip pfn:3c275 in the
371 genwqe device driver
372
373 * CVE-2016-7425
374 - scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
375
376 * Add ipvlan module to 16.04 kernel (LP: #1634705)
377 - [Config] Add ipvlan to the generic inclusion list
378
379 * kernel generates ACPI Exception: AE_NOT_FOUND, Evaluating _DOD incorrectly
380 (LP: #1634607)
381 - ACPI / video: skip evaluating _DOD when it does not exist
382
383 * BT still shows off after resume by wireless hotkey (LP: #1634380)
384 - Bluetooth: btusb: Fix atheros firmware download error
385
386 * ghash-clmulni-intel module fails to load (LP: #1633058)
387 - crypto: ghash-clmulni - Fix load failure
388 - crypto: cryptd - Assign statesize properly
389
390 * Xenial update to v4.4.25 stable release (LP: #1634153)
391 - timekeeping: Fix __ktime_get_fast_ns() regression
392 - ALSA: ali5451: Fix out-of-bound position reporting
393 - ALSA: usb-audio: Extend DragonFly dB scale quirk to cover other variants
394 - ALSA: usb-line6: use the same declaration as definition in header for MIDI
395 manufacturer ID
396 - mfd: rtsx_usb: Avoid setting ucr->current_sg.status
397 - mfd: atmel-hlcdc: Do not sleep in atomic context
398 - mfd: 88pm80x: Double shifting bug in suspend/resume
399 - mfd: wm8350-i2c: Make sure the i2c regmap functions are compiled
400 - KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 register
401 - KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
402 - KVM: PPC: BookE: Fix a sanity check
403 - x86/boot: Fix kdump, cleanup aborted E820_PRAM max_pfn manipulation
404 - x86/irq: Prevent force migration of irqs which are not in the vector domain
405 - x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack access
406 - ARM: dts: mvebu: armada-390: add missing compatibility string and bracket
407 - ARM: dts: MSM8064 remove flags from SPMI/MPP IRQs
408 - ARM: cpuidle: Fix error return code
409 - ima: use file_dentry()
410 - tpm: fix a race condition in tpm2_unseal_trusted()
411 - tpm_crb: fix crb_req_canceled behavior
412 - Linux 4.4.25
413
414 * backport fwts UEFI test driver to Xenial (LP: #1633506)
415 - efi: Add efi_test driver for exporting UEFI runtime service interfaces
416 - [Config] CONFIG_EFI_TEST=m
417
418 * Fix alps driver for multitouch function. (LP: #1633321)
419 - HID: alps: fix multitouch cursor issue
420
421 * xgene merlin crashes when running as iperf server (LP: #1632739)
422 - drivers: net: xgene: optimizing the code
423 - xgene: get_phy_device() doesn't return NULL anymore
424 - drivers: net: xgene: Get channel number from device binding
425 - drivers: net: xgene: constify xgene_cle_ops structure
426 - drivers: net: xgene: Fix error handling
427 - drivers: net: xgene: fix IPv4 forward crash
428 - drivers: net: xgene: fix sharing of irqs
429 - drivers: net: xgene: fix ununiform latency across queues
430 - drivers: net: xgene: fix statistics counters race condition
431 - drivers: net: xgene: fix register offset
432 - drivers: net: xgene: Separate set_speed from mac_init
433 - drivers: net: xgene: Fix module unload crash - hw resource cleanup
434 - drivers: net: xgene: Fix module unload crash - change sw sequence
435 - drivers: net: xgene: Fix module unload crash - clkrst sequence
436 - drivers: net: phy: xgene: Add MDIO driver
437 - drivers: net: xgene: Add backward compatibility
438 - drivers: net: xgene: Enable MDIO driver
439 - drivers: net: xgene: Use exported functions
440 - drivers: net: xgene: ethtool: Use phy_ethtool_gset and sset
441 - dtb: xgene: Add MDIO node
442 - MAINTAINERS: xgene: Add driver and documentation path
443 - [Config] Enable MDIO_XGENE as a modules
444
445 * Add support for KabeLake i219-LOM chips (LP: #1632578)
446 - e1000e: Initial support for KabeLake
447
448 -- Luis Henriques <luis.henriques@canonical.com> Thu, 10 Nov 2016 11:08:11 +0000
449
450 linux (4.4.0-47.68) xenial; urgency=low
451
452 [ Kamal Mostafa ]
453
454 * Release Tracking Bug
455 - LP: #1636941
456
457 * Add a driver for Amazon Elastic Network Adapters (ENA) (LP: #1635721)
458 - lib/bitmap.c: conversion routines to/from u32 array
459 - net: ethtool: add new ETHTOOL_xLINKSETTINGS API
460 - net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
461 - [config] enable CONFIG_ENA_ETHERNET=m (Amazon ENA driver)
462
463 * unexpectedly large memory usage of mounted snaps (LP: #1636847)
464 - [Config] switch squashfs to single threaded decode
465
466 -- Kamal Mostafa <kamal@canonical.com> Wed, 26 Oct 2016 10:47:55 -0700
467
468 linux (4.4.0-46.67) xenial; urgency=low
469
470 [ Seth Forshee ]
471
472 * Release Tracking Bug
473 - LP: #1635242
474
475 * proc_keys_show crash when reading /proc/keys (LP: #1634496)
476 - SAUCE: KEYS: ensure xbuf is large enough to fix buffer overflow in
477 proc_keys_show (LP: #1634496)
478
479 * [Trusty->Yakkety] powerpc/64: Fix incorrect return value from
480 __copy_tofrom_user (LP: #1632462)
481 - SAUCE: (no-up) powerpc/64: Fix incorrect return value from
482 __copy_tofrom_user
483
484 * Ubuntu 16.10: Oops panic in move_page_tables/page_remove_rmap after running
485 memory_stress_ng. (LP: #1628976)
486 - SAUCE: (no-up) powerpc/pseries: Fix stack corruption in htpe code
487
488 * Paths not failed properly when unmapping virtual FC ports in VIOS (using
489 ibmvfc) (LP: #1632116)
490 - scsi: ibmvfc: Fix I/O hang when port is not mapped
491
492 * PSL data cache should be flushed before resetting CAPI adapter
493 (LP: #1632049)
494 - cxl: Flush PSL cache before resetting the adapter
495
496 * thunder nic: avoid link delays due to RX_PACKET_DIS (LP: #1630038)
497 - net: thunderx: Don't set RX_PACKET_DIS while initializing
498
499 * Support snaps inside of lxd containers (LP: #1611078)
500 - Revert "UBUNTU: SAUCE: apparmor: fix sleep in critical section"
501 - SAUCE: (no-up) apparmor: sync of apparmor 3.6 (from Ubuntu 16.10)
502
503 * crypto/vmx/p8_ghash memory corruption (LP: #1630970)
504 - crypto: ghash-generic - move common definitions to a new header file
505 - crypto: vmx - Fix memory corruption caused by p8_ghash
506 - crypto: vmx - Ensure ghash-generic is enabled
507
508 * Xenial update to v4.4.24 stable release (LP: #1631468)
509 - cpuset: handle race between CPU hotplug and cpuset_hotplug_work
510 - mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl
511 - mm,ksm: fix endless looping in allocating memory when ksm enable
512 - can: dev: fix deadlock reported after bus-off
513 - x86/init: Fix cr4_init_shadow() on CR4-less machines
514 - x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUID
515 - drm/nouveau/fifo/nv04: avoid ramht race against cookie insertion
516 - drm/radeon/si/dpm: add workaround for for Jet parts
517 - ARM: 8616/1: dt: Respect property size when parsing CPUs
518 - ARM: 8617/1: dma: fix dma_max_pfn()
519 - usb: musb: Fix DMA desired mode for Mentor DMA engine
520 - usb: musb: fix DMA for host mode
521 - iwlwifi: mvm: fix a few firmware capability checks
522 - perf/core: Fix pmu::filter_match for SW-led groups
523 - i40e: avoid null pointer dereference
524 - pinctrl: uniphier: fix .pin_dbg_show() callback
525 - pinctrl: Flag strict is a field in struct pinmux_ops
526 - drivers/perf: arm_pmu: Fix leak in error path
527 - mmc: pxamci: fix potential oops
528 - tools/vm/slabinfo: fix an unintentional printf
529 - ipvs: fix bind to link-local mcast IPv6 address in backup
530 - nvmem: Declare nvmem_cell_read() consistently
531 - hwmon: (adt7411) set bit 3 in CFG1 register
532 - spi: sh-msiof: Avoid invalid clock generator parameters
533 - iwlwifi: pcie: fix access to scratch buffer
534 - iwlwifi: mvm: don't use ret when not initialised
535 - ceph: fix race during filling readdir cache
536 - usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()
537 - gpio: sa1100: fix irq probing for ucb1x00
538 - irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warning
539 - ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7
540 - arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
541 - MIPS: uprobes: remove incorrect set_orig_insn
542 - MIPS: fix uretprobe implementation
543 - MIPS: Malta: Fix IOCU disable switch read for MIPS64
544 - MIPS: uprobes: fix use of uninitialised variable
545 - printk: fix parsing of "brl=" option
546 - tpm: fix byte-order for the value read by tpm2_get_tpm_pt
547 - regulator: qcom_spmi: Add support for S4 supply on pm8941
548 - regulator: qcom_spmi: Add support for get_mode/set_mode on switches
549 - regulator: qcom_spmi: Update mvs1/mvs2 switches on pm8941
550 - regulator: qcom_smd: Fix voltage ranges for pm8x41
551 - ARM: sun5i: Fix typo in trip point temperature
552 - ARM: sa1100: register clocks early
553 - ARM: sa1100: fix 3.6864MHz clock
554 - ARM: sa1100: clear reset status prior to reboot
555 - ARM: shmobile: fix regulator quirk for Gen2
556 - ARM: sa1111: fix pcmcia suspend/resume
557 - hwrng: omap - Fix assumption that runtime_get_sync will always succeed
558 - blk-mq: actually hook up defer list when running requests
559 - pstore: drop file opened reference count
560 - tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
561 - iwlmvm: mvm: set correct state in smart-fifo configuration
562 - NFC: fdp: Detect errors from fdp_nci_create_conn()
563 - em28xx-i2c: rt_mutex_trylock() returns zero on failure
564 - gspca: avoid unused variable warnings
565 - ath9k: Fix programming of minCCA power threshold
566 - avr32: off by one in at32_init_pio()
567 - fnic: pci_dma_mapping_error() doesn't return an error code
568 - dmaengine: at_xdmac: fix debug string
569 - svc: Avoid garbage replies when pc_func() returns rpc_drop_reply
570 - NFS: Don't drop CB requests with invalid principals
571 - pNFS/files: Fix layoutcommit after a commit to DS
572 - pNFS/flexfiles: Fix layoutcommit after a commit to DS
573 - ASoC: Intel: Skylake: Fix error return code in skl_probe()
574 - brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chain
575 - brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfill
576 - brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()
577 - powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-
578 support
579 - sysctl: handle error writing UINT_MAX to u32 fields
580 - ASoC: omap-mcpdm: Fix irq resource handling
581 - kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd
582 - dmaengine: at_xdmac: fix to pass correct device identity to free_irq()
583 - KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write
584 - IB/ipoib: Fix memory corruption in ipoib cm mode connect flow
585 - IB/core: Fix use after free in send_leave function
586 - IB/ipoib: Don't allow MC joins during light MC flush
587 - IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOV
588 - IB/mlx4: Fix code indentation in QP1 MAD flow
589 - IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV
590 - batman-adv: remove unused callback from batadv_algo_ops struct
591 - aio: mark AIO pseudo-fs noexec
592 - clk: xgene: Add missing parenthesis when clearing divider value
593 - dm log writes: fix bug with too large bios
594 - USB: serial: cp210x: fix hardware flow-control disable
595 - usb: misc: legousbtower: Fix NULL pointer deference
596 - Staging: fbtft: Fix bug in fbtft-core
597 - USB: serial: cp210x: Add ID for a Juniper console
598 - Revert "usbtmc: convert to devm_kzalloc"
599 - ALSA: hda - Adding one more ALC255 pin definition for headset problem
600 - ACPICA: acpi_get_sleep_type_data: Reduce warnings
601 - ALSA: hda - Fix headset mic detection problem for several Dell laptops
602 - ALSA: hda - Add the top speaker pin config for HP Spectre x360
603 - Linux 4.4.24
604
605 * sha1-powerpc returning wrong results (LP: #1629977)
606 - crypto: sha1-powerpc - little-endian support
607
608 * Dell Precision Trackpoint not working after suspend (LP: #1630857)
609 - HID: alps: fix stick device not working after resume
610
611 * OOPS on beaglebone on boot of 4.4.0-36-generic under snappy ubuntu core
612 xenial (LP: #1625177)
613 - net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()
614 - drivers: net: cpsw: fix wrong regs access in cpsw_remove
615 - drivers: net: cpsw: use of_platform_depopulate()
616 - ARM: OMAP2+: omap_device: fix crash on omap_device removal
617 - ARM: OMAP2+: Fix omap_device for module reload on PM runtime forbid
618 - ARM: OMAP2+: Fix typo in omap_device.c
619 - drivers: net: cpsw: fix suspend when all ethX devices are down
620 - drivers: net: cpsw: fix wrong regs access in cpsw_ndo_open
621 - drivers: net: cpsw: check return code from pm runtime calls
622 - drivers: net: cpsw: remove pm runtime calls from suspend callbacks
623 - drivers: net: cpsw: ethtool: fix accessing to suspended device
624 - drivers: net: cpsw: ndev: fix accessing to suspended device
625 - drivers: net: cpsw: fix kmemleak false-positive reports for sk buffers
626
627 * Autofs parameter substitution broken in kernel 4.4.0-38 and 4.4.0-40
628 (LP: #1629204)
629 - SAUCE: (namespace) autofs4: Use real_cred for requestor's ids
630
631 * Xenial update to v4.4.23 stable release (LP: #1629386)
632 - include/linux/kernel.h: change abs() macro so it uses consistent return type
633 - Fix build warning in kernel/cpuset.c
634 - reiserfs: fix "new_insert_key may be used uninitialized ..."
635 - ipv4: panic in leaf_walk_rcu due to stale node pointer
636 - ipv6: release dst in ping_v6_sendmsg
637 - tcp: cwnd does not increase in TCP YeAH
638 - tcp: properly scale window in tcp_v[46]_reqsk_send_ack()
639 - crypto: arm64/aes-ctr - fix NULL dereference in tail processing
640 - crypto: arm/aes-ctr - fix NULL dereference in tail processing
641 - crypto: skcipher - Fix blkcipher walk OOM crash
642 - crypto: echainiv - Replace chaining with multiplication
643 - ocfs2/dlm: fix race between convert and migration
644 - ocfs2: fix start offset to ocfs2_zero_range_for_truncate()
645 - kbuild: Do not run modules_install and install in paralel
646 - Makefile: revert "Makefile: Document ability to make file.lst and file.S"
647 partially
648 - tools: Support relative directory path for 'O='
649 - kbuild: forbid kernel directory to contain spaces and colons
650 - Kbuild: disable 'maybe-uninitialized' warning for
651 CONFIG_PROFILE_ALL_BRANCHES
652 - gcov: disable -Wmaybe-uninitialized warning
653 - Disable "maybe-uninitialized" warning globally
654 - Disable "frame-address" warning
655 - Makefile: Mute warning for __builtin_return_address(>0) for tracing only
656 - net: caif: fix misleading indentation
657 - Add braces to avoid "ambiguous ‘else’" compiler warnings
658 - am437x-vfpe: fix typo in vpfe_get_app_input_index
659 - ath9k: fix misleading indentation
660 - iwlegacy: avoid warning about missing braces
661 - Staging: iio: adc: fix indent on break statement
662 - nouveau: fix nv40_perfctr_next() cleanup regression
663 - bonding: Fix bonding crash
664 - Revert "af_unix: Fix splice-bind deadlock"
665 - af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'
666 - vti: flush x-netns xfrm cache when vti interface is removed
667 - net/irda: handle iriap_register_lsap() allocation failure
668 - tipc: fix NULL pointer dereference in shutdown()
669 - net/mlx5: Added missing check of msg length in verifying its signature
670 - net: dsa: bcm_sf2: Fix race condition while unmasking interrupts
671 - Revert "phy: IRQ cannot be shared"
672 - net: smc91x: fix SMC accesses
673 - bridge: re-introduce 'fix parsing of MLDv2 reports'
674 - autofs races
675 - autofs: use dentry flags to block walks during expire
676 - xfs: prevent dropping ioend completions during buftarg wait
677 - fsnotify: add a way to stop queueing events on group shutdown
678 - fanotify: fix list corruption in fanotify_get_response()
679 - fix fault_in_multipages_...() on architectures with no-op access_ok()
680 - mtd: maps: sa1100-flash: potential NULL dereference
681 - mtd: pmcmsp-flash: Allocating too much in init_msp_flash()
682 - power: reset: hisi-reboot: Unmap region obtained by of_iomap
683 - fix memory leaks in tracing_buffers_splice_read()
684 - tracing: Move mutex to protect against resetting of seq data
685 - mm: delete unnecessary and unsafe init_tlb_ubc()
686 - can: flexcan: fix resume function
687 - nl80211: validate number of probe response CSA counters
688 - btrfs: ensure that file descriptor used with subvol ioctls is a dir
689 - i2c-eg20t: fix race between i2c init and interrupt enable
690 - i2c: qup: skip qup_i2c_suspend if the device is already runtime suspended
691 - MIPS: Fix pre-r6 emulation FPU initialisation
692 - MIPS: SMP: Fix possibility of deadlock when bringing CPUs online
693 - MIPS: vDSO: Fix Malta EVA mapping to vDSO page structs
694 - MIPS: Remove compact branch policy Kconfig entries
695 - MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)
696 - MIPS: Add a missing ".set pop" in an early commit
697 - MIPS: paravirt: Fix undefined reference to smp_bootstrap
698 - PM / hibernate: Restore processor state before using per-CPU variables
699 - PM / hibernate: Fix rtree_next_node() to avoid walking off list ends
700 - power_supply: tps65217-charger: fix missing platform_set_drvdata()
701 - power: supply: max17042_battery: fix model download bug.
702 - qxl: check for kmap failures
703 - hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()
704 - Linux 4.4.23
705
706 * Xenial update to v4.4.22 stable release (LP: #1627730)
707 - ext4: use __GFP_NOFAIL in ext4_free_blocks()
708 - fscrypto: add authorization check for setting encryption policy
709 - clocksource/drivers/sun4i: Clear interrupts after stopping timer in probe
710 function
711 - MIPS: KVM: Check for pfn noslot case
712 - fscrypto: require write access to mount to set encryption policy
713 - lightnvm: put bio before return
714 - powerpc/tm: do not use r13 for tabort_syscall
715 - powerpc/mm: Don't alias user region to other regions below PAGE_OFFSET
716 - kernfs: don't depend on d_find_any_alias() when generating notifications
717 - pNFS: The client must not do I/O to the DS if it's lease has expired
718 - NFSv4.x: Fix a refcount leak in nfs_callback_up_net
719 - nfsd: Close race between nfsd4_release_lockowner and nfsd4_lock
720 - pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialised
721 - NFSv4.1: Fix the CREATE_SESSION slot number accounting
722 - kexec: fix double-free when failing to relocate the purgatory
723 - mm: introduce get_task_exe_file
724 - audit: fix exe_file access in audit_exe_compare
725 - dm flakey: fix reads to be issued if drop_writes configured
726 - IB/uverbs: Fix race between uverbs_close and remove_one
727 - ARC: mm: fix build breakage with STRICT_MM_TYPECHECKS
728 - x86/paravirt: Do not trace _paravirt_ident_*() functions
729 - x86/AMD: Apply erratum 665 on machines without a BIOS fix
730 - kvm-arm: Unmap shadow pagetables properly
731 - iio: accel: kxsd9: Fix raw read return
732 - iio: proximity: as3935: set up buffer timestamps for non-zero values
733 - iio: adc: rockchip_saradc: reset saradc controller before programming it
734 - iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent access
735 - iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sample
736 - iio: ad799x: Fix buffered capture for ad7991/ad7995/ad7999
737 - iio: adc: at91: unbreak channel adc channel 3
738 - iio: accel: bmc150: reset chip at init time
739 - iio: fix pressure data output unit in hid-sensor-attributes
740 - iio: accel: kxsd9: Fix scaling bug
741 - iio:core: fix IIO_VAL_FRACTIONAL sign handling
742 - iio: ensure ret is initialized to zero before entering do loop
743 - serial: 8250_mid: fix divide error bug if baud rate is 0
744 - serial: 8250: added acces i/o products quad and octal serial cards
745 - USB: serial: simple: add support for another Infineon flashloader
746 - usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS condition
747 - usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phase
748 - ARM: dts: STiH410: Handle interconnect clock required by EHCI/OHCI (USB)
749 - USB: change bInterval default to 10 ms
750 - net: thunderx: Fix OOPs with ethtool --register-dump
751 - cpuset: make sure new tasks conform to the current config of the cpuset
752 - ARM: AM43XX: hwmod: Fix RSTST register offset for pruss
753 - ARM: imx6: add missing BM_CLPCR_BYP_MMDC_CH0_LPM_HS setting for imx6ul
754 - ARM: imx6: add missing BM_CLPCR_BYPASS_PMIC_READY setting for imx6sx
755 - ARM: kirkwood: ib62x0: fix size of u-boot environment partition
756 - ARM: OMAP3: hwmod data: Add sysc information for DSI
757 - ARM: dts: imx6qdl: Fix SPDIF regression
758 - ARM: dts: overo: fix gpmc nand cs0 range
759 - ARM: dts: overo: fix gpmc nand on boards with ethernet
760 - ARM: dts: STiH407-family: Provide interconnect clock for consumption in ST
761 SDHCI
762 - bus: arm-ccn: Fix PMU handling of MN
763 - bus: arm-ccn: Do not attempt to configure XPs for cycle counter
764 - bus: arm-ccn: Fix XP watchpoint settings bitmask
765 - dm log writes: fix check of kthread_run() return value
766 - dm log writes: move IO accounting earlier to fix error path
767 - dm crypt: fix error with too large bios
768 - pinctrl: pistachio: fix mfio pll_lock pinmux
769 - pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33
770 - arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()
771 - crypto: cryptd - initialize child shash_desc on import
772 - Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns
773 - fuse: direct-io: don't dirty ITER_BVEC pages
774 - xhci: fix null pointer dereference in stop command timeout function
775 - md-cluster: make md-cluster also can work when compiled into kernel
776 - ath9k: fix using sta->drv_priv before initializing it
777 - Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"
778 - sched/core: Fix a race between try_to_wake_up() and a woken up task
779 - ipv6: addrconf: fix dev refcont leak when DAD failed
780 - gma500: remove annoying deprecation warning
781 - mpssd: fix buffer overflow warning
782 - drm/i915: Avoid pointer arithmetic in calculating plane surface offset
783 - mmc: dw_mmc: use resource_size_t to store physical address
784 - pinctrl: at91-pio4: use %pr format string for resource
785 - soc: qcom/spm: shut up uninitialized variable warning
786 - kconfig: tinyconfig: provide whole choice blocks to avoid warnings
787 - net: simplify napi_synchronize() to avoid warnings
788 - drm: atmel-hlcdc: Fix vertical scaling
789 - drm: Only use compat ioctl for addfb2 on X86/IA64
790 - genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpers
791 - irqchip/atmel-aic: Fix potential deadlock in ->xlate()
792 - fix iov_iter_fault_in_readable()
793 - microblaze: fix __get_user()
794 - avr32: fix copy_from_user()
795 - microblaze: fix copy_from_user()
796 - fix minor infoleak in get_user_ex()
797 - mn10300: failing __get_user() and get_user() should zero
798 - m32r: fix __get_user()
799 - sh64: failing __get_user() should zero
800 - nios2: fix __get_user()
801 - score: fix __get_user/get_user
802 - s390: get_user() should zero on failure
803 - ARC: uaccess: get_user to zero out dest in cause of fault
804 - asm-generic: make get_user() clear the destination on errors
805 - frv: fix clear_user()
806 - cris: buggered copy_from_user/copy_to_user/clear_user
807 - blackfin: fix copy_from_user()
808 - score: fix copy_from_user() and friends
809 - sh: fix copy_from_user()
810 - hexagon: fix strncpy_from_user() error return
811 - mips: copy_from_user() must zero the destination on access_ok() failure
812 - asm-generic: make copy_from_user() zero the destination properly
813 - alpha: fix copy_from_user()
814 - metag: copy_from_user() should zero the destination on access_ok() failure
815 - parisc: fix copy_from_user()
816 - openrisc: fix copy_from_user()
817 - nios2: copy_from_user() should zero the tail of destination
818 - mn10300: copy_from_user() should zero on access_ok() failure...
819 - sparc32: fix copy_from_user()
820 - ppc32: fix copy_from_user()
821 - genirq/msi: Fix broken debug output
822 - ia64: copy_from_user() should zero the destination on access_ok() failure
823 - avr32: fix 'undefined reference to `___copy_from_user'
824 - openrisc: fix the fix of copy_from_user()
825 - Linux 4.4.22
826
827 * AES-XTS poor performance in Ubuntu 16.04 (LP: #1613295)
828 - crypto: vmx - fix null dereference in p8_aes_xts_crypt
829
830 * i40e/setting some ethtool features and remove module right after (modprobe
831 -r) lead to crash in systems with more than 127 CPUs (LP: #1626782)
832 - i40e: Fix errors resulted while turning off TSO
833
834 * STC860:alpine-pdq:alpdq5p03: kernel panic when adding vnic (LP: #1626222)
835 - ibmvnic: fix to use list_for_each_safe() when delete items
836
837 * Stratton: ISST-LTE:UbuntuKVM: Failed to hotplug virtual devices to guest
838 running Ubuntu 16.04.1 on UbuntuKVM16.04.1 #179 (LP: #1625986)
839 - PCI: rpaphp: Fix slot registration for multiple slots under a PHB
840
841 * nvme: Missing patch in Ubuntu-4.4.0-41.61 (LP: #1628520)
842 - nvme: Call pci_disable_device on the error path.
843
844 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Oct 2016 08:09:34 -0500
845
846 linux (4.4.0-45.66) xenial; urgency=low
847
848 * CVE-2016-5195
849 - SAUCE: mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
850
851 * srcname from mount rule corrupted under load (LP: #1634753)
852 - SAUCE: apparmor: fix sleep in critical section
853
854 -- Stefan Bader <stefan.bader@canonical.com> Wed, 19 Oct 2016 11:24:20 +0200
855
856 linux (4.4.0-43.63) xenial; urgency=low
857
858 [ Seth Forshee ]
859
860 * Release Tracking Bug
861 - LP: #1632375
862
863 * kswapd0 100% CPU usage (LP: #1518457)
864 - SAUCE: (no-up) If zone is so small that watermarks are the same, stop zone
865 balance.
866
867 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Oct 2016 07:54:56 -0500
868
869 linux (4.4.0-42.62) xenial; urgency=low
870
871 * Fix GRO recursion overflow for tunneling protocols (LP: #1631287)
872 - tunnels: Don't apply GRO to multiple layers of encapsulation.
873 - gro: Allow tunnel stacking in the case of FOU/GUE
874
875 * CVE-2016-7039
876 - SAUCE: net: add recursion limit to GRO
877
878 -- Seth Forshee <seth.forshee@canonical.com> Fri, 07 Oct 2016 12:03:55 -0500
879
880 linux (4.4.0-41.61) xenial; urgency=low
881
882 [ Kamal Mostafa ]
883
884 * Release Tracking Bug
885 - LP: #1628204
886
887 * nvme drive probe failure (LP: #1626894)
888 - (fix) NVMe: Don't unmap controller registers on reset
889
890 -- Kamal Mostafa <kamal@canonical.com> Tue, 27 Sep 2016 09:40:42 -0700
891
892 linux (4.4.0-40.60) xenial; urgency=low
893
894 [ Kamal Mostafa ]
895
896 * Release Tracking Bug
897 - LP: #1627074
898
899 * Permission denied in CIFS with kernel 4.4.0-38 (LP: #1626112)
900 - Fix memory leaks in cifs_do_mount()
901 - Compare prepaths when comparing superblocks
902 - SAUCE: Fix regression which breaks DFS mounting
903
904 * Backlight does not change when adjust it higher than 50% after S3
905 (LP: #1625932)
906 - SAUCE: i915_bpo: drm/i915/backlight: setup and cache pwm alternate
907 increment value
908 - SAUCE: i915_bpo: drm/i915/backlight: setup backlight pwm alternate
909 increment on backlight enable
910
911 -- Kamal Mostafa <kamal@canonical.com> Fri, 23 Sep 2016 08:53:31 -0700
912
913 linux (4.4.0-39.59) xenial; urgency=low
914
915 [ Joseph Salisbury ]
916
917 * Release Tracking Bug
918 - LP: #1625303
919
920 * thunder: chip errata w/ multiple CQEs for a TSO packet (LP: #1624569)
921 - net: thunderx: Fix for issues with multiple CQEs posted for a TSO packet
922
923 * thunder: faulty TSO padding (LP: #1623627)
924 - net: thunderx: Fix for HW issue while padding TSO packet
925
926 * CVE-2016-6828
927 - tcp: fix use after free in tcp_xmit_retransmit_queue()
928
929 * Sennheiser Officerunner - cannot get freq at ep 0x83 (LP: #1622763)
930 - SAUCE: (no-up) ALSA: usb-audio: Add quirk for sennheiser officerunner
931
932 * Backport E3 Skylake Support in ie31200_edac to Xenial (LP: #1619766)
933 - EDAC, ie31200_edac: Add Skylake support
934
935 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
936 - SAUCE: nvme: Don't suspend admin queue that wasn't created
937
938 * ISST-LTE:pNV: system ben is hung during ST (nvme) (LP: #1620317)
939 - blk-mq: Allow timeouts to run while queue is freezing
940 - blk-mq: improve warning for running a queue on the wrong CPU
941 - blk-mq: don't overwrite rq->mq_ctx
942
943 * lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)
944 (LP: #1619918)
945 - btrfs: bugfix: handle FS_IOC32_{GETFLAGS, SETFLAGS, GETVERSION} in
946 btrfs_ioctl
947
948 * radeon: monitor connected to onboard VGA doesn't work with Xenial
949 (LP: #1600092)
950 - drm/radeon/dp: add back special handling for NUTMEG
951
952 * initramfs includes qle driver, but not firmware (LP: #1623187)
953 - qed: add MODULE_FIRMWARE()
954
955 * [Hyper-V] Rebase Hyper-V to 4.7.2 (stable) (LP: #1616677)
956 - hv_netvsc: Implement support for VF drivers on Hyper-V
957 - hv_netvsc: Fix the list processing for network change event
958 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring
959 buffer
960 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
961 - Drivers: hv: vmbus: Export the vmbus_set_event() API
962 - lcoking/barriers, arch: Use smp barriers in smp_store_release()
963 - asm-generic: guard smp_store_release/load_acquire
964 - x86: reuse asm-generic/barrier.h
965 - asm-generic: add __smp_xxx wrappers
966 - x86: define __smp_xxx
967 - asm-generic: implement virt_xxx memory barriers
968 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
969 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of
970 vmbus packets
971 - drivers:hv: Lock access to hyperv_mmio resource tree
972 - drivers:hv: Make a function to free mmio regions through vmbus
973 - drivers:hv: Track allocations of children of hv_vmbus in private resource
974 tree
975 - drivers:hv: Separate out frame buffer logic when picking MMIO range
976 - Drivers: hv: vmbus: handle various crash scenarios
977 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
978 - Drivers: hv: balloon: reset host_specified_ha_region
979 - tools: hv: lsvmbus: add pci pass-through UUID
980 - hv_netvsc: move start_remove flag to net_device_context
981 - hv_netvsc: use start_remove flag to protect netvsc_link_change()
982 - hv_netvsc: untangle the pointer mess
983 - hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
984 - hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with
985 netvsc_remove()
986 - hv_netvsc: set nvdev link after populating chn_table
987 - hv_netvsc: Fix VF register on vlan devices
988 - hv_netvsc: remove redundant assignment in netvsc_recv_callback()
989 - hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers
990 - hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()
991 - hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()
992 - hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()
993 - netvsc: get rid of completion timeouts
994 - PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()
995 - PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()
996 - netvsc: Use the new in-place consumption APIs in the rx path
997 - x86/kernel: Audit and remove any unnecessary uses of module.h
998 - PCI: hv: Fix interrupt cleanup path
999 - hv_netvsc: Fix VF register on bonding devices
1000 - hv_netvsc: don't lose VF information
1001 - hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait
1002 - hv_netvsc: reset vf_inject on VF removal
1003 - hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
1004 - hv_netvsc: fix bonding devices check in netvsc_netdev_event()
1005 - Drivers: hv: vmbus: Use the new virt_xx barrier code
1006 - ixgbevf: call ndo_stop() instead of dev_close() when running offline
1007 selftest
1008 - ixgbevf: fix error code path when setting MAC address
1009 - ixgbevf: use bit operations for setting and checking resets
1010 - ixgbevf: Add support for generic Tx checksums
1011 - ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean
1012 logic
1013 - ixgbevf: refactor ethtool stats handling
1014 - ixgbevf: add support for per-queue ethtool stats
1015 - ixgbevf: make use of BIT() macro to avoid shift of signed values
1016 - ixgbevf: Move API negotiation function into mac_ops
1017 - ixgbevf: Add the device ID's presented while running on Hyper-V
1018 - ixgbevf: Support Windows hosts (Hyper-V)
1019 - ixgbevf: Change the relaxed order settings in VF driver for sparc
1020 - ixgbevf: Use mac_ops instead of trying to identify NIC type
1021
1022 * New device ID for Kabypoint (LP: #1622469)
1023 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
1024 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
1025
1026 * Xenial update to v4.4.21 stable release (LP: #1624037)
1027 - Revert "i40e: fix: do not sleep in netdev_ops"
1028 - fs: Check for invalid i_uid in may_follow_link()
1029 - netfilter: x_tables: check for size overflow
1030 - ext4: validate that metadata blocks do not overlap superblock
1031 - ext4: fix xattr shifting when expanding inodes
1032 - ext4: fix xattr shifting when expanding inodes part 2
1033 - ext4: properly align shifted xattrs when expanding inodes
1034 - ext4: avoid deadlock when expanding inode size
1035 - ext4: avoid modifying checksum fields directly during checksum verification
1036 - block: Fix race triggered by blk_set_queue_dying()
1037 - block: make sure a big bio is split into at most 256 bvecs
1038 - cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork
1039 - s390/sclp_ctl: fix potential information leak with /dev/sclp
1040 - drm/radeon: fix radeon_move_blit on 32bit systems
1041 - drm: Reject page_flip for !DRIVER_MODESET
1042 - drm/msm: fix use of copy_from_user() while holding spinlock
1043 - ASoC: atmel_ssc_dai: Don't unconditionally reset SSC on stream startup
1044 - xfs: fix superblock inprogress check
1045 - timekeeping: Cap array access in timekeeping_debug
1046 - timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
1047 - lustre: remove unused declaration
1048 - wrappers for ->i_mutex access
1049 - ovl: don't copy up opaqueness
1050 - ovl: remove posix_acl_default from workdir
1051 - ovl: listxattr: use strnlen()
1052 - ovl: fix workdir creation
1053 - ubifs: Fix assertion in layout_in_gaps()
1054 - bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of
1055 two.
1056 - vhost/scsi: fix reuse of &vq->iov[out] in response
1057 - x86/apic: Do not init irq remapping if ioapic is disabled
1058 - uprobes: Fix the memcg accounting
1059 - crypto: caam - fix IV loading for authenc (giv)decryption
1060 - ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114
1061 - ALSA: firewire-tascam: accessing to user space outside spinlock
1062 - ALSA: fireworks: accessing to user space outside spinlock
1063 - ALSA: rawmidi: Fix possible deadlock with virmidi registration
1064 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
1065 - ALSA: hda - Enable subwoofer on Dell Inspiron 7559
1066 - ALSA: timer: fix NULL pointer dereference in read()/ioctl() race
1067 - ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE
1068 - ALSA: timer: fix NULL pointer dereference on memory allocation failure
1069 - scsi: fix upper bounds check of sense key in scsi_sense_key_string()
1070 - metag: Fix atomic_*_return inline asm constraints
1071 - cpufreq: Fix GOV_LIMITS handling for the userspace governor
1072 - hwrng: exynos - Disable runtime PM on probe failure
1073 - regulator: anatop: allow regulator to be in bypass mode
1074 - lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs
1075 - Linux 4.4.21
1076
1077 * Headset mic detection on some variants of Dell Inspiron 5468 (LP: #1617900)
1078 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
1079
1080 * Xenial update to v4.4.20 stable release (LP: #1621113)
1081 - hugetlb: fix nr_pmds accounting with shared page tables
1082 - x86/mm: Disable preemption during CR3 read+write
1083 - uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions
1084 - tools/testing/nvdimm: fix SIGTERM vs hotplug crash
1085 - SUNRPC: Handle EADDRNOTAVAIL on connection failures
1086 - SUNRPC: allow for upcalls for same uid but different gss service
1087 - powerpc/eeh: eeh_pci_enable(): fix checking of post-request state
1088 - ALSA: usb-audio: Add a sample rate quirk for Creative Live! Cam Socialize HD
1089 (VF0610)
1090 - ALSA: usb-audio: Add quirk for ELP HD USB Camera
1091 - arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
1092 - parisc: Fix order of EREFUSED define in errno.h
1093 - virtio: fix memory leak in virtqueue_add()
1094 - vfio/pci: Fix NULL pointer oops in error interrupt setup handling
1095 - perf intel-pt: Fix occasional decoding errors when tracing system-wide
1096 - libnvdimm, nd_blk: mask off reserved status bits
1097 - ALSA: hda - Manage power well properly for resume
1098 - NVMe: Don't unmap controller registers on reset
1099 - PCI: Support PCIe devices with short cfg_size
1100 - PCI: Add Netronome vendor and device IDs
1101 - PCI: Limit config space size for Netronome NFP6000 family
1102 - PCI: Add Netronome NFP4000 PF device ID
1103 - PCI: Limit config space size for Netronome NFP4000
1104 - mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs
1105 - ACPI: CPPC: Return error if _CPC is invalid on a CPU
1106 - ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data
1107 - um: Don't discard .text.exit section
1108 - genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
1109 - genirq/msi: Make sure PCI MSIs are activated early
1110 - crypto: caam - fix non-hmac hashes
1111 - crypto: caam - fix echainiv(authenc) encrypt shared descriptor
1112 - crypto: caam - defer aead_set_sh_desc in case of zero authsize
1113 - usb: ehci: change order of register cleanup during shutdown
1114 - usb: misc: usbtest: add fix for driver hang
1115 - usb: dwc3: pci: add Intel Kabylake PCI ID
1116 - usb: dwc3: gadget: increment request->actual once
1117 - usb: hub: Fix unbalanced reference count/memory leak/deadlocks
1118 - USB: hub: fix up early-exit pathway in hub_activate
1119 - USB: hub: change the locking in hub_activate
1120 - usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()
1121 - usb: renesas_usbhs: Use dmac only if the pipe type is bulk
1122 - USB: validate wMaxPacketValue entries in endpoint descriptors
1123 - usb: gadget: fsl_qe_udc: off by one in setup_received_handle()
1124 - usb/gadget: fix gadgetfs aio support.
1125 - xhci: always handle "Command Ring Stopped" events
1126 - usb: xhci: Fix panic if disconnect
1127 - xhci: don't dereference a xhci member after removing xhci
1128 - USB: serial: fix memleak in driver-registration error path
1129 - USB: serial: option: add D-Link DWM-156/A3
1130 - USB: serial: option: add support for Telit LE920A4
1131 - USB: serial: ftdi_sio: add device ID for WICED USB UART dev board
1132 - USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices
1133 - iommu/dma: Don't put uninitialised IOVA domains
1134 - iommu/arm-smmu: Fix CMDQ error handling
1135 - iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass
1136 - pinctrl/amd: Remove the default de-bounce time
1137 - EDAC: Increment correct counter in edac_inc_ue_error()
1138 - s390/dasd: fix hanging device after clear subchannel
1139 - mac80211: fix purging multicast PS buffer queue
1140 - arm64: dts: rockchip: add reset saradc node for rk3368 SoCs
1141 - of: fix reference counting in of_graph_get_endpoint_by_regs
1142 - sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression
1143 - sched/nohz: Fix affine unpinned timers mess
1144 - iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
1145 - drm/amdgpu: Change GART offset to 64-bit
1146 - drm/amdgpu: fix amdgpu_move_blit on 32bit systems
1147 - drm/amdgpu: avoid a possible array overflow
1148 - drm/amdgpu: skip TV/CV in display parsing
1149 - drm/amd/amdgpu: sdma resume fail during S4 on CI
1150 - drm/amdgpu: record error code when ring test failed
1151 - drm/i915: fix aliasing_ppgtt leak
1152 - ARC: build: Better way to detect ISA compatible toolchain
1153 - ARC: use correct offset in pt_regs for saving/restoring user mode r25
1154 - ARC: Call trace_hardirqs_on() before enabling irqs
1155 - ARC: Elide redundant setup of DMA callbacks
1156 - aacraid: Check size values after double-fetch from user
1157 - mfd: cros_ec: Add cros_ec_cmd_xfer_status() helper
1158 - i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()
1159 - cdc-acm: fix wrong pipe type on rx interrupt xfers
1160 - mpt3sas: Fix resume on WarpDrive flash cards
1161 - megaraid_sas: Fix probing cards without io port
1162 - usb: renesas_usbhs: gadget: fix return value check in
1163 usbhs_mod_gadget_probe()
1164 - gpio: Fix OF build problem on UM
1165 - fs/seq_file: fix out-of-bounds read
1166 - btrfs: waiting on qgroup rescan should not always be interruptible
1167 - btrfs: properly track when rescan worker is running
1168 - Input: tegra-kbc - fix inverted reset logic
1169 - Input: i8042 - break load dependency between atkbd/psmouse and i8042
1170 - Input: i8042 - set up shared ps2_cmd_mutex for AUX ports
1171 - crypto: nx - off by one bug in nx_of_update_msc()
1172 - crypto: qat - fix aes-xts key sizes
1173 - dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()
1174 - USB: avoid left shift by -1
1175 - usb: chipidea: udc: don't touch DP when controller is in host mode
1176 - USB: fix typo in wMaxPacketSize validation
1177 - USB: serial: mos7720: fix non-atomic allocation in write path
1178 - USB: serial: mos7840: fix non-atomic allocation in write path
1179 - USB: serial: option: add WeTelecom WM-D200
1180 - USB: serial: option: add WeTelecom 0x6802 and 0x6803 products
1181 - staging: comedi: daqboard2000: bug fix board type matching code
1182 - staging: comedi: comedi_test: fix timer race conditions
1183 - staging: comedi: ni_mio_common: fix AO inttrig backwards compatibility
1184 - staging: comedi: ni_mio_common: fix wrong insn_write handler
1185 - ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macro
1186 - ACPI / drivers: replace acpi_probe_lock spinlock with mutex
1187 - ACPI / sysfs: fix error code in get_status()
1188 - ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present
1189 - ALSA: line6: Remove double line6_pcm_release() after failed acquire.
1190 - ALSA: line6: Give up on the lock while URBs are released.
1191 - ALSA: line6: Fix POD sysfs attributes segfault
1192 - hwmon: (iio_hwmon) fix memory leak in name attribute
1193 - sysfs: correctly handle read offset on PREALLOC attrs
1194 - Linux 4.4.20
1195
1196 * Failed to acknowledge elog: /sys/firmware/opal/elog/0x5018d709/acknowledge
1197 (2:No such file or directory) (LP: #1619552)
1198 - powerpc/powernv : Drop reference added by kset_find_obj()
1199
1200 * backport support for userspace access of DP aux devices (LP: #1619756)
1201 - drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.
1202 - drm/dp: Allow signals to interrupt drm_aux-dev reads/writes
1203 - [Config] CONFIG_DRM_DP_AUX_CHARDEV=y
1204
1205 * Enable virtual scsi server driver for Power (LP: #1615665)
1206 - SAUCE: Ibmvscsis: Properly deregister target sessions
1207 - SAUCE: Return TCMU-generated sense data to fabric module
1208 - SAUCE: Ibmvscsis: Code cleanup of print statements
1209 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
1210
1211 * ISST-LTE: system dropped into xmon at pcibios_release_device+0x5c/0x80
1212 during running dlpar test on monklp3 (LP: #1618151)
1213 - powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)
1214
1215 * Kernel Build Fails for Fuse Module (LP: #1617550)
1216 - SAUCE: (namespace) userns: Export current_in_userns to modules
1217
1218 * boot-time kernel panic introduced in 4.4.0-18, not present in 4.4.0-15
1219 (LP: #1572630)
1220 - blk-mq: Reuse hardware context cpumask for tags
1221 - blk-mq: Use proper cpumask iterator
1222
1223 -- Joseph Salisbury <joseph.salisbury@canonical.com> Mon, 19 Sep 2016 14:23:10 -0400
1224
1225 linux (4.4.0-38.57) xenial; urgency=low
1226
1227 [ Tim Gardner ]
1228
1229 * Release Tracking Bug
1230 - LP: #1620658
1231
1232 * CIFS client: access problems after updating to kernel 4.4.0-29-generic
1233 (LP: #1612135)
1234 - Revert "UBUNTU: SAUCE: (namespace) Bypass sget() capability check for nfs"
1235 - fs: Call d_automount with the filesystems creds
1236
1237 * apt-key add fails in overlayfs (LP: #1618572)
1238 - SAUCE: overlayfs: fix regression in whiteout detection
1239
1240 -- Tim Gardner <tim.gardner@canonical.com> Tue, 30 Aug 2016 12:24:30 -0600
1241
1242 linux (4.4.0-37.56) xenial; urgency=low
1243
1244 [ Tim Gardner ]
1245
1246 * Release Tracking Bug
1247 - LP: #1618040
1248
1249 * [Feature] Instruction decoder support for new SKX instructions- AVX512
1250 (LP: #1591655)
1251 - x86/insn: perf tools: Fix vcvtph2ps instruction decoding
1252 - x86/insn: Add AVX-512 support to the instruction decoder
1253 - perf tools: Add AVX-512 support to the instruction decoder used by Intel PT
1254 - perf tools: Add AVX-512 instructions to the new instructions test
1255
1256 * [Ubuntu 16.04] FCoE Lun not visible in OS with inbox driver - Issue with
1257 ioremap() call on 32bit kernel (LP: #1608652)
1258 - lpfc: Correct issue with ioremap() call on 32bit kernel
1259
1260 * [Feature] turbostat support for Skylake-SP server (LP: #1591802)
1261 - tools/power turbostat: decode more CPUID fields
1262 - tools/power turbostat: CPUID(0x16) leaf shows base, max, and bus frequency
1263 - tools/power turbostat: decode HWP registers
1264 - tools/power turbostat: Decode MSR_MISC_PWR_MGMT
1265 - tools/power turbostat: allow sub-sec intervals
1266 - tools/power turbostat: Intel Xeon x200: fix erroneous bclk value
1267 - tools/power turbostat: Intel Xeon x200: fix turbo-ratio decoding
1268 - tools/power turbostat: re-name "%Busy" field to "Busy%"
1269 - tools/power turbostat: add --out option for saving output in a file
1270 - tools/power turbostat: fix compiler warnings
1271 - tools/power turbostat: make fewer systems calls
1272 - tools/power turbostat: show IRQs per CPU
1273 - tools/power turbostat: show GFXMHz
1274 - tools/power turbostat: show GFX%rc6
1275 - tools/power turbostat: detect and work around syscall jitter
1276 - tools/power turbostat: indicate SMX and SGX support
1277 - tools/power turbostat: call __cpuid() instead of __get_cpuid()
1278 - tools/power turbostat: correct output for MSR_NHM_SNB_PKG_CST_CFG_CTL dump
1279 - tools/power turbostat: bugfix: TDP MSRs print bits fixing
1280 - tools/power turbostat: SGX state should print only if --debug
1281 - tools/power turbostat: print IRTL MSRs
1282 - tools/power turbostat: initial BXT support
1283 - tools/power turbostat: decode BXT TSC frequency via CPUID
1284 - tools/power turbostat: initial SKX support
1285
1286 * [BYT] display hotplug doesn't work on console (LP: #1616894)
1287 - drm/i915/vlv: Make intel_crt_reset() per-encoder
1288 - drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init()
1289 - drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()
1290 - drm/i915: Enable polling when we don't have hpd
1291
1292 * [Feature]intel_idle enabling on Broxton-P (LP: #1520446)
1293 - intel_idle: add BXT support
1294
1295 * [Feature] EDAC: Update driver for SKX-SP (LP: #1591815)
1296 - [Config] CONFIG_EDAC_SKX=m
1297 - EDAC, skx_edac: Add EDAC driver for Skylake
1298
1299 * [Feature] KBL: Sandy Peak(3168) WiFi/BT support (LP: #1591648)
1300 - Bluetooth: Add support for Intel Bluetooth device 3168 [8087:0aa7]
1301
1302 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
1303 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
1304
1305 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
1306 - SAUCE: Bluetooth: Support for LED on Edge Gateways
1307 - SAUCE: Bluetooth: Use host bridge subsystem IDs to identify Edge Gateways
1308
1309 * Please add support for alps touchpad. (LP: #1616813)
1310 - [Config] CONFIG_HID_ALPS=m
1311 - HID: add Alps I2C HID Touchpad-Stick support
1312 - HID: alps: struct u1_dev *priv is internal to the driver
1313 - HID: alps: pass correct sizes to hid_hw_raw_request()
1314 - HID: alps: match alps devices in core
1315 - HID: alps: a few cleanups
1316
1317 * DINO2M - System hangs with a black screen during s4 stress test
1318 (LP: #1616781)
1319 - x86/power/64: Fix kernel text mapping corruption during image restoration
1320
1321 * Xenial update to v4.4.17 stable release (LP: #1611833)
1322 - USB: OHCI: Don't mark EDs as ED_OPER if scheduling fails
1323 - x86/quirks: Apply nvidia_bugs quirk only on root bus
1324 - x86/quirks: Reintroduce scanning of secondary buses
1325 - x86/quirks: Add early quirk to reset Apple AirPort card
1326 - dmaengine: at_xdmac: align descriptors on 64 bits
1327 - dmaengine: at_xdmac: fix residue corruption
1328 - dmaengine: at_xdmac: double FIFO flush needed to compute residue
1329 - mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim mask
1330 - mm, compaction: abort free scanner if split fails
1331 - fs/nilfs2: fix potential underflow in call to crc32_le
1332 - mm, compaction: prevent VM_BUG_ON when terminating freeing scanner
1333 - mm, meminit: always return a valid node from early_pfn_to_nid
1334 - mm, meminit: ensure node is online before checking whether pages are
1335 uninitialised
1336 - vmlinux.lds: account for destructor sections
1337 - pps: do not crash when failed to register
1338 - kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while
1339 processing sysrq-w
1340 - arc: unwind: warn only once if DW2_UNWIND is disabled
1341 - ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)
1342 - xen/pciback: Fix conf_space read/write overlap check.
1343 - xenbus: don't BUG() on user mode induced condition
1344 - xenbus: don't bail early from xenbus_dev_request_and_reply()
1345 - Input: vmmouse - remove port reservation
1346 - Input: elantech - add more IC body types to the list
1347 - Input: xpad - fix oops when attaching an unknown Xbox One gamepad
1348 - Input: wacom_w8001 - w8001_MAX_LENGTH should be 13
1349 - Input: xpad - validate USB endpoint count during probe
1350 - Input: tsc200x - report proper input_dev name
1351 - pvclock: Add CPU barriers to get correct version value
1352 - pinctrl: single: Fix missing flush of posted write for a wakeirq
1353 - pinctrl: imx: Do not treat a PIN without MUX register as an error
1354 - cgroup: set css->id to -1 during init
1355 - power_supply: power_supply_read_temp only if use_cnt > 0
1356 - locks: use file_inode()
1357 - Revert "ecryptfs: forbid opening files without mmap handler"
1358 - ecryptfs: don't allow mmap when the lower fs doesn't support it
1359 - ext4: verify extent header depth
1360 - 9p: use file_dentry()
1361 - namespace: update event counter when umounting a deleted dentry
1362 - spi: sunxi: fix transfer timeout
1363 - spi: sun4i: fix FIFO limit
1364 - clk: rockchip: initialize flags of clk_init_data in mmc-phase clock
1365 - platform/chrome: cros_ec_dev - double fetch bug in ioctl
1366 - block: fix use-after-free in sys_ioprio_get()
1367 - mmc: block: fix packed command header endianness
1368 - sched/fair: Fix effective_load() to consistently use smoothed load
1369 - ovl: handle ATTR_KILL*
1370 - perf/x86: fix PEBS issues on Intel Atom/Core2
1371 - can: at91_can: RX queue could get stuck at high bus load
1372 - can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone
1373 access
1374 - can: fix handling of unmodifiable configuration options fix
1375 - can: fix oops caused by wrong rtnl dellink usage
1376 - RDS: fix rds_tcp_init() error path
1377 - SCSI: fix new bug in scsi_dev_info_list string matching
1378 - ipr: Clear interrupt on croc/crocodile when running with LSI
1379 - posix_cpu_timer: Exit early when process has been reaped
1380 - i2c: mux: reg: wrong condition checked for of_address_to_resource return
1381 value
1382 - libata: LITE-ON CX1-JB256-HP needs lower max_sectors
1383 - libceph: apply new_state before new_up_client on incrementals
1384 - net: mvneta: set real interrupt per packet for tx_done
1385 - intel_th: pci: Add Kaby Lake PCH-H support
1386 - intel_th: Fix a deadlock in modprobing
1387 - vfs: fix deadlock in file_remove_privs() on overlayfs
1388 - Linux 4.4.17
1389 - xenbus: don't look up transaction IDs for ordinary writes
1390
1391 * Enable virtual scsi server driver for Power (LP: #1615665)
1392 - [Config] CONFIG_SCSI_IBMVSCSIS=m
1393 - target: Add target_alloc_session() helper function
1394 - ibmvscsis: Initial commit of IBM VSCSI Tgt Driver
1395
1396 * AES-XTS poor performance in Ubuntu 16.04 (LP: #1613295)
1397 - crypto: vmx: Only call enable_kernel_vsx()
1398 - powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
1399 - crypto: vmx - Adding asm subroutines for XTS
1400 - crypto: xts - consolidate sanity check for keys
1401 - crypto: vmx - Adding support for XTS
1402 - crypto: vmx - Fix aes_p8_xts_decrypt build failure
1403 - crypto: xts - fix compile errors
1404
1405 * System hang when plug/pull USB 3.1 key via thunderbolt port over 5 times
1406 (LP: #1616318)
1407 - USB: don't free bandwidth_mutex too early
1408
1409 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
1410 - nvme: Suspend all queues before deletion
1411
1412 * change_hat is logging failures during expected hat probing (LP: #1615893)
1413 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
1414
1415 * deleted files outside of the namespace are not being treated as disconnected
1416 (LP: #1615892)
1417 - SAUCE: apparmor: deleted dentries can be disconnected
1418
1419 * stacking to unconfined in a child namespace confuses mediation
1420 (LP: #1615890)
1421 - SAUCE: apparmor: special case unconfined when determining the mode
1422
1423 * apparmor module parameters can be changed after the policy is locked
1424 (LP: #1615895)
1425 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
1426
1427 * AppArmor profile reloading causes an intermittent kernel BUG (LP: #1579135)
1428 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
1429
1430 * label vec reductions can result in reference labels instead of direct access
1431 to labels (LP: #1615889)
1432 - SAUCE: apparmor: reduction of vec to single entry is just that entry
1433
1434 * profiles from different namespaces can block other namespaces from being
1435 able to load a profile (LP: #1615887)
1436 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
1437
1438 * vmalloc failure leads to null ptr dereference in aa_dfa_next (LP: #1592547)
1439 - SAUCE: apparmor: oops in profile_unpack() when policy_db is not present
1440
1441 * vmalloc_addr is being checked on the failed return address of kvzalloc()
1442 (LP: #1615885)
1443 - SAUCE: apparmor: fix: don't check for vmalloc_addr if kvzalloc() failed
1444
1445 * dfa is missing a bounds check which can cause an oops (LP: #1615882)
1446 - SAUCE: apparmor: Add missing id bounds check on dfa verification
1447
1448 * The label build for onexec when stacking is wrong (LP: #1615881)
1449 - SAUCE: apparmor: Fix label build for onexec stacking.
1450
1451 * The inherit check for new to old label comparison for domain transitions is
1452 wrong (LP: #1615880)
1453 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
1454
1455 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
1456 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
1457
1458 * __label_update proxy comparison test is wrong (LP: #1615878)
1459 - SAUCE: apparmor: Fix __label_update proxy comparison test
1460
1461 * Xenial update to v4.4.19 stable release (LP: #1615620)
1462 - usb: gadget: avoid exposing kernel stack
1463 - usb: f_fs: off by one bug in _ffs_func_bind()
1464 - usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable()
1465 - usb: dwc3: fix for the isoc transfer EP_BUSY flag
1466 - USB: serial: option: add support for Telit LE910 PID 0x1206
1467 - usb: renesas_usbhs: fix NULL pointer dereference in xfer_work()
1468 - arm64: kernel: Save and restore UAO and addr_limit on exception entry
1469 - arm64: debug: unmask PSTATE.D earlier
1470 - arm64: Fix incorrect per-cpu usage for boot CPU
1471 - tty: serial: msm: Don't read off end of tx fifo
1472 - serial: samsung: Fix ERR pointer dereference on deferred probe
1473 - tty/serial: atmel: fix RS485 half duplex with DMA
1474 - gpio: pca953x: Fix NBANK calculation for PCA9536
1475 - gpio: intel-mid: Remove potentially harmful code
1476 - Bluetooth: hci_intel: Fix null gpio desc pointer dereference
1477 - pinctrl: cherryview: prevent concurrent access to GPIO controllers
1478 - arm64: dts: rockchip: fixes the gic400 2nd region size for rk3368
1479 - arm64: mm: avoid fdt_check_header() before the FDT is fully mapped
1480 - KVM: PPC: Book3S HV: Pull out TM state save/restore into separate procedures
1481 - KVM: PPC: Book3S HV: Save/restore TM state in H_CEDE
1482 - KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page fault
1483 - KVM: VMX: handle PML full VMEXIT that occurs during event delivery
1484 - KVM: nVMX: Fix memory corruption when using VMCS shadowing
1485 - intel_pstate: Fix MSR_CONFIG_TDP_x addressing in core_get_max_pstate()
1486 - mfd: qcom_rpm: Fix offset error for msm8660
1487 - mfd: qcom_rpm: Parametrize also ack selector size
1488 - media: usbtv: prevent access to free'd resources
1489 - media: dvb_ringbuffer: Add memory barriers
1490 - vb2: core: Skip planes array verification if pb is NULL
1491 - Fix RC5 decoding with Fintek CIR chipset
1492 - sur40: lower poll interval to fix occasional FPS drops to ~56 FPS
1493 - sur40: fix occasional oopses on device close
1494 - dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDING
1495 - hp-wmi: Fix wifi cannot be hard-unblocked
1496 - s5p-mfc: Set device name for reserved memory region devs
1497 - s5p-mfc: Add release callback for memory region devs
1498 - i2c: efm32: fix a failure path in efm32_i2c_probe()
1499 - spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel Quark
1500 - Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU
1501 - EDAC: Correct channel count limit
1502 - HID: uhid: fix timeout when probe races with IO
1503 - ovl: disallow overlayfs as upperdir
1504 - remoteproc: Fix potential race condition in rproc_add
1505 - ARC: mm: don't loose PTE_SPECIAL in pte_modify()
1506 - jbd2: make journal y2038 safe
1507 - fs/cifs: make share unaccessible at root level mountable
1508 - cifs: Check for existing directory when opening file with O_CREAT
1509 - cifs: fix crash due to race in hmac(md5) handling
1510 - CIFS: Fix a possible invalid memory access in smb2_query_symlink()
1511 - random: initialize the non-blocking pool via add_hwgenerator_randomness()
1512 - random: print a warning for the first ten uninitialized random users
1513 - random: add interrupt callback to VMBus IRQ handler
1514 - MIPS: KVM: Fix mapped fault broken commpage handling
1515 - MIPS: KVM: Add missing gfn range check
1516 - MIPS: KVM: Fix gfn range check in kseg0 tlb faults
1517 - MIPS: KVM: Propagate kseg0/mapped tlb fault errors
1518 - nfs: don't create zero-length requests
1519 - nfsd: Fix race between FREE_STATEID and LOCK
1520 - nfsd: don't return an unhashed lock stateid after taking mutex
1521 - drm/i915: Don't complain about lack of ACPI video bios
1522 - iommu/exynos: Suppress unbinding to prevent system failure
1523 - iommu/vt-d: Return error code in domain_context_mapping_one()
1524 - iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-back
1525 - iommu/amd: Init unity mappings only for dma_ops domains
1526 - iommu/amd: Update Alias-DTE in update_device_table()
1527 - audit: fix a double fetch in audit_log_single_execve_arg()
1528 - ARM: dts: sunxi: Add a startup delay for fixed regulator enabled phys
1529 - netlabel: add address family checks to netlbl_{sock,req}_delattr()
1530 - w1:omap_hdq: fix regression
1531 - drm/amdgpu: add a delay after ATPX dGPU power off
1532 - drm/amdgpu: Poll for both connect/disconnect on analog connectors
1533 - drm/amdgpu: support backlight control for UNIPHY3
1534 - drm/amdgpu: Disable RPM helpers while reprobing connectors on resume
1535 - drm/amdgpu: fix firmware info version checks
1536 - drm/amdgpu/gmc7: add missing mullins case
1537 - drm/radeon: add a delay after ATPX dGPU power off
1538 - drm/radeon: Poll for both connect/disconnect on analog connectors
1539 - drm/radeon: fix firmware info version checks
1540 - drm/radeon: support backlight control for UNIPHY3
1541 - drm/nouveau/gr/nv3x: fix instobj write offsets in gr setup
1542 - drm/nouveau/fbcon: fix font width not divisible by 8
1543 - drm: Restore double clflush on the last partial cacheline
1544 - drm/edid: Add 6 bpc quirk for display AEO model 0.
1545 - drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB
1546 - drm/i915/dp: Revert "drm/i915/dp: fall back to 18 bpp when sink capability
1547 is unknown"
1548 - balloon: check the number of available pages in leak balloon
1549 - ftrace/recordmcount: Work around for addition of metag magic but not
1550 relocations
1551 - metag: Fix __cmpxchg_u32 asm constraint for CMP
1552 - block: add missing group association in bio-cloning functions
1553 - block: fix bdi vs gendisk lifetime mismatch
1554 - mtd: nand: fix bug writing 1 byte less than page size
1555 - mm/hugetlb: avoid soft lockup in set_max_huge_pages()
1556 - ALSA: hda: Fix krealloc() with __GFP_ZERO usage
1557 - ALSA: hda/realtek - Can't adjust speaker's volume on a Dell AIO
1558 - ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps
1559 - ALSA: hda - Fix headset mic detection problem for two dell machines
1560 - IB/mlx5: Fix MODIFY_QP command input structure
1561 - IB/mlx5: Fix entries checks in mlx5_ib_create_cq
1562 - IB/mlx5: Fix returned values of query QP
1563 - IB/mlx5: Fix entries check in mlx5_ib_resize_cq
1564 - IB/mlx5: Fix post send fence logic
1565 - IB/mlx5: Return PORT_ERR in Active to Initializing tranisition
1566 - IB/SA: Use correct free function
1567 - IB/IPoIB: Don't update neigh validity for unresolved entries
1568 - IB/IWPM: Fix a potential skb leak
1569 - IB/mlx4: Fix the SQ size of an RC QP
1570 - IB/mlx4: Fix error flow when sending mads under SRIOV
1571 - IB/mlx4: Fix memory leak if QP creation failed
1572 - of: fix memory leak related to safe_name()
1573 - ubi: Make volume resize power cut aware
1574 - ubi: Fix early logging
1575 - ubi: Fix race condition between ubi device creation and udev
1576 - iscsi-target: Fix panic when adding second TCP connection to iSCSI session
1577 - target: Fix ordered task target_setup_cmd_from_cdb exception hang
1578 - target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOP
1579 - target: Fix race between iscsi-target connection shutdown + ABORT_TASK
1580 - target: Fix max_unmap_lba_count calc overflow
1581 - target: Fix ordered task CHECK_CONDITION early exception handling
1582 - Input: elan_i2c - properly wake up touchpad on ASUS laptops
1583 - SUNRPC: Don't allocate a full sockaddr_storage for tracing
1584 - MIPS: mm: Fix definition of R6 cache instruction
1585 - MIPS: Don't register r4k sched clock when CPUFREQ enabled
1586 - MIPS: hpet: Increase HPET_MIN_PROG_DELTA and decrease HPET_MIN_CYCLES
1587 - PCI: Mark Atheros AR9485 and QCA9882 to avoid bus reset
1588 - x86/platform/intel_mid_pci: Rework IRQ0 workaround
1589 - ACPI / EC: Work around method reentrancy limit in ACPICA for _Qxx
1590 - rtc: s3c: Add s3c_rtc_{enable/disable}_clk in s3c_rtc_setfreq()
1591 - dm flakey: error READ bios during the down_interval
1592 - module: Invalidate signatures on force-loaded modules
1593 - Documentation/module-signing.txt: Note need for version info if reusing a
1594 key
1595 - Linux 4.4.19
1596
1597 * xfrm: ipsec crash when updating spd thresholds (LP: #1613787)
1598 - xfrm: Ignore socket policies when rebuilding hash tables
1599
1600 * ISST-LTE:pKVM311:lotg5:Ubutu16041:lotg5 crashed @
1601 writeback_sb_inodes+0x30c/0x590 (LP: #1614565)
1602 - writeback: Write dirty times for WB_SYNC_ALL writeback
1603
1604 * IBM Power 720 Ethernet Not Seen (LP: #1612725)
1605 - [Config] CONFIG_IBMEBUS=y for powerpc
1606
1607 * CAPI: Update default setting for the psl_fir_cntl register (LP: #1612431)
1608 - cxl: Set psl_fir_cntl to production environment value
1609
1610 * Xenial update to v4.4.18 stable release (LP: #1614560)
1611 - tcp: enable per-socket rate limiting of all 'challenge acks'
1612 - ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user space
1613 - bonding: set carrier off for devices created through netlink
1614 - net: bgmac: Fix infinite loop in bgmac_dma_tx_add()
1615 - net/irda: fix NULL pointer dereference on memory allocation failure
1616 - qed: Fix setting/clearing bit in completion bitmap
1617 - tcp: consider recv buf for the initial window scale
1618 - ipath: Restrict use of the write() interface
1619 - scsi: ignore errors from scsi_dh_add_device()
1620 - HID: sony: do not bail out when the sixaxis refuses the output report
1621 - i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
1622 - arm: oabi compat: add missing access checks
1623 - KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspace
1624 - Revert "s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL"
1625 - random: strengthen input validation for RNDADDTOENTCNT
1626 - devpts: clean up interface to pty drivers
1627 - x86/mm/pat: Add support of non-default PAT MSR setting
1628 - x86/mm/pat: Add pat_disable() interface
1629 - x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()
1630 - x86/mtrr: Fix Xorg crashes in Qemu sessions
1631 - x86/mtrr: Fix PAT init handling when MTRR is disabled
1632 - x86/xen, pat: Remove PAT table init code from Xen
1633 - x86/pat: Document the PAT initialization sequence
1634 - x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386
1635 - drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2)
1636 - x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspace
1637 - block: fix use-after-free in seq file
1638 - sysv, ipc: fix security-layer leaking
1639 - fuse: fsync() did not return IO errors
1640 - fuse: fuse_flush must check mapping->flags for errors
1641 - fuse: fix wrong assignment of ->flags in fuse_send_init()
1642 - fs/dcache.c: avoid soft-lockup in dput()
1643 - crypto: gcm - Filter out async ghash if necessary
1644 - crypto: scatterwalk - Fix test in scatterwalk_done
1645 - ext4: check for extents that wrap around
1646 - ext4: fix deadlock during page writeback
1647 - ext4: don't call ext4_should_journal_data() on the journal inode
1648 - ext4: validate s_reserved_gdt_blocks on mount
1649 - ext4: short-cut orphan cleanup on error
1650 - ext4: fix reference counting bug on block allocation error
1651 - mm: memcontrol: fix cgroup creation failure after many small jobs
1652 - mm: memcontrol: fix swap counter leak on swapout from offline cgroup
1653 - mm: memcontrol: fix memcg id ref counter on swap charge move
1654 - Linux 4.4.18
1655
1656 * Ubuntu16.10:installation fails on Brazos system (31TB and 192 cores) No
1657 memory for flatten_device_tree (no room) (LP: #1614309)
1658 - SAUCE: powerpc/pseries: Increase RMA size to 512MB.
1659
1660 * [SRU] xgene_enet: 10g performance only hits ~75% on multi-client tests
1661 (LP: #1613157)
1662 - drivers: net: xgene: Add support for Classifier engine
1663 - drivers: net: xgene: Add support for RSS
1664 - drivers: net: xgene: Add support for multiple queues
1665
1666 * [SRU] xgene_enet: an extra interrupt may be pending for an interrupt
1667 controller that doesn't support irq_disable and hardware with level
1668 interrupt (LP: #1611399)
1669 - drivers: net: xgene: fix extra IRQ issue
1670
1671 * Mic mute hotkey does not work on usb keyboard [03f0:2f4a] (LP: #1609606)
1672 - HID: input: add mic mute key on HP slim keyboard
1673
1674 -- Stefan Bader <stefan.bader@canonical.com> Fri, 12 Aug 2016 09:05:59 +0200
1675
1676 linux (4.4.0-36.55) xenial; urgency=low
1677
1678 [ Stefan Bader ]
1679
1680 * Release Tracking Bug
1681 - LP: #1612305
1682
1683 * I2C touchpad does not work on AMD platform (LP: #1612006)
1684 - SAUCE: pinctrl/amd: Remove the default de-bounce time
1685
1686 * CVE-2016-5696
1687 - tcp: make challenge acks less predictable
1688
1689 -- Stefan Bader <stefan.bader@canonical.com> Thu, 11 Aug 2016 17:34:14 +0200
1690
1691 linux (4.4.0-35.54) xenial; urgency=low
1692
1693 [ Stefan Bader ]
1694
1695 * Release Tracking Bug
1696 - LP: #1611215
1697
1698 * [i915_bpo] Sync with v4.7 (LP: #1609742)
1699 - SAUCE: i915_bpo: Sync with v4.7
1700
1701 * s390/cio: fix reset of channel measurement block (LP: #1609415)
1702 - s390/cio: allow to reset channel measurement block
1703
1704 * in Ubuntu16.10: Hit on Call traces and system goes down when transactional
1705 memory tests are running in 32TB Brazos system (LP: #1606786)
1706 - powerpc/tm: Avoid SLB faults in treclaim/trecheckpoint when RI=0
1707 - powerpc/tm: Fix stack pointer corruption in __tm_recheckpoint()
1708
1709 * Power Menu does not display after press the Power Button (LP: #1609204)
1710 - intel-vbtn: new driver for Intel Virtual Button
1711 - [config] enable CONFIG_INTEL_VBTN=m
1712
1713 * OptiPlex 7450 AIO hangs when rebooting (LP: #1608762)
1714 - x86/reboot: Add Dell Optiplex 7450 AIO reboot quirk
1715
1716 * virtualbox+usb 3.0 breaks boot, -28 kernel works (LP: #1604058)
1717 - SAUCE: xhci: Fix soft lockup in xhci_pci_probe path when XHCI_STATE_HALTED
1718
1719 * linux-kernel: Freeing IRQ from IRQ context (LP: #1597908)
1720 - block: defer timeouts to a workqueue
1721
1722 * Tunnel offload indications not stripped from encapsulated packets, causing
1723 performance overhead (LP: #1602755)
1724 - tunnels: Remove encapsulation offloads on decap.
1725
1726 * lm-sensors is throwing "ERROR: Can't get value of subfeature temp1_input:
1727 I/O error" for be2net driver (LP: #1607387)
1728 - be2net: perform temperature query in adapter regardless of its interface
1729 state
1730
1731 * Dell dock MAC Address pass through doesn't work in Ubuntu (LP: #1579984)
1732 - r8152: Add support for setting pass through MAC address on RTL8153-AD
1733
1734 * vmxnet3 LRO IPv6 performance issues (stalling TCP) (LP: #1605494)
1735 - Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets
1736
1737 * ISST-LTE:pVM:monklp5:Ubuntu16.04.1:system crashed at
1738 lpfc_sli4_scmd_to_wqidx_distr (LP: #1597974)
1739 - SAUCE: lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from
1740 lpfc_send_taskmgmt()
1741
1742 * Backport cxlflash shutdown patch to Xenial SRU (LP: #1605405)
1743 - SAUCE: cxlflash: Verify problem state area is mapped before notifying
1744 shutdown
1745
1746 * Xenial update to v4.4.16 stable release (LP: #1607404)
1747 - mac80211: fix fast_tx header alignment
1748 - mac80211: mesh: flush mesh paths unconditionally
1749 - mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNAL
1750 - mac80211: Fix mesh estab_plinks counting in STA removal case
1751 - EDAC, sb_edac: Fix rank lookup on Broadwell
1752 - IB/cm: Fix a recently introduced locking bug
1753 - IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHs
1754 - powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was added
1755 - powerpc/tm: Always reclaim in start_thread() for exec() class syscalls
1756 - usb: dwc2: fix regression on big-endian PowerPC/ARM systems
1757 - USB: EHCI: declare hostpc register as zero-length array
1758 - usb: common: otg-fsm: add license to usb-otg-fsm
1759 - mnt: fs_fully_visible test the proper mount for MNT_LOCKED
1760 - mnt: Account for MS_RDONLY in fs_fully_visible
1761 - mnt: If fs_fully_visible fails call put_filesystem.
1762 - of: fix autoloading due to broken modalias with no 'compatible'
1763 - of: irq: fix of_irq_get[_byname]() kernel-doc
1764 - locking/ww_mutex: Report recursive ww_mutex locking early
1765 - locking/qspinlock: Fix spin_unlock_wait() some more
1766 - locking/static_key: Fix concurrent static_key_slow_inc()
1767 - x86, build: copy ldlinux.c32 to image.iso
1768 - kprobes/x86: Clear TF bit in fault on single-stepping
1769 - x86/amd_nb: Fix boot crash on non-AMD systems
1770 - Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"
1771 - uvc: Forward compat ioctls to their handlers directly
1772 - thermal: cpu_cooling: fix improper order during initialization
1773 - writeback: use higher precision calculation in domain_dirty_limits()
1774 - nfsd4/rpc: move backchannel create logic into rpc code
1775 - nfsd: Always lock state exclusively.
1776 - nfsd: Extend the mutex holding region around in nfsd4_process_open2()
1777 - posix_acl: Add set_posix_acl
1778 - nfsd: check permissions when setting ACLs
1779 - make nfs_atomic_open() call d_drop() on all ->open_context() errors.
1780 - NFS: Fix another OPEN_DOWNGRADE bug
1781 - ARM: imx6ul: Fix Micrel PHY mask
1782 - ARM: 8578/1: mm: ensure pmd_present only checks the valid bit
1783 - ARM: 8579/1: mm: Fix definition of pmd_mknotpresent
1784 - MIPS: KVM: Fix modular KVM under QEMU
1785 - mm: Export migrate_page_move_mapping and migrate_page_copy
1786 - UBIFS: Implement ->migratepage()
1787 - sched/fair: Fix cfs_rq avg tracking underflow
1788 - packet: Use symmetric hash for PACKET_FANOUT_HASH.
1789 - net_sched: fix mirrored packets checksum
1790 - cdc_ncm: workaround for EM7455 "silent" data interface
1791 - ipv6: Fix mem leak in rt6i_pcpu
1792 - ARCv2: Check for LL-SC livelock only if LLSC is enabled
1793 - ARCv2: LLSC: software backoff is NOT needed starting HS2.1c
1794 - kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES
1795 - KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.
1796 - HID: elo: kill not flush the work
1797 - HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands
1798 - tracing: Handle NULL formats in hold_module_trace_bprintk_format()
1799 - base: make module_create_drivers_dir race-free
1800 - iommu/arm-smmu: Wire up map_sg for arm-smmu-v3
1801 - iommu/vt-d: Enable QI on all IOMMUs before setting root entry
1802 - iommu/amd: Fix unity mapping initialization race
1803 - drm/mgag200: Black screen fix for G200e rev 4
1804 - ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()
1805 - arm64: Rework valid_user_regs
1806 - vfs: add d_real_inode() helper
1807 - af_unix: fix hard linked sockets on overlay
1808 - btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
1809 - drm/radeon: fix asic initialization for virtualized environments
1810 - drm/amdgpu/gfx7: fix broken condition check
1811 - ubi: Make recover_peb power cut aware
1812 - drm/amdkfd: unbind only existing processes
1813 - drm/amdkfd: destroy dbgmgr in notifier release
1814 - drm/dp/mst: Always clear proposed vcpi table for port.
1815 - drm/nouveau/disp/sor/gf119: both links use the same training register
1816 - drm/nouveau/gr/gf100-: update sm error decoding from gk20a nvgpu headers
1817 - drm/nouveau/fbcon: fix out-of-bounds memory accesses
1818 - drm/nouveau: fix for disabled fbdev emulation
1819 - drm/nouveau/disp/sor/gf119: select correct sor when poking training pattern
1820 - drm/i915/ilk: Don't disable SSC source if it's in use
1821 - drm/i915: Refresh cached DP port register value on resume
1822 - drm/i915: Update ifdeffery for mutex->owner
1823 - drm/i915: Update CDCLK_FREQ register on BDW after changing cdclk frequency
1824 - drm: add missing drm_mode_set_crtcinfo call
1825 - drm: make drm_atomic_set_mode_prop_for_crtc() more reliable
1826 - drm: atmel-hlcdc: actually disable scaling when no scaling is required
1827 - drm/ttm: Make ttm_bo_mem_compat available
1828 - drm/vmwgfx: Add an option to change assumed FB bpp
1829 - drm/vmwgfx: Work around mode set failure in 2D VMs
1830 - drm/vmwgfx: Check pin count before attempting to move a buffer
1831 - drm/vmwgfx: Delay pinning fbdev framebuffer until after mode set
1832 - drm/vmwgfx: Fix error paths when mapping framebuffer
1833 - memory: omap-gpmc: Fix omap gpmc EXTRADELAY timing
1834 - perf/x86: Fix undefined shift on 32-bit kernels
1835 - xen/balloon: Fix declared-but-not-defined warning
1836 - iio: Fix error handling in iio_trigger_attach_poll_func
1837 - iio:st_pressure: fix sampling gains (bring inline with ABI)
1838 - iio: light apds9960: Add the missing dev.parent
1839 - iio: proximity: as3935: correct IIO_CHAN_INFO_RAW output
1840 - iio: proximity: as3935: remove triggered buffer processing
1841 - iio: proximity: as3935: fix buffer stack trashing
1842 - iio: humidity: hdc100x: correct humidity integration time mask
1843 - iio: humidity: hdc100x: fix IIO_TEMP channel reporting
1844 - iio: hudmidity: hdc100x: fix incorrect shifting and scaling
1845 - staging: iio: accel: fix error check
1846 - iio: accel: kxsd9: fix the usage of spi_w8r8()
1847 - iio:ad7266: Fix broken regulator error handling
1848 - iio:ad7266: Fix support for optional regulators
1849 - iio:ad7266: Fix probe deferral for vref
1850 - tty/vt/keyboard: fix OOB access in do_compute_shiftstate()
1851 - hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by
1852 default
1853 - hwmon: (dell-smm) Disallow fan_type() calls on broken machines
1854 - hwmon: (dell-smm) Cache fan_type() calls and change fan detection
1855 - ALSA: dummy: Fix a use-after-free at closing
1856 - ALSA: hda - Fix the headset mic jack detection on Dell machine
1857 - ALSA: hda / realtek - add two more Thinkpad IDs (5050,5053) for tpt460 fixup
1858 - ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift()
1859 - ALSA: echoaudio: Fix memory allocation
1860 - ALSA: timer: Fix negative queue usage by racy accesses
1861 - ALSA: hda/realtek: Add Lenovo L460 to docking unit fixup
1862 - ALSA: hda - Add PCI ID for Kabylake-H
1863 - ALSA: hda - fix read before array start
1864 - ALSA: hda/realtek - add new pin definition in alc225 pin quirk table
1865 - ALSA: pcm: Free chmap at PCM free callback, too
1866 - ALSA: ctl: Stop notification after disconnection
1867 - ALSA: hda - fix use-after-free after module unload
1868 - ALSA: hda: add AMD Stoney PCI ID with proper driver caps
1869 - ARM: sunxi/dt: make the CHIP inherit from allwinner,sun5i-a13
1870 - ARM: dts: armada-38x: fix MBUS_ID for crypto SRAM on Armada 385 Linksys
1871 - ARM: mvebu: fix HW I/O coherency related deadlocks
1872 - ovl: Copy up underlying inode's ->i_mode to overlay inode
1873 - ovl: verify upper dentry in ovl_remove_and_whiteout()
1874 - scsi: fix race between simultaneous decrements of ->host_failed
1875 - 53c700: fix BUG on untagged commands
1876 - Fix reconnect to not defer smb3 session reconnect long after socket
1877 reconnect
1878 - cifs: dynamic allocation of ntlmssp blob
1879 - File names with trailing period or space need special case conversion
1880 - xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7
1881 - crypto: qat - make qat_asym_algs.o depend on asn1 headers
1882 - tmpfs: don't undo fallocate past its last page
1883 - tmpfs: fix regression hang in fallocate undo
1884 - drm/i915: Revert DisplayPort fast link training feature
1885 - ovl: verify upper dentry before unlink and rename
1886 - Linux 4.4.16
1887
1888 * Regression caused by `fuse: Add support for pid namespaces` in 4.4.0-6.21
1889 (LP: #1605344)
1890 - SAUCE: (namespace) fuse: Permit requests from other pid namespaces
1891
1892 * CVE-2016-5400
1893 - media: fix airspy usb probe error path
1894
1895 * Cannot mount proc in unprivileged containers if /proc/xen is mounted
1896 (LP: #1607374)
1897 - SAUCE: xenbus: Use proc_create_mount_point() to create /proc/xen
1898
1899 * Mic mute key does not work for Ideapad laptops (LP: #1607153)
1900 - ideapad_laptop: Add an event for mic mute hotkey
1901
1902 * NVMe stress test fails after 12 hours on Ubuntu 16.04 (LP: #1604995)
1903 - block: atari: Return early for unsupported sector size
1904
1905 * Console extremely slow with 4.4 kernels for servers with Matrox G200er2 or
1906 similar (LP: #1605662)
1907 - SAUCE: vesafb: Set mtrr:3 (write-combining) as default
1908
1909 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
1910 - nvme: use a work item to submit async event requests
1911 - nvme: don't poll the CQ from the kthread
1912 - nvme: replace the kthread with a per-device watchdog timer
1913 - NVMe: Fix reset/remove race
1914 - nvme: Avoid reset work on watchdog timer function during error recovery
1915 - NVMe: Always use MSI/MSI-x interrupts
1916
1917 * [LTC-Test] - NMI watchdog Bug and call traces when trinity is executed.
1918 (LP: #1602524)
1919 - ext4: factor out determining of hole size
1920 - ext4: return hole from ext4_map_blocks()
1921 - ext4: more efficient SEEK_DATA implementation
1922
1923 * changelog: add CVEs as first class citizens (LP: #1604344)
1924 - avoid duplicate CVE numbers in changelog
1925
1926 * [LTCTest][Opal][OP820] Machine crashed with Oops: Kernel access of bad area,
1927 sig: 11 [#1] while executing Froze PE Error injection (LP: #1603449)
1928 - powerpc/eeh: Fix invalid cached PE primary bus
1929
1930 * Hotplug remove and re-add adds PCI adapter to next PCI domain (PCI)
1931 (LP: #1603574)
1932 - powerpc/pci: Assign fixed PHB number based on device-tree properties
1933
1934 * nvme - reset_controller is not working after adapter's firmware upgrade
1935 (adapter quirk is needed) (LP: #1602726)
1936 - NVMe: Create discard zero quirk white list
1937 - nvme/quirk: Add a delay before checking for adapter readiness
1938
1939 * ovs nat: conntrack netlink event are missing (LP: #1603468)
1940 - openvswitch: fix conntrack netlink event delivery
1941
1942 * FlashGT - In Tuleta 8284-22A with card in card slot P1-C9, system Fails to
1943 boot operating system (LP: #1602785)
1944 - cxl: Ignore CAPI adapters misplaced in switched slots
1945
1946 * CVE-2016-5728
1947 - misc: mic: Fix for double fetch security bug in VOP driver
1948
1949 * CVE-2016-5244 (LP: #1589041)
1950 - rds: fix an infoleak in rds_inc_info_copy
1951
1952 * Miscellaneous Ubuntu changes
1953 - Added Snapcraft files
1954 - SAUCE: snapcraft: cleanup and remove unnecessary elements
1955
1956 -- Stefan Bader <stefan.bader@canonical.com> Tue, 09 Aug 2016 15:11:33 +0200
1957
1958 linux (4.4.0-34.53) xenial; urgency=low
1959
1960 [ Seth Forshee ]
1961
1962 * Release Tracking Bug
1963 - LP: #1606960
1964
1965 * [APL][SAUCE] Slow system response time due to a monitor bug (LP: #1606147)
1966 - x86/cpu/intel: Introduce macros for Intel family numbers
1967 - SAUCE: x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont
1968 based CPUs
1969
1970 -- Seth Forshee <seth.forshee@canonical.com> Wed, 27 Jul 2016 10:01:20 -0500
1971
1972 linux (4.4.0-33.52) xenial; urgency=low
1973
1974 [ Seth Forshee ]
1975
1976 * Release Tracking Bug
1977 - LP: #1605709
1978
1979 * [regression] NFS client: access problems after updating to kernel
1980 4.4.0-31-generic (LP: #1603719)
1981 - SAUCE: (namespace) Bypass sget() capability check for nfs
1982
1983 -- Seth Forshee <seth.forshee@canonical.com> Fri, 22 Jul 2016 13:10:08 -0500
1984
1985 linux (4.4.0-32.51) xenial; urgency=low
1986
1987 [ Seth Forshee ]
1988
1989 * Release Tracking Bug
1990 - LP: #1604443
1991
1992 * thinkpad yoga 260 wacom touchscreen not working (LP: #1603975)
1993 - HID: wacom: break out parsing of device and registering of input
1994 - HID: wacom: Initialize hid_data.inputmode to -1
1995 - HID: wacom: Support switching from vendor-defined device mode on G9 and G11
1996
1997 * changelog: add CVEs as first class citizens (LP: #1604344)
1998 - use CVE numbers in changelog
1999
2000 * [Xenial] Include Huawei PCIe SSD hio kernel driver (LP: #1603483)
2001 - SAUCE: import Huawei ES3000_V2 (2.1.0.23)
2002 - SAUCE: hio: bio_endio() no longer takes errors arg
2003 - SAUCE: hio: blk_queue make_request_fn now returns a blk_qc_t
2004 - SAUCE: hio: use alloc_cpumask_var to avoid -Wframe-larger-than
2005 - SAUCE: hio: fix mask maybe-uninitialized warning
2006 - [config] enable CONFIG_HIO (Huawei ES3000_V2 PCIe SSD driver)
2007 - SAUCE: hio: Makefile and Kconfig
2008
2009 * CVE-2016-5243 (LP: #1589036)
2010 - tipc: fix an infoleak in tipc_nl_compat_link_dump
2011 - tipc: fix nl compat regression for link statistics
2012
2013 * CVE-2016-4470
2014 - KEYS: potential uninitialized variable
2015
2016 * integer overflow in xt_alloc_table_info (LP: #1555353)
2017 - netfilter: x_tables: check for size overflow
2018
2019 * CVE-2016-3135:
2020 - Revert "UBUNTU: SAUCE: (noup) netfilter: x_tables: check for size overflow"
2021
2022 * CVE-2016-4440 (LP: #1584192)
2023 - kvm:vmx: more complete state update on APICv on/off
2024
2025 * the system hangs in the dma driver when reboot or shutdown on a baytrail-m
2026 laptop (LP: #1602579)
2027 - dmaengine: dw: platform: power on device on shutdown
2028 - ACPI / LPSS: override power state for LPSS DMA device
2029
2030 * Add proper palm detection support for MS Precision Touchpad (LP: #1593124)
2031 - Revert "HID: multitouch: enable palm rejection if device implements
2032 confidence usage"
2033 - HID: multitouch: enable palm rejection for Windows Precision Touchpad
2034
2035 * Add support for Intel 8265 Bluetooth ([8087:0A2B]) (LP: #1599068)
2036 - Bluetooth: Add support for Intel Bluetooth device 8265 [8087:0a2b]
2037
2038 * CVE-2016-4794 (LP: #1581871)
2039 - percpu: fix synchronization between chunk->map_extend_work and chunk
2040 destruction
2041 - percpu: fix synchronization between synchronous map extension and chunk
2042 destruction
2043
2044 * Xenial update to v4.4.15 stable release (LP: #1601952)
2045 - net_sched: fix pfifo_head_drop behavior vs backlog
2046 - net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG
2047 - sit: correct IP protocol used in ipip6_err
2048 - esp: Fix ESN generation under UDP encapsulation
2049 - netem: fix a use after free
2050 - ipmr/ip6mr: Initialize the last assert time of mfc entries.
2051 - Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address
2052 - sock_diag: do not broadcast raw socket destruction
2053 - bpf, perf: delay release of BPF prog after grace period
2054 - neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()
2055 - net: macb: fix default configuration for GMAC on AT91
2056 - net: alx: Work around the DMA RX overflow issue
2057 - bpf: try harder on clones when writing into skb
2058 - AX.25: Close socket connection on session completion
2059 - crypto: ux500 - memmove the right size
2060 - crypto: user - re-add size check for CRYPTO_MSG_GETALG
2061 - USB: uas: Fix slave queue_depth not being set
2062 - usb: quirks: Fix sorting
2063 - usb: quirks: Add no-lpm quirk for Acer C120 LED Projector
2064 - usb: musb: only restore devctl when session was set in backup
2065 - usb: musb: Stop bulk endpoint while queue is rotated
2066 - usb: musb: Ensure rx reinit occurs for shared_fifo endpoints
2067 - usb: musb: host: correct cppi dma channel for isoch transfer
2068 - usb: xhci-plat: properly handle probe deferral for devm_clk_get()
2069 - USB: xhci: Add broken streams quirk for Frescologic device id 1009
2070 - xhci: Fix handling timeouted commands on hosts in weird states.
2071 - USB: mos7720: delete parport
2072 - usb: gadget: fix spinlock dead lock in gadgetfs
2073 - usb: host: ehci-tegra: Grab the correct UTMI pads reset
2074 - usb: dwc3: exynos: Fix deferred probing storm.
2075 - Linux 4.4.15
2076
2077 * qeth: delete napi struct when removing a qeth device (LP: #1601831)
2078 - qeth: delete napi struct when removing a qeth device
2079
2080 * Adjust KBL PCI-ID's (LP: #1600124)
2081 - drm/i915: Add more Kabylake PCI IDs.
2082 - drm/i915: Removing PCI IDs that are no longer listed as Kabylake.
2083
2084 * [i915_bpo] Rebase driver to v4.7-rc6 + gen9 workarounds + KBP PCH support
2085 (LP: #1599109)
2086 - drm/kms_helper: Add a common place to call init and exit functions.
2087 - drm: Add helper for DP++ adaptors
2088 - GPU-DRM: Delete unnecessary checks before drm_property_unreference_blob()
2089 - drm: introduce pipe color correction properties
2090 - drm: fix blob pointer check
2091 - drm: atomic helper: do not unreference error pointer
2092 - drm: fix lut value extraction function
2093 - drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format
2094 - SAUCE: drm: Introduce drm_malloc_gfp()
2095 - SAUCE: i915_bpo: Rebase to v4.7-rc6
2096 - SAUCE: i915_bpo: Add backported workarounds for gen9
2097 - SAUCE: i915_bpo: Revert "drm/i915: Get panel_type from OpRegion panel
2098 details"
2099 - SAUCE: i915_bpo: Introduce Kabypoint PCH for Kabylake H/DT.
2100
2101 * Baytrail-I got black screen with HDMI output (LP: #1599379)
2102 - drm/i915: Only ignore eDP ports that are connected
2103 - drm/i915: Check VBT for port presence in addition to the strap on VLV/CHV
2104
2105 * [Hyper-V] storvsc messages for CD-ROM medium not present tray closed
2106 (LP: #1590655)
2107 - SAUCE: (no-up) scsi: storvsc: Filter out storvsc messages CD-ROM medium not
2108 present
2109
2110 * Hotplug device addition issue - missing patches on Xenial kernel
2111 (LP: #1599250)
2112 - Revert "UBUNTU: SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()"
2113 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
2114 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
2115 - powerpc/pseries: Fix PCI config address for DDW
2116
2117 * kernel: signal return with invalid floating-point control (LP: #1597971)
2118 - s390: fix test_fp_ctl inline assembly contraints
2119
2120 * [Toshiba P50W-B00F] Touchscreen no longer working (LP: #1498667)
2121 - SAUCE: (no-up) usb: quirks: Add no-lpm quirk for Elan Microelectronics
2122 Touchpad
2123
2124 * [yakkety] d-i does not support (ehci_msm) Qualcomm On-Chip EHCI Host
2125 Controller (LP: #1599347)
2126 - d-i: Add ehci_msm to usb-modules
2127
2128 * [Bug] Legacy audio couldn't work after S3 resume on Kabylake (LP: #1596871)
2129 - ALSA: hda - Skip ELD notification during PM process
2130 - ALSA: hda - hdmi add wmb barrier for audio component
2131 - ALSA: hda - hdmi defer to register acomp eld notifier
2132
2133 * sync spl 0.6.5.6-0ubuntu4 changes into Xenial kernel source (LP: #1599257)
2134 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu4
2135
2136 * Config: missing AMD Seattle platform support (LP: #1597574)
2137 - [Config] Enable the AMD Seattle platform
2138
2139 * Network installer fails to detect network on AMD Overdrive (ARM64)
2140 (LP: #1597573)
2141 - [Config] Add amd-xgbe to nic-modules udeb
2142
2143 * exercising ptys causes a kernel oops (LP: #1586418)
2144 - devpts: fix null pointer dereference on failed memory allocation
2145
2146 * Regression (constant vibration of device) in xpad driver in Ubuntu 16.04
2147 (LP: #1574102)
2148 - Input: xpad - move pending clear to the correct location
2149
2150 * thunderx nics fail to establish link (LP: #1597867)
2151 - net: thunderx: Fix link status reporting
2152
2153 * Xenial update to v4.4.14 stable release (LP: #1596575)
2154 - scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands
2155 - scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist
2156 - netlink: Fix dump skb leak/double free
2157 - tipc: fix nametable publication field in nl compat
2158 - switchdev: pass pointer to fib_info instead of copy
2159 - tuntap: correctly wake up process during uninit
2160 - udp: prevent skbs lingering in tunnel socket queues
2161 - uapi glibc compat: fix compilation when !__USE_MISC in glibc
2162 - sfc: on MC reset, clear PIO buffer linkage in TXQs
2163 - team: don't call netdev_change_features under team->lock
2164 - vxlan: Accept user specified MTU value when create new vxlan link
2165 - tcp: record TLP and ER timer stats in v6 stats
2166 - bridge: Don't insert unnecessary local fdb entry on changing mac address
2167 - l2tp: fix configuration passed to setup_udp_tunnel_sock()
2168 - ipv6: Skip XFRM lookup if dst_entry in socket cache is valid
2169 - vxlan: Relax MTU constraints
2170 - geneve: Relax MTU constraints
2171 - vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices
2172 - KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
2173 - KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
2174 - ALSA: hda - Add PCI ID for Kabylake
2175 - ALSA: hda - Fix headset mic detection problem for Dell machine
2176 - ALSA: hda/realtek - ALC256 speaker noise issue
2177 - ALSA: hda/realtek - Add support for new codecs ALC700/ALC701/ALC703
2178 - ALSA: hda/realtek: Add T560 docking unit fixup
2179 - ARM: fix PTRACE_SETVFPREGS on SMP systems
2180 - gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings
2181 - s390/bpf: fix recache skb->data/hlen for skb_vlan_push/pop
2182 - s390/bpf: reduce maximum program size to 64 KB
2183 - irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask
2184 - crypto: public_key: select CRYPTO_AKCIPHER
2185 - crypto: ccp - Fix AES XTS error for request sizes above 4096
2186 - arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasks
2187 - arm64: mm: always take dirty state from new pte in ptep_set_access_flags
2188 - powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge
2189 - powerpc: Fix definition of SIAR and SDAR registers
2190 - powerpc: Use privileged SPR number for MMCR2
2191 - powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support
2192 call
2193 - pinctrl: mediatek: fix dual-edge code defect
2194 - parisc: Fix pagefault crash in unaligned __get_user() call
2195 - memcg: add RCU locking around css_for_each_descendant_pre() in
2196 memcg_offline_kmem()
2197 - wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel
2198 - x86/entry/traps: Don't force in_interrupt() to return true in IST handlers
2199 - fix d_walk()/non-delayed __d_free() race
2200 - sparc: Fix system call tracing register handling.
2201 - sparc64: Fix bootup regressions on some Kconfig combinations.
2202 - sparc64: Fix numa node distance initialization
2203 - sparc64: Fix sparc64_set_context stack handling.
2204 - sparc/PCI: Fix for panic while enabling SR-IOV
2205 - sparc64: Reduce TLB flushes during hugepte changes
2206 - sparc64: Take ctx_alloc_lock properly in hugetlb_setup().
2207 - sparc: Harden signal return frame checks.
2208 - sparc64: Fix return from trap window fill crashes.
2209 - MIPS: Fix 64k page support for 32 bit kernels.
2210 - crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq
2211 - drm/core: Do not preserve framebuffer on rmfb, v4.
2212 - Linux 4.4.14
2213
2214 * [Hyper-V] Rebase Hyper-V to 4.6 kernel (LP: #1583357)
2215 - hv_netvsc: rework link status change handling
2216 - hv_netvsc: Resize some of the variables in hv_netvsc_packet
2217 - hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficient
2218 - hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure
2219 - hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure
2220 - hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet
2221 - hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet
2222 - hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet
2223 - hv_netvsc: Don't ask for additional head room in the skb
2224 - hv_netvsc: move subchannel existence check to netvsc_select_queue()
2225 - hv_netvsc: remove locking in netvsc_send()
2226 - hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet
2227 - hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet
2228 - hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
2229 - hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet
2230 - hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet
2231 - hv_netvsc: Eliminate status from struct hv_netvsc_packet
2232 - hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet
2233 - storvsc: add logging for error/warning messages
2234 - hv_netvsc: Fix race condition on Multi-Send Data field
2235 - kvm/x86: split ioapic-handled and EOI exit bitmaps
2236 - kvm/x86: per-vcpu apicv deactivation support
2237 - kvm/x86: Hyper-V synthetic interrupt controller
2238 - kvm/x86: Hyper-V kvm exit
2239 - kvm/x86: Rearrange func's declarations inside Hyper-V header
2240 - kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers
2241 - kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT
2242 - kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack
2243 - kvm/x86: Hyper-V SynIC timers
2244 - storvsc: Fix a bug in the layout of the hv_fc_wwn_packet
2245 - storvsc: Properly support Fibre Channel devices
2246 - storvsc: Refactor the code in storvsc_channel_init()
2247 - storvsc: Tighten up the interrupt path
2248 - storvsc: Fix typo in MODULE_PARM_DESC
2249 - Revert "hv_netvsc: use skb_get_hash() instead of a homegrown implementation"
2250 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
2251 - hv_netvsc: Fix book keeping of skb during batching process
2252 - storvsc: Install the storvsc specific timeout handler for FC devices
2253 - storvsc: Use the specified target ID in device lookup
2254 - Revert "Drivers: hv: vmbus: Cleanup vmbus_set_event()"
2255 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
2256 - Revert "Drivers: hv: vmbus: Eliminate the spin lock on the read path"
2257 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
2258 - Revert "hv_netvsc: cleanup netdev feature flags for netvsc"
2259 - hv_netvsc: cleanup netdev feature flags for netvsc
2260 - hv_netvsc: Restore needed_headroom request
2261 - kvm/x86: Rename Hyper-V long spin wait hypercall
2262 - hv_netvsc: add software transmit timestamp support
2263 - hv_netvsc: add ethtool support for set and get of settings
2264 - hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
2265 - hv_netvsc: Fix the array sizes to be max supported channels
2266 - hv_netvsc: Fix the order of num_sc_offered decrement
2267 - x86/hyperv: Avoid reporting bogus NMI status for Gen2 instances
2268 - Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()
2269 - Drivers: hv: kvp: fix IP Failover
2270
2271 -- Seth Forshee <seth.forshee@canonical.com> Tue, 19 Jul 2016 11:18:32 -0500
2272
2273 linux (4.4.0-31.50) xenial; urgency=low
2274
2275 [ Kamal Mostafa ]
2276
2277 * Release Tracking Bug
2278 - LP: #1602449
2279
2280 * nouveau: boot hangs at blank screen with unsupported graphics cards
2281 (LP: #1602340)
2282 - SAUCE: drm: check for supported chipset before booting fbdev off the hw
2283
2284 -- Kamal Mostafa <kamal@canonical.com> Tue, 12 Jul 2016 16:28:12 -0700
2285
2286 linux (4.4.0-30.49) xenial; urgency=low
2287
2288 [ Kamal Mostafa ]
2289
2290 * Release Tracking Bug
2291 - LP: #1597897
2292
2293 * FCP devices are not detected correctly nor deterministically (LP: #1567602)
2294 - scsi_dh_alua: Disable ALUA handling for non-disk devices
2295 - scsi_dh_alua: Use vpd_pg83 information
2296 - scsi_dh_alua: improved logging
2297 - scsi_dh_alua: sanitze sense code handling
2298 - scsi_dh_alua: use standard logging functions
2299 - scsi_dh_alua: return standard SCSI return codes in submit_rtpg
2300 - scsi_dh_alua: fixup description of stpg_endio()
2301 - scsi_dh_alua: use flag for RTPG extended header
2302 - scsi_dh_alua: use unaligned access macros
2303 - scsi_dh_alua: rework alua_check_tpgs() to return the tpgs mode
2304 - scsi_dh_alua: simplify sense code handling
2305 - scsi: Add scsi_vpd_lun_id()
2306 - scsi: Add scsi_vpd_tpg_id()
2307 - scsi_dh_alua: use scsi_vpd_tpg_id()
2308 - scsi_dh_alua: Remove stale variables
2309 - scsi_dh_alua: Pass buffer as function argument
2310 - scsi_dh_alua: separate out alua_stpg()
2311 - scsi_dh_alua: Make stpg synchronous
2312 - scsi_dh_alua: call alua_rtpg() if stpg fails
2313 - scsi_dh_alua: switch to scsi_execute_req_flags()
2314 - scsi_dh_alua: allocate RTPG buffer separately
2315 - scsi_dh_alua: Use separate alua_port_group structure
2316 - scsi_dh_alua: use unique device id
2317 - scsi_dh_alua: simplify alua_initialize()
2318 - revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach should
2319 succeed while TPG is transitioning")
2320 - scsi_dh_alua: move optimize_stpg evaluation
2321 - scsi_dh_alua: remove 'rel_port' from alua_dh_data structure
2322 - scsi_dh_alua: Use workqueue for RTPG
2323 - scsi_dh_alua: Allow workqueue to run synchronously
2324 - scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'
2325 - scsi_dh_alua: Recheck state on unit attention
2326 - scsi_dh_alua: update all port states
2327 - scsi_dh_alua: Send TEST UNIT READY to poll for transitioning
2328 - scsi_dh_alua: do not fail for unknown VPD identification
2329
2330 -- Kamal Mostafa <kamal@canonical.com> Thu, 30 Jun 2016 12:52:15 -0700
2331
2332 linux (4.4.0-29.48) xenial; urgency=low
2333
2334 [ Kamal Mostafa ]
2335
2336 * Release Tracking Bug
2337 - LP: #1597015
2338
2339 * Wireless hotkey fails on Dell XPS 15 9550 (LP: #1589886)
2340 - intel-hid: new hid event driver for hotkeys
2341 - intel-hid: fix incorrect entries in intel_hid_keymap
2342 - intel-hid: allocate correct amount of memory for private struct
2343 - intel-hid: add a workaround to ignore an event after waking up from S4.
2344 - [Config] CONFIG_INTEL_HID_EVENT=m
2345
2346 * cgroupfs mounts can hang (LP: #1588056)
2347 - Revert "UBUNTU: SAUCE: (namespace) mqueue: Super blocks must be owned by the
2348 user ns which owns the ipc ns"
2349 - Revert "UBUNTU: SAUCE: kernfs: Do not match superblock in another user
2350 namespace when mounting"
2351 - Revert "UBUNTU: SAUCE: cgroup: Use a new super block when mounting in a
2352 cgroup namespace"
2353 - (namespace) bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
2354 - (namespace) bpf, inode: disallow userns mounts
2355 - (namespace) ipc: Initialize ipc_namespace->user_ns early.
2356 - (namespace) vfs: Pass data, ns, and ns->userns to mount_ns
2357 - SAUCE: (namespace) Sync with upstream s_user_ns patches
2358 - (namespace) kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC
2359 - (namespace) ipc/mqueue: The mqueue filesystem should never contain
2360 executables
2361
2362 * KVM system crashes after starting guest (LP: #1596635)
2363 - xhci: Cleanup only when releasing primary hcd
2364
2365 * Upstream patch "crypto: vmx - IV size failing on skcipher API" for Ubuntu
2366 16.04 (LP: #1596557)
2367 - crypto: vmx - IV size failing on skcipher API
2368
2369 * [Bug]tpm initialization fails on x86 (LP: #1596469)
2370 - tpm_crb: drop struct resource res from struct crb_priv
2371 - tpm_crb: fix mapping of the buffers
2372
2373 * Device shutdown notification for CAPI Flash cards (LP: #1592114)
2374 - cxlflash: Fix regression issue with re-ordering patch
2375 - cxlflash: Fix to drain operations from previous reset
2376 - cxlflash: Add device dependent flags
2377 - cxlflash: Shutdown notify support for CXL Flash cards
2378
2379 * scsi-modules udeb should include pm80xx (LP: #1595628)
2380 - [Config] Add pm80xx scsi driver to d-i
2381
2382 * Sync up latest relevant upstream bug fixes (LP: #1594871)
2383 - SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu10
2384
2385 * Cannot compile module tda10071 (LP: #1592531)
2386 - [media] tda10071: Fix dependency to REGMAP_I2C
2387
2388 * lsvpd doesn't show correct location code for devices attached to a CAPI card
2389 (LP: #1594847)
2390 - cxl: Make vPHB device node match adapter's
2391
2392 * enable CRC32 and AES ARM64 by default or as module (LP: #1594455)
2393 - [Config] Enable arm64 AES and CRC32 crypto
2394
2395 * VMX kernel crypto module exhibits poor performance in Ubuntu 16.04
2396 (LP: #1592481)
2397 - crypto: vmx - comply with ABIs that specify vrsave as reserved.
2398 - crypto: vmx - Fix ABI detection
2399 - crypto: vmx - Increase priority of aes-cbc cipher
2400
2401 * build squashfs into xenial kernels by default (LP: #1593134)
2402 - [Config] CONFIG_SQUASHFS=y
2403
2404 * Restore irqfd fast path for PPC (LP: #1592809)
2405 - KVM: PPC: Book3S HV: Re-enable XICS fast path for irqfd-generated interrupts
2406
2407 * Unable to start guests with memballoon default. (LP: #1592042)
2408 - virtio_balloon: fix PFN format for virtio-1
2409
2410 * Key 5 automatically pressed on some Logitech wireless keyboards
2411 (LP: #1579190)
2412 - HID: core: prevent out-of-bound readings
2413
2414 * ZFS: Running ztest repeatedly for long periods of time eventually results in
2415 "zdb: can't open 'ztest': No such file or directory" (LP: #1587686)
2416 - Fix ztest truncated cache file
2417
2418 * STC840.20:Alpine:alp7fp1:Ubuntu 16.04, BlueFin (SAN) EEH 6 times during boot
2419 then disabled SRC BA188002:b0314a_1612.840 (LP: #1587316)
2420 - lpfc: Fix DMA faults observed upon plugging loopback connector
2421
2422 -- Kamal Mostafa <kamal@canonical.com> Tue, 28 Jun 2016 10:17:41 -0700
2423
2424 linux (4.4.0-28.47) xenial; urgency=low
2425
2426 [ Luis Henriques ]
2427
2428 * Release Tracking Bug
2429 - LP: #1595874
2430
2431 * Linux netfilter local privilege escalation issues (LP: #1595350)
2432 - netfilter: x_tables: don't move to non-existent next rule
2433 - netfilter: x_tables: validate targets of jumps
2434 - netfilter: x_tables: add and use xt_check_entry_offsets
2435 - netfilter: x_tables: kill check_entry helper
2436 - netfilter: x_tables: assert minimum target size
2437 - netfilter: x_tables: add compat version of xt_check_entry_offsets
2438 - netfilter: x_tables: check standard target size too
2439 - netfilter: x_tables: check for bogus target offset
2440 - netfilter: x_tables: validate all offsets and sizes in a rule
2441 - netfilter: x_tables: don't reject valid target size on some architectures
2442 - netfilter: arp_tables: simplify translate_compat_table args
2443 - netfilter: ip_tables: simplify translate_compat_table args
2444 - netfilter: ip6_tables: simplify translate_compat_table args
2445 - netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
2446 - netfilter: x_tables: do compat validation via translate_table
2447 - netfilter: x_tables: introduce and use xt_copy_counters_from_user
2448
2449 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
2450 - netfilter: x_tables: validate e->target_offset early
2451 - netfilter: x_tables: make sure e->next_offset covers remaining blob size
2452 - netfilter: x_tables: fix unconditional helper
2453
2454 -- Luis Henriques <luis.henriques@canonical.com> Fri, 24 Jun 2016 09:57:21 +0100
2455
2456 linux (4.4.0-27.46) xenial; urgency=low
2457
2458 [ Kamal Mostafa ]
2459
2460 * Release Tracking Bug
2461 - LP: #1594906
2462
2463 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
2464 - Revert "UBUNTU: SAUCE: Bluetooth: Support for LED on Marvell modules"
2465
2466 -- Kamal Mostafa <kamal@canonical.com> Tue, 21 Jun 2016 10:17:00 -0700
2467
2468 linux (4.4.0-26.45) xenial; urgency=low
2469
2470 [ Kamal Mostafa ]
2471
2472 * Release Tracking Bug
2473 - LP: #1594442
2474
2475 * linux: Implement secure boot state variables (LP: #1593075)
2476 - SAUCE: UEFI: Add secure boot and MOK SB State disabled sysctl
2477
2478 * failures building userspace packages that include ethtool.h (LP: #1592930)
2479 - ethtool.h: define INT_MAX for userland
2480
2481 -- Kamal Mostafa <kamal@canonical.com> Mon, 20 Jun 2016 09:43:47 -0700
2482
2483 linux (4.4.0-25.44) xenial; urgency=low
2484
2485 [ Kamal Mostafa ]
2486
2487 * Release Tracking Bug
2488 - LP: #1591289
2489
2490 * Xenial update to v4.4.13 stable release (LP: #1590455)
2491 - MIPS64: R6: R2 emulation bugfix
2492 - MIPS: math-emu: Fix jalr emulation when rd == $0
2493 - MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCC
2494 - MIPS: Don't unwind to user mode with EVA
2495 - MIPS: Avoid using unwind_stack() with usermode
2496 - MIPS: Fix siginfo.h to use strict posix types
2497 - MIPS: Fix uapi include in exported asm/siginfo.h
2498 - MIPS: Fix watchpoint restoration
2499 - MIPS: Flush highmem pages in __flush_dcache_page
2500 - MIPS: Handle highmem pages in __update_cache
2501 - MIPS: Sync icache & dcache in set_pte_at
2502 - MIPS: ath79: make bootconsole wait for both THRE and TEMT
2503 - MIPS: Reserve nosave data for hibernation
2504 - MIPS: Loongson-3: Reserve 32MB for RS780E integrated GPU
2505 - MIPS: Use copy_s.fmt rather than copy_u.fmt
2506 - MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDU
2507 - MIPS: Prevent "restoration" of MSA context in non-MSA kernels
2508 - MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)
2509 - MIPS: ptrace: Fix FP context restoration FCSR regression
2510 - MIPS: ptrace: Prevent writes to read-only FCSR bits
2511 - MIPS: Fix sigreturn via VDSO on microMIPS kernel
2512 - MIPS: Build microMIPS VDSO for microMIPS kernels
2513 - MIPS: lib: Mark intrinsics notrace
2514 - MIPS: VDSO: Build with `-fno-strict-aliasing'
2515 - affs: fix remount failure when there are no options changed
2516 - ASoC: ak4642: Enable cache usage to fix crashes on resume
2517 - Input: uinput - handle compat ioctl for UI_SET_PHYS
2518 - ARM: mvebu: fix GPIO config on the Linksys boards
2519 - ARM: dts: at91: fix typo in sama5d2 PIN_PD24 description
2520 - ARM: dts: exynos: Add interrupt line to MAX8997 PMIC on exynos4210-trats
2521 - ARM: dts: imx35: restore existing used clock enumeration
2522 - ath9k: Add a module parameter to invert LED polarity.
2523 - ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.
2524 - ath10k: fix debugfs pktlog_filter write
2525 - ath10k: fix firmware assert in monitor mode
2526 - ath10k: fix rx_channel during hw reconfigure
2527 - ath10k: fix kernel panic, move arvifs list head init before htt init
2528 - ath5k: Change led pin configuration for compaq c700 laptop
2529 - hwrng: exynos - Fix unbalanced PM runtime put on timeout error path
2530 - rtlwifi: rtl8723be: Add antenna select module parameter
2531 - rtlwifi: btcoexist: Implement antenna selection
2532 - rtlwifi: Fix logic error in enter/exit power-save mode
2533 - rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in
2534 rtl_pci_reset_trx_ring
2535 - aacraid: Relinquish CPU during timeout wait
2536 - aacraid: Fix for aac_command_thread hang
2537 - aacraid: Fix for KDUMP driver hang
2538 - hwmon: (ads7828) Enable internal reference
2539 - mfd: intel-lpss: Save register context on suspend
2540 - mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup table
2541 correctly
2542 - PM / Runtime: Fix error path in pm_runtime_force_resume()
2543 - cpuidle: Indicate when a device has been unregistered
2544 - cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter()
2545 - clk: bcm2835: Fix PLL poweron
2546 - clk: at91: fix check of clk_register() returned value
2547 - clk: bcm2835: pll_off should only update CM_PLL_ANARST
2548 - clk: bcm2835: divider value has to be 1 or more
2549 - pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_range
2550 - PCI: Disable all BAR sizing for devices with non-compliant BARs
2551 - media: v4l2-compat-ioctl32: fix missing reserved field copy in
2552 put_v4l2_create32
2553 - mm: use phys_addr_t for reserve_bootmem_region() arguments
2554 - wait/ptrace: assume __WALL if the child is traced
2555 - QE-UART: add "fsl,t1040-ucc-uart" to of_device_id
2556 - powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel
2557 - powerpc/eeh: Don't report error in eeh_pe_reset_and_recover()
2558 - powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover()
2559 - xen/events: Don't move disabled irqs
2560 - xen: use same main loop for counting and remapping pages
2561 - sunrpc: fix stripping of padded MIC tokens
2562 - drm/gma500: Fix possible out of bounds read
2563 - drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATION
2564 - drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.
2565 - drm/vmwgfx: Fix order of operation
2566 - drm/amdgpu: use drm_mode_vrefresh() rather than mode->vrefresh
2567 - drm/amdgpu: Fix hdmi deep color support.
2568 - drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()
2569 - drm/fb_helper: Fix references to dev->mode_config.num_connector
2570 - drm/atomic: Verify connector->funcs != NULL when clearing states
2571 - drm/i915: Don't leave old junk in ilk active watermarks on readout
2572 - drm/imx: Match imx-ipuv3-crtc components using device node in platform data
2573 - ext4: fix hang when processing corrupted orphaned inode list
2574 - ext4: clean up error handling when orphan list is corrupted
2575 - ext4: fix oops on corrupted filesystem
2576 - ext4: address UBSAN warning in mb_find_order_for_block()
2577 - ext4: silence UBSAN in ext4_mb_init()
2578 - PM / sleep: Handle failures in device_suspend_late() consistently
2579 - dma-debug: avoid spinlock recursion when disabling dma-debug
2580 - scripts/package/Makefile: rpmbuild add support of RPMOPTS
2581 - gcov: disable tree-loop-im to reduce stack usage
2582 - xfs: disallow rw remount on fs with unknown ro-compat features
2583 - xfs: Don't wrap growfs AGFL indexes
2584 - xfs: xfs_iflush_cluster fails to abort on error
2585 - xfs: fix inode validity check in xfs_iflush_cluster
2586 - xfs: skip stale inodes in xfs_iflush_cluster
2587 - xfs: print name of verifier if it fails
2588 - xfs: handle dquot buffer readahead in log recovery correctly
2589 - Linux 4.4.13
2590
2591 * 168c:001c [HP Compaq Presario C700 Notebook PC] Wireless led button doesn't
2592 switch colors (LP: #972604)
2593 - ath5k: Change led pin configuration for compaq c700 laptop
2594
2595 * Extended statistics from balloon for proper memory management (LP: #1587091)
2596 - mm/page_alloc.c: calculate 'available' memory in a separate function
2597 - virtio_balloon: export 'available' memory to balloon statistics
2598
2599 * CAPI: CGZIP AFU contexts do not receive interrupts after heavy afu
2600 open/close (LP: #1588468)
2601 - misc: cxl: use kobj_to_dev()
2602 - cxl: Move common code away from bare-metal-specific files
2603 - cxl: Move bare-metal specific code to specialized files
2604 - cxl: Define process problem state area at attach time only
2605 - cxl: Introduce implementation-specific API
2606 - cxl: Rename some bare-metal specific functions
2607 - cxl: Isolate a few bare-metal-specific calls
2608 - cxl: Update cxl_irq() prototype
2609 - cxl: IRQ allocation for guests
2610 - powerpc: New possible return value from hcall
2611 - cxl: New hcalls to support cxl adapters
2612 - cxl: Separate bare-metal fields in adapter and AFU data structures
2613 - cxlflash: Simplify PCI registration
2614 - cxlflash: Unmap problem state area before detaching master context
2615 - cxlflash: Split out context initialization
2616 - cxlflash: Simplify attach path error cleanup
2617 - cxlflash: Reorder user context initialization
2618 - cxl: Add guest-specific code
2619 - cxl: sysfs support for guests
2620 - cxl: Support to flash a new image on the adapter from a guest
2621 - cxl: Parse device tree and create cxl device(s) at boot
2622 - cxl: Support the cxl kernel API from a guest
2623 - cxl: Adapter failure handling
2624 - cxl: Add tracepoints around the cxl hcall
2625 - cxlflash: Use new cxl_pci_read_adapter_vpd() API
2626 - cxl: Remove cxl_get_phys_dev() kernel API
2627 - cxl: Ignore probes for virtual afu pci devices
2628 - cxl: Poll for outstanding IRQs when detaching a context
2629
2630 * NVMe max_segments queue parameter gets set to 1 (LP: #1588449)
2631 - nvme: set queue limits for the admin queue
2632 - nvme: fix max_segments integer truncation
2633 - block: fix blk_rq_get_max_sectors for driver private requests
2634
2635 * workaround cavium thunderx silicon erratum 23144 (LP: #1589704)
2636 - irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144
2637
2638 * Xenial update to v4.4.12 stable release (LP: #1588945)
2639 - Btrfs: don't use src fd for printk
2640 - perf/x86/intel/pt: Generate PMI in the STOP region as well
2641 - perf/core: Fix perf_event_open() vs. execve() race
2642 - perf test: Fix build of BPF and LLVM on older glibc libraries
2643 - ext4: iterate over buffer heads correctly in move_extent_per_page()
2644 - arm64: Fix typo in the pmdp_huge_get_and_clear() definition
2645 - arm64: Ensure pmd_present() returns false after pmd_mknotpresent()
2646 - arm64: Implement ptep_set_access_flags() for hardware AF/DBM
2647 - arm64: Implement pmdp_set_access_flags() for hardware AF/DBM
2648 - arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str
2649 - arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables
2650 - kvm: arm64: Fix EC field in inject_abt64
2651 - remove directory incorrectly tries to set delete on close on non-empty
2652 directories
2653 - fs/cifs: correctly to anonymous authentication via NTLMSSP
2654 - fs/cifs: correctly to anonymous authentication for the LANMAN authentication
2655 - fs/cifs: correctly to anonymous authentication for the NTLM(v1)
2656 authentication
2657 - fs/cifs: correctly to anonymous authentication for the NTLM(v2)
2658 authentication
2659 - asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions
2660 - ring-buffer: Use long for nr_pages to avoid overflow failures
2661 - ring-buffer: Prevent overflow of size in ring_buffer_resize()
2662 - crypto: caam - fix caam_jr_alloc() ret code
2663 - crypto: talitos - fix ahash algorithms registration
2664 - crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}
2665 - clk: qcom: msm8916: Fix crypto clock flags
2666 - sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded
2667 systems
2668 - mfd: omap-usb-tll: Fix scheduling while atomic BUG
2669 - Input: pwm-beeper - fix - scheduling while atomic
2670 - irqchip/gic: Ensure ordering between read of INTACK and shared data
2671 - irqchip/gic-v3: Configure all interrupts as non-secure Group-1
2672 - can: fix handling of unmodifiable configuration options
2673 - mmc: mmc: Fix partition switch timeout for some eMMCs
2674 - mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
2675 - ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal
2676 strings
2677 - dell-rbtn: Ignore ACPI notifications if device is suspended
2678 - mmc: longer timeout for long read time quirk
2679 - mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
2680 - Bluetooth: vhci: fix open_timeout vs. hdev race
2681 - Bluetooth: vhci: purge unhandled skbs
2682 - Bluetooth: vhci: Fix race at creating hci device
2683 - mei: fix NULL dereferencing during FW initiated disconnection
2684 - mei: amthif: discard not read messages
2685 - mei: bus: call mei_cl_read_start under device lock
2686 - USB: serial: mxuport: fix use-after-free in probe error path
2687 - USB: serial: keyspan: fix use-after-free in probe error path
2688 - USB: serial: quatech2: fix use-after-free in probe error path
2689 - USB: serial: io_edgeport: fix memory leaks in attach error path
2690 - USB: serial: io_edgeport: fix memory leaks in probe error path
2691 - USB: serial: option: add support for Cinterion PH8 and AHxx
2692 - USB: serial: option: add more ZTE device ids
2693 - USB: serial: option: add even more ZTE device ids
2694 - usb: gadget: f_fs: Fix EFAULT generation for async read operations
2695 - usb: f_mass_storage: test whether thread is running before starting another
2696 - usb: misc: usbtest: fix pattern tests for scatterlists.
2697 - usb: gadget: udc: core: Fix argument of dev_err() in
2698 usb_gadget_map_request()
2699 - staging: comedi: das1800: fix possible NULL dereference
2700 - KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset
2701 - MIPS: KVM: Fix timer IRQ race when freezing timer
2702 - MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
2703 - KVM: x86: mask CPUID(0xD,0x1).EAX against host value
2704 - xen/x86: actually allocate legacy interrupts on PV guests
2705 - tty: vt, return error when con_startup fails
2706 - TTY: n_gsm, fix false positive WARN_ON
2707 - tty/serial: atmel: fix hardware handshake selection
2708 - Fix OpenSSH pty regression on close
2709 - serial: 8250_pci: fix divide error bug if baud rate is 0
2710 - serial: 8250_mid: use proper bar for DNV platform
2711 - serial: 8250_mid: recognize interrupt source in handler
2712 - serial: samsung: Reorder the sequence of clock control when call
2713 s3c24xx_serial_set_termios()
2714 - locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()
2715 - clk: bcm2835: add locking to pll*_on/off methods
2716 - mcb: Fixed bar number assignment for the gdd
2717 - ALSA: hda/realtek - New codecs support for ALC234/ALC274/ALC294
2718 - ALSA: hda - Fix headphone noise on Dell XPS 13 9360
2719 - ALSA: hda/realtek - Add support for ALC295/ALC3254
2720 - ALSA: hda - Fix headset mic detection problem for one Dell machine
2721 - IB/srp: Fix a debug kernel crash
2722 - thunderbolt: Fix double free of drom buffer
2723 - SIGNAL: Move generic copy_siginfo() to signal.h
2724 - UBI: Fix static volume checks when Fastmap is used
2725 - hpfs: fix remount failure when there are no options changed
2726 - hpfs: implement the show_options method
2727 - scsi: Add intermediate STARGET_REMOVE state to scsi_target_state
2728 - Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"
2729 - kbuild: move -Wunused-const-variable to W=1 warning level
2730 - Linux 4.4.12
2731
2732 * [Hyper-V] fixes for kdump when running on a VM (LP: #1588965)
2733 - clocksource: Allow unregistering the watchdog
2734
2735 * net_admin apparmor denial when using Go (LP: #1465724)
2736 - SAUCE: kernel: Add noaudit variant of ns_capable()
2737 - SAUCE: net: Use ns_capable_noaudit() when determining net sysctl permissions
2738
2739 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
2740 - [Debian] Install lsvmbus in cloud tools
2741 - SAUCE: tools/hv/lsvmbus -- convert to python3
2742 - SAUCE: tools/hv/lsvmbus -- add manual page
2743
2744 * btrfs: file write crashes with false ENOSPC during snapshot creation since
2745 kernel 4.4 - fix available (LP: #1584052)
2746 - btrfs: Continue write in case of can_not_nocow
2747
2748 * boot stalls on USB detection errors (LP: #1437492)
2749 - usb: core: hub: hub_port_init lock controller instead of bus
2750
2751 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
2752 - kernek/fork.c: allocate idle task for a CPU always on its local node
2753
2754 * [Hyper-V] PCI Passthrough kernel hang and explicit barriers (LP: #1581243)
2755 - PCI: hv: Report resources release after stopping the bus
2756 - PCI: hv: Add explicit barriers to config space access
2757
2758 * Kernel 4.2.X and 4.4.X - Fix USB3.0 link power management (LPM)
2759 claim/release logic in USBFS (LP: #1577024)
2760 - USB: leave LPM alone if possible when binding/unbinding interface drivers
2761
2762 * STC840.20:tuleta:tul516p01 panic after injecting Leaf EEH (LP: #1581034)
2763 - NVMe: Fix namespace removal deadlock
2764 - NVMe: Requeue requests on suspended queues
2765 - NVMe: Move error handling to failed reset handler
2766 - blk-mq: End unstarted requests on dying queue
2767
2768 * conflicting modules in udebs - arc4.ko (LP: #1582991)
2769 - [Config] Remove arc4 from nic-modules
2770
2771 * CVE-2016-4482 (LP: #1578493)
2772 - USB: usbfs: fix potential infoleak in devio
2773
2774 * mlx5_core kexec fail (LP: #1585978)
2775 - net/mlx5: Add pci shutdown callback
2776
2777 * backport fix for /proc/net issues with containers (LP: #1584953)
2778 - netfilter: Set /proc/net entries owner to root in namespace
2779
2780 * CVE-2016-4951 (LP: #1585365)
2781 - tipc: check nl sock before parsing nested attributes
2782
2783 * CVE-2016-4578 (LP: #1581866)
2784 - ALSA: timer: Fix leak in events via snd_timer_user_ccallback
2785 - ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt
2786
2787 * CVE-2016-4569 (LP: #1580379)
2788 - ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS
2789
2790 * s390/pci: fix use after free in dma_init (LP: #1584828)
2791 - s390/pci: fix use after free in dma_init
2792
2793 * s390/mm: fix asce_bits handling with dynamic pagetable levels (LP: #1584827)
2794 - s390/mm: fix asce_bits handling with dynamic pagetable levels
2795
2796 * CAPI: CGZIP Wrong CAPI MMIO timeout (256usec desired but 1usec default
2797 setting in cxl.ko driver) (LP: #1584066)
2798 - powerpc: Define PVR value for POWER8NVL processor
2799 - cxl: Configure the PSL for two CAPI ports on POWER8NVL
2800 - cxl: Increase timeout for detection of AFU mmio hang
2801
2802 * ThunderX: soft lockup in cursor_timer_handler() (LP: #1574814)
2803 - SAUCE: tty: vt: Fix soft lockup in fbcon cursor blink timer.
2804
2805 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
2806 and "not a git repository" (LP: #1584890)
2807 - [debian] getabis: Only git add $abidir if running in local repo
2808 - [debian] getabis: Fix inconsistent compiler versions check
2809
2810 * Backport cxlflash patch related to EEH recovery into Xenial SRU stream
2811 (LP: #1584935)
2812 - cxlflash: Fix to resolve dead-lock during EEH recovery
2813
2814 * Xenial update to 4.4.11 stable release (LP: #1584912)
2815 - decnet: Do not build routes to devices without decnet private data.
2816 - route: do not cache fib route info on local routes with oif
2817 - packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface
2818 - net: sched: do not requeue a NULL skb
2819 - bpf/verifier: reject invalid LD_ABS | BPF_DW instruction
2820 - cdc_mbim: apply "NDP to end" quirk to all Huawei devices
2821 - net: use skb_postpush_rcsum instead of own implementations
2822 - vlan: pull on __vlan_insert_tag error path and fix csum correction
2823 - openvswitch: use flow protocol when recalculating ipv6 checksums
2824 - ipv4/fib: don't warn when primary address is missing if in_dev is dead
2825 - net/mlx4_en: fix spurious timestamping callbacks
2826 - bpf: fix check_map_func_compatibility logic
2827 - samples/bpf: fix trace_output example
2828 - net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG case
2829 - gre: do not pull header in ICMP error processing
2830 - net_sched: introduce qdisc_replace() helper
2831 - net_sched: update hierarchical backlog too
2832 - sch_htb: update backlog as well
2833 - sch_dsmark: update backlog as well
2834 - netem: Segment GSO packets on enqueue
2835 - net: fec: only clear a queue's work bit if the queue was emptied
2836 - VSOCK: do not disconnect socket when peer has shutdown SEND only
2837 - net: bridge: fix old ioctl unlocked net device walk
2838 - bridge: fix igmp / mld query parsing
2839 - uapi glibc compat: fix compile errors when glibc net/if.h included before
2840 linux/if.h MIME-Version: 1.0
2841 - net: fix a kernel infoleak in x25 module
2842 - net: thunderx: avoid exposing kernel stack
2843 - tcp: refresh skb timestamp at retransmit time
2844 - net/route: enforce hoplimit max value
2845 - ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang
2846 - ocfs2: fix posix_acl_create deadlock
2847 - zsmalloc: fix zs_can_compact() integer overflow
2848 - crypto: qat - fix invalid pf2vf_resp_wq logic
2849 - crypto: hash - Fix page length clamping in hash walk
2850 - crypto: testmgr - Use kmalloc memory for RSA input
2851 - ALSA: usb-audio: Quirk for yet another Phoenix Audio devices (v2)
2852 - ALSA: usb-audio: Yet another Phoneix Audio device quirk
2853 - ALSA: hda - Fix subwoofer pin on ASUS N751 and N551
2854 - ALSA: hda - Fix white noise on Asus UX501VW headset
2855 - ALSA: hda - Fix broken reconfig
2856 - spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT
2857 - spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overridden
2858 - spi: spi-ti-qspi: Handle truncated frames properly
2859 - pinctrl: at91-pio4: fix pull-up/down logic
2860 - regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case
2861 - perf/core: Disable the event on a truncated AUX record
2862 - vfs: add vfs_select_inode() helper
2863 - vfs: rename: check backing inode being equal
2864 - ARM: dts: at91: sam9x5: Fix the memory range assigned to the PMC
2865 - workqueue: fix rebind bound workers warning
2866 - regulator: s2mps11: Fix invalid selector mask and voltages for buck9
2867 - regulator: axp20x: Fix axp22x ldo_io voltage ranges
2868 - atomic_open(): fix the handling of create_error
2869 - qla1280: Don't allocate 512kb of host tags
2870 - tools lib traceevent: Do not reassign parg after collapse_tree()
2871 - get_rock_ridge_filename(): handle malformed NM entries
2872 - Input: max8997-haptic - fix NULL pointer dereference
2873 - Revert "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing"
2874 - drm/radeon: fix PLL sharing on DCE6.1 (v2)
2875 - drm/i915: Bail out of pipe config compute loop on LPT
2876 - drm/i915/bdw: Add missing delay during L3 SQC credit programming
2877 - drm/radeon: fix DP link training issue with second 4K monitor
2878 - nf_conntrack: avoid kernel pointer value leak in slab name
2879 - Linux 4.4.11
2880
2881 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
2882 - SAUCE: Bluetooth: Support for LED on Marvell modules
2883
2884 * Support Edge Gateway's WIFI LED (LP: #1512997)
2885 - SAUCE: mwifiex: Switch WiFi LED state according to the device status
2886
2887 * Marvell wireless driver update for FCC regulation (LP: #1528910)
2888 - mwifiex: parse adhoc start/join result
2889 - mwifiex: handle start AP error paths correctly
2890 - mwifiex: set regulatory info from EEPROM
2891 - mwifiex: don't follow AP if country code received from EEPROM
2892 - mwifiex: correction in region code to country mapping
2893 - mwifiex: update region_code_index array
2894 - mwifiex: use world for unidentified region code
2895 - SAUCE: mwifiex: add iw vendor command support
2896
2897 * Kernel can be oopsed using remap_file_pages (LP: #1558120)
2898 - Revert "UBUNTU: SAUCE: mm/mmap: fix oopsing on remap_file_pages"
2899 - SAUCE: AUFS: mm/mmap: fix oopsing on remap_file_pages aufs mmap: bugfix,
2900 mainly for linux-4.5-rc5, remap_file_pages(2) emulation
2901
2902 * cgroup namespace update (LP: #1584163)
2903 - Revert "UBUNTU: SAUCE: cgroup mount: ignore nsroot="
2904 - Revert "UBUNTU: SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo
2905 field"
2906 - cgroup, kernfs: make mountinfo show properly scoped path for cgroup
2907 namespaces
2908 - kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call
2909 - cgroup: fix compile warning
2910
2911 * Missing libunwind support in perf (LP: #1248289)
2912 - [Config] add binutils-dev to the Build-Depends: to fix perf unwinding
2913
2914 * e1000 Tx Unit Hang (LP: #1582328)
2915 - e1000: Double Tx descriptors needed check for 82544
2916 - e1000: Do not overestimate descriptor counts in Tx pre-check
2917
2918 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
2919 (LP: #1582378)
2920 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
2921 owns the ipc ns
2922
2923 * Pull in the amdgpu/radeon code from Linux 4.5.3 (LP: #1580526)
2924 - drm/radeon: rework fbdev handling on chips with no connectors
2925 - drm/radeon/mst: fix regression in lane/link handling.
2926 - drm/amd/powerplay: add uvd/vce dpm enabling flag to fix the performance
2927 issue for CZ
2928 - drm/amd/powerplay: fix segment fault issue in multi-display case.
2929 - drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tail
2930
2931 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
2932 - [Config] enable CONFIG_AUFS_EXPORT
2933
2934 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
2935 - [Config] Update inclusion list for CRIU
2936
2937 * [Xenial] net: updates to ethtool and virtio_net for speed/duplex support
2938 (LP: #1581132)
2939 - ethtool: add speed/duplex validation functions
2940 - ethtool: make validate_speed accept all speeds between 0 and INT_MAX
2941 - virtio_net: add ethtool support for set and get of settings
2942 - virtio_net: validate ethtool port setting and explain the user validation
2943
2944 * perf tool: Display event codes for Generic HW (PMU) events (LP: #1578211)
2945 - powerpc/perf: Remove PME_ prefix for power7 events
2946 - powerpc/perf: Export Power8 generic and cache events to sysfs
2947
2948 * Mellanox ConnectX4 MTU limits: max and min (LP: #1528466)
2949 - net/mlx5: Introduce a new header file for physical port functions
2950 - net/mlx5e: Device's mtu field is u16 and not int
2951 - net/mlx5e: Fix minimum MTU
2952
2953 * Miscellaneous Ubuntu changes
2954 - [Config] CONFIG_CAVIUM_ERRATUM_23144=y
2955
2956 -- Kamal Mostafa <kamal@canonical.com> Fri, 10 Jun 2016 10:07:13 -0700
2957
2958 linux (4.4.0-24.43) xenial; urgency=low
2959
2960 [ Kamal Mostafa ]
2961
2962 * CVE-2016-1583 (LP: #1588871)
2963 - ecryptfs: fix handling of directory opening
2964 - SAUCE: proc: prevent stacking filesystems on top
2965 - SAUCE: ecryptfs: forbid opening files without mmap handler
2966 - SAUCE: sched: panic on corrupted stack end
2967
2968 * arm64: statically link rtc-efi (LP: #1583738)
2969 - [Config] Link rtc-efi statically on arm64
2970
2971 -- Andy Whitcroft <apw@canonical.com> Wed, 08 Jun 2016 20:01:12 +0100
2972
2973 linux (4.4.0-23.41) xenial; urgency=low
2974
2975 [ Kamal Mostafa ]
2976
2977 * Release Tracking Bug
2978 - LP: #1582431
2979
2980 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
2981 - [Packaging] disable zfs module checks when cross-compiling
2982
2983 * Xenial update to v4.4.10 stable release (LP: #1580754)
2984 - Revert "UBUNTU: SAUCE: (no-up) ACPICA: Dispatcher: Update thread ID for
2985 recursive method calls"
2986 - Revert "UBUNTU: SAUCE: nbd: ratelimit error msgs after socket close"
2987 - Revert: "powerpc/tm: Check for already reclaimed tasks"
2988 - RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chips
2989 - ipvs: handle ip_vs_fill_iph_skb_off failure
2990 - ipvs: correct initial offset of Call-ID header search in SIP persistence
2991 engine
2992 - ipvs: drop first packet to redirect conntrack
2993 - mfd: intel-lpss: Remove clock tree on error path
2994 - nbd: ratelimit error msgs after socket close
2995 - ata: ahci_xgene: dereferencing uninitialized pointer in probe
2996 - mwifiex: fix corner case association failure
2997 - CNS3xxx: Fix PCI cns3xxx_write_config()
2998 - clk-divider: make sure read-only dividers do not write to their register
2999 - soc: rockchip: power-domain: fix err handle while probing
3000 - clk: rockchip: free memory in error cases when registering clock branches
3001 - clk: meson: Fix meson_clk_register_clks() signature type mismatch
3002 - clk: qcom: msm8960: fix ce3_core clk enable register
3003 - clk: versatile: sp810: support reentrance
3004 - clk: qcom: msm8960: Fix ce3_src register offset
3005 - lpfc: fix misleading indentation
3006 - ath9k: ar5008_hw_cmn_spur_mitigate: add missing mask_m & mask_p
3007 initialisation
3008 - mac80211: fix statistics leak if dev_alloc_name() fails
3009 - tracing: Don't display trigger file for events that can't be enabled
3010 - MD: make bio mergeable
3011 - Minimal fix-up of bad hashing behavior of hash_64()
3012 - mm, cma: prevent nr_isolated_* counters from going negative
3013 - mm/zswap: provide unique zpool name
3014 - ARM: EXYNOS: Properly skip unitialized parent clock in power domain on
3015 - ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel
3016 - xen: Fix page <-> pfn conversion on 32 bit systems
3017 - xen/balloon: Fix crash when ballooning on x86 32 bit PAE
3018 - xen/evtchn: fix ring resize when binding new events
3019 - HID: wacom: Add support for DTK-1651
3020 - HID: Fix boot delay for Creative SB Omni Surround 5.1 with quirk
3021 - Input: zforce_ts - fix dual touch recognition
3022 - proc: prevent accessing /proc/<PID>/environ until it's ready
3023 - mm: update min_free_kbytes from khugepaged after core initialization
3024 - batman-adv: fix DAT candidate selection (must use vid)
3025 - batman-adv: Check skb size before using encapsulated ETH+VLAN header
3026 - batman-adv: Fix broadcast/ogm queue limit on a removed interface
3027 - batman-adv: Reduce refcnt of removed router when updating route
3028 - writeback: Fix performance regression in wb_over_bg_thresh()
3029 - MAINTAINERS: Remove asterisk from EFI directory names
3030 - x86/tsc: Read all ratio bits from MSR_PLATFORM_INFO
3031 - ARM: cpuidle: Pass on arm_cpuidle_suspend()'s return value
3032 - ARC: Add missing io barriers to io{read,write}{16,32}be()
3033 - x86/sysfb_efi: Fix valid BAR address range check
3034 - ACPICA: Dispatcher: Update thread ID for recursive method calls
3035 - powerpc: Fix bad inline asm constraint in create_zero_mask()
3036 - libahci: save port map for forced port map
3037 - ata: ahci-platform: Add ports-implemented DT bindings.
3038 - USB: serial: cp210x: add ID for Link ECU
3039 - USB: serial: cp210x: add Straizona Focusers device ids
3040 - nvmem: mxs-ocotp: fix buffer overflow in read
3041 - gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading
3042 - drm/amdgpu: make sure vertical front porch is at least 1
3043 - drm/amdgpu: set metadata pointer to NULL after freeing.
3044 - iio: ak8975: Fix NULL pointer exception on early interrupt
3045 - iio: ak8975: fix maybe-uninitialized warning
3046 - drm/radeon: make sure vertical front porch is at least 1
3047 - drm/i915/ddi: Fix eDP VDD handling during booting and suspend/resume
3048 - drm/i915: Fix eDP low vswing for Broadwell
3049 - drm/i915: Make RPS EI/thresholds multiple of 25 on SNB-BDW
3050 - drm/i915: Fake HDMI live status
3051 - lib/test-string_helpers.c: fix and improve string_get_size() tests
3052 - drm/i915/skl: Fix DMC load on Skylake J0 and K0
3053 - Linux 4.4.10
3054
3055 * HDMI audio playback noise observed on AMD Polaris 10/11 GPU (LP: #1577288)
3056 - ALSA: hda: add AMD Polaris-10/11 AZ PCI IDs with proper driver caps
3057
3058 * [i915_bpo] Update i915 backport driver (LP: #1580114)
3059 - SAUCE: i915_bpo: Drop is_preliminary from BXT/KBL.
3060 - SAUCE: i915_bpo: Sync with v4.6-rc7
3061
3062 * CVE-2016-4486 (LP: #1578497)
3063 - net: fix infoleak in rtnetlink
3064
3065 * CVE-2016-4485 (LP: #1578496)
3066 - net: fix infoleak in llc
3067
3068 * drm.ko < kernel version 4.5 has a dead lock bug (LP: #1579610)
3069 - drm: Balance error path for GEM handle allocation
3070
3071 * Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not
3072 supported by compiler (LP: #1574982)
3073 - SAUCE: (no-up) disable -pie when gcc has it enabled by default
3074
3075 * system freeze after vt switching (LP: #1542939)
3076 - drm/atomic: Add __drm_atomic_helper_connector_reset, v2.
3077 - drm/atomic: Remove drm_atomic_connectors_for_crtc.
3078
3079 * CVE-2016-4558 (LP: #1579140)
3080 - bpf: fix refcnt overflow
3081
3082 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
3083 upgrade -d (LP: #1573231)
3084 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
3085
3086 * PCI Call Traces hw csum failure in dmesg with 4.4.0-2-generic
3087 (LP: #1544978)
3088 - net/mlx4_en: Fix endianness bug in IPV6 csum calculation
3089
3090 * Missing libunwind support in perf (LP: #1248289)
3091 - [Config] Add liblzma-dev to enable libunwind support in perf
3092
3093 * thunderbolt hotplug is broken (LP: #1577898)
3094 - SAUCE: (no-up) ACPICA: Dispatcher: Update thread ID for recursive method
3095 calls
3096
3097 * Kernel can be oopsed using remap_file_pages (LP: #1558120)
3098 - SAUCE: mm/mmap: fix oopsing on remap_file_pages
3099
3100 * ZFS is confused by user namespaces (uid/gid mapping) when used with
3101 acltype=posixac (LP: #1567558)
3102 - zfs: Fix user namespaces uid/gid mapping
3103
3104 * oops when propagating mounts into containers - RIP:
3105 0010:[<ffffffff8123cb3e>] [<ffffffff8123cb3e>] propagate_one+0xbe/0x1c0
3106 (LP: #1572316)
3107 - fs/pnode.c: treat zero mnt_group_id-s as unequal
3108 - propogate_mnt: Handle the first propogated copy being a slave
3109
3110 * OOPS on wily+ for Haswell-ULT and Broadwell (LP: #1577748)
3111 - PNP: Add Broadwell to Intel MCH size workaround
3112 - PNP: Add Haswell-ULT to Intel MCH size workaround
3113
3114 * Xenial update to v4.4.9 stable release (LP: #1578798)
3115 - block: loop: fix filesystem corruption in case of aio/dio
3116 - x86/mce: Avoid using object after free in genpool
3117 - kvm: x86: do not leak guest xcr0 into host interrupt handlers
3118 - ARM: dts: AM43x-epos: Fix clk parent for synctimer
3119 - ARM: mvebu: Correct unit address for linksys
3120 - ARM: OMAP2: Fix up interconnect barrier initialization for DRA7
3121 - ARM: OMAP2+: hwmod: Fix updating of sysconfig register
3122 - assoc_array: don't call compare_object() on a node
3123 - usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host
3124 - xhci: resume USB 3 roothub first
3125 - usb: xhci: fix wild pointers in xhci_mem_cleanup
3126 - xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers
3127 - usb: hcd: out of bounds access in for_each_companion
3128 - usb: gadget: f_fs: Fix use-after-free
3129 - dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros
3130 - dm cache metadata: fix cmd_read_lock() acquiring write lock
3131 - lib: lz4: fixed zram with lz4 on big endian machines
3132 - debugfs: Make automount point inodes permanently empty
3133 - dmaengine: dw: fix master selection
3134 - dmaengine: hsu: correct use of channel status register
3135 - dmaengine: pxa_dma: fix the maximum requestor line
3136 - sched/cgroup: Fix/cleanup cgroup teardown/init
3137 - x86/mm/xen: Suppress hugetlbfs in PV guests
3138 - x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel address
3139 - ALSA: hda - Don't trust the reported actual power state
3140 - ALSA: hda/realtek - Add ALC3234 headset mode for Optiplex 9020m
3141 - ALSA: hda - Keep powering up ADCs on Cirrus codecs
3142 - ALSA: hda - add PCI ID for Intel Broxton-T
3143 - ALSA: pcxhr: Fix missing mutex unlock
3144 - ALSA: hda - Add dock support for ThinkPad X260
3145 - asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()
3146 - futex: Handle unlock_pi race gracefully
3147 - futex: Acknowledge a new waiter in counter before plist
3148 - drm/nouveau/core: use vzalloc for allocating ramht
3149 - drm/qxl: fix cursor position with non-zero hotspot
3150 - drm/i915: Fix race condition in intel_dp_destroy_mst_connector()
3151 - Revert "drm/radeon: disable runtime pm on PX laptops without dGPU power
3152 control"
3153 - Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power
3154 control"
3155 - cpufreq: intel_pstate: Fix processing for turbo activation ratio
3156 - iwlwifi: pcie: lower the debug level for RSA semaphore access
3157 - iwlwifi: mvm: fix memory leak in paging
3158 - crypto: ccp - Prevent information leakage on export
3159 - crypto: sha1-mb - use corrcet pointer while completing jobs
3160 - crypto: talitos - fix crash in talitos_cra_init()
3161 - crypto: talitos - fix AEAD tcrypt tests
3162 - powerpc: scan_features() updates incorrect bits for REAL_LE
3163 - powerpc: Update cpu_user_features2 in scan_features()
3164 - powerpc: Update TM user feature bits in scan_features()
3165 - nl80211: check netlink protocol in socket release notification
3166 - netlink: don't send NETLINK_URELEASE for unbound sockets
3167 - Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delay
3168 - xen kconfig: don't "select INPUT_XEN_KBDDEV_FRONTEND"
3169 - pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounce
3170 - pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs
3171 - iommu/amd: Fix checking of pci dma aliases
3172 - iommu/dma: Restore scatterlist offsets correctly
3173 - drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay
3174 work.
3175 - drm/amdgpu: use defines for CRTCs and AMFT blocks
3176 - drm/amdgpu: bump the afmt limit for CZ, ST, Polaris
3177 - amdgpu/uvd: add uvd fw version for amdgpu
3178 - drm/amdgpu: fix regression on CIK (v2)
3179 - drm/radeon: add a quirk for a XFX R9 270X
3180 - drm/radeon: fix initial connector audio value
3181 - drm/radeon: forbid mapping of userptr bo through radeon device file
3182 - drm/radeon: fix vertical bars appear on monitor (v2)
3183 - drm: Loongson-3 doesn't fully support wc memory
3184 - drm/nouveau/gr/gf100: select a stream master to fixup tfb offset queries
3185 - drm/dp/mst: Validate port in drm_dp_payload_send_msg()
3186 - drm/dp/mst: Restore primary hub guid on resume
3187 - drm/dp/mst: Get validated port ref in drm_dp_update_payload_part1()
3188 - pwm: brcmstb: Fix check of devm_ioremap_resource() return code
3189 - drm/i915: Cleanup phys status page too
3190 - drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit number
3191 - drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()
3192 - drm/i915: Fixup the free space logic in ring_prepare
3193 - drm/i915: Use fw_domains_put_with_fifo() on HSW
3194 - perf intel-pt: Fix segfault tracing transactions
3195 - i2c: cpm: Fix build break due to incompatible pointer types
3196 - i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared
3197 - toshiba_acpi: Fix regression caused by hotkey enabling value
3198 - EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callback
3199 - ASoC: s3c24xx: use const snd_soc_component_driver pointer
3200 - ASoC: ssm4567: Reset device before regcache_sync()
3201 - ASoC: dapm: Make sure we have a card when displaying component widgets
3202 - ASoC: rt5640: Correct the digital interface data select
3203 - vb2-memops: Fix over allocation of frame vectors
3204 - v4l2-dv-timings.h: fix polarity for 4k formats
3205 - cxl: Keep IRQ mappings on context teardown
3206 - IB/mlx5: Expose correct max_sge_rd limit
3207 - IB/security: Restrict use of the write() interface
3208 - efi: Fix out-of-bounds read in variable_matches()
3209 - efi: Expose non-blocking set_variable() wrapper to efivars
3210 - x86/apic: Handle zero vector gracefully in clear_vector_irq()
3211 - workqueue: fix ghost PENDING flag while doing MQ IO
3212 - slub: clean up code for kmem cgroup support to kmem_cache_free_bulk
3213 - cgroup, cpuset: replace cpuset_post_attach_flush() with
3214 cgroup_subsys->post_attach callback
3215 - memcg: relocate charge moving from ->attach to ->post_attach
3216 - mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check
3217 - numa: fix /proc/<pid>/numa_maps for THP
3218 - mm: vmscan: reclaim highmem zone if buffer_heads is over limit
3219 - mm/hwpoison: fix wrong num_poisoned_pages accounting
3220 - cgroup: make sure a parent css isn't freed before its children
3221 - videobuf2-core: Check user space planes array in dqbuf
3222 - videobuf2-v4l2: Verify planes array in buffer dequeueing
3223 - Revert "regulator: core: Fix nested locking of supplies"
3224 - regulator: core: fix regulator_lock_supply regression
3225 - regulator: core: Ensure we lock all regulators
3226 - regulator: core: Fix nested locking of supplies
3227 - locking/mcs: Fix mcs_spin_lock() ordering
3228 - spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs
3229 - irqchip/sunxi-nmi: Fix error check of of_io_request_and_map()
3230 - irqchip/mxs: Fix error check of of_io_request_and_map()
3231 - regulator: s5m8767: fix get_register() error handling
3232 - paride: make 'verbose' parameter an 'int' again
3233 - scsi_dh: force modular build if SCSI is a module
3234 - fbdev: da8xx-fb: fix videomodes of lcd panels
3235 - misc/bmp085: Enable building as a module
3236 - misc: mic/scif: fix wrap around tests
3237 - PM / OPP: Initialize u_volt_min/max to a valid value
3238 - PM / Domains: Fix removal of a subdomain
3239 - rtc: hym8563: fix invalid year calculation
3240 - rtc: vr41xx: Wire up alarm_irq_enable
3241 - rtc: ds1685: passing bogus values to irq_restore
3242 - rtc: rx8025: remove rv8803 id
3243 - rtc: max77686: Properly handle regmap_irq_get_virq() error code
3244 - drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errors
3245 - perf evlist: Reference count the cpu and thread maps at set_maps()
3246 - x86/mm/kmmio: Fix mmiotrace for hugepages
3247 - ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
3248 - serial: sh-sci: Remove cpufreq notifier to fix crash/deadlock
3249 - mtd: spi-nor: remove micron_quad_enable()
3250 - mtd: brcmnand: Fix v7.1 register offsets
3251 - mtd: nand: Drop mtd.owner requirement in nand_scan
3252 - perf hists browser: Only offer symbol scripting when a symbol is under the
3253 cursor
3254 - perf tools: handle spaces in file names obtained from /proc/pid/maps
3255 - perf stat: Document --detailed option
3256 - ext4: fix races between page faults and hole punching
3257 - ext4: move unlocked dio protection from ext4_alloc_file_blocks()
3258 - ext4: fix races between buffered IO and collapse / insert range
3259 - ext4: fix races of writeback with punch hole and zero range
3260 - ARM: OMAP3: Add cpuidle parameters table for omap3430
3261 - ARM: prima2: always enable reset controller
3262 - ARM: EXYNOS: select THERMAL_OF
3263 - ARM: dts: armada-375: use armada-370-sata for SATA
3264 - ARM: dts: pxa: fix dma engine node to pxa3xx-nand
3265 - bus: imx-weim: Take the 'status' property value into account
3266 - jme: Do not enable NIC WoL functions on S0
3267 - jme: Fix device PM wakeup API usage
3268 - unbreak allmodconfig KCONFIG_ALLCONFIG=...
3269 - thermal: rockchip: fix a impossible condition caused by the warning
3270 - sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race
3271 - megaraid_sas: add missing curly braces in ioctl handler
3272 - stm class: Select CONFIG_SRCU
3273 - extcon: max77843: Use correct size for reading the interrupt register
3274 - Linux 4.4.9
3275
3276 * Stoney powerplay support (LP: #1578305)
3277 - amdgpu/powerplay: Add Stoney to list of early init cases
3278
3279 * CVE-2016-2117 (LP: #1561403)
3280 - atl2: Disable unimplemented scatter/gather feature
3281
3282 * CVE-2016-2187 (LP: #1575706)
3283 - Input: gtco - fix crash on detecting device without endpoints
3284
3285 * zfs posix default permissions lost on reboot or unmount (LP: #1574801)
3286 - Fix ZPL miswrite of default POSIX ACL
3287
3288 * WARNING: at /build/linux-aWXT0l/linux-4.4.0/drivers/pci/pci.c:1595
3289 [travis3EN] (LP: #1574697)
3290 - net/mlx4_core: Implement pci_resume callback
3291 - net/mlx4_core: Avoid repeated calls to pci enable/disable
3292
3293 * Add support to thinkpad keyboard backlight (LP: #1574498)
3294 - thinkpad_acpi: Add support for keyboard backlight
3295
3296 * Please enable kconfig X86_LEGACY_VM86 for i386 (LP: #1499089)
3297 - [Config] CONFIG_VM86=y, CONFIG_X86_LEGACY_VM86=y
3298
3299 * Miscellaneous Ubuntu changes
3300 - updateconfigs for Linux v4.4.9
3301
3302 -- Kamal Mostafa <kamal@canonical.com> Mon, 16 May 2016 15:16:29 -0700
3303
3304 linux (4.4.0-22.40) xenial; urgency=low
3305
3306 [ Kamal Mostafa ]
3307
3308 * CVE-2016-3713 (LP: #1581201)
3309 - SAUCE: KVM: MTRR: remove MSR 0x2f8
3310
3311 * CVE-2016-0758 (LP: #1581202)
3312 - SAUCE: KEYS: Fix ASN.1 indefinite length object parsing
3313
3314 -- Kamal Mostafa <kamal@canonical.com> Thu, 12 May 2016 13:38:45 -0700
3315
3316 linux (4.4.0-22.39) xenial; urgency=low
3317
3318 [ Kamal Mostafa ]
3319
3320 * Release Tracking Bug
3321 - LP: #1578721
3322
3323 * LP: #1578705
3324 - bpf: fix double-fdput in replace_map_fd_with_map_ptr()
3325
3326 -- Kamal Mostafa <kamal@canonical.com> Thu, 05 May 2016 09:30:58 -0700
3327
3328 linux (4.4.0-22.38) xenial; urgency=low
3329
3330 [ Kamal Mostafa ]
3331
3332 * Release Tracking Bug
3333 - LP: #1573817
3334
3335 * autoreconstruct: need to also generate extend-diff-ignore options for links
3336 (LP: #1574362)
3337 - [Packaging] autoreconstruct -- generate extend-diff-ignore for links
3338
3339 * tipc: missing linearization of sk_buff (LP: #1567064)
3340 - tipc: move linearization of buffers to generic code
3341
3342 * [Hyper-V] In-flight PCI Passthrough Patches (LP: #1570124)
3343 - SAUCE:(noup) drivers:hv: Lock access to hyperv_mmio resource tree
3344 - SAUCE:(noup) drivers:hv: Call vmbus_mmio_free() to reverse
3345 vmbus_mmio_allocate()
3346 - SAUCE:(noup) drivers:hv: Reverse order of resources in hyperv_mmio
3347 - SAUCE:(noup) drivers:hv: Track allocations of children of hv_vmbus in
3348 private resource tree
3349 - SAUCE:(noup) drivers:hv: Record MMIO range in use by frame buffer
3350 - SAUCE:(noup) drivers:hv: Separate out frame buffer logic when picking MMIO
3351 range
3352
3353 * vbox: resync with 5.0.18-dfsg-2build1 (LP: #1571156)
3354 - ubuntu: vbox -- update to 5.0.18-dfsg-2build1
3355
3356 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
3357 - [Config] CONFIG_AUFS_XATTR=y
3358
3359 * CVE-2016-3672 (LP: #1568523)
3360 - x86/mm/32: Enable full randomization on i386 and X86_32
3361
3362 * CVE-2016-3955 (LP: #1572666)
3363 - USB: usbip: fix potential out-of-bounds write
3364
3365 * Xenial update to v4.4.8 stable release (LP: #1573034)
3366 - hwmon: (max1111) Return -ENODEV from max1111_read_channel if not
3367 instantiated
3368 - PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
3369 - parisc: Avoid function pointers for kernel exception routines
3370 - parisc: Fix kernel crash with reversed copy_from_user()
3371 - parisc: Unbreak handling exceptions from kernel modules
3372 - ALSA: timer: Use mod_timer() for rearming the system timer
3373 - ALSA: hda - Asus N750JV external subwoofer fixup
3374 - ALSA: hda - Fix white noise on Asus N750JV headphone
3375 - ALSA: hda - Apply fix for white noise on Asus N550JV, too
3376 - mm: fix invalid node in alloc_migrate_target()
3377 - powerpc/mm: Fixup preempt underflow with huge pages
3378 - libnvdimm: fix smart data retrieval
3379 - libnvdimm, pfn: fix uuid validation
3380 - compiler-gcc: disable -ftracer for __noclone functions
3381 - arm64: opcodes.h: Add arm big-endian config options before including arm
3382 header
3383 - drm/dp: move hw_mutex up the call stack
3384 - drm/udl: Use unlocked gem unreferencing
3385 - drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5
3386 - drm/radeon: add another R7 370 quirk
3387 - drm/radeon: add a dpm quirk for all R7 370 parts
3388 - drm/amdgpu/gmc: move vram type fetching into sw_init
3389 - drm/amdgpu/gmc: use proper register for vram type on Fiji
3390 - xen/events: Mask a moving irq
3391 - tcp: convert cached rtt from usec to jiffies when feeding initial rto
3392 - tunnel: Clear IPCB(skb)->opt before dst_link_failure called
3393 - net: jme: fix suspend/resume on JMC260
3394 - net: vrf: Remove direct access to skb->data
3395 - net: qca_spi: Don't clear IFF_BROADCAST
3396 - net: qca_spi: clear IFF_TX_SKB_SHARING
3397 - net: fix bridge multicast packet checksum validation
3398 - sctp: lack the check for ports in sctp_v6_cmp_addr
3399 - mld, igmp: Fix reserved tailroom calculation
3400 - tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"
3401 - qmi_wwan: add Sierra Wireless EM74xx device ID
3402 - ipv6: re-enable fragment header matching in ipv6_find_hdr
3403 - vxlan: fix missing options_len update on RX with collect metadata
3404 - cdc_ncm: toggle altsetting to force reset before setup
3405 - udp6: fix UDP/IPv6 encap resubmit path
3406 - tcp: fix tcpi_segs_in after connection establishment
3407 - ppp: release rtnl mutex when interface creation fails
3408 - net: validate variable length ll headers
3409 - ax25: add link layer header validation function
3410 - packet: validate variable length ll headers
3411 - bpf: avoid copying junk bytes in bpf_get_current_comm()
3412 - sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
3413 - sh_eth: advance 'rxdesc' later in sh_eth_ring_format()
3414 - qlcnic: Remove unnecessary usage of atomic_t
3415 - qlcnic: Fix mailbox completion handling during spurious interrupt
3416 - macvtap: always pass ethernet header in linear
3417 - mlxsw: spectrum: Check requested ageing time is valid
3418 - rocker: set FDB cleanup timer according to lowest ageing time
3419 - bridge: allow zero ageing time
3420 - ipv4: Don't do expensive useless work during inetdev destroy.
3421 - net: Fix use after free in the recvmmsg exit path
3422 - mlx4: add missing braces in verify_qp_parameters
3423 - farsync: fix off-by-one bug in fst_add_one
3424 - ath9k: fix buffer overrun for ar9287
3425 - ppp: ensure file->private_data can't be overridden
3426 - tcp/dccp: remove obsolete WARN_ON() in icmp handlers
3427 - qlge: Fix receive packets drop.
3428 - net: bcmgenet: fix dma api length mismatch
3429 - bonding: fix bond_get_stats()
3430 - ipv4: fix broadcast packets reception
3431 - ipv4: initialize flowi4_flags before calling fib_lookup()
3432 - ppp: take reference on channels netns
3433 - xfrm: Fix crash observed during device unregistration and decryption
3434 - qmi_wwan: add "D-Link DWM-221 B1" device id
3435 - ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
3436 - bridge: Allow set bridge ageing time when switchdev disabled
3437 - rtnl: fix msg size calculation in if_nlmsg_size()
3438 - tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
3439 - tuntap: restore default qdisc
3440 - ipv4: l2tp: fix a potential issue in l2tp_ip_recv
3441 - ipv6: l2tp: fix a potential issue in l2tp_ip6_recv
3442 - ip6_tunnel: set rtnl_link_ops before calling register_netdevice
3443 - ipv6: Count in extension headers in skb->network_header
3444 - mpls: find_outdev: check for err ptr in addition to NULL check
3445 - USB: uas: Limit qdepth at the scsi-host level
3446 - USB: uas: Add a new NO_REPORT_LUNS quirk
3447 - cdc-acm: fix NULL pointer reference
3448 - KVM: x86: Inject pending interrupt even if pending nmi exist
3449 - KVM: x86: reduce default value of halt_poll_ns parameter
3450 - MIPS: Fix MSA ld unaligned failure cases
3451 - pinctrl: pistachio: fix mfio84-89 function description and pinmux.
3452 - pinctrl: sh-pfc: only use dummy states for non-DT platforms
3453 - pinctrl: sunxi: Fix A33 external interrupts not working
3454 - pinctrl: nomadik: fix pull debug print inversion
3455 - pinctrl: freescale: imx: fix bogus check of of_iomap() return value
3456 - au0828: fix au0828_v4l2_close() dev_state race condition
3457 - au0828: Fix dev_state handling
3458 - coda: fix error path in case of missing pdata on non-DT platform
3459 - v4l: vsp1: Set the SRU CTRL0 register when starting the stream
3460 - pcmcia: db1xxx_ss: fix last irq_to_gpio user
3461 - rbd: use GFP_NOIO consistently for request allocations
3462 - virtio: virtio 1.0 cs04 spec compliance for reset
3463 - mac80211: properly deal with station hashtable insert errors
3464 - mac80211: avoid excessive stack usage in sta_info
3465 - mac80211: fix ibss scan parameters
3466 - mac80211: fix unnecessary frame drops in mesh fwding
3467 - mac80211: fix txq queue related crashes
3468 - usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
3469 - usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
3470 - usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()
3471 - iio: st_magn: always define ST_MAGN_TRIGGER_SET_STATE
3472 - iio: accel: bmc150: fix endianness when reading axes
3473 - iio: gyro: bmg160: fix buffer read values
3474 - iio: gyro: bmg160: fix endianness when reading axes
3475 - sd: Fix excessive capacity printing on devices with blocks bigger than 512
3476 bytes
3477 - fs: add file_dentry()
3478 - nfs: use file_dentry()
3479 - btrfs: fix crash/invalid memory access on fsync when using overlayfs
3480 - ext4: add lockdep annotations for i_data_sem
3481 - ext4: ignore quota mount options if the quota feature is enabled
3482 - iommu: Don't overwrite domain pointer when there is no default_domain
3483 - Btrfs: fix file/data loss caused by fsync after rename and new inode
3484 - arm64: replace read_lock to rcu lock in call_step_hook
3485 - perf: Do not double free
3486 - perf: Cure event->pending_disable race
3487 - mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers
3488 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
3489 - ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2
3490 - ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T460s
3491 - ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320
3492 - ALSA: usb-audio: Add a quirk for Plantronics BT300
3493 - ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock
3494 - HID: wacom: fix Bamboo ONE oops
3495 - HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
3496 - Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"
3497 - Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"
3498 - Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"
3499 - staging: android: ion: Set the length of the DMA sg entries in buffer
3500 - usbvision: fix crash on detecting device with invalid configuration
3501 - Revert "usb: hub: do not clear BOS field during reset device"
3502 - Linux 4.4.8
3503
3504 * Fix speaker volume on a Dell machine (LP: #1549660)
3505 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
3506
3507 * Xenial update to v4.4.7 stable release (LP: #1572722)
3508 - regulator: core: avoid unused variable warning
3509 - regulator: core: Fix nested locking of supplies
3510 - ASoC: samsung: pass DMA channels as pointers
3511 - mmc: sh_mmcif: rework dma channel handling
3512 - mmc: sh_mmcif: Correct TX DMA channel allocation
3513 - x86/microcode/intel: Make early loader look for builtin microcode too
3514 - x86/microcode: Untangle from BLK_DEV_INITRD
3515 - x86/entry/compat: Keep TS_COMPAT set during signal delivery
3516 - perf/x86/intel: Add definition for PT PMI bit
3517 - x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARs
3518 - KVM: i8254: change PIT discard tick policy
3519 - KVM: fix spin_lock_init order on x86
3520 - KVM: VMX: avoid guest hang on invalid invept instruction
3521 - KVM: VMX: avoid guest hang on invalid invvpid instruction
3522 - KVM: VMX: fix nested vpid for old KVM guests
3523 - perf/core: Fix perf_sched_count derailment
3524 - perf tools: Dont stop PMU parsing on alias parse error
3525 - perf tools: Fix checking asprintf return value
3526 - perf tools: Fix python extension build
3527 - sched/cputime: Fix steal_account_process_tick() to always return jiffies
3528 - sched/preempt, sh: kmap_coherent relies on disabled preemption
3529 - EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()
3530 - s390: fix floating pointer register corruption (again)
3531 - s390/cpumf: add missing lpp magic initialization
3532 - pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing
3533 - PCI: Disable IO/MEM decoding for devices with non-compliant BARs
3534 - PCI: ACPI: IA64: fix IO port generic range check
3535 - x86/irq: Cure live lock in fixup_irqs()
3536 - x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()
3537 - x86/iopl/64: Properly context-switch IOPL on Xen PV
3538 - x86/iopl: Fix iopl capability check on Xen PV
3539 - x86/mm: TLB_REMOTE_SEND_IPI should count pages
3540 - sg: fix dxferp in from_to case
3541 - aacraid: Fix RRQ overload
3542 - aacraid: Fix memory leak in aac_fib_map_free
3543 - aacraid: Set correct msix count for EEH recovery
3544 - sd: Fix discard granularity when LBPRZ=1
3545 - scsi: storvsc: fix SRB_STATUS_ABORTED handling
3546 - be2iscsi: set the boot_kset pointer to NULL in case of failure
3547 - aic7xxx: Fix queue depth handling
3548 - libnvdimm: Fix security issue with DSM IOCTL.
3549 - dm snapshot: disallow the COW and origin devices from being identical
3550 - dm: fix excessive dm-mq context switching
3551 - dm thin metadata: don't issue prefetches if a transaction abort has failed
3552 - dm cache: make sure every metadata function checks fail_io
3553 - dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()
3554 - usb: retry reset if a device times out
3555 - usb: hub: fix a typo in hub_port_init() leading to wrong logic
3556 - USB: uas: Reduce can_queue to MAX_CMNDS
3557 - USB: cdc-acm: more sanity checking
3558 - USB: iowarrior: fix oops with malicious USB descriptors
3559 - USB: usb_driver_claim_interface: add sanity checking
3560 - USB: mct_u232: add sanity checking in probe
3561 - USB: digi_acceleport: do sanity checking for the number of ports
3562 - USB: cypress_m8: add endpoint sanity check
3563 - USB: serial: cp210x: Adding GE Healthcare Device ID
3564 - USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
3565 - USB: option: add "D-Link DWM-221 B1" device id
3566 - pwc: Add USB id for Philips Spc880nc webcam
3567 - Input: powermate - fix oops with malicious USB descriptors
3568 - ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()
3569 - ALSA: usb-audio: Add sanity checks for endpoint accesses
3570 - ALSA: usb-audio: add Microsoft HD-5001 to quirks
3571 - ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()
3572 - ALSA: usb-audio: Fix double-free in error paths after
3573 snd_usb_add_audio_stream() call
3574 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
3575 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
3576 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
3577 - crypto: ccp - Add hash state import and export support
3578 - crypto: ccp - Limit the amount of information exported
3579 - crypto: ccp - Don't assume export/import areas are aligned
3580 - crypto: ccp - memset request context to zero during import
3581 - crypto: keywrap - memzero the correct memory
3582 - crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
3583 - crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()
3584 - crypto: marvell/cesa - forward devm_ioremap_resource() error code
3585 - X.509: Fix leap year handling again
3586 - mei: bus: check if the device is enabled before data transfer
3587 - HID: logitech: fix Dual Action gamepad support
3588 - HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report()
3589 - HID: multitouch: force retrieving of Win8 signature blob
3590 - HID: fix hid_ignore_special_drivers module parameter
3591 - staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg
3592 - staging: android: ion_test: fix check of platform_device_register_simple()
3593 error code
3594 - staging: comedi: ni_mio_common: fix the ni_write[blw]() functions
3595 - tty: Fix GPF in flush_to_ldisc(), part 2
3596 - net: irda: Fix use-after-free in irtty_open()
3597 - 8250: use callbacks to access UART_DLL/UART_DLM
3598 - saa7134: Fix bytesperline not being set correctly for planar formats
3599 - adv7511: TX_EDID_PRESENT is still 1 after a disconnect
3600 - bttv: Width must be a multiple of 16 when capturing planar formats
3601 - coda: fix first encoded frame payload
3602 - media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32
3603 - mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
3604 - mtip32xx: Fix broken service thread handling
3605 - mtip32xx: Remove unwanted code from taskfile error handler
3606 - mtip32xx: Print exact time when an internal command is interrupted
3607 - mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
3608 - mtip32xx: Handle safe removal during IO
3609 - mtip32xx: Handle FTL rebuild failure state during device initialization
3610 - mtip32xx: Implement timeout handler
3611 - mtip32xx: Cleanup queued requests after surprise removal
3612 - ALSA: pcm: Avoid "BUG:" string for warnings again
3613 - ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.
3614 - ALSA: hda - Don't handle ELD notify from invalid port
3615 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
3616 - ALSA: hda - Fix unconditional GPIO toggle via automute
3617 - tools/hv: Use include/uapi with __EXPORTED_HEADERS__
3618 - jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path
3619 - brd: Fix discard request processing
3620 - IB/srpt: Simplify srpt_handle_tsk_mgmt()
3621 - bcache: cleaned up error handling around register_cache()
3622 - bcache: fix race of writeback thread starting before complete initialization
3623 - bcache: fix cache_set_flush() NULL pointer dereference on OOM
3624 - mm: memcontrol: reclaim when shrinking memory.high below usage
3625 - mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
3626 - ia64: define ioremap_uc()
3627 - watchdog: don't run proc_watchdog_update if new value is same as old
3628 - watchdog: rc32434_wdt: fix ioctl error handling
3629 - Bluetooth: Add new AR3012 ID 0489:e095
3630 - Bluetooth: Fix potential buffer overflow with Add Advertising
3631 - cgroup: ignore css_sets associated with dead cgroups during migration
3632 - net: mvneta: enable change MAC address when interface is up
3633 - of: alloc anywhere from memblock if range not specified
3634 - vfs: show_vfsstat: do not ignore errors from show_devname method
3635 - splice: handle zero nr_pages in splice_to_pipe()
3636 - xtensa: ISS: don't hang if stdin EOF is reached
3637 - xtensa: fix preemption in {clear,copy}_user_highpage
3638 - xtensa: clear all DBREAKC registers on start
3639 - ARC: [BE] readl()/writel() to work in Big Endian CPU configuration
3640 - ARC: bitops: Remove non relevant comments
3641 - quota: Fix possible GPF due to uninitialised pointers
3642 - xfs: fix two memory leaks in xfs_attr_list.c error paths
3643 - raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang
3644 - md/raid5: Compare apples to apples (or sectors to sectors)
3645 - RAID5: check_reshape() shouldn't call mddev_suspend
3646 - RAID5: revert e9e4c377e2f563 to fix a livelock
3647 - raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang
3648 - md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
3649 - md: multipath: don't hardcopy bio in .make_request path
3650 - Revert "UBUNTU: SAUCE: (noup) fuse: Add reference counting for fuse_io_priv"
3651 - Revert "UBUNTU: SAUCE: (noup) fuse: do not use iocb after it may have been
3652 freed"
3653 - fuse: do not use iocb after it may have been freed
3654 - fuse: Add reference counting for fuse_io_priv
3655 - fs/coredump: prevent fsuid=0 dumps into user-controlled directories
3656 - rapidio/rionet: fix deadlock on SMP
3657 - ipr: Fix out-of-bounds null overwrite
3658 - ipr: Fix regression when loading firmware
3659 - iwlwifi: mvm: Fix paging memory leak
3660 - drm/radeon: disable runtime pm on PX laptops without dGPU power control
3661 - drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.
3662 - drm/amdgpu: disable runtime pm on PX laptops without dGPU power control
3663 - drm/amdgpu: include the right version of gmc header files for iceland
3664 - IB/ipoib: fix for rare multicast join race condition
3665 - tracing: Have preempt(irqs)off trace preempt disabled functions
3666 - tracing: Fix crash from reading trace_pipe with sendfile
3667 - tracing: Fix trace_printk() to print when not using bprintk()
3668 - bitops: Do not default to __clear_bit() for __clear_bit_unlock()
3669 - scripts/coccinelle: modernize &
3670 - scripts/kconfig: allow building with make 3.80 again
3671 - kbuild/mkspec: fix grub2 installkernel issue
3672 - MAINTAINERS: Update mailing list and web page for hwmon subsystem
3673 - ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list
3674 - mmc: block: fix ABI regression of mmc_blk_ioctl
3675 - mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case
3676 - mmc: sdhci: fix data timeout (part 1)
3677 - mmc: sdhci: fix data timeout (part 2)
3678 - mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
3679 - clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-cluster
3680 - clk: rockchip: rk3368: fix cpuclk core dividers
3681 - clk: rockchip: rk3368: fix parents of video encoder/decoder
3682 - clk: rockchip: rk3368: fix hdmi_cec gate-register
3683 - clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocks
3684 - clk: bcm2835: Fix setting of PLL divider clock rates
3685 - target: Fix target_release_cmd_kref shutdown comp leak
3686 - iser-target: Fix identification of login rx descriptor type
3687 - iser-target: Add new state ISER_CONN_BOUND to isert_conn
3688 - iser-target: Separate flows for np listeners and connections cma events
3689 - iser-target: Rework connection termination
3690 - nfsd4: fix bad bounds checking
3691 - nfsd: fix deadlock secinfo+readdir compound
3692 - ARM: dts: at91: sama5d3 Xplained: don't disable hsmci regulator
3693 - ARM: dts: at91: sama5d4 Xplained: don't disable hsmci regulator
3694 - ACPI / PM: Runtime resume devices when waking from hibernate
3695 - writeback, cgroup: fix premature wb_put() in
3696 locked_inode_to_wb_and_lock_list()
3697 - writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the
3698 inode
3699 - Revert "UBUNTU: SAUCE: (noup) Input: synaptics - handle spurious release of
3700 trackstick buttons, again"
3701 - Input: synaptics - handle spurious release of trackstick buttons, again
3702 - Input: ims-pcu - sanity check against missing interfaces
3703 - Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
3704 - ocfs2/dlm: fix race between convert and recovery
3705 - ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
3706 - mm/page_alloc: prevent merging between isolated and other pageblocks
3707 - mtd: onenand: fix deadlock in onenand_block_markbad
3708 - PM / sleep: Clear pm_suspend_global_flags upon hibernate
3709 - scsi_common: do not clobber fixed sense information
3710 - sched/cputime: Fix steal time accounting vs. CPU hotplug
3711 - perf/x86/pebs: Add workaround for broken OVFL status on HSW+
3712 - perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi
3713 - perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
3714 - Linux 4.4.7
3715
3716 * QCA9565 / AR9565 bluetooth not work (LP: #1542944)
3717 - Bluetooth: Add new AR3012 ID 0489:e095
3718
3719 * The mic mute key and led can't work on a Lenovo AIO machine (LP: #1555912)
3720 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
3721
3722 * 13d3:3472 bluetooth not working, 4.2 low latency kernel 14.04.1 on asus ROG
3723 gl552jx (LP: #1552925)
3724 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
3725
3726 * Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)
3727 (LP: #1546694)
3728 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
3729
3730 * Atheros AR9462 Bluetooth cannot detect other devices (LP: #1542564)
3731 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
3732
3733 * s390/pci: add extra padding to function measurement block (LP: #1572291)
3734 - s390/pci: add extra padding to function measurement block
3735
3736 * CVE-2016-3951 (LP: #1567191)
3737 - cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind
3738 - usbnet: cleanup after bind() in probe()
3739
3740 * linux: Add UEFI keyring for externally signed modules (LP: #1569924)
3741 - efi: Remove redundant efi_set_variable_nonblocking() prototype
3742 - efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()
3743 - efi: Add nonblocking option to efi_query_variable_store()
3744 - efi: Add NV memory attribute
3745 - efi: Reformat GUID tables to follow the format in UEFI spec
3746 - efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
3747 - SAUCE: (noup) Add EFI signature data types
3748 - crypto: KEYS: convert public key and digsig asym to the akcipher api
3749 - [Config] CONFIG_EFI_SIGNATURE_LIST_PARSER=y
3750 - SAUCE: (noup) Add an EFI signature blob parser and key loader.
3751 - [Config] CONFIG_IMA_MOK_KEYRING=y
3752 - IMA: create machine owner and blacklist keyrings
3753 - KEYS: Add an alloc flag to convey the builtinness of a key
3754 - [Config] CONFIG_MODULE_SIG_UEFI=y, CONFIG_SYSTEM_BLACKLIST_KEYRING=y
3755 - SAUCE: (noup) KEYS: Add a system blacklist keyring
3756 - SAUCE: (noup) MODSIGN: Support not importing certs from db
3757
3758 * Miscellaneous Ubuntu changes
3759 - [Config] CONFIG_PUBLIC_KEY_ALGO_RSA=y
3760
3761 -- Kamal Mostafa <kamal@canonical.com> Sun, 24 Apr 2016 12:12:13 -0700
3762
3763 linux (4.4.0-21.37) xenial; urgency=low
3764
3765 [ Tim Gardner ]
3766
3767 * Release Tracking Bug
3768 - LP: #1571791
3769
3770 * linux: MokSBState is ignored (LP: #1571691)
3771 - SAUCE: (noup) MODSIGN: Import certificates from UEFI Secure Boot
3772 - SAUCE: (noup) efi: Disable secure boot if shim is in insecure mode
3773 - SAUCE: (noup) Display MOKSBState when disabled
3774
3775 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Apr 2016 07:00:22 -0600
3776
3777 linux (4.4.0-20.36) xenial; urgency=low
3778
3779 [ Tim Gardner ]
3780
3781 * Release Tracking Bug
3782 - LP: #1571069
3783
3784 * sysfs mount failure during stateful lxd snapshots (LP: #1570906)
3785 - SAUCE: kernfs: Do not match superblock in another user namespace when
3786 mounting
3787
3788 * Kernel Panic in Ubuntu 16.04 netboot installer (LP: #1570441)
3789 - x86/topology: Fix logical package mapping
3790 - x86/topology: Fix Intel HT disable
3791 - x86/topology: Use total_cpus not nr_cpu_ids for logical packages
3792 - xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC op
3793 - x86/topology: Fix AMD core count
3794
3795 * [regression]: Failed to call clock_adjtime(): Invalid argument
3796 (LP: #1566465)
3797 - ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
3798
3799 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Apr 2016 06:31:56 -0600
3800
3801 linux (4.4.0-19.35) xenial; urgency=low
3802
3803 [ Tim Gardner ]
3804
3805 * Release Tracking Bug
3806 - LP: #1570348
3807
3808 * CVE-2016-2847 (LP: #1554260)
3809 - pipe: limit the per-user amount of pages allocated in pipes
3810
3811 * xenial kernel crash on HP BL460c G7 (qla24xx problem?) (LP: #1554003)
3812 - SAUCE: (noup) qla2xxx: Add irq affinity notification V2
3813
3814 * arm64: guest hangs when ntpd is running (LP: #1549494)
3815 - SAUCE: (noup) KVM: arm/arm64: Handle forward time correction gracefully
3816
3817 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
3818 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=y
3819
3820 * s390/cpumf: Fix lpp detection (LP: #1555344)
3821 - s390/facilities: use stfl mnemonic instead of insn magic
3822 - s390/facilities: always use lowcore's stfle field for storing facility bits
3823 - s390/cpumf: Fix lpp detection
3824
3825 * s390x kernel image needs weightwatchers (LP: #1536245)
3826 - [Config] s390x: Use compressed kernel bzImage
3827
3828 * Surelock GA2 SP1: surelock02p05: Not seeing sgX devices for LUNs after
3829 upgrading to Ubuntu 16.04 (LP: #1567581)
3830 - Revert "UBUNTU: SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on
3831 device-tree properties"
3832
3833 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
3834 - cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path
3835 - Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
3836 - cpufreq: powernv: Add sysfs attributes to show throttle stats
3837
3838 * systemd-modules-load.service: Failing due to missing module 'ib_iser' (LP: #1566468)
3839 - [Config] Add ib_iser to generic inclusion list
3840
3841 * thunderx nic performance improvements (LP: #1567093)
3842 - net: thunderx: Set recevie buffer page usage count in bulk
3843 - net: thunderx: Adjust nicvf structure to reduce cache misses
3844
3845 * fixes for thunderx nic in multiqueue mode (LP: #1567091)
3846 - net: thunderx: Fix for multiqset not configured upon interface toggle
3847 - net: thunderx: Fix for HW TSO not enabled for secondary qsets
3848 - net: thunderx: Fix receive packet stats
3849
3850 * Miscellaneous Ubuntu changes
3851 - [Config] updateconfigs after CONFIG_DRM_I915_BPO_PRELIMINARY_HW_SUPPORT=n
3852
3853 * Miscellaneous upstream changes (LP: #1564901)
3854 - Input: xpad - correctly handle concurrent LED and FF requests
3855
3856 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Apr 2016 07:32:16 +0100
3857
3858 linux (4.4.0-18.34) xenial; urgency=low
3859
3860 [ Tim Gardner ]
3861
3862 * Release Tracking Bug
3863 - LP: #1566868
3864
3865 * [i915_bpo] Fix RC6 on SKL GT3 & GT4 (LP: #1564759)
3866 - SAUCE: i915_bpo: drm/i915/skl: Fix rc6 based gpu/system hang
3867 - SAUCE: i915_bpo: drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
3868
3869 * CONFIG_ARCH_ROCKCHIP not enabled in armhf generic kernel (LP: #1566283)
3870 - [Config] CONFIG_ARCH_ROCKCHIP=y
3871
3872 * [Feature] Memory Bandwidth Monitoring (LP: #1397880)
3873 - perf/x86/cqm: Fix CQM handling of grouping events into a cache_group
3874 - perf/x86/cqm: Fix CQM memory leak and notifier leak
3875 - x86/cpufeature: Carve out X86_FEATURE_*
3876 - Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
3877 - x86/topology: Create logical package id
3878 - perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init
3879 - perf/x86/mbm: Add memory bandwidth monitoring event management
3880 - perf/x86/mbm: Implement RMID recycling
3881 - perf/x86/mbm: Add support for MBM counter overflow handling
3882
3883 * User namespace mount updates (LP: #1566505)
3884 - SAUCE: quota: Require that qids passed to dqget() be valid and map into s_user_ns
3885 - SAUCE: fs: Allow superblock owner to change ownership of inodes with unmappable ids
3886 - SAUCE: fuse: Don't initialize user_id or group_id in mount options
3887 - SAUCE: cgroup: Use a new super block when mounting in a cgroup namespace
3888 - SAUCE: fs: fix a posible leak of allocated superblock
3889
3890 * [arm64] kernel BUG at /build/linux-StrpB2/linux-4.4.0/fs/ext4/inode.c:2394!
3891 (LP: #1566518)
3892 - arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
3893 - arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permission
3894
3895 * [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP) support
3896 for Alpine Ridge on SKL (LP: #1519623)
3897 - usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices
3898 - usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUS
3899 - usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devices
3900 - usb: add device descriptor for usb 3.1 root hub
3901 - usb: Support USB 3.1 extended port status request
3902 - xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
3903 - xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllers
3904 - xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability
3905 - xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
3906 - usb: Add USB3.1 SuperSpeedPlus Isoc Endpoint Companion descriptor
3907 - usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptor
3908 - usb: Add USB 3.1 Precision time measurement capability descriptor support
3909 - xhci: refactor and cleanup endpoint initialization.
3910 - xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpoints
3911 - xhci: cleanup isoc tranfers queuing code
3912 - xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1
3913 - SAUCE: (noup) usb: fix regression in SuperSpeed endpoint descriptor parsing
3914
3915 * wrong/missing permissions for device file /dev/prandom (prng.ko)
3916 (LP: #1558275)
3917 - s390/crypto: provide correct file mode at device register.
3918
3919 * The Front MIC jack can't work on a HP desktop machine (LP: #1564712)
3920 - ALSA: hda - fix front mic problem for a HP desktop
3921
3922 * HP Notebook Probook 440 G3 HDA Intel PCH horrible sounds while booting
3923 (LP: #1556228)
3924 - ALSA: hda - Apply reboot D3 fix for CX20724 codec, too
3925
3926 * please provide mmc-modules udeb (LP: #1565765)
3927 - [Config] Add mmc block drivers to d-i
3928
3929 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
3930 - Add secure_modules() call
3931 - PCI: Lock down BAR access when module security is enabled
3932 - x86: Lock down IO port access when module security is enabled
3933 - ACPI: Limit access to custom_method
3934 - asus-wmi: Restrict debugfs interface when module loading is restricted
3935 - Restrict /dev/mem and /dev/kmem when module loading is restricted
3936 - acpi: Ignore acpi_rsdp kernel parameter when module loading is restricted
3937 - kexec: Disable at runtime if the kernel enforces module loading restrictions
3938 - x86: Restrict MSR access when module loading is restricted
3939 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=n
3940 - Add option to automatically enforce module signatures when in Secure Boot mode
3941 - efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
3942 - efi: Add EFI_SECURE_BOOT bit
3943 - hibernate: Disable in a signed modules environment
3944
3945 * [Hyper-V] Additional PCI passthrough commits (LP: #1565967)
3946 - PCI: Add fwnode_handle to x86 pci_sysdata
3947 - PCI: Look up IRQ domain by fwnode_handle
3948 - [Config] CONFIG_PCI_HYPERV=m
3949 - PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs
3950
3951 * [Bug]Lenovo Yoga 260 and Carbon X1 4th gen freeze on HWP enable
3952 (LP: #1559923)
3953 - ACPI / processor: Request native thermal interrupt handling via _OSC
3954
3955 * Sync kernel zfs 0.6.5.6 - align with zfsutils-linux and spl packages
3956 (LP: #1564591)
3957 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu3
3958
3959 * [Ubuntu 16.04.1] RELEASE and ACQUIRE atomics on Power (LP: #1556096)
3960 - atomics: Allow architectures to define their own __atomic_op_* helpers
3961 - powerpc: atomic: Implement atomic{, 64}_*_return_* variants
3962 - powerpc: atomic: Implement acquire/release/relaxed variants for xchg
3963 - powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg
3964
3965 * fix for do_tools_cpupower when cross-compiling (LP: #1564206)
3966 - [Debian] cpupower uses non-standard CROSS
3967
3968 * ISST:LTE: Regression: roselp2 Oops in kernel during setup io (LP: #1546439)
3969 - SAUCE: block: partition: initialize percpuref before sending out KOBJ_ADD
3970
3971 * Unable to migrate container (LP: #1563921)
3972 - SAUCE: cgroup mount: ignore nsroot=
3973
3974 * [Hyper-V] patch inclusion in 16.04 for NIC hot add/remove (LP: #1563688)
3975 - hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()
3976
3977 * /proc/$pid/maps performance regression (LP: #1547231)
3978 - proc: revert /proc/<pid>/maps [stack:TID] annotation
3979
3980 * TPM2.0 trusted keys fixes (LP: #1398274)
3981 - tpm: remove unneeded include of actbl2.h
3982 - tpm: fix checks for policy digest existence in tpm2_seal_trusted()
3983 - tpm_crb: Use the common ACPI definition of struct acpi_tpm2
3984 - tpm_tis: Disable interrupt auto probing on a per-device basis
3985 - tpm_tis: Do not fall back to a hardcoded address for TPM2
3986 - tpm_tis: Use devm_ioremap_resource
3987 - tpm_tis: Clean up the force=1 module parameter
3988 - tpm_crb: Drop le32_to_cpu(ioread32(..))
3989 - tpm_crb: Use devm_ioremap_resource
3990 - tpm: fix the rollback in tpm_chip_register()
3991 - tpm: fix the cleanup of struct tpm_chip
3992 - tpm: fix: set continueSession attribute for the unseal operation
3993 - tpm: fix: return rc when devm_add_action() fails
3994 - tpm_eventlog.c: fix binary_bios_measurements
3995 - tpm_crb/tis: fix: use dev_name() for /proc/iomem
3996 - tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()
3997 - tpm_tis: fix build warning with tpm_tis_resume
3998
3999 * [Feature]intel_idle driver support for Knights Landing (LP: #1461365)
4000 - intel_idle: Support for Intel Xeon Phi Processor x200 Product Family
4001
4002 * cxlflash: Backport upstream cxlflash commits and submitting a noup patch to
4003 Xenial (LP: #1563485)
4004 - cxlflash: Fix to avoid unnecessary scan with internal LUNs
4005 - cxlflash: Increase cmd_per_lun for better throughput
4006 - SAUCE: (noup) cxlflash: Move to exponential back-off when cmd_room is not available
4007
4008 * Miscellaneous Ubuntu changes
4009 - [Config] do_zfs_powerpc64-smp = true
4010 - [Debian] fix linux_tools when cross-compiling
4011 - [Config] do_zfs_powerpc64-smp use default value
4012 - SAUCE: apparmor: Fix FTBFS due to bad include path
4013 - SAUCE: i915_bpo: Disable preliminary hw support
4014
4015 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Mar 2016 15:31:33 -0600
4016
4017 linux (4.4.0-17.33) xenial; urgency=low
4018
4019 [ Tim Gardner ]
4020
4021 * Release Tracking Bug
4022 - LP: #1563441
4023
4024 * ISST-LTE: pVM:high cpus number need a high crashkernel value in kdump
4025 (LP: #1560552)
4026 - SAUCE: (noup) ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is
4027 about to hit.
4028
4029 * Predictable naming mechanism is leading to issues in DLPAR operations of
4030 NICs (LP: #1560514)
4031 - SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on device-tree
4032 properties
4033
4034 * ThunderX: support alternative phy implementations (LP: #1562968)
4035 - net: thunderx: Cleanup PHY probing code.
4036 - [Config] CONFIG_MDIO_CAVIUM=m
4037 - phy: mdio-octeon: Refactor into two files/modules
4038 - [Config] CONFIG_MDIO_THUNDER=m
4039 - phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.
4040 - phy: mdio-cavium: Add missing MODULE_* annotations.
4041 - net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.
4042 - phy: mdio-thunder: Fix some Kconfig typos
4043 - [d-i] Add phy drivers for Cavium ThunderX to nic-modules udeb
4044
4045 * linux: exclude ZONE_DEVICE from GFP_ZONE_TABLE (LP: #1563293)
4046 - Revert "mm: CONFIG_NR_ZONES_EXTENDED"
4047 - mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE
4048
4049 * lots of printk to serial console can hang system for long time
4050 (LP: #1534216)
4051 - printk: set may_schedule for some of console_trylock() callers
4052
4053 * [i915_bpo] Update i915 backport driver (LP: #1560395)
4054 - SAUCE: i915_bpo: Update to drm-intel-next-fixes-2016-03-16
4055 - PM / runtime: Add new helper for conditional usage count incrementation
4056 - drm/core: Add drm_for_each_encoder_mask, v2.
4057 - drm/atomic-helper: Implement subsystem-level suspend/resume
4058
4059 * [Hyper-V] VM Sockets (LP: #1541585)
4060 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
4061 - Drivers: hv: vmbus: Add vendor and device atttributes
4062 - Drivers: hv: vmbus: avoid infinite loop in init_vp_index()
4063 - Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_unload()
4064 - Drivers: hv: vmbus: don't manipulate with clocksources on crash
4065 - Drivers: hv: vmbus: add a helper function to set a channel's pending send size
4066 - Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
4067 - Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
4068 - Drivers: hv: vmbus: define a new VMBus message type for hvsock
4069 - Drivers: hv: vmbus: add a hvsock flag in struct hv_driver
4070 - Drivers: hv: vmbus: add a per-channel rescind callback
4071 - Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
4072 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
4073 - Drivers: hv: vmbus: Give control over how the ring access is serialized
4074 - drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
4075 - Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
4076 - Drivers: hv: vmbus: avoid wait_for_completion() on crash
4077 - Drivers: hv: vmbus: remove code duplication in message handling
4078 - Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_unload()
4079 - Drivers: hv: util: Pass the channel information during the init call
4080 - Drivers: hv: utils: Remove util transport handler from list if registration fails
4081 - Revert "Drivers: hv: vmbus: Support handling messages on multiple CPUs"
4082 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
4083
4084 * [Bug]SKL-H boot hang when c8+c9+c10 enabled by intel_idle driver
4085 (LP: #1559918)
4086 - intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled
4087
4088 * ixgbe: Update to Fortville SW5 release (LP: #1562326)
4089 - net: add tc offload feature flag
4090 - net: tc: helper functions to query action types
4091 - sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
4092 - net: rework ndo tc op to consume additional qdisc handle parameter
4093 - net: rework setup_tc ndo op to consume general tc operand
4094 - net: sched: add cls_u32 offload hooks for netdevs
4095 - net: ixgbe: add support for tc_u32 offload
4096 - net: ixgbe: abort with cls u32 divisor groups greater than 1
4097
4098 * Bring fm10k up to Fortville SW5 (LP: #1562310)
4099 - net: add netif_is_team_master helper
4100 - net: add netif_is_team_port helper
4101 - net: add netif_is_lag_master helper
4102 - net: add netif_is_lag_port helper
4103 - ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}
4104 - fm10k: don't reinitialize RSS flow table when RXFH configured
4105
4106 * [Feature]Always Running Timer (ART) to System Time translation
4107 (LP: #1519625)
4108 - time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
4109 - timekeeping: Provide internal function __ktime_get_real_seconds
4110 - timekeeping: Cap adjustments so they don't exceed the maxadj value
4111 - clocksource: Make clocksource validation work for all clocksources
4112 - time: Add cycles to nanoseconds translation
4113 - time: Add timekeeping snapshot code capturing system time and counter
4114 - time: Remove duplicated code in ktime_get_raw_and_real()
4115 - time: Add driver cross timestamp interface for higher precision time synchronization
4116 - time: Add history to cross timestamp interface supporting slower devices
4117 - time/timekeeping: Work around false positive GCC warning
4118 - x86/tsc: Always Running Timer (ART) correlated clocksource
4119 - ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping
4120 - [Config] CONFIG_E1000E_HWTS=y
4121 - e1000e: Adds hardware supported cross timestamp on e1000e nic
4122
4123 * x-gene2: add SoC v2 support to clock (LP: #1561604)
4124 - clk: xgene: Add SoC and PMD PLL clocks with v2 hardware
4125
4126 * [Bug]Disable multi-record PEBS on Merom (LP: #1559914)
4127 - perf/x86: Move perf_event.c ............... => x86/events/core.c
4128 - perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.c
4129 - perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.c
4130 - perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]
4131 - perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.c
4132 - perf/x86: Move perf_event_intel_bts.c ........ => x86/events/intel/bts.c
4133 - perf/x86: Move perf_event_intel.c ............ => x86/events/intel/core.c
4134 - perf/x86: Move perf_event_intel_cqm.c ........ => x86/events/intel/cqm.c
4135 - perf/x86: Move perf_event_intel_cstate.c ..... => x86/events/intel/cstate.c
4136 - perf/x86: Move perf_event_intel_ds.c ......... => x86/events/intel/ds.c
4137 - perf/x86: Move perf_event_intel_lbr.c ........ => x86/events/intel/lbr.c
4138 - perf/x86: Move perf_event_intel_pt.[ch] ...... => x86/events/intel/pt.[ch]
4139 - perf/x86: Move perf_event_intel_rapl.c ....... => x86/events/intel/rapl.c
4140 - perf/x86: Move perf_event_intel_uncore.[ch] .. =>
4141 x86/events/intel/uncore.[ch]
4142 - perf/x86: Move perf_event_intel_uncore_nhmex.c =>
4143 x86/events/intel/uncore_nmhex.c
4144 - perf/x86: Move perf_event_intel_uncore_snb.c =>
4145 x86/events/intel/uncore_snb.c
4146 - perf/x86: Move perf_event_intel_uncore_snbep.c =>
4147 x86/events/intel/uncore_snbep.c
4148 - perf/x86: Move perf_event_knc.c .............. => x86/events/intel/knc.c
4149 - perf/x86: Move perf_event_p4.c ............... => x86/events/intel/p4.c
4150 - perf/x86: Move perf_event_p6.c ............... => x86/events/intel/p6.c
4151 - perf/x86: Move perf_event_msr.c .............. => x86/events/msr.c
4152 - perf/x86: Move perf_event.h to its new home
4153 - perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
4154
4155 * [Feature] Enable I2C on Broxton-P (LP: #1520139)
4156 - mfd: intel-lpss: Pass I2C configuration via properties on BXT
4157
4158 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Mar 2016 20:40:27 -0600
4159
4160 linux (4.4.0-16.32) xenial; urgency=low
4161
4162 [ Tim Gardner ]
4163
4164 * Release Tracking Bug
4165 - LP: #1561727
4166
4167 * fix thermal throttling due to commit "Thermal: initialize thermal zone
4168 device correctly" (LP: #1561676)
4169 - Thermal: Ignore invalid trip points
4170
4171 * Thinkpad T460: Trackpoint mouse buttons instantly generate "release" event
4172 on press (LP: #1553811)
4173 - SAUCE: (noup) Input: synaptics - handle spurious release of trackstick
4174 buttons, again
4175
4176 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
4177 (LP: #1560583)
4178 - SAUCE: apparmor: Allow ns_root processes to open profiles file
4179 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
4180
4181 * linux: sync virtualbox drivers to 5.0.16-dfsg-2 (LP: #1561492)
4182 - ubuntu: vbox -- update to 5.0.16-dfsg-2
4183
4184 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on
4185 s390x (LP: #1557690)
4186 - [Config] CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=n for s390x
4187
4188 * spl/zfs fails to build on s390x (LP: #1519814)
4189 - [Config] s390x -- re-enable zfs
4190 - [Config] zfs -- disable powerpc until the test failures can be resolved
4191
4192 * linux: sync to ZFS 0.6.5.6 stable release (LP: #1561483)
4193 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu1
4194
4195 * zfs: enable zfs for 64bit powerpc kernels (LP: #1558871)
4196 - [Packaging] zfs -- handle rprovides via dpkg-gencontrol
4197 - [Config] powerpc -- convert zfs configuration to custom_override
4198
4199 * Memory arena corruption with FUSE (was Memory allocation failure crashes
4200 kernel hard, presumably related to FUSE) (LP: #1505948)
4201 - SAUCE: (noup) fuse: do not use iocb after it may have been freed
4202 - SAUCE: (noup) fuse: Add reference counting for fuse_io_priv
4203
4204 * cgroup namespaces: add a 'nsroot=' mountinfo field (LP: #1560489)
4205 - SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo field
4206
4207 * linux packaging: clear remaining redundant delta (LP: #1560445)
4208 - [Debian] Remove generated intermediate files on clean
4209
4210 * arm64: guest hangs when ntpd is running (LP: #1549494)
4211 - Revert "hrtimer: Add support for CLOCK_MONOTONIC_RAW"
4212 - Revert "hrtimer: Catch illegal clockids"
4213 - Revert "KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW"
4214
4215 * Need enough contiguous memory to support GICv3 ITS table (LP: #1558828)
4216 - [Config] CONFIG_FORCE_MAX_ZONEORDER=13 on arm64
4217 - SAUCE: (no-up) arm64: gicv3: its: Increase FORCE_MAX_ZONEORDER for Cavium
4218 ThunderX
4219
4220 * update arcmsr to version v1.30.00.22-20151126 to fix card timeouts
4221 (LP: #1559609)
4222 - arcmsr: fixed getting wrong configuration data
4223 - arcmsr: fixes not release allocated resource
4224 - arcmsr: make code more readable
4225 - arcmsr: adds code to support new Areca adapter ARC1203
4226 - arcmsr: changes driver version number
4227 - arcmsr: more readability improvements
4228 - arcmsr: Split dma resource allocation to a new function
4229 - arcmsr: change driver version to v1.30.00.22-20151126
4230
4231 * server image has no keyboard, desktop image works (LP: #1559692)
4232 - [Config] Rework input-modules (d-i) list
4233
4234 * PMU support for Cavium ThunderX (LP: #1559349)
4235 - arm64: perf: Rename Cortex A57 events
4236 - arm64/perf: Add Cavium ThunderX PMU support
4237 - arm64: perf: Enable PMCR long cycle counter bit
4238 - arm64: perf: Extend event mask for ARMv8.1
4239 - arm64: dts: Add Cavium ThunderX specific PMU
4240
4241 * Show ARM PMU events in perf stat (LP: #1559350)
4242 - drivers/perf: kill armpmu_register
4243 - arm: perf: Convert event enums to #defines
4244 - arm: perf: Add event descriptions
4245 - arm64: perf: Convert event enums to #defines
4246 - arm64: perf: Add event descriptions
4247 - ARM: perf: add format entry to describe event -> config mapping
4248 - arm64: perf: add format entry to describe event -> config mapping
4249
4250 * [Bug]HSW/BDW EDAC driver reports wrong DIMM (LP: #1559904)
4251 - EDAC/sb_edac: Fix computation of channel address
4252
4253 * 5-10 second delay in kernel boot with kernel command line ip= (LP: #1259861)
4254 - [Config] disable CONFIG_IP_PNP
4255
4256 * Miscellaneous Ubuntu changes
4257 - [Debian] Silence the reconstruct script
4258
4259 -- Tim Gardner <tim.gardner@canonical.com> Mon, 21 Mar 2016 10:15:31 -0600
4260
4261 linux (4.4.0-15.31) xenial; urgency=low
4262
4263 [ Tim Gardner ]
4264
4265 * Release Tracking Bug
4266 - LP: #1559252
4267
4268 * Xilinx KU3 Capi card does not show up in Ubuntu 16.04 (LP: #1557001)
4269 - SAUCE: (noup) cxl: Allow initialization on timebase sync failures
4270
4271 * policy namespace stacking (LP: #1379535)
4272 - Revert "UBUNTU: SAUCE: Move replacedby allocation into label_alloc"
4273 - Revert "UBUNTU: SAUCE: Fixup: __label_update() still doesn't handle some cases correctly."
4274 - Revert "UBUNTU: SAUCE: fix: audit "no_new_privs" case for exec failure"
4275 - Revert "UBUNTU: SAUCE: fixup: warning about aa_label_vec_find_or_create not being static"
4276 - Revert "UBUNTU: SAUCE: apparmor: fix refcount race when finding a child profile"
4277 - Revert "UBUNTU: SAUCE: fixup: cast poison values to remove warnings"
4278 - Revert "UBUNTU: SAUCE: fixup: get rid of unused var build warning"
4279 - Revert "UBUNTU: SAUCE: fixup: 20/23 locking issue around in __label_update"
4280 - Revert "UBUNTU: SAUCE: fixup: make __share_replacedby private to get rid of build warning"
4281 - Revert "UBUNTU: SAUCE: fix: replacedby forwarding is not being properly update when ns is destroyed"
4282 - Revert "UBUNTU: SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails"
4283 - Revert "UBUNTU: SAUCE: fixup: cleanup return handling of labels"
4284 - Revert "UBUNTU: SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read"
4285 - Revert "UBUNTU: SAUCE: apparmor: Fix: query label file permission"
4286 - Revert "UBUNTU: SAUCE: apparmor: Don't remove label on rcu callback if the label has already been removed"
4287 - Revert "UBUNTU: SAUCE: apparmor: Fix: break circular refcount for label that is directly freed."
4288 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount bug when inserting label update that transitions ns"
4289 - Revert "UBUNTU: SAUCE: apparmor: Fix: now that insert can force replacement use it instead of remove_and_insert"
4290 - Revert "UBUNTU: SAUCE: apparmor Fix: refcount bug in pivotroot mediation"
4291 - Revert "UBUNTU: SAUCE: apparmor: ensure that repacedby sharing is done correctly"
4292 - Revert "UBUNTU: SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter"
4293 - Revert "UBUNTU: SAUCE: apparmor: Fix: convert replacedby update to be protected by the labelset lock"
4294 - Revert "UBUNTU: SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on merge path"
4295 - Revert "UBUNTU: SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain"
4296 - Revert "UBUNTU: SAUCE: apparmor: Fix: label_vec_merge insertion"
4297 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure new labels resulting from merge have a replacedby"
4298 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount leak in aa_label_merge"
4299 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount race between locating in labelset and get"
4300 - Revert "UBUNTU: SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale"
4301 - Revert "UBUNTU: SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use needs locking"
4302 - Revert "UBUNTU: SAUCE: apparmor: debug: POISON label and replaceby pointer on free"
4303 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the replacedby is not setup"
4304 - Revert "UBUNTU: SAUCE: apparmor: Fix: insert race between label_update and label_merge"
4305 - Revert "UBUNTU: SAUCE: apparmor: rework retrieval of the current label in the profile update case"
4306 - Revert "UBUNTU: SAUCE: apparmor: Disallow update of cred when then subjective != the objective cred"
4307 - Revert "UBUNTU: SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns"
4308 - Revert "UBUNTU: SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()"
4309 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
4310 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix for failed mediation of socket that is being shutdown"
4311 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings"
4312 - Revert "UBUNTU: SAUCE: (no-up) apparmor: fix mount not handling disconnected paths"
4313 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix mediation of fs unix sockets"
4314 - Revert "UBUNTU: apparmor -- follow change to this_cpu_ptr"
4315 - Revert "UBUNTU: SAUCE: (no-up) fix: bad unix_addr_fs macro"
4316 - Revert "UBUNTU: SAUCE: Revert: fix: only allow a single threaded process to ..."
4317 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot"
4318 - Revert "UBUNTU: SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used"
4319 - SAUCE: (no-up) apparmor: sync of apparmor3.5-beta1 snapshot
4320 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
4321
4322 * Add arm64 NUMA support (LP: #1558765)
4323 - SAUCE: (noup) efi: ARM/arm64: ignore DT memory nodes instead of removing them
4324 - SAUCE: (noup) Documentation, dt, numa: dt bindings for NUMA.
4325 - [Config] CONFIG_OF_NUMA=y
4326 - SAUCE: (noup) of, numa: Add NUMA of binding implementation.
4327 - SAUCE: (noup) arm64: Move unflatten_device_tree() call earlier.
4328 - [Config] CONFIG_NUMA=y and CONFIG_NODES_SHIFT=2 on arm64
4329 - SAUCE: (noup) arm64, numa: Add NUMA support for arm64 platforms.
4330 - SAUCE: (noup) arm64, mm, numa: Add NUMA balancing support for arm64.
4331
4332 * vivid/linux: total ADT test failures (LP: #1558447)
4333 - Revert "Revert "af_unix: Revert 'lock_interruptible' in stream receive code""
4334
4335 * [Hyper-V] patches to allow kdump crash through NMI (LP: #1558720)
4336 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
4337 - Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
4338
4339 * s390/pci: enforce fmb page boundary rule (LP: #1558625)
4340 - s390/pci: enforce fmb page boundary rule
4341
4342 * s390/pci: backport upstream commits since v4.4 (LP: #1558624)
4343 - s390/pci_dma: fix DMA table corruption with > 4 TB main memory
4344 - page_to_phys() always returns a multiple of PAGE_SIZE
4345 - s390/pci: provide ZPCI_ADDR macro
4346 - s390/pci: improve ZPCI_* macros
4347 - s390/pci: resize iomap
4348 - s390/pci: fix bar check
4349 - s390/pci: set error state for unusable functions
4350 - s390/pci: remove iomap sanity checks
4351 - s390/pci: remove pdev pointer from arch data
4352 - s390/pci: add ioctl interface for CLP
4353
4354 * IMA-appraisal is unusable in Ubuntu 16.04 (LP: #1558553)
4355 - [Config] CONFIG_SYSTEM_EXTRA_CERTIFICATE=y, CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096
4356 - KEYS: Use the symbol value for list size, updated by scripts/insert-sys-cert
4357 - KEYS: Reserve an extra certificate symbol for inserting without recompiling
4358 - SAUCE: (noup) KEYS: Support for inserting a certificate into x86 bzImage
4359
4360 * skb_warn_bad_offload Crash (LP: #1558025)
4361 - ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL
4362
4363 * Add PCIe root complex to Cavium arm64 (LP: #1558342)
4364 - [Config] CONFIG_PCI_HOST_COMMON=y
4365 - [Config] CONFIG_PCI_HOST_THUNDER_PEM=y
4366 - [Config] CONFIG_PCI_HOST_THUNDER_ECAM=y
4367 - PCI: generic: Move structure definitions to separate header file
4368 - PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()
4369 - PCI: generic: Expose pci_host_common_probe() for use by other drivers
4370 - PCI: thunder: Add PCIe host driver for ThunderX processors
4371 - PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devices
4372
4373 * [Hyper-V] vmbus: Fix a bug in hv_need_to_signal_on_read() (LP: #1556264)
4374 - SAUCE: (noup) Drivers: hv: vmbus: Fix a bug in hv_need_to_signal_on_read()
4375
4376 * Xenial update to v4.4.6 stable release (LP: #1558330)
4377 - arm64: account for sparsemem section alignment when choosing vmemmap offset
4378 - ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window
4379 - ARM: dts: dra7: do not gate cpsw clock due to errata i877
4380 - ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property
4381 - PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()
4382 - kvm: cap halt polling at exactly halt_poll_ns
4383 - KVM: VMX: disable PEBS before a guest entry
4384 - KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS
4385 - KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit
4386 - KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
4387 - KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
4388 - s390/dasd: fix diag 0x250 inline assembly
4389 - tracing: Fix check for cpu online when event is disabled
4390 - dmaengine: at_xdmac: fix residue computation
4391 - jffs2: reduce the breakage on recovery from halfway failed rename()
4392 - ncpfs: fix a braino in OOM handling in ncp_fill_cache()
4393 - ASoC: dapm: Fix ctl value accesses in a wrong type
4394 - ASoC: samsung: Use IRQ safe spin lock calls
4395 - ASoC: wm8994: Fix enum ctl accesses in a wrong type
4396 - ASoC: wm8958: Fix enum ctl accesses in a wrong type
4397 - ovl: ignore lower entries when checking purity of non-directory entries
4398 - ovl: fix working on distributed fs as lower layer
4399 - wext: fix message delay/ordering
4400 - cfg80211/wext: fix message ordering
4401 - can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
4402 - iwlwifi: mvm: inc pending frames counter also when txing non-sta
4403 - mac80211: minstrel: Change expected throughput unit back to Kbps
4404 - mac80211: fix use of uninitialised values in RX aggregation
4405 - mac80211: minstrel_ht: set default tx aggregation timeout to 0
4406 - mac80211: minstrel_ht: fix a logic error in RTS/CTS handling
4407 - mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
4408 - mac80211: Fix Public Action frame RX in AP mode
4409 - gpu: ipu-v3: Do not bail out on missing optional port nodes
4410 - drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
4411 - drm/radeon: Fix error handling in radeon_flip_work_func.
4412 - Revert "drm/radeon/pm: adjust display configuration after powerstate"
4413 - userfaultfd: don't block on the last VM updates at exit time
4414 - ovl: fix getcwd() failure after unsuccessful rmdir
4415 - MIPS: Fix build error when SMP is used without GIC
4416 - MIPS: smp.c: Fix uninitialised temp_foreign_map
4417 - block: don't optimize for non-cloned bio in bio_get_last_bvec()
4418 - target: Drop incorrect ABORT_TASK put for completed commands
4419 - ld-version: Fix awk regex compile failure
4420 - Linux 4.4.6
4421
4422 * linux fails to load x.509 built-in certificate (LP: #1557250)
4423 - lib/mpi: Endianness fix
4424
4425 * s390/kconfig: setting for CONFIG...9P.... (LP: #1557994)
4426 - [Config] CONFIG_NET_9P=m for s390x
4427
4428 * mlx5_core kernel trace after "ethtool -C eth1 adaptive-rx on" flow
4429 (LP: #1557950)
4430 - net/mlx5e: Don't try to modify CQ moderation if it is not supported
4431 - net/mlx5e: Don't modify CQ before it was created
4432
4433 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
4434 - mmc: sdhci: Do not BUG on invalid vdd
4435 - mmc: enable MMC/SD/SDIO device to suspend/resume asynchronously
4436 - mmc: It is not an error for the card to be removed while suspended
4437
4438 * s390/kconfig: disable CONFIG_VIRTIO_MMIO (LP: #1557689)
4439 - [Config] CONFIG_VIRTIO_MMIO=n for s390x
4440
4441 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on s390x (LP: #1557690)
4442 - [Config] CONFIG_NUMA_EMU=y for s390x
4443
4444 * Miscellaneous Ubuntu changes
4445 - [Debian] git-ubuntu-log -- prevent bug references being split
4446 - [Debian] git-ubuntu-log -- git log output is UTF-8
4447
4448 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 13:18:58 -0600
4449
4450 linux (4.4.0-14.30) xenial; urgency=low
4451
4452 [ Tim Gardner ]
4453
4454 * Release Tracking Bug
4455 - LP: #1557508
4456
4457 * Current 4.4 kernel won't boot on powerpc (LP: #1557130)
4458 - powerpc: Fix dedotify for binutils >= 2.26
4459
4460 * ZFS: send fails to transmit some holes [corruption] (LP: #1557151)
4461 - Illumos 6370 - ZFS send fails to transmit some holes
4462
4463 * Request to cherry-pick uvcvideo patch for Xenial kernel support of RealSense
4464 camera (LP: #1557138)
4465 - UVC: Add support for ds4 depth camera
4466
4467 * use after free of task_struct->numa_faults in task_numa_find_cpu (LP: #1527643)
4468 - sched/numa: Fix use-after-free bug in the task_numa_compare
4469
4470 * overlay fs regression: chmod fails with "Operation not permitted" on chowned
4471 files (LP: #1555997)
4472 - ovl: copy new uid/gid into overlayfs runtime inode
4473
4474 * Miscellaneous Ubuntu changes
4475 - SAUCE: Dump stack when X.509 certificates cannot be loaded
4476
4477 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Mar 2016 07:16:19 -0600
4478
4479 linux (4.4.0-13.29) xenial; urgency=low
4480
4481 [ Tim Gardner ]
4482
4483 * Release Tracking Bug
4484 - LP: #1556247
4485
4486 * s390/mm: four page table levels vs. fork (LP: #1556141)
4487 - s390/mm: four page table levels vs. fork
4488
4489 * [Hyper-V] network performance patches for Xenial 16.04 (LP: #1556037)
4490 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
4491 - hv_netvsc: cleanup netdev feature flags for netvsc
4492
4493 * fails to boot on megaraid (LP: #1552903)
4494 - SAUCE: (noup) megaraid_sas: Don't issue kill adapter for MFI controllers in
4495 case of PD list DCMD failure
4496
4497 * ALSA: hda - add codec support for Kabylake display audio codec (LP: #1556002)
4498 - ALSA: hda - add codec support for Kabylake display audio codec
4499
4500 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
4501 - cpufreq: powernv: Free 'chips' on module exit
4502 - cpufreq: powernv: Hot-plug safe the kworker thread
4503 - cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
4504 - cpufreq: powernv/tracing: Add powernv_throttle tracepoint
4505 - cpufreq: powernv: Replace pr_info with trace print for throttle event
4506 - SAUCE: (noup) cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
4507
4508 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
4509 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
4510
4511 * integer overflow in xt_alloc_table_info (LP: #1555353)
4512 - SAUCE: (noup) netfilter: x_tables: check for size overflow
4513
4514 * linux: auto-generate the reconstruct information from the git tag (LP: #1555543)
4515 - [Packaging] reconstruct -- automatically reconstruct against base tag
4516 - [Config] reconstruct -- update to autoreconstruct output
4517 - [Packaging] reconstruct -- update when inserting final changes
4518
4519 * Xenial update to v4.4.5 stable release (LP: #1555640)
4520 - use ->d_seq to get coherency between ->d_inode and ->d_flags
4521 - drivers: sh: Restore legacy clock domain on SuperH platforms
4522 - Btrfs: fix deadlock running delayed iputs at transaction commit time
4523 - btrfs: Fix no_space in write and rm loop
4524 - btrfs: async-thread: Fix a use-after-free error for trace
4525 - block: Initialize max_dev_sectors to 0
4526 - PCI: keystone: Fix MSI code that retrieves struct pcie_port pointer
4527 - parisc: Fix ptrace syscall number and return value modification
4528 - mips/kvm: fix ioctl error handling
4529 - kvm: x86: Update tsc multiplier on change.
4530 - fbcon: set a default value to blink interval
4531 - cifs: fix out-of-bounds access in lease parsing
4532 - CIFS: Fix SMB2+ interim response processing for read requests
4533 - Fix cifs_uniqueid_to_ino_t() function for s390x
4534 - vfio: fix ioctl error handling
4535 - KVM: x86: fix root cause for missed hardware breakpoints
4536 - arm/arm64: KVM: Fix ioctl error handling
4537 - iommu/amd: Apply workaround for ATS write permission check
4538 - iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered
4539 - iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path
4540 - target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors
4541 - drm/ast: Fix incorrect register check for DRAM width
4542 - drm/radeon/pm: update current crtc info after setting the powerstate
4543 - drm/amdgpu/pm: update current crtc info after setting the powerstate
4544 - drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as well
4545 - drm/amdgpu/gfx8: specify which engine to wait before vm flush
4546 - drm/amdgpu: return from atombios_dp_get_dpcd only when error
4547 - libata: fix HDIO_GET_32BIT ioctl
4548 - libata: Align ata_device's id on a cacheline
4549 - block: bio: introduce helpers to get the 1st and last bvec
4550 - writeback: flush inode cgroup wb switches instead of pinning super_block
4551 - Adding Intel Lewisburg device IDs for SATA
4552 - arm64: vmemmap: use virtual projection of linear region
4553 - PM / sleep / x86: Fix crash on graph trace through x86 suspend
4554 - ata: ahci: don't mark HotPlugCapable Ports as external/removable
4555 - tracing: Do not have 'comm' filter override event 'comm' field
4556 - pata-rb532-cf: get rid of the irq_to_gpio() call
4557 - Btrfs: fix loading of orphan roots leading to BUG_ON
4558 - Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
4559 - jffs2: Fix page lock / f->sem deadlock
4560 - Fix directory hardlinks from deleted directories
4561 - dmaengine: pxa_dma: fix cyclic transfers
4562 - adv7604: fix tx 5v detect regression
4563 - ALSA: usb-audio: Add a quirk for Plantronics DA45
4564 - ALSA: ctl: Fix ioctls for X32 ABI
4565 - ALSA: hda - Fix mic issues on Acer Aspire E1-472
4566 - ALSA: rawmidi: Fix ioctls X32 ABI
4567 - ALSA: timer: Fix ioctls for X32 ABI
4568 - ALSA: pcm: Fix ioctls for X32 ABI
4569 - ALSA: seq: oss: Don't drain at closing a client
4570 - ALSA: hdspm: Fix wrong boolean ctl value accesses
4571 - ALSA: hdsp: Fix wrong boolean ctl value accesses
4572 - ALSA: hdspm: Fix zero-division
4573 - ALSA: timer: Fix broken compat timer user status ioctl
4574 - usb: chipidea: otg: change workqueue ci_otg as freezable
4575 - USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder
4576 - USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)
4577 - USB: qcserial: add Sierra Wireless EM74xx device ID
4578 - USB: serial: option: add support for Telit LE922 PID 0x1045
4579 - USB: serial: option: add support for Quectel UC20
4580 - MIPS: scache: Fix scache init with invalid line size.
4581 - MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'
4582 - ubi: Fix out of bounds write in volume update code
4583 - i2c: brcmstb: allocate correct amount of memory for regmap
4584 - thermal: cpu_cooling: fix out of bounds access in time_in_idle
4585 - block: check virt boundary in bio_will_gap()
4586 - block: get the 1st and last bvec via helpers
4587 - drm/i915: more virtual south bridge detection
4588 - drm/i915: refine qemu south bridge detection
4589 - modules: fix longstanding /proc/kallsyms vs module insertion race.
4590 - drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stable
4591 - Linux 4.4.5
4592
4593 * QEMU: causes vCPU steal time overflow on live migration (LP: #1494350)
4594 - x86/mm: Fix slow_virt_to_phys() for X86_PAE again
4595
4596 * TPM2.0 trusted keys fixes (LP: #1398274)
4597 - tpm_tis: further simplify calculation of ordinal duration
4598 - tpm_tis: Use devm_free_irq not free_irq
4599 - tpm_tis: Ensure interrupts are disabled when the driver starts
4600 - tpm: rework tpm_get_timeouts()
4601 - tpm_tis: Get rid of the duplicate IRQ probing code
4602 - tpm_tis: Refactor the interrupt setup
4603 - tpm_tis: Tighten IRQ auto-probing
4604 - tpm_ibmvtpm: properly handle interrupted packet receptions
4605
4606 * linux: review all versioned depends/conflicts/replaces/breaks for validility (LP: #1555033)
4607 - [Config] control.stub.in -- review versioned Build-Depends:
4608 - [Config] control.stub.in -- review versioned
4609 Depends/Breaks/Conflicts/Replaces
4610 - [Config] flavour-control.stub -- review versioned Breaks/Conflicts/Replaces
4611 - [Config] x86 vars.* -- review versioned Breaks/Conflicts/Replaces
4612
4613 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Mar 2016 05:11:51 -0700
4614
4615 linux (4.4.0-12.28) xenial; urgency=low
4616
4617 * Miscellaneous Ubuntu changes
4618 - reconstruct: Work around orig tarball packaging limitiations
4619 Fixes FTBS
4620
4621 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Mar 2016 13:26:08 -0700
4622
4623 linux (4.4.0-12.27) xenial; urgency=low
4624
4625 [ Tim Gardner ]
4626
4627 * Release Tracking Bug
4628 - LP: #1554704
4629
4630 * Fails to detect (second) display (LP: #1543683)
4631 - drm/i915: Fix hpd live status bits for g4x
4632
4633 * s390x -- various configuration changes (LP: #1543165)
4634 - [Config] s390x -- enable CONFIG_NUMA
4635 - [Config] s390x -- disable CONFIG_NET_VENDOR_EMULEX
4636 - [Config] s390x -- disable CONFIG_NET_VENDOR_SYNOPSYS
4637 - [Config] s390x -- disable CONFIG_NVMEM
4638 - [Config] s390x -- switch preempt mode to none
4639
4640 * Radeon hybrid graphics problem on resume (LP: #1554608)
4641 - Revert "drm/radeon: call hpd_irq_event on resume"
4642
4643 * Pull in upstream AMD code (amdgpu) in Xenial (LP: #1546572)
4644 - [Config] CONFIG_DRM_AMD_POWERPLAY=y
4645 - drm/amdgpu: use $(src) in Makefile (v2)
4646 - drm/radeon: constify radeon_asic_ring structures
4647 - drm/amdgpu: add a callback for reading the bios from the rom directly
4648 - drm/amdgpu: add read_bios_from_rom callback for CI parts
4649 - drm/amdgpu: add read_bios_from_rom callback for VI parts
4650 - drm/amdgpu: Use new read bios from rom callback
4651 - drm/amdgpu: Use unlocked gem unreferencing
4652 - drm/radeon: Use unlocked gem unreferencing
4653 - drm/amd: add new gfx8 register definitions for EDC
4654 - drm/amdgpu: add EDC support for CZ (v3)
4655 - drm/amd: abstract kernel rq and normal rq to priority of run queue
4656 - drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3
4657 - drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP only
4658 - drm/amdgpu: update rev id register for VI
4659 - drm/amdgpu: add more debugging output for driver failures
4660 - drm/amdgpu: add entity only when first job come
4661 - drm/amdgpu: handle error case for ctx
4662 - drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobs
4663 - drm/amdgpu: change default sched jobs to 32
4664 - drm/amdgpu: limit visible vram if it's smaller than the BAR
4665 - drm/amdgpu: restrict the sched jobs number to power of two
4666 - drm/amdgpu: put VM page tables directly into duplicates list
4667 - drm/amdgpu: split VM PD and PT handling during CS
4668 - drm/amdgpu: keep the PTs validation list in the VM v2
4669 - drm/radeon: Update radeon_get_vblank_counter_kms()
4670 - drm/radeon: only increment sync_seq when a fence is really emitted
4671 - drm/fb-helper: Use proper plane mask for fb cleanup
4672 - drm/amdgpu: fix dp link rate selection (v2)
4673 - drm/radeon: fix dp link rate selection (v2)
4674 - drm/amdgpu: share struct amdgpu_pm_state_type with powerplay module
4675 - drm/amdgpu: mv some definition from amdgpu_acpi.c to amdgpu_acpi.h
4676 - drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.h
4677 - drm/amdgpu: implement new cgs interface for acpi function
4678 - drm/amdgpu: implement cgs interface to query system info
4679 - drm/amdgpu: add new cgs interface to get display info (v2)
4680 - drm/amd/powerplay: add basic powerplay framework
4681 - drm/amdgpu: disable legacy path of firmware check if powerplay is enabled
4682 - drm/amdgpu: export amd_powerplay_func to amdgpu and other ip block
4683 - drm/amd/powerplay: add SMU manager sub-component
4684 - drm/amd/powerplay: add hardware manager sub-component
4685 - SAUCE: amd: Include errno.h
4686 - drm/amd/powerplay: add Carrizo smu support
4687 - drm/amd/powerplay: add Carrizo dpm support
4688 - drm/amd/powerplay: add CG and PG support for carrizo
4689 - drm/amd/powerplay: add event manager sub-component
4690 - drm/amd/powerplay: implement functions of amd_powerplay_func
4691 - drm/amd/powerplay: Add ixSWRST_COMMAND_1 in bif_5_0_d.h
4692 - drm/amd/powerplay: Move smu7*.h from amdgpu to powerplay.
4693 - drm/amd/powerplay: add header file for tonga smu and dpm
4694 - drm/amd/powerplay: Add Tonga SMU support
4695 - drm/amd/powerplay: add Tonga dpm support (v3)
4696 - drm/amd/powerplay: add/update headers for Fiji SMU and DPM
4697 - drm/amd/powerplay: update atomctrl for fiji
4698 - drm/amd/powerplay: add Fiji SMU support.
4699 - drm/amd/powerplay: add Fiji DPM support.
4700 - drm/amdgpu: add amdgpu.powerplay module option
4701 - drm/amd/amdgpu: enable powerplay and smc firmware loading for Fiji.
4702 - drm/amdgpu/powerplay: add function point in hwmgr_funcs for program display gap
4703 - drm/amdgpu/poweprlay: export program display gap function to eventmgr
4704 - drm/amdgpu/powerplay: implement pem_task for display_configuration_change
4705 - drm/amdgpu/powerplay: program display gap for tonga.
4706 - drm/amdgpu: enable powerplay module by default for tonga.
4707 - drm/amdgpu: enable powerplay module by default for fiji.
4708 - drm/amdgpu/powerplay: add some definition for other ip block to update cg pg.
4709 - drm/amd/powerplay: add new function point in hwmgr_func for CG/PG.
4710 - drm/amd/powerplay: Add CG and PG support for tonga
4711 - drm/amdgpu/powerplay: add new function point in hwmgr_funcs for thermal control
4712 - drm/amdgpu/powerplay: mv ppinterrupt.h to inc folder to share with other submodule.
4713 - drm/amdgpu/powerplay: add thermal control interface in hwmgr.
4714 - drm/amdgpu/powerplay: enable thermal interrupt task in eventmgr.
4715 - drm/amdgpu/powerplay: implement thermal control for tonga.
4716 - drm/amdgpu/powerplay: implement fan control interface in amd_powerplay_funcs
4717 - drm/amdgpu: export fan control functions to amdgpu
4718 - drm/amdgpu: enable sysfs interface for powerplay
4719 - drm/amdgpu: support per device powerplay enablement (v2)
4720 - drm/amd/powerplay: add and export hwmgr interface to eventmgr to check hw states.
4721 - drm/amd/powerplay: implement new funcs to check current states for tonga.
4722 - drm/amd/powerplay: refine the logic of whether need to update power state.
4723 - drm/amd/powerplay/tonga: enable pcie and mclk forcing for low
4724 - drm/amd/powerplay/fiji: enable pcie and mclk forcing for low
4725 - drm/amdgpu: extract pcie helpers to common header
4726 - drm: add drm_pcie_get_max_link_width helper (v2)
4727 - drm/amdgpu: store pcie gen mask and link width
4728 - drm/amdgpu/cgs: add sys info query for pcie gen and link width
4729 - drm/amdgpu/powerplay/tonga: query supported pcie info from cgs (v2)
4730 - drm/amdgpu/powerplay/fiji: query supported pcie info from cgs (v2)
4731 - drm/amd/powerplay: fix boolreturn.cocci warnings
4732 - drm/amd/powerplay/tonga: Add UVD DPM init
4733 - drm/amd/amdgpu: add gfx clock gating support for Fiji.
4734 - drm/amd/amdgpu: add gmc clock gating support for Fiji.
4735 - drm/amdgpu: add sdma clock gating support for Fiji.
4736 - drm/amd/powerplay: add parts of system clock gating support for Fiji. (v2)
4737 - drm/amd/powerplay: enable clock gating for Fiji.
4738 - drm/amd/powerplay: add atomctrl function to calculate CZ sclk dividers
4739 - drm/amd/powerplay: implement smc state upload for CZ
4740 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
4741 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
4742 - drm/amd/powerplay: add new function point in hwmgr.
4743 - drm/amd/powerplay: add smc msg for NB P-State switch
4744 - drm/amd/powerplay: export interface to DAL to init/change display configuration.
4745 - drm/amd/powerplay: enable set_cpu_power_state task. (v2)
4746 - drm/amd/powerplay: enable/disable NB pstate feature for Carrizo.
4747 - drm/amd/powerplay: Add PPLib debug print macro.
4748 - drm/amdgpu: rename tonga_smumgr.h to tonga_smum.h
4749 - drm/amdgpu: rename fiji_smumgr.h to fiji_smum.h
4750 - drm/amd/powerplay: add multimedia power gating support for Fiji.
4751 - drm/amd/amdgpu: add uvd6.0 clock gating support. (v2)
4752 - drm/amd/amdgpu: add vce3.0 clock gating support. (v2)
4753 - drm/amd/amdgpu: enable uvd&vce clock gating for Fiji.
4754 - drm/amdgpu: Prepare DKMS build for powerplay module.
4755 - drm/amd/powerplay: add display configeration changed function in hwmgr for Fiji.
4756 - drm/amd/powerplay: Add thermal protection support for Fiji.
4757 - drm/amd/powerplay: Fix a bug in fan control setting default mode for Tonga and Fiji.
4758 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Tonga.
4759 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Fiji.
4760 - drm/amd/powerplay: fix boolreturn.cocci warnings
4761 - drm/amd/powerplay: fix bug that dpm funcs in debugfs/sysfs missing.
4762 - drm/amd/powerplay: check whether enable dpm in powerplay.
4763 - drm/amd/powerplay: move shared function of vi to hwmgr. (v2)
4764 - drm/amdgpu/powerplay: enable sysfs and debugfs interfaces late
4765 - drm/amd/powerplay: display gpu load when print performance for tonga.
4766 - drm/powerplay: add debugging output to tonga_processpptables.c
4767 - drm/powerplay: add debugging output to processpptables.c
4768 - drm/powerplay/hwmgr: log errors in tonga_hwmgr_backend_init
4769 - drm/amd/powerplay: Don't return an error if fan table is missing
4770 - amd\powerplay Implement get dal power level
4771 - amd/powerplay: Fix get dal power level
4772 - amd/powerplay: Add structures required to report configuration change
4773 - drm/amdgpu/powerplay: Program a calculated value as Deep Sleep clock.
4774 - drm/amd/powerplay: add point check to avoid NULL point hang.
4775 - drm/amd/powerplay: check whether need to enable thermal control. (v2)
4776 - drm/amd/powerplay: show gpu load when print gpu performance for Cz. (v2)
4777 - drm: powerplay: use div64_s64 instead of do_div
4778 - drm/amd/powerplay: fix a reversed condition
4779 - drm/amdgpu/cgs: cleanup some indenting
4780 - drm/amd/powerplay: precedence bug in init_non_clock_fields()
4781 - drm/amdgpu: fix NULL in vm_grab_id while S3 back
4782 - drm/amd/powerplay: fix bug that NULL checks are reversed.
4783 - drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)
4784 - drm/amd/powerplay: fix Smatch static checker warnings
4785 - drm/amd/powerplay: add powerplay valid check to avoid null point. (v2)
4786 - drm/amd/powerplay: Reload and initialize the smc firmware on powerplay resume.
4787 - drm/amdgpu: Show gpu load when display gpu performance for Ci.
4788 - drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI.
4789 - drm/amdgpu: fix hex/decimal bug when show gpu load.
4790 - drm/amd/powerplay: add thermal control task when resume.
4791 - drm/amd/powerplay: enable set boot state task
4792 - drm/amd/powerplay: enable power down asic task. (v2)
4793 - drm/amd/powerplay: implement power down asic task for CZ
4794 - drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2
4795 - drm/amdgpu/cgs: add an interface to access PCI resources
4796 - drm/amdgpu: add irq domain support
4797 - drm/amdgpu/powerplay: include asm/div64.h for do_div()
4798 - drm/sysfs: use kobj_to_dev()
4799 - drm/amd/powerplay: fix static checker warning for return meaningless value.
4800 - drm/amdgpu/cz: add code to enable forcing UVD clocks
4801 - drm/amdgpu/cz: add code to enable forcing VCE clocks
4802 - drm/amdgpu/cz: force uvd clocks when sclks are forced
4803 - drm/amdgpu/cz: force vce clocks when sclks are forced
4804 - drm/amdgpu: use kobj_to_dev()
4805 - drm/radeon: use kobj_to_dev()
4806 - drm/ttm: fix adding foreign BOs to the LRU during init v2
4807 - drm/ttm: fix adding foreign BOs to the swap LRU
4808 - drm/ttm: add ttm_bo_move_to_lru_tail function v2
4809 - drm/amdgpu: move VM page tables to the LRU end on CS v2
4810 - drm/amdgpu: validate duplicates first
4811 - drm/amdgpu: add missing irq.h include
4812 - drm/fb_cma_helper: Remove implicit call to disable_unused_functions
4813 - drm/amdgpu: Add some tweaks to gfx 8 soft reset
4814 - amdkfd: don't open-code memdup_user()
4815 - amdkfd: Copy from the proper user command pointer
4816 - drm/amdgpu: Use drm_calloc_large for VM page_tables array
4817 - amd/powerplay: disable powerplay by default initially
4818 - drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without powerplay support
4819 - drm/atomic-helper: Export framebuffer_changed()
4820 - drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2)
4821 - drm/amdgpu: add a message to indicate when powerplay is enabled (v2)
4822 - drm/amdgpu: fix next_rptr handling for debugfs
4823 - drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctl
4824 - drm/radeon: only init fbdev if we have connectors
4825 - drm/amdgpu: don't init fbdev if we don't have any connectors
4826 - drm/amd/powerplay: Update SMU firmware loading for Stoney
4827 - drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()
4828 - drm/amdkfd: Remove unnecessary cast in kfree
4829 - drm/amdgpu: only move pt bos in LRU list on success
4830 - drm/amdgpu: mask out WC from BO on unsupported arches
4831 - drm/amdgpu/gfx8: enable cp inst/reg error interrupts
4832 - drm/amdgpu/gfx7: enable cp inst/reg error interrupts
4833 - drm/amdgpu: load MEC ucode manually on iceland
4834 - drm/amdgpu: disable uvd and vce clockgating on Fiji
4835 - drm/amdgpu: add pcie cap module parameters (v2)
4836 - drm/amdgpu/cik: don't mess with aspm if gpu is root bus
4837 - drm/amdgpu/dpm/ci: switch over to the common pcie caps interface
4838 - drm/amdgpu: handle uvd pg flags properly
4839 - drm/amdgpu: handle vce pg flags properly
4840 - drm/amdgpu: clean up vce pg flags for cz/st
4841 - drm/amdgpu: be consistent with uvd cg flags
4842 - drm/amd/powerplay/cz: disable uvd pg
4843 - drm/amd/powerplay/cz: disable vce pg
4844 - drm/amd/powerplay/tonga: disable uvd pg
4845 - drm/amd/powerplay/tonga: disable vce pg
4846 - drm/amdgpu: add a cgs interface to fetch cg and pg flags
4847 - drm/amdgpu: remove unused cg defines
4848 - drma/dmgpu: move cg and pg flags into shared headers
4849 - drm/amdgpu/tonga: plumb pg flags through to powerplay
4850 - drm/amdgpu/cz: plumb pg flags through to powerplay
4851 - SAUCE: drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabled
4852
4853 * mlx4_core Set UAR page size to 4KB regardless of system page size (LP:
4854 #1552632)
4855 - net/mlx4_core: Set UAR page size to 4KB regardless of system page size
4856
4857 * Miscellaneous Ubuntu changes
4858 - [Config] CONFIG_CAVIUM_ERRATUM_27456=y
4859
4860 * Miscellaneous upstream changes
4861 - net: thunderx: Fix for Qset error due to CQ full
4862 - ahci: Workaround for ThunderX Errata#22536
4863 - arm64: Add workaround for Cavium erratum 27456
4864 - tipc: fix nullptr crash during subscription cancel
4865
4866 -- Tim Gardner <tim.gardner@canonical.com> Mon, 07 Mar 2016 05:04:22 -0700
4867
4868 linux (4.4.0-11.26) xenial; urgency=low
4869
4870 [ Tim Gardner ]
4871
4872 * Release Tracking Bug
4873 - LP: #1553391
4874
4875 * Xenial update to v4.4.4 stable release (LP: #1553179)
4876 - af_iucv: Validate socket address length in iucv_sock_bind()
4877 - gro: Make GRO aware of lightweight tunnels.
4878 - net: dp83640: Fix tx timestamp overflow handling.
4879 - tunnels: Allow IPv6 UDP checksums to be correctly controlled.
4880 - lwt: fix rx checksum setting for lwt devices tunneling over ipv6
4881 - tcp: fix NULL deref in tcp_v4_send_ack()
4882 - af_unix: fix struct pid memory leak
4883 - pptp: fix illegal memory access caused by multiple bind()s
4884 - sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
4885 - net: dsa: fix mv88e6xxx switches
4886 - tipc: fix connection abort during subscription cancel
4887 - inet: frag: Always orphan skbs inside ip_defrag()
4888 - switchdev: Require RTNL mutex to be held when sending FDB notifications
4889 - tcp: beware of alignments in tcp_get_info()
4890 - ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
4891 - ipv6/udp: use sticky pktinfo egress ifindex on connect()
4892 - ipv6: addrconf: Fix recursive spin lock call
4893 - ipv6: fix a lockdep splat
4894 - unix: correctly track in-flight fds in sending process user_struct
4895 - tcp: do not drop syn_recv on all icmp reports
4896 - net:Add sysctl_max_skb_frags
4897 - tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs
4898 - enic: increment devcmd2 result ring in case of timeout
4899 - sctp: translate network order to host order when users get a hmacid
4900 - net: Copy inner L3 and L4 headers as unaligned on GRE TEB
4901 - flow_dissector: Fix unaligned access in __skb_flow_dissector when used by
4902 eth_get_headlen
4903 - bpf: fix branch offset adjustment on backjumps after patching ctx expansion
4904 - bonding: Fix ARP monitor validation
4905 - ipv4: fix memory leaks in ip_cmsg_send() callers
4906 - af_unix: Don't set err in unix_stream_read_generic unless there was an error
4907 - af_unix: Guard against other == sk in unix_dgram_sendmsg
4908 - tipc: fix premature addition of node to lookup table
4909 - tcp: md5: release request socket instead of listener
4910 - qmi_wwan: add "4G LTE usb-modem U901"
4911 - net/mlx4_en: Count HW buffer overrun only once
4912 - net/mlx4_en: Avoid changing dev->features directly in run-time
4913 - l2tp: Fix error creating L2TP tunnels
4914 - pppoe: fix reference counting in PPPoE proxy
4915 - net_sched fix: reclassification needs to consider ether protocol changes
4916 - route: check and remove route cache when we get route
4917 - tcp/dccp: fix another race at listener dismantle
4918 - IFF_NO_QUEUE: Fix for drivers not calling ether_setup()
4919 - rtnl: RTM_GETNETCONF: fix wrong return value
4920 - tipc: unlock in error path
4921 - unix_diag: fix incorrect sign extension in unix_lookup_by_ino
4922 - sctp: Fix port hash table size computation
4923 - ext4: fix bh->b_state corruption
4924 - ARM: debug-ll: fix BCM63xx entry for multiplatform
4925 - arm64: errata: Add -mpc-relative-literal-loads to build flags
4926 - KVM: s390: fix guest fprs memory leak
4927 - devm_memremap: Fix error value when memremap failed
4928 - drm/gma500: Use correct unref in the gem bo create function
4929 - ARM: 8457/1: psci-smp is built only for SMP
4930 - lib/ucs2_string: Add ucs2 -> utf8 helper functions
4931 - efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
4932 - efi: Do variable name validation tests in utf8
4933 - efi: Make our variable validation list include the guid
4934 - efi: Make efivarfs entries immutable by default
4935 - efi: Add pstore variables to the deletion whitelist
4936 - lib/ucs2_string: Correct ucs2 -> utf8 conversion
4937 - bcache: fix a livelock when we cause a huge number of cache misses
4938 - bcache: Add a cond_resched() call to gc
4939 - bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
4940 - bcache: fix a leak in bch_cached_dev_run()
4941 - bcache: unregister reboot notifier if bcache fails to unregister device
4942 - bcache: allows use of register in udev to avoid "device_busy" error.
4943 - bcache: Change refill_dirty() to always scan entire disk if necessary
4944 - dm thin: fix race condition when destroying thin pool workqueue
4945 - can: ems_usb: Fix possible tx overflow
4946 - usb: dwc3: Fix assignment of EP transfer resources
4947 - USB: cp210x: add IDs for GE B650V3 and B850V3 boards
4948 - USB: option: add support for SIM7100E
4949 - USB: option: add "4G LTE usb-modem U901"
4950 - drivers: android: correct the size of struct binder_uintptr_t for
4951 BC_DEAD_BINDER_DONE
4952 - spi: omap2-mcspi: Prevent duplicate gpio_request
4953 - iw_cxgb3: Fix incorrectly returning error on success
4954 - drm/i915: shut up gen8+ SDE irq dmesg noise
4955 - ocfs2: unlock inode if deleting inode from orphan fails
4956 - mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
4957 - mm: numa: quickly fail allocations for NUMA balancing on full nodes
4958 - genirq: Validate action before dereferencing it in handle_irq_event_percpu()
4959 - clocksource/drivers/vt8500: Increase the minimum delta
4960 - s390/kvm: remove dependency on struct save_area definition
4961 - KVM: s390: fix memory overwrites when vx is disabled
4962 - Btrfs: add missing brelse when superblock checksum fails
4963 - Btrfs: igrab inode in writepage
4964 - btrfs: statfs: report zero available if metadata are exhausted
4965 - Btrfs: send, don't BUG_ON() when an empty symlink is found
4966 - Btrfs: fix number of transaction units required to create symlink
4967 - Btrfs: fix transaction handle leak on failure to create hard link
4968 - Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and
4969 subvolume roots
4970 - btrfs: initialize the seq counter in struct btrfs_device
4971 - s390: fix normalization bug in exception table sorting
4972 - s390/dasd: prevent incorrect length error under z/VM after PAV changes
4973 - s390/dasd: fix refcount for PAV reassignment
4974 - s390/dasd: fix performance drop
4975 - uml: flush stdout before forking
4976 - uml: fix hostfs mknod()
4977 - um: link with -lpthread
4978 - locks: fix unlock when fcntl_setlk races with a close
4979 - rtlwifi: rtl_pci: Fix kernel panic
4980 - rtlwifi: rtl8192cu: Add missing parameter setup
4981 - rtlwifi: rtl8192ce: Fix handling of module parameters
4982 - rtlwifi: rtl8192de: Fix incorrect module parameter descriptions
4983 - rtlwifi: rtl8723ae: Fix initialization of module parameters
4984 - rtlwifi: rtl8192se: Fix module parameter initialization
4985 - rtlwifi: rtl8188ee: Fix module parameter initialization
4986 - rtlwifi: rtl8723be: Fix module parameter initialization
4987 - mei: fix fasync return value on error
4988 - mei: validate request value in client notify request ioctl
4989 - namei: ->d_inode of a pinned dentry is stable only for positives
4990 - rc: sunxi-cir: Initialize the spinlock properly
4991 - media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode
4992 - si2157: return -EINVAL if firmware blob is too big
4993 - gspca: ov534/topro: prevent a division by 0
4994 - vb2: fix a regression in poll() behavior for output,streams
4995 - tda1004x: only update the frontend properties if locked
4996 - dm space map metadata: remove unused variable in brb_pop()
4997 - dm snapshot: fix hung bios when copy error occurs
4998 - dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
4999 - coresight: checking for NULL string in coresight_name_match()
5000 - irqchip/omap-intc: Add support for spurious irq handling
5001 - irqchip/mxs: Add missing set_handle_irq()
5002 - irqchip/atmel-aic: Fix wrong bit operation for IRQ priority
5003 - irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1
5004 - posix-clock: Fix return code on the poll method's error path
5005 - clockevents/tcb_clksrc: Prevent disabling an already disabled clock
5006 - mmc: usdhi6rol0: handle NULL data in timeout
5007 - mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
5008 - mmc: sdio: Fix invalid vdd in voltage switch power cycle
5009 - mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400
5010 - mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
5011 - mmc: core: Enable tuning according to the actual timing
5012 - mmc: mmci: fix an ages old detection error
5013 - mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL
5014 - mmc: pxamci: fix again read-only gpio detection polarity
5015 - mmc: sdhci-pci: Fix card detect race for Intel BXT/APL
5016 - mmc: sdhci: Allow override of mmc host operations
5017 - mmc: sdhci: Allow override of get_cd() called from sdhci_request()
5018 - Bluetooth: Use continuous scanning when creating LE connections
5019 - Bluetooth: Add support of Toshiba Broadcom based devices
5020 - Bluetooth: Fix incorrect removing of IRKs
5021 - Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences
5022 - Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets
5023 - time: Avoid signed overflow in timekeeping_get_ns()
5024 - cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
5025 - Revert "MIPS: Fix PAGE_MASK definition"
5026 - MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handler
5027 - MIPS: hpet: Choose a safe value for the ETIME check
5028 - MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
5029 - MIPS: Fix buffer overflow in syscall_get_arguments()
5030 - EDAC: Robustify workqueues destruction
5031 - EDAC, mc_sysfs: Fix freeing bus' name
5032 - sparc64: fix incorrect sign extension in sys_sparc64_personality
5033 - clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs
5034 - regulator: axp20x: Fix GPIO LDO enable value for AXP22x
5035 - regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
5036 - virtio_balloon: fix race by fill and leak
5037 - virtio_balloon: fix race between migration and ballooning
5038 - virtio_pci: fix use after free on release
5039 - drm/vmwgfx: Fix an incorrect lock check
5040 - drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
5041 - drm/vmwgfx: respect 'nomodeset'
5042 - drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_map
5043 - drm/amdgpu: call hpd_irq_event on resume
5044 - drm/amdgpu: fix lost sync_to if scheduler is enabled.
5045 - drm/amdgpu: fix tonga smu resume
5046 - drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2
5047 - drm/amdgpu: no need to load MC firmware on fiji
5048 - drm/amdgpu: move gmc7 support out of CIK dependency
5049 - drm/amdgpu: iceland use CI based MC IP
5050 - drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above
5051 - drm/amdgpu: pull topaz gmc bits into gmc_v7
5052 - drm/amdgpu: drop topaz support from gmc8 module
5053 - drm/amdgpu: don't load MEC2 on topaz
5054 - drm/amdgpu: remove exp hardware support from iceland
5055 - drm/amdgpu: fix s4 resume
5056 - drm/amdgpu: remove unnecessary forward declaration
5057 - drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
5058 - drm/amdgpu: fix issue with overlapping userptrs
5059 - drm/amdgpu: use post-decrement in error handling
5060 - drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.
5061 - drm/amdgpu/pm: adjust display configuration after powerstate
5062 - drm/nouveau/kms: take mode_config mutex in connector hotplug path
5063 - drm/nouveau/display: Enable vblank irqs after display engine is on again.
5064 - drm/nouveau/disp/dp: ensure sink is powered up before attempting link
5065 training
5066 - drm/nouveau: platform: Fix deferred probe
5067 - drm/dp/mst: process broadcast messages correctly
5068 - drm/dp/mst: always send reply for UP request
5069 - drm/dp/mst: fix in MSTB RAD initialization
5070 - drm/dp/mst: fix in RAD element access
5071 - drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil
5072 - drm/dp/mst: Calculate MST PBN with 31.32 fixed point
5073 - drm/dp/mst: move GUID storage from mgr, port to only mst branch
5074 - drm/dp/mst: Reverse order of MST enable and clearing VC payload table.
5075 - drm/dp/mst: deallocate payload on port destruction
5076 - drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr
5077 - drm/radeon: call hpd_irq_event on resume
5078 - drm/radeon: Fix "slow" audio over DP on DCE8+
5079 - drm/radeon: clean up fujitsu quirks
5080 - drm/radeon: properly byte swap vce firmware setup
5081 - drm/radeon: cleaned up VCO output settings for DP audio
5082 - drm/radeon: Add a common function for DFS handling
5083 - drm/radeon: fix DP audio support for APU with DCE4.1 display engine
5084 - drm: add helper to check for wc memory support
5085 - drm/radeon: mask out WC from BO on unsupported arches
5086 - drm/radeon: hold reference to fences in radeon_sa_bo_new
5087 - drm: fix missing reference counting decrease
5088 - drm/i915: Restore inhibiting the load of the default context
5089 - drm/i915: intel_hpd_init(): Fix suspend/resume reprobing
5090 - drm/i915: Init power domains early in driver load
5091 - drm/i915: Make sure DC writes are coherent on flush.
5092 - drm/i915/dp: fall back to 18 bpp when sink capability is unknown
5093 - drm/i915: Don't reject primary plane windowing with color keying enabled on
5094 SKL+
5095 - drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()
5096 - drm/i915/dsi: defend gpio table against out of bounds access
5097 - drm/i915/dsi: don't pass arbitrary data to sideband
5098 - drm/i915: fix error path in intel_setup_gmbus()
5099 - drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command
5100 - drm/radeon: use post-decrement in error handling
5101 - drm: No-Op redundant calls to drm_vblank_off() (v2)
5102 - drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)
5103 - drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
5104 - drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)
5105 - drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)
5106 - drm/radeon/pm: adjust display configuration after powerstate
5107 - make sure that freeing shmem fast symlinks is RCU-delayed
5108 - toshiba_acpi: Fix blank screen at boot if transflective backlight is
5109 supported
5110 - ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list
5111 - ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list
5112 - uapi: update install list after nvme.h rename
5113 - lib: sw842: select crc32
5114 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege
5115 R700
5116 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite
5117 R830
5118 - ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"
5119 - ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()
5120 - nfit: fix multi-interface dimm handling, acpi6.1 compatibility
5121 - dmaengine: dw: fix cyclic transfer setup
5122 - dmaengine: dw: fix cyclic transfer callbacks
5123 - dmaengine: at_xdmac: fix resume for cyclic transfers
5124 - dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer
5125 - IB/cm: Fix a recently introduced deadlock
5126 - IB/qib: fix mcast detach when qp not attached
5127 - IB/qib: Support creating qps with GFP_NOIO flag
5128 - IB/mlx5: Expose correct maximum number of CQE capacity
5129 - Thermal: initialize thermal zone device correctly
5130 - Thermal: handle thermal zone device properly during system sleep
5131 - Thermal: do thermal zone update after a cooling device registered
5132 - hwmon: (dell-smm) Blacklist Dell Studio XPS 8000
5133 - hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook
5134 - hwmon: (ads1015) Handle negative conversion values correctly
5135 - cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
5136 - cpufreq: Fix NULL reference crash while accessing policy->governor_data
5137 - seccomp: always propagate NO_NEW_PRIVS on tsync
5138 - libceph: fix ceph_msg_revoke()
5139 - libceph: don't bail early from try_read() when skipping a message
5140 - libceph: use the right footer size when skipping a message
5141 - libceph: don't spam dmesg with stray reply warnings
5142 - sd: Optimal I/O size is in bytes, not sectors
5143 - Staging: speakup: Fix getting port information
5144 - Revert "Staging: panel: usleep_range is preferred over udelay"
5145 - cdc-acm:exclude Samsung phone 04e8:685d
5146 - perf stat: Do not clean event's private stats
5147 - tick/nohz: Set the correct expiry when switching to nohz/lowres mode
5148 - rfkill: fix rfkill_fop_read wait_event usage
5149 - mac80211: Requeue work after scan complete for all VIF types.
5150 - workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup
5151 - Revert "workqueue: make sure delayed work run in local cpu"
5152 - ALSA: hda - Apply clock gate workaround to Skylake, too
5153 - ALSA: hda - Fixing background noise on Dell Inspiron 3162
5154 - target: Fix LUN_RESET active I/O handling for ACK_KREF
5155 - target: Fix LUN_RESET active TMR descriptor handling
5156 - target: Fix TAS handling for multi-session se_node_acls
5157 - target: Fix remote-port TMR ABORT + se_cmd fabric stop
5158 - target: Fix race with SCF_SEND_DELAYED_TAS handling
5159 - spi: atmel: fix gpio chip-select in case of non-DT platform
5160 - libata: fix sff host state machine locking while polling
5161 - ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2
5162 - ARCv2: SMP: Emulate IPI to self using software triggered interrupt
5163 - PCI/AER: Flush workqueue on device remove to avoid use-after-free
5164 - cpuset: make mm migration asynchronous
5165 - cgroup: make sure a parent css isn't offlined before its children
5166 - writeback: keep superblock pinned during cgroup writeback association
5167 switches
5168 - phy: core: fix wrong err handle for phy_power_on
5169 - i2c: i801: Adding Intel Lewisburg support for iTCO
5170 - bio: return EINTR if copying to user space got interrupted
5171 - block: fix use-after-free in dio_bio_complete
5172 - nfs: fix nfs_size_to_loff_t
5173 - NFSv4: Fix a dentry leak on alias use
5174 - of/irq: Fix msi-map calculation for nonzero rid-base
5175 - KVM: async_pf: do not warn on page allocation failures
5176 - KVM: arm/arm64: vgic: Ensure bitmaps are long enough
5177 - KVM: x86: fix missed hardware breakpoints
5178 - KVM: x86: MMU: fix ubsan index-out-of-range warning
5179 - powerpc/eeh: Fix partial hotplug criterion
5180 - tracing: Fix showing function event in available_events
5181 - sunrpc/cache: fix off-by-one in qword_get()
5182 - kernel/resource.c: fix muxed resource handling in __request_region()
5183 - do_last(): don't let a bogus return value from ->open() et.al. to confuse us
5184 - ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruption
5185 - ARM: at91/dt: fix typo in sama5d2 pinmux descriptions
5186 - xen/arm: correctly handle DMA mapping of compound pages
5187 - xen/scsiback: correct frontend counting
5188 - xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
5189 - xen/pciback: Save the number of MSI-X entries to be copied later.
5190 - xen/pcifront: Fix mysterious crashes when NUMA locality information was
5191 extracted.
5192 - should_follow_link(): validate ->d_seq after having decided to follow
5193 - do_last(): ELOOP failure exit should be done after leaving RCU mode
5194 - hpfs: don't truncate the file when delete fails
5195 - x86/irq: Call chip->irq_set_affinity in proper context
5196 - x86/irq: Fix a race in x86_vector_free_irqs()
5197 - x86/irq: Validate that irq descriptor is still active
5198 - x86/irq: Do not use apic_chip_data.old_domain as temporary buffer
5199 - x86/irq: Reorganize the return path in assign_irq_vector
5200 - x86/irq: Reorganize the search in assign_irq_vector
5201 - x86/irq: Check vector allocation early
5202 - x86/irq: Copy vectormask instead of an AND operation
5203 - x86/irq: Get rid of code duplication
5204 - x86/irq: Remove offline cpus from vector cleanup
5205 - x86/irq: Clear move_in_progress before sending cleanup IPI
5206 - x86/irq: Remove the cpumask allocation from send_cleanup_vector()
5207 - x86/irq: Remove outgoing CPU from vector cleanup mask
5208 - x86/irq: Call irq_force_move_complete with irq descriptor
5209 - x86/irq: Plug vector cleanup race
5210 - IB/cma: Fix RDMA port validation for iWarp
5211 - iwlwifi: dvm: fix WoWLAN
5212 - iwlwifi: pcie: properly configure the debug buffer size for 8000
5213 - iwlwifi: update and fix 7265 series PCI IDs
5214 - iwlwifi: mvm: don't allow sched scans without matches to be started
5215 - Revert "UBUNTU: SAUCE: bcache: prevent crash on changing writeback_running"
5216 - bcache: prevent crash on changing writeback_running
5217 - Linux 4.4.4
5218
5219 * mlx4_en didn't choose time-stamping shift value according to HW frequency
5220 (LP: #1552627)
5221 - net/mlx4_en: Choose time-stamping shift value according to HW frequency
5222
5223 * [Ubuntu 16.04] Help to flush kernel panics to console (LP: #1552332)
5224 - target/transport: add flag to indicate CPU Affinity is observed
5225 - powerpc/powernv: Add a kmsg_dumper that flushes console output on panic
5226 - powerpc/powernv: Fix OPAL_CONSOLE_FLUSH prototype and usages
5227
5228 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
5229 - qla2xxx: Fix warning reported by static checker
5230 - qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCM
5231 - qla2xxx: Fix stale pointer access.
5232 - qla2xxx: Use ATIO type to send correct tmr response
5233 - qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU Affinity
5234
5235 * [s390x] zfcp.ko missing from scsi-modules udeb (LP: #1552314)
5236 - [Config] Add s390x zfcp to scsi-modules udeb
5237
5238 -- Tim Gardner <tim.gardner@canonical.com> Wed, 02 Mar 2016 08:08:16 -0700
5239
5240 linux (4.4.0-10.25) xenial; urgency=low
5241
5242 [ Tim Gardner ]
5243
5244 * Release Tracking Bug
5245 - LP: #1552247
5246
5247 * linux: 4.4.0-9.X fails yama ptrace restrictions tests (LP: #1551894)
5248 - security: let security modules use PTRACE_MODE_* with bitmasks
5249
5250 * [wily][regression] systemtap script compilation broken by new kernels (LP: #1545330)
5251 - SAUCE: (noup) locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h
5252
5253 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
5254 - mmc: sdhci: 64-bit DMA actually has 4-byte alignment
5255 - mmc: sdhci: Fix DMA descriptor with zero data length
5256
5257 * Miscellaneous Ubuntu changes
5258 - SAUCE: (noup) cgroup: fix and restructure error handling in copy_cgroup_ns()
5259
5260 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Feb 2016 13:04:14 -0700
5261
5262 linux (4.4.0-9.24) xenial; urgency=low
5263
5264 [ Tim Gardner ]
5265
5266 * Release Tracking Bug
5267 - LP: #1551319
5268
5269 * AppArmor logs denial for when the device path is ENOENT (LP: #1482943)
5270 - SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails
5271
5272 * BUG: unable to handle kernel NULL pointer dereference (aa_label_merge) (LP:
5273 #1448912)
5274 - SAUCE: apparmor: Fix: insert race between label_update and label_merge
5275 - SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the
5276 replacedby is not setup
5277 - SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale
5278 - SAUCE: apparmor: Fix: refcount race between locating in labelset and get
5279 - SAUCE: apparmor: Fix: ensure new labels resulting from merge have a
5280 replacedby
5281 - SAUCE: apparmor: Fix: label_vec_merge insertion
5282 - SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain
5283 - SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on
5284 merge path
5285 - SAUCE: apparmor: Fix: convert replacedby update to be protected by the
5286 labelset lock
5287 - SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter
5288
5289 * apparmor kernel BUG kills firefox (LP: #1430546)
5290 - SAUCE: apparmor: Disallow update of cred when then subjective != the
5291 objective cred
5292 - SAUCE: apparmor: rework retrieval of the current label in the profile update
5293 case
5294
5295 * sleep from invalid context in aa_move_mount (LP: #1539349)
5296 - SAUCE: apparmor: fix sleep from invalid context
5297
5298 * s390x: correct restore of high gprs on signal return (LP: #1550468)
5299 - s390/compat: correct restore of high gprs on signal return
5300
5301 * missing SMAP support (LP: #1550517)
5302 - x86/entry/compat: Add missing CLAC to entry_INT80_32
5303
5304 * Floating-point exception handler receives empty Data-Exception Code in
5305 Floating Point Control register (LP: #1548414)
5306 - s390/fpu: signals vs. floating point control register
5307
5308 * kvm fails to boot GNU Hurd kernels with 4.4 Xenial kernel (LP: #1550596)
5309 - KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
5310
5311 * Surelock GA2 SP1: capiredp01: cxl_init_adapter fails for CAPI devices
5312 0000:01:00.0 and 0005:01:00.0 after upgrading to 840.10 Platform firmware
5313 build fips840/b1208b_1604.840 (LP: #1532914)
5314 - cxl: Fix PSL timebase synchronization detection
5315
5316 * [Feature]EDAC support for Knights Landing (LP: #1519631)
5317 - EDAC, sb_edac: Set fixed DIMM width on Xeon Knights Landing
5318
5319 * Various failures of kernel_security suite on Xenial kernel on s390x arch
5320 (LP: #1531327)
5321 - [config] s390x -- CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
5322
5323 * Unable to install VirtualBox Guest Service in 15.04 (LP: #1434579)
5324 - [Config] Provides: virtualbox-guest-modules when appropriate
5325
5326 * linux is missing provides for virtualbox-guest-modules [i386 amd64 x32] (LP:
5327 #1507588)
5328 - [Config] Provides: virtualbox-guest-modules when appropriate
5329
5330 * Backport more recent driver for SKL, KBL and BXT graphics (LP: #1540390)
5331 - SAUCE: i915_bpo: Provide a backport driver for SKL, KBL & BXT graphics
5332 - SAUCE: i915_bpo: Update intel_ips.h file location
5333 - SAUCE: i915_bpo: Rename the backport driver to i915_bpo
5334 - SAUCE: i915_bpo: Add i915_bpo_*() calls for ubuntu/i915
5335 - drm/i915: remove an extra level of indirection in PCI ID list
5336 - drm/i915/kbl: Add Kabylake PCI ID
5337 - drm/i915/kbl: Add Kabylake GT4 PCI ID
5338 - mm: Export nr_swap_pages
5339 - async: export current_is_async()
5340 - drm: fix potential dangling else problems in for_each_ macros
5341 - dp/mst: add SDP stream support
5342 - drm: Implement drm_modeset_lock_all_ctx()
5343 - drm: Add "prefix" parameter to drm_rect_debug_print()
5344 - drm/i915: Set connector_state->connector using the helper.
5345 - drm/atomic: add connector mask to drm_crtc_state.
5346 - drm/i915: Report context GTT size
5347 - drm/i915: Add get_eld audio component
5348 - SAUCE: Backport I915_PARAM_HAS_EXEC_SOFTPIN and EXEC_OBJECT_PINNED
5349 - SAUCE: i915_bpo: Revert passing plane/encoder name
5350 - SAUCE: sound/hda: Load i915_bpo from the hda driver on SKL/KBL/BXT
5351 - SAUCE: i915_bpo: Support only SKL, KBL and BXT with the backport driver
5352 - drm/i915/bxt: update list of PCIIDs
5353 - drm/i915/skl: Add missing SKL ids
5354 - SAUCE: i915_bpo: Revert "drm/i915: Defer probe if gmux is present but its
5355 driver isn't"
5356 - SAUCE: uapi/drm/i915: Backport I915_EXEC_BSD_MASK
5357 - drm/atomic: Do not unset crtc when an encoder is stolen
5358 - drm/i915: Update connector_mask during readout, v2.
5359 - drm/atomic: Add encoder_mask to crtc_state, v3.
5360 - SAUCE: drm/core: Add drm_encoder_index.
5361 - SAUCE: i915_bpo: Revert "drm/i915: Switch DDC when reading the EDID"
5362 - i915_bpo: [Config] Enable CONFIG_DRM_I915_BPO=m
5363
5364 * arm64: guest hangs when ntpd is running (LP: #1549494)
5365 - hrtimer: Add support for CLOCK_MONOTONIC_RAW
5366 - hrtimer: Catch illegal clockids
5367 - KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW
5368
5369 * Miscellaneous Ubuntu changes
5370 - [Debian] git-ubuntu-log -- wrap long bug and commit titles
5371 - [Config] CONFIG_ARM_SMMU=y on arm64
5372 - rebase to v4.4.3
5373 - [Debian] git-ubuntu-log -- ensure we get the last commit
5374 - [Config] fix up spelling of probably again
5375 - [Debian] perf -- build in the context of the full generated local headers
5376 - SAUCE: tools: lib/bpf -- add generated headers to search path
5377 - SAUCE: proc: Always set super block owner to init_user_ns
5378 - SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()
5379 - SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns
5380 - SAUCE: apparmor: debug: POISON label and replaceby pointer on free
5381 - SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use
5382 needs locking
5383 - SAUCE: apparmor: Fix: refcount leak in aa_label_merge
5384 - SAUCE: apparmor: ensure that repacedby sharing is done correctly
5385 - SAUCE: apparmor Fix: refcount bug in pivotroot mediation
5386 - SAUCE: apparmor: Fix: now that insert can force replacement use it instead
5387 of remove_and_insert
5388 - SAUCE: apparmor: Fix: refcount bug when inserting label update that
5389 transitions ns
5390 - SAUCE: apparmor: Fix: break circular refcount for label that is directly
5391 freed.
5392 - SAUCE: apparmor: Don't remove label on rcu callback if the label has already
5393 been removed
5394 - SAUCE: apparmor: Fix: query label file permission
5395 - SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read
5396 - SAUCE: fixup: cleanup return handling of labels
5397 - SAUCE: fix: replacedby forwarding is not being properly update when ns is
5398 destroyed
5399 - SAUCE: fixup: make __share_replacedby private to get rid of build warning
5400 - SAUCE: fixup: 20/23 locking issue around in __label_update
5401 - SAUCE: fixup: get rid of unused var build warning
5402 - SAUCE: fixup: cast poison values to remove warnings
5403 - SAUCE: apparmor: fix refcount race when finding a child profile
5404 - SAUCE: fixup: warning about aa_label_vec_find_or_create not being static
5405 - SAUCE: fix: audit "no_new_privs" case for exec failure
5406 - SAUCE: Fixup: __label_update() still doesn't handle some cases correctly.
5407 - SAUCE: Move replacedby allocation into label_alloc
5408 - [Debian] supply zfs dkms Provides: based on do_zfs
5409 - [Config] supply zfs dkms Provides: based on do_zfs
5410 - [Config] drop linux-image-3.0 provides
5411
5412 * Miscellaneous upstream changes
5413 - x86/mpx: Fix off-by-one comparison with nr_registers
5414
5415 [ Upstream Kernel Changes ]
5416
5417 * rebase to v4.4.3
5418
5419 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Feb 2016 19:47:55 -0700
5420
5421 linux (4.4.0-8.23) xenial; urgency=low
5422
5423 * cgroup namespace mounts broken in containers (LP: #1549398)
5424 - SAUCE: kernfs: Always set super block owner to init_user_ns
5425
5426 * 4.4.0-7.22 no longer boots on arm64 (LP: #1547718)
5427 - arm64: mm: avoid calling apply_to_page_range on empty range
5428 - UBUNTU SAUCE: arm: mm: avoid calling apply_to_page_range on empty range
5429
5430 * kernel install failed /bin/cp: cannot stat ‘/boot/initrd.img-4.3.0-7-generic’: No such file or directory (LP: #1536810)
5431 - [Config] postinst -- handle recreating symlinks when a real file is present
5432
5433 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
5434 - SAUCE: cred: Add clone_cred() interface
5435 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
5436 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
5437 - SAUCE: overlayfs: Be more careful about copying up sxid files
5438 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
5439
5440 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped (LP: #1535150)
5441 - SAUCE: cred: Add clone_cred() interface
5442 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
5443 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
5444 - SAUCE: overlayfs: Be more careful about copying up sxid files
5445 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
5446
5447 * overlay: mkdir fails if directory exists in lowerdir in a user namespace (LP: #1531747)
5448 - SAUCE: cred: Add clone_cred() interface
5449 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
5450 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
5451
5452 * Update Intel ethernet drivers to Fortville SW5 (LP: #1547674)
5453 - net: bulk free infrastructure for NAPI context, use napi_consume_skb
5454 - net: Add eth_platform_get_mac_address() helper.
5455 - i40e: Add mac_filter_element at the end of the list instead of HEAD
5456 - i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtool
5457 - i40e: Replace X722 mac check in ethtool get_settings
5458 - i40evf: allow channel bonding of VFs
5459 - i40e: define function capabilities in only one place
5460 - i40evf: null out ring pointers on free
5461 - i40e: Cleanup the code with respect to restarting autoneg
5462 - i40e: update features with right offload
5463 - i40e: bump version to 1.4.10
5464 - i40e: add new device IDs for X722
5465 - i40e: Extend ethtool RSS hooks for X722
5466 - i40e/i40evf: Fix for UDP/TCP RSS for X722
5467 - i40evf: add new write-back mode
5468 - i40e/i40evf: Use private workqueue
5469 - i40e: add new proxy-wol bit for X722
5470 - i40e: Limit DCB FW version checks to X710/XL710 devices
5471 - i40e: AQ Add Run PHY Activity struct
5472 - i40e: AQ Geneve cloud tunnel type
5473 - i40e: AQ Add external power class to get link status
5474 - i40e: add 100Mb ethtool reporting
5475 - ixgbe: bulk free SKBs during TX completion cleanup cycle
5476 - igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()
5477 - igb: Unpair the queues when changing the number of queues
5478 - igb/igbvf: don't give up
5479 - igb: clean up code for setting MAC address
5480 - igb: Refactor VFTA configuration
5481 - igb: Allow asymmetric configuration of MTU versus Rx frame size
5482 - igb: Do not factor VLANs into RLPML calculation
5483 - igb: Always enable VLAN 0 even if 8021q is not loaded
5484 - igb: Merge VLVF configuration into igb_vfta_set
5485 - igb: Clean-up configuration of VF port VLANs
5486 - igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE
5487 - igb: Drop unnecessary checks in transmit path
5488 - igb: Enable use of "bridge fdb add" to set unicast table entries
5489 - igb: Add workaround for VLAN tag stripping on 82576
5490 - i40e: AQ Shared resource flags
5491 - i40e: AQ Add set_switch_config
5492 - i40e: AQ Add VXLAN-GPE tunnel type
5493 - i40e: AQ thermal sensor control struct
5494 - i40e: Bump AQ minor version to 1.5 for new FW features
5495 - i40e: Store lan_vsi_idx and lan_vsi_id in the right size
5496 - i40e: fix write-back-on-itr to work with legacy itr
5497 - i40e: add counter for arq overflows
5498 - i40e: add 20G speed for Tx bandwidth calculations
5499 - i40e: refactor DCB function
5500 - i40e: add a little more to an NVM update debug message
5501 - i40evf: enable bus master after reset
5502 - i40e: add netdev info to VSI dump
5503 - i40e: remove VF device IDs from PF
5504 - i40e: trivial: remove unnecessary local var
5505 - i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7
5506 - net: ixgbe: add minimal parser details for ixgbe
5507 - i40e: trivial: drop duplicate definition
5508 - i40e: trivial: fix missing space
5509 - i40e: fix bug in dma sync
5510 - i40e: do TSO only if CHECKSUM_PARTIAL is set
5511 - i40e: allocate memory safer
5512 - i40e: fix: do not sleep in netdev_ops
5513 - i40e: APIs to Add/remove port mirroring rules
5514 - i40e: negate PHY int mask bits
5515 - i40e: drop unused function
5516 - i40e: count allocation errors
5517 - i40e: avoid large memcpy by assigning struct
5518 - i40e/i40evf: bump version to 1.4.12/1.4.8
5519 - i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devices
5520 - i40e: add priv flag for automatic rule eviction
5521 - i40e: use eth_platform_get_mac_address()
5522 - i40e: move sync_vsi_filters up in service_task
5523 - i40e: Make the DCB firmware checks for X710/XL710 only
5524 - i40e: set shared bit for multicast filters
5525 - i40e: add VEB stat control and remove L2 cloud filter
5526 - i40e: use new add_veb calling with VEB stats control
5527 - i40e: Refactor force_wb and WB_ON_ITR functionality code
5528 - i40evf: Change vf driver string to reflect all products i40evf supports
5529 - i40e/i40evf: don't lose interrupts
5530 - i40e/i40evf: try again after failure
5531 - i40e: dump descriptor indexes in hex
5532 - i40e/i40evf: use __GFP_NOWARN
5533 - i40e/i40evf: use pages correctly in Rx
5534 - i40e/i40evf: use logical operators, not bitwise
5535 - i40e: properly show packet split status in debugfs
5536 - i40e/i40evf: Bump version
5537 - ixgbe: use u32 instead of __u32 in model header
5538 - ixgbe: fix dates on header of ixgbe_model.h
5539 - i40e: get rid of magic number
5540 - i40e: drop unused debugfs file "dump"
5541 - i40evf: support packet split receive
5542 - i40e: trivial: cleanup use of pf->hw
5543 - i40e: Add a SW workaround for lost interrupts
5544 - i40e: Fix PROMISC mode for Multi-function per port (MFP) devices
5545 - i40e: Removal of code which relies on BASE VEB SEID
5546 - i40e/i40evf: avoid atomics
5547 - i40e: Do not disable queues in the Legacy/MSI Interrupt handler
5548 - i40e: expand comment
5549 - i40e: better error reporting for nvmupdate
5550 - i40evf: set adapter state on reset failure
5551 - i40e: clean event descriptor before use
5552 - i40e: When in promisc mode apply promisc mode to Tx Traffic as well
5553 - i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.
5554 - i40e/i40evf: Drop outer checksum offload that was not requested
5555 - i40e/i40evf: Use u64 values instead of casting them in TSO function
5556 - i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
5557 - i40e/i40evf: Consolidate all header changes into TSO function
5558 - i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
5559 - i40e/i40evf: Add support for IPv4 encapsulated in IPv6
5560 - i40e/i40evf: Handle IPv6 extension headers in checksum offload
5561 - i40e/i40evf: Do not write to descriptor unless we complete
5562 - i40e/i40evf: Add exception handling for Tx checksum
5563 - i40e/i40evf: Clean-up Rx packet checksum handling
5564 - i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
5565 - i40e: Fix ATR in relation to tunnels
5566 - i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
5567 - i40e: Update feature flags to reflect newly enabled features
5568 - i40evf: Update feature flags to reflect newly enabled features
5569 - i40e: Add support for ATR w/ IPv6 extension headers
5570 - i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
5571 - i40e/i40evf: Rewrite logic for 8 descriptor per packet check
5572 - i40e/i40evf: Move Tx checksum closer to TSO
5573 - i40e: Add functions to blink led on 10GBaseT PHY
5574 - i40e: Fix led blink capability for 10GBaseT PHY
5575 - i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
5576 - i40e: Do not wait for Rx queue disable in DCB reconfig
5577 - i40e: Fix for unexpected messaging
5578 - i40e: Expose some registers to program parser, FD and RSS logic
5579 - i40e: add check for null VSI
5580 - i40e: add adminq commands for Rx CTL registers
5581 - i40e: implement and use Rx CTL helper functions
5582 - i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.
5583 - i40e: suspend scheduling during driver unload
5584 - i40e: let go of the past
5585 - i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15
5586
5587 * MPT3SAS Driver update for next kernel release (LP: #1512221)
5588 - mpt3sas: A correction in unmap_resources
5589 - mpt3sas: Added support for high port count HBA variants.
5590 - mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message.
5591 - mpt3sas: Fix static analyzer(coverity) tool identified defects
5592 - mpt3sas: Never block the Enclosure device
5593 - mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's
5594 - mpt3sas: Added smp_affinity_enable module parameter.
5595 - mpt3sas: Add support for configurable Chain Frame Size
5596 - mpt3sas: Updated MPI Header to 2.00.42
5597 - mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.
5598 - mpt3sas: Updating mpt3sas driver version to 12.100.00.00
5599 - mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_q
5600
5601 * /sys/class/scsi_host/hostN/partition_number and .../mad_version showing up BE on LE Ubuntu. (ibmvscsi) (LP: #1547153)
5602 - ibmvscsi: Add endian conversions to sysfs attribute show functions
5603
5604 * Miscellaneous Ubuntu changes
5605 - [Packaging] git-ubuntu-log -- output should be utf-8
5606 - [Packaging] git-ubuntu-log -- handle invalid or private bugs
5607
5608 -- Andy Whitcroft <apw@canonical.com> Wed, 24 Feb 2016 20:34:49 +0000
5609
5610 linux (4.4.0-7.22) xenial; urgency=low
5611
5612 [ Tim Gardner ]
5613
5614 * Release Tracking Bug
5615 - LP: #1547205
5616
5617 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
5618 - [Config] Enabled ARM64_ACPI_PARKING_PROTOCOL
5619 - arm64: kernel: implement ACPI parking protocol
5620
5621 * Please pull cgroup namespaces (LP: #1546775)
5622 - SAUCE: (noup) kernfs: Add API to generate relative kernfs path
5623 - SAUCE: (noup) sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
5624 - SAUCE: (noup) cgroup: introduce cgroup namespaces
5625 - SAUCE: (noup) cgroup: cgroup namespace setns support
5626 - SAUCE: (noup) kernfs: define kernfs_node_dentry
5627 - SAUCE: (noup) cgroup: mount cgroupns-root when inside non-init cgroupns
5628 - SAUCE: (noup) Add FS_USERNS_FLAG to cgroup fs
5629 - SAUCE: (noup) cgroup: Add documentation for cgroup namespaces
5630
5631 * [Feature]Pulse-Width Modulation enabling on Broxton-P (LP: #1520436)
5632 - [Config] CONFIG_PWM_OMAP_DMTIMER=m
5633 - pwm: lpss: Remove ->free() callback
5634 - pwm: bcm2835: Calculate scaler in ->config()
5635 - pwm: bcm2835: Prevent division by zero
5636 - pwm: bcm2835: Fix email address specification
5637 - pwm: lpss: Update PWM setting for Broxton
5638 - pwm: lpss: Select core part automatically
5639 - pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
5640 - pwm: fsl-ftm: Fix clock enable/disable when using PM
5641 - pwm: lpc32xx: correct number of PWM channels from 2 to 1
5642 - pwm: lpc32xx: make device usable with common clock framework
5643 - pwm: lpc32xx: fix and simplify duty cycle and period calculations
5644 - pwm: lpc32xx: return ERANGE, if requested period is not supported
5645 - pwm: rcar: Improve accuracy of frequency division setting
5646 - pwm: Add PWM driver for OMAP using dual-mode timers
5647 - pwm: add HAS_IOMEM dependency to PWM_FSL_FTM
5648 - pwm: omap-dmtimer: Potential NULL dereference on error
5649 - pwm: Mark all devices as "might sleep"
5650
5651 * [Hyper-V] Netmask value is not parsed by hv_set_ifconfig - IP injection (LP: #1540586)
5652 - [Debian] hv: hv_set_ifconfig -- switch to approved indentation
5653 - [Debian] hv: hv_set_ifconfig -- fix numerous parameter handling issues
5654
5655 * Update megaraid driver to MR6.10 (LP: #1544679)
5656 - megaraid_sas: Do not allow PCI access during OCR
5657 - megaraid_sas: MFI IO timeout handling
5658 - megaraid_sas: Syncing request flags macro names with firmware
5659 - megaraid_sas: Task management support
5660 - megaraid_sas: Update device queue depth based on interface type
5661 - megaraid_sas: Fastpath region lock bypass
5662 - megaraid_sas: Reply Descriptor Post Queue (RDPQ) support
5663 - megaraid_sas: Code optimization build_and_issue_cmd return-type
5664 - megaraid_sas: Dual queue depth support
5665 - megaraid_sas: IO throttling support
5666 - megaraid_sas: Make adprecovery variable atomic
5667 - megaraid_sas: MFI adapter OCR changes
5668 - megaraid_sas: Introduce module parameter for SCSI command timeout
5669 - megaraid_sas: SPERC OCR changes
5670 - megaraid_sas: driver version upgrade
5671 - megaraid: fix null pointer check in megasas_detach_one().
5672 - megaraid_sas: Fix for IO failing post OCR in SRIOV environment
5673 - megaraid_sas: Fix SMAP issue
5674 - megaraid_sas: Add an i/o barrier
5675
5676 * Surelock-GA2:kernel panic @ cxl_configure_adapter+0x418/0x8b0 (LP: #1546145)
5677 - powerpc/powernv: Fix stale PE primary bus
5678
5679 * In A Single Power VM LPAR : Network Configuration Fails in Ubuntu16.04 while installation (LP: #1544321)
5680 - [Config] Update bnx2x d-i firmware to 7.12.30
5681
5682 * Miscellaneous Ubuntu changes
5683 - rebase to v4.4.2
5684
5685 * Miscellaneous upstream changes
5686 - openvswitch: allow management from inside user namespaces
5687 - net: thunderx: nicvf_queues: nivc_*_intr: remove duplication
5688 - net, thunderx: Remove unnecessary rcv buffer start address management
5689 - net: thunderx: HW TSO support for pass-2 hardware
5690 - net: thunderx: Enable CQE count threshold interrupt
5691 - net: cavium: liquidio: use helpers ns_to_timespec64()
5692 - irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
5693 - arm64: KVM: Configure TCR_EL2.PS at runtime
5694 - arm64: prefetch: don't provide spin_lock_prefetch with LSE
5695 - arm64: prefetch: add alternative pattern for CPUs without a prefetcher
5696 - arm64: lib: improve copy_page to deal with 128 bytes at a time
5697 - arm64: lib: patch in prfm for copy_page if requested
5698 - arm64: prefetch: add missing #include for spin_lock_prefetch
5699 - net, thunderx: Add TX timeout and RX buffer alloc failure stats.
5700 - net: thunderx: Use napi_schedule_irqoff()
5701 - net: thunderx: Assign affinity hints to vf's interrupts
5702 - net: thunderx: bgx: Use standard firmware node infrastructure.
5703 - net: thunderx: bgx: Add log message when setting mac address
5704 - net: thunderx: Alloc higher order pages when pagesize is small
5705 - net: cavium: liquidio: Return correct error code
5706 - net: cavium: liquidio: fix check for in progress flag
5707 - livepatch: add old_sympos as disambiguator field to klp_func
5708 - livepatch: add sympos as disambiguator field to klp_reloc
5709 - livepatch: function,sympos scheme in livepatch sysfs directory
5710 - module: Use the same logic for setting and unsetting RO/NX
5711 - gcov: use within_module() helper.
5712 - module: use a structure to encapsulate layout.
5713 - module: clean up RO/NX handling.
5714 - module: keep percpu symbols in module's symtab
5715 - livepatch: Cleanup module page permission changes
5716
5717 [ Upstream Kernel Changes ]
5718
5719 * rebase to v4.4.2
5720
5721 -- Tim Gardner <tim.gardner@canonical.com> Tue, 16 Feb 2016 14:24:45 -0700
5722
5723 linux (4.4.0-6.21) xenial; urgency=low
5724
5725 [ Tim Gardner ]
5726
5727 * Release Tracking Bug
5728 - LP: #1546283
5729
5730 * Naples/Zen, NTB Driver (LP: #1542071)
5731 - [Config] CONFIG_NTB_AMD=m
5732 - NTB: Add support for AMD PCI-Express Non-Transparent Bridge
5733
5734 * [Hyper-V] kernel panic occurs when installing Ubuntu Server x32 (LP: #1495983)
5735 - SAUCE: storvsc: use small sg_tablesize on x86
5736
5737 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
5738 - [Config] CONFIG_ARMV8_DEPRECATED=y
5739
5740 * Surelock-GA2:kernel panic/ exception @ pcibios_set_pcie_reset_state+0x118/0x280 + cxl_reset+0x5c/0xc0 (LP: #1545037)
5741 - powerpc/eeh: Fix stale cached primary bus
5742
5743 * Miscellaneous Ubuntu changes
5744 - SAUCE: fs: Add user namesapace member to struct super_block
5745 - SAUCE: fs: Limit file caps to the user namespace of the super block
5746 - SAUCE: Smack: Add support for unprivileged mounts from user namespaces
5747 - SAUCE: block_dev: Support checking inode permissions in lookup_bdev()
5748 - SAUCE: block_dev: Check permissions towards block device inode when mounting
5749 - SAUCE: fs: Treat foreign mounts as nosuid
5750 - SAUCE: selinux: Add support for unprivileged mounts from user namespaces
5751 - SAUCE: userns: Replace in_userns with current_in_userns
5752 - SAUCE: Smack: Handle labels consistently in untrusted mounts
5753 - SAUCE: fs: Check for invalid i_uid in may_follow_link()
5754 - SAUCE: cred: Reject inodes with invalid ids in set_create_file_as()
5755 - SAUCE: fs: Refuse uid/gid changes which don't map into s_user_ns
5756 - SAUCE: fs: Update posix_acl support to handle user namespace mounts
5757 - SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
5758 - SAUCE: fs: Don't remove suid for CAP_FSETID in s_user_ns
5759 - SAUCE: fs: Allow superblock owner to access do_remount_sb()
5760 - SAUCE: capabilities: Allow privileged user in s_user_ns to set security.* xattrs
5761 - SAUCE: fuse: Add support for pid namespaces
5762 - SAUCE: fuse: Support fuse filesystems outside of init_user_ns
5763 - SAUCE: fuse: Restrict allow_other to the superblock's namespace or a descendant
5764 - SAUCE: fuse: Allow user namespace mounts
5765 - SAUCE: mtd: Check permissions towards mtd block device inode when mounting
5766 - SAUCE: fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
5767 - SAUCE: quota: Convert ids relative to s_user_ns
5768 - SAUCE: evm: Translate user/group ids relative to s_user_ns when computing HMAC
5769 - SAUCE: fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
5770 - SAUCE: quota: Treat superblock owner as privilged
5771 - SAUCE: ima/evm: Allow root in s_user_ns to set xattrs
5772 - SAUCE: block_dev: Forbid unprivileged mounting when device is opened for writing
5773 - SAUCE: ext4: Add support for unprivileged mounts from user namespaces
5774 - SAUCE: ext4: Add module parameter to enable user namespace mounts
5775 - SAUCE: fuse: Add module parameter to enable user namespace mounts
5776
5777 * Miscellaneous upstream changes
5778 - megaraid: Fix possible NULL pointer deference in mraid_mm_ioctl
5779 - libahci: Implement the capability to override the generic ahci interrupt handler.
5780 - ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.
5781 - ahci_xgene: Implement the workaround to fix the missing of the edge interrupt for the HOST_IRQ_STAT.
5782
5783 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Feb 2016 09:49:05 -0700
5784
5785 linux (4.4.0-5.20) xenial; urgency=low
5786
5787 [ Tim Gardner ]
5788
5789 * Release Tracking Bug
5790 - LP: #1544637
5791
5792 * s390/cio: update measurement characteristics (LP: #1541534)
5793 - s390/cio: fix measurement characteristics memleak
5794 - s390/cio: ensure consistent measurement state
5795 - s390/cio: update measurement characteristics
5796
5797 * qeth: layer2 reports unknown state to network tools. (LP: #1541907)
5798 - qeth: initialize net_device with carrier off
5799
5800 * Collateral damage due to kernel configuration change enabling CONFIG_ZONE_DEVICE (Kernel 4.4 amd64) (LP: #1534647)
5801 - [Config] CONFIG_ZONE_DMA=y
5802 - mm: CONFIG_NR_ZONES_EXTENDED
5803
5804 * perf enahancements for ppc64 (LP: #1521678)
5805 - perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
5806 - perf kvm/{x86,s390}: Remove const from kvm_events_tp
5807 - perf kvm/powerpc: Port perf kvm stat to powerpc
5808 - perf kvm/powerpc: Add support for HCALL reasons
5809
5810 * Soft lockup with "block nbdX: Attempted send on closed socket" spam (LP: #1505564)
5811 - SAUCE: nbd: ratelimit error msgs after socket close
5812
5813 * sleep from invalid context in aa_move_mount (LP: #1539349)
5814 - SAUCE: apparmor: fix sleep from invalid context
5815
5816 * Introducing ConnectX-4 Ethernet SRIOV (LP: #1540435)
5817 - net/mlx5_core: Modify enable/disable hca functions
5818 - net/mlx5_core: Add base sriov support
5819 - net/mlx5: Add HW capabilities and structs for SR-IOV E-Switch
5820 - net/mlx5: Update access functions to Query/Modify vport MAC address
5821 - net/mlx5: Introduce access functions to modify/query vport mac lists
5822 - net/mlx5: Introduce access functions to modify/query vport state
5823 - net/mlx5: Introduce access functions to modify/query vport promisc mode
5824 - net/mlx5: Introduce access functions to modify/query vport vlans
5825 - net/mlx5e: Write UC/MC list and promisc mode into vport context
5826 - net/mlx5e: Write vlan list into vport context
5827 - net/mlx5: Introducing E-Switch and l2 table
5828 - net/mlx5: E-Switch, Introduce FDB hardware capabilities
5829 - net/mlx5: E-Switch, Add SR-IOV (FDB) support
5830 - net/mlx5: E-Switch, Introduce Vport administration functions
5831 - net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport context
5832 - net/mlx5: E-Switch, Introduce set vport vlan (VST mode)
5833 - net/mlx5: E-Switch, Introduce get vf statistics
5834 - net/mlx5e: Add support for SR-IOV ndos
5835 - net/mlx5: Fix query E-Switch capabilities
5836 - net/mlx5e: Assign random MAC address if needed
5837
5838 * make wacom_w8001 work well in xenial (LP: #1542771)
5839 - Input: wacom_w8001 - use __set_bit for evbits
5840 - Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg support
5841 - Input: wacom_w8001 - handle touch error case correctly
5842 - Input: wacom_w8001 - split pen and touch initialization up
5843 - Input: wacom_w8001 - split the touch and pen devices into two devices
5844 - Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE
5845
5846 * virtualbox: update to 5.0.14-dfsg-2 (LP: #1542728)
5847 - ubuntu: vbox -- update to 5.0.14-dfsg-2
5848
5849 * Miscellaneous Ubuntu changes
5850 - [Packaging] git-ubuntu-log -- fix empty section formatting
5851 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu2
5852
5853 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Feb 2016 22:32:10 +0000
5854
5855 linux (4.4.0-4.19) xenial; urgency=low
5856
5857 * update ZFS and SPL to 0.6.5.4 (LP: #1542296)
5858 - [Config] update spl/zfs version
5859 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu1
5860 - [Config] reconstruct -- drop links for zfs userspace components
5861 - [Config] reconstruct -- drop links for zfs userspace components -- restore spec links
5862
5863 * recvmsg() fails SCM_CREDENTIALS request with EOPNOTSUPP. (LP: #1540731)
5864 - Revert "af_unix: Revert 'lock_interruptible' in stream receive code"
5865
5866 * lxc: ADT exercise test failing with linux-4.4.0-3.17 (LP: #1542049)
5867 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
5868
5869 * WARNING: at /build/linux-lts-wily-W0lTWH/linux-lts-wily-4.2.0/net/core/skbuff.c:4174 (Travis IB) (LP: #1541326)
5870 - SAUCE: IB/IPoIB: Do not set skb truesize since using one linearskb
5871
5872 * backport Microsoft Precision Touchpad palm rejection patch (LP: #1541671)
5873 - HID: multitouch: enable palm rejection if device implements confidence usage
5874
5875 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
5876 - qla2xxx: Remove unavailable firmware files
5877 - qla2xxx: Enable Extended Logins support
5878 - qla2xxx: Enable Exchange offload support.
5879 - qla2xxx: Enable Target counters in DebugFS.
5880 - qla2xxx: Add FW resource count in DebugFS.
5881 - qla2xxx: Added interface to send explicit LOGO.
5882 - qla2xxx: Delete session if initiator is gone from FW
5883 - qla2xxx: Wait for all conflicts before ack'ing PLOGI
5884 - qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit.
5885 - qla2xxx: Remove dependency on hardware_lock to reduce lock contention.
5886 - qla2xxx: Add irq affinity notification
5887 - qla2xxx: Add selective command queuing
5888 - qla2xxx: Move atioq to a different lock to reduce lock contention
5889 - qla2xxx: Disable ZIO at start time.
5890 - qla2xxx: Set all queues to 4k
5891 - qla2xxx: Check for online flag instead of active reset when transmitting responses
5892 - scsi: qla2xxxx: avoid type mismatch in comparison
5893
5894 * [Hyper-V] PCI Passthrough (LP: #1541120)
5895 - x86/irq: Export functions to allow MSI domains in modules
5896 - genirq/msi: Export functions to allow MSI domains in modules
5897
5898 * Update lpfc driver to 11.0.0.10 (LP: #1541592)
5899 - lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.
5900 - lpfc: Fix the FLOGI discovery logic to comply with T11 standards
5901 - lpfc: Fix RegLogin failed error seen on Lancer FC during port bounce
5902 - lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16
5903 - lpfc: Fix crash in fcp command completion path.
5904 - lpfc: Modularize and cleanup FDMI code in driver
5905 - lpfc: Fix RDP Speed reporting.
5906 - lpfc: Fix RDP ACC being too long.
5907 - lpfc: Make write check error processing more resilient
5908 - lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.
5909 - lpfc: Fix mbox reuse in PLOGI completion
5910 - lpfc: Fix external loopback failure.
5911 - lpfc: Add logging for misconfigured optics.
5912 - lpfc: Delete unnecessary checks before the function call "mempool_destroy"
5913 - lpfc: Use kzalloc instead of kmalloc
5914 - lpfc: Update version to 11.0.0.10 for upstream patch set
5915
5916 * Miscellaneous Ubuntu changes
5917 - [Config] CONFIG_ARM64_VA_BITS=48
5918 - [Config] Fixed Vcs-Git
5919
5920 * Miscellaneous upstream changes
5921 - cxl: Fix possible idr warning when contexts are released
5922 - cxl: use correct operator when writing pcie config space values
5923 - cxlflash: drop unlikely before IS_ERR_OR_NULL
5924 - cxl: Fix DSI misses when the context owning task exits
5925 - cxlflash: Removed driver date print
5926 - cxlflash: Fix to resolve cmd leak after host reset
5927 - cxlflash: Resolve oops in wait_port_offline
5928 - cxlflash: Enable device id for future IBM CXL adapter
5929 - cxl: fix build for GCC 4.6.x
5930 - cxl: use -Werror only with CONFIG_PPC_WERROR
5931 - cxl: Enable PCI device ID for future IBM CXL adapter
5932
5933 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2016 14:58:51 +0000
5934
5935 linux (4.4.0-3.17) xenial; urgency=low
5936
5937 [ Tim Gardner ]
5938
5939 * Release Tracking Bug
5940 - LP: #1541058
5941 * [Config] CONFIG_BLK_DEV_NVME_SCSI=y
5942 - LP: #1531539
5943 * SAUCE: nvme merge cleanup
5944 - LP: #1531539
5945 * rebase to v4.4.1
5946
5947 [ Andy Whitcroft ]
5948
5949 * Revert "SAUCE: dm: introduce a target_ioctl op to allow target specific
5950 ioctls"
5951 - LP: #1538618
5952 * postinst -- detect symlinks correctly
5953 - LP: #1536810
5954
5955 [ John Johansen ]
5956
5957 * SAUCE: apparmor: fix sleep from invalid context
5958 - LP: #1539349
5959
5960 [ Upstream Kernel Changes ]
5961
5962 * powerpc/eeh: Fix PE location code
5963 - LP: #1538909
5964 * powerpc/pseries: Limit EPOW reset event warnings
5965 - LP: #1539102
5966 * lightnvm: fix bio submission issue
5967 - LP: #1531539
5968 * lightnvm: fix incorrect nr_free_blocks stat
5969 - LP: #1531539
5970 * lightnvm: add check after mempool allocation
5971 - LP: #1531539
5972 * lightnvm: unlock rq and free ppa_list on submission fail
5973 - LP: #1531539
5974 * lightnvm: move ppa erase logic to core
5975 - LP: #1531539
5976 * lightnvm: refactor rqd ppa list into set/free
5977 - LP: #1531539
5978 * lightnvm: refactor end_io functions for sync
5979 - LP: #1531539
5980 * lightnvm: return the get_bb_tbl return value
5981 - LP: #1531539
5982 * lightnvm: check bi_error in gc
5983 - LP: #1531539
5984 * lightnvm: put block back to gc list on its reclaim fail
5985 - LP: #1531539
5986 * lightnvm: fix locking and mempool in rrpc_lun_gc
5987 - LP: #1531539
5988 * lightnvm: sectors first in ppa list
5989 - LP: #1531539
5990 * lightnvm: move the pages per block check out of the loop
5991 - LP: #1531539
5992 * lightnvm: support multiple ppas in nvm_erase_ppa
5993 - LP: #1531539
5994 * lightnvm: move rq->error to nvm_rq->error
5995 - LP: #1531539
5996 * lightnvm: introduce nvm_submit_ppa
5997 - LP: #1531539
5998 * lightnvm: reference rrpc lun in rrpc block
5999 - LP: #1531539
6000 * lightnvm: fix missing grown bad block type
6001 - LP: #1531539
6002 * lightnvm: manage open and closed blocks separately
6003 - LP: #1531539
6004 * lightnvm: add mccap support
6005 - LP: #1531539
6006 * lightnvm: introduce mlc lower page table mappings
6007 - LP: #1531539
6008 * lightnvm: core on-disk initialization
6009 - LP: #1531539
6010 * lightnvm: introduce ioctl to initialize device
6011 - LP: #1531539
6012 * lightnvm: use system block for mm initialization
6013 - LP: #1531539
6014 * lightnvm: introduce factory reset
6015 - LP: #1531539
6016 * lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM
6017 - LP: #1531539
6018 * blk-mq: add a flags parameter to blk_mq_alloc_request
6019 - LP: #1531539
6020 * nvme: move struct nvme_iod to pci.c
6021 - LP: #1531539
6022 * nvme: split command submission helpers out of pci.c
6023 - LP: #1531539
6024 * nvme: use offset instead of a struct for registers
6025 - LP: #1531539
6026 * nvme: split nvme_trans_device_id_page
6027 - LP: #1531539
6028 * nvme: use vendor it from identify
6029 - LP: #1531539
6030 * nvme: split a new struct nvme_ctrl out of struct nvme_dev
6031 - LP: #1531539
6032 * nvme: simplify nvme_setup_prps calling convention
6033 - LP: #1531539
6034 * nvme: refactor nvme_queue_rq
6035 - LP: #1531539
6036 * nvme: factor out a nvme_unmap_data helper
6037 - LP: #1531539
6038 * nvme: move nvme_error_status to common code
6039 - LP: #1531539
6040 * nvme: move nvme_setup_flush and nvme_setup_rw to common code
6041 - LP: #1531539
6042 * nvme: split __nvme_submit_sync_cmd
6043 - LP: #1531539
6044 * nvme: use the block layer for userspace passthrough metadata
6045 - LP: #1531539
6046 * nvme: move block_device_operations and ns/ctrl freeing to common code
6047 - LP: #1531539
6048 * nvme: add explicit quirk handling
6049 - LP: #1531539
6050 * nvme: move remaining CC setup into nvme_enable_ctrl
6051 - LP: #1531539
6052 * nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
6053 - LP: #1531539
6054 * nvme: add a common helper to read Identify Controller data
6055 - LP: #1531539
6056 * nvme: move the call to nvme_init_identify earlier
6057 - LP: #1531539
6058 * nvme: move namespace scanning to common code
6059 - LP: #1531539
6060 * nvme: move chardev and sysfs interface to common code
6061 - LP: #1531539
6062 * nvme: refactor set_queue_count
6063 - LP: #1531539
6064 * blk-integrity: empty implementation when disabled
6065 - LP: #1531539
6066 * NVMe: fix build with CONFIG_NVM enabled
6067 - LP: #1531539
6068 * nvme: fix another 32-bit build warning
6069 - LP: #1531539
6070 * nvme: precedence bug in nvme_pr_clear()
6071 - LP: #1531539
6072 * nvme: only ignore hardware errors in nvme_create_io_queues
6073 - LP: #1531539
6074 * nvme: only add a controller to dev_list after it's been fully
6075 initialized
6076 - LP: #1531539
6077 * nvme: protect against simultaneous shutdown invocations
6078 - LP: #1531539
6079 * nvme: don't take the I/O queue q_lock in nvme_timeout
6080 - LP: #1531539
6081 * nvme: merge nvme_abort_req and nvme_timeout
6082 - LP: #1531539
6083 * nvme: add NVME_SC_CANCELLED
6084 - LP: #1531539
6085 * nvme: simplify resets
6086 - LP: #1531539
6087 * nvme: do not restart the request timeout if we're resetting the
6088 controller
6089 - LP: #1531539
6090 * nvme: merge probe_work and reset_work
6091 - LP: #1531539
6092 * nvme: remove dead controllers from a work item
6093 - LP: #1531539
6094 * nvme: switch abort_limit to an atomic_t
6095 - LP: #1531539
6096 * NVMe: Implement namespace list scanning
6097 - LP: #1531539
6098 * NVMe: Use unbounded work queue for all work
6099 - LP: #1531539
6100 * NVMe: Remove device management handles on remove
6101 - LP: #1531539
6102 * NVMe: Simplify metadata setup
6103 - LP: #1531539
6104 * nvme: fix admin queue depth
6105 - LP: #1531539
6106 * nvme: factor out a few helpers from req_completion
6107 - LP: #1531539
6108 * nvme: switch delete SQ/CQ to blk_execute_rq_nowait
6109 - LP: #1531539
6110 * nvme: switch abort to blk_execute_rq_nowait
6111 - LP: #1531539
6112 * nvme: special case AEN requests
6113 - LP: #1531539
6114 * nvme: simplify completion handling
6115 - LP: #1531539
6116 * nvme: properly free resources for cancelled command
6117 - LP: #1531539
6118 * nvme: meta_sg doesn't have to be an array
6119 - LP: #1531539
6120 * nvme: merge iod and cmd_info
6121 - LP: #1531539
6122 * NVMe: Add pci error handlers
6123 - LP: #1531539
6124 * NVMe: Export namespace attributes to sysfs
6125 - LP: #1531539
6126 * nvme: Move nvme_freeze/unfreeze_queues to nvme core
6127 - LP: #1531539
6128 * nvme: synchronize access to ctrl->namespaces
6129 - LP: #1531539
6130 * nvme: fixes for NVME_IOCTL_IO_CMD on the char device
6131 - LP: #1531539
6132 * nvme: make SG_IO support optional
6133 - LP: #1531539
6134 * NVMe: Fix admin queue ring wrap
6135 - LP: #1531539
6136 * NVMe: Use a retryable error code on reset
6137 - LP: #1531539
6138 * NVMe: Remove queue freezing on resets
6139 - LP: #1531539
6140 * NVMe: IO queue deletion re-write
6141 - LP: #1531539
6142 * NVMe: Shutdown controller only for power-off
6143 - LP: #1531539
6144 * NVMe: Export NVMe attributes to sysfs group
6145 - LP: #1531539
6146 * i40e: fix build warnings
6147 * net: i40e: shut up uninitialized variable warnings
6148 * Drivers: hv: vmbus: fix build warning
6149 * Drivers: hv: util: Increase the timeout for util services
6150 * Drivers: hv: utils: run polling callback always in interrupt context
6151 * tools: hv: report ENOSPC errors in hv_fcopy_daemon
6152 * tools: hv: remove repeated HV_FCOPY string
6153 * Drivers: hv: util: catch allocation errors
6154 * Drivers: hv: utils: use memdup_user in hvt_op_write
6155 * drivers/hv: cleanup synic msrs if vmbus connect failed
6156 * drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc
6157 num
6158 * drivers:hv: Export the API to invoke a hypercall on Hyper-V
6159 * drivers:hv: Define the channel type for Hyper-V PCI Express
6160 pass-through
6161 * Drivers: hv: vss: run only on supported host versions
6162 * Drivers: hv: vmbus: Use uuid_le type consistently
6163 * Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs
6164 * Drivers: hv: vmbus: Get rid of the unused macro
6165 * Drivers: hv: vmbus: Get rid of the unused irq variable
6166 * Drivers: hv: vmbus: serialize process_chn_event() and
6167 vmbus_close_internal()
6168 * Drivers: hv: vmbus: do sanity check of channel state in
6169 vmbus_close_internal()
6170 * Drivers: hv: vmbus: fix rescind-offer handling for device without a
6171 driver
6172 * Drivers: hv: vmbus: release relid on error in vmbus_process_offer()
6173 * Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
6174 * drivers:hv: Allow for MMIO claims that span ACPI _CRS records
6175 * Drivers: hv: vmbus: Fix a Host signaling bug
6176 * drivers/hv: correct tsc page sequence invalid value
6177 * Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
6178 * Drivers: hv: utils: Invoke the poll function after handshake
6179 * tools: hv: vss: fix the write()'s argument: error -> vss_msg
6180 * Drivers: hv: utils: fix memory leak on on_msg() failure
6181 * Drivers: hv: utils: rename outmsg_lock
6182 * Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY mode
6183 * Drivers: hv: utils: fix crash when device is removed from host side
6184 * Drivers: hv: ring_buffer.c: fix comment style
6185 * Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends()
6186 * Drivers: hv: ring_buffer: remove code duplication from
6187 hv_ringbuffer_peek/read()
6188 * Drivers: hv: remove code duplication between
6189 vmbus_recvpacket()/vmbus_recvpacket_raw()
6190 * Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()
6191 * drivers/hv: replace enum hv_message_type by u32
6192 * drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
6193 * drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
6194 * drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86
6195 header
6196 * Drivers: hv: vmbus: fix the building warning with hyperv-keyboard
6197 * Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy
6198 * Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical
6199
6200 [ Upstream Kernel Changes ]
6201
6202 * rebase to v4.4.1
6203 - LP: #1533461
6204 - LP: #1529624
6205
6206 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Jan 2016 08:06:37 -0700
6207
6208 linux (4.4.0-2.16) xenial; urgency=low
6209
6210 [ Andy Whitcroft ]
6211
6212 * Release Tracking Bug
6213 - LP: #1539090
6214 * SAUCE: hv: hv_set_ifconfig -- convert to python3
6215 - LP: #1506521
6216 * SAUCE: dm: introduce a target_ioctl op to allow target specific ioctls
6217 - LP: #1538618
6218
6219 [ Colin Ian King ]
6220
6221 * SAUCE: ACPI / tables: Add acpi_force_32bit_fadt_addr option to force 32
6222 bit FADT addresses (LP: #1529381)
6223 - LP: #1529381
6224
6225 [ John Johansen ]
6226
6227 * SAUCE: (no-up): apparmor: fix for failed mediation of socket that is
6228 being shutdown
6229 - LP: #1446906
6230
6231 [ Mahesh Salgaonkar ]
6232
6233 * SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
6234 - LP: #1537881
6235 * SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI
6236 interrupt.
6237 - LP: #1537881
6238 * SAUCE: KVM: PPC: Book3S HV: Fix soft lockups in KVM on HMI for time
6239 base errors
6240 - LP: #1537881
6241
6242 [ Paolo Pisati ]
6243
6244 * SAUCE: arm64: errata: Add -mpc-relative-literal-loads to erratum
6245 #843419 build flags
6246 - LP: #1533009
6247 * [Config] MFD_TPS65217=y && REGULATOR_TPS65217=y
6248 * [Config] disable ARCH_ZX (ZTE ZX Soc)
6249
6250 [ Tim Gardner ]
6251
6252 * Revert "SAUCE: (noup) cxlflash: a couple off by one bugs"
6253 * SAUCE: (no-up) Update bnx2x firmware to 7.12.30.0
6254 - LP: #1536719
6255 * SAUCE: drop obsolete bnx2x firmware
6256 * SAUCE: i40e: Silence 'may be used uninitialized' warnings
6257 - LP: #1536474
6258 * [Config] CONFIG_ZONE_DMA=y for amd64 lowlatency
6259 - LP: #1534647
6260 * [Config] Add pvpanic to virtual flavour
6261 - LP: #1537923
6262 * [Config] CONFIG_INTEL_PUNIT_IPC=m, CONFIG_INTEL_TELEMETRY=m
6263 - LP: #1520457
6264
6265 [ Upstream Kernel Changes ]
6266
6267 * i40evf: fix compiler warning of unused variable
6268 - LP: #1536474
6269 * intel: i40e: fix confused code
6270 - LP: #1536474
6271 * i40e/i40evf: remove unused tunnel parameter
6272 - LP: #1536474
6273 * i40e: Change BUG_ON to WARN_ON in service event complete
6274 - LP: #1536474
6275 * i40e: remove BUG_ON from feature string building
6276 - LP: #1536474
6277 * i40e: remove BUG_ON from FCoE setup
6278 - LP: #1536474
6279 * i40e: Workaround fix for mss < 256 issue
6280 - LP: #1536474
6281 * i40e/i40evf: Add a stat to track how many times we have to do a force
6282 WB
6283 - LP: #1536474
6284 * i40e: Move the saving of old link info from handle_link_event to
6285 link_event
6286 - LP: #1536474
6287 * i40e/i40evf: Add comment to #endif
6288 - LP: #1536474
6289 * i40e/i40evf: clean up error messages
6290 - LP: #1536474
6291 * i40evf: handle many MAC filters correctly
6292 - LP: #1536474
6293 * i40e: return the number of enabled queues for ETHTOOL_GRXRINGS
6294 - LP: #1536474
6295 * i40e: rework the functions to configure RSS with similar parameters
6296 - LP: #1536474
6297 * i40e: create a generic configure rss function
6298 - LP: #1536474
6299 * i40e: Bump version to 1.4.2
6300 - LP: #1536474
6301 * i40e: add new fields to store user configuration
6302 - LP: #1536474
6303 * i40e: rename rss_size to alloc_rss_size in i40e_pf
6304 - LP: #1536474
6305 * i40e/i40evf: Fix RS bit update in Tx path and disable force WB
6306 workaround
6307 - LP: #1536474
6308 * i40e/i40evf: prefetch skb data on transmit
6309 - LP: #1536474
6310 * i40evf: rename VF adapter specific RSS function
6311 - LP: #1536474
6312 * i40evf: create a generic config RSS function
6313 - LP: #1536474
6314 * i40evf: create a generic get RSS function
6315 - LP: #1536474
6316 * i40evf: add new fields to store user configuration of RSS
6317 - LP: #1536474
6318 * i40e: Update error messaging
6319 - LP: #1536474
6320 * i40e: fix confusing message
6321 - LP: #1536474
6322 * i40e: make error message more useful
6323 - LP: #1536474
6324 * i40evf: quoth the VF driver, Nevermore
6325 - LP: #1536474
6326 * i40evf: allocate queue vectors dynamically
6327 - LP: #1536474
6328 * i40evf: allocate ring structs dynamically
6329 - LP: #1536474
6330 * i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1
6331 - LP: #1536474
6332 * i40e: fix: do not sleep in netdev_ops
6333 - LP: #1536474
6334 * i40e: remove unused argument
6335 - LP: #1536474
6336 * i40evf: increase max number of queues
6337 - LP: #1536474
6338 * i40evf: set real num queues
6339 - LP: #1536474
6340 * i40evf: remove duplicate string
6341 - LP: #1536474
6342 * i40e: Detection and recovery of TX queue hung logic moved to
6343 service_task from tx_timeout
6344 - LP: #1536474
6345 * i40e: Fix memory leaks, sideband filter programming
6346 - LP: #1536474
6347 * i40evf: don't use atomic allocation
6348 - LP: #1536474
6349 * i40e: propagate properly
6350 - LP: #1536474
6351 * i40evf: use correct types
6352 - LP: #1536474
6353 * i40e: use priv flags to control packet split
6354 - LP: #1536474
6355 * i40e: Remove separate functions gathering XOFF Rx stats
6356 - LP: #1536474
6357 * i40e: fix whitespace
6358 - LP: #1536474
6359 * i40e/i40evf: use logical operator
6360 - LP: #1536474
6361 * i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evf
6362 - LP: #1536474
6363 * i40e: trivial fixes
6364 - LP: #1536474
6365 * i40e: Fix i40e_print_features() VEB mode output
6366 - LP: #1536474
6367 * i40e: chomp the BIT(_ULL)
6368 - LP: #1536474
6369 * i40e: properly delete VF MAC filters
6370 - LP: #1536474
6371 * i40e: don't add zero MAC filter
6372 - LP: #1536474
6373 * i40evf: check rings before freeing resources
6374 - LP: #1536474
6375 * i40e: use explicit cast from u16 to u8
6376 - LP: #1536474
6377 * i40e: Opcode and structures required by OEM Post Update AQ command and
6378 add new NVM arq message
6379 - LP: #1536474
6380 * i40e: hush little warnings
6381 - LP: #1536474
6382 * i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722
6383 - LP: #1536474
6384 * i40e: clean whole mac filter list
6385 - LP: #1536474
6386 * i40evf: change version string generation
6387 - LP: #1536474
6388 * i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4
6389 - LP: #1536474
6390 * geneve: UDP checksum configuration via netlink
6391 - LP: #1536474
6392 * geneve: Add geneve udp port offload for ethernet devices
6393 - LP: #1536474
6394 * i40e: geneve tunnel offload support
6395 - LP: #1536474
6396 * geneve: Add geneve_get_rx_port support
6397 - LP: #1536474
6398 * i40e: Call geneve_get_rx_port to get the existing Geneve ports
6399 - LP: #1536474
6400 * i40e: change log messages and error returns
6401 - LP: #1536474
6402 * i40e: allow zero MAC address for VFs
6403 - LP: #1536474
6404 * i40e: Look up MAC address in Open Firmware or IDPROM
6405 - LP: #1536474
6406 * i40e: Fix Rx hash reported to the stack by our driver
6407 - LP: #1536474
6408 * i40e: remove forever unused ID
6409 - LP: #1536474
6410 * igb: add 88E1543 initialization code
6411 * igb: don't unmap NULL hw_addr
6412 * igb: use the correct i210 register for EEMNGCTL
6413 * igb: fix NULL derefs due to skipped SR-IOV enabling
6414 * igb: improve handling of disconnected adapters
6415 * igb: Remove GS40G specific defines/functions
6416 * igb: Don't add PHY address to PCDL address
6417 * igb: Improve cable length function for I210, etc.
6418 * igb: Explicitly label self-test result indices
6419 * ixgbe: drop null test before destroy functions
6420 - LP: #1536473
6421 * ixgbe: Delete redundant include file
6422 - LP: #1536473
6423 * ixgbe: fix multiple kernel-doc errors
6424 - LP: #1536473
6425 * ixgbe: Fix handling of NAPI budget when multiple queues are enabled per
6426 vector
6427 - LP: #1536473
6428 * ixgbe: Add KR mode support for CS4227 chip
6429 - LP: #1536473
6430 * ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation
6431 to 12K
6432 - LP: #1536473
6433 * ixgbe/ixgbevf: use napi_schedule_irqoff()
6434 - LP: #1536473
6435 * ixgbe: Remove CS4227 diagnostic code
6436 - LP: #1536473
6437 * ixgbevf: use ether_addr_copy instead of memcpy
6438 - LP: #1536473
6439 * ixgbevf: fix spoofed packets with random MAC
6440 - LP: #1536473
6441 * ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
6442 - LP: #1536473
6443 * ixgbe: Add support for newer thermal alarm
6444 - LP: #1536473
6445 * ixgbe: Use private workqueue to avoid certain possible hangs
6446 - LP: #1536473
6447 * ixgbevf: Use a private workqueue to avoid certain possible hangs
6448 - LP: #1536473
6449 * ixgbevf: Minor cleanups
6450 - LP: #1536473
6451 * ixgbe: Refactor MAC address configuration code
6452 - LP: #1536473
6453 * ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses
6454 - LP: #1536473
6455 * ixgbe: Allow FDB entries access to more RAR filters
6456 - LP: #1536473
6457 * ixgbe: Update PTP to support X550EM_x devices
6458 - LP: #1536473
6459 * ixgbe: Correct spec violations by waiting after reset
6460 - LP: #1536473
6461 * ixgbe: Wait for master disable to be set
6462 - LP: #1536473
6463 * ixgbe: Save VF info and take references
6464 - LP: #1536473
6465 * ixgbe: Handle extended IPv6 headers in Tx path
6466 - LP: #1536473
6467 * ixgbe: Always turn PHY power on when requested
6468 - LP: #1536473
6469 * ixgbevf: Handle extended IPv6 headers in Tx path
6470 - LP: #1536473
6471 * ixgbe: Return error on failure to allocate mac_table
6472 - LP: #1536473
6473 * ixgbe: Fix SR-IOV VLAN pool configuration
6474 - LP: #1536473
6475 * ixgbe: Simplify definitions for regidx and bit in set_vfta
6476 - LP: #1536473
6477 * ixgbe: Reduce VT code indent in set_vfta by introducing jump label
6478 - LP: #1536473
6479 * ixgbe: Simplify configuration of setting VLVF and VLVFB
6480 - LP: #1536473
6481 * ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF
6482 - LP: #1536473
6483 * ixgbe: Reorder search to work from the top down instead of bottom up
6484 - LP: #1536473
6485 * ixgbe: Add support for VLAN promiscuous with SR-IOV
6486 - LP: #1536473
6487 * ixgbe: Fix VLAN promisc in relation to SR-IOV
6488 - LP: #1536473
6489 * ixgbe: Clear stale pool mappings
6490 - LP: #1536473
6491 * ixgbe: Clean stale VLANs when changing port VLAN or resetting
6492 - LP: #1536473
6493 * ixgbe: do not report 2.5 Gbps as supported
6494 - LP: #1536473
6495 * ixgbevf: Fix handling of NAPI budget when multiple queues are enabled
6496 per vector
6497 - LP: #1536473
6498 * ixgbevf: minor cleanups for ixgbevf_set_itr()
6499 - LP: #1536473
6500 * ixgbe: add support for QSFP PHY types in ixgbe_get_settings()
6501 - LP: #1536473
6502 * ixgbe: report correct media type for KR, KX and KX4 interfaces
6503 - LP: #1536473
6504 * ixgbe: Clean up redundancy in hw_enc_features
6505 - LP: #1536473
6506 * ixgbe: fix RSS limit for X550
6507 - LP: #1536473
6508 * ixgbe: Correct X550EM_x revision check
6509 - LP: #1536473
6510 * ixgbe: Fix bugs in ixgbe_clear_vf_vlans()
6511 - LP: #1536473
6512 * ixgbe: Fill at least min credits to a TC credit refills
6513 - LP: #1536473
6514 * ixgbe: use correct FCoE DDP max check
6515 - LP: #1536473
6516 * ixgbe: fix broken PFC with X550
6517 - LP: #1536473
6518 * ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
6519 - LP: #1536473
6520 * ixgbe: Correct handling of any outer UDP checksum setting
6521 - LP: #1536473
6522 * ixgbe: Fix to get FDMI HBA attributes information with X550
6523 - LP: #1536473
6524 * ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled
6525 - LP: #1536473
6526 * ixgbe: Make ATR recognize IPv6 extended headers
6527 - LP: #1536473
6528 * e1000: make eeprom read/write scheduler friendly
6529 * e1000: fix data race between tx_ring->next_to_clean
6530 * e1000: Remove checkpatch coding style errors
6531 * e1000: clean up the checking logic
6532 * e1000: fix a typo in the comment
6533 * e1000e: clean up the local variable
6534 * e1000: fix kernel-doc argument being missing
6535 * e1000: get rid of duplicate exit path
6536 * e1000: Elementary checkpatch warnings and checks removed
6537 * e1000e: fix division by zero on jumbo MTUs
6538 * e1000e: Increase timeout of polling bit RSPCIPHY
6539 * e1000e: initial support for i219-LM (3)
6540 * e1000e: Switch e1000e_up to void, drop code checking for error result
6541 * e1000e: Remove unreachable code
6542 * e1000e: Do not read ICR in Other interrupt
6543 * e1000e: Do not write lsc to ics in msi-x mode
6544 * e1000e: Fix msi-x interrupt automask
6545 * acpi: pci: Setup MSI domain for ACPI based pci devices
6546 * irqdomain: Introduce is_fwnode_irqchip helper
6547 * irqchip/gic-v2m: Refactor to prepare for ACPI support
6548 * irqchip/gic-v2m: acpi: Introducing GICv2m ACPI support
6549 * clk: xgene: Fix divider with non-zero shift value
6550 * i2c: designware: Do not require clock when SSCN and FFCN are provided
6551 * fm10k: do not assume VF always has 1 queue
6552 - LP: #1536475
6553 * fm10k: Correct MTU for jumbo frames
6554 - LP: #1536475
6555 * fm10k: Fix handling of NAPI budget when multiple queues are enabled per
6556 vector
6557 - LP: #1536475
6558 * fm10k: use napi_schedule_irqoff()
6559 - LP: #1536475
6560 * fm10k: set netdev features in one location
6561 - LP: #1536475
6562 * fm10k: reset max_queues on init_hw_vf failure
6563 - LP: #1536475
6564 * fm10k: always check init_hw for errors
6565 - LP: #1536475
6566 * fm10k: reinitialize queuing scheme after calling init_hw
6567 - LP: #1536475
6568 * fm10k: Correct typecast in fm10k_update_xc_addr_pf
6569 - LP: #1536475
6570 * fm10k: explicitly typecast vlan values to u16
6571 - LP: #1536475
6572 * fm10k: add statistics for actual DWORD count of mbmem mailbox
6573 - LP: #1536475
6574 * fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
6575 - LP: #1536475
6576 * fm10k: Add support for ITR scaling based on PCIe link speed
6577 - LP: #1536475
6578 * fm10k: introduce ITR_IS_ADAPTIVE macro
6579 - LP: #1536475
6580 * fm10k: Update adaptive ITR algorithm
6581 - LP: #1536475
6582 * fm10k: use macro for default Tx and Rx ITR values
6583 - LP: #1536475
6584 * fm10k: change default Tx ITR to 25usec
6585 - LP: #1536475
6586 * fm10k: TRIVIAL fix typo of hardware
6587 - LP: #1536475
6588 * fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame
6589 - LP: #1536475
6590 * fm10k: use ether_addr_copy to copy MAC address
6591 - LP: #1536475
6592 * fm10k: do not use CamelCase
6593 - LP: #1536475
6594 * fm10k: remove unnecessary else block from if statements with return
6595 - LP: #1536475
6596 * fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
6597 - LP: #1536475
6598 * fm10k: consistently refer to VLANs and VLAN IDs
6599 - LP: #1536475
6600 * fm10k: bump driver version
6601 - LP: #1536475
6602 * fm10k: conditionally compile DCB and DebugFS support
6603 - LP: #1536475
6604 * fm10k: Cleanup MSI-X interrupts in case of failure
6605 - LP: #1536475
6606 * fm10k: Cleanup exception handling for mailbox interrupt
6607 - LP: #1536475
6608 * fm10k: do not inline fm10k_iov_select_vid()
6609 - LP: #1536475
6610 * fm10k: whitespace cleanups
6611 - LP: #1536475
6612 * fm10k: use BIT() macro instead of open-coded bit-shifting
6613 - LP: #1536475
6614 * fm10k: cleanup namespace pollution
6615 - LP: #1536475
6616 * fm10k: cleanup overly long lines
6617 - LP: #1536475
6618 * fm10k: initialize xps at driver load
6619 - LP: #1536475
6620 * fm10k: don't initialize fm10k_workqueue at global level
6621 - LP: #1536475
6622 * fm10k: correctly pack TLV structures and explain reasoning
6623 - LP: #1536475
6624 * fm10k: Cleanup exception handling for changing queues
6625 - LP: #1536475
6626 * fm10k: use ether_addr_equal instead of memcmp
6627 - LP: #1536475
6628 * fm10k: address operator not needed when declaring function pointers
6629 - LP: #1536475
6630 * fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures
6631 - LP: #1536475
6632 * fm10k: remove unused struct element
6633 - LP: #1536475
6634 * fm10k: use true/false for boolean get_host_state
6635 - LP: #1536475
6636 * fm10k: cleanup mailbox code comments etc
6637 - LP: #1536475
6638 * fm10k: IS_ENABLED() is not appropriate for boolean kconfig option
6639 - LP: #1536475
6640 * device property: always check for fwnode type
6641 - LP: #1533035
6642 * device property: rename helper functions
6643 - LP: #1533035
6644 * device property: refactor built-in properties support
6645 - LP: #1533035
6646 * device property: keep single value inplace
6647 - LP: #1533035
6648 * device property: helper macros for property entry creation
6649 - LP: #1533035
6650 * device property: improve readability of macros
6651 - LP: #1533035
6652 * device property: return -EINVAL when property isn't found in ACPI
6653 - LP: #1533035
6654 * device property: Fallback to secondary fwnode if primary misses the
6655 property
6656 - LP: #1533035
6657 * device property: Take a copy of the property set
6658 - LP: #1533035
6659 * driver core: platform: Add support for built-in device properties
6660 - LP: #1533035
6661 * driver core: Do not overwrite secondary fwnode with NULL if it is set
6662 - LP: #1533035
6663 * mfd: core: propagate device properties to sub devices drivers
6664 - LP: #1533035
6665 * mfd: intel-lpss: Add support for passing device properties
6666 - LP: #1533035
6667 * mfd: intel-lpss: Pass SDA hold time to I2C host controller driver
6668 - LP: #1533035
6669 * mfd: intel-lpss: Pass HSUART configuration via properties
6670 - LP: #1533035
6671 * i2c: designware: Convert to use unified device property API
6672 - LP: #1533035
6673 * keys, trusted: fix: *do not* allow duplicate key options
6674 - LP: #1398274
6675 * keys, trusted: select hash algorithm for TPM2 chips
6676 - LP: #1398274
6677 * keys, trusted: seal with a TPM2 authorization policy
6678 - LP: #1398274
6679 * perf/x86/intel: Add perf core PMU support for Intel Knights Landing
6680 - LP: #1461360
6681 * perf/x86/intel/uncore: Add Knights Landing uncore PMU support
6682 - LP: #1461360
6683 * perf/x86/intel/uncore: Remove hard coding of PMON box control MSR
6684 offset
6685 - LP: #1461360
6686 * drm/i915: WaRsDisableCoarsePowerGating
6687 - LP: #1527462
6688 * drm/i915/skl: Add SKL GT4 PCI IDs
6689 - LP: #1527462
6690 * drm/i915/skl: Disable coarse power gating up until F0
6691 - LP: #1527462
6692 * platform:x86: add Intel P-Unit mailbox IPC driver
6693 - LP: #1520457
6694 * intel_punit_ipc: add NULL check for input parameters
6695 - LP: #1520457
6696 * platform/x86: Add Intel Telemetry Core Driver
6697 - LP: #1520457
6698 * intel_pmc_ipc: update acpi resource structure for Punit
6699 - LP: #1520457
6700 * platform:x86: Add Intel telemetry platform device
6701 - LP: #1520457
6702 * platform:x86: Add Intel telemetry platform driver
6703 - LP: #1520457
6704 * platform:x86: Add Intel Telemetry Debugfs interfaces
6705 - LP: #1520457
6706 * cxlflash: a couple off by one bugs
6707
6708 -- Andy Whitcroft <apw@canonical.com> Thu, 28 Jan 2016 13:56:00 +0000
6709
6710 linux (4.4.0-1.15) xenial; urgency=low
6711
6712 [ Tim Gardner ]
6713
6714 * Release Tracking Bug
6715 - LP: #1536803
6716
6717 [ Upstream Kernel Changes ]
6718
6719 * Revert "[SCSI] libiscsi: Reduce locking contention in fast path"
6720 - LP: #1517142
6721
6722 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Jan 2016 07:41:40 -0700
6723
6724 linux (4.4.0-0.14) xenial; urgency=low
6725
6726 [ Upstream Kernel Changes ]
6727
6728 * Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field"
6729 - LP: #1522415
6730 * powerpc: Add __raw_rm_writeq() function
6731 - LP: #1522415
6732
6733 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 11:24:26 -0700
6734
6735 linux (4.4.0-0.13) xenial; urgency=low
6736
6737 [ Andy Whitcroft ]
6738
6739 * [Config] s390x -- the kernel provides ppp-modules such as there are
6740 * SAUCE: (no-up) add compat_uts_machine= kernel command line override
6741
6742 [ Tim Gardner ]
6743
6744 * [Config] Update annotations for VIRTIO_{NET,BLK}
6745 - LP: #1533382
6746
6747 [ Upstream Kernel Changes ]
6748
6749 * powerpc/powernv: Add support for Nvlink NPUs
6750 - LP: #1522415
6751 * powerpc/powernv: Fix update of NVLink DMA mask
6752 - LP: #1522415
6753 * powerpc/powernv: Change NPU PE# assignment
6754 - LP: #1522415
6755 * powerpc/powernv: Reserve PE#0 on NPU
6756 - LP: #1522415
6757 * KEYS: Fix keyring ref leak in join_session_keyring()
6758 - LP: #1534887
6759 - CVE-2016-0728
6760
6761 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 05:49:09 -0700
6762
6763 linux (4.4.0-0.12) xenial; urgency=low
6764
6765 [ Eric Dumazet ]
6766
6767 * SAUCE: (no-up) udp: properly support MSG_PEEK with truncated buffers
6768 - LP: #1527902
6769
6770 [ Guilherme G. Piccoli ]
6771
6772 * SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()
6773 - LP: #1486180
6774
6775 [ Tim Gardner ]
6776
6777 * SAUCE: AUFS - update to aufs4.x-rcN 20160111
6778 * [Config] CONFIG_VIRTIO_BLK=y, CONFIG_VIRTIO_NET=y for s390
6779 - LP: #1532886
6780 * [Config] nvme.ko moved to drivers/nvme/host
6781 * [Config] scsi_dh morphed into 4 modules
6782 * [Config] CONFIG_IBMVNIC=m
6783 * [Config] Add DRM ast driver to udeb installer image
6784 - LP: #1514711
6785 * [Config] CONFIG_KVM=y for s390x
6786 - LP: #1532886
6787 * [Config] Install spl/zfs under the kernel modules directory
6788 Fixes some errors in generic.inclusion-list.log
6789
6790 [ Upstream Kernel Changes ]
6791
6792 * perf/x86/intel/uncore: Add Broadwell-EP uncore support
6793 - LP: #1524574
6794 * EDAC: Add DDR4 flag
6795 - LP: #1519631
6796 * EDAC, sb_edac: Virtualize several hard-coded functions
6797 - LP: #1519631
6798 * EDAC, sb_edac: Add support for duplicate device IDs
6799 - LP: #1519631
6800 * EDAC, sb_edac: Add Knights Landing (Xeon Phi gen 2) support
6801 - LP: #1519631
6802 * Driver for IBM System i/p VNIC protocol
6803 - LP: #1532303
6804
6805 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 09:57:16 -0700
6806
6807 linux (4.4.0-0.11) xenial; urgency=low
6808
6809 [ Tim Gardner ]
6810
6811 * [Config] Fix bogus reconstruct script
6812
6813 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 07:29:17 -0700
6814
6815 linux (4.4.0-0.10) xenial; urgency=low
6816
6817 [ Haren Myneni ]
6818
6819 * SAUCE: crypto: nx-842 - Mask XERS0 bit in return value
6820 - LP: #1529666
6821
6822 [ Serge Hallyn ]
6823
6824 * SAUCE: add a sysctl to disable unprivileged user namespace unsharing
6825
6826 [ Tim Gardner ]
6827
6828 * [Config] CONFIG_ZONE_DEVICE=y for amd64
6829 * [Config] CONFIG_BLK_DEV_LOOP=y for s390x
6830 - LP: #1526869
6831 * SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings
6832 * SAUCE: radeon: r100: Silence 'may be used uninitialized' warnings
6833 * SAUCE: dmaengine: ioatdma: Squelch framesize warnings
6834 * rebase to v4.4
6835
6836 [ Upstream Kernel Changes ]
6837
6838 * rebase to v4.4
6839
6840 -- Tim Gardner <tim.gardner@canonical.com> Mon, 04 Jan 2016 17:43:51 -0700
6841
6842 linux (4.4.0-0.9) xenial; urgency=low
6843
6844 [ Tim Gardner ]
6845
6846 * rebase to v4.4-rc8
6847
6848 [ Upstream Kernel Changes ]
6849
6850 * rebase to v4.4-rc8
6851
6852 -- Tim Gardner <tim.gardner@canonical.com> Sun, 03 Jan 2016 18:50:33 -0700
6853
6854 linux (4.4.0-0.8) xenial; urgency=low
6855
6856 [ Tim Gardner ]
6857
6858 * rebase to v4.4-rc7
6859
6860 [ Upstream Kernel Changes ]
6861
6862 * rebase to v4.4-rc7
6863
6864 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Dec 2015 16:13:11 -0700
6865
6866 linux (4.4.0-0.7) xenial; urgency=low
6867
6868 [ Hui Wang ]
6869
6870 * [Config] CONFIG_I2C_DESIGNWARE_BAYTRAIL=y, CONFIG_IOSF_MBI=y
6871 - LP: #1527096
6872
6873 [ Jann Horn ]
6874
6875 * SAUCE: (noup) ptrace: being capable wrt a process requires mapped
6876 uids/gids
6877 - LP: #1527374
6878
6879 [ Tim Gardner ]
6880
6881 * rebase to v4.4-rc6
6882
6883 [ Upstream Kernel Changes ]
6884
6885 * rebase to v4.4-rc6
6886 - LP: #1526330
6887
6888 -- Tim Gardner <tim.gardner@canonical.com> Thu, 17 Dec 2015 05:28:27 -0700
6889
6890 linux (4.4.0-0.6) xenial; urgency=low
6891
6892 [ Andy Whitcroft ]
6893
6894 * [Config] disable CONFIG_ARM64_LSE_ATOMICS to avoid issues with ARMv8.1
6895 support in latest compilers
6896 * [Config] disable CONFIG_CRYPTO_AES_ARM64_CE* to avoid issues with
6897 ARMv8.1 support in latest compilers
6898
6899 [ Tim Gardner ]
6900
6901 * [Config] s390 -> s390x
6902 * SAUCE: include/linux/mmdebug.h: #include <linux/bug.h>
6903
6904 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Dec 2015 06:46:26 -0700
6905
6906 linux (4.4.0-0.5) xenial; urgency=low
6907
6908 [ Andy Whitcroft ]
6909
6910 * [Config] s390x -- enable tools
6911 - LP: #1524319
6912 * [Config] s390x -- add architecture to getabis
6913 * [Config] s390x -- add s390x ABI information
6914 * [Config] s390x -- enable ABI checks
6915
6916 [ Tim Gardner ]
6917
6918 * [Debian] config-check and prepare using ${DEBIAN}/config/annotations
6919 * [Config] Add s390 modules to nic-modules udeb
6920 - LP: #1525297
6921 * rebase to v4.4-rc5
6922
6923 [ Upstream Kernel Changes ]
6924
6925 * rebase to v4.4-rc5
6926 - LP: #1523517
6927 - LP: #1523232
6928
6929 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Dec 2015 05:28:05 -0700
6930
6931 linux (4.4.0-0.4) xenial; urgency=low
6932
6933 [ Upstream Kernel Changes ]
6934
6935 * cgroup: make css_set pin its css's to avoid use-afer-free
6936 * cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in
6937 freezer_attach()
6938 * cgroup: fix handling of multi-destination migration from
6939 subtree_control enabling
6940
6941 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Dec 2015 11:20:41 -0700
6942
6943 linux (4.4.0-0.3) xenial; urgency=low
6944
6945 [ Upstream Kernel Changes ]
6946
6947 * rebase to v4.4-rc4
6948
6949 -- Tim Gardner <tim.gardner@canonical.com> Sun, 06 Dec 2015 16:50:15 -0700
6950
6951 linux (4.4.0-0.2) xenial; urgency=low
6952
6953 [ Tim Gardner ]
6954
6955 * [Config] Add spl/zfs provides to generic and powerpc64-smp
6956 * [Config] Add zfs to d-i fs-core-modules
6957 * [Config] Include all s390 specific drivers in linux-image
6958 - LP: #1522210
6959
6960 -- Tim Gardner <tim.gardner@canonical.com> Thu, 03 Dec 2015 07:05:56 -0700
6961
6962 linux (4.4.0-0.1) xenial; urgency=low
6963
6964 [ Andy Whitcroft ]
6965
6966 * [Tests] gcc-multilib does not exist on ppc64el redux
6967 - LP: #1515541
6968 * [Config] libunwind8-dev is not available on s390x
6969 * [Debian] Disable SPL/ZFS for cross compiling -- redux
6970 * [Config] s390x -- add dasd udebs
6971 - LP: #1519833
6972 * [Config] s390x -- include dasd modules in linux-image
6973 - LP: #1519833
6974 * [Config] s390x -- disable ZFS temporarily
6975 - LP: #1519820
6976 * [Config] s390s -- disable ABI/module checks
6977 * [Config] make IBMVETH consistent on powerpc/ppc64el
6978 - LP: #1521712
6979 * [Config] follow ibmvscsi name change
6980 - LP: #1521712
6981 * [Config] move ibm disk and ethernet drivers to linux-image
6982 - LP: #1521712
6983 * [Config] include ibmveth in nic-modules for ppc64el
6984 - LP: #1521712
6985 * [Config] s390x -- disable abi/module checks for s390x
6986
6987 [ Joseph Salisbury ]
6988
6989 * SAUCE: scsi_sysfs: protect against double execution of
6990 __scsi_remove_device()
6991 - LP: #1509029
6992
6993 [ Seth Forshee ]
6994
6995 * [Config] CONFIG_DRM_AMDGPU_CIK=n
6996 - LP: #1510405
6997
6998 [ Tim Gardner ]
6999
7000 * [Debian] Disable SPL/ZFS for cross compiling
7001 * [Config] CONFIG_SCSI_IBMVSCSI=m
7002 - LP: #1515872
7003 * rebase to v4.4-rc2
7004 * [Config] updateconfigs
7005 * [Config] CONFIG_WILC1000_DRIVER=n for FTBS
7006 * SAUCE: do_zfs=false temporarily
7007 * [Config] CONFIG_LUSTRE_FS=n
7008 * [Debian] Disable udebs when cross compiling
7009 * rebase to v4.4-rc3
7010 * [Config] CONFIG_AUFS_FS=m
7011 * SAUCE: AUFS
7012
7013 [ Upstream Kernel Changes ]
7014
7015 * ZFS: Update with 4.4 support
7016 * SPL: Update with 4.4 support
7017
7018 [ Upstream Kernel Changes ]
7019
7020 * rebase to v4.4-rc3
7021 - LP: #1519168
7022 * rebase to v4.4-rc2
7023 - LP: #1506615
7024 - LP: #1502781
7025
7026 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Nov 2015 13:22:37 -0700
7027
7028 linux (4.3.0-0.8) xenial; urgency=low
7029
7030 [ Andy Whitcroft ]
7031
7032 * [Config] re-enable OSS support and blacklist
7033 - LP: #1434842
7034 * [Config] enable CONFIG_CC_STACKPROTECTOR_STRONG=y
7035 * [Packaging] config-check -- improve syntax diagnostics
7036 * [Packaging] module-inclusion -- add dependency inclusion for a list
7037 * [Packaging] config-check -- accumulate multi-line annotations correctly
7038 * [Packaging] config-check -- handle V2 annotations format
7039 * [Packaging] s390x -- add architecture to kernelconfig
7040 - LP: #1488653
7041 * [Config] s390x -- initial configuration
7042 * [Config] s390x -- add initial binary image
7043 * [Config] s390x -- initial configuration update
7044 * [Config] s390x -- produce linux-image
7045 * [Config] s390x -- d-i module exclusions
7046 * [Config] apply Device Drivers >> LED Support >> LED Class Support
7047 * [Config] apply File systems >> Miscellaneous filesystems >> SquashFS 4.0 - Squashed file system support
7048 * [Config] apply Device Drivers >> Generic Driver Options >> Userspace firmware loading support
7049 * SAUCE: leds: lp55xx -- do not force use of the fallback loader
7050 * [Config] -- s390x -- configuration review updates
7051 * [Config] annotations -- add review marks
7052 * [Config] annotations -- config review 4.3 updates
7053 * [Config] annotations -- expose reviews
7054 * [Config] updateconfigs following incoporation of s390x configs
7055 * [Tests] gcc-multilib does not exist on ppc64el
7056 - LP: #1515541
7057
7058 [ Dan Carpenter ]
7059
7060 * SAUCE: (noup) cxlflash: a couple off by one bugs
7061 - LP: #1499849
7062
7063 [ Haren Myneni ]
7064
7065 * Revert "SAUCE: (noup) crypto: 842 - Add CRC and validation support"
7066
7067 [ Jay Vosburgh ]
7068
7069 * SAUCE: fan: add VXLAN implementation
7070
7071 [ Manoj Kumar ]
7072
7073 * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
7074 - LP: #1513583
7075
7076 [ Matthew R. Ochs ]
7077
7078 * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
7079 - LP: #1513583
7080
7081 [ Tim Gardner ]
7082
7083 * [Config] CONFIG_AUFS_EXPORT=y
7084 - LP: #1121699
7085
7086 [ Upstream Kernel Changes ]
7087
7088 * misc/genwqe: get rid of atomic allocations
7089 * crypto: 842 - Add CRC and validation support
7090 - LP: #1497878
7091 * cxlflash: Fix to avoid invalid port_sel value
7092 * cxlflash: Replace magic numbers with literals
7093 * cxlflash: Fix read capacity timeout
7094 * cxlflash: Fix potential oops following LUN removal
7095 * cxlflash: Fix data corruption when vLUN used over multiple cards
7096 * cxlflash: Fix to avoid sizeof(bool)
7097 * cxlflash: Fix context encode mask width
7098 * cxlflash: Fix to avoid CXL services during EEH
7099 * cxlflash: Correct naming of limbo state and waitq
7100 * cxlflash: Make functions static
7101 * cxlflash: Refine host/device attributes
7102 * cxlflash: Fix to avoid spamming the kernel log
7103 * cxlflash: Fix to avoid stall while waiting on TMF
7104 * cxlflash: Fix location of setting resid
7105 * cxlflash: Fix host link up event handling
7106 * cxlflash: Fix async interrupt bypass logic
7107 * cxlflash: Remove dual port online dependency
7108 * cxlflash: Fix AFU version access/storage and add check
7109 * cxlflash: Correct usage of scsi_host_put()
7110 * cxlflash: Fix to prevent workq from accessing freed memory
7111 * cxlflash: Correct behavior in device reset handler following EEH
7112 * cxlflash: Remove unnecessary scsi_block_requests
7113 * cxlflash: Fix function prolog parameters and return codes
7114 * cxlflash: Fix MMIO and endianness errors
7115 * cxlflash: Fix to prevent EEH recovery failure
7116 * cxlflash: Correct spelling, grammar, and alignment mistakes
7117 * cxlflash: Fix to prevent stale AFU RRQ
7118 * cxlflash: Fix to double the delay each time
7119 * cxlflash: Fix to avoid corrupting adapter fops
7120 * cxlflash: Correct trace string
7121 * cxlflash: Fix to avoid potential deadlock on EEH
7122 * cxlflash: Fix to avoid leaving dangling interrupt resources
7123 * cxlflash: Fix to escalate to LINK_RESET on login timeout
7124 * cxlflash: Fix to avoid corrupting port selection mask
7125 * cxlflash: Fix to avoid lock instrumentation rejection
7126 * cxlflash: Fix to avoid bypassing context cleanup
7127
7128 -- Tim Gardner <tim.gardner@canonical.com> Fri, 06 Nov 2015 10:15:07 -0600
7129
7130 linux (4.3.0-0.7) xenial; urgency=low
7131
7132 [ Tim Gardner ]
7133
7134 * Revert "Bypass spl/zfs config"
7135 Causes unresolved symbols on load.
7136 * [Config] Enable ZFS for powerpc64-smp
7137
7138 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Nov 2015 11:42:37 -0600
7139
7140 linux (4.3.0-0.6) xenial; urgency=low
7141
7142 [ Tim Gardner ]
7143
7144 * Release Tracking Bug
7145 - LP: #1512704
7146 * UBUNTU: SAUCE: AUFS aufs4.x-rcN 20151102
7147
7148 [ Andy Whitcroft ]
7149
7150 * [Packaging] add feature interlock with mainline builds
7151 * apparmor -- follow change to this_cpu_ptr
7152
7153 [ John Johansen ]
7154
7155 * SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used
7156 - LP: #1383886
7157 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
7158 - LP: #1362199
7159 * SAUCE: Revert: fix: only allow a single threaded process to ...
7160 - LP: #1371310
7161 * SAUCE: (no-up) fix: bad unix_addr_fs macro
7162 - LP: #1390223
7163 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
7164 - LP: #1408833
7165 * SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
7166 - LP: #1496430
7167
7168 [ Tim Gardner ]
7169
7170 * [Config] Add iscsi_ibft and iscsi_boot_sysfs to generic inclusion list
7171 - LP: #1511006
7172 * rebase to v4.3
7173 * Bypass spl/zfs config
7174 * SPL/ZFS: Add Makefiles in order to avoid the lengthy config
7175 * [Config] Default AppArmor settings
7176
7177 [ Upstream Kernel Changes ]
7178
7179 * rebase to v4.3
7180
7181 -- Tim Gardner <tim.gardner@canonical.com> Thu, 29 Oct 2015 09:16:26 -0600
7182
7183 linux (4.3.0-0.5) xenial; urgency=low
7184
7185 * Update spl to 0.6.5.3-0ubuntu1, zfs to 0.6.5.3-0ubuntu1
7186
7187 [ Upstream Kernel Changes ]
7188
7189 * rebase to v4.3-rc7
7190 - LP: #1504778
7191
7192 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Oct 2015 13:59:52 -0600
7193
7194 linux (4.3.0-0.4) xenial; urgency=low
7195
7196 [ Tim Gardner ]
7197
7198 * [Debian] Update to new signing key type and location
7199
7200 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 13:07:30 -0600
7201
7202 linux (4.3.0-0.3) wily; urgency=low
7203
7204 [ Tim Gardner ]
7205
7206 * [Debian] sign-file is now compiled
7207
7208 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 09:26:34 -0600
7209
7210 linux (4.3.0-0.2) wily; urgency=low
7211
7212 [ Tim Gardner ]
7213
7214 * [Config] Added libssl-dev to Build-Depends
7215
7216 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Oct 2015 14:01:55 -0600
7217
7218 linux (4.3.0-0.1) wily; urgency=low
7219
7220 [ Upstream Kernel Changes ]
7221
7222 * rebase to v4.3-rc6
7223 * rebase to v4.3-rc5
7224 * rebase to v4.3-rc4
7225 * rebase to v4.3-rc3
7226 * rebase to v4.3-rc2
7227 * rebase to v4.3-rc1
7228 - LP: #1492132
7229 - LP: #1481575
7230
7231 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Sep 2015 07:30:36 -0600
7232
7233 linux (4.2.0-10.11) wily; urgency=low
7234
7235 [ Andy Whitcroft ]
7236
7237 * Release Tracking Bug
7238 - LP: #1495208
7239 * No change rebuild to avoid issues with leading zero bytes on
7240 internal module signing key. (see launchpad bug 1494943)
7241
7242 [ Ming Lei ]
7243
7244 * [Config] SERIAL_8250_DW=y for arm64
7245
7246 [ Upstream Kernel Changes ]
7247
7248 * drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv
7249 code
7250 - LP: #1484486
7251 * drm/i915/gen8: Add infrastructure to initialize WA batch buffers
7252 - LP: #1484486
7253 * drm/i915/gen8: Re-order init pipe_control in lrc mode
7254 - LP: #1484486
7255 * drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
7256 - LP: #1484486
7257 * drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch
7258 workaround
7259 - LP: #1484486
7260 * drm/i915: Bail out early if WA batch is not available for given Gen
7261 - LP: #1484486
7262 * drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
7263 - LP: #1484486
7264 * drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch
7265 - LP: #1484486
7266 * drm/i915/gen9: Implement WaDisableKillLogic for gen 9
7267 - LP: #1484486
7268 * drm/i915: Enable WA batch buffers for Gen9
7269 - LP: #1484486
7270 * drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaround
7271 - LP: #1484486
7272 * drm/i915: Update wa_ctx_emit() macro as per kernel coding guidelines
7273 - LP: #1484486
7274 * drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch
7275 workaround
7276 - LP: #1484486
7277 * drm/i915/gen9: Add
7278 WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
7279 - LP: #1484486
7280 * drm/i915:skl: Add WaEnableGapsTsvCreditFix
7281 - LP: #1484486
7282 * drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
7283 - LP: #1484486
7284 * drm/i915/skl: Don't expose the top most plane on gen9 display
7285 - LP: #1484486
7286 * drm/i915/skl WaDisableSbeCacheDispatchPortSharing
7287 - LP: #1484486
7288 * drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A
7289 - LP: #1484486
7290 * drm/i915: reduce indent in i9xx_hpd_irq_handler
7291 - LP: #1484531
7292 * drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler
7293 - LP: #1484531
7294 * drm/i915: reduce indent in intel_hpd_irq_handler
7295 - LP: #1484531
7296 * drm/i915: group all hotplug related fields into a new struct in
7297 dev_priv
7298 - LP: #1484531
7299 * drm/i915: add for_each_hpd_pin to iterate over hotplug pins
7300 - LP: #1484531
7301 * drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
7302 - LP: #1484531
7303 * drm/i915: put back the indent in intel_hpd_irq_handler
7304 - LP: #1484531
7305 * drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
7306 - LP: #1484531
7307 * drm/i915: simplify condition for digital port
7308 - LP: #1484531
7309 * drm/i915: abstract away platform specific parts from hpd handling
7310 - LP: #1484531
7311 * drm/i915: Handle HPD when it has actually occurred
7312 - LP: #1484531
7313 * drm/i915: Set power domain for DDI-E
7314 - LP: #1484531
7315 * drm/i915: Set alternate aux for DDI-E
7316 - LP: #1484531
7317 * drm/i915/skl: enable DDI-E hotplug
7318 - LP: #1484531
7319 * drm/i915/bxt: fix DDI PHY vswing scale value setting
7320 - LP: #1494163
7321 * drm/i915/skl: Buffer translation improvements
7322 - LP: #1494163
7323 * drm/i915: Per-DDI I_boost override
7324 - LP: #1494163
7325 * drm/i915: fix VBT parsing for SDVO child device mapping
7326 - LP: #1494163
7327 * drm/i915/bxt: edp1.4 Intermediate Freq support
7328 - LP: #1494163
7329 * drm/i915: fix link rates reported for SKL
7330 - LP: #1494163
7331 * drm/i915: Allow parsing of variable size child device entries from VBT
7332 - LP: #1494163
7333 * drm/i915/skl: Update DDI buffer translation programming.
7334 - LP: #1494163
7335 * drm/i915: Enable HDMI on DDI-E
7336 - LP: #1484531
7337 * drm/i915/skl: Enable DDI-E
7338 - LP: #1484531
7339 * drm/i915: eDP can be present on DDI-E
7340 - LP: #1484531
7341 * drm/i915/skl: Adding DDI_E power well domain
7342 - LP: #1484531
7343 * drm/i915: set CDCLK if DPLL0 enabled during resuming from S3
7344 - LP: #1490035
7345 * drm/i915: Split atomic wm update to pre and post variants
7346 - LP: #1493746
7347 * drm/i915/skl: Drop the preliminary_hw_support flag
7348 - LP: #1486868
7349 * drm/i915: set FDI translations to NULL on SKL
7350 - LP: #1494163
7351
7352 -- Andy Whitcroft <apw@canonical.com> Sun, 13 Sep 2015 11:32:02 +0100
7353
7354 linux (4.2.0-9.9) wily; urgency=low
7355
7356 [ Tim Gardner ]
7357
7358 * Release Tracking Bug
7359 - LP: #1493970
7360 * [Config] CONFIG_MFD_INTEL_LPSS=m
7361 - LP: #1397876
7362
7363 [ dann frazier ]
7364
7365 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
7366 - LP: #1388952
7367
7368 [ Michael Ellerman ]
7369
7370 * SAUCE: crypto: vmx - VMX crypto should depend on CONFIG_VSX
7371 Fixes FTBS on 32 bit powerpc, patch sent upstream.
7372
7373 [ Upstream Kernel Changes ]
7374
7375 * thermal/powerclamp: add cpu id for skylake h/s
7376 - LP: #1398269
7377 * perf/x86/intel/uncore: Add Broadwell-DE uncore support
7378 - LP: #1397852
7379 * mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data
7380 - LP: #1460905
7381 * i2c: i801: Create iTCO device on newer Intel PCHs
7382 - LP: #1460905
7383 * watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint
7384 - LP: #1460905
7385 * perf/x86: Add a native_perf_sched_clock_from_tsc()
7386 - LP: #1397867
7387 * perf/x86/intel: Add support for PEBSv3 profiling
7388 - LP: #1397867
7389 * perf/x86/intel/lbr: Allow time stamp for free running PEBSv3
7390 - LP: #1397867
7391 * x86: Add new MSRs and MSR bits used for Intel Skylake PMU support
7392 - LP: #1397867
7393 * perf: Add cycles to branch_info
7394 - LP: #1397867
7395 * perf/x86/intel/lbr: Add support for LBRv5
7396 - LP: #1397867
7397 * perf/x86/intel: Handle new arch perfmon v4 status bits
7398 - LP: #1397867
7399 * perf/x86/intel: Move PMU ACK to after LBR read
7400 - LP: #1397867
7401 * perf/x86/intel/lbr: Optimize v4 LBR unfreezing
7402 - LP: #1397867
7403 * perf/x86/intel: Add Intel Skylake PMU support
7404 - LP: #1397867
7405 * perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with
7406 call stack
7407 - LP: #1397867
7408 * perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack mode
7409 - LP: #1397867
7410 * perf/x86: Make merge_attr() global to use from perf_event_intel
7411 - LP: #1397867
7412 * perf/x86/intel: Use 0x11 as extra reg test value
7413 - LP: #1397867
7414 * perf tools: Add support for cycles, weight branch_info field
7415 - LP: #1397867
7416 * perf report: Add flag for non ANY branch mode
7417 - LP: #1397867
7418 * perf report: Add infrastructure for a cycles histogram
7419 - LP: #1397867
7420 * perf report: Add processing for cycle histograms
7421 - LP: #1397867
7422 * perf annotate: Compute IPC and basic block cycles
7423 - LP: #1397867
7424 * perf annotate: Finally display IPC and cycle accounting
7425 - LP: #1397867
7426 * perf top: Add branch annotation code to top
7427 - LP: #1397867
7428 * perf report: Display cycles in branch sort mode
7429 - LP: #1397867
7430 * perf annotate: Fix 32-bit compilation error in util/annotate.c
7431 - LP: #1397867
7432 * PM / QoS: Make it possible to expose device latency tolerance to
7433 userspace
7434 - LP: #1460908
7435 * ACPI / PM: Attach ACPI power domain only once
7436 - LP: #1460908
7437 * Driver core: wakeup the parent device before trying probe
7438 - LP: #1460908
7439 * klist: implement klist_prev()
7440 - LP: #1460908
7441 * driver core: implement device_for_each_child_reverse()
7442 - LP: #1460908
7443 * mfd: make mfd_remove_devices() iterate in reverse order
7444 - LP: #1460908
7445 * dmaengine: add a driver for Intel integrated DMA 64-bit
7446 - LP: #1460908
7447 * mfd: Add support for Intel Sunrisepoint LPSS devices
7448 - LP: #1460908
7449 * spi: pxa2xx: Add support for Intel Sunrisepoint
7450 - LP: #1397876
7451 * spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbers
7452 - LP: #1397876
7453 * spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match
7454 - LP: #1397876
7455 * spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation
7456 for it
7457 - LP: #1397876
7458 * intel_idle: Skylake Client Support
7459 - LP: #1397877
7460 * powerpc/kernel: Switch to using MAX_ERRNO
7461 - LP: #1458876
7462 * powerpc/kernel: Change the do_syscall_trace_enter() API
7463 - LP: #1458876
7464 * powerpc: Drop unused syscall_get_error()
7465 - LP: #1458876
7466 * powerpc: Don't negate error in syscall_set_return_value()
7467 - LP: #1458876
7468 * powerpc: Rework syscall_get_arguments() so there is only one loop
7469 - LP: #1458876
7470 * powerpc: Use orig_gpr3 in syscall_get_arguments()
7471 - LP: #1458876
7472 * powerpc: Change syscall_get_nr() to return int
7473 - LP: #1458876
7474 * powerpc/kernel: Add SIG_SYS support for compat tasks
7475 - LP: #1458876
7476 * powerpc/kernel: Enable seccomp filter
7477 - LP: #1458876
7478 * selftests/seccomp: Make seccomp tests work on big endian
7479 - LP: #1458876
7480 * selftests/seccomp: Add powerpc support
7481 - LP: #1458876
7482 * eCryptfs: Invalidate dcache entries when lower i_nlink is zero
7483
7484 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Sep 2015 19:17:57 -0600
7485
7486 linux (4.2.0-8.8) wily; urgency=low
7487
7488 [ Tim Gardner ]
7489
7490 * Release Tracking Bug
7491 - LP: #1493357
7492 * [Config] CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO obsolete
7493 - LP: #1488495
7494 * [Config] CONFIG_CXLFLASH=m
7495 * [Config] CONFIG_CXL_EEH=y for ppc64el, powerpc64-smp
7496
7497
7498 [ Andy Whitcroft ]
7499
7500 * [Packaging] standardise on stage1 for the bootstrap stage in line with debian
7501 * [Packaging] mark up control for stage1
7502 * [Config] kernel-versions -- clean up deps field
7503 * [Config] s390x -- build linux-libc-dev
7504 - LP: #1488653
7505 * [Packaging] control -- prepare for new kernel-wedge semantics
7506
7507 [ Upstream Kernel Changes ]
7508
7509 * crypto: vmx - Fixing AES-CTR counter bug
7510 - LP: #1484519
7511 * crypto: vmx - Fixing GHASH Key issue on little endian
7512 - LP: #1484519
7513 * powerpc: Uncomment and make enable_kernel_vsx() routine available
7514 - LP: #1484519
7515 * crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions
7516 - LP: #1484519
7517 * crypto: nx - nx842_OF_upd_status should return ENODEV if device is not
7518 'okay'
7519 - LP: #1488495
7520 * crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}
7521 - LP: #1488495
7522 * crypto: nx - do not emit extra output if status is disabled
7523 - LP: #1488495
7524 * crypto: nx - reduce chattiness of platform drivers
7525 - LP: #1488495
7526 * crypto: nx/842 - Fix context corruption
7527 - LP: #1488495
7528 * crypto: nx - remove __init/__exit from VIO functions
7529 - LP: #1488495
7530 * crypto: nx - remove pSeries NX 'status' field
7531 - LP: #1488495
7532 * crypto: nx - move kzalloc() out of spinlock
7533 - LP: #1488495
7534 * crypto: nx - don't register pSeries driver if ENODEV
7535 - LP: #1488495
7536 * crypto: nx - use common code for both NX decompress success cases
7537 - LP: #1488495
7538 * crypto: nx - merge nx-compress and nx-compress-crypto
7539 - LP: #1488495
7540 * crypto: nx - rename nx-842-crypto.c to nx-842.c
7541 - LP: #1488495
7542 * crypto: nx - make platform drivers directly register with crypto
7543 - LP: #1488495
7544 * cxlflash: Base support for IBM CXL Flash Adapter
7545 - LP: #1449121
7546 * cxlflash: Base error recovery support
7547 - LP: #1449121
7548 * cxlflash: Superpipe support
7549 - LP: #1449121
7550 * cxlflash: Virtual LUN support
7551 - LP: #1449121
7552 * cxlflash: off by one bug in cxlflash_show_port_status()
7553 - LP: #1449121
7554 * cxlflash: shift wrapping bug in afu_link_reset()
7555 - LP: #1449121
7556 * cxlflash: Remove unused variable from queuecommand
7557 - LP: #1449121
7558 * powerpc/powernv: move dma_get_required_mask from pnv_phb to
7559 pci_controller_ops
7560 * powerpc/eeh: Probe after unbalanced kref check
7561 * misc: cxl: clean up afu_read_config()
7562 * cxl: Add explicit precision specifiers
7563 * cxl: use more common format specifier
7564 * cxl: Destroy cxl_adapter_idr on module_exit
7565 * cxl: Destroy afu->contexts_idr on release of an afu
7566 * cxl: Don't ignore add_process_element() result when attaching context
7567 * cxl: Compile with -Werror
7568 * cxl: sparse: Make declarations static
7569 * cxl: sparse: Silence iomem warning in debugfs file creation
7570 * cxl: Convert MMIO read/write macros to inline functions
7571 * cxl: Drop commands if the PCI channel is not in normal state
7572 * cxl: Allocate and release the SPA with the AFU
7573 * cxl: Make IRQ release idempotent
7574 * cxl: Clean up adapter MMIO unmap path.
7575 * cxl: Refactor adaptor init/teardown
7576 * cxl: Refactor AFU init/teardown
7577 * cxl: Don't remove AFUs/vPHBs in cxl_reset
7578 * cxl: Allow the kernel to trust that an image won't change on PERST.
7579 * cxl: EEH support
7580 * cxl: Add CONFIG_CXL_EEH symbol
7581 * cxl: Plug irq_bitmap getting leaked in cxl_context
7582 * cxl: Add alternate MMIO error handling
7583 * cxl: Allow release of contexts which have been OPENED but not STARTED
7584 * cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE
7585 * cxl: Release irqs if memory allocation fails
7586 * cxl: Remove racy attempt to force EEH invocation in reset
7587 * cxl: Fix + cleanup error paths in cxl_dev_context_init
7588 * cxl: Fix force unmapping mmaps of contexts allocated through the kernel api
7589 * cxl: Set up and enable PSL Timebase
7590
7591 -- Tim Gardner <tim.gardner@canonical.com> Tue, 01 Sep 2015 07:38:43 -0600
7592
7593 linux (4.2.0-7.7) wily; urgency=low
7594
7595 [ Tim Gardner ]
7596
7597 * Release Tracking Bug
7598 - LP: #1490564
7599 * rebase to v4.2
7600
7601 [ Wen Xiong ]
7602
7603 * SAUCE: ipr: Byte swapping for device_id attribute in sysfs
7604 - LP: #1453892
7605
7606 [ Upstream Kernel Changes ]
7607
7608 * rebase to v4.2
7609 - LP: #1487345
7610
7611 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2015 07:06:10 -0600
7612
7613 linux (4.2.0-6.6) wily; urgency=low
7614
7615 [ Tim Gardner ]
7616
7617 * Release Tracking Bug
7618 - LP: #1488138
7619
7620 [ Andy Whitcroft ]
7621
7622 * rebase to v4.2-rc8
7623
7624 [ Shilpasri G Bhat ]
7625
7626 * SAUCE: cpufreq: powernv: Handle throttling due to Pmax capping at chip
7627 level
7628 - LP: #1480894
7629 * SAUCE: powerpc/powernv: Add definition of OPAL_MSG_OCC message type
7630 - LP: #1480894
7631 * SAUCE: cpufreq: powernv: Register for OCC related opal_message
7632 notification
7633 - LP: #1480894
7634 * SAUCE: cpufreq: powernv: Call throttle_check() on receiving
7635 OCC_THROTTLE
7636 - LP: #1480894
7637 * SAUCE: cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active
7638 bit is set
7639 - LP: #1480894
7640 * SAUCE: cpufreq: powernv: Restore cpu frequency to policy->cur on
7641 unthrottling
7642 - LP: #1480894
7643
7644 [ Upstream Kernel Changes ]
7645
7646 * rebase to v4.2-rc8
7647 - LP: #1483440
7648 - LP: #1484334
7649
7650 -- Tim Gardner <tim.gardner@canonical.com> Fri, 21 Aug 2015 07:12:11 -0600
7651
7652 linux (4.2.0-5.5) wily; urgency=low
7653
7654 [ Tim Gardner ]
7655
7656 * Release Tracking Bug
7657 - LP: #1487173
7658
7659 [ Andy Whitcroft ]
7660
7661 * [Packaging] correct spelling of probabaly on the tools packages
7662 - LP: #1256822
7663 * rebase to v4.2-rc7
7664
7665 [ dann frazier ]
7666
7667 * d-i: Add nicpf and nicvf to nic-modules
7668 * d-i: Enable usb modules on arm64
7669
7670 [ Mahesh Salgaonkar ]
7671
7672 * SAUCE: powerpc/powernv: display reason for Malfunction Alert HMI.
7673 - LP: #1482343
7674 * SAUCE: powerpc/powernv: Pull all HMI events before panic.
7675 - LP: #1482343
7676 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable
7677 machine check errors.
7678 - LP: #1482343
7679 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable HMI.
7680 - LP: #1482343
7681
7682 [ Vipin K Parashar ]
7683
7684 * SAUCE: powerpc/powernv: Add poweroff (EPOW, DPO) events support for
7685 PowerNV platform
7686 - LP: #1469771
7687
7688 [ Upstream Kernel Changes ]
7689
7690 * rebase to v4.2-rc7
7691
7692 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Aug 2015 09:48:40 -0600
7693
7694 linux (4.2.0-4.4) wily; urgency=low
7695
7696 [ Tim Gardner ]
7697
7698 * Release Tracking Bug
7699 - LP: #1483677
7700
7701 [ Achiad Shochat ]
7702
7703 * SAUCE: net/mlx5e: Support TX packet copy into WQE
7704 * SAUCE: net/mlx5e: TX latency optimization to save DMA reads
7705 * SAUCE: net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others
7706 * SAUCE: net/mlx5e: Input IPSEC.SPI into the RX RSS hash function
7707
7708 [ Adam Lee ]
7709
7710 * SAUCE: serial: 8250_pci: Add support for Pericom PI7C9X795[1248]
7711 - LP: #1480142
7712
7713 [ dann frazier ]
7714
7715 * [Config] CONFIG_NR_CPUS=128 on arm64
7716
7717 [ Leann Ogasawara ]
7718
7719 * [Config] d-i -- Add sfc to nic-modules udeb
7720 - LP: #1481490
7721
7722 [ Saeed Mahameed ]
7723
7724 * SAUCE: net/mlx5e: Support ETH_RSS_HASH_XOR
7725 * SAUCE: net/mlx5e: Allocate DMA coherent memory on reader NUMA node
7726
7727 [ Tim Gardner ]
7728
7729 * [Config] CONFIG_X86_INTEL_MPX=y
7730 - LP: #1460902
7731 * [Debian] change dependency on module-init-tools to kmod
7732 - LP: #1481986
7733 * rebase to v4.2-rc6
7734
7735 [ Upstream Kernel Changes ]
7736
7737 * rebase to v4.2-rc6
7738
7739 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 16:59:45 -0600
7740
7741 linux (4.2.0-3.3) wily; urgency=low
7742
7743 [ Tim Gardner ]
7744
7745 * Release Tracking Bug
7746 - LP: #1481462
7747 * SAUCE: workqueue: Make flush_workqueue() available again to non GPL modules
7748 Fixes an FTBS for at least one DKMS package.
7749
7750 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 11:26:53 -0600
7751
7752 linux (4.2.0-2.2) wily; urgency=low
7753
7754 [ Tim Gardner ]
7755
7756 * Release Tracking Bug
7757 - LP: #1481067
7758 * rebase to v4.2-rc5
7759
7760 [ Andy Whitcroft ]
7761
7762 * [Packaging] module-inclusion -- commonise copy code and simplify
7763 * [Packaging] module-inclusion -- add manual command entries
7764 * [Packaging] module blacklists -- add support for manual blacklists
7765 * [Packaging] do_common_tools should always be on
7766 * [Packaging] initscripts need installing when making the package
7767 * [Packaging] initscripts work around bug in debhelper systemd support
7768 * [Config] exclude oss modules from linux-image
7769 - LP: #1434842
7770 * hyper-v -- add hid and fb drivers to linux-virtual
7771 - LP: #1444179
7772 * ubuntu: (no-squash) vbox -- infrastructure and updater
7773 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
7774 - LP: #1426113
7775 * ubuntu: vbox -- update to 5.0.0-dfsg-1
7776 - LP: #1480879
7777 * SAUCE: vbox: follow v4.2 updates to follow_link()/put_link() API
7778 * [Config] move vbox modules into linux-image
7779
7780 [ Upstream Kernel Changes ]
7781
7782 * rebase to v4.2-rc5
7783 - LP: #1478497
7784 - LP: #1477900
7785
7786 -- Andy Whitcroft <apw@canonical.com> Mon, 03 Aug 2015 12:20:10 +0100
7787
7788 linux (4.2.0-1.1~rc1) wily; urgency=low
7789
7790 [ Andy Whitcroft ]
7791
7792 * Release Tracking Bug
7793 - LP: #1479903
7794 * Initial upload of v4.2 based kernel (currently v4.-rc4)
7795
7796 [ Upstream Kernel Changes ]
7797
7798 * rebase to v4.2-rc4
7799 - LP: #1476987
7800 - LP: #1476888
7801 * rebase to v4.2-rc3
7802 * rebase to v4.2-rc2
7803 * rebase to v4.2-rc1
7804 - LP: #1394368
7805 - LP: #1427680
7806 - LP: #1462614
7807 - LP: #1397021
7808
7809 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jul 2015 18:42:46 +0100
7810
7811 linux (4.1.0-3.3) wily; urgency=low
7812
7813 [ Andy Whitcroft ]
7814
7815 * Release Tracking Bug
7816 - LP: #1478897
7817
7818 [ Colin Ian King ]
7819
7820 * SAUCE: KEYS: ensure we free the assoc array edit if edit is valid
7821 - CVE-2015-1333
7822
7823 [ Seth Forshee ]
7824
7825 * SAUCE: overlayfs: Enable user namespace mounts for the "overlay" fstype
7826 - LP: #1478578
7827
7828 [ Upstream Kernel Changes ]
7829
7830 * sched/stop_machine: Fix deadlock between multiple stop_two_cpus()
7831 - LP: #1461620
7832 * x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
7833 * x86/nmi/64: Remove asm code that saves cr2
7834 * x86/nmi/64: Switch stacks on userspace NMI entry
7835 * x86/nmi/64: Reorder nested NMI checks
7836 * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI
7837 detection
7838
7839 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2015 11:59:03 +0100
7840
7841 linux (4.1.0-2.4) wily; urgency=low
7842
7843 [ Andy Whitcroft ]
7844
7845 * SAUCE: overlayfs: when copying up and reading directories ensure
7846 mounter had permissions V2
7847 - CVE-2015-1328
7848
7849 [ Leann Ogasawara ]
7850
7851 * Release Tracking Bug
7852 - LP: #1465419
7853
7854 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
7855
7856 linux (4.1.0-2.2) wily; urgency=low
7857
7858 [ Tim Gardner ]
7859
7860 * rebase to v4.1.3
7861 * [Config] Add i40e[vf] to d-i
7862 - LP: #1476393
7863
7864 [ Upstream Kernel Changes ]
7865
7866 * rebase to v4.1.3
7867 - LP: #1427680
7868 - LP: #1462614
7869 - LP: #1394368
7870
7871 -- Tim Gardner <tim.gardner@canonical.com> Wed, 22 Jul 2015 09:13:02 -0600
7872
7873 linux (4.1.0-1.1) wily; urgency=low
7874
7875 [ Andy Whitcroft ]
7876
7877 * SAUCE: overlay: add backwards compatible overlayfs format support V3
7878 - LP: #1395877, #1410480
7879 * SAUCE: overlayfs: when copying up and reading directories ensure
7880 mounter had permissions V2
7881 - CVE-2015-1328
7882 * [Packaging] fix up Vcs-Git: to point to launchpad
7883 * [Config] correct linux-initramfs-tool virtual linkage
7884 - LP: #1474810
7885
7886 [ Chris J Arges ]
7887
7888 * [Config] Add dm-service-time to multipath-modules
7889 - LP: #1469240
7890 * [Config] Add MTD_POWERNV_FLASH and OPAL_PRD
7891 - LP: #1464560
7892
7893 [ Jay Vosburgh ]
7894
7895 * SAUCE: fan: Proof of concept implementation (v2)
7896 - LP: #1439706
7897 * SAUCE: fan: tunnel multiple mapping mode (v3)
7898 - LP: #1470091
7899
7900 [ Leann Ogasawara ]
7901
7902 * Revert "SAUCE: ext4: disable ext4_punch_hole for indirect filesystems"
7903 * Revert "SAUCE: intel_pstate: inform user that thermald is worth
7904 considering"
7905 * Revert "SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537"
7906 * Revert "SAUCE: dm-crypt: never use write same"
7907 * Release Tracking Bug
7908 - LP: #1476333
7909
7910 [ Tim Gardner ]
7911
7912 * Rebase to v4.1
7913 - LP: #1443371
7914 * [Config] Enable Apparmor
7915 * [Config] CONFIG_OVERLAY_FS_V1=y
7916 * [Config] DEFAULT_IOSCHED="deadline" for ppc64el
7917 - LP: #1469829
7918 * [Config] CONFIG_VM86=n
7919 - LP: #1473447
7920 * [Config] ACORN_PARTITION=n
7921 - LP: #1453117
7922
7923 [ Timo Aaltonen ]
7924
7925 * [Config] Disable CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT
7926 - LP: #1473319
7927
7928 [ Upstream Kernel Changes ]
7929
7930 * efi: efivar_create_sysfs_entry() should return negative error codes
7931 * efi: Add esrt support
7932 * x86, doc: Remove cmdline_size from list of fields to be filled in for
7933 EFI handover
7934 * efi/esrt: Fix some compiler warnings
7935 * efi: dmi: List SMBIOS3 table before SMBIOS table
7936 * efi: Add 'systab' information to Documentation/ABI
7937 * ALSA: hda - restore the MIC FIXUP for some Dell machines
7938 - LP: #1473560
7939 * mtd: powernv: Add powernv flash MTD abstraction driver
7940 - LP: #1464560
7941 * powerpc/powernv: Expose OPAL APIs required by PRD interface
7942 - LP: #1464560
7943 * powerpc/powernv: Add opal-prd channel
7944 - LP: #1464560
7945 * powerpc/powernv: fix construction of opal PRD messages
7946 - LP: #1464560
7947 * powerpc/include: Add opal-prd to installed uapi headers
7948 - LP: #1464560
7949 * powerpc/powernv: Fix vma page prot flags in opal-prd driver
7950 - LP: #1464560
7951
7952 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 20 Jul 2015 10:16:06 -0700
7953
7954 linux (4.0.0-2.4) wily; urgency=low
7955
7956 [ Andy Whitcroft ]
7957
7958 * SAUCE: overlayfs: when copying up and reading directories ensure
7959 mounter had permissions V2
7960 - CVE-2015-1328
7961
7962 [ Leann Ogasawara ]
7963
7964 * Release Tracking Bug
7965 - LP: #1465419
7966
7967 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
7968
7969 linux (4.0.0-1.2) wily; urgency=low
7970
7971 [ Andy Whitcroft ]
7972
7973 * SAUCE: overlay: add backwards compatible overlayfs format support V3
7974 - LP: #1395877, #1410480
7975 * [Config] enable CONFIG_OVERLAY_FS_V1
7976
7977 [ Tai Nguyen ]
7978
7979 * SAUCE: power: reset: Add syscon reboot device node for APM X-Gene platform
7980 - LP: #1463211
7981
7982 [ Tim Gardner ]
7983
7984 * [Config] CONFIG_HIBERNATION=n for ppc64el
7985 - LP: #1463836
7986
7987 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Jun 2015 06:11:53 -0600
7988
7989 linux (4.0.0-1.1) wily; urgency=low
7990
7991 [ Leann Ogasawara ]
7992
7993 * Revert "md/raid0: fix bug with chunksize not a power of 2."
7994 - LP: #1457510
7995 * powerpc/powernv: Check image loaded or not before calling flash
7996 - LP: #1461553
7997
7998 [ Tim Gardner ]
7999
8000 * [Config] armhf: CPUFREQ_DT=y
8001 - LP: #1457781
8002
8003 [ Upstream Kernel Changes ]
8004
8005 * rebase to v4.0.5
8006 - LP: #1429756
8007 - LP: #1452175
8008 - LP: #1454656
8009 - LP: #1447909
8010 - LP: #1446517
8011 - LP: #1428947
8012 - LP: #1410704
8013 - LP: #1412800
8014 - LP: #1400215
8015 - LP: #1411193
8016 - LP: #1412800
8017 - LP: #1408295
8018 - LP: #1436745
8019
8020 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 09 Jun 2015 05:58:46 -0700
8021
8022 linux (3.19.0-10.10) vivid; urgency=low
8023
8024 [ Andy Whitcroft ]
8025
8026 * [Packaging] control -- make element ordering deterministic
8027 * [Config] allow dracult to support initramfs as well
8028 - LP: #1109029
8029 * [Packaging] generate live watchdog blacklists
8030 - LP: #1432837
8031
8032 [ Leann Ogasawara ]
8033
8034 * [Config] CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
8035 - LP: #1397860
8036 * rebase to v3.19.2
8037
8038 [ Upstream Kernel Changes ]
8039
8040 * thinkpad_acpi: support new BIOS version string pattern
8041 - LP: #1417915
8042 * arm64: Invalidate the TLB corresponding to intermediate page table
8043 levels
8044 - LP: #1432546
8045 * perf tools: Support parsing parameterized events
8046 - LP: #1430341
8047 * perf tools: Extend format_alias() to include event parameters
8048 - LP: #1430341
8049 * perf Documentation: Add event parameters
8050 - LP: #1430341
8051 * perf tools: Document parameterized and symbolic events
8052 - LP: #1430341
8053 * perf: provide sysfs_show for struct perf_pmu_events_attr
8054 - LP: #1430341
8055 * perf: add PMU_EVENT_ATTR_STRING() helper
8056 - LP: #1430341
8057 * perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helper
8058 - LP: #1430341
8059 * powerpc/perf/hv-24x7: parse catalog and populate sysfs with events
8060 - LP: #1430341
8061 * powerpc/perf/{hv-gpci, hv-common}: generate requests with counters
8062 annotated
8063 - LP: #1430341
8064 * powerpc/perf/hv-gpci: add the remaining gpci requests
8065 - LP: #1430341
8066 * powerpc/perf/hv-24x7: Document sysfs event description entries
8067 - LP: #1430341
8068 * powerpc/iommu: Remove IOMMU device references via bus notifier
8069 - LP: #1425202
8070 * powerpc/pseries: Fix endian problems with LE migration
8071 - LP: #1428351
8072 * intel_idle: support additional Broadwell model
8073 - LP: #1400970
8074 * tools/power turbostat: support additional Broadwell model
8075 - LP: #1400970
8076 * KVM: x86: flush TLB when D bit is manually changed.
8077 - LP: #1397860
8078 * Optimize TLB flush in kvm_mmu_slot_remove_write_access.
8079 - LP: #1397860
8080 * KVM: Add generic support for dirty page logging
8081 - LP: #1397860
8082 * KVM: x86: switch to kvm_get_dirty_log_protect
8083 - LP: #1397860
8084 * KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for
8085 log dirty
8086 - LP: #1397860
8087 * KVM: MMU: Add mmu help functions to support PML
8088 - LP: #1397860
8089 * KVM: MMU: Explicitly set D-bit for writable spte.
8090 - LP: #1397860
8091 * KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
8092 - LP: #1397860
8093 * KVM: x86: Add new dirty logging kvm_x86_ops for PML
8094 - LP: #1397860
8095 * KVM: VMX: Add PML support in VMX
8096 - LP: #1397860
8097 * HID: multitouch: add support of clickpads
8098 * HID: multitouch: Add support for button type usage
8099
8100 [ Upstream Kernel Changes ]
8101
8102 * rebase to v3.19.2
8103 - LP: #1428947
8104
8105 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Mar 2015 15:28:16 +0000
8106
8107 linux (3.19.0-9.9) vivid; urgency=low
8108
8109 [ Leann Ogasawara ]
8110
8111 * Release Tracking Bug
8112 - LP: #1430930
8113
8114 [ Shachar Raindel ]
8115
8116 * SAUCE: IB/core: Prevent integer overflow in ib_umem_get address
8117 arithmetic
8118 - LP: #1413741
8119 - CVE-2014-8159
8120
8121 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 11 Mar 2015 10:29:17 -0700
8122
8123 linux (3.19.0-8.8) vivid; urgency=low
8124
8125 [ Andy Whitcroft ]
8126
8127 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
8128 - LP: #1426113
8129 * rebase to stable v3.19.1
8130
8131 [ John Johansen ]
8132
8133 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
8134 - LP: #1408833
8135
8136 [ Leann Ogasawara ]
8137
8138 * Release Tracking Bug
8139 - LP: #1429940
8140
8141 [ Upstream Kernel Changes ]
8142
8143 * xen: correct bug in p2m list initialization
8144 * net/mlx5_core: Fix configuration of log_uar_page_sz
8145 - LP: #1419938
8146 * tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send
8147 - LP: #1420575
8148 * net/mlx4_core: Maintain a persistent memory for mlx4 device
8149 - LP: #1422481
8150 * net/mlx4_core: Set device configuration data to be persistent across
8151 reset
8152 - LP: #1422481
8153 * net/mlx4_core: Refactor the catas flow to work per device
8154 - LP: #1422481
8155 * net/mlx4_core: Enhance the catas flow to support device reset
8156 - LP: #1422481
8157 * net/mlx4_core: Activate reset flow upon fatal command cases
8158 - LP: #1422481
8159 * net/mlx4_core: Manage interface state for Reset flow cases
8160 - LP: #1422481
8161 * net/mlx4_core: Handle AER flow properly
8162 - LP: #1422481
8163 * net/mlx4_core: Enable device recovery flow with SRIOV
8164 - LP: #1422481
8165 * net/mlx4_core: Reset flow activation upon SRIOV fatal command cases
8166 - LP: #1422481
8167 * tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()
8168 - LP: #1428111
8169 * rebase to v3.19.1
8170 - LP: #1410704
8171 - LP: #1411193
8172 - LP: #1400215
8173
8174 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Mar 2015 10:08:29 -0700
8175
8176 linux (3.19.0-7.7) vivid; urgency=low
8177
8178 [ Andy Whitcroft ]
8179
8180 * Release Tracking Bug
8181 - LP: #1426013
8182
8183 [ Upstream Kernel Changes ]
8184
8185 * x86/irq: Fix regression caused by commit b568b8601f05
8186 * cxl: Fix leaking interrupts if attach process fails
8187 - LP: #1415102
8188 * cxl: Early return from cxl_handle_fault for a shut down context
8189 - LP: #1415102
8190 * cxl: Disable AFU debug flag
8191 - LP: #1415102
8192 * cxl: Disable SPAP register when freeing SPA
8193 - LP: #1415102
8194 * cxl: remove redundant increment of hwirq
8195 - LP: #1415102
8196 * cxl: Add tracepoints
8197 - LP: #1415102
8198 * cxl: Update CXL ABI documentation
8199 - LP: #1415102
8200 * cxl: Use image state defaults for reloading FPGA
8201 - LP: #1415102
8202 * cxl: Add image control to sysfs
8203 - LP: #1415102
8204 * cxl: Enable CAPP recovery
8205 - LP: #1415102
8206 * cxl: Add ability to reset the card
8207 - LP: #1415102
8208 * cxl: Fix device_node reference counting
8209 - LP: #1415102
8210 * cxl: Export optional AFU configuration record in sysfs
8211 - LP: #1415102
8212 * cxl: Fail AFU initialisation if an invalid configuration record is
8213 found
8214 - LP: #1415102
8215 * cxl: Add missing return statement after handling AFU errror
8216 - LP: #1415102
8217 * powerpc/eeh: Introduce flag EEH_PE_REMOVED
8218 - LP: #1415102
8219 * powerpc/eeh: Allow to set maximal frozen times
8220 - LP: #1415102
8221 * HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events
8222
8223 -- Andy Whitcroft <apw@canonical.com> Thu, 26 Feb 2015 16:00:18 +0000
8224
8225 linux (3.19.0-6.6) vivid; urgency=low
8226
8227 [ Andy Whitcroft ]
8228
8229 * systemd -- fix hyper-v units to be non-forking
8230 - LP: #1401525
8231 * [Config] move vbox modules into linux-image
8232 * ubuntu: vbox -- update to 4.3.22-dfsg-1
8233
8234 [ Brad Figg ]
8235
8236 * SAUCE: DEP8 test to run our regression tests
8237
8238 [ Paolo Pisati ]
8239
8240 * [Config] I2C_CHARDEV=y
8241 - LP: #1417032
8242
8243 [ Upstream Kernel Changes ]
8244
8245 * PCI: Fix infinite loop with ROM image of size 0
8246 * tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma
8247 * Bluetooth: ath3k: workaround the compatibility issue with xHCI
8248 controller
8249 - LP: #1400215
8250
8251 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Feb 2015 12:44:43 +0000
8252
8253 linux (3.19.0-5.5) vivid; urgency=low
8254
8255 [ Andy Whitcroft ]
8256
8257 * [Config] CONFIG_FA_DUMP=y
8258 - LP: #1415562
8259 * ubuntu: (no-squash) vbox -- infrastructure and updater
8260 * ubuntu: vbox -- update to 4.3.20-dfsg-1ubuntu1
8261 * rebase to v3.19 final
8262
8263 [ Chris J Arges ]
8264
8265 * [Config] Add ibmvfc to d-i
8266 - LP: #1416001
8267 * SAUCE: ext4: disable ext4_punch_hole for indirect filesystems
8268 - LP: #1292234
8269
8270 [ Upstream Kernel Changes ]
8271
8272 * rebase to v3.19
8273
8274 -- Andy Whitcroft <apw@canonical.com> Mon, 09 Feb 2015 10:41:11 +0000
8275
8276 linux (3.19.0-4.4) vivid; urgency=low
8277
8278 [ Andy Whitcroft ]
8279
8280 * [Config] apply Kernel hacking >> Tracers config defaults
8281 * hyper-v -- fix comment handing in /etc/network/interfaces
8282 - LP: #1413020
8283 * rebase to v3.19-rc7
8284 * updateconfigs following rebase to v3.19-rc7
8285
8286 [ Ben Hutchings ]
8287
8288 * SAUCE: rtsx_usb_ms: Use msleep_interruptible() in polling loop
8289 - LP: #1413149
8290
8291 [ Upstream Kernel Changes ]
8292
8293 * rebase to v3.19-rc7
8294
8295 -- Andy Whitcroft <apw@canonical.com> Mon, 02 Feb 2015 17:03:07 +0200
8296
8297 linux (3.19.0-3.3) vivid; urgency=low
8298
8299 [ Andy Whitcroft ]
8300
8301 * [Debian] arm64 -- build ubuntu drivers
8302 - LP: #1411284
8303 * [Packaging] config-check -- add support for enforced annotations
8304 * [Config] annotations -- switch to ENFORCED annotations
8305 * [Packaging] config-check -- drop support for enforce file
8306 * [Packaging] enforce -- drop empty enforce file
8307 * rebase to v3.19-rc5
8308 * [Config] add modules removed due to tighter dependencies
8309 * [Config] updateconfigs following rebase to v3.19-rc5
8310 * [Config] enforce CONFIG_FHANDLE=y
8311 - LP: #1412543
8312 * [Packaging] hyper-v -- daemons now require -n for non-forking startup
8313 - LP: #1408355
8314 * [Config] CONFIG_DEBUG_INFO_SPLIT=n
8315 - LP: #1413646
8316 * [Config] apply Device Drivers >> Character devices >> IPMI top-level
8317 message handler config defaults
8318 * [Config] apply Device Drivers >> Character devices >> Serial drivers
8319 config defaults
8320 * [Config] apply Device Drivers >> GPIO Support config defaults
8321 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
8322 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
8323 support) config defaults
8324 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
8325 Devices >> Support for frame buffer devices config defaults
8326 * [Config] apply Device Drivers >> HID support >> HID bus support >>
8327 Special HID drivers config defaults
8328 * [Config] apply Device Drivers >> Hardware Monitoring support config
8329 defaults
8330 * [Config] apply Device Drivers >> I2C support >> I2C support >> I2C
8331 Hardware Bus support config defaults
8332 * [Config] apply Device Drivers >> Industrial I/O support >> Analog to
8333 digital converters config defaults
8334 * [Config] apply Device Drivers >> Industrial I/O support >> Humidity
8335 sensors config defaults
8336 * [Config] apply Device Drivers >> Industrial I/O support >> Pressure
8337 sensors config defaults
8338 * [Config] apply Device Drivers >> Input device support >> Generic input
8339 layer (needed for keyboard, mouse, ...) >> Mice config defaults
8340 * [Config] apply Device Drivers >> Input device support >> Generic input
8341 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
8342 * [Config] apply Device Drivers >> LED Support >> LED Class Support
8343 config defaults
8344 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
8345 defaults
8346 * [Config] apply Device Drivers >> Multifunction device drivers config
8347 defaults
8348 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
8349 grabbers support >> Media test drivers config defaults
8350 * [Config] apply Device Drivers >> Multimedia support >> Media PCI
8351 Adapters config defaults
8352 * [Config] apply Device Drivers >> Multimedia support >> Remote
8353 Controller devices config defaults
8354 * [Config] apply Device Drivers >> Network device support >> Distributed
8355 Switch Architecture drivers config defaults
8356 * [Config] apply Device Drivers >> Network device support >> Network core
8357 driver support config defaults
8358 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
8359 >> Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) config
8360 defaults
8361 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
8362 >> Intel PRO/Wireless 2200BG and 2915ABG Network Connection config
8363 defaults
8364 * [Config] apply Device Drivers >> PHY Subsystem config defaults
8365 * [Config] apply Device Drivers >> Pin controllers config defaults
8366 * [Config] apply Device Drivers >> SPI support config defaults
8367 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
8368 Sound Architecture >> ALSA for SoC audio support config defaults
8369 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
8370 Sound Architecture >> FireWire sound devices config defaults
8371 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
8372 Sound Architecture >> HD-Audio config defaults
8373 * [Config] apply Device Drivers >> Staging drivers >> Lustre file system
8374 client support config defaults
8375 * [Config] apply Device Drivers >> Staging drivers >> Media staging
8376 drivers config defaults
8377 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
8378 USB Gadget Drivers >> USB functions configurable through configfs
8379 config defaults
8380 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
8381 USB Peripheral Controller config defaults
8382 * [Config] apply Networking support >> NFC subsystem support >> Near
8383 Field Communication (NFC) devices config defaults
8384 * [Config] apply Networking support >> Networking options >> Network
8385 packet filtering framework (Netfilter) >> Core Netfilter Configuration
8386 >> Netfilter nf_tables support config defaults
8387 * [Config] apply Networking support >> Networking options >> QoS and/or
8388 fair queueing >> Actions config defaults
8389 * [Config] apply Networking support >> Networking options >> TCP/IP
8390 networking config defaults
8391 * [Config] apply Networking support >> Wireless >> Generic IEEE 802.11
8392 Networking Stack (mac80211) config defaults
8393 * [Config] apply Device Drivers >> Input device support >> Generic input
8394 layer (needed for keyboard, mouse, ...) >> Keyboards config defaults
8395 * [Config] apply Device Drivers >> Input device support >> Generic input
8396 layer (needed for keyboard, mouse, ...) >> Mice config defaults
8397 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
8398 config defaults
8399 * [Config] apply Networking support >> Networking options >> Network
8400 packet filtering framework (Netfilter) >> IP: Netfilter Configuration
8401 >> IPv4 NAT config defaults
8402 * [Config] apply Networking support >> Networking options >> Network
8403 packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration
8404 >> IPv6 NAT config defaults
8405 * [Config] apply Kernel hacking >> Kernel debugging config defaults
8406 * [Config] apply General setup >> Timers subsystem >> Timer tick handling
8407 config defaults
8408 * SAUCE: arm64 -- psci tell the compiler which registers we are needing
8409 values in
8410 - LP: #1414002
8411 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
8412 >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N
8413 (iwlwifi) config defaults
8414 * [Config] apply Device Drivers >> Real Time Clock config defaults
8415 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
8416 support >> SCSI low-level drivers config defaults
8417 * [Config] apply General setup >> CPU/Task time and stats accounting >>
8418 Cputime accounting config defaults
8419 * [Config] apply Device Drivers >> Mailbox Hardware Support config
8420 defaults
8421 * rebase to v3.19-rc6
8422 * [Config] updateconfigs following rebase to v3.19-rc6
8423
8424 [ Kamal Mostafa ]
8425
8426 * [Packaging] force "dpkg-source -I -i" behavior
8427
8428 [ Leann Ogasawara ]
8429
8430 * [Config] Disable CONFIG_USB_OTG
8431 - LP: #1411295
8432
8433 [ Upstream Kernel Changes ]
8434
8435 * overlay: add backwards compatible overlayfs format support (fixes)
8436 - LP: #1410480
8437
8438 [ Upstream Kernel Changes ]
8439
8440 * rebase to v3.19-rc5
8441 * rebase to v3.19-rc6
8442
8443 -- Andy Whitcroft <apw@canonical.com> Mon, 26 Jan 2015 11:37:39 +0000
8444
8445 linux (3.19.0-2.2) vivid; urgency=low
8446
8447 [ Andy Whitcroft ]
8448
8449 * rebase to v3.19-rc4
8450 * [Config] updateconfigs following rebase to v3.19-rc4
8451 * [Packaging] install all dtb files
8452 - LP: #1408002
8453 * [Config] switch on "all" dtbs
8454 - LP: #1408002
8455
8456 [ Colin Ian King ]
8457
8458 * SAUCE: drivers/rtc/interface.c: ignore exprired times when enqueing new
8459 timers
8460 - LP: #1333569
8461
8462 [ Joseph Salisbury ]
8463
8464 * [Config] Enable CONFIG_N_GSM as module.
8465 - LP: #1404670
8466
8467 [ K. Y. Srinivasan ]
8468
8469 * SAUCE: storvsc: force SPC-3 compliance on win8 and win8 r2 hosts
8470 - LP: #1406867
8471
8472 [ Steve McIntyre ]
8473
8474 * SAUCE: efi: Expose underlying UEFI firmware platform size to userland
8475 - LP: #1409750
8476
8477 [ Upstream Kernel Changes ]
8478
8479 * rebase to v3.19-rc4
8480
8481 -- Andy Whitcroft <apw@canonical.com> Tue, 13 Jan 2015 12:35:58 +0000
8482
8483 linux (3.19.0-1.1) vivid; urgency=low
8484
8485 [ Andy Whitcroft ]
8486
8487 * Revert "SAUCE: AUFS -- aufs3-standalone.patch"
8488 * Revert "SAUCE: AUFS -- aufs3-mmap.patch"
8489 * Revert "SAUCE: AUFS -- aufs3-base.patch"
8490 * ubuntu: AUFS3 -- follow switch to vfs_fallocate
8491 * rebase to v3.19-rc1
8492 * rebase to v3.19-rc2
8493 * [Config] defaultconfigs following rebase to v3.19-rc2
8494 * ubuntu: aufs3 -- follow rename of d_child
8495 * ubuntu: aufs3 -- follow switch to d_splice_alias
8496 * ubuntu: aufs3 -- follow switch to get_unused_fd_flags()
8497 * ubuntu: aufs3 -- follow rename for d_alias
8498 * apparmor -- follow change to this_cpu_ptr
8499 * disable module checks for rebase
8500 * ubuntu: AUFS -- substrate: aufs3-base.patch
8501 * ubuntu: AUFS -- substrate: aufs3-mmap.patch
8502 * ubuntu: AUFS -- substrate: aufs3-standalone.patch
8503 * ubuntu: AUFS -- update to 92ad9cc8bd289bf8e59b6bd8d83137d8e1a58c1c
8504 * [Configs] updateconfigs following aufs update
8505 * v3.19 series start
8506 * rebase to v3.19-rc3
8507 * [Configs] updateconfigs following rebase to v3.19-rc3
8508 * [Packaging] uploadnum should be the remainder of the version
8509 - LP: #1407755
8510 * [Packaging] handle dts directories
8511 - LP: #1408004
8512 * [Config] follow move of arm64 dts' into vendor directories
8513
8514 [ Upstream Kernel Changes ]
8515
8516 * arm64: optimized copy_to_user and copy_from_user assembly code
8517 - LP: #1400349
8518 * iommu/ipmmu-vmsa: follow flag switch to IOMMU_NOEXEC
8519
8520 [ Upstream Kernel Changes ]
8521
8522 * rebase to v3.19-rc1
8523 - LP: #1173681
8524 * rebase to v3.19-rc2
8525 * rebase to v3.19-rc3
8526
8527 -- Andy Whitcroft <apw@canonical.com> Tue, 06 Jan 2015 14:30:02 +0000
8528
8529 linux (3.18.0-7.8) vivid; urgency=low
8530
8531 [ Leann Ogasawara ]
8532
8533 * Release Tracking Bug
8534 - LP: #1401590
8535
8536 [ John Johansen ]
8537
8538 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
8539 - LP: #1362199
8540 * SAUCE: Revert: fix: only allow a single threaded process to ...
8541 - LP: #1371310
8542 * SAUCE: (no-up) fix: bad unix_addr_fs macro
8543 - LP: #1390223
8544 * SAUCE: (no-up) apparmor: add parameter to control whether policy
8545 hashing is used
8546 - LP: #1383886
8547 * [config] set apparmor config options
8548
8549 [ Seth Forshee ]
8550
8551 * [Config] CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n
8552 - LP: #1398458
8553
8554 [ Upstream Kernel Changes ]
8555
8556 * mfd: rtsx: Fix PM suspend for 5227 & 5249
8557 - LP: #1359052
8558 * mmc: sdhci-pci-o2micro: Fix Dell E5440 issue
8559 - LP: #1346067
8560
8561 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 11 Dec 2014 08:36:36 -0800
8562
8563 linux (3.18.0-6.7) vivid; urgency=low
8564
8565 [ Andy Whitcroft ]
8566
8567 * Revert "SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
8568 assembly code"
8569 - LP: #1398596
8570 * rebase to v3.18
8571
8572 [ Chris J Arges ]
8573
8574 * [Config] CONFIG_PCIEASPM_DEBUG=y
8575 - LP: #1398544
8576
8577 [ Paolo Pisati ]
8578
8579 * [Config] armhf: VIRTIO_[BALLOON|MMIO]=y
8580 - LP: #1396470
8581
8582 [ Upstream Kernel Changes ]
8583
8584 * drivers:scsi:storvsc: Fix a bug in handling ring buffer failures that
8585 may result in I/O freeze
8586 - LP: #1400289
8587
8588 [ Upstream Kernel Changes ]
8589
8590 * rebase to v3.18
8591
8592 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 08 Dec 2014 09:15:17 -0800
8593
8594 linux (3.18.0-5.6) vivid; urgency=low
8595
8596 [ Leann Ogasawara ]
8597
8598 * Release Tracking Bug
8599 - LP: #1398109
8600
8601 [ Andy Whitcroft ]
8602
8603 * [Config] CONFIG_SCSI_MQ_DEFAULT=n
8604 - LP: #1397061
8605 * rebase to v3.18-rc7
8606
8607 [ Chris J Arges ]
8608
8609 * [Config] CONFIG_SCOM_DEBUGFS=y for powerpc/powerpc64-smp
8610 ppc64el/generic
8611 - LP: #1395855
8612
8613 [ Upstream Kernel Changes ]
8614
8615 * rebase to v3.18-rc7
8616 - LP: #1389497
8617
8618 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 01 Dec 2014 10:09:09 -0800
8619
8620 linux (3.18.0-4.5) vivid; urgency=low
8621
8622 [ Leann Ogasawara ]
8623
8624 * Release Tracking Bug
8625 - LP: #1395891
8626
8627 [ Andy Whitcroft ]
8628
8629 * rebase to v3.18-rc6
8630 * [Config] update configs following rebase to v3.18-rc6
8631 * [Config] enable overlayfs v1 support
8632
8633 [ Tim Gardner ]
8634
8635 * rebase to v3.18-rc5
8636
8637 [ Upstream Kernel Changes ]
8638
8639 * overlay: add backwards compatible overlayfs format support
8640 - LP: #1395877
8641
8642 [ Upstream Kernel Changes ]
8643
8644 * rebase to v3.18-rc5
8645 * rebase to v3.18-rc6
8646
8647 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 24 Nov 2014 13:12:48 -0800
8648
8649 linux (3.18.0-3.4) vivid; urgency=low
8650
8651 [ Andy Whitcroft ]
8652
8653 * Revert "[Config] CONFIG_AUFS_FS=n for FTBS"
8654 * Revert "SAUCE: AUFS -- update to
8655 dcf336a754c86d5ee1c3d50699fd75c586d037cb"
8656 * Revert "SAUCE: aufs3 -- (no-up) aufs3-standalone.patch"
8657 * Revert "SAUCE: aufs3 -- (no-up) aufs3-base.patch"
8658 * [Config] amd64 is now the indep architecture
8659 * [Debian] basic hook support
8660 * SAUCE: AUFS -- aufs3-base.patch
8661 * SAUCE: AUFS -- aufs3-mmap.patch
8662 * SAUCE: AUFS -- aufs3-standalone.patch
8663 * ubuntu: AUFS -- update to 9d5c349d5c452170b8e813d86956f896a0aef170
8664 * [Config] updateconfigs following aufs3 update
8665 * SAUCE: AUFS (no-squash): basic framework and update machinary -- part 2
8666
8667 [ dann frazier ]
8668
8669 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
8670 - LP: #1388952
8671 * [Config] disable CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET
8672 * [Config] Disable CONFIG_RCU_USER_QS on arm64
8673
8674 [ Tim Gardner ]
8675
8676 * rebase to v3.18-rc4
8677
8678 [ Upstream Kernel Changes ]
8679
8680 * rebase to v3.18-rc4
8681 - LP: #1389497
8682 - LP: #1387128
8683
8684 -- Andy Whitcroft <apw@canonical.com> Tue, 11 Nov 2014 17:16:13 +0000
8685
8686 linux (3.18.0-2.2) vivid; urgency=low
8687
8688 [ Tim Gardner ]
8689
8690 * SAUCE: nft_reject_bridge.c: Include net/ip6_checksum.h
8691
8692 [ Upstream Kernel Changes ]
8693
8694 * rebase to v3.18-rc3
8695
8696 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Nov 2014 06:09:06 -0700
8697
8698 linux (3.18.0-1.1) vivid; urgency=low
8699
8700 [ Andy Whitcroft ]
8701
8702 * Revert "[Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el"
8703 * [Config] tools -- only build common tools when enabled
8704 * [Config] follow rename of DEB_BUILD_PROFILES
8705 * [Config] linux-image-extra is additive to linux-image
8706 - LP: #1375310
8707 * [Config] linux-image-extra postrm is not needed on purge
8708 * [Config] enable cloud tools on i386
8709 - LP: #1367399
8710
8711 [ Marc Dietrich ]
8712
8713 * [Config] arm/tegra/d-i: framebuffer and usb support for Tegra SoCs
8714
8715 [ Paolo Pisati ]
8716
8717 * [Config] armhf: REGULATOR_TWL4030=y
8718 * [Config] armhf: disable JUMP_LABEL
8719 - LP: #1378856
8720
8721 [ Tim Gardner ]
8722
8723 * rebase to v3.17-rc2
8724 * updateconfigs
8725 * [Config] CONFIG_NFC_ST21NFCB=n
8726 * [Config] Added net/6lowpan/* to generic inclusion list
8727 * [Config] Add arm64 to enforcer CONFIG_CC_STACKPROTECTOR
8728 * rebase to v3.17-rc3
8729 * rebase to v3.17-rc4
8730 * rebase to v3.17-rc5
8731 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y
8732 * [Config] CONFIG_XMON=y
8733 - LP: #1365655
8734 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el
8735 - LP: #1362514
8736 * [Config] CONFIG_KVM_BOOK3S_64_HV=m
8737 - LP: #1362514
8738 * [Config] CONFIG_DMA_CMA=n
8739 - LP: #1362261
8740 * [Config] Add mpt3sas to d-i
8741 - LP: #1368907
8742 * [Debian] set do_*_tools after stage1 or bootstrap is determined
8743 - LP: #1370211
8744 * [Config] CONFIG_USB_OHCI_HCD_PCI=y
8745 - LP: #1244176
8746 * rebase to v3.17-rc6
8747 * SAUCE: usbip: Update include path
8748 * [Debian] usbip tools packaging
8749 - LP: #898003
8750 * [Config] Enable usbip tools
8751 - LP: #898003
8752 * [Config] CONFIG_CRASH_DUMP=n for powerpc-smp
8753 - LP: #1363180
8754 * [Config] Correct annotation regarding CONFIG_DMA_CMA
8755 - LP: #1362261
8756 * [Config] CONFIG_SND_HDA_INTEL=n for ppc64el
8757 - LP: #1374438
8758 * [Config] CONFIG_HOTPLUG_PCI_SHPC=n for ppc64el
8759 - LP: #1374440
8760 * [Debian] Don't fail if a symlink already exists
8761 * rebase to v3.17-rc7
8762 * [Config] CONFIG_HOTPLUG_PCI_PCIE=n for ppc64el
8763 - LP: #1374440
8764 * rebase to v3.17
8765 * rebase to v3.18-rc1
8766 * [Config] CONFIG_AUFS_FS=n for FTBS
8767 * Enable vivid
8768 * [Config] CONFIG_SOUND_OSS_CORE_PRECLAIM=n
8769 - LP: #1385510
8770 * rebase to v3.18-rc2
8771 * [Debian] Fix linux-doc dangling symlinks
8772 - LP: #661306
8773 * CONFIG_MODULE_COMPRESS=n
8774 * [Config] dropped scsi_tgt from generic inclusion list
8775 * [Config] Added drivers/uio to generic inclusion list
8776 * [Config] CONFIG_PATA_MACIO=y
8777 - LP: #1378894
8778 * [Config] CONFIG_DRM_BOCHS=n
8779 * [Debian] install usbipd
8780 - LP: #898003
8781
8782 [ Upstream Kernel Changes ]
8783
8784 * rebase to v3.18-rc2
8785
8786 [ Upstream Kernel Changes ]
8787
8788 * rebase to v3.18-rc1
8789 - LP: #1316518
8790 - LP: #1371591
8791 - LP: #1357928
8792
8793 [ Upstream Kernel Changes ]
8794
8795 * rebase to v3.17
8796
8797 [ Upstream Kernel Changes ]
8798
8799 * rebase to v3.17-rc7
8800
8801 [ Upstream Kernel Changes ]
8802
8803 * rebase to v3.17-rc6
8804
8805 [ Upstream Kernel Changes ]
8806
8807 * rebase to v3.17-rc5
8808
8809 [ Upstream Kernel Changes ]
8810
8811 * rebase to v3.17-rc4
8812
8813 [ Upstream Kernel Changes ]
8814
8815 * rebase to v3.17-rc3
8816
8817 [ Upstream Kernel Changes ]
8818
8819 * rebase to v3.17-rc2
8820 - LP: #1358116
8821 - LP: #1350148
8822 - LP: #1334950
8823 - LP: #1329580
8824 - LP: #1329580
8825 - LP: #1329580
8826
8827 [ Upstream Kernel Changes ]
8828
8829 * rebase to v3.17-rc2
8830
8831 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:36:19 -0600
8832
8833 linux (3.17.0-0.0) utopic; urgency=medium
8834
8835 * Empty entry
8836
8837 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:34:44 -0600
8838
8839 linux (3.16.0-11.16) utopic; urgency=low
8840
8841 [ Mauricio Faria de Oliveira ]
8842
8843 * [Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el
8844 - LP: #1358920
8845
8846 [ Peter Zijlstra ]
8847
8848 * SAUCE: (no-up) mmu_notifier: add call_srcu and sync function for listener to delay call and sync
8849 - LP: #1361300
8850
8851 [ Tim Gardner ]
8852
8853 * [Config] CONFIG_ZPOOL=y
8854 - LP: #1360428
8855 * Release Tracking Bug
8856 - LP: #1361308
8857
8858 [ Upstream Kernel Changes ]
8859
8860 * Revert "net/mlx4_en: Fix bad use of dev_id"
8861 - LP: #1347012
8862 * net/mlx4_en: Reduce memory consumption on kdump kernel
8863 - LP: #1347012
8864 * net/mlx4_en: Fix mac_hash database inconsistency
8865 - LP: #1347012
8866 * net/mlx4_en: Disable blueflame using ethtool private flags
8867 - LP: #1347012
8868 * net/mlx4_en: current_mac isn't updated in port up
8869 - LP: #1347012
8870 * net/mlx4_core: Use low memory profile on kdump kernel
8871 - LP: #1347012
8872 * Drivers: scsi: storvsc: Change the limits to reflect the values on the host
8873 - LP: #1347169
8874 * Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host
8875 - LP: #1347169
8876 * Drivers: scsi: storvsc: Filter commands based on the storage protocol version
8877 - LP: #1347169
8878 * Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version
8879 - LP: #1347169
8880 * Drivers: scsi: storvsc: Implement a eh_timed_out handler
8881 - LP: #1347169
8882 * drivers: scsi: storvsc: Set srb_flags in all cases
8883 - LP: #1347169
8884 * drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure
8885 - LP: #1347169
8886 * namespaces: Use task_lock and not rcu to protect nsproxy
8887 - LP: #1328088
8888 * net: xgene: Check negative return value of xgene_enet_get_ring_size()
8889 * mm/zbud: change zbud_alloc size type to size_t
8890 - LP: #1360428
8891 * mm/zpool: implement common zpool api to zbud/zsmalloc
8892 - LP: #1360428
8893 * mm/zpool: zbud/zsmalloc implement zpool
8894 - LP: #1360428
8895 * mm/zpool: update zswap to use zpool
8896 - LP: #1360428
8897 * ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling
8898 - LP: #1341296
8899 * iommu/amd: Fix for pasid initialization
8900 - LP: #1361300
8901 * iommu/amd: Moving PPR fault flags macros definitions
8902 - LP: #1361300
8903 * iommu/amd: Drop oprofile dependency
8904 - LP: #1361300
8905 * iommu/amd: Fix typo in amd_iommu_v2 driver
8906 - LP: #1361300
8907 * iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid
8908 - LP: #1361300
8909 * iommu/amd: Don't free pasid_state in mn_release path
8910 - LP: #1361300
8911 * iommu/amd: Get rid of __unbind_pasid
8912 - LP: #1361300
8913 * iommu/amd: Drop pasid_state reference in ppr_notifer error path
8914 - LP: #1361300
8915 * iommu/amd: Add pasid_state->invalid flag
8916 - LP: #1361300
8917 * iommu/amd: Don't hold a reference to mm_struct
8918 - LP: #1361300
8919 * iommu/amd: Don't hold a reference to task_struct
8920 - LP: #1361300
8921 * iommu/amd: Don't call the inv_ctx_cb when pasid is not set up
8922 - LP: #1361300
8923 * iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid
8924 - LP: #1361300
8925 * iommu/amd: Remove change_pte mmu_notifier call-back
8926 - LP: #1361300
8927 * iommu/amd: Fix device_state reference counting
8928 - LP: #1361300
8929 * iommu/amd: Fix 2 typos in comments
8930 - LP: #1361300
8931
8932 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Aug 2014 08:45:54 -0400
8933
8934 linux (3.16.0-10.15) utopic; urgency=low
8935
8936 [ dann frazier ]
8937
8938 * [debian] Fix regression with ABI subversions and backport
8939
8940 [ Feng Kan ]
8941
8942 * SAUCE: (no-up) irqchip:gic: change access of gicc_ctrl register to read
8943 modify write.
8944 - LP: #1357527
8945 * SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
8946 assembly code
8947 - LP: #1358949
8948
8949 [ Stefan Bader ]
8950
8951 * SAUCE: bcache: prevent crash on changing writeback_running
8952 - LP: #1357295
8953
8954 [ Tim Gardner ]
8955
8956 * [Config] CONFIG_XFRM_STATISTICS=y
8957 * [Config] CONFIG_SECURITY_NETWORK_XFRM=y
8958 * [Config] CONFIG_SENSORS_IBMPOWERNV=m
8959 - LP: #1353005
8960 * Release Tracking Bug
8961 - LP: #1359783
8962
8963 [ Upstream Kernel Changes ]
8964
8965 * intel_idle: Broadwell support
8966 - LP: #1256170
8967 * powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
8968 - LP: #1357108
8969 * powerpc/powernv: Invoke opal call to handle hmi.
8970 - LP: #1357108
8971 * powerpc/book3s: handle HMIs for cpus in nap mode.
8972 - LP: #1357108
8973 * powerpc/book3s: Fix endianess issue for HMI handling on napping cpus.
8974 - LP: #1357108
8975 * powerpc: Add smp_mb() to arch_spin_is_locked()
8976 - LP: #1358569
8977 * powerpc: Add smp_mb()s to arch_spin_unlock_wait()
8978 - LP: #1358569
8979 * hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and
8980 temperature
8981 - LP: #1353005
8982 * tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition
8983 - LP: #1358855
8984 * printk: Add function to return log buffer address and size
8985 - LP: #1359423
8986 * powerpc/powernv: Interface to register/unregister opal dump region
8987 - LP: #1359423
8988 * bcache: fix crash on shutdown in passthrough mode
8989 - LP: #1357295
8990 * bcache: fix uninterruptible sleep in writeback thread
8991 - LP: #1357295
8992
8993 [ Vinayak Kale ]
8994
8995 * SAUCE: (no-up) dt-bindings: Add Potenza PMU binding
8996 - LP: #1357527
8997 * SAUCE: (no-up) arm64: dts: Add PMU node for APM X-Gene Storm SOC
8998 - LP: #1357527
8999
9000 -- Tim Gardner <tim.gardner@canonical.com> Fri, 15 Aug 2014 12:34:33 -0600
9001
9002 linux (3.16.0-9.14) utopic; urgency=low
9003
9004 [ Tim Gardner ]
9005
9006 * Release Tracking Bug
9007 - LP: #1357370
9008
9009 [ Serge Hallyn ]
9010
9011 * SAUCE: Overlayfs: allow unprivileged mounts
9012 - LP: #1357025
9013
9014 [ Upstream Kernel Changes ]
9015
9016 * MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
9017 * Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
9018 * dts: Add bindings for APM X-Gene SoC ethernet driver
9019 * drivers: net: Add APM X-Gene SoC ethernet driver support.
9020 * powerpc/thp: Add write barrier after updating the valid bit
9021 - LP: #1357014
9022 * powerpc/thp: Don't recompute vsid and ssize in loop on invalidate
9023 - LP: #1357014
9024 * powerpc/thp: Invalidate old 64K based hash page mapping before insert
9025 of 4k pte
9026 - LP: #1357014
9027 * powerpc/thp: Handle combo pages in invalidate
9028 - LP: #1357014
9029 * powerpc/thp: Invalidate with vpn in loop
9030 - LP: #1357014
9031 * powerpc/thp: Use ACCESS_ONCE when loading pmdp
9032 - LP: #1357014
9033 * powerpc/mm: Use read barrier when creating real_pte
9034 - LP: #1357014
9035 * powerpc/thp: Add tracepoints to track hugepage invalidate
9036 - LP: #1357014
9037 * rebase to v3.16.1
9038
9039 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Aug 2014 08:18:02 -0400
9040
9041 linux (3.16.0-8.13) utopic; urgency=low
9042
9043 [ Tim Gardner ]
9044
9045 * Release Tracking Bug
9046 - LP: #1356403
9047
9048 [ dann frazier ]
9049
9050 * [debian] Allow for package revisions condusive for branching
9051
9052 [ Upstream Kernel Changes ]
9053
9054 * ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controller driver.
9055 - LP: #1350087
9056 * ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA Host controller driver.
9057 - LP: #1350087
9058 * powerpc/powernv: Enable M64 aperatus for PHB3
9059 - LP: #1355469
9060 * powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE
9061 - LP: #1352994
9062 * powerpc: Add machine_early_initcall()
9063 - LP: #1352640
9064 * powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall()
9065 - LP: #1352640
9066 * powerpc/eeh: Avoid event on passed PE
9067 - LP: #1352640
9068 * powerpc/eeh: EEH support for VFIO PCI device
9069 - LP: #1352640
9070 * powerpc/eeh: sysfs entries lost
9071 - LP: #1352640
9072 * powerpc/powernv: Fix IOMMU table for VFIO dev
9073 - LP: #1352640
9074 * powerpc/eeh: Fetch IOMMU table in reliable way
9075 - LP: #1352640
9076 * powerpc/eeh: Refactor EEH flag accessors
9077 - LP: #1352640
9078 * powerpc/eeh: Selectively enable IO for error log
9079 - LP: #1352640
9080 * powerpc/eeh: Reduce lines of log dump
9081 - LP: #1352640
9082 * powerpc/eeh: Replace pr_warning() with pr_warn()
9083 - LP: #1352640
9084 * powerpc/eeh: Make diag-data not endian dependent
9085 - LP: #1352640
9086 * powerpc/eeh: Aux PE data for error log
9087 - LP: #1352640
9088 * PCI: Support BAR sizes up to 128GB
9089 - LP: #1352640
9090 * powerpc/powernv: Allow to freeze PE
9091 - LP: #1352640
9092 * powerpc/powernv: Split ioda_eeh_get_state()
9093 - LP: #1352640
9094 * powerpc/powernv: Handle compound PE
9095 - LP: #1352640
9096 * powerpc/powernv: Handle compound PE for EEH
9097 - LP: #1352640
9098 * powerpc/powernv: Handle compound PE in config accessors
9099 - LP: #1352640
9100 * mnt: Only change user settable mount flags in remount
9101 - LP: #1356318
9102 - CVE-2014-5206
9103 * mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
9104 - LP: #1356318
9105 - CVE-2014-5206
9106 * mnt: Correct permission checks in do_remount
9107 - LP: #1356323
9108 - CVE-2014-5207
9109 * mnt: Change the default remount atime from relatime to the existing value
9110 - LP: #1356323
9111 - CVE-2014-5207
9112
9113 -- Tim Gardner <tim.gardner@canonical.com> Sun, 10 Aug 2014 09:10:51 -0600
9114
9115 linux (3.16.0-7.12) utopic; urgency=low
9116
9117 [ Andy Whitcroft ]
9118
9119 * rebase to v3.16 final
9120 * [Config] d-i -- add virtio_scsi to virtio-modules
9121 - LP: #1342000
9122
9123 [ dann frazier ]
9124
9125 * [Packaging] Fix 'printchanges' to work with versions containing '+'
9126
9127 [ Tim Gardner ]
9128
9129 * [Config] CONFIG_MICROCODE=y
9130 - LP: #1084373
9131 * [Config] CONFIG_CONTEXT_TRACKING_FORCE=n
9132 - LP: #1349028
9133 * [Config] Add hv_balloon to d-i virtio-modules
9134 - LP: #1292216
9135 * Release Tracking Bug
9136 - LP: #1354530
9137
9138 [ Upstream Kernel Changes ]
9139
9140 * rebase to v3.16
9141
9142 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Jul 2014 09:55:15 -0400
9143
9144 linux (3.16.0-6.11) utopic; urgency=low
9145
9146 [ Paolo Pisati ]
9147
9148 * [Config] armhf: MXS_DMA=y && MTD_NAND_GPMI_NAND=m
9149 * [Config] armhf: KEYBOARD_IMX=m
9150 * [Config] armhf: build cubox & imx6 DTBs
9151 * [Config] armhf: RTC_DRV_PCF8523=y
9152
9153 [ Tim Gardner ]
9154
9155 * [Config] CONFIG_KEYS_DEBUG_PROC_KEYS=y
9156 - LP: #1344405
9157 * [Config] CONFIG_SCSI_IPR_TRACE=y, CONFIG_SCSI_IPR_DUMP=y
9158 - LP: #1343109
9159 * Release Tracking Bug
9160 - LP: #1349196
9161
9162 [ Upstream Kernel Changes ]
9163
9164 * rebase to v3.16-rc7
9165
9166 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Jul 2014 09:08:55 -0400
9167
9168 linux (3.16.0-5.10) utopic; urgency=low
9169
9170 [ Tim Gardner ]
9171
9172 * Release Tracking Bug
9173 - LP: #1346298
9174 * [Config] CONFIG_GPIO_SYSFS=y
9175 - LP: #1342153
9176 * rebase to v3.16-rc6
9177
9178 [ Paolo Pisati ]
9179
9180 * [Config] enable ARCH_MVEBU*
9181 * [Config] AHCI_MVEBU=m
9182 * [Config] ARMADA_THERMAL=y
9183 * [Config] ARM_ARMADA_370_XP_CPUIDLE=y
9184 * [Config] CRYPTO_DEV_MV_CESA=m
9185 * [Config] I2C_MV64XXX=m
9186 * [Config] MMC_MVSDIO=m
9187 * [Config] MMC_SDHCI_DOVE=m
9188 * [Config] MTD_NAND_ORION=m
9189 * [Config] MTD_NAND_PXA3xx=m
9190 * [Config] MVNETA=m
9191 * [Config] MV_XOR=y
9192 * [Config] ORION_WATCHDOG=m
9193 * [Config] PCI_MVEBU=y
9194 * [Config] RTC_DRV_MV=y
9195 * [Config] SND_KIRKWOOD_SOC*=m
9196 * [Config] SPI_ORION=m
9197 * [Config] USB_XHCI_MVEBU=m
9198 * [Config] armhf: build all Armada and Dove DTBs
9199 * [Config] armhf: SERIAL_8250_DW=y
9200
9201 [ Upstream Kernel Changes ]
9202
9203 * rebase to v3.16-rc6
9204
9205 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Jul 2014 07:49:42 -0400
9206
9207 linux (3.16.0-4.9) utopic; urgency=low
9208
9209 [ Tim Gardner ]
9210
9211 * Release Tracking Bug
9212 - LP: #1341543
9213
9214 [ Upstream Kernel Changes ]
9215
9216 * rebase to v3.16-rc5
9217
9218 -- Tim Gardner <tim.gardner@canonical.com> Sun, 13 Jul 2014 21:30:27 -0400
9219
9220 linux (3.16.0-3.8) utopic; urgency=low
9221
9222 [ Tim Gardner ]
9223
9224 * Release Tracking Bug
9225 - LP: #1340091
9226
9227 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jul 2014 10:06:47 +0100
9228
9229 linux (3.16.0-2.7) utopic; urgency=low
9230
9231 [ Andy Whitcroft ]
9232
9233 * ubuntu: aufs3 -- avoid aufs3-mmap.patch include hell for arm64
9234 ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
9235
9236 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Jul 2014 16:16:28 +0100
9237
9238 linux (3.16.0-2.6) utopic; urgency=low
9239
9240 [ Andy Whitcroft ]
9241
9242 * Revert "ubuntu: aufs3 -- (no-up) aufs3-mmap.patch"
9243 Fixes FTBS.
9244
9245 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 17:29:26 +0100
9246
9247 linux (3.16.0-2.5) utopic; urgency=low
9248
9249 [ Andy Whitcroft ]
9250
9251 * ubuntu -- fix basic format for ubuntu/Makefile
9252 * ubuntu: AUFS (no-squash): basic framework and update machinary
9253 * ubuntu: aufs3 -- update update scripting
9254 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
9255 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
9256 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
9257 * ubuntu: AUFS -- update to dcf336a754c86d5ee1c3d50699fd75c586d037cb
9258 * [Configs] AUFS configs
9259 * ubuntu: aufs3 -- reenable
9260
9261 [ Tim Gardner ]
9262
9263 * CONFIG_LATENCYTOP=n
9264
9265 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 15:27:35 +0100
9266
9267 linux (3.16.0-2.4) utopic; urgency=low
9268
9269 [ Andy Whitcroft ]
9270
9271 * [Config] flip VIRTIO*=y
9272 * [Config] commonise CONFIG_SWIOTLB=y
9273 * [Config] apply Bus options (PCI etc.) >> PCI support config defaults
9274 * [Config] apply Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED)
9275 config defaults
9276 * [Config] apply Device Drivers >> Block devices config defaults
9277 * [Config] apply Device Drivers >> Character devices config defaults
9278 * [Config] apply Device Drivers >> DMA Engine support config defaults
9279 * [Config] apply Device Drivers >> EDAC (Error Detection And Correction)
9280 reporting config defaults
9281 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
9282 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
9283 support) config defaults
9284 * [Config] apply Device Drivers >> GPIO Support config defaults
9285 * [Config] apply Device Drivers >> Graphics support >> Console display
9286 driver support config defaults
9287 * [Config] apply Device Drivers >> IIO staging drivers >> Accelerometers
9288 config defaults
9289 * [Config] apply Device Drivers >> IOMMU Hardware Support config defaults
9290 * [Config] apply Device Drivers >> Input device support >> Generic input
9291 layer (needed for keyboard, mouse, ...) >> Miscellaneous devices config
9292 defaults
9293 * [Config] apply Device Drivers >> Input device support >> Hardware I/O
9294 ports config defaults
9295 * [Config] apply Device Drivers >> LED Support >> LED Class Support
9296 config defaults
9297 * [Config] apply Device Drivers >> Hardware Spinlock drivers config
9298 defaults
9299 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
9300 grabbers support config defaults
9301 * [Config] apply Security options config defaults
9302 * [Config] apply Networking options >> Network packet filtering framework
9303 (Netfilter) >> Core Netfilter Configuration config defaults
9304 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
9305 defaults
9306 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
9307 Devices >> Support for frame buffer devices config defaults
9308 * [Config] apply Power management and ACPI options >> CPU Frequency
9309 scaling config defaults
9310 * [Config] apply Processor type and features config defaults
9311 * [Config] apply Partition Types config defaults
9312 * [Config] apply Power management and ACPI options config defaults
9313 * [Config] apply Device Drivers >> InfiniBand support config defaults
9314 * [Config] apply Device Drivers >> Misc devices config defaults
9315 * [Config] apply Device Drivers >> Multifunction device drivers config
9316 defaults
9317 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
9318 support >> SCSI low-level drivers config defaults
9319 * [Config] apply Device Drivers >> Network device support >> Ethernet
9320 driver support config defaults
9321 * [Config] apply Device Drivers >> Network device support >> Network core
9322 driver support config defaults
9323 * [Config] apply Device Drivers >> Network device support >> PHY Device
9324 support and infrastructure config defaults
9325 * [Config] apply File systems >> Network File Systems config defaults
9326 * [Config] apply Device Drivers >> Input device support >> Generic input
9327 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
9328 * [Config] apply Device Drivers >> Memory Technology Device (MTD) support
9329 >> NAND Device Support config defaults
9330 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
9331 >> Ralink driver support config defaults
9332 * [Config] apply Device Drivers >> Staging drivers config defaults
9333 * [Config] apply Cryptographic API >> Hardware crypto devices config
9334 defaults
9335 * [Config] apply Device Drivers >> Macintosh device drivers config
9336 defaults
9337 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
9338 config defaults
9339 * [Config] apply Device Drivers >> PPS support config defaults
9340 * [Config] apply Device Drivers >> Sound card support config defaults
9341 * [Config] apply Networking support >> RF switch subsystem support config
9342 defaults
9343 * [Config] apply Library routines config defaults
9344 * [Config] apply Device Drivers >> CODEC drivers config defaults
9345 * [Config] apply Device Drivers >> PHY Subsystem config defaults
9346 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
9347 config defaults
9348 * [Config] apply Kernel hacking >> Tracers config defaults
9349 * [Config] apply Kernel hacking >> Runtime Testing config defaults
9350 * [Config] apply Kernel hacking >> Architecture: powerpc config defaults
9351 * [Config] apply Device Drivers >> USB support config defaults
9352 * [Config] apply Device Drivers >> Power supply class support config
9353 defaults
9354 * [Config] apply Device Drivers >> USB Network Adapters config defaults
9355 * [Config] apply General setup >> IRQ subsystem config defaults
9356 * [Config] apply General setup config defaults
9357 * [Config] apply File systems >> Miscellaneous filesystems config
9358 defaults
9359 * [Config] apply File systems config defaults
9360 * [Config] apply Device Drivers >> Userspace I/O drivers config defaults
9361 * [Config] apply Device Drivers >> Virtio drivers config defaults
9362 * [Config] apply Device Drivers >> USB Peripheral Controller config
9363 defaults
9364 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
9365 support >> SCSI Transports config defaults
9366 * [Config] apply Device Drivers >> Real Time Clock config defaults
9367 * [Config] apply Device Drivers >> Serial ATA and Parallel ATA drivers
9368 (libata) config defaults
9369 * [Config] apply Device Drivers >> SoC Audio for Freescale CPUs config
9370 defaults
9371 * [Config] apply Device Drivers >> Voltage and Current Regulator Support
9372 config defaults
9373 * [Config] apply Device Drivers >> USB Physical Layer drivers config
9374 defaults
9375 * [Config] apply Device Drivers >> Watchdog Timer Support config defaults
9376 * [Config] powerpc-powerpc-e500mc FTBFS -- CONFIG_CRASH_DUMP=n
9377 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_IMA=n
9378 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_HIBERNATION=n
9379 CONFIG_HOTPLUG_CPU=n
9380 * [Config] ppc64el-generic FTBFS -- CONFIG_LUSTRE_FS=n
9381 * [Config] drivers/message/fusion needs scsi_transport_spi in virtual
9382 * [Config] drivers/acpi/acpi_ipmi.ko needs
9383 drivers/char/ipmi/ipmi_msghandler.ko in virtual
9384 * [Config] armhf-* FTBFS -- CONFIG_STACK_TRACER=n
9385 CONFIG_FUNCTION_TRACER=n
9386 * [Config] ignore modules changing following major config changes
9387
9388 [ Tim Gardner ]
9389
9390 * rebase to v3.16-rc4
9391
9392 [ Upstream Kernel Changes ]
9393
9394 * rebase to v3.16-rc4
9395 - LP: #1297581
9396
9397 -- Andy Whitcroft <apw@canonical.com> Thu, 03 Jul 2014 11:00:43 +0100
9398
9399 linux (3.16.0-1.3) utopic; urgency=low
9400
9401 [ Andy Whitcroft ]
9402
9403 * Revert "Disable do_tools_perf for FTBS"
9404 * SAUCE: fix perf_regs definitions for arm64
9405
9406 [ Paolo Pisati ]
9407
9408 * [Config] armhf: ARCH_EXYNOS5* support
9409 * [Config] armhf: CPU_IDLE=y and ARM_EXYNOS_CPUIDLE=y
9410 * [Config] armhf: EXYNOS_THERMAL=y
9411 * [Config] armhf: EXYNOS_IOMMU=y
9412 * [Config] armhf: EXYNOS_ADC=m
9413 * [Config] armhf: EXYNOS_I2C_EXYNOS5=m
9414 * [Config] armhf: MMC_SDHCI_S3C=m
9415 * [Config] armhf: PCI_EXYNOS=y
9416 * [Config] armhf: PHY_EXYNOS5250_SATA=y
9417 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y
9418 * [Config] armhf: PWM_SAMSUNG=m
9419 * [Config] armhf: RTC_DRV_S3C=y
9420 * [Config] armhf: S3C2410_WATCHDOG=m
9421 * [Config] armhf: MMC_DW_EXYNOS=m
9422 * [Config] armhf: SERIAL_SAMSUNG=y
9423 * [Config] armhf: SND_SOC_SAMSUNG=m
9424 * [Config] armhf: SPI_S3C64XX=m
9425 * [Config] armhf: EXYNOS_VIDEO=y and VIDEO_SAMSUNG*=m
9426 * [Config] armhf: FB_S3C=m
9427 * [Config] armhf: build all Exynos 5 DTBs
9428 * [Config] armhf: disable CPUFREQ_EXYNOS
9429
9430 [ Tim Gardner ]
9431
9432 * rebase to v3.16-rc3
9433
9434 [ Upstream Kernel Changes ]
9435
9436 * rebase to v3.16-rc3
9437 - LP: #1331915
9438
9439 -- Tim Gardner <tim.gardner@canonical.com> Tue, 24 Jun 2014 08:58:09 -0600
9440
9441 linux (3.16.0-0.2) utopic; urgency=low
9442
9443 [ Tim Gardner ]
9444
9445 * Revert "SAUCE: intel_pstate -- toggle default to disable"
9446 - LP: #1333322
9447 * CONFIG_BOOKE_WDT=y
9448 * Disable do_tools_perf for FTBS (just until I can figure it out)
9449
9450 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Jun 2014 13:37:53 -0600
9451
9452 linux (3.16.0-0.1) utopic; urgency=low
9453
9454 [ Tim Gardner ]
9455
9456 * Release Tracking Bug
9457 - LP: #1333265
9458
9459 [ Andy Whitcroft ]
9460
9461 * [Config] cloud-tools -- add systemd units
9462 - LP: #1329027
9463
9464 [ dann frazier ]
9465
9466 * [Config] CONFIG_RTC_DRV_XGENE=y for arm64
9467 * [Config] CONFIG_NET_XGENE=m for arm64
9468 * [Config] Restrict CONFIG_POWER_RESET_SYSCON to arm64 only
9469
9470 [ Feng Kan ]
9471
9472 * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node
9473 * SAUCE: (no-up) Add documentation for generic SYSCON reboot driver.
9474 * SAUCE: (no-up) Select reboot driver for X-Gene platform.
9475
9476 [ Iyappan Subramanian ]
9477
9478 * SAUCE: (no-up) MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
9479 * SAUCE: (no-up) Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
9480 * SAUCE: (no-up) dts: Add bindings for APM X-Gene SoC ethernet driver
9481 * SAUCE: (no-up) drivers: net: Add APM X-Gene SoC ethernet driver support.
9482
9483 [ Tim Gardner ]
9484
9485 * updateconfigs
9486 * Fix arm64 crypto Makefile
9487 * [Config] CONFIG_BOOKE_WDT=n for FTBS
9488 * [Debian] Add UTS_UBUNTU_RELEASE_ABI to utsrelease.h
9489 - LP: #1327619
9490 * Disabled powerpc64-emb for FTBS
9491 * [Config] CONFIG_DRM_TEGRA=m
9492 * [Config] CONFIG_CMA_SIZE_MBYTES=64
9493 * rebase to v3.16-rc2
9494 * Clean up generic.inclusion-list warnings
9495
9496 [ Upstream Kernel Changes ]
9497
9498 * rebase to v3.16-rc2
9499 - LP: #1328587
9500 - LP: #1319291
9501 - LP: #1310512
9502 - LP: #1310512
9503 - LP: #1305480
9504
9505 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Jun 2014 12:26:09 +0000
9506
9507 linux (3.15.0-6.11) utopic; urgency=low
9508
9509 [ Adam Conrad ]
9510
9511 * Enable building the sata-modules udeb on ppc64el.
9512 - LP: #1323980
9513 * [Packaging] Set bootloader and loader on ppc64el to grub
9514
9515 [ Adam Lee ]
9516
9517 * SAUCE: (no-up) rtlwifi: rtl8723be: disable MSI interrupts mode
9518 - LP: #1310512, #1320070
9519
9520 [ Alex Hung ]
9521
9522 * SAUCE: (no-up) dell-led: add mic mute led interface
9523 - LP: #1308297
9524
9525 [ Andy Whitcroft ]
9526
9527 * [Config] d-i -- add hyperv_keyboard to serial-modules udeb
9528 - LP: #1285434
9529 * [Config] tools -- enable cpupower on ppc64el
9530 * [Config] ppc64el -- enable perf tools
9531 * [Config] powerpc -- enable perf tools
9532 * [Config] ppc64el -- reduce MAX_ORDER with 64k pages
9533 * [Config] arm64 -- enable tools
9534 - LP: #1326050
9535 * [Config] switch hyper-keyboard to virtual
9536 - LP: #1325306
9537 * [Config] fix up Breaks/Replaces on linux-cloud-tools-common to fix
9538 upgrades
9539 * SAUCE: kvm: BIOS disabled kvm support should be a warning
9540 - LP: #1300247
9541 * SAUCE: nouveau: missing outputs should be warnings
9542 - LP: #1300244
9543 * [Config] d-i -- add nvme devices to block-modules udeb
9544 - LP: #1303710
9545
9546 [ Anton Blanchard ]
9547
9548 * SAUCE: (no-up) powerpc: 64bit sendfile is capped at 2GB
9549 - LP: #1328230
9550
9551 [ Colin Ian King ]
9552
9553 * SAUCE: intel_pstate: inform user that thermald is worth considering
9554
9555 [ Dave Chiluk ]
9556
9557 * [Config] Enable CONFIG_IP_VS_IPV6=y
9558 - LP: #1300739
9559
9560 [ Paolo Pisati ]
9561
9562 * [Config] build vexpress a9 dtb
9563 - LP: #1303657
9564
9565 [ Tetsuo Handa ]
9566
9567 * SAUCE: kthread: Do not leave kthread_create() immediately upon SIGKILL.
9568
9569 [ Tim Gardner ]
9570
9571 * Release Tracking Bug
9572 - LP: #1329045
9573 * [Debian] Treat vdso install as an environment variable
9574 - LP: #1325713
9575 * [Config] Treat vdso install as an environment variable
9576 - LP: #1325713
9577 * [config] Set IPMI suppoort default to "y"
9578 * [Config] powerpc -- CONFIG_SCSI_IBMVSCSI=y
9579 * [Config] CONFIG_RT_GROUP_SCHED=n
9580 - LP: #1284731
9581 * [Config] ppc64el -- switch to 64K system pages
9582 * [Config] CONFIG_MICROCODE_EARLY=y
9583 * [Config] SND_DAVINCI_SOC && SND_AM33XX_SOC_EVM =m
9584 * [Config] armhf: DRM_TILCDC=m
9585 * SAUCE: (no-up) mei_me: Add module parameter to disable MSI
9586 * [Config] arm64: KVM=y
9587 * [Config] armhf: LEDS_TRIGGER_HEARTBEAT=y
9588 * [Config] armhf: generic: disable CPU_IDLE
9589 * [Config] armhf: CPU_FREQ=y
9590 * [Config] Add new mlx modules to d-i
9591 * [Config] Added Muti-Arch support for linux-headers-PKGVER-ABINUM, linux-tools-common, and linux-cloud-tools-common
9592 - LP: #1295112
9593 * [Config] CONFIG_EXYNOS_ADC=n, CONFIG_HW_RANDOM_EXYNOS=n, CONFIG_MMC_DW_EXYNOS=n, CONFIG_USB_DWC3_EXYNOS=n
9594 - LP: #1294353
9595 * [Config] CONFIG_ABX500_CORE=y for ppc64el
9596 * [Config] CONFIG_ALX=m for powerpc
9597 * [Config] CONFIG_ACENIC_OMIT_TIGON_I=n for ppc64el
9598 * [Config] CONFIG_ACORN_PARTITION_*=n for ppc64el
9599 * [Config] CONFIG_ANDROID=n for powerpc
9600 * [Config] CONFIG_ASYNC_RAID6_TEST=m for ppc64el
9601 * [Config] CONFIG_BIG_KEYS=y for ppc64el
9602 * [Config] CONFIG_BSD_PROCESS_ACCT=y for ppc64el
9603 * rebase to v3.15
9604 * [Config] CONFIG_PHY_XGENE=y
9605 * [Config] CONFIG_MLX4_DEBUG=y
9606 - LP: #1328256
9607 * [Config] CONFIG_POWERNV_CPUFREQ=y for powerpc, ppc64el
9608 - LP: #1324571
9609 * [Config] CONFIG_BLK_DEV_SR_VENDOR=n for ppc64el
9610 * [Config] CONFIG_CFG80211=m for ppc64el
9611 * [Config] CONFIG_CHARGER_BQ24190=m for powerpc
9612 * [Config] CONFIG_CHARGER_BQ24735=m for powerpc
9613 * [Config] CONFIG_EXPERT=y for ppc64el
9614 * [Config] CONFIG_ATA_SFF=y on ppc64el
9615 * [Config] CONFIG_ATA_GENERIC=y for ppc64el, powerpc
9616 * [Config] CONFIG_CHR_DEV_ST=m for ppc64el
9617 * [Config] CONFIG_CHECKPOINT_RESTORE=y for ppc64el
9618 * [Config] CONFIG_CHELSIO_T1_1G=y for ppc64el
9619 * [Config] CONFIG_CHR_DEV_OSST=m for ppc64el
9620 * [Config] CONFIG_CHR_DEV_SCH=m for ppc64el
9621 * [Config] CONFIG_CPU_FREQ_STAT=y for powerpc
9622 * [Config] CONFIG_DDR=y for ppc64el
9623 * [Config] CONFIG_DEBUG_BUGVERBOSE=y for powerpc
9624 * [Config] CONFIG_E100=m, CONFIG_E1000=m, CONFIG_E1000E=m for ppc64el
9625 * [Config] CONFIG_EZX_PCAP=n for all arches
9626 * [Config] CONFIG_DYNAMIC_DEBUG=y for powerpc
9627 * [Config] CONFIG_ENABLE_MUST_CHECK=n for ppc64el
9628 * [Config] CONFIG_ENABLE_WARN_DEPRECATED=n for ppc64el
9629 * [Config] CONFIG_FB_3DFX=m for all arches
9630 * [Config] CONFIG_FB_MATROX=m for ppc64el
9631 * [Config] CONFIG_FB_RADEON=m for ppc64el
9632 * [Config] CONFIG_FB_SAVAGE_I2C=y for all arches
9633 * [Config] CONFIG_FIREWIRE=m for ppc64el
9634 * [Config] CONFIG_FTR_FIXUP_SELFTEST=n for ppc64el
9635 * [Config] CONFIG_HAMRADIO=y for ppc64el
9636 * [Config] CONFIG_I2C_CHARDEV=m for ppc64el
9637 * [Config] CONFIG_I2C_MUX=m for ppc64el
9638 * [Config] CONFIG_I2C_STUB=m for ppc64el
9639 * [Config] CONFIG_I2O=m for ppc64el
9640 * [Config] CONFIG_INET_XFRM_MODE_BEET=m, CONFIG_INET_XFRM_MODE_TRANSPORT=m, CONFIG_INET_XFRM_MODE_TUNNEL=m for ppc64el
9641 * [Config] CONFIG_INFINIBAND_IPOIB_DEBUG=n, CONFIG_INFINIBAND_MTHCA_DEBUG=n for ppc64el
9642 * [Config] CONFIG_INFINIBAND_NES=m, CONFIG_INFINIBAND_OCRDMA=m, CONFIG_INFINIBAND_QIB=m for ppc64el
9643 * [Config] CONFIG_INPUT_FF_MEMLESS=m for ppc64el
9644 * [Config] CONFIG_INTERVAL_TREE_TEST=m for ppc64el
9645 * [Config] CONFIG_IPACK_BUS=m for ppc64el
9646 * [Config] CONFIG_ISDN=y for ppc64el
9647 * [Config] CONFIG_ISO9660_FS=m for ppc64el
9648 * [Config] CONFIG_KGDB=y for ppc64el
9649 * [Config] CONFIG_KVM_GUEST=y for ppc64el
9650 * [Config] CONFIG_L2TP_V3=y for powerpc
9651 * [Config] CONFIG_MAILBOX=y for ppc64el
9652 * [Config] CONFIG_MD_LINEAR=m, CONFIG_MD_RAID0=m, CONFIG_MD_RAID1=m for ppc64el
9653 * [Config] CONFIG_MEDIA_SUPPORT=m for ppc64el
9654 * [Config] CONFIG_MEMORY=y for ppc64el
9655 * [Config] CONFIG_MEMSTICK=m for ppc64el
9656 * [Config] CONFIG_MFD_SM501_GPIO=n for ppc64el
9657 * [Config] CONFIG_MMC_BLOCK=m for ppc64el
9658 * [Config] CONFIG_MOUSE_PS2=m for ppc64el
9659 * [Config] CONFIG_NET_9P=m for ppc64el
9660 * [Config] CONFIG_MSDOS_FS=m for ppc64el
9661 * [Config] CONFIG_MSI_BITMAP_SELFTEST=n for ppc64el
9662 * [Config] CONFIG_MTD=m for arm64
9663 * [Config] CONFIG_NETCONSOLE=m for ppc64el
9664 * [Config] CONFIG_NETFILTER_XT_TARGET_NOTRACK=m for ppc64el
9665 * [Config] CONFIG_NET_IPIP=m for ppc64el
9666 * [Config] CONFIG_NET_TEAM=m for all arches
9667 * [Config] CONFIG_NFC=m for ppc64el
9668 * [Config] CONFIG_NL80211_TESTMODE=n for all arches
9669 * [Config] CONFIG_NLS_CODEPAGE_437=y for powerpc
9670 * [Config] CONFIG_NLS_ASCII=m, CONFIG_NLS_ISO8859_1=m, CONFIG_NLS_UTF8=m for ppc64el
9671 * [Config] CONFIG_NOP_USB_XCEIV=m for ppc64el
9672 * [Config] CONFIG_NOTIFIER_ERROR_INJECTION=m for ppc64el
9673 * [Config] CONFIG_OPROFILE=m for ppc64el
9674 * [Config] CONFIG_PARPORT_1284=y for ppc64el
9675 * [Config] CONFIG_PARPORT_AX88796=m, CONFIG_PARPORT_PC_FIFO=y, CONFIG_PARPORT_SERIAL=m for ppc64el
9676 * [Config] CONFIG_8723AU_P2P=n
9677 * [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
9678 * [Config] CONFIG_PCNET32=m for ppc64el
9679 * [Config] CONFIG_SCSI_DH_EMC=m for ppc64el
9680 * [Config] CONFIG_SCSI_DH_HP_SW=m for ppc64el
9681 * [Config] CONFIG_SCSI_FC_ATTRS=m for ppc64el
9682 * [Config] CONFIG_SCSI_IPR=m for ppc64el
9683 * [Config] CONFIG_SCSI_LOGGING=y for ppc64el
9684 * [Config] CONFIG_SCSI_OSD_INITIATOR=m for ppc64el
9685 * [Config] CONFIG_SCSI_SCAN_ASYNC=y for ppc64el
9686 * [Config] CONFIG_SCSI_SYM53C8XX_2=m for ppc64el
9687 * [Config] CONFIG_XILINX_LL_TEMAC=m for powerpc
9688 * [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y for ppc64el
9689 * [Config] CONFIG_WLAN=y for arm64
9690 * [Config] CONFIG_VORTEX=m for ppc64el
9691 * [Config] CONFIG_WIMAX=m for ppc64el
9692 * [Config] CONFIG_WATCHDOG=y for ppc64el
9693 * [Config] CONFIG_VIRT_DRIVERS=y for ppc64el
9694 * [Config] CONFIG_VERSION_SIGNATURE="" for powerpc64-emb
9695 * [Config] CONFIG_UWB=m for ppc64el
9696 * [Config] CONFIG_USB_STORAGE=y
9697 * [Config] CONFIG_SATA_AHCI_PLATFORM=y for armhf
9698 * [Config] CONFIG_HID_RMI=m
9699 * [Config] CONFIG_HVC_DCC=n
9700 - LP: #1303657
9701
9702 [ Upstream Kernel Changes ]
9703
9704 * mm/numa: Remove BUG_ON() in __handle_mm_fault()
9705 - LP: #1323165
9706 * powerpc/powernv: Add calls to support little endian host
9707 - LP: #1327400
9708 * HID: rmi: introduce RMI driver for Synaptics touchpads
9709 * HID: rmi: do not stop the device at the end of probe
9710 * HID: rmi: check for the existence of some optional queries before reading query 12
9711 * HID: rmi: do not fetch more than 16 bytes in a query
9712 * HID: rmi: fix wrong struct field name
9713 * HID: rmi: fix masks for x and w_x data
9714 * HID: rmi: do not handle touchscreens through hid-rmi
9715 * ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops
9716 - LP: #1305480
9717 * rebase to v3.15
9718
9719 -- Tim Gardner <tim.gardner@canonical.com> Tue, 03 Jun 2014 17:02:49 +0000
9720
9721 linux (3.15.0-5.10) utopic; urgency=low
9722
9723 [ Tim Gardner ]
9724
9725 * Release Tracking Bug
9726 - LP: #1325596
9727 * [Config] CONFIG_POWERNV_CPUFREQ=y for ppc64el
9728 * rebase to v3.15-rc8
9729
9730 [ Upstream Kernel Changes ]
9731
9732 * rebase to v3.15-rc8
9733
9734 -- Tim Gardner <tim.gardner@canonical.com> Mon, 02 Jun 2014 12:59:34 +0000
9735
9736 linux (3.15.0-4.9) utopic; urgency=low
9737
9738 * no change rebuild to fix embeded debhelper.
9739
9740 -- Andy Whitcroft <apw@canonical.com> Thu, 29 May 2014 12:41:58 +0100
9741
9742 linux (3.15.0-4.8) utopic; urgency=low
9743
9744 [ Andy Whitcroft ]
9745
9746 * Release Tracking Bug
9747 - LP: #1324107
9748 * [Config] enable SECURITY_APPARMOR_UNCONFINED_INIT
9749
9750 [ Javier Martinez Canillas ]
9751
9752 * SAUCE: (no-up) apparmor: fix bug that constantly spam the console
9753 - LP: #1323526
9754
9755 [ John Johansen ]
9756
9757 * SAUCE: (no-up) apparmor: Sync to apparmor3 - alpha6 snapshot
9758 - LP: #1323528
9759 * SAUCE: (no-up) apparmor: fix apparmor spams log with warning message
9760 - LP: #1308761
9761 * SAUCE: (no-up) apparmor: fix refcount bug in apparmor pivotroot
9762 - LP: #1308765
9763 * SAUCE: (no-up): apparmor: fix apparmor refcount bug in apparmor_kill
9764 - LP: #1308764
9765 * SAUCE: (no-up): apparmor: use custom write_is_locked macro
9766 - LP: #1323530
9767
9768 [ Kamal Mostafa ]
9769
9770 * [Config] add debian/gbp.conf
9771
9772 [ Tim Gardner ]
9773
9774 * [Config] CONFIG_SATA_AHCI=m for ppc64el
9775 - LP: #1323980
9776
9777 -- Andy Whitcroft <apw@canonical.com> Wed, 28 May 2014 12:47:17 +0100
9778
9779 linux (3.15.0-3.7) utopic; urgency=low
9780
9781 [ Tim Gardner ]
9782
9783 * Release Tracking Bug
9784 - LP: #1323189
9785
9786 [ Andy Whitcroft ]
9787
9788 * [Config] autopkgtest -- need fakeroot for tests
9789
9790 [ Upstream Kernel Changes ]
9791
9792 * rebase to v3.15-rc7
9793
9794 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 May 2014 08:12:50 +0200
9795
9796 linux (3.15.0-2.6) utopic; urgency=low
9797
9798 [ Andy Whitcroft ]
9799
9800 * [Config] remove the kernel-image firmware list on clean
9801
9802 [ Martin Pitt ]
9803
9804 * [Config] autopkgtest -- switch to significantly faster rebuild
9805
9806 [ Stefan Bader ]
9807
9808 * [Config]: Add missing modules to inclusion list
9809
9810 [ Tim Gardner ]
9811
9812 * [debian] Dynamically generate the kernel-image udebs firmware list
9813 * [d-i] firmware/kernel-image is generated
9814 * rebase to v3.15-rc6
9815 * Release Tracking Bug
9816 - LP: #1322251
9817
9818 [ Upstream Kernel Changes ]
9819
9820 * rebase to v3.15-rc6
9821 - LP: #1297581
9822
9823 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 May 2014 10:51:29 -0700
9824
9825 linux (3.15.0-1.5) utopic; urgency=low
9826
9827 [ Tim Gardner ]
9828
9829 * [Config] Add apm-mustang.dtb to kernel-image udeb
9830
9831 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 May 2014 14:47:42 -0700
9832
9833 linux (3.15.0-1.4) utopic; urgency=low
9834
9835 [ Andy Whitcroft ]
9836
9837 * Revert "SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the
9838 local linux/hyperv.h"
9839 * Revert "SAUCE: (no-up) hv -- bodge hv_kvp_daemon so it can use the
9840 local linux/hyperv.h"
9841 * [Packaging] tools -- hv tools build correctly against the built headers
9842 * [Packaging] cloud-tools -- add the hv_fcopy_daemon to the package
9843 * cloud-tools -- pull in init scripts for Hyper-V daemons
9844 * cloud-tools -- detect Hyper-V VM to avoid starting
9845 * cloud-tools -- update IF_NAME to DEVICE in hv_* scripts
9846 - LP: #1295401
9847 * [Config] cloud-tools: reenable cloud-tools
9848
9849 -- Andy Whitcroft <apw@canonical.com> Sun, 18 May 2014 19:21:04 +0100
9850
9851 linux (3.15.0-1.3) utopic; urgency=low
9852
9853 [ Andy Whitcroft ]
9854
9855 * [Packaging] ppc64el is a powerpc kernel arch and needs its quirks
9856 - LP: #1318848
9857
9858 [ Ben Collins ]
9859
9860 * [Config] Switch to grub-ieee1275 as recommended on book3e systems
9861 - LP: #1318629
9862
9863 [ Tim Gardner ]
9864
9865 * [Config] CONFIG_FSL_PAMU=n
9866 - LP: #1311738
9867 * Release Tracking Bug
9868 - LP: #1320239
9869
9870 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 May 2014 07:37:07 -0600
9871
9872 linux (3.15.0-1.2) utopic; urgency=low
9873
9874 [ Tim Gardner ]
9875
9876 * Release Tracking Bug
9877 - LP: #1318171
9878 * Add rpcsec_gss_krb5 to generic inclusion list
9879 - LP: #769527
9880 * rebase to v3.15-rc5
9881
9882 [ Upstream Kernel Changes ]
9883
9884 * rebase to v3.15-rc5
9885 - LP: #1297581
9886
9887 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 May 2014 15:20:10 -0500
9888
9889 linux (3.15.0-0.1) utopic; urgency=low
9890
9891 [ Upstream Kernel Changes ]
9892
9893 * rebase to v3.15-rc4
9894 - LP: #1297581
9895 - LP: #1297581
9896 - LP: #1305133
9897 - LP: #1297581
9898 - LP: #1297581
9899 - LP: #871808
9900 - LP: #1260303
9901 - LP: #1268468
9902 - LP: #1248116
9903 - LP: #1211920
9904 - LP: #1259790
9905 - LP: #1259437
9906 - LP: #1259435
9907 - LP: #1268468
9908
9909 -- Tim Gardner <tim.gardner@canonical.com> Fri, 07 Feb 2014 09:35:13 -0700
9910
9911 linux (3.15.0-0.0) utopic; urgency=low
9912
9913 * Initial version for 3.15.
9914
9915 -- Andy Whitcroft <apw@canonical.com> Fri, 02 May 2014 15:06:39 +0100
9916
9917 linux (3.13.0-8.27) trusty; urgency=low
9918
9919 [ John Johansen ]
9920
9921 * SAUCE: Add config option to disable new apparmor 3 semantics
9922 -LP: #1270215
9923
9924 [ Tim Gardner ]
9925
9926 * [debian] Fix indep_hdrs_pkg_name
9927 - LP: #1134441
9928 * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3
9929 * Enabled lttng build
9930 * Don't build lttng for armhf
9931 lttng hates gcc-4.8 for armhf
9932 * Release Tracking Bug
9933 - LP: #1277309
9934
9935 [ Upstream Kernel Changes ]
9936
9937 * rebase to v3.13.2
9938 - LP: #1260303
9939 - LP: #1260303
9940 - LP: #1268468
9941
9942 -- Tim Gardner <tim.gardner@canonical.com> Thu, 06 Feb 2014 09:25:51 -0700
9943
9944 linux (3.13.0-7.26) trusty; urgency=low
9945
9946 [ John Johansen ]
9947
9948 * SAUCE: apparmor: fix uninitialized lsm_audit membe
9949 - LP: #1268727
9950 * Add config option to optionally enable new apparmor 3 semantics
9951
9952 [ Tim Gardner ]
9953
9954 * [Config] Add lowlatency to getabis
9955 * [Config] CONFIG_SECURITY_APPARMOR_AA3_SEMANTICS=y
9956 - LP: #1270215
9957 * Release Tracking Bug
9958 - LP: #1276810
9959
9960 [ Upstream Kernel Changes ]
9961
9962 * x86, x32: Correct invalid use of user timespec in the kernel
9963 - LP: #1274349
9964 - CVE-2014-0038
9965
9966 -- Tim Gardner <tim.gardner@canonical.com> Wed, 05 Feb 2014 15:49:44 -0500
9967
9968 linux (3.13.0-7.25) trusty; urgency=low
9969
9970 [ Andy Whitcroft ]
9971
9972 * Revert "SAUCE: fix fmd headers"
9973 * SAUCE: fix fmd headers
9974
9975 -- Andy Whitcroft <apw@canonical.com> Tue, 04 Feb 2014 09:36:09 +0000
9976
9977 linux (3.13.0-7.24) trusty; urgency=low
9978
9979 [ Stefan Bader ]
9980
9981 * [Config] Make vmwgfx driver enable the framebuffer device
9982
9983 [ Tim Gardner ]
9984
9985 * rebase to v3.13.1
9986 * [Config] CONFIG_NFS_FS=m for ppc64el
9987 * [Config] CONFIG_X86_SYSFB=n
9988 https://lists.ubuntu.com/archives/kernel-team/2014-February/038166.html
9989 * Release Tracking Bug
9990 - LP: #1275898
9991
9992 [ Upstream Kernel Changes ]
9993
9994 * i2c: piix4: Add support for AMD ML and CZ SMBus changes
9995 - LP: #1272525
9996 * i2c: piix4: Use different message for AMD Auxiliary SMBus Controller
9997 - LP: #1272525
9998 * mm: ignore VM_SOFTDIRTY on VMA merging
9999 - LP: #1274917
10000 * drm/radeon: disable dpm on BTC
10001 - LP: #1266984
10002
10003 [ Upstream Kernel Changes ]
10004
10005 * rebase to v3.13.1
10006
10007 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Jan 2014 15:24:48 +0000
10008
10009 linux (3.13.0-6.23) trusty; urgency=low
10010
10011 [ Andy Whitcroft ]
10012
10013 * [Config] fix up architecture for linux-tools
10014
10015 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jan 2014 09:00:41 +0000
10016
10017 linux (3.13.0-6.22) trusty; urgency=low
10018
10019 [ Andy Whitcroft ]
10020
10021 * [Packaging] limit linux-udebs-<flavour> to matching arch
10022 * [Config] powerpc -- disable perf to fix FTBFS
10023 * [Config] ppc64el -- fix up missing udebs
10024
10025 -- Andy Whitcroft <apw@canonical.com> Wed, 29 Jan 2014 16:00:28 +0000
10026
10027 linux (3.13.0-6.21) trusty; urgency=low
10028
10029 [ Andy Fleming ]
10030
10031 * SAUCE: net: Add support for handling queueing in hardware
10032 * SAUCE: of_mdio: Add of_phy_attach function
10033 * SAUCE: phylib: Add generic 10G driver
10034 * SAUCE: phylib: Support attaching to gen10g_driver
10035 * SAUCE: phylib: Add Clause 45 read/write functions
10036
10037 [ Andy Whitcroft ]
10038
10039 * SAUCE: fix fmd headers
10040 * [Packaging] lowlatency -- merge out of tree flavours
10041 * SAUCE: allow IRQs to be irq-threaded by default via config
10042 * [Config]: enable CONFIG_IRQ_FORCED_THREADING_DEFAULT for lowlatency
10043 * [Config] powerpc -- fix up Build-depends:
10044 * Release Tracking Bug
10045 - LP: #1273747
10046
10047 [ Ben Collins ]
10048
10049 * SAUCE: PPC: PCI: Fix pcibios_io_space_offset() so it works for 32-bit
10050 ptr/64-bit rsrcs
10051 * SAUCE: Revert "phy: vitesse make vsc824x_add_skew static"
10052 * SAUCE: Fixup freescale usb phy driver to work on ppc64
10053 * SAUCE: xgmac_mdio: Silence read errors
10054 * SAUCE: Provide booke stub for kvmppc_is_bigendian()
10055 * SAUCE: Fix stack overflow on ppc32
10056 * SAUCE: Use resource_size_t instead of long for PCI resource address
10057 * SAUCE: net/phy: Export function for use by dpaa_eth
10058 * [Packaging] powerpc -- merge out of tree powerpc arch
10059
10060 [ Bjorn Helgaas ]
10061
10062 * SAUCE: Revert "EISA: Log device resources in dmesg"
10063 - LP: #1251816
10064 * SAUCE: Revert "EISA: Initialize device before its resources"
10065 - LP: #1251816
10066
10067 [ Emil Medve ]
10068
10069 * SAUCE: phylib: Minimum hack to get the generic 10G PHY driver to work
10070 with 10G "fixed-link"s
10071
10072 [ Kumar Gala ]
10073
10074 * SAUCE: fsl_qbman: Add drivers for Freescale DPAA Qman & Bman
10075 * SAUCE: fsl_pme2: Add support for DPAA PME
10076 * SAUCE: fmd: FMD14 integration
10077 * SAUCE: dpaa_eth: Ethernet driver for Freescale QorIQ DPA Architecture
10078 * SAUCE: powerpc/85xx: Add DPAA/networking support for CoreNet
10079
10080 [ Madalin Bucur ]
10081
10082 * SAUCE: net/flow: remove sleeping and deferral mechanism from
10083 flow_cache_flush
10084 * SAUCE: net/phy: abort genphy_read_status when link changes during speed
10085 and duplex reading
10086
10087 [ Stefan Bader ]
10088
10089 * [Config] move some VMWare related modules into main package
10090 - LP: #1271669
10091
10092 [ Tim Gardner ]
10093
10094 * [Config] Add r815x to nic-modules
10095 - LP: #1273735
10096 * [Config] CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
10097 - LP: #239479
10098
10099 [ Upstream Kernel Changes ]
10100
10101 * mmc: sdhci-pci: break out definitions to header file
10102 - LP: #1239938
10103 * mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hosts
10104 - LP: #1239938
10105 * powerpc/book3e: rename interrupt_end_book3e with __end_interrupts
10106 * powerpc/book3e: support CONFIG_RELOCATABLE
10107 * book3e/kexec/kdump: enable kexec for kernel
10108 * book3e/kexec/kdump: create a 1:1 TLB mapping
10109 * book3e/kexec/kdump: introduce a kexec kernel flag
10110 * book3e/kexec/kdump: implement ppc64 kexec specfic
10111 * book3e/kexec/kdump: redefine VIRT_PHYS_OFFSET
10112 * book3e/kexec/kdump: recover "r4 = 0" to create the initial TLB
10113
10114 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jan 2014 22:59:46 +0000
10115
10116 linux (3.13.0-5.20) trusty; urgency=low
10117
10118 [ Andy Whitcroft ]
10119
10120 * [Packaging] tools -- do not make symlinks when not making packages
10121 * [Packaging] tools -- tidy up control.stub.in ordering
10122 * [Packaging] tools -- tools-common is shared and not conditional
10123 * rebase to v3.13
10124
10125 [ Dirk Brandewie ]
10126
10127 * SAUCE: intel_pstate: Add setting voltage value for baytrail P states.
10128
10129 [ KY Srinivasan ]
10130
10131 * SAUCE: Drivers: hv: vmbus: Specify the target CPU that should receive
10132 notification
10133
10134 [ Upstream Kernel Changes ]
10135
10136 * rebase to v3.13
10137 - LP: #1270603
10138
10139 -- Andy Whitcroft <apw@canonical.com> Fri, 17 Jan 2014 15:45:31 +0000
10140
10141 linux (3.13.0-4.19) trusty; urgency=low
10142
10143 [ Andy Whitcroft ]
10144
10145 * [Config] libunwind8-dev is now available for ppc64el
10146 * [Packaging] tools -- make cpupower optional
10147 * [Packaging] tools -- enable correctly for x86
10148
10149 [ Tim Gardner ]
10150
10151 * Release Tracking Bug
10152 - LP: #1269872
10153
10154 [ Upstream Kernel Changes ]
10155
10156 * SAUCE: ARM: OMAP: hwmod: Add SYSC offsets for AES IP
10157 * SAUCE: ARM: OMAP4: hwmod: Add hwmod data for AES IP
10158 * SAUCE: OMAP: AM33xx: hwmod: Correct AES module SYSC type
10159 * SAUCE: crypto: omap-aes: add error check for pm_runtime_get_sync
10160
10161 [ Upstream Kernel Changes ]
10162
10163 * rebase to 85ce70fdf48aa290b4845311c2dd815d7f8d1fa5
10164
10165 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Jan 2014 13:23:05 +0000
10166
10167 linux (3.13.0-3.18) trusty; urgency=low
10168
10169 [ Andy Whitcroft ]
10170
10171 * rebase to v3.13-rc8
10172 * [Packaging] efi -- allow EFI signatures on any arch
10173
10174 [ Tim Gardner ]
10175
10176 * [Config] Fix vcs-git path
10177 * Release Tracking Bug
10178 - LP: #1268683
10179
10180 [ Upstream Kernel Changes ]
10181
10182 * rebase to v3.13-rc8
10183
10184 -- Andy Whitcroft <apw@canonical.com> Sun, 12 Jan 2014 11:58:01 +0000
10185
10186 linux (3.13.0-2.17) trusty; urgency=low
10187
10188 [ Andy Whitcroft ]
10189
10190 * Release Tracking Bug
10191 - LP: #1267809
10192 * [Config] apply Platform support>>CPUIdle driver>>CPU Idle config
10193 defaults
10194 * [Config] apply Platform support>>CPU Frequency scaling config defaults
10195 * [Config] CONFIG_PARIDE_EPATC8=y
10196 * [Config] apply Device Drivers >> Broadcom specific AMBA config defaults
10197 * [Config] apply Bus options >> PCI support >> RapidIO support >> RapidIO
10198 Switch drivers config defaults
10199 * [Config] apply Cryptographic API config defaults
10200 * [Config] apply Device Drivers >> Common Clock Framework config defaults
10201 * [Config] apply Device Drivers >> Distributed Switch Architecture
10202 drivers config defaults
10203 * [Config] apply Device Drivers >> Graphics support >> Backlight & LCD
10204 device support config defaults
10205 * [Config] apply Device Drivers >> Graphics support >> Support for frame
10206 buffer devices >> Bootup logo config defaults
10207 * annotations -- update in tree annotations
10208 * [Config] apply Bus options >> PCI support >> RapidIO support config
10209 defaults
10210 * [Config] CONFIG_POWER_AVS=y CONFIG_RESET_CONTROLLER=y
10211 * [Config] apply Device Drivers >> 1-wire Bus Masters config defaults
10212 * [Config] apply CAN Device Drivers >> Platform CAN drivers with Netlink
10213 support config defaults
10214 * [Config] apply Device Drivers >> Character devices >> Serial drivers
10215 config defaults
10216 * [Config] apply Device Drivers >> Generic Thermal sysfs driver config
10217 defaults
10218 * [Config] apply Device Drivers >> Character devices >> TPM Hardware
10219 Support config defaults
10220 * [Config] apply Device Drivers >> Character devices config defaults
10221 * [Config] apply Device Drivers >> HID support >> USB HID support >> USB
10222 HID transport layer config defaults
10223 * [Config] apply Device Drivers >> HID support >> HID bus support config
10224 defaults
10225 * [Config] apply Device Drivers >> HID support >> USB HID support config
10226 defaults
10227 * annotations -- update in tree annotations
10228 * [Config] apply Device Drivers >> GPIO Support config defaults
10229 * [Config] update configs for apparmour update
10230
10231 [ John Johansen ]
10232
10233 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
10234 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
10235 - LP: #1208988
10236 * SAUCE: apparmor: allocate path lookup buffers during init
10237 - LP: #1208988
10238 * SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy
10239 - LP: #1236455
10240
10241 [ Tim Gardner ]
10242
10243 * Revert "[Debian] getabis: Preface module with package name"
10244 * [Config] Added ppc64el to getabis
10245 * [packaging] Bump ABI for every new release
10246
10247 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jan 2014 11:48:39 +0000
10248
10249 linux (3.13.0-1.16) trusty; urgency=low
10250
10251 * First 3.13 upload.
10252 * Release tracker
10253 - LP: #1266852
10254
10255 -- Tim Gardner <tim.gardner@canonical.com> Tue, 07 Jan 2014 09:21:26 -0700
10256
10257 linux (3.13.0-0.15) trusty; urgency=low
10258
10259 [ Tim Gardner ]
10260
10261 * rebase to v3.13-rc7
10262
10263 [ Upstream Kernel Changes ]
10264
10265 * rebase to v3.13-rc7
10266
10267 -- Tim Gardner <tim.gardner@canonical.com> Sun, 05 Jan 2014 06:13:33 -0700
10268
10269 linux (3.13.0-0.14) trusty; urgency=low
10270
10271 [ Andy Whitcroft ]
10272
10273 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
10274
10275 [ Tim Gardner ]
10276
10277 * Remove ubuntu/dm-raid4-5 in favor of CONFIG_MD_RAID456
10278 * Update lttng to Version 2.4.0-rc2
10279 * lttng: Disabled trace_kvm_async_pf_completed
10280 * [Config] CONFIG_IMA=y
10281 - LP: #1244627
10282
10283 [ Upstream Kernel Changes ]
10284
10285 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
10286
10287 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Jan 2014 12:57:13 -0700
10288
10289 linux (3.13.0-0.13) trusty; urgency=low
10290
10291 [ Andy Whitcroft ]
10292
10293 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
10294 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
10295 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
10296 * ubuntu: AUFS (no-squash): basic framework and update machinary
10297 * ubuntu: AUFS -- update to 7b136a27b021da9010d8b6c101939dd298e46be7
10298 * ubuntu: aufs3 -- enable
10299 * ubuntu: aufs3 -- update configs
10300
10301 -- Andy Whitcroft <apw@canonical.com> Thu, 02 Jan 2014 09:41:02 +0000
10302
10303 linux (3.13.0-0.12) trusty; urgency=low
10304
10305 [ Upstream Kernel Changes ]
10306
10307 * rebase to v3.13-rc6
10308
10309 -- Tim Gardner <tim.gardner@canonical.com> Tue, 31 Dec 2013 06:16:03 -0700
10310
10311 linux (3.13.0-0.11) trusty; urgency=low
10312
10313 [ Andy Whitcroft ]
10314
10315 * SAUCE: suspicious unlocked ->status reading and writing in ipc/sem.c
10316 * [Config] ppc64el -- initial defconfig based -generic flavour
10317 * [Config] initial defconfig for ppc64el
10318 * [Config] ubuntuise ppc64el config
10319 * [Config] ubuntuise ppc64el config part 2
10320 * [Config] d-i -- update empty udebs list
10321 * [Config] ppc64el -- split extras package
10322
10323 [ Anton Blanchard ]
10324
10325 * SAUCE: KVM: PPC: Book3S HV: Add little-endian guest support
10326
10327 [ Benjamin Herrenschmidt ]
10328
10329 * SAUCE: powerpc/powernv: Add calls to support little endian
10330
10331 [ Cédric Le Goater ]
10332
10333 * SAUCE: KVM: PPC: Book3S: add helper routine to load guest instructions
10334 * SAUCE: KVM: PPC: Book3S: add helper routines to detect endian order
10335 * SAUCE: KVM: PPC: Book3S: MMIO emulation support for little endian
10336 guests
10337
10338 [ Paul E. McKenney ]
10339
10340 * SAUCE: powerpc: Make 64-bit non-VMX copy_tofrom_user() bi-endian
10341
10342 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Dec 2013 16:48:55 +0000
10343
10344 linux (3.13.0-0.10) trusty; urgency=low
10345
10346 [ Andy Whitcroft ]
10347
10348 * rebase to v3.13-rc5
10349 * [Config] updateconfigs following rebase to v3.13-rc5
10350
10351 [ Upstream Kernel Changes ]
10352
10353 * rebase to v3.13-rc5
10354 - LP: #1260303
10355 - LP: #1260303
10356 - LP: #1260225
10357
10358 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Dec 2013 12:48:28 +0000
10359
10360 linux (3.13.0-0.9) trusty; urgency=low
10361
10362 [ Andy Whitcroft ]
10363
10364 * [Config] d-i -- allow missing firmware
10365
10366 -- Andy Whitcroft <apw@canonical.com> Fri, 20 Dec 2013 17:57:06 +0000
10367
10368 linux (3.13.0-0.8) trusty; urgency=low
10369
10370 [ Andy Whitcroft ]
10371
10372 * [Config] annotations -- first pass over entire config
10373 * [Config] drop libunwind8-dev from Build-Depends for ppc64el
10374
10375 [ Tim Gardner ]
10376
10377 * [Config] Add arm64 device tree files
10378 - LP: #1262901
10379
10380 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Dec 2013 18:36:43 +0000
10381
10382 linux (3.13.0-0.7) trusty; urgency=low
10383
10384 [ Rajesh B Prathipati ]
10385
10386 * SAUCE: powerpc: Make unaligned accesses endian-safe for powerpc
10387
10388 [ Tim Gardner ]
10389
10390 * [Config] CONFIG_REGULATOR_S2MPS11=n for FTBS
10391
10392 [ Upstream Kernel Changes ]
10393
10394 * rebase to v3.13-rc4
10395 - LP: #1259790
10396 - LP: #1259437
10397 - LP: #1259435
10398
10399 -- Tim Gardner <tim.gardner@canonical.com> Fri, 13 Dec 2013 07:56:34 -0700
10400
10401 linux (3.13.0-0.6) trusty; urgency=low
10402
10403 [ Paolo Pisati ]
10404
10405 * [Config] armhf: arm64: VIRTIO_[BLK|MMIO|NET|CONSOLE|BALLOON]=y
10406 * [Config] i386: amd64: VIRTIO_CONSOLE=y
10407
10408 [ Tim Gardner ]
10409
10410 * [Config] CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
10411
10412 -- Tim Gardner <tim.gardner@canonical.com> Sun, 08 Dec 2013 09:22:01 -0700
10413
10414 linux (3.13.0-0.5) trusty; urgency=low
10415
10416 [ Andy Whitcroft ]
10417
10418 * correct bug listing for v3.13-rc2 rebase
10419 * [Config] ppc64el -- create linux-libc-dev
10420 * [Debian] Improve tools version message
10421 - LP: #1257715
10422
10423 [ Serge Hallyn ]
10424
10425 * SAUCE: fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)]
10426 - LP: #1248590
10427 * SAUCE: vfs: Fix a regression in mounting proc
10428
10429 [ Tim Gardner ]
10430
10431 * [Config] Build-in ohci-pci
10432 - LP: #1244176
10433 * Rebase to v3.13-rc3
10434
10435 [ Upstream Kernel Changes ]
10436
10437 * Revert "Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID
10438 checks""
10439 - LP: #1248590
10440
10441 [ Upstream Kernel Changes ]
10442
10443 * rebase to v3.13-rc3
10444 - LP: #1256840
10445 - LP: #1256212
10446
10447 -- Tim Gardner <tim.gardner@canonical.com> Sat, 07 Dec 2013 07:55:39 -0700
10448
10449 linux (3.13.0-0.4) trusty; urgency=low
10450
10451 [ Tim Gardner ]
10452
10453 * Rebase to v3.13-rc2
10454
10455 [ Upstream Kernel Changes ]
10456
10457 * rebase to v3.13-rc2
10458
10459 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Nov 2013 23:54:05 -0500
10460
10461 linux (3.13.0-0.3) trusty; urgency=low
10462
10463 [ Andy Whitcroft ]
10464
10465 * Revert "SAUCE: Fix DocBook FTBS"
10466
10467 [ Tim Gardner ]
10468
10469 * [Debian] Re-sign modules after debug objcopy
10470 - LP: #1253155
10471 * [Config] CONFIG_EXT4_USE_FOR_EXT23=y
10472
10473 [ Upstream Kernel Changes ]
10474
10475 * doc: fix generation of device-drivers
10476 * rebase to b975dc3689fc6a3718ad288ce080924f9cb7e176
10477
10478 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Nov 2013 12:24:42 -0700
10479
10480 linux (3.13.0-0.2) trusty; urgency=low
10481
10482 [ Tim Gardner ]
10483
10484 * SAUCE: Fix DocBook FTBS
10485
10486 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Nov 2013 13:24:15 -0700
10487
10488 linux (3.13.0-0.1) trusty; urgency=low
10489
10490 [ Upstream Kernel Changes ]
10491
10492 * rebase to 7e3528c3660a2e8602abc7858b0994d611f74bc3
10493
10494 -- Tim Gardner <tim.gardner@canonical.com> Tue, 12 Nov 2013 07:28:53 -0700
10495
10496 linux (3.13.0-0.0) trusty; urgency=low
10497
10498 * Major release bump.
10499
10500 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Nov 2013 21:37:52 +0000
10501
10502 linux (3.12.0-2.7) trusty; urgency=low
10503
10504 * Fixed armhf ABI build failure.
10505 * Release tracker
10506 - LP: #1249477
10507
10508 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 16:22:45 -0700
10509
10510 linux (3.12.0-2.6) trusty; urgency=low
10511
10512 [ Joseph Salisbury ]
10513
10514 * SAUCE: tg3: Add support for new 57786 device id.
10515 - LP: #1242610
10516
10517 [ Tim Gardner ]
10518
10519 * [Config] CONFIG_OABI_COMPAT=n
10520 * [Config] add the wandboard to shipped dtb
10521 - LP: #1249421
10522 * Release tracker
10523 - LP: #1249477
10524
10525 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 12:23:18 -0700
10526
10527 linux (3.12.0-2.5) trusty; urgency=low
10528
10529 [ Andy Whitcroft ]
10530
10531 * rebase to mainline v3.12
10532 * [Config] updateconfigs following rebase to v3.12
10533 * postinst -- improve relative symlink detection with missing files
10534 - LP: #1248053
10535 * postinst -- fix unchanged link detection
10536 * [Config] update configs following addition of apparmor fixes
10537
10538 [ Anthony Wong ]
10539
10540 * SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537
10541 - LP: #1231305
10542
10543 [ John Johansen ]
10544
10545 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
10546 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
10547 - LP: #1208988
10548 * SAUCE: apparmor: allocate path lookup buffers during init
10549 - LP: #1208988
10550
10551 [ Tim Gardner ]
10552
10553 * [Config] Remove superfluous ubuntu/lttng-modules
10554
10555 [ Upstream Kernel Changes ]
10556
10557 * Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks"
10558 - LP: #1248590
10559
10560 [ Upstream Kernel Changes ]
10561
10562 * rebase to v3.12
10563 - LP: #1222850
10564
10565 [ Adam Conrad ]
10566 * etc/getabis: Fetch arm64/generic abis as well
10567
10568 -- Andy Whitcroft <apw@canonical.com> Wed, 06 Nov 2013 21:00:21 +0000
10569
10570 linux (3.12.0-1.3) trusty; urgency=low
10571
10572 [ Andy Whitcroft ]
10573
10574 * [Config] arm64 -- add arch to the configuration handlers
10575 * [Config] arm64 -- add generic flavour
10576 * [Config] arm64 -- default config
10577 * [Config] arm64 -- fix up various FTBFS config options
10578 * SAUCE: arm64: export __copy_in_user to modules
10579 * [Config] arm64 -- disable ABI/module checks
10580 * [Config] arm64 -- enforcer -- add arm64 to the enforcer
10581 * [Config] arm64 -- enable udebs for arm64
10582
10583 [ Colin Watson ]
10584
10585 * [Config] Clean up various udeb Provides
10586
10587 [ Paolo Pisati ]
10588
10589 * [Config] AHCI_IMX=y
10590 * [Config] build imx*-wandboard dtbs
10591
10592 [ Serge Hallyn ]
10593
10594 * SAUCE: device_cgroup: remove can_attach
10595
10596 [ Tim Gardner ]
10597
10598 * rebase to v3.12-rc7
10599 * SAUCE: KVM: Fix modprobe failure for kvm_intel/kvm_amd
10600 * Release tracker
10601 - LP: #1245932
10602
10603 [ Upstream Kernel Changes ]
10604
10605 * rebase to v3.12-rc7
10606 - LP: #1180881
10607 - LP: #1180881
10608 - LP: #1217957
10609
10610 -- Tim Gardner <tim.gardner@canonical.com> Sun, 27 Oct 2013 22:08:55 -0600
10611
10612 linux (3.12.0-0.2) trusty; urgency=low
10613
10614 [ Andy Whitcroft ]
10615
10616 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ
10617 CAPACITY (16) at SPC-2"
10618 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at
10619 SPC-2"
10620 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request READ
10621 CAPACITY (16) be preferred"
10622 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request VPD pages
10623 be used at SPC-2"
10624 * Revert "overlayfs: Update to v19"
10625 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: implement show_options"
10626 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: add statfs support"
10627 * Revert "ubuntu: overlayfs v18 -- -- overlay filesystem"
10628 * Revert "ubuntu: overlayfs v18 -- -- vfs: introduce
10629 clone_private_mount()"
10630 * Revert "ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to
10631 modules"
10632 * Revert "ubuntu: overlayfs v18 -- -- overlay: overlay filesystem
10633 documentation"
10634 * ubuntu: overlayfs v20 -- overlayfs: add statfs support
10635 * [Config] fix linux-libc-dev generation for arm64
10636 * [Config] fix linux-libc-dev generation for x32
10637 * [Config] add linux-libc-dev generation for ppc64el
10638
10639 [ Erez Zadok ]
10640
10641 * ubuntu: overlayfs v20 -- overlayfs: implement show_options
10642
10643 [ Miklos Szeredi ]
10644
10645 * ubuntu: overlayfs v20 -- vfs: add i_op->dentry_open()
10646 * ubuntu: overlayfs v20 -- vfs: export do_splice_direct() to modules
10647 * ubuntu: overlayfs v20 -- vfs: export __inode_permission() to modules
10648 * ubuntu: overlayfs v20 -- vfs: introduce clone_private_mount()
10649 * ubuntu: overlayfs v20 -- overlay filesystem
10650 * ubuntu: overlayfs v20 -- fs: limit filesystem stacking depth
10651
10652 [ Neil Brown ]
10653
10654 * ubuntu: overlayfs v20 -- overlay: overlay filesystem documentation
10655
10656 [ Paolo Pisati ]
10657
10658 * [Config] arm: VIRTIO_[BLK|NET|MMIO]=y
10659
10660 [ Seth Forshee ]
10661
10662 * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
10663 ThinkPads
10664 - LP: #1183856
10665
10666 [ Tim Gardner ]
10667
10668 * [Config] CONFIG_CRYPTO_CRCT10DIF=y, CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
10669 * rebase to v3.12-rc2
10670 * updateconfigs
10671 * [Config] disable CONFIG_FB_VESA enforcer check
10672 * [Config] Disable lttng for FTBS
10673 * rebase to v3.12-rc3
10674 * rebase to v3.12-rc4
10675 * [Config] CONFIG_ANDROID=n
10676 - LP: #1235161
10677 * [Config] CONFIG_L2TP_V3=y
10678 - LP: #1235914
10679 * [Config] CONFIG_USB_OTG=n for all arches
10680 * Release tracker
10681 - LP: #1242811
10682
10683 [ Upstream Kernel Changes ]
10684
10685 * scsi: hyper-v storsvc switch up to SPC-3
10686
10687 * rebase to v3.12-rc6
10688 - LP: #1235977
10689 - LP: #1235523
10690 - LP: #1239392
10691 - LP: #1227491
10692
10693 * rebase to v3.12-rc3
10694 - LP: #1231931
10695
10696 * rebase to v3.12-rc2
10697 - LP: #1213820
10698 - LP: #1213055
10699 - LP: #1198030
10700
10701 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Sep 2013 07:41:07 -0600
10702
10703 linux (3.11.0-8.15) saucy; urgency=low
10704
10705 [ Tim Gardner ]
10706
10707 * Release tracker
10708 - LP: #1227969
10709
10710 * Update lttng
10711 Updated to git://git.lttng.org/lttng-modules.git 9998f5216f4641a79e158135
10712 Version 2.3.0+
10713
10714 [ Upstream Kernel Changes ]
10715
10716 * igb: Add additional get_phy_id call for i354 devices
10717 - LP: #1219619
10718 * igb: Read flow control for i350 from correct EEPROM section
10719 - LP: #1219619
10720 * timekeeping: Fix HRTICK related deadlock from ntp lock changes
10721 Required for lttng update.
10722
10723 -- Tim Gardner <tim.gardner@canonical.com> Thu, 19 Sep 2013 07:41:49 -0600
10724
10725 linux (3.11.0-7.14) saucy; urgency=low
10726
10727 [ Andy Whitcroft ]
10728
10729 * [Packaging] sort out linux-tools naming
10730 - LP: #1205284
10731 * [Packaging] linux-tools: switch to common generic version helper
10732
10733 [ Paolo Pisati ]
10734
10735 * [Config] highbank: ecx1000: CPU_IDLE causes instabilities, disable it
10736
10737 [ Tim Gardner ]
10738
10739 * Release tracker
10740 - LP: #1226160
10741
10742 [ Tony Lindgren ]
10743
10744 * SAUCE: ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus
10745 for pandaboard
10746
10747 [ Upstream Kernel Changes ]
10748
10749 * USB: handle LPM errors during device suspend correctly
10750 - LP: #1011415
10751 * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()
10752 - LP: #1011415
10753 * usb: Don't fail port power resume on device disconnect.
10754 - LP: #1011415
10755
10756 [ Upstream Kernel Changes ]
10757
10758 * rebase to v3.11.1
10759
10760 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Sep 2013 07:30:17 -0600
10761
10762 linux (3.11.0-7.13) saucy; urgency=low
10763
10764 * Release tracker
10765 - LP: #1223545
10766
10767 [ Andy Whitcroft ]
10768
10769 * SAUCE: (no-up) scsi: add scsi device flag to request VPD pages be used at SPC-2
10770 - LP: #1223499
10771 * SAUCE: (no-up) scsi: add scsi device flag to request READ CAPACITY (16) be preferred
10772 - LP: #1223499
10773 * SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at SPC-2
10774 - LP: #1223499
10775 * SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ CAPACITY (16) at SPC-2
10776 - LP: #1223499
10777
10778 [ Maximiliano Curia ]
10779
10780 * SAUCE: (no-up) Only let characters through when there are active readers.
10781 - LP: #1208740
10782
10783 [ Tim Gardner ]
10784
10785 * [Debian] getabis: Commit new ABI directory, remove the old
10786 * [Config] CONFIG_EFIVAR_FS=y
10787 - LP: #1223195
10788 * [Config] CONFIG_EFI_VARS_PSTORE=m,
10789 CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=n
10790 * SAUCE: (no-up) USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited()
10791 - LP: #1222850
10792
10793 [ Upstream Kernel Changes ]
10794
10795 * Intel xhci: refactor EHCI/xHCI port switching
10796 - LP: #1210858
10797
10798 -- Tim Gardner <tim.gardner@canonical.com> Tue, 10 Sep 2013 09:00:19 -0600
10799
10800 linux (3.11.0-6.12) saucy; urgency=low
10801
10802 * Release tracker
10803 - LP: #1222893
10804
10805 [ Andy Whitcroft ]
10806
10807 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
10808 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
10809 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
10810 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
10811 - LP: #1222407
10812
10813 [ Paolo Pisati ]
10814
10815 * [Config] restore mmc boot on panda
10816
10817 [ Tyler Hicks ]
10818
10819 * SAUCE: apparmor: Use shash crypto API interface for profile hashes
10820 - LP: #1216294
10821
10822 [ Upstream Kernel Changes ]
10823
10824 * net: calxedaxgmac: remove NETIF_F_FRAGLIST setting
10825 * net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len
10826 * net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err
10827 * net: calxedaxgmac: fix possible skb free before tx complete
10828 * net: calxedaxgmac: update ring buffer tx_head after barriers
10829 * net: calxedaxgmac: fix race with tx queue stop/wake
10830 * net: calxedaxgmac: enable interrupts after napi_enable
10831 * net: calxedaxgmac: fix various errors in xgmac_set_rx_mode
10832 * net: calxedaxgmac: remove some unused statistic counters
10833 * net: calxedaxgmac: fix rx DMA mapping API size mismatches
10834 * net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling
10835 * mfd: rtsx: Read vendor setting from config space
10836 - LP: #1201698
10837
10838 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 Sep 2013 07:21:06 -0600
10839
10840 linux (3.11.0-5.11) saucy; urgency=low
10841
10842 * Release tracker
10843 - LP: #1221886
10844
10845 [ Adam Lee ]
10846
10847 * SAUCE: Bluetooth: Add support for 04ca:2007
10848 - LP: #1153448
10849 * SAUCE: Bluetooth: Add support for 105b:e065
10850 - LP: #1161261
10851
10852 [ Gavin Guo ]
10853
10854 * SAUCE: Bluetooth: Add support for Broadcom 413c:8143
10855 - LP: #1166113
10856
10857 [ Upstream Kernel Changes ]
10858
10859 * igb: Reset the link when EEE setting changed
10860 - LP: #1219619
10861 * igb: Read register for latch_on without return value
10862 - LP: #1219619
10863 * igb: Added rcu_lock to avoid race
10864 - LP: #1219619
10865 * igb: don't allow SR-IOV without MSI-X
10866 - LP: #1219619
10867 * igb: Update MTU so that it is always at least a standard frame size
10868 - LP: #1219619
10869 * igb: Refactor of init_nvm_params
10870 - LP: #1219619
10871 * igb: Refactor NVM read functions to accommodate devices with no flash
10872 - LP: #1219619
10873 * igb: Add device support for flashless SKU of i210 device
10874 - LP: #1219619
10875 * igb: Fix get_fw_version function for all parts
10876 - LP: #1219619
10877 * igb: Add macro for size of RETA indirection table
10878 - LP: #1219619
10879 * igb: Expose RSS indirection table for ethtool
10880 - LP: #1219619
10881 * igb: Don't look for a PBA in the iNVM when flashless
10882 - LP: #1219619
10883 * igb: Implementation of 1-sec delay for i210 devices
10884 - LP: #1219619
10885 * igb: New PHY_ID for i354 device
10886 - LP: #1219619
10887 * igb: M88E1543 PHY downshift implementation
10888 - LP: #1219619
10889 * igb: No PHPM support in i354 devices
10890 - LP: #1219619
10891 * igb: Support to get 2_5G link status for appropriate media type
10892 - LP: #1219619
10893 * igb: Get speed and duplex for 1G non_copper devices
10894 - LP: #1219619
10895 * igb: Implementation to report advertised/supported link on i354 devices
10896 - LP: #1219619
10897 * igb: Update version number
10898 - LP: #1219619
10899 * Bluetooth: Take proper tty_struct references
10900 - LP: #1189998
10901 * Bluetooth: Remove the device from the list in the destructor
10902 - LP: #1189998
10903 * Bluetooth: Move the tty initialization and cleanup out of open/close
10904 - LP: #1189998
10905 * Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
10906 - LP: #1189998
10907 * Bluetooth: Fix the reference counting of tty_port
10908 - LP: #1189998
10909 * Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
10910 - LP: #1189998
10911
10912 [ Wen-chien Jesse Sung ]
10913
10914 * SAUCE: Bluetooth: Support for loading broadcom patchram firmware
10915 - LP: #1065400
10916 * SAUCE: Bluetooth: Add support for 13d3:3388 and 13d3:3389
10917 - LP: #1065400
10918
10919 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Sep 2013 08:06:17 -0600
10920
10921 linux (3.11.0-5.10) saucy; urgency=low
10922
10923 [ Andy Whitcroft ]
10924
10925 * Release tracker
10926 - LP: #1220222
10927 * Revert "[Config] Fix ubuntu directoy Kbuilds"
10928 * Revert "aufs update dropped some Kbuild files"
10929 * Revert "ubuntu: AUFS -- follow rename of loop.h into drivers/block"
10930 * Revert "ubuntu: AUFS -- update to
10931 8e503d4142c189ed6c47a2177ad2cd058e8d340e"
10932 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
10933 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
10934 * rebase to v3.11 final
10935 * [Config] clean up ubuntu/Kconfig and ubuntu/Makefile
10936 * ubuntu: AUFS (no-squash): basic framework and update machinary
10937 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
10938 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
10939 * ubuntu: AUFS -- update to 5ac5fe26a90a818218310e208d17688fddb07622
10940 * ubuntu: (no-squash) AUFS -- enable aufs
10941 * ubuntu: AUFS -- fix remaining d_count references to use accessor
10942 * ubuntu: lttng -- follow rename of pid_ns
10943 * SAUCE: disable stack-protector for ARM compressed bootloader
10944
10945 [ Paolo Pisati ]
10946
10947 * [Config] ARM_ATAG_DTB_COMPAT=y
10948
10949 [ Rob Herring ]
10950
10951 * [Config] Enable KVM and virtio for armhf generic-lpae
10952
10953 [ Tim Gardner ]
10954
10955 * [Config] CONFIG_ARPD=y
10956 * [Config] CONFIG_ZSWAP=y
10957 - LP: #1215379
10958
10959 [ Upstream Kernel Changes ]
10960
10961 * uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor.
10962 - LP: #1217957
10963 * ARM: use phys_addr_t for DMA zone sizes
10964 * ARM: highbank: enable DMA zone for LPAE
10965 * ARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL
10966 * ARM: highbank: select required errata work-arounds
10967 * DMA: fix AMBA PL08x compilation issue with 64bit DMA address type
10968 * DMA: fix printk warning in AMBA PL08x DMA driver
10969 * ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE
10970 * ARM: move outer_cache declaration out of ifdef
10971 * ARM: highbank: avoid L2 cache smc calls when PL310 is not present
10972 * ARM: highbank: clean-up some unused includes
10973 * ARM: xen: only set pm function ptrs for Xen guests
10974
10975 [ Upstream Kernel Changes ]
10976
10977 * rebase to v3.11
10978
10979 -- Andy Whitcroft <apw@canonical.com> Tue, 03 Sep 2013 17:08:06 +0100
10980
10981 linux (3.11.0-4.9) saucy; urgency=low
10982
10983 [ Tim Gardner ]
10984
10985 * rebase to v3.11-rc7
10986 * Release tracker
10987 - LP: #1216962
10988
10989 [ Upstream Kernel Changes ]
10990
10991 * mwifiex: do not create AP and P2P interfaces upon driver loading
10992 - LP: #1212720
10993
10994 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 Aug 2013 06:25:35 -0600
10995
10996 linux (3.11.0-3.8) saucy; urgency=low
10997
10998 [ Johannes Berg ]
10999
11000 * SAUCE: mac80211: ignore (E)CSA in probe response frames
11001 - LP: #1201470
11002
11003 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Aug 2013 09:47:36 -0600
11004
11005 linux (3.11.0-3.7) saucy; urgency=low
11006
11007 [ Tim Gardner ]
11008
11009 * SAUCE: (no-up) hv_vss_daemon -- prevent self-daemonising to allow
11010 upstart to track
11011 * SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the local
11012 linux/hyperv.h
11013 * SAUCE: hv: Add vss daemon to Makefile
11014 * [Debian] Add hv_vss_daemon to tools package
11015 - LP: #1213282
11016 * [Config] Fix ubuntu directoy Kbuilds
11017 - LP: #1181755
11018
11019 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Aug 2013 08:34:05 -0600
11020
11021 linux (3.11.0-3.6) saucy; urgency=low
11022
11023 [ Andy Whitcroft ]
11024
11025 * [Packaging] tools: conditionalise x86 and hyper-v tools sensibly
11026 * [Config] tools: enable x86 and hyper-v
11027
11028 [ John Johansen ]
11029
11030 * Revert "SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable
11031 snapshot"
11032 * Revert "SAUCE: (no-up) apparmor: fix apparmor module status for none
11033 root users"
11034 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
11035
11036 [ Joseph Salisbury ]
11037
11038 * SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops
11039 - LP: #1210848
11040
11041 [ Kamal Mostafa ]
11042
11043 * [debian] tools: ship 'cpupower' in linux-tools
11044 - LP: #1158668
11045 * [Config] Build-dep on libpci-dev for cpu tools
11046 - LP: #1158668
11047
11048 [ Tim Gardner ]
11049
11050 * rebase to v3.11-rc6
11051 * Release tracker
11052 - LP: #1213941
11053
11054 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 Aug 2013 07:02:07 -0600
11055
11056 linux (3.11.0-2.5) saucy; urgency=low
11057
11058 [ Tim Gardner ]
11059
11060 * [Config] CONFIG_PM_DEBUG=y
11061 - LP: #1210539
11062 * rebase to v3.11-rc5
11063 * Release tracker
11064 - LP: #1211378
11065
11066 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Aug 2013 06:10:39 -0600
11067
11068 linux (3.11.0-1.4) saucy; urgency=low
11069
11070 [ Tim Gardner ]
11071
11072 * Bump ABI when making changes to the inclusion list lest
11073 you cause conflicts with existing installed kernel
11074 packages.
11075 - LP: #1210331
11076
11077 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Aug 2013 03:03:51 +0100
11078
11079 linux (3.11.0-0.3) saucy; urgency=low
11080
11081 [ Tim Gardner ]
11082
11083 * [Config] Include rbd and kvm in the virtual inclusion list
11084 - LP: #1206961
11085 * [Config] Removed obsolete inclusion list entries
11086
11087 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Aug 2013 08:52:14 +0100
11088
11089 linux (3.11.0-0.2) saucy; urgency=low
11090
11091 [ Bruce Allan ]
11092
11093 * SAUCE: (no-up) e1000e: fix I217/I218 PHY initialization flow
11094 - LP: #1206757
11095 * SAUCE: (no-up) e1000e: enable support for new device IDs
11096 - LP: #1206757
11097
11098 [ John Johansen ]
11099
11100 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
11101
11102 [ Paolo Pisati ]
11103
11104 * build vexpress a15 dtb
11105 * [Config] disable Broadcom bcm support (ARCH_BCM)
11106 * [Config] disable Allwinner a1x support (ARCH_SUNXI)
11107 * [Config] disable WonderMedia WM8850 support (ARCH_WM8850)
11108 * [Config] disable Rockchip support (ARCH_ROCKCHIP)
11109 * [Config] disable STMicroelectronics STiH41x SOCs (ARCH_STI)
11110 * [Config] disable TI Keystone, AM43xx and OMAP5 support
11111 * [Config] ARM_APPENDED_DTB=y
11112
11113 [ Tim Gardner ]
11114
11115 * rebase to v3.11-rc4
11116 * overlayfs: Update to v19
11117 * [Config] Enable overlayfs
11118 * SAUCE: Fix lttng compile errors
11119
11120 [ Upstream Kernel Changes ]
11121
11122 * rebase to v3.11-rc4
11123 - LP: #1163720
11124 - LP: #1162026
11125 - LP: #1195636
11126 - LP: #1195597
11127 - LP: #1180409
11128 - LP: #1168430
11129
11130 -- Tim Gardner <tim.gardner@canonical.com> Sun, 04 Aug 2013 03:45:31 -0600
11131
11132 linux (3.11.0-0.1) saucy; urgency=low
11133
11134 [ Upstream Kernel Changes ]
11135
11136 * rebase to 64ccccf8525fee499625b517c0faadf784c79e93
11137 - LP: #1163720
11138 - LP: #1162026
11139 - LP: #1195636
11140 - LP: #1195597
11141 - LP: #1180409
11142 - LP: #1168430
11143
11144 -- Tim Gardner <tim.gardner@canonical.com> Mon, 08 Jul 2013 08:50:46 -0600
11145
11146 linux (3.10.0-2.10) saucy; urgency=low
11147
11148 [ Andy Whitcroft ]
11149
11150 * [Config] CONFIG_INTEL_MEI*=m
11151 - LP: #1196155
11152 * [Config] CONFIG_DEBUG_INFO=y
11153
11154 [ Stephen Warren ]
11155
11156 * [Config] fix Calxeda xgmac module filename
11157
11158 [ Upstream Kernel Changes ]
11159
11160 * Revert "serial: 8250_pci: add support for another kind of NetMos
11161 Technology PCI 9835 Multi-I/O Controller"
11162 - LP: #1190967
11163 * mfd: lpc_ich: Add support for Intel Avoton SoC
11164 - LP: #1196658
11165
11166 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jul 2013 18:08:02 +0100
11167
11168 linux (3.10.0-2.9) saucy; urgency=low
11169
11170 [ Andy Whitcroft ]
11171
11172 * rebase to v3.10
11173
11174 [ John Johansen ]
11175
11176 * Revert "SAUCE: (no-up) apparmor: Fix quieting of audit messages for
11177 network mediation"
11178 * Revert "SAUCE: (no-up) apparmor: Fix compile warnings"
11179 * Revert "SAUCE: (no-up) AppArmor: basic networking rules"
11180 * Revert "SAUCE: (no-up) apparmor: Add the ability to mediate mount"
11181 * Revert "SAUCE: (no-up) AppArmor: Add profile introspection file to
11182 interface"
11183 * Revert "SAUCE: (no-up) AppArmor: Disable Add PR_{GET,SET}_NO_NEW_PRIVS
11184 to prevent execve from granting privs"
11185 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
11186
11187 [ Upstream Kernel Changes ]
11188
11189 * rebase to v3.10
11190
11191 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Jul 2013 17:42:29 +0100
11192
11193 linux (3.10.0-1.8) saucy; urgency=low
11194
11195 [ Andy Whitcroft ]
11196
11197 * Release Tracking Bug
11198 - LP: #1195717
11199
11200 [ Andy Whitcroft ]
11201
11202 * Revert "ubuntu: overlayfs -- follow change to do_splice_direct
11203 interface"
11204 * Revert "ubuntu: overlayfs -- expose do_splice_direct prototype"
11205 * Revert "SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path
11206 reference"
11207 * Revert "ubuntu: overlayfs -- add FS_ALIAS"
11208 * Revert "ubuntu: overlayfs --
11209 overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode"
11210 * Revert "ubuntu: overlayfs -- ovl-switch-to-inode_permission"
11211 * Revert "ubuntu: overlayfs -- vfs-export-inode_permission-to-modules"
11212 * Revert "ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link"
11213 * Revert "ubuntu: overlayfs --
11214 overlayfs-fix-possible-leak-in-ovl_new_inode"
11215 * Revert "ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth"
11216 * Revert "ubuntu: overlayfs -- overlay-overlay-filesystem-documentation"
11217 * Revert "ubuntu: overlayfs -- overlayfs-implement-show_options"
11218 * Revert "ubuntu: overlayfs -- overlayfs-add-statfs-support"
11219 * Revert "ubuntu: overlayfs -- overlay filesystem"
11220 * Revert "ubuntu: overlayfs -- vfs-introduce-clone_private_mount"
11221 * Revert "ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules"
11222 * Revert "ubuntu: overlayfs -- vfs-add-i_op-dentry_open"
11223 * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support
11224
11225 [ Erez Zadok ]
11226
11227 * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options
11228
11229 [ Miklos Szeredi ]
11230
11231 * ubuntu: overlayfs v18 -- -- vfs: add i_op->dentry_open()
11232 * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules
11233 * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules
11234 * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount()
11235 * ubuntu: overlayfs v18 -- -- overlay filesystem
11236 * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth
11237
11238 [ Neil Brown ]
11239
11240 * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem documentation
11241
11242 [ Tim Gardner ]
11243
11244 * [Config] CONFIG_SUNRPC_DEBUG=y
11245 - LP: #1127319
11246
11247 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jun 2013 10:26:52 +0100
11248
11249 linux (3.10.0-0.7) saucy; urgency=low
11250
11251 [ Andy Whitcroft ]
11252
11253 * autopkgtest: switch Depends: to build-essential
11254
11255 -- Andy Whitcroft <apw@canonical.com> Tue, 25 Jun 2013 08:40:55 +0100
11256
11257 linux (3.10.0-0.6) saucy; urgency=low
11258
11259 [ Andy Whitcroft ]
11260
11261 * [Config] enable CONFIG_ARCH_TEGRA to fix FTBFS on armhf
11262 * SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path reference
11263 - LP: #1098378
11264 * ubuntu: AUFS -- update to 4f14cef47eb7c23eda7198931fbab1040866b6ee
11265 * ubuntu: overlayfs -- expose do_splice_direct prototype
11266 * ubuntu: overlayfs -- follow change to do_splice_direct interface
11267 * [Config] flip CONFIG_NO_HZ_FULL_ALL off as it is overheating machines
11268 - LP: #1192691
11269
11270 [ Stefan Bader ]
11271
11272 * (d-i) Add dm-snapshot to md-modules
11273 - LP: #1191726
11274
11275 [ Tim Gardner ]
11276
11277 * Release tracker
11278 - LP: #1194149
11279 * [Config] CONFIG_WIL6210=n for armhf
11280 * [Config] d-i: Add calxedaxgmac to nic-modules
11281 - LP: #1192358
11282 * [debian] Use dh_strip
11283 - LP: #1192759
11284 * [Config] Enable perf for armhf
11285 * do_tools=false when cross compiling
11286 * [Config] CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
11287 - LP: #1108082
11288
11289 [ Upstream Kernel Changes ]
11290
11291 * nsp32: switch reset delay to msleep() as it is tooo long
11292 * alx: add a simple AR816x/AR817x device driver
11293 Plucked from linux-next. replaces ubuntu/alx in favor of
11294 'to be merged' version in 3.11.
11295 * rebase to v3.10-rc7
11296 - LP: #1189363
11297
11298 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Jun 2013 18:10:31 -0600
11299
11300 linux (3.10.0-0.5) saucy; urgency=low
11301
11302 [ Andy Whitcroft ]
11303
11304 * rebase to v3.10-rc6
11305 * [Config] updateconfigs following rebase to v3.10-rc6
11306
11307 [ Upstream Kernel Changes ]
11308
11309 * rebase to v3.10-rc6
11310
11311 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Jun 2013 11:12:39 +0100
11312
11313 linux (3.10.0-0.4) saucy; urgency=low
11314
11315 [ Andy Whitcroft ]
11316
11317 * [Config] updateconfigs following rebase to v3.10-rc4
11318
11319 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 11:42:28 +0100
11320
11321 linux (3.10.0-0.3) saucy; urgency=low
11322
11323 [ Andy Whitcroft ]
11324
11325 * rebase to v3.10-rc5
11326
11327 [ Upstream Kernel Changes ]
11328
11329 * rebase to v3.10-rc5
11330 - LP: #1186170
11331
11332 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 09:23:31 +0100
11333
11334 linux (3.10.0-0.2) saucy; urgency=low
11335
11336 [ Andy Whitcroft ]
11337
11338 * rebase to v3.10-rc4
11339 * [Config] CONFIG_BINFMT_SCRIPT=y to fix booting initramfs scripts
11340 * [Config] enable SND_PCM_DEBUG SND_PCM_XRUN_DEBUG
11341 - LP: #1187744
11342 * [Config] enforce CONFIG_BINFMT_SCRIPT=y
11343
11344 [ Dave Chiluk ]
11345
11346 * SAUCE: ncpfs: fix rmdir returns Device or resource busy
11347 - LP: #1035226
11348
11349 [ Tim Gardner ]
11350
11351 * rebase to v3.10-rc3
11352 * [Config] sparc be gone
11353 * [Config] ia64 be gone
11354 * d-i: block-modules provides nbd-modules
11355
11356 [ Upstream Kernel Changes ]
11357
11358 * rebase to v3.10-rc4
11359 * rebase to v3.10-rc3
11360
11361 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 May 2013 06:16:46 -0600
11362
11363 linux (3.10.0-0.1) saucy; urgency=low
11364
11365 [ Tim Gardner ]
11366
11367 * UBUNTU: Disabled lttng
11368 * UBUNTU: Disable aufs for FTBS
11369 * UBUNTU: Disabled alx
11370 * UBUNTU: alx: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
11371 * UBUNTU: rebase to v3.10-rc2
11372 * UBUNTU: SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam
11373
11374 [ Andy Whitcroft ]
11375
11376 * UBUNTU: [Config] update standards version to 3.9.4.0
11377 * UBUNTU: [Config] squash duplicate package description (long and short)
11378 * UBUNTU: [Config] fix up Vcs-git: to point to saucy
11379 * UBUNTU: [Config] drop depenancy on util-linux as is Essential
11380 * UBUNTU: [Config] drop redundant Build-Conficts:
11381
11382 [ Upstream Kernel Changes ]
11383
11384 * rebase to v3.10-rc2
11385 - LP: #1180351
11386
11387 [ Upstream Kernel Changes ]
11388
11389 * rebase to v3.10-rc1
11390 - LP: #1172151
11391 - LP: #1089795
11392 - LP: #1167270
11393 - LP: #1128840
11394
11395 -- Tim Gardner <tim.gardner@canonical.com> Tue, 14 May 2013 13:41:07 -0600
11396
11397 linux (3.10.0-0.0) saucy; urgency=low
11398
11399 * Dummy
11400
11401 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
11402
11403 linux (3.9.0-2.6) saucy; urgency=low
11404
11405 [ Tim Gardner ]
11406
11407 * rebase to v3.9.2
11408
11409 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
11410
11411 linux (3.9.0-1.5) saucy; urgency=low
11412
11413 [ Tim Gardner ]
11414
11415 * rebase to v3.9.1
11416
11417 -- Tim Gardner <tim.gardner@canonical.com> Wed, 08 May 2013 12:49:45 -0400
11418
11419 linux (3.9.0-0.4) saucy; urgency=low
11420
11421 [ Andy Whitcroft ]
11422
11423 * ubuntu: overlayfs -- add FS_ALIAS
11424
11425 [ Tim Gardner ]
11426
11427 * Added lttng
11428 - LP: #1175784
11429
11430 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 May 2013 17:17:13 -0400
11431
11432 linux (3.9.0-0.3) saucy; urgency=low
11433
11434 [ Upstream Kernel Changes ]
11435
11436 * rebase to v3.9
11437
11438 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 18:20:00 -0400
11439
11440 linux (3.9.0-0.2) saucy; urgency=low
11441
11442 [ Tim Gardner ]
11443
11444 * Enable extras packaging for amd64/i386.
11445 Fixes build depenencies with brittany and linux-meta.
11446
11447 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 05:37:01 -0600
11448
11449 linux (3.9.0-0.1) saucy; urgency=low
11450
11451 [ Upstream Kernel Changes ]
11452
11453 * rebase to v3.9-rc8
11454
11455 [ Upstream Kernel Changes ]
11456
11457 * rebase to v3.9-rc7
11458 - LP: #1128840
11459
11460 [ Upstream Kernel Changes ]
11461
11462 * rebase to v3.9-rc6
11463
11464 [ Upstream Kernel Changes ]
11465
11466 * rebase to v3.9-rc5
11467
11468 [ Upstream Kernel Changes ]
11469
11470 * rebase to v3.8-rc4
11471 - LP: #1095315
11472 - LP: #886975
11473 - LP: #1086921
11474
11475 [ Upstream Kernel Changes ]
11476
11477 * rebase to v3.9-rc3
11478 - LP: #1155016
11479 - LP: #1103594
11480
11481 [ Upstream Kernel Changes ]
11482
11483 * rebase to v3.9-rc2
11484
11485 [ Upstream Kernel Changes ]
11486
11487 * rebase to v3.9-rc1
11488 - LP: #901105
11489 - LP: #961286
11490 - LP: #1011792
11491 - LP: #1128934
11492 - LP: #886975
11493 - LP: #978807
11494
11495 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Feb 2013 09:12:39 -0700
11496
11497 linux (3.8.0-7.14) raring; urgency=low
11498
11499 [ Andy Whitcroft ]
11500
11501 * [Config] CONFIG_RCU_USER_QS=n
11502 * [Config] CONFIG_MTD_ONENAND_SIM=n
11503 * annotations: add annotations for CONFIG_CC_STACKPROTECTOR
11504
11505 [ Upstream Kernel Changes ]
11506
11507 * rebase to v3.8
11508
11509 [Tim Gardner]
11510
11511 * Release Tracking Bug
11512 - LP: #1130111
11513 * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once
11514 - LP: #1128840
11515
11516 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Feb 2013 09:25:56 -0700
11517
11518 linux (3.8.0-6.13) raring; urgency=low
11519
11520 [Tim Gardner]
11521
11522 * Release Tracking Bug
11523 - LP: #1125364
11524 * Add ahci modules to d-i
11525 - LP: #1124415
11526
11527
11528 [ Chris Wilson ]
11529
11530 * SAUCE: drm/i915: Wait for pending flips to complete before tearing down
11531 the encoders
11532 - LP: #1097315
11533
11534 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 12:16:48 -0700
11535
11536 linux (3.8.0-6.12) raring; urgency=low
11537
11538 [Tim Gardner]
11539
11540 * perf: NO_LIBPERL=1
11541 * Fix linux-headers dependency
11542 * Release Tracking Bug
11543 - LP: #1124362
11544
11545 [ Andy Whitcroft ]
11546
11547 * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports
11548 - LP: #1121699
11549
11550 [ Daniel Vetter ]
11551
11552 * SAUCE: drm/i915: write backlight harder
11553 - LP: #954661
11554
11555 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 10:25:11 -0700
11556
11557 linux (3.8.0-6.11) raring; urgency=low
11558
11559 [Tim Gardner]
11560
11561 * Release Tracking Bug
11562 - LP: #1122071
11563 * rebase to v3.8-rc7
11564 * Add libaudit-dev as a build dependency
11565 * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency.
11566
11567 [ Leann Ogasawara ]
11568
11569 * [Config] Remove CONFIG_SATA_AHCI annotation
11570
11571 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Feb 2013 07:41:13 -0500
11572
11573 linux (3.8.0-5.10) raring; urgency=low
11574
11575 [Tim Gardner]
11576
11577 * Release Tracking Bug
11578 - LP: #1118568
11579
11580 * Bump ABI to fix install issue with 3.8.0-4.8.
11581 Moving drivers/ata/*ahci* to linux-image caused an
11582 install conflict with linux-image-extras without an
11583 ABI bump.
11584
11585 [ Jan Beulich ]
11586
11587 * SAUCE: xen-pciback: rate limit error messages from
11588 xen_pcibk_enable_msi{, x}()
11589 - LP: #1117336
11590 - CVE-2013-0231
11591
11592 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Feb 2013 05:38:12 -0700
11593
11594 linux (3.8.0-4.9) raring; urgency=low
11595
11596 [ Herton Ronaldo Krzesinski ]
11597
11598 * d-i: Add mellanox ethernet drivers to nic-modules
11599 - LP: #1015339
11600
11601 [ Joseph Salisbury ]
11602
11603 * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H
11604 - LP: #1113547
11605
11606 [ Kamal Mostafa ]
11607
11608 * SAUCE: alx driver import script
11609
11610 [ Qualcomm Atheros, Inc ]
11611
11612 * SAUCE: alx: Update to heads/master
11613
11614 [ Tim Gardner ]
11615
11616 * Release Tracking Bug
11617 - LP: #1117673
11618
11619 * [debian] Remove dangling symlink from headers package
11620 - LP: #1112442
11621 * [config] CONFIG_ALX=m
11622 * [Config] Add alx to d-i nic-modules
11623 * [Config] CONFIG_SATA_AHCI=m
11624 - LP: #1056563
11625
11626 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Feb 2013 05:54:32 -0800
11627
11628 linux (3.8.0-4.8) raring; urgency=low
11629
11630 [ Allen Ibara ]
11631
11632 * SAUCE: imx6: dts: Add IMX6Q AHCI support
11633
11634 [ Andy Whitcroft ]
11635
11636 * rebase to v3.8-rc6
11637 * updateconfigs following rebase to v3.8-rc6
11638
11639 [Leann Ogasawara]
11640
11641 * Release Tracking Bug
11642 - LP: #1112573
11643
11644 [ Paolo Pisati ]
11645
11646 * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM
11647 * [Config] SERIAL_AMBA_PL011=y (vexpress serial console)
11648 * [Config] MMC_ARMMMCI=y (vexpress mmc)
11649 * [Config] FB_ARMCLCD=y (vexpress framebuffer)
11650
11651 [ Seth Forshee ]
11652
11653 * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y
11654
11655 [ Upstream Kernel Changes ]
11656
11657 * rebase to v3.8-rc6
11658 - LP: #1107477
11659
11660 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 01 Feb 2013 07:20:59 -0800
11661
11662 linux (3.8.0-3.7) raring; urgency=low
11663
11664 [ Andy Green ]
11665
11666 * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper
11667 * SAUCE: ARM: omap2 add mac address allocation register api
11668 * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac
11669 allocation
11670
11671 [ Leann Ogasawara ]
11672
11673 * rebase to v3.8-rc5
11674 * Release Tracking Bug
11675 - LP: #1111486
11676
11677 [ Paolo Pisati ]
11678
11679 * SAUCE: davinci: vpss: compilation fix
11680 * [Config] enable TI OMAP4 support (Pandaboard/ES)
11681 * [Config] OMAP_USB2=y (since TWL6030_USB depends on it)
11682 * [Config] enable Freescale IMX6 support (SabreLite)
11683 * [Config] SERIAL_IMX_CONSOLE=y
11684 * [Config] MMC_*_IMX=y
11685 * [Config] disable USB_SUSPEND
11686 * [Config] USB_MXS_PHY=y
11687 * [Config] USB_CHIPIDEA=y
11688 * SAUCE: DTB: add support for multiple DTBs
11689 * SAUCE: DTB: build imx6q-sabrelite
11690 * SAUCE: DTB: build beaglexm
11691 * SAUCE: DTB: build panda/panda es
11692 * [Config] disable CPU_FREQ
11693 * [Config] PANEL_TFP410=y (video DVI output)
11694 * [Config] SND_OMAP_SOC*=y
11695 * [Config] SND_IMX_SOC*=y
11696 * [Config] I2C_IMX=y
11697 * [Config] SPI_IMX=m
11698
11699 [ Stefan Bader ]
11700
11701 * [Config] Move 9p modules into generic package
11702 - LP: #1107658
11703
11704 [ Tony Lindgren ]
11705
11706 * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform
11707 kernels
11708 * SAUCE: ARM: OMAP2+: Use omap initcalls
11709 * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform
11710 * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform
11711 * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support
11712 * SAUCE: ARM: OMAP2+: Disable code that currently does not work with
11713 multiplaform
11714 * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support
11715 * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress
11716 * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S
11717
11718 [ Upstream Kernel Changes ]
11719
11720 * rebase to v3.8-rc5
11721 - LP: #1096789
11722
11723 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Jan 2013 06:44:52 -0800
11724
11725 linux (3.8.0-2.6) raring; urgency=low
11726
11727 [ Adam Conrad ]
11728
11729 * Fix up linux-tools -> SRCPKGNAME-tools rename
11730
11731 [ Andy Whitcroft ]
11732
11733 * [Config] re-disable CONFIG_SOUND_OSS
11734 - LP: #1105230
11735
11736 [ Arend van Spriel ]
11737
11738 * SAUCE: brcmsmac: fix tx status processing
11739
11740 [Leann Ogasawara]
11741
11742 * Release Tracking Bug
11743 - LP: #1105104
11744
11745 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 Jan 2013 11:56:30 -0800
11746
11747 linux (3.8.0-1.5) raring; urgency=low
11748
11749 [Tim Gardner]
11750
11751 * Release Tracking Bug
11752 - LP: #1101235
11753
11754 [ Dudley Du ]
11755
11756 * SAUCE: Input: add support for Cypress PS/2 Trackpads
11757 - LP: #978807
11758
11759 [ Kamal Mostafa ]
11760
11761 * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes
11762 * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch
11763 * [Config] Add CONFIG_PS2_CYPRESS
11764
11765 [ Tim Gardner ]
11766
11767 * rebase to v3.8-rc4
11768
11769 [ Upstream Kernel Changes ]
11770
11771 * rebase to v3.8-rc4
11772 - LP: #1095315
11773 - LP: #886975
11774 - LP: #1086921
11775
11776 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jan 2013 10:50:22 -0800
11777
11778 linux (3.8.0-0.4) raring; urgency=low
11779
11780 [ Leann Ogasawara ]
11781
11782 * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation
11783 * [Config] Update CONFIG_IIO build annotation
11784 * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation
11785 * [Config] Remove CONFIG_SPI_DW_MMIO annotation
11786 * [Config] Remove CONFIG_SPI_PL022 annotation
11787 * [Config] Update CONFIG_EZX_PCAP annotation
11788 * [Config] Update CONFIG_SENSORS_AK8975 annotation
11789 * [Config] Disable CONFIG_DRM_MGAG200
11790 - LP: #1042903
11791
11792 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 Jan 2013 10:01:50 -0800
11793
11794 linux (3.8.0-0.3) raring; urgency=low
11795
11796 [ Andy Whitcroft ]
11797
11798 * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and
11799 uselib()"
11800
11801 [ Scott James Remnant ]
11802
11803 * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib()
11804 (for v3.7+)
11805 - LP: #1085766, #462111
11806
11807 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Jan 2013 16:57:27 +0000
11808
11809 linux (3.8.0-0.2) raring; urgency=low
11810
11811 [ Tim Gardner ]
11812
11813 * [packaging] Add macro to selectively disable building perf
11814 * [packaging] Cannot depend on universe package libaudit-dev
11815
11816 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jan 2013 12:43:24 -0700
11817
11818 linux (3.8.0-0.1) raring; urgency=low
11819
11820
11821 [ Upstream Kernel Changes ]
11822
11823 * rebase to v3.8-rc3
11824 - LP: #1096789
11825
11826 [ Upstream Kernel Changes ]
11827
11828 * rebase to v3.8-rc2
11829 - LP: #1082357
11830 - LP: #1075882
11831
11832 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Dec 2012 10:35:09 +0000
11833
11834 linux (3.7.0-7.15) raring; urgency=low
11835
11836 [ Chris J Arges ]
11837
11838 * SAUCE: add eeprom_bad_csum_allow module parameter
11839 - LP: #1070182
11840
11841 [ Leann Ogasawara ]
11842
11843 * Add ceph to linux-image for virtual instances
11844 - LP: #1063784
11845
11846 [ Serge Hallyn ]
11847
11848 * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD
11849
11850 [ Tim Gardner ]
11851
11852 * [Config] CONFIG_SLUB_DEBUG=y
11853 - LP: #1090308
11854
11855 [ Upstream Kernel Changes ]
11856
11857 * Revert "[SCSI] sd: Implement support for WRITE SAME"
11858 - LP: #1089818
11859
11860 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 Dec 2012 06:50:20 -0800
11861
11862 linux (3.7.0-6.14) raring; urgency=low
11863
11864 [ Andy Whitcroft ]
11865
11866 * [Config] annotations: all new annotations scheme including defaults
11867 * [Configs] apply annotation updates to main configs (top section)
11868
11869 [ Leann Ogasawara ]
11870
11871 * Revert "SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm
11872 build"
11873 * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error"
11874 * Temporarily disable module check for build
11875
11876 [ Stefan Bader ]
11877
11878 * ubuntu: dm-raid45: Adapt to upstream interface changes
11879 * Re-enable build of dm-raid45
11880
11881 [ Tim Gardner ]
11882
11883 * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc
11884 * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error
11885 * SAUCE: drm: Fix possible EDID memory allocation oops
11886 * SAUCE: ttm: Fix possible _manager memory allocation oops
11887 * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request
11888 * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to
11889 2 pointers
11890
11891 [ Tomas Hozza ]
11892
11893 * SAUCE: tools: hv: Netlink source address validation allows DoS
11894 - LP: #1084777
11895 - CVE-2012-5532
11896
11897 [ Upstream Kernel Changes ]
11898
11899 * rebase to v3.7
11900
11901 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 05 Dec 2012 14:11:12 -0800
11902
11903 linux (3.7.0-5.13) raring; urgency=low
11904
11905 [ Lino Sanfilippo ]
11906
11907 * SAUCE: inotify, fanotify: replace fsnotify_put_group() with
11908 fsnotify_destroy_group()
11909 - LP: #922906
11910 * SAUCE: fsnotify: introduce fsnotify_get_group()
11911 - LP: #922906
11912 * SAUCE: fsnotify: use reference counting for groups
11913 - LP: #922906
11914 * SAUCE: fsnotify: take groups mark_lock before mark lock
11915 - LP: #922906
11916 * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that
11917 indicates wheather a mark should be destroyed
11918 - LP: #922906
11919 * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups
11920 mark list
11921 - LP: #922906
11922 * SAUCE: fsnotify: pass group to fsnotify_destroy_mark()
11923 - LP: #922906
11924 * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and
11925 fsnotify_remove_mark()
11926 - LP: #922906
11927 * SAUCE: fsnotify: dont put marks on temporary list when clearing marks
11928 by group
11929 - LP: #922906
11930 * SAUCE: fsnotify: change locking order
11931 - LP: #922906
11932
11933 [ Tim Gardner ]
11934
11935 * [Config] CONFIG_NFC_LLCP=y
11936 * [Config] get-firmware: Filter new files through fwinfo
11937 * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches
11938 * [Config] CONFIG_DRM_EXYNOS_HDMI=y
11939 * [Config] CONFIG_XEN=y for all arches
11940 * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m
11941 * [Config] CONFIG_MMC_DW_EXYNOS=m
11942 * [Config] CONFIG_GPIO_ADNP=m
11943 * [Config] find-obsolete-firmware: Use correct path
11944 * rebase to v3.7-rc8
11945 - LP: #1084640
11946
11947 [ Upstream Kernel Changes ]
11948
11949 * Revert "VFS: don't do protected {sym,hard}links by default"
11950 - LP: #1084192
11951
11952 -- Tim Gardner <tim.gardner@canonical.com> Wed, 28 Nov 2012 16:07:08 +0000
11953
11954 linux (3.7.0-4.12) raring; urgency=low
11955
11956 [ Tim Gardner ]
11957
11958 * Revert "[Config] Use -j1 for headers_install"
11959 * Revert "[Config] install-arch-headers needs a valid config"
11960 Strayed into the weeds in search of the root cause of the periodic
11961 build failure.
11962 Fixes powerpc FTBS introduced in -4.11.
11963 * [Config] hmake -j1
11964 The kernel makefile appears to have parallel dependency
11965 problems for the install_headers target. This appears to be root
11966 cause for a periodic build failure on N-way machines.
11967
11968 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 27 Nov 2012 12:33:06 -0800
11969
11970 linux (3.7.0-4.11) raring; urgency=low
11971
11972 [ Tim Gardner ]
11973
11974 * [Config] Use -j1 for headers_install
11975 Also fixes a powerpc FTBS introduced by
11976 "[Config] install-arch-headers needs a valid config".
11977
11978 -- Tim Gardner <tim.gardner@canonical.com> Tue, 27 Nov 2012 10:19:30 -0700
11979
11980 linux (3.7.0-4.10) raring; urgency=low
11981
11982 [ Andy Whitcroft ]
11983
11984 * [Config] add rebuild-test support for autopkgtest
11985 - LP: #1081500
11986 * [tests] move build tests out of the way
11987 - LP: #1081500
11988 * [tests] add an autopkgtest rebuild test
11989 - LP: #1081500
11990
11991 [ Tim Gardner ]
11992
11993 * rebase to v3.7-rc7
11994 * SAUCE: Remove emi62 files duplicated in linux-firmware
11995 * SAUCE: Remove sb16 files duplicated in linux-firmware
11996 * SAUCE: Remove whiteheat files duplicated in linux-firmware
11997 * SAUCE: Remove yamaha files duplicated in linux-firmware
11998 * SAUCE: Remove dsp56k files used only by m68k
11999 * SAUCE: firmware: Remove last vestiges of dabusb
12000 * SAUCE: Remove vicam files duplicated in linux-firmware
12001 * [Config] install-arch-headers needs a valid config
12002
12003 [ Upstream Kernel Changes ]
12004
12005 * rebase to v3.7-rc7
12006 - LP: #1076840
12007 - LP: #1081466
12008
12009 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 21 Nov 2012 06:07:23 -0800
12010
12011 linux (3.7.0-3.9) raring; urgency=low
12012
12013 [ Leann Ogasawara ]
12014
12015 * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y
12016 - LP: #1079900
12017 * Add nfsv3 to nfs-modules udeb
12018
12019 [ Paolo Pisati ]
12020
12021 * [Config] SND_OMAP_SOC*=y
12022 - LP: #1019321
12023
12024 [ Stefan Bader ]
12025
12026 * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit
12027 - LP: #1078926
12028
12029 [ Tim Gardner ]
12030
12031 * Revert "SAUCE: SECCOMP: audit: always report seccomp violations"
12032 - LP: #1079469
12033 * Revert "SAUCE: omap3 clocks .dev_id = NULL"
12034 * rebase to v3.7-rc6
12035 * SAUCE: script to detect obsolete firmware
12036 * SAUCE: Remove yam files duplicated in linux-firmware
12037 * SAUCE: Remove tehuti files duplicated in linux-firmware
12038 * SAUCE: Remove matrox files duplicated in linux-firmware
12039 * SAUCE: Remove cxgb3 files duplicated in linux-firmware
12040 * SAUCE: Remove r128 files duplicated in linux-firmware
12041 * SAUCE: Remove acenic files duplicated in linux-firmware
12042 * SAUCE: Remove keyspan files duplicated in linux-firmware
12043 * SAUCE: Remove sun files duplicated in linux-firmware
12044 * SAUCE: Remove radeon files duplicated in linux-firmware
12045 * SAUCE: Update bnx2x firmware to 7.8.2.0
12046 * [Config] generic.inclusion-list: econet has disappeared
12047
12048 [ Upstream Kernel Changes ]
12049
12050 * seccomp: forcing auditing of kill condition
12051 - LP: #1079469
12052 * rebase to v3.7-rc6
12053
12054 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Nov 2012 12:28:55 -0800
12055
12056 linux (3.7.0-2.8) raring; urgency=low
12057
12058 [ Andy Whitcroft ]
12059
12060 * Revert "overlayfs: disable until FTBS is fixed"
12061 * Revert "ubuntu: overlayfs"
12062 * Revert "ubuntu: AUFS"
12063 * ubuntu: overlayfs -- overlayfs: add statfs support
12064 * ubuntu: overlayfs -- ovl: switch to __inode_permission()
12065 * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying
12066 inode
12067 - LP: #944386
12068 * ubuntu: AUFS (no-squash): basic framework and update machinary
12069 * ubuntu: AUFS (no-squash) -- aufs3-base.patch
12070 * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch
12071 * ubuntu: AUFS: aufs-update -- follow the uapi header changes
12072 * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f
12073 * ubuntu: AUFS (no-squash) -- reenable
12074 - LP: #1079193
12075
12076 [ Erez Zadok ]
12077
12078 * ubuntu: overlayfs -- overlayfs: implement show_options
12079
12080 [ Miklos Szeredi ]
12081
12082 * ubuntu: overlayfs -- vfs: add i_op->dentry_open()
12083 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
12084 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
12085 * ubuntu: overlayfs -- overlay filesystem
12086 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
12087 * ubuntu: overlayfs -- vfs: export __inode_permission() to modules
12088
12089 [ Neil Brown ]
12090
12091 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
12092
12093 [ Robin Dong ]
12094
12095 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
12096 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
12097
12098 -- Andy Whitcroft <apw@canonical.com> Thu, 15 Nov 2012 13:35:12 +0000
12099
12100 linux (3.7.0-1.7) raring; urgency=low
12101
12102 [ Tim Gardner ]
12103
12104 * [Config] Drop dependency on libaudit-dev
12105 Its a universe package which causes an FTBS on the builders.
12106 libaudit-dev is not strictly required for the perf tools build.
12107
12108 -- Tim Gardner <tim.gardner@canonical.com> Wed, 14 Nov 2012 10:08:13 -0700
12109
12110 linux (3.7.0-1.6) raring; urgency=low
12111
12112 [ Andy Whitcroft ]
12113
12114 * [Config] enforce -- switch CONFIG_NVRAM to more readable form
12115 * [Config] better encode the CONFIG_NVRAM constaint
12116 * enforcer -- fix debugging output
12117
12118 [ Ben Collins ]
12119
12120 * [Config] Add custom_override rule to allow for alternate kernel
12121 file/install
12122 * [Config] Use SRCPKGNAME as prefix for indep linux headers package
12123
12124 [ Tim Gardner ]
12125
12126 * [Config] Dropped armel
12127 * Drop highbank from ABI fetch list
12128 * [Config] Use dh_prep instead of 'dh_clean -k'
12129 * [Config] Build depend on libaudit-dev, libunwind8-dev for tools
12130 * [Config] Document binary-indep dependency chain
12131 * rebase to v3.7-rc5
12132
12133 [ Upstream Kernel Changes ]
12134
12135 * rebase to v3.7-rc5
12136
12137 -- Tim Gardner <tim.gardner@canonical.com> Tue, 13 Nov 2012 07:13:37 -0500
12138
12139 linux (3.7.0-0.5) raring; urgency=low
12140
12141 [ Tim Gardner ]
12142
12143 * [Config] CONFIG_AMD_IOMMU_V2=m
12144 - LP: #1071520
12145 * [Config] CONFIG_MTD_ONENAND_SIM=n for armel
12146 Fixes FTBS
12147
12148 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 15:45:39 -0500
12149
12150 linux (3.7.0-0.4) raring; urgency=low
12151
12152 [ Ben Collins ]
12153
12154 * [Config] Update enforce rule for CONFIG_NVRAM to better suit flavours
12155
12156 [ Tim Gardner ]
12157
12158 * [Config] do_tools=false for arm
12159
12160 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 05:39:51 -0700
12161
12162 linux (3.7.0-0.3) raring; urgency=low
12163
12164 [ Tim Gardner ]
12165
12166 * [Config] CONFIG_DRM_EXYNOS_HDMI=n for armhf
12167 * [Config] CONFIG_MTD_NAND_DOCG4=n for armel/armhf
12168 * [Config] Drop highbank harder
12169
12170 -- Tim Gardner <tim.gardner@canonical.com> Wed, 07 Nov 2012 18:11:45 +0000
12171
12172 linux (3.7.0-0.2) raring; urgency=low
12173
12174 [ Andy Whitcroft ]
12175
12176 * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual
12177 instances
12178 - LP: #1066921
12179 * [Config] drop highbank builds
12180
12181 [ Jeremy Kerr ]
12182
12183 * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable
12184 - LP: #1063061
12185
12186 [ Leann Ogasawara ]
12187
12188 * Reinstate dropped.txt from Ubuntu-3.7.0-0.1-rc1
12189
12190 [ Tim Gardner ]
12191
12192 * [Config] Dropped powerpc/ppc64 in favour of the community kernel
12193 * [Config] CONFIG_MODULE_SIG=y for amd64,i386, and highbank
12194 * rebase to v3.7-rc4
12195 * SAUCE: MODSIGN: Emit error for incorrectly signed module
12196
12197 [ Upstream Kernel Changes ]
12198
12199 * rebase to v3.7-rc4
12200
12201 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Nov 2012 05:35:41 -0700
12202
12203 linux (3.7.0-0.1) raring; urgency=low
12204
12205
12206 [ Upstream Kernel Changes ]
12207
12208 * rebase to v3.7-rc3
12209 - LP: #1056078
12210
12211 [ Upstream Kernel Changes ]
12212
12213 * rebase to v3.7-rc2
12214 - LP: #1060729
12215 - LP: #1059523
12216 - LP: #1006690
12217 - LP: #1049623
12218 - LP: #1046512
12219 - LP: #1052499
12220 - LP: #1037642
12221 - LP: #559939
12222 - LP: #1052460
12223 - LP: #939161
12224 - LP: #1046734
12225
12226 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Oct 2012 08:13:07 -0600
12227
12228 linux (3.6.0-0.1) UNRELEASED; urgency=low
12229
12230
12231 [ Upstream Kernel Changes ]
12232
12233 * rebase to v3.6
12234
12235 [ Upstream Kernel Changes ]
12236
12237 * rebase to v3.6-rc7
12238
12239 [ Upstream Kernel Changes ]
12240
12241 * rebase to v3.6-rc6
12242 - LP: #1000424
12243
12244 [ Upstream Kernel Changes ]
12245
12246 * rebase to v3.6-rc5
12247 - LP: #1040077
12248
12249 [ Upstream Kernel Changes ]
12250
12251 * rebase to v3.6-rc4
12252
12253 [ Upstream Kernel Changes ]
12254
12255 * rebase to v3.6-rc3
12256 - LP: #1038651
12257 - LP: #1034779
12258
12259 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 24 Jul 2012 06:37:09 -0700
12260
12261 linux (3.5.0-6.6) quantal-proposed; urgency=low
12262
12263 [ Andy Whitcroft ]
12264
12265 * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6
12266 experimental features
12267 * SAUCE: highbank -- export clock functions for modules
12268 * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900
12269 * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI
12270 * [Config] highbank -- reenable CONFIG_RFKILL_GPIO
12271 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
12272 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
12273 * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG
12274 * [Config] highbank -- reenable CONFIG_FB_ARMCLCD
12275 * [Config] highbank -- reenable CONFIG_DW_DMAC
12276 * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD
12277 * [Config] highbank -- reenable CONFIG_USB_MV_UDC
12278 * [Config] highbank -- reenable CONFIG_USB_DWC3
12279 * [Config] highbank -- reenable CONFIG_SATA_MV
12280 * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF
12281 * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM
12282 * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI
12283 * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010
12284 * [Config] highbank -- reenable CONFIG_ATMEL_PWM
12285 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
12286 * [Config] highbank -- enable CONFIG_EXPERT
12287 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
12288 * [Config] enable CONFIG_USB_DYNAMIC_MINORS
12289 * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED
12290 * [Config] enable CONFIG_USB_ETH_EEM
12291 * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB
12292 * [Config] disable CONFIG_USB_M66592
12293 * [Config] enable CONFIG_USB_NET2272
12294 * [Config] enable CONFIG_USB_R8A66597
12295 * [Config] annotate: CONFIG_USB_OMAP not required for our h/w
12296 * [Config] set CONFIG_USB_MUSB_HDRC=m for omap
12297 * [Config] annotate: CONFIG_USB_G_MULTI fix rule
12298 * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP
12299 * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200
12300 * [Config] sync configuration armhf omap -> armel omap
12301 * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4
12302 * [Config] disable CONFIG_OMAP_IOVMM is deprecated
12303
12304 [ Bryan Wu ]
12305
12306 * [Config] change default IO scheduler from CFQ to Deadline
12307
12308 [ Leann Ogasawara ]
12309
12310 * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc"
12311 * [Config] Disable CONFIG_MOUSE_INPORT
12312
12313 [ Tim Gardner ]
12314
12315 * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51
12316 * [Config] Add bnx2x firmware to nic-modules udeb
12317 * SAUCE: Add script to convert firmware to ihex format
12318 * SAUCE: firmware: Upgrade bnx2 to current versions
12319 * [Config] Add tigon firmware to nic-modules udeb
12320 * [Config] CONFIG_EARLY_PRINTK_DBGP=y
12321 - LP: #1026761
12322 * SAUCE: Remove redundant cis firmware
12323 * SAUCE: Remove redundant emi26 firmware
12324 * SAUCE: Remove redundant ttusb-budget firmware
12325 * SAUCE: Remove redundant sun/cassini firmware
12326 * SAUCE: Remove redundant ositech/Xilinx7OD firmware
12327 * SAUCE: Remove redundant 3com/typhoon.bin firmware
12328 * SAUCE: Remove redundant yamaha/ds1 firmware
12329 * SAUCE: Remove redundant keyspan_pda firmware
12330 * rebase to v3.5
12331
12332 [ Upstream Kernel Changes ]
12333
12334 * rebase to v3.5
12335 - LP: #1027828
12336
12337 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Jul 2012 05:57:04 -0700
12338
12339 linux (3.5.0-5.5) quantal-proposed; urgency=low
12340
12341 [ Andy Whitcroft ]
12342
12343 * [Config] annotations: initial import of configuration annotations
12344
12345 [ Bryan Wu ]
12346
12347 * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker
12348
12349 [ Leann Ogasawara ]
12350
12351 * Rebase to v3.5-rc7
12352
12353 [ Manoj Iyer ]
12354
12355 * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0
12356 - LP: #1010281
12357
12358 [ Tim Gardner ]
12359
12360 * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy
12361 expects
12362 * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n
12363 * [Config] CONFIG_BRIDGE_EBT_ULOG=n
12364 * [Config] CONFIG_IP_NF_QUEUE=n
12365 * [Config] CONFIG_MTD_DOC2000=n
12366 * [Config] CONFIG_PRINT_QUOTA_WARNING=n
12367 * [Config] CONFIG_PRISM54=n
12368 * [Config] CONFIG_SCx200_I2C=n
12369 * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
12370
12371 [ Upstream Kernel Changes ]
12372
12373 * rebase to v3.5-rc7
12374
12375 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jul 2012 15:38:41 -0700
12376
12377 linux (3.5.0-4.4) quantal-proposed; urgency=low
12378
12379 [ Andy Whitcroft ]
12380
12381 * [Packaging] getabis should be extracting all packages
12382 - LP: #1021174
12383 * [Config] getabis -- series uses linux-image-extra
12384 - LP: #1021174
12385 * rebase to v3.5-rc6
12386
12387 [ Bryan Wu ]
12388
12389 * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all
12390 flavours
12391 * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours
12392
12393 [ Leann Ogasawara ]
12394
12395 * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX
12396 - LP: #1019561
12397
12398 [ Paolo Pisati ]
12399
12400 * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y
12401 - LP: #1019321
12402
12403 [ Stefan Bader ]
12404
12405 * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer
12406 - LP: #1018456
12407 * (config) Disable ACPI_PROCFS_POWER
12408
12409 [ Tim Gardner ]
12410
12411 * [Config] CONFIG_ACPI_BGRT=y
12412 * Extract firmware module info during getabi
12413 - LP: #1021174
12414
12415 [ Upstream Kernel Changes ]
12416
12417 * rebase to v3.5-rc6
12418
12419 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Jul 2012 08:50:20 -0700
12420
12421 linux (3.5.0-3.3) quantal-proposed; urgency=low
12422
12423 [ Andy Whitcroft ]
12424
12425 * [Config] enable CONFIG_MEMTEST=y
12426 - LP: #1004535
12427 * [Config] config-check: add support for a cut operation
12428 * [Config] enforcer -- switch to cut where appropriate
12429
12430 [ Leann Ogasawara ]
12431
12432 * Rebase to v3.5-rc5
12433 * [Config] Updateconfigs after rebase to v3.5-rc5
12434
12435 [ Luis Henriques ]
12436
12437 * SAUCE: ocfs2: Fix NULL pointer dereferrence in
12438 __ocfs2_change_file_space
12439 - LP: #1006012
12440
12441 [ Seth Forshee ]
12442
12443 * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking
12444 for LVDS register initialization
12445 - LP: #1012800
12446
12447 [ Upstream Kernel Changes ]
12448
12449 * rebase to v3.5-rc5
12450 - LP: #1013183
12451 - LP: #1017017
12452 - LP: #884652
12453
12454 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 02 Jul 2012 06:41:58 -0700
12455
12456 linux (3.5.0-2.2) quantal-proposed; urgency=low
12457
12458 [ Andy Whitcroft ]
12459
12460 * rebase to v3.5-rc4
12461
12462 [ Arend van Spriel ]
12463
12464 * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in
12465 brcms_c_regd_init()
12466 - LP: #950320
12467
12468 [ Bryan Wu ]
12469
12470 * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM
12471
12472 [ Chris J Arges ]
12473
12474 * PACKAGING: add .gnu_debuglink sections to .ko files
12475 - LP: #669641
12476
12477 [ Leann Ogasawara ]
12478
12479 * d-i: Add hid-generic to input-modules
12480 - LP: #1017879
12481
12482 [ Ming Lei ]
12483
12484 * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12"
12485 - LP: #1017717, #225
12486
12487 [ Paolo Pisati ]
12488
12489 * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)"
12490 - LP: #1017718
12491 * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3
12492
12493 [ Seth Forshee ]
12494
12495 * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits
12496 during initialization
12497 - LP: #950320
12498 * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified
12499 by mac80211
12500 - LP: #950320
12501 * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz
12502 channels
12503 - LP: #950320
12504 * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c
12505 - LP: #950320
12506 * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2
12507 regulatory domain
12508 - LP: #950320
12509 * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on
12510 regulatory updates
12511 - LP: #950320
12512 * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for
12513 tx power limits
12514 - LP: #950320
12515 * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels
12516 against internal regulatory data
12517 - LP: #950320
12518 * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain
12519 when checking whether OFDM is allowed
12520 - LP: #950320
12521
12522 [ Tim Gardner ]
12523
12524 * [Config] Enable CONFIG_CGROUPS for highbank
12525 - LP: #1014692
12526 * [Config] FB_OMAP*=y and PANEL_TFP410=y
12527
12528 [ Upstream Kernel Changes ]
12529
12530 * rebase to v3.5-rc4
12531
12532 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 26 Jun 2012 06:21:05 -0700
12533
12534 linux (3.5.0-1.1) quantal-proposed; urgency=low
12535
12536 [ Andy Whitcroft ]
12537
12538 * [Config] highbank -- enable CONFIG_RFKILL=y and CONFIG_CAN=m
12539
12540 [ Leann Ogasawara ]
12541
12542 * Rebase to v3.5-rc1
12543 * [Config] Remove USB_DEVICEFS from the config enforcer
12544 * [Config] Updateconfigs after rebase to v3.5-rc1
12545 * [Config] Temporarily disable CONFIG_MACH_NOKIA_RX51 on arm
12546 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
12547 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
12548 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
12549 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
12550 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
12551 * [Config] Temporarily disable CONFIG_GPIO_EM on arm
12552 * [Config] Temporarily disable CONFIG_SERIAL_8250_EM on armhf
12553 * [Config] Temporarily disable CONFIG_STMMAC_ETH on armhf
12554 * [Config] Temporarily disable CONFIG_HW_RANDOM_ATMEL on armhf
12555 * Rebase to v3.5-rc2
12556 * [Config] Updateconfigs after rebase to v3.5-rc2
12557 * [Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc
12558 * Rebase to v3.5-rc3
12559 * [Config] Updateconfigs after rebase to v3.5-rc3
12560
12561 [ Paul Mundt ]
12562
12563 * SAUCE: fix bug.h's inclusion of kernel.h
12564
12565 [ Stefan Bader ]
12566
12567 * SAUCE: Fix compile failures of dm-raid45
12568 * [Config] Enable dm-raid45
12569 * Move dependency on crda to extra package
12570 - LP: #657901
12571 * SAUCE: Mask CR4 writes on older Xen hypervisors
12572
12573 [ Upstream Kernel Changes ]
12574
12575 * rebase to v3.5-rc3
12576 - LP: #993162
12577 - LP: #925577
12578 * rebase to v3.5-rc2
12579 * rebase to v3.5-rc1
12580 - LP: #955892
12581 - LP: #978038
12582 - LP: #987371
12583 - LP: #929545
12584 - LP: #942316
12585 - LP: #903853
12586
12587 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 08 Jun 2012 14:28:46 -0700
12588
12589 linux (3.4.0-5.11) quantal-proposed; urgency=low
12590
12591 [ Leann Ogasawara ]
12592
12593 * [Config] Disable CONFIG_ARM_LPAE
12594 - LP: #1009061
12595
12596 [ Oleksij Rempel ]
12597
12598 * SAUCE: b43: do not call ieee80211_unregister_hw if we are not registred
12599 - LP: #1008905
12600
12601 [ Paolo Pisati ]
12602
12603 * [Config] omap3: MFD_OMAP_USB_HOST is usb host in omap2+.
12604 - LP: #1009061
12605
12606 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Jun 2012 08:06:28 -0700
12607
12608 linux (3.4.0-4.10) quantal; urgency=low
12609
12610 [ Leann Ogasawara ]
12611
12612 * Temporarily disable ABI and module check
12613
12614 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 20:27:31 -0700
12615
12616 linux (3.4.0-4.9) quantal; urgency=low
12617
12618 [ Andy Whitcroft ]
12619
12620 * [Config] fix config split to avoid the shared config
12621 * [Config] updateconfigs following split config fix
12622 * [Config] linux-image-extras needs full postinst
12623 * [Config] CONFIG_BLK_DEV_NVME commonise across architectures
12624 * [Config] CONFIG_HP_WATCHDOG enable as module
12625 * [Config] CONFIG_PDC_ADMA is not boot essential
12626 * [Config] CONFIG_XEN_ACPI_PROCESSOR should be enabled on x86
12627 * [Config] CONFIG_VT6655/CONFIG_VT6656=m
12628 * [Config] CONFIG_TRANZPORT=m commonise
12629 * [Config] CONFIG_R3964=m commonise
12630 * [Config] CONFIG_SCSI_DH=m commonise
12631 * [Config] CONFIG_SCSI_IBMVSCSIS=m commonise
12632 * [Config] CONFIG_AMD_PHY=y phys are not autoloadable
12633 * [Config] CONFIG_SCSI_QLA_ISCSI=m commonise
12634 * [Config] CONFIG_SCSI_SPI_ATTR=m commonise
12635 * [Config] CONFIG_USB_SN9C102 is deprecated disable
12636 * [Config] CONFIG_USB_SI470X=m commonise
12637 * [Config] CONFIG_USB_ET61X251=m commonise
12638 * [Config] CONFIG_RTS_PSTOR=m commonise
12639 * [Config] CONFIG_SCANLOG=m commonise
12640 * [Config] CONFIG_SCSI_SYM53C8XX_2=m commonise
12641 * [Config] CONFIG_SM_FTL=m commonise
12642 * [Config] CONFIG_SOLO6X10=m commonise
12643 * [Config] CONFIG_SND_PCM_OSS=n using pulseaudio emulation instead
12644 * [Config] CONFIG_SPI_DESIGNWARE=m commonise
12645 * [Config] CONFIG_SPI_SPIDEV=m commonise
12646 * [Config] CONFIG_TABLET_USB_WACOM=m commonise
12647 * [Config] CONFIG_TPS65010=m commonise
12648 * [Config] CONFIG_STE10XP=y commonise
12649 * [Config] CONFIG_X25_ASY=m commonise
12650 * [Config] CONFIG_USB_MON=m commonise
12651 * [Config] CONFIG_VME_BUS=m commonise
12652 * [Config] CONFIG_W35UND=m commonise
12653 * [Config] -CONFIG_TCG_TPM=y commonise
12654 * [Config] highbank -- commonise filesystems
12655 * [Config] highbank -- commonise subsystems
12656 * [Config] highbank -- commonise network protocols
12657 * [Config] highbank -- commonise input drivers
12658 * [Config] highbank -- commonise CRYPTO options
12659 * [Config] highbank -- commonise HID options
12660 * [Config] highbank -- commonise sensors options
12661 * [Config] highbank -- commonise EXPORTFS/FHANDLE
12662 * [Config] highbank -- commonise CONFIG_CRYPTO_LZO
12663 * [Config] highbank -- commonise ENCRYPTED_KEYS
12664 * [Config] highbank -- commonise CONFIG_ATALK
12665 * [Config] highbank -- commonise INET/INET6
12666 * [Config] highbank -- commonise NLS
12667 * [Config] highbank -- commonise BLK/CHR
12668 * [Config] highbank -- CONFIG_EXT2_FS=y boot essential on highbank
12669 * [Config] highbank -- commonise INET/INET6 part 2
12670 * [Config] highbank -- commonise PHY settings
12671 * [Config] highbank -- commonise CRC settings
12672 * [Config] highbank -- commonise BINFMT settings
12673 * [Config] highbank -- commonise DM settings
12674 * [Config] highbank -- commonise RTC_DRV settings
12675 * [Config] highbank -- commonise KEYBOARD/MOUSE settings
12676 * [Config] highbank -- commonise USB settings
12677 * [Config] highbank -- commonise GPIO settings
12678 * [Config] highbank -- commonise I2C settings
12679 * [Config] highbank -- commonise numerous subsystem selectors
12680 * [Config] highbank -- commonise A-C modules missmatches
12681 * [Config] highbank -- commonise D-F modules missmatches
12682 * [Config] CONFIG_AUDIT_LOGINUID_IMMUTABLE incompatible with upstart
12683 * [Config] highbank -- commonise G-I modules missmatches
12684 * [Config] highbank -- commonise J-L modules missmatches
12685 * [Config] highbank -- commonise M modules missmatches
12686 * [Config] highbank -- commonise N-P modules missmatches
12687 * [Config] highbank -- commonise Q-R modules missmatches
12688 * [Config] highbank -- commonise S modules missmatches -- part 1
12689 * [Config] highbank -- commonise S modules missmatches -- part 2
12690 * [Config] highbank -- commonise T modules missmatches
12691 * [Config] highbank -- commonise U-Z modules missmatches
12692
12693 [ Ike Panhc ]
12694
12695 * [Config] add highbank flavour
12696 - LP: #1000831
12697
12698 [ Mark Langsdorf ]
12699
12700 * SAUCE: arm highbank: add support for pl320-ipc driver
12701 - LP: #1000831
12702
12703 [ Rob Herring ]
12704
12705 * SAUCE: input: add a key driver for highbank
12706 - LP: #1000831
12707 * SAUCE: ARM: highbank: Add smc calls to enable/disable the L2
12708 - LP: #1000831
12709 * SAUCE: force DMA buffers to non-bufferable on highbank
12710 - LP: #1000831
12711 * SAUCE: net: calxedaxgmac: fix net timeout recovery
12712 - LP: #1000831
12713
12714 [ Tim Gardner ]
12715
12716 * [Config] CONFIG_IWLWIFI_EXPERIMENTAL_MFP=n
12717 * [Config] CONFIG_PCI_REALLOC_ENABLE_AUTO=y
12718 * [Config] CONFIG_CIFS_EXPERIMENTAL has disappeared
12719 * [Config] Homogenize CIFS configs across all arches
12720 * [Config] armhf should not be skipabi or skipmodules
12721 - LP: #1006913
12722
12723 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 05:52:49 -0700
12724
12725 linux (3.4.0-3.8) quantal; urgency=low
12726
12727 [ Andy Whitcroft ]
12728
12729 * [Config] include include/generated/compile.h
12730 - LP: #942569
12731 * [Config] fix up postinst to ensure we know which error is which
12732 - LP: #1002388
12733
12734 [ Herton Ronaldo Krzesinski ]
12735
12736 * SAUCE: async_populate_rootfs: fix build warnings
12737 - LP: #1003417
12738
12739 [ John Johansen ]
12740
12741 * Revert "SAUCE: AppArmor: Add the ability to mediate mount"
12742 * SAUCE: apparmor: Add the ability to mediate mount
12743 * SAUCE: AppArmor: basic networking rules
12744 * SAUCE: apparmor: fix profile lookup for unconfined
12745 - LP: #978038, #987371
12746 * SAUCE: apparmor: fix long path failure due to disconnected path
12747 - LP: #955892
12748
12749 [ Mario Limonciello ]
12750
12751 * SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, 15
12752 - LP: #901410
12753
12754 [ Stefan Bader ]
12755
12756 * (config) Built-in xen-acpi-processor
12757
12758 [ Tim Gardner ]
12759
12760 * [Config] CONFIG_NET_DSA=m
12761 - LP: #1004148
12762 * [Config] Ensure CONFIG_XEN_ACPI_PROCESSOR=y for amd64
12763
12764 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 May 2012 11:38:33 -0700
12765
12766 linux (3.4.0-3.7) quantal; urgency=low
12767
12768 [ Andy Whitcroft ]
12769
12770 * [Config] drop the virtual flavour in favour of a split generic et al
12771 * [Config] enforcer -- drop IDLE enforcement
12772 * [Config] enable CONFIG_SCSI_VIRTIO=m for amd64
12773 * [Config] updateconfigs following removal of -virtual
12774
12775 [ Leann Ogasawara ]
12776
12777 * Rebase to v3.4
12778
12779 [ Seth Forshee ]
12780
12781 * [Config] disable CONFIG_B43_BCMA_EXTRA
12782
12783 [ Tim Gardner ]
12784
12785 * [Config] Check for extras when building udebs
12786 * [Config] Collapsed generic-pae into generic [i386]
12787
12788 [ Upstream Kernel Changes ]
12789
12790 * rebase to v3.4
12791
12792 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 May 2012 07:23:47 -0700
12793
12794 linux (3.4.0-2.6) quantal; urgency=low
12795
12796 [ Andy Whitcroft ]
12797
12798 * Revert "ubuntu: overlayfs -- overlayfs: update touch_atime() usage"
12799 * Revert "ubuntu: overlayfs -- overlayfs: switch from d_alloc_root() to
12800 d_make_root()"
12801 * Revert "ubuntu: overlayfs -- overlayfs: follow header cleanup"
12802 * Revert "ubuntu: overlayfs -- overlayfs: apply device cgroup and
12803 security permissions to overlay files"
12804 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
12805 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
12806 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
12807 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
12808 * Revert "ubuntu: overlayfs -- overlay filesystem"
12809 * Revert "ubuntu: overlayfs -- vfs: introduce clone_private_mount()"
12810 * Revert "ubuntu: overlayfs -- vfs: export do_splice_direct() to modules"
12811 * Revert "ubuntu: overlayfs -- vfs: add i_op->open()"
12812 * Revert "ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()"
12813 * ubuntu: overlayfs -- overlayfs: add statfs support
12814 * ubuntu: overlayfs -- inode_only_permission: export inode level
12815 permissions checks
12816 * ubuntu: overlayfs -- overlayfs: switch to use inode_only_permissions
12817
12818 [ Erez Zadok ]
12819
12820 * ubuntu: overlayfs -- overlayfs: implement show_options
12821
12822 [ Miklos Szeredi ]
12823
12824 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
12825 * ubuntu: overlayfs -- vfs: add i_op->open()
12826 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
12827 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
12828 * ubuntu: overlayfs -- overlay filesystem
12829 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
12830
12831 [ Neil Brown ]
12832
12833 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
12834
12835 [ Robin Dong ]
12836
12837 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
12838 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
12839
12840 [ Tim Gardner ]
12841
12842 * [Config] perarch and indep tools builds need separate build directories
12843 * Prevent upgrading a non-PAE CPU
12844 * perf is not parallel build safe
12845
12846 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 May 2012 08:43:18 -0700
12847
12848 linux (3.4.0-2.5) quantal; urgency=low
12849
12850 [ Andy Whitcroft ]
12851
12852 * [Config] perarch and indep tools builds need separate build directories
12853
12854 [ Tim Gardner ]
12855
12856 * Prevent upgrading a non-PAE CPU
12857 * [Config] build debug
12858 * [Config] perf tools are not parallel build safe
12859
12860 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 15 May 2012 11:37:53 -0700
12861
12862 linux (3.4.0-2.4) quantal; urgency=low
12863
12864 [ Leann Ogasawara ]
12865
12866 * Revert "SAUCE: fsam7400: use UMH_WAIT_PROC consistently"
12867 * Revert "ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86"
12868 * Revert "ubuntu: fsam7400: Depend on CHECK_SIGNATURE"
12869 * Revert "ubuntu: fsam7400 -- Cleanup Makefile"
12870 * Revert "ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M
12871 7400"
12872 * Revert "ubuntu: omnibook: fix source file newline"
12873 * Revert "ubuntu: omnibook -- update BOM"
12874 * Revert "SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5}
12875 depend on X86"
12876 * Revert "ubuntu: omnibook -- Added missing BOM file"
12877 * Revert "ubuntu: omnibook -- support Toshiba (HP) netbooks"
12878 * Revert "ubuntu: nx-emu - i386: mmap randomization for executable
12879 mappings"
12880 * Revert "SAUCE: disable_nx should not be in __cpuinitdata section for
12881 X86_32"
12882 * Revert "ubuntu: nx-emu - i386: NX emulation"
12883 * Revert "ubuntu: rfkill drivers -- version 1.3"
12884 * Temporarily disable module check
12885 * [Config] Remove CONFIG_FSAM7400
12886 * [Config] Remove CONFIG_OMNIBOOK
12887 * [Config] Update configs
12888 * Rebase to v3.4-rc7
12889 * SAUCE: genirq: export handle_edge_irq() and irq_to_desc()
12890
12891 [ Tim Gardner ]
12892
12893 * Updated generic-pae description
12894 * Rebase to v3.4-rc6
12895 * install-tools depends on build targets
12896
12897 [ Upstream Kernel Changes ]
12898
12899 * kconfig: in debug mode some 0 length message prints occur
12900 * rebase to v3.4-rc7
12901 * rebase to v3.3-rc6
12902
12903 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 May 2012 08:22:56 -0700
12904
12905 linux (3.4.0-1.3) quantal; urgency=low
12906
12907 [ Andy Whitcroft ]
12908
12909 * [Config] control.stub is an intermediate product not a dependancy
12910 - LP: #992414
12911
12912 [ Leann Ogasawara ]
12913
12914 * remove i386 generic from getabis
12915
12916 [ Upstream Kernel Changes ]
12917
12918 * (pre-stable) b43: only reload config after successful initialization
12919 - LP: #950295
12920
12921 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 May 2012 09:48:14 -0700
12922
12923 linux (3.4.0-1.2) quantal; urgency=low
12924
12925 [ Andy Whitcroft ]
12926
12927 * [Config] add build depends for flex, bison and pkg-config
12928
12929 -- Andy Whitcroft <apw@canonical.com> Tue, 01 May 2012 13:15:41 +0100
12930
12931 linux (3.4.0-1.1) quantal; urgency=low
12932
12933 [ Andy Whitcroft ]
12934
12935 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
12936 permissions to overlay files
12937 - LP: #915941, #918212
12938 - CVE-2012-0055
12939
12940 [ Leann Ogasawara ]
12941
12942 * Open Q
12943 * Rebase to v3.4-rc5
12944 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
12945 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
12946 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
12947 * [Config] Temporarily disable CONFIG_MFD_OMAP_USB_HOST on arm
12948 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
12949 * [Config] Temporarily disable CONFIG_USB_EHCI_HCD_PLATFORM on arm
12950 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
12951 * [Config] Temporarily disable CONFIG_AX88796 on arm
12952
12953 [ Upstream Kernel Changes ]
12954
12955 * vfs: pass struct path to __dentry_open()
12956 * vfs: add i_op->open()
12957 * vfs: export do_splice_direct() to modules
12958 * vfs: introduce clone_private_mount()
12959 * overlay filesystem
12960 * overlayfs: add statfs support
12961 * overlayfs: implement show_options
12962 * overlay: overlay filesystem documentation
12963 * fs: limit filesystem stacking depth
12964 * overlayfs: follow header cleanup
12965 * overlayfs: switch from d_alloc_root() to d_make_root()
12966 * overlayfs: update touch_atime() usage
12967 * rebase to v3.4-rc5
12968 - LP: #950490
12969 * rebase to v3.4-rc4
12970 * rebase to v3.4-rc3
12971 * rebase to v3.4-rc2
12972 * rebase to v3.4-rc1
12973 * rebase to v3.3
12974 * rebase to v3.3-rc7
12975 * rebase to v3.3-rc6
12976 * rebase to v3.3-rc5
12977 * rebase to v3.3-rc4
12978 - LP: #900802
12979 - LP: #930842
12980 * rebase to v3.3-rc3
12981 - LP: #924320
12982 - LP: #923316
12983 - LP: #923409
12984 - LP: #918254
12985 * rebase to v3.3-rc2
12986 * rebase to v3.3-rc1
12987 - LP: #795823
12988 - LP: #909419
12989 - LP: #910792
12990 - LP: #878701
12991 - LP: #724831
12992
12993 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 25 Jan 2012 06:50:04 -0800
12994
12995 linux (3.2.0-10.18) precise; urgency=low
12996
12997 [ Tim Gardner ]
12998
12999 * SAUCE: ecryptfs: Print inode on metadata error
13000
13001 [ Upstream Kernel Changes ]
13002
13003 * Revert "proc: enable writing to /proc/pid/mem"
13004 - LP: #919115
13005 - CVE-2012-0056
13006 * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1
13007 - LP: #909419
13008
13009 -- Andy Whitcroft <apw@canonical.com> Tue, 24 Jan 2012 10:15:12 +0000
13010
13011 linux (3.2.0-10.17) precise; urgency=low
13012
13013 [ Andy Whitcroft ]
13014
13015 * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth"
13016 * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation"
13017 * Revert "SAUCE: overlayfs -- overlayfs: implement show_options"
13018 * Revert "SAUCE: overlayfs -- overlayfs: add statfs support"
13019 * Revert "SAUCE: overlayfs -- overlay filesystem"
13020 * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()"
13021 * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules"
13022 * Revert "SAUCE: overlayfs -- vfs: add i_op->open()"
13023 * ensure debian/ is not excluded from git by default
13024 * add new scripting to handle buglinks in rebases
13025 * ubuntu: overlayfs -- overlayfs: add statfs support
13026 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
13027 permissions to overlay files
13028 - LP: #915941, #918212
13029 - CVE-2012-0055
13030
13031 [ Erez Zadok ]
13032
13033 * ubuntu: overlayfs -- overlayfs: implement show_options
13034
13035 [ Leann Ogasawara ]
13036
13037 * Revert "SAUCE: dmar: disable if ricoh multifunction detected"
13038 * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON
13039 - LP: #907377, #911236
13040 * [Config] Enable CONFIG_IRQ_REMAP
13041
13042 [ Miklos Szeredi ]
13043
13044 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
13045 * ubuntu: overlayfs -- vfs: add i_op->open()
13046 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
13047 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
13048 * ubuntu: overlayfs -- overlay filesystem
13049 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
13050
13051 [ Neil Brown ]
13052
13053 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
13054
13055 [ Upstream Kernel Changes ]
13056
13057 * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery
13058 - LP: #647043
13059 * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that
13060 breaks USB
13061 - LP: #647043
13062
13063 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jan 2012 07:10:08 -0800
13064
13065 linux (3.2.0-9.16) precise; urgency=low
13066
13067 [ Andy Whitcroft ]
13068
13069 * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM
13070 * [Config] pull ARM sound modules =m
13071 * [Config] CONFIG_RTC_DRV_TEST is for testing only
13072 * [Config] CONFIG_USB_DUMMY_HCD is testing only
13073 * [Config] CONFIG_USB_FILE_STORAGE is deprecated
13074
13075 [ Leann Ogasawara ]
13076
13077 * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel"
13078 * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m
13079 * [Config] Enable CONFIG_MMC_TMIO=m
13080 * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m
13081 * [Config] Enable CONFIG_ISI=m
13082 * [Config] Enable CONFIG_MMC=y
13083 * [Config] Enable CONFIG_LIRC_PARALLEL=m
13084 * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m
13085 * [Config] Enable CONFIG_CHR_DEV_SG=y
13086 * [Config] Enable CONFIG_GPIO_PCA953X=m
13087 * [Config] Enable CONFIG_GPIO_TWL4030=m
13088 * [Config] Enable CONFIG_INET_DIAG=m
13089 * [Config] Enable CONFIG_NLS_ISO8859_1=m
13090 * [Config] Enable CONFIG_NVRAM=m
13091 * [Config] Enable CONFIG_SLIP=m
13092 * [Config] Enable CONFIG_PC300TOO=m
13093 * [Config] Enable CONFIG_TUN=y
13094 * [Config] Enable CONFIG_NET_CLS_CGROUP=m
13095 * [Config] Enable CONFIG_THERMAL=y
13096 * [Config] Enable CONFIG_PPP=y
13097 * [Config] Enable CONFIG_PCI_STUB=m
13098 * Rebase to v3.2.1
13099 * [Config] Enable CONFIG_RTL8192E=m
13100 * [Config] Enable CONFIG_RTS5139=m
13101
13102 [ Stefan Bader ]
13103
13104 * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y
13105
13106 [ Upstream Kernel Changes ]
13107
13108 * ARM: restart: add restart hook to machine_desc record
13109 * ARM: restart: allow platforms more flexibility specifying restart mode
13110 * ARM: restart: move reboot failure handing into machine_restart()
13111 * ARM: restart: remove argument to setup_mm_for_reboot()
13112 * ARM: 7159/1: OMAP: Introduce local common.h files
13113 * ARM: restart: only perform setup for restart when soft-restarting
13114 * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq
13115 function
13116 * ARM: idmap: populate identity map pgd at init time using .init.text
13117 * ARM: suspend: use idmap_pgd instead of suspend_pgd
13118 * ARM: proc-*.S: place cpu_reset functions into .idmap.text section
13119 * ARM: idmap: use idmap_pgd when setting up mm for reboot
13120 * ARM: head.S: only include __turn_mmu_on in the initial identity mapping
13121 * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting
13122 * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM
13123 restart changes
13124 * ARM: lib: add call_with_stack function for safely changing stack
13125 * ARM: reset: implement soft_restart for jumping to a physical address
13126 * ARM: stop: execute platform callback from cpu_stop code
13127 * ARM: kexec: use soft_restart for branching to the reboot buffer
13128 * ARM: restart: omap: use new restart hook
13129 * topdown mmap support
13130 - LP: #861296
13131
13132 [ Upstream Kernel Changes ]
13133
13134 * Rebase to v3.2.1
13135
13136 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 13 Jan 2012 20:32:08 +0100
13137
13138 linux (3.2.0-8.15) precise; urgency=low
13139
13140 [ Leann Ogasawara ]
13141
13142 * [Config] Disable CONFIG_ACPI_PROCFS
13143 * Remove server from getabis
13144 * Temporarily disable module check
13145 * [Config] Disable CONFIG_MTD_TESTS
13146 * [Config] Disable CONFIG_X86_E_POWERSAVER
13147 * [Config] Set CONFIG_ARCNET=m
13148 * [Config] Enable CONFIG_ATM_DUMMY=m
13149 * [Config] Enable CONFIG_BLK_DEV_MD=y
13150 * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86
13151 * [Config] Enable CONFIG_BLK_DEV_SD=y
13152 * [Config] Enable CONFIG_BLK_DEV_SR=y
13153 * [Config] Enable CONFIG_BLK_DEV_UB=m
13154 * [Config] Enable CONFIG_COPS=m
13155 * [Config] Enable CONFIG_DVB_USB_EC168=m
13156 * [Config] Enable CONFIG_ENC28J60=m
13157 * [Config] Enable CONFIG_FB_UVESA=m
13158 * [Config] Enable CONFIG_FB_ATY=m
13159 * [Config] Enable CONFIG_BROADCOM_PHY=y
13160 * [Config] Enable CONFIG_CICADA_PHY=y
13161 * [Config] Enable CONFIG_DAVICOM_PHY=y
13162 * [Config] Enable CONFIG_ICPLUS_PHY=y
13163 * [Config] Enable CONFIG_LSI_ET1011C_PHY=y
13164 * [Config] Enable CONFIG_LXT_PHY=y
13165 * [Config] Enable CONFIG_MARVELL_PHY=y
13166 * [Config] Enable CONFIG_NATIONAL_PHY=y
13167 * [Config] Enable CONFIG_QSEMI_PHY=y
13168 * [Config] Enable CONFIG_SMSC_PHY=y
13169 * [Config] Enable CONFIG_VITESSE_PHY=y
13170 * Add 3w-sas to scsi-modules
13171 - LP: #776542
13172
13173 [ Mathieu Trudel-Lapierre ]
13174
13175 * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate
13176 to interface settings
13177
13178 [ Paolo Pisati ]
13179
13180 * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C"
13181 - LP: #912199
13182 * Revert "SAUCE: omap3: beagle: detect new xM revision B"
13183 - LP: #912199
13184 * Revert "SAUCE: omap3: beaglexm: fix DVI initialization"
13185 - LP: #912199
13186
13187 [ Upstream Kernel Changes ]
13188
13189 * Bluetooth: Add support for BCM20702A0 [0a5c:21e3]
13190 - LP: #906832
13191
13192 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 06 Jan 2012 10:02:03 -0800
13193
13194 linux (3.2.0-8.14) precise; urgency=low
13195
13196 [ Andy Whitcroft ]
13197
13198 * [Config] enable CONFIG_SND_USB_6FIRE
13199 - LP: #912197
13200 * rebase to mainline v3.2 final release
13201 * updateconfigs following rebase to v3.2 final
13202 * ubuntu: AUFS -- add BOM and automated update script
13203 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
13204 - LP: #684666
13205 * ubuntu: AUFS -- update aufs-update to track new locations of headers
13206 * ubuntu: AUFS -- clean up the aufs updater and BOM
13207 * ubuntu: AUFS -- documentation on updating aufs2
13208 * ubuntu: AUFS -- aufs3-base.patch
13209 * ubuntu: AUFS -- aufs3-standalone.patch
13210 * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission
13211 * ubuntu: AUFS -- fix undefined security_path_link
13212 * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245
13213 * ubuntu: AUFS -- updateconfigs following update
13214 * ubuntu: AUFS -- suppress benign plink warning messages
13215 - LP: #621195
13216 * ubuntu: AUFS -- enable in config and makefile
13217 * ubuntu: AUFS -- disable in favor of overlayfs
13218 * [Config] linux-virtual -- should include the extX modules
13219 - LP: #912308
13220
13221 [ Tyler Hicks ]
13222
13223 * SAUCE: eCryptfs: Improve statfs reporting
13224 - LP: #885744
13225
13226 [ Upstream Kernel Changes ]
13227
13228 * rebase to upstream v3.2
13229
13230 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 26 Dec 2011 20:24:30 -0800
13231
13232 linux (3.2.0-7.13) precise; urgency=low
13233
13234 [ Upstream Kernel Changes ]
13235
13236 * rebase to upstream 3.2-rc7
13237
13238 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 19 Dec 2011 09:14:34 -0800
13239
13240 linux (3.2.0-6.12) precise; urgency=low
13241
13242 [ Upstream Kernel Changes ]
13243
13244 * rebase to upstream v3.2-rc6
13245
13246 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Dec 2011 10:19:02 -0800
13247
13248 linux (3.2.0-5.11) precise; urgency=low
13249
13250 [ Andy Whitcroft ]
13251
13252 * enforcer -- allow arch and flavour predicates to take lists
13253 * enforcer -- simplify armel/armhf specific options
13254 * enforcer -- fix incorrectly specified flavour matches
13255
13256 [ Leann Ogasawara ]
13257
13258 * [Config] Disable IRQ_REMAP
13259 * [Config] Enable CONFIG_SENSORS_LM95245=m
13260 * [Config] Enable CONFIG_SENSORS_MAX1668=m
13261 * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m
13262 * [Config] Enable CONFIG_SENSORS_MAX6639=m
13263 * [Config] Enable CONFIG_SENSORS_MAX6642=m
13264 * [Config] Enable CONFIG_SENSORS_LINEAGE=m
13265 * [Config] Enable CONFIG_CRYPTO_SALSA20=m
13266 * [Config] Enable CONFIG_PATA_TOSHIBA=m
13267 * [Config] Enable CONFIG_POHMELFS=m
13268 * [Config] Enable CONFIG_NET_PACKET_ENGINE=y
13269 * [Config] Enable CONFIG_PATA_OPTI=m
13270 * add overlayfs to virtual inclusion list
13271 - LP: #903897
13272 * add veth to virtual inclusion list
13273 - LP: #903897
13274 * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request
13275
13276 [ Paolo Pisati ]
13277
13278 * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm
13279 - LP: #903346
13280
13281 [ Tim Gardner ]
13282
13283 * [Config] CONFIG_LOCKUP_DETECTOR=y
13284 - LP: #903615
13285
13286 [ Upstream Kernel Changes ]
13287
13288 * rebase to upstream 55b02d2f
13289
13290 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 12 Dec 2011 07:08:10 -0800
13291
13292 linux (3.2.0-4.10) precise; urgency=low
13293
13294 [ Kyle McMartin ]
13295
13296 * SAUCE: dmar: disable if ricoh multifunction detected
13297 - LP: #894070
13298
13299 [ Seth Forshee ]
13300
13301 * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug
13302 - LP: #581312
13303
13304 [ Tim Gardner ]
13305
13306 * Start new release, Bump ABI, rebase to 3.2-rc5
13307
13308 [ Leann Ogasawara ]
13309
13310 * [Config] Enable CONFIG_SENSORS_AK8975=m
13311
13312 -- Tim Gardner <tim.gardner@canonical.com> Sat, 10 Dec 2011 08:57:04 -0700
13313
13314 linux (3.2.0-3.9) precise; urgency=low
13315
13316 [ Andy Whitcroft ]
13317
13318 * SAUCE: ext4: correct partial write discard size calculation
13319 - LP: #894768
13320
13321 [ Leann Ogasawara ]
13322
13323 * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting"
13324 - LP: #892615
13325
13326 [ Matthew Garrett ]
13327
13328 * SAUCE: pci: Rework ASPM disable code
13329
13330 [ Upstream Kernel Changes ]
13331
13332 * x86: Fix boot failures on older AMD CPU's
13333 - LP: #892615
13334 * EHCI : Fix a regression in the ISO scheduler
13335 - LP: #899165
13336
13337 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 05 Dec 2011 10:37:36 -0800
13338
13339 linux (3.2.0-3.8) precise; urgency=low
13340
13341 [ Andy Whitcroft ]
13342
13343 * armhf -- add d-i configuration
13344 * armhf -- disable ABI checks for armhf
13345 * armhf -- add arch to getabis config
13346
13347 -- Andy Whitcroft <apw@canonical.com> Sat, 03 Dec 2011 14:22:52 +0000
13348
13349 linux (3.2.0-3.7) precise; urgency=low
13350
13351 [ Stefan Bader ]
13352
13353 * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be
13354 synchronous, regardless of lazy_mmu mode
13355 - LP: #854050
13356
13357 [ Tim Gardner ]
13358
13359 * rebase to v3.2-rc4
13360
13361 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 02 Dec 2011 11:53:56 -0800
13362
13363 linux (3.2.0-2.6) precise; urgency=low
13364
13365 [ Andy Whitcroft ]
13366
13367 * armhf -- fix omap flavour to build on armhf
13368 * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot
13369
13370 [ Borislav Petkov ]
13371
13372 * SAUCE: x86, microcode, AMD: Restrict microcode reporting
13373 - LP: #892615
13374
13375 [ Colin Watson ]
13376
13377 * Add pata_macio to pata-modules
13378
13379 [ Tim Gardner ]
13380
13381 * [Config] Prefer crda over wireless-crda
13382 * [Config] Fix virtual inclusion list.
13383 - LP: #897795
13384
13385 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 30 Nov 2011 06:09:35 -0800
13386
13387 linux (3.2.0-2.5) precise; urgency=low
13388
13389 [ Paolo Pisati ]
13390
13391 * [Config] PANEL_DVI=y
13392
13393 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Nov 2011 09:13:24 -0800
13394
13395 linux (3.2.0-2.4) precise; urgency=low
13396
13397 [ Andy Whitcroft ]
13398
13399 * rebase to v3.2-rc3
13400
13401 [ Leann Ogasawara ]
13402
13403 * Revert "SAUCE: xen: Do not use pv spinlocks on HVM"
13404 * Revert "fix ERROR: __devcgroup_inode_permission undefined"
13405 * Revert "olpc_dcon_xo_1_5 needs delay.h"
13406 * Revert "olpc_dcon_xo_1 needs delay.h"
13407 * rebase to 6fe4c6d4
13408 * [Config] updateconfigs after rebase to 6fe4c6d4
13409
13410 [ Tim Gardner ]
13411
13412 * [Config] Replace wireless-crda with crda,wireless-regdb
13413 - LP: #856421
13414 * [Config] Relax the dependencies on crda
13415
13416 [ Upstream Kernel Changes ]
13417
13418 * (pre-stable) HID: bump maximum global item tag report size to 96 bytes
13419 - LP: #724831
13420 * Ubuntu: remove coreutils|fileutils package dependency
13421 - LP: #892814
13422 * iio: iio_event_getfd -- fix ev_int build failure
13423
13424 [ Upstream Kernel Changes ]
13425
13426 * Rebase to v3.2-rc3
13427
13428 -- Andy Whitcroft <apw@canonical.com> Thu, 24 Nov 2011 16:20:45 +0000
13429
13430 linux (3.2.0-1.3) precise; urgency=low
13431
13432 [ Upstream Kernel Changes ]
13433
13434 * Ubuntu: Add ext2 to fs-core-modules
13435 - LP: #893395
13436
13437 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 20:42:33 -0800
13438
13439 linux (3.2.0-1.2) precise; urgency=low
13440
13441 [ Andy Whitcroft ]
13442
13443 * [Config] enable CONFIG_NFC and associated devices
13444 * SAUCE: allow brcmsmac and b43 to both build
13445
13446 [ Soren Hansen ]
13447
13448 * Add ixgbe driver to d-i
13449 - LP: #891969
13450
13451 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 08:33:46 -0800
13452
13453 linux (3.2.0-1.1) precise; urgency=low
13454 [ Andy Whitcroft ]
13455
13456 * armhf -- enable armhf and create the first flavours
13457 * SAUCE: ensure root is ready before running usermodehelpers in it
13458 * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm
13459
13460 [ Leann Ogasawara ]
13461
13462 * Temporarily ignore module check
13463 * [Config] Enable PCI_IOV on powerpc
13464 * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc
13465 * rebase to v3.2-rc2
13466 * SAUCE: include <linux/export.h> for cpuidle34xx arm build
13467 * SAUCE: include <linux/kernel.h> for linux/mtd/map.h arm build
13468 * SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm build
13469 * SAUCE: select ARM_AMBA if OMAP3_EMU
13470 * [Config] updateconfigs after select ARM_AMBA
13471 * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc
13472 * [Config] Enable CONFIG_EXT2_FS=m
13473 * [Config] Build in CONFIG_SATA_AHCI=y
13474 * Resolve linux-image-extra's install dependency
13475
13476 [ Seth Forshee ]
13477
13478 * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop
13479 * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to
13480 Documentation
13481 * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in
13482 alps_model_info
13483 * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet
13484 size
13485 * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions
13486 3 and 4
13487 * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3
13488 protocol
13489 * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol
13490 versions 3 and 4
13491
13492 [ Stefan Bader ]
13493
13494 * [Config] Built-in xen-netfront and xen-blkfront
13495 * Fix build of dm-raid45 and re-enable it
13496
13497 [ Tim Gardner ]
13498
13499 * [Config] CONFIG_USB_XHCI_HCD=y
13500 - LP: #886167
13501 * [Config] CONFIG_R6040=m
13502 - LP: #650899
13503 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
13504 - LP: #854399
13505 * [Config] Consolidated amd64 server flavour into generic
13506 * [Config] updateconfigs after rebase to 3.2-rc1
13507 * [Config] Disabled dm-raid4-5
13508 * [Config] Disabled ndiswrapper
13509 * [Config] Disable vt6656
13510 * [Config] exclude ppp-modules for virtual flavour
13511 * [Config] CONFIG_MEMSTICK_R592=m
13512 - LP: #238208
13513
13514 [ Upstream Kernel Changes ]
13515
13516 * CHROMIUM: seccomp_filter: new mode with configurable syscall filters
13517 - LP: #887780
13518 * CHROMIUM: seccomp_filter: add process state reporting
13519 - LP: #887780
13520 * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it
13521 works.
13522 - LP: #887780
13523 * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve
13524 - LP: #887780
13525 * CHROMIUM: arm: select HAVE_SECCOMP_FILTER
13526 - LP: #887780
13527 * CHROMIUM: seccomp_filters: move to btrees
13528 * CHROMIUM: enable CONFIG_BTREE
13529 * CHROMIUM: seccomp_filter: kill NR_syscall references
13530 * CHROMIUM: seccomp_filters: guard all ftrace wrapper code
13531 * CHROMIUM: seccomp_filters: clean up warnings; kref mistake
13532 * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper
13533 * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve
13534 * CHROMIUM: seccomp_filter: inheritance documentation
13535 * CHROMIUM: seccomp_filter: make inherited filters composable
13536 * CHROMIUM: Fix seccomp_t compile error
13537 - LP: #887780
13538 * CHROMIUM: Fix kref usage
13539 - LP: #887780
13540 * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER
13541 * rebase to v3.2-rc2
13542
13543 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 31 Oct 2011 09:24:39 -0400
13544
13545 linux (3.1.0-2.3) precise; urgency=low
13546
13547 [ Tim Gardner ]
13548
13549 * Add postinit and postrm scripts to the extras package
13550 - LP: #882120
13551
13552 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 Oct 2011 12:48:33 -0700
13553
13554 linux (3.1.0-2.2) precise; urgency=low
13555
13556 [ Andy Whitcroft ]
13557
13558 * debian: add locking to protect debian/files from parallel update
13559
13560 [ Leann Ogasawara ]
13561
13562 * rebase to v3.1
13563
13564 [ Upstream Kernel Changes ]
13565
13566 * rebase to v3.1
13567
13568 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 19 Oct 2011 07:12:38 -0700
13569
13570 linux (3.1.0-1.1) precise; urgency=low
13571
13572 [ Andiry Xu ]
13573
13574 * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk
13575 - LP: #872811
13576
13577 [ Andy Whitcroft ]
13578
13579 * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release"
13580 - LP: #832694
13581 * Revert "ubuntu: compcache -- version 0.5.3"
13582 - LP: #832694
13583 * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
13584 * [Config] Enable CONFIG_MACVTAP=m
13585 - LP: #822601
13586 * record the compiler in the ABI and check for inconsistant builds
13587 * [Config] move ECRYPT_FS back to =y for all architectures
13588 - LP: #827197
13589 * [Config] enable CONFIG_DRM_VMWGFX=m
13590 - LP: #698009
13591 * [Config] re-fix ECRYPT_FS=y
13592 - LP: #827197
13593 * enforcer -- ensure we have CONFIG_ECRYPT_FS=y
13594 - LP: #827197
13595 * [Config] dropping compcache configuration options
13596 * [Config] standardise on HZ=250
13597 * SAUCE: headers_install: fix #include "..." usage for userspace
13598 - LP: #824377
13599 * make module-inclusion selection retain the left overs
13600 * add a new linux-image-extras package for virtual
13601
13602 [ Colin Watson ]
13603
13604 * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i
13605
13606 [ edwin_rong ]
13607
13608 * SAUCE: Staging: add driver for Realtek RTS5139 cardreader
13609 - LP: #824273
13610
13611 [ Greg Kroah-Hartman ]
13612
13613 * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build.
13614 - LP: #824273
13615
13616 [ Jesse Sung ]
13617
13618 * SAUCE: Unregister input device only if it is registered
13619 - LP: #839238
13620
13621 [ Jiri Kosina ]
13622
13623 * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[]
13624
13625 [ Joshua V. Dillon ]
13626
13627 * SAUCE: HID: add support for MacBookAir4,2 keyboard.
13628
13629 [ Kees Cook ]
13630
13631 * [Config] enable and enforce SECCOMP_FILTER on x86
13632
13633 [ Keng-Yu Lin ]
13634
13635 * [Config] Enable CONFIG_RTS5139=m on i386/amd64
13636 - LP: #824273
13637
13638 [ Leann Ogasawara ]
13639
13640 * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only"
13641 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
13642 * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and
13643 readdir"
13644 * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs"
13645 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
13646 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
13647 * Revert "ubuntu: overlayfs -- overlay filesystem"
13648 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
13649 * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision"
13650 * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather
13651 than just revision"
13652 * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX"
13653 * Revert "ubuntu: fsam7400 disable driver"
13654 - LP: #876030
13655 * rebase to v3.1-rc1
13656 * [Config] updateconfigs after rebase to v3.1-rc1
13657 * rebase to v3.1-rc2
13658 * [Config] Updateconfigs after rebase to v3.1-rc2
13659 * ubuntu: Yama - update calls to generic_permission() and
13660 inode->i_op->permission()
13661 * ubuntu: ndiswrapper -- remove netdev_priv macro
13662 * ubuntu: aufs -- Temporarily disable due to build failure
13663 * [Config] Diable INTEL_MID_PTI on armel
13664 * [Config] Temporarily disable CONFIG_FTMAC100 on armel
13665 * [Config] Temporarily disable CONFIG_FTGMAC100 on armel
13666 * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel
13667 * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel
13668 * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm
13669 * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm
13670 * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm
13671 * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc
13672 * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc
13673 * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc
13674 * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc
13675 * [Config] Enable CONFIG_ECHO=m on powerpc
13676 * [Config] Enable CONFIG_ET131X=m on powerpc
13677 * [Config] Set CONFIG_FB_MATROX=m
13678 * [Config] Enable CONFIG_FB_UDL=m on powerpc
13679 * [Config] Set CONFIG_FB_VIRTUAL=n
13680 * [Config] Enable CONFIG_FB_VGA16=m on powerpc
13681 * [Config] Enable CONFIG_GPIO_MAX732X=m on arm
13682 * [Config] Enable CONFIG_GPIO_PCF857X=m on arm
13683 * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m
13684 * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc
13685 * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc
13686 * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp
13687 * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc
13688 * [Config] Enable CONFIG_IBM_BSR=m on powerpc
13689 * [Config] Enable CONFIG_IBMVETH=m on powerpc
13690 * [Config] Enable CONFIG_IDE_PHISON=m on powerpc
13691 * [Config] Enable CONFIG_IGB=m on powerpc
13692 * [Config] Enable CONFIG_IIO=m on powerpc
13693 * [Config] Enable CONFIG_INFINIBAND_NES=m
13694 * [Config] Enable CONFIG_IPMI_HANDLER=m on arm
13695 * [Config] Enable CONFIG_IWL3945=m on powerpc
13696 * [Config] Disable CONFIG_KVM_BOOK3S_64
13697 * [Config] Enable CONFIG_LAPBETHER=m on arm
13698 * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc
13699 * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's
13700 * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc
13701 * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc
13702 * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc
13703 * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc
13704 * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc
13705 * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc
13706 * [Config] Enable CONFIG_MEMSTICK=m on arm
13707 * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm
13708 * [Config] Enable CONFIG_MTD_ALAUDA=m on arm
13709 * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm
13710 * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm
13711 * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc
13712 * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm
13713 * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm
13714 * [Config] Enable CONFIG_MTD_IMPA7=m on arm
13715 * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm
13716 * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm
13717 * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc
13718 * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm
13719 * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm
13720 * [Config] Enable CONFIG_MTD_SST25L=m on arm
13721 * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm
13722 * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm
13723 * [Config] Enable CONFIG_NET_CLS_U32=m on arm
13724 * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm
13725 * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm
13726 * [Config] Enable CONFIG_NET_TCPPROBE=m on arm
13727 * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc
13728 * [Config] Enable CONFIG_PATA_NS87410=m on powerpc
13729 * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp
13730 * [Config] Enable CONFIG_PANEL=m on powerpc
13731 * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc
13732 * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci
13733 - LP: #833705
13734 * [Config] Add CONFIG_EFI_VARS=y to the enforcer
13735 - LP: #837332
13736 * [Config] Update CONFIG_EFI_VARS enforcer check
13737 * [Config] Add aufs to virtual flavor inclusion list
13738 - LP: #844159
13739 * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci
13740 - LP: #818933
13741 * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci
13742 - LP: #768039
13743 * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci
13744 - LP: #838402
13745 * [Config] Add igbvf to the virtual flavor inclusion list
13746 - LP: #794570
13747 * [Config] Add ixgbevf to the virtual inclusion list
13748 - LP: #872411
13749 * [Config] Transition -generic and -server to be identical
13750 * rebase to v3.1-rc10
13751
13752 [ Luke Yelavich ]
13753
13754 * [Config] Disable legacy IDE drivers on powerpc
13755
13756 [ Ming Lei ]
13757
13758 * SAUCE: fireware: add NO_MSI quirks for o2micro controller
13759 - LP: #801719
13760 * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel
13761 Sandybridge chipsets(v2)
13762 - LP: #737388, #782389, #794642
13763
13764 [ Paolo Pisati ]
13765
13766 * [Config] Compile-in vfat support for armel
13767 - LP: #853783
13768
13769 [ Randy Dunlap ]
13770
13771 * SAUCE: staging: fix rts5139 depends & build
13772 - LP: #824273
13773
13774 [ Rene Bolldorf ]
13775
13776 * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight
13777 power in 'ideapad_backlight_notify_power' to avoid a page fault
13778
13779 [ Seth Forshee ]
13780
13781 * SAUCE: (no-up) Input: elantech - Add v3 hardware support
13782 - LP: #681904
13783 * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan
13784 - LP: #810020
13785
13786 [ Stefan Bader ]
13787
13788 * (config) Package macvlan and macvtap for virtual
13789 * [Config] Force perf to use libiberty for demangling
13790 - LP: #783660
13791 * SAUCE: xen: Do not use pv spinlocks on HVM
13792 - LP: #838026
13793
13794 [ Tim Gardner ]
13795
13796 * [Config] Clean up tools rules
13797 * [Config] Package x86_energy_perf_policy and turbostat
13798 - LP: #797556
13799 * rebase to v3.1-rc3
13800 * [Config] Simplify binary-udebs dependencies
13801 * [Config] kernel preparation cannot be parallelized
13802 * [Config] Linearize module/abi checks
13803 * [Config] Linearize and simplify tree preparation rules
13804 * [Config] Build kernel image in parallel with modules
13805 * [Config] Set concurrency for kmake invocations
13806 * [Config] Improve install-arch-headers speed
13807 * [Config] Fix binary-perarch dependencies
13808 * [Config] Removed stamp-flavours target
13809 * [Config] Serialize binary indep targets
13810 * [Config] Use build stamp directly
13811 * [Config] Restore prepare-% target
13812 * rebase to v3.1-rc4
13813 * rebase to v3.1-rc5
13814 * [Config] Disable makedumpfile for i386/amd64
13815 * rebase to v3.1-rc6
13816 * [Config] Fix binary-% build target
13817 * rebase to v3.1-rc7
13818 * rebase to v3.1-rc8
13819 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
13820 - LP: #854399
13821 * [Config] Enable ftrace support in the mac80211 layer
13822 - LP: #865171
13823 * rebase to v3.1-rc9
13824 * SAUCE: usb/core/devio.c: Check for printer class specific request
13825 - LP: #872711
13826
13827 [ Upstream Kernel Changes ]
13828
13829 * overlay filesystem
13830 * overlayfs: add statfs support
13831 * overlayfs: implement show_options
13832 * overlay: overlay filesystem documentation
13833 * fs: limit filesystem stacking depth
13834
13835 [ Will Drewry ]
13836
13837 * SAUCE: seccomp_filter: new mode with configurable syscall filters
13838 * SAUCE: seccomp_filter: add process state reporting
13839 * SAUCE: seccomp_filter: Document what seccomp_filter is and how it
13840 works.
13841 * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve
13842
13843 [ Upstream Kernel Changes ]
13844
13845 * rebase to v3.1-rc1
13846 * rebase to v3.1-rc2
13847 * rebase to v3.1-rc3
13848 +CONFIG_BLK_DEV_BSGLIB=y
13849 +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
13850 -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y
13851 * rebase to v3.1-rc4
13852 * rebase to v3.1-rc5
13853 * rebase to v3.1-rc6
13854 * rebase to v3.1-rc7
13855 * rebase to v3.1-rc8
13856 * rebase to v3.1-rc9
13857 * rebase to v3.1-rc10
13858
13859 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 15:43:38 -0700
13860
13861 linux (3.1.0-1.0) oneiric; urgency=low
13862
13863 [ Leann Ogasawara ]
13864
13865 * Open P-series
13866
13867 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 13:42:40 -0700
13868
13869 linux (3.0.0-8.10) oneiric; urgency=low
13870
13871 [ Adam Jackson ]
13872
13873 * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting
13874 - LP: #753994
13875
13876 [ John Johansen ]
13877
13878 * [Config] Enable missing IPv6 options
13879
13880 [ Leann Ogasawara ]
13881
13882 * [Config] Disable config IWLWIFI_DEVICE_SVTOOL
13883 - LP: #819925
13884 * Rebase to 3.0.1
13885
13886 [ Upstream Kernel Changes ]
13887
13888 * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message
13889 * ALSA: hda - Turn on extra EAPDs on Conexant codecs
13890 - LP: #783582
13891 * KVM: Remove SMEP bit from CR4_RESERVED_BITS
13892 - LP: #796476
13893 * KVM: Add SMEP support when setting CR4
13894 - LP: #796476
13895 * KVM: Mask function7 ebx against host capability word9
13896 - LP: #796476
13897 * KVM: Add instruction fetch checking when walking guest page table
13898 - LP: #796476
13899
13900 [ Upstream Kernel Changes ]
13901
13902 * rebase to v3.0.1
13903
13904 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 05 Aug 2011 11:32:25 -0700
13905
13906 linux (3.0.0-7.9) oneiric; urgency=low
13907
13908 [ Andy Whitcroft ]
13909
13910 * Revert "[Upstream] add local prefix to oss local change_bits"
13911 * Revert "SAUCE: add tracing for user initiated readahead requests"
13912 * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function"
13913 * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo
13914 Zhaoyang E47"
13915 * Revert "SAUCE: fix documentation strings for struct input_keymap_entry"
13916 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks
13917 (grub)"
13918 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range
13919 checks"
13920 * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff"
13921 * Revert "SAUCE: vt -- maintain bootloader screen mode and content until
13922 vt switch"
13923 * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
13924 - LP: #816035
13925 * ubuntu: Yama: if an underlying filesystem provides a permissions op use
13926 it
13927 * SAUCE: (no-up) add tracing for user initiated readahead requests
13928 * SAUCE: vt -- maintain bootloader screen mode and content until vt
13929 switch
13930 * SAUCE: vt -- allow grub to request automatic vt_handoff
13931
13932 [ Arjan van de Ven ]
13933
13934 * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function
13935
13936 [ Kees Cook ]
13937
13938 * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source"
13939 * [Config] enforce ACPI_CUSTOM_METHOD disabled
13940
13941 [ Keng-Yu Lin ]
13942
13943 * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo
13944 Zhaoyang E47
13945 - LP: #632884, #803005
13946
13947 [ Leann Ogasawara ]
13948
13949 * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc
13950 - LP: #513131
13951 * [Config] Enable CONFIG_RT2800PCI_RT53XX=y
13952 - LP: #815064
13953
13954 [ Rezwanul Kabir ]
13955
13956 * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on
13957 Dell E2 series Laptops
13958 - LP: #632884
13959
13960 [ Upstream Kernel Changes ]
13961
13962 * Revert "yama: if an underlying filesystem provides a permissions op use
13963 it"
13964 * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2
13965 series Laptops"
13966 * Revert "tty: include linux/slab.h for kfree"
13967 * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree"
13968 * Revert "pch_dma: add include/slab.h for kfree"
13969 * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency
13970 - LP: #773524
13971 * oss: rename local change_bits to avoid powerpc bitsops.h definition
13972
13973 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 25 Jul 2011 09:08:01 -0700
13974
13975 linux (3.0.0-7.8) oneiric; urgency=low
13976
13977 [ Andy Whitcroft ]
13978
13979 * ubuntu: overlayfs -- overlayfs: add statfs support
13980 * [Config] enable CONFIG_OVERLAYFS
13981
13982 [ Erez Zadok ]
13983
13984 * ubuntu: overlayfs -- overlayfs: implement show_options
13985
13986 [ Leann Ogasawara ]
13987
13988 * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc
13989 * [Config] Enable CONFIG_ASUS_OLED=m on powerpc
13990 * [Config] Disable CONFIG_ATM_DUMMY on arm
13991 * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc
13992 * Temporarily disable module check on arm
13993 * Rebase to 3.0 final
13994 * [Config] Enable CONFIG_CAN_TI_HECC=m on arm
13995 * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386
13996 * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc
13997 * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc
13998 * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc
13999 * [Config] Set CRYPTO_LZO=m on powerpc64-smp
14000 * [Config] Enable CONFIG_DM9000=m on arm
14001 * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm
14002 * [Config] Enable CONFIG_DL2K=m on amd64 and i386
14003
14004 [ Miklos Szeredi ]
14005
14006 * ubuntu: overlayfs -- vfs: add i_op->open()
14007 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
14008 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
14009 * ubuntu: overlayfs -- overlay filesystem
14010 * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs
14011 * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir
14012 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
14013 * ubuntu: overlayfs -- ovl: make lower mount read-only
14014
14015 [ Neil Brown ]
14016
14017 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
14018
14019 [ Tim Gardner ]
14020
14021 * [Config] Add enic/fnic to udebs
14022 - LP: #801610
14023
14024 [ Upstream Kernel Changes ]
14025
14026 * yama: if an underlying filesystem provides a permissions op use it
14027
14028 [ Major Kernel Changes ]
14029
14030 * Rebase to 3.0 final
14031
14032 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 21 Jul 2011 07:01:32 -0700
14033
14034 linux (3.0.0-6.7) oneiric; urgency=low
14035
14036 [ Eagon Yager ]
14037
14038 * [Config] Fix misspelled 'skipmodule' in arm makefile.
14039
14040 [ Keng-Yu Lin ]
14041
14042 * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47
14043 - LP: #632884, #803005
14044
14045 [ Leann Ogasawara ]
14046
14047 * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap"
14048 * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm"
14049 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc"
14050 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm"
14051 * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc"
14052 * [Config] Set CONFIG_ACPI_PCI_SLOT=m
14053 * [Config] Set CONFIG_ACPI_SBS=m
14054 * [Config] Set CONFIG_ACPI_WMI=m
14055 * [Config] Set CONFIG_AD7150=m on arm
14056 * [Config] Set CONFIG_AD7152=m on arm
14057 * [Config] Drop CONFIG_GPIO_S5PV210
14058 * [Config] Drop CONFIG_GPIO_S5PC100
14059 * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG
14060 * [Config] Drop CONFIG_GPIO_EXYNOS4
14061
14062 [ Stefan Bader ]
14063
14064 * SAUCE: Re-enable RODATA for i386 virtual
14065 - LP: #809838
14066
14067 [ Upstream Kernel Changes ]
14068
14069 * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15"
14070 * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey
14071 - LP: #771758
14072
14073 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 20 Jul 2011 06:36:02 -0700
14074
14075 linux (3.0.0-5.6) oneiric; urgency=low
14076
14077 [ Tim Gardner ]
14078
14079 * [Config] CONFIG_RTL8192CU=m
14080 * Rebase to -rc7
14081
14082 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jul 2011 22:13:50 +0100
14083
14084 linux (3.0.0-4.5) oneiric; urgency=low
14085
14086 [ Ming Lei ]
14087
14088 * SAUCE: fix yama_ptracer_del lockdep warning
14089 - LP: #791019
14090
14091 [ Seth Forshee ]
14092
14093 * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering
14094 * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key
14095 * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device
14096 * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m
14097 - LP: #805218
14098
14099 [ Tim Gardner ]
14100
14101 * [Config] updateconfigs after rebase to -rc6+
14102 Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3
14103 * Adopt a 3 digit verion, e.g., 3.0.0-x.x
14104 * Revert "UBUNTU: add dependancies for module-init-tools"
14105 This dependency is no longer required for a 3 digit version.
14106
14107 -- Tim Gardner <tim.gardner@canonical.com> Tue, 05 Jul 2011 14:03:04 +0100
14108
14109 linux (3.0-3.4) oneiric; urgency=low
14110
14111 [ Keng-Yu Lin ]
14112
14113 * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware
14114 killswitch"
14115 - LP: #775281
14116
14117 [ Leann Ogasawara ]
14118
14119 * rebase to v3.0-rc5
14120 * [Config] updateconfigs after rebase to 3.0-rc5
14121
14122 [ Tim Gardner ]
14123
14124 * [Config] Remove ubuntu/rtl8192se
14125 * [Config] Added armel ABI files
14126 * [Config] Removed armel versatile flavour
14127 * [Config] CONFIG_INTEL_MEI=m
14128 - LP: #716867
14129
14130 [ Upstream Kernel Changes ]
14131
14132 * ALSA: hda - Enable auto-parser as default for Conexant codecs
14133
14134 [ Upstream Kernel Changes ]
14135
14136 * rebase to v3.0-rc5
14137
14138 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 30 Jun 2011 14:27:10 +0100
14139
14140 linux (3.0-2.3) oneiric; urgency=low
14141
14142 [ Andy Whitcroft ]
14143
14144 * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e
14145
14146 [ Leann Ogasawara ]
14147
14148 * rebase to v3.0-rc4
14149 * [Config] updateconfigs after rebase to 3.0-rc4
14150 * fix ERROR: __devcgroup_inode_permission undefined
14151
14152 [ Stefan Bader ]
14153
14154 * SAUCE: iscsitarget: Remove driver from the kernel
14155
14156 [ Tim Gardner ]
14157
14158 * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel
14159 * [Config] Add grub-efi as a recommended bootloader for server and
14160 generic
14161 - LP: #800910
14162
14163 [ Upstream Kernel Changes ]
14164
14165 * Fix node_start/end_pfn() definition for mm/page_cgroup.c
14166
14167 [ Leann Ogasawara ]
14168
14169 * rebase to v3.0-rc4
14170
14171 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 24 Jun 2011 11:51:12 -0700
14172
14173 linux (3.0-1.2) oneiric; urgency=low
14174
14175 [ Andy Whitcroft ]
14176
14177 * [Config] enable CONFIG_CAN_CALC_BITTIMING
14178
14179 [ Leann Ogasawara ]
14180
14181 * rebase to v3.0-rc3
14182 * [Config] updateconfigs after rebase to 3.0-rc3
14183
14184 [ Upstream Kernel Changes ]
14185
14186 * perf: clear out make flags when calling kernel make kernelver
14187
14188 [ Leann Ogasawara ]
14189
14190 * rebase to v3.0-rc3
14191
14192 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Jun 2011 07:25:35 -0700
14193
14194 linux (3.0-0.1) oneiric; urgency=low
14195
14196 [ Andy Whitcroft ]
14197
14198 * use the packaging version in the kernel
14199 * use the kernels idea of its version for version_signature
14200 * add dependancies for module-init-tools
14201 * update control files to version 3
14202 * printchanges/insertchanges allow override of prev_release
14203 * correct Vcs-Git: to point to oneiric
14204
14205 [ Leann Ogasawara ]
14206
14207 * rebase to v3.0-rc1
14208 * [Config] updateconfigs after rebase to 3.0-rc1
14209 * ubuntu: dm-raid4-5 fix up build failure
14210 * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm
14211 * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm
14212 * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm
14213 * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm
14214 * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc
14215 * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm
14216 * [Config] Temporarily Disable CONFIG_RTL8192SE on arm
14217 * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc
14218 * [Config] Temporarily disable CONFIG_SMC91X on armel-omap
14219 * rebase to v3.0-rc2
14220
14221 [ Manoj Iyer ]
14222
14223 * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823]
14224 - LP: #790754
14225
14226 [ Upstream Kernel Changes ]
14227
14228 * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM
14229 demands it"
14230 * drm/i915: fix regression after clock gating init split
14231
14232 [ Major Kernel Changes ]
14233
14234 * rebase from v2.6.39 to v3.0-rc1
14235 * rebase from v3.0-rc1 to v3.0-rc2
14236
14237 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Jun 2011 15:18:33 +0100
14238
14239 linux (2.6.39-3.10) oneiric; urgency=low
14240
14241 [ Colin Ian King ]
14242
14243 * SAUCE: S3 early resume debug via keyboard LEDs
14244
14245 [ Ingo Molnar ]
14246
14247 * ubuntu: nx-emu - i386: NX emulation
14248 * ubuntu: nx-emu - i386: mmap randomization for executable mappings
14249
14250 [ Leann Ogasawara ]
14251
14252 * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp"
14253 * Revert "[Config] Disable CONFIG_DM_RAID45"
14254 * [Config] enable CONFIG_BRCMFMAC=y
14255 * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors
14256 * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap
14257
14258 [ Robert Nelson ]
14259
14260 * SAUCE: omap3: beagle: detect new xM revision B
14261 - LP: #770679
14262 * SAUCE: omap3: beagle: detect new xM revision C
14263 - LP: #770679
14264 * SAUCE: omap3: beagle: if rev unknown, assume xM revision C
14265 - LP: #770679
14266
14267 [ Stefan Bader ]
14268
14269 * SAUCE: Convert dm-raid45 to new block plugging
14270
14271 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 May 2011 11:46:43 -0700
14272
14273 linux (2.6.39-3.9) oneiric; urgency=low
14274
14275 [ Leann Ogasawara ]
14276
14277 * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS
14278 * rebase to v2.6.39
14279 * [Config] enable CONFIG_LLC2=m across all arch's and flavours
14280 * [Config] enable CONFIG_INPUT_APANEL=m
14281
14282 [ Thomas Schlichter ]
14283
14284 * SAUCE: vesafb: mtrr module parameter is uint, not bool
14285 - LP: #778043
14286 * SAUCE: vesafb: enable mtrr WC by default
14287 - LP: #778043
14288
14289 [ Major Kernel Changes ]
14290
14291 * rebase from v2.6.39-rc7 to v2.6.39
14292
14293 -- Andy Whitcroft <apw@canonical.com> Fri, 20 May 2011 09:52:32 +0100
14294
14295 linux (2.6.39-2.8) oneiric; urgency=low
14296
14297 [ Andy Whitcroft ]
14298
14299 * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37"
14300 * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37"
14301 * Revert "[Config] Disable CONFIG_AUFS_FS"
14302 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39
14303 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39
14304 * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935
14305 * ubuntu: AUFS -- clean up the aufs updater and BOM
14306 * ubuntu: AUFS -- documentation on updating aufs2
14307
14308 [ Kees Cook ]
14309
14310 * ubuntu: Yama - LSM hooks
14311 * ubuntu: Yama - create task_free security callback
14312 * ubuntu: Yama - add ptrace relationship tracking interface
14313 * ubuntu: Yama - unconditionally chain to Yama LSM
14314
14315 [ Leann Ogasawara ]
14316
14317 * Revert "SAUCE: Fix drivers/staging/easycap FTBS"
14318 * Revert "[Config] Disable CONFIG_EASYCAP"
14319 * ubuntu: fsam7400 disable driver
14320 * ubuntu: omnibook disable driver
14321 * ubuntu: rfkill disable driver
14322
14323 [ Tim Gardner ]
14324
14325 * SAUCE: Fix extra reference in fb_open()
14326
14327 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 May 2011 09:23:56 -0700
14328
14329 linux (2.6.39-2.7) oneiric; urgency=low
14330
14331 [ Leann Ogasawara ]
14332
14333 * rebase to v2.6.39-rc7
14334
14335 [ Major Kernel Changes ]
14336
14337 * rebase from v2.6.39-rc6 to v2.6.39-rc7
14338
14339 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 10 May 2011 10:18:28 +0200
14340
14341 linux (2.6.39-1.6) oneiric; urgency=low
14342
14343 [ Leann Ogasawara ]
14344
14345 * rebase to v2.6.39-rc6
14346 * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error
14347
14348 [ Tim Gardner ]
14349
14350 * [Config] updateconfigs after rebase to 2.6.39-rc6
14351
14352 [ Major Kernel Changes ]
14353
14354 * rebase from v2.6.39-rc5 to v2.6.39-rc6
14355 - LP: #740126
14356
14357 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 05 May 2011 09:46:12 -0700
14358
14359 linux (2.6.39-0.5) oneiric; urgency=low
14360
14361 [ Herton Ronaldo Krzesinski ]
14362
14363 * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot"
14364 - LP: #764758
14365
14366 [ Leann Ogasawara ]
14367
14368 * rebase to v2.6.39-rc5
14369 * [Config] updateconfigs following rebase to v2.6.39-rc5
14370
14371 [ Paolo Pisati ]
14372
14373 * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb
14374 - LP: #759913
14375
14376 [ Stefan Bader ]
14377
14378 * Include nls_iso8859-1 for virtual images
14379 - LP: #732046
14380
14381 [ Major Kernel Changes ]
14382
14383 * rebase from v2.6.39-rc4 to v2.6.39-rc5
14384
14385 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 27 Apr 2011 06:39:42 -0700
14386
14387 linux (2.6.39-0.4) oneiric; urgency=low
14388
14389 [ Leann Ogasawara ]
14390
14391 * rebase to v2.6.39-rc4
14392 * [Config] updateconfigs following rebase to v2.6.39-rc4
14393 * fixup powerpc implicit declaration of function
14394 'crash_kexec_wait_realmode'
14395 * [Config] Disable CONFIG_FT1000 on powerpc64-smp
14396
14397 [ Tim Gardner ]
14398
14399 * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y
14400 - LP: #769503
14401 * [Config] Add cachefiles.ko to virtual flavour
14402 - LP: #770430
14403
14404 [ Major Kernel Changes ]
14405
14406 * rebase from v2.6.39-rc3 to v2.6.39-rc4
14407
14408 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 19 Apr 2011 06:25:20 -0700
14409
14410 linux (2.6.39-0.3) oneiric; urgency=low
14411
14412 [ Leann Ogasawara ]
14413
14414 * rebase to v2.6.39-rc3
14415 * crash_kexec_wait_realmode() undefined when !SMP
14416
14417 [ Tim Gardner ]
14418
14419 * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64
14420 - LP: #632327
14421
14422 [ Major Kernel Changes ]
14423
14424 * rebase from v2.6.39-rc2 to v2.6.39-rc3
14425
14426 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 12 Apr 2011 06:52:24 -0700
14427
14428 linux (2.6.39-0.2) oneiric; urgency=low
14429
14430 [ Gustavo F. Padovan ]
14431
14432 * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011"
14433 - LP: #720949
14434
14435 [ John Johansen ]
14436
14437 * AppArmor: Fix masking of capabilities in complain mode
14438 - LP: #748656
14439
14440 [ Leann Ogasawara ]
14441
14442 * rebase to v2.6.39-rc2
14443 * [Config] updateconfigs following rebase to v2.6.39-rc2
14444 * hv_mouse needs delay.h
14445 * olpc_dcon_xo_1 needs delay.h
14446 * olpc_dcon_xo_1_5 needs delay.h
14447 * Update dropped.txt for Oneiric
14448
14449 [ Steve Langasek ]
14450
14451 * [Config] Make linux-libc-dev coinstallable under multiarch
14452 - LP: #750585
14453
14454 [ Upstream Kernel Changes ]
14455
14456 * x86, hibernate: Initialize mmu_cr4_features during boot
14457 - LP: #752870
14458
14459 [ Major Kernel Changes ]
14460
14461 * rebase from v2.6.39-rc1 to v2.6.39-rc2
14462
14463 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 06 Apr 2011 11:04:15 -0700
14464
14465 linux (2.6.39-0.1) oneiric; urgency=low
14466
14467 [ Brad Figg ]
14468
14469 * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic
14470 - LP: #737124
14471
14472 [ Henrik Rydberg ]
14473
14474 * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model
14475 * SAUCE: HID: ntrig: fix suspend/resume on recent models
14476
14477 [ Herton Ronaldo Krzesinski ]
14478
14479 * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed
14480 struct v4l2_subdev
14481 - LP: #745213
14482
14483 [ Kees Cook ]
14484
14485 * [Config] packaging: adjust perms on vmlinuz as well
14486 * SAUCE: nx-emu: further clarify dmesg reporting
14487 - LP: #745181
14488
14489 [ Leann Ogasawara ]
14490
14491 * rebase to v2.6.39-rc1
14492 * [Config] updateconfigs following rebase to v2.6.39-rc1
14493 * [Config] Disable CONFIG_DM_RAID45
14494 * [Config] Disable CONFIG_SCSI_ISCSITARGET
14495 * [Config] Disable CONFIG_EASYCAP
14496 * [Config] Disable CONFIG_AUFS_FS
14497 * update bnx2 firmware files in d-i/firmware/nic-modules
14498 * xhci-pci.c resolve implicit declaration of kzalloc
14499 * [Config] Enable CONFIG_DRM_PSB for only x86
14500 * [Config] Enable CONFIG_RTS_PSTOR for only x86
14501 * mfd/asic3: Fix typo, s/irq_data/data/
14502
14503 [ Luke Yelavich ]
14504
14505 * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels
14506 - LP: #745358
14507 * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels
14508 * [Config] Build some framebuffer drivers as modules for powerpc kernels.
14509
14510 [ Manoj Iyer ]
14511
14512 * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
14513 - LP: #745217
14514
14515 [ Tim Gardner ]
14516
14517 * SAUCE: INR_OPEN=4096
14518 - LP: #663090
14519 * SAUCE: Increase the default hard limit for open FDs to 4096
14520 - LP: #663090
14521
14522 [ Upstream Kernel Changes ]
14523
14524 * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq
14525 namespace cleanup
14526 * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h
14527 * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()
14528
14529 [ Major Kernel Changes ]
14530
14531 * rebase from v2.6.38 to v2.6.39-rc1
14532
14533 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:50:10 -0700
14534
14535 linux (2.6.39-0.0) oneiric; urgency=low
14536
14537 [ Leann Ogasawara ]
14538
14539 * Open Oneiric
14540
14541 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:29:23 -0700
14542
14543 linux (2.6.38-7.39) natty; urgency=low
14544
14545 [ Leann Ogasawara ]
14546
14547 * No change upload. This is just to rebuild with gcc-4.5.2-7ubuntu1.
14548
14549 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Mar 2011 09:27:45 -0700
14550
14551 linux (2.6.38-7.38) natty; urgency=low
14552
14553 [ Leann Ogasawara ]
14554
14555 * No change upload take 2. 2.6.38-7.37 was accidentally uploaded before
14556 gcc-4.5.2-6ubuntu5 finished building on all arches.
14557
14558 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 22 Mar 2011 06:12:47 -0700
14559
14560 linux (2.6.38-7.37) natty; urgency=low
14561
14562 [ Leann Ogasawara ]
14563
14564 * No change upload. This is just to rebuild with gcc-4.5.2-6ubuntu5.
14565
14566 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 20 Mar 2011 16:02:48 -0700
14567
14568 linux (2.6.38-7.36) natty; urgency=low
14569
14570 [ Andy Whitcroft ]
14571
14572 * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler
14573 optimisation"
14574 * purge last vestiges of maverick
14575 * [Config] switch CONFIG_FB_VESA back to module
14576
14577 [ Chris Wilson ]
14578
14579 * SAUCE: drm/i915: Fix pipelined fencing
14580 - LP: #717114
14581
14582 [ Loïc Minier ]
14583
14584 * Include nls_cp437 module in virtual for fat
14585 - LP: #732046
14586 * Support arch= cross-compilation for any arch
14587 * Fix couple of typos in 0-common-vars.mk
14588 * Enforce DEFAULT_MMAP_MIN_ADDR on armhf
14589 * Add armhf to Debian -> Linux arch map
14590 * Add initial armhf.mk
14591 * Enable common packages for armhf
14592
14593 [ Upstream Kernel Changes ]
14594
14595 * Yama: fix default relationship to check thread group
14596 - LP: #737676
14597
14598 -- Andy Whitcroft <apw@canonical.com> Fri, 18 Mar 2011 18:18:02 +0000
14599
14600 linux (2.6.38-7.35) natty; urgency=low
14601
14602 [ Andy Whitcroft ]
14603
14604 * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c
14605 * rebase fixes bug #715330
14606 * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS
14607 * rebase to v2.6.38 final
14608
14609 [ Herton Ronaldo Krzesinski ]
14610
14611 * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626
14612 - LP: #636091
14613
14614 [ Tim Gardner ]
14615
14616 * [Confg] CONFIG_BOOT_PRINTK_DELAY=y
14617
14618 [ Upstream Kernel Changes ]
14619
14620 * Yama: use thread group leader when creating match
14621 - LP: #729839
14622 * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA
14623 RAID controller
14624 - LP: #735240
14625 * (drop after v2.6.38) x86, quirk: Fix SB600 revision check
14626
14627 [ Major Kernel Changes ]
14628
14629 * rebase from v2.6.38-rc8 to v2.6.38 final
14630 - LP: #715330
14631
14632 -- Andy Whitcroft <apw@canonical.com> Tue, 15 Mar 2011 19:04:19 +0000
14633
14634 linux (2.6.38-6.34) natty; urgency=low
14635
14636 [ Andy Whitcroft ]
14637
14638 * [Config] normalise CONFIG_INTEL_TXT
14639 * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation
14640 - LP: #730860
14641 * rebase to mainline v2.6.38-rc8
14642
14643 [ Major Kernel Changes ]
14644
14645 * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1
14646 to v2.6.38-rc8
14647
14648 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Mar 2011 11:54:48 +0000
14649
14650 linux (2.6.38-6.33) natty; urgency=low
14651
14652 [ Andy Whitcroft ]
14653
14654 * d-i -- enable speakup-modules udeb
14655 - LP: #672699
14656 * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5
14657 * [Config] debian PPC64 configuration
14658 * [Config] cleanup powerpc config fixing unexpected inconsistancies
14659 * [Config] resync ppc64 configuration
14660 * SAUCE: match up ENTRY/END naming for 32/64 bit
14661 * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1
14662 * [Config] update configs after rebase to
14663 fb62c00a6d8942775abc23d1621db1252e2d93d1
14664 * [Config] pps_gen_parport no longer built
14665
14666 [ Corentin Chary ]
14667
14668 * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap
14669 - LP: #689393
14670 * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P
14671 - LP: #689393
14672
14673 [ John Johansen ]
14674
14675 * SAUCE: Fix aufs calling of security_path_mknod
14676 - LP: #724456
14677
14678 [ Kees Cook ]
14679
14680 * SAUCE: proc: hide kernel addresses via %pK in /proc/<pid>/stack
14681
14682 [ Tim Gardner ]
14683
14684 * rebase to 2.6.38-rc7
14685
14686 [ Upstream Kernel Changes ]
14687
14688 * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
14689
14690 [ Major Kernel Changes ]
14691
14692 * rebase from v2.6.38-rc6 to v2.6.38-rc7 +
14693 fb62c00a6d8942775abc23d1621db1252e2d93d1
14694 - LP: #721389
14695 - LP: #722925
14696 - LP: #723672
14697 - LP: #723676
14698 - LP: #715318
14699
14700 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Mar 2011 15:33:17 +0000
14701
14702 linux (2.6.38-5.32) natty; urgency=low
14703
14704 [ Andy Whitcroft ]
14705
14706 * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161
14707 * [Config] updateconfigs following rebase to v2.6.38-rc6
14708 * [Config] enable CONFIG_DMAR
14709 - LP: #552311
14710
14711 [ Upstream Kernel Changes ]
14712
14713 * drm/i915: skip FDI & PCH enabling for DP_A
14714 - LP: #561802, #600453, #681877
14715
14716 [ Major Kernel Changes ]
14717
14718 * rebase from v2.6.38-rc5 to v2.6.38-rc6
14719 - LP: #718402
14720 - LP: #719524
14721 - LP: #721126
14722 - LP: #719691
14723 - LP: #722689
14724 - LP: #722310
14725
14726 -- Andy Whitcroft <apw@canonical.com> Tue, 22 Feb 2011 13:28:39 +0000
14727
14728 linux (2.6.38-4.31) natty; urgency=low
14729
14730 [ Andy Whitcroft ]
14731
14732 * add in bugs closed by upstream patches pulled in by rebases
14733 * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505
14734 * [Config] enable CONFIG_VSX to allow use of vector instuctions
14735 * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816
14736 * rebase to mainline v2.6.38-rc5
14737 * SAUCE: ecryptfs: read on a directory should return EISDIR if not
14738 supported
14739 - LP: #719691
14740
14741 [ Colin Ian King ]
14742
14743 * SAUCE: Dell All-In-One: Remove need for Dell module alias
14744
14745 [ Manoj Iyer ]
14746
14747 * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id.
14748 - LP: #717435
14749
14750 [ Tim Gardner ]
14751
14752 * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y
14753
14754 [ Upstream Kernel Changes ]
14755
14756 * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15
14757 - LP: #702434
14758 * vfs: fix BUG_ON() in fs/namei.c:1461
14759
14760 [ Vladislav P ]
14761
14762 * SAUCE: Release BTM while sleeping to avoid deadlock.
14763 - LP: #713837
14764
14765 [ Major Kernel Changes ]
14766
14767 * rebase from v2.6.38-rc4 to v2.6.38-rc5
14768 - LP: #579276
14769 - LP: #715877
14770 - LP: #713769
14771 - LP: #716811
14772 * resync with Maverick Ubuntu-2.6.35-27.47
14773
14774 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Feb 2011 17:24:09 +0000
14775
14776 linux (2.6.38-3.30) natty; urgency=low
14777
14778 [ Andy Whitcroft ]
14779
14780 * rebase to v2.6.38-rc4
14781 * ppc64 -- add basic architecture
14782 * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230
14783
14784 [ Colin Ian King ]
14785
14786 * SAUCE: Add WMI hotkeys support for Dell All-In-One series
14787 - LP: #676997
14788 * SAUCE: Add WMI hotkeys support for another Dell All-In-One series
14789 - LP: #701530
14790 * SAUCE: Dell WMI: Use sparse keymaps and tidy up code.
14791 - LP: #701530
14792
14793 [ Dan Rosenberg ]
14794
14795 * SAUCE: (drop after 2.6.38) Convert net %p usage %pK
14796
14797 [ Kees Cook ]
14798
14799 * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of
14800 attacking"
14801 * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules
14802
14803 [ Tim Gardner ]
14804
14805 * [Config] CONFIG_BLK_CGROUP=y
14806 - LP: #706394
14807 * [Config] CONFIG_DELL_WMI_AIO=m
14808
14809 [ Upstream Kernel Changes ]
14810
14811 * drm/i915/lvds: Restore dithering on native modes for gen2/3
14812 - LP: #711568
14813
14814 [ Upstream Kernel Changes ]
14815
14816 * rebase from v2.6.38-rc3 to v2.6.38-rc4.
14817 - LP: #701271
14818 - LP: #708521
14819 - LP: #710371
14820
14821 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Feb 2011 02:07:18 +0000
14822
14823 linux (2.6.38-2.29) natty; urgency=low
14824
14825 [ Andy Whitcroft ]
14826
14827 * rebase to 1f0324caefd39985e9fe052fac97da31694db31e
14828 * [Config] updateconfigs following rebase to
14829 1f0324caefd39985e9fe052fac97da31694db31e
14830 * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0
14831 * [Config] reenable HIBERNATE
14832 - LP: #710877
14833 * rebase to v2.6.38-rc3
14834 * [Config] reenable CONFIG_CRASH_DUMP
14835
14836 [ Kamal Mostafa ]
14837
14838 * SAUCE: rtl8192se: fix source file perms
14839 * SAUCE: rtl8192se: fix source file newline
14840 * SAUCE: omnibook: fix source file newline
14841
14842 [ Kees Cook ]
14843
14844 * [Config] packaging: really make System.map mode 0600
14845
14846 [ Ricardo Salveti de Araujo ]
14847
14848 * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of
14849 PM34XX_ERRATUM
14850
14851 [ Soren Hansen ]
14852
14853 * SAUCE: nbd: Remove module-level ioctl mutex
14854
14855 [ Tim Gardner ]
14856
14857 * SAUCE: Disable building the ACPI debugfs source
14858
14859 [ Upstream Kernel Changes ]
14860
14861 * Set physical start and alignment 1M for virtual i386
14862 - LP: #710754
14863
14864 [ Upstream Kernel Changes ]
14865
14866 * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
14867 to v2.6.38-rc3
14868 - LP: #707902
14869
14870 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 16:30:32 +0000
14871
14872 linux (2.6.38-1.28) natty; urgency=low
14873
14874 [ Andy Whitcroft ]
14875
14876 * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620
14877
14878 [ Ricardo Salveti de Araujo ]
14879
14880 * SAUCE: omap3: beaglexm: fix DVI initialization
14881 * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make
14882 display work at Beagle
14883
14884 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 10:51:57 +0000
14885
14886 linux (2.6.38-1.27) natty; urgency=low
14887
14888 [ Andy Whitcroft ]
14889
14890 * ubuntu: AUFS -- update aufs-update to track new locations of headers
14891 * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd
14892 * SAUCE: ensure root is ready before running usermodehelpers in it
14893 * correct the Vcs linkage to point to natty
14894 * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3
14895 * [Config] update configs following rebase
14896 e78bf5e6cbe837daa6ab628a5f679548742994d3
14897 * SAUCE: Yama: follow changes to generic_permission
14898 * ubuntu: compcache -- follow changes to bd_claim/bd_release
14899 * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive
14900 * ubuntu: ndiswrapper -- fix interaction between __packed and packed
14901 * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e
14902 * update package version to match payload version
14903 * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8
14904 * rebase to v2.6.38-rc1
14905 * [Config] updateconfigs following rebase to v2.6.38-rc1
14906 * SAUCE: x86 fix up jiffies/jiffies_64 handling
14907 * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5
14908 * [Config] updateconfigs following rebase to
14909 2b1caf6ed7b888c95a1909d343799672731651a5
14910 * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes
14911 * ubuntu: AUFS -- suppress benign plink warning messages
14912 - LP: #621195
14913 * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour
14914 * rebase to v2.6.38-rc2
14915 * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649
14916 * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
14917 * [Config] update configs following rebase to
14918 c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
14919 * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile
14920 * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile
14921 * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap
14922 * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile
14923
14924 [ Kees Cook ]
14925
14926 * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
14927
14928 [ Stefan Bader ]
14929
14930 * Temporarily disable RODATA for virtual i386
14931 - LP: #699828
14932
14933 [ Tim Gardner ]
14934
14935 * [Config] CONFIG_NLS_DEFAULT=utf8
14936 - LP: #683690
14937 * [Config] CONFIG_HIBERNATION=n
14938 * update bnx2 firmware files in d-i/firmware/nic-modules
14939
14940 [ Upstream Kernel Changes ]
14941
14942 * Revert "drm/radeon/bo: add some fallback placements for VRAM only
14943 objects."
14944 * packaging: make System.map mode 0600
14945 * thinkpad_acpi: Always report scancodes for hotkeys
14946 - LP: #702407
14947 * sched: tg->se->load should be initialised to tg->shares
14948 * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent
14949 * brcm80211: include linux/slab.h for kfree
14950 * pch_dma: add include/slab.h for kfree
14951 * i2c-eg20t: include linux/slab.h for kfree
14952 * gpio/ml_ioh_gpio: include linux/slab.h for kfree
14953 * tty: include linux/slab.h for kfree
14954 * winbond: include linux/delay.h for mdelay et al
14955
14956 [ Upstream Kernel Changes ]
14957
14958 * mark the start of v2.6.38 versioning
14959 * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
14960 - LP: #689886
14961 - LP: #702125
14962 - LP: #608775
14963 - LP: #215802
14964 - LP: #686333
14965 - LP: #677830
14966 - LP: #677652
14967 - LP: #696493
14968 - LP: #697240
14969 - LP: #689036
14970 - LP: #705323
14971 - LP: #686692
14972
14973 -- Andy Whitcroft <apw@canonical.com> Sun, 09 Jan 2011 13:44:52 +0000
14974
14975 linux (2.6.37-12.26) natty; urgency=low
14976
14977 [ Andy Whitcroft ]
14978
14979 * rebase to v2.6.37-rc8
14980 * [Config] armel -- reenable omap flavour
14981 * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap
14982 * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel
14983 * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel
14984 * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel
14985 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
14986 * [Config] track missing modules
14987 * rebase to v2.6.37 final
14988
14989 [ Chase Douglas ]
14990
14991 * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for
14992 Magic Trackpad
14993
14994 [ Stefan Bader ]
14995
14996 * Revert "SAUCE: blkfront: default to sd devices"
14997 - LP: #684875
14998
14999 [ Tim Gardner ]
15000
15001 * Revert "SAUCE: (no-up) libata: Ignore HPA by default."
15002 - LP: #380138
15003 * [Config] Added autofs4.ko to -virtual flavour
15004 - LP: #692917
15005
15006 [ Upstream Kernel Changes ]
15007
15008 * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series
15009 Laptops
15010 - LP: #632884
15011
15012 [ Upstream Kernel Changes ]
15013
15014 * rebase to v2.6.37-rc8
15015 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
15016 * rebase to v2.6.37 final
15017
15018 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Dec 2010 18:34:13 +0000
15019
15020 linux (2.6.37-11.25) natty; urgency=low
15021
15022 [ Andy Whitcroft ]
15023
15024 * [Config] d-i -- add hpsa to the list of block devices
15025 - LP: #684304
15026 * [Config] add vmw-balloon driver to -virtual flavour
15027 - LP: #592039
15028 * rebase to v2.6.37-rc7
15029
15030 [ Upstream Kernel Changes ]
15031
15032 * rebase to v2.6.37-rc7
15033
15034 -- Andy Whitcroft <apw@canonical.com> Tue, 21 Dec 2010 13:35:28 +0000
15035
15036 linux (2.6.37-10.24) natty; urgency=low
15037
15038 [ Andy Whitcroft ]
15039
15040 * rebase to v2.6.37-rc6
15041 * updateconfigs following rebase to v2.6.37-rc6
15042
15043 [ Upstream Kernel Changes ]
15044
15045 * rebase to v2.6.37-rc6
15046
15047 -- Andy Whitcroft <apw@canonical.com> Thu, 16 Dec 2010 12:34:19 +0000
15048
15049 linux (2.6.37-9.23) natty; urgency=low
15050
15051 [ Andy Whitcroft ]
15052
15053 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks
15054 - LP: #689606
15055 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub)
15056 - LP: #689606
15057
15058 [ Kees Cook ]
15059
15060 * SAUCE: RO/NX protection for loadable kernel, fix ftrace
15061 - LP: #690190
15062
15063 -- Andy Whitcroft <apw@canonical.com> Wed, 15 Dec 2010 19:29:57 +0000
15064
15065 linux (2.6.37-9.22) natty; urgency=low
15066
15067 [ Andy Whitcroft ]
15068
15069 * rebase to v2.6.35-rc5
15070 * [Config] updateconfigs following rebase to v2.6.37-rc5
15071 * (no-up) add support for installed header files to ubuntu directory
15072 - LP: #684666
15073 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
15074 - LP: #684666
15075 * ubuntu: dm-raid4-5 -- follow changes to bio flags
15076 * ubuntu: dm-raid4-5 -- re-enable
15077 * ubuntu: omnibook -- update BOM
15078 * ubuntu: ndiswrapper -- update BOM to match actual version
15079 * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl
15080 * ubuntu: ndiswrapper -- re-enable
15081 * ubuntu: iscsitarget -- re-instate copy_io_context
15082 * ubuntu: iscsitarget -- follow changes to semaphore initialisation
15083 * ubuntu: iscsitarget -- convert NIPQUAD to %pI4
15084 * ubuntu: iscsitarget -- re-enable
15085
15086 [ Kees Cook ]
15087
15088 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
15089
15090 [ Manoj Iyer ]
15091
15092 * SAUCE: Enable jack sense for Thinkpad Edge 13
15093 - LP: #685015
15094
15095 [ Tim Gardner ]
15096
15097 * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y
15098 * [Config] CONFIG_CRYPTO_CRC32C=y
15099 - LP: #681819
15100 * [Config] CONFIG_9P_FSCACHE=n
15101 * [Config] Add nfsd modules to -virtual flavour
15102 - LP: #688070
15103
15104 [ Upstream Kernel Changes ]
15105
15106 * Revert "Staging: zram: work around oops due to startup ordering snafu"
15107 * NFS: Fix panic after nfs_umount()
15108 - LP: #683938
15109 * x86: Add NX protection for kernel data
15110 * x86: Add RO/NX protection for loadable kernel modules
15111 * x86: Resume trampoline must be executable
15112 * x86: RO/NX protection for loadable kernel, jump_table fix
15113
15114 [ Upstream Kernel Changes ]
15115
15116 * rebase to v2.6.37-rc5
15117
15118 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Dec 2010 18:15:35 +0000
15119
15120 linux (2.6.37-8.21) natty; urgency=low
15121
15122 [ Andy Whitcroft ]
15123
15124 * Revert "ubuntu: AUFS -- include the aufs_types.h file in
15125 linux-libc-headers"
15126 * Revert "(no-up) add support for installed header files to ubuntu
15127 directory"
15128
15129 -- Andy Whitcroft <apw@canonical.com> Sun, 05 Dec 2010 17:33:28 +0000
15130
15131 linux (2.6.37-8.20) natty; urgency=low
15132
15133 [ Andy Whitcroft ]
15134
15135 * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error"
15136 * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros"
15137 * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration"
15138 * Revert "SAUCE: i915 -- disable powersave by default"
15139 * SAUCE: enable Marvell 9128 PCIe SATA controller
15140 - LP: #658521
15141 * [Config] evtchn has been renamed
15142 * (no-up) add support for installed header files to ubuntu directory
15143 - LP: #684666
15144 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
15145 - LP: #684666
15146
15147 [ Tim Gardner ]
15148
15149 * [Config] MISS: evtchn, NEW : xen-evtchn
15150 * rebase to v2.6.37-rc4
15151
15152 [ Upstream Kernel Changes ]
15153
15154 * drm/i915: Clean conflicting modesetting registers upon init
15155 - LP: #683775
15156 * rebase to v2.6.37-rc4
15157
15158 -- Andy Whitcroft <apw@canonical.com> Fri, 03 Dec 2010 18:42:07 +0000
15159
15160 linux (2.6.37-7.19) natty; urgency=low
15161
15162 [ Tim Gardner ]
15163
15164 * [Config] Add bnx2 firmware to nic-modules udeb
15165 - LP: #676245
15166
15167 -- Andy Whitcroft <apw@canonical.com> Fri, 26 Nov 2010 17:53:45 +0000
15168
15169 linux (2.6.37-7.18) natty; urgency=low
15170
15171 [ Andy Whitcroft ]
15172
15173 * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID"
15174 * Revert "SAUCE: Add extra headers to linux-libc-dev"
15175 * Revert "SAUCE: Enable speedstep for sonoma processors."
15176 * [Config] enable CONFIG_BT_HCIUART_ATH3K
15177 * [Config] enable CONFIG_IWLWIFI_DEBUGFS
15178 * [Config] standardise CONFIG_MII
15179 * [Config] standardise CONFIG_PRISM2_USB
15180 * [Config] standardise CONFIG_SCSI_QLA_ISCSI
15181 * [Config] build in CONFIG_AGP
15182 * [Config] build in CONFIG_AGP_INTEL
15183 * [Config] build in CONFIG_AGP_AMD
15184 * [Config] build in CONFIG_AGP_AMD64
15185 * [Config] build in CONFIG_AGP_NVIDIA
15186 * [Config] build in CONFIG_AGP_VIA
15187 * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm)
15188 * (no-up): document the new ## scheme
15189 * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS
15190 * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32
15191 - LP: #675453
15192
15193 [ Mathieu J. Poirier ]
15194
15195 * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM
15196
15197 [ Upstream Kernel Changes ]
15198
15199 * nx-emu: fix inverted report of disable_nx
15200
15201 -- Andy Whitcroft <apw@canonical.com> Tue, 23 Nov 2010 21:00:39 +0000
15202
15203 linux (2.6.37-6.17) natty; urgency=low
15204
15205 [ Andy Whitcroft ]
15206
15207 * Revert "ubuntu: AUFS -- aufs2-standalone.patch
15208 aufs2.1-36-UNRELEASED-20101103"
15209 * Revert "ubuntu: AUFS -- aufs2-base.patch
15210 aufs2.1-36-UNRELEASED-20101103"
15211 * [Config] standardise CONFIG_BT
15212 * [Config] standardise CONFIG_IRDA
15213 * [Config] standardise CONFIG_LAPB
15214 * [Config] standardise CONFIG_RDS
15215 * [Config] standardise CONFIG_RFKILL
15216 * [Config] standardise CONFIG_TIPC
15217 * [Config] standardise CONFIG_X25
15218 * [Config] standardise CONFIG_INPUT_EVDEV
15219 * [Config] standardise CONFIG_INPUT_JOYDEV
15220 * [Config] standardise CONFIG_INPUT_JOYSTICK
15221 * [Config] standardise CONFIG_INPUT_TOUCHSCREEN
15222 * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm)
15223 * [Config] CONFIG_IRDA=n for FTBS (arm)
15224 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37
15225 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37
15226 * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a
15227
15228 [ Tim Gardner ]
15229
15230 * SAUCE: Fix drivers/staging/easycap FTBS
15231 * [Config] CONFIG_EASYCAP=m after fixing FTBS
15232
15233 [ Upstream Kernel Changes ]
15234
15235 * Revert "x86: Add NX protection for kernel data"
15236
15237 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 18:09:10 +0000
15238
15239 linux (2.6.37-6.16) natty; urgency=low
15240
15241 [ Andy Whitcroft ]
15242
15243 * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX"
15244 * rebase to v2.6.37-rc3
15245
15246 [ Tim Gardner ]
15247
15248 * [Config] CONFIG_SCHED_AUTOGROUP=y
15249
15250 [ Upstream Kernel Changes ]
15251
15252 * Revert "x86: Add RO/NX protection for loadable kernel modules"
15253 * sched: automated per session task groups
15254 * rebase to v2.6.37-rc3
15255
15256 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 10:11:13 +0000
15257
15258 linux (2.6.37-6.15) natty; urgency=low
15259
15260 [ Andy Whitcroft ]
15261
15262 * [Config] standardise CONFIG_CEPH_FS
15263 * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS
15264 * [Config] standardise CONFIG_SCSI_PROC_FS
15265 * [Config] standardise CONFIG_UBIFS_FS
15266 * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS
15267
15268 [ Kees Cook ]
15269
15270 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
15271
15272 [ Manoj Iyer ]
15273
15274 * SAUCE: Enable jack sense for Thinkpad Edge 11
15275 - LP: #677210
15276 * SAUCE: enable rfkill for rtl8192se driver
15277 - LP: #640992
15278
15279 [ Tim Gardner ]
15280
15281 * [Config] CONFIG_EASYCAP=n for FTBS
15282 * Rebase to v2.6.32-rc2+git
15283
15284 [ Upstream Kernel Changes ]
15285
15286 * x86: Fix improper large page preservation
15287 * x86: Add NX protection for kernel data
15288 * x86: Add RO/NX protection for loadable kernel modules
15289
15290 [ Upstream Kernel Changes ]
15291
15292 * Rebase to Linus 2.6.37-rc2+git
15293
15294 -- Andy Whitcroft <apw@canonical.com> Sat, 20 Nov 2010 11:40:00 +0000
15295
15296 linux (2.6.37-5.14) natty; urgency=low
15297
15298 [ Upstream Kernel Changes ]
15299
15300 * PCI: fix offset check for sysfs mmapped files
15301 - LP: #676963
15302
15303 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Nov 2010 18:12:27 +0000
15304
15305 linux (2.6.37-5.13) natty; urgency=low
15306
15307 [ Andy Whitcroft ]
15308
15309 * rebased to v2.6.37-rc2
15310 * updateconfigs following rebase to v2.6.37-rc2
15311
15312 [ Tim Gardner ]
15313
15314 * [Config] Added NFS and related modules to virtual flavour
15315 - LP: #659084
15316
15317 [ Upstream Kernel Changes ]
15318
15319 * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S
15320 * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX
15321 * x86, cpu: Call verify_cpu during 32bit CPU startup
15322 * x86, cpu: Only CPU features determine NX capabilities
15323
15324 [ Upstream Changes ]
15325
15326 * rebased to v2.67.37-rc2
15327
15328 -- Andy Whitcroft <apw@canonical.com> Tue, 16 Nov 2010 13:13:29 +0000
15329
15330 linux (2.6.37-4.12) natty; urgency=low
15331
15332 [ Andy Whitcroft ]
15333
15334 * Revert "[Upstream] HID: magicmouse: add param for scroll speed"
15335 * Revert "[Upstream] HID: magicmouse: properly account for scroll
15336 movement in state"
15337 * Revert "[Upstream] HID: magicmouse: disable and add module param for
15338 scroll acceleration"
15339 * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just
15340 middle of mouse"
15341
15342 [ Henrik Rydberg ]
15343
15344 * SAUCE: hid: ntrig: remove sysfs nodes
15345 * SAUCE: hid: ntrig: Setup input filtering manually
15346 * SAUCE: hid: ntrig: New ghost-filtering event logic
15347
15348 [ Manoj Iyer ]
15349
15350 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
15351 - LP: #348861
15352
15353 [ Upstream Kernel Changes ]
15354
15355 * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during
15356 suspend/resume"
15357 * Revert "[ARM] implement arch_randomize_brk()"
15358 * Revert "ARM: stack protector: change the canary value per task"
15359 * Revert "ARM: initial stack protector (-fstack-protector) support"
15360 * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269"
15361 * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec"
15362 * Revert "perf probe: Add kernel source path option"
15363 * hid: ntrig: Support single-touch devices
15364 * hid: ntrig: Mask pen switch events
15365 * net: rtnetlink.h -- only include linux/netdevice.h when used by the
15366 kernel
15367 - LP: #673073
15368 * Fix userspace build of linux/fs.h
15369
15370 -- Andy Whitcroft <apw@canonical.com> Mon, 15 Nov 2010 19:31:44 +0000
15371
15372 linux (2.6.37-3.11) natty; urgency=low
15373
15374 [ Andy Whitcroft ]
15375
15376 * Revert "ubuntu: AUFS -- update to
15377 b37c575759dc4535ccc03241c584ad5fe69e3b25"
15378 * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()"
15379 * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601"
15380 * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601"
15381 * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34"
15382 * [Config] Disable intel_idle for -virtual kernels
15383 - LP: #651370
15384 * [Config] enforcer -- ensure we never enable CONFIG_IMA
15385 * debian -- pass the correct flavour name when checking configs
15386 * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual
15387 * [Config] ensure CONFIG_IPV6=y for powerpc
15388 * [Config] enforcer -- ensure CONFIG_IPV6=y
15389 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103
15390 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103
15391 * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103
15392 * ubuntu: AUFS -- re-enable
15393 * ubuntu: AUFS -- track changes to work queue initialisation
15394 * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1
15395 * SAUCE: fbcon -- fix race between open and removal of framebuffers
15396 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
15397 - LP: #614008
15398 * SAUCE: drm -- stop early access to drm devices
15399
15400 [ Jeremy Kerr ]
15401
15402 * [Config] Build-in powermac ZILOG serial driver
15403 - LP: #673346
15404
15405 [ Kees Cook ]
15406
15407 * SAUCE: nx-emu: use upstream ASLR when possible
15408
15409 [ Tim Gardner ]
15410
15411 * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules
15412 - LP: #628776
15413
15414 [ Upstream Kernel Changes ]
15415
15416 * i386: NX emulation
15417 * nx-emu: drop exec-shield sysctl, merge with disable_nx
15418 * nx-emu: standardize boottime message prefix
15419 * mmap randomization for executable mappings on 32-bit
15420 * exec-randomization: brk away from exec rand area
15421
15422 -- Andy Whitcroft <apw@canonical.com> Thu, 11 Nov 2010 23:46:37 +0000
15423
15424 linux (2.6.37-2.10) natty; urgency=low
15425
15426 [ Andy Whitcroft ]
15427
15428 * reinstate armel config changes:
15429 * [Config] CONFIG_GPIO_PCH=n for armel FTBS
15430 * [Config] CONFIG_GPIO_VX855=n for armel FTBS
15431
15432 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Nov 2010 22:20:35 +0000
15433
15434 linux (2.6.37-2.9) natty; urgency=low
15435
15436 [ Andy Whitcroft ]
15437
15438 * config -- fix genportsconfig
15439 * [Config] move powerpc over from ports to distro
15440 * bump master version number to match contained kernel
15441 * SAUCE: fix documentation strings for struct input_keymap_entry
15442 * usb: gadget: goku_udc: add registered flag bit
15443
15444 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Nov 2010 15:14:11 +0000
15445
15446 linux (2.6.36-2.8) natty; urgency=low
15447
15448 [ Tim Gardner ]
15449
15450 * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules
15451 * [Config]: TWL4030_CORE=n for FTBS
15452 * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS
15453 * [Config]: CONFIG_SOLO6X10=n for FTBS
15454 * [Config]: CONFIG_GPIO_PCH=n for armel FTBS
15455 * [Config]: CONFIG_GPIO_VX855=n for armel FTBS
15456 * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS
15457 * [Config]: CONFIG_LINE6_USB=n for armel FTBS
15458 * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS
15459 * [Config]: CONFIG_I2C_I801=n for armel FTBS
15460 * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables.
15461 * AppArmor: compatibility patch for v5 interface
15462 * AppArmor: compatibility patch for v5 network controll
15463 * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode
15464 * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver
15465 * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
15466 * Dropped: hid: 3m: Convert to MT slots
15467 * Dropped: HID: magicmouse: don't allow hidinput to initialize the device
15468 * Dropped: HID: magicmouse: simplify touch data bit manipulation
15469 * Dropped: HID: magicmouse: simplify touch down logic
15470 * Dropped: HID: magicmouse: enable Magic Trackpad support
15471 * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes
15472 * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually
15473 * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic
15474 * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled)
15475 * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode
15476 * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS
15477 * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers
15478 * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
15479 * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32
15480 * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
15481 * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML
15482 * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area
15483
15484 [ Upstream Kernel Changes ]
15485
15486 * rebased against 2.6.27-rc1
15487
15488 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Oct 2010 19:35:05 -0600
15489
15490 linux (2.6.36-1.7) natty; urgency=low
15491
15492 [ Andy Whitcroft ]
15493
15494 * rebased to v2.6.36 final
15495 * [Config] update configs following rebase to v2.6.36 final
15496 * [Config] update ports configs following rebase to v2.6.36 final
15497
15498 [ Upstream Kernel Changes ]
15499
15500 * rebased to v2.6.36 final
15501
15502 -- Andy Whitcroft <apw@canonical.com> Thu, 21 Oct 2010 14:28:57 +0100
15503
15504 linux (2.6.36-1.6) natty; urgency=low
15505
15506 [ Upstream Kernel Changes ]
15507
15508 * drop broadcom staging driver preview:
15509 * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n
15510 wireless LAN driver."
15511
15512 -- Andy Whitcroft <apw@canonical.com> Wed, 20 Oct 2010 10:41:25 +0100
15513
15514 linux (2.6.36-1.5) natty; urgency=low
15515
15516 [ Andy Whitcroft ]
15517
15518 * rebase to v2.6.36-rc8
15519 * updateconfigs following rebase to v2.6.36-rc8
15520 * updateportsconfigs following rebase to v2.6.36-rc8
15521 * config -- simplify the kernelconfig interface
15522 * config -- add new config mode 'dumpconfigs'
15523
15524 [ Tim Gardner ]
15525
15526 * Simplify the use of CROSS_COMPILER
15527
15528 [ Upstream Kernel Changes ]
15529
15530 * drop broadcom staging driver preview:
15531 * Revert "staging: brcm80211: Make compiling of brcm80211.ko and
15532 brcmfmac.ko mutually exclusive."
15533 * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not
15534 set."
15535 * Revert "Staging: brcm80211: remove driver specific -W options"
15536 * Revert "Staging: brcm80211: clean up makefile cflag lines"
15537 * Revert "staging: brcm80211: add fullmac driver"
15538 * Revert "staging: brcm80211: use string native library"
15539 * Revert "staging: brcm80211: use native ctype library"
15540 * Revert "staging: brcm80211: fix remaining checkpatch errors."
15541 * Revert "staging: brcm80211: fix "ERROR: trailing whitespace.""
15542 * Revert "staging: brcm80211: fix "ERROR: spaces required around that
15543 ...""
15544 * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that
15545 ':' ...""
15546 * Revert "staging: brcm80211: fix "ERROR: space required before that
15547 ...""
15548 * Revert "staging: brcm80211: fix "ERROR: space required after that ...""
15549 * Revert "staging: brcm80211: fix "ERROR: space required after that close
15550 brace""
15551 * Revert "staging: brcm80211: fix "ERROR: space prohibited before
15552 ...close square bracket""
15553 * Revert "staging: brcm80211: fix "ERROR: space prohibited after that
15554 ...""
15555 * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around
15556 '*'""
15557 * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'"
15558 * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ...
15559 do - while loop""
15560 * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ...
15561 parenthesis""
15562 * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0
15563 or NULL""
15564 * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0
15565 or NULL""
15566 * Revert "staging: brcm80211: fix "ERROR: while should follow close brace
15567 '}'""
15568 * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev
15569 line""
15570 * Revert "staging: brcm80211: fix "ERROR: trailing statements should be
15571 on next line""
15572 * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if
15573 condition""
15574 * Revert "staging: brcm80211: fix "ERROR: return is not a function,
15575 paren...""
15576 * Revert "staging: brcm80211: fix "ERROR: open brace '{' following
15577 function dec...""
15578 * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo
15579 *bar"'"
15580 * Revert "staging: brcm80211: Fix URLs for firmware files."
15581 * Revert "staging: brcm80211: use '%pM' format to print MAC address"
15582 * Revert "staging: brcm80211: Add contact info to TODO list."
15583 * Revert "staging: brcm80211: Fix some initialisation failure paths"
15584 * Export dump_{write,seek} to binary loader modules
15585 * rebase to v2.6.36-rc8.
15586
15587 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Oct 2010 18:58:11 +0100
15588
15589 linux (2.6.36-0.4) natty; urgency=low
15590
15591 [ Andy Whitcroft ]
15592
15593 * SAUCE: perf: increase stack footprint to avoid stack-protector warning
15594 (fixes FTBS on powerpc)
15595
15596 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 13:16:16 +0100
15597
15598 linux (2.6.36-0.3) natty; urgency=low
15599
15600 [ Andy Whitcroft ]
15601
15602 * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc
15603
15604 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 03:01:30 +0100
15605
15606 linux (2.6.36-0.2) natty; urgency=low
15607
15608 [ Andy Whitcroft ]
15609
15610 * [Config] updateportsconfigs following rebase to 2.6.36-rc7
15611 (fix FTBS on powerpc)
15612
15613 -- Andy Whitcroft <apw@canonical.com> Wed, 13 Oct 2010 23:25:12 +0100
15614
15615 linux (2.6.36-0.1) natty; urgency=low
15616
15617 [ Andy Whitcroft ]
15618
15619 * reduce disk usage during buildd builds
15620 - LP: #645653
15621 * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y
15622 * [Config] armel -- drop omap flavour
15623
15624 [ Tim Gardner ]
15625
15626 * Added dropped patch list
15627 * more dropped patches
15628 * [Config] Disable aufs, dmraid-4.5, ndis-wrapper
15629 * [Config] Add support for cross compiling armel
15630 * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel
15631 * [Upstream] drivers/serial/mfd.c: Fix ARM compile error
15632 * [Config]: updateconfigs after adding brcm80211
15633 * staging: brcm80211: Fix Makefile syntax error
15634 * rebased to v2.6.36-rc7
15635
15636 [ Upstream Kernel Changes ]
15637
15638 * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs
15639 * (upstream) IPS driver: verify BIOS provided limits
15640 * intel_ips: Print MCP limit exceeded values.
15641 * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless
15642 LAN driver.
15643 * staging: brcm80211: Fix some initialisation failure paths
15644 * staging: brcm80211: Add contact info to TODO list.
15645 * staging: brcm80211: use '%pM' format to print MAC address
15646 * staging: brcm80211: Fix URLs for firmware files.
15647 * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'
15648 * staging: brcm80211: fix "ERROR: open brace '{' following function
15649 dec..."
15650 * staging: brcm80211: fix "ERROR: return is not a function, paren..."
15651 * staging: brcm80211: fix "ERROR: do not use assignment in if condition"
15652 * staging: brcm80211: fix "ERROR: trailing statements should be on next
15653 line"
15654 * staging: brcm80211: fix "ERROR: that open brace { ... prev line"
15655 * staging: brcm80211: fix "ERROR: while should follow close brace '}'"
15656 * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"
15657 * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"
15658 * staging: brcm80211: fix "ERROR: Macros w/ complex values ...
15659 parenthesis"
15660 * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do -
15661 while loop"
15662 * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'
15663 * staging: brcm80211: fix "ERROR: need consistent spacing around '*'"
15664 * staging: brcm80211: fix "ERROR: space prohibited after that ..."
15665 * staging: brcm80211: fix "ERROR: space prohibited before ...close square
15666 bracket"
15667 * staging: brcm80211: fix "ERROR: space required after that close brace"
15668 * staging: brcm80211: fix "ERROR: space required after that ..."
15669 * staging: brcm80211: fix "ERROR: space required before that ..."
15670 * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..."
15671 * staging: brcm80211: fix "ERROR: spaces required around that ..."
15672 * staging: brcm80211: fix "ERROR: trailing whitespace."
15673 * staging: brcm80211: fix remaining checkpatch errors.
15674 * staging: brcm80211: use native ctype library
15675 * staging: brcm80211: use string native library
15676 * staging: brcm80211: add fullmac driver
15677 * Staging: brcm80211: clean up makefile cflag lines
15678 * Staging: brcm80211: remove driver specific -W options
15679 * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set.
15680 * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko
15681 mutually exclusive.
15682
15683 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Oct 2010 16:00:27 +0100
15684
15685 linux (2.6.35-22.33) maverick; urgency=low
15686
15687 [ Andy Whitcroft ]
15688
15689 * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on
15690 Dell E2 series Laptops"
15691 - LP: #641320
15692
15693 [ Brian Rogers ]
15694
15695 * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface
15696 - LP: #624701
15697
15698 [ Christopher James Halse Rogers ]
15699
15700 * SAUCE: Nouveau: Add quirk framework to disable acceleration
15701 - LP: #544088, #546393
15702 * SAUCE: Nouveau: Disable acceleration on MacBook Pros
15703 - LP: #546393
15704
15705 [ John Johansen ]
15706
15707 * Revert "SAUCE: AppArmor: allow newer tools to load policy on older
15708 kernels"
15709 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
15710 - LP: #639758
15711
15712 [ Mathieu J. Poirier ]
15713
15714 * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM
15715
15716 [ Upstream Kernel Changes ]
15717
15718 * ALSA: HDA: Enable internal speaker on Dell M101z
15719 - LP: #640254
15720
15721 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 17 Sep 2010 13:21:28 -0700
15722
15723 linux (2.6.35-22.32) maverick; urgency=low
15724
15725 [ Arjan van de Ven ]
15726
15727 * SAUCE: libata: Add ALPM power state accounting to the AHCI driver
15728
15729 [ David Henningsson ]
15730
15731 * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510
15732 - LP: #605047, #628961
15733
15734 [ John Johansen ]
15735
15736 * [Upstream] AppArmor: Fix splitting an fqname into separate namespace
15737 and profile names
15738 - LP: #615947
15739 * [Upstream] AppArmor: Fix locking from removal of profile namespace
15740 - LP: #615947
15741 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
15742 - LP: #639758
15743 * SAUCE: Improve Amazon EBS performance for EC2
15744 - LP: #634316
15745
15746 [ Leann Ogasawara ]
15747
15748 * Revert "SAUCE: i915 KMS -- blacklist i855"
15749 * Revert "SAUCE: i915 KMS -- blacklist i845g"
15750 * Revert "SAUCE: i915 KMS -- blacklist i830"
15751 * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken
15752 devices"
15753 * execute module-inclusion within a subshell
15754 - LP: #621175
15755
15756 [ Upstream Kernel Changes ]
15757
15758 * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec()
15759 - LP: #633227
15760 * (pre-stable) drm/i915: don't enable self-refresh on Ironlake
15761 - LP: #629711
15762 * (pre-stable) mm: Move vma_stack_continue into mm.h
15763 * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev
15764 - LP: #601073
15765 * PM / Runtime: Make runtime_status attribute not debug-only (v. 2)
15766 * PM / Runtime: Add runtime PM statistics (v3)
15767 * compat: Make compat_alloc_user_space() incorporate the access_ok()
15768 - CVE-2010-3081
15769 * x86-64, compat: Test %rax for the syscall number, not %eax
15770 - CVE-2010-3301
15771 * x86-64, compat: Retruncate rax after ia32 syscall entry tracing
15772 - CVE-2010-3301
15773
15774 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Sep 2010 08:46:49 -0700
15775
15776 linux (2.6.35-21.31) maverick; urgency=low
15777
15778 [ Andy Whitcroft ]
15779
15780 * bodge linux-libc-dev package version due to ti-omap4 error
15781 * linux-libc-dev -- ensure we can only build this on debian.master
15782
15783 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 13 Sep 2010 09:54:31 -0700
15784
15785 linux (2.6.35-21.30) maverick; urgency=low
15786
15787 [ Andy Whitcroft ]
15788
15789 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
15790 - LP: #614008
15791
15792 [ Daniel Lezcano ]
15793
15794 * SAUCE: fix compilation warning when CONFIG_SECURITY is not set
15795
15796 [ Henrik Rydberg ]
15797
15798 * SAUCE: Input: wacom - add fuzz parameters to features
15799 * SAUCE: Input: wacom - collect device quirks into single function
15800 * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad
15801 * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices
15802 * SAUCE: hid: ntrig: Remove unused device ids
15803 * SAUCE: hid: ntrig: remove sysfs nodes
15804 * SAUCE: hid: ntrig: Correct logic for quirks
15805 * SAUCE: hid: ntrig: zero-initialize ntrig struct
15806 * SAUCE: hid: ntrig: Setup input filtering manually
15807 * SAUCE: hid: ntrig: New ghost-filtering event logic
15808
15809 [ Leann Ogasawara ]
15810
15811 * SAUCE: ndiswrapper: Initialize buffer index and check its value
15812 - LP: #613796
15813
15814 [ Manoj Iyer ]
15815
15816 * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2
15817 series Laptops
15818 - LP: #632884
15819
15820 [ Ping Cheng ]
15821
15822 * SAUCE: Input: wacom - parse the Bamboo device family
15823
15824 [ Rafi Rubin ]
15825
15826 * SAUCE: hid: ntrig: identify firmware version (wiggled)
15827
15828 [ Tim Gardner ]
15829
15830 * [Config] CONFIG_NL80211_TESTMODE=n
15831
15832 [ Upstream Kernel Changes ]
15833
15834 * Revert "input: mt: Add support for the Bamboo Touch trackpad"
15835 * e1000e: initial support for 82579 LOMs
15836 * e1000e: correct MAC-PHY interconnect register offset for 82579
15837 * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066,
15838 tested on HP G60
15839 - LP: #587388
15840 * DSS2: Don't power off a panel twice
15841 - LP: #588243
15842 * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
15843 * Input: i8042 - reset keyboard controller wehen resuming from S2R
15844 - LP: #86820
15845 * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs
15846 - LP: #414795
15847 * agp/intel: Support the extended physical addressing bits on
15848 Sandybridge.
15849 - LP: #632488
15850 * drm/i915,intel_agp: Add support for Sandybridge D0
15851 - LP: #632488
15852 * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids
15853 - LP: #632488
15854 * mmc: omap: fix for bus width which improves SD card's peformance.
15855
15856 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 07 Sep 2010 09:58:52 -0700
15857
15858 linux (2.6.35-20.29) maverick; urgency=low
15859
15860 [ Andy Whitcroft ]
15861
15862 * SAUCE: i915 KMS -- support disabling KMS for known broken devices
15863 - LP: #563277
15864 * SAUCE: i915 KMS -- blacklist i830
15865 - LP: #542208, #563277
15866 * SAUCE: i915 KMS -- blacklist i845g
15867 - LP: #541492, #563277
15868 * SAUCE: i915 KMS -- blacklist i855
15869 - LP: #511001, #541511, #563277
15870
15871 [ Leann Ogasawara ]
15872
15873 * [Config] Enable CONFIG_SENSORS_PKGTEMP=m
15874 - LP: #601073
15875 * ARM: Temporarily disable module check for armel
15876 * rebase to v2.6.35.4
15877 * [Config] update configs following rebase to v2.6.35.4
15878
15879 [ Ricardo Salveti de Araujo ]
15880
15881 * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in
15882 in Omap
15883
15884 [ Tim Gardner ]
15885
15886 * [Config] Added be2net, be2scsi to udebs
15887 - LP: #628776
15888
15889 [ Upstream Kernel Changes ]
15890
15891 * x86, cpu: Package Level Thermal Control, Power Limit Notification
15892 definitions
15893 - LP: #601073
15894 * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver
15895 - LP: #601073
15896 * x86, hwmon: Package Level Thermal/Power: thermal throttling handler
15897 - LP: #601073
15898 * x86, hwmon: Package Level Thermal/Power: power limit
15899 - LP: #601073
15900 * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation
15901 - LP: #601073
15902 * hid: 3m: Adjust to sequential MT HID protocol
15903 * hid: 3m: Convert to MT slots
15904 * hid: 3m: Correct touchscreen emulation
15905 * hid: 3m: Adjust major / minor axes to scale
15906 * input: bcm5974: Adjust major / minor to scale
15907 * HID: magicmouse: don't allow hidinput to initialize the device
15908 * HID: magicmouse: simplify multitouch feature request
15909 * HID: magicmouse: simplify touch data bit manipulation
15910 * HID: magicmouse: simplify touch down logic
15911 * HID: magicmouse: remove timestamp logic
15912 * HID: magicmouse: enable Magic Trackpad support
15913 * HID: magicmouse: Adjust major / minor axes to scale
15914 * mmc: fix all hangs related to mmc/sd card insert/removal during
15915 suspend/resume
15916 - LP: #477106
15917 * drm/i915: fix VGA plane disable for Ironlake+
15918 - LP: #602281
15919
15920 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 30 Aug 2010 08:38:01 -0700
15921
15922 linux (2.6.35-19.28) maverick; urgency=low
15923
15924 [ Leann Ogasawara ]
15925
15926 * No changes from 2.6.35-19.27. Some armel udebs were accidentally deleted
15927 from the archive and a no-change rebuild was attempted. However, the ABI
15928 did not get bumped and resulted in build failures for 2.6.35-19.27. Fix
15929 up the ABI and re-upload.
15930
15931 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 28 Aug 2010 16:42:27 -0700
15932
15933 linux (2.6.35-19.27) maverick; urgency=low
15934
15935 [ Leann Ogasawara ]
15936
15937 * No changes from 2.6.35-19.26. Some armel udebs were accidentally deleted
15938 from the archive.
15939
15940 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 27 Aug 2010 08:58:35 -0700
15941
15942 linux (2.6.35-19.26) maverick; urgency=low
15943
15944 [ Upstream Kernel Changes ]
15945
15946 * ARM: OMAP: Beagle: revision detection
15947 * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect
15948 * ARM: OMAP: Beagle: no gpio_wp pin connection on xM
15949
15950 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 26 Aug 2010 09:15:09 -0700
15951
15952 linux (2.6.35-19.25) maverick; urgency=low
15953
15954 [ Jarod Wilson ]
15955
15956 * SAUCE: Bring in staging/lirc from 2.6.36
15957 - LP: #609234
15958 * SAUCE: Update ir-core to linuxtv/other which should be merged for
15959 2.6.36.
15960 - LP: #609234
15961 * SAUCE: Fix memleaks in imon and mceusb drivers
15962 - LP: #609234
15963 * SAUCE: Bring in streamzap support from linuxtv/other
15964 - LP: #609234
15965
15966 [ Mario Limonciello ]
15967
15968 * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36
15969 - LP: #609234
15970
15971 [ Mathieu J. Poirier ]
15972
15973 * SAUCE: ARM: adding i2c eeprom driver to read EDID
15974 - LP: #608279
15975
15976 [ Upstream Kernel Changes ]
15977
15978 * intel_idle: disable module support
15979 - LP: #615265
15980 * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the
15981 correct codec ID
15982 * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
15983 - LP: #605101
15984 * (pre-stable) ALSA: HDA: Use model=auto for LG R510
15985 - LP: #495134
15986 * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269
15987 - LP: #519066
15988 * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500
15989 - LP: #519066
15990 * input: mt: Initialize slots to unused (rev2)
15991 * input: mt: Add support for the Bamboo Touch trackpad
15992 * hid: Add a hid quirk for input sync override
15993
15994 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Aug 2010 12:42:52 -0700
15995
15996 linux (2.6.35-18.24) maverick; urgency=low
15997
15998 [ Colin Watson ]
15999
16000 * Pass DEB_MAINT_PARAMS to hook scripts
16001
16002 [ Leann Ogasawara ]
16003
16004 * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer
16005 - LP: #584812
16006 * rebase to v2.6.35.3
16007
16008 [ Upstream Kernel Changes ]
16009
16010 * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555
16011 - LP: #609234
16012 * can: add limit for nframes and clean up signed/unsigned variables
16013 - CVE-2010-2959
16014 * drm: Initialize ioctl struct when no user data is present
16015 - CVE-2010-2803
16016 * ARM: initial stack protector (-fstack-protector) support
16017 * ARM: stack protector: change the canary value per task
16018 * [ARM] implement arch_randomize_brk()
16019 * [ARM] add address randomization to mmap()
16020 * ARM: fix ASLR of PIE executables
16021
16022 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 22 Aug 2010 19:22:04 -0700
16023
16024 linux (2.6.35-17.23) maverick; urgency=low
16025
16026 [ Jeremy Kerr ]
16027
16028 * [Config] build-in uinput module
16029 - LP: #584812
16030
16031 [ Leann Ogasawara ]
16032
16033 * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS"
16034 * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib"
16035 * Revert "[Config] [FTBS] sparc: Temporarily disable
16036 CONFIG_MTD_NAND_DENALI"
16037 * Revert "[Config] [FTBS] sparc: Temporarily disable
16038 CONFIG_MFD_JANZ_CMODIO"
16039 * Revert "[Config] [FTBS] sparc: Temporarily disable
16040 CONFIG_INFINIBAND_QIB"
16041 * [Config] Enable INTEL_IPS
16042 - LP: #601057
16043 * Remove ia64 support
16044 * [Config] Update portsconfigs after removing ia64 support
16045 * Remove sparc support
16046 * [Config] Update portsconfigs after removing sparc support
16047
16048 [ Linus Torvalds ]
16049
16050 * (pre-stable) mm: fix page table unmap for stack guard page properly
16051
16052 [ Mathieu J. Poirier ]
16053
16054 * SAUCE: (no-up) ARM: Resetting power_mode to its original value.
16055 - LP: #591941
16056
16057 [ Upstream Kernel Changes ]
16058
16059 * timer: add on-stack deferrable timer interfaces
16060 - LP: #601057
16061 * x86 platform driver: intelligent power sharing driver
16062 - LP: #601057
16063 * IPS driver: add GPU busy and turbo checking
16064 - LP: #601057
16065 * X86: intel_ips, check for kzalloc properly
16066 - LP: #601057
16067 * ips driver: make it less chatty
16068 - LP: #601057
16069
16070 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 17 Aug 2010 09:38:08 -0700
16071
16072 linux (2.6.35-16.22) maverick; urgency=low
16073
16074 [ Andy Whitcroft ]
16075
16076 * debian -- more agressivly clean up after depmod on purge
16077 - LP: #618591
16078
16079 [ Henrik Rydberg ]
16080
16081 * SAUCE: hid: 3m: Simplify touchsreen emulation logic
16082
16083 [ Leann Ogasawara ]
16084
16085 * ubuntu: iscsitarget -- version 1.4.20.2
16086 * ubuntu: rtl8192se -- update to version 0017.0507.2010
16087 * rebase to v2.6.35.2
16088 * [Config] update configs following rebase to v2.6.35.2
16089 * [Config] update ports configs following rebase to v2.6.35.2
16090
16091 [ Luke Yelavich ]
16092
16093 * [Config] Enable new firewire stack on powerpc
16094
16095 [ Mathieu J. Poirier ]
16096
16097 * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash.
16098 - LP: #608266
16099
16100 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 12 Aug 2010 09:58:01 -0700
16101
16102 linux (2.6.35-15.21) maverick; urgency=low
16103
16104 [ Luke Yelavich ]
16105
16106 * [Config] CONFIG_SND_USB_UA101=m for all architectures
16107
16108 [ Upstream Kernel Changes ]
16109
16110 * Input: introduce MT event slots
16111 * Input: document the MT event slot protocol
16112 * (pre-stable) sched: Revert nohz_ratelimit() for now
16113 * (pre-stable) drm/radeon/kms: add missing copy from user
16114 - LP: #606081
16115
16116 [ Leann Ogasawara ]
16117
16118 * rebase to v2.6.35.1
16119
16120 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Aug 2010 09:24:04 -0700
16121
16122 linux (2.6.35-14.20) maverick; urgency=low
16123
16124 [ Andy Whitcroft ]
16125
16126 * update Vcs-Git to point to maverick repo
16127 * debian -- include the debian packaging in the -source package
16128 - LP: #608674
16129 * select debian source format 1.0
16130 * add support for building selected stages of kernel
16131 - LP: #603087
16132 * cleanup conditional dependancy handling
16133 - LP: #603087
16134
16135 [ Upstream Kernel Changes ]
16136
16137 * ALSA: hda - Handle missing NID 0x1b on ALC259 codec
16138 - LP: #582199, #586418, #588031
16139 * ALSA: hda - Handle pin NID 0x1a on ALC259/269
16140 - LP: #582199, #586418, #588031
16141 * sched: Revert nohz_ratelimit() for now
16142
16143 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 03 Aug 2010 08:46:47 -0700
16144
16145 linux (2.6.35-14.19) maverick; urgency=low
16146
16147 [ Leann Ogasawara ]
16148
16149 * rebase to v2.6.35
16150
16151 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 01 Aug 2010 10:35:56 -0700
16152
16153 linux (2.6.35-13.18) maverick; urgency=low
16154
16155 [ Andy Whitcroft ]
16156
16157 * SAUCE: (no-up) Modularize vesafb -- fix initialisation
16158 * SAUCE: add tracing for user initiated readahead requests
16159 * SAUCE: vt -- maintain bootloader screen mode and content until vt
16160 switch
16161 * SAUCE: vt -- allow grub to request automatic vt_handoff
16162 * SAUCE: fbcon -- fix race between open and removal of framebuffers
16163 * SAUCE: drm -- stop early access to drm devices
16164
16165 [ Bryan Wu ]
16166
16167 * CONFIG: compile in OTG driver and Transceiver driver
16168 - LP: #566645
16169 * remove OTG modules from modules list file
16170
16171 [ John Johansen ]
16172
16173 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27
16174 - LP: #581525, #599450
16175 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29
16176 * SAUCE: AppArmor 2.4 compatibility patch
16177 * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace
16178 * SAUCE: fix pv-ops for legacy Xen
16179 * SAUCE: blkfront: default to sd devices
16180 * [Config] Build in drivers required for Xen pv-ops
16181
16182 [ Leann Ogasawara ]
16183
16184 * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture
16185 size."
16186
16187 [ Lee Jones ]
16188
16189 * SAUCE: ARM: OMAP: Add macros for comparing silicon revision
16190 - LP: #608095
16191 * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than
16192 just revision
16193 - LP: #608095
16194 * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX
16195 - LP: #608095
16196 * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM
16197 - LP: #608095
16198
16199 [ Upstream Kernel Changes ]
16200
16201 * agp/intel: Use the correct mask to detect i830 aperture size.
16202 - LP: #597075
16203
16204 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Jul 2010 15:46:59 -0700
16205
16206 linux (2.6.35-12.17) maverick; urgency=low
16207
16208 [ Leann Ogasawara ]
16209
16210 * rebase to v2.6.35-rc6
16211 * [Config] update configs following rebase to v2.6.35-rc6
16212 * [Config] update ports configs following rebase to v2.6.35-rc6
16213 * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11
16214
16215 [ Leann Ogasawara ]
16216
16217 * rebase to v2.6.35-rc6
16218
16219 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 16:16:38 +0200
16220
16221 linux (2.6.35-11.16) maverick; urgency=low
16222
16223 [ Leann Ogasawara ]
16224
16225 * Bump ABI for new compiler update
16226
16227 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 10:24:58 +0200
16228
16229 linux (2.6.35-10.15) maverick; urgency=low
16230
16231 [ Leann Ogasawara ]
16232
16233 * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA
16234 device"
16235 * [Config] Enable CONFIG_M686=y
16236 - LP: #592495
16237
16238 [ Upstream Kernel Changes ]
16239
16240 * tracing: Add alignment to syscall metadata declarations
16241
16242 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Jul 2010 18:18:49 +0200
16243
16244 linux (2.6.35-9.14) maverick; urgency=low
16245
16246 [ Andy Whitcroft ]
16247
16248 * ubuntu: AUFS -- add BOM and automated update script
16249 * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25
16250
16251 [ John Johansen ]
16252
16253 * [Config] Enable DRBD as a module
16254
16255 [ Kees Cook ]
16256
16257 * SAUCE: Yama: verify inode is symlink to avoid bind mounts
16258 - LP: #604407
16259
16260 [ Leann Ogasawara ]
16261
16262 * [Config] Disable CONFIG_DRM_VMWGFX (staging driver)
16263 - LP: #606139
16264 * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver)
16265 - LP: #606139
16266 * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
16267 * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
16268
16269 [ Lee Jones ]
16270
16271 * Stop ARM boards crashing when CUPS is loaded
16272 - LP: #601226
16273
16274 [ Upstream Kernel Changes ]
16275
16276 * perf probe: Support tracing an entry of array
16277 * perf probe: Support static and global variables
16278
16279 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Jul 2010 14:38:17 -0700
16280
16281 linux (2.6.35-8.13) maverick; urgency=low
16282
16283 [ Kees Cook ]
16284
16285 * SAUCE: Yama: check PTRACE using thread group leader
16286 * SAUCE: Yama: search for PTRACE exceptions via thread group leader
16287 - LP: #603716
16288
16289 [ Leann Ogasawara ]
16290
16291 * rebase to v2.6.35-rc5
16292 * [Config] update configs following rebase to v2.6.35-rc5
16293
16294 [ Nicolas Pitre ]
16295
16296 * SAUCE: make ndiswrapper available on X86 only
16297
16298 [ Tim Gardner ]
16299
16300 * [Config] Added ums-cypress to udeb
16301 - LP: #576066
16302 * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n
16303 * [Config] CONFIG_NDISWRAPPER=m across all configs
16304
16305 [ Upstream Kernel Changes ]
16306
16307 * HID: magicmouse: report last touch up
16308 * rebase to 2.6.35-rc5
16309
16310 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Jul 2010 18:57:59 -0700
16311
16312 linux (2.6.35-7.12) maverick; urgency=low
16313
16314 [ Tim Gardner ]
16315
16316 * [Upstream] i915: Use the correct mask to detect i830 aperture size.
16317 - LP: #597075
16318
16319 [ Upstream Kernel Changes ]
16320
16321 * (drop after 2.6.35) drm/radeon/kms: add ioport register access
16322 (squashed)
16323
16324 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Jul 2010 09:53:13 -0600
16325
16326 linux (2.6.35-7.11) maverick; urgency=low
16327
16328 [ Tim Gardner ]
16329
16330 * [Config] CONFIG_X86_MRST=n
16331
16332 [ Upstream Kernel Changes ]
16333
16334 * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc
16335 * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb
16336 * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue
16337
16338 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Jul 2010 18:39:08 -0600
16339
16340 linux (2.6.35-7.10) maverick; urgency=low
16341
16342 [ Kees Cook ]
16343
16344 * SAUCE: security: create task_free security callback
16345 * SAUCE: Yama: add PTRACE exception tracking and interface
16346 * SAUCE: security: unconditionally chain to Yama LSM
16347 * Revert "SAUCE: ptrace: restrict ptrace scope to children"
16348 * Revert "SAUCE: fs: block hardlinks to non-accessible sources"
16349 * Revert "SAUCE: fs: block cross-uid sticky symlinks"
16350 * [Upstream] security: Yama LSM
16351 * [Config] Enable CONFIG_SECURITY_YAMA=y
16352
16353 [ Tim Gardner ]
16354
16355 * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4
16356
16357 [ Upstream Kernel Changes ]
16358
16359 * rebase to 2.6.35-rc4
16360
16361 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 01 Jul 2010 08:55:57 -0700
16362
16363 linux (2.6.35-6.9) maverick; urgency=low
16364
16365 [ Tim Gardner ]
16366
16367 * [Upstream] direct_splice_actor() should not use pos in sd
16368 - LP: #588861
16369
16370 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Jun 2010 12:35:49 -0700
16371
16372 linux (2.6.35-6.8) maverick; urgency=low
16373
16374 [ Mathieu J. Poirier ]
16375
16376 * ARM: Adding regulator supply for vdds_sdi.
16377 - LP: #597904
16378
16379 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 27 Jun 2010 16:34:43 -0700
16380
16381 linux (2.6.35-6.7) maverick; urgency=low
16382
16383 [ Alberto Milone ]
16384
16385 * [Upstream] Add support for the ATIF ACPI method to the radeon driver
16386
16387 [ Chase Douglas ]
16388
16389 * [Upstream] HID: magicmouse: scroll on entire surface, not just middle
16390 of mouse
16391 * [Upstream] HID: magicmouse: disable and add module param for scroll
16392 acceleration
16393 * [Upstream] HID: magicmouse: properly account for scroll movement in
16394 state
16395 * [Upstream] HID: magicmouse: add param for scroll speed
16396 * [Upstream] HID: magicmouse: enable horizontal scrolling
16397
16398 [ Henrik Rydberg ]
16399
16400 * [Upstream] Input: evdev - convert to dynamic event buffer
16401 * [Upstream] Input: evdev - use driver hint to compute size of event
16402 buffer
16403 * [Upstream] Input: bcm5974 - set the average number of events per MT
16404 event packet
16405 * [Upstream] Input: hid-input - use a larger event buffer for MT devices
16406 * [Upstream] Input: evdev - never leave the client buffer empty after
16407 write
16408
16409 [ John Johansen ]
16410
16411 * SAUCE: AppArmor: -- mainline 2010-06-23
16412 * SAUCE: AppArmor 2.4 compatibility patch
16413 * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion
16414
16415 [ Leann Ogasawara ]
16416
16417 * [Config] Enable CONFIG_INTR_REMAP=y
16418 - LP: #597091
16419 * [Config] Enable CONFIG_X86_X2APIC
16420 - LP: #597091
16421
16422 [ Mathieu J. Poirier ]
16423
16424 * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap
16425 - LP: #594382
16426
16427 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Jun 2010 12:19:48 -0700
16428
16429 linux (2.6.35-5.6) maverick; urgency=low
16430
16431 [ Amit Kucheria ]
16432
16433 * [Config] update omap flavour description
16434
16435 [ Andy Whitcroft ]
16436
16437 * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac
16438 - LP: #570500, #576274
16439 * SAUCE: add option to hand off all kernel parameters to init
16440 - LP: #586386
16441 * [Config] enable passing all kernel command line to init
16442 - LP: #586386
16443 * [Config] disable CONFIG_VMI
16444 - LP: #537601
16445 * [Config] enable CONFIG_IPV6_SIT_6RD
16446 - LP: #591869
16447 * [Config] enable CONFIG_VMWARE_BALOON as module
16448 - LP: #592039
16449
16450 [ Leann Ogasawara ]
16451
16452 * Revert "SAUCE: pm: Config option to disable handling of console during
16453 suspend/resume"
16454 - LP: #594885
16455 * [Config] Remove CONFIG_PM_DISABLE_CONSOLE
16456 * [Config] ports: enable passing all kernel command line to init
16457 - LP: #586386
16458 * [Config] Enable CONFIG_FB_VESA=y for x86
16459 * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer
16460 * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer
16461 * [Config] Enable CONFIG_TASK_DELAY_ACCT=y
16462 - LP: #493156
16463
16464 [ Mathieu Poirier ]
16465
16466 * ARM: Adding MosChip MCS7830 to nic-usb
16467 - LP: #584920
16468
16469 [ Upstream Kernel Changes ]
16470
16471 * Revert "[Upstream] docbook: need xmldoclinks for all doc types"
16472 * docbook: need xmldoclinks for all doc types
16473 * perf probe: Add kernel source path option
16474
16475 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jun 2010 08:05:29 -0700
16476
16477 linux (2.6.35-4.5) maverick; urgency=low
16478
16479 [ Leann Ogasawara ]
16480
16481 * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer
16482 size (rev2)"
16483 * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)"
16484 * Revert "[Upstream] (evdev) Use multi-reader buffer to save space
16485 (rev4)"
16486 * Revert "SAUCE: drivers: Remove some duplicate device entries in various
16487 modules"
16488 * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID
16489 * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq"
16490 * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id
16491
16492 [ Tim Gardner ]
16493
16494 * [Config] CONFIG_NFS_FSCACHE=y
16495 - LP: #440522
16496 * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y
16497 - LP: #440522
16498
16499 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 Jun 2010 08:43:07 -0700
16500
16501 linux (2.6.35-3.4) maverick; urgency=low
16502
16503 [ Andy Whitcroft ]
16504
16505 * debian -- ensure the version number is clean
16506
16507 [ Henrik Rydberg ]
16508
16509 * [Upstream] Introduce MT event slots (rev 5)
16510 * [Upstream] Document the MT event slot protocol (rev5)
16511 * [Upstream] (evdev) Use multi-reader buffer to save space (rev4)
16512 * [Upstream] (evdev) Convert to dynamic event buffer (rev4)
16513 * [Upstream] (evdev) Use driver hint to compute the evdev buffer size
16514 (rev2)
16515
16516 [ Leann Ogasawara ]
16517
16518 * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module"
16519 * Revert "SAUCE: hostap: send events on data interface as well as master
16520 interface"
16521 * Revert "Fix webcam having USB ID 0ac8:303b"
16522 * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver"
16523 * rebase to v2.6.35-rc3
16524
16525 [ Maxim Levitsky ]
16526
16527 * [Config] Enable new Smartmedia/xD translation layer
16528 - LP: #202490
16529
16530 [ Upstream Kernel Changes ]
16531
16532 * net: fix deliver_no_wcard regression on loopback device
16533
16534 [ Upstream changes ]
16535
16536 * rebased to v2.6.35-rc3
16537
16538 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 10 Jun 2010 16:15:22 -0700
16539
16540 linux (2.6.35-2.3) maverick; urgency=low
16541
16542 [ Bryan Wu ]
16543
16544 * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO
16545
16546 [ Leann Ogasawara ]
16547
16548 * [Config] armel: Enable CONFIG_BNX2=m
16549 * [Config] ports: Enable CONFIG_BNX2X=m
16550 * SAUCE: armel: define get_dma_ops to fix FTBS
16551
16552 [ Tim Gardner ]
16553
16554 * [Upstream] net: Print num_rx_queues imbalance warning only when there
16555 are allocated queues
16556 - LP: #591416
16557
16558 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 09 Jun 2010 08:27:41 -0700
16559
16560 linux (2.6.35-2.2) maverick; urgency=low
16561
16562 [ Andy Whitcroft ]
16563
16564 * [Config] d-i: make armel configuration versatile flavour specific
16565 - LP: #588805
16566 * [Config] d-i: enable .udebs for omap flavour
16567 - LP: #588805
16568
16569 [ Kees Cook ]
16570
16571 * ptrace: limit scope to attach only (allow read)
16572 - LP: #589656
16573
16574 [ Leann Ogasawara ]
16575
16576 * rebase to v2.6.35-rc2
16577 * [Config] update configs following rebase to v2.6.35-rc2
16578 * [Config] update port configs following rebase to v2.6.35-rc2
16579
16580 [ Lee Jones ]
16581
16582 * Enable perf to be more helpful when perf_<version> does not exist.
16583 - LP: #570500
16584 * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs.
16585
16586 [ Tim Gardner ]
16587
16588 * [Config] Update bnx2 udeb firmware files
16589 - LP: #589304
16590
16591 [ Upstream changes ]
16592
16593 * rebased to v2.6.35-rc2
16594
16595 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 07 Jun 2010 09:45:04 -0700
16596
16597 linux (2.6.35-1.1) maverick; urgency=low
16598
16599 [ Andy Whitcroft ]
16600
16601 * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601
16602 - LP: #587888
16603 * ubuntu: AUFS -- track changes to the arguements to fop fsync()
16604
16605 [ Leann Ogasawara ]
16606
16607 * rebase to v2.6.35-rc1
16608 * [Config] update configs following rebase to v2.6.35-rc1
16609 * [Config] update port configs following rebase to v2.6.35-rc1
16610 * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free()
16611 * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free()
16612 * SAUCE: ndiswrapper: convert multicast list to list_head
16613 * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL
16614 * [Config] [FTBS] ia64: Temporarily disable gpiolib
16615 * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS
16616 * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB
16617 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO
16618 * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO
16619 * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155
16620 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI
16621 * [Config] [FTBS] armel: Temporarily disable bnx2
16622 * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE
16623 * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm
16624 * SAUCE: [FTBS] armel: include linux/dma-mapping.h
16625 * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with
16626 gpio_set_debounce
16627
16628 [ Upstream Kernel Changes ]
16629
16630 * of/usb: fix build error due to of_node pointer move
16631 * n2_crypto: Fix build after of_device/of_platform_driver changes.
16632 * powerpc/fsl-booke: fix the case where we are not in the first page
16633 * powerpc/fsl-booke: Move the entry setup code into a seperate file
16634 * powerpc/kexec: Add support for FSL-BookE
16635 * greth: Fix build after OF device conversions.
16636
16637 [ Upstream changes ]
16638
16639 * rebased to v2.6.35-rc1
16640
16641 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 04 Jun 2010 23:01:52 -0700
16642
16643 linux (2.6.35-1.0) UNRELEASED; urgency=low
16644
16645 [ Leann Ogasawara ]
16646
16647 * Null entry.
16648
16649 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 15:17:41 -0700
16650
16651 linux (2.6.34-5.14) maverick; urgency=low
16652
16653 [ Tim Gardner ]
16654
16655 * [Config] Added module inclusion support
16656 * [Config] Added virtual flavour module inclusion list and d-i package
16657 definitions
16658
16659 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 12:58:14 -0700
16660
16661 linux (2.6.34-5.13) maverick; urgency=low
16662
16663 [ Andy Whitcroft ]
16664
16665 * Revert "ubuntu: AUFS -- aufs2 20091209"
16666 * Revert "ubuntu: AUFS -- export various core functions
16667 (aufs2-standalone.patch)"
16668 * Revert "ubuntu: AUFS -- export various core functions
16669 (aufs2-base.patch)"
16670 * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34
16671 - LP: #587888
16672 * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34
16673 - LP: #587888
16674 * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601
16675 - LP: #587888
16676 * [Config] AUFS -- enable aufs options
16677 - LP: #587888
16678
16679 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 01 Jun 2010 08:56:43 -0700
16680
16681 linux (2.6.34-5.12) maverick; urgency=low
16682
16683 [ Andy Whitcroft ]
16684
16685 * enforce -- ensure SYSFS compatibility is disabled
16686
16687 [ Chase Douglas ]
16688
16689 * build with libdw-dev for perf probe symbol support
16690 * maverick ftrace configuration changes
16691
16692 [ Kees Cook ]
16693
16694 * Revert "SAUCE: x86: brk away from exec rand area"
16695 * Revert "SAUCE: [um] Don't use nx_enabled under UML"
16696 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
16697 * SAUCE: x86: implement cs-limit nx-emulation for ia32
16698 - LP: #369978
16699 * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
16700 * SAUCE: x86: brk away from exec rand area
16701 - LP: #452175
16702 * SAUCE: ptrace: restrict ptrace scope to children
16703
16704 [ Leann Ogasawara ]
16705
16706 * Add new omap flavour to getabis
16707 * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs
16708 - LP: #585490
16709 * build/modules: Temorarily add ignore.modules
16710 * ubuntu: iscsitarget -- version 1.4.20.1
16711
16712 [ Loïc Minier ]
16713
16714 * SAUCE: [um] Don't use nx_enabled under UML
16715 - LP: #524849
16716
16717 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 May 2010 08:27:17 -0700
16718
16719 linux (2.6.34-4.11) maverick; urgency=low
16720
16721 [ Amit Kucheria ]
16722
16723 * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files
16724 * [Config] Add support for OMAP-mainline flavour
16725
16726 [ Andy Whitcroft ]
16727
16728 * SAUCE: powerpc: fix compile error when ptrace.h is included from
16729 userspace
16730 - LP: #583733
16731
16732 [ Chase Douglas ]
16733
16734 * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers
16735 are present"
16736 * Revert "SAUCE: Disable function tracing after hitting __schedule_bug"
16737 * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing
16738 load detect pipe"
16739
16740 [ Kees Cook ]
16741
16742 * SAUCE: fs: block cross-uid sticky symlinks
16743 * SAUCE: fs: block hardlinks to non-accessible sources
16744
16745 [ Koen Kooi ]
16746
16747 * SAUCE: board-omap3-beagle: add DSS2 support
16748
16749 [ Leann Ogasawara ]
16750
16751 * Revert "staging/go7007 -- disable"
16752 * Revert "[Config] staging/winbond -- disable"
16753 * Revert "Disable 4MB page tables for Atom, work around errata AAE44"
16754 * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount"
16755 * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit
16756 controller"
16757 * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT"
16758 * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros"
16759 * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps"
16760 * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B
16761 chipsets."
16762 * Revert "[Upstream] b43: Declare all possible firmware files."
16763 * Revert "add Breaks: against hardy lvm2"
16764 * Revert "SAUCE: Guest OS does not recognize a lun with non zero target
16765 id on Vmware ESX Server"
16766 * Revert "SAUCE: Catch nonsense keycodes and silently ignore"
16767 * [Config] Enable CONFIG_ECRYPT_FS=y for ports
16768 * [Config] Enable CONFIG_USB=y for armel and sparc
16769 * [Config] Enable CONFIG_SCSI=y for ia64 and sparc
16770 * [Config] Enable CONFIG_RFKILL=y for ports
16771 * [Config] Enable CONFIG_ATH9K_DEBUGFS=y
16772 * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y
16773 * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y
16774 * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y
16775 * [Config] Enable CONFIG_LIBERTAS_MESH=y
16776 * [Config] Enable CONFIG_MMC_RICOH_MMC=y
16777 * [Config] CONFIG_RT2800USB_UNKNOWN=y
16778 * [Config] Enable CONFIG_VGA_SWITCHEROO=y
16779 * [Config] Enable CONFIG_CEPH_FS=m
16780 * [Config] Enable CONFIG_CRYPTO_PCRYPT=m
16781 * [Config] Enable CONFIG_EEEPC_WMI=m
16782 * [Config] Enable CONFIG_RT2800PCI=m
16783 * [Config] Enable CONFIG_SCSI_HPSA=m
16784 * [Config] Enable CONFIG_VHOST_NET=m
16785 * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default
16786 - LP: #582350
16787 * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS
16788 - LP: #579300
16789 * [Config] Enable CONFIG_PCIEASPM=y
16790 - LP: #333990
16791 * [Config] updateconfigs for OMAP flavour
16792
16793 [ Loïc Minier ]
16794
16795 * Enable perf tools on armel
16796
16797 [ Tim Gardner ]
16798
16799 * SAUCE: Updated ndiswrapper to 1.56
16800 - LP: #582555
16801 * [Config] Added virtual flavour
16802 * [Config] Remove support for sub-flavours
16803 * [Config] Removed amd64 preempt flavour
16804 * [Config] updateconfigs, updateportsconfigs after flavour munging
16805
16806 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 25 May 2010 09:34:55 -0700
16807
16808 linux (2.6.34-3.10) maverick; urgency=low
16809
16810 [ Leann Ogasawara ]
16811
16812 * rebase to v2.6.34
16813
16814 [ Upstream changes ]
16815
16816 * rebased to v2.6.34
16817
16818 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 18 May 2010 17:35:35 -0700
16819
16820 linux (2.6.34-2.9) maverick; urgency=low
16821
16822 [ Leann Ogasawara ]
16823
16824 * [Config] [FTBS] Disable comedi for armel
16825
16826 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 23:20:55 +0200
16827
16828 linux (2.6.34-2.8) maverick; urgency=low
16829
16830 [ Leann Ogasawara ]
16831
16832 * Drop lpia
16833 * [Config] [FTBS] disable KVM
16834 * [Config] [FTBS] disable ipr for armel
16835
16836 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 16:07:52 +0200
16837
16838 linux (2.6.34-2.7) maverick; urgency=low
16839
16840 [ Leann Ogasawara ]
16841
16842 * [Config] disable CONFIG_SCSI_IPR on powerpc
16843 * [Config] Remove 386 flavour per UDS discussion
16844
16845 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 May 2010 18:26:43 +0200
16846
16847 linux (2.6.34-1.6) maverick; urgency=low
16848
16849 [ Chase Douglas ]
16850
16851 * enforce CONFIG_TMPFS_POSIX_ACL=y
16852 - LP: #575940
16853 * don't force module dependency checking
16854 - LP: #577029
16855
16856 [ Kees Cook ]
16857
16858 * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write
16859 - LP: #568844
16860
16861 [ Leann Ogasawara ]
16862
16863 * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL"
16864 * rebase to v2.6.34-rc7
16865 * [Config] update configs following rebase to v2.6.34-rc7
16866 * [Config] update port configs following rebase to v2.6.34-rc7
16867 * Add btrfs to the udebs
16868
16869 [ Tim Gardner ]
16870
16871 * [Config] Add atl1c to nic-modules udeb
16872 - LP: #557130
16873
16874 [ Upstream changes ]
16875
16876 * rebased to v2.6.34-rc7
16877
16878 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 11 May 2010 11:29:08 +0200
16879
16880 linux (2.6.34-1.5) UNRELEASED; urgency=low
16881
16882 [ Leann Ogasawara ]
16883
16884 * rebase to v2.6.34-rc6
16885 * [Config] update configs following rebase to v2.6.34-rc6
16886 * [Config] update port configs following rebase to v2.6.34-rc6
16887
16888 [ Upstream changes ]
16889
16890 * rebased to v2.6.34-rc6
16891
16892 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Apr 2010 15:54:05 +0100
16893
16894 linux (2.6.34-1.4) UNRELEASED; urgency=low
16895
16896 [ Leann Ogasawara ]
16897
16898 * rebase to v2.6.34-rc5
16899 * [Config] update ports configs following rebase to v2.6.34-rc5
16900
16901 [ Upstream changes ]
16902
16903 * rebased to v2.6.34-rc5
16904
16905 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 22 Apr 2010 15:36:12 -0700
16906
16907 linux (2.6.34-1.3) UNRELEASED; urgency=low
16908
16909 [ Leann Ogasawara ]
16910
16911 * rebase to v2.6.34-rc4
16912 * [Config] update configs following rebase to v2.6.34-rc4
16913 * [Config] update port configs following rebase to v2.6.34-rc4
16914 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4
16915
16916 [ Upstream changes ]
16917
16918 * rebased to v2.6.34-rc4
16919
16920 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Apr 2010 18:33:44 -0700
16921
16922 linux (2.6.34-1.2) UNRELEASED; urgency=low
16923
16924 [ Leann Ogasawara ]
16925
16926 * Temorarily disable building linux-doc
16927 * rebase to v2.6.34-rc3
16928 * [Config] update configs following rebase to v2.6.34-rc3
16929 * [Config] update port configs following rebase to v2.6.34-rc3
16930
16931 [ Upstream changes ]
16932
16933 * rebased to v2.6.34-rc3
16934
16935 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 30 Mar 2010 16:55:44 -0700
16936
16937 linux (2.6.34-1.1) UNRELEASED; urgency=low
16938
16939 [ Leann Ogasawara ]
16940
16941 * rebase to v2.6.34-rc2
16942 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2
16943 * [Config] update port configs following rebase to v2.6.34-rc2
16944 * [Config] update configs following rebase to v2.6.34-rc2
16945
16946 [ Upstream changes ]
16947
16948 * rebased to v2.6.34-rc2
16949
16950 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 24 Mar 2010 23:00:39 -0700
16951
16952 linux (2.6.33-1.1) UNRELEASED; urgency=low
16953
16954 [ Leann Ogasawara ]
16955
16956 * ubuntu: dm-raid4-5 -- update to compile with 2.6.33
16957 * ubuntu: lirc -- drop explicit include of linux/autoconf.h
16958 * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock
16959 * ubuntu: lirc -- rename kfifo_put and kfifo_get
16960 * ubuntu: iscsitarget -- rename daddr inet_sock field
16961 * rebased to v2.6.33
16962 * [Config] update configs following rebase to v2.6.33
16963 * [Config] update ports configs following rebase to v2.6.33
16964
16965 [ Upstream changes ]
16966
16967 * rebased to v2.6.33
16968
16969 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 23 Mar 2010 03:55:46 -0700
16970
16971 linux (2.6.33-0.0) UNRELEASED; urgency=low
16972
16973 [ Leann Ogasawara ]
16974
16975 * Null entry.
16976
16977 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 17 Mar 2010 07:48:56 -0700
16978
16979 linux (2.6.32-16.25) lucid; urgency=low
16980
16981 [ Andy Whitcroft ]
16982
16983 * linux-tools -- move to Suggests: with explicit seeding
16984 - LP: #534635
16985
16986 [ Tim Gardner ]
16987
16988 * [Config] CONFIG_HID=m
16989
16990 [ Upstream Kernel Changes ]
16991
16992 * (pre-stable) sched: Fix SMT scheduler regression in
16993 find_busiest_queue()
16994 * KVM: introduce kvm_vcpu_on_spin
16995 * KVM: VMX: Add support for Pause-Loop Exiting
16996
16997 -- Andy Whitcroft <apw@canonical.com> Tue, 09 Mar 2010 14:13:51 +0000
16998
16999 linux (2.6.32-16.24) lucid; urgency=low
17000
17001 [ Andy Whitcroft ]
17002
17003 * armel -- perf userspace does not support arm
17004 * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries
17005
17006 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Mar 2010 11:42:12 +0000
17007
17008 linux (2.6.32-16.23) lucid; urgency=low
17009
17010 [ Andy Whitcroft ]
17011
17012 * SAUCE: PM report driver and device suspend/resume times -- move config
17013 * update to standards version 3.8.4.0
17014 * printenv -- expose all of the package selectors
17015 * source package -- cleanup source content control
17016 * doc package -- ensure we do build package content on buildd
17017 * lintian -- correct the address in the debian/copyright
17018 * lintian -- update debhelper package version dependancy
17019 * lintian -- fix ghostscript dependancy
17020 * lintian -- add required misc:Depends
17021 * lintian -- move our debhelper compat level to debian/compat
17022 * perf -- build the kernel carried tools
17023 * perf -- add linux-tools carrying the version switches and manuals
17024 * SAUCE: fix up Kconfig for staging drivers
17025 * [Config] enable NOUVEAU etc following drm backport
17026 * update DRM to mainline v2.6.33
17027 * [Config] Remove AppArmor config options that no longer exist (ports)
17028 * [Config] updateportsconfigs following drm update
17029
17030 [ John Johansen ]
17031
17032 * ubuntu: AppArmor -- update to mainline 2010-03-04
17033 * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility
17034 * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels
17035 * [Config] Remove AppArmor config options that no longer exist
17036
17037 [ Manoj Iyer ]
17038
17039 * ubuntu: rtl8192se -- version 2010-0115,0014
17040 - LP: #530275
17041 * [Config] added CONFIG_RTL8192SE module.
17042 - LP: #530275
17043
17044 [ Tim Gardner ]
17045
17046 * [Config] Added vmw_pvscsi to d-i/scsi-modules
17047 - LP: #531017
17048 * [Upstream] netfilter: xt_recent: Add an entry reaper
17049
17050 [ Upstream Kernel Changes ]
17051
17052 * Revert "KVM: x86 emulator: Check CPL level during privilege instruction
17053 emulation"
17054 * Revert "KVM: x86 emulator: Fix popf emulation"
17055 * Revert "KVM: x86 emulator: Check IOPL level during io instruction
17056 emulation"
17057 * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation"
17058 * Revert "KVM: fix memory access during x86 emulation."
17059 * Add vlan (8021.Q) module package for d-i.
17060 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
17061 Inspiron 700m
17062 - LP: #515246
17063 * [Upstream] docbook: need xmldoclinks for all doc types
17064 * x86: set_personality_ia32() misses force_personality32
17065 * lib: Introduce generic list_sort function
17066 * drm/nv50: Implement ctxprog/state generation.
17067 * drm/nv50: Remove redundant/incorrect ctxvals initialisation.
17068 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
17069 Inspiron 700m
17070 - LP: #515246
17071
17072 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Mar 2010 15:40:38 +0000
17073
17074 linux (2.6.32-15.22) lucid; urgency=low
17075
17076 [ Andy Whitcroft ]
17077
17078 * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT"
17079 * Revert "SAUCE: PM report driver and device suspend/resume times."
17080 * [Config] set CONFIG_SR_REPORT_TIME_LIMIT
17081
17082 [ Manoj Iyer ]
17083
17084 * SAUCE: PM report driver and device suspend/resume times.
17085
17086 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Mar 2010 01:35:37 +0000
17087
17088 linux (2.6.32-15.21) lucid; urgency=low
17089
17090 [ Andy Whitcroft ]
17091
17092 * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k"
17093 * Revert "[Config] lenovo-sl-laptop -- enable"
17094 * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)"
17095 * armel -- cramfs module will no longer be built
17096 * d-i -- make all modules optional
17097 * rename the debug packages to match archive standard
17098 - LP: #527837
17099 * lenovo-sl-laptop is no longer built
17100
17101 [ Colin Ian King ]
17102
17103 * Disable 4MB page tables for Atom, work around errata AAE44
17104 - LP: #523112
17105
17106 [ Colin Watson ]
17107
17108 * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS
17109 * ubuntu: fsam7400: Depend on CHECK_SIGNATURE
17110
17111 [ Jesse Barnes ]
17112
17113 * SAUCE: drm/i915: don't change DRM configuration when releasing load
17114 detect pipe
17115 - LP: #488328
17116
17117 [ Loïc Minier ]
17118
17119 * [Config] armel Update versatile initrd configs
17120 - LP: #524893
17121 * SAUCE: [um] Don't use nx_enabled under UML
17122 - LP: #524849
17123
17124 [ Manoj Iyer ]
17125
17126 * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT
17127
17128 [ Mario Limonciello ]
17129
17130 * SAUCE: v3 - Add Dell Business Class Netbook LED driver
17131
17132 [ Rafael J. Wysocki ]
17133
17134 * SAUCE: PM report driver and device suspend/resume times.
17135
17136 [ Surbhi Palande ]
17137
17138 * Revert "[Upstream] e1000e: enhance frame fragment detection"
17139 - CVE-2009-4538
17140 * Revert "[Upstream] e1000: enhance frame fragment detection"
17141 - CVE-2009-4536
17142
17143 [ Tim Gardner ]
17144
17145 * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m
17146 * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow
17147 * SAUCE: (pre-stable) netfilter: xt_recent: fix false match
17148
17149 [ Upstream Kernel Changes ]
17150
17151 * Revert "(pre-stable) eCryptfs: Add getattr function"
17152 * Fix potential crash with sys_move_pages
17153 * futex_lock_pi() key refcnt fix
17154 * futex: Handle user space corruption gracefully
17155 * futex: Handle futex value corruption gracefully
17156 * Fix race in tty_fasync() properly
17157 * hwmon: (w83781d) Request I/O ports individually for probing
17158 * hwmon: (lm78) Request I/O ports individually for probing
17159 * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT
17160 * ALSA: ctxfi - fix PTP address initialization
17161 * drm/i915: disable hotplug detect before Ironlake CRT detect
17162 * drm/i915: enable self-refresh on 965
17163 * drm/i915: Disable SR when more than one pipe is enabled
17164 * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.
17165 * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list
17166 * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
17167 * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list
17168 * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.
17169 * i2c-tiny-usb: Fix on big-endian systems
17170 * drm/i915: handle FBC and self-refresh better
17171 * drm/i915: Increase fb alignment to 64k
17172 * drm/i915: Update write_domains on active list after flush.
17173 * regulator: Fix display of null constraints for regulators
17174 * ALSA: hda-intel: Avoid divide by zero crash
17175 * CPUFREQ: Fix use after free of struct powernow_k8_data
17176 * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb
17177 * cciss: Make cciss_seq_show handle holes in the h->drv[] array
17178 * ioat: fix infinite timeout checking in ioat2_quiesce
17179 * resource: add helpers for fetching rlimits
17180 * fs/exec.c: restrict initial stack space expansion to rlimit
17181 * cifs: fix length calculation for converted unicode readdir names
17182 * NFS: Fix a reference leak in nfs_wb_cancel_page()
17183 * NFS: Try to commit unstable writes in nfs_release_page()
17184 * NFSv4: Don't allow posix locking against servers that don't support it
17185 * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors
17186 * NFS: Fix an Oops when truncating a file
17187 * NFS: Fix a umount race
17188 * NFS: Fix a bug in nfs_fscache_release_page()
17189 * NFS: Fix the mapping of the NFSERR_SERVERFAULT error
17190 * md: fix 'degraded' calculation when starting a reshape.
17191 * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter
17192 * Export the symbol of getboottime and mmonotonic_to_bootbased
17193 * kvmclock: count total_sleep_time when updating guest clock
17194 * KVM: PIT: control word is write-only
17195 * tpm_infineon: fix suspend/resume handler for pnp_driver
17196 * amd64_edac: Do not falsely trigger kerneloops
17197 * netfilter: nf_conntrack: fix memory corruption with multiple namespaces
17198 * netfilter: nf_conntrack: per netns nf_conntrack_cachep
17199 * netfilter: nf_conntrack: restrict runtime expect hashsize modifications
17200 * netfilter: xtables: compat out of scope fix
17201 * netfilter: nf_conntrack: fix hash resizing with namespaces
17202 * drm/i915: remove full registers dump debug
17203 * drm/i915: add i915_lp_ring_sync helper
17204 * drm/i915: Don't wait interruptible for possible plane buffer flush
17205 * dasd: remove strings from s390dbf
17206 * crypto: padlock-sha - Add import/export support
17207 * wmi: Free the allocated acpi objects through wmi_get_event_data
17208 * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value
17209 * /dev/mem: introduce size_inside_page()
17210 * devmem: check vmalloc address on kmem read/write
17211 * devmem: fix kmem write bug on memory holes
17212 * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead
17213 of value 0.
17214 * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB
17215 * ALSA: hda - use WARN_ON_ONCE() for zero-division detection
17216 * dst: call cond_resched() in dst_gc_task()
17217 * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support
17218 * befs: fix leak
17219 * rtc-fm3130: add missing braces
17220 * Call flush_dcache_page after PIO data transfers in libata-sff.c
17221 * ahci: add Acer G725 to broken suspend list
17222 * pktgen: Fix freezing problem
17223 * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
17224 * x86/amd-iommu: Fix deassignment of a device from the pt_domain
17225 * x86: Re-get cfg_new in case reuse/move irq_desc
17226 * Staging: fix rtl8187se compilation errors with mac80211
17227 * ALSA: usb-audio - Avoid Oops after disconnect
17228 * serial: 8250: add serial transmitter fully empty test
17229 * sysfs: sysfs_sd_setattr set iattrs unconditionally
17230 * class: Free the class private data in class_release
17231 * USB: usbfs: only copy the actual data received
17232 * USB: usbfs: properly clean up the as structure on error paths
17233 * rtl8187: Add new device ID
17234 * ACPI: Add NULL pointer check in acpi_bus_start
17235 * ACPI: fix High cpu temperature with 2.6.32
17236 * drm/radeon/kms: use udelay for short delays
17237 * NFS: Too many GETATTR and ACCESS calls after direct I/O
17238 * eCryptfs: Add getattr function
17239 * b43: Fix throughput regression
17240 * ath9k: Fix sequence numbers for PAE frames
17241 * mac80211: Fix probe request filtering in IBSS mode
17242 * iwlwifi: Fix to set correct ht configuration
17243 * dm stripe: avoid divide by zero with invalid stripe count
17244 * dm log: userspace fix overhead_size calcuations
17245 * Linux 2.6.32.9
17246 * sfc: Fix SFE4002 initialisation
17247 * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()
17248 * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances
17249 * (pre-stable) HID: handle joysticks with large number of buttons
17250 - LP: #492056
17251 * (pre-stable) HID: extend mask for BUTTON usage page
17252 - LP: #492056
17253 * PM: Measure device suspend and resume times
17254 * e1000: enhance frame fragment detection
17255 - CVE-2009-4536
17256 * e1000e: enhance frame fragment detection
17257 - CVE-2009-4538
17258 * KVM: fix memory access during x86 emulation.
17259 - CVE-2010-0306
17260 * KVM: x86 emulator: Add Virtual-8086 mode of emulation
17261 - CVE-2010-0306
17262 * KVM: x86 emulator: Check IOPL level during io instruction emulation
17263 - CVE-2010-0306
17264 * KVM: x86 emulator: Fix popf emulation
17265 - CVE-2010-0306
17266 * KVM: x86 emulator: Check CPL level during privilege instruction
17267 emulation
17268 - CVE-2010-0306
17269 * Input: wacom - ensure the device is initialized properly upon resume
17270 * Input: wacom - add defines for packet lengths of various devices
17271 * Input: wacom - add support for new LCD tablets
17272 - LP: #516777
17273
17274 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Mar 2010 22:56:28 +0000
17275
17276 linux (2.6.32-14.20) lucid; urgency=low
17277
17278 [ Andy Whitcroft ]
17279
17280 * rebuild following the GCC update to match compiler for out of tree modules
17281 * Revert "[Config] drbd -- enable"
17282 * Revert "ubuntu: drbd -- version 8.3.1"
17283 * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU
17284 - LP: #510937
17285
17286 -- Andy Whitcroft <apw@canonical.com> Fri, 19 Feb 2010 18:47:18 +0000
17287
17288 linux (2.6.32-14.19) lucid; urgency=low
17289
17290 [ Andy Whitcroft ]
17291
17292 * ensure we build the source package contents when enabled
17293 - LP: #522308
17294 * [Config] enable CONFIG_X86_MCE_XEON75XX
17295 * SAUCE: AppArmor -- add linux/kref.h for struct kref
17296 * [Config] enable CONFIG_HID_ORTEK
17297 * enable udeb generation for arm versatile flavour
17298 - LP: #522515
17299
17300 [ John Johansen ]
17301
17302 * ubuntu: AppArmor -- update to mainline 2010-02-18
17303 - LP: #439560, #496110, #507069
17304
17305 [ Johnathon Harris ]
17306
17307 * SAUCE: HID: add support for Ortek WKB-2000
17308 - LP: #405390
17309
17310 [ Upstream Kernel Changes ]
17311
17312 * tpm_tis: TPM_STS_DATA_EXPECT workaround
17313 - LP: #490487
17314 * x86, mce: Xeon75xx specific interface to get corrected memory error
17315 information
17316 * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll
17317 * x86, mce: Make xeon75xx memory driver dependent on PCI
17318 * drm/edid: Unify detailed block parsing between base and extension
17319 blocks
17320 - LP: #500999
17321 * (pre-stable) eCryptfs: Add getattr function
17322 - LP: #390833
17323
17324 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Feb 2010 19:22:02 +0000
17325
17326 linux (2.6.32-13.18) lucid; urgency=low
17327
17328 [ Andy Whitcroft ]
17329
17330 * Revert "enforcer -- make the enforcement configuration common"
17331 * Revert "(pre-stable) Input: ALPS - add interleaved protocol support
17332 (Dell E6x00 series)"
17333 * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390"
17334 * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to
17335 0755"
17336 * Revert "SAUCE: Adds support for COMPAL JHL90 webcam"
17337 * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching"
17338 * Revert "SAUCE: make fc transport removal of target configurable"
17339 * enforcer -- make the enforcement configuration common
17340 * getabis -- add preempt flavour to the list
17341 * [Config] enforce DEVTMPFS options
17342 * [Config] armel -- cleanup to-be builtin modules
17343 * [Config] cleanup ports configs
17344 * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL
17345 - LP: #485536
17346 * add printdebian target to find branch target
17347 * distclean -- do not remove debian.env
17348 * [Config] generic-pae switch to M586TSC
17349 - LP: #519448
17350 * git-ubuntu-log -- commonise duplicated log handling
17351 * git-ubuntu-log -- tighten up Bug: NNNN matching
17352 * git-ubuntu-log -- sort the bug numbers
17353
17354 [ Chris Wilson ]
17355
17356 * (pre-stable) drm/i915: Increase fb alignment to 64k
17357 - LP: #404064
17358
17359 [ Eric Miao ]
17360
17361 * arm -- enable ubuntu/ directory
17362
17363 [ Huang Ying ]
17364
17365 * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation
17366 * SAUCE: crypto: ghash-intel - Fix building failure on x86_32
17367
17368 [ Loïc Minier ]
17369
17370 * [Config] cleanup preempt configuration
17371 * [Config] versatile: Fix video output
17372 - LP: #517594
17373 * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768
17374 * [Config] Large update to armel/versatile
17375 * [Config] versatile: Add RTC support
17376 * [Config] armel: Enable NEON
17377 * [Config] versatile: Builtin MMC support
17378 * [Config] versatile Builtin SCSI controller
17379 * [Config] armel Disable dma_cache_sync callers
17380 * [Config] armel Disable asm/time.h users
17381 * [Config] armel Disable out of range udelay()
17382 * [Config] armel Disable flush_cache_range() users
17383 * [Config] armel -- Enable ubuntu/ drivers
17384
17385 [ Steve Conklin ]
17386
17387 * SAUCE: drm/i915: Add display hotplug event on Ironlake
17388 * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake
17389
17390 [ Upstream Kernel Changes ]
17391
17392 * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support"
17393 * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions
17394 in IRQ handler""
17395 * clockevent: Don't remove broadcast device when cpu is dead
17396 * clockevents: Add missing include to pacify sparse
17397 * ACPI: don't cond_resched if irq is disabled
17398 * be2net: Add support for next generation of BladeEngine device.
17399 * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.
17400 * mpt2sas: New device SAS2208 support is added
17401 * ar9170: Add support for D-Link DWA 160 A2
17402 * powerpc/fsl: Add PCI device ids for new QoirQ chips
17403 * davinci: dm646x: Add support for 3.x silicon revision
17404 * Input: ALPS - add interleaved protocol support (Dell E6x00 series)
17405 * Driver-Core: devtmpfs - set root directory mode to 0755
17406 * driver-core: fix devtmpfs crash on s390
17407 * vfs: get_sb_single() - do not pass options twice
17408 * ALSA: hda - Add PCI IDs for Nvidia G2xx-series
17409 * V4L/DVB (13569): smsusb: add autodetection support for five additional
17410 Hauppauge USB IDs
17411 * USB: mos7840: add device IDs for B&B electronics devices
17412 * USB: ftdi_sio: add USB device ID's for B&B Electronics line
17413 * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134
17414 SubVendor ID: 0x1043 Device ID: 0x4847)
17415 * iTCO_wdt: Add support for Intel Ibex Peak
17416 * atl1c:use common_task instead of reset_task and link_chg_task
17417 * atl1e:disable NETIF_F_TSO6 for hardware limit
17418 * V4L/DVB (13680a): DocBook/media: copy images after building HTML
17419 * V4L/DVB (13680b): DocBook/media: create links for included sources
17420 * netfilter: xtables: fix conntrack match v1 ipt-save output
17421 * partitions: read whole sector with EFI GPT header
17422 * partitions: use sector size for EFI GPT
17423 * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@
17424 * sched: Fix isolcpus boot option
17425 * sched: Fix missing sched tunable recalculation on cpu add/remove
17426 * nohz: Prevent clocksource wrapping during idle
17427 * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups
17428 * timers, init: Limit the number of per cpu calibration bootup messages
17429 * PCI: Always set prefetchable base/limit upper32 registers
17430 * iscsi class: modify handling of replacement timeout
17431 * NFS: Revert default r/wsize behavior
17432 * HID: fixup quirk for NCR devices
17433 * scsi_devinfo: update Hitachi entries (v2)
17434 * scsi_dh: create sysfs file, dh_state for all SCSI disk devices
17435 * scsi_transport_fc: remove invalid BUG_ON
17436 * lpfc: fix hang on SGI ia64 platform
17437 * libfc: fix typo in retry check on received PRLI
17438 * libfc: fix ddp in fc_fcp for 0 xid
17439 * fcoe: remove redundant checking of netdev->netdev_ops
17440 * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN
17441 * libfc: lport: fix minor documentation errors
17442 * libfc: don't WARN_ON in lport_timeout for RESET state
17443 * fcoe: initialize return value in fcoe_destroy
17444 * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data
17445 * libfc: fix memory corruption caused by double frees and bad error
17446 handling
17447 * libfc: fix free of fc_rport_priv with timer pending
17448 * libfc: remote port gets stuck in restart state without really
17449 restarting
17450 * fcoe, libfc: fix an libfc issue with queue ramp down in libfc
17451 * fcoe: Fix checking san mac address
17452 * fcoe: Fix getting san mac for VLAN interface
17453 * qlge: Remove explicit setting of PCI Dev CTL reg.
17454 * qlge: Set PCIE max read request size.
17455 * qlge: Don't fail open when port is not initialized.
17456 * qlge: Add handler for DCBX firmware event.
17457 * qlge: Bonding fix for mode 6.
17458 * PCI: AER: fix aer inject result in kernel oops
17459 * DMI: allow omitting ident strings in DMI tables
17460 * Input: i8042 - remove identification strings from DMI tables
17461 * Input: i8042 - add Gigabyte M1022M to the noloop list
17462 * Input: i8042 - add Dritek quirk for Acer Aspire 5610.
17463 * ALSA: hda - select IbexPeak handler for Calpella
17464 * ALSA: hda - Fix quirk for Maxdata obook4-1
17465 * ALSA: hda - Add missing Line-Out and PCM switches as slave
17466 * iTCO_wdt.c - cleanup chipset documentation
17467 * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC
17468 * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs
17469 * ahci: disable SNotification capability for ich8
17470 * ata_piix: fix MWDMA handling on PIIX3
17471 * md: fix small irregularity with start_ro module parameter
17472 * V4L/DVB (13826): uvcvideo: Fix controls blacklisting
17473 * cio: fix double free in case of probe failure
17474 * cio: dont panic in non-fatal conditions
17475 * netiucv: displayed TX bytes value much too high
17476 * ipc ns: fix memory leak (idr)
17477 * ALSA: hda - Fix HP T5735 automute
17478 * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog
17479 * UBI: fix memory leak in update path
17480 * UBI: initialise update marker
17481 * ASoC: fix a memory-leak in wm8903
17482 * mac80211: check that ieee80211_set_power_mgmt only handles STA
17483 interfaces.
17484 * cfg80211: fix channel setting for wext
17485 * KVM: S390: fix potential array overrun in intercept handling
17486 * KVM: only allow one gsi per fd
17487 * KVM: Fix race between APIC TMR and IRR
17488 * KVM: MMU: bail out pagewalk on kvm_read_guest error
17489 * KVM: x86: Fix host_mapping_level()
17490 * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
17491 * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
17492 * KVM: fix lock imbalance in kvm_*_irq_source_id()
17493 * KVM: only clear irq_source_id if irqchip is present
17494 * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()
17495 * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC
17496 * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
17497 - LP: #516325
17498 * iwlwifi: Fix throughput stall issue in HT mode for 5000
17499 * fnctl: f_modown should call write_lock_irqsave/restore
17500 * x86, msr/cpuid: Pass the number of minors when unregistering MSR and
17501 CPUID drivers.
17502 * Linux 2.6.32.7
17503 * scsi_lib: Fix bug in completion of bidi commands
17504 * mptsas: Fix issue with chain pools allocation on katmai
17505 * mm: add new 'read_cache_page_gfp()' helper function
17506 * drm/i915: Selectively enable self-reclaim
17507 * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems
17508 * S390: fix single stepped svcs with TRACE_IRQFLAGS=y
17509 * x86: Set hotpluggable nodes in nodes_possible_map
17510 * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)
17511 * libata: retry FS IOs even if it has failed with AC_ERR_INVALID
17512 * zcrypt: Do not remove coprocessor for error 8/72
17513 * dasd: fix possible NULL pointer errors
17514 * ACPI: Add a generic API for _OSC -v2
17515 * ACPI: Add platform-wide _OSC support.
17516 * ACPI: fix OSC regression that caused aer and pciehp not to load
17517 * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes
17518 * UBI: fix volume creation input checking
17519 * e1000/e1000e: don't use small hardware rx buffers
17520 * drm/i915: Reload hangcheck timer too for Ironlake
17521 * Fix a leak in affs_fill_super()
17522 * Fix failure exits in bfs_fill_super()
17523 * fix oops in fs/9p late mount failure
17524 * fix leak in romfs_fill_super()
17525 * Fix remount races with symlink handling in affs
17526 * fix affs parse_options()
17527 * Fix failure exit in ipathfs
17528 * mm: fix migratetype bug which slowed swapping
17529 * FDPIC: Respect PT_GNU_STACK exec protection markings when creating
17530 NOMMU stack
17531 * Split 'flush_old_exec' into two functions
17532 * sparc: TIF_ABI_PENDING bit removal
17533 * x86: get rid of the insane TIF_ABI_PENDING bit
17534 * Input: winbond-cir - remove dmesg spam
17535 * x86: Disable HPET MSI on ATI SB700/SB800
17536 * iwlwifi: set default aggregation frame count limit to 31
17537 * drm/i915: only enable hotplug for detected outputs
17538 * firewire: core: add_descriptor size check
17539 * SECURITY: selinux, fix update_rlimit_cpu parameter
17540 * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints
17541 * x86: Add Dell OptiPlex 760 reboot quirk
17542 - LP: #488319
17543 * x86: Add quirk for Intel DG45FC board to avoid low memory corruption
17544 * x86/amd-iommu: Fix possible integer overflow
17545 * clocksource: fix compilation if no GENERIC_TIME
17546 * tcp: update the netstamp_needed counter when cloning sockets
17547 * sky2: Fix oops in sky2_xmit_frame() after TX timeout
17548 * net: restore ip source validation
17549 * af_packet: Don't use skb after dev_queue_xmit()
17550 * ax25: netrom: rose: Fix timer oopses
17551 * KVM: allow userspace to adjust kvmclock offset
17552 * oprofile/x86: add Xeon 7500 series support
17553 * oprofile/x86: fix crash when profiling more than 28 events
17554 * libata: retry link resume if necessary
17555 * mm: percpu-vmap fix RCU list walking
17556 * mm: purge fragmented percpu vmap blocks
17557 * block: fix bio_add_page for non trivial merge_bvec_fn case
17558 * Fix 'flush_old_exec()/setup_new_exec()' split
17559 * random: drop weird m_time/a_time manipulation
17560 * random: Remove unused inode variable
17561 * block: fix bugs in bio-integrity mempool usage
17562 * usb: r8a66597-hdc disable interrupts fix
17563 * connector: Delete buggy notification code.
17564 * be2net: Bug fix to support newer generation of BE ASIC
17565 * be2net: Fix memset() arg ordering.
17566 * mm: flush dcache before writing into page to avoid alias
17567 * mac80211: fix NULL pointer dereference when ftrace is enabled
17568 * imxfb: correct location of callbacks in suspend and resume
17569 * mx3fb: some debug and initialisation fixes
17570 * starfire: clean up properly if firmware loading fails
17571 * kernel/cred.c: use kmem_cache_free
17572 * uartlite: fix crash when using as console
17573 * pktcdvd: removing device does not remove its sysfs dir
17574 * ath9k: fix eeprom INI values override for 2GHz-only cards
17575 * ath9k: fix beacon slot/buffer leak
17576 * powerpc: TIF_ABI_PENDING bit removal
17577 * NET: fix oops at bootime in sysctl code
17578 * Linux 2.6.32.8
17579
17580 -- Andy Whitcroft <apw@canonical.com> Wed, 10 Feb 2010 18:56:52 +0000
17581
17582 linux (2.6.32-12.17) lucid; urgency=low
17583
17584 [ Andy Whitcroft ]
17585
17586 * restore linux-image prefix -- master
17587 * enforce -- we require SELINUX enabled -- master
17588 * enforce -- ensure APPARMOR is our default LSM -- master
17589 * make doc package completely optional -- master
17590 * make source package completely optional -- master
17591 * make linux-libc-dev completly optional -- master
17592 * convert package disable to a deps list -- master
17593 * allow common headers to switch from indep to arch -- master
17594 * convert binary package disable to a deps list -- master
17595 * add configuration option for a full source build tree -- master
17596 * add support for uImage kernels in package control scripts
17597 * getabis -- cleanup and parameterise repository list -- master
17598 * getabis -- move configuration to etc/getabi -- master
17599 * kernelconfig -- move configuration to etc -- master
17600 * rules -- make debian/debian.env master for branch name
17601 * set the current branch name -- master
17602 * pull back common debian.master files into debian -- master
17603 * enforcer -- make the enforcement configuration common
17604 * insert-changes -- correctly link to debian/rules in DROOT
17605
17606 [ Colin Watson ]
17607
17608 * future-proof ddeb handling against buildd changes
17609
17610 [ Eric Miao ]
17611
17612 * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on
17613 X86
17614
17615 [ Loïc Minier ]
17616
17617 * Add modules.builtin.bin to prerm rm list
17618 - LP: #516584
17619
17620 [ Tim Gardner ]
17621
17622 * [Config] Implement the amd64 preempt flavour
17623
17624 [ Upstream Kernel Changes ]
17625
17626 * syslog: distinguish between /proc/kmsg and syscalls
17627 - LP: #515623
17628 * sfc: Fix polling for slow MCDI operations
17629 * sfc: Fix conditions for MDIO self-test
17630 * sfc: QT202x: Remove unreliable MMD check at initialisation
17631 * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer
17632 * sfc: Use fixed-size buffers for MCDI NVRAM requests
17633
17634 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2010 07:09:31 +0000
17635
17636 linux (2.6.32-12.16) lucid; urgency=low
17637
17638 [ Andy Whitcroft ]
17639
17640 * Revert "SAUCE: acpi battery -- delay first lookup of the battery until
17641 first use"
17642 * SAUCE: acpi battery -- move first lookup asynchronous
17643 - LP: #507211
17644 * [Config] update configs to cleanup generic configs
17645 * [Config] disable CONFIG_X86_CPU_DEBUG for amd64
17646 * [Config] enable USER_NS
17647 - LP: #480739, #509808
17648
17649 [ Heiko Carstens ]
17650
17651 * (pre-stable) driver-core: fix devtmpfs crash on s390
17652 - LP: #512370
17653
17654 [ John Johansen ]
17655
17656 * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y
17657 - LP: #494565
17658 * [Config] VIRTIO=y for server/virtual flavours
17659 - LP: #494565
17660
17661 [ Kay Sievers ]
17662
17663 * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755
17664 - LP: #512370
17665
17666 [ Kees Cook ]
17667
17668 * SAUCE: x86: brk away from exec rand area
17669 - LP: #452175
17670
17671 [ Leann Ogasawara ]
17672
17673 * [Upstream] e1000: enhance frame fragment detection
17674 - CVE-2009-4536
17675 * [Upstream] e1000e: enhance frame fragment detection
17676 - CVE-2009-4538
17677
17678 [ Sebastian Kapfer ]
17679
17680 * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00
17681 series)
17682 - LP: #296610
17683
17684 [ Upstream Kernel Changes ]
17685
17686 * inotify: do not reuse watch descriptors
17687 - LP: #485556
17688 * inotify: only warn once for inotify problems
17689 * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC
17690 Framebuffer"
17691 * memcg: ensure list is empty at rmdir
17692 * drm/i915: remove loop in Ironlake interrupt handler
17693 * block: Fix incorrect reporting of partition alignment
17694 * x86, mce: Thermal monitoring depends on APIC being enabled
17695 * futexes: Remove rw parameter from get_futex_key()
17696 * page allocator: update NR_FREE_PAGES only when necessary
17697 * x86, apic: use physical mode for IBM summit platforms
17698 * edac: i5000_edac critical fix panic out of bounds
17699 * x86: SGI UV: Fix mapping of MMIO registers
17700 * mfd: WM835x GPIO direction register is not locked
17701 * mfd: Correct WM835x ISINK ramp time defines
17702 * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs
17703 * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned.
17704 * reiserfs: truncate blocks not used by a write
17705 * HID: add device IDs for new model of Apple Wireless Keyboard
17706 * PCI/cardbus: Add a fixup hook and fix powerpc
17707 * Input: pmouse - move Sentelic probe down the list
17708 * asus-laptop: add Lenovo SL hotkey support
17709 * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
17710 * sparc64: Fix NMI programming when perf events are active.
17711 * sparc64: Fix Niagara2 perf event handling.
17712 * i2c: Do not use device name after device_unregister
17713 * i2c/pca: Don't use *_interruptible
17714 * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device
17715 * sched: Fix task priority bug
17716 * vfs: Fix vmtruncate() regression
17717 * Linux 2.6.32.5
17718 * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
17719 * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges.
17720 * Staging: asus_oled: fix oops in 2.6.32.2
17721 * Staging: hv: fix smp problems in the hyperv core code
17722 * tty: fix race in tty_fasync
17723 * ecryptfs: use after free
17724 * ecryptfs: initialize private persistent file before dereferencing
17725 pointer
17726 * nozomi: quick fix for the close/close bug
17727 * serial: 8250_pnp: use wildcard for serial Wacom tablets
17728 * usb: serial: fix memory leak in generic driver
17729 * USB: fix bitmask merge error
17730 * USB: Don't use GFP_KERNEL while we cannot reset a storage device
17731 * USB: EHCI: fix handling of unusual interrupt intervals
17732 * USB: EHCI & UHCI: fix race between root-hub suspend and port resume
17733 * USB: add missing delay during remote wakeup
17734 * USB: add speed values for USB 3.0 and wireless controllers
17735 * ACPI: EC: Accelerate query execution
17736 * ACPI: EC: Add wait for irq storm
17737 * SCSI: enclosure: fix oops while iterating enclosure_status array
17738 * drm/i915: Read the response after issuing DDC bus switch command
17739 * drm/i915: try another possible DDC bus for the SDVO device with
17740 multiple outputs
17741 * block: bdev_stack_limits wrapper
17742 * DM: Fix device mapper topology stacking
17743 * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled
17744 * USB: fix usbstorage for 2770:915d delivers no FAT
17745 * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE
17746 * perf timechart: Use tid not pid for COMM change
17747 * perf events: Dont report side-band events on each cpu for
17748 per-task-per-cpu events
17749 * perf: Honour event state for aux stream data
17750 * Linux 2.6.32.6
17751
17752 -- Andy Whitcroft <apw@canonical.com> Wed, 27 Jan 2010 16:40:23 +0000
17753
17754 linux (2.6.32-11.15) lucid; urgency=low
17755
17756 [ Andy Whitcroft ]
17757
17758 * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600"
17759 * Revert "(pre-stable) sched: Fix balance vs hotplug race"
17760 * Revert "[Upstream] acerhdf: Limit modalias matching to supported
17761 boards"
17762 * Revert "[Upstream] mmc: prevent dangling block device from accessing
17763 stale queues"
17764 * Revert "SAUCE: Fix nx_enable reporting"
17765 * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation"
17766 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
17767 * SAUCE: i915 -- disable powersave by default
17768 - LP: #492392
17769
17770 [ Kees Cook ]
17771
17772 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
17773 - LP: #369978
17774 * SAUCE: [x86] fix report of cs-limit nx-emulation
17775 - LP: #454285
17776 * SAUCE: Fix nx_enable reporting
17777 - LP: #454285
17778
17779 [ Tim Gardner ]
17780
17781 * [Upstream] b43: Declare all possible firmware files.
17782 - LP: #488636
17783 * [Config] updateconfigs after adding pvscsi
17784 - LP: #497156
17785 * [Config] CONFIG_BT=m
17786
17787 [ Upstream Kernel Changes ]
17788
17789 * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu
17790 for pre-Pentium"
17791 * SCSI: ipr: fix EEH recovery
17792 * SCSI: qla2xxx: dpc thread can execute before scsi host has been added
17793 * SCSI: st: fix mdata->page_order handling
17794 * SCSI: fc class: fix fc_transport_init error handling
17795 * sched: Fix task_hot() test order
17796 * x86, cpuid: Add "volatile" to asm in native_cpuid()
17797 * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
17798 * clockevents: Prevent clockevent_devices list corruption on cpu hotplug
17799 * pata_hpt3x2n: fix clock turnaround
17800 * pata_cmd64x: fix overclocking of UDMA0-2 modes
17801 * ASoC: wm8974: fix a wrong bit definition
17802 * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer
17803 * ALSA: hda - Fix missing capsrc_nids for ALC88x
17804 * acerhdf: limit modalias matching to supported
17805 - LP: #435958
17806 * ACPI: EC: Fix MSI DMI detection
17807 * ACPI: Use the return result of ACPI lid notifier chain correctly
17808 * powerpc: Handle VSX alignment faults correctly in little-endian mode
17809 * ASoC: Do not write to invalid registers on the wm9712.
17810 * drm/radeon: fix build on 64-bit with some compilers.
17811 * USB: emi62: fix crash when trying to load EMI 6|2 firmware
17812 * USB: option: support hi speed for modem Haier CE100
17813 * USB: Fix a bug on appledisplay.c regarding signedness
17814 * USB: musb: gadget_ep0: avoid SetupEnd interrupt
17815 * Bluetooth: Prevent ill-timed autosuspend in USB driver
17816 * USB: rename usb_configure_device
17817 * USB: fix bugs in usb_(de)authorize_device
17818 * drivers/net/usb: Correct code taking the size of a pointer
17819 * x86: SGI UV: Fix writes to led registers on remote uv hubs
17820 * md: Fix unfortunate interaction with evms
17821 * dma: at_hdmac: correct incompatible type for argument 1 of
17822 'spin_lock_bh'
17823 * dma-debug: Do not add notifier when dma debugging is disabled.
17824 * dma-debug: Fix bug causing build warning
17825 * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS
17826 referrals
17827 * x86/amd-iommu: Fix initialization failure panic
17828 * ioat3: fix p-disabled q-continuation
17829 * ioat2,3: put channel hardware in known state at init
17830 * KVM: MMU: remove prefault from invlpg handler
17831 * KVM: LAPIC: make sure IRR bitmap is scanned after vm load
17832 * Libertas: fix buffer overflow in lbs_get_essid()
17833 * iwmc3200wifi: fix array out-of-boundary access
17834 * mac80211: fix propagation of failed hardware reconfigurations
17835 * mac80211: fix WMM AP settings application
17836 * mac80211: Fix IBSS merge
17837 * cfg80211: fix race between deauth and assoc response
17838 * ath5k: fix SWI calibration interrupt storm
17839 * ath9k: wake hardware for interface IBSS/AP/Mesh removal
17840 * ath9k: Fix TX queue draining
17841 * ath9k: fix missed error codes in the tx status check
17842 * ath9k: wake hardware during AMPDU TX actions
17843 * ath9k: fix suspend by waking device prior to stop
17844 * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on
17845 64-bit
17846 * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value
17847 in 0x4054
17848 * iwl3945: disable power save
17849 * iwl3945: fix panic in iwl3945 driver
17850 * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug
17851 * iwlwifi: fix more eeprom endian bugs
17852 * iwlwifi: fix 40MHz operation setting on cards that do not allow it
17853 * mac80211: fix race with suspend and dynamic_ps_disable_work
17854 * NOMMU: Optimise away the {dac_,}mmap_min_addr tests
17855 * 'sysctl_max_map_count' should be non-negative
17856 * kernel/sysctl.c: fix the incomplete part of
17857 sysctl_max_map_count-should-be-non-negative.patch
17858 * V4L/DVB (13596): ov511.c typo: lock => unlock
17859 * x86/ptrace: make genregs[32]_get/set more robust
17860 * memcg: avoid oom-killing innocent task in case of use_hierarchy
17861 * e100: Fix broken cbs accounting due to missing memset.
17862 * ipv6: reassembly: use seperate reassembly queues for conntrack and
17863 local delivery
17864 * netfilter: fix crashes in bridge netfilter caused by fragment jumps
17865 * hwmon: (sht15) Off-by-one error in array index + incorrect constants
17866 * b43: avoid PPC fault during resume
17867 * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture
17868 support
17869 * sched: Fix balance vs hotplug race
17870 * drm/radeon/kms: fix crtc vblank update for r600
17871 * drm: disable all the possible outputs/crtcs before entering KMS mode
17872 * S390: dasd: support DIAG access for read-only devices
17873 * xen: fix is_disconnected_device/exists_disconnected_device
17874 * xen: improvement to wait_for_devices()
17875 * xen: wait up to 5 minutes for device connetion
17876 * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled
17877 * udf: Try harder when looking for VAT inode
17878 * Add unlocked version of inode_add_bytes() function
17879 * quota: decouple fs reserved space from quota reservation
17880 * ext4: Convert to generic reserved quota's space management.
17881 * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
17882 * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus
17883 * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
17884 * amd64_edac: unify MCGCTL ECC switching
17885 * x86, msr: Add support for non-contiguous cpumasks
17886 * x86, msr: msrs_alloc/free for CONFIG_SMP=n
17887 * amd64_edac: fix driver instance freeing
17888 * amd64_edac: make driver loading more robust
17889 * amd64_edac: fix forcing module load/unload
17890 * sched: Sched_rt_periodic_timer vs cpu hotplug
17891 * ext4: Update documentation to correct the inode_readahead_blks option
17892 name
17893 * lguest: fix bug in setting guest GDT entry
17894 * vmscan: do not evict inactive pages when skipping an active list scan
17895 * ksm: fix mlockfreed to munlocked
17896 * rt2x00: Disable powersaving for rt61pci and rt2800pci.
17897 * generic_permission: MAY_OPEN is not write access
17898 * Linux 2.6.32.3
17899 * untangle the do_mremap() mess
17900 * fasync: split 'fasync_helper()' into separate add/remove functions
17901 * ASoC: fix params_rate() macro use in several codecs
17902 * modules: Skip empty sections when exporting section notes
17903 * exofs: simple_write_end does not mark_inode_dirty
17904 * nfsd: make sure data is on disk before calling ->fsync
17905 * sunrpc: fix peername failed on closed listener
17906 * SUNRPC: Fix up an error return value in
17907 gss_import_sec_context_kerberos()
17908 * SUNRPC: Fix the return value in gss_import_sec_context()
17909 * sunrpc: on successful gss error pipe write, don't return error
17910 * drm/i915: Update LVDS connector status when receiving ACPI LID event
17911 * drm/i915: fix order of fence release wrt flushing
17912 * drm/i915: Permit pinning whilst the device is 'suspended'
17913 * drm: remove address mask param for drm_pci_alloc()
17914 * drm/i915: Enable/disable the dithering for LVDS based on VBT setting
17915 * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in
17916 pipeconf on Ironlake
17917 * drm/i915: Select the correct BPC for LVDS on Ironlake
17918 * drm/i915: fix unused var
17919 * rtc_cmos: convert shutdown to new pnp_driver->shutdown
17920 * drivers/cpuidle/governors/menu.c: fix undefined reference to
17921 `__udivdi3'
17922 * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()
17923 * lib/rational.c needs module.h
17924 * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with
17925 DMA_FROM_DEVICE and
17926 * kernel/signal.c: fix kernel information leak with print-fatal-signals=1
17927 * mmc_block: add dev_t initialization check
17928 * mmc_block: fix probe error cleanup bug
17929 * mmc_block: fix queue cleanup
17930 * ALSA: hda - Fix ALC861-VD capture source mixer
17931 * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense
17932 blacklist
17933 * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2
17934 - LP: #498863
17935 * ASoC: Fix WM8350 DSP mode B configuration
17936 * netfilter: ebtables: enforce CAP_NET_ADMIN
17937 * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()
17938 * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs
17939 * hwmon: (adt7462) Fix pin 28 monitoring
17940 * quota: Fix dquot_transfer for filesystems different from ext4
17941 * xen: fix hang on suspend.
17942 * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr
17943 * ath5k: Fix eeprom checksum check for custom sized eeproms
17944 * cfg80211: fix syntax error on user regulatory hints
17945 * iwl: off by one bug
17946 * mac80211: add missing sanity checks for action frames
17947 * drm/i915: remove render reclock support
17948 * libertas: Remove carrier signaling from the scan code
17949 * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr
17950 * mac80211: fix skb buffering issue (and fixes to that)
17951 * fix braindamage in audit_tree.c untag_chunk()
17952 * fix more leaks in audit_tree.c tag_chunk()
17953 * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y
17954 * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().
17955 * agp/intel-agp: Clear entire GTT on startup
17956 * Linux 2.6.32.4
17957 * ethtool: Add reset operation
17958 * gro: Name the GRO result enumeration type
17959 * gro: Change all receive functions to return GRO result codes
17960 * sfc: 10Xpress: Initialise pause advertising flags
17961 * sfc: 10Xpress: Report support for pause frames
17962 * sfc: Remove redundant header gmii.h
17963 * sfc: Remove redundant hardware initialisation
17964 * sfc: Rename Falcon-specific board code and types
17965 * sfc: Remove boards.h, moving last remaining declaration to falcon.h
17966 * sfc: Remove versioned bitfield macros
17967 * sfc: Move RX data FIFO thresholds out of struct efx_nic_type
17968 * sfc: Update hardware definitions for Siena
17969 * sfc: Rename register I/O header and functions used by both Falcon and
17970 Siena
17971 * sfc: Eliminate indirect lookups of queue size constants
17972 * sfc: Define DMA address mask explicitly in terms of descriptor field
17973 width
17974 * sfc: Move all TX DMA length limiting into tx.c
17975 * sfc: Change order of device removal to reverse of probe order
17976 * sfc: Remove declarations of nonexistent functions
17977 * sfc: Move efx_xmit_done() declaration into correct stanza
17978 * sfc: Move shared members of struct falcon_nic_data into struct efx_nic
17979 * sfc: Maintain interrupt moderation values in ticks, not microseconds
17980 * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
17981 * sfc: Remove pointless abstraction of memory BAR number
17982 * sfc: Remove incorrect assertion from efx_pci_remove_main()
17983 * sfc: Remove unnecessary tests of efx->membase
17984 * sfc: Move MTD probe after netdev registration and name allocation
17985 * sfc: Remove unused code for non-autoneg speed/duplex switching
17986 * sfc: Rename 'xfp' file and functions to reflect reality
17987 * sfc: Really allow RX checksum offload to be disabled
17988 * sfc: Feed GRO result into RX allocation policy and interrupt moderation
17989 * sfc: Enable heuristic selection between page and skb RX buffers
17990 * sfc: Remove pointless abstraction of memory BAR number (2)
17991 * sfc: Remove redundant gotos from __efx_rx_packet()
17992 * sfc: Remove ridiculously paranoid assertions
17993 * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()
17994 * sfc: Record RX queue number on GRO path
17995 * sfc: SFT9001: Reset LED configuration correctly after blinking
17996 * sfc: Use a single blink implementation
17997 * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
17998 * sfc: Make board information explicitly Falcon-specific
17999 * sfc: Move definition of struct falcon_nic_data into falcon.h
18000 * sfc: Move struct falcon_board into struct falcon_nic_data
18001 * sfc: Move all I2C stuff into struct falcon_board
18002 * sfc: Gather link state fields in struct efx_nic into new struct
18003 efx_link_state
18004 * sfc: Remove unnecessary casts to struct sk_buff *
18005 * sfc: Remove redundant efx_xmit() function
18006 * sfc: Combine high-level header files
18007 * sfc: Log interrupt and reset type names, not numbers
18008 * sfc: Fix descriptor cache sizes
18009 * sfc: Treat all MAC registers as 128-bit
18010 * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED
18011 * sfc: Comment corrections
18012 * sfc: Remove unused constant
18013 * sfc: Clean up struct falcon_board and struct falcon_board_data
18014 * sfc: Fix bugs in RX queue flushing
18015 * sfc: Remove unused function efx_flush_queues()
18016 * sfc: Only switch Falcon MAC clocks as necessary
18017 * sfc: Hold MAC lock for longer in efx_init_port()
18018 * sfc: Split MAC stats DMA initiation and completion
18019 * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c
18020 * sfc: Simplify XMAC link polling
18021 * sfc: Change MAC promiscuity and multicast hash at the same time
18022 * sfc: Move inline comment into kernel-doc
18023 * sfc: Do not set net_device::trans_start in self-test
18024 * sfc: Simplify PHY polling
18025 * sfc: QT202x: Reset before reading PHY id
18026 * sfc: Replace MDIO spinlock with mutex
18027 * sfc: Always start Falcon using the XMAC
18028 * sfc: Limit some hardware workarounds to Falcon
18029 * sfc: Remove EFX_WORKAROUND_9141 macro
18030 * sfc: Remove another unused workaround macro
18031 * sfc: Remove some redundant whitespace
18032 * sfc: Decouple NIC revision number from Falcon PCI revision number
18033 * sfc: Move descriptor cache base addresses to struct efx_nic_type
18034 * sfc: Clean up RX event handling
18035 * sfc: Remove redundant writes to INT_ADR_KER
18036 * sfc: Remove duplicate hardware structure definitions
18037 * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO
18038 * sfc: Move Falcon NIC operations to efx_nic_type
18039 * sfc: Refactor link configuration
18040 * sfc: Generalise link state monitoring
18041 * sfc: Add power-management and wake-on-LAN support
18042 * sfc: Implement ethtool reset operation
18043 * sfc: Add efx_nic_type operation for register self-test
18044 * sfc: Add efx_nic_type operation for NVRAM self-test
18045 * sfc: Add efx_nic_type operation for identity LED control
18046 * sfc: Separate shared NIC code from Falcon-specific and rename
18047 accordingly
18048 * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()
18049 * sfc: Extend loopback mode enumeration
18050 * sfc: Remove static PHY data and enumerations
18051 * sfc: Extend MTD driver for use with new NICs
18052 * sfc: Allow for additional checksum offload features
18053 * sfc: Rename falcon.h to nic.h
18054 * sfc: Move shared NIC code from falcon.c to new source file nic.c
18055 * sfc: Add firmware protocol definitions (MCDI)
18056 * sfc: Add support for SFC9000 family (1)
18057 * sfc: Add support for SFC9000 family (2)
18058 * sfc: Implement TSO for TCP/IPv6
18059 * sfc: Update version, copyright dates, authors
18060 * drivers/net/sfc: Correct code taking the size of a pointer
18061 * sfc: Move PHY software state initialisation from init() into probe()
18062 * sfc: Include XGXS in XMAC link status check except in XGMII loopback
18063 * sfc: Fix DMA mapping cleanup in case of an error in TSO
18064 * sfc: QT2025C: Work around PHY bug
18065 * sfc: QT2025C: Switch into self-configure mode when not in loopback
18066 * sfc: QT2025C: Work around PHY firmware initialisation bug
18067 * sfc: QT2025C: Add error message for suspected bad SFP+ cables
18068 * sfc: Disable TX descriptor prefetch watchdog
18069 * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.
18070 - LP: #497156
18071
18072 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Jan 2010 16:12:47 +0000
18073
18074 linux (2.6.32-10.14) lucid; urgency=low
18075
18076 [ Alex Deucher ]
18077
18078 * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx
18079 - LP: #493795
18080
18081 [ Andy Whitcroft ]
18082
18083 * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model
18084 id is less than 0x0f."
18085 * config-check -- ensure the checks get run at build time
18086 * config-check -- check the processed config during updateconfigs
18087 * config-check -- CONFIG_SECCOMP may not be present
18088 * TUN is now built in ignore
18089 * SAUCE: acpi battery -- delay first lookup of the battery until first
18090 use
18091 * SAUCE: async_populate_rootfs: move rootfs init earlier
18092 * ubuntu: AppArmor -- update to mainline 2010-01-06
18093 * SAUCE: move RLIMIT_CORE pipe dumper marker to 1
18094 - LP: #498525
18095
18096 [ Dave Airlie ]
18097
18098 * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600
18099
18100 [ Leann Ogasawara ]
18101
18102 * Add asix to nic-usb-modules file
18103 - LP: #499785
18104
18105 [ Peter Zijlstra ]
18106
18107 * (pre-stable) sched: Fix balance vs hotplug race
18108
18109 [ Tim Gardner ]
18110
18111 * [Config] Enable CONFIG_FUNCTION_TRACER
18112 - LP: #497989
18113 * [Config] Drop lpia from getabis
18114 * [Config] Build in TUN/TAP driver
18115 - LP: #499491
18116 * [Config] DH_COMPAT=5
18117
18118 [ Upstream Kernel Changes ]
18119
18120 * Revert "(pre-stable) drm/i915: Avoid NULL dereference with
18121 component_only tv_modes"
18122 * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is
18123 turned off"
18124 * USB: usb-storage: fix bug in fill_inquiry
18125 * USB: option: add pid for ZTE
18126 * firewire: ohci: handle receive packets with a data length of zero
18127 * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling
18128 of ->completed counter
18129 * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed
18130 counter
18131 * rcu: Fix note_new_gpnum() uses of ->gpnum
18132 * rcu: Remove inline from forward-referenced functions
18133 * perf_event: Fix invalid type in ioctl definition
18134 * perf_event: Initialize data.period in perf_swevent_hrtimer()
18135 * perf: Don't free perf_mmap_data until work has been done
18136 * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()
18137 * sched: Check for an idle shared cache in select_task_rq_fair()
18138 * sched: Fix affinity logic in select_task_rq_fair()
18139 * sched: Rate-limit newidle
18140 * sched: Fix and clean up rate-limit newidle code
18141 * x86/amd-iommu: attach devices to pre-allocated domains early
18142 * x86/amd-iommu: un__init iommu_setup_msi
18143 * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking
18144 up the PCI tree
18145 * x86: Fix iommu=nodac parameter handling
18146 * x86: GART: pci-gart_64.c: Use correct length in strncmp
18147 * x86: ASUS P4S800 reboot=bios quirk
18148 - LP: #366682
18149 * x86, apic: Enable lapic nmi watchdog on AMD Family 11h
18150 * ssb: Fix range check in sprom write
18151 * ath5k: allow setting txpower to 0
18152 * ath5k: enable EEPROM checksum check
18153 * hrtimer: Fix /proc/timer_list regression
18154 * ALSA: hrtimer - Fix lock-up
18155 * ALSA: hda - Terradici HDA controllers does not support 64-bit mode
18156 * KVM: x86 emulator: limit instructions to 15 bytes
18157 * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c
18158 * KVM: s390: Make psw available on all exits, not just a subset
18159 * KVM: fix irq_source_id size verification
18160 * KVM: x86: include pvclock MSRs in msrs_to_save
18161 * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage
18162 * x86: Use -maccumulate-outgoing-args for sane mcount prologues
18163 * x86, mce: don't restart timer if disabled
18164 * x86/mce: Set up timer unconditionally
18165 * x86: SGI UV: Fix BAU initialization
18166 * x86: Fix duplicated UV BAU interrupt vector
18167 * x86: Add new Intel CPU cache size descriptors
18168 * x86: Fix typo in Intel CPU cache size descriptor
18169 * pata_hpt{37x|3x2n}: fix timing register masks (take 2)
18170 * s390: clear high-order bits of registers after sam64
18171 * V4L/DVB: Fix test in copy_reg_bits()
18172 * bsdacct: fix uid/gid misreporting
18173 * UBI: flush wl before clearing update marker
18174 * jbd2: don't wipe the journal on a failed journal checksum
18175 * USB: xhci: Add correct email and files to MAINTAINERS entry.
18176 * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again
18177 * USB: option.c: add support for D-Link DWM-162-U5
18178 * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
18179 * USB: usb-storage: add BAD_SENSE flag
18180 * USB: Close usb_find_interface race v3
18181 * pxa/em-x270: fix usb hub power up/reset sequence
18182 * hfs: fix a potential buffer overflow
18183 * SUNRPC: IS_ERR/PTR_ERR confusion
18184 * NFS: Fix nfs_migrate_page()
18185 * md/bitmap: protect against bitmap removal while being updated.
18186 * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable
18187 * devpts_get_tty() should validate inode
18188 * debugfs: fix create mutex racy fops and private data
18189 * Driver core: fix race in dev_driver_string
18190 * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN
18191 * mac80211: Fix bug in computing crc over dynamic IEs in beacon
18192 * mac80211: Fixed bug in mesh portal paths
18193 * mac80211: Revert 'Use correct sign for mesh active path refresh'
18194 * mac80211: fix scan abort sanity checks
18195 * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC
18196 * rtl8187: Fix wrong rfkill switch mask for some models
18197 * x86: Fix bogus warning in apic_noop.apic_write()
18198 * mm: hugetlb: fix hugepage memory leak in mincore()
18199 * mm: hugetlb: fix hugepage memory leak in walk_page_range()
18200 * powerpc/windfarm: Add detection for second cpu pump
18201 * powerpc/therm_adt746x: Record pwm invert bit at module load time]
18202 * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
18203 * drm/radeon/kms: Add quirk for HIS X1300 board
18204 * drm/radeon/kms: handle vblanks properly with dpms on
18205 * drm/radeon/kms: fix legacy crtc2 dpms
18206 * drm/radeon/kms: fix vram setup on rs600
18207 * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size
18208 * drm/ttm: Fix build failure due to missing struct page
18209 * drm/i915: Set the error code after failing to insert new offset into mm
18210 ht.
18211 * drm/i915: Add the missing clonemask for display port on Ironlake
18212 * xen/xenbus: make DEVICE_ATTR()s static
18213 * xen: re-register runstate area earlier on resume.
18214 * xen: restore runstate_info even if !have_vcpu_info_placement
18215 * xen: correctly restore pfn_to_mfn_list_list after resume
18216 * xen: register timer interrupt with IRQF_TIMER
18217 * xen: register runstate on secondary CPUs
18218 * xen: don't call dpm_resume_noirq() with interrupts disabled.
18219 * xen: register runstate info for boot CPU early
18220 * xen: call clock resume notifier on all CPUs
18221 * xen: improve error handling in do_suspend.
18222 * xen: don't leak IRQs over suspend/resume.
18223 * xen: use iret for return from 64b kernel to 32b usermode
18224 * xen: explicitly create/destroy stop_machine workqueues outside
18225 suspend/resume region.
18226 * Xen balloon: fix totalram_pages counting.
18227 * xen: try harder to balloon up under memory pressure.
18228 * dm exception store: free tmp_store on persistent flag error
18229 * dm snapshot: only take lock for statustype info not table
18230 * dm crypt: move private iv fields to structs
18231 * dm crypt: restructure essiv error path
18232 * dm: avoid _hash_lock deadlock
18233 * dm snapshot: cope with chunk size larger than origin
18234 * dm crypt: separate essiv allocation from initialisation
18235 * dm crypt: make wipe message also wipe essiv key
18236 * slc90e66: fix UDMA handling
18237 * tcp: Stalling connections: Fix timeout calculation routine
18238 * ip_fragment: also adjust skb->truesize for packets not owned by a
18239 socket
18240 * b44 WOL setup: one-bit-off stack corruption kernel panic fix
18241 * sparc64: Don't specify IRQF_SHARED for LDC interrupts.
18242 * sparc64: Fix overly strict range type matching for PCI devices.
18243 * sparc64: Fix stack debugging IRQ stack regression.
18244 * sparc: Set UTS_MACHINE correctly.
18245 * b43legacy: avoid PPC fault during resume
18246 * tracing: Fix event format export
18247 * ath9k: Fix TX hang poll routine
18248 * ath9k: fix processing of TX PS null data frames
18249 * ath9k: Fix maximum tx fifo settings for single stream devices
18250 * ath9k: fix tx status reporting
18251 * mac80211: Fix dynamic power save for scanning.
18252 * drm/i915: Fix sync to vblank when VGA output is turned off
18253 * memcg: fix memory.memsw.usage_in_bytes for root cgroup
18254 * thinkpad-acpi: fix default brightness_mode for R50e/R51
18255 * thinkpad-acpi: preserve rfkill state across suspend/resume
18256 * ipw2100: fix rebooting hang with driver loaded
18257 * matroxfb: fix problems with display stability
18258 * acerhdf: add new BIOS versions
18259 * asus-laptop: change light sens default values.
18260 * vmalloc: conditionalize build of pcpu_get_vm_areas()
18261 * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.
18262 * net: Fix userspace RTM_NEWLINK notifications.
18263 * ext3: Fix data / filesystem corruption when write fails to copy data
18264 * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added.
18265 * bcm63xx_enet: fix compilation failure after get_stats_count removal
18266 * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value
18267 * drm/i915: Avoid NULL dereference with component_only tv_modes
18268 * drm/i915: PineView only has LVDS and CRT ports
18269 * drm/i915: Fix LVDS stability issue on Ironlake
18270 * mm: sigbus instead of abusing oom
18271 * ipvs: zero usvc and udest
18272 * jffs2: Fix long-standing bug with symlink garbage collection.
18273 * intel-iommu: Detect DMAR in hyperspace at probe time.
18274 * intel-iommu: Apply BIOS sanity checks for interrupt remapping too.
18275 * intel-iommu: Check for an RMRR which ends before it starts.
18276 * intel-iommu: Fix oops with intel_iommu=igfx_off
18277 * intel-iommu: ignore page table validation in pass through mode
18278 * netfilter: xtables: document minimal required version
18279 * perf_event: Fix incorrect range check on cpu number
18280 * implement early_io{re,un}map for ia64
18281 * Linux 2.6.32.2
18282
18283 -- Andy Whitcroft <apw@canonical.com> Thu, 07 Jan 2010 15:28:43 +0000
18284
18285 linux (2.6.32-9.13) lucid; urgency=low
18286
18287 [ Andy Whitcroft ]
18288
18289 * [Config] enable CONFIG_B43_PHY_LP
18290 - LP: #493059
18291 * include modules.builtin in the binary debs
18292 * config-check -- add a configuration enforcer
18293 * config-check -- add a unit-test suite to the checker
18294 * [Config] Enable CONFIG_SYN_COOKIES for versatile
18295 * [Config] Enable CONFIG_SECURITY_SMACK for ports
18296 * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports
18297 * [Config] Disable CONFIG_COMPAT_BRK for ports
18298 * getabis -- add armel versatile to the list
18299
18300 [ Brad Figg ]
18301
18302 * SAUCE: Increase the default prealloc buffer for HDA audio devices
18303 (non-modem)
18304
18305 [ Manoj Iyer ]
18306
18307 * ubuntu: onmibook -- Added missing BOM file
18308
18309 [ Tim Gardner ]
18310
18311 * ubuntu: fsam7400 -- Cleanup Makefile
18312
18313 [ Upstream Kernel Changes ]
18314
18315 * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT"
18316 * signal: Fix alternate signal stack check
18317 * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects
18318 * SCSI: osd_protocol.h: Add missing #include
18319 * SCSI: megaraid_sas: fix 64 bit sense pointer truncation
18320 * ext4: fix potential buffer head leak when add_dirent_to_buf() returns
18321 ENOSPC
18322 * ext4: avoid divide by zero when trying to mount a corrupted file system
18323 * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
18324 * ext4: fix lock order problem in ext4_move_extents()
18325 * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
18326 * ext4: plug a buffer_head leak in an error path of ext4_iget()
18327 * ext4: make sure directory and symlink blocks are revoked
18328 * ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
18329 * ext4: journal all modifications in ext4_xattr_set_handle
18330 * ext4: don't update the superblock in ext4_statfs()
18331 * ext4: fix uninit block bitmap initialization when s_meta_first_bg is
18332 non-zero
18333 * ext4: fix block validity checks so they work correctly with meta_bg
18334 * ext4: avoid issuing unnecessary barriers
18335 * ext4: fix error handling in ext4_ind_get_blocks()
18336 * ext4: make trim/discard optional (and off by default)
18337 * ext4: make "norecovery" an alias for "noload"
18338 * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
18339 * ext4: initialize moved_len before calling ext4_move_extents()
18340 * ext4: move_extent_per_page() cleanup
18341 * jbd2: Add ENOMEM checking in and for
18342 jbd2_journal_write_metadata_buffer()
18343 * ext4: Return the PTR_ERR of the correct pointer in
18344 setup_new_group_blocks()
18345 * ext4: Avoid data / filesystem corruption when write fails to copy data
18346 * ext4: wait for log to commit when umounting
18347 * ext4: remove blocks from inode prealloc list on failure
18348 * ext4: ext4_get_reserved_space() must return bytes instead of blocks
18349 * ext4: quota macros cleanup
18350 * ext4: fix incorrect block reservation on quota transfer.
18351 * ext4: Wait for proper transaction commit on fsync
18352 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
18353 * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
18354 * Linux 2.6.32.1
18355 * kbuild: generate modules.builtin
18356 * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off
18357 - LP: #494461
18358 * (pre-stable) drm/i915: Avoid NULL dereference with component_only
18359 tv_modes
18360 - LP: #494045
18361
18362 [ Zhao Yakui ]
18363
18364 * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is
18365 less than 0x0f.
18366 - LP: #481765
18367
18368 -- Andy Whitcroft <apw@canonical.com> Thu, 17 Dec 2009 15:41:21 +0000
18369
18370 linux (2.6.32-8.12) lucid; urgency=low
18371
18372 [ Andy Whitcroft ]
18373
18374 * SAUCE: AppArmor -- add linux/err.h for ERR_PTR
18375
18376 -- Andy Whitcroft <apw@canonical.com> Sat, 12 Dec 2009 10:56:16 +0000
18377
18378 linux (2.6.32-8.11) lucid; urgency=low
18379
18380 [ Andy Whitcroft ]
18381
18382 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches
18383 up"
18384 * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
18385 transition."
18386 * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds"
18387 * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling"
18388 * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds"
18389 * Revert "SAUCE: AppArmor: Fix oops after profile removal"
18390 * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files."
18391 * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly"
18392 * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc
18393 mem"
18394 * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as
18395 denied"
18396 * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths"
18397 * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem
18398 allocation"
18399 * Revert "SAUCE: AppArmor: Set error code after structure
18400 initialization."
18401 * Revert "AppArmor -- fix pstrace_may_access rename"
18402 * Revert "ubuntu: AppArmor security module"
18403 * Revert "SAUCE: Add config option to set a default LSM"
18404 * Revert "ubuntu: fsam7400 -- sw kill switch driver"
18405 * Revert "[Config] fsam7400 -- enable"
18406 * Revert "[Config] AUFS -- enable"
18407 * Revert "ubuntu: AUFS -- aufs2-30 20090727"
18408 * Revert "ubuntu: AUFS -- export various core functions -- fixes"
18409 * Revert "ubuntu: AUFS -- export various core functions"
18410 * Revert "[Config] ubuntu/iscsitarget -- disable"
18411 * Revert "[Config] iscsitarget -- enable"
18412 * Revert "ubuntu: iscsitarget -- SVN revision r214"
18413 * update Vcs-Git to point to the correct repository
18414 - LP: #493589
18415 * update build environment overrides to lucid
18416 - LP: #493589
18417 * [Config] enable CONFIG_DEVTMPFS
18418 * [Config] update all configs following AppArmor 2009-12-08 update
18419 * SAUCE: isapnp_init: make isa PNP scans occur async
18420 * [Config] fsam7400 -- enable
18421 * [Config] omnibook -- enable
18422 * [Config] cleanup CONFIG_AUDIT
18423 * ubuntu: AUFS -- export various core functions (aufs2-base.patch)
18424 * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch)
18425 * ubuntu: AUFS -- aufs2 20091209
18426 * [Config] AUFS -- enable
18427 * [Config] iscsitarget -- enable
18428
18429 [ Arjan van de Ven ]
18430
18431 * SAUCE: KMS: cache the EDID information of the LVDS
18432
18433 [ Colin Watson ]
18434
18435 * bnx2: update d-i firmware filenames
18436 - LP: #494052
18437 * add cdc_ether to nic-usb-modules udeb
18438 - LP: #495060
18439
18440 [ John Johansen ]
18441
18442 * ubuntu: AppArmor -- mainline 2009-10-08
18443
18444 [ Manoj Iyer ]
18445
18446 * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400
18447 * ubuntu: omnibook -- support Toshiba (HP) netbooks
18448 * ubuntu: iscsitarget --- version 1.4.19
18449 - LP: #494693
18450
18451 [ Surbhi Palande ]
18452
18453 * SAUCE: Make populate_rootfs asynchronous
18454
18455 [ Tim Gardner ]
18456
18457 * Parallelize flavour builds and packaging
18458 * [Config] Enable CONFIG_KSM
18459
18460 [ Upstream Kernel Changes ]
18461
18462 * Config option to set a default LSM
18463 * LSM: Add security_path_chroot().
18464 * LSM: Add security_path_chroot().
18465 * LSM: Move security_path_chmod()/security_path_chown() to after
18466 mutex_lock().
18467 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
18468
18469 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Dec 2009 17:45:19 +0000
18470
18471 linux (2.6.32-7.10) lucid; urgency=low
18472
18473 [ Andy Whitcroft ]
18474
18475 * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS
18476
18477 -- Andy Whitcroft <apw@canonical.com> Sun, 06 Dec 2009 12:56:48 +0000
18478
18479 linux (2.6.32-7.9) lucid; urgency=low
18480
18481 [ Andy Whitcroft ]
18482
18483 * SAUCE: set /proc/acpi/video/*/DOS to 4 by default
18484 - LP: #458982
18485 * SAUCE: ensure vga16fb loads if no other driver claims the VGA device
18486 * [Config] update configs following versatile switch to V7
18487 * rebased to v2.6.32
18488 * [Config] update configs following rebase to v2.6.32
18489 * [Config] update ports configs following rebase to v2.6.32
18490 * SAUCE: default ATI Radeon KMS to off until userspace catches up
18491
18492 [ Arjan van de Ven ]
18493
18494 * SAUCE: vfs: Add a trace point in the mark_inode_dirty function
18495
18496 [ Leann Ogasawara ]
18497
18498 * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable
18499 permissions
18500 - CVE-2009-3939
18501
18502 [ Loic Minier ]
18503
18504 * SAUCE: select a v7 CPU for versatile
18505
18506 [ Takashi Iwai ]
18507
18508 * SAUCE: ALSA: hda - Add power on/off counter
18509
18510 [ Upstream changes ]
18511
18512 * rebased to v2.6.32
18513
18514 -- Andy Whitcroft <apw@canonical.com> Fri, 04 Dec 2009 10:44:50 +0000
18515
18516 linux (2.6.32-6.8) lucid; urgency=low
18517
18518 [ Andy Whitcroft ]
18519
18520 * [Config] disable SSB devices for armel
18521
18522 -- Andy Whitcroft <apw@canonical.com> Sat, 28 Nov 2009 12:16:40 +0000
18523
18524 linux (2.6.32-6.7) lucid; urgency=low
18525
18526 [ Andy Whitcroft ]
18527
18528 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up"
18529 * Revert "SAUCE: Dell XPS710 reboot quirk"
18530 * Revert "SAUCE: Link acpi-cpufreq.o first"
18531 * Revert "SAUCE: LPIA Logical reset of USB port on resume"
18532 * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards"
18533 * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340"
18534 * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271"
18535 * Revert "Add Dell Dimension 9200 reboot quirk"
18536 * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI"
18537 * Revert "SAUCE: tulip: Define ULI PCI ID's"
18538 * Revert "SAUCE: Lower warning level of some PCI messages"
18539 * Revert "mac80211: fix two issues in debugfs"
18540 Drop a number of known redundant commits as identified in the Ubuntu
18541 delta review blueprint.
18542
18543 * reenable armel versatile flavour
18544 * [Config] disable CONFIG_USB_DEVICEFS
18545
18546 [ Tim Gardner ]
18547
18548 * [Config] udeb: Add squashfs to fs-core-modules
18549 - LP: #352615
18550 * [Config] Create a real squashfs udeb
18551 - LP: #352615
18552
18553
18554 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Nov 2009 17:31:16 +0000
18555
18556 linux (2.6.32-5.6) lucid; urgency=low
18557
18558 [ Andy Whitcroft ]
18559
18560 * rebase to v2.6.32-rc8
18561 * update configs following rebase to v2.6.32-rc8
18562 * update ports configs since rebase to v2.6.32-rc8
18563 * [Config] enable cgroup options
18564 - LP: #480739
18565
18566 [ Upstream Kernel Changes ]
18567
18568 * rebase to v2.6.32-rc8
18569
18570 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Nov 2009 11:16:14 +0000
18571
18572 linux (2.6.32-4.5) lucid; urgency=low
18573
18574 [ Andy Whitcroft ]
18575
18576 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
18577 * rebase to v2.6.32-rc7
18578 * resync with Karmic proposed
18579
18580 [ John Johansen ]
18581
18582 * SAUCE: AppArmor: Fix oops after profile removal
18583 - LP: #475619
18584 * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds
18585 - LP: #437258
18586 * SAUCE: AppArmor: Fix cap audit_caching preemption disabling
18587 - LP: #479102
18588 * SAUCE: AppArmor: Fix refcounting bug causing leak of creds
18589 - LP: #479115
18590 * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
18591 transition.
18592 - LP: #480112
18593
18594 [ Ubuntu Changes ]
18595
18596 * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf)
18597
18598 [ Upstream Kernel Changes ]
18599
18600 * rebase to v2.6.32-rc7
18601
18602 -- Andy Whitcroft <apw@canonical.com> Fri, 13 Nov 2009 11:35:13 +0000
18603
18604 linux (2.6.32-3.4) lucid; urgency=low
18605
18606 [ Andy Whitcroft ]
18607
18608 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
18609 * [Upstream] add local prefix to oss local change_bits
18610
18611 [ Upstream Kernel Changes ]
18612
18613 * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/
18614 * mtd/maps: gpio-addr-flash: depend on GPIO arch support
18615
18616 -- Andy Whitcroft <apw@canonical.com> Wed, 11 Nov 2009 14:47:04 +0000
18617
18618 linux (2.6.32-3.3) lucid; urgency=low
18619
18620 [ Andy Whitcroft ]
18621
18622 * rebase to v2.6.32-rc6
18623 * [Config] update configs following rebase to v2.6.32-rc6
18624 * [Config] update ports configs following rebase to v2.6.32-rc6
18625 * resync with Karmic Ubuntu-2.6.31-15.49
18626 * [Config] add module ignores for broken drivers
18627
18628 [ John Johansen ]
18629
18630 * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied
18631 - LP: #453335
18632 * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem
18633 - LP: #458299
18634 * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly
18635 - LP: #462824
18636 * SAUCE: AppArmor: AppArmor disallows truncate of deleted files.
18637 - LP: #451375
18638
18639 [ Kees Cook ]
18640
18641 * SAUCE: Fix nx_enable reporting
18642 - LP: #454285
18643
18644 [ Scott James Remnant ]
18645
18646 * Revert "SAUCE: trace: add trace_event for the open() syscall"
18647 * SAUCE: trace: add trace events for open(), exec() and uselib()
18648 - LP: #462111
18649
18650 [ Stefan Bader ]
18651
18652 * SAUCE: Fix sub-flavour script to not stop on missing directories
18653 - LP: #453073
18654
18655 [ Ubuntu Changes ]
18656
18657 * resync with Karmic Ubuntu-2.6.31-15.49
18658
18659 [ Upstream Kernel Changes ]
18660
18661 * rebase to v2.6.32-rc6
18662 - LP: #464552
18663
18664 -- Andy Whitcroft <apw@canonical.com> Tue, 10 Nov 2009 15:00:57 +0000
18665
18666 linux (2.6.32-2.2) lucid; urgency=low
18667
18668 [ Andy Whitcroft ]
18669
18670 * install the full changelog with the binary package
18671 * changelog -- explicitly note rebases and clean history
18672 * reinstate armel.mk with no flavours
18673 - LP: #449637
18674 * [Upstream] block: silently error unsupported empty barriers too
18675 - LP: #420423
18676 * [Config] udate configs following karmic resync
18677 * [Config] update ports configs following karmic resync
18678 * [Upstream] lirc -- follow removal of .id element
18679
18680 [ Colin Watson ]
18681
18682 * Use section 'admin' rather than 'base'
18683 * Add more e100 firmware to nic-modules
18684 - LP: #451872
18685 * Add qla1280 firmware to scsi-modules
18686 - LP: #381037
18687
18688 [ John Johansen ]
18689
18690 * SAUCE: AppArmor: Set error code after structure initialization.
18691 - LP: #427948
18692 * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation
18693 - LP: #446595
18694 * SAUCE: AppArmor: Fix mediation of "deleted" paths
18695
18696 [ Kees Cook ]
18697
18698 * SAUCE: [x86] fix report of cs-limit nx-emulation
18699 - LP: #454285
18700
18701 [ Leann Ogasawara ]
18702
18703 * SAUCE: (drop after 2.6.31) input: Add support for filtering input
18704 events
18705 - LP: #430809
18706 * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi
18707 toggle switch press
18708 - LP: #430809
18709
18710 [ Luke Yelavich ]
18711
18712 * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc
18713 * [Config] Add sd_mod to scsi-modules udeb for powerpc
18714
18715 [ Mario Limonciello ]
18716
18717 * SAUCE: Update to LIRC 0.8.6
18718 - LP: #432678
18719 * SAUCE: dell-laptop: Store the HW switch status internally rather than
18720 requerying every time
18721 - LP: #430809
18722 * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop
18723 - LP: #430809
18724
18725 [ Stefan Bader ]
18726
18727 * [Upstream] acerhdf: Limit modalias matching to supported boards
18728 - LP: #435958
18729
18730 [ Tim Gardner ]
18731
18732 * [Upstream] i915: Fix i2c init message
18733 - LP: #409361
18734 * [Config] Add sym53c8xx.ko to virtual sub-flavour
18735 - LP: #439415
18736 * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules
18737 - LP: #439456
18738 * [Config] Set default I/O scheduler back to CFQ for desktop flavours
18739 - LP: #381300
18740 * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros
18741 - LP: #430694
18742 * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915
18743 - LP: #430694
18744 * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y
18745 - LP: #416325
18746 * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT
18747 - LP: #430694
18748 * SAUCE: Raise the default console 'quiet' level to 2
18749 * [Config] CONFIG_X86_PAT=y
18750 * [Config] Add armel arch to linux-libc-dev arches.
18751 - LP: #449637
18752 * [Config] CONFIG_X86_MCE
18753 * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege
18754 M300 to rate blacklist
18755 - LP: #433801
18756
18757 [ Upstream Kernel Changes ]
18758
18759 * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584
18760 * drm/i915: Fix FDI M/N setting according with correct color depth
18761 - LP: #416792
18762
18763 -- Andy Whitcroft <apw@canonical.com> Thu, 22 Oct 2009 16:53:33 +0100
18764
18765 linux (2.6.32-1.1) lucid; urgency=low
18766
18767 [ Andy Whitcroft ]
18768
18769 * rebase to v2.6.32-rc3
18770 * [Config] update configs following rebase to 2.6.32-rc3
18771 * [Config] update ports configs following rebase to 2.6.32-rc3
18772 * AppArmor -- fix pstrace_may_access rename
18773 * staging/android -- disable
18774 * ubuntu: dm-raid-45 -- update to compile with 2.6.32
18775 * ubuntu: drbd -- disable
18776 * staging/comdi -- disable
18777 * staging/go7007 -- disable
18778 * [Config] staging/winbond -- disable
18779 * [Config] ubuntu/iscsitarget -- disable
18780 * [d-i] cbc and ecb are builtin make them optional in udebs
18781 * rebase to v2.6.32-rc5
18782 * [Config] update configs following rebase to v2.6.32-rc5
18783 * [Config] update ports configs following rebase to v2.6.31-rc5
18784
18785 [ Tim Gardner ]
18786
18787 * [Config] Add cpio as a build dependency.
18788
18789 [ Upstream Kernel Changes ]
18790
18791 * rebase to v2.6.32-rc3
18792 * rebase to v2.6.32-rc5
18793
18794 -- Andy Whitcroft <apw@canonical.com> Mon, 05 Oct 2009 15:48:58 +0100
18795
18796 linux (2.6.31-11.37) karmic; urgency=low
18797
18798 [ Tim Gardner ]
18799
18800 * [Config] Increase kernel log buffer to 256K for amd64 flavours
18801 - LP: #424810
18802 * [Config] Set HZ=100 for amd64 flavours
18803 - LP: #438234
18804 * [Upstream] e1000e: Emit notice instead of an error when
18805 pci_enable_pcie_error_reporting() fails
18806 - LP: #436370
18807
18808 [ Upstream Kernel Changes ]
18809
18810 * n_tty: honor opost flag for echoes
18811 * n_tty: move echoctl check and clean up logic
18812 - LP: #438310
18813
18814 * Revert "[Upstream] drm/i915: Check that the relocation points to within
18815 the target" - Use upstream cherry-pick.
18816 * drm/i915: Check that the relocation points to within the target
18817 - LP: #429241
18818
18819 * drm/i915: fix tiling on IGDNG
18820 * drm/i915: add B43 chipset support
18821 * agp/intel: Add B43 chipset support
18822 Intel request from kernel team mailing list.
18823
18824 * HID: completely remove apple mightymouse from blacklist
18825 - LP: #428111
18826
18827 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Sep 2009 11:47:29 -0600
18828
18829 linux (2.6.31-11.36) karmic; urgency=low
18830
18831 [ Brian Rogers ]
18832
18833 * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a
18834 persistent object
18835 * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a
18836 persistent object
18837
18838 [ Takashi Iwai ]
18839
18840 * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device
18841 - LP: #416482
18842
18843 [ Tyler Hicks ]
18844
18845 * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going
18846 negative during unlink
18847
18848 [ Upstream Kernel Changes ]
18849
18850 * sg: fix oops in the error path in sg_build_indirect()
18851 * mpt2sas : Rescan topology from Interrupt context instead of work thread
18852 * mpt2sas: Prevent sending command to FW while Host Reset
18853 * mpt2sas: setting SDEV into RUNNING state from Interrupt context
18854 * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg
18855 * SCSI: fix oops during scsi scanning
18856 * SCSI: libsrp: fix memory leak in srp_ring_free()
18857 * cfg80211: fix looping soft lockup in find_ie()
18858 * ath5k: write PCU registers on initial reset
18859 * binfmt_elf: fix PT_INTERP bss handling
18860 * TPM: Fixup boot probe timeout for tpm_tis driver
18861 * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
18862 * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices
18863 * fix undefined reference to user_shm_unlock
18864 * perf_counter: Fix buffer overflow in perf_copy_attr()
18865 * perf_counter: Start counting time enabled when group leader gets
18866 enabled
18867 * powerpc/perf_counters: Reduce stack usage of power_check_constraints
18868 * powerpc: Fix bug where perf_counters breaks oprofile
18869 * powerpc/ps3: Workaround for flash memory I/O error
18870 * block: don't assume device has a request list backing in nr_requests
18871 store
18872 * agp/intel: remove restore in resume
18873 * ALSA: cs46xx - Fix minimum period size
18874 * ASoC: Fix WM835x Out4 capture enumeration
18875 * sound: oxygen: work around MCE when changing volume
18876 * mlx4_core: Allocate and map sufficient ICM memory for EQ context
18877 * perf stat: Change noise calculation to use stddev
18878 * x86: Fix x86_model test in es7000_apic_is_cluster()
18879 * x86/i386: Make sure stack-protector segment base is cache aligned
18880 * PCI: apply nv_msi_ht_cap_quirk on resume too
18881 * x86, pat: Fix cacheflush address in change_page_attr_set_clr()
18882 * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic()
18883 with highmem
18884 * KVM guest: do not batch pte updates from interrupt context
18885 * KVM: Fix coalesced interrupt reporting in IOAPIC
18886 * KVM: VMX: Check cpl before emulating debug register access
18887 * KVM guest: fix bogus wallclock physical address calculation
18888 * KVM: x86: Disallow hypercalls for guest callers in rings > 0
18889 * KVM: VMX: Fix cr8 exiting control clobbering by EPT
18890 * KVM: x86 emulator: Implement zero-extended immediate decoding
18891 * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
18892 * KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
18893 * KVM: limit lapic periodic timer frequency
18894 * libata: fix off-by-one error in ata_tf_read_block()
18895 * PCI quirk: update 82576 device ids in SR-IOV quirks list
18896 * PCI: Unhide the SMBus on the Compaq Evo D510 USDT
18897 * powerpc/pseries: Fix to handle slb resize across migration
18898 * Linux 2.6.31.1
18899
18900 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Sep 2009 13:04:28 -0600
18901
18902 linux (2.6.31-10.35) karmic; urgency=low
18903
18904 [ Amit Kucheria ]
18905
18906 * Disable CONFIG_UEVENT_HELPER_PATH
18907
18908 [ Andy Whitcroft ]
18909
18910 * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD
18911 * remove the tlsup driver
18912 * remove lmpcm logitech driver support
18913
18914 [ Bryan Wu ]
18915
18916 * Add 3 missing files to prerm remove file list
18917 - LP: #345623, #415832
18918
18919 [ Chris Wilson ]
18920
18921 * [Upstream] drm/i915: Check that the relocation points to within the
18922 target
18923 - LP: #429241
18924
18925 [ Luke Yelavich ]
18926
18927 * [Config] Set CONFIG_EXT4_FS=y on ports architectures
18928
18929 [ Manoj Iyer ]
18930
18931 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
18932 - LP: #348861
18933
18934 [ Tim Gardner ]
18935
18936 * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list"
18937 * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list"
18938 * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list"
18939 * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list"
18940 * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list"
18941 Upstream suggests that this is not the right approach.
18942
18943 * [Config] Set default I/O scheduler to DEADLINE
18944 CFQ seems to have some load related problems which are often exacerbated by sreadahead.
18945 - LP: #381300
18946
18947 [ ubuntu@tjworld.net ]
18948
18949 * SAUCE: ipw2200: Enable LED by default
18950 - LP: #21367
18951
18952 [ Upstream Kernel Changes ]
18953
18954 * ALSA: hda - Add support for new AMD HD audio devices
18955 - LP: #430564
18956
18957 -- Andy Whitcroft <apw@canonical.com> Wed, 16 Sep 2009 15:37:49 +0100
18958
18959 linux (2.6.31-10.34) karmic; urgency=low
18960
18961 [ Ted Tso ]
18962
18963 * [Upstream] ext3: Don't update superblock write time when filesystem is
18964 read-only
18965 - LP: #427822
18966
18967 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 16:00:45 -0600
18968
18969 linux (2.6.31-10.33) karmic; urgency=low
18970
18971 [ Leann Ogasawara ]
18972
18973 * [Upstream] dvb-usb: fix tuning with Cinergy T2
18974 - LP: #421258
18975
18976 [ Tim Gardner ]
18977
18978 * [Config] Unconditionally copy files from sub-flavours lists.
18979 (really, really fix it this time)
18980 - LP: #423426
18981 * [Config] Set CONFIG_CACHEFILES=m for all flavours
18982
18983 [ Upstream Kernel Changes ]
18984
18985 * ext4: Don't update superblock write time when filesystem is read-only
18986 - LP: #427822
18987
18988 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 07:50:21 -0600
18989
18990 linux (2.6.31-10.32) karmic; urgency=low
18991
18992 [ Eric Miao ]
18993
18994 * [Config] enable module support for memory stick
18995 - LP: #159951
18996
18997 [ Tim Gardner ]
18998
18999 * [Config] Unconditionally copy files from sub-flavours lists.
19000 - LP: #423426
19001
19002 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Sep 2009 15:57:55 -0600
19003
19004 linux (2.6.31-10.31) karmic; urgency=low
19005
19006 [ Andy Whitcroft ]
19007
19008 * rebase to v2.6.31 final
19009
19010 [ Colin Watson ]
19011
19012 * [Config] Recommend grub-pc in linux-image
19013 - LP: #385741
19014
19015 [ Ike Panhc ]
19016
19017 * [Upstream] Pull latest update of lenovo-sl-laptop
19018
19019 [ Peter Feuerer ]
19020
19021 * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150
19022 model
19023 - LP: #426691
19024
19025 [ Tim Gardner ]
19026
19027 * [Config] De-macro some package names.
19028
19029 [ Upstream Changes ]
19030
19031 * rebase to 2.6.31 final.
19032
19033 -- Andy Whitcroft <apw@canonical.com> Thu, 10 Sep 2009 09:38:10 +0100
19034
19035 linux (2.6.31-10.30) karmic; urgency=low
19036
19037 [ Amit Kucheria ]
19038
19039 * [Config] Enable CONFIG_USB_DEVICEFS
19040 - LP: #417748
19041 * [Config] Populate the config-update template a bit more
19042
19043 [ Andy Whitcroft ]
19044
19045 * rebase to v2.6.31-rc9
19046 * [Config] update configs following rebase to v2.6.31-rc9
19047 * [Config] update ports configs following rebase to v2.6.31-rc9
19048
19049 [ Colin Ian King ]
19050
19051 * SAUCE: wireless: hostap, fix oops due to early probing interrupt
19052 - LP: #254837
19053
19054 [ Jerone Young ]
19055
19056 * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux)
19057 white-list
19058 - LP: #281732
19059 * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux)
19060 white-list
19061 - LP: #281732
19062 * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux)
19063 white-list
19064 - LP: #281732
19065 * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux)
19066 white-list
19067 - LP: #281732
19068 * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux)
19069 white-list
19070 - LP: #281732
19071
19072 [ John Johansen ]
19073
19074 * SAUCE: AppArmor: Fix profile attachment for regexp based profile names
19075 - LP: #419308
19076 * SAUCE: AppArmor: Return the correct error codes on profile
19077 addition/removal
19078 - LP: #408473
19079 * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list
19080 - LP: #408454
19081 * SAUCE: AppArmor: Fix mapping of pux to new internal permission format
19082 - LP: #419222
19083 * SAUCE: AppArmor: Fix change_profile failure
19084 - LP: #401931
19085 * SAUCE: AppArmor: Tell git to ignore generated include files
19086 - LP: #419505
19087
19088 [ Stefan Bader ]
19089
19090 * [Upstream] acpi: video: Loosen strictness of video bus detection code
19091 - LP: #333386
19092 * SAUCE: Remove ov511 driver from ubuntu subdirectory
19093
19094 [ Tim Gardner ]
19095
19096 * [Config] Exclude char-modules from non-x86 udeb creation
19097 * SAUCE: Notify the ACPI call chain of AC events
19098 * [Config] CONFIG_SATA_VIA=m
19099 - LP: #403385
19100 * [Config] Build in all phylib support modules.
19101 * [Config] Don't fail when sub-flavour files are missing
19102 - LP: #423426
19103 * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0
19104 - LP: #423513
19105
19106 [ Upstream ]
19107
19108 * Rebased against v2.6.31-rc9
19109
19110 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Sep 2009 11:33:45 +0100
19111
19112 linux (2.6.31-9.29) karmic; urgency=low
19113
19114 [ Leann Ogasawara ]
19115
19116 * [Upstream] agp/intel: support for new chip variant of IGDNG mobile
19117 - LP: #419993
19118 * [Config] d-i/modules: Add new char-modules file, initialize with
19119 intel-agp
19120 - LP: #420605
19121
19122 [ Upstream ]
19123
19124 * Rebased against 2.6.31-rc8 plus some inotify regression patches:
19125 up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
19126 adda766193ea1cf3137484a9521972d080d0b7af.
19127
19128 -- Tim Gardner <tim.gardner@canonical.com> Fri, 28 Aug 2009 06:31:30 -0600
19129
19130 linux (2.6.31-8.28) karmic; urgency=low
19131
19132 [ Ike Panhc ]
19133
19134 * [Config] Let nic-shared-modules depends on crypto-modules
19135 - LP: #360966
19136
19137 [ Leann Ogasawara ]
19138
19139 * [Upstream] (drop after 2.6.31) drm/i915: increase default latency
19140 constant
19141 - LP: #412492
19142
19143 [ Mario Limonciello ]
19144
19145 * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock
19146 status if HW switch is disabled
19147 - LP: #418721
19148 * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known
19149 Compal made Dell laptops
19150 * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support
19151 with rfkill support
19152
19153 [ Tim Gardner ]
19154
19155 * [Config] Add acpiphp to virtual sub-flavour
19156 - LP: #364916
19157 * Drop KSM patch set for now because of instabilities with encrypted swap.
19158 - LP: #418781
19159
19160 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2009 08:14:26 -0600
19161
19162 linux (2.6.31-7.27) karmic; urgency=low
19163
19164 [ Tim Gardner ]
19165
19166 * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase
19167 * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18
19168 Replaces previous ksm patches from 2.6.31-6.25
19169 * [Config] KSM=y
19170
19171 [ Upstream ]
19172
19173 * Rebased against v2.6.31-rc7
19174
19175 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Aug 2009 20:32:11 -0600
19176
19177 linux (2.6.31-6.26) karmic; urgency=low
19178
19179 [ Andy Whitcroft ]
19180
19181 * [Config] enable CONFIG_AUFS_BR_RAMFS
19182 - LP: #414738
19183 * split out debian directory ready for abstraction
19184 * add printdebian target to find branch target
19185 * abstracted debian -- debian/files is not abstracted
19186 * abstracted debian -- packages must be built in debian/<pkg>
19187 * abstracted debian -- kernel-wedge needs to work in debian/
19188 * abstracted debian -- ensure we install the copyright file
19189 * abstracted-debian -- drop the debian directories from headers
19190 * abstracted-debian -- drop the debian directories from headers part 2
19191 * SAUCE: ubuntu-insert-changes -- follow abstracted debian
19192 * [Upstream] aoe: ensure we initialise the request_queue correctly V2
19193 - LP: #410198
19194
19195 [ Luke Yelavich ]
19196
19197 * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp
19198 * [Config] Ports: Re-enable windfarm modules on powerpc64-smp
19199 - LP: #413150
19200 * [Config] Ports: Build all cpu frequency scaling governors into ports
19201 kernels
19202 * [Config] Ports: Build ext2 and ext3 modules into ports kernels
19203 * [Config] Ports: CONFIG_PACKET=y for all ports kernels
19204 * [Config] Ports: Enable PS3 network driver
19205
19206 [ Stefan Bader ]
19207
19208 * abstracted debian -- call $(DEBIAN)/rules using make
19209
19210 [ Tim Gardner ]
19211
19212 * [Config] Abstract the debian directory
19213 * SAUCE: Improve error reporting in postinst
19214 - LP: #358564
19215
19216 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Aug 2009 20:33:28 -0600
19217
19218 linux (2.6.31-6.25) karmic; urgency=low
19219
19220 [ Andy Whitcroft ]
19221
19222 * script to generate Ubuntu changes from changelog
19223 * [Config] standardise ANDROID options
19224 * [Config] standardise CONFIG_ATM as module
19225 * [Config] standardise CONFIG_LIB80211 as module
19226 * [Config] disable CONFIG_PRINT_QUOTA_WARNING
19227 * [Config] set CONFIG_CRAMFS as module
19228 * [Config] enable CONFIG_DAB and modules
19229 * [Config] set CONFIG_MAC80211_HWSIM as module
19230 * [Config] set CONFIG_NET_CLS_FLOW as module
19231 * [Config] set CONFIG_NF_CONNTRACK_SANE as module
19232 * [Config] set CONFIG_NF_CT_PROTO_DCCP as module
19233 * [Config] set CONFIG_RTC_DRV_DS1511 as module
19234 * [Config] set CONFIG_RTC_DRV_R9701 as module
19235 * [Config] set CONFIG_RTC_DRV_S35390A as module
19236 * [Config] set CONFIG_TOIM3232_DONGLE as module
19237 * [Config] standardise CONFIG_USB_MIDI_GADGET as module
19238 * [Config] standardise CONFIG_USB_G_PRINTER as module
19239 * [Config] standardise CONFIG_USB_SERIAL_IR as module
19240 * [Config] set CONFIG_USB_SERIAL_IUU as module
19241 * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module
19242 * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module
19243 * cleanup remains of dm-loop
19244 * drop thinkpad ec and smapi support
19245 * drop appleir
19246 * [Config] update configs following rebase to v2.6.31-rc6
19247 * rebase to v2.6.31-rc6
19248
19249 [ Hugh Dickins ]
19250
19251 * SAUCE: ksm patch 1, drop after 2.6.31
19252 * SAUCE: ksm patch 2, drop after 2.6.31
19253 * SAUCE: ksm patch 3, drop after 2.6.31
19254 * SAUCE: ksm patch 4, drop after 2.6.31
19255 * SAUCE: ksm patch 5, drop after 2.6.31
19256 * SAUCE: ksm patch 7, drop after 2.6.31
19257
19258 [ Izik Eidus ]
19259
19260 * SAUCE: ksm patch 0, drop after 2.6.31
19261 * SAUCE: ksm patch 6, drop after 2.6.31
19262 * SAUCE: ksm patch 8, drop after 2.6.31
19263 * SAUCE: ksm patch 9, drop after 2.6.31
19264
19265 [ Luke Yelavich ]
19266
19267 * [Config] Ports: Re-add PS3 modules to udebs
19268
19269 [ Michael Casadevall ]
19270
19271 * [Config] Update SPARC config and d-i files to reflect what can be built
19272
19273 [ Tim Gardner ]
19274
19275 * [Config] Removed armel package support
19276 * [Config] Enabled CONFIG_KSM=y
19277
19278 [ Upstream Kernel Changes ]
19279
19280 * Rebased against v2.6.31-rc6
19281 * ARM: Cleanup: Revert "ARM: Add more cache memory types macros"
19282 * ARM: Cleanup: Revert "Do not use OOB with MLC NAND"
19283 * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers"
19284 * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile"
19285 * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c
19286 changes"
19287 * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix"
19288 * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system
19289 revision"
19290 * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver
19291 by default"
19292 * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC"
19293 * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable
19294 ARCH_MXC_CANONICAL"
19295 * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable
19296 CONFIG_GPIOLIB"
19297 * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on
19298 2.6.31"
19299 * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51"
19300 * ARM: Cleanup: Revert "ARM: IMX51: Make it compile."
19301 * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including
19302 mxc_uart.h _everywhere_"
19303 * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the
19304 correct location"
19305 * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to
19306 snd_card_create"
19307 * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig"
19308 * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype"
19309 * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure."
19310 * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for
19311 mxc_map_io."
19312 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
19313 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
19314 * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced
19315 with snd_soc_card."
19316 * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card
19317 structure"
19318 * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for
19319 DMA_MODE_READ/WRITE/MASK"
19320 * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for
19321 Freescale mx51 platform"
19322 * Driver core: add new device to bus's list before probing
19323 * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at
19324 power-saving
19325 - LP: #381693, #399750, #380892
19326
19327 -- Andy Whitcroft <apw@canonical.com> Fri, 14 Aug 2009 11:32:23 +0100
19328
19329 linux (2.6.31-5.24) karmic; urgency=low
19330
19331 [ Amit Kucheria ]
19332
19333 * ARM: IMX51: Make video capture drivers compile
19334 * [Config] IMX51: Config updates
19335
19336 [ Andy Whitcroft ]
19337
19338 * remove leftovers of dm-bbr
19339
19340 [ Leann Ogasawara ]
19341
19342 * Add pata_cs5535 to pata-modules
19343 - LP: #318805
19344
19345 [ Luke Yelavich ]
19346
19347 * [Config] CONFIG_PPC64=y for powerpc64-smp
19348 * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp
19349 * [Config] CONFIG_PPC_PS3=y for powerpc64-smp
19350 * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp
19351 * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp
19352 * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp
19353 * [Config] Enable all PS3 drivers in powerpc64-smp
19354
19355 [ Mario Limonciello ]
19356
19357 * LIRC -- fix lirc-i2c 2.6.31 compilation
19358
19359 [ Matthew Garrett ]
19360
19361 * [Upstream] dell-laptop: Fix rfkill state queries
19362
19363 [ Tim Gardner ]
19364
19365 * [Config] Ignore armel ABI and module changes
19366 * [Config] Update configs after rebase against 2.6.31-rc5
19367
19368 [ Upstream ]
19369
19370 * Rebased to 2.6.31-rc5
19371
19372 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2009 10:10:09 +0100
19373
19374 linux (2.6.31-4.23) karmic; urgency=low
19375
19376 [ Andy Whitcroft ]
19377
19378 * AUFS -- update to aufs2-30 20090727
19379 * [Config] enable AUFS FUSE support
19380
19381 [ Luke Yelavich ]
19382
19383 * [Config] CONFIG_JFS_FS=m on sparc
19384
19385 [ Tim Gardner ]
19386
19387 * [Upstream] dell-laptop: Fix rfkill state setting.
19388
19389 -- Andy Whitcroft <apw@canonical.com> Mon, 27 Jul 2009 11:11:47 +0100
19390
19391 linux (2.6.31-4.22) karmic; urgency=low
19392
19393 [ Amit Kucheria ]
19394
19395 * ARM: IMX51: Add SoC and board support for Freescale mx51 platform
19396 * ARM: IMX51: Move board-mx51* header files to the correct location
19397 * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_
19398 * ARM: IMX51: Make it compile.
19399 * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB
19400 * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL
19401 * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC
19402 * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default
19403 * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes
19404 * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef
19405 * ARM: staging: udlfb: Add vmalloc.h include
19406 * UBUNTU [Config]: Bring imx51 config upto date with other flavours
19407
19408 [ Brad Figg ]
19409
19410 * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK
19411 * ARM: IMX51: codec structure was moved to the card structure
19412 * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card.
19413 * ARM: IMX51: Get to bus_id by calling dev_name.
19414 * ARM: IMX51: Get to bus_id by calling dev_name.
19415 * ARM: IMX51: Added external declaration for mxc_map_io.
19416 * ARM: IMX51: Removed the mxc_gpio_port structure.
19417 * ARM: IMX51: mxc_timer_init prototype
19418 * ARM: IMX51: Fix up merge error in Kconfig
19419 * ARM: IMX51: Changed from snd_card_new to snd_card_create
19420
19421 [ Dinh Nguyen ]
19422
19423 * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51
19424 * ARM: IMX51: Minimal changes for USB to work on 2.6.31
19425 * ARM: IMX51: Babbage 2.5 needs a different system revision
19426 * ARM: IMX51: IPU irq handler deadlock fix
19427
19428 [ Tim Gardner ]
19429
19430 * [Config] Enabled CONFIG_CAN=m
19431 - LP: #327243
19432 * [Config] Enabled CONFIG_SERIAL=m
19433 - LP: #397189
19434
19435 -- Tim Gardner <tim.gardner@canonical.com> Fri, 24 Jul 2009 06:19:10 -0600
19436
19437 linux (2.6.31-4.21) karmic; urgency=low
19438
19439 [ Amit Kucheria ]
19440
19441 * dm-raid-4-5: Add missing brackets around test_bit()
19442
19443 [ John Johansen ]
19444
19445 * AppArmor: Fix change_profile failing lpn401931
19446 * AppArmor: Fix determination of forced AUDIT messages.
19447 * AppArmor: Fix oops in auditing of the policy interface offset
19448
19449 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 19:18:30 +0100
19450
19451 linux (2.6.31-4.20) karmic; urgency=low
19452
19453 [ Andy Whitcroft ]
19454
19455 * SAUCE: iscsitarget -- update to SVN revision r214
19456 * SAUCE: iscsitarget -- renable driver
19457 * [Config] consolidate lpia/lpia and i386/generic configs
19458 * [Config] enable CRYPTO modules for all architectures
19459 * [Config] enable cryptoloop
19460 * [Config] enable various filesystems for armel
19461 * [Config] sync i386 generic and generic-pae
19462 * [Config] add the 386 (486 processors and above) flavour
19463 * [Config] re-set DEFAULT_MMAP_MIN_ADDR
19464 - LP: #399914
19465 * add genconfigs/genportsconfigs to extract the built configs
19466 * updateconfigs -- alter concatenation order allow easier updates
19467 * intelfb -- INTELFB now conflicts with DRM_I915
19468 * printchanges -- rebase tree does not have stable tags use changelog
19469 * AppArmor: fix argument size missmatch on 64 bit builds
19470
19471 [ Ike Panhc ]
19472
19473 * Ship bnx2x firmware in nic-modules udeb
19474 - LP: #360966
19475
19476 [ Jeff Mahoney ]
19477
19478 * AppArmor: fix build failure on ia64
19479
19480 [ John Johansen ]
19481
19482 * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to
19483 initialize.
19484 * AppArmour: fix auditing of domain transitions to include target profile
19485 information
19486 * AppArmor: fix C99 violation
19487 * AppArmor: revert reporting of create to write permission.
19488 * SAUCE: Add config option to set a default LSM
19489 * [Config] enable AppArmor by default
19490 * AppArmor: Fix NULL pointer dereference oops in profile attachment.
19491
19492 [ Keith Packard ]
19493
19494 * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class
19495 hardware
19496 - LP: #351756
19497
19498 [ Luke Yelavich ]
19499
19500 * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel
19501 header packages
19502 - LP: #355344
19503
19504 [ Michael Casadevall ]
19505
19506 * [Config] update SPARC config files to allow success build
19507
19508 [ Scott James Remnant ]
19509
19510 * SAUCE: trace: add trace_event for the open() syscall
19511
19512 [ Stefan Bader ]
19513
19514 * SAUCE: jfs: Fix early release of acl in jfs_get_acl
19515 - LP: #396780
19516
19517 [ Tim Gardner ]
19518
19519 * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release
19520 - LP: #397499
19521 * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727
19522 refresh
19523 - LP: #365291
19524 * [Config] SSB/B44 are common across all arches/flavours.
19525
19526 [ Upstream ]
19527
19528 * Rebased to 2.6.31-rc4
19529
19530 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 08:41:39 +0100
19531
19532 linux (2.6.31-3.19) karmic; urgency=low
19533
19534 [ Andy Whitcroft ]
19535
19536 * Revert "[Config] Disabled NDISWRAPPER"
19537 * ndiswrapper -- fix i386 compilation failures on cmpxchg8b
19538 * AUFS -- export various core functions
19539 * AUFS -- export various core functions -- fixes
19540 * AUFS -- core filesystem
19541 * AUFS -- track changes in v2.6.31
19542 * [Config] Enable AUFS
19543 * droppped 'iwl3945: do not send scan command if channel count zero' as it
19544 is already upstream but failed to auto-drop on rebase.
19545
19546 [ Eric Paris ]
19547
19548 * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user
19549 choose
19550 * SAUCE: inotify: check filename before dropping repeat events
19551 * SAUCE: fsnotify: fix inotify tail drop check with path entries
19552
19553 -- Andy Whitcroft <apw@canonical.com> Tue, 14 Jul 2009 12:52:55 +0100
19554
19555 linux (2.6.31-3.18) karmic; urgency=low
19556
19557 [ Andy Whitcroft ]
19558
19559 * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by
19560 AUFS"
19561 * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS"
19562 * Revert "Add sec_perm-2.6.24.patch from AUFS - export
19563 security_inode_permission"
19564 * clear out left over AUFS files and modifications
19565
19566 [ Luke Yelavich ]
19567
19568 * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc
19569 * SAUCE: Explicitly include header files to allow apparmor to build on
19570 powerpc
19571 * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc
19572
19573 [ Tim Gardner ]
19574
19575 * [Config] Dropped ubuntu/misc/wireless/acx
19576 * [Config] Disabled NDISWRAPPER until the compile issues are fixed.
19577
19578 [ Upstream ]
19579
19580 * Rebased to 2.6.31-rc3
19581
19582 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 18:59:33 +0100
19583
19584 linux (2.6.31-2.17) karmic; urgency=low
19585
19586 [ Andy Whitcroft ]
19587
19588 * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc
19589 * compcache -- remove redundant Kconfig entries part 2
19590 * compcache -- clean up CCFLAGS declarations
19591 * [Config] enable AppArmor
19592 * AppArmor: fix operator precidence issue in as_path_link
19593
19594 [ John Johansen ]
19595
19596 * AppArmor security module
19597 * AppArmor: Correct mapping of file permissions.
19598 * AppArmor: Turn auditing of ptrace on
19599
19600 [ Luke Yelavich ]
19601
19602 * [Config] disable CONFIG_DM_RAID45 on powerpc
19603
19604 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 15:02:05 +0100
19605
19606 linux (2.6.31-2.16) karmic; urgency=low
19607
19608 [ Andy Whitcroft ]
19609
19610 * compcache -- remove redundant Kconfig entries
19611 added ignore and ignore.modules for all arches since the compcache update
19612 changes the modules names as well as some compcache ABI values.
19613
19614 [ Manoj Iyer ]
19615
19616 * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3)
19617 * SAUCE: update compcache version to 0.5.3
19618
19619 [ Tim Gardner ]
19620
19621 * [Config]: Fix sparc FTBS by adding ignore.modules
19622
19623 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jul 2009 13:35:29 -0600
19624
19625 linux (2.6.31-2.15) karmic; urgency=low
19626
19627 [ Andy Whitcroft ]
19628
19629 * SAUCE: default ATI Radeon KMS to off until userspace catches up
19630 * [Config] Update configs following rebase to 2.6.31-rc2
19631 * [Config] update ports configs following update to 2.6.31-rc2
19632
19633 [ Luke Yelavich ]
19634
19635 * [Config] powerpc - Disable CONFIG_RDS
19636
19637 [ Matt Zimmerman ]
19638
19639 * Rename linux-doc-PKGVER to linux-doc and clean up its description
19640 - LP: #382115
19641
19642 [ Upstream Kernel Changes ]
19643
19644 * rebased to mainline 2.6.31-rc2
19645
19646 -- Andy Whitcroft <apw@canonical.com> Sat, 04 Jul 2009 17:39:13 +0100
19647
19648 linux (2.6.31-1.14) karmic; urgency=low
19649
19650 [ Andy Whitcroft ]
19651
19652 * update ndiswrapper to 1.55
19653 * remove leftovers of gfs
19654 * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR
19655
19656 [ Luke Yelavich ]
19657
19658 * [Config] re-enable and build the ide-pmac driver into powerpc kernels
19659 * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the
19660 kernel
19661
19662 [ Manoj Iyer ]
19663
19664 * Remove snd-bt-sco ubuntu driver
19665
19666 [ Michael Casadevall ]
19667
19668 * [Config] updates ia64 config and d-i folders to allow succesful build
19669 * [Config] Update powerpc and sparc for 2.6.31
19670
19671 [ Upstream Kernel Changes ]
19672
19673 * intel-iommu: fix Identity Mapping to be arch independent
19674 - LP: #384695
19675 * ACPI: video: prevent NULL deref in acpi_get_pci_dev()
19676
19677 -- Andy Whitcroft <apw@canonical.com> Tue, 30 Jun 2009 17:47:32 +0100
19678
19679 linux (2.6.31-1.13) karmic; urgency=low
19680
19681 [ Andy Whitcroft ]
19682
19683 * REBASE: rebased to mainline 2.6.31-rc1
19684 - "UBUNTU: SAUCE: UHCI USB quirk for resume"
19685 no longer applies, using deprecated interfaces, LPIA only, dropped
19686 - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data"
19687 changes now upstream, dropped
19688 * [Config] Update configs following rebase to 2.6.31-rc1
19689 * [Config] update ports configs following update to 2.6.31-rc1
19690
19691 * [Config] disable broken staging driver CONFIG_STLC45XX
19692 * SAUCE: fix compcache to use updates accessors
19693 * [Config] disable staging driver CONFIG_VT6655
19694 * SAUCE: fix DRDB to use updates accessors
19695 * [Disable] ndiswrapper needs update
19696 * [Disable] LIRC I2C needs update
19697 * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update
19698 * [Config] disable I2C_DESIGNWARE does not compile
19699 * [Config] disable CONFIG_TLSUP for lpia
19700 * [Config] disable CONFIG_FB_UDL for arm
19701 * SAUCE: disable adding scsi headers to linux-libc-dev
19702
19703 [ Mario Limonciello ]
19704
19705 * SAUCE: Add LIRC drivers
19706
19707 -- Andy Whitcroft <apw@canonical.com> Thu, 25 Jun 2009 12:06:22 +0100
19708
19709 linux (2.6.30-10.12) karmic; urgency=low
19710
19711 [ Andy Whitcroft ]
19712
19713 * [Config] split out the ports configs into their own family
19714 * [Config] update configs following introduction of ports family
19715
19716 [ Upstream Kernel Changes ]
19717
19718 * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its
19719 description". Fixes linux-doc package name conflicts for now.
19720 - LP: #382115
19721
19722 -- Tim Gardner <tim.gardner@canonical.com> Mon, 22 Jun 2009 09:17:14 -0600
19723
19724 linux (2.6.30-10.11) karmic; urgency=low
19725
19726 [ Amit Kucheria ]
19727
19728 * [Config] Comment splitconfig.pl and misc cleanup
19729 * [Config] Rename all configs to the new naming scheme
19730 * [Config] Splitconfig rework
19731 * [Config] Rename scripts/misc/oldconfig to kernelconfig
19732 * [Config] Fix build system for new config split
19733 * [Config] Run updateconfigs after the splitconfig rework
19734
19735 [ Andy Whitcroft ]
19736
19737 * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y"
19738 * [Config] standardise CONFIG_STAGING=y
19739 * [Config] standardise CONFIG_RD_LZMA=y
19740 * [Config] CONFIG_PCI_IOV=y
19741 * [Config] CONFIG_PCI_STUB=m
19742 * [Config] merge kernel configs more agressively
19743
19744 [ Colin Watson ]
19745
19746 * [Config] Run kernel-wedge in $(builddir) rather than at the top level
19747 * [Config] Add support for including firmware in udebs
19748 * [Config] Ship bnx2 firmware in nic-modules udeb
19749 - LP: #384861
19750
19751 [ Luke Yelavich ]
19752
19753 * [Config] ports - Import of ports architectures into kernel packaging
19754 infrastructure
19755 * [Config] ports - Do not update ports kernel configurations by default
19756 * [Config] ports - Disable ABI checking for ports architectures
19757 * [Config] ports - Build drivers in ubuntu sub-directory on powerpc
19758 * [Config] ports - Add control.d/vars.* files for ports architectures
19759 * [Config] ports - Add ports architectures for linux-libc-dev
19760 * [Config] ports - Create powerpc specific message-modules and
19761 block-modules udebs
19762 * [Config] ports - Add configuration files for ports architectures
19763
19764 [ Manoj Iyer ]
19765
19766 * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386
19767 - LP: #329864
19768
19769 [ Michael Casadevall ]
19770
19771 * [Config] ports - Fix compression of kernels
19772
19773 [ Stefan Bader ]
19774
19775 * [Upstream] mmc: prevent dangling block device from accessing stale
19776 queues
19777 - LP: #383668
19778
19779 [ Tim Gardner ]
19780
19781 * [Config] Recommend grub-pc in linux-image
19782 - LP: #385741
19783 * [Config] Implement i386 generic and generic-pae flavours
19784 * [Config] ports - Add control info after integrating ports arches
19785 * [Config] Removed auto-generated files from git
19786 * [Config] Added netxen_nic to nic-modules
19787 - LP: #389603
19788
19789 [ Matt Zimmerman ]
19790
19791 * Rename linux-doc-PKGVER to linux-doc and clean up its description
19792 - LP: #382115
19793
19794 -- Tim Gardner <tim.gardner@canonical.com> Mon, 15 Jun 2009 14:38:26 -0600
19795
19796 linux (2.6.30-9.10) karmic; urgency=low
19797
19798 [ Andy Whitcroft ]
19799
19800 * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia)
19801 * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia)
19802 * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia)
19803 * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64)
19804 * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia)
19805 * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386)
19806
19807 [ Upstream Kernel Changes ]
19808
19809 * rebased to 2.6.30 final
19810
19811 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jun 2009 11:42:53 +0100
19812
19813 linux (2.6.30-8.9) karmic; urgency=low
19814
19815 [ Andy Whitcroft ]
19816
19817 * Config update removed the following options:
19818 CONFIG_EDAC_AMD8111=m
19819 CONFIG_EDAC_AMD8131=m
19820
19821 [ Upstream Kernel Changes ]
19822
19823 * rebased to 2.6.30-rc8
19824
19825 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Jun 2009 09:21:13 +0100
19826
19827 linux (2.6.30-7.8) karmic; urgency=low
19828
19829 [ Andy Whitcroft ]
19830
19831 * Enabled NEW configration options:
19832 Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y
19833 Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M
19834
19835 [ Upstream Kernel Changes ]
19836
19837 * rebased to 2.6.30-rc7
19838
19839 -- Andy Whitcroft <apw@canonical.com> Sat, 23 May 2009 23:47:24 +0100
19840
19841 linux (2.6.30-6.7) karmic; urgency=low
19842
19843 [ Andy Whitcroft ]
19844
19845 * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now
19846 upstream)
19847
19848 [ Upstream Kernel Changes ]
19849
19850 * rebased to 2.6.30-rc6
19851
19852 -- Andy Whitcroft <apw@canonical.com> Mon, 18 May 2009 18:05:54 +0100
19853
19854 linux (2.6.30-5.6) karmic; urgency=low
19855
19856 [ Tim Gardner ]
19857
19858 * [Config] Enable Keyspan USB serial device firmware in kernel module
19859 - LP: #334285
19860
19861 [ Upstream Kernel Changes ]
19862
19863 * rebased to 2.6.30-rc5
19864
19865 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 May 2009 12:02:16 -0600
19866
19867 linux (2.6.30-4.5) karmic; urgency=low
19868
19869 [ Colin Watson ]
19870
19871 * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid
19872 /usr/include/asm/* going missing
19873 - LP: #373214
19874
19875 -- Stefan Bader <stefan.bader@canonical.com> Fri, 08 May 2009 11:09:08 +0200
19876
19877 linux (2.6.30-3.4) karmic; urgency=low
19878
19879 [ Kees Cook ]
19880
19881 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
19882 - LP: #369978
19883
19884 [ Stefan Bader ]
19885
19886 * SAUCE: input: Blacklist digitizers from joydev.c
19887 - LP: #300143
19888
19889 -- Tim Gardner <tim.gardner@canonical.com> Fri, 01 May 2009 14:00:42 -0600
19890
19891 linux (2.6.30-2.3) karmic; urgency=low
19892
19893 [ Tim Gardner ]
19894
19895 * [Config] Enabled CC_STACKPROTECTOR=y for all x86en
19896 - LP: #369152
19897 * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y
19898 * [Config] CONFIG_DRM_I915_KMS=y
19899 * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH
19900 minimums
19901
19902 [ Upstream Kernel Changes ]
19903
19904 * rebased to 2.6.30-rc4
19905
19906 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Apr 2009 09:17:05 -0600
19907
19908 linux (2.6.30-1.2) karmic; urgency=low
19909
19910 [ Tim Gardner ]
19911
19912 * [Config] armel: disable staging drivers, fixes FTBS
19913 * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS
19914
19915 [ Upstream Kernel Changes ]
19916
19917 * mpt2sas: Change reset_type enum to avoid namespace collision.
19918 Submitted upstream.
19919
19920 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 Apr 2009 16:54:41 -0600
19921
19922 linux (2.6.30-1.1) karmic; urgency=low
19923
19924 * Initial release after rebasing against v2.6.30-rc3
19925
19926 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Mar 2009 19:16:07 -0600
19927