]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - debian.master/changelog
eee4105d48b737f24c4fe4b7eb7672c28319c2c9
[mirror_ubuntu-zesty-kernel.git] / debian.master / changelog
1 linux (4.10.0-15.17) zesty; urgency=low
2
3 [ Tim Gardner ]
4
5 * Release Tracking Bug
6 - LP: #1675868
7
8 * In ZZ-BML (POWER9):ubuntu17.04 installation Fails (LP: #1675771)
9 - powerpc/64s: fix handling of non-synchronous machine checks
10 - powerpc/64s: allow machine check handler to set severity and initiator
11 - powerpc/64s: POWER9 machine check handler
12
13 * [Feature] R3 mwait support for Knights Mill (LP: #1637550)
14 - x86/cpufeature: Enable RING3MWAIT for Knights Landing
15 - x86/cpufeature: Enable RING3MWAIT for Knights Mill
16 - x86/msr: Add MSR_MISC_FEATURE_ENABLES and RING3MWAIT bit
17 - x86/elf: Add HWCAP2 to expose ring 3 MONITOR/MWAIT
18 - x86/cpufeature: Add RING3MWAIT to CPU features
19
20 * [Feature] GLK:New device IDs (LP: #1645951)
21 - mfd: intel-lpss: Add Intel Gemini Lake PCI IDs
22 - pwm: lpss: Add Intel Gemini Lake PCI ID
23 - i2c: i801: Add support for Intel Gemini Lake
24 - spi: pxa2xx: Add support for Intel Gemini Lake
25 - [Config] CONFIG_PINCTRL_GEMINILAKE=m
26 - pinctrl: intel: Add Intel Gemini Lake pin controller support
27
28 * Zesty update to v4.10.5 stable release (LP: #1675032)
29 - net/mlx5e: Register/unregister vport representors on interface attach/detach
30 - net/mlx5e: Do not reduce LRO WQE size when not using build_skb
31 - net/mlx5e: Fix broken CQE compression initialization
32 - net/mlx5e: Update MPWQE stride size when modifying CQE compress state
33 - net/mlx5e: Fix wrong CQE decompression
34 - vxlan: correctly validate VXLAN ID against VXLAN_N_VID
35 - vti6: return GRE_KEY for vti6
36 - vxlan: don't allow overwrite of config src addr
37 - ipv4: add missing initialization for flowi4_uid
38 - ipv4: mask tos for input route
39 - sctp: set sin_port for addr param when checking duplicate address
40 - net sched actions: decrement module reference count after table flush.
41 - l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv
42 - vxlan: lock RCU on TX path
43 - geneve: lock RCU on TX path
44 - mlxsw: spectrum_router: Avoid potential packets loss
45 - net: bridge: allow IPv6 when multicast flood is disabled
46 - net: don't call strlen() on the user buffer in packet_bind_spkt()
47 - net: net_enable_timestamp() can be called from irq contexts
48 - ipv6: orphan skbs in reassembly unit
49 - dccp: Unlock sock before calling sk_free()
50 - amd-xgbe: Stop the PHY before releasing interrupts
51 - amd-xgbe: Be sure to set MDIO modes on device (re)start
52 - amd-xgbe: Don't overwrite SFP PHY mod_absent settings
53 - bonding: use ETH_MAX_MTU as max mtu
54 - strparser: destroy workqueue on module exit
55 - tcp: fix various issues for sockets morphing to listen state
56 - net: fix socket refcounting in skb_complete_wifi_ack()
57 - net: fix socket refcounting in skb_complete_tx_timestamp()
58 - net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dump
59 - dccp: fix use-after-free in dccp_feat_activate_values
60 - team: use ETH_MAX_MTU as max mtu
61 - vrf: Fix use-after-free in vrf_xmit
62 - net/tunnel: set inner protocol in network gro hooks
63 - uapi: fix linux/packet_diag.h userspace compilation error
64 - amd-xgbe: Enable IRQs only if napi_complete_done() is true
65 - act_connmark: avoid crashing on malformed nlattrs with null parms
66 - mpls: Send route delete notifications when router module is unloaded
67 - mpls: Do not decrement alive counter for unregister events
68 - ipv6: make ECMP route replacement less greedy
69 - ipv6: avoid write to a possibly cloned skb
70 - net: use net->count to check whether a netns is alive or not
71 - dccp/tcp: fix routing redirect race
72 - tun: fix premature POLLOUT notification on tun devices
73 - dccp: fix memory leak during tear-down of unsuccessful connection request
74 - arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBs
75 - drm/i915/lspcon: Enable AUX interrupts for resume time initialization
76 - drm/i915/gen9+: Enable hotplug detection early
77 - drm/i915/lspcon: Fix resume time initialization due to unasserted HPD
78 - x86/unwind: Fix last frame check for aligned function stacks
79 - x86/tsc: Fix ART for TSC_KNOWN_FREQ
80 - x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y
81 - x86/intel_rdt: Put group node in rdtgroup_kn_unlock
82 - x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm
83 - futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
84 - futex: Add missing error handling to FUTEX_REQUEUE_PI
85 - locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=y
86 - crypto: powerpc - Fix initialisation of crc32c context
87 - crypto: s5p-sss - Fix spinlock recursion on LRW(AES)
88 - Linux 4.10.5
89
90 * Ubuntu server enables screenblanking, concealing crashdumps (DPMS is not
91 used) (LP: #869017)
92 - SAUCE: Disable default console blanking interval
93
94 * CVE-CVE-2017-5986
95 - sctp: deny peeloff operation on asocs with threads sleeping on it
96
97 * tty: acpi/spcr: QDF2400 E44 checks for wrong OEM revision (LP: #1674466)
98 - tty: acpi/spcr: QDF2400 E44 checks for wrong OEM revision
99
100 * Ubuntu 17.04: machine crashes with Oops in dccp_v4_ctl_send_reset while
101 running stress-ng. (LP: #1654073)
102 - tcp/dccp: block BH for SYN processing
103
104 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
105 - tty: Fix ldisc crash on reopened tty
106 - SAUCE: powerpc/powernv/cpuidle: Pass correct drv->cpumask for registration
107
108 * Fix MODULE_FIRMWARE for intel 6030 wireless (LP: #1674334)
109 - iwlwifi: fix MODULE_FIRMWARE for 6030
110
111 * [zesty] net sched actions - Adding support for user cookies (LP: #1674087)
112 - net sched actions: Add support for user cookies
113 - net sched actions: do not overwrite status of action creation.
114
115 * Zesty update to v4.10.4 stable release (LP: #1674288)
116 - iio: 104-quad-8: Fix off-by-one error when addressing flag register
117 - ARM: qcom_defconfig: Enable RPM/RPM-SMD clocks
118 - USB: serial: digi_acceleport: fix OOB data sanity check
119 - USB: serial: digi_acceleport: fix OOB-event processing
120 - crypto: improve gcc optimization flags for serpent and wp512
121 - MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change
122 - MIPS: VDSO: avoid duplicate CAC_BASE definition
123 - MIPS: ip27: Disable qlge driver in defconfig
124 - MIPS: Update ip27_defconfig for SCSI_DH change
125 - MIPS: ip22: Fix ip28 build for modern gcc
126 - MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change
127 - mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy
128 - MIPS: ralink: Cosmetic change to prom_init().
129 - MIPS: ralink: Remove unused timer functions
130 - MIPS: ralink: Remove unused rt*_wdt_reset functions
131 - i2c: bcm2835: Avoid possible NULL ptr dereference
132 - tracing: Add #undef to fix compile error
133 - ucount: Remove the atomicity from ucount->count
134 - efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=y
135 - dw2102: don't do DMA on stack
136 - i2c: add missing of_node_put in i2c_mux_del_adapters
137 - powerpc: Emulation support for load/store instructions on LE
138 - powerpc/booke: Fix boot crash due to null hugepd
139 - powerpc/xics: Work around limitations of OPAL XICS priority handling
140 - PCI: Prevent VPD access for QLogic ISP2722
141 - usb: gadget: dummy_hcd: clear usb_gadget region before registration
142 - usb: dwc3: gadget: make Set Endpoint Configuration macros safe
143 - usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()
144 - usb: ohci-at91: Do not drop unhandled USB suspend control requests
145 - usb: gadget: function: f_fs: pass companion descriptor along
146 - Revert "usb: gadget: uvc: Add missing call for additional setup data"
147 - usb: host: xhci-dbg: HCIVERSION should be a binary number
148 - usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllers
149 - USB: serial: safe_serial: fix information leak in completion handler
150 - USB: serial: omninet: fix reference leaks at open
151 - USB: iowarrior: fix NULL-deref at probe
152 - USB: iowarrior: fix NULL-deref in write
153 - USB: serial: io_ti: fix NULL-deref in interrupt callback
154 - USB: serial: io_ti: fix information leak in completion handler
155 - serial: samsung: Continue to work if DMA request fails
156 - KVM: s390: Fix guest migration for huge guests resulting in panic
157 - KVM: arm/arm64: Let vcpu thread modify its own active state
158 - drm/i915/gvt: Fix superfluous newline in GVT_DISPLAY_READY env var
159 - serial_ir: ensure we're ready to receive interrupts
160 - dm: flush queued bios when process blocks to avoid deadlock
161 - rc: raw decoder for keymap protocol is not loaded on register
162 - ext4: don't BUG when truncating encrypted inodes on the orphan list
163 - IB/mlx5: Verify that Q counters are supported
164 - Linux 4.10.4
165
166 * ip_rcv_finish() NULL pointer kernel panic (LP: #1672470)
167 - bridge: drop netfilter fake rtable unconditionally
168
169 * Miscellaneous Ubuntu changes
170 - [Config] Remove powerpc architecture build
171 - [Config] updateconfigs after removing powerpc builds
172 - [Config] Update annotations after removing powerpc configs
173
174 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
175
176 linux (4.10.0-14.16) zesty; urgency=low
177
178 [ Tim Gardner ]
179
180 * Release Tracking Bug
181 - LP: #1673805
182
183 * msleep() bug causes Nuvoton I2C TPM device driver delays (LP: #1667567)
184 - tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
185 - SAUCE: tpm: add sleep only for retry in i2c_nuvoton_write_status()
186
187 * C++ demangling support missing from perf (LP: #1396654)
188 - [Config] added binutils-dev to Build-deps
189
190 * dm-queue-length module is not included in installer/initramfs (LP: #1673350)
191 - [Config] d-i: Also add dm-queue-length to multipath modules
192
193 * move aufs.ko from -extra to linux-image package (LP: #1673498)
194 - [config] aufs.ko moved to linux-image package
195
196 * Using an NVMe drive causes huge power drain (LP: #1664602)
197 - nvme: Add a quirk mechanism that uses identify_ctrl
198 - nvme: Enable autonomous power state transitions
199
200 * Broadcom bluetooth modules sometimes fail to initialize (LP: #1483101)
201 - Bluetooth: btbcm: Add a delay for module reset
202
203 * Need support of Broadcom bluetooth device [413c:8143] (LP: #1166113)
204 - Bluetooth: btusb: Add support for 413c:8143
205
206 * Zesty update to v4.10.3 stable release (LP: #1673118)
207 - serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards
208 - KVM: s390: Disable dirty log retrieval for UCONTROL guests
209 - KVM: VMX: use correct vmcs_read/write for guest segment selector/base
210 - Bluetooth: Add another AR3012 04ca:3018 device
211 - phy: qcom-ufs: Don't kfree devres resource
212 - phy: qcom-ufs: Fix misplaced jump label
213 - s390/qdio: clear DSCI prior to scanning multiple input queues
214 - s390/dcssblk: fix device size calculation in dcssblk_direct_access()
215 - s390/kdump: Use "LINUX" ELF note name instead of "CORE"
216 - s390/chsc: Add exception handler for CHSC instruction
217 - s390: TASK_SIZE for kernel threads
218 - s390/topology: correct allocation of topology information
219 - s390: make setup_randomness work
220 - s390: use correct input data address for setup_randomness
221 - net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()
222 - cxl: Prevent read/write to AFU config space while AFU not configured
223 - cxl: fix nested locking hang during EEH hotplug
224 - brcmfmac: fix incorrect event channel deduction
225 - mnt: Tuck mounts under others instead of creating shadow/side mounts.
226 - IB/ipoib: Fix deadlock between rmmod and set_mode
227 - IB/IPoIB: Add destination address when re-queue packet
228 - IB/mlx5: Fix out-of-bound access
229 - IB/SRP: Avoid using IB_MR_TYPE_SG_GAPS
230 - IB/srp: Avoid that duplicate responses trigger a kernel bug
231 - IB/srp: Fix race conditions related to task management
232 - Btrfs: fix data loss after truncate when using the no-holes feature
233 - orangefs: Use RCU for destroy_inode
234 - memory/atmel-ebi: Fix ns <-> cycles conversions
235 - tracing: Fix return value check in trace_benchmark_reg()
236 - ktest: Fix child exit code processing
237 - ceph: remove req from unsafe list when unregistering it
238 - target: Fix NULL dereference during LUN lookup + active I/O shutdown
239 - drivers/pci/hotplug: Handle presence detection change properly
240 - drivers/pci/hotplug: Fix initial state for empty slot
241 - nlm: Ensure callback code also checks that the files match
242 - pwm: pca9685: Fix period change with same duty cycle
243 - xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
244 - nfit, libnvdimm: fix interleave set cookie calculation
245 - mac80211: flush delayed work when entering suspend
246 - mac80211: don't reorder frames with SN smaller than SSN
247 - mac80211: don't handle filtered frames within a BA session
248 - mac80211: use driver-indicated transmitter STA only for data frames
249 - drm/amdgpu: add more cases to DCE11 possible crtc mask setup
250 - drm/amdgpu/pm: check for headless before calling compute_clocks
251 - Revert "drm/amdgpu: update tile table for oland/hainan"
252 - drm/ast: Fix AST2400 POST failure without BMC FW or VBIOS
253 - drm/radeon: handle vfct with multiple vbios images
254 - drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058
255 - drm/ttm: Make sure BOs being swapped out are cacheable
256 - drm/vmwgfx: Work around drm removal of control nodes
257 - drm/imx: imx-tve: Do not set the regulator voltage
258 - drm/atomic: fix an error code in mode_fixup()
259 - drm/i915/gvt: Disable access to stolen memory as a guest
260 - drm: Cancel drm_fb_helper_dirty_work on unload
261 - drm: Cancel drm_fb_helper_resume_work on unload
262 - drm/i915: Recreate internal objects with single page segments if dmar fails
263 - drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS code
264 - drm/i915: Check for timeout completion when waiting for the rq to submitted
265 - drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()
266 - drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXT
267 - libceph: use BUG() instead of BUG_ON(1)
268 - x86, mm: fix gup_pte_range() vs DAX mappings
269 - x86/tlb: Fix tlb flushing when lguest clears PGE
270 - thp: fix another corner case of munlock() vs. THPs
271 - mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()
272 - kasan: resched in quarantine_remove_cache()
273 - fat: fix using uninitialized fields of fat_inode/fsinfo_inode
274 - drivers: hv: Turn off write permission on the hypercall page
275 - Linux 4.10.3
276
277 * Zesty update to v4.10.2 stable release (LP: #1672544)
278 - MIPS: pic32mzda: Fix linker error for pic32_get_pbclk()
279 - MIPS: Fix special case in 64 bit IP checksumming.
280 - MIPS: BCM47XX: Fix button inversion for Asus WL-500W
281 - MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
282 - MIPS: Lantiq: Keep ethernet enabled during boot
283 - MIPS: Clear ISA bit correctly in get_frame_info()
284 - MIPS: Prevent unaligned accesses during stack unwinding
285 - MIPS: Fix get_frame_info() handling of microMIPS function size
286 - MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
287 - MIPS: Calculate microMIPS ra properly when unwinding the stack
288 - MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
289 - mmc: sdhci-acpi: support deferred probe
290 - am437x-vpfe: always assign bpp variable
291 - uvcvideo: Fix a wrong macro
292 - media: fix dm1105.c build error
293 - cxd2820r: fix gpio null pointer dereference
294 - dvb-usb: don't use stack for firmware load
295 - lirc_dev: LIRC_{G,S}ET_REC_MODE do not work
296 - media: Properly pass through media entity types in entity enumeration
297 - ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()
298 - spi: s3c64xx: fix inconsistency between binding and driver
299 - ARM: at91: define LPDDR types
300 - ARM: dts: at91: Enable DMA on sama5d4_xplained console
301 - ARM: dts: at91: Enable DMA on sama5d2_xplained console
302 - ALSA: hda/realtek - Cannot adjust speaker's volume on a Dell AIO
303 - ALSA: hda - fix Lewisburg audio issue
304 - ALSA: timer: Reject user params with too small ticks
305 - ALSA: ctxfi: Fallback DMA mask to 32bit
306 - ALSA: seq: Fix link corruption by event error handling
307 - ALSA: hda - Add subwoofer support for Dell Inspiron 17 7000 Gaming
308 - ALSA: hda - Fix micmute hotkey problem for a lenovo AIO machine
309 - hwmon: (it87) Do not overwrite bit 2..6 of pwm control registers
310 - hwmon: (it87) Ensure that pwm control cache is current before updating values
311 - staging: greybus: loopback: fix broken udelay
312 - staging/lustre/lnet: Fix allocation size for sv_cpt_data
313 - staging: rtl: fix possible NULL pointer dereference
314 - coresight: STM: Balance enable/disable
315 - coresight: fix kernel panic caused by invalid CPU
316 - regulator: Fix regulator_summary for deviceless consumers
317 - tpm_tis: use default timeout value if chip reports it as zero
318 - tpm_tis: fix the error handling of init_tis()
319 - iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
320 - iommu/vt-d: Tylersburg isoch identity map check is done too late.
321 - CIFS: Fix splice read for non-cached files
322 - mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}
323 - mm/page_alloc: fix nodes for reclaim in fast path
324 - mm: vmpressure: fix sending wrong events on underflow
325 - mm: do not access page->mapping directly on page_endio
326 - mm balloon: umount balloon_mnt when removing vb device
327 - mm, vmscan: cleanup lru size claculations
328 - mm, vmscan: consider eligible zones in get_scan_count
329 - sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT
330 - ipc/shm: Fix shmat mmap nil-page protection
331 - ima: fix ima_d_path() possible race with rename
332 - PM / devfreq: Fix available_governor sysfs
333 - PM / devfreq: Fix wrong trans_stat of passive devfreq device
334 - dm cache: fix corruption seen when using cache > 2TB
335 - dm stats: fix a leaked s->histogram_boundaries array
336 - dm round robin: revert "use percpu 'repeat_count' and 'current_path'"
337 - dm raid: fix data corruption on reshape request
338 - scsi: qla2xxx: Cleaned up queue configuration code.
339 - scsi: qla2xxx: Fix response queue count for Target mode.
340 - scsi: qla2xxx: Fix Regression introduced by pci_alloc_irq_vectors_affinity call.
341 - Revert "scsi: aacraid: Reorder Adapter status check"
342 - scsi: aacraid: Reorder Adapter status check
343 - scsi: use 'scsi_device_from_queue()' for scsi_dh
344 - power: reset: at91-poweroff: timely shutdown LPDDR memories
345 - Fix: Disable sys_membarrier when nohz_full is enabled
346 - jbd2: don't leak modified metadata buffers on an aborted journal
347 - block/loop: fix race between I/O and set_status
348 - loop: fix LO_FLAGS_PARTSCAN hang
349 - ext4: Include forgotten start block on fallocate insert range
350 - ext4: do not polute the extents cache while shifting extents
351 - ext4: trim allocation requests to group size
352 - ext4: fix data corruption in data=journal mode
353 - ext4: fix use-after-iput when fscrypt contexts are inconsistent
354 - ext4: fix inline data error paths
355 - ext4: preserve the needs_recovery flag when the journal is aborted
356 - ext4: return EROFS if device is r/o and journal replay is needed
357 - ext4: fix fencepost in s_first_meta_bg validation
358 - samples/seccomp: fix 64-bit comparison macros
359 - mei: remove support for broken parallel read
360 - ath10k: fix boot failure in UTF mode/testmode
361 - ath5k: drop bogus warning on drv_set_key with unsupported cipher
362 - ath9k: fix race condition in enabling/disabling IRQs
363 - ath9k: use correct OTP register offsets for the AR9340 and AR9550
364 - PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal
365 - PCI: altera: Fix TLP_CFG_DW0 for TLP write
366 - Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
367 - crypto: xts - Add ECB dependency
368 - crypto: testmgr - Pad aes_ccm_enc_tv_template vector
369 - crypto: xts - Propagate NEED_FALLBACK bit
370 - crypto: api - Add crypto_requires_off helper
371 - fuse: add missing FR_FORCE
372 - x86/pkeys: Check against max pkey to avoid overflows
373 - arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2
374 - arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLB
375 - arm64: fix erroneous __raw_read_system_reg() cases
376 - KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twice
377 - Revert "arm64: mm: set the contiguous bit for kernel mappings where appropriate"
378 - iio: pressure: mpl115: do not rely on structure field ordering
379 - iio: pressure: mpl3115: do not rely on structure field ordering
380 - can: gs_usb: Don't use stack memory for USB transfers
381 - can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
382 - w1: don't leak refcount on slave attach failure in w1_attach_slave_device()
383 - w1: ds2490: USB transfer buffers need to be DMAable
384 - usb: musb: da8xx: Remove CPPI 3.0 quirk and methods
385 - usb: dwc3: gadget: skip Set/Clear Halt when invalid
386 - usb: host: xhci: plat: check hcc_params after add hcd
387 - usb: gadget: udc-core: Rescan pending list on driver unbind
388 - usb: gadget: udc: fsl: Add missing complete function.
389 - usb: gadget: f_hid: fix: Free out requests
390 - usb: gadget: f_hid: fix: Prevent accessing released memory
391 - usb: gadget: f_hid: Use spinlock instead of mutex
392 - usb: gadget: f_hid: fix: Move IN request allocation to set_alt()
393 - hv: allocate synic pages for all present CPUs
394 - hv: init percpu_list in hv_synic_alloc()
395 - Drivers: hv: vmbus: Prevent sending data on a rescinded channel
396 - Drivers: hv: vmbus: Fix a rescind handling bug
397 - Drivers: hv: util: kvp: Fix a rescind processing issue
398 - Drivers: hv: util: Fcopy: Fix a rescind processing issue
399 - Drivers: hv: util: Backup: Fix a rescind processing issue
400 - RDMA/core: Fix incorrect structure packing for booleans
401 - rdma_cm: fail iwarp accepts w/o connection params
402 - gfs2: Add missing rcu locking for glock lookup
403 - remoteproc: qcom: mdt_loader: Don't overwrite firmware object
404 - rtlwifi: Fix alignment issues
405 - rtlwifi: rtl8192c-common: Fix "BUG: KASAN:
406 - VME: restore bus_remove function causing incomplete module unload
407 - nfsd: minor nfsd_setattr cleanup
408 - nfsd: special case truncates some more
409 - NFSv4: Fix memory and state leak in _nfs4_open_and_get_state
410 - NFSv4: Fix reboot recovery in copy offload
411 - pNFS/flexfiles: If the layout is invalid, it must be updated before retrying
412 - Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCE"
413 - NFSv4: fix getacl head length estimation
414 - NFSv4: fix getacl ERANGE for some ACL buffer sizes
415 - f2fs: fix a problem of using memory after free
416 - f2fs: fix multiple f2fs_add_link() calls having same name
417 - f2fs: add ovp valid_blocks check for bg gc victim to fg_gc
418 - f2fs: avoid to issue redundant discard commands
419 - f2fs: Fix zoned block device support
420 - rtc: sun6i: Disable the build as a module
421 - rtc: sun6i: Add some locking
422 - rtc: sun6i: Switch to the external oscillator
423 - md linear: fix a race between linear_add() and linear_congested()
424 - bcma: use (get|put)_device when probing/removing device driver
425 - mtd: nand: ifc: Fix location of eccstat registers for IFC V1.0
426 - dmaengine: ipu: Make sure the interrupt routine checks all interrupts.
427 - xprtrdma: Fix Read chunk padding
428 - xprtrdma: Per-connection pad optimization
429 - xprtrdma: Disable pad optimization by default
430 - xprtrdma: Reduce required number of send SGEs
431 - powerpc/xmon: Fix data-breakpoint
432 - powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature mask
433 - module: fix memory leak on early load_module() failures
434 - MIPS: IP22: Reformat inline assembler code to modern standards.
435 - MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.
436 - ceph: update readpages osd request according to size of pages
437 - Linux 4.10.2
438
439 * kernel selftests ADT failure with linux 4.10.0-13.15 on ppc64el (LP: #1672510)
440 - SAUCE: Add '-fno-ie -no-pie' to cflags for powerpc ptrace tests
441
442 * arm64: Workaround QDF2400 erratum 0065 (LP: #1672486)
443 - [Config] CONFIG_QCOM_QDF2400_ERRATUM_0065=y
444 - irqchip/gicv3-its: Add workaround for QDF2400 ITS erratum 0065
445
446 * arm64 MSI/PCIe passthrough patches break build of certain configs (LP: #1672502)
447 - irqdomain: Add empty irq_domain_check_msi_remap
448
449 * pinctrl: qcom: add get_direction function (LP: #1672504)
450 - pinctrl: qcom: add get_direction function
451
452 * perf probes on arm64 don't work with 4.10 kernel b/c of register name issue (LP: #1671917)
453 - perf probe: Fix wrong register name for arm64
454
455 * cleanup primary tree for linux-hwe layering issues (LP: #1637473)
456 - [Config] linux-source-* is in the primary linux namespace
457
458 * hv_set_ifconfig script parsing fails for certain configuration (LP: #1640109)
459 - hv_set_ifconfig -- handle DHCP interfaces correctly
460 - hv_set_ifconfig -- ensure we include the last stanza
461
462 * Revert "UBUNTU: SAUCE: Disable timers selftest for now" (LP: #1672372)
463 - Revert "UBUNTU: SAUCE: Disable timers selftest for now"
464
465 * Ubuntu 16.10: Network checksum fixes needed for IPoIB for Mellanox CX4/CX5 card (LP: #1670247)
466 - powerpc/64: Fix checksum folding in csum_add()
467
468 * POWER9: Additional power9 patches (LP: #1671613)
469 - mm/autonuma: don't use set_pte_at when updating protnone ptes
470 - mm/autonuma: let architecture override how the write bit should be stashed in a protnone pte.
471 - powerpc/mm/autonuma: switch ppc64 to its own implementation of saved write
472 - mm/gup: check for protnone only if it is a PTE entry
473 - mm/thp/autonuma: use TNF flag instead of vm fault
474 - SAUCE: powerpc/mm: handle protnone ptes on fork
475 - SAUCE: power/mm: update pte_write and pte_wrprotect to handle savedwrite
476 - mm/ksm: improve deduplication of zero pages with colouring
477 - mm: introduce page_vma_mapped_walk()
478 - mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()
479 - mm/ksm: handle protnone saved writes when making page write protect
480
481 * POWER9 : Enable Stop 0-2 with ESL=EC=0 (LP: #1666197)
482 - powerpc/powernv: Fix bug due to labeling ambiguity in power_enter_stop
483
484 * Miscellaneous Ubuntu changes
485 - [Debian] consider renames in gen-auto-reconstruct
486
487 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 Mar 2017 13:30:55 -0700
488
489 linux (4.10.0-13.15) zesty; urgency=low
490
491 [ Tim Gardner ]
492
493 * Release Tracking Bug
494 - LP: #1671614
495
496 * ehci-platform needed in usb-modules udeb (LP: #1671589)
497 - d-i: add ehci-platform to usb-modules
498
499 * irqchip/gic-v3-its: Enable cacheable attribute Read-allocate hints
500 (LP: #1671598)
501 - irqchip/gic-v3-its: Enable cacheable attribute Read-allocate hints
502
503 * iommu: Fix static checker warning in iommu_insert_device_resv_regions
504 (LP: #1671599)
505 - iommu: Fix static checker warning in iommu_insert_device_resv_regions
506
507 * QDF2400: Fix panic introduced by erratum 1003 (LP: #1671602)
508 - arm64: Avoid clobbering mm in erratum workaround on QDF2400
509
510 * QDF2400 PCI ports require ACS quirk (LP: #1671601)
511 - PCI: Add ACS quirk for Qualcomm QDF2400 and QDF2432
512
513 * tty: pl011: Work around QDF2400 E44 stuck BUSY bit (LP: #1671600)
514 - tty: pl011: Work around QDF2400 E44 stuck BUSY bit
515
516 * CVE-2017-2636
517 - tty: n_hdlc: get rid of racy n_hdlc.tbuf
518
519 * Sync virtualbox to 5.1.16-dfsg-1 in zesty (LP: #1671470)
520 - ubuntu: vbox -- Update to 5.1.16-dfsg-1
521
522 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 Mar 2017 06:16:24 -0700
523
524 linux (4.10.0-12.14) zesty; urgency=low
525
526 [ Tim Gardner ]
527
528 * Release Tracking Bug
529 - LP: #1671235
530
531 * POWER9: Improve CAS negotiation (LP: #1671169)
532 - powerpc: Parse the command line before calling CAS
533 - powerpc: Update to new option-vector-5 format for CAS
534
535 * lowlatency kernel is lacking support for latencytop (LP: #1655986)
536 - [Config] CONFIG_LATENCYTOP=y for amd64 lowlatency
537
538 * Power9 kernel: add virtualization patches (LP: #1670800)
539 - powerpc: Add POWER9 architected mode to cputable
540
541 * h-prod does not function across cores (LP: #1670726)
542 - KVM: PPC: Book3S HV: Fix H_PROD to actually wake the target vcpu
543
544 * CIFS: Enable encryption for SMB3 (LP: #1670508)
545 - cifs: Simplify SMB2 and SMB311 dependencies
546 - cifs: Only select the required crypto modules
547 - cifs: Add soft dependencies
548 - CIFS: Separate SMB2 header structure
549 - CIFS: Make SendReceive2() takes resp iov
550 - CIFS: Make send_cancel take rqst as argument
551 - CIFS: Send RFC1001 length in a separate iov
552 - CIFS: Separate SMB2 sync header processing
553 - CIFS: Separate RFC1001 length processing for SMB2 read
554 - CIFS: Add capability to transform requests before sending
555 - CIFS: Enable encryption during session setup phase
556 - CIFS: Encrypt SMB3 requests before sending
557 - CIFS: Add transform header handling callbacks
558 - CIFS: Add mid handle callback
559 - CIFS: Add copy into pages callback for a read operation
560 - CIFS: Decrypt and process small encrypted packets
561 - CIFS: Add capability to decrypt big read responses
562 - CIFS: Allow to switch on encryption with seal mount option
563 - CIFS: Fix possible use after free in demultiplex thread
564
565 * FC Adapter (LPe32000-based) prints "iotag out of range", goes offline, and
566 delays boot a lot (Ubuntu17.04/Emulex/lpfc)) (LP: #1670490)
567 - scsi: lpfc: Correct WQ creation for pagesize
568 - scsi: lpfc: Add missing memory barrier
569
570 * Ubuntu 17.04: Guest does not reflect all the cpus hotplugged (LP: #1670315)
571 - powerpc/64: Don't try to use radix MMU under a hypervisor
572 - powerpc/pseries: Fixes for the "ibm,architecture-vec-5" options
573 - powerpc/64: Enable use of radix MMU under hypervisor on POWER9
574 - powerpc/pseries: Advertise HPT resizing support via CAS
575 - powerpc/pseries: Advertise Hot Plug Event support to firmware
576 - powerpc/pseries: Report DLPAR capabilities
577 - powerpc/pseries: Make the acquire/release of the drc for memory a seperate step
578 - powerpc/pseries: Introduce memory hotplug READD operation
579 - powerpc/pseries: Fix build break when MEMORY_HOTREMOVE=n
580 - powerpc/pseries: Implement indexed-count hotplug memory add
581 - powerpc/pseries: Implement indexed-count hotplug memory remove
582 - powerpc/pseries: Revert 'Auto-online hotplugged memory'
583
584 * Allow Unity8 to run inside Virtualbox (LP: #1669807)
585 - ubuntu: vbox -- Update to 5.1.14-dfsg-3
586
587 * ecryptfs fails to load block cipher on ppc64el (LP: #1666483)
588 - crypto: vmx - Use skcipher for cbc fallback
589 - crypto: vmx - Use skcipher for xts fallback
590 - [Config] CONFIG_CRYPTO_DEV_VMX=y
591
592 * Regression in 4.4.0-65-generic causes very frequent system crashes
593 (LP: #1669611)
594 - Revert "UBUNTU: SAUCE: apparmor: fix lock ordering for mkdir"
595 - Revert "UBUNTU: SAUCE: apparmor: fix leak on securityfs pin count"
596 - Revert "UBUNTU: SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode() fails"
597 - Revert "UBUNTU: SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails"
598
599 * [ubuntu 16.10] Enable OPTPROBES for powerpc (LP: #1585741)
600 - powerpc/optprobes: Fix TOC handling in optprobes trampoline
601
602 * [Ubuntu 17.04] Kernel panics when large number of hugepages is passed as an
603 boot argument to kernel. (LP: #1665113)
604 - SAUCE: mm/cgroup: avoid panic when init with low memory
605
606 * bcache device numbers increase by 16 (LP: #1667078)
607 - SAUCE: bcache: Fix bcache device names
608
609 * [Feature] GLK Intel PT write (LP: #1645962)
610 - perf/x86/intel/pt: Add format strings for PTWRITE and power event tracing
611
612 * arm64: ACPI platform MSI support required for new systems (LP: #1669061)
613 - SAUCE: ACPI: IORT: fix the indentation in iort_scan_node()
614 - SAUCE: ACPI: IORT: add missing comment for iort_dev_find_its_id()
615 - SAUCE: ACPI: IORT: minor cleanup for iort_match_node_callback()
616 - SAUCE: irqchip: gic-v3-its: keep the head file include in alphabetic order
617 - SAUCE: irqchip: gicv3-its: platform-msi: refactor its_pmsi_prepare()
618 - SAUCE: irqchip: gicv3-its: platform-msi: refactor its_pmsi_init() to prepare for ACPI
619 - SAUCE: irqchip: gicv3-its: platform-msi: scan MADT to create platform msi domain
620 - SAUCE: ACPI: IORT: rename iort_node_map_rid() to make it generic
621 - SAUCE: ACPI: IORT: introduce iort_node_map_platform_id() to retrieve dev id
622 - SAUCE: ACPI: platform-msi: retrieve dev id from IORT
623 - SAUCE: ACPI: platform: setup MSI domain for ACPI based platform device
624 - SAUCE: msi: platform: make platform_msi_create_device_domain() ACPI aware
625 - SAUCE: irqchip: mbigen: drop module owner
626 - SAUCE: irqchip: mbigen: introduce mbigen_of_create_domain()
627 - SAUCE: irqchip: mbigen: Add ACPI support
628
629 * Miscellaneous Ubuntu changes
630 - [Debian] Don't attempt to sign files if CONFIG_MODULE_SIG=n
631
632 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Mar 2017 05:37:29 -0700
633
634 linux (4.10.0-11.13) zesty; urgency=low
635
636 [ Tim Gardner ]
637
638 * Release Tracking Bug
639 - LP: #1669127
640
641 * linux-tools-common should Depends: lsb-release (LP: #1667571)
642 - [Config] linux-tools-common depends on lsb-release
643
644 * Ubuntu (Zesty): When we miss LSI/INTx interrupts on slot, message is too
645 imprecise (LP: #1668382)
646 - of/irq: improve error report on irq discovery process failure
647
648 * Zesty update to v4.10.1 stable release (LP: #1668993)
649 - ptr_ring: fix race conditions when resizing
650 - ip: fix IP_CHECKSUM handling
651 - net: socket: fix recvmmsg not returning error from sock_error
652 - tty: serial: msm: Fix module autoload
653 - USB: serial: mos7840: fix another NULL-deref at open
654 - USB: serial: cp210x: add new IDs for GE Bx50v3 boards
655 - USB: serial: ftdi_sio: fix modem-status error handling
656 - USB: serial: ftdi_sio: fix extreme low-latency setting
657 - USB: serial: ftdi_sio: fix line-status over-reporting
658 - USB: serial: spcp8x5: fix modem-status handling
659 - USB: serial: opticon: fix CTS retrieval at open
660 - USB: serial: ark3116: fix register-accessor error handling
661 - USB: serial: console: fix uninitialised spinlock
662 - x86/platform/goldfish: Prevent unconditional loading
663 - goldfish: Sanitize the broken interrupt handler
664 - netfilter: nf_ct_helper: warn when not applying default helper assignment
665 - ACPICA: Linuxize: Restore and fix Intel compiler build
666 - block: fix double-free in the failure path of cgwb_bdi_init()
667 - rtlwifi: rtl_usb: Fix for URB leaking when doing ifconfig up/down
668 - xfs: clear delalloc and cache on buffered write failure
669 - Linux 4.10.1
670
671 * [UBUNTU Zesty] mlx5 - Improve OVS offload driver (LP: #1668019)
672 - net/sched: cls_flower: Disallow duplicate internal elements
673 - net/sched: cls_flower: Properly handle classifier flags dumping
674 - net/sched: cls_matchall: Dump the classifier flags
675 - net/sched: Reflect HW offload status
676 - net/sched: cls_flower: Reflect HW offload status
677 - net/sched: cls_matchall: Reflect HW offloading status
678 - net/sched: cls_u32: Reflect HW offload status
679 - net/sched: cls_bpf: Reflect HW offload status
680 - net/mlx5: Push min-inline mode resolution helper into the core
681 - IB/mlx5: Enable Eth VFs to query their min-inline value for user-space
682 - net/mlx5: Use exact encap header size for the FW input buffer
683 - net/mlx5e: Add TC offloads matching on IPv6 encapsulation headers
684 - net/mlx5e: TC ipv4 tunnel encap offload cosmetic changes
685 - net/mlx5e: Use the full tunnel key info for encapsulation offload house- keeping
686 - net/mlx5e: Maximize ip tunnel key usage on the TC offloading path
687 - net/mlx5e: Support SRIOV TC encapsulation offloads for IPv6 tunnels
688 - net/mlx5: E-Switch, Enlarge the FDB size for the switchdev mode
689 - net/mlx5: Fix static checker warnings
690
691 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
692 (LP: #1470250)
693 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
694
695 * Ubuntu17.04: Need more patches for aacraid to bring up Boston System
696 (LP: #1668726)
697 - scsi: aacraid: Remove duplicate irq management code
698 - scsi: aacraid: Added aacraid.h include guard
699 - scsi: aacraid: added support for init_struct_8
700 - scsi: aacraid: Added sa firmware support
701 - scsi: aacraid: Retrieve and update the device types
702 - scsi: aacraid: Reworked scsi command submission path
703 - scsi: aacraid: Process Error for response I/O
704 - scsi: aacraid: Added support for response path
705 - scsi: aacraid: Added support for read medium error
706 - scsi: aacraid: Reworked aac_command_thread
707 - scsi: aacraid: Added support for periodic wellness sync
708 - scsi: aacraid: Retrieve Queue Depth from Adapter FW
709 - scsi: aacraid: Added support to set QD of attached drives
710 - scsi: aacraid: Added support for hotplug
711 - scsi: aacraid: Include HBA direct interface
712 - scsi: aacraid: Add task management functionality
713 - scsi: aacraid: Added support to abort cmd and reset lun
714 - scsi: aacraid: VPD 83 type3 support
715 - scsi: aacraid: Added new IWBR reset
716 - scsi: aacraid: Added ioctl to trigger IOP/IWBR reset
717 - scsi: aacraid: Retrieve HBA host information ioctl
718 - scsi: aacraid: Update copyrights
719 - scsi: aacraid: Change Driver Version Prefix
720 - scsi: aacraid: update version
721 - scsi: aacraid: rcode is unsigned and should be signed int
722 - scsi: aacraid: avoid open-coded upper_32_bits
723 - scsi: aacraid: Fix camel case
724 - scsi: aacraid: Use correct channel number for raw srb
725 - scsi: aacraid: Fix for excessive prints on EEH
726 - scsi: aacraid: Prevent E3 lockup when deleting units
727 - scsi: aacraid: Fix memory leak in fib init path
728 - scsi: aacraid: Added sysfs for driver version
729 - scsi: aacraid: Fix sync fibs time out on controller reset
730 - scsi: aacraid: Skip wellness sync on controller failure
731 - scsi: aacraid: Reload offlined drives after controller reset
732 - scsi: aacraid: Decrease adapter health check interval
733 - scsi: aacraid: Skip IOP reset on controller panic(SMART Family)
734 - scsi: aacraid: Reorder Adapter status check
735 - scsi: aacraid: Save adapter fib log before an IOP reset
736 - scsi: aacraid: Fix a potential spinlock double unlock bug
737 - scsi: aacraid: Update driver version
738 - scsi: aacraid: Fixed expander hotplug for SMART family
739
740 * Ubuntu 17.04: "Oops: Exception in kernel mode, sig: 5 [#1]" seen during
741 fadump over ssh on Alpine machine. (LP: #1655241)
742 - Revert "UBUNTU: SAUCE: powerpc/fadump: set an upper limit for boot memory size"
743 - SAUCE: powerpc/fadump: set an upper limit for boot memory size (V2)
744
745 * CAPI:Ubuntu: Kernel panic while rebooting (LP: #1667599)
746 - pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()
747 - pci/hotplug/pnv-php: Disable surprise hotplug capability on conflicts
748 - pci/hotplug/pnv-php: Disable MSI and PCI device properly
749
750 * Nvlink2: Additional patches (LP: #1667081)
751 - powerpc/powernv: Initialise nest mmu
752 - powerpc/powernv: Use OPAL call for TCE kill on NVLink2
753 - powerpc/mm: refactor radix physical page mapping
754 - powerpc/mm: add radix__create_section_mapping()
755 - powerpc/mm: add radix__remove_section_mapping()
756 - powerpc/mm: unstub radix__vmemmap_remove_mapping()
757 - [Config] Enforce CONFIG_MOVABLE_NODE=y for ppc64el
758
759 * PowerNV: No rate limit for kernel error "KVM can't copy data from"
760 (LP: #1667416)
761 - SAUCE: KVM: PPC: Book3S: Ratelimit copy data failure error messages
762
763 * Please disable unnecessary config options in the Ubuntu 17.04 kernel config
764 (LP: #1667490)
765 - [Config] Disable experimental IMA options
766
767 * POWER9: AST: Improve AST 2500 support (LP: #1667424)
768 - SAUCE: drm/ast: Handle configuration without P2A bridge
769 - SAUCE: drm/ast: const'ify mode setting tables
770 - SAUCE: drm/ast: Remove spurrious include
771 - SAUCE: drm/ast: Fix calculation of MCLK
772 - SAUCE: drm/ast: Base support for AST2500
773 - SAUCE: drm/ast: Fixed vram size incorrect issue on POWER
774 - SAUCE: drm/ast: Factor mmc_test code in POST code
775 - SAUCE: drm/ast: Rename ast_init_dram_2300 to ast_post_chip_2300
776 - SAUCE: drm/ast: POST code for the new AST2500
777 - SAUCE: drm/ast: Fix test for VGA enabled
778 - SAUCE: drm/ast: Call open_key before enable_mmio in POST code
779
780 * POWER9: Additional patches for 17.04 and 16.04.2 (LP: #1667116)
781 - powerpc/mm: Update PROTFAULT handling in the page fault path
782 - powerpc/mm/radix: Update pte update sequence for pte clear case
783 - powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mm
784 - powerpc/mm/radix: Skip ptesync in pte update helpers
785 - SAUCE: powerpc/mm/hash: Always clear UPRT and Host Radix bits when setting up CPU
786
787 * POWER9: Improve PMU capabilites (LP: #1667413)
788 - powerpc/perf: use is_kernel_addr macro in perf_get_misc_flags()
789 - powerpc/perf: Avoid FAB_*_MATCH checks for power9
790 - powerpc/perf: Add restrictions to PMC5 in power9 DD1
791 - powerpc/perf: Use Instruction Counter value
792 - powerpc/perf: Use PM_INST_DISP for generic instructions sample
793 - powerpc/perf: Add alternative event table and function for power9
794 - powerpc/perf: Add PM_INST_DISP event to Power9 event list
795 - powerpc/perf: Factor out event_alternative function
796
797 * Miscellaneous Ubuntu changes
798 - [Config] CONFIG_QCOM_FALKOR_ERRATUM_1009=y
799 - [Config] CONFIG_QCOM_L2_PMU=y
800 - [Config] CONFIG_QCOM_FALKOR_ERRATUM_1003=y
801 - ubuntu: vbox -- Update to 5.1.14-dfsg-2
802
803 * Miscellaneous upstream changes
804 - arm64: errata: Provide macro for major and minor cpu revisions
805 - arm64: Define Falkor v1 CPU
806 - arm64: Use __tlbi() macros in KVM code
807 - arm64: Work around Falkor erratum 1009
808 - perf: add qcom l2 cache perf events driver
809 - arm64: arch_timer: document Hisilicon erratum 161010101
810 - arm64: Work around Falkor erratum 1003
811 - ACPI/IORT: Fix iort_node_get_id() mapping entries indexing
812 - net: qcom/emac: add ethtool support
813 - Revert "net: qcom/emac: configure the external phy to allow pause frames"
814 - net: qcom/emac: rename emac_phy to emac_sgmii and move it
815 - net: qcom/emac: claim the irq only when the device is opened
816 - net: qcom/emac: display the phy driver info after we connect
817 - net: qcom/emac: always use autonegotiation to configure the SGMII link
818 - net: qcom/emac: do not call emac_mac_start twice
819 - net: qcom/emac: remove extraneous wake-on-lan code
820 - net: qcom/emac: add an error interrupt handler for the sgmii
821 - net: qcom/emac: add ethool support for setting pause parameters
822 - net: qcom/emac: fix semicolon.cocci warnings
823 - net: qcom/emac: add ethtool support for reading hardware registers
824 - net: qcom/emac: add ethtool support for setting ring parameters
825 - net: qcom/emac: fix a sizeof() typo
826
827 -- Seth Forshee <seth.forshee@canonical.com> Thu, 23 Feb 2017 12:32:41 -0600
828
829 linux (4.10.0-10.12) zesty; urgency=low
830
831 [ Tim Gardner ]
832
833 * Release Tracking Bug
834 - LP: #1666636
835
836 * POWER9 : Enable Stop 0-2 with ESL=EC=0 (LP: #1666197)
837 - powernv:idle: Add IDLE_STATE_ENTER_SEQ_NORET macro
838 - powernv:stop: Rename pnv_arch300_idle_init to pnv_power9_idle_init
839 - cpuidle:powernv: Add helper function to populate powernv idle states.
840 - powernv: Pass PSSCR value and mask to power9_idle_stop
841 - Documentation:powerpc: Add device-tree bindings for power-mgt
842
843 * ecryptfs fails to load block cipher on ppc64el (LP: #1666483)
844 - [Config] CONFIG_CRYPTO_DEV_VMX=n
845
846 * [ubuntu 16.10] Enable OPTPROBES for powerpc (LP: #1585741)
847 - powerpc/bpf: Introduce __PPC_SH64()
848 - powerpc: Add helper to check if offset is within relative branch range
849 - powerpc/kprobes: Fixes for kprobe_lookup_name() on BE
850 - powerpc/kprobes: Implement Optprobes
851 - powerpc/kprobes: Optimize kprobe in kretprobe_trampoline()
852
853 * Miscellaneous Ubuntu changes
854 - [Config] CONFIG_QCOM_IRQ_COMBINER=y
855 - [Config] CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND=y
856 - [Config] CONFIG_HISILICON_ERRATUM_161010101=y
857
858 * Miscellaneous upstream changes
859 - ACPI: Generic GSI: Do not attempt to map non-GSI IRQs during bus scan
860 - ACPI: Add support for ResourceSource/IRQ domain mapping
861 - irqchip/qcom: Add IRQ combiner driver
862 - clocksource/drivers/arm_arch_timer: Add dt binding for hisilicon-161010101 erratum
863 - clocksource/drivers/arm_arch_timer: Remove fsl-a008585 parameter
864 - clocksource/drivers/arm_arch_timer: Introduce generic errata handling infrastructure
865 - clocksource/drivers/arm_arch_timer: Work around Hisilicon erratum 161010101
866 - iommu/dma: Allow MSI-only cookies
867 - iommu: Rename iommu_dm_regions into iommu_resv_regions
868 - iommu: Add a new type field in iommu_resv_region
869 - iommu: iommu_alloc_resv_region
870 - iommu: Only map direct mapped regions
871 - iommu: iommu_get_group_resv_regions
872 - iommu: Implement reserved_regions iommu-group sysfs file
873 - iommu/vt-d: Implement reserved region get/put callbacks
874 - iommu/amd: Declare MSI and HT regions as reserved IOVA regions
875 - iommu/arm-smmu: Implement reserved region get/put callbacks
876 - iommu/arm-smmu-v3: Implement reserved region get/put callbacks
877 - irqdomain: Add irq domain MSI and MSI_REMAP flags
878 - genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creation
879 - irqdomain: irq_domain_check_msi_remap
880 - irqchip/gicv3-its: Sets IRQ_DOMAIN_FLAG_MSI_REMAP
881 - vfio/type1: Allow transparent MSI IOVA allocation
882 - vfio/type1: Check MSI remapping at irq domain level
883 - iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymore
884 - iommu/arm-smmu-v3: Clear prior settings when updating STEs
885 - iommu/arm-smmu-v3: limit use of 2-level stream tables
886 - iommu/arm-smmu: Support for Extended Stream ID (16 bit)
887 - iommu/arm-smmu: Fix for ThunderX erratum #27704
888
889 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Feb 2017 15:32:54 -0700
890
891 linux (4.10.0-9.11) zesty; urgency=low
892
893 [ Tim Gardner ]
894
895 * Release Tracking Bug
896 - LP: #1666214
897
898 * linux: disable CONFIG_PCIEPORTBUS in the kernel (LP: #1665404)
899 - [Config] CONFIG_PCIEPORTBUS=n for ppc64el
900
901 * linux-lts-xenial 4.4.0-63.84~14.04.2 ADT test failure with linux-lts-xenial
902 4.4.0-63.84~14.04.2 (LP: #1664912)
903 - SAUCE: apparmor: fix link auditing failure due to, uninitialized var
904
905 * Ubuntu 17.04: "Oops: Exception in kernel mode, sig: 5 [#1]" seen during
906 fadump over ssh on Alpine machine. (LP: #1655241)
907 - SAUCE: powerpc/fadump: set an upper limit for boot memory size
908
909 * In Ubuntu 17.04 : after reboot getting message in console like Unable to
910 open file: /etc/keys/x509_ima.der (-2) (LP: #1656908)
911 - SAUCE: ima: Downgrade error to warning
912
913 * NFS client : permission denied when trying to access subshare, since kernel
914 4.4.0-31 (LP: #1649292)
915 - fs: Better permission checking for submounts
916
917 * Miscellaneous Ubuntu changes
918 - SAUCE: (noup) Update spl to 0.6.5.9-1, zfs to 0.6.5.9-2
919 - [Config] CONFIG_SCSI_HISI_SAS=m on arm64
920 - d-i: Add hisi_sas_v2_hw to scsi-modules
921 - d-i: Add hns_enet_drv to nic-modules
922 - d-i: Add supporting modules for hns_enet_drv to nic-modules
923 - rebase to v4.10
924
925 [ Upstream Kernel Changes ]
926
927 * rebase to v4.10
928
929 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Feb 2017 11:18:07 -0700
930
931 linux (4.10.0-8.10) zesty; urgency=low
932
933 [ Tim Gardner ]
934
935 * Release Tracking Bug
936 - LP: #1664217
937
938 * [Hyper-V] Bug fixes for storvsc (tagged queuing, error conditions)
939 (LP: #1663687)
940 - scsi: storvsc: Enable tracking of queue depth
941 - scsi: storvsc: Remove the restriction on max segment size
942 - scsi: storvsc: Enable multi-queue support
943 - scsi: storvsc: use tagged SRB requests if supported by the device
944 - scsi: storvsc: properly handle SRB_ERROR when sense message is present
945 - scsi: storvsc: properly set residual data length on errors
946
947 * Ubuntu16.10-KVM:Big configuration with multiple guests running SRIOV VFs
948 caused KVM host hung and all KVM guests down. (LP: #1651248)
949 - KVM: PPC: Book 3S: XICS cleanup: remove XICS_RM_REJECT
950 - KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter
951 - KVM: PPC: Book 3S: XICS: Fix potential issue with duplicate IRQ resends
952 - KVM: PPC: Book 3S: XICS: Implement ICS P/Q states
953 - KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resend
954
955 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
956 (LP: #1531747)
957 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
958
959 * CVE-2016-1575 (LP: #1534961)
960 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
961
962 * CVE-2016-1576 (LP: #1535150)
963 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
964
965 * Miscellaneous Ubuntu changes
966 - SAUCE: md/raid6 algorithms: scale test duration for speedier boots
967 - SAUCE: Import aufs driver
968 - d-i: Build message-modules udeb for arm64
969 - rebase to v4.10-rc8
970
971 * Miscellaneous upstream changes
972 - Revert "UBUNTU: SAUCE: aufs -- remove .readlink assignment"
973 - Revert "UBUNTU: SAUCE: (no-up) aufs: for v4.9-rc1, support setattr_prepare()"
974 - Revert "UBUNTU: SAUCE: aufs -- Add flags argument to aufs_rename()"
975 - Revert "UBUNTU: SAUCE: aufs -- Convert to use xattr handlers"
976 - Revert "UBUNTU: SAUCE: Import aufs driver"
977
978 [ Upstream Kernel Changes ]
979
980 * rebase to v4.10-rc8
981
982 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Feb 2017 08:34:24 -0700
983
984 linux (4.10.0-7.9) zesty; urgency=low
985
986 [ Tim Gardner ]
987
988 * Release Tracking Bug
989 - LP: #1662201
990
991 * AMDGPU support for CIK parts in kernel config? (LP: #1661887)
992 - [Config] CONFIG_DRM_AMDGPU_CIK=y
993
994 * regession tests failing after stackprofile test is run (LP: #1661030)
995 - fix regression with domain change in complain mode
996
997 * Permission denied and inconsistent behavior in complain mode with 'ip netns
998 list' command (LP: #1648903)
999 - fix regression with domain change in complain mode
1000
1001 * flock not mediated by 'k' (LP: #1658219)
1002 - SAUCE: apparmor: flock mediation is not being enforced on cache check
1003
1004 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
1005 from a unshared mount namespace (LP: #1656121)
1006 - SAUCE: apparmor: null profiles should inherit parent control flags
1007
1008 * apparmor refcount leak of profile namespace when removing profiles
1009 (LP: #1660849)
1010 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
1011
1012 * tor in lxd: apparmor="DENIED" operation="change_onexec"
1013 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
1014 name="system_tor" (LP: #1648143)
1015 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
1016 namespaces
1017
1018 * apparmor_parser hangs indefinitely when called by multiple threads
1019 (LP: #1645037)
1020 - SAUCE: apparmor: fix lock ordering for mkdir
1021
1022 * apparmor leaking securityfs pin count (LP: #1660846)
1023 - SAUCE: apparmor: fix leak on securityfs pin count
1024
1025 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
1026 (LP: #1660845)
1027 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
1028 fails
1029
1030 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
1031 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
1032
1033 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
1034 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
1035
1036 * apparmor auditing denied access of special apparmor .null fi\ le
1037 (LP: #1660836)
1038 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
1039
1040 * apparmor label leak when new label is unused (LP: #1660834)
1041 - SAUCE: apparmor: fix label leak when new label is unused
1042
1043 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
1044 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
1045
1046 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
1047 - SAUCE: apparmor: fix replacement race in reading rawdata
1048
1049 * unix domain socket cross permission check failing with nested namespaces
1050 (LP: #1660832)
1051 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
1052
1053 * Regression tests can not detect binfmt_elf mmpa semantic change
1054 (LP: #1630069)
1055 - SAUCE: apparmor: add flag to detect semantic change, to binfmt_elf mmap
1056
1057 * Support snaps inside of lxd containers (LP: #1611078)
1058 - apparmor: add interface to be able to grab loaded policy
1059 - apparmor: refactor aa_prepare_ns into prepare_ns and create_ns routines
1060 - apparmor: add __aa_find_ns fn
1061 - apparmor: add mkdir/rmdir interface to manage policy namespaces
1062 - apparmor: fix oops in pivot_root mediation
1063 - apparmor: fix warning that fn build_pivotroot discards const
1064 - apparmor: add interface to advertise status of current task stacking
1065 - apparmor: update policy permissions to consider ns being viewed/managed
1066 - apparmor: add per ns policy management interface
1067 - apparmor: bump domain stacking version to 1.2
1068
1069 * change_hat is logging failures during expected hat probing (LP: #1615893)
1070 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
1071
1072 * deleted files outside of the namespace are not being treated as disconnected
1073 (LP: #1615892)
1074 - SAUCE: apparmor: deleted dentries can be disconnected
1075
1076 * stacking to unconfined in a child namespace confuses mediation
1077 (LP: #1615890)
1078 - SAUCE: apparmor: special case unconfined when determining the mode
1079
1080 * apparmor module parameters can be changed after the policy is locked
1081 (LP: #1615895)
1082 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
1083
1084 * AppArmor profile reloading causes an intermittent kernel BUG (LP: #1579135)
1085 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
1086
1087 * label vec reductions can result in reference labels instead of direct access
1088 to labels (LP: #1615889)
1089 - SAUCE: apparmor: reduction of vec to single entry is just that entry
1090
1091 * profiles from different namespaces can block other namespaces from being
1092 able to load a profile (LP: #1615887)
1093 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
1094
1095 * The label build for onexec when stacking is wrong (LP: #1615881)
1096 - SAUCE: apparmor: Fix label build for onexec stacking.
1097
1098 * The inherit check for new to old label comparison for domain transitions is
1099 wrong (LP: #1615880)
1100 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
1101
1102 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
1103 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
1104
1105 * __label_update proxy comparison test is wrong (LP: #1615878)
1106 - SAUCE: apparmor: Fix __label_update proxy comparison test
1107
1108 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
1109 (LP: #1560583)
1110 - SAUCE: apparmor: Allow ns_root processes to open profiles file
1111 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
1112
1113 * policy namespace stacking (LP: #1379535)
1114 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
1115 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
1116
1117 * brd module compiled as built-in (LP: #1593293)
1118 - [Config] CONFIG_BLK_DEV_RAM=m
1119
1120 * Miscellaneous Ubuntu changes
1121 - SAUCE: apparmor: Fix FTBFS due to bad include path
1122 - SAUCE: apparmor: add data query support
1123 - rebase to v4.10-rc7
1124
1125 * Miscellaneous upstream changes
1126 - fixup backout policy view capable for forward port
1127 - apparmor: fix: Rework the iter loop for label_update
1128 - apparmor: add more assertions for updates/merges to help catch errors
1129 - apparmor: Make pivot root transitions work with stacking
1130 - apparmor: convert delegating deleted files to mediate deleted files
1131 - apparmor: add missing parens. not a bug fix but highly recommended
1132 - apparmor: add a stack_version file to allow detection of bug fixes
1133 - apparmor: push path lookup into mediation loop
1134 - apparmor: default to allowing unprivileged userns policy
1135 - apparmor: fix: permissions test to view and manage policy
1136 - apparmor: Add Basic ns cross check condition for ipc
1137
1138 [ Upstream Kernel Changes ]
1139
1140 * rebase to v4.10-rc7
1141
1142 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Feb 2017 10:48:30 -0700
1143
1144 linux (4.10.0-6.8) zesty; urgency=low
1145
1146 [ Tim Gardner ]
1147
1148 * Release Tracking Bug
1149 - LP: #1661300
1150
1151 * flock not mediated by 'k' (LP: #1658219)
1152 - SAUCE: apparmor: flock mediation is not being enforced on cache check
1153
1154 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
1155 from a unshared mount namespace (LP: #1656121)
1156 - SAUCE: apparmor: null profiles should inherit parent control flags
1157
1158 * apparmor refcount leak of profile namespace when removing profiles
1159 (LP: #1660849)
1160 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
1161
1162 * tor in lxd: apparmor="DENIED" operation="change_onexec"
1163 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
1164 name="system_tor" (LP: #1648143)
1165 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
1166 namespaces
1167
1168 * apparmor_parser hangs indefinitely when called by multiple threads
1169 (LP: #1645037)
1170 - SAUCE: apparmor: fix lock ordering for mkdir
1171
1172 * apparmor leaking securityfs pin count (LP: #1660846)
1173 - SAUCE: apparmor: fix leak on securityfs pin count
1174
1175 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
1176 (LP: #1660845)
1177 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
1178 fails
1179
1180 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
1181 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
1182
1183 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
1184 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
1185
1186 * apparmor auditing denied access of special apparmor .null fi\ le
1187 (LP: #1660836)
1188 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
1189
1190 * apparmor label leak when new label is unused (LP: #1660834)
1191 - SAUCE: apparmor: fix label leak when new label is unused
1192
1193 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
1194 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
1195
1196 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
1197 - SAUCE: apparmor: fix replacement race in reading rawdata
1198
1199 * unix domain socket cross permission check failing with nested namespaces
1200 (LP: #1660832)
1201 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
1202
1203 * Kdump through NMI SMP and single core not working on Ubuntu16.10
1204 (LP: #1630924)
1205 - hv: don't reset hv_context.tsc_page on crash
1206
1207 * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
1208 distribution (LP: #1628889)
1209 - SAUCE: s390: kernel message catalog
1210
1211 * Miscellaneous Ubuntu changes
1212 - [Config] Drop powerpc ABI files
1213
1214 -- Tim Gardner <tim.gardner@canonical.com> Wed, 01 Feb 2017 15:21:35 -0700
1215
1216 linux (4.10.0-5.7) zesty; urgency=low
1217
1218 * [regression 4.8.0-14 -> 4.8.0-17] keyboard and touchscreen lost on Acer
1219 Chromebook R11 (LP: #1630238)
1220 - [Config] CONFIG_TOUCHSCREEN_ELAN=y,CONFIG_PINCTRL_CHERRYVIEW=y for amd64
1221
1222 * Enable CONFIG_NET_DROP_MONITOR=m in Ubuntu Kernel (LP: #1660634)
1223 - [Config] Update annotations for CONFIG_NET_DROP_MONITOR
1224
1225 * Miscellaneous Ubuntu changes
1226 - d-i: initrd needs msm_emac on amberwing platform.
1227 - [Config] Remove powerpc architecture builds
1228 - [Config] updateconfigs after removing powerpc configs
1229 - [Config] Update annotations after removing powerpc configs
1230 - SAUCE: Disable timers selftest for now
1231 - Rebase to v4.10-rc6
1232 - SAUCE: (no-up) Update zfs to 0.6.5.8-0ubuntu9
1233 - Enable zfs build
1234 - [Config] CONFIG_NET_DROP_MONITOR=m
1235
1236 [ Upstream Kernel Changes ]
1237
1238 * rebase to v4.10-rc6
1239
1240 -- Seth Forshee <seth.forshee@canonical.com> Wed, 01 Feb 2017 12:26:09 -0600
1241
1242 linux (4.10.0-4.6) zesty; urgency=low
1243
1244 * Miscellaneous upstream changes
1245 - Revert "UBUNTU: Disable all flavors for the powerpc architecture"
1246
1247 -- Seth Forshee <seth.forshee@canonical.com> Tue, 24 Jan 2017 07:13:15 -0600
1248
1249 linux (4.10.0-3.5) zesty; urgency=low
1250
1251 * KVM module handling different per Architecture - ppc64el (LP: #1657734)
1252 - [Config] powerpc: Add kvm-hv and kvm-pr to the generic inclusion list
1253
1254 * ENA network driver moved to -extra (LP: #1657767)
1255 - [Config] Move Amazon ENA network driver to the main kernel package
1256
1257 * [Hyper-V] mkfs regression in 4.10 fixed by patch in "for-4.11"
1258 (LP: #1657539)
1259 - block: relax check on sg gap
1260
1261 * i915 module requests unreleased GUC firmware files (LP: #1626740)
1262 - SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for unreleased
1263 firmware
1264
1265 * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
1266 distribution (LP: #1628889)
1267 - [Config] CONFIG_KMSG_IDS=y for s390
1268 - SAUCE: s390 Kernel message catalog
1269
1270 * Miscellaneous Ubuntu changes
1271 - ubuntu: vbox -- Update to 5.1.14-dfsg-1
1272 - SAUCE: vbox -- remove .readlink assignment
1273 - Enable vbox build
1274 - [Config] CONFIG_DEFAULT_IOSCHED=cfq
1275 - [Config] Bump CONFIG_NR_CPUS up to 256 on arm64
1276 - [Config] Fix up s390x config options changed during 4.10 rebase
1277 - [Config] Update annotations for 4.10
1278 - Disable all flavors for the powerpc architecture
1279
1280 [ Upstream Kernel Changes ]
1281
1282 * rebase to v4.10-rc5
1283
1284 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Jan 2017 15:48:35 -0600
1285
1286 linux (4.10.0-2.4) zesty; urgency=low
1287
1288 * Move some kernel modules to the main kernel package (part 2) (LP: #1655002)
1289 - [Config] Add IBM power drivers to the inclusion list
1290
1291 * Miscellaneous Ubuntu changes
1292 - [Config] linux-source Provides should not be a macro
1293 - [Config] Correct the note URL for LATENCYTOP
1294 - rebase to v4.10-rc4
1295
1296 [ Upstream Kernel Changes ]
1297
1298 * rebase to v4.10-rc4
1299
1300 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Jan 2017 07:17:34 -0700
1301
1302 linux (4.10.0-1.3) zesty; urgency=low
1303
1304 [ Upstream Kernel Changes ]
1305
1306 * rebase to v4.10-rc3
1307
1308 -- Seth Forshee <seth.forshee@canonical.com> Mon, 09 Jan 2017 11:41:13 -0600
1309
1310 linux (4.10.0-0.2) zesty; urgency=low
1311
1312 * [17.04 FEAT] Build IMA and the TPM device drivers into the KVM on POWER
1313 host/NV kernel (LP: #1643652)
1314 - [Config] Update and enforce IMA options
1315
1316 * Miscellaneous Ubuntu changes
1317 - [Config] Disble stack protector for powerpc-smp
1318
1319 -- Seth Forshee <seth.forshee@canonical.com> Sat, 07 Jan 2017 19:07:55 -0600
1320
1321 linux (4.10.0-0.1) zesty; urgency=low
1322
1323 * IP-over-DDP packets dropped (LP: #1559772)
1324 - [Config] CONFIG_IPDDP=n
1325
1326 * Miscellaneous Ubuntu changes
1327 - [Config] Update annotations with recent config changes
1328 - SAUCE: aufs -- remove .readlink assignment
1329 - disable vbox build
1330 - disable ZFS build
1331
1332 [ Upstream Kernel Changes ]
1333
1334 * rebase to v4.10-rc2
1335
1336 -- Seth Forshee <seth.forshee@canonical.com> Fri, 06 Jan 2017 07:55:57 -0600
1337
1338 linux (4.9.0-11.12) zesty; urgency=low
1339
1340 * Miscellaneous Ubuntu changes
1341 - UBUNTU: SAUCE: Add '-fno-pie -no-pie' to cflags for x86 selftests
1342 - UBUNTU: SAUCE: (no-up) aufs: for v4.9-rc1, support setattr_prepare()
1343
1344 [ Upstream Kernel Changes ]
1345
1346 * rebase to v4.9
1347
1348 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Dec 2016 06:40:40 -0700
1349
1350 linux (4.9.0-10.11) zesty; urgency=low
1351
1352 * d-i is missing usb support for platforms that use the xhci-platform driver
1353 (LP: #1625222)
1354 - d-i initrd needs additional usb modules to support the merlin platform
1355
1356 * Miscellaneous Ubuntu changes
1357 - SAUCE: Import aufs driver
1358 - SAUCE: aufs -- Convert to use xattr handlers
1359 - SAUCE: aufs -- Add flags argument to aufs_rename()
1360 - [Config] Enable aufs
1361 - [Config] CONFIG_FSL_FMAN=y for powerpc
1362 - SAUCE: powerpc64: Fix legacy cmpi mneomonic assumption
1363 - [Config] Restore powerpc64-emb
1364
1365 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Dec 2016 20:38:12 -0700
1366
1367 linux (4.9.0-9.10) zesty; urgency=low
1368
1369 * Kernel Fixes to get TCMU File Backed Optical to work (LP: #1646204)
1370 - SAUCE: target/user: Fix use-after-free of tcmu_cmds if they are expired
1371
1372 * Yakkety: arm64: CONFIG_ARM64_ERRATUM_845719 isn't enabled (LP: #1647793)
1373 - [Config] CONFIG_ARM64_ERRATUM_845719=y
1374
1375 * Update hio driver to 2.1.0.28 (LP: #1646643)
1376 - SAUCE: hio: update to Huawei ES3000_V2 (2.1.0.28)
1377
1378 * Miscellaneous Ubuntu changes
1379 - ubuntu: vbox -- Update to 5.1.10-dfsg-2
1380 - Build vbox for ARCH=x86
1381 - SAUCE: Add aufs driver
1382 - SAUCE: aufs -- Convert to use xattr handlers
1383 - SAUCE: aufs -- Updates for rename2
1384 - SAUCE: Export symbols used by aufs
1385 - [Config] Enable aufs
1386
1387 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 13:02:18 -0700
1388
1389 linux (4.9.0-8.9) zesty; urgency=low
1390
1391 * Miscellaneous Ubuntu changes
1392 - SAUCE: xr-usb-serial: only build for x86
1393 Fixes s390x FTBS
1394
1395 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 12:35:33 -0700
1396
1397 linux (4.9.0-7.8) zesty; urgency=low
1398
1399 * Driver for Exar USB UART (LP: #1645591)
1400 - SAUCE: xr-usb-serial: Driver for Exar USB serial ports
1401 - SAUCE: xr-usb-serial: interface for switching modes
1402 - SAUCE: cdc-acm: Exclude Exar USB serial ports
1403
1404 [ Upstream Kernel Changes ]
1405
1406 * rebase to v4.9-rc8
1407
1408 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 07:41:58 -0700
1409
1410 linux (4.9.0-6.7) zesty; urgency=low
1411
1412 * Miscellaneous Ubuntu changes
1413 - Set build_arch=x86 for i386
1414
1415 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 21:00:11 -0700
1416
1417 linux (4.9.0-5.6) zesty; urgency=low
1418
1419 * Miscellaneous Ubuntu changes
1420 - [Debian] restore tools build
1421 - Set build_arch=x86 for amd64 and x32
1422
1423 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 07:06:20 -0700
1424
1425 linux (4.9.0-4.5) zesty; urgency=low
1426
1427 * linux: Staging modules should be unsigned (LP: #1642368)
1428 - [Debian] Suppress module signing for staging drivers
1429 - SAUCE: Add rtl drivers to signature inclusion list
1430
1431 * [17.04 FEAT] Build IMA and the TPM device drivers into the KVM on POWER
1432 host/NV kernel (LP: #1643652)
1433 - [Config] CONFIG_IMA=y
1434
1435 * Miscellaneous Ubuntu changes
1436 - [Debian] config-check -- Make it easier to find annotations syntax errors
1437 - [Config] Enable various drivers for ARM platforms
1438 - [Config] Fix s390x config carnage
1439 - [Config] Set CONFIG_KEXEC=y for all architectures
1440 - [Config] Fix up CONFIG_I2C_SLAVE values
1441 - [Config] Set CONFIG_WLAN_VENDOR_TI=y for all supported kernels
1442 - [Config] Set CONFIG_PWM_PCA9685=m for amd64 and i386
1443 - [Config] Set CONFIG_ZONE_DMA=m for amd64-generic
1444 - [Config] Update annotations
1445 - [Config] CONFIG_NR_CPUS=8192 for amd64
1446
1447 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Nov 2016 12:57:09 -0700
1448
1449 linux (4.9.0-3.4) zesty; urgency=low
1450
1451 * Miscellaneous Ubuntu changes
1452 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
1453 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
1454 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
1455 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
1456 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
1457 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
1458 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
1459 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
1460 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
1461 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
1462 - SAUCE: (namespace) fuse: Add support for pid namespaces
1463 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
1464 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
1465 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
1466 - SAUCE: (namespace) fuse: Allow user namespace mounts
1467 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
1468 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
1469 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
1470 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu7, zfs to 0.6.5.8-2ubuntu1
1471
1472 * Miscellaneous upstream changes
1473 - Revert "UBUNTU: SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs"
1474
1475 [ Upstream Kernel Changes ]
1476
1477 * rebase to v4.9-rc7
1478
1479 -- Tim Gardner <tim.gardner@canonical.com> Tue, 22 Nov 2016 07:51:48 -0700
1480
1481 linux (4.9.0-2.3) zesty; urgency=low
1482
1483 * Fix Kernel Crashing under IBM Virtual Scsi Driver (LP: #1642299)
1484 - SAUCE: ibmvscsis: Rearrange functions for future patches
1485 - SAUCE: ibmvscsis: Synchronize cmds at tpg_enable_store time
1486 - SAUCE: ibmvscsis: Synchronize cmds at remove time
1487 - SAUCE: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
1488 - SAUCE: ibmvscsis: Return correct partition name/# to client
1489 - SAUCE: ibmvscsis: Issues from Dan Carpenter/Smatch
1490
1491 * Move some kernel modules to the main kernel package (LP: #1642228)
1492 - [Config] Move some powerpc kernel modules to the main kernel package
1493
1494 * linux: Staging modules should be unsigned (LP: #1642368)
1495 - [Debian] Suppress module signing for staging drivers
1496
1497 * Miscellaneous Ubuntu changes
1498 - SAUCE: UEFI: bpf: disable bpf when module security is enabled
1499
1500 [ Upstream Kernel Changes ]
1501
1502 * rebase to v4.9-rc6
1503
1504 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Nov 2016 10:59:54 -0700
1505
1506 linux (4.9.0-1.2) zesty; urgency=low
1507
1508 * hio: SSD data corruption under stress test (LP: #1638700)
1509 - SAUCE: hio: set bi_error field to signal an I/O error on a BIO
1510 - SAUCE: hio: splitting bio in the entry of .make_request_fn
1511
1512 * hio Ubuntu sauce driver needs porting to 4.8 (LP: #1635594)
1513 - SAUCE: import Huawei ES3000_V2 (2.1.0.23)
1514 - SAUCE: hio: bio_endio() no longer takes errors arg
1515 - SAUCE: hio: blk_queue make_request_fn now returns a blk_qc_t
1516 - SAUCE: hio: use alloc_cpumask_var to avoid -Wframe-larger-than
1517 - SAUCE: hio: fix mask maybe-uninitialized warning
1518 - SAUCE: hio: port to v4.8 base
1519 - [config] enable CONFIG_HIO (Huawei ES3000_V2 PCIe SSD driver)
1520 - SAUCE: hio: Makefile and Kconfig
1521 - [Config] Enforce CONFIG_HIO
1522
1523 * Miscellaneous Ubuntu changes
1524 - rebase to v4.9-rc5
1525 - zfs: remove the never implemented aio_fsync file operation
1526 - [Config] Disable powerpc64-emb for FTBS
1527
1528 [ Upstream Kernel Changes ]
1529
1530 * rebase to v4.9-rc5
1531
1532 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Nov 2016 08:02:32 -0700
1533
1534 linux (4.9.0-0.1) zesty; urgency=low
1535
1536 [ Upstream Kernel Changes ]
1537
1538 * rebase to v4.9-rc4
1539 - LP: #1465724
1540 - LP: #1535802
1541
1542 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Oct 2016 21:46:31 -0600
1543
1544 linux (4.9.0-0.0) yakkety; urgency=low
1545
1546 [ Seth Forshee ]
1547
1548 * Release Tracking Bug
1549 - LP: #1632918
1550
1551 * Revert "If zone is so small that watermarks are the same, stop zone balance"
1552 in yakkety (LP: #1632894)
1553 - Revert "UBUNTU: SAUCE: (no-up) If zone is so small that watermarks are the
1554 same, stop zone balance."
1555
1556 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 21:57:07 -0500
1557
1558 linux (4.8.0-24.26) yakkety; urgency=low
1559
1560 [ Seth Forshee ]
1561
1562 * Release Tracking Bug
1563 - LP: #1632749
1564
1565 * lts-yakkety 4.8 cannot mount lvm raid1 (LP: #1631298)
1566 - SAUCE: (no-up) dm raid: fix compat_features validation
1567
1568 * kswapd0 100% CPU usage (LP: #1518457)
1569 - SAUCE: (no-up) If zone is so small that watermarks are the same, stop zone
1570 balance.
1571
1572 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 10:21:44 -0500
1573
1574 linux (4.8.0-23.25) yakkety; urgency=low
1575
1576 [ Seth Forshee ]
1577
1578 * Release Tracking Bug
1579 - LP: #1632484
1580
1581 * [Trusty->Yakkety] powerpc/64: Fix incorrect return value from
1582 __copy_tofrom_user (LP: #1632462)
1583 - SAUCE: (no-up) powerpc/64: Fix incorrect return value from
1584 __copy_tofrom_user
1585
1586 * Ubuntu 16.10: Oops panic in move_page_tables/page_remove_rmap after running
1587 memory_stress_ng. (LP: #1628976)
1588 - SAUCE: (no-up) powerpc/pseries: Fix stack corruption in htpe code
1589
1590 * Paths not failed properly when unmapping virtual FC ports in VIOS (using
1591 ibmvfc) (LP: #1632116)
1592 - scsi: ibmvfc: Fix I/O hang when port is not mapped
1593
1594 * [Ubuntu16.10]KV4.8: kernel livepatch config options are not set
1595 (LP: #1626983)
1596 - [Config] Enable live patching on powerpc/ppc64el
1597
1598 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
1599 - [Config] CONFIG_AUFS_XATTR=y
1600
1601 * Yakkety update to 4.8.1 stable release (LP: #1632445)
1602 - arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
1603 - Using BUG_ON() as an assert() is _never_ acceptable
1604 - usb: misc: legousbtower: Fix NULL pointer deference
1605 - Staging: fbtft: Fix bug in fbtft-core
1606 - usb: usbip: vudc: fix left shift overflow
1607 - USB: serial: cp210x: Add ID for a Juniper console
1608 - Revert "usbtmc: convert to devm_kzalloc"
1609 - ALSA: hda - Adding one more ALC255 pin definition for headset problem
1610 - ALSA: hda - Fix headset mic detection problem for several Dell laptops
1611 - ALSA: hda - Add the top speaker pin config for HP Spectre x360
1612 - Linux 4.8.1
1613
1614 * PSL data cache should be flushed before resetting CAPI adapter
1615 (LP: #1632049)
1616 - cxl: Flush PSL cache before resetting the adapter
1617
1618 * thunder nic: avoid link delays due to RX_PACKET_DIS (LP: #1630038)
1619 - net: thunderx: Don't set RX_PACKET_DIS while initializing
1620
1621 * crypto/vmx/p8_ghash memory corruption (LP: #1630970)
1622 - crypto: ghash-generic - move common definitions to a new header file
1623 - crypto: vmx - Fix memory corruption caused by p8_ghash
1624 - crypto: vmx - Ensure ghash-generic is enabled
1625
1626 * arm64: SPCR console not autodetected (LP: #1630311)
1627 - of/serial: move earlycon early_param handling to serial
1628 - [Config] CONFIG_ACPI_SPCR_TABLE=y
1629 - ACPI: parse SPCR and enable matching console
1630 - ARM64: ACPI: enable ACPI_SPCR_TABLE
1631 - serial: pl011: add console matching function
1632
1633 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
1634 (LP: #1630990)
1635 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
1636 CONFIG_SECURITYFS=n
1637
1638 * sha1-powerpc returning wrong results (LP: #1629977)
1639 - crypto: sha1-powerpc - little-endian support
1640
1641 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Oct 2016 16:38:45 -0500
1642
1643 linux (4.8.0-22.24) yakkety; urgency=low
1644
1645 * CVE-2016-7039 (LP: #1631287)
1646 - SAUCE: net: add recursion limit to GRO
1647
1648 -- Andy Whitcroft <apw@canonical.com> Fri, 07 Oct 2016 22:46:28 +0100
1649
1650 linux (4.8.0-21.23) yakkety; urgency=low
1651
1652 [ Tim Gardner ]
1653
1654 * Release Tracking Bug
1655 - LP: #1630279
1656
1657 * powerpc 4.8.0-17 fails to boot on PowerMac G5 (LP: #1628968)
1658 - Revert "Revert "powerpc: Simplify module TOC handling""
1659
1660 * Regression tests can not detect binfmt_elf mmpa semantic change
1661 (LP: #1630069)
1662 - SAUCE: apparmor: add flag to detect semantic change, to binfmt_elf mmap
1663
1664 * Autofs parameter substitution broken in kernel 4.4.0-38 and 4.4.0-40
1665 (LP: #1629204)
1666 - SAUCE: (namespace) autofs4: Use real_cred for requestor's ids
1667
1668 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Oct 2016 08:01:21 -0600
1669
1670 linux (4.8.0-20.22) yakkety; urgency=low
1671
1672 [ Tim Gardner ]
1673
1674 * Release Tracking Bug
1675 - LP: #1629730
1676
1677 [ Upstream Kernel Changes ]
1678
1679 * rebase to v4.8
1680
1681 -- Tim Gardner <tim.gardner@canonical.com> Sun, 02 Oct 2016 19:10:40 -0600
1682
1683 linux (4.8.0-19.21) yakkety; urgency=low
1684
1685 [ Tim Gardner ]
1686
1687 * Release Tracking Bug
1688 - LP: #1629057
1689
1690 * 4.8.0 kernels do not complete boot process on VM (LP: #1627198)
1691 - [Config] CONFIG_HARDENED_USERCOPY_PAGESPAN=n
1692
1693 * mount-image-callback cannot mount partitioned disk image (LP: #1628336)
1694 - SAUCE: nbd: Only delay uevent until connected
1695
1696 * Support snaps inside of lxd containers (LP: #1611078)
1697 - apparmor: add interface to be able to grab loaded policy
1698 - securityfs: update interface to allow inode_ops, and setup from vfs fns
1699 - apparmor: refactor aa_prepare_ns into prepare_ns and create_ns routines
1700 - apparmor: add __aa_find_ns fn
1701 - apparmor: add mkdir/rmdir interface to manage policy namespaces
1702 - apparmor: fix oops in pivot_root mediation
1703 - apparmor: fix warning that fn build_pivotroot discards const
1704 - apparmor: add interface to advertise status of current task stacking
1705 - apparmor: update policy permissions to consider ns being viewed/managed
1706 - apparmor: add per ns policy management interface
1707 - apparmor: bump domain stacking version to 1.2
1708
1709 * linux-image-extra-4.8.0-17-generic does not provide many sound card modules
1710 (LP: #1628523)
1711 - [Config] CONFIG_ZONE_DMA=y for generic
1712
1713 * Yakkety - disable ARCH_ZX (LP: #1628503)
1714 - [Config] armhf: disable ARCH_ZX
1715
1716 * Enable switchdev config parameter for Yakkety (LP: #1628241)
1717 - [Config] CONFIG_NET_SWITCHDEV=y for amd64/arm64
1718
1719 * Ubuntu 16.10 kernel v4.8: Installation failing on Habanero with Shiner card
1720 (LP: #1628009)
1721 - firmware: Update bnx2x to 7.13.1.0
1722
1723 * vNIC driver missing in 4.8 kernel package (LP: #1628187)
1724 - [Config] Enable CONFIG_IBMVNIC=m
1725
1726 * Yakkety - armhf: MFD_TPS65217 and REGULATOR_TPS65217 are boot essential
1727 (LP: #1628112)
1728 - [Config] armhf: MFD_TPS65217=y && REGULATOR_TPS65217=y
1729
1730 * Miscellaneous Ubuntu changes
1731 - Rebase to v4.8-rc8
1732 - [Config] skip Ubuntu-4.8.0-18.20
1733 - [Config] missing modules in armhf/s390x
1734
1735 * Miscellaneous Ubuntu changes
1736 - rebase to v4.8-rc8
1737
1738 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 25 Sep 2016 12:13:35 -0700
1739
1740 linux (4.8.0-17.19) yakkety; urgency=low
1741
1742 * Release Tracking Bug
1743 - LP: #1627387
1744
1745 * build squashfs into xenial kernels by default (LP: #1593134)
1746 - Remove squashfs udeb
1747
1748 * [Yakkety] Fix up ATA_GENERIC to match annotations file. (LP: #1627322)
1749 - Add d-i support for ata_generic
1750
1751 * [Yakkety] Fix up CONFIG_BLK_DEV_SD to match annotations (LP: #1627330)
1752 - [Config] Enforce CONFIG_BLK_DEV_SD=y,CONFIG_BLK_DEV_SR=y
1753
1754 * [Yakkety] Fix up ATA_PIIX to match annotations file (LP: #1627324)
1755 - [Config] Enforce CONFIG_ATA_PIIX=y for amd64/i386
1756
1757 * Yakkety - USB drivers must be built in (LP: #1627323)
1758 - Update annotation enforcement for CONFIG_USB_[E|O|U|X]HCI_HCD
1759
1760 * 4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus
1761 (LP: #1627052)
1762 - [Config] CONFIG_GOLDFISH=n
1763
1764 * yakkety 4.8, remove module noise kernel-4.8 (LP: #1626104)
1765 - Revert "UBUNTU: SAUCE: Clear Linux: bootstats: add printk's to measure boot
1766 time in more detail"
1767
1768 * Permission denied in CIFS with kernel 4.4.0-38 (LP: #1626112)
1769 - SAUCE: Fix regression which breaks DFS mounting
1770
1771 * Miscellaneous Ubuntu changes
1772 - [Config] apply xenial configuration annotations
1773 - s390x -- DEBUG_RODATA is now valid
1774 - [Config] s390x -- CONFIG_SQUASHFS=y
1775 - [Config] s390x -- CONFIG_ECRYPT_FS=y
1776 - [Config] Enable CONFIG_ACPI_PCI_SLOT=y for arm64
1777 - [Config] Enable CONFIG_ACPI_HED=y for arm64
1778 - [Config] Enable CONFIG_QUICC_ENGINE=y
1779
1780 * Miscellaneous upstream changes
1781 - annotations: pull back to xenial
1782
1783 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 24 Sep 2016 21:31:31 -0700
1784
1785 linux (4.8.0-16.17) yakkety; urgency=low
1786
1787 [ Tim Gardner ]
1788
1789 * Release Tracking Bug
1790 - LP: #1626768
1791
1792 * Support ARM GIC ITS in ACPI mode (LP: #1626631)
1793 - [Config] CONFIG_ACPI_IORT=y
1794 - SAUCE: ACPI: I/O Remapping Table (IORT) initial support
1795 - SAUCE: ACPI: Add new IORT functions to support MSI domain handling
1796 - SAUCE: irqchip/gicv3-its: Cleanup for ITS domain initialization
1797 - SAUCE: irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPI
1798 - SAUCE: irqchip/gicv3-its: Probe ITS in the ACPI way
1799 - SAUCE: irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPI
1800 - SAUCE: irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initialization
1801 - SAUCE: PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI table
1802
1803 * 4.8 dropped CONFIG_ATA=y (breaks systemd's TEST-08-ISSUE-2730 upstream test)
1804 (LP: #1626394)
1805 - [Config] CONFIG_ATA=y
1806
1807 * Yakkety: Enable drivers with respect to Xenial (LP: #1626543)
1808 - [Config] CONFIG_VMD=m
1809 - [Config] CONFIG_MAC80211_RC_MINSTREL_VHT=y for all arches
1810 - [Config] CONFIG_OF=y for all arches
1811 - [Config] CONFIG_BLK_DEV_NVME_SCSI=y
1812 - [Config] Xenial device settings sync with amd64
1813 - [Config] Xenial device settings sync with i386
1814 - [Config] CONFIG_MTD_UBI_GLUEBI=m
1815 - [Config] Xenial device settings sync with armhf
1816 - [Config] Xenial device settings sync with arm64
1817
1818 * yakkety 4.8, missing config CONFIG_USERFAULTFD=y (LP: #1626149)
1819 - [Config] CONFIG_USERFAULTFD=y
1820
1821 * 4.8 regression: SLAB is being used instead of SLUB (LP: #1626564)
1822 - [Config] CONFIG_SLUB=y
1823
1824 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
1825 (LP: #1626158)
1826 - add nls_cp437 to the generic.inclusion-list
1827
1828 -- Tim Gardner <tim.gardner@canonical.com> Thu, 22 Sep 2016 06:51:45 -0600
1829
1830 linux (4.8.0-15.16) yakkety; urgency=low
1831
1832 [ Tim Gardner ]
1833
1834 * Release Tracking Bug
1835 - LP: #1626239
1836
1837 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
1838 (LP: #1626158)
1839 - [Config] CONFIG_FAT_DEFAULT_IOCHARSET=iso8859-1
1840 - [Config] CONFIG_NLS_CODEPAGE_437=y
1841 - [Config] CONFIG_VFAT_FS=y
1842
1843 * Miscellaneous Ubuntu changes
1844 - SAUCE: seccomp: log actions even when audit is disabled
1845
1846 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Sep 2016 06:41:03 -0600
1847
1848 linux (4.8.0-14.15) yakkety; urgency=low
1849
1850 * CVE-2016-1575 (LP: #1534961)
1851 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
1852 - SAUCE: overlayfs: Be more careful about copying up sxid files
1853 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
1854
1855 * CVE-2016-1576 (LP: #1535150)
1856 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
1857 - SAUCE: overlayfs: Be more careful about copying up sxid files
1858 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
1859
1860 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
1861 (LP: #1531747)
1862 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
1863
1864 * Miscellaneous Ubuntu changes
1865 - [Config] CONFIG_PM_WAKELOCKS=y
1866 - [Config] CONFIG_CLEANCACHE=y
1867 - [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
1868 - [Config] CONFIG_PROCESSOR_SELECT=y
1869 - [Config] Enabled some networking options
1870 - SAUCE: overlayfs: Enable user namespace mounts
1871
1872 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Sep 2016 13:56:58 -0700
1873
1874 linux (4.8.0-13.14) yakkety; urgency=low
1875
1876 [ Tim Gardner ]
1877
1878 * Release Tracking Bug
1879 - LP: #1625733
1880
1881 * fails to mount ext4 crypto-crc32 is missing (LP: #1625728)
1882 - [Config] Add some CRC crypto modules to d-i
1883
1884 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
1885 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
1886
1887 * Brightness control on Lenovo ThinkPad T430 does not work. (LP: #1183856)
1888 - SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
1889 ThinkPads
1890
1891 * Option GE0301 3G modem doesn't work (LP: #348861)
1892 - SAUCE: (no-up) Added quirk to recognize GE0301 3G modem as an interface.
1893
1894 * [regression 4.4 -> 4.8] Please re-enable CONFIG_TOUCHSCREEN_ELAN
1895 (LP: #1625259)
1896 - [Config] CONFIG_TOUCHSCREEN_ELAN=m for all arches
1897
1898 * Miscellaneous Ubuntu changes
1899 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
1900 opened for writing
1901 - SAUCE: fan: add VXLAN implementation
1902 - [Config] CONFIG_VFIO=m for ppc64el
1903
1904 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 10:50:29 -0600
1905
1906 linux (4.8.0-12.13) yakkety; urgency=low
1907
1908 [ Tim Gardner ]
1909
1910 * Release Tracking Bug
1911 - LP: #1625233
1912
1913 * Miscellaneous Ubuntu changes
1914 - rebase to v4.8-rc7
1915 - [Config] CONFIG_SCSI_DEBUG=m for all arches
1916
1917 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 06:35:21 -0600
1918
1919 linux (4.8.0-11.12) yakkety; urgency=low
1920
1921 * change_hat is logging failures during expected hat probing (LP: #1615893)
1922 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
1923
1924 * deleted files outside of the namespace are not being treated as
1925 disconnected
1926 (LP: #1615892)
1927 - SAUCE: apparmor: deleted dentries can be disconnected
1928
1929 * stacking to unconfined in a child namespace confuses mediation
1930 (LP: #1615890)
1931 - SAUCE: apparmor: special case unconfined when determining the mode
1932
1933 * apparmor module parameters can be changed after the policy is locked
1934 (LP: #1615895)
1935 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
1936
1937 * AppArmor profile reloading causes an intermittent kernel BUG (LP:
1938 #1579135)
1939 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
1940
1941 * label vec reductions can result in reference labels instead of direct
1942 access
1943 to labels (LP: #1615889)
1944 - SAUCE: apparmor: reduction of vec to single entry is just that entry
1945
1946 * profiles from different namespaces can block other namespaces from being
1947 able to load a profile (LP: #1615887)
1948 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
1949
1950 * The label build for onexec when stacking is wrong (LP: #1615881)
1951 - SAUCE: apparmor: Fix label build for onexec stacking.
1952
1953 * The inherit check for new to old label comparison for domain transitions
1954 is
1955 wrong (LP: #1615880)
1956 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
1957
1958 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
1959 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
1960
1961 * __label_update proxy comparison test is wrong (LP: #1615878)
1962 - SAUCE: apparmor: Fix __label_update proxy comparison test
1963
1964 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
1965 (LP: #1560583)
1966 - SAUCE: apparmor: Allow ns_root processes to open profiles file
1967 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
1968
1969 * policy namespace stacking (LP: #1379535)
1970 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
1971 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
1972
1973 * Miscellaneous Ubuntu changes
1974 - [Debian] Dynamically determine linux udebs package name
1975 - [Debian] d-i -- fix dtb handling in new kernel-wedge form
1976 - SAUCE: apparmor: Fix FTBFS due to bad include path
1977 - SAUCE: apparmor: add data query support
1978 - [Config] Set CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT=y
1979
1980 * Miscellaneous upstream changes
1981 - fixup backout policy view capable for forward port
1982 - apparmor: fix: Rework the iter loop for label_update
1983 - apparmor: add more assertions for updates/merges to help catch errors
1984 - apparmor: Make pivot root transitions work with stacking
1985 - apparmor: convert delegating deleted files to mediate deleted files
1986 - apparmor: add missing parens. not a bug fix but highly recommended
1987 - apparmor: add a stack_version file to allow detection of bug fixes
1988 - apparmor: push path lookup into mediation loop
1989 - apparmor: default to allowing unprivileged userns policy
1990 - apparmor: fix: permissions test to view and manage policy
1991 - apparmor: Add Basic ns cross check condition for ipc
1992
1993 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 17 Sep 2016 10:03:16 -0700
1994
1995 linux (4.8.0-10.11) yakkety; urgency=low
1996
1997 * Miscellaneous Ubuntu changes
1998 - ubuntu: vbox -- update to 5.1.6-dfsg-1
1999 - SAUCE: Enable vbox build
2000
2001 -- Tim Gardner <tim.gardner@canonical.com> Thu, 15 Sep 2016 07:10:51 -0600
2002
2003 linux (4.8.0-9.10) yakkety; urgency=low
2004
2005 * Miscellaneous Ubuntu changes
2006 - [Config] arm64: CONFIG_ARCH_THUNDER=y
2007 - [Config] arm64: CONFIG_PCI_HOST_THUNDER_*=y
2008 - [Config] arm64: CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
2009 - [Config] arm64: CONFIG_DRM_AST=m
2010 - [Config] arm64: CONFIG_FRAMEBUFFER_CONSOLE=y
2011 - d-i: initrd needs ext4 and scsi modules
2012 - SAUCE: AUFS aufs4.x-rcN 20160912
2013 - [Config] Enable CONFIG_GPIO_XGENE*
2014 - [Config] Disable CONFIG_POWER_RESET_XGENE
2015 - [Config] CONFIG_EDAC_XGENE=m
2016 - [Config] CONFIG_ARM64_ACPI_PARKING_PROTOCOL=y
2017 - [Config] CONFIG_XGENE_DMA=m
2018
2019 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Sep 2016 10:26:12 -0600
2020
2021 linux (4.8.0-8.9) yakkety; urgency=low
2022
2023 * New device ID for Kabypoint (LP: #1622469)
2024 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
2025 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
2026
2027 * Miscellaneous Ubuntu changes
2028 - rebase to v4.8-rc6
2029 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu1, zfs to 0.6.5.8-0ubuntu1
2030
2031 [ Upstream Kernel Changes ]
2032
2033 * rebase to v4.8-rc6
2034 - LP: #1617900
2035
2036 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 10:53:40 -0600
2037
2038 linux (4.8.0-7.8) yakkety; urgency=low
2039
2040 * Miscellaneous Ubuntu changes
2041 - [Debian] Use src_pkg_name when constructing udeb control files
2042
2043 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 07:26:25 -0600
2044
2045 linux (4.8.0-6.7) yakkety; urgency=low
2046
2047 * Enable virtual scsi server driver for Power (LP: #1615665)
2048 - SAUCE: Ibmvscsis: Properly deregister target sessions
2049 - SAUCE: Return TCMU-generated sense data to fabric module
2050 - SAUCE: Ibmvscsis: Code cleanup of print statements
2051 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
2052
2053 * Miscellaneous Ubuntu changes
2054 - [Config] CONFIG_XEN_FBDEV_FRONTEND=m
2055 - rebase to v4.8-rc5
2056
2057 [ Upstream Kernel Changes ]
2058
2059 * rebase to v4.8-rc5
2060
2061 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Sep 2016 12:09:26 -0600
2062
2063 linux (4.8.0-5.6) yakkety; urgency=low
2064
2065 * support compressed kernels on arm64 (LP: #1384955)
2066 - [Config] Switch to compressed Image on arm64
2067
2068 * Miscellaneous Ubuntu changes
2069 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
2070 - SAUCE: (namespace) block_dev: Support checking inode permissions in
2071 lookup_bdev()
2072 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
2073 when mounting
2074 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
2075 when mounting
2076 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
2077 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
2078 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
2079 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
2080 security.* xattrs
2081 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
2082 filesystems
2083 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
2084 - SAUCE: (namespace) fuse: Add support for pid namespaces
2085 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
2086 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
2087 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
2088 or a descendant
2089 - SAUCE: (namespace) fuse: Allow user namespace mounts
2090 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
2091 namespaces
2092 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
2093 mounts
2094 - rebase to v4.8-rc4
2095
2096 [ Upstream Kernel Changes ]
2097
2098 * rebase to v4.8-rc4
2099
2100 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Aug 2016 07:13:03 -0600
2101
2102 linux (4.8.0-4.5) yakkety; urgency=low
2103
2104 * Miscellaneous Ubuntu changes
2105 - [Config] CONFIG_AUFS_FS=m
2106 - SAUCE: AUFS 27ef55c6d5f4726b33f60b33a9888963d26fa7fb
2107
2108 -- Tim Gardner <tim.gardner@canonical.com> Tue, 23 Aug 2016 12:25:59 -0600
2109
2110 linux (4.8.0-3.4) yakkety; urgency=low
2111
2112 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
2113 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
2114
2115 * Miscellaneous Ubuntu changes
2116 - rebase to v4.8-rc3
2117
2118 -- Tim Gardner <tim.gardner@canonical.com> Thu, 18 Aug 2016 10:33:07 -0600
2119
2120 linux (4.8.0-2.3) yakkety; urgency=low
2121
2122 * Miscellaneous Ubuntu changes
2123 - [Config] Add fuse to inclusion list
2124 - SAUCE: update spl/zfs to support v4.8
2125
2126 * Miscellaneous upstream changes
2127 - Revert "UBUNTU: [Debian] do_zfs=false"
2128
2129 -- Tim Gardner <tim.gardner@canonical.com> Wed, 17 Aug 2016 08:06:33 -0600
2130
2131 linux (4.8.0-1.2) yakkety; urgency=low
2132
2133 * Miscellaneous Ubuntu changes
2134 - [Config] Enabled enforcement for CONFIG_HOTPLUG_PCI_PCIE
2135 - [Config] Enabled enforcement for CONFIG_NVRAM
2136 - [Config] Enabled enforcement for CONFIG_FRAMEBUFFER_CONSOLE
2137 - [Config] Enabled enforcement for CONFIG_DRM_MGAG200
2138 - [Config] Enabled enforcement for CONFIG_INPUT_UINPUT
2139 - [Config] Enabled enforcement for CONFIG_THERM_ADT746X
2140 - [Config] Enabled enforcement for CONFIG_REGULATOR_TWL4030
2141 - [Config] Enabled enforcement for CONFIG_SECCOMP
2142 - [Config] Enabled enforcement for
2143 - rebase to v4.8-rc2
2144 - [Config] Dropped CONFIG_OVERLAY_FS_V1 from annotations
2145 - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
2146 - SAUCE: security,perf: Allow further restriction of perf_event_open
2147
2148 [ Upstream Kernel Changes ]
2149
2150 * rebase to v4.8-rc2
2151
2152 -- Tim Gardner <tim.gardner@canonical.com> Thu, 11 Aug 2016 11:08:14 -0600
2153
2154 linux (4.8.0-0.1) yakkety; urgency=low
2155
2156 [ Upstream Kernel Changes ]
2157
2158 * rebase to v4.8-rc1
2159 - LP: #1607647
2160 - LP: #1498667
2161 - LP: #1592547
2162 - LP: #1319984
2163 - LP: #1268727
2164 - LP: #1600623
2165 - LP: #1465724
2166 - LP: #1333569
2167
2168 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 14:23:12 -0600
2169
2170 linux (4.8.0-0.0) yakkety; urgency=low
2171
2172 * empty stanza
2173
2174 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 10:53:17 -0600
2175
2176 linux (4.7.0-0.2) yakkety; urgency=low
2177
2178 * Miscellaneous Ubuntu changes fixing various FTBS issues
2179 - [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m
2180 - [Config] make powerpc udeb block modules optional
2181 - [Config] CONFIG_PLIP=m
2182 - [Config] CONFIG_IRDA=m armhf/arm64
2183 - [Config] CONFIG_IPMI_HANDLER=m armhf/arm64
2184 - [Config] CONFIG_MOUSE_PS2=m
2185 - [Config] remove ppc64el fb-modules
2186
2187 -- Tim Gardner <tim.gardner@canonical.com> Mon, 01 Aug 2016 10:00:57 -0600
2188
2189 linux (4.7.0-0.1) yakkety; urgency=low
2190
2191 [ Upstream Kernel Changes ]
2192
2193 * rebase to v4.7
2194 - LP: #972604
2195
2196 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jun 2016 12:00:45 -0600
2197
2198 linux (4.7.0-0.0) yakkety; urgency=low
2199
2200 [ Tim Gardner ]
2201
2202 * Release Tracking Bug
2203 - LP: #1588856
2204
2205 * linux: 4.6 kernel fails to boot on ppc64el multi-path system (LP: #1588421)
2206 - scsi_dh_alua: do not fail for unknown VPD identification
2207
2208 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
2209 - [Config] Install lsvmbus in cloud tools
2210 - SAUCE: tools/hv/lsvmbus -- convert to python3
2211 - SAUCE: tools/hv/lsvmbus -- add manual page
2212
2213 * boot stalls on USB detection errors (LP: #1437492)
2214 - usb: core: hub: hub_port_init lock controller instead of bus
2215
2216 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
2217 - kernek/fork.c: allocate idle task for a CPU always on its local node
2218
2219 * VirtIO (and probably other modules as well) is built-in, make it modular...
2220 (LP: #1475078)
2221 - [Config] CONFIG_VIRTIO_*=m for all but s390x
2222 - [Config] CONFIG_USB=m
2223 - [Config] CONFIG_BLK_DEV_*=m
2224 - [Config] CONFIG_ATA=m
2225 - [Config] CONFIG_SCSI=m
2226 - [Config] CONFIG_DEVFREQ_GOV_*=m
2227 - [Config] CONFIG_XEN_NETDEV_*=m
2228 - [Config] CONFIG_AGP=m
2229 - [Config] CONFIG_ECRYPT_FS=m
2230 - [Config] CONFIG_ACPI_*=m
2231 - [Config] CONFIG_CPU_FREQ_GOV_*=m for all but powerpc/ppc64el
2232 - [Config] Modularize some CRYPTO
2233 - [Config] CONFIG_FDDI=m
2234 - [Config] CONFIG_FIXED_PHY=m
2235 - [Config] CONFIG_VFAT_FS=m for all but armhf
2236 - [Config] CONFIG_TUN=m
2237 - [Config] CONFIG_UNIX=m
2238 - [Config] CONFIG_TRUSTED_KEYS=m
2239 - [Config] CONFIG_LEDS_CLASS=m for amd64,i386,ppc64el
2240
2241 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
2242 and "not a git repository" (LP: #1584890)
2243 - [debian] getabis: Only git add $abidir if running in local repo
2244 - [debian] getabis: Fix inconsistent compiler versions check
2245
2246 * conflicting modules in udebs - arc4.ko (LP: #1582991)
2247 - [Config] Remove arc4 from nic-modules
2248
2249 * arm64: statically link rtc-efi (LP: #1583738)
2250 - [Config] Link rtc-efi statically on arm64
2251
2252 * Miscellaneous Ubuntu changes
2253 - [Debian] zfs: transform symlink into referent file/dir
2254 - [Debian] Added tristate.sh
2255 - [Config] CONFIG_FUSE_FS=m
2256 - [Config] CONFIG_ACPI_APEI_ERST_DEBUG=m
2257 - [Config] CONFIG_PSTORE_CONSOLE=y
2258 - Added Snapcraft files
2259 - [Config] Mark CONFIG_UNIX enforced
2260
2261 * Miscellaneous upstream changes
2262 - Revert "UBUNTU: [Config] CONFIG_UNIX=m"
2263
2264 -- Tim Gardner <tim.gardner@canonical.com> Tue, 17 May 2016 11:20:20 -0600
2265
2266 linux (4.6.0-6.7) yakkety; urgency=low
2267
2268 [ Tim Gardner ]
2269
2270 * Release Tracking Bug
2271 - LP: #1582753
2272
2273 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
2274 (LP: #1582378)
2275 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
2276 owns the ipc ns
2277
2278 * Miscellaneous Ubuntu changes
2279 - [Config] Add Description to kernel-image udeb
2280 - SAUCE: (noup) mm: Use phys_addr_t for reserve_bootmem_region arguments
2281 - SAUCE: (noup) Update spl to 0.6.5.7-0ubuntu1, zfs to 0.6.5.7-0ubuntu1
2282
2283 * Miscellaneous upstream changes
2284 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
2285 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
2286 - Drivers: hv: vmbus: Use the new virt_xx barrier code
2287 - Drivers: hv: vmbus: Export the vmbus_set_event() API
2288 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
2289 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packets
2290 - drivers:hv: Lock access to hyperv_mmio resource tree
2291 - drivers:hv: Make a function to free mmio regions through vmbus
2292 - drivers:hv: Reverse order of resources in hyperv_mmio
2293 - drivers:hv: Track allocations of children of hv_vmbus in private resource tree
2294 - drivers:hv: Record MMIO range in use by frame buffer
2295 - drivers:hv: Separate out frame buffer logic when picking MMIO range
2296 - Drivers: hv: kvp: fix IP Failover
2297 - Drivers: hv: vmbus: handle various crash scenarios
2298 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
2299 - Drivers: hv: balloon: reset host_specified_ha_region
2300
2301 [ Tim Gardner ]
2302
2303 * Dropped hv SAUCE patches in favor of linux-next.
2304
2305 -- Tim Gardner <tim.gardner@canonical.com> Mon, 16 May 2016 13:50:30 -0600
2306
2307 linux (4.6.0-5.6) yakkety; urgency=low
2308
2309 [ Tim Gardner ]
2310
2311 * Release Tracking Bug
2312 - LP: #1582351
2313
2314 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
2315 - [Config] enable CONFIG_AUFS_EXPORT
2316
2317 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
2318 - [Config] Update inclusion list for CRIU
2319
2320 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
2321 - [Debian] disable zfs module checks when cross-compiling
2322
2323 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
2324 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
2325
2326 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped
2327 (LP: #1535150)
2328 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
2329
2330 * Ubuntu-4.6.0-5.6 configuration has CONFIG_GOLDFISH and CONFIG_GOLDFISH_BUS
2331 enabled, breaking serial support on normal systems (LP: #1580960)
2332 - [Config] disable CONFIG_GOLDFISH
2333
2334 * Miscellaneous Ubuntu changes
2335 - [Config] d-i -- update local configuration to new form
2336 - [Config] kernel-wedge -- switch to explicit versions
2337 - [Config] powerpc64-smp --> generic
2338 - [Config] CONFIG_AUFS_FS=m
2339 - SAUCE: AUFS
2340 - SAUCE: (namespace) fs: Add user namesapace member to struct super_block
2341 - SAUCE: (namespace) fs: Limit file caps to the user namespace of the super block
2342 - SAUCE: (namespace) Smack: Add support for unprivileged mounts from user namespaces
2343 - SAUCE: (namespace) fs: fix a posible leak of allocated superblock
2344 - SAUCE: (namespace) fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
2345 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
2346 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
2347 - SAUCE: (namespace) fs: Treat foreign mounts as nosuid
2348 - SAUCE: (namespace) selinux: Add support for unprivileged mounts from user namespaces
2349 - SAUCE: (namespace) userns: Replace in_userns with current_in_userns
2350 - SAUCE: (namespace) Smack: Handle labels consistently in untrusted mounts
2351 - SAUCE: (namespace) fs: Check for invalid i_uid in may_follow_link()
2352 - SAUCE: (namespace) cred: Reject inodes with invalid ids in set_create_file_as()
2353 - SAUCE: (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
2354 - SAUCE: (namespace) fs: Update posix_acl support to handle user namespace mounts
2355 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes with unmappable ids
2356 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID in s_user_ns
2357 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
2358 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
2359 - SAUCE: (namespace) fuse: Add support for pid namespaces
2360 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
2361 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
2362 - SAUCE: (namespace) fuse: Allow user namespace mounts
2363 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
2364 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
2365 - SAUCE: (namespace) fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
2366 - SAUCE: (namespace) quota: Add support for user namespace mounts
2367 - SAUCE: (namespace) evm: Translate user/group ids relative to s_user_ns when computing HMAC
2368 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
2369 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
2370 - SAUCE: (namespace) fuse: Add module parameter to enable user namespace mounts
2371 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
2372 - rebase to v4.6
2373 - SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
2374 - SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt.
2375
2376 * Miscellaneous upstream changes
2377 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
2378 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
2379
2380 [ Upstream Kernel Changes ]
2381
2382 * rebase to v4.6
2383
2384 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 12:08:54 -0600
2385
2386 linux (4.6.0-4.5) yakkety; urgency=low
2387
2388 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
2389 upgrade -d (LP: #1573231)
2390 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
2391
2392 * Really cleaned out the last of the i915_bpo SAUCE patches. ricotz on
2393 IRC pointed out some leftover SAUCE patches that were causing issues.
2394
2395 * Dropped the attempt to convert powerpc64-smb to generic. kernel-wedge
2396 has some issues.
2397
2398 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 10:56:54 -0600
2399
2400 linux (4.6.0-3.4) xenial; urgency=low
2401
2402 * Release Tracking Bug
2403 - LP: #1579594
2404
2405 * linux-generic: enable linux-extra split on all architectures (LP: #1568832)
2406 - [Config] Generate an -extras package for arm64 and powerpc
2407
2408 * Missing libunwind support in perf (LP: #1248289)
2409 - [Config] Add liblzma-dev to enable libunwind support in perf
2410
2411 * ZFS is confused by user namespaces (uid/gid mapping) when used with
2412 acltype=posixac (LP: #1567558)
2413 - zfs: Fix user namespaces uid/gid mapping
2414
2415 * Miscellaneous Ubuntu changes
2416 - rebase to v4.6-rc7
2417
2418 [ Upstream Kernel Changes ]
2419
2420 * rebase to v4.6-rc7
2421
2422 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 14:03:17 -0600
2423
2424 linux (4.6.0-2.3) yakkety; urgency=low
2425
2426 * Miscellaneous Ubuntu changes
2427 - [Config] CONFIG_AUFS_FS=m
2428 - SAUCE: AUFS
2429 - zfs: gcc build error: -Wbool-compare in metaslab.c
2430 - zfs: Linux 4.6 compat: PAGE_CACHE_SIZE removal
2431 - zfs: Fix ZPL miswrite of default POSIX ACL
2432 - zfs: Linux 4.5 compat: Use xattr_handler->name for acl
2433 - SAUCE: Dropped ubuntu/i915
2434 - SAUCE: Dropped ubuntu/dm-raid4-5
2435
2436 * Miscellaneous upstream changes
2437 - Revert "UBUNTU: [Debian] Disable ZFS until an update catches it up with the
2438 kernel"
2439
2440 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 10:41:17 -0600
2441
2442 linux (4.6.0-1.2) yakkety; urgency=low
2443
2444 * Miscellaneous Ubuntu changes
2445 - [Config] CONFIG_NR_CPUS=8192 for amd64
2446
2447 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 07:25:31 -0600
2448
2449 linux (4.6.0-0.1) yakkety; urgency=low
2450
2451
2452 [ Upstream Kernel Changes ]
2453
2454 * rebase to v4.6-rc6
2455 - LP: #1564712
2456 - LP: #1555912
2457 - LP: #1552925
2458 - LP: #1546694
2459 - LP: #1549660
2460 - LP: #1549620
2461 - LP: #1542944
2462 - LP: #1542564
2463 - LP: #1533009
2464 - LP: #1533461
2465 - LP: #1529624
2466 - LP: #1522949
2467
2468 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Apr 2016 14:24:45 -0600
2469
2470 linux (4.6.0-0.0) yakkety; urgency=low
2471
2472 [ Kamal Mostafa ]
2473
2474 * Release Tracking Bug
2475 - LP: #1573817
2476
2477 * autoreconstruct: need to also generate extend-diff-ignore options for links
2478 (LP: #1574362)
2479 - [Packaging] autoreconstruct -- generate extend-diff-ignore for links
2480
2481 * tipc: missing linearization of sk_buff (LP: #1567064)
2482 - tipc: move linearization of buffers to generic code
2483
2484 * [Hyper-V] In-flight PCI Passthrough Patches (LP: #1570124)
2485 - SAUCE:(noup) drivers:hv: Lock access to hyperv_mmio resource tree
2486 - SAUCE:(noup) drivers:hv: Call vmbus_mmio_free() to reverse
2487 vmbus_mmio_allocate()
2488 - SAUCE:(noup) drivers:hv: Reverse order of resources in hyperv_mmio
2489 - SAUCE:(noup) drivers:hv: Track allocations of children of hv_vmbus in
2490 private resource tree
2491 - SAUCE:(noup) drivers:hv: Record MMIO range in use by frame buffer
2492 - SAUCE:(noup) drivers:hv: Separate out frame buffer logic when picking MMIO
2493 range
2494
2495 * vbox: resync with 5.0.18-dfsg-2build1 (LP: #1571156)
2496 - ubuntu: vbox -- update to 5.0.18-dfsg-2build1
2497
2498 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
2499 - [Config] CONFIG_AUFS_XATTR=y
2500
2501 * CVE-2016-3672 (LP: #1568523)
2502 - x86/mm/32: Enable full randomization on i386 and X86_32
2503
2504 * CVE-2016-3955 (LP: #1572666)
2505 - USB: usbip: fix potential out-of-bounds write
2506
2507 * Xenial update to v4.4.8 stable release (LP: #1573034)
2508 - hwmon: (max1111) Return -ENODEV from max1111_read_channel if not
2509 instantiated
2510 - PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
2511 - parisc: Avoid function pointers for kernel exception routines
2512 - parisc: Fix kernel crash with reversed copy_from_user()
2513 - parisc: Unbreak handling exceptions from kernel modules
2514 - ALSA: timer: Use mod_timer() for rearming the system timer
2515 - ALSA: hda - Asus N750JV external subwoofer fixup
2516 - ALSA: hda - Fix white noise on Asus N750JV headphone
2517 - ALSA: hda - Apply fix for white noise on Asus N550JV, too
2518 - mm: fix invalid node in alloc_migrate_target()
2519 - powerpc/mm: Fixup preempt underflow with huge pages
2520 - libnvdimm: fix smart data retrieval
2521 - libnvdimm, pfn: fix uuid validation
2522 - compiler-gcc: disable -ftracer for __noclone functions
2523 - arm64: opcodes.h: Add arm big-endian config options before including arm
2524 header
2525 - drm/dp: move hw_mutex up the call stack
2526 - drm/udl: Use unlocked gem unreferencing
2527 - drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5
2528 - drm/radeon: add another R7 370 quirk
2529 - drm/radeon: add a dpm quirk for all R7 370 parts
2530 - drm/amdgpu/gmc: move vram type fetching into sw_init
2531 - drm/amdgpu/gmc: use proper register for vram type on Fiji
2532 - xen/events: Mask a moving irq
2533 - tcp: convert cached rtt from usec to jiffies when feeding initial rto
2534 - tunnel: Clear IPCB(skb)->opt before dst_link_failure called
2535 - net: jme: fix suspend/resume on JMC260
2536 - net: vrf: Remove direct access to skb->data
2537 - net: qca_spi: Don't clear IFF_BROADCAST
2538 - net: qca_spi: clear IFF_TX_SKB_SHARING
2539 - net: fix bridge multicast packet checksum validation
2540 - sctp: lack the check for ports in sctp_v6_cmp_addr
2541 - mld, igmp: Fix reserved tailroom calculation
2542 - tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"
2543 - qmi_wwan: add Sierra Wireless EM74xx device ID
2544 - ipv6: re-enable fragment header matching in ipv6_find_hdr
2545 - vxlan: fix missing options_len update on RX with collect metadata
2546 - cdc_ncm: toggle altsetting to force reset before setup
2547 - udp6: fix UDP/IPv6 encap resubmit path
2548 - tcp: fix tcpi_segs_in after connection establishment
2549 - ppp: release rtnl mutex when interface creation fails
2550 - net: validate variable length ll headers
2551 - ax25: add link layer header validation function
2552 - packet: validate variable length ll headers
2553 - bpf: avoid copying junk bytes in bpf_get_current_comm()
2554 - sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
2555 - sh_eth: advance 'rxdesc' later in sh_eth_ring_format()
2556 - qlcnic: Remove unnecessary usage of atomic_t
2557 - qlcnic: Fix mailbox completion handling during spurious interrupt
2558 - macvtap: always pass ethernet header in linear
2559 - mlxsw: spectrum: Check requested ageing time is valid
2560 - rocker: set FDB cleanup timer according to lowest ageing time
2561 - bridge: allow zero ageing time
2562 - ipv4: Don't do expensive useless work during inetdev destroy.
2563 - net: Fix use after free in the recvmmsg exit path
2564 - mlx4: add missing braces in verify_qp_parameters
2565 - farsync: fix off-by-one bug in fst_add_one
2566 - ath9k: fix buffer overrun for ar9287
2567 - ppp: ensure file->private_data can't be overridden
2568 - tcp/dccp: remove obsolete WARN_ON() in icmp handlers
2569 - qlge: Fix receive packets drop.
2570 - net: bcmgenet: fix dma api length mismatch
2571 - bonding: fix bond_get_stats()
2572 - ipv4: fix broadcast packets reception
2573 - ipv4: initialize flowi4_flags before calling fib_lookup()
2574 - ppp: take reference on channels netns
2575 - xfrm: Fix crash observed during device unregistration and decryption
2576 - qmi_wwan: add "D-Link DWM-221 B1" device id
2577 - ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
2578 - bridge: Allow set bridge ageing time when switchdev disabled
2579 - rtnl: fix msg size calculation in if_nlmsg_size()
2580 - tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
2581 - tuntap: restore default qdisc
2582 - ipv4: l2tp: fix a potential issue in l2tp_ip_recv
2583 - ipv6: l2tp: fix a potential issue in l2tp_ip6_recv
2584 - ip6_tunnel: set rtnl_link_ops before calling register_netdevice
2585 - ipv6: Count in extension headers in skb->network_header
2586 - mpls: find_outdev: check for err ptr in addition to NULL check
2587 - USB: uas: Limit qdepth at the scsi-host level
2588 - USB: uas: Add a new NO_REPORT_LUNS quirk
2589 - cdc-acm: fix NULL pointer reference
2590 - KVM: x86: Inject pending interrupt even if pending nmi exist
2591 - KVM: x86: reduce default value of halt_poll_ns parameter
2592 - MIPS: Fix MSA ld unaligned failure cases
2593 - pinctrl: pistachio: fix mfio84-89 function description and pinmux.
2594 - pinctrl: sh-pfc: only use dummy states for non-DT platforms
2595 - pinctrl: sunxi: Fix A33 external interrupts not working
2596 - pinctrl: nomadik: fix pull debug print inversion
2597 - pinctrl: freescale: imx: fix bogus check of of_iomap() return value
2598 - au0828: fix au0828_v4l2_close() dev_state race condition
2599 - au0828: Fix dev_state handling
2600 - coda: fix error path in case of missing pdata on non-DT platform
2601 - v4l: vsp1: Set the SRU CTRL0 register when starting the stream
2602 - pcmcia: db1xxx_ss: fix last irq_to_gpio user
2603 - rbd: use GFP_NOIO consistently for request allocations
2604 - virtio: virtio 1.0 cs04 spec compliance for reset
2605 - mac80211: properly deal with station hashtable insert errors
2606 - mac80211: avoid excessive stack usage in sta_info
2607 - mac80211: fix ibss scan parameters
2608 - mac80211: fix unnecessary frame drops in mesh fwding
2609 - mac80211: fix txq queue related crashes
2610 - usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
2611 - usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
2612 - usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()
2613 - iio: st_magn: always define ST_MAGN_TRIGGER_SET_STATE
2614 - iio: accel: bmc150: fix endianness when reading axes
2615 - iio: gyro: bmg160: fix buffer read values
2616 - iio: gyro: bmg160: fix endianness when reading axes
2617 - sd: Fix excessive capacity printing on devices with blocks bigger than 512
2618 bytes
2619 - fs: add file_dentry()
2620 - nfs: use file_dentry()
2621 - btrfs: fix crash/invalid memory access on fsync when using overlayfs
2622 - ext4: add lockdep annotations for i_data_sem
2623 - ext4: ignore quota mount options if the quota feature is enabled
2624 - iommu: Don't overwrite domain pointer when there is no default_domain
2625 - Btrfs: fix file/data loss caused by fsync after rename and new inode
2626 - arm64: replace read_lock to rcu lock in call_step_hook
2627 - perf: Do not double free
2628 - perf: Cure event->pending_disable race
2629 - mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers
2630 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
2631 - ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2
2632 - ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T460s
2633 - ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320
2634 - ALSA: usb-audio: Add a quirk for Plantronics BT300
2635 - ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock
2636 - HID: wacom: fix Bamboo ONE oops
2637 - HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
2638 - Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"
2639 - Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"
2640 - Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"
2641 - staging: android: ion: Set the length of the DMA sg entries in buffer
2642 - usbvision: fix crash on detecting device with invalid configuration
2643 - Revert "usb: hub: do not clear BOS field during reset device"
2644 - Linux 4.4.8
2645
2646 * Fix speaker volume on a Dell machine (LP: #1549660)
2647 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
2648
2649 * Xenial update to v4.4.7 stable release (LP: #1572722)
2650 - regulator: core: avoid unused variable warning
2651 - regulator: core: Fix nested locking of supplies
2652 - ASoC: samsung: pass DMA channels as pointers
2653 - mmc: sh_mmcif: rework dma channel handling
2654 - mmc: sh_mmcif: Correct TX DMA channel allocation
2655 - x86/microcode/intel: Make early loader look for builtin microcode too
2656 - x86/microcode: Untangle from BLK_DEV_INITRD
2657 - x86/entry/compat: Keep TS_COMPAT set during signal delivery
2658 - perf/x86/intel: Add definition for PT PMI bit
2659 - x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARs
2660 - KVM: i8254: change PIT discard tick policy
2661 - KVM: fix spin_lock_init order on x86
2662 - KVM: VMX: avoid guest hang on invalid invept instruction
2663 - KVM: VMX: avoid guest hang on invalid invvpid instruction
2664 - KVM: VMX: fix nested vpid for old KVM guests
2665 - perf/core: Fix perf_sched_count derailment
2666 - perf tools: Dont stop PMU parsing on alias parse error
2667 - perf tools: Fix checking asprintf return value
2668 - perf tools: Fix python extension build
2669 - sched/cputime: Fix steal_account_process_tick() to always return jiffies
2670 - sched/preempt, sh: kmap_coherent relies on disabled preemption
2671 - EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()
2672 - s390: fix floating pointer register corruption (again)
2673 - s390/cpumf: add missing lpp magic initialization
2674 - pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing
2675 - PCI: Disable IO/MEM decoding for devices with non-compliant BARs
2676 - PCI: ACPI: IA64: fix IO port generic range check
2677 - x86/irq: Cure live lock in fixup_irqs()
2678 - x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()
2679 - x86/iopl/64: Properly context-switch IOPL on Xen PV
2680 - x86/iopl: Fix iopl capability check on Xen PV
2681 - x86/mm: TLB_REMOTE_SEND_IPI should count pages
2682 - sg: fix dxferp in from_to case
2683 - aacraid: Fix RRQ overload
2684 - aacraid: Fix memory leak in aac_fib_map_free
2685 - aacraid: Set correct msix count for EEH recovery
2686 - sd: Fix discard granularity when LBPRZ=1
2687 - scsi: storvsc: fix SRB_STATUS_ABORTED handling
2688 - be2iscsi: set the boot_kset pointer to NULL in case of failure
2689 - aic7xxx: Fix queue depth handling
2690 - libnvdimm: Fix security issue with DSM IOCTL.
2691 - dm snapshot: disallow the COW and origin devices from being identical
2692 - dm: fix excessive dm-mq context switching
2693 - dm thin metadata: don't issue prefetches if a transaction abort has failed
2694 - dm cache: make sure every metadata function checks fail_io
2695 - dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()
2696 - usb: retry reset if a device times out
2697 - usb: hub: fix a typo in hub_port_init() leading to wrong logic
2698 - USB: uas: Reduce can_queue to MAX_CMNDS
2699 - USB: cdc-acm: more sanity checking
2700 - USB: iowarrior: fix oops with malicious USB descriptors
2701 - USB: usb_driver_claim_interface: add sanity checking
2702 - USB: mct_u232: add sanity checking in probe
2703 - USB: digi_acceleport: do sanity checking for the number of ports
2704 - USB: cypress_m8: add endpoint sanity check
2705 - USB: serial: cp210x: Adding GE Healthcare Device ID
2706 - USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
2707 - USB: option: add "D-Link DWM-221 B1" device id
2708 - pwc: Add USB id for Philips Spc880nc webcam
2709 - Input: powermate - fix oops with malicious USB descriptors
2710 - ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()
2711 - ALSA: usb-audio: Add sanity checks for endpoint accesses
2712 - ALSA: usb-audio: add Microsoft HD-5001 to quirks
2713 - ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()
2714 - ALSA: usb-audio: Fix double-free in error paths after
2715 snd_usb_add_audio_stream() call
2716 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
2717 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
2718 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
2719 - crypto: ccp - Add hash state import and export support
2720 - crypto: ccp - Limit the amount of information exported
2721 - crypto: ccp - Don't assume export/import areas are aligned
2722 - crypto: ccp - memset request context to zero during import
2723 - crypto: keywrap - memzero the correct memory
2724 - crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
2725 - crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()
2726 - crypto: marvell/cesa - forward devm_ioremap_resource() error code
2727 - X.509: Fix leap year handling again
2728 - mei: bus: check if the device is enabled before data transfer
2729 - HID: logitech: fix Dual Action gamepad support
2730 - HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report()
2731 - HID: multitouch: force retrieving of Win8 signature blob
2732 - HID: fix hid_ignore_special_drivers module parameter
2733 - staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg
2734 - staging: android: ion_test: fix check of platform_device_register_simple()
2735 error code
2736 - staging: comedi: ni_mio_common: fix the ni_write[blw]() functions
2737 - tty: Fix GPF in flush_to_ldisc(), part 2
2738 - net: irda: Fix use-after-free in irtty_open()
2739 - 8250: use callbacks to access UART_DLL/UART_DLM
2740 - saa7134: Fix bytesperline not being set correctly for planar formats
2741 - adv7511: TX_EDID_PRESENT is still 1 after a disconnect
2742 - bttv: Width must be a multiple of 16 when capturing planar formats
2743 - coda: fix first encoded frame payload
2744 - media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32
2745 - mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
2746 - mtip32xx: Fix broken service thread handling
2747 - mtip32xx: Remove unwanted code from taskfile error handler
2748 - mtip32xx: Print exact time when an internal command is interrupted
2749 - mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
2750 - mtip32xx: Handle safe removal during IO
2751 - mtip32xx: Handle FTL rebuild failure state during device initialization
2752 - mtip32xx: Implement timeout handler
2753 - mtip32xx: Cleanup queued requests after surprise removal
2754 - ALSA: pcm: Avoid "BUG:" string for warnings again
2755 - ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.
2756 - ALSA: hda - Don't handle ELD notify from invalid port
2757 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
2758 - ALSA: hda - Fix unconditional GPIO toggle via automute
2759 - tools/hv: Use include/uapi with __EXPORTED_HEADERS__
2760 - jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path
2761 - brd: Fix discard request processing
2762 - IB/srpt: Simplify srpt_handle_tsk_mgmt()
2763 - bcache: cleaned up error handling around register_cache()
2764 - bcache: fix race of writeback thread starting before complete initialization
2765 - bcache: fix cache_set_flush() NULL pointer dereference on OOM
2766 - mm: memcontrol: reclaim when shrinking memory.high below usage
2767 - mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
2768 - ia64: define ioremap_uc()
2769 - watchdog: don't run proc_watchdog_update if new value is same as old
2770 - watchdog: rc32434_wdt: fix ioctl error handling
2771 - Bluetooth: Add new AR3012 ID 0489:e095
2772 - Bluetooth: Fix potential buffer overflow with Add Advertising
2773 - cgroup: ignore css_sets associated with dead cgroups during migration
2774 - net: mvneta: enable change MAC address when interface is up
2775 - of: alloc anywhere from memblock if range not specified
2776 - vfs: show_vfsstat: do not ignore errors from show_devname method
2777 - splice: handle zero nr_pages in splice_to_pipe()
2778 - xtensa: ISS: don't hang if stdin EOF is reached
2779 - xtensa: fix preemption in {clear,copy}_user_highpage
2780 - xtensa: clear all DBREAKC registers on start
2781 - ARC: [BE] readl()/writel() to work in Big Endian CPU configuration
2782 - ARC: bitops: Remove non relevant comments
2783 - quota: Fix possible GPF due to uninitialised pointers
2784 - xfs: fix two memory leaks in xfs_attr_list.c error paths
2785 - raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang
2786 - md/raid5: Compare apples to apples (or sectors to sectors)
2787 - RAID5: check_reshape() shouldn't call mddev_suspend
2788 - RAID5: revert e9e4c377e2f563 to fix a livelock
2789 - raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang
2790 - md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
2791 - md: multipath: don't hardcopy bio in .make_request path
2792 - Revert "UBUNTU: SAUCE: (noup) fuse: Add reference counting for fuse_io_priv"
2793 - Revert "UBUNTU: SAUCE: (noup) fuse: do not use iocb after it may have been
2794 freed"
2795 - fuse: do not use iocb after it may have been freed
2796 - fuse: Add reference counting for fuse_io_priv
2797 - fs/coredump: prevent fsuid=0 dumps into user-controlled directories
2798 - rapidio/rionet: fix deadlock on SMP
2799 - ipr: Fix out-of-bounds null overwrite
2800 - ipr: Fix regression when loading firmware
2801 - iwlwifi: mvm: Fix paging memory leak
2802 - drm/radeon: disable runtime pm on PX laptops without dGPU power control
2803 - drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.
2804 - drm/amdgpu: disable runtime pm on PX laptops without dGPU power control
2805 - drm/amdgpu: include the right version of gmc header files for iceland
2806 - IB/ipoib: fix for rare multicast join race condition
2807 - tracing: Have preempt(irqs)off trace preempt disabled functions
2808 - tracing: Fix crash from reading trace_pipe with sendfile
2809 - tracing: Fix trace_printk() to print when not using bprintk()
2810 - bitops: Do not default to __clear_bit() for __clear_bit_unlock()
2811 - scripts/coccinelle: modernize &
2812 - scripts/kconfig: allow building with make 3.80 again
2813 - kbuild/mkspec: fix grub2 installkernel issue
2814 - MAINTAINERS: Update mailing list and web page for hwmon subsystem
2815 - ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list
2816 - mmc: block: fix ABI regression of mmc_blk_ioctl
2817 - mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case
2818 - mmc: sdhci: fix data timeout (part 1)
2819 - mmc: sdhci: fix data timeout (part 2)
2820 - mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
2821 - clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-cluster
2822 - clk: rockchip: rk3368: fix cpuclk core dividers
2823 - clk: rockchip: rk3368: fix parents of video encoder/decoder
2824 - clk: rockchip: rk3368: fix hdmi_cec gate-register
2825 - clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocks
2826 - clk: bcm2835: Fix setting of PLL divider clock rates
2827 - target: Fix target_release_cmd_kref shutdown comp leak
2828 - iser-target: Fix identification of login rx descriptor type
2829 - iser-target: Add new state ISER_CONN_BOUND to isert_conn
2830 - iser-target: Separate flows for np listeners and connections cma events
2831 - iser-target: Rework connection termination
2832 - nfsd4: fix bad bounds checking
2833 - nfsd: fix deadlock secinfo+readdir compound
2834 - ARM: dts: at91: sama5d3 Xplained: don't disable hsmci regulator
2835 - ARM: dts: at91: sama5d4 Xplained: don't disable hsmci regulator
2836 - ACPI / PM: Runtime resume devices when waking from hibernate
2837 - writeback, cgroup: fix premature wb_put() in
2838 locked_inode_to_wb_and_lock_list()
2839 - writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the
2840 inode
2841 - Revert "UBUNTU: SAUCE: (noup) Input: synaptics - handle spurious release of
2842 trackstick buttons, again"
2843 - Input: synaptics - handle spurious release of trackstick buttons, again
2844 - Input: ims-pcu - sanity check against missing interfaces
2845 - Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
2846 - ocfs2/dlm: fix race between convert and recovery
2847 - ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
2848 - mm/page_alloc: prevent merging between isolated and other pageblocks
2849 - mtd: onenand: fix deadlock in onenand_block_markbad
2850 - PM / sleep: Clear pm_suspend_global_flags upon hibernate
2851 - scsi_common: do not clobber fixed sense information
2852 - sched/cputime: Fix steal time accounting vs. CPU hotplug
2853 - perf/x86/pebs: Add workaround for broken OVFL status on HSW+
2854 - perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi
2855 - perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
2856 - Linux 4.4.7
2857
2858 * QCA9565 / AR9565 bluetooth not work (LP: #1542944)
2859 - Bluetooth: Add new AR3012 ID 0489:e095
2860
2861 * The mic mute key and led can't work on a Lenovo AIO machine (LP: #1555912)
2862 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
2863
2864 * 13d3:3472 bluetooth not working, 4.2 low latency kernel 14.04.1 on asus ROG
2865 gl552jx (LP: #1552925)
2866 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
2867
2868 * Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)
2869 (LP: #1546694)
2870 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
2871
2872 * Atheros AR9462 Bluetooth cannot detect other devices (LP: #1542564)
2873 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
2874
2875 * s390/pci: add extra padding to function measurement block (LP: #1572291)
2876 - s390/pci: add extra padding to function measurement block
2877
2878 * CVE-2016-3951 (LP: #1567191)
2879 - cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind
2880 - usbnet: cleanup after bind() in probe()
2881
2882 * linux: Add UEFI keyring for externally signed modules (LP: #1569924)
2883 - efi: Remove redundant efi_set_variable_nonblocking() prototype
2884 - efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()
2885 - efi: Add nonblocking option to efi_query_variable_store()
2886 - efi: Add NV memory attribute
2887 - efi: Reformat GUID tables to follow the format in UEFI spec
2888 - efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
2889 - SAUCE: (noup) Add EFI signature data types
2890 - crypto: KEYS: convert public key and digsig asym to the akcipher api
2891 - [Config] CONFIG_EFI_SIGNATURE_LIST_PARSER=y
2892 - SAUCE: (noup) Add an EFI signature blob parser and key loader.
2893 - [Config] CONFIG_IMA_MOK_KEYRING=y
2894 - IMA: create machine owner and blacklist keyrings
2895 - KEYS: Add an alloc flag to convey the builtinness of a key
2896 - [Config] CONFIG_MODULE_SIG_UEFI=y, CONFIG_SYSTEM_BLACKLIST_KEYRING=y
2897 - SAUCE: (noup) KEYS: Add a system blacklist keyring
2898 - SAUCE: (noup) MODSIGN: Support not importing certs from db
2899
2900 * Miscellaneous Ubuntu changes
2901 - [Config] CONFIG_PUBLIC_KEY_ALGO_RSA=y
2902
2903 -- Kamal Mostafa <kamal@canonical.com> Sun, 24 Apr 2016 12:12:13 -0700
2904
2905 linux (4.4.0-21.37) xenial; urgency=low
2906
2907 [ Tim Gardner ]
2908
2909 * Release Tracking Bug
2910 - LP: #1571791
2911
2912 * linux: MokSBState is ignored (LP: #1571691)
2913 - SAUCE: (noup) MODSIGN: Import certificates from UEFI Secure Boot
2914 - SAUCE: (noup) efi: Disable secure boot if shim is in insecure mode
2915 - SAUCE: (noup) Display MOKSBState when disabled
2916
2917 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Apr 2016 07:00:22 -0600
2918
2919 linux (4.4.0-20.36) xenial; urgency=low
2920
2921 [ Tim Gardner ]
2922
2923 * Release Tracking Bug
2924 - LP: #1571069
2925
2926 * sysfs mount failure during stateful lxd snapshots (LP: #1570906)
2927 - SAUCE: kernfs: Do not match superblock in another user namespace when
2928 mounting
2929
2930 * Kernel Panic in Ubuntu 16.04 netboot installer (LP: #1570441)
2931 - x86/topology: Fix logical package mapping
2932 - x86/topology: Fix Intel HT disable
2933 - x86/topology: Use total_cpus not nr_cpu_ids for logical packages
2934 - xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC op
2935 - x86/topology: Fix AMD core count
2936
2937 * [regression]: Failed to call clock_adjtime(): Invalid argument
2938 (LP: #1566465)
2939 - ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
2940
2941 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Apr 2016 06:31:56 -0600
2942
2943 linux (4.4.0-19.35) xenial; urgency=low
2944
2945 [ Tim Gardner ]
2946
2947 * Release Tracking Bug
2948 - LP: #1570348
2949
2950 * CVE-2016-2847 (LP: #1554260)
2951 - pipe: limit the per-user amount of pages allocated in pipes
2952
2953 * xenial kernel crash on HP BL460c G7 (qla24xx problem?) (LP: #1554003)
2954 - SAUCE: (noup) qla2xxx: Add irq affinity notification V2
2955
2956 * arm64: guest hangs when ntpd is running (LP: #1549494)
2957 - SAUCE: (noup) KVM: arm/arm64: Handle forward time correction gracefully
2958
2959 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
2960 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=y
2961
2962 * s390/cpumf: Fix lpp detection (LP: #1555344)
2963 - s390/facilities: use stfl mnemonic instead of insn magic
2964 - s390/facilities: always use lowcore's stfle field for storing facility bits
2965 - s390/cpumf: Fix lpp detection
2966
2967 * s390x kernel image needs weightwatchers (LP: #1536245)
2968 - [Config] s390x: Use compressed kernel bzImage
2969
2970 * Surelock GA2 SP1: surelock02p05: Not seeing sgX devices for LUNs after
2971 upgrading to Ubuntu 16.04 (LP: #1567581)
2972 - Revert "UBUNTU: SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on
2973 device-tree properties"
2974
2975 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
2976 - cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path
2977 - Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
2978 - cpufreq: powernv: Add sysfs attributes to show throttle stats
2979
2980 * systemd-modules-load.service: Failing due to missing module 'ib_iser' (LP: #1566468)
2981 - [Config] Add ib_iser to generic inclusion list
2982
2983 * thunderx nic performance improvements (LP: #1567093)
2984 - net: thunderx: Set recevie buffer page usage count in bulk
2985 - net: thunderx: Adjust nicvf structure to reduce cache misses
2986
2987 * fixes for thunderx nic in multiqueue mode (LP: #1567091)
2988 - net: thunderx: Fix for multiqset not configured upon interface toggle
2989 - net: thunderx: Fix for HW TSO not enabled for secondary qsets
2990 - net: thunderx: Fix receive packet stats
2991
2992 * Miscellaneous Ubuntu changes
2993 - [Config] updateconfigs after CONFIG_DRM_I915_BPO_PRELIMINARY_HW_SUPPORT=n
2994
2995 * Miscellaneous upstream changes (LP: #1564901)
2996 - Input: xpad - correctly handle concurrent LED and FF requests
2997
2998 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Apr 2016 07:32:16 +0100
2999
3000 linux (4.4.0-18.34) xenial; urgency=low
3001
3002 [ Tim Gardner ]
3003
3004 * Release Tracking Bug
3005 - LP: #1566868
3006
3007 * [i915_bpo] Fix RC6 on SKL GT3 & GT4 (LP: #1564759)
3008 - SAUCE: i915_bpo: drm/i915/skl: Fix rc6 based gpu/system hang
3009 - SAUCE: i915_bpo: drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
3010
3011 * CONFIG_ARCH_ROCKCHIP not enabled in armhf generic kernel (LP: #1566283)
3012 - [Config] CONFIG_ARCH_ROCKCHIP=y
3013
3014 * [Feature] Memory Bandwidth Monitoring (LP: #1397880)
3015 - perf/x86/cqm: Fix CQM handling of grouping events into a cache_group
3016 - perf/x86/cqm: Fix CQM memory leak and notifier leak
3017 - x86/cpufeature: Carve out X86_FEATURE_*
3018 - Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
3019 - x86/topology: Create logical package id
3020 - perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init
3021 - perf/x86/mbm: Add memory bandwidth monitoring event management
3022 - perf/x86/mbm: Implement RMID recycling
3023 - perf/x86/mbm: Add support for MBM counter overflow handling
3024
3025 * User namespace mount updates (LP: #1566505)
3026 - SAUCE: quota: Require that qids passed to dqget() be valid and map into s_user_ns
3027 - SAUCE: fs: Allow superblock owner to change ownership of inodes with unmappable ids
3028 - SAUCE: fuse: Don't initialize user_id or group_id in mount options
3029 - SAUCE: cgroup: Use a new super block when mounting in a cgroup namespace
3030 - SAUCE: fs: fix a posible leak of allocated superblock
3031
3032 * [arm64] kernel BUG at /build/linux-StrpB2/linux-4.4.0/fs/ext4/inode.c:2394!
3033 (LP: #1566518)
3034 - arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
3035 - arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permission
3036
3037 * [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP) support
3038 for Alpine Ridge on SKL (LP: #1519623)
3039 - usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices
3040 - usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUS
3041 - usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devices
3042 - usb: add device descriptor for usb 3.1 root hub
3043 - usb: Support USB 3.1 extended port status request
3044 - xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
3045 - xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllers
3046 - xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability
3047 - xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
3048 - usb: Add USB3.1 SuperSpeedPlus Isoc Endpoint Companion descriptor
3049 - usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptor
3050 - usb: Add USB 3.1 Precision time measurement capability descriptor support
3051 - xhci: refactor and cleanup endpoint initialization.
3052 - xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpoints
3053 - xhci: cleanup isoc tranfers queuing code
3054 - xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1
3055 - SAUCE: (noup) usb: fix regression in SuperSpeed endpoint descriptor parsing
3056
3057 * wrong/missing permissions for device file /dev/prandom (prng.ko)
3058 (LP: #1558275)
3059 - s390/crypto: provide correct file mode at device register.
3060
3061 * The Front MIC jack can't work on a HP desktop machine (LP: #1564712)
3062 - ALSA: hda - fix front mic problem for a HP desktop
3063
3064 * HP Notebook Probook 440 G3 HDA Intel PCH horrible sounds while booting
3065 (LP: #1556228)
3066 - ALSA: hda - Apply reboot D3 fix for CX20724 codec, too
3067
3068 * please provide mmc-modules udeb (LP: #1565765)
3069 - [Config] Add mmc block drivers to d-i
3070
3071 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
3072 - Add secure_modules() call
3073 - PCI: Lock down BAR access when module security is enabled
3074 - x86: Lock down IO port access when module security is enabled
3075 - ACPI: Limit access to custom_method
3076 - asus-wmi: Restrict debugfs interface when module loading is restricted
3077 - Restrict /dev/mem and /dev/kmem when module loading is restricted
3078 - acpi: Ignore acpi_rsdp kernel parameter when module loading is restricted
3079 - kexec: Disable at runtime if the kernel enforces module loading restrictions
3080 - x86: Restrict MSR access when module loading is restricted
3081 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=n
3082 - Add option to automatically enforce module signatures when in Secure Boot mode
3083 - efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
3084 - efi: Add EFI_SECURE_BOOT bit
3085 - hibernate: Disable in a signed modules environment
3086
3087 * [Hyper-V] Additional PCI passthrough commits (LP: #1565967)
3088 - PCI: Add fwnode_handle to x86 pci_sysdata
3089 - PCI: Look up IRQ domain by fwnode_handle
3090 - [Config] CONFIG_PCI_HYPERV=m
3091 - PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs
3092
3093 * [Bug]Lenovo Yoga 260 and Carbon X1 4th gen freeze on HWP enable
3094 (LP: #1559923)
3095 - ACPI / processor: Request native thermal interrupt handling via _OSC
3096
3097 * Sync kernel zfs 0.6.5.6 - align with zfsutils-linux and spl packages
3098 (LP: #1564591)
3099 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu3
3100
3101 * [Ubuntu 16.04.1] RELEASE and ACQUIRE atomics on Power (LP: #1556096)
3102 - atomics: Allow architectures to define their own __atomic_op_* helpers
3103 - powerpc: atomic: Implement atomic{, 64}_*_return_* variants
3104 - powerpc: atomic: Implement acquire/release/relaxed variants for xchg
3105 - powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg
3106
3107 * fix for do_tools_cpupower when cross-compiling (LP: #1564206)
3108 - [Debian] cpupower uses non-standard CROSS
3109
3110 * ISST:LTE: Regression: roselp2 Oops in kernel during setup io (LP: #1546439)
3111 - SAUCE: block: partition: initialize percpuref before sending out KOBJ_ADD
3112
3113 * Unable to migrate container (LP: #1563921)
3114 - SAUCE: cgroup mount: ignore nsroot=
3115
3116 * [Hyper-V] patch inclusion in 16.04 for NIC hot add/remove (LP: #1563688)
3117 - hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()
3118
3119 * /proc/$pid/maps performance regression (LP: #1547231)
3120 - proc: revert /proc/<pid>/maps [stack:TID] annotation
3121
3122 * TPM2.0 trusted keys fixes (LP: #1398274)
3123 - tpm: remove unneeded include of actbl2.h
3124 - tpm: fix checks for policy digest existence in tpm2_seal_trusted()
3125 - tpm_crb: Use the common ACPI definition of struct acpi_tpm2
3126 - tpm_tis: Disable interrupt auto probing on a per-device basis
3127 - tpm_tis: Do not fall back to a hardcoded address for TPM2
3128 - tpm_tis: Use devm_ioremap_resource
3129 - tpm_tis: Clean up the force=1 module parameter
3130 - tpm_crb: Drop le32_to_cpu(ioread32(..))
3131 - tpm_crb: Use devm_ioremap_resource
3132 - tpm: fix the rollback in tpm_chip_register()
3133 - tpm: fix the cleanup of struct tpm_chip
3134 - tpm: fix: set continueSession attribute for the unseal operation
3135 - tpm: fix: return rc when devm_add_action() fails
3136 - tpm_eventlog.c: fix binary_bios_measurements
3137 - tpm_crb/tis: fix: use dev_name() for /proc/iomem
3138 - tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()
3139 - tpm_tis: fix build warning with tpm_tis_resume
3140
3141 * [Feature]intel_idle driver support for Knights Landing (LP: #1461365)
3142 - intel_idle: Support for Intel Xeon Phi Processor x200 Product Family
3143
3144 * cxlflash: Backport upstream cxlflash commits and submitting a noup patch to
3145 Xenial (LP: #1563485)
3146 - cxlflash: Fix to avoid unnecessary scan with internal LUNs
3147 - cxlflash: Increase cmd_per_lun for better throughput
3148 - SAUCE: (noup) cxlflash: Move to exponential back-off when cmd_room is not available
3149
3150 * Miscellaneous Ubuntu changes
3151 - [Config] do_zfs_powerpc64-smp = true
3152 - [Debian] fix linux_tools when cross-compiling
3153 - [Config] do_zfs_powerpc64-smp use default value
3154 - SAUCE: apparmor: Fix FTBFS due to bad include path
3155 - SAUCE: i915_bpo: Disable preliminary hw support
3156
3157 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Mar 2016 15:31:33 -0600
3158
3159 linux (4.4.0-17.33) xenial; urgency=low
3160
3161 [ Tim Gardner ]
3162
3163 * Release Tracking Bug
3164 - LP: #1563441
3165
3166 * ISST-LTE: pVM:high cpus number need a high crashkernel value in kdump
3167 (LP: #1560552)
3168 - SAUCE: (noup) ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is
3169 about to hit.
3170
3171 * Predictable naming mechanism is leading to issues in DLPAR operations of
3172 NICs (LP: #1560514)
3173 - SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on device-tree
3174 properties
3175
3176 * ThunderX: support alternative phy implementations (LP: #1562968)
3177 - net: thunderx: Cleanup PHY probing code.
3178 - [Config] CONFIG_MDIO_CAVIUM=m
3179 - phy: mdio-octeon: Refactor into two files/modules
3180 - [Config] CONFIG_MDIO_THUNDER=m
3181 - phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.
3182 - phy: mdio-cavium: Add missing MODULE_* annotations.
3183 - net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.
3184 - phy: mdio-thunder: Fix some Kconfig typos
3185 - [d-i] Add phy drivers for Cavium ThunderX to nic-modules udeb
3186
3187 * linux: exclude ZONE_DEVICE from GFP_ZONE_TABLE (LP: #1563293)
3188 - Revert "mm: CONFIG_NR_ZONES_EXTENDED"
3189 - mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE
3190
3191 * lots of printk to serial console can hang system for long time
3192 (LP: #1534216)
3193 - printk: set may_schedule for some of console_trylock() callers
3194
3195 * [i915_bpo] Update i915 backport driver (LP: #1560395)
3196 - SAUCE: i915_bpo: Update to drm-intel-next-fixes-2016-03-16
3197 - PM / runtime: Add new helper for conditional usage count incrementation
3198 - drm/core: Add drm_for_each_encoder_mask, v2.
3199 - drm/atomic-helper: Implement subsystem-level suspend/resume
3200
3201 * [Hyper-V] VM Sockets (LP: #1541585)
3202 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
3203 - Drivers: hv: vmbus: Add vendor and device atttributes
3204 - Drivers: hv: vmbus: avoid infinite loop in init_vp_index()
3205 - Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_unload()
3206 - Drivers: hv: vmbus: don't manipulate with clocksources on crash
3207 - Drivers: hv: vmbus: add a helper function to set a channel's pending send size
3208 - Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
3209 - Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
3210 - Drivers: hv: vmbus: define a new VMBus message type for hvsock
3211 - Drivers: hv: vmbus: add a hvsock flag in struct hv_driver
3212 - Drivers: hv: vmbus: add a per-channel rescind callback
3213 - Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
3214 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
3215 - Drivers: hv: vmbus: Give control over how the ring access is serialized
3216 - drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
3217 - Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
3218 - Drivers: hv: vmbus: avoid wait_for_completion() on crash
3219 - Drivers: hv: vmbus: remove code duplication in message handling
3220 - Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_unload()
3221 - Drivers: hv: util: Pass the channel information during the init call
3222 - Drivers: hv: utils: Remove util transport handler from list if registration fails
3223 - Revert "Drivers: hv: vmbus: Support handling messages on multiple CPUs"
3224 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
3225
3226 * [Bug]SKL-H boot hang when c8+c9+c10 enabled by intel_idle driver
3227 (LP: #1559918)
3228 - intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled
3229
3230 * ixgbe: Update to Fortville SW5 release (LP: #1562326)
3231 - net: add tc offload feature flag
3232 - net: tc: helper functions to query action types
3233 - sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
3234 - net: rework ndo tc op to consume additional qdisc handle parameter
3235 - net: rework setup_tc ndo op to consume general tc operand
3236 - net: sched: add cls_u32 offload hooks for netdevs
3237 - net: ixgbe: add support for tc_u32 offload
3238 - net: ixgbe: abort with cls u32 divisor groups greater than 1
3239
3240 * Bring fm10k up to Fortville SW5 (LP: #1562310)
3241 - net: add netif_is_team_master helper
3242 - net: add netif_is_team_port helper
3243 - net: add netif_is_lag_master helper
3244 - net: add netif_is_lag_port helper
3245 - ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}
3246 - fm10k: don't reinitialize RSS flow table when RXFH configured
3247
3248 * [Feature]Always Running Timer (ART) to System Time translation
3249 (LP: #1519625)
3250 - time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
3251 - timekeeping: Provide internal function __ktime_get_real_seconds
3252 - timekeeping: Cap adjustments so they don't exceed the maxadj value
3253 - clocksource: Make clocksource validation work for all clocksources
3254 - time: Add cycles to nanoseconds translation
3255 - time: Add timekeeping snapshot code capturing system time and counter
3256 - time: Remove duplicated code in ktime_get_raw_and_real()
3257 - time: Add driver cross timestamp interface for higher precision time synchronization
3258 - time: Add history to cross timestamp interface supporting slower devices
3259 - time/timekeeping: Work around false positive GCC warning
3260 - x86/tsc: Always Running Timer (ART) correlated clocksource
3261 - ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping
3262 - [Config] CONFIG_E1000E_HWTS=y
3263 - e1000e: Adds hardware supported cross timestamp on e1000e nic
3264
3265 * x-gene2: add SoC v2 support to clock (LP: #1561604)
3266 - clk: xgene: Add SoC and PMD PLL clocks with v2 hardware
3267
3268 * [Bug]Disable multi-record PEBS on Merom (LP: #1559914)
3269 - perf/x86: Move perf_event.c ............... => x86/events/core.c
3270 - perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.c
3271 - perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.c
3272 - perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]
3273 - perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.c
3274 - perf/x86: Move perf_event_intel_bts.c ........ => x86/events/intel/bts.c
3275 - perf/x86: Move perf_event_intel.c ............ => x86/events/intel/core.c
3276 - perf/x86: Move perf_event_intel_cqm.c ........ => x86/events/intel/cqm.c
3277 - perf/x86: Move perf_event_intel_cstate.c ..... => x86/events/intel/cstate.c
3278 - perf/x86: Move perf_event_intel_ds.c ......... => x86/events/intel/ds.c
3279 - perf/x86: Move perf_event_intel_lbr.c ........ => x86/events/intel/lbr.c
3280 - perf/x86: Move perf_event_intel_pt.[ch] ...... => x86/events/intel/pt.[ch]
3281 - perf/x86: Move perf_event_intel_rapl.c ....... => x86/events/intel/rapl.c
3282 - perf/x86: Move perf_event_intel_uncore.[ch] .. =>
3283 x86/events/intel/uncore.[ch]
3284 - perf/x86: Move perf_event_intel_uncore_nhmex.c =>
3285 x86/events/intel/uncore_nmhex.c
3286 - perf/x86: Move perf_event_intel_uncore_snb.c =>
3287 x86/events/intel/uncore_snb.c
3288 - perf/x86: Move perf_event_intel_uncore_snbep.c =>
3289 x86/events/intel/uncore_snbep.c
3290 - perf/x86: Move perf_event_knc.c .............. => x86/events/intel/knc.c
3291 - perf/x86: Move perf_event_p4.c ............... => x86/events/intel/p4.c
3292 - perf/x86: Move perf_event_p6.c ............... => x86/events/intel/p6.c
3293 - perf/x86: Move perf_event_msr.c .............. => x86/events/msr.c
3294 - perf/x86: Move perf_event.h to its new home
3295 - perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
3296
3297 * [Feature] Enable I2C on Broxton-P (LP: #1520139)
3298 - mfd: intel-lpss: Pass I2C configuration via properties on BXT
3299
3300 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Mar 2016 20:40:27 -0600
3301
3302 linux (4.4.0-16.32) xenial; urgency=low
3303
3304 [ Tim Gardner ]
3305
3306 * Release Tracking Bug
3307 - LP: #1561727
3308
3309 * fix thermal throttling due to commit "Thermal: initialize thermal zone
3310 device correctly" (LP: #1561676)
3311 - Thermal: Ignore invalid trip points
3312
3313 * Thinkpad T460: Trackpoint mouse buttons instantly generate "release" event
3314 on press (LP: #1553811)
3315 - SAUCE: (noup) Input: synaptics - handle spurious release of trackstick
3316 buttons, again
3317
3318 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
3319 (LP: #1560583)
3320 - SAUCE: apparmor: Allow ns_root processes to open profiles file
3321 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
3322
3323 * linux: sync virtualbox drivers to 5.0.16-dfsg-2 (LP: #1561492)
3324 - ubuntu: vbox -- update to 5.0.16-dfsg-2
3325
3326 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on
3327 s390x (LP: #1557690)
3328 - [Config] CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=n for s390x
3329
3330 * spl/zfs fails to build on s390x (LP: #1519814)
3331 - [Config] s390x -- re-enable zfs
3332 - [Config] zfs -- disable powerpc until the test failures can be resolved
3333
3334 * linux: sync to ZFS 0.6.5.6 stable release (LP: #1561483)
3335 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu1
3336
3337 * zfs: enable zfs for 64bit powerpc kernels (LP: #1558871)
3338 - [Packaging] zfs -- handle rprovides via dpkg-gencontrol
3339 - [Config] powerpc -- convert zfs configuration to custom_override
3340
3341 * Memory arena corruption with FUSE (was Memory allocation failure crashes
3342 kernel hard, presumably related to FUSE) (LP: #1505948)
3343 - SAUCE: (noup) fuse: do not use iocb after it may have been freed
3344 - SAUCE: (noup) fuse: Add reference counting for fuse_io_priv
3345
3346 * cgroup namespaces: add a 'nsroot=' mountinfo field (LP: #1560489)
3347 - SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo field
3348
3349 * linux packaging: clear remaining redundant delta (LP: #1560445)
3350 - [Debian] Remove generated intermediate files on clean
3351
3352 * arm64: guest hangs when ntpd is running (LP: #1549494)
3353 - Revert "hrtimer: Add support for CLOCK_MONOTONIC_RAW"
3354 - Revert "hrtimer: Catch illegal clockids"
3355 - Revert "KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW"
3356
3357 * Need enough contiguous memory to support GICv3 ITS table (LP: #1558828)
3358 - [Config] CONFIG_FORCE_MAX_ZONEORDER=13 on arm64
3359 - SAUCE: (no-up) arm64: gicv3: its: Increase FORCE_MAX_ZONEORDER for Cavium
3360 ThunderX
3361
3362 * update arcmsr to version v1.30.00.22-20151126 to fix card timeouts
3363 (LP: #1559609)
3364 - arcmsr: fixed getting wrong configuration data
3365 - arcmsr: fixes not release allocated resource
3366 - arcmsr: make code more readable
3367 - arcmsr: adds code to support new Areca adapter ARC1203
3368 - arcmsr: changes driver version number
3369 - arcmsr: more readability improvements
3370 - arcmsr: Split dma resource allocation to a new function
3371 - arcmsr: change driver version to v1.30.00.22-20151126
3372
3373 * server image has no keyboard, desktop image works (LP: #1559692)
3374 - [Config] Rework input-modules (d-i) list
3375
3376 * PMU support for Cavium ThunderX (LP: #1559349)
3377 - arm64: perf: Rename Cortex A57 events
3378 - arm64/perf: Add Cavium ThunderX PMU support
3379 - arm64: perf: Enable PMCR long cycle counter bit
3380 - arm64: perf: Extend event mask for ARMv8.1
3381 - arm64: dts: Add Cavium ThunderX specific PMU
3382
3383 * Show ARM PMU events in perf stat (LP: #1559350)
3384 - drivers/perf: kill armpmu_register
3385 - arm: perf: Convert event enums to #defines
3386 - arm: perf: Add event descriptions
3387 - arm64: perf: Convert event enums to #defines
3388 - arm64: perf: Add event descriptions
3389 - ARM: perf: add format entry to describe event -> config mapping
3390 - arm64: perf: add format entry to describe event -> config mapping
3391
3392 * [Bug]HSW/BDW EDAC driver reports wrong DIMM (LP: #1559904)
3393 - EDAC/sb_edac: Fix computation of channel address
3394
3395 * 5-10 second delay in kernel boot with kernel command line ip= (LP: #1259861)
3396 - [Config] disable CONFIG_IP_PNP
3397
3398 * Miscellaneous Ubuntu changes
3399 - [Debian] Silence the reconstruct script
3400
3401 -- Tim Gardner <tim.gardner@canonical.com> Mon, 21 Mar 2016 10:15:31 -0600
3402
3403 linux (4.4.0-15.31) xenial; urgency=low
3404
3405 [ Tim Gardner ]
3406
3407 * Release Tracking Bug
3408 - LP: #1559252
3409
3410 * Xilinx KU3 Capi card does not show up in Ubuntu 16.04 (LP: #1557001)
3411 - SAUCE: (noup) cxl: Allow initialization on timebase sync failures
3412
3413 * policy namespace stacking (LP: #1379535)
3414 - Revert "UBUNTU: SAUCE: Move replacedby allocation into label_alloc"
3415 - Revert "UBUNTU: SAUCE: Fixup: __label_update() still doesn't handle some cases correctly."
3416 - Revert "UBUNTU: SAUCE: fix: audit "no_new_privs" case for exec failure"
3417 - Revert "UBUNTU: SAUCE: fixup: warning about aa_label_vec_find_or_create not being static"
3418 - Revert "UBUNTU: SAUCE: apparmor: fix refcount race when finding a child profile"
3419 - Revert "UBUNTU: SAUCE: fixup: cast poison values to remove warnings"
3420 - Revert "UBUNTU: SAUCE: fixup: get rid of unused var build warning"
3421 - Revert "UBUNTU: SAUCE: fixup: 20/23 locking issue around in __label_update"
3422 - Revert "UBUNTU: SAUCE: fixup: make __share_replacedby private to get rid of build warning"
3423 - Revert "UBUNTU: SAUCE: fix: replacedby forwarding is not being properly update when ns is destroyed"
3424 - Revert "UBUNTU: SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails"
3425 - Revert "UBUNTU: SAUCE: fixup: cleanup return handling of labels"
3426 - Revert "UBUNTU: SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read"
3427 - Revert "UBUNTU: SAUCE: apparmor: Fix: query label file permission"
3428 - Revert "UBUNTU: SAUCE: apparmor: Don't remove label on rcu callback if the label has already been removed"
3429 - Revert "UBUNTU: SAUCE: apparmor: Fix: break circular refcount for label that is directly freed."
3430 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount bug when inserting label update that transitions ns"
3431 - Revert "UBUNTU: SAUCE: apparmor: Fix: now that insert can force replacement use it instead of remove_and_insert"
3432 - Revert "UBUNTU: SAUCE: apparmor Fix: refcount bug in pivotroot mediation"
3433 - Revert "UBUNTU: SAUCE: apparmor: ensure that repacedby sharing is done correctly"
3434 - Revert "UBUNTU: SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter"
3435 - Revert "UBUNTU: SAUCE: apparmor: Fix: convert replacedby update to be protected by the labelset lock"
3436 - Revert "UBUNTU: SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on merge path"
3437 - Revert "UBUNTU: SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain"
3438 - Revert "UBUNTU: SAUCE: apparmor: Fix: label_vec_merge insertion"
3439 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure new labels resulting from merge have a replacedby"
3440 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount leak in aa_label_merge"
3441 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount race between locating in labelset and get"
3442 - Revert "UBUNTU: SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale"
3443 - Revert "UBUNTU: SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use needs locking"
3444 - Revert "UBUNTU: SAUCE: apparmor: debug: POISON label and replaceby pointer on free"
3445 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the replacedby is not setup"
3446 - Revert "UBUNTU: SAUCE: apparmor: Fix: insert race between label_update and label_merge"
3447 - Revert "UBUNTU: SAUCE: apparmor: rework retrieval of the current label in the profile update case"
3448 - Revert "UBUNTU: SAUCE: apparmor: Disallow update of cred when then subjective != the objective cred"
3449 - Revert "UBUNTU: SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns"
3450 - Revert "UBUNTU: SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()"
3451 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
3452 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix for failed mediation of socket that is being shutdown"
3453 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings"
3454 - Revert "UBUNTU: SAUCE: (no-up) apparmor: fix mount not handling disconnected paths"
3455 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix mediation of fs unix sockets"
3456 - Revert "UBUNTU: apparmor -- follow change to this_cpu_ptr"
3457 - Revert "UBUNTU: SAUCE: (no-up) fix: bad unix_addr_fs macro"
3458 - Revert "UBUNTU: SAUCE: Revert: fix: only allow a single threaded process to ..."
3459 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot"
3460 - Revert "UBUNTU: SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used"
3461 - SAUCE: (no-up) apparmor: sync of apparmor3.5-beta1 snapshot
3462 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
3463
3464 * Add arm64 NUMA support (LP: #1558765)
3465 - SAUCE: (noup) efi: ARM/arm64: ignore DT memory nodes instead of removing them
3466 - SAUCE: (noup) Documentation, dt, numa: dt bindings for NUMA.
3467 - [Config] CONFIG_OF_NUMA=y
3468 - SAUCE: (noup) of, numa: Add NUMA of binding implementation.
3469 - SAUCE: (noup) arm64: Move unflatten_device_tree() call earlier.
3470 - [Config] CONFIG_NUMA=y and CONFIG_NODES_SHIFT=2 on arm64
3471 - SAUCE: (noup) arm64, numa: Add NUMA support for arm64 platforms.
3472 - SAUCE: (noup) arm64, mm, numa: Add NUMA balancing support for arm64.
3473
3474 * vivid/linux: total ADT test failures (LP: #1558447)
3475 - Revert "Revert "af_unix: Revert 'lock_interruptible' in stream receive code""
3476
3477 * [Hyper-V] patches to allow kdump crash through NMI (LP: #1558720)
3478 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
3479 - Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
3480
3481 * s390/pci: enforce fmb page boundary rule (LP: #1558625)
3482 - s390/pci: enforce fmb page boundary rule
3483
3484 * s390/pci: backport upstream commits since v4.4 (LP: #1558624)
3485 - s390/pci_dma: fix DMA table corruption with > 4 TB main memory
3486 - page_to_phys() always returns a multiple of PAGE_SIZE
3487 - s390/pci: provide ZPCI_ADDR macro
3488 - s390/pci: improve ZPCI_* macros
3489 - s390/pci: resize iomap
3490 - s390/pci: fix bar check
3491 - s390/pci: set error state for unusable functions
3492 - s390/pci: remove iomap sanity checks
3493 - s390/pci: remove pdev pointer from arch data
3494 - s390/pci: add ioctl interface for CLP
3495
3496 * IMA-appraisal is unusable in Ubuntu 16.04 (LP: #1558553)
3497 - [Config] CONFIG_SYSTEM_EXTRA_CERTIFICATE=y, CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096
3498 - KEYS: Use the symbol value for list size, updated by scripts/insert-sys-cert
3499 - KEYS: Reserve an extra certificate symbol for inserting without recompiling
3500 - SAUCE: (noup) KEYS: Support for inserting a certificate into x86 bzImage
3501
3502 * skb_warn_bad_offload Crash (LP: #1558025)
3503 - ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL
3504
3505 * Add PCIe root complex to Cavium arm64 (LP: #1558342)
3506 - [Config] CONFIG_PCI_HOST_COMMON=y
3507 - [Config] CONFIG_PCI_HOST_THUNDER_PEM=y
3508 - [Config] CONFIG_PCI_HOST_THUNDER_ECAM=y
3509 - PCI: generic: Move structure definitions to separate header file
3510 - PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()
3511 - PCI: generic: Expose pci_host_common_probe() for use by other drivers
3512 - PCI: thunder: Add PCIe host driver for ThunderX processors
3513 - PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devices
3514
3515 * [Hyper-V] vmbus: Fix a bug in hv_need_to_signal_on_read() (LP: #1556264)
3516 - SAUCE: (noup) Drivers: hv: vmbus: Fix a bug in hv_need_to_signal_on_read()
3517
3518 * Xenial update to v4.4.6 stable release (LP: #1558330)
3519 - arm64: account for sparsemem section alignment when choosing vmemmap offset
3520 - ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window
3521 - ARM: dts: dra7: do not gate cpsw clock due to errata i877
3522 - ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property
3523 - PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()
3524 - kvm: cap halt polling at exactly halt_poll_ns
3525 - KVM: VMX: disable PEBS before a guest entry
3526 - KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS
3527 - KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit
3528 - KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
3529 - KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
3530 - s390/dasd: fix diag 0x250 inline assembly
3531 - tracing: Fix check for cpu online when event is disabled
3532 - dmaengine: at_xdmac: fix residue computation
3533 - jffs2: reduce the breakage on recovery from halfway failed rename()
3534 - ncpfs: fix a braino in OOM handling in ncp_fill_cache()
3535 - ASoC: dapm: Fix ctl value accesses in a wrong type
3536 - ASoC: samsung: Use IRQ safe spin lock calls
3537 - ASoC: wm8994: Fix enum ctl accesses in a wrong type
3538 - ASoC: wm8958: Fix enum ctl accesses in a wrong type
3539 - ovl: ignore lower entries when checking purity of non-directory entries
3540 - ovl: fix working on distributed fs as lower layer
3541 - wext: fix message delay/ordering
3542 - cfg80211/wext: fix message ordering
3543 - can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
3544 - iwlwifi: mvm: inc pending frames counter also when txing non-sta
3545 - mac80211: minstrel: Change expected throughput unit back to Kbps
3546 - mac80211: fix use of uninitialised values in RX aggregation
3547 - mac80211: minstrel_ht: set default tx aggregation timeout to 0
3548 - mac80211: minstrel_ht: fix a logic error in RTS/CTS handling
3549 - mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
3550 - mac80211: Fix Public Action frame RX in AP mode
3551 - gpu: ipu-v3: Do not bail out on missing optional port nodes
3552 - drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
3553 - drm/radeon: Fix error handling in radeon_flip_work_func.
3554 - Revert "drm/radeon/pm: adjust display configuration after powerstate"
3555 - userfaultfd: don't block on the last VM updates at exit time
3556 - ovl: fix getcwd() failure after unsuccessful rmdir
3557 - MIPS: Fix build error when SMP is used without GIC
3558 - MIPS: smp.c: Fix uninitialised temp_foreign_map
3559 - block: don't optimize for non-cloned bio in bio_get_last_bvec()
3560 - target: Drop incorrect ABORT_TASK put for completed commands
3561 - ld-version: Fix awk regex compile failure
3562 - Linux 4.4.6
3563
3564 * linux fails to load x.509 built-in certificate (LP: #1557250)
3565 - lib/mpi: Endianness fix
3566
3567 * s390/kconfig: setting for CONFIG...9P.... (LP: #1557994)
3568 - [Config] CONFIG_NET_9P=m for s390x
3569
3570 * mlx5_core kernel trace after "ethtool -C eth1 adaptive-rx on" flow
3571 (LP: #1557950)
3572 - net/mlx5e: Don't try to modify CQ moderation if it is not supported
3573 - net/mlx5e: Don't modify CQ before it was created
3574
3575 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
3576 - mmc: sdhci: Do not BUG on invalid vdd
3577 - mmc: enable MMC/SD/SDIO device to suspend/resume asynchronously
3578 - mmc: It is not an error for the card to be removed while suspended
3579
3580 * s390/kconfig: disable CONFIG_VIRTIO_MMIO (LP: #1557689)
3581 - [Config] CONFIG_VIRTIO_MMIO=n for s390x
3582
3583 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on s390x (LP: #1557690)
3584 - [Config] CONFIG_NUMA_EMU=y for s390x
3585
3586 * Miscellaneous Ubuntu changes
3587 - [Debian] git-ubuntu-log -- prevent bug references being split
3588 - [Debian] git-ubuntu-log -- git log output is UTF-8
3589
3590 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 13:18:58 -0600
3591
3592 linux (4.4.0-14.30) xenial; urgency=low
3593
3594 [ Tim Gardner ]
3595
3596 * Release Tracking Bug
3597 - LP: #1557508
3598
3599 * Current 4.4 kernel won't boot on powerpc (LP: #1557130)
3600 - powerpc: Fix dedotify for binutils >= 2.26
3601
3602 * ZFS: send fails to transmit some holes [corruption] (LP: #1557151)
3603 - Illumos 6370 - ZFS send fails to transmit some holes
3604
3605 * Request to cherry-pick uvcvideo patch for Xenial kernel support of RealSense
3606 camera (LP: #1557138)
3607 - UVC: Add support for ds4 depth camera
3608
3609 * use after free of task_struct->numa_faults in task_numa_find_cpu (LP: #1527643)
3610 - sched/numa: Fix use-after-free bug in the task_numa_compare
3611
3612 * overlay fs regression: chmod fails with "Operation not permitted" on chowned
3613 files (LP: #1555997)
3614 - ovl: copy new uid/gid into overlayfs runtime inode
3615
3616 * Miscellaneous Ubuntu changes
3617 - SAUCE: Dump stack when X.509 certificates cannot be loaded
3618
3619 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Mar 2016 07:16:19 -0600
3620
3621 linux (4.4.0-13.29) xenial; urgency=low
3622
3623 [ Tim Gardner ]
3624
3625 * Release Tracking Bug
3626 - LP: #1556247
3627
3628 * s390/mm: four page table levels vs. fork (LP: #1556141)
3629 - s390/mm: four page table levels vs. fork
3630
3631 * [Hyper-V] network performance patches for Xenial 16.04 (LP: #1556037)
3632 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
3633 - hv_netvsc: cleanup netdev feature flags for netvsc
3634
3635 * fails to boot on megaraid (LP: #1552903)
3636 - SAUCE: (noup) megaraid_sas: Don't issue kill adapter for MFI controllers in
3637 case of PD list DCMD failure
3638
3639 * ALSA: hda - add codec support for Kabylake display audio codec (LP: #1556002)
3640 - ALSA: hda - add codec support for Kabylake display audio codec
3641
3642 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
3643 - cpufreq: powernv: Free 'chips' on module exit
3644 - cpufreq: powernv: Hot-plug safe the kworker thread
3645 - cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
3646 - cpufreq: powernv/tracing: Add powernv_throttle tracepoint
3647 - cpufreq: powernv: Replace pr_info with trace print for throttle event
3648 - SAUCE: (noup) cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
3649
3650 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
3651 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
3652
3653 * integer overflow in xt_alloc_table_info (LP: #1555353)
3654 - SAUCE: (noup) netfilter: x_tables: check for size overflow
3655
3656 * linux: auto-generate the reconstruct information from the git tag (LP: #1555543)
3657 - [Packaging] reconstruct -- automatically reconstruct against base tag
3658 - [Config] reconstruct -- update to autoreconstruct output
3659 - [Packaging] reconstruct -- update when inserting final changes
3660
3661 * Xenial update to v4.4.5 stable release (LP: #1555640)
3662 - use ->d_seq to get coherency between ->d_inode and ->d_flags
3663 - drivers: sh: Restore legacy clock domain on SuperH platforms
3664 - Btrfs: fix deadlock running delayed iputs at transaction commit time
3665 - btrfs: Fix no_space in write and rm loop
3666 - btrfs: async-thread: Fix a use-after-free error for trace
3667 - block: Initialize max_dev_sectors to 0
3668 - PCI: keystone: Fix MSI code that retrieves struct pcie_port pointer
3669 - parisc: Fix ptrace syscall number and return value modification
3670 - mips/kvm: fix ioctl error handling
3671 - kvm: x86: Update tsc multiplier on change.
3672 - fbcon: set a default value to blink interval
3673 - cifs: fix out-of-bounds access in lease parsing
3674 - CIFS: Fix SMB2+ interim response processing for read requests
3675 - Fix cifs_uniqueid_to_ino_t() function for s390x
3676 - vfio: fix ioctl error handling
3677 - KVM: x86: fix root cause for missed hardware breakpoints
3678 - arm/arm64: KVM: Fix ioctl error handling
3679 - iommu/amd: Apply workaround for ATS write permission check
3680 - iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered
3681 - iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path
3682 - target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors
3683 - drm/ast: Fix incorrect register check for DRAM width
3684 - drm/radeon/pm: update current crtc info after setting the powerstate
3685 - drm/amdgpu/pm: update current crtc info after setting the powerstate
3686 - drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as well
3687 - drm/amdgpu/gfx8: specify which engine to wait before vm flush
3688 - drm/amdgpu: return from atombios_dp_get_dpcd only when error
3689 - libata: fix HDIO_GET_32BIT ioctl
3690 - libata: Align ata_device's id on a cacheline
3691 - block: bio: introduce helpers to get the 1st and last bvec
3692 - writeback: flush inode cgroup wb switches instead of pinning super_block
3693 - Adding Intel Lewisburg device IDs for SATA
3694 - arm64: vmemmap: use virtual projection of linear region
3695 - PM / sleep / x86: Fix crash on graph trace through x86 suspend
3696 - ata: ahci: don't mark HotPlugCapable Ports as external/removable
3697 - tracing: Do not have 'comm' filter override event 'comm' field
3698 - pata-rb532-cf: get rid of the irq_to_gpio() call
3699 - Btrfs: fix loading of orphan roots leading to BUG_ON
3700 - Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
3701 - jffs2: Fix page lock / f->sem deadlock
3702 - Fix directory hardlinks from deleted directories
3703 - dmaengine: pxa_dma: fix cyclic transfers
3704 - adv7604: fix tx 5v detect regression
3705 - ALSA: usb-audio: Add a quirk for Plantronics DA45
3706 - ALSA: ctl: Fix ioctls for X32 ABI
3707 - ALSA: hda - Fix mic issues on Acer Aspire E1-472
3708 - ALSA: rawmidi: Fix ioctls X32 ABI
3709 - ALSA: timer: Fix ioctls for X32 ABI
3710 - ALSA: pcm: Fix ioctls for X32 ABI
3711 - ALSA: seq: oss: Don't drain at closing a client
3712 - ALSA: hdspm: Fix wrong boolean ctl value accesses
3713 - ALSA: hdsp: Fix wrong boolean ctl value accesses
3714 - ALSA: hdspm: Fix zero-division
3715 - ALSA: timer: Fix broken compat timer user status ioctl
3716 - usb: chipidea: otg: change workqueue ci_otg as freezable
3717 - USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder
3718 - USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)
3719 - USB: qcserial: add Sierra Wireless EM74xx device ID
3720 - USB: serial: option: add support for Telit LE922 PID 0x1045
3721 - USB: serial: option: add support for Quectel UC20
3722 - MIPS: scache: Fix scache init with invalid line size.
3723 - MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'
3724 - ubi: Fix out of bounds write in volume update code
3725 - i2c: brcmstb: allocate correct amount of memory for regmap
3726 - thermal: cpu_cooling: fix out of bounds access in time_in_idle
3727 - block: check virt boundary in bio_will_gap()
3728 - block: get the 1st and last bvec via helpers
3729 - drm/i915: more virtual south bridge detection
3730 - drm/i915: refine qemu south bridge detection
3731 - modules: fix longstanding /proc/kallsyms vs module insertion race.
3732 - drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stable
3733 - Linux 4.4.5
3734
3735 * QEMU: causes vCPU steal time overflow on live migration (LP: #1494350)
3736 - x86/mm: Fix slow_virt_to_phys() for X86_PAE again
3737
3738 * TPM2.0 trusted keys fixes (LP: #1398274)
3739 - tpm_tis: further simplify calculation of ordinal duration
3740 - tpm_tis: Use devm_free_irq not free_irq
3741 - tpm_tis: Ensure interrupts are disabled when the driver starts
3742 - tpm: rework tpm_get_timeouts()
3743 - tpm_tis: Get rid of the duplicate IRQ probing code
3744 - tpm_tis: Refactor the interrupt setup
3745 - tpm_tis: Tighten IRQ auto-probing
3746 - tpm_ibmvtpm: properly handle interrupted packet receptions
3747
3748 * linux: review all versioned depends/conflicts/replaces/breaks for validility (LP: #1555033)
3749 - [Config] control.stub.in -- review versioned Build-Depends:
3750 - [Config] control.stub.in -- review versioned
3751 Depends/Breaks/Conflicts/Replaces
3752 - [Config] flavour-control.stub -- review versioned Breaks/Conflicts/Replaces
3753 - [Config] x86 vars.* -- review versioned Breaks/Conflicts/Replaces
3754
3755 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Mar 2016 05:11:51 -0700
3756
3757 linux (4.4.0-12.28) xenial; urgency=low
3758
3759 * Miscellaneous Ubuntu changes
3760 - reconstruct: Work around orig tarball packaging limitiations
3761 Fixes FTBS
3762
3763 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Mar 2016 13:26:08 -0700
3764
3765 linux (4.4.0-12.27) xenial; urgency=low
3766
3767 [ Tim Gardner ]
3768
3769 * Release Tracking Bug
3770 - LP: #1554704
3771
3772 * Fails to detect (second) display (LP: #1543683)
3773 - drm/i915: Fix hpd live status bits for g4x
3774
3775 * s390x -- various configuration changes (LP: #1543165)
3776 - [Config] s390x -- enable CONFIG_NUMA
3777 - [Config] s390x -- disable CONFIG_NET_VENDOR_EMULEX
3778 - [Config] s390x -- disable CONFIG_NET_VENDOR_SYNOPSYS
3779 - [Config] s390x -- disable CONFIG_NVMEM
3780 - [Config] s390x -- switch preempt mode to none
3781
3782 * Radeon hybrid graphics problem on resume (LP: #1554608)
3783 - Revert "drm/radeon: call hpd_irq_event on resume"
3784
3785 * Pull in upstream AMD code (amdgpu) in Xenial (LP: #1546572)
3786 - [Config] CONFIG_DRM_AMD_POWERPLAY=y
3787 - drm/amdgpu: use $(src) in Makefile (v2)
3788 - drm/radeon: constify radeon_asic_ring structures
3789 - drm/amdgpu: add a callback for reading the bios from the rom directly
3790 - drm/amdgpu: add read_bios_from_rom callback for CI parts
3791 - drm/amdgpu: add read_bios_from_rom callback for VI parts
3792 - drm/amdgpu: Use new read bios from rom callback
3793 - drm/amdgpu: Use unlocked gem unreferencing
3794 - drm/radeon: Use unlocked gem unreferencing
3795 - drm/amd: add new gfx8 register definitions for EDC
3796 - drm/amdgpu: add EDC support for CZ (v3)
3797 - drm/amd: abstract kernel rq and normal rq to priority of run queue
3798 - drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3
3799 - drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP only
3800 - drm/amdgpu: update rev id register for VI
3801 - drm/amdgpu: add more debugging output for driver failures
3802 - drm/amdgpu: add entity only when first job come
3803 - drm/amdgpu: handle error case for ctx
3804 - drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobs
3805 - drm/amdgpu: change default sched jobs to 32
3806 - drm/amdgpu: limit visible vram if it's smaller than the BAR
3807 - drm/amdgpu: restrict the sched jobs number to power of two
3808 - drm/amdgpu: put VM page tables directly into duplicates list
3809 - drm/amdgpu: split VM PD and PT handling during CS
3810 - drm/amdgpu: keep the PTs validation list in the VM v2
3811 - drm/radeon: Update radeon_get_vblank_counter_kms()
3812 - drm/radeon: only increment sync_seq when a fence is really emitted
3813 - drm/fb-helper: Use proper plane mask for fb cleanup
3814 - drm/amdgpu: fix dp link rate selection (v2)
3815 - drm/radeon: fix dp link rate selection (v2)
3816 - drm/amdgpu: share struct amdgpu_pm_state_type with powerplay module
3817 - drm/amdgpu: mv some definition from amdgpu_acpi.c to amdgpu_acpi.h
3818 - drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.h
3819 - drm/amdgpu: implement new cgs interface for acpi function
3820 - drm/amdgpu: implement cgs interface to query system info
3821 - drm/amdgpu: add new cgs interface to get display info (v2)
3822 - drm/amd/powerplay: add basic powerplay framework
3823 - drm/amdgpu: disable legacy path of firmware check if powerplay is enabled
3824 - drm/amdgpu: export amd_powerplay_func to amdgpu and other ip block
3825 - drm/amd/powerplay: add SMU manager sub-component
3826 - drm/amd/powerplay: add hardware manager sub-component
3827 - SAUCE: amd: Include errno.h
3828 - drm/amd/powerplay: add Carrizo smu support
3829 - drm/amd/powerplay: add Carrizo dpm support
3830 - drm/amd/powerplay: add CG and PG support for carrizo
3831 - drm/amd/powerplay: add event manager sub-component
3832 - drm/amd/powerplay: implement functions of amd_powerplay_func
3833 - drm/amd/powerplay: Add ixSWRST_COMMAND_1 in bif_5_0_d.h
3834 - drm/amd/powerplay: Move smu7*.h from amdgpu to powerplay.
3835 - drm/amd/powerplay: add header file for tonga smu and dpm
3836 - drm/amd/powerplay: Add Tonga SMU support
3837 - drm/amd/powerplay: add Tonga dpm support (v3)
3838 - drm/amd/powerplay: add/update headers for Fiji SMU and DPM
3839 - drm/amd/powerplay: update atomctrl for fiji
3840 - drm/amd/powerplay: add Fiji SMU support.
3841 - drm/amd/powerplay: add Fiji DPM support.
3842 - drm/amdgpu: add amdgpu.powerplay module option
3843 - drm/amd/amdgpu: enable powerplay and smc firmware loading for Fiji.
3844 - drm/amdgpu/powerplay: add function point in hwmgr_funcs for program display gap
3845 - drm/amdgpu/poweprlay: export program display gap function to eventmgr
3846 - drm/amdgpu/powerplay: implement pem_task for display_configuration_change
3847 - drm/amdgpu/powerplay: program display gap for tonga.
3848 - drm/amdgpu: enable powerplay module by default for tonga.
3849 - drm/amdgpu: enable powerplay module by default for fiji.
3850 - drm/amdgpu/powerplay: add some definition for other ip block to update cg pg.
3851 - drm/amd/powerplay: add new function point in hwmgr_func for CG/PG.
3852 - drm/amd/powerplay: Add CG and PG support for tonga
3853 - drm/amdgpu/powerplay: add new function point in hwmgr_funcs for thermal control
3854 - drm/amdgpu/powerplay: mv ppinterrupt.h to inc folder to share with other submodule.
3855 - drm/amdgpu/powerplay: add thermal control interface in hwmgr.
3856 - drm/amdgpu/powerplay: enable thermal interrupt task in eventmgr.
3857 - drm/amdgpu/powerplay: implement thermal control for tonga.
3858 - drm/amdgpu/powerplay: implement fan control interface in amd_powerplay_funcs
3859 - drm/amdgpu: export fan control functions to amdgpu
3860 - drm/amdgpu: enable sysfs interface for powerplay
3861 - drm/amdgpu: support per device powerplay enablement (v2)
3862 - drm/amd/powerplay: add and export hwmgr interface to eventmgr to check hw states.
3863 - drm/amd/powerplay: implement new funcs to check current states for tonga.
3864 - drm/amd/powerplay: refine the logic of whether need to update power state.
3865 - drm/amd/powerplay/tonga: enable pcie and mclk forcing for low
3866 - drm/amd/powerplay/fiji: enable pcie and mclk forcing for low
3867 - drm/amdgpu: extract pcie helpers to common header
3868 - drm: add drm_pcie_get_max_link_width helper (v2)
3869 - drm/amdgpu: store pcie gen mask and link width
3870 - drm/amdgpu/cgs: add sys info query for pcie gen and link width
3871 - drm/amdgpu/powerplay/tonga: query supported pcie info from cgs (v2)
3872 - drm/amdgpu/powerplay/fiji: query supported pcie info from cgs (v2)
3873 - drm/amd/powerplay: fix boolreturn.cocci warnings
3874 - drm/amd/powerplay/tonga: Add UVD DPM init
3875 - drm/amd/amdgpu: add gfx clock gating support for Fiji.
3876 - drm/amd/amdgpu: add gmc clock gating support for Fiji.
3877 - drm/amdgpu: add sdma clock gating support for Fiji.
3878 - drm/amd/powerplay: add parts of system clock gating support for Fiji. (v2)
3879 - drm/amd/powerplay: enable clock gating for Fiji.
3880 - drm/amd/powerplay: add atomctrl function to calculate CZ sclk dividers
3881 - drm/amd/powerplay: implement smc state upload for CZ
3882 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
3883 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
3884 - drm/amd/powerplay: add new function point in hwmgr.
3885 - drm/amd/powerplay: add smc msg for NB P-State switch
3886 - drm/amd/powerplay: export interface to DAL to init/change display configuration.
3887 - drm/amd/powerplay: enable set_cpu_power_state task. (v2)
3888 - drm/amd/powerplay: enable/disable NB pstate feature for Carrizo.
3889 - drm/amd/powerplay: Add PPLib debug print macro.
3890 - drm/amdgpu: rename tonga_smumgr.h to tonga_smum.h
3891 - drm/amdgpu: rename fiji_smumgr.h to fiji_smum.h
3892 - drm/amd/powerplay: add multimedia power gating support for Fiji.
3893 - drm/amd/amdgpu: add uvd6.0 clock gating support. (v2)
3894 - drm/amd/amdgpu: add vce3.0 clock gating support. (v2)
3895 - drm/amd/amdgpu: enable uvd&vce clock gating for Fiji.
3896 - drm/amdgpu: Prepare DKMS build for powerplay module.
3897 - drm/amd/powerplay: add display configeration changed function in hwmgr for Fiji.
3898 - drm/amd/powerplay: Add thermal protection support for Fiji.
3899 - drm/amd/powerplay: Fix a bug in fan control setting default mode for Tonga and Fiji.
3900 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Tonga.
3901 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Fiji.
3902 - drm/amd/powerplay: fix boolreturn.cocci warnings
3903 - drm/amd/powerplay: fix bug that dpm funcs in debugfs/sysfs missing.
3904 - drm/amd/powerplay: check whether enable dpm in powerplay.
3905 - drm/amd/powerplay: move shared function of vi to hwmgr. (v2)
3906 - drm/amdgpu/powerplay: enable sysfs and debugfs interfaces late
3907 - drm/amd/powerplay: display gpu load when print performance for tonga.
3908 - drm/powerplay: add debugging output to tonga_processpptables.c
3909 - drm/powerplay: add debugging output to processpptables.c
3910 - drm/powerplay/hwmgr: log errors in tonga_hwmgr_backend_init
3911 - drm/amd/powerplay: Don't return an error if fan table is missing
3912 - amd\powerplay Implement get dal power level
3913 - amd/powerplay: Fix get dal power level
3914 - amd/powerplay: Add structures required to report configuration change
3915 - drm/amdgpu/powerplay: Program a calculated value as Deep Sleep clock.
3916 - drm/amd/powerplay: add point check to avoid NULL point hang.
3917 - drm/amd/powerplay: check whether need to enable thermal control. (v2)
3918 - drm/amd/powerplay: show gpu load when print gpu performance for Cz. (v2)
3919 - drm: powerplay: use div64_s64 instead of do_div
3920 - drm/amd/powerplay: fix a reversed condition
3921 - drm/amdgpu/cgs: cleanup some indenting
3922 - drm/amd/powerplay: precedence bug in init_non_clock_fields()
3923 - drm/amdgpu: fix NULL in vm_grab_id while S3 back
3924 - drm/amd/powerplay: fix bug that NULL checks are reversed.
3925 - drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)
3926 - drm/amd/powerplay: fix Smatch static checker warnings
3927 - drm/amd/powerplay: add powerplay valid check to avoid null point. (v2)
3928 - drm/amd/powerplay: Reload and initialize the smc firmware on powerplay resume.
3929 - drm/amdgpu: Show gpu load when display gpu performance for Ci.
3930 - drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI.
3931 - drm/amdgpu: fix hex/decimal bug when show gpu load.
3932 - drm/amd/powerplay: add thermal control task when resume.
3933 - drm/amd/powerplay: enable set boot state task
3934 - drm/amd/powerplay: enable power down asic task. (v2)
3935 - drm/amd/powerplay: implement power down asic task for CZ
3936 - drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2
3937 - drm/amdgpu/cgs: add an interface to access PCI resources
3938 - drm/amdgpu: add irq domain support
3939 - drm/amdgpu/powerplay: include asm/div64.h for do_div()
3940 - drm/sysfs: use kobj_to_dev()
3941 - drm/amd/powerplay: fix static checker warning for return meaningless value.
3942 - drm/amdgpu/cz: add code to enable forcing UVD clocks
3943 - drm/amdgpu/cz: add code to enable forcing VCE clocks
3944 - drm/amdgpu/cz: force uvd clocks when sclks are forced
3945 - drm/amdgpu/cz: force vce clocks when sclks are forced
3946 - drm/amdgpu: use kobj_to_dev()
3947 - drm/radeon: use kobj_to_dev()
3948 - drm/ttm: fix adding foreign BOs to the LRU during init v2
3949 - drm/ttm: fix adding foreign BOs to the swap LRU
3950 - drm/ttm: add ttm_bo_move_to_lru_tail function v2
3951 - drm/amdgpu: move VM page tables to the LRU end on CS v2
3952 - drm/amdgpu: validate duplicates first
3953 - drm/amdgpu: add missing irq.h include
3954 - drm/fb_cma_helper: Remove implicit call to disable_unused_functions
3955 - drm/amdgpu: Add some tweaks to gfx 8 soft reset
3956 - amdkfd: don't open-code memdup_user()
3957 - amdkfd: Copy from the proper user command pointer
3958 - drm/amdgpu: Use drm_calloc_large for VM page_tables array
3959 - amd/powerplay: disable powerplay by default initially
3960 - drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without powerplay support
3961 - drm/atomic-helper: Export framebuffer_changed()
3962 - drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2)
3963 - drm/amdgpu: add a message to indicate when powerplay is enabled (v2)
3964 - drm/amdgpu: fix next_rptr handling for debugfs
3965 - drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctl
3966 - drm/radeon: only init fbdev if we have connectors
3967 - drm/amdgpu: don't init fbdev if we don't have any connectors
3968 - drm/amd/powerplay: Update SMU firmware loading for Stoney
3969 - drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()
3970 - drm/amdkfd: Remove unnecessary cast in kfree
3971 - drm/amdgpu: only move pt bos in LRU list on success
3972 - drm/amdgpu: mask out WC from BO on unsupported arches
3973 - drm/amdgpu/gfx8: enable cp inst/reg error interrupts
3974 - drm/amdgpu/gfx7: enable cp inst/reg error interrupts
3975 - drm/amdgpu: load MEC ucode manually on iceland
3976 - drm/amdgpu: disable uvd and vce clockgating on Fiji
3977 - drm/amdgpu: add pcie cap module parameters (v2)
3978 - drm/amdgpu/cik: don't mess with aspm if gpu is root bus
3979 - drm/amdgpu/dpm/ci: switch over to the common pcie caps interface
3980 - drm/amdgpu: handle uvd pg flags properly
3981 - drm/amdgpu: handle vce pg flags properly
3982 - drm/amdgpu: clean up vce pg flags for cz/st
3983 - drm/amdgpu: be consistent with uvd cg flags
3984 - drm/amd/powerplay/cz: disable uvd pg
3985 - drm/amd/powerplay/cz: disable vce pg
3986 - drm/amd/powerplay/tonga: disable uvd pg
3987 - drm/amd/powerplay/tonga: disable vce pg
3988 - drm/amdgpu: add a cgs interface to fetch cg and pg flags
3989 - drm/amdgpu: remove unused cg defines
3990 - drma/dmgpu: move cg and pg flags into shared headers
3991 - drm/amdgpu/tonga: plumb pg flags through to powerplay
3992 - drm/amdgpu/cz: plumb pg flags through to powerplay
3993 - SAUCE: drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabled
3994
3995 * mlx4_core Set UAR page size to 4KB regardless of system page size (LP:
3996 #1552632)
3997 - net/mlx4_core: Set UAR page size to 4KB regardless of system page size
3998
3999 * Miscellaneous Ubuntu changes
4000 - [Config] CONFIG_CAVIUM_ERRATUM_27456=y
4001
4002 * Miscellaneous upstream changes
4003 - net: thunderx: Fix for Qset error due to CQ full
4004 - ahci: Workaround for ThunderX Errata#22536
4005 - arm64: Add workaround for Cavium erratum 27456
4006 - tipc: fix nullptr crash during subscription cancel
4007
4008 -- Tim Gardner <tim.gardner@canonical.com> Mon, 07 Mar 2016 05:04:22 -0700
4009
4010 linux (4.4.0-11.26) xenial; urgency=low
4011
4012 [ Tim Gardner ]
4013
4014 * Release Tracking Bug
4015 - LP: #1553391
4016
4017 * Xenial update to v4.4.4 stable release (LP: #1553179)
4018 - af_iucv: Validate socket address length in iucv_sock_bind()
4019 - gro: Make GRO aware of lightweight tunnels.
4020 - net: dp83640: Fix tx timestamp overflow handling.
4021 - tunnels: Allow IPv6 UDP checksums to be correctly controlled.
4022 - lwt: fix rx checksum setting for lwt devices tunneling over ipv6
4023 - tcp: fix NULL deref in tcp_v4_send_ack()
4024 - af_unix: fix struct pid memory leak
4025 - pptp: fix illegal memory access caused by multiple bind()s
4026 - sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
4027 - net: dsa: fix mv88e6xxx switches
4028 - tipc: fix connection abort during subscription cancel
4029 - inet: frag: Always orphan skbs inside ip_defrag()
4030 - switchdev: Require RTNL mutex to be held when sending FDB notifications
4031 - tcp: beware of alignments in tcp_get_info()
4032 - ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
4033 - ipv6/udp: use sticky pktinfo egress ifindex on connect()
4034 - ipv6: addrconf: Fix recursive spin lock call
4035 - ipv6: fix a lockdep splat
4036 - unix: correctly track in-flight fds in sending process user_struct
4037 - tcp: do not drop syn_recv on all icmp reports
4038 - net:Add sysctl_max_skb_frags
4039 - tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs
4040 - enic: increment devcmd2 result ring in case of timeout
4041 - sctp: translate network order to host order when users get a hmacid
4042 - net: Copy inner L3 and L4 headers as unaligned on GRE TEB
4043 - flow_dissector: Fix unaligned access in __skb_flow_dissector when used by
4044 eth_get_headlen
4045 - bpf: fix branch offset adjustment on backjumps after patching ctx expansion
4046 - bonding: Fix ARP monitor validation
4047 - ipv4: fix memory leaks in ip_cmsg_send() callers
4048 - af_unix: Don't set err in unix_stream_read_generic unless there was an error
4049 - af_unix: Guard against other == sk in unix_dgram_sendmsg
4050 - tipc: fix premature addition of node to lookup table
4051 - tcp: md5: release request socket instead of listener
4052 - qmi_wwan: add "4G LTE usb-modem U901"
4053 - net/mlx4_en: Count HW buffer overrun only once
4054 - net/mlx4_en: Avoid changing dev->features directly in run-time
4055 - l2tp: Fix error creating L2TP tunnels
4056 - pppoe: fix reference counting in PPPoE proxy
4057 - net_sched fix: reclassification needs to consider ether protocol changes
4058 - route: check and remove route cache when we get route
4059 - tcp/dccp: fix another race at listener dismantle
4060 - IFF_NO_QUEUE: Fix for drivers not calling ether_setup()
4061 - rtnl: RTM_GETNETCONF: fix wrong return value
4062 - tipc: unlock in error path
4063 - unix_diag: fix incorrect sign extension in unix_lookup_by_ino
4064 - sctp: Fix port hash table size computation
4065 - ext4: fix bh->b_state corruption
4066 - ARM: debug-ll: fix BCM63xx entry for multiplatform
4067 - arm64: errata: Add -mpc-relative-literal-loads to build flags
4068 - KVM: s390: fix guest fprs memory leak
4069 - devm_memremap: Fix error value when memremap failed
4070 - drm/gma500: Use correct unref in the gem bo create function
4071 - ARM: 8457/1: psci-smp is built only for SMP
4072 - lib/ucs2_string: Add ucs2 -> utf8 helper functions
4073 - efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
4074 - efi: Do variable name validation tests in utf8
4075 - efi: Make our variable validation list include the guid
4076 - efi: Make efivarfs entries immutable by default
4077 - efi: Add pstore variables to the deletion whitelist
4078 - lib/ucs2_string: Correct ucs2 -> utf8 conversion
4079 - bcache: fix a livelock when we cause a huge number of cache misses
4080 - bcache: Add a cond_resched() call to gc
4081 - bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
4082 - bcache: fix a leak in bch_cached_dev_run()
4083 - bcache: unregister reboot notifier if bcache fails to unregister device
4084 - bcache: allows use of register in udev to avoid "device_busy" error.
4085 - bcache: Change refill_dirty() to always scan entire disk if necessary
4086 - dm thin: fix race condition when destroying thin pool workqueue
4087 - can: ems_usb: Fix possible tx overflow
4088 - usb: dwc3: Fix assignment of EP transfer resources
4089 - USB: cp210x: add IDs for GE B650V3 and B850V3 boards
4090 - USB: option: add support for SIM7100E
4091 - USB: option: add "4G LTE usb-modem U901"
4092 - drivers: android: correct the size of struct binder_uintptr_t for
4093 BC_DEAD_BINDER_DONE
4094 - spi: omap2-mcspi: Prevent duplicate gpio_request
4095 - iw_cxgb3: Fix incorrectly returning error on success
4096 - drm/i915: shut up gen8+ SDE irq dmesg noise
4097 - ocfs2: unlock inode if deleting inode from orphan fails
4098 - mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
4099 - mm: numa: quickly fail allocations for NUMA balancing on full nodes
4100 - genirq: Validate action before dereferencing it in handle_irq_event_percpu()
4101 - clocksource/drivers/vt8500: Increase the minimum delta
4102 - s390/kvm: remove dependency on struct save_area definition
4103 - KVM: s390: fix memory overwrites when vx is disabled
4104 - Btrfs: add missing brelse when superblock checksum fails
4105 - Btrfs: igrab inode in writepage
4106 - btrfs: statfs: report zero available if metadata are exhausted
4107 - Btrfs: send, don't BUG_ON() when an empty symlink is found
4108 - Btrfs: fix number of transaction units required to create symlink
4109 - Btrfs: fix transaction handle leak on failure to create hard link
4110 - Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and
4111 subvolume roots
4112 - btrfs: initialize the seq counter in struct btrfs_device
4113 - s390: fix normalization bug in exception table sorting
4114 - s390/dasd: prevent incorrect length error under z/VM after PAV changes
4115 - s390/dasd: fix refcount for PAV reassignment
4116 - s390/dasd: fix performance drop
4117 - uml: flush stdout before forking
4118 - uml: fix hostfs mknod()
4119 - um: link with -lpthread
4120 - locks: fix unlock when fcntl_setlk races with a close
4121 - rtlwifi: rtl_pci: Fix kernel panic
4122 - rtlwifi: rtl8192cu: Add missing parameter setup
4123 - rtlwifi: rtl8192ce: Fix handling of module parameters
4124 - rtlwifi: rtl8192de: Fix incorrect module parameter descriptions
4125 - rtlwifi: rtl8723ae: Fix initialization of module parameters
4126 - rtlwifi: rtl8192se: Fix module parameter initialization
4127 - rtlwifi: rtl8188ee: Fix module parameter initialization
4128 - rtlwifi: rtl8723be: Fix module parameter initialization
4129 - mei: fix fasync return value on error
4130 - mei: validate request value in client notify request ioctl
4131 - namei: ->d_inode of a pinned dentry is stable only for positives
4132 - rc: sunxi-cir: Initialize the spinlock properly
4133 - media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode
4134 - si2157: return -EINVAL if firmware blob is too big
4135 - gspca: ov534/topro: prevent a division by 0
4136 - vb2: fix a regression in poll() behavior for output,streams
4137 - tda1004x: only update the frontend properties if locked
4138 - dm space map metadata: remove unused variable in brb_pop()
4139 - dm snapshot: fix hung bios when copy error occurs
4140 - dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
4141 - coresight: checking for NULL string in coresight_name_match()
4142 - irqchip/omap-intc: Add support for spurious irq handling
4143 - irqchip/mxs: Add missing set_handle_irq()
4144 - irqchip/atmel-aic: Fix wrong bit operation for IRQ priority
4145 - irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1
4146 - posix-clock: Fix return code on the poll method's error path
4147 - clockevents/tcb_clksrc: Prevent disabling an already disabled clock
4148 - mmc: usdhi6rol0: handle NULL data in timeout
4149 - mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
4150 - mmc: sdio: Fix invalid vdd in voltage switch power cycle
4151 - mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400
4152 - mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
4153 - mmc: core: Enable tuning according to the actual timing
4154 - mmc: mmci: fix an ages old detection error
4155 - mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL
4156 - mmc: pxamci: fix again read-only gpio detection polarity
4157 - mmc: sdhci-pci: Fix card detect race for Intel BXT/APL
4158 - mmc: sdhci: Allow override of mmc host operations
4159 - mmc: sdhci: Allow override of get_cd() called from sdhci_request()
4160 - Bluetooth: Use continuous scanning when creating LE connections
4161 - Bluetooth: Add support of Toshiba Broadcom based devices
4162 - Bluetooth: Fix incorrect removing of IRKs
4163 - Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences
4164 - Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets
4165 - time: Avoid signed overflow in timekeeping_get_ns()
4166 - cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
4167 - Revert "MIPS: Fix PAGE_MASK definition"
4168 - MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handler
4169 - MIPS: hpet: Choose a safe value for the ETIME check
4170 - MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
4171 - MIPS: Fix buffer overflow in syscall_get_arguments()
4172 - EDAC: Robustify workqueues destruction
4173 - EDAC, mc_sysfs: Fix freeing bus' name
4174 - sparc64: fix incorrect sign extension in sys_sparc64_personality
4175 - clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs
4176 - regulator: axp20x: Fix GPIO LDO enable value for AXP22x
4177 - regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
4178 - virtio_balloon: fix race by fill and leak
4179 - virtio_balloon: fix race between migration and ballooning
4180 - virtio_pci: fix use after free on release
4181 - drm/vmwgfx: Fix an incorrect lock check
4182 - drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
4183 - drm/vmwgfx: respect 'nomodeset'
4184 - drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_map
4185 - drm/amdgpu: call hpd_irq_event on resume
4186 - drm/amdgpu: fix lost sync_to if scheduler is enabled.
4187 - drm/amdgpu: fix tonga smu resume
4188 - drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2
4189 - drm/amdgpu: no need to load MC firmware on fiji
4190 - drm/amdgpu: move gmc7 support out of CIK dependency
4191 - drm/amdgpu: iceland use CI based MC IP
4192 - drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above
4193 - drm/amdgpu: pull topaz gmc bits into gmc_v7
4194 - drm/amdgpu: drop topaz support from gmc8 module
4195 - drm/amdgpu: don't load MEC2 on topaz
4196 - drm/amdgpu: remove exp hardware support from iceland
4197 - drm/amdgpu: fix s4 resume
4198 - drm/amdgpu: remove unnecessary forward declaration
4199 - drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
4200 - drm/amdgpu: fix issue with overlapping userptrs
4201 - drm/amdgpu: use post-decrement in error handling
4202 - drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.
4203 - drm/amdgpu/pm: adjust display configuration after powerstate
4204 - drm/nouveau/kms: take mode_config mutex in connector hotplug path
4205 - drm/nouveau/display: Enable vblank irqs after display engine is on again.
4206 - drm/nouveau/disp/dp: ensure sink is powered up before attempting link
4207 training
4208 - drm/nouveau: platform: Fix deferred probe
4209 - drm/dp/mst: process broadcast messages correctly
4210 - drm/dp/mst: always send reply for UP request
4211 - drm/dp/mst: fix in MSTB RAD initialization
4212 - drm/dp/mst: fix in RAD element access
4213 - drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil
4214 - drm/dp/mst: Calculate MST PBN with 31.32 fixed point
4215 - drm/dp/mst: move GUID storage from mgr, port to only mst branch
4216 - drm/dp/mst: Reverse order of MST enable and clearing VC payload table.
4217 - drm/dp/mst: deallocate payload on port destruction
4218 - drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr
4219 - drm/radeon: call hpd_irq_event on resume
4220 - drm/radeon: Fix "slow" audio over DP on DCE8+
4221 - drm/radeon: clean up fujitsu quirks
4222 - drm/radeon: properly byte swap vce firmware setup
4223 - drm/radeon: cleaned up VCO output settings for DP audio
4224 - drm/radeon: Add a common function for DFS handling
4225 - drm/radeon: fix DP audio support for APU with DCE4.1 display engine
4226 - drm: add helper to check for wc memory support
4227 - drm/radeon: mask out WC from BO on unsupported arches
4228 - drm/radeon: hold reference to fences in radeon_sa_bo_new
4229 - drm: fix missing reference counting decrease
4230 - drm/i915: Restore inhibiting the load of the default context
4231 - drm/i915: intel_hpd_init(): Fix suspend/resume reprobing
4232 - drm/i915: Init power domains early in driver load
4233 - drm/i915: Make sure DC writes are coherent on flush.
4234 - drm/i915/dp: fall back to 18 bpp when sink capability is unknown
4235 - drm/i915: Don't reject primary plane windowing with color keying enabled on
4236 SKL+
4237 - drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()
4238 - drm/i915/dsi: defend gpio table against out of bounds access
4239 - drm/i915/dsi: don't pass arbitrary data to sideband
4240 - drm/i915: fix error path in intel_setup_gmbus()
4241 - drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command
4242 - drm/radeon: use post-decrement in error handling
4243 - drm: No-Op redundant calls to drm_vblank_off() (v2)
4244 - drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)
4245 - drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
4246 - drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)
4247 - drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)
4248 - drm/radeon/pm: adjust display configuration after powerstate
4249 - make sure that freeing shmem fast symlinks is RCU-delayed
4250 - toshiba_acpi: Fix blank screen at boot if transflective backlight is
4251 supported
4252 - ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list
4253 - ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list
4254 - uapi: update install list after nvme.h rename
4255 - lib: sw842: select crc32
4256 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege
4257 R700
4258 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite
4259 R830
4260 - ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"
4261 - ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()
4262 - nfit: fix multi-interface dimm handling, acpi6.1 compatibility
4263 - dmaengine: dw: fix cyclic transfer setup
4264 - dmaengine: dw: fix cyclic transfer callbacks
4265 - dmaengine: at_xdmac: fix resume for cyclic transfers
4266 - dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer
4267 - IB/cm: Fix a recently introduced deadlock
4268 - IB/qib: fix mcast detach when qp not attached
4269 - IB/qib: Support creating qps with GFP_NOIO flag
4270 - IB/mlx5: Expose correct maximum number of CQE capacity
4271 - Thermal: initialize thermal zone device correctly
4272 - Thermal: handle thermal zone device properly during system sleep
4273 - Thermal: do thermal zone update after a cooling device registered
4274 - hwmon: (dell-smm) Blacklist Dell Studio XPS 8000
4275 - hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook
4276 - hwmon: (ads1015) Handle negative conversion values correctly
4277 - cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
4278 - cpufreq: Fix NULL reference crash while accessing policy->governor_data
4279 - seccomp: always propagate NO_NEW_PRIVS on tsync
4280 - libceph: fix ceph_msg_revoke()
4281 - libceph: don't bail early from try_read() when skipping a message
4282 - libceph: use the right footer size when skipping a message
4283 - libceph: don't spam dmesg with stray reply warnings
4284 - sd: Optimal I/O size is in bytes, not sectors
4285 - Staging: speakup: Fix getting port information
4286 - Revert "Staging: panel: usleep_range is preferred over udelay"
4287 - cdc-acm:exclude Samsung phone 04e8:685d
4288 - perf stat: Do not clean event's private stats
4289 - tick/nohz: Set the correct expiry when switching to nohz/lowres mode
4290 - rfkill: fix rfkill_fop_read wait_event usage
4291 - mac80211: Requeue work after scan complete for all VIF types.
4292 - workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup
4293 - Revert "workqueue: make sure delayed work run in local cpu"
4294 - ALSA: hda - Apply clock gate workaround to Skylake, too
4295 - ALSA: hda - Fixing background noise on Dell Inspiron 3162
4296 - target: Fix LUN_RESET active I/O handling for ACK_KREF
4297 - target: Fix LUN_RESET active TMR descriptor handling
4298 - target: Fix TAS handling for multi-session se_node_acls
4299 - target: Fix remote-port TMR ABORT + se_cmd fabric stop
4300 - target: Fix race with SCF_SEND_DELAYED_TAS handling
4301 - spi: atmel: fix gpio chip-select in case of non-DT platform
4302 - libata: fix sff host state machine locking while polling
4303 - ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2
4304 - ARCv2: SMP: Emulate IPI to self using software triggered interrupt
4305 - PCI/AER: Flush workqueue on device remove to avoid use-after-free
4306 - cpuset: make mm migration asynchronous
4307 - cgroup: make sure a parent css isn't offlined before its children
4308 - writeback: keep superblock pinned during cgroup writeback association
4309 switches
4310 - phy: core: fix wrong err handle for phy_power_on
4311 - i2c: i801: Adding Intel Lewisburg support for iTCO
4312 - bio: return EINTR if copying to user space got interrupted
4313 - block: fix use-after-free in dio_bio_complete
4314 - nfs: fix nfs_size_to_loff_t
4315 - NFSv4: Fix a dentry leak on alias use
4316 - of/irq: Fix msi-map calculation for nonzero rid-base
4317 - KVM: async_pf: do not warn on page allocation failures
4318 - KVM: arm/arm64: vgic: Ensure bitmaps are long enough
4319 - KVM: x86: fix missed hardware breakpoints
4320 - KVM: x86: MMU: fix ubsan index-out-of-range warning
4321 - powerpc/eeh: Fix partial hotplug criterion
4322 - tracing: Fix showing function event in available_events
4323 - sunrpc/cache: fix off-by-one in qword_get()
4324 - kernel/resource.c: fix muxed resource handling in __request_region()
4325 - do_last(): don't let a bogus return value from ->open() et.al. to confuse us
4326 - ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruption
4327 - ARM: at91/dt: fix typo in sama5d2 pinmux descriptions
4328 - xen/arm: correctly handle DMA mapping of compound pages
4329 - xen/scsiback: correct frontend counting
4330 - xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
4331 - xen/pciback: Save the number of MSI-X entries to be copied later.
4332 - xen/pcifront: Fix mysterious crashes when NUMA locality information was
4333 extracted.
4334 - should_follow_link(): validate ->d_seq after having decided to follow
4335 - do_last(): ELOOP failure exit should be done after leaving RCU mode
4336 - hpfs: don't truncate the file when delete fails
4337 - x86/irq: Call chip->irq_set_affinity in proper context
4338 - x86/irq: Fix a race in x86_vector_free_irqs()
4339 - x86/irq: Validate that irq descriptor is still active
4340 - x86/irq: Do not use apic_chip_data.old_domain as temporary buffer
4341 - x86/irq: Reorganize the return path in assign_irq_vector
4342 - x86/irq: Reorganize the search in assign_irq_vector
4343 - x86/irq: Check vector allocation early
4344 - x86/irq: Copy vectormask instead of an AND operation
4345 - x86/irq: Get rid of code duplication
4346 - x86/irq: Remove offline cpus from vector cleanup
4347 - x86/irq: Clear move_in_progress before sending cleanup IPI
4348 - x86/irq: Remove the cpumask allocation from send_cleanup_vector()
4349 - x86/irq: Remove outgoing CPU from vector cleanup mask
4350 - x86/irq: Call irq_force_move_complete with irq descriptor
4351 - x86/irq: Plug vector cleanup race
4352 - IB/cma: Fix RDMA port validation for iWarp
4353 - iwlwifi: dvm: fix WoWLAN
4354 - iwlwifi: pcie: properly configure the debug buffer size for 8000
4355 - iwlwifi: update and fix 7265 series PCI IDs
4356 - iwlwifi: mvm: don't allow sched scans without matches to be started
4357 - Revert "UBUNTU: SAUCE: bcache: prevent crash on changing writeback_running"
4358 - bcache: prevent crash on changing writeback_running
4359 - Linux 4.4.4
4360
4361 * mlx4_en didn't choose time-stamping shift value according to HW frequency
4362 (LP: #1552627)
4363 - net/mlx4_en: Choose time-stamping shift value according to HW frequency
4364
4365 * [Ubuntu 16.04] Help to flush kernel panics to console (LP: #1552332)
4366 - target/transport: add flag to indicate CPU Affinity is observed
4367 - powerpc/powernv: Add a kmsg_dumper that flushes console output on panic
4368 - powerpc/powernv: Fix OPAL_CONSOLE_FLUSH prototype and usages
4369
4370 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
4371 - qla2xxx: Fix warning reported by static checker
4372 - qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCM
4373 - qla2xxx: Fix stale pointer access.
4374 - qla2xxx: Use ATIO type to send correct tmr response
4375 - qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU Affinity
4376
4377 * [s390x] zfcp.ko missing from scsi-modules udeb (LP: #1552314)
4378 - [Config] Add s390x zfcp to scsi-modules udeb
4379
4380 -- Tim Gardner <tim.gardner@canonical.com> Wed, 02 Mar 2016 08:08:16 -0700
4381
4382 linux (4.4.0-10.25) xenial; urgency=low
4383
4384 [ Tim Gardner ]
4385
4386 * Release Tracking Bug
4387 - LP: #1552247
4388
4389 * linux: 4.4.0-9.X fails yama ptrace restrictions tests (LP: #1551894)
4390 - security: let security modules use PTRACE_MODE_* with bitmasks
4391
4392 * [wily][regression] systemtap script compilation broken by new kernels (LP: #1545330)
4393 - SAUCE: (noup) locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h
4394
4395 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
4396 - mmc: sdhci: 64-bit DMA actually has 4-byte alignment
4397 - mmc: sdhci: Fix DMA descriptor with zero data length
4398
4399 * Miscellaneous Ubuntu changes
4400 - SAUCE: (noup) cgroup: fix and restructure error handling in copy_cgroup_ns()
4401
4402 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Feb 2016 13:04:14 -0700
4403
4404 linux (4.4.0-9.24) xenial; urgency=low
4405
4406 [ Tim Gardner ]
4407
4408 * Release Tracking Bug
4409 - LP: #1551319
4410
4411 * AppArmor logs denial for when the device path is ENOENT (LP: #1482943)
4412 - SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails
4413
4414 * BUG: unable to handle kernel NULL pointer dereference (aa_label_merge) (LP:
4415 #1448912)
4416 - SAUCE: apparmor: Fix: insert race between label_update and label_merge
4417 - SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the
4418 replacedby is not setup
4419 - SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale
4420 - SAUCE: apparmor: Fix: refcount race between locating in labelset and get
4421 - SAUCE: apparmor: Fix: ensure new labels resulting from merge have a
4422 replacedby
4423 - SAUCE: apparmor: Fix: label_vec_merge insertion
4424 - SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain
4425 - SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on
4426 merge path
4427 - SAUCE: apparmor: Fix: convert replacedby update to be protected by the
4428 labelset lock
4429 - SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter
4430
4431 * apparmor kernel BUG kills firefox (LP: #1430546)
4432 - SAUCE: apparmor: Disallow update of cred when then subjective != the
4433 objective cred
4434 - SAUCE: apparmor: rework retrieval of the current label in the profile update
4435 case
4436
4437 * sleep from invalid context in aa_move_mount (LP: #1539349)
4438 - SAUCE: apparmor: fix sleep from invalid context
4439
4440 * s390x: correct restore of high gprs on signal return (LP: #1550468)
4441 - s390/compat: correct restore of high gprs on signal return
4442
4443 * missing SMAP support (LP: #1550517)
4444 - x86/entry/compat: Add missing CLAC to entry_INT80_32
4445
4446 * Floating-point exception handler receives empty Data-Exception Code in
4447 Floating Point Control register (LP: #1548414)
4448 - s390/fpu: signals vs. floating point control register
4449
4450 * kvm fails to boot GNU Hurd kernels with 4.4 Xenial kernel (LP: #1550596)
4451 - KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
4452
4453 * Surelock GA2 SP1: capiredp01: cxl_init_adapter fails for CAPI devices
4454 0000:01:00.0 and 0005:01:00.0 after upgrading to 840.10 Platform firmware
4455 build fips840/b1208b_1604.840 (LP: #1532914)
4456 - cxl: Fix PSL timebase synchronization detection
4457
4458 * [Feature]EDAC support for Knights Landing (LP: #1519631)
4459 - EDAC, sb_edac: Set fixed DIMM width on Xeon Knights Landing
4460
4461 * Various failures of kernel_security suite on Xenial kernel on s390x arch
4462 (LP: #1531327)
4463 - [config] s390x -- CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
4464
4465 * Unable to install VirtualBox Guest Service in 15.04 (LP: #1434579)
4466 - [Config] Provides: virtualbox-guest-modules when appropriate
4467
4468 * linux is missing provides for virtualbox-guest-modules [i386 amd64 x32] (LP:
4469 #1507588)
4470 - [Config] Provides: virtualbox-guest-modules when appropriate
4471
4472 * Backport more recent driver for SKL, KBL and BXT graphics (LP: #1540390)
4473 - SAUCE: i915_bpo: Provide a backport driver for SKL, KBL & BXT graphics
4474 - SAUCE: i915_bpo: Update intel_ips.h file location
4475 - SAUCE: i915_bpo: Rename the backport driver to i915_bpo
4476 - SAUCE: i915_bpo: Add i915_bpo_*() calls for ubuntu/i915
4477 - drm/i915: remove an extra level of indirection in PCI ID list
4478 - drm/i915/kbl: Add Kabylake PCI ID
4479 - drm/i915/kbl: Add Kabylake GT4 PCI ID
4480 - mm: Export nr_swap_pages
4481 - async: export current_is_async()
4482 - drm: fix potential dangling else problems in for_each_ macros
4483 - dp/mst: add SDP stream support
4484 - drm: Implement drm_modeset_lock_all_ctx()
4485 - drm: Add "prefix" parameter to drm_rect_debug_print()
4486 - drm/i915: Set connector_state->connector using the helper.
4487 - drm/atomic: add connector mask to drm_crtc_state.
4488 - drm/i915: Report context GTT size
4489 - drm/i915: Add get_eld audio component
4490 - SAUCE: Backport I915_PARAM_HAS_EXEC_SOFTPIN and EXEC_OBJECT_PINNED
4491 - SAUCE: i915_bpo: Revert passing plane/encoder name
4492 - SAUCE: sound/hda: Load i915_bpo from the hda driver on SKL/KBL/BXT
4493 - SAUCE: i915_bpo: Support only SKL, KBL and BXT with the backport driver
4494 - drm/i915/bxt: update list of PCIIDs
4495 - drm/i915/skl: Add missing SKL ids
4496 - SAUCE: i915_bpo: Revert "drm/i915: Defer probe if gmux is present but its
4497 driver isn't"
4498 - SAUCE: uapi/drm/i915: Backport I915_EXEC_BSD_MASK
4499 - drm/atomic: Do not unset crtc when an encoder is stolen
4500 - drm/i915: Update connector_mask during readout, v2.
4501 - drm/atomic: Add encoder_mask to crtc_state, v3.
4502 - SAUCE: drm/core: Add drm_encoder_index.
4503 - SAUCE: i915_bpo: Revert "drm/i915: Switch DDC when reading the EDID"
4504 - i915_bpo: [Config] Enable CONFIG_DRM_I915_BPO=m
4505
4506 * arm64: guest hangs when ntpd is running (LP: #1549494)
4507 - hrtimer: Add support for CLOCK_MONOTONIC_RAW
4508 - hrtimer: Catch illegal clockids
4509 - KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW
4510
4511 * Miscellaneous Ubuntu changes
4512 - [Debian] git-ubuntu-log -- wrap long bug and commit titles
4513 - [Config] CONFIG_ARM_SMMU=y on arm64
4514 - rebase to v4.4.3
4515 - [Debian] git-ubuntu-log -- ensure we get the last commit
4516 - [Config] fix up spelling of probably again
4517 - [Debian] perf -- build in the context of the full generated local headers
4518 - SAUCE: tools: lib/bpf -- add generated headers to search path
4519 - SAUCE: proc: Always set super block owner to init_user_ns
4520 - SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()
4521 - SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns
4522 - SAUCE: apparmor: debug: POISON label and replaceby pointer on free
4523 - SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use
4524 needs locking
4525 - SAUCE: apparmor: Fix: refcount leak in aa_label_merge
4526 - SAUCE: apparmor: ensure that repacedby sharing is done correctly
4527 - SAUCE: apparmor Fix: refcount bug in pivotroot mediation
4528 - SAUCE: apparmor: Fix: now that insert can force replacement use it instead
4529 of remove_and_insert
4530 - SAUCE: apparmor: Fix: refcount bug when inserting label update that
4531 transitions ns
4532 - SAUCE: apparmor: Fix: break circular refcount for label that is directly
4533 freed.
4534 - SAUCE: apparmor: Don't remove label on rcu callback if the label has already
4535 been removed
4536 - SAUCE: apparmor: Fix: query label file permission
4537 - SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read
4538 - SAUCE: fixup: cleanup return handling of labels
4539 - SAUCE: fix: replacedby forwarding is not being properly update when ns is
4540 destroyed
4541 - SAUCE: fixup: make __share_replacedby private to get rid of build warning
4542 - SAUCE: fixup: 20/23 locking issue around in __label_update
4543 - SAUCE: fixup: get rid of unused var build warning
4544 - SAUCE: fixup: cast poison values to remove warnings
4545 - SAUCE: apparmor: fix refcount race when finding a child profile
4546 - SAUCE: fixup: warning about aa_label_vec_find_or_create not being static
4547 - SAUCE: fix: audit "no_new_privs" case for exec failure
4548 - SAUCE: Fixup: __label_update() still doesn't handle some cases correctly.
4549 - SAUCE: Move replacedby allocation into label_alloc
4550 - [Debian] supply zfs dkms Provides: based on do_zfs
4551 - [Config] supply zfs dkms Provides: based on do_zfs
4552 - [Config] drop linux-image-3.0 provides
4553
4554 * Miscellaneous upstream changes
4555 - x86/mpx: Fix off-by-one comparison with nr_registers
4556
4557 [ Upstream Kernel Changes ]
4558
4559 * rebase to v4.4.3
4560
4561 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Feb 2016 19:47:55 -0700
4562
4563 linux (4.4.0-8.23) xenial; urgency=low
4564
4565 * cgroup namespace mounts broken in containers (LP: #1549398)
4566 - SAUCE: kernfs: Always set super block owner to init_user_ns
4567
4568 * 4.4.0-7.22 no longer boots on arm64 (LP: #1547718)
4569 - arm64: mm: avoid calling apply_to_page_range on empty range
4570 - UBUNTU SAUCE: arm: mm: avoid calling apply_to_page_range on empty range
4571
4572 * kernel install failed /bin/cp: cannot stat ‘/boot/initrd.img-4.3.0-7-generic’: No such file or directory (LP: #1536810)
4573 - [Config] postinst -- handle recreating symlinks when a real file is present
4574
4575 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
4576 - SAUCE: cred: Add clone_cred() interface
4577 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
4578 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
4579 - SAUCE: overlayfs: Be more careful about copying up sxid files
4580 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
4581
4582 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped (LP: #1535150)
4583 - SAUCE: cred: Add clone_cred() interface
4584 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
4585 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
4586 - SAUCE: overlayfs: Be more careful about copying up sxid files
4587 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
4588
4589 * overlay: mkdir fails if directory exists in lowerdir in a user namespace (LP: #1531747)
4590 - SAUCE: cred: Add clone_cred() interface
4591 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
4592 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
4593
4594 * Update Intel ethernet drivers to Fortville SW5 (LP: #1547674)
4595 - net: bulk free infrastructure for NAPI context, use napi_consume_skb
4596 - net: Add eth_platform_get_mac_address() helper.
4597 - i40e: Add mac_filter_element at the end of the list instead of HEAD
4598 - i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtool
4599 - i40e: Replace X722 mac check in ethtool get_settings
4600 - i40evf: allow channel bonding of VFs
4601 - i40e: define function capabilities in only one place
4602 - i40evf: null out ring pointers on free
4603 - i40e: Cleanup the code with respect to restarting autoneg
4604 - i40e: update features with right offload
4605 - i40e: bump version to 1.4.10
4606 - i40e: add new device IDs for X722
4607 - i40e: Extend ethtool RSS hooks for X722
4608 - i40e/i40evf: Fix for UDP/TCP RSS for X722
4609 - i40evf: add new write-back mode
4610 - i40e/i40evf: Use private workqueue
4611 - i40e: add new proxy-wol bit for X722
4612 - i40e: Limit DCB FW version checks to X710/XL710 devices
4613 - i40e: AQ Add Run PHY Activity struct
4614 - i40e: AQ Geneve cloud tunnel type
4615 - i40e: AQ Add external power class to get link status
4616 - i40e: add 100Mb ethtool reporting
4617 - ixgbe: bulk free SKBs during TX completion cleanup cycle
4618 - igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()
4619 - igb: Unpair the queues when changing the number of queues
4620 - igb/igbvf: don't give up
4621 - igb: clean up code for setting MAC address
4622 - igb: Refactor VFTA configuration
4623 - igb: Allow asymmetric configuration of MTU versus Rx frame size
4624 - igb: Do not factor VLANs into RLPML calculation
4625 - igb: Always enable VLAN 0 even if 8021q is not loaded
4626 - igb: Merge VLVF configuration into igb_vfta_set
4627 - igb: Clean-up configuration of VF port VLANs
4628 - igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE
4629 - igb: Drop unnecessary checks in transmit path
4630 - igb: Enable use of "bridge fdb add" to set unicast table entries
4631 - igb: Add workaround for VLAN tag stripping on 82576
4632 - i40e: AQ Shared resource flags
4633 - i40e: AQ Add set_switch_config
4634 - i40e: AQ Add VXLAN-GPE tunnel type
4635 - i40e: AQ thermal sensor control struct
4636 - i40e: Bump AQ minor version to 1.5 for new FW features
4637 - i40e: Store lan_vsi_idx and lan_vsi_id in the right size
4638 - i40e: fix write-back-on-itr to work with legacy itr
4639 - i40e: add counter for arq overflows
4640 - i40e: add 20G speed for Tx bandwidth calculations
4641 - i40e: refactor DCB function
4642 - i40e: add a little more to an NVM update debug message
4643 - i40evf: enable bus master after reset
4644 - i40e: add netdev info to VSI dump
4645 - i40e: remove VF device IDs from PF
4646 - i40e: trivial: remove unnecessary local var
4647 - i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7
4648 - net: ixgbe: add minimal parser details for ixgbe
4649 - i40e: trivial: drop duplicate definition
4650 - i40e: trivial: fix missing space
4651 - i40e: fix bug in dma sync
4652 - i40e: do TSO only if CHECKSUM_PARTIAL is set
4653 - i40e: allocate memory safer
4654 - i40e: fix: do not sleep in netdev_ops
4655 - i40e: APIs to Add/remove port mirroring rules
4656 - i40e: negate PHY int mask bits
4657 - i40e: drop unused function
4658 - i40e: count allocation errors
4659 - i40e: avoid large memcpy by assigning struct
4660 - i40e/i40evf: bump version to 1.4.12/1.4.8
4661 - i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devices
4662 - i40e: add priv flag for automatic rule eviction
4663 - i40e: use eth_platform_get_mac_address()
4664 - i40e: move sync_vsi_filters up in service_task
4665 - i40e: Make the DCB firmware checks for X710/XL710 only
4666 - i40e: set shared bit for multicast filters
4667 - i40e: add VEB stat control and remove L2 cloud filter
4668 - i40e: use new add_veb calling with VEB stats control
4669 - i40e: Refactor force_wb and WB_ON_ITR functionality code
4670 - i40evf: Change vf driver string to reflect all products i40evf supports
4671 - i40e/i40evf: don't lose interrupts
4672 - i40e/i40evf: try again after failure
4673 - i40e: dump descriptor indexes in hex
4674 - i40e/i40evf: use __GFP_NOWARN
4675 - i40e/i40evf: use pages correctly in Rx
4676 - i40e/i40evf: use logical operators, not bitwise
4677 - i40e: properly show packet split status in debugfs
4678 - i40e/i40evf: Bump version
4679 - ixgbe: use u32 instead of __u32 in model header
4680 - ixgbe: fix dates on header of ixgbe_model.h
4681 - i40e: get rid of magic number
4682 - i40e: drop unused debugfs file "dump"
4683 - i40evf: support packet split receive
4684 - i40e: trivial: cleanup use of pf->hw
4685 - i40e: Add a SW workaround for lost interrupts
4686 - i40e: Fix PROMISC mode for Multi-function per port (MFP) devices
4687 - i40e: Removal of code which relies on BASE VEB SEID
4688 - i40e/i40evf: avoid atomics
4689 - i40e: Do not disable queues in the Legacy/MSI Interrupt handler
4690 - i40e: expand comment
4691 - i40e: better error reporting for nvmupdate
4692 - i40evf: set adapter state on reset failure
4693 - i40e: clean event descriptor before use
4694 - i40e: When in promisc mode apply promisc mode to Tx Traffic as well
4695 - i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.
4696 - i40e/i40evf: Drop outer checksum offload that was not requested
4697 - i40e/i40evf: Use u64 values instead of casting them in TSO function
4698 - i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
4699 - i40e/i40evf: Consolidate all header changes into TSO function
4700 - i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
4701 - i40e/i40evf: Add support for IPv4 encapsulated in IPv6
4702 - i40e/i40evf: Handle IPv6 extension headers in checksum offload
4703 - i40e/i40evf: Do not write to descriptor unless we complete
4704 - i40e/i40evf: Add exception handling for Tx checksum
4705 - i40e/i40evf: Clean-up Rx packet checksum handling
4706 - i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
4707 - i40e: Fix ATR in relation to tunnels
4708 - i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
4709 - i40e: Update feature flags to reflect newly enabled features
4710 - i40evf: Update feature flags to reflect newly enabled features
4711 - i40e: Add support for ATR w/ IPv6 extension headers
4712 - i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
4713 - i40e/i40evf: Rewrite logic for 8 descriptor per packet check
4714 - i40e/i40evf: Move Tx checksum closer to TSO
4715 - i40e: Add functions to blink led on 10GBaseT PHY
4716 - i40e: Fix led blink capability for 10GBaseT PHY
4717 - i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
4718 - i40e: Do not wait for Rx queue disable in DCB reconfig
4719 - i40e: Fix for unexpected messaging
4720 - i40e: Expose some registers to program parser, FD and RSS logic
4721 - i40e: add check for null VSI
4722 - i40e: add adminq commands for Rx CTL registers
4723 - i40e: implement and use Rx CTL helper functions
4724 - i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.
4725 - i40e: suspend scheduling during driver unload
4726 - i40e: let go of the past
4727 - i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15
4728
4729 * MPT3SAS Driver update for next kernel release (LP: #1512221)
4730 - mpt3sas: A correction in unmap_resources
4731 - mpt3sas: Added support for high port count HBA variants.
4732 - mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message.
4733 - mpt3sas: Fix static analyzer(coverity) tool identified defects
4734 - mpt3sas: Never block the Enclosure device
4735 - mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's
4736 - mpt3sas: Added smp_affinity_enable module parameter.
4737 - mpt3sas: Add support for configurable Chain Frame Size
4738 - mpt3sas: Updated MPI Header to 2.00.42
4739 - mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.
4740 - mpt3sas: Updating mpt3sas driver version to 12.100.00.00
4741 - mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_q
4742
4743 * /sys/class/scsi_host/hostN/partition_number and .../mad_version showing up BE on LE Ubuntu. (ibmvscsi) (LP: #1547153)
4744 - ibmvscsi: Add endian conversions to sysfs attribute show functions
4745
4746 * Miscellaneous Ubuntu changes
4747 - [Packaging] git-ubuntu-log -- output should be utf-8
4748 - [Packaging] git-ubuntu-log -- handle invalid or private bugs
4749
4750 -- Andy Whitcroft <apw@canonical.com> Wed, 24 Feb 2016 20:34:49 +0000
4751
4752 linux (4.4.0-7.22) xenial; urgency=low
4753
4754 [ Tim Gardner ]
4755
4756 * Release Tracking Bug
4757 - LP: #1547205
4758
4759 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
4760 - [Config] Enabled ARM64_ACPI_PARKING_PROTOCOL
4761 - arm64: kernel: implement ACPI parking protocol
4762
4763 * Please pull cgroup namespaces (LP: #1546775)
4764 - SAUCE: (noup) kernfs: Add API to generate relative kernfs path
4765 - SAUCE: (noup) sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
4766 - SAUCE: (noup) cgroup: introduce cgroup namespaces
4767 - SAUCE: (noup) cgroup: cgroup namespace setns support
4768 - SAUCE: (noup) kernfs: define kernfs_node_dentry
4769 - SAUCE: (noup) cgroup: mount cgroupns-root when inside non-init cgroupns
4770 - SAUCE: (noup) Add FS_USERNS_FLAG to cgroup fs
4771 - SAUCE: (noup) cgroup: Add documentation for cgroup namespaces
4772
4773 * [Feature]Pulse-Width Modulation enabling on Broxton-P (LP: #1520436)
4774 - [Config] CONFIG_PWM_OMAP_DMTIMER=m
4775 - pwm: lpss: Remove ->free() callback
4776 - pwm: bcm2835: Calculate scaler in ->config()
4777 - pwm: bcm2835: Prevent division by zero
4778 - pwm: bcm2835: Fix email address specification
4779 - pwm: lpss: Update PWM setting for Broxton
4780 - pwm: lpss: Select core part automatically
4781 - pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
4782 - pwm: fsl-ftm: Fix clock enable/disable when using PM
4783 - pwm: lpc32xx: correct number of PWM channels from 2 to 1
4784 - pwm: lpc32xx: make device usable with common clock framework
4785 - pwm: lpc32xx: fix and simplify duty cycle and period calculations
4786 - pwm: lpc32xx: return ERANGE, if requested period is not supported
4787 - pwm: rcar: Improve accuracy of frequency division setting
4788 - pwm: Add PWM driver for OMAP using dual-mode timers
4789 - pwm: add HAS_IOMEM dependency to PWM_FSL_FTM
4790 - pwm: omap-dmtimer: Potential NULL dereference on error
4791 - pwm: Mark all devices as "might sleep"
4792
4793 * [Hyper-V] Netmask value is not parsed by hv_set_ifconfig - IP injection (LP: #1540586)
4794 - [Debian] hv: hv_set_ifconfig -- switch to approved indentation
4795 - [Debian] hv: hv_set_ifconfig -- fix numerous parameter handling issues
4796
4797 * Update megaraid driver to MR6.10 (LP: #1544679)
4798 - megaraid_sas: Do not allow PCI access during OCR
4799 - megaraid_sas: MFI IO timeout handling
4800 - megaraid_sas: Syncing request flags macro names with firmware
4801 - megaraid_sas: Task management support
4802 - megaraid_sas: Update device queue depth based on interface type
4803 - megaraid_sas: Fastpath region lock bypass
4804 - megaraid_sas: Reply Descriptor Post Queue (RDPQ) support
4805 - megaraid_sas: Code optimization build_and_issue_cmd return-type
4806 - megaraid_sas: Dual queue depth support
4807 - megaraid_sas: IO throttling support
4808 - megaraid_sas: Make adprecovery variable atomic
4809 - megaraid_sas: MFI adapter OCR changes
4810 - megaraid_sas: Introduce module parameter for SCSI command timeout
4811 - megaraid_sas: SPERC OCR changes
4812 - megaraid_sas: driver version upgrade
4813 - megaraid: fix null pointer check in megasas_detach_one().
4814 - megaraid_sas: Fix for IO failing post OCR in SRIOV environment
4815 - megaraid_sas: Fix SMAP issue
4816 - megaraid_sas: Add an i/o barrier
4817
4818 * Surelock-GA2:kernel panic @ cxl_configure_adapter+0x418/0x8b0 (LP: #1546145)
4819 - powerpc/powernv: Fix stale PE primary bus
4820
4821 * In A Single Power VM LPAR : Network Configuration Fails in Ubuntu16.04 while installation (LP: #1544321)
4822 - [Config] Update bnx2x d-i firmware to 7.12.30
4823
4824 * Miscellaneous Ubuntu changes
4825 - rebase to v4.4.2
4826
4827 * Miscellaneous upstream changes
4828 - openvswitch: allow management from inside user namespaces
4829 - net: thunderx: nicvf_queues: nivc_*_intr: remove duplication
4830 - net, thunderx: Remove unnecessary rcv buffer start address management
4831 - net: thunderx: HW TSO support for pass-2 hardware
4832 - net: thunderx: Enable CQE count threshold interrupt
4833 - net: cavium: liquidio: use helpers ns_to_timespec64()
4834 - irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
4835 - arm64: KVM: Configure TCR_EL2.PS at runtime
4836 - arm64: prefetch: don't provide spin_lock_prefetch with LSE
4837 - arm64: prefetch: add alternative pattern for CPUs without a prefetcher
4838 - arm64: lib: improve copy_page to deal with 128 bytes at a time
4839 - arm64: lib: patch in prfm for copy_page if requested
4840 - arm64: prefetch: add missing #include for spin_lock_prefetch
4841 - net, thunderx: Add TX timeout and RX buffer alloc failure stats.
4842 - net: thunderx: Use napi_schedule_irqoff()
4843 - net: thunderx: Assign affinity hints to vf's interrupts
4844 - net: thunderx: bgx: Use standard firmware node infrastructure.
4845 - net: thunderx: bgx: Add log message when setting mac address
4846 - net: thunderx: Alloc higher order pages when pagesize is small
4847 - net: cavium: liquidio: Return correct error code
4848 - net: cavium: liquidio: fix check for in progress flag
4849 - livepatch: add old_sympos as disambiguator field to klp_func
4850 - livepatch: add sympos as disambiguator field to klp_reloc
4851 - livepatch: function,sympos scheme in livepatch sysfs directory
4852 - module: Use the same logic for setting and unsetting RO/NX
4853 - gcov: use within_module() helper.
4854 - module: use a structure to encapsulate layout.
4855 - module: clean up RO/NX handling.
4856 - module: keep percpu symbols in module's symtab
4857 - livepatch: Cleanup module page permission changes
4858
4859 [ Upstream Kernel Changes ]
4860
4861 * rebase to v4.4.2
4862
4863 -- Tim Gardner <tim.gardner@canonical.com> Tue, 16 Feb 2016 14:24:45 -0700
4864
4865 linux (4.4.0-6.21) xenial; urgency=low
4866
4867 [ Tim Gardner ]
4868
4869 * Release Tracking Bug
4870 - LP: #1546283
4871
4872 * Naples/Zen, NTB Driver (LP: #1542071)
4873 - [Config] CONFIG_NTB_AMD=m
4874 - NTB: Add support for AMD PCI-Express Non-Transparent Bridge
4875
4876 * [Hyper-V] kernel panic occurs when installing Ubuntu Server x32 (LP: #1495983)
4877 - SAUCE: storvsc: use small sg_tablesize on x86
4878
4879 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
4880 - [Config] CONFIG_ARMV8_DEPRECATED=y
4881
4882 * Surelock-GA2:kernel panic/ exception @ pcibios_set_pcie_reset_state+0x118/0x280 + cxl_reset+0x5c/0xc0 (LP: #1545037)
4883 - powerpc/eeh: Fix stale cached primary bus
4884
4885 * Miscellaneous Ubuntu changes
4886 - SAUCE: fs: Add user namesapace member to struct super_block
4887 - SAUCE: fs: Limit file caps to the user namespace of the super block
4888 - SAUCE: Smack: Add support for unprivileged mounts from user namespaces
4889 - SAUCE: block_dev: Support checking inode permissions in lookup_bdev()
4890 - SAUCE: block_dev: Check permissions towards block device inode when mounting
4891 - SAUCE: fs: Treat foreign mounts as nosuid
4892 - SAUCE: selinux: Add support for unprivileged mounts from user namespaces
4893 - SAUCE: userns: Replace in_userns with current_in_userns
4894 - SAUCE: Smack: Handle labels consistently in untrusted mounts
4895 - SAUCE: fs: Check for invalid i_uid in may_follow_link()
4896 - SAUCE: cred: Reject inodes with invalid ids in set_create_file_as()
4897 - SAUCE: fs: Refuse uid/gid changes which don't map into s_user_ns
4898 - SAUCE: fs: Update posix_acl support to handle user namespace mounts
4899 - SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
4900 - SAUCE: fs: Don't remove suid for CAP_FSETID in s_user_ns
4901 - SAUCE: fs: Allow superblock owner to access do_remount_sb()
4902 - SAUCE: capabilities: Allow privileged user in s_user_ns to set security.* xattrs
4903 - SAUCE: fuse: Add support for pid namespaces
4904 - SAUCE: fuse: Support fuse filesystems outside of init_user_ns
4905 - SAUCE: fuse: Restrict allow_other to the superblock's namespace or a descendant
4906 - SAUCE: fuse: Allow user namespace mounts
4907 - SAUCE: mtd: Check permissions towards mtd block device inode when mounting
4908 - SAUCE: fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
4909 - SAUCE: quota: Convert ids relative to s_user_ns
4910 - SAUCE: evm: Translate user/group ids relative to s_user_ns when computing HMAC
4911 - SAUCE: fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
4912 - SAUCE: quota: Treat superblock owner as privilged
4913 - SAUCE: ima/evm: Allow root in s_user_ns to set xattrs
4914 - SAUCE: block_dev: Forbid unprivileged mounting when device is opened for writing
4915 - SAUCE: ext4: Add support for unprivileged mounts from user namespaces
4916 - SAUCE: ext4: Add module parameter to enable user namespace mounts
4917 - SAUCE: fuse: Add module parameter to enable user namespace mounts
4918
4919 * Miscellaneous upstream changes
4920 - megaraid: Fix possible NULL pointer deference in mraid_mm_ioctl
4921 - libahci: Implement the capability to override the generic ahci interrupt handler.
4922 - ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.
4923 - ahci_xgene: Implement the workaround to fix the missing of the edge interrupt for the HOST_IRQ_STAT.
4924
4925 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Feb 2016 09:49:05 -0700
4926
4927 linux (4.4.0-5.20) xenial; urgency=low
4928
4929 [ Tim Gardner ]
4930
4931 * Release Tracking Bug
4932 - LP: #1544637
4933
4934 * s390/cio: update measurement characteristics (LP: #1541534)
4935 - s390/cio: fix measurement characteristics memleak
4936 - s390/cio: ensure consistent measurement state
4937 - s390/cio: update measurement characteristics
4938
4939 * qeth: layer2 reports unknown state to network tools. (LP: #1541907)
4940 - qeth: initialize net_device with carrier off
4941
4942 * Collateral damage due to kernel configuration change enabling CONFIG_ZONE_DEVICE (Kernel 4.4 amd64) (LP: #1534647)
4943 - [Config] CONFIG_ZONE_DMA=y
4944 - mm: CONFIG_NR_ZONES_EXTENDED
4945
4946 * perf enahancements for ppc64 (LP: #1521678)
4947 - perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
4948 - perf kvm/{x86,s390}: Remove const from kvm_events_tp
4949 - perf kvm/powerpc: Port perf kvm stat to powerpc
4950 - perf kvm/powerpc: Add support for HCALL reasons
4951
4952 * Soft lockup with "block nbdX: Attempted send on closed socket" spam (LP: #1505564)
4953 - SAUCE: nbd: ratelimit error msgs after socket close
4954
4955 * sleep from invalid context in aa_move_mount (LP: #1539349)
4956 - SAUCE: apparmor: fix sleep from invalid context
4957
4958 * Introducing ConnectX-4 Ethernet SRIOV (LP: #1540435)
4959 - net/mlx5_core: Modify enable/disable hca functions
4960 - net/mlx5_core: Add base sriov support
4961 - net/mlx5: Add HW capabilities and structs for SR-IOV E-Switch
4962 - net/mlx5: Update access functions to Query/Modify vport MAC address
4963 - net/mlx5: Introduce access functions to modify/query vport mac lists
4964 - net/mlx5: Introduce access functions to modify/query vport state
4965 - net/mlx5: Introduce access functions to modify/query vport promisc mode
4966 - net/mlx5: Introduce access functions to modify/query vport vlans
4967 - net/mlx5e: Write UC/MC list and promisc mode into vport context
4968 - net/mlx5e: Write vlan list into vport context
4969 - net/mlx5: Introducing E-Switch and l2 table
4970 - net/mlx5: E-Switch, Introduce FDB hardware capabilities
4971 - net/mlx5: E-Switch, Add SR-IOV (FDB) support
4972 - net/mlx5: E-Switch, Introduce Vport administration functions
4973 - net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport context
4974 - net/mlx5: E-Switch, Introduce set vport vlan (VST mode)
4975 - net/mlx5: E-Switch, Introduce get vf statistics
4976 - net/mlx5e: Add support for SR-IOV ndos
4977 - net/mlx5: Fix query E-Switch capabilities
4978 - net/mlx5e: Assign random MAC address if needed
4979
4980 * make wacom_w8001 work well in xenial (LP: #1542771)
4981 - Input: wacom_w8001 - use __set_bit for evbits
4982 - Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg support
4983 - Input: wacom_w8001 - handle touch error case correctly
4984 - Input: wacom_w8001 - split pen and touch initialization up
4985 - Input: wacom_w8001 - split the touch and pen devices into two devices
4986 - Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE
4987
4988 * virtualbox: update to 5.0.14-dfsg-2 (LP: #1542728)
4989 - ubuntu: vbox -- update to 5.0.14-dfsg-2
4990
4991 * Miscellaneous Ubuntu changes
4992 - [Packaging] git-ubuntu-log -- fix empty section formatting
4993 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu2
4994
4995 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Feb 2016 22:32:10 +0000
4996
4997 linux (4.4.0-4.19) xenial; urgency=low
4998
4999 * update ZFS and SPL to 0.6.5.4 (LP: #1542296)
5000 - [Config] update spl/zfs version
5001 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu1
5002 - [Config] reconstruct -- drop links for zfs userspace components
5003 - [Config] reconstruct -- drop links for zfs userspace components -- restore spec links
5004
5005 * recvmsg() fails SCM_CREDENTIALS request with EOPNOTSUPP. (LP: #1540731)
5006 - Revert "af_unix: Revert 'lock_interruptible' in stream receive code"
5007
5008 * lxc: ADT exercise test failing with linux-4.4.0-3.17 (LP: #1542049)
5009 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
5010
5011 * WARNING: at /build/linux-lts-wily-W0lTWH/linux-lts-wily-4.2.0/net/core/skbuff.c:4174 (Travis IB) (LP: #1541326)
5012 - SAUCE: IB/IPoIB: Do not set skb truesize since using one linearskb
5013
5014 * backport Microsoft Precision Touchpad palm rejection patch (LP: #1541671)
5015 - HID: multitouch: enable palm rejection if device implements confidence usage
5016
5017 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
5018 - qla2xxx: Remove unavailable firmware files
5019 - qla2xxx: Enable Extended Logins support
5020 - qla2xxx: Enable Exchange offload support.
5021 - qla2xxx: Enable Target counters in DebugFS.
5022 - qla2xxx: Add FW resource count in DebugFS.
5023 - qla2xxx: Added interface to send explicit LOGO.
5024 - qla2xxx: Delete session if initiator is gone from FW
5025 - qla2xxx: Wait for all conflicts before ack'ing PLOGI
5026 - qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit.
5027 - qla2xxx: Remove dependency on hardware_lock to reduce lock contention.
5028 - qla2xxx: Add irq affinity notification
5029 - qla2xxx: Add selective command queuing
5030 - qla2xxx: Move atioq to a different lock to reduce lock contention
5031 - qla2xxx: Disable ZIO at start time.
5032 - qla2xxx: Set all queues to 4k
5033 - qla2xxx: Check for online flag instead of active reset when transmitting responses
5034 - scsi: qla2xxxx: avoid type mismatch in comparison
5035
5036 * [Hyper-V] PCI Passthrough (LP: #1541120)
5037 - x86/irq: Export functions to allow MSI domains in modules
5038 - genirq/msi: Export functions to allow MSI domains in modules
5039
5040 * Update lpfc driver to 11.0.0.10 (LP: #1541592)
5041 - lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.
5042 - lpfc: Fix the FLOGI discovery logic to comply with T11 standards
5043 - lpfc: Fix RegLogin failed error seen on Lancer FC during port bounce
5044 - lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16
5045 - lpfc: Fix crash in fcp command completion path.
5046 - lpfc: Modularize and cleanup FDMI code in driver
5047 - lpfc: Fix RDP Speed reporting.
5048 - lpfc: Fix RDP ACC being too long.
5049 - lpfc: Make write check error processing more resilient
5050 - lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.
5051 - lpfc: Fix mbox reuse in PLOGI completion
5052 - lpfc: Fix external loopback failure.
5053 - lpfc: Add logging for misconfigured optics.
5054 - lpfc: Delete unnecessary checks before the function call "mempool_destroy"
5055 - lpfc: Use kzalloc instead of kmalloc
5056 - lpfc: Update version to 11.0.0.10 for upstream patch set
5057
5058 * Miscellaneous Ubuntu changes
5059 - [Config] CONFIG_ARM64_VA_BITS=48
5060 - [Config] Fixed Vcs-Git
5061
5062 * Miscellaneous upstream changes
5063 - cxl: Fix possible idr warning when contexts are released
5064 - cxl: use correct operator when writing pcie config space values
5065 - cxlflash: drop unlikely before IS_ERR_OR_NULL
5066 - cxl: Fix DSI misses when the context owning task exits
5067 - cxlflash: Removed driver date print
5068 - cxlflash: Fix to resolve cmd leak after host reset
5069 - cxlflash: Resolve oops in wait_port_offline
5070 - cxlflash: Enable device id for future IBM CXL adapter
5071 - cxl: fix build for GCC 4.6.x
5072 - cxl: use -Werror only with CONFIG_PPC_WERROR
5073 - cxl: Enable PCI device ID for future IBM CXL adapter
5074
5075 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2016 14:58:51 +0000
5076
5077 linux (4.4.0-3.17) xenial; urgency=low
5078
5079 [ Tim Gardner ]
5080
5081 * Release Tracking Bug
5082 - LP: #1541058
5083 * [Config] CONFIG_BLK_DEV_NVME_SCSI=y
5084 - LP: #1531539
5085 * SAUCE: nvme merge cleanup
5086 - LP: #1531539
5087 * rebase to v4.4.1
5088
5089 [ Andy Whitcroft ]
5090
5091 * Revert "SAUCE: dm: introduce a target_ioctl op to allow target specific
5092 ioctls"
5093 - LP: #1538618
5094 * postinst -- detect symlinks correctly
5095 - LP: #1536810
5096
5097 [ John Johansen ]
5098
5099 * SAUCE: apparmor: fix sleep from invalid context
5100 - LP: #1539349
5101
5102 [ Upstream Kernel Changes ]
5103
5104 * powerpc/eeh: Fix PE location code
5105 - LP: #1538909
5106 * powerpc/pseries: Limit EPOW reset event warnings
5107 - LP: #1539102
5108 * lightnvm: fix bio submission issue
5109 - LP: #1531539
5110 * lightnvm: fix incorrect nr_free_blocks stat
5111 - LP: #1531539
5112 * lightnvm: add check after mempool allocation
5113 - LP: #1531539
5114 * lightnvm: unlock rq and free ppa_list on submission fail
5115 - LP: #1531539
5116 * lightnvm: move ppa erase logic to core
5117 - LP: #1531539
5118 * lightnvm: refactor rqd ppa list into set/free
5119 - LP: #1531539
5120 * lightnvm: refactor end_io functions for sync
5121 - LP: #1531539
5122 * lightnvm: return the get_bb_tbl return value
5123 - LP: #1531539
5124 * lightnvm: check bi_error in gc
5125 - LP: #1531539
5126 * lightnvm: put block back to gc list on its reclaim fail
5127 - LP: #1531539
5128 * lightnvm: fix locking and mempool in rrpc_lun_gc
5129 - LP: #1531539
5130 * lightnvm: sectors first in ppa list
5131 - LP: #1531539
5132 * lightnvm: move the pages per block check out of the loop
5133 - LP: #1531539
5134 * lightnvm: support multiple ppas in nvm_erase_ppa
5135 - LP: #1531539
5136 * lightnvm: move rq->error to nvm_rq->error
5137 - LP: #1531539
5138 * lightnvm: introduce nvm_submit_ppa
5139 - LP: #1531539
5140 * lightnvm: reference rrpc lun in rrpc block
5141 - LP: #1531539
5142 * lightnvm: fix missing grown bad block type
5143 - LP: #1531539
5144 * lightnvm: manage open and closed blocks separately
5145 - LP: #1531539
5146 * lightnvm: add mccap support
5147 - LP: #1531539
5148 * lightnvm: introduce mlc lower page table mappings
5149 - LP: #1531539
5150 * lightnvm: core on-disk initialization
5151 - LP: #1531539
5152 * lightnvm: introduce ioctl to initialize device
5153 - LP: #1531539
5154 * lightnvm: use system block for mm initialization
5155 - LP: #1531539
5156 * lightnvm: introduce factory reset
5157 - LP: #1531539
5158 * lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM
5159 - LP: #1531539
5160 * blk-mq: add a flags parameter to blk_mq_alloc_request
5161 - LP: #1531539
5162 * nvme: move struct nvme_iod to pci.c
5163 - LP: #1531539
5164 * nvme: split command submission helpers out of pci.c
5165 - LP: #1531539
5166 * nvme: use offset instead of a struct for registers
5167 - LP: #1531539
5168 * nvme: split nvme_trans_device_id_page
5169 - LP: #1531539
5170 * nvme: use vendor it from identify
5171 - LP: #1531539
5172 * nvme: split a new struct nvme_ctrl out of struct nvme_dev
5173 - LP: #1531539
5174 * nvme: simplify nvme_setup_prps calling convention
5175 - LP: #1531539
5176 * nvme: refactor nvme_queue_rq
5177 - LP: #1531539
5178 * nvme: factor out a nvme_unmap_data helper
5179 - LP: #1531539
5180 * nvme: move nvme_error_status to common code
5181 - LP: #1531539
5182 * nvme: move nvme_setup_flush and nvme_setup_rw to common code
5183 - LP: #1531539
5184 * nvme: split __nvme_submit_sync_cmd
5185 - LP: #1531539
5186 * nvme: use the block layer for userspace passthrough metadata
5187 - LP: #1531539
5188 * nvme: move block_device_operations and ns/ctrl freeing to common code
5189 - LP: #1531539
5190 * nvme: add explicit quirk handling
5191 - LP: #1531539
5192 * nvme: move remaining CC setup into nvme_enable_ctrl
5193 - LP: #1531539
5194 * nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
5195 - LP: #1531539
5196 * nvme: add a common helper to read Identify Controller data
5197 - LP: #1531539
5198 * nvme: move the call to nvme_init_identify earlier
5199 - LP: #1531539
5200 * nvme: move namespace scanning to common code
5201 - LP: #1531539
5202 * nvme: move chardev and sysfs interface to common code
5203 - LP: #1531539
5204 * nvme: refactor set_queue_count
5205 - LP: #1531539
5206 * blk-integrity: empty implementation when disabled
5207 - LP: #1531539
5208 * NVMe: fix build with CONFIG_NVM enabled
5209 - LP: #1531539
5210 * nvme: fix another 32-bit build warning
5211 - LP: #1531539
5212 * nvme: precedence bug in nvme_pr_clear()
5213 - LP: #1531539
5214 * nvme: only ignore hardware errors in nvme_create_io_queues
5215 - LP: #1531539
5216 * nvme: only add a controller to dev_list after it's been fully
5217 initialized
5218 - LP: #1531539
5219 * nvme: protect against simultaneous shutdown invocations
5220 - LP: #1531539
5221 * nvme: don't take the I/O queue q_lock in nvme_timeout
5222 - LP: #1531539
5223 * nvme: merge nvme_abort_req and nvme_timeout
5224 - LP: #1531539
5225 * nvme: add NVME_SC_CANCELLED
5226 - LP: #1531539
5227 * nvme: simplify resets
5228 - LP: #1531539
5229 * nvme: do not restart the request timeout if we're resetting the
5230 controller
5231 - LP: #1531539
5232 * nvme: merge probe_work and reset_work
5233 - LP: #1531539
5234 * nvme: remove dead controllers from a work item
5235 - LP: #1531539
5236 * nvme: switch abort_limit to an atomic_t
5237 - LP: #1531539
5238 * NVMe: Implement namespace list scanning
5239 - LP: #1531539
5240 * NVMe: Use unbounded work queue for all work
5241 - LP: #1531539
5242 * NVMe: Remove device management handles on remove
5243 - LP: #1531539
5244 * NVMe: Simplify metadata setup
5245 - LP: #1531539
5246 * nvme: fix admin queue depth
5247 - LP: #1531539
5248 * nvme: factor out a few helpers from req_completion
5249 - LP: #1531539
5250 * nvme: switch delete SQ/CQ to blk_execute_rq_nowait
5251 - LP: #1531539
5252 * nvme: switch abort to blk_execute_rq_nowait
5253 - LP: #1531539
5254 * nvme: special case AEN requests
5255 - LP: #1531539
5256 * nvme: simplify completion handling
5257 - LP: #1531539
5258 * nvme: properly free resources for cancelled command
5259 - LP: #1531539
5260 * nvme: meta_sg doesn't have to be an array
5261 - LP: #1531539
5262 * nvme: merge iod and cmd_info
5263 - LP: #1531539
5264 * NVMe: Add pci error handlers
5265 - LP: #1531539
5266 * NVMe: Export namespace attributes to sysfs
5267 - LP: #1531539
5268 * nvme: Move nvme_freeze/unfreeze_queues to nvme core
5269 - LP: #1531539
5270 * nvme: synchronize access to ctrl->namespaces
5271 - LP: #1531539
5272 * nvme: fixes for NVME_IOCTL_IO_CMD on the char device
5273 - LP: #1531539
5274 * nvme: make SG_IO support optional
5275 - LP: #1531539
5276 * NVMe: Fix admin queue ring wrap
5277 - LP: #1531539
5278 * NVMe: Use a retryable error code on reset
5279 - LP: #1531539
5280 * NVMe: Remove queue freezing on resets
5281 - LP: #1531539
5282 * NVMe: IO queue deletion re-write
5283 - LP: #1531539
5284 * NVMe: Shutdown controller only for power-off
5285 - LP: #1531539
5286 * NVMe: Export NVMe attributes to sysfs group
5287 - LP: #1531539
5288 * i40e: fix build warnings
5289 * net: i40e: shut up uninitialized variable warnings
5290 * Drivers: hv: vmbus: fix build warning
5291 * Drivers: hv: util: Increase the timeout for util services
5292 * Drivers: hv: utils: run polling callback always in interrupt context
5293 * tools: hv: report ENOSPC errors in hv_fcopy_daemon
5294 * tools: hv: remove repeated HV_FCOPY string
5295 * Drivers: hv: util: catch allocation errors
5296 * Drivers: hv: utils: use memdup_user in hvt_op_write
5297 * drivers/hv: cleanup synic msrs if vmbus connect failed
5298 * drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc
5299 num
5300 * drivers:hv: Export the API to invoke a hypercall on Hyper-V
5301 * drivers:hv: Define the channel type for Hyper-V PCI Express
5302 pass-through
5303 * Drivers: hv: vss: run only on supported host versions
5304 * Drivers: hv: vmbus: Use uuid_le type consistently
5305 * Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs
5306 * Drivers: hv: vmbus: Get rid of the unused macro
5307 * Drivers: hv: vmbus: Get rid of the unused irq variable
5308 * Drivers: hv: vmbus: serialize process_chn_event() and
5309 vmbus_close_internal()
5310 * Drivers: hv: vmbus: do sanity check of channel state in
5311 vmbus_close_internal()
5312 * Drivers: hv: vmbus: fix rescind-offer handling for device without a
5313 driver
5314 * Drivers: hv: vmbus: release relid on error in vmbus_process_offer()
5315 * Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
5316 * drivers:hv: Allow for MMIO claims that span ACPI _CRS records
5317 * Drivers: hv: vmbus: Fix a Host signaling bug
5318 * drivers/hv: correct tsc page sequence invalid value
5319 * Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
5320 * Drivers: hv: utils: Invoke the poll function after handshake
5321 * tools: hv: vss: fix the write()'s argument: error -> vss_msg
5322 * Drivers: hv: utils: fix memory leak on on_msg() failure
5323 * Drivers: hv: utils: rename outmsg_lock
5324 * Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY mode
5325 * Drivers: hv: utils: fix crash when device is removed from host side
5326 * Drivers: hv: ring_buffer.c: fix comment style
5327 * Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends()
5328 * Drivers: hv: ring_buffer: remove code duplication from
5329 hv_ringbuffer_peek/read()
5330 * Drivers: hv: remove code duplication between
5331 vmbus_recvpacket()/vmbus_recvpacket_raw()
5332 * Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()
5333 * drivers/hv: replace enum hv_message_type by u32
5334 * drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
5335 * drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
5336 * drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86
5337 header
5338 * Drivers: hv: vmbus: fix the building warning with hyperv-keyboard
5339 * Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy
5340 * Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical
5341
5342 [ Upstream Kernel Changes ]
5343
5344 * rebase to v4.4.1
5345 - LP: #1533461
5346 - LP: #1529624
5347
5348 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Jan 2016 08:06:37 -0700
5349
5350 linux (4.4.0-2.16) xenial; urgency=low
5351
5352 [ Andy Whitcroft ]
5353
5354 * Release Tracking Bug
5355 - LP: #1539090
5356 * SAUCE: hv: hv_set_ifconfig -- convert to python3
5357 - LP: #1506521
5358 * SAUCE: dm: introduce a target_ioctl op to allow target specific ioctls
5359 - LP: #1538618
5360
5361 [ Colin Ian King ]
5362
5363 * SAUCE: ACPI / tables: Add acpi_force_32bit_fadt_addr option to force 32
5364 bit FADT addresses (LP: #1529381)
5365 - LP: #1529381
5366
5367 [ John Johansen ]
5368
5369 * SAUCE: (no-up): apparmor: fix for failed mediation of socket that is
5370 being shutdown
5371 - LP: #1446906
5372
5373 [ Mahesh Salgaonkar ]
5374
5375 * SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
5376 - LP: #1537881
5377 * SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI
5378 interrupt.
5379 - LP: #1537881
5380 * SAUCE: KVM: PPC: Book3S HV: Fix soft lockups in KVM on HMI for time
5381 base errors
5382 - LP: #1537881
5383
5384 [ Paolo Pisati ]
5385
5386 * SAUCE: arm64: errata: Add -mpc-relative-literal-loads to erratum
5387 #843419 build flags
5388 - LP: #1533009
5389 * [Config] MFD_TPS65217=y && REGULATOR_TPS65217=y
5390 * [Config] disable ARCH_ZX (ZTE ZX Soc)
5391
5392 [ Tim Gardner ]
5393
5394 * Revert "SAUCE: (noup) cxlflash: a couple off by one bugs"
5395 * SAUCE: (no-up) Update bnx2x firmware to 7.12.30.0
5396 - LP: #1536719
5397 * SAUCE: drop obsolete bnx2x firmware
5398 * SAUCE: i40e: Silence 'may be used uninitialized' warnings
5399 - LP: #1536474
5400 * [Config] CONFIG_ZONE_DMA=y for amd64 lowlatency
5401 - LP: #1534647
5402 * [Config] Add pvpanic to virtual flavour
5403 - LP: #1537923
5404 * [Config] CONFIG_INTEL_PUNIT_IPC=m, CONFIG_INTEL_TELEMETRY=m
5405 - LP: #1520457
5406
5407 [ Upstream Kernel Changes ]
5408
5409 * i40evf: fix compiler warning of unused variable
5410 - LP: #1536474
5411 * intel: i40e: fix confused code
5412 - LP: #1536474
5413 * i40e/i40evf: remove unused tunnel parameter
5414 - LP: #1536474
5415 * i40e: Change BUG_ON to WARN_ON in service event complete
5416 - LP: #1536474
5417 * i40e: remove BUG_ON from feature string building
5418 - LP: #1536474
5419 * i40e: remove BUG_ON from FCoE setup
5420 - LP: #1536474
5421 * i40e: Workaround fix for mss < 256 issue
5422 - LP: #1536474
5423 * i40e/i40evf: Add a stat to track how many times we have to do a force
5424 WB
5425 - LP: #1536474
5426 * i40e: Move the saving of old link info from handle_link_event to
5427 link_event
5428 - LP: #1536474
5429 * i40e/i40evf: Add comment to #endif
5430 - LP: #1536474
5431 * i40e/i40evf: clean up error messages
5432 - LP: #1536474
5433 * i40evf: handle many MAC filters correctly
5434 - LP: #1536474
5435 * i40e: return the number of enabled queues for ETHTOOL_GRXRINGS
5436 - LP: #1536474
5437 * i40e: rework the functions to configure RSS with similar parameters
5438 - LP: #1536474
5439 * i40e: create a generic configure rss function
5440 - LP: #1536474
5441 * i40e: Bump version to 1.4.2
5442 - LP: #1536474
5443 * i40e: add new fields to store user configuration
5444 - LP: #1536474
5445 * i40e: rename rss_size to alloc_rss_size in i40e_pf
5446 - LP: #1536474
5447 * i40e/i40evf: Fix RS bit update in Tx path and disable force WB
5448 workaround
5449 - LP: #1536474
5450 * i40e/i40evf: prefetch skb data on transmit
5451 - LP: #1536474
5452 * i40evf: rename VF adapter specific RSS function
5453 - LP: #1536474
5454 * i40evf: create a generic config RSS function
5455 - LP: #1536474
5456 * i40evf: create a generic get RSS function
5457 - LP: #1536474
5458 * i40evf: add new fields to store user configuration of RSS
5459 - LP: #1536474
5460 * i40e: Update error messaging
5461 - LP: #1536474
5462 * i40e: fix confusing message
5463 - LP: #1536474
5464 * i40e: make error message more useful
5465 - LP: #1536474
5466 * i40evf: quoth the VF driver, Nevermore
5467 - LP: #1536474
5468 * i40evf: allocate queue vectors dynamically
5469 - LP: #1536474
5470 * i40evf: allocate ring structs dynamically
5471 - LP: #1536474
5472 * i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1
5473 - LP: #1536474
5474 * i40e: fix: do not sleep in netdev_ops
5475 - LP: #1536474
5476 * i40e: remove unused argument
5477 - LP: #1536474
5478 * i40evf: increase max number of queues
5479 - LP: #1536474
5480 * i40evf: set real num queues
5481 - LP: #1536474
5482 * i40evf: remove duplicate string
5483 - LP: #1536474
5484 * i40e: Detection and recovery of TX queue hung logic moved to
5485 service_task from tx_timeout
5486 - LP: #1536474
5487 * i40e: Fix memory leaks, sideband filter programming
5488 - LP: #1536474
5489 * i40evf: don't use atomic allocation
5490 - LP: #1536474
5491 * i40e: propagate properly
5492 - LP: #1536474
5493 * i40evf: use correct types
5494 - LP: #1536474
5495 * i40e: use priv flags to control packet split
5496 - LP: #1536474
5497 * i40e: Remove separate functions gathering XOFF Rx stats
5498 - LP: #1536474
5499 * i40e: fix whitespace
5500 - LP: #1536474
5501 * i40e/i40evf: use logical operator
5502 - LP: #1536474
5503 * i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evf
5504 - LP: #1536474
5505 * i40e: trivial fixes
5506 - LP: #1536474
5507 * i40e: Fix i40e_print_features() VEB mode output
5508 - LP: #1536474
5509 * i40e: chomp the BIT(_ULL)
5510 - LP: #1536474
5511 * i40e: properly delete VF MAC filters
5512 - LP: #1536474
5513 * i40e: don't add zero MAC filter
5514 - LP: #1536474
5515 * i40evf: check rings before freeing resources
5516 - LP: #1536474
5517 * i40e: use explicit cast from u16 to u8
5518 - LP: #1536474
5519 * i40e: Opcode and structures required by OEM Post Update AQ command and
5520 add new NVM arq message
5521 - LP: #1536474
5522 * i40e: hush little warnings
5523 - LP: #1536474
5524 * i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722
5525 - LP: #1536474
5526 * i40e: clean whole mac filter list
5527 - LP: #1536474
5528 * i40evf: change version string generation
5529 - LP: #1536474
5530 * i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4
5531 - LP: #1536474
5532 * geneve: UDP checksum configuration via netlink
5533 - LP: #1536474
5534 * geneve: Add geneve udp port offload for ethernet devices
5535 - LP: #1536474
5536 * i40e: geneve tunnel offload support
5537 - LP: #1536474
5538 * geneve: Add geneve_get_rx_port support
5539 - LP: #1536474
5540 * i40e: Call geneve_get_rx_port to get the existing Geneve ports
5541 - LP: #1536474
5542 * i40e: change log messages and error returns
5543 - LP: #1536474
5544 * i40e: allow zero MAC address for VFs
5545 - LP: #1536474
5546 * i40e: Look up MAC address in Open Firmware or IDPROM
5547 - LP: #1536474
5548 * i40e: Fix Rx hash reported to the stack by our driver
5549 - LP: #1536474
5550 * i40e: remove forever unused ID
5551 - LP: #1536474
5552 * igb: add 88E1543 initialization code
5553 * igb: don't unmap NULL hw_addr
5554 * igb: use the correct i210 register for EEMNGCTL
5555 * igb: fix NULL derefs due to skipped SR-IOV enabling
5556 * igb: improve handling of disconnected adapters
5557 * igb: Remove GS40G specific defines/functions
5558 * igb: Don't add PHY address to PCDL address
5559 * igb: Improve cable length function for I210, etc.
5560 * igb: Explicitly label self-test result indices
5561 * ixgbe: drop null test before destroy functions
5562 - LP: #1536473
5563 * ixgbe: Delete redundant include file
5564 - LP: #1536473
5565 * ixgbe: fix multiple kernel-doc errors
5566 - LP: #1536473
5567 * ixgbe: Fix handling of NAPI budget when multiple queues are enabled per
5568 vector
5569 - LP: #1536473
5570 * ixgbe: Add KR mode support for CS4227 chip
5571 - LP: #1536473
5572 * ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation
5573 to 12K
5574 - LP: #1536473
5575 * ixgbe/ixgbevf: use napi_schedule_irqoff()
5576 - LP: #1536473
5577 * ixgbe: Remove CS4227 diagnostic code
5578 - LP: #1536473
5579 * ixgbevf: use ether_addr_copy instead of memcpy
5580 - LP: #1536473
5581 * ixgbevf: fix spoofed packets with random MAC
5582 - LP: #1536473
5583 * ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
5584 - LP: #1536473
5585 * ixgbe: Add support for newer thermal alarm
5586 - LP: #1536473
5587 * ixgbe: Use private workqueue to avoid certain possible hangs
5588 - LP: #1536473
5589 * ixgbevf: Use a private workqueue to avoid certain possible hangs
5590 - LP: #1536473
5591 * ixgbevf: Minor cleanups
5592 - LP: #1536473
5593 * ixgbe: Refactor MAC address configuration code
5594 - LP: #1536473
5595 * ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses
5596 - LP: #1536473
5597 * ixgbe: Allow FDB entries access to more RAR filters
5598 - LP: #1536473
5599 * ixgbe: Update PTP to support X550EM_x devices
5600 - LP: #1536473
5601 * ixgbe: Correct spec violations by waiting after reset
5602 - LP: #1536473
5603 * ixgbe: Wait for master disable to be set
5604 - LP: #1536473
5605 * ixgbe: Save VF info and take references
5606 - LP: #1536473
5607 * ixgbe: Handle extended IPv6 headers in Tx path
5608 - LP: #1536473
5609 * ixgbe: Always turn PHY power on when requested
5610 - LP: #1536473
5611 * ixgbevf: Handle extended IPv6 headers in Tx path
5612 - LP: #1536473
5613 * ixgbe: Return error on failure to allocate mac_table
5614 - LP: #1536473
5615 * ixgbe: Fix SR-IOV VLAN pool configuration
5616 - LP: #1536473
5617 * ixgbe: Simplify definitions for regidx and bit in set_vfta
5618 - LP: #1536473
5619 * ixgbe: Reduce VT code indent in set_vfta by introducing jump label
5620 - LP: #1536473
5621 * ixgbe: Simplify configuration of setting VLVF and VLVFB
5622 - LP: #1536473
5623 * ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF
5624 - LP: #1536473
5625 * ixgbe: Reorder search to work from the top down instead of bottom up
5626 - LP: #1536473
5627 * ixgbe: Add support for VLAN promiscuous with SR-IOV
5628 - LP: #1536473
5629 * ixgbe: Fix VLAN promisc in relation to SR-IOV
5630 - LP: #1536473
5631 * ixgbe: Clear stale pool mappings
5632 - LP: #1536473
5633 * ixgbe: Clean stale VLANs when changing port VLAN or resetting
5634 - LP: #1536473
5635 * ixgbe: do not report 2.5 Gbps as supported
5636 - LP: #1536473
5637 * ixgbevf: Fix handling of NAPI budget when multiple queues are enabled
5638 per vector
5639 - LP: #1536473
5640 * ixgbevf: minor cleanups for ixgbevf_set_itr()
5641 - LP: #1536473
5642 * ixgbe: add support for QSFP PHY types in ixgbe_get_settings()
5643 - LP: #1536473
5644 * ixgbe: report correct media type for KR, KX and KX4 interfaces
5645 - LP: #1536473
5646 * ixgbe: Clean up redundancy in hw_enc_features
5647 - LP: #1536473
5648 * ixgbe: fix RSS limit for X550
5649 - LP: #1536473
5650 * ixgbe: Correct X550EM_x revision check
5651 - LP: #1536473
5652 * ixgbe: Fix bugs in ixgbe_clear_vf_vlans()
5653 - LP: #1536473
5654 * ixgbe: Fill at least min credits to a TC credit refills
5655 - LP: #1536473
5656 * ixgbe: use correct FCoE DDP max check
5657 - LP: #1536473
5658 * ixgbe: fix broken PFC with X550
5659 - LP: #1536473
5660 * ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
5661 - LP: #1536473
5662 * ixgbe: Correct handling of any outer UDP checksum setting
5663 - LP: #1536473
5664 * ixgbe: Fix to get FDMI HBA attributes information with X550
5665 - LP: #1536473
5666 * ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled
5667 - LP: #1536473
5668 * ixgbe: Make ATR recognize IPv6 extended headers
5669 - LP: #1536473
5670 * e1000: make eeprom read/write scheduler friendly
5671 * e1000: fix data race between tx_ring->next_to_clean
5672 * e1000: Remove checkpatch coding style errors
5673 * e1000: clean up the checking logic
5674 * e1000: fix a typo in the comment
5675 * e1000e: clean up the local variable
5676 * e1000: fix kernel-doc argument being missing
5677 * e1000: get rid of duplicate exit path
5678 * e1000: Elementary checkpatch warnings and checks removed
5679 * e1000e: fix division by zero on jumbo MTUs
5680 * e1000e: Increase timeout of polling bit RSPCIPHY
5681 * e1000e: initial support for i219-LM (3)
5682 * e1000e: Switch e1000e_up to void, drop code checking for error result
5683 * e1000e: Remove unreachable code
5684 * e1000e: Do not read ICR in Other interrupt
5685 * e1000e: Do not write lsc to ics in msi-x mode
5686 * e1000e: Fix msi-x interrupt automask
5687 * acpi: pci: Setup MSI domain for ACPI based pci devices
5688 * irqdomain: Introduce is_fwnode_irqchip helper
5689 * irqchip/gic-v2m: Refactor to prepare for ACPI support
5690 * irqchip/gic-v2m: acpi: Introducing GICv2m ACPI support
5691 * clk: xgene: Fix divider with non-zero shift value
5692 * i2c: designware: Do not require clock when SSCN and FFCN are provided
5693 * fm10k: do not assume VF always has 1 queue
5694 - LP: #1536475
5695 * fm10k: Correct MTU for jumbo frames
5696 - LP: #1536475
5697 * fm10k: Fix handling of NAPI budget when multiple queues are enabled per
5698 vector
5699 - LP: #1536475
5700 * fm10k: use napi_schedule_irqoff()
5701 - LP: #1536475
5702 * fm10k: set netdev features in one location
5703 - LP: #1536475
5704 * fm10k: reset max_queues on init_hw_vf failure
5705 - LP: #1536475
5706 * fm10k: always check init_hw for errors
5707 - LP: #1536475
5708 * fm10k: reinitialize queuing scheme after calling init_hw
5709 - LP: #1536475
5710 * fm10k: Correct typecast in fm10k_update_xc_addr_pf
5711 - LP: #1536475
5712 * fm10k: explicitly typecast vlan values to u16
5713 - LP: #1536475
5714 * fm10k: add statistics for actual DWORD count of mbmem mailbox
5715 - LP: #1536475
5716 * fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
5717 - LP: #1536475
5718 * fm10k: Add support for ITR scaling based on PCIe link speed
5719 - LP: #1536475
5720 * fm10k: introduce ITR_IS_ADAPTIVE macro
5721 - LP: #1536475
5722 * fm10k: Update adaptive ITR algorithm
5723 - LP: #1536475
5724 * fm10k: use macro for default Tx and Rx ITR values
5725 - LP: #1536475
5726 * fm10k: change default Tx ITR to 25usec
5727 - LP: #1536475
5728 * fm10k: TRIVIAL fix typo of hardware
5729 - LP: #1536475
5730 * fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame
5731 - LP: #1536475
5732 * fm10k: use ether_addr_copy to copy MAC address
5733 - LP: #1536475
5734 * fm10k: do not use CamelCase
5735 - LP: #1536475
5736 * fm10k: remove unnecessary else block from if statements with return
5737 - LP: #1536475
5738 * fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
5739 - LP: #1536475
5740 * fm10k: consistently refer to VLANs and VLAN IDs
5741 - LP: #1536475
5742 * fm10k: bump driver version
5743 - LP: #1536475
5744 * fm10k: conditionally compile DCB and DebugFS support
5745 - LP: #1536475
5746 * fm10k: Cleanup MSI-X interrupts in case of failure
5747 - LP: #1536475
5748 * fm10k: Cleanup exception handling for mailbox interrupt
5749 - LP: #1536475
5750 * fm10k: do not inline fm10k_iov_select_vid()
5751 - LP: #1536475
5752 * fm10k: whitespace cleanups
5753 - LP: #1536475
5754 * fm10k: use BIT() macro instead of open-coded bit-shifting
5755 - LP: #1536475
5756 * fm10k: cleanup namespace pollution
5757 - LP: #1536475
5758 * fm10k: cleanup overly long lines
5759 - LP: #1536475
5760 * fm10k: initialize xps at driver load
5761 - LP: #1536475
5762 * fm10k: don't initialize fm10k_workqueue at global level
5763 - LP: #1536475
5764 * fm10k: correctly pack TLV structures and explain reasoning
5765 - LP: #1536475
5766 * fm10k: Cleanup exception handling for changing queues
5767 - LP: #1536475
5768 * fm10k: use ether_addr_equal instead of memcmp
5769 - LP: #1536475
5770 * fm10k: address operator not needed when declaring function pointers
5771 - LP: #1536475
5772 * fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures
5773 - LP: #1536475
5774 * fm10k: remove unused struct element
5775 - LP: #1536475
5776 * fm10k: use true/false for boolean get_host_state
5777 - LP: #1536475
5778 * fm10k: cleanup mailbox code comments etc
5779 - LP: #1536475
5780 * fm10k: IS_ENABLED() is not appropriate for boolean kconfig option
5781 - LP: #1536475
5782 * device property: always check for fwnode type
5783 - LP: #1533035
5784 * device property: rename helper functions
5785 - LP: #1533035
5786 * device property: refactor built-in properties support
5787 - LP: #1533035
5788 * device property: keep single value inplace
5789 - LP: #1533035
5790 * device property: helper macros for property entry creation
5791 - LP: #1533035
5792 * device property: improve readability of macros
5793 - LP: #1533035
5794 * device property: return -EINVAL when property isn't found in ACPI
5795 - LP: #1533035
5796 * device property: Fallback to secondary fwnode if primary misses the
5797 property
5798 - LP: #1533035
5799 * device property: Take a copy of the property set
5800 - LP: #1533035
5801 * driver core: platform: Add support for built-in device properties
5802 - LP: #1533035
5803 * driver core: Do not overwrite secondary fwnode with NULL if it is set
5804 - LP: #1533035
5805 * mfd: core: propagate device properties to sub devices drivers
5806 - LP: #1533035
5807 * mfd: intel-lpss: Add support for passing device properties
5808 - LP: #1533035
5809 * mfd: intel-lpss: Pass SDA hold time to I2C host controller driver
5810 - LP: #1533035
5811 * mfd: intel-lpss: Pass HSUART configuration via properties
5812 - LP: #1533035
5813 * i2c: designware: Convert to use unified device property API
5814 - LP: #1533035
5815 * keys, trusted: fix: *do not* allow duplicate key options
5816 - LP: #1398274
5817 * keys, trusted: select hash algorithm for TPM2 chips
5818 - LP: #1398274
5819 * keys, trusted: seal with a TPM2 authorization policy
5820 - LP: #1398274
5821 * perf/x86/intel: Add perf core PMU support for Intel Knights Landing
5822 - LP: #1461360
5823 * perf/x86/intel/uncore: Add Knights Landing uncore PMU support
5824 - LP: #1461360
5825 * perf/x86/intel/uncore: Remove hard coding of PMON box control MSR
5826 offset
5827 - LP: #1461360
5828 * drm/i915: WaRsDisableCoarsePowerGating
5829 - LP: #1527462
5830 * drm/i915/skl: Add SKL GT4 PCI IDs
5831 - LP: #1527462
5832 * drm/i915/skl: Disable coarse power gating up until F0
5833 - LP: #1527462
5834 * platform:x86: add Intel P-Unit mailbox IPC driver
5835 - LP: #1520457
5836 * intel_punit_ipc: add NULL check for input parameters
5837 - LP: #1520457
5838 * platform/x86: Add Intel Telemetry Core Driver
5839 - LP: #1520457
5840 * intel_pmc_ipc: update acpi resource structure for Punit
5841 - LP: #1520457
5842 * platform:x86: Add Intel telemetry platform device
5843 - LP: #1520457
5844 * platform:x86: Add Intel telemetry platform driver
5845 - LP: #1520457
5846 * platform:x86: Add Intel Telemetry Debugfs interfaces
5847 - LP: #1520457
5848 * cxlflash: a couple off by one bugs
5849
5850 -- Andy Whitcroft <apw@canonical.com> Thu, 28 Jan 2016 13:56:00 +0000
5851
5852 linux (4.4.0-1.15) xenial; urgency=low
5853
5854 [ Tim Gardner ]
5855
5856 * Release Tracking Bug
5857 - LP: #1536803
5858
5859 [ Upstream Kernel Changes ]
5860
5861 * Revert "[SCSI] libiscsi: Reduce locking contention in fast path"
5862 - LP: #1517142
5863
5864 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Jan 2016 07:41:40 -0700
5865
5866 linux (4.4.0-0.14) xenial; urgency=low
5867
5868 [ Upstream Kernel Changes ]
5869
5870 * Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field"
5871 - LP: #1522415
5872 * powerpc: Add __raw_rm_writeq() function
5873 - LP: #1522415
5874
5875 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 11:24:26 -0700
5876
5877 linux (4.4.0-0.13) xenial; urgency=low
5878
5879 [ Andy Whitcroft ]
5880
5881 * [Config] s390x -- the kernel provides ppp-modules such as there are
5882 * SAUCE: (no-up) add compat_uts_machine= kernel command line override
5883
5884 [ Tim Gardner ]
5885
5886 * [Config] Update annotations for VIRTIO_{NET,BLK}
5887 - LP: #1533382
5888
5889 [ Upstream Kernel Changes ]
5890
5891 * powerpc/powernv: Add support for Nvlink NPUs
5892 - LP: #1522415
5893 * powerpc/powernv: Fix update of NVLink DMA mask
5894 - LP: #1522415
5895 * powerpc/powernv: Change NPU PE# assignment
5896 - LP: #1522415
5897 * powerpc/powernv: Reserve PE#0 on NPU
5898 - LP: #1522415
5899 * KEYS: Fix keyring ref leak in join_session_keyring()
5900 - LP: #1534887
5901 - CVE-2016-0728
5902
5903 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 05:49:09 -0700
5904
5905 linux (4.4.0-0.12) xenial; urgency=low
5906
5907 [ Eric Dumazet ]
5908
5909 * SAUCE: (no-up) udp: properly support MSG_PEEK with truncated buffers
5910 - LP: #1527902
5911
5912 [ Guilherme G. Piccoli ]
5913
5914 * SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()
5915 - LP: #1486180
5916
5917 [ Tim Gardner ]
5918
5919 * SAUCE: AUFS - update to aufs4.x-rcN 20160111
5920 * [Config] CONFIG_VIRTIO_BLK=y, CONFIG_VIRTIO_NET=y for s390
5921 - LP: #1532886
5922 * [Config] nvme.ko moved to drivers/nvme/host
5923 * [Config] scsi_dh morphed into 4 modules
5924 * [Config] CONFIG_IBMVNIC=m
5925 * [Config] Add DRM ast driver to udeb installer image
5926 - LP: #1514711
5927 * [Config] CONFIG_KVM=y for s390x
5928 - LP: #1532886
5929 * [Config] Install spl/zfs under the kernel modules directory
5930 Fixes some errors in generic.inclusion-list.log
5931
5932 [ Upstream Kernel Changes ]
5933
5934 * perf/x86/intel/uncore: Add Broadwell-EP uncore support
5935 - LP: #1524574
5936 * EDAC: Add DDR4 flag
5937 - LP: #1519631
5938 * EDAC, sb_edac: Virtualize several hard-coded functions
5939 - LP: #1519631
5940 * EDAC, sb_edac: Add support for duplicate device IDs
5941 - LP: #1519631
5942 * EDAC, sb_edac: Add Knights Landing (Xeon Phi gen 2) support
5943 - LP: #1519631
5944 * Driver for IBM System i/p VNIC protocol
5945 - LP: #1532303
5946
5947 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 09:57:16 -0700
5948
5949 linux (4.4.0-0.11) xenial; urgency=low
5950
5951 [ Tim Gardner ]
5952
5953 * [Config] Fix bogus reconstruct script
5954
5955 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 07:29:17 -0700
5956
5957 linux (4.4.0-0.10) xenial; urgency=low
5958
5959 [ Haren Myneni ]
5960
5961 * SAUCE: crypto: nx-842 - Mask XERS0 bit in return value
5962 - LP: #1529666
5963
5964 [ Serge Hallyn ]
5965
5966 * SAUCE: add a sysctl to disable unprivileged user namespace unsharing
5967
5968 [ Tim Gardner ]
5969
5970 * [Config] CONFIG_ZONE_DEVICE=y for amd64
5971 * [Config] CONFIG_BLK_DEV_LOOP=y for s390x
5972 - LP: #1526869
5973 * SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings
5974 * SAUCE: radeon: r100: Silence 'may be used uninitialized' warnings
5975 * SAUCE: dmaengine: ioatdma: Squelch framesize warnings
5976 * rebase to v4.4
5977
5978 [ Upstream Kernel Changes ]
5979
5980 * rebase to v4.4
5981
5982 -- Tim Gardner <tim.gardner@canonical.com> Mon, 04 Jan 2016 17:43:51 -0700
5983
5984 linux (4.4.0-0.9) xenial; urgency=low
5985
5986 [ Tim Gardner ]
5987
5988 * rebase to v4.4-rc8
5989
5990 [ Upstream Kernel Changes ]
5991
5992 * rebase to v4.4-rc8
5993
5994 -- Tim Gardner <tim.gardner@canonical.com> Sun, 03 Jan 2016 18:50:33 -0700
5995
5996 linux (4.4.0-0.8) xenial; urgency=low
5997
5998 [ Tim Gardner ]
5999
6000 * rebase to v4.4-rc7
6001
6002 [ Upstream Kernel Changes ]
6003
6004 * rebase to v4.4-rc7
6005
6006 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Dec 2015 16:13:11 -0700
6007
6008 linux (4.4.0-0.7) xenial; urgency=low
6009
6010 [ Hui Wang ]
6011
6012 * [Config] CONFIG_I2C_DESIGNWARE_BAYTRAIL=y, CONFIG_IOSF_MBI=y
6013 - LP: #1527096
6014
6015 [ Jann Horn ]
6016
6017 * SAUCE: (noup) ptrace: being capable wrt a process requires mapped
6018 uids/gids
6019 - LP: #1527374
6020
6021 [ Tim Gardner ]
6022
6023 * rebase to v4.4-rc6
6024
6025 [ Upstream Kernel Changes ]
6026
6027 * rebase to v4.4-rc6
6028 - LP: #1526330
6029
6030 -- Tim Gardner <tim.gardner@canonical.com> Thu, 17 Dec 2015 05:28:27 -0700
6031
6032 linux (4.4.0-0.6) xenial; urgency=low
6033
6034 [ Andy Whitcroft ]
6035
6036 * [Config] disable CONFIG_ARM64_LSE_ATOMICS to avoid issues with ARMv8.1
6037 support in latest compilers
6038 * [Config] disable CONFIG_CRYPTO_AES_ARM64_CE* to avoid issues with
6039 ARMv8.1 support in latest compilers
6040
6041 [ Tim Gardner ]
6042
6043 * [Config] s390 -> s390x
6044 * SAUCE: include/linux/mmdebug.h: #include <linux/bug.h>
6045
6046 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Dec 2015 06:46:26 -0700
6047
6048 linux (4.4.0-0.5) xenial; urgency=low
6049
6050 [ Andy Whitcroft ]
6051
6052 * [Config] s390x -- enable tools
6053 - LP: #1524319
6054 * [Config] s390x -- add architecture to getabis
6055 * [Config] s390x -- add s390x ABI information
6056 * [Config] s390x -- enable ABI checks
6057
6058 [ Tim Gardner ]
6059
6060 * [Debian] config-check and prepare using ${DEBIAN}/config/annotations
6061 * [Config] Add s390 modules to nic-modules udeb
6062 - LP: #1525297
6063 * rebase to v4.4-rc5
6064
6065 [ Upstream Kernel Changes ]
6066
6067 * rebase to v4.4-rc5
6068 - LP: #1523517
6069 - LP: #1523232
6070
6071 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Dec 2015 05:28:05 -0700
6072
6073 linux (4.4.0-0.4) xenial; urgency=low
6074
6075 [ Upstream Kernel Changes ]
6076
6077 * cgroup: make css_set pin its css's to avoid use-afer-free
6078 * cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in
6079 freezer_attach()
6080 * cgroup: fix handling of multi-destination migration from
6081 subtree_control enabling
6082
6083 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Dec 2015 11:20:41 -0700
6084
6085 linux (4.4.0-0.3) xenial; urgency=low
6086
6087 [ Upstream Kernel Changes ]
6088
6089 * rebase to v4.4-rc4
6090
6091 -- Tim Gardner <tim.gardner@canonical.com> Sun, 06 Dec 2015 16:50:15 -0700
6092
6093 linux (4.4.0-0.2) xenial; urgency=low
6094
6095 [ Tim Gardner ]
6096
6097 * [Config] Add spl/zfs provides to generic and powerpc64-smp
6098 * [Config] Add zfs to d-i fs-core-modules
6099 * [Config] Include all s390 specific drivers in linux-image
6100 - LP: #1522210
6101
6102 -- Tim Gardner <tim.gardner@canonical.com> Thu, 03 Dec 2015 07:05:56 -0700
6103
6104 linux (4.4.0-0.1) xenial; urgency=low
6105
6106 [ Andy Whitcroft ]
6107
6108 * [Tests] gcc-multilib does not exist on ppc64el redux
6109 - LP: #1515541
6110 * [Config] libunwind8-dev is not available on s390x
6111 * [Debian] Disable SPL/ZFS for cross compiling -- redux
6112 * [Config] s390x -- add dasd udebs
6113 - LP: #1519833
6114 * [Config] s390x -- include dasd modules in linux-image
6115 - LP: #1519833
6116 * [Config] s390x -- disable ZFS temporarily
6117 - LP: #1519820
6118 * [Config] s390s -- disable ABI/module checks
6119 * [Config] make IBMVETH consistent on powerpc/ppc64el
6120 - LP: #1521712
6121 * [Config] follow ibmvscsi name change
6122 - LP: #1521712
6123 * [Config] move ibm disk and ethernet drivers to linux-image
6124 - LP: #1521712
6125 * [Config] include ibmveth in nic-modules for ppc64el
6126 - LP: #1521712
6127 * [Config] s390x -- disable abi/module checks for s390x
6128
6129 [ Joseph Salisbury ]
6130
6131 * SAUCE: scsi_sysfs: protect against double execution of
6132 __scsi_remove_device()
6133 - LP: #1509029
6134
6135 [ Seth Forshee ]
6136
6137 * [Config] CONFIG_DRM_AMDGPU_CIK=n
6138 - LP: #1510405
6139
6140 [ Tim Gardner ]
6141
6142 * [Debian] Disable SPL/ZFS for cross compiling
6143 * [Config] CONFIG_SCSI_IBMVSCSI=m
6144 - LP: #1515872
6145 * rebase to v4.4-rc2
6146 * [Config] updateconfigs
6147 * [Config] CONFIG_WILC1000_DRIVER=n for FTBS
6148 * SAUCE: do_zfs=false temporarily
6149 * [Config] CONFIG_LUSTRE_FS=n
6150 * [Debian] Disable udebs when cross compiling
6151 * rebase to v4.4-rc3
6152 * [Config] CONFIG_AUFS_FS=m
6153 * SAUCE: AUFS
6154
6155 [ Upstream Kernel Changes ]
6156
6157 * ZFS: Update with 4.4 support
6158 * SPL: Update with 4.4 support
6159
6160 [ Upstream Kernel Changes ]
6161
6162 * rebase to v4.4-rc3
6163 - LP: #1519168
6164 * rebase to v4.4-rc2
6165 - LP: #1506615
6166 - LP: #1502781
6167
6168 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Nov 2015 13:22:37 -0700
6169
6170 linux (4.3.0-0.8) xenial; urgency=low
6171
6172 [ Andy Whitcroft ]
6173
6174 * [Config] re-enable OSS support and blacklist
6175 - LP: #1434842
6176 * [Config] enable CONFIG_CC_STACKPROTECTOR_STRONG=y
6177 * [Packaging] config-check -- improve syntax diagnostics
6178 * [Packaging] module-inclusion -- add dependency inclusion for a list
6179 * [Packaging] config-check -- accumulate multi-line annotations correctly
6180 * [Packaging] config-check -- handle V2 annotations format
6181 * [Packaging] s390x -- add architecture to kernelconfig
6182 - LP: #1488653
6183 * [Config] s390x -- initial configuration
6184 * [Config] s390x -- add initial binary image
6185 * [Config] s390x -- initial configuration update
6186 * [Config] s390x -- produce linux-image
6187 * [Config] s390x -- d-i module exclusions
6188 * [Config] apply Device Drivers >> LED Support >> LED Class Support
6189 * [Config] apply File systems >> Miscellaneous filesystems >> SquashFS 4.0 - Squashed file system support
6190 * [Config] apply Device Drivers >> Generic Driver Options >> Userspace firmware loading support
6191 * SAUCE: leds: lp55xx -- do not force use of the fallback loader
6192 * [Config] -- s390x -- configuration review updates
6193 * [Config] annotations -- add review marks
6194 * [Config] annotations -- config review 4.3 updates
6195 * [Config] annotations -- expose reviews
6196 * [Config] updateconfigs following incoporation of s390x configs
6197 * [Tests] gcc-multilib does not exist on ppc64el
6198 - LP: #1515541
6199
6200 [ Dan Carpenter ]
6201
6202 * SAUCE: (noup) cxlflash: a couple off by one bugs
6203 - LP: #1499849
6204
6205 [ Haren Myneni ]
6206
6207 * Revert "SAUCE: (noup) crypto: 842 - Add CRC and validation support"
6208
6209 [ Jay Vosburgh ]
6210
6211 * SAUCE: fan: add VXLAN implementation
6212
6213 [ Manoj Kumar ]
6214
6215 * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
6216 - LP: #1513583
6217
6218 [ Matthew R. Ochs ]
6219
6220 * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
6221 - LP: #1513583
6222
6223 [ Tim Gardner ]
6224
6225 * [Config] CONFIG_AUFS_EXPORT=y
6226 - LP: #1121699
6227
6228 [ Upstream Kernel Changes ]
6229
6230 * misc/genwqe: get rid of atomic allocations
6231 * crypto: 842 - Add CRC and validation support
6232 - LP: #1497878
6233 * cxlflash: Fix to avoid invalid port_sel value
6234 * cxlflash: Replace magic numbers with literals
6235 * cxlflash: Fix read capacity timeout
6236 * cxlflash: Fix potential oops following LUN removal
6237 * cxlflash: Fix data corruption when vLUN used over multiple cards
6238 * cxlflash: Fix to avoid sizeof(bool)
6239 * cxlflash: Fix context encode mask width
6240 * cxlflash: Fix to avoid CXL services during EEH
6241 * cxlflash: Correct naming of limbo state and waitq
6242 * cxlflash: Make functions static
6243 * cxlflash: Refine host/device attributes
6244 * cxlflash: Fix to avoid spamming the kernel log
6245 * cxlflash: Fix to avoid stall while waiting on TMF
6246 * cxlflash: Fix location of setting resid
6247 * cxlflash: Fix host link up event handling
6248 * cxlflash: Fix async interrupt bypass logic
6249 * cxlflash: Remove dual port online dependency
6250 * cxlflash: Fix AFU version access/storage and add check
6251 * cxlflash: Correct usage of scsi_host_put()
6252 * cxlflash: Fix to prevent workq from accessing freed memory
6253 * cxlflash: Correct behavior in device reset handler following EEH
6254 * cxlflash: Remove unnecessary scsi_block_requests
6255 * cxlflash: Fix function prolog parameters and return codes
6256 * cxlflash: Fix MMIO and endianness errors
6257 * cxlflash: Fix to prevent EEH recovery failure
6258 * cxlflash: Correct spelling, grammar, and alignment mistakes
6259 * cxlflash: Fix to prevent stale AFU RRQ
6260 * cxlflash: Fix to double the delay each time
6261 * cxlflash: Fix to avoid corrupting adapter fops
6262 * cxlflash: Correct trace string
6263 * cxlflash: Fix to avoid potential deadlock on EEH
6264 * cxlflash: Fix to avoid leaving dangling interrupt resources
6265 * cxlflash: Fix to escalate to LINK_RESET on login timeout
6266 * cxlflash: Fix to avoid corrupting port selection mask
6267 * cxlflash: Fix to avoid lock instrumentation rejection
6268 * cxlflash: Fix to avoid bypassing context cleanup
6269
6270 -- Tim Gardner <tim.gardner@canonical.com> Fri, 06 Nov 2015 10:15:07 -0600
6271
6272 linux (4.3.0-0.7) xenial; urgency=low
6273
6274 [ Tim Gardner ]
6275
6276 * Revert "Bypass spl/zfs config"
6277 Causes unresolved symbols on load.
6278 * [Config] Enable ZFS for powerpc64-smp
6279
6280 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Nov 2015 11:42:37 -0600
6281
6282 linux (4.3.0-0.6) xenial; urgency=low
6283
6284 [ Tim Gardner ]
6285
6286 * Release Tracking Bug
6287 - LP: #1512704
6288 * UBUNTU: SAUCE: AUFS aufs4.x-rcN 20151102
6289
6290 [ Andy Whitcroft ]
6291
6292 * [Packaging] add feature interlock with mainline builds
6293 * apparmor -- follow change to this_cpu_ptr
6294
6295 [ John Johansen ]
6296
6297 * SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used
6298 - LP: #1383886
6299 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
6300 - LP: #1362199
6301 * SAUCE: Revert: fix: only allow a single threaded process to ...
6302 - LP: #1371310
6303 * SAUCE: (no-up) fix: bad unix_addr_fs macro
6304 - LP: #1390223
6305 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
6306 - LP: #1408833
6307 * SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
6308 - LP: #1496430
6309
6310 [ Tim Gardner ]
6311
6312 * [Config] Add iscsi_ibft and iscsi_boot_sysfs to generic inclusion list
6313 - LP: #1511006
6314 * rebase to v4.3
6315 * Bypass spl/zfs config
6316 * SPL/ZFS: Add Makefiles in order to avoid the lengthy config
6317 * [Config] Default AppArmor settings
6318
6319 [ Upstream Kernel Changes ]
6320
6321 * rebase to v4.3
6322
6323 -- Tim Gardner <tim.gardner@canonical.com> Thu, 29 Oct 2015 09:16:26 -0600
6324
6325 linux (4.3.0-0.5) xenial; urgency=low
6326
6327 * Update spl to 0.6.5.3-0ubuntu1, zfs to 0.6.5.3-0ubuntu1
6328
6329 [ Upstream Kernel Changes ]
6330
6331 * rebase to v4.3-rc7
6332 - LP: #1504778
6333
6334 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Oct 2015 13:59:52 -0600
6335
6336 linux (4.3.0-0.4) xenial; urgency=low
6337
6338 [ Tim Gardner ]
6339
6340 * [Debian] Update to new signing key type and location
6341
6342 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 13:07:30 -0600
6343
6344 linux (4.3.0-0.3) wily; urgency=low
6345
6346 [ Tim Gardner ]
6347
6348 * [Debian] sign-file is now compiled
6349
6350 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 09:26:34 -0600
6351
6352 linux (4.3.0-0.2) wily; urgency=low
6353
6354 [ Tim Gardner ]
6355
6356 * [Config] Added libssl-dev to Build-Depends
6357
6358 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Oct 2015 14:01:55 -0600
6359
6360 linux (4.3.0-0.1) wily; urgency=low
6361
6362 [ Upstream Kernel Changes ]
6363
6364 * rebase to v4.3-rc6
6365 * rebase to v4.3-rc5
6366 * rebase to v4.3-rc4
6367 * rebase to v4.3-rc3
6368 * rebase to v4.3-rc2
6369 * rebase to v4.3-rc1
6370 - LP: #1492132
6371 - LP: #1481575
6372
6373 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Sep 2015 07:30:36 -0600
6374
6375 linux (4.2.0-10.11) wily; urgency=low
6376
6377 [ Andy Whitcroft ]
6378
6379 * Release Tracking Bug
6380 - LP: #1495208
6381 * No change rebuild to avoid issues with leading zero bytes on
6382 internal module signing key. (see launchpad bug 1494943)
6383
6384 [ Ming Lei ]
6385
6386 * [Config] SERIAL_8250_DW=y for arm64
6387
6388 [ Upstream Kernel Changes ]
6389
6390 * drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv
6391 code
6392 - LP: #1484486
6393 * drm/i915/gen8: Add infrastructure to initialize WA batch buffers
6394 - LP: #1484486
6395 * drm/i915/gen8: Re-order init pipe_control in lrc mode
6396 - LP: #1484486
6397 * drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
6398 - LP: #1484486
6399 * drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch
6400 workaround
6401 - LP: #1484486
6402 * drm/i915: Bail out early if WA batch is not available for given Gen
6403 - LP: #1484486
6404 * drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
6405 - LP: #1484486
6406 * drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch
6407 - LP: #1484486
6408 * drm/i915/gen9: Implement WaDisableKillLogic for gen 9
6409 - LP: #1484486
6410 * drm/i915: Enable WA batch buffers for Gen9
6411 - LP: #1484486
6412 * drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaround
6413 - LP: #1484486
6414 * drm/i915: Update wa_ctx_emit() macro as per kernel coding guidelines
6415 - LP: #1484486
6416 * drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch
6417 workaround
6418 - LP: #1484486
6419 * drm/i915/gen9: Add
6420 WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
6421 - LP: #1484486
6422 * drm/i915:skl: Add WaEnableGapsTsvCreditFix
6423 - LP: #1484486
6424 * drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
6425 - LP: #1484486
6426 * drm/i915/skl: Don't expose the top most plane on gen9 display
6427 - LP: #1484486
6428 * drm/i915/skl WaDisableSbeCacheDispatchPortSharing
6429 - LP: #1484486
6430 * drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A
6431 - LP: #1484486
6432 * drm/i915: reduce indent in i9xx_hpd_irq_handler
6433 - LP: #1484531
6434 * drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler
6435 - LP: #1484531
6436 * drm/i915: reduce indent in intel_hpd_irq_handler
6437 - LP: #1484531
6438 * drm/i915: group all hotplug related fields into a new struct in
6439 dev_priv
6440 - LP: #1484531
6441 * drm/i915: add for_each_hpd_pin to iterate over hotplug pins
6442 - LP: #1484531
6443 * drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
6444 - LP: #1484531
6445 * drm/i915: put back the indent in intel_hpd_irq_handler
6446 - LP: #1484531
6447 * drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
6448 - LP: #1484531
6449 * drm/i915: simplify condition for digital port
6450 - LP: #1484531
6451 * drm/i915: abstract away platform specific parts from hpd handling
6452 - LP: #1484531
6453 * drm/i915: Handle HPD when it has actually occurred
6454 - LP: #1484531
6455 * drm/i915: Set power domain for DDI-E
6456 - LP: #1484531
6457 * drm/i915: Set alternate aux for DDI-E
6458 - LP: #1484531
6459 * drm/i915/skl: enable DDI-E hotplug
6460 - LP: #1484531
6461 * drm/i915/bxt: fix DDI PHY vswing scale value setting
6462 - LP: #1494163
6463 * drm/i915/skl: Buffer translation improvements
6464 - LP: #1494163
6465 * drm/i915: Per-DDI I_boost override
6466 - LP: #1494163
6467 * drm/i915: fix VBT parsing for SDVO child device mapping
6468 - LP: #1494163
6469 * drm/i915/bxt: edp1.4 Intermediate Freq support
6470 - LP: #1494163
6471 * drm/i915: fix link rates reported for SKL
6472 - LP: #1494163
6473 * drm/i915: Allow parsing of variable size child device entries from VBT
6474 - LP: #1494163
6475 * drm/i915/skl: Update DDI buffer translation programming.
6476 - LP: #1494163
6477 * drm/i915: Enable HDMI on DDI-E
6478 - LP: #1484531
6479 * drm/i915/skl: Enable DDI-E
6480 - LP: #1484531
6481 * drm/i915: eDP can be present on DDI-E
6482 - LP: #1484531
6483 * drm/i915/skl: Adding DDI_E power well domain
6484 - LP: #1484531
6485 * drm/i915: set CDCLK if DPLL0 enabled during resuming from S3
6486 - LP: #1490035
6487 * drm/i915: Split atomic wm update to pre and post variants
6488 - LP: #1493746
6489 * drm/i915/skl: Drop the preliminary_hw_support flag
6490 - LP: #1486868
6491 * drm/i915: set FDI translations to NULL on SKL
6492 - LP: #1494163
6493
6494 -- Andy Whitcroft <apw@canonical.com> Sun, 13 Sep 2015 11:32:02 +0100
6495
6496 linux (4.2.0-9.9) wily; urgency=low
6497
6498 [ Tim Gardner ]
6499
6500 * Release Tracking Bug
6501 - LP: #1493970
6502 * [Config] CONFIG_MFD_INTEL_LPSS=m
6503 - LP: #1397876
6504
6505 [ dann frazier ]
6506
6507 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
6508 - LP: #1388952
6509
6510 [ Michael Ellerman ]
6511
6512 * SAUCE: crypto: vmx - VMX crypto should depend on CONFIG_VSX
6513 Fixes FTBS on 32 bit powerpc, patch sent upstream.
6514
6515 [ Upstream Kernel Changes ]
6516
6517 * thermal/powerclamp: add cpu id for skylake h/s
6518 - LP: #1398269
6519 * perf/x86/intel/uncore: Add Broadwell-DE uncore support
6520 - LP: #1397852
6521 * mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data
6522 - LP: #1460905
6523 * i2c: i801: Create iTCO device on newer Intel PCHs
6524 - LP: #1460905
6525 * watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint
6526 - LP: #1460905
6527 * perf/x86: Add a native_perf_sched_clock_from_tsc()
6528 - LP: #1397867
6529 * perf/x86/intel: Add support for PEBSv3 profiling
6530 - LP: #1397867
6531 * perf/x86/intel/lbr: Allow time stamp for free running PEBSv3
6532 - LP: #1397867
6533 * x86: Add new MSRs and MSR bits used for Intel Skylake PMU support
6534 - LP: #1397867
6535 * perf: Add cycles to branch_info
6536 - LP: #1397867
6537 * perf/x86/intel/lbr: Add support for LBRv5
6538 - LP: #1397867
6539 * perf/x86/intel: Handle new arch perfmon v4 status bits
6540 - LP: #1397867
6541 * perf/x86/intel: Move PMU ACK to after LBR read
6542 - LP: #1397867
6543 * perf/x86/intel/lbr: Optimize v4 LBR unfreezing
6544 - LP: #1397867
6545 * perf/x86/intel: Add Intel Skylake PMU support
6546 - LP: #1397867
6547 * perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with
6548 call stack
6549 - LP: #1397867
6550 * perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack mode
6551 - LP: #1397867
6552 * perf/x86: Make merge_attr() global to use from perf_event_intel
6553 - LP: #1397867
6554 * perf/x86/intel: Use 0x11 as extra reg test value
6555 - LP: #1397867
6556 * perf tools: Add support for cycles, weight branch_info field
6557 - LP: #1397867
6558 * perf report: Add flag for non ANY branch mode
6559 - LP: #1397867
6560 * perf report: Add infrastructure for a cycles histogram
6561 - LP: #1397867
6562 * perf report: Add processing for cycle histograms
6563 - LP: #1397867
6564 * perf annotate: Compute IPC and basic block cycles
6565 - LP: #1397867
6566 * perf annotate: Finally display IPC and cycle accounting
6567 - LP: #1397867
6568 * perf top: Add branch annotation code to top
6569 - LP: #1397867
6570 * perf report: Display cycles in branch sort mode
6571 - LP: #1397867
6572 * perf annotate: Fix 32-bit compilation error in util/annotate.c
6573 - LP: #1397867
6574 * PM / QoS: Make it possible to expose device latency tolerance to
6575 userspace
6576 - LP: #1460908
6577 * ACPI / PM: Attach ACPI power domain only once
6578 - LP: #1460908
6579 * Driver core: wakeup the parent device before trying probe
6580 - LP: #1460908
6581 * klist: implement klist_prev()
6582 - LP: #1460908
6583 * driver core: implement device_for_each_child_reverse()
6584 - LP: #1460908
6585 * mfd: make mfd_remove_devices() iterate in reverse order
6586 - LP: #1460908
6587 * dmaengine: add a driver for Intel integrated DMA 64-bit
6588 - LP: #1460908
6589 * mfd: Add support for Intel Sunrisepoint LPSS devices
6590 - LP: #1460908
6591 * spi: pxa2xx: Add support for Intel Sunrisepoint
6592 - LP: #1397876
6593 * spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbers
6594 - LP: #1397876
6595 * spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match
6596 - LP: #1397876
6597 * spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation
6598 for it
6599 - LP: #1397876
6600 * intel_idle: Skylake Client Support
6601 - LP: #1397877
6602 * powerpc/kernel: Switch to using MAX_ERRNO
6603 - LP: #1458876
6604 * powerpc/kernel: Change the do_syscall_trace_enter() API
6605 - LP: #1458876
6606 * powerpc: Drop unused syscall_get_error()
6607 - LP: #1458876
6608 * powerpc: Don't negate error in syscall_set_return_value()
6609 - LP: #1458876
6610 * powerpc: Rework syscall_get_arguments() so there is only one loop
6611 - LP: #1458876
6612 * powerpc: Use orig_gpr3 in syscall_get_arguments()
6613 - LP: #1458876
6614 * powerpc: Change syscall_get_nr() to return int
6615 - LP: #1458876
6616 * powerpc/kernel: Add SIG_SYS support for compat tasks
6617 - LP: #1458876
6618 * powerpc/kernel: Enable seccomp filter
6619 - LP: #1458876
6620 * selftests/seccomp: Make seccomp tests work on big endian
6621 - LP: #1458876
6622 * selftests/seccomp: Add powerpc support
6623 - LP: #1458876
6624 * eCryptfs: Invalidate dcache entries when lower i_nlink is zero
6625
6626 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Sep 2015 19:17:57 -0600
6627
6628 linux (4.2.0-8.8) wily; urgency=low
6629
6630 [ Tim Gardner ]
6631
6632 * Release Tracking Bug
6633 - LP: #1493357
6634 * [Config] CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO obsolete
6635 - LP: #1488495
6636 * [Config] CONFIG_CXLFLASH=m
6637 * [Config] CONFIG_CXL_EEH=y for ppc64el, powerpc64-smp
6638
6639
6640 [ Andy Whitcroft ]
6641
6642 * [Packaging] standardise on stage1 for the bootstrap stage in line with debian
6643 * [Packaging] mark up control for stage1
6644 * [Config] kernel-versions -- clean up deps field
6645 * [Config] s390x -- build linux-libc-dev
6646 - LP: #1488653
6647 * [Packaging] control -- prepare for new kernel-wedge semantics
6648
6649 [ Upstream Kernel Changes ]
6650
6651 * crypto: vmx - Fixing AES-CTR counter bug
6652 - LP: #1484519
6653 * crypto: vmx - Fixing GHASH Key issue on little endian
6654 - LP: #1484519
6655 * powerpc: Uncomment and make enable_kernel_vsx() routine available
6656 - LP: #1484519
6657 * crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions
6658 - LP: #1484519
6659 * crypto: nx - nx842_OF_upd_status should return ENODEV if device is not
6660 'okay'
6661 - LP: #1488495
6662 * crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}
6663 - LP: #1488495
6664 * crypto: nx - do not emit extra output if status is disabled
6665 - LP: #1488495
6666 * crypto: nx - reduce chattiness of platform drivers
6667 - LP: #1488495
6668 * crypto: nx/842 - Fix context corruption
6669 - LP: #1488495
6670 * crypto: nx - remove __init/__exit from VIO functions
6671 - LP: #1488495
6672 * crypto: nx - remove pSeries NX 'status' field
6673 - LP: #1488495
6674 * crypto: nx - move kzalloc() out of spinlock
6675 - LP: #1488495
6676 * crypto: nx - don't register pSeries driver if ENODEV
6677 - LP: #1488495
6678 * crypto: nx - use common code for both NX decompress success cases
6679 - LP: #1488495
6680 * crypto: nx - merge nx-compress and nx-compress-crypto
6681 - LP: #1488495
6682 * crypto: nx - rename nx-842-crypto.c to nx-842.c
6683 - LP: #1488495
6684 * crypto: nx - make platform drivers directly register with crypto
6685 - LP: #1488495
6686 * cxlflash: Base support for IBM CXL Flash Adapter
6687 - LP: #1449121
6688 * cxlflash: Base error recovery support
6689 - LP: #1449121
6690 * cxlflash: Superpipe support
6691 - LP: #1449121
6692 * cxlflash: Virtual LUN support
6693 - LP: #1449121
6694 * cxlflash: off by one bug in cxlflash_show_port_status()
6695 - LP: #1449121
6696 * cxlflash: shift wrapping bug in afu_link_reset()
6697 - LP: #1449121
6698 * cxlflash: Remove unused variable from queuecommand
6699 - LP: #1449121
6700 * powerpc/powernv: move dma_get_required_mask from pnv_phb to
6701 pci_controller_ops
6702 * powerpc/eeh: Probe after unbalanced kref check
6703 * misc: cxl: clean up afu_read_config()
6704 * cxl: Add explicit precision specifiers
6705 * cxl: use more common format specifier
6706 * cxl: Destroy cxl_adapter_idr on module_exit
6707 * cxl: Destroy afu->contexts_idr on release of an afu
6708 * cxl: Don't ignore add_process_element() result when attaching context
6709 * cxl: Compile with -Werror
6710 * cxl: sparse: Make declarations static
6711 * cxl: sparse: Silence iomem warning in debugfs file creation
6712 * cxl: Convert MMIO read/write macros to inline functions
6713 * cxl: Drop commands if the PCI channel is not in normal state
6714 * cxl: Allocate and release the SPA with the AFU
6715 * cxl: Make IRQ release idempotent
6716 * cxl: Clean up adapter MMIO unmap path.
6717 * cxl: Refactor adaptor init/teardown
6718 * cxl: Refactor AFU init/teardown
6719 * cxl: Don't remove AFUs/vPHBs in cxl_reset
6720 * cxl: Allow the kernel to trust that an image won't change on PERST.
6721 * cxl: EEH support
6722 * cxl: Add CONFIG_CXL_EEH symbol
6723 * cxl: Plug irq_bitmap getting leaked in cxl_context
6724 * cxl: Add alternate MMIO error handling
6725 * cxl: Allow release of contexts which have been OPENED but not STARTED
6726 * cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE
6727 * cxl: Release irqs if memory allocation fails
6728 * cxl: Remove racy attempt to force EEH invocation in reset
6729 * cxl: Fix + cleanup error paths in cxl_dev_context_init
6730 * cxl: Fix force unmapping mmaps of contexts allocated through the kernel api
6731 * cxl: Set up and enable PSL Timebase
6732
6733 -- Tim Gardner <tim.gardner@canonical.com> Tue, 01 Sep 2015 07:38:43 -0600
6734
6735 linux (4.2.0-7.7) wily; urgency=low
6736
6737 [ Tim Gardner ]
6738
6739 * Release Tracking Bug
6740 - LP: #1490564
6741 * rebase to v4.2
6742
6743 [ Wen Xiong ]
6744
6745 * SAUCE: ipr: Byte swapping for device_id attribute in sysfs
6746 - LP: #1453892
6747
6748 [ Upstream Kernel Changes ]
6749
6750 * rebase to v4.2
6751 - LP: #1487345
6752
6753 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2015 07:06:10 -0600
6754
6755 linux (4.2.0-6.6) wily; urgency=low
6756
6757 [ Tim Gardner ]
6758
6759 * Release Tracking Bug
6760 - LP: #1488138
6761
6762 [ Andy Whitcroft ]
6763
6764 * rebase to v4.2-rc8
6765
6766 [ Shilpasri G Bhat ]
6767
6768 * SAUCE: cpufreq: powernv: Handle throttling due to Pmax capping at chip
6769 level
6770 - LP: #1480894
6771 * SAUCE: powerpc/powernv: Add definition of OPAL_MSG_OCC message type
6772 - LP: #1480894
6773 * SAUCE: cpufreq: powernv: Register for OCC related opal_message
6774 notification
6775 - LP: #1480894
6776 * SAUCE: cpufreq: powernv: Call throttle_check() on receiving
6777 OCC_THROTTLE
6778 - LP: #1480894
6779 * SAUCE: cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active
6780 bit is set
6781 - LP: #1480894
6782 * SAUCE: cpufreq: powernv: Restore cpu frequency to policy->cur on
6783 unthrottling
6784 - LP: #1480894
6785
6786 [ Upstream Kernel Changes ]
6787
6788 * rebase to v4.2-rc8
6789 - LP: #1483440
6790 - LP: #1484334
6791
6792 -- Tim Gardner <tim.gardner@canonical.com> Fri, 21 Aug 2015 07:12:11 -0600
6793
6794 linux (4.2.0-5.5) wily; urgency=low
6795
6796 [ Tim Gardner ]
6797
6798 * Release Tracking Bug
6799 - LP: #1487173
6800
6801 [ Andy Whitcroft ]
6802
6803 * [Packaging] correct spelling of probabaly on the tools packages
6804 - LP: #1256822
6805 * rebase to v4.2-rc7
6806
6807 [ dann frazier ]
6808
6809 * d-i: Add nicpf and nicvf to nic-modules
6810 * d-i: Enable usb modules on arm64
6811
6812 [ Mahesh Salgaonkar ]
6813
6814 * SAUCE: powerpc/powernv: display reason for Malfunction Alert HMI.
6815 - LP: #1482343
6816 * SAUCE: powerpc/powernv: Pull all HMI events before panic.
6817 - LP: #1482343
6818 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable
6819 machine check errors.
6820 - LP: #1482343
6821 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable HMI.
6822 - LP: #1482343
6823
6824 [ Vipin K Parashar ]
6825
6826 * SAUCE: powerpc/powernv: Add poweroff (EPOW, DPO) events support for
6827 PowerNV platform
6828 - LP: #1469771
6829
6830 [ Upstream Kernel Changes ]
6831
6832 * rebase to v4.2-rc7
6833
6834 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Aug 2015 09:48:40 -0600
6835
6836 linux (4.2.0-4.4) wily; urgency=low
6837
6838 [ Tim Gardner ]
6839
6840 * Release Tracking Bug
6841 - LP: #1483677
6842
6843 [ Achiad Shochat ]
6844
6845 * SAUCE: net/mlx5e: Support TX packet copy into WQE
6846 * SAUCE: net/mlx5e: TX latency optimization to save DMA reads
6847 * SAUCE: net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others
6848 * SAUCE: net/mlx5e: Input IPSEC.SPI into the RX RSS hash function
6849
6850 [ Adam Lee ]
6851
6852 * SAUCE: serial: 8250_pci: Add support for Pericom PI7C9X795[1248]
6853 - LP: #1480142
6854
6855 [ dann frazier ]
6856
6857 * [Config] CONFIG_NR_CPUS=128 on arm64
6858
6859 [ Leann Ogasawara ]
6860
6861 * [Config] d-i -- Add sfc to nic-modules udeb
6862 - LP: #1481490
6863
6864 [ Saeed Mahameed ]
6865
6866 * SAUCE: net/mlx5e: Support ETH_RSS_HASH_XOR
6867 * SAUCE: net/mlx5e: Allocate DMA coherent memory on reader NUMA node
6868
6869 [ Tim Gardner ]
6870
6871 * [Config] CONFIG_X86_INTEL_MPX=y
6872 - LP: #1460902
6873 * [Debian] change dependency on module-init-tools to kmod
6874 - LP: #1481986
6875 * rebase to v4.2-rc6
6876
6877 [ Upstream Kernel Changes ]
6878
6879 * rebase to v4.2-rc6
6880
6881 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 16:59:45 -0600
6882
6883 linux (4.2.0-3.3) wily; urgency=low
6884
6885 [ Tim Gardner ]
6886
6887 * Release Tracking Bug
6888 - LP: #1481462
6889 * SAUCE: workqueue: Make flush_workqueue() available again to non GPL modules
6890 Fixes an FTBS for at least one DKMS package.
6891
6892 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 11:26:53 -0600
6893
6894 linux (4.2.0-2.2) wily; urgency=low
6895
6896 [ Tim Gardner ]
6897
6898 * Release Tracking Bug
6899 - LP: #1481067
6900 * rebase to v4.2-rc5
6901
6902 [ Andy Whitcroft ]
6903
6904 * [Packaging] module-inclusion -- commonise copy code and simplify
6905 * [Packaging] module-inclusion -- add manual command entries
6906 * [Packaging] module blacklists -- add support for manual blacklists
6907 * [Packaging] do_common_tools should always be on
6908 * [Packaging] initscripts need installing when making the package
6909 * [Packaging] initscripts work around bug in debhelper systemd support
6910 * [Config] exclude oss modules from linux-image
6911 - LP: #1434842
6912 * hyper-v -- add hid and fb drivers to linux-virtual
6913 - LP: #1444179
6914 * ubuntu: (no-squash) vbox -- infrastructure and updater
6915 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
6916 - LP: #1426113
6917 * ubuntu: vbox -- update to 5.0.0-dfsg-1
6918 - LP: #1480879
6919 * SAUCE: vbox: follow v4.2 updates to follow_link()/put_link() API
6920 * [Config] move vbox modules into linux-image
6921
6922 [ Upstream Kernel Changes ]
6923
6924 * rebase to v4.2-rc5
6925 - LP: #1478497
6926 - LP: #1477900
6927
6928 -- Andy Whitcroft <apw@canonical.com> Mon, 03 Aug 2015 12:20:10 +0100
6929
6930 linux (4.2.0-1.1~rc1) wily; urgency=low
6931
6932 [ Andy Whitcroft ]
6933
6934 * Release Tracking Bug
6935 - LP: #1479903
6936 * Initial upload of v4.2 based kernel (currently v4.-rc4)
6937
6938 [ Upstream Kernel Changes ]
6939
6940 * rebase to v4.2-rc4
6941 - LP: #1476987
6942 - LP: #1476888
6943 * rebase to v4.2-rc3
6944 * rebase to v4.2-rc2
6945 * rebase to v4.2-rc1
6946 - LP: #1394368
6947 - LP: #1427680
6948 - LP: #1462614
6949 - LP: #1397021
6950
6951 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jul 2015 18:42:46 +0100
6952
6953 linux (4.1.0-3.3) wily; urgency=low
6954
6955 [ Andy Whitcroft ]
6956
6957 * Release Tracking Bug
6958 - LP: #1478897
6959
6960 [ Colin Ian King ]
6961
6962 * SAUCE: KEYS: ensure we free the assoc array edit if edit is valid
6963 - CVE-2015-1333
6964
6965 [ Seth Forshee ]
6966
6967 * SAUCE: overlayfs: Enable user namespace mounts for the "overlay" fstype
6968 - LP: #1478578
6969
6970 [ Upstream Kernel Changes ]
6971
6972 * sched/stop_machine: Fix deadlock between multiple stop_two_cpus()
6973 - LP: #1461620
6974 * x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
6975 * x86/nmi/64: Remove asm code that saves cr2
6976 * x86/nmi/64: Switch stacks on userspace NMI entry
6977 * x86/nmi/64: Reorder nested NMI checks
6978 * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI
6979 detection
6980
6981 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2015 11:59:03 +0100
6982
6983 linux (4.1.0-2.4) wily; urgency=low
6984
6985 [ Andy Whitcroft ]
6986
6987 * SAUCE: overlayfs: when copying up and reading directories ensure
6988 mounter had permissions V2
6989 - CVE-2015-1328
6990
6991 [ Leann Ogasawara ]
6992
6993 * Release Tracking Bug
6994 - LP: #1465419
6995
6996 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
6997
6998 linux (4.1.0-2.2) wily; urgency=low
6999
7000 [ Tim Gardner ]
7001
7002 * rebase to v4.1.3
7003 * [Config] Add i40e[vf] to d-i
7004 - LP: #1476393
7005
7006 [ Upstream Kernel Changes ]
7007
7008 * rebase to v4.1.3
7009 - LP: #1427680
7010 - LP: #1462614
7011 - LP: #1394368
7012
7013 -- Tim Gardner <tim.gardner@canonical.com> Wed, 22 Jul 2015 09:13:02 -0600
7014
7015 linux (4.1.0-1.1) wily; urgency=low
7016
7017 [ Andy Whitcroft ]
7018
7019 * SAUCE: overlay: add backwards compatible overlayfs format support V3
7020 - LP: #1395877, #1410480
7021 * SAUCE: overlayfs: when copying up and reading directories ensure
7022 mounter had permissions V2
7023 - CVE-2015-1328
7024 * [Packaging] fix up Vcs-Git: to point to launchpad
7025 * [Config] correct linux-initramfs-tool virtual linkage
7026 - LP: #1474810
7027
7028 [ Chris J Arges ]
7029
7030 * [Config] Add dm-service-time to multipath-modules
7031 - LP: #1469240
7032 * [Config] Add MTD_POWERNV_FLASH and OPAL_PRD
7033 - LP: #1464560
7034
7035 [ Jay Vosburgh ]
7036
7037 * SAUCE: fan: Proof of concept implementation (v2)
7038 - LP: #1439706
7039 * SAUCE: fan: tunnel multiple mapping mode (v3)
7040 - LP: #1470091
7041
7042 [ Leann Ogasawara ]
7043
7044 * Revert "SAUCE: ext4: disable ext4_punch_hole for indirect filesystems"
7045 * Revert "SAUCE: intel_pstate: inform user that thermald is worth
7046 considering"
7047 * Revert "SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537"
7048 * Revert "SAUCE: dm-crypt: never use write same"
7049 * Release Tracking Bug
7050 - LP: #1476333
7051
7052 [ Tim Gardner ]
7053
7054 * Rebase to v4.1
7055 - LP: #1443371
7056 * [Config] Enable Apparmor
7057 * [Config] CONFIG_OVERLAY_FS_V1=y
7058 * [Config] DEFAULT_IOSCHED="deadline" for ppc64el
7059 - LP: #1469829
7060 * [Config] CONFIG_VM86=n
7061 - LP: #1473447
7062 * [Config] ACORN_PARTITION=n
7063 - LP: #1453117
7064
7065 [ Timo Aaltonen ]
7066
7067 * [Config] Disable CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT
7068 - LP: #1473319
7069
7070 [ Upstream Kernel Changes ]
7071
7072 * efi: efivar_create_sysfs_entry() should return negative error codes
7073 * efi: Add esrt support
7074 * x86, doc: Remove cmdline_size from list of fields to be filled in for
7075 EFI handover
7076 * efi/esrt: Fix some compiler warnings
7077 * efi: dmi: List SMBIOS3 table before SMBIOS table
7078 * efi: Add 'systab' information to Documentation/ABI
7079 * ALSA: hda - restore the MIC FIXUP for some Dell machines
7080 - LP: #1473560
7081 * mtd: powernv: Add powernv flash MTD abstraction driver
7082 - LP: #1464560
7083 * powerpc/powernv: Expose OPAL APIs required by PRD interface
7084 - LP: #1464560
7085 * powerpc/powernv: Add opal-prd channel
7086 - LP: #1464560
7087 * powerpc/powernv: fix construction of opal PRD messages
7088 - LP: #1464560
7089 * powerpc/include: Add opal-prd to installed uapi headers
7090 - LP: #1464560
7091 * powerpc/powernv: Fix vma page prot flags in opal-prd driver
7092 - LP: #1464560
7093
7094 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 20 Jul 2015 10:16:06 -0700
7095
7096 linux (4.0.0-2.4) wily; urgency=low
7097
7098 [ Andy Whitcroft ]
7099
7100 * SAUCE: overlayfs: when copying up and reading directories ensure
7101 mounter had permissions V2
7102 - CVE-2015-1328
7103
7104 [ Leann Ogasawara ]
7105
7106 * Release Tracking Bug
7107 - LP: #1465419
7108
7109 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
7110
7111 linux (4.0.0-1.2) wily; urgency=low
7112
7113 [ Andy Whitcroft ]
7114
7115 * SAUCE: overlay: add backwards compatible overlayfs format support V3
7116 - LP: #1395877, #1410480
7117 * [Config] enable CONFIG_OVERLAY_FS_V1
7118
7119 [ Tai Nguyen ]
7120
7121 * SAUCE: power: reset: Add syscon reboot device node for APM X-Gene platform
7122 - LP: #1463211
7123
7124 [ Tim Gardner ]
7125
7126 * [Config] CONFIG_HIBERNATION=n for ppc64el
7127 - LP: #1463836
7128
7129 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Jun 2015 06:11:53 -0600
7130
7131 linux (4.0.0-1.1) wily; urgency=low
7132
7133 [ Leann Ogasawara ]
7134
7135 * Revert "md/raid0: fix bug with chunksize not a power of 2."
7136 - LP: #1457510
7137 * powerpc/powernv: Check image loaded or not before calling flash
7138 - LP: #1461553
7139
7140 [ Tim Gardner ]
7141
7142 * [Config] armhf: CPUFREQ_DT=y
7143 - LP: #1457781
7144
7145 [ Upstream Kernel Changes ]
7146
7147 * rebase to v4.0.5
7148 - LP: #1429756
7149 - LP: #1452175
7150 - LP: #1454656
7151 - LP: #1447909
7152 - LP: #1446517
7153 - LP: #1428947
7154 - LP: #1410704
7155 - LP: #1412800
7156 - LP: #1400215
7157 - LP: #1411193
7158 - LP: #1412800
7159 - LP: #1408295
7160 - LP: #1436745
7161
7162 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 09 Jun 2015 05:58:46 -0700
7163
7164 linux (3.19.0-10.10) vivid; urgency=low
7165
7166 [ Andy Whitcroft ]
7167
7168 * [Packaging] control -- make element ordering deterministic
7169 * [Config] allow dracult to support initramfs as well
7170 - LP: #1109029
7171 * [Packaging] generate live watchdog blacklists
7172 - LP: #1432837
7173
7174 [ Leann Ogasawara ]
7175
7176 * [Config] CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
7177 - LP: #1397860
7178 * rebase to v3.19.2
7179
7180 [ Upstream Kernel Changes ]
7181
7182 * thinkpad_acpi: support new BIOS version string pattern
7183 - LP: #1417915
7184 * arm64: Invalidate the TLB corresponding to intermediate page table
7185 levels
7186 - LP: #1432546
7187 * perf tools: Support parsing parameterized events
7188 - LP: #1430341
7189 * perf tools: Extend format_alias() to include event parameters
7190 - LP: #1430341
7191 * perf Documentation: Add event parameters
7192 - LP: #1430341
7193 * perf tools: Document parameterized and symbolic events
7194 - LP: #1430341
7195 * perf: provide sysfs_show for struct perf_pmu_events_attr
7196 - LP: #1430341
7197 * perf: add PMU_EVENT_ATTR_STRING() helper
7198 - LP: #1430341
7199 * perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helper
7200 - LP: #1430341
7201 * powerpc/perf/hv-24x7: parse catalog and populate sysfs with events
7202 - LP: #1430341
7203 * powerpc/perf/{hv-gpci, hv-common}: generate requests with counters
7204 annotated
7205 - LP: #1430341
7206 * powerpc/perf/hv-gpci: add the remaining gpci requests
7207 - LP: #1430341
7208 * powerpc/perf/hv-24x7: Document sysfs event description entries
7209 - LP: #1430341
7210 * powerpc/iommu: Remove IOMMU device references via bus notifier
7211 - LP: #1425202
7212 * powerpc/pseries: Fix endian problems with LE migration
7213 - LP: #1428351
7214 * intel_idle: support additional Broadwell model
7215 - LP: #1400970
7216 * tools/power turbostat: support additional Broadwell model
7217 - LP: #1400970
7218 * KVM: x86: flush TLB when D bit is manually changed.
7219 - LP: #1397860
7220 * Optimize TLB flush in kvm_mmu_slot_remove_write_access.
7221 - LP: #1397860
7222 * KVM: Add generic support for dirty page logging
7223 - LP: #1397860
7224 * KVM: x86: switch to kvm_get_dirty_log_protect
7225 - LP: #1397860
7226 * KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for
7227 log dirty
7228 - LP: #1397860
7229 * KVM: MMU: Add mmu help functions to support PML
7230 - LP: #1397860
7231 * KVM: MMU: Explicitly set D-bit for writable spte.
7232 - LP: #1397860
7233 * KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
7234 - LP: #1397860
7235 * KVM: x86: Add new dirty logging kvm_x86_ops for PML
7236 - LP: #1397860
7237 * KVM: VMX: Add PML support in VMX
7238 - LP: #1397860
7239 * HID: multitouch: add support of clickpads
7240 * HID: multitouch: Add support for button type usage
7241
7242 [ Upstream Kernel Changes ]
7243
7244 * rebase to v3.19.2
7245 - LP: #1428947
7246
7247 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Mar 2015 15:28:16 +0000
7248
7249 linux (3.19.0-9.9) vivid; urgency=low
7250
7251 [ Leann Ogasawara ]
7252
7253 * Release Tracking Bug
7254 - LP: #1430930
7255
7256 [ Shachar Raindel ]
7257
7258 * SAUCE: IB/core: Prevent integer overflow in ib_umem_get address
7259 arithmetic
7260 - LP: #1413741
7261 - CVE-2014-8159
7262
7263 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 11 Mar 2015 10:29:17 -0700
7264
7265 linux (3.19.0-8.8) vivid; urgency=low
7266
7267 [ Andy Whitcroft ]
7268
7269 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
7270 - LP: #1426113
7271 * rebase to stable v3.19.1
7272
7273 [ John Johansen ]
7274
7275 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
7276 - LP: #1408833
7277
7278 [ Leann Ogasawara ]
7279
7280 * Release Tracking Bug
7281 - LP: #1429940
7282
7283 [ Upstream Kernel Changes ]
7284
7285 * xen: correct bug in p2m list initialization
7286 * net/mlx5_core: Fix configuration of log_uar_page_sz
7287 - LP: #1419938
7288 * tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send
7289 - LP: #1420575
7290 * net/mlx4_core: Maintain a persistent memory for mlx4 device
7291 - LP: #1422481
7292 * net/mlx4_core: Set device configuration data to be persistent across
7293 reset
7294 - LP: #1422481
7295 * net/mlx4_core: Refactor the catas flow to work per device
7296 - LP: #1422481
7297 * net/mlx4_core: Enhance the catas flow to support device reset
7298 - LP: #1422481
7299 * net/mlx4_core: Activate reset flow upon fatal command cases
7300 - LP: #1422481
7301 * net/mlx4_core: Manage interface state for Reset flow cases
7302 - LP: #1422481
7303 * net/mlx4_core: Handle AER flow properly
7304 - LP: #1422481
7305 * net/mlx4_core: Enable device recovery flow with SRIOV
7306 - LP: #1422481
7307 * net/mlx4_core: Reset flow activation upon SRIOV fatal command cases
7308 - LP: #1422481
7309 * tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()
7310 - LP: #1428111
7311 * rebase to v3.19.1
7312 - LP: #1410704
7313 - LP: #1411193
7314 - LP: #1400215
7315
7316 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Mar 2015 10:08:29 -0700
7317
7318 linux (3.19.0-7.7) vivid; urgency=low
7319
7320 [ Andy Whitcroft ]
7321
7322 * Release Tracking Bug
7323 - LP: #1426013
7324
7325 [ Upstream Kernel Changes ]
7326
7327 * x86/irq: Fix regression caused by commit b568b8601f05
7328 * cxl: Fix leaking interrupts if attach process fails
7329 - LP: #1415102
7330 * cxl: Early return from cxl_handle_fault for a shut down context
7331 - LP: #1415102
7332 * cxl: Disable AFU debug flag
7333 - LP: #1415102
7334 * cxl: Disable SPAP register when freeing SPA
7335 - LP: #1415102
7336 * cxl: remove redundant increment of hwirq
7337 - LP: #1415102
7338 * cxl: Add tracepoints
7339 - LP: #1415102
7340 * cxl: Update CXL ABI documentation
7341 - LP: #1415102
7342 * cxl: Use image state defaults for reloading FPGA
7343 - LP: #1415102
7344 * cxl: Add image control to sysfs
7345 - LP: #1415102
7346 * cxl: Enable CAPP recovery
7347 - LP: #1415102
7348 * cxl: Add ability to reset the card
7349 - LP: #1415102
7350 * cxl: Fix device_node reference counting
7351 - LP: #1415102
7352 * cxl: Export optional AFU configuration record in sysfs
7353 - LP: #1415102
7354 * cxl: Fail AFU initialisation if an invalid configuration record is
7355 found
7356 - LP: #1415102
7357 * cxl: Add missing return statement after handling AFU errror
7358 - LP: #1415102
7359 * powerpc/eeh: Introduce flag EEH_PE_REMOVED
7360 - LP: #1415102
7361 * powerpc/eeh: Allow to set maximal frozen times
7362 - LP: #1415102
7363 * HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events
7364
7365 -- Andy Whitcroft <apw@canonical.com> Thu, 26 Feb 2015 16:00:18 +0000
7366
7367 linux (3.19.0-6.6) vivid; urgency=low
7368
7369 [ Andy Whitcroft ]
7370
7371 * systemd -- fix hyper-v units to be non-forking
7372 - LP: #1401525
7373 * [Config] move vbox modules into linux-image
7374 * ubuntu: vbox -- update to 4.3.22-dfsg-1
7375
7376 [ Brad Figg ]
7377
7378 * SAUCE: DEP8 test to run our regression tests
7379
7380 [ Paolo Pisati ]
7381
7382 * [Config] I2C_CHARDEV=y
7383 - LP: #1417032
7384
7385 [ Upstream Kernel Changes ]
7386
7387 * PCI: Fix infinite loop with ROM image of size 0
7388 * tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma
7389 * Bluetooth: ath3k: workaround the compatibility issue with xHCI
7390 controller
7391 - LP: #1400215
7392
7393 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Feb 2015 12:44:43 +0000
7394
7395 linux (3.19.0-5.5) vivid; urgency=low
7396
7397 [ Andy Whitcroft ]
7398
7399 * [Config] CONFIG_FA_DUMP=y
7400 - LP: #1415562
7401 * ubuntu: (no-squash) vbox -- infrastructure and updater
7402 * ubuntu: vbox -- update to 4.3.20-dfsg-1ubuntu1
7403 * rebase to v3.19 final
7404
7405 [ Chris J Arges ]
7406
7407 * [Config] Add ibmvfc to d-i
7408 - LP: #1416001
7409 * SAUCE: ext4: disable ext4_punch_hole for indirect filesystems
7410 - LP: #1292234
7411
7412 [ Upstream Kernel Changes ]
7413
7414 * rebase to v3.19
7415
7416 -- Andy Whitcroft <apw@canonical.com> Mon, 09 Feb 2015 10:41:11 +0000
7417
7418 linux (3.19.0-4.4) vivid; urgency=low
7419
7420 [ Andy Whitcroft ]
7421
7422 * [Config] apply Kernel hacking >> Tracers config defaults
7423 * hyper-v -- fix comment handing in /etc/network/interfaces
7424 - LP: #1413020
7425 * rebase to v3.19-rc7
7426 * updateconfigs following rebase to v3.19-rc7
7427
7428 [ Ben Hutchings ]
7429
7430 * SAUCE: rtsx_usb_ms: Use msleep_interruptible() in polling loop
7431 - LP: #1413149
7432
7433 [ Upstream Kernel Changes ]
7434
7435 * rebase to v3.19-rc7
7436
7437 -- Andy Whitcroft <apw@canonical.com> Mon, 02 Feb 2015 17:03:07 +0200
7438
7439 linux (3.19.0-3.3) vivid; urgency=low
7440
7441 [ Andy Whitcroft ]
7442
7443 * [Debian] arm64 -- build ubuntu drivers
7444 - LP: #1411284
7445 * [Packaging] config-check -- add support for enforced annotations
7446 * [Config] annotations -- switch to ENFORCED annotations
7447 * [Packaging] config-check -- drop support for enforce file
7448 * [Packaging] enforce -- drop empty enforce file
7449 * rebase to v3.19-rc5
7450 * [Config] add modules removed due to tighter dependencies
7451 * [Config] updateconfigs following rebase to v3.19-rc5
7452 * [Config] enforce CONFIG_FHANDLE=y
7453 - LP: #1412543
7454 * [Packaging] hyper-v -- daemons now require -n for non-forking startup
7455 - LP: #1408355
7456 * [Config] CONFIG_DEBUG_INFO_SPLIT=n
7457 - LP: #1413646
7458 * [Config] apply Device Drivers >> Character devices >> IPMI top-level
7459 message handler config defaults
7460 * [Config] apply Device Drivers >> Character devices >> Serial drivers
7461 config defaults
7462 * [Config] apply Device Drivers >> GPIO Support config defaults
7463 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
7464 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
7465 support) config defaults
7466 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
7467 Devices >> Support for frame buffer devices config defaults
7468 * [Config] apply Device Drivers >> HID support >> HID bus support >>
7469 Special HID drivers config defaults
7470 * [Config] apply Device Drivers >> Hardware Monitoring support config
7471 defaults
7472 * [Config] apply Device Drivers >> I2C support >> I2C support >> I2C
7473 Hardware Bus support config defaults
7474 * [Config] apply Device Drivers >> Industrial I/O support >> Analog to
7475 digital converters config defaults
7476 * [Config] apply Device Drivers >> Industrial I/O support >> Humidity
7477 sensors config defaults
7478 * [Config] apply Device Drivers >> Industrial I/O support >> Pressure
7479 sensors config defaults
7480 * [Config] apply Device Drivers >> Input device support >> Generic input
7481 layer (needed for keyboard, mouse, ...) >> Mice config defaults
7482 * [Config] apply Device Drivers >> Input device support >> Generic input
7483 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
7484 * [Config] apply Device Drivers >> LED Support >> LED Class Support
7485 config defaults
7486 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
7487 defaults
7488 * [Config] apply Device Drivers >> Multifunction device drivers config
7489 defaults
7490 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
7491 grabbers support >> Media test drivers config defaults
7492 * [Config] apply Device Drivers >> Multimedia support >> Media PCI
7493 Adapters config defaults
7494 * [Config] apply Device Drivers >> Multimedia support >> Remote
7495 Controller devices config defaults
7496 * [Config] apply Device Drivers >> Network device support >> Distributed
7497 Switch Architecture drivers config defaults
7498 * [Config] apply Device Drivers >> Network device support >> Network core
7499 driver support config defaults
7500 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
7501 >> Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) config
7502 defaults
7503 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
7504 >> Intel PRO/Wireless 2200BG and 2915ABG Network Connection config
7505 defaults
7506 * [Config] apply Device Drivers >> PHY Subsystem config defaults
7507 * [Config] apply Device Drivers >> Pin controllers config defaults
7508 * [Config] apply Device Drivers >> SPI support config defaults
7509 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
7510 Sound Architecture >> ALSA for SoC audio support config defaults
7511 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
7512 Sound Architecture >> FireWire sound devices config defaults
7513 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
7514 Sound Architecture >> HD-Audio config defaults
7515 * [Config] apply Device Drivers >> Staging drivers >> Lustre file system
7516 client support config defaults
7517 * [Config] apply Device Drivers >> Staging drivers >> Media staging
7518 drivers config defaults
7519 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
7520 USB Gadget Drivers >> USB functions configurable through configfs
7521 config defaults
7522 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
7523 USB Peripheral Controller config defaults
7524 * [Config] apply Networking support >> NFC subsystem support >> Near
7525 Field Communication (NFC) devices config defaults
7526 * [Config] apply Networking support >> Networking options >> Network
7527 packet filtering framework (Netfilter) >> Core Netfilter Configuration
7528 >> Netfilter nf_tables support config defaults
7529 * [Config] apply Networking support >> Networking options >> QoS and/or
7530 fair queueing >> Actions config defaults
7531 * [Config] apply Networking support >> Networking options >> TCP/IP
7532 networking config defaults
7533 * [Config] apply Networking support >> Wireless >> Generic IEEE 802.11
7534 Networking Stack (mac80211) config defaults
7535 * [Config] apply Device Drivers >> Input device support >> Generic input
7536 layer (needed for keyboard, mouse, ...) >> Keyboards config defaults
7537 * [Config] apply Device Drivers >> Input device support >> Generic input
7538 layer (needed for keyboard, mouse, ...) >> Mice config defaults
7539 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
7540 config defaults
7541 * [Config] apply Networking support >> Networking options >> Network
7542 packet filtering framework (Netfilter) >> IP: Netfilter Configuration
7543 >> IPv4 NAT config defaults
7544 * [Config] apply Networking support >> Networking options >> Network
7545 packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration
7546 >> IPv6 NAT config defaults
7547 * [Config] apply Kernel hacking >> Kernel debugging config defaults
7548 * [Config] apply General setup >> Timers subsystem >> Timer tick handling
7549 config defaults
7550 * SAUCE: arm64 -- psci tell the compiler which registers we are needing
7551 values in
7552 - LP: #1414002
7553 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
7554 >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N
7555 (iwlwifi) config defaults
7556 * [Config] apply Device Drivers >> Real Time Clock config defaults
7557 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
7558 support >> SCSI low-level drivers config defaults
7559 * [Config] apply General setup >> CPU/Task time and stats accounting >>
7560 Cputime accounting config defaults
7561 * [Config] apply Device Drivers >> Mailbox Hardware Support config
7562 defaults
7563 * rebase to v3.19-rc6
7564 * [Config] updateconfigs following rebase to v3.19-rc6
7565
7566 [ Kamal Mostafa ]
7567
7568 * [Packaging] force "dpkg-source -I -i" behavior
7569
7570 [ Leann Ogasawara ]
7571
7572 * [Config] Disable CONFIG_USB_OTG
7573 - LP: #1411295
7574
7575 [ Upstream Kernel Changes ]
7576
7577 * overlay: add backwards compatible overlayfs format support (fixes)
7578 - LP: #1410480
7579
7580 [ Upstream Kernel Changes ]
7581
7582 * rebase to v3.19-rc5
7583 * rebase to v3.19-rc6
7584
7585 -- Andy Whitcroft <apw@canonical.com> Mon, 26 Jan 2015 11:37:39 +0000
7586
7587 linux (3.19.0-2.2) vivid; urgency=low
7588
7589 [ Andy Whitcroft ]
7590
7591 * rebase to v3.19-rc4
7592 * [Config] updateconfigs following rebase to v3.19-rc4
7593 * [Packaging] install all dtb files
7594 - LP: #1408002
7595 * [Config] switch on "all" dtbs
7596 - LP: #1408002
7597
7598 [ Colin Ian King ]
7599
7600 * SAUCE: drivers/rtc/interface.c: ignore exprired times when enqueing new
7601 timers
7602 - LP: #1333569
7603
7604 [ Joseph Salisbury ]
7605
7606 * [Config] Enable CONFIG_N_GSM as module.
7607 - LP: #1404670
7608
7609 [ K. Y. Srinivasan ]
7610
7611 * SAUCE: storvsc: force SPC-3 compliance on win8 and win8 r2 hosts
7612 - LP: #1406867
7613
7614 [ Steve McIntyre ]
7615
7616 * SAUCE: efi: Expose underlying UEFI firmware platform size to userland
7617 - LP: #1409750
7618
7619 [ Upstream Kernel Changes ]
7620
7621 * rebase to v3.19-rc4
7622
7623 -- Andy Whitcroft <apw@canonical.com> Tue, 13 Jan 2015 12:35:58 +0000
7624
7625 linux (3.19.0-1.1) vivid; urgency=low
7626
7627 [ Andy Whitcroft ]
7628
7629 * Revert "SAUCE: AUFS -- aufs3-standalone.patch"
7630 * Revert "SAUCE: AUFS -- aufs3-mmap.patch"
7631 * Revert "SAUCE: AUFS -- aufs3-base.patch"
7632 * ubuntu: AUFS3 -- follow switch to vfs_fallocate
7633 * rebase to v3.19-rc1
7634 * rebase to v3.19-rc2
7635 * [Config] defaultconfigs following rebase to v3.19-rc2
7636 * ubuntu: aufs3 -- follow rename of d_child
7637 * ubuntu: aufs3 -- follow switch to d_splice_alias
7638 * ubuntu: aufs3 -- follow switch to get_unused_fd_flags()
7639 * ubuntu: aufs3 -- follow rename for d_alias
7640 * apparmor -- follow change to this_cpu_ptr
7641 * disable module checks for rebase
7642 * ubuntu: AUFS -- substrate: aufs3-base.patch
7643 * ubuntu: AUFS -- substrate: aufs3-mmap.patch
7644 * ubuntu: AUFS -- substrate: aufs3-standalone.patch
7645 * ubuntu: AUFS -- update to 92ad9cc8bd289bf8e59b6bd8d83137d8e1a58c1c
7646 * [Configs] updateconfigs following aufs update
7647 * v3.19 series start
7648 * rebase to v3.19-rc3
7649 * [Configs] updateconfigs following rebase to v3.19-rc3
7650 * [Packaging] uploadnum should be the remainder of the version
7651 - LP: #1407755
7652 * [Packaging] handle dts directories
7653 - LP: #1408004
7654 * [Config] follow move of arm64 dts' into vendor directories
7655
7656 [ Upstream Kernel Changes ]
7657
7658 * arm64: optimized copy_to_user and copy_from_user assembly code
7659 - LP: #1400349
7660 * iommu/ipmmu-vmsa: follow flag switch to IOMMU_NOEXEC
7661
7662 [ Upstream Kernel Changes ]
7663
7664 * rebase to v3.19-rc1
7665 - LP: #1173681
7666 * rebase to v3.19-rc2
7667 * rebase to v3.19-rc3
7668
7669 -- Andy Whitcroft <apw@canonical.com> Tue, 06 Jan 2015 14:30:02 +0000
7670
7671 linux (3.18.0-7.8) vivid; urgency=low
7672
7673 [ Leann Ogasawara ]
7674
7675 * Release Tracking Bug
7676 - LP: #1401590
7677
7678 [ John Johansen ]
7679
7680 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
7681 - LP: #1362199
7682 * SAUCE: Revert: fix: only allow a single threaded process to ...
7683 - LP: #1371310
7684 * SAUCE: (no-up) fix: bad unix_addr_fs macro
7685 - LP: #1390223
7686 * SAUCE: (no-up) apparmor: add parameter to control whether policy
7687 hashing is used
7688 - LP: #1383886
7689 * [config] set apparmor config options
7690
7691 [ Seth Forshee ]
7692
7693 * [Config] CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n
7694 - LP: #1398458
7695
7696 [ Upstream Kernel Changes ]
7697
7698 * mfd: rtsx: Fix PM suspend for 5227 & 5249
7699 - LP: #1359052
7700 * mmc: sdhci-pci-o2micro: Fix Dell E5440 issue
7701 - LP: #1346067
7702
7703 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 11 Dec 2014 08:36:36 -0800
7704
7705 linux (3.18.0-6.7) vivid; urgency=low
7706
7707 [ Andy Whitcroft ]
7708
7709 * Revert "SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
7710 assembly code"
7711 - LP: #1398596
7712 * rebase to v3.18
7713
7714 [ Chris J Arges ]
7715
7716 * [Config] CONFIG_PCIEASPM_DEBUG=y
7717 - LP: #1398544
7718
7719 [ Paolo Pisati ]
7720
7721 * [Config] armhf: VIRTIO_[BALLOON|MMIO]=y
7722 - LP: #1396470
7723
7724 [ Upstream Kernel Changes ]
7725
7726 * drivers:scsi:storvsc: Fix a bug in handling ring buffer failures that
7727 may result in I/O freeze
7728 - LP: #1400289
7729
7730 [ Upstream Kernel Changes ]
7731
7732 * rebase to v3.18
7733
7734 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 08 Dec 2014 09:15:17 -0800
7735
7736 linux (3.18.0-5.6) vivid; urgency=low
7737
7738 [ Leann Ogasawara ]
7739
7740 * Release Tracking Bug
7741 - LP: #1398109
7742
7743 [ Andy Whitcroft ]
7744
7745 * [Config] CONFIG_SCSI_MQ_DEFAULT=n
7746 - LP: #1397061
7747 * rebase to v3.18-rc7
7748
7749 [ Chris J Arges ]
7750
7751 * [Config] CONFIG_SCOM_DEBUGFS=y for powerpc/powerpc64-smp
7752 ppc64el/generic
7753 - LP: #1395855
7754
7755 [ Upstream Kernel Changes ]
7756
7757 * rebase to v3.18-rc7
7758 - LP: #1389497
7759
7760 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 01 Dec 2014 10:09:09 -0800
7761
7762 linux (3.18.0-4.5) vivid; urgency=low
7763
7764 [ Leann Ogasawara ]
7765
7766 * Release Tracking Bug
7767 - LP: #1395891
7768
7769 [ Andy Whitcroft ]
7770
7771 * rebase to v3.18-rc6
7772 * [Config] update configs following rebase to v3.18-rc6
7773 * [Config] enable overlayfs v1 support
7774
7775 [ Tim Gardner ]
7776
7777 * rebase to v3.18-rc5
7778
7779 [ Upstream Kernel Changes ]
7780
7781 * overlay: add backwards compatible overlayfs format support
7782 - LP: #1395877
7783
7784 [ Upstream Kernel Changes ]
7785
7786 * rebase to v3.18-rc5
7787 * rebase to v3.18-rc6
7788
7789 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 24 Nov 2014 13:12:48 -0800
7790
7791 linux (3.18.0-3.4) vivid; urgency=low
7792
7793 [ Andy Whitcroft ]
7794
7795 * Revert "[Config] CONFIG_AUFS_FS=n for FTBS"
7796 * Revert "SAUCE: AUFS -- update to
7797 dcf336a754c86d5ee1c3d50699fd75c586d037cb"
7798 * Revert "SAUCE: aufs3 -- (no-up) aufs3-standalone.patch"
7799 * Revert "SAUCE: aufs3 -- (no-up) aufs3-base.patch"
7800 * [Config] amd64 is now the indep architecture
7801 * [Debian] basic hook support
7802 * SAUCE: AUFS -- aufs3-base.patch
7803 * SAUCE: AUFS -- aufs3-mmap.patch
7804 * SAUCE: AUFS -- aufs3-standalone.patch
7805 * ubuntu: AUFS -- update to 9d5c349d5c452170b8e813d86956f896a0aef170
7806 * [Config] updateconfigs following aufs3 update
7807 * SAUCE: AUFS (no-squash): basic framework and update machinary -- part 2
7808
7809 [ dann frazier ]
7810
7811 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
7812 - LP: #1388952
7813 * [Config] disable CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET
7814 * [Config] Disable CONFIG_RCU_USER_QS on arm64
7815
7816 [ Tim Gardner ]
7817
7818 * rebase to v3.18-rc4
7819
7820 [ Upstream Kernel Changes ]
7821
7822 * rebase to v3.18-rc4
7823 - LP: #1389497
7824 - LP: #1387128
7825
7826 -- Andy Whitcroft <apw@canonical.com> Tue, 11 Nov 2014 17:16:13 +0000
7827
7828 linux (3.18.0-2.2) vivid; urgency=low
7829
7830 [ Tim Gardner ]
7831
7832 * SAUCE: nft_reject_bridge.c: Include net/ip6_checksum.h
7833
7834 [ Upstream Kernel Changes ]
7835
7836 * rebase to v3.18-rc3
7837
7838 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Nov 2014 06:09:06 -0700
7839
7840 linux (3.18.0-1.1) vivid; urgency=low
7841
7842 [ Andy Whitcroft ]
7843
7844 * Revert "[Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el"
7845 * [Config] tools -- only build common tools when enabled
7846 * [Config] follow rename of DEB_BUILD_PROFILES
7847 * [Config] linux-image-extra is additive to linux-image
7848 - LP: #1375310
7849 * [Config] linux-image-extra postrm is not needed on purge
7850 * [Config] enable cloud tools on i386
7851 - LP: #1367399
7852
7853 [ Marc Dietrich ]
7854
7855 * [Config] arm/tegra/d-i: framebuffer and usb support for Tegra SoCs
7856
7857 [ Paolo Pisati ]
7858
7859 * [Config] armhf: REGULATOR_TWL4030=y
7860 * [Config] armhf: disable JUMP_LABEL
7861 - LP: #1378856
7862
7863 [ Tim Gardner ]
7864
7865 * rebase to v3.17-rc2
7866 * updateconfigs
7867 * [Config] CONFIG_NFC_ST21NFCB=n
7868 * [Config] Added net/6lowpan/* to generic inclusion list
7869 * [Config] Add arm64 to enforcer CONFIG_CC_STACKPROTECTOR
7870 * rebase to v3.17-rc3
7871 * rebase to v3.17-rc4
7872 * rebase to v3.17-rc5
7873 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y
7874 * [Config] CONFIG_XMON=y
7875 - LP: #1365655
7876 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el
7877 - LP: #1362514
7878 * [Config] CONFIG_KVM_BOOK3S_64_HV=m
7879 - LP: #1362514
7880 * [Config] CONFIG_DMA_CMA=n
7881 - LP: #1362261
7882 * [Config] Add mpt3sas to d-i
7883 - LP: #1368907
7884 * [Debian] set do_*_tools after stage1 or bootstrap is determined
7885 - LP: #1370211
7886 * [Config] CONFIG_USB_OHCI_HCD_PCI=y
7887 - LP: #1244176
7888 * rebase to v3.17-rc6
7889 * SAUCE: usbip: Update include path
7890 * [Debian] usbip tools packaging
7891 - LP: #898003
7892 * [Config] Enable usbip tools
7893 - LP: #898003
7894 * [Config] CONFIG_CRASH_DUMP=n for powerpc-smp
7895 - LP: #1363180
7896 * [Config] Correct annotation regarding CONFIG_DMA_CMA
7897 - LP: #1362261
7898 * [Config] CONFIG_SND_HDA_INTEL=n for ppc64el
7899 - LP: #1374438
7900 * [Config] CONFIG_HOTPLUG_PCI_SHPC=n for ppc64el
7901 - LP: #1374440
7902 * [Debian] Don't fail if a symlink already exists
7903 * rebase to v3.17-rc7
7904 * [Config] CONFIG_HOTPLUG_PCI_PCIE=n for ppc64el
7905 - LP: #1374440
7906 * rebase to v3.17
7907 * rebase to v3.18-rc1
7908 * [Config] CONFIG_AUFS_FS=n for FTBS
7909 * Enable vivid
7910 * [Config] CONFIG_SOUND_OSS_CORE_PRECLAIM=n
7911 - LP: #1385510
7912 * rebase to v3.18-rc2
7913 * [Debian] Fix linux-doc dangling symlinks
7914 - LP: #661306
7915 * CONFIG_MODULE_COMPRESS=n
7916 * [Config] dropped scsi_tgt from generic inclusion list
7917 * [Config] Added drivers/uio to generic inclusion list
7918 * [Config] CONFIG_PATA_MACIO=y
7919 - LP: #1378894
7920 * [Config] CONFIG_DRM_BOCHS=n
7921 * [Debian] install usbipd
7922 - LP: #898003
7923
7924 [ Upstream Kernel Changes ]
7925
7926 * rebase to v3.18-rc2
7927
7928 [ Upstream Kernel Changes ]
7929
7930 * rebase to v3.18-rc1
7931 - LP: #1316518
7932 - LP: #1371591
7933 - LP: #1357928
7934
7935 [ Upstream Kernel Changes ]
7936
7937 * rebase to v3.17
7938
7939 [ Upstream Kernel Changes ]
7940
7941 * rebase to v3.17-rc7
7942
7943 [ Upstream Kernel Changes ]
7944
7945 * rebase to v3.17-rc6
7946
7947 [ Upstream Kernel Changes ]
7948
7949 * rebase to v3.17-rc5
7950
7951 [ Upstream Kernel Changes ]
7952
7953 * rebase to v3.17-rc4
7954
7955 [ Upstream Kernel Changes ]
7956
7957 * rebase to v3.17-rc3
7958
7959 [ Upstream Kernel Changes ]
7960
7961 * rebase to v3.17-rc2
7962 - LP: #1358116
7963 - LP: #1350148
7964 - LP: #1334950
7965 - LP: #1329580
7966 - LP: #1329580
7967 - LP: #1329580
7968
7969 [ Upstream Kernel Changes ]
7970
7971 * rebase to v3.17-rc2
7972
7973 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:36:19 -0600
7974
7975 linux (3.17.0-0.0) utopic; urgency=medium
7976
7977 * Empty entry
7978
7979 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:34:44 -0600
7980
7981 linux (3.16.0-11.16) utopic; urgency=low
7982
7983 [ Mauricio Faria de Oliveira ]
7984
7985 * [Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el
7986 - LP: #1358920
7987
7988 [ Peter Zijlstra ]
7989
7990 * SAUCE: (no-up) mmu_notifier: add call_srcu and sync function for listener to delay call and sync
7991 - LP: #1361300
7992
7993 [ Tim Gardner ]
7994
7995 * [Config] CONFIG_ZPOOL=y
7996 - LP: #1360428
7997 * Release Tracking Bug
7998 - LP: #1361308
7999
8000 [ Upstream Kernel Changes ]
8001
8002 * Revert "net/mlx4_en: Fix bad use of dev_id"
8003 - LP: #1347012
8004 * net/mlx4_en: Reduce memory consumption on kdump kernel
8005 - LP: #1347012
8006 * net/mlx4_en: Fix mac_hash database inconsistency
8007 - LP: #1347012
8008 * net/mlx4_en: Disable blueflame using ethtool private flags
8009 - LP: #1347012
8010 * net/mlx4_en: current_mac isn't updated in port up
8011 - LP: #1347012
8012 * net/mlx4_core: Use low memory profile on kdump kernel
8013 - LP: #1347012
8014 * Drivers: scsi: storvsc: Change the limits to reflect the values on the host
8015 - LP: #1347169
8016 * Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host
8017 - LP: #1347169
8018 * Drivers: scsi: storvsc: Filter commands based on the storage protocol version
8019 - LP: #1347169
8020 * Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version
8021 - LP: #1347169
8022 * Drivers: scsi: storvsc: Implement a eh_timed_out handler
8023 - LP: #1347169
8024 * drivers: scsi: storvsc: Set srb_flags in all cases
8025 - LP: #1347169
8026 * drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure
8027 - LP: #1347169
8028 * namespaces: Use task_lock and not rcu to protect nsproxy
8029 - LP: #1328088
8030 * net: xgene: Check negative return value of xgene_enet_get_ring_size()
8031 * mm/zbud: change zbud_alloc size type to size_t
8032 - LP: #1360428
8033 * mm/zpool: implement common zpool api to zbud/zsmalloc
8034 - LP: #1360428
8035 * mm/zpool: zbud/zsmalloc implement zpool
8036 - LP: #1360428
8037 * mm/zpool: update zswap to use zpool
8038 - LP: #1360428
8039 * ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling
8040 - LP: #1341296
8041 * iommu/amd: Fix for pasid initialization
8042 - LP: #1361300
8043 * iommu/amd: Moving PPR fault flags macros definitions
8044 - LP: #1361300
8045 * iommu/amd: Drop oprofile dependency
8046 - LP: #1361300
8047 * iommu/amd: Fix typo in amd_iommu_v2 driver
8048 - LP: #1361300
8049 * iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid
8050 - LP: #1361300
8051 * iommu/amd: Don't free pasid_state in mn_release path
8052 - LP: #1361300
8053 * iommu/amd: Get rid of __unbind_pasid
8054 - LP: #1361300
8055 * iommu/amd: Drop pasid_state reference in ppr_notifer error path
8056 - LP: #1361300
8057 * iommu/amd: Add pasid_state->invalid flag
8058 - LP: #1361300
8059 * iommu/amd: Don't hold a reference to mm_struct
8060 - LP: #1361300
8061 * iommu/amd: Don't hold a reference to task_struct
8062 - LP: #1361300
8063 * iommu/amd: Don't call the inv_ctx_cb when pasid is not set up
8064 - LP: #1361300
8065 * iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid
8066 - LP: #1361300
8067 * iommu/amd: Remove change_pte mmu_notifier call-back
8068 - LP: #1361300
8069 * iommu/amd: Fix device_state reference counting
8070 - LP: #1361300
8071 * iommu/amd: Fix 2 typos in comments
8072 - LP: #1361300
8073
8074 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Aug 2014 08:45:54 -0400
8075
8076 linux (3.16.0-10.15) utopic; urgency=low
8077
8078 [ dann frazier ]
8079
8080 * [debian] Fix regression with ABI subversions and backport
8081
8082 [ Feng Kan ]
8083
8084 * SAUCE: (no-up) irqchip:gic: change access of gicc_ctrl register to read
8085 modify write.
8086 - LP: #1357527
8087 * SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
8088 assembly code
8089 - LP: #1358949
8090
8091 [ Stefan Bader ]
8092
8093 * SAUCE: bcache: prevent crash on changing writeback_running
8094 - LP: #1357295
8095
8096 [ Tim Gardner ]
8097
8098 * [Config] CONFIG_XFRM_STATISTICS=y
8099 * [Config] CONFIG_SECURITY_NETWORK_XFRM=y
8100 * [Config] CONFIG_SENSORS_IBMPOWERNV=m
8101 - LP: #1353005
8102 * Release Tracking Bug
8103 - LP: #1359783
8104
8105 [ Upstream Kernel Changes ]
8106
8107 * intel_idle: Broadwell support
8108 - LP: #1256170
8109 * powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
8110 - LP: #1357108
8111 * powerpc/powernv: Invoke opal call to handle hmi.
8112 - LP: #1357108
8113 * powerpc/book3s: handle HMIs for cpus in nap mode.
8114 - LP: #1357108
8115 * powerpc/book3s: Fix endianess issue for HMI handling on napping cpus.
8116 - LP: #1357108
8117 * powerpc: Add smp_mb() to arch_spin_is_locked()
8118 - LP: #1358569
8119 * powerpc: Add smp_mb()s to arch_spin_unlock_wait()
8120 - LP: #1358569
8121 * hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and
8122 temperature
8123 - LP: #1353005
8124 * tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition
8125 - LP: #1358855
8126 * printk: Add function to return log buffer address and size
8127 - LP: #1359423
8128 * powerpc/powernv: Interface to register/unregister opal dump region
8129 - LP: #1359423
8130 * bcache: fix crash on shutdown in passthrough mode
8131 - LP: #1357295
8132 * bcache: fix uninterruptible sleep in writeback thread
8133 - LP: #1357295
8134
8135 [ Vinayak Kale ]
8136
8137 * SAUCE: (no-up) dt-bindings: Add Potenza PMU binding
8138 - LP: #1357527
8139 * SAUCE: (no-up) arm64: dts: Add PMU node for APM X-Gene Storm SOC
8140 - LP: #1357527
8141
8142 -- Tim Gardner <tim.gardner@canonical.com> Fri, 15 Aug 2014 12:34:33 -0600
8143
8144 linux (3.16.0-9.14) utopic; urgency=low
8145
8146 [ Tim Gardner ]
8147
8148 * Release Tracking Bug
8149 - LP: #1357370
8150
8151 [ Serge Hallyn ]
8152
8153 * SAUCE: Overlayfs: allow unprivileged mounts
8154 - LP: #1357025
8155
8156 [ Upstream Kernel Changes ]
8157
8158 * MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
8159 * Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
8160 * dts: Add bindings for APM X-Gene SoC ethernet driver
8161 * drivers: net: Add APM X-Gene SoC ethernet driver support.
8162 * powerpc/thp: Add write barrier after updating the valid bit
8163 - LP: #1357014
8164 * powerpc/thp: Don't recompute vsid and ssize in loop on invalidate
8165 - LP: #1357014
8166 * powerpc/thp: Invalidate old 64K based hash page mapping before insert
8167 of 4k pte
8168 - LP: #1357014
8169 * powerpc/thp: Handle combo pages in invalidate
8170 - LP: #1357014
8171 * powerpc/thp: Invalidate with vpn in loop
8172 - LP: #1357014
8173 * powerpc/thp: Use ACCESS_ONCE when loading pmdp
8174 - LP: #1357014
8175 * powerpc/mm: Use read barrier when creating real_pte
8176 - LP: #1357014
8177 * powerpc/thp: Add tracepoints to track hugepage invalidate
8178 - LP: #1357014
8179 * rebase to v3.16.1
8180
8181 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Aug 2014 08:18:02 -0400
8182
8183 linux (3.16.0-8.13) utopic; urgency=low
8184
8185 [ Tim Gardner ]
8186
8187 * Release Tracking Bug
8188 - LP: #1356403
8189
8190 [ dann frazier ]
8191
8192 * [debian] Allow for package revisions condusive for branching
8193
8194 [ Upstream Kernel Changes ]
8195
8196 * ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controller driver.
8197 - LP: #1350087
8198 * ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA Host controller driver.
8199 - LP: #1350087
8200 * powerpc/powernv: Enable M64 aperatus for PHB3
8201 - LP: #1355469
8202 * powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE
8203 - LP: #1352994
8204 * powerpc: Add machine_early_initcall()
8205 - LP: #1352640
8206 * powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall()
8207 - LP: #1352640
8208 * powerpc/eeh: Avoid event on passed PE
8209 - LP: #1352640
8210 * powerpc/eeh: EEH support for VFIO PCI device
8211 - LP: #1352640
8212 * powerpc/eeh: sysfs entries lost
8213 - LP: #1352640
8214 * powerpc/powernv: Fix IOMMU table for VFIO dev
8215 - LP: #1352640
8216 * powerpc/eeh: Fetch IOMMU table in reliable way
8217 - LP: #1352640
8218 * powerpc/eeh: Refactor EEH flag accessors
8219 - LP: #1352640
8220 * powerpc/eeh: Selectively enable IO for error log
8221 - LP: #1352640
8222 * powerpc/eeh: Reduce lines of log dump
8223 - LP: #1352640
8224 * powerpc/eeh: Replace pr_warning() with pr_warn()
8225 - LP: #1352640
8226 * powerpc/eeh: Make diag-data not endian dependent
8227 - LP: #1352640
8228 * powerpc/eeh: Aux PE data for error log
8229 - LP: #1352640
8230 * PCI: Support BAR sizes up to 128GB
8231 - LP: #1352640
8232 * powerpc/powernv: Allow to freeze PE
8233 - LP: #1352640
8234 * powerpc/powernv: Split ioda_eeh_get_state()
8235 - LP: #1352640
8236 * powerpc/powernv: Handle compound PE
8237 - LP: #1352640
8238 * powerpc/powernv: Handle compound PE for EEH
8239 - LP: #1352640
8240 * powerpc/powernv: Handle compound PE in config accessors
8241 - LP: #1352640
8242 * mnt: Only change user settable mount flags in remount
8243 - LP: #1356318
8244 - CVE-2014-5206
8245 * mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
8246 - LP: #1356318
8247 - CVE-2014-5206
8248 * mnt: Correct permission checks in do_remount
8249 - LP: #1356323
8250 - CVE-2014-5207
8251 * mnt: Change the default remount atime from relatime to the existing value
8252 - LP: #1356323
8253 - CVE-2014-5207
8254
8255 -- Tim Gardner <tim.gardner@canonical.com> Sun, 10 Aug 2014 09:10:51 -0600
8256
8257 linux (3.16.0-7.12) utopic; urgency=low
8258
8259 [ Andy Whitcroft ]
8260
8261 * rebase to v3.16 final
8262 * [Config] d-i -- add virtio_scsi to virtio-modules
8263 - LP: #1342000
8264
8265 [ dann frazier ]
8266
8267 * [Packaging] Fix 'printchanges' to work with versions containing '+'
8268
8269 [ Tim Gardner ]
8270
8271 * [Config] CONFIG_MICROCODE=y
8272 - LP: #1084373
8273 * [Config] CONFIG_CONTEXT_TRACKING_FORCE=n
8274 - LP: #1349028
8275 * [Config] Add hv_balloon to d-i virtio-modules
8276 - LP: #1292216
8277 * Release Tracking Bug
8278 - LP: #1354530
8279
8280 [ Upstream Kernel Changes ]
8281
8282 * rebase to v3.16
8283
8284 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Jul 2014 09:55:15 -0400
8285
8286 linux (3.16.0-6.11) utopic; urgency=low
8287
8288 [ Paolo Pisati ]
8289
8290 * [Config] armhf: MXS_DMA=y && MTD_NAND_GPMI_NAND=m
8291 * [Config] armhf: KEYBOARD_IMX=m
8292 * [Config] armhf: build cubox & imx6 DTBs
8293 * [Config] armhf: RTC_DRV_PCF8523=y
8294
8295 [ Tim Gardner ]
8296
8297 * [Config] CONFIG_KEYS_DEBUG_PROC_KEYS=y
8298 - LP: #1344405
8299 * [Config] CONFIG_SCSI_IPR_TRACE=y, CONFIG_SCSI_IPR_DUMP=y
8300 - LP: #1343109
8301 * Release Tracking Bug
8302 - LP: #1349196
8303
8304 [ Upstream Kernel Changes ]
8305
8306 * rebase to v3.16-rc7
8307
8308 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Jul 2014 09:08:55 -0400
8309
8310 linux (3.16.0-5.10) utopic; urgency=low
8311
8312 [ Tim Gardner ]
8313
8314 * Release Tracking Bug
8315 - LP: #1346298
8316 * [Config] CONFIG_GPIO_SYSFS=y
8317 - LP: #1342153
8318 * rebase to v3.16-rc6
8319
8320 [ Paolo Pisati ]
8321
8322 * [Config] enable ARCH_MVEBU*
8323 * [Config] AHCI_MVEBU=m
8324 * [Config] ARMADA_THERMAL=y
8325 * [Config] ARM_ARMADA_370_XP_CPUIDLE=y
8326 * [Config] CRYPTO_DEV_MV_CESA=m
8327 * [Config] I2C_MV64XXX=m
8328 * [Config] MMC_MVSDIO=m
8329 * [Config] MMC_SDHCI_DOVE=m
8330 * [Config] MTD_NAND_ORION=m
8331 * [Config] MTD_NAND_PXA3xx=m
8332 * [Config] MVNETA=m
8333 * [Config] MV_XOR=y
8334 * [Config] ORION_WATCHDOG=m
8335 * [Config] PCI_MVEBU=y
8336 * [Config] RTC_DRV_MV=y
8337 * [Config] SND_KIRKWOOD_SOC*=m
8338 * [Config] SPI_ORION=m
8339 * [Config] USB_XHCI_MVEBU=m
8340 * [Config] armhf: build all Armada and Dove DTBs
8341 * [Config] armhf: SERIAL_8250_DW=y
8342
8343 [ Upstream Kernel Changes ]
8344
8345 * rebase to v3.16-rc6
8346
8347 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Jul 2014 07:49:42 -0400
8348
8349 linux (3.16.0-4.9) utopic; urgency=low
8350
8351 [ Tim Gardner ]
8352
8353 * Release Tracking Bug
8354 - LP: #1341543
8355
8356 [ Upstream Kernel Changes ]
8357
8358 * rebase to v3.16-rc5
8359
8360 -- Tim Gardner <tim.gardner@canonical.com> Sun, 13 Jul 2014 21:30:27 -0400
8361
8362 linux (3.16.0-3.8) utopic; urgency=low
8363
8364 [ Tim Gardner ]
8365
8366 * Release Tracking Bug
8367 - LP: #1340091
8368
8369 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jul 2014 10:06:47 +0100
8370
8371 linux (3.16.0-2.7) utopic; urgency=low
8372
8373 [ Andy Whitcroft ]
8374
8375 * ubuntu: aufs3 -- avoid aufs3-mmap.patch include hell for arm64
8376 ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
8377
8378 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Jul 2014 16:16:28 +0100
8379
8380 linux (3.16.0-2.6) utopic; urgency=low
8381
8382 [ Andy Whitcroft ]
8383
8384 * Revert "ubuntu: aufs3 -- (no-up) aufs3-mmap.patch"
8385 Fixes FTBS.
8386
8387 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 17:29:26 +0100
8388
8389 linux (3.16.0-2.5) utopic; urgency=low
8390
8391 [ Andy Whitcroft ]
8392
8393 * ubuntu -- fix basic format for ubuntu/Makefile
8394 * ubuntu: AUFS (no-squash): basic framework and update machinary
8395 * ubuntu: aufs3 -- update update scripting
8396 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
8397 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
8398 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
8399 * ubuntu: AUFS -- update to dcf336a754c86d5ee1c3d50699fd75c586d037cb
8400 * [Configs] AUFS configs
8401 * ubuntu: aufs3 -- reenable
8402
8403 [ Tim Gardner ]
8404
8405 * CONFIG_LATENCYTOP=n
8406
8407 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 15:27:35 +0100
8408
8409 linux (3.16.0-2.4) utopic; urgency=low
8410
8411 [ Andy Whitcroft ]
8412
8413 * [Config] flip VIRTIO*=y
8414 * [Config] commonise CONFIG_SWIOTLB=y
8415 * [Config] apply Bus options (PCI etc.) >> PCI support config defaults
8416 * [Config] apply Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED)
8417 config defaults
8418 * [Config] apply Device Drivers >> Block devices config defaults
8419 * [Config] apply Device Drivers >> Character devices config defaults
8420 * [Config] apply Device Drivers >> DMA Engine support config defaults
8421 * [Config] apply Device Drivers >> EDAC (Error Detection And Correction)
8422 reporting config defaults
8423 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
8424 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
8425 support) config defaults
8426 * [Config] apply Device Drivers >> GPIO Support config defaults
8427 * [Config] apply Device Drivers >> Graphics support >> Console display
8428 driver support config defaults
8429 * [Config] apply Device Drivers >> IIO staging drivers >> Accelerometers
8430 config defaults
8431 * [Config] apply Device Drivers >> IOMMU Hardware Support config defaults
8432 * [Config] apply Device Drivers >> Input device support >> Generic input
8433 layer (needed for keyboard, mouse, ...) >> Miscellaneous devices config
8434 defaults
8435 * [Config] apply Device Drivers >> Input device support >> Hardware I/O
8436 ports config defaults
8437 * [Config] apply Device Drivers >> LED Support >> LED Class Support
8438 config defaults
8439 * [Config] apply Device Drivers >> Hardware Spinlock drivers config
8440 defaults
8441 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
8442 grabbers support config defaults
8443 * [Config] apply Security options config defaults
8444 * [Config] apply Networking options >> Network packet filtering framework
8445 (Netfilter) >> Core Netfilter Configuration config defaults
8446 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
8447 defaults
8448 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
8449 Devices >> Support for frame buffer devices config defaults
8450 * [Config] apply Power management and ACPI options >> CPU Frequency
8451 scaling config defaults
8452 * [Config] apply Processor type and features config defaults
8453 * [Config] apply Partition Types config defaults
8454 * [Config] apply Power management and ACPI options config defaults
8455 * [Config] apply Device Drivers >> InfiniBand support config defaults
8456 * [Config] apply Device Drivers >> Misc devices config defaults
8457 * [Config] apply Device Drivers >> Multifunction device drivers config
8458 defaults
8459 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
8460 support >> SCSI low-level drivers config defaults
8461 * [Config] apply Device Drivers >> Network device support >> Ethernet
8462 driver support config defaults
8463 * [Config] apply Device Drivers >> Network device support >> Network core
8464 driver support config defaults
8465 * [Config] apply Device Drivers >> Network device support >> PHY Device
8466 support and infrastructure config defaults
8467 * [Config] apply File systems >> Network File Systems config defaults
8468 * [Config] apply Device Drivers >> Input device support >> Generic input
8469 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
8470 * [Config] apply Device Drivers >> Memory Technology Device (MTD) support
8471 >> NAND Device Support config defaults
8472 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
8473 >> Ralink driver support config defaults
8474 * [Config] apply Device Drivers >> Staging drivers config defaults
8475 * [Config] apply Cryptographic API >> Hardware crypto devices config
8476 defaults
8477 * [Config] apply Device Drivers >> Macintosh device drivers config
8478 defaults
8479 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
8480 config defaults
8481 * [Config] apply Device Drivers >> PPS support config defaults
8482 * [Config] apply Device Drivers >> Sound card support config defaults
8483 * [Config] apply Networking support >> RF switch subsystem support config
8484 defaults
8485 * [Config] apply Library routines config defaults
8486 * [Config] apply Device Drivers >> CODEC drivers config defaults
8487 * [Config] apply Device Drivers >> PHY Subsystem config defaults
8488 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
8489 config defaults
8490 * [Config] apply Kernel hacking >> Tracers config defaults
8491 * [Config] apply Kernel hacking >> Runtime Testing config defaults
8492 * [Config] apply Kernel hacking >> Architecture: powerpc config defaults
8493 * [Config] apply Device Drivers >> USB support config defaults
8494 * [Config] apply Device Drivers >> Power supply class support config
8495 defaults
8496 * [Config] apply Device Drivers >> USB Network Adapters config defaults
8497 * [Config] apply General setup >> IRQ subsystem config defaults
8498 * [Config] apply General setup config defaults
8499 * [Config] apply File systems >> Miscellaneous filesystems config
8500 defaults
8501 * [Config] apply File systems config defaults
8502 * [Config] apply Device Drivers >> Userspace I/O drivers config defaults
8503 * [Config] apply Device Drivers >> Virtio drivers config defaults
8504 * [Config] apply Device Drivers >> USB Peripheral Controller config
8505 defaults
8506 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
8507 support >> SCSI Transports config defaults
8508 * [Config] apply Device Drivers >> Real Time Clock config defaults
8509 * [Config] apply Device Drivers >> Serial ATA and Parallel ATA drivers
8510 (libata) config defaults
8511 * [Config] apply Device Drivers >> SoC Audio for Freescale CPUs config
8512 defaults
8513 * [Config] apply Device Drivers >> Voltage and Current Regulator Support
8514 config defaults
8515 * [Config] apply Device Drivers >> USB Physical Layer drivers config
8516 defaults
8517 * [Config] apply Device Drivers >> Watchdog Timer Support config defaults
8518 * [Config] powerpc-powerpc-e500mc FTBFS -- CONFIG_CRASH_DUMP=n
8519 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_IMA=n
8520 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_HIBERNATION=n
8521 CONFIG_HOTPLUG_CPU=n
8522 * [Config] ppc64el-generic FTBFS -- CONFIG_LUSTRE_FS=n
8523 * [Config] drivers/message/fusion needs scsi_transport_spi in virtual
8524 * [Config] drivers/acpi/acpi_ipmi.ko needs
8525 drivers/char/ipmi/ipmi_msghandler.ko in virtual
8526 * [Config] armhf-* FTBFS -- CONFIG_STACK_TRACER=n
8527 CONFIG_FUNCTION_TRACER=n
8528 * [Config] ignore modules changing following major config changes
8529
8530 [ Tim Gardner ]
8531
8532 * rebase to v3.16-rc4
8533
8534 [ Upstream Kernel Changes ]
8535
8536 * rebase to v3.16-rc4
8537 - LP: #1297581
8538
8539 -- Andy Whitcroft <apw@canonical.com> Thu, 03 Jul 2014 11:00:43 +0100
8540
8541 linux (3.16.0-1.3) utopic; urgency=low
8542
8543 [ Andy Whitcroft ]
8544
8545 * Revert "Disable do_tools_perf for FTBS"
8546 * SAUCE: fix perf_regs definitions for arm64
8547
8548 [ Paolo Pisati ]
8549
8550 * [Config] armhf: ARCH_EXYNOS5* support
8551 * [Config] armhf: CPU_IDLE=y and ARM_EXYNOS_CPUIDLE=y
8552 * [Config] armhf: EXYNOS_THERMAL=y
8553 * [Config] armhf: EXYNOS_IOMMU=y
8554 * [Config] armhf: EXYNOS_ADC=m
8555 * [Config] armhf: EXYNOS_I2C_EXYNOS5=m
8556 * [Config] armhf: MMC_SDHCI_S3C=m
8557 * [Config] armhf: PCI_EXYNOS=y
8558 * [Config] armhf: PHY_EXYNOS5250_SATA=y
8559 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y
8560 * [Config] armhf: PWM_SAMSUNG=m
8561 * [Config] armhf: RTC_DRV_S3C=y
8562 * [Config] armhf: S3C2410_WATCHDOG=m
8563 * [Config] armhf: MMC_DW_EXYNOS=m
8564 * [Config] armhf: SERIAL_SAMSUNG=y
8565 * [Config] armhf: SND_SOC_SAMSUNG=m
8566 * [Config] armhf: SPI_S3C64XX=m
8567 * [Config] armhf: EXYNOS_VIDEO=y and VIDEO_SAMSUNG*=m
8568 * [Config] armhf: FB_S3C=m
8569 * [Config] armhf: build all Exynos 5 DTBs
8570 * [Config] armhf: disable CPUFREQ_EXYNOS
8571
8572 [ Tim Gardner ]
8573
8574 * rebase to v3.16-rc3
8575
8576 [ Upstream Kernel Changes ]
8577
8578 * rebase to v3.16-rc3
8579 - LP: #1331915
8580
8581 -- Tim Gardner <tim.gardner@canonical.com> Tue, 24 Jun 2014 08:58:09 -0600
8582
8583 linux (3.16.0-0.2) utopic; urgency=low
8584
8585 [ Tim Gardner ]
8586
8587 * Revert "SAUCE: intel_pstate -- toggle default to disable"
8588 - LP: #1333322
8589 * CONFIG_BOOKE_WDT=y
8590 * Disable do_tools_perf for FTBS (just until I can figure it out)
8591
8592 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Jun 2014 13:37:53 -0600
8593
8594 linux (3.16.0-0.1) utopic; urgency=low
8595
8596 [ Tim Gardner ]
8597
8598 * Release Tracking Bug
8599 - LP: #1333265
8600
8601 [ Andy Whitcroft ]
8602
8603 * [Config] cloud-tools -- add systemd units
8604 - LP: #1329027
8605
8606 [ dann frazier ]
8607
8608 * [Config] CONFIG_RTC_DRV_XGENE=y for arm64
8609 * [Config] CONFIG_NET_XGENE=m for arm64
8610 * [Config] Restrict CONFIG_POWER_RESET_SYSCON to arm64 only
8611
8612 [ Feng Kan ]
8613
8614 * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node
8615 * SAUCE: (no-up) Add documentation for generic SYSCON reboot driver.
8616 * SAUCE: (no-up) Select reboot driver for X-Gene platform.
8617
8618 [ Iyappan Subramanian ]
8619
8620 * SAUCE: (no-up) MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
8621 * SAUCE: (no-up) Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
8622 * SAUCE: (no-up) dts: Add bindings for APM X-Gene SoC ethernet driver
8623 * SAUCE: (no-up) drivers: net: Add APM X-Gene SoC ethernet driver support.
8624
8625 [ Tim Gardner ]
8626
8627 * updateconfigs
8628 * Fix arm64 crypto Makefile
8629 * [Config] CONFIG_BOOKE_WDT=n for FTBS
8630 * [Debian] Add UTS_UBUNTU_RELEASE_ABI to utsrelease.h
8631 - LP: #1327619
8632 * Disabled powerpc64-emb for FTBS
8633 * [Config] CONFIG_DRM_TEGRA=m
8634 * [Config] CONFIG_CMA_SIZE_MBYTES=64
8635 * rebase to v3.16-rc2
8636 * Clean up generic.inclusion-list warnings
8637
8638 [ Upstream Kernel Changes ]
8639
8640 * rebase to v3.16-rc2
8641 - LP: #1328587
8642 - LP: #1319291
8643 - LP: #1310512
8644 - LP: #1310512
8645 - LP: #1305480
8646
8647 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Jun 2014 12:26:09 +0000
8648
8649 linux (3.15.0-6.11) utopic; urgency=low
8650
8651 [ Adam Conrad ]
8652
8653 * Enable building the sata-modules udeb on ppc64el.
8654 - LP: #1323980
8655 * [Packaging] Set bootloader and loader on ppc64el to grub
8656
8657 [ Adam Lee ]
8658
8659 * SAUCE: (no-up) rtlwifi: rtl8723be: disable MSI interrupts mode
8660 - LP: #1310512, #1320070
8661
8662 [ Alex Hung ]
8663
8664 * SAUCE: (no-up) dell-led: add mic mute led interface
8665 - LP: #1308297
8666
8667 [ Andy Whitcroft ]
8668
8669 * [Config] d-i -- add hyperv_keyboard to serial-modules udeb
8670 - LP: #1285434
8671 * [Config] tools -- enable cpupower on ppc64el
8672 * [Config] ppc64el -- enable perf tools
8673 * [Config] powerpc -- enable perf tools
8674 * [Config] ppc64el -- reduce MAX_ORDER with 64k pages
8675 * [Config] arm64 -- enable tools
8676 - LP: #1326050
8677 * [Config] switch hyper-keyboard to virtual
8678 - LP: #1325306
8679 * [Config] fix up Breaks/Replaces on linux-cloud-tools-common to fix
8680 upgrades
8681 * SAUCE: kvm: BIOS disabled kvm support should be a warning
8682 - LP: #1300247
8683 * SAUCE: nouveau: missing outputs should be warnings
8684 - LP: #1300244
8685 * [Config] d-i -- add nvme devices to block-modules udeb
8686 - LP: #1303710
8687
8688 [ Anton Blanchard ]
8689
8690 * SAUCE: (no-up) powerpc: 64bit sendfile is capped at 2GB
8691 - LP: #1328230
8692
8693 [ Colin Ian King ]
8694
8695 * SAUCE: intel_pstate: inform user that thermald is worth considering
8696
8697 [ Dave Chiluk ]
8698
8699 * [Config] Enable CONFIG_IP_VS_IPV6=y
8700 - LP: #1300739
8701
8702 [ Paolo Pisati ]
8703
8704 * [Config] build vexpress a9 dtb
8705 - LP: #1303657
8706
8707 [ Tetsuo Handa ]
8708
8709 * SAUCE: kthread: Do not leave kthread_create() immediately upon SIGKILL.
8710
8711 [ Tim Gardner ]
8712
8713 * Release Tracking Bug
8714 - LP: #1329045
8715 * [Debian] Treat vdso install as an environment variable
8716 - LP: #1325713
8717 * [Config] Treat vdso install as an environment variable
8718 - LP: #1325713
8719 * [config] Set IPMI suppoort default to "y"
8720 * [Config] powerpc -- CONFIG_SCSI_IBMVSCSI=y
8721 * [Config] CONFIG_RT_GROUP_SCHED=n
8722 - LP: #1284731
8723 * [Config] ppc64el -- switch to 64K system pages
8724 * [Config] CONFIG_MICROCODE_EARLY=y
8725 * [Config] SND_DAVINCI_SOC && SND_AM33XX_SOC_EVM =m
8726 * [Config] armhf: DRM_TILCDC=m
8727 * SAUCE: (no-up) mei_me: Add module parameter to disable MSI
8728 * [Config] arm64: KVM=y
8729 * [Config] armhf: LEDS_TRIGGER_HEARTBEAT=y
8730 * [Config] armhf: generic: disable CPU_IDLE
8731 * [Config] armhf: CPU_FREQ=y
8732 * [Config] Add new mlx modules to d-i
8733 * [Config] Added Muti-Arch support for linux-headers-PKGVER-ABINUM, linux-tools-common, and linux-cloud-tools-common
8734 - LP: #1295112
8735 * [Config] CONFIG_EXYNOS_ADC=n, CONFIG_HW_RANDOM_EXYNOS=n, CONFIG_MMC_DW_EXYNOS=n, CONFIG_USB_DWC3_EXYNOS=n
8736 - LP: #1294353
8737 * [Config] CONFIG_ABX500_CORE=y for ppc64el
8738 * [Config] CONFIG_ALX=m for powerpc
8739 * [Config] CONFIG_ACENIC_OMIT_TIGON_I=n for ppc64el
8740 * [Config] CONFIG_ACORN_PARTITION_*=n for ppc64el
8741 * [Config] CONFIG_ANDROID=n for powerpc
8742 * [Config] CONFIG_ASYNC_RAID6_TEST=m for ppc64el
8743 * [Config] CONFIG_BIG_KEYS=y for ppc64el
8744 * [Config] CONFIG_BSD_PROCESS_ACCT=y for ppc64el
8745 * rebase to v3.15
8746 * [Config] CONFIG_PHY_XGENE=y
8747 * [Config] CONFIG_MLX4_DEBUG=y
8748 - LP: #1328256
8749 * [Config] CONFIG_POWERNV_CPUFREQ=y for powerpc, ppc64el
8750 - LP: #1324571
8751 * [Config] CONFIG_BLK_DEV_SR_VENDOR=n for ppc64el
8752 * [Config] CONFIG_CFG80211=m for ppc64el
8753 * [Config] CONFIG_CHARGER_BQ24190=m for powerpc
8754 * [Config] CONFIG_CHARGER_BQ24735=m for powerpc
8755 * [Config] CONFIG_EXPERT=y for ppc64el
8756 * [Config] CONFIG_ATA_SFF=y on ppc64el
8757 * [Config] CONFIG_ATA_GENERIC=y for ppc64el, powerpc
8758 * [Config] CONFIG_CHR_DEV_ST=m for ppc64el
8759 * [Config] CONFIG_CHECKPOINT_RESTORE=y for ppc64el
8760 * [Config] CONFIG_CHELSIO_T1_1G=y for ppc64el
8761 * [Config] CONFIG_CHR_DEV_OSST=m for ppc64el
8762 * [Config] CONFIG_CHR_DEV_SCH=m for ppc64el
8763 * [Config] CONFIG_CPU_FREQ_STAT=y for powerpc
8764 * [Config] CONFIG_DDR=y for ppc64el
8765 * [Config] CONFIG_DEBUG_BUGVERBOSE=y for powerpc
8766 * [Config] CONFIG_E100=m, CONFIG_E1000=m, CONFIG_E1000E=m for ppc64el
8767 * [Config] CONFIG_EZX_PCAP=n for all arches
8768 * [Config] CONFIG_DYNAMIC_DEBUG=y for powerpc
8769 * [Config] CONFIG_ENABLE_MUST_CHECK=n for ppc64el
8770 * [Config] CONFIG_ENABLE_WARN_DEPRECATED=n for ppc64el
8771 * [Config] CONFIG_FB_3DFX=m for all arches
8772 * [Config] CONFIG_FB_MATROX=m for ppc64el
8773 * [Config] CONFIG_FB_RADEON=m for ppc64el
8774 * [Config] CONFIG_FB_SAVAGE_I2C=y for all arches
8775 * [Config] CONFIG_FIREWIRE=m for ppc64el
8776 * [Config] CONFIG_FTR_FIXUP_SELFTEST=n for ppc64el
8777 * [Config] CONFIG_HAMRADIO=y for ppc64el
8778 * [Config] CONFIG_I2C_CHARDEV=m for ppc64el
8779 * [Config] CONFIG_I2C_MUX=m for ppc64el
8780 * [Config] CONFIG_I2C_STUB=m for ppc64el
8781 * [Config] CONFIG_I2O=m for ppc64el
8782 * [Config] CONFIG_INET_XFRM_MODE_BEET=m, CONFIG_INET_XFRM_MODE_TRANSPORT=m, CONFIG_INET_XFRM_MODE_TUNNEL=m for ppc64el
8783 * [Config] CONFIG_INFINIBAND_IPOIB_DEBUG=n, CONFIG_INFINIBAND_MTHCA_DEBUG=n for ppc64el
8784 * [Config] CONFIG_INFINIBAND_NES=m, CONFIG_INFINIBAND_OCRDMA=m, CONFIG_INFINIBAND_QIB=m for ppc64el
8785 * [Config] CONFIG_INPUT_FF_MEMLESS=m for ppc64el
8786 * [Config] CONFIG_INTERVAL_TREE_TEST=m for ppc64el
8787 * [Config] CONFIG_IPACK_BUS=m for ppc64el
8788 * [Config] CONFIG_ISDN=y for ppc64el
8789 * [Config] CONFIG_ISO9660_FS=m for ppc64el
8790 * [Config] CONFIG_KGDB=y for ppc64el
8791 * [Config] CONFIG_KVM_GUEST=y for ppc64el
8792 * [Config] CONFIG_L2TP_V3=y for powerpc
8793 * [Config] CONFIG_MAILBOX=y for ppc64el
8794 * [Config] CONFIG_MD_LINEAR=m, CONFIG_MD_RAID0=m, CONFIG_MD_RAID1=m for ppc64el
8795 * [Config] CONFIG_MEDIA_SUPPORT=m for ppc64el
8796 * [Config] CONFIG_MEMORY=y for ppc64el
8797 * [Config] CONFIG_MEMSTICK=m for ppc64el
8798 * [Config] CONFIG_MFD_SM501_GPIO=n for ppc64el
8799 * [Config] CONFIG_MMC_BLOCK=m for ppc64el
8800 * [Config] CONFIG_MOUSE_PS2=m for ppc64el
8801 * [Config] CONFIG_NET_9P=m for ppc64el
8802 * [Config] CONFIG_MSDOS_FS=m for ppc64el
8803 * [Config] CONFIG_MSI_BITMAP_SELFTEST=n for ppc64el
8804 * [Config] CONFIG_MTD=m for arm64
8805 * [Config] CONFIG_NETCONSOLE=m for ppc64el
8806 * [Config] CONFIG_NETFILTER_XT_TARGET_NOTRACK=m for ppc64el
8807 * [Config] CONFIG_NET_IPIP=m for ppc64el
8808 * [Config] CONFIG_NET_TEAM=m for all arches
8809 * [Config] CONFIG_NFC=m for ppc64el
8810 * [Config] CONFIG_NL80211_TESTMODE=n for all arches
8811 * [Config] CONFIG_NLS_CODEPAGE_437=y for powerpc
8812 * [Config] CONFIG_NLS_ASCII=m, CONFIG_NLS_ISO8859_1=m, CONFIG_NLS_UTF8=m for ppc64el
8813 * [Config] CONFIG_NOP_USB_XCEIV=m for ppc64el
8814 * [Config] CONFIG_NOTIFIER_ERROR_INJECTION=m for ppc64el
8815 * [Config] CONFIG_OPROFILE=m for ppc64el
8816 * [Config] CONFIG_PARPORT_1284=y for ppc64el
8817 * [Config] CONFIG_PARPORT_AX88796=m, CONFIG_PARPORT_PC_FIFO=y, CONFIG_PARPORT_SERIAL=m for ppc64el
8818 * [Config] CONFIG_8723AU_P2P=n
8819 * [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
8820 * [Config] CONFIG_PCNET32=m for ppc64el
8821 * [Config] CONFIG_SCSI_DH_EMC=m for ppc64el
8822 * [Config] CONFIG_SCSI_DH_HP_SW=m for ppc64el
8823 * [Config] CONFIG_SCSI_FC_ATTRS=m for ppc64el
8824 * [Config] CONFIG_SCSI_IPR=m for ppc64el
8825 * [Config] CONFIG_SCSI_LOGGING=y for ppc64el
8826 * [Config] CONFIG_SCSI_OSD_INITIATOR=m for ppc64el
8827 * [Config] CONFIG_SCSI_SCAN_ASYNC=y for ppc64el
8828 * [Config] CONFIG_SCSI_SYM53C8XX_2=m for ppc64el
8829 * [Config] CONFIG_XILINX_LL_TEMAC=m for powerpc
8830 * [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y for ppc64el
8831 * [Config] CONFIG_WLAN=y for arm64
8832 * [Config] CONFIG_VORTEX=m for ppc64el
8833 * [Config] CONFIG_WIMAX=m for ppc64el
8834 * [Config] CONFIG_WATCHDOG=y for ppc64el
8835 * [Config] CONFIG_VIRT_DRIVERS=y for ppc64el
8836 * [Config] CONFIG_VERSION_SIGNATURE="" for powerpc64-emb
8837 * [Config] CONFIG_UWB=m for ppc64el
8838 * [Config] CONFIG_USB_STORAGE=y
8839 * [Config] CONFIG_SATA_AHCI_PLATFORM=y for armhf
8840 * [Config] CONFIG_HID_RMI=m
8841 * [Config] CONFIG_HVC_DCC=n
8842 - LP: #1303657
8843
8844 [ Upstream Kernel Changes ]
8845
8846 * mm/numa: Remove BUG_ON() in __handle_mm_fault()
8847 - LP: #1323165
8848 * powerpc/powernv: Add calls to support little endian host
8849 - LP: #1327400
8850 * HID: rmi: introduce RMI driver for Synaptics touchpads
8851 * HID: rmi: do not stop the device at the end of probe
8852 * HID: rmi: check for the existence of some optional queries before reading query 12
8853 * HID: rmi: do not fetch more than 16 bytes in a query
8854 * HID: rmi: fix wrong struct field name
8855 * HID: rmi: fix masks for x and w_x data
8856 * HID: rmi: do not handle touchscreens through hid-rmi
8857 * ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops
8858 - LP: #1305480
8859 * rebase to v3.15
8860
8861 -- Tim Gardner <tim.gardner@canonical.com> Tue, 03 Jun 2014 17:02:49 +0000
8862
8863 linux (3.15.0-5.10) utopic; urgency=low
8864
8865 [ Tim Gardner ]
8866
8867 * Release Tracking Bug
8868 - LP: #1325596
8869 * [Config] CONFIG_POWERNV_CPUFREQ=y for ppc64el
8870 * rebase to v3.15-rc8
8871
8872 [ Upstream Kernel Changes ]
8873
8874 * rebase to v3.15-rc8
8875
8876 -- Tim Gardner <tim.gardner@canonical.com> Mon, 02 Jun 2014 12:59:34 +0000
8877
8878 linux (3.15.0-4.9) utopic; urgency=low
8879
8880 * no change rebuild to fix embeded debhelper.
8881
8882 -- Andy Whitcroft <apw@canonical.com> Thu, 29 May 2014 12:41:58 +0100
8883
8884 linux (3.15.0-4.8) utopic; urgency=low
8885
8886 [ Andy Whitcroft ]
8887
8888 * Release Tracking Bug
8889 - LP: #1324107
8890 * [Config] enable SECURITY_APPARMOR_UNCONFINED_INIT
8891
8892 [ Javier Martinez Canillas ]
8893
8894 * SAUCE: (no-up) apparmor: fix bug that constantly spam the console
8895 - LP: #1323526
8896
8897 [ John Johansen ]
8898
8899 * SAUCE: (no-up) apparmor: Sync to apparmor3 - alpha6 snapshot
8900 - LP: #1323528
8901 * SAUCE: (no-up) apparmor: fix apparmor spams log with warning message
8902 - LP: #1308761
8903 * SAUCE: (no-up) apparmor: fix refcount bug in apparmor pivotroot
8904 - LP: #1308765
8905 * SAUCE: (no-up): apparmor: fix apparmor refcount bug in apparmor_kill
8906 - LP: #1308764
8907 * SAUCE: (no-up): apparmor: use custom write_is_locked macro
8908 - LP: #1323530
8909
8910 [ Kamal Mostafa ]
8911
8912 * [Config] add debian/gbp.conf
8913
8914 [ Tim Gardner ]
8915
8916 * [Config] CONFIG_SATA_AHCI=m for ppc64el
8917 - LP: #1323980
8918
8919 -- Andy Whitcroft <apw@canonical.com> Wed, 28 May 2014 12:47:17 +0100
8920
8921 linux (3.15.0-3.7) utopic; urgency=low
8922
8923 [ Tim Gardner ]
8924
8925 * Release Tracking Bug
8926 - LP: #1323189
8927
8928 [ Andy Whitcroft ]
8929
8930 * [Config] autopkgtest -- need fakeroot for tests
8931
8932 [ Upstream Kernel Changes ]
8933
8934 * rebase to v3.15-rc7
8935
8936 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 May 2014 08:12:50 +0200
8937
8938 linux (3.15.0-2.6) utopic; urgency=low
8939
8940 [ Andy Whitcroft ]
8941
8942 * [Config] remove the kernel-image firmware list on clean
8943
8944 [ Martin Pitt ]
8945
8946 * [Config] autopkgtest -- switch to significantly faster rebuild
8947
8948 [ Stefan Bader ]
8949
8950 * [Config]: Add missing modules to inclusion list
8951
8952 [ Tim Gardner ]
8953
8954 * [debian] Dynamically generate the kernel-image udebs firmware list
8955 * [d-i] firmware/kernel-image is generated
8956 * rebase to v3.15-rc6
8957 * Release Tracking Bug
8958 - LP: #1322251
8959
8960 [ Upstream Kernel Changes ]
8961
8962 * rebase to v3.15-rc6
8963 - LP: #1297581
8964
8965 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 May 2014 10:51:29 -0700
8966
8967 linux (3.15.0-1.5) utopic; urgency=low
8968
8969 [ Tim Gardner ]
8970
8971 * [Config] Add apm-mustang.dtb to kernel-image udeb
8972
8973 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 May 2014 14:47:42 -0700
8974
8975 linux (3.15.0-1.4) utopic; urgency=low
8976
8977 [ Andy Whitcroft ]
8978
8979 * Revert "SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the
8980 local linux/hyperv.h"
8981 * Revert "SAUCE: (no-up) hv -- bodge hv_kvp_daemon so it can use the
8982 local linux/hyperv.h"
8983 * [Packaging] tools -- hv tools build correctly against the built headers
8984 * [Packaging] cloud-tools -- add the hv_fcopy_daemon to the package
8985 * cloud-tools -- pull in init scripts for Hyper-V daemons
8986 * cloud-tools -- detect Hyper-V VM to avoid starting
8987 * cloud-tools -- update IF_NAME to DEVICE in hv_* scripts
8988 - LP: #1295401
8989 * [Config] cloud-tools: reenable cloud-tools
8990
8991 -- Andy Whitcroft <apw@canonical.com> Sun, 18 May 2014 19:21:04 +0100
8992
8993 linux (3.15.0-1.3) utopic; urgency=low
8994
8995 [ Andy Whitcroft ]
8996
8997 * [Packaging] ppc64el is a powerpc kernel arch and needs its quirks
8998 - LP: #1318848
8999
9000 [ Ben Collins ]
9001
9002 * [Config] Switch to grub-ieee1275 as recommended on book3e systems
9003 - LP: #1318629
9004
9005 [ Tim Gardner ]
9006
9007 * [Config] CONFIG_FSL_PAMU=n
9008 - LP: #1311738
9009 * Release Tracking Bug
9010 - LP: #1320239
9011
9012 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 May 2014 07:37:07 -0600
9013
9014 linux (3.15.0-1.2) utopic; urgency=low
9015
9016 [ Tim Gardner ]
9017
9018 * Release Tracking Bug
9019 - LP: #1318171
9020 * Add rpcsec_gss_krb5 to generic inclusion list
9021 - LP: #769527
9022 * rebase to v3.15-rc5
9023
9024 [ Upstream Kernel Changes ]
9025
9026 * rebase to v3.15-rc5
9027 - LP: #1297581
9028
9029 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 May 2014 15:20:10 -0500
9030
9031 linux (3.15.0-0.1) utopic; urgency=low
9032
9033 [ Upstream Kernel Changes ]
9034
9035 * rebase to v3.15-rc4
9036 - LP: #1297581
9037 - LP: #1297581
9038 - LP: #1305133
9039 - LP: #1297581
9040 - LP: #1297581
9041 - LP: #871808
9042 - LP: #1260303
9043 - LP: #1268468
9044 - LP: #1248116
9045 - LP: #1211920
9046 - LP: #1259790
9047 - LP: #1259437
9048 - LP: #1259435
9049 - LP: #1268468
9050
9051 -- Tim Gardner <tim.gardner@canonical.com> Fri, 07 Feb 2014 09:35:13 -0700
9052
9053 linux (3.15.0-0.0) utopic; urgency=low
9054
9055 * Initial version for 3.15.
9056
9057 -- Andy Whitcroft <apw@canonical.com> Fri, 02 May 2014 15:06:39 +0100
9058
9059 linux (3.13.0-8.27) trusty; urgency=low
9060
9061 [ John Johansen ]
9062
9063 * SAUCE: Add config option to disable new apparmor 3 semantics
9064 -LP: #1270215
9065
9066 [ Tim Gardner ]
9067
9068 * [debian] Fix indep_hdrs_pkg_name
9069 - LP: #1134441
9070 * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3
9071 * Enabled lttng build
9072 * Don't build lttng for armhf
9073 lttng hates gcc-4.8 for armhf
9074 * Release Tracking Bug
9075 - LP: #1277309
9076
9077 [ Upstream Kernel Changes ]
9078
9079 * rebase to v3.13.2
9080 - LP: #1260303
9081 - LP: #1260303
9082 - LP: #1268468
9083
9084 -- Tim Gardner <tim.gardner@canonical.com> Thu, 06 Feb 2014 09:25:51 -0700
9085
9086 linux (3.13.0-7.26) trusty; urgency=low
9087
9088 [ John Johansen ]
9089
9090 * SAUCE: apparmor: fix uninitialized lsm_audit membe
9091 - LP: #1268727
9092 * Add config option to optionally enable new apparmor 3 semantics
9093
9094 [ Tim Gardner ]
9095
9096 * [Config] Add lowlatency to getabis
9097 * [Config] CONFIG_SECURITY_APPARMOR_AA3_SEMANTICS=y
9098 - LP: #1270215
9099 * Release Tracking Bug
9100 - LP: #1276810
9101
9102 [ Upstream Kernel Changes ]
9103
9104 * x86, x32: Correct invalid use of user timespec in the kernel
9105 - LP: #1274349
9106 - CVE-2014-0038
9107
9108 -- Tim Gardner <tim.gardner@canonical.com> Wed, 05 Feb 2014 15:49:44 -0500
9109
9110 linux (3.13.0-7.25) trusty; urgency=low
9111
9112 [ Andy Whitcroft ]
9113
9114 * Revert "SAUCE: fix fmd headers"
9115 * SAUCE: fix fmd headers
9116
9117 -- Andy Whitcroft <apw@canonical.com> Tue, 04 Feb 2014 09:36:09 +0000
9118
9119 linux (3.13.0-7.24) trusty; urgency=low
9120
9121 [ Stefan Bader ]
9122
9123 * [Config] Make vmwgfx driver enable the framebuffer device
9124
9125 [ Tim Gardner ]
9126
9127 * rebase to v3.13.1
9128 * [Config] CONFIG_NFS_FS=m for ppc64el
9129 * [Config] CONFIG_X86_SYSFB=n
9130 https://lists.ubuntu.com/archives/kernel-team/2014-February/038166.html
9131 * Release Tracking Bug
9132 - LP: #1275898
9133
9134 [ Upstream Kernel Changes ]
9135
9136 * i2c: piix4: Add support for AMD ML and CZ SMBus changes
9137 - LP: #1272525
9138 * i2c: piix4: Use different message for AMD Auxiliary SMBus Controller
9139 - LP: #1272525
9140 * mm: ignore VM_SOFTDIRTY on VMA merging
9141 - LP: #1274917
9142 * drm/radeon: disable dpm on BTC
9143 - LP: #1266984
9144
9145 [ Upstream Kernel Changes ]
9146
9147 * rebase to v3.13.1
9148
9149 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Jan 2014 15:24:48 +0000
9150
9151 linux (3.13.0-6.23) trusty; urgency=low
9152
9153 [ Andy Whitcroft ]
9154
9155 * [Config] fix up architecture for linux-tools
9156
9157 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jan 2014 09:00:41 +0000
9158
9159 linux (3.13.0-6.22) trusty; urgency=low
9160
9161 [ Andy Whitcroft ]
9162
9163 * [Packaging] limit linux-udebs-<flavour> to matching arch
9164 * [Config] powerpc -- disable perf to fix FTBFS
9165 * [Config] ppc64el -- fix up missing udebs
9166
9167 -- Andy Whitcroft <apw@canonical.com> Wed, 29 Jan 2014 16:00:28 +0000
9168
9169 linux (3.13.0-6.21) trusty; urgency=low
9170
9171 [ Andy Fleming ]
9172
9173 * SAUCE: net: Add support for handling queueing in hardware
9174 * SAUCE: of_mdio: Add of_phy_attach function
9175 * SAUCE: phylib: Add generic 10G driver
9176 * SAUCE: phylib: Support attaching to gen10g_driver
9177 * SAUCE: phylib: Add Clause 45 read/write functions
9178
9179 [ Andy Whitcroft ]
9180
9181 * SAUCE: fix fmd headers
9182 * [Packaging] lowlatency -- merge out of tree flavours
9183 * SAUCE: allow IRQs to be irq-threaded by default via config
9184 * [Config]: enable CONFIG_IRQ_FORCED_THREADING_DEFAULT for lowlatency
9185 * [Config] powerpc -- fix up Build-depends:
9186 * Release Tracking Bug
9187 - LP: #1273747
9188
9189 [ Ben Collins ]
9190
9191 * SAUCE: PPC: PCI: Fix pcibios_io_space_offset() so it works for 32-bit
9192 ptr/64-bit rsrcs
9193 * SAUCE: Revert "phy: vitesse make vsc824x_add_skew static"
9194 * SAUCE: Fixup freescale usb phy driver to work on ppc64
9195 * SAUCE: xgmac_mdio: Silence read errors
9196 * SAUCE: Provide booke stub for kvmppc_is_bigendian()
9197 * SAUCE: Fix stack overflow on ppc32
9198 * SAUCE: Use resource_size_t instead of long for PCI resource address
9199 * SAUCE: net/phy: Export function for use by dpaa_eth
9200 * [Packaging] powerpc -- merge out of tree powerpc arch
9201
9202 [ Bjorn Helgaas ]
9203
9204 * SAUCE: Revert "EISA: Log device resources in dmesg"
9205 - LP: #1251816
9206 * SAUCE: Revert "EISA: Initialize device before its resources"
9207 - LP: #1251816
9208
9209 [ Emil Medve ]
9210
9211 * SAUCE: phylib: Minimum hack to get the generic 10G PHY driver to work
9212 with 10G "fixed-link"s
9213
9214 [ Kumar Gala ]
9215
9216 * SAUCE: fsl_qbman: Add drivers for Freescale DPAA Qman & Bman
9217 * SAUCE: fsl_pme2: Add support for DPAA PME
9218 * SAUCE: fmd: FMD14 integration
9219 * SAUCE: dpaa_eth: Ethernet driver for Freescale QorIQ DPA Architecture
9220 * SAUCE: powerpc/85xx: Add DPAA/networking support for CoreNet
9221
9222 [ Madalin Bucur ]
9223
9224 * SAUCE: net/flow: remove sleeping and deferral mechanism from
9225 flow_cache_flush
9226 * SAUCE: net/phy: abort genphy_read_status when link changes during speed
9227 and duplex reading
9228
9229 [ Stefan Bader ]
9230
9231 * [Config] move some VMWare related modules into main package
9232 - LP: #1271669
9233
9234 [ Tim Gardner ]
9235
9236 * [Config] Add r815x to nic-modules
9237 - LP: #1273735
9238 * [Config] CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
9239 - LP: #239479
9240
9241 [ Upstream Kernel Changes ]
9242
9243 * mmc: sdhci-pci: break out definitions to header file
9244 - LP: #1239938
9245 * mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hosts
9246 - LP: #1239938
9247 * powerpc/book3e: rename interrupt_end_book3e with __end_interrupts
9248 * powerpc/book3e: support CONFIG_RELOCATABLE
9249 * book3e/kexec/kdump: enable kexec for kernel
9250 * book3e/kexec/kdump: create a 1:1 TLB mapping
9251 * book3e/kexec/kdump: introduce a kexec kernel flag
9252 * book3e/kexec/kdump: implement ppc64 kexec specfic
9253 * book3e/kexec/kdump: redefine VIRT_PHYS_OFFSET
9254 * book3e/kexec/kdump: recover "r4 = 0" to create the initial TLB
9255
9256 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jan 2014 22:59:46 +0000
9257
9258 linux (3.13.0-5.20) trusty; urgency=low
9259
9260 [ Andy Whitcroft ]
9261
9262 * [Packaging] tools -- do not make symlinks when not making packages
9263 * [Packaging] tools -- tidy up control.stub.in ordering
9264 * [Packaging] tools -- tools-common is shared and not conditional
9265 * rebase to v3.13
9266
9267 [ Dirk Brandewie ]
9268
9269 * SAUCE: intel_pstate: Add setting voltage value for baytrail P states.
9270
9271 [ KY Srinivasan ]
9272
9273 * SAUCE: Drivers: hv: vmbus: Specify the target CPU that should receive
9274 notification
9275
9276 [ Upstream Kernel Changes ]
9277
9278 * rebase to v3.13
9279 - LP: #1270603
9280
9281 -- Andy Whitcroft <apw@canonical.com> Fri, 17 Jan 2014 15:45:31 +0000
9282
9283 linux (3.13.0-4.19) trusty; urgency=low
9284
9285 [ Andy Whitcroft ]
9286
9287 * [Config] libunwind8-dev is now available for ppc64el
9288 * [Packaging] tools -- make cpupower optional
9289 * [Packaging] tools -- enable correctly for x86
9290
9291 [ Tim Gardner ]
9292
9293 * Release Tracking Bug
9294 - LP: #1269872
9295
9296 [ Upstream Kernel Changes ]
9297
9298 * SAUCE: ARM: OMAP: hwmod: Add SYSC offsets for AES IP
9299 * SAUCE: ARM: OMAP4: hwmod: Add hwmod data for AES IP
9300 * SAUCE: OMAP: AM33xx: hwmod: Correct AES module SYSC type
9301 * SAUCE: crypto: omap-aes: add error check for pm_runtime_get_sync
9302
9303 [ Upstream Kernel Changes ]
9304
9305 * rebase to 85ce70fdf48aa290b4845311c2dd815d7f8d1fa5
9306
9307 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Jan 2014 13:23:05 +0000
9308
9309 linux (3.13.0-3.18) trusty; urgency=low
9310
9311 [ Andy Whitcroft ]
9312
9313 * rebase to v3.13-rc8
9314 * [Packaging] efi -- allow EFI signatures on any arch
9315
9316 [ Tim Gardner ]
9317
9318 * [Config] Fix vcs-git path
9319 * Release Tracking Bug
9320 - LP: #1268683
9321
9322 [ Upstream Kernel Changes ]
9323
9324 * rebase to v3.13-rc8
9325
9326 -- Andy Whitcroft <apw@canonical.com> Sun, 12 Jan 2014 11:58:01 +0000
9327
9328 linux (3.13.0-2.17) trusty; urgency=low
9329
9330 [ Andy Whitcroft ]
9331
9332 * Release Tracking Bug
9333 - LP: #1267809
9334 * [Config] apply Platform support>>CPUIdle driver>>CPU Idle config
9335 defaults
9336 * [Config] apply Platform support>>CPU Frequency scaling config defaults
9337 * [Config] CONFIG_PARIDE_EPATC8=y
9338 * [Config] apply Device Drivers >> Broadcom specific AMBA config defaults
9339 * [Config] apply Bus options >> PCI support >> RapidIO support >> RapidIO
9340 Switch drivers config defaults
9341 * [Config] apply Cryptographic API config defaults
9342 * [Config] apply Device Drivers >> Common Clock Framework config defaults
9343 * [Config] apply Device Drivers >> Distributed Switch Architecture
9344 drivers config defaults
9345 * [Config] apply Device Drivers >> Graphics support >> Backlight & LCD
9346 device support config defaults
9347 * [Config] apply Device Drivers >> Graphics support >> Support for frame
9348 buffer devices >> Bootup logo config defaults
9349 * annotations -- update in tree annotations
9350 * [Config] apply Bus options >> PCI support >> RapidIO support config
9351 defaults
9352 * [Config] CONFIG_POWER_AVS=y CONFIG_RESET_CONTROLLER=y
9353 * [Config] apply Device Drivers >> 1-wire Bus Masters config defaults
9354 * [Config] apply CAN Device Drivers >> Platform CAN drivers with Netlink
9355 support config defaults
9356 * [Config] apply Device Drivers >> Character devices >> Serial drivers
9357 config defaults
9358 * [Config] apply Device Drivers >> Generic Thermal sysfs driver config
9359 defaults
9360 * [Config] apply Device Drivers >> Character devices >> TPM Hardware
9361 Support config defaults
9362 * [Config] apply Device Drivers >> Character devices config defaults
9363 * [Config] apply Device Drivers >> HID support >> USB HID support >> USB
9364 HID transport layer config defaults
9365 * [Config] apply Device Drivers >> HID support >> HID bus support config
9366 defaults
9367 * [Config] apply Device Drivers >> HID support >> USB HID support config
9368 defaults
9369 * annotations -- update in tree annotations
9370 * [Config] apply Device Drivers >> GPIO Support config defaults
9371 * [Config] update configs for apparmour update
9372
9373 [ John Johansen ]
9374
9375 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
9376 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
9377 - LP: #1208988
9378 * SAUCE: apparmor: allocate path lookup buffers during init
9379 - LP: #1208988
9380 * SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy
9381 - LP: #1236455
9382
9383 [ Tim Gardner ]
9384
9385 * Revert "[Debian] getabis: Preface module with package name"
9386 * [Config] Added ppc64el to getabis
9387 * [packaging] Bump ABI for every new release
9388
9389 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jan 2014 11:48:39 +0000
9390
9391 linux (3.13.0-1.16) trusty; urgency=low
9392
9393 * First 3.13 upload.
9394 * Release tracker
9395 - LP: #1266852
9396
9397 -- Tim Gardner <tim.gardner@canonical.com> Tue, 07 Jan 2014 09:21:26 -0700
9398
9399 linux (3.13.0-0.15) trusty; urgency=low
9400
9401 [ Tim Gardner ]
9402
9403 * rebase to v3.13-rc7
9404
9405 [ Upstream Kernel Changes ]
9406
9407 * rebase to v3.13-rc7
9408
9409 -- Tim Gardner <tim.gardner@canonical.com> Sun, 05 Jan 2014 06:13:33 -0700
9410
9411 linux (3.13.0-0.14) trusty; urgency=low
9412
9413 [ Andy Whitcroft ]
9414
9415 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
9416
9417 [ Tim Gardner ]
9418
9419 * Remove ubuntu/dm-raid4-5 in favor of CONFIG_MD_RAID456
9420 * Update lttng to Version 2.4.0-rc2
9421 * lttng: Disabled trace_kvm_async_pf_completed
9422 * [Config] CONFIG_IMA=y
9423 - LP: #1244627
9424
9425 [ Upstream Kernel Changes ]
9426
9427 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
9428
9429 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Jan 2014 12:57:13 -0700
9430
9431 linux (3.13.0-0.13) trusty; urgency=low
9432
9433 [ Andy Whitcroft ]
9434
9435 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
9436 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
9437 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
9438 * ubuntu: AUFS (no-squash): basic framework and update machinary
9439 * ubuntu: AUFS -- update to 7b136a27b021da9010d8b6c101939dd298e46be7
9440 * ubuntu: aufs3 -- enable
9441 * ubuntu: aufs3 -- update configs
9442
9443 -- Andy Whitcroft <apw@canonical.com> Thu, 02 Jan 2014 09:41:02 +0000
9444
9445 linux (3.13.0-0.12) trusty; urgency=low
9446
9447 [ Upstream Kernel Changes ]
9448
9449 * rebase to v3.13-rc6
9450
9451 -- Tim Gardner <tim.gardner@canonical.com> Tue, 31 Dec 2013 06:16:03 -0700
9452
9453 linux (3.13.0-0.11) trusty; urgency=low
9454
9455 [ Andy Whitcroft ]
9456
9457 * SAUCE: suspicious unlocked ->status reading and writing in ipc/sem.c
9458 * [Config] ppc64el -- initial defconfig based -generic flavour
9459 * [Config] initial defconfig for ppc64el
9460 * [Config] ubuntuise ppc64el config
9461 * [Config] ubuntuise ppc64el config part 2
9462 * [Config] d-i -- update empty udebs list
9463 * [Config] ppc64el -- split extras package
9464
9465 [ Anton Blanchard ]
9466
9467 * SAUCE: KVM: PPC: Book3S HV: Add little-endian guest support
9468
9469 [ Benjamin Herrenschmidt ]
9470
9471 * SAUCE: powerpc/powernv: Add calls to support little endian
9472
9473 [ Cédric Le Goater ]
9474
9475 * SAUCE: KVM: PPC: Book3S: add helper routine to load guest instructions
9476 * SAUCE: KVM: PPC: Book3S: add helper routines to detect endian order
9477 * SAUCE: KVM: PPC: Book3S: MMIO emulation support for little endian
9478 guests
9479
9480 [ Paul E. McKenney ]
9481
9482 * SAUCE: powerpc: Make 64-bit non-VMX copy_tofrom_user() bi-endian
9483
9484 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Dec 2013 16:48:55 +0000
9485
9486 linux (3.13.0-0.10) trusty; urgency=low
9487
9488 [ Andy Whitcroft ]
9489
9490 * rebase to v3.13-rc5
9491 * [Config] updateconfigs following rebase to v3.13-rc5
9492
9493 [ Upstream Kernel Changes ]
9494
9495 * rebase to v3.13-rc5
9496 - LP: #1260303
9497 - LP: #1260303
9498 - LP: #1260225
9499
9500 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Dec 2013 12:48:28 +0000
9501
9502 linux (3.13.0-0.9) trusty; urgency=low
9503
9504 [ Andy Whitcroft ]
9505
9506 * [Config] d-i -- allow missing firmware
9507
9508 -- Andy Whitcroft <apw@canonical.com> Fri, 20 Dec 2013 17:57:06 +0000
9509
9510 linux (3.13.0-0.8) trusty; urgency=low
9511
9512 [ Andy Whitcroft ]
9513
9514 * [Config] annotations -- first pass over entire config
9515 * [Config] drop libunwind8-dev from Build-Depends for ppc64el
9516
9517 [ Tim Gardner ]
9518
9519 * [Config] Add arm64 device tree files
9520 - LP: #1262901
9521
9522 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Dec 2013 18:36:43 +0000
9523
9524 linux (3.13.0-0.7) trusty; urgency=low
9525
9526 [ Rajesh B Prathipati ]
9527
9528 * SAUCE: powerpc: Make unaligned accesses endian-safe for powerpc
9529
9530 [ Tim Gardner ]
9531
9532 * [Config] CONFIG_REGULATOR_S2MPS11=n for FTBS
9533
9534 [ Upstream Kernel Changes ]
9535
9536 * rebase to v3.13-rc4
9537 - LP: #1259790
9538 - LP: #1259437
9539 - LP: #1259435
9540
9541 -- Tim Gardner <tim.gardner@canonical.com> Fri, 13 Dec 2013 07:56:34 -0700
9542
9543 linux (3.13.0-0.6) trusty; urgency=low
9544
9545 [ Paolo Pisati ]
9546
9547 * [Config] armhf: arm64: VIRTIO_[BLK|MMIO|NET|CONSOLE|BALLOON]=y
9548 * [Config] i386: amd64: VIRTIO_CONSOLE=y
9549
9550 [ Tim Gardner ]
9551
9552 * [Config] CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
9553
9554 -- Tim Gardner <tim.gardner@canonical.com> Sun, 08 Dec 2013 09:22:01 -0700
9555
9556 linux (3.13.0-0.5) trusty; urgency=low
9557
9558 [ Andy Whitcroft ]
9559
9560 * correct bug listing for v3.13-rc2 rebase
9561 * [Config] ppc64el -- create linux-libc-dev
9562 * [Debian] Improve tools version message
9563 - LP: #1257715
9564
9565 [ Serge Hallyn ]
9566
9567 * SAUCE: fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)]
9568 - LP: #1248590
9569 * SAUCE: vfs: Fix a regression in mounting proc
9570
9571 [ Tim Gardner ]
9572
9573 * [Config] Build-in ohci-pci
9574 - LP: #1244176
9575 * Rebase to v3.13-rc3
9576
9577 [ Upstream Kernel Changes ]
9578
9579 * Revert "Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID
9580 checks""
9581 - LP: #1248590
9582
9583 [ Upstream Kernel Changes ]
9584
9585 * rebase to v3.13-rc3
9586 - LP: #1256840
9587 - LP: #1256212
9588
9589 -- Tim Gardner <tim.gardner@canonical.com> Sat, 07 Dec 2013 07:55:39 -0700
9590
9591 linux (3.13.0-0.4) trusty; urgency=low
9592
9593 [ Tim Gardner ]
9594
9595 * Rebase to v3.13-rc2
9596
9597 [ Upstream Kernel Changes ]
9598
9599 * rebase to v3.13-rc2
9600
9601 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Nov 2013 23:54:05 -0500
9602
9603 linux (3.13.0-0.3) trusty; urgency=low
9604
9605 [ Andy Whitcroft ]
9606
9607 * Revert "SAUCE: Fix DocBook FTBS"
9608
9609 [ Tim Gardner ]
9610
9611 * [Debian] Re-sign modules after debug objcopy
9612 - LP: #1253155
9613 * [Config] CONFIG_EXT4_USE_FOR_EXT23=y
9614
9615 [ Upstream Kernel Changes ]
9616
9617 * doc: fix generation of device-drivers
9618 * rebase to b975dc3689fc6a3718ad288ce080924f9cb7e176
9619
9620 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Nov 2013 12:24:42 -0700
9621
9622 linux (3.13.0-0.2) trusty; urgency=low
9623
9624 [ Tim Gardner ]
9625
9626 * SAUCE: Fix DocBook FTBS
9627
9628 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Nov 2013 13:24:15 -0700
9629
9630 linux (3.13.0-0.1) trusty; urgency=low
9631
9632 [ Upstream Kernel Changes ]
9633
9634 * rebase to 7e3528c3660a2e8602abc7858b0994d611f74bc3
9635
9636 -- Tim Gardner <tim.gardner@canonical.com> Tue, 12 Nov 2013 07:28:53 -0700
9637
9638 linux (3.13.0-0.0) trusty; urgency=low
9639
9640 * Major release bump.
9641
9642 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Nov 2013 21:37:52 +0000
9643
9644 linux (3.12.0-2.7) trusty; urgency=low
9645
9646 * Fixed armhf ABI build failure.
9647 * Release tracker
9648 - LP: #1249477
9649
9650 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 16:22:45 -0700
9651
9652 linux (3.12.0-2.6) trusty; urgency=low
9653
9654 [ Joseph Salisbury ]
9655
9656 * SAUCE: tg3: Add support for new 57786 device id.
9657 - LP: #1242610
9658
9659 [ Tim Gardner ]
9660
9661 * [Config] CONFIG_OABI_COMPAT=n
9662 * [Config] add the wandboard to shipped dtb
9663 - LP: #1249421
9664 * Release tracker
9665 - LP: #1249477
9666
9667 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 12:23:18 -0700
9668
9669 linux (3.12.0-2.5) trusty; urgency=low
9670
9671 [ Andy Whitcroft ]
9672
9673 * rebase to mainline v3.12
9674 * [Config] updateconfigs following rebase to v3.12
9675 * postinst -- improve relative symlink detection with missing files
9676 - LP: #1248053
9677 * postinst -- fix unchanged link detection
9678 * [Config] update configs following addition of apparmor fixes
9679
9680 [ Anthony Wong ]
9681
9682 * SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537
9683 - LP: #1231305
9684
9685 [ John Johansen ]
9686
9687 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
9688 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
9689 - LP: #1208988
9690 * SAUCE: apparmor: allocate path lookup buffers during init
9691 - LP: #1208988
9692
9693 [ Tim Gardner ]
9694
9695 * [Config] Remove superfluous ubuntu/lttng-modules
9696
9697 [ Upstream Kernel Changes ]
9698
9699 * Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks"
9700 - LP: #1248590
9701
9702 [ Upstream Kernel Changes ]
9703
9704 * rebase to v3.12
9705 - LP: #1222850
9706
9707 [ Adam Conrad ]
9708 * etc/getabis: Fetch arm64/generic abis as well
9709
9710 -- Andy Whitcroft <apw@canonical.com> Wed, 06 Nov 2013 21:00:21 +0000
9711
9712 linux (3.12.0-1.3) trusty; urgency=low
9713
9714 [ Andy Whitcroft ]
9715
9716 * [Config] arm64 -- add arch to the configuration handlers
9717 * [Config] arm64 -- add generic flavour
9718 * [Config] arm64 -- default config
9719 * [Config] arm64 -- fix up various FTBFS config options
9720 * SAUCE: arm64: export __copy_in_user to modules
9721 * [Config] arm64 -- disable ABI/module checks
9722 * [Config] arm64 -- enforcer -- add arm64 to the enforcer
9723 * [Config] arm64 -- enable udebs for arm64
9724
9725 [ Colin Watson ]
9726
9727 * [Config] Clean up various udeb Provides
9728
9729 [ Paolo Pisati ]
9730
9731 * [Config] AHCI_IMX=y
9732 * [Config] build imx*-wandboard dtbs
9733
9734 [ Serge Hallyn ]
9735
9736 * SAUCE: device_cgroup: remove can_attach
9737
9738 [ Tim Gardner ]
9739
9740 * rebase to v3.12-rc7
9741 * SAUCE: KVM: Fix modprobe failure for kvm_intel/kvm_amd
9742 * Release tracker
9743 - LP: #1245932
9744
9745 [ Upstream Kernel Changes ]
9746
9747 * rebase to v3.12-rc7
9748 - LP: #1180881
9749 - LP: #1180881
9750 - LP: #1217957
9751
9752 -- Tim Gardner <tim.gardner@canonical.com> Sun, 27 Oct 2013 22:08:55 -0600
9753
9754 linux (3.12.0-0.2) trusty; urgency=low
9755
9756 [ Andy Whitcroft ]
9757
9758 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ
9759 CAPACITY (16) at SPC-2"
9760 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at
9761 SPC-2"
9762 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request READ
9763 CAPACITY (16) be preferred"
9764 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request VPD pages
9765 be used at SPC-2"
9766 * Revert "overlayfs: Update to v19"
9767 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: implement show_options"
9768 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: add statfs support"
9769 * Revert "ubuntu: overlayfs v18 -- -- overlay filesystem"
9770 * Revert "ubuntu: overlayfs v18 -- -- vfs: introduce
9771 clone_private_mount()"
9772 * Revert "ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to
9773 modules"
9774 * Revert "ubuntu: overlayfs v18 -- -- overlay: overlay filesystem
9775 documentation"
9776 * ubuntu: overlayfs v20 -- overlayfs: add statfs support
9777 * [Config] fix linux-libc-dev generation for arm64
9778 * [Config] fix linux-libc-dev generation for x32
9779 * [Config] add linux-libc-dev generation for ppc64el
9780
9781 [ Erez Zadok ]
9782
9783 * ubuntu: overlayfs v20 -- overlayfs: implement show_options
9784
9785 [ Miklos Szeredi ]
9786
9787 * ubuntu: overlayfs v20 -- vfs: add i_op->dentry_open()
9788 * ubuntu: overlayfs v20 -- vfs: export do_splice_direct() to modules
9789 * ubuntu: overlayfs v20 -- vfs: export __inode_permission() to modules
9790 * ubuntu: overlayfs v20 -- vfs: introduce clone_private_mount()
9791 * ubuntu: overlayfs v20 -- overlay filesystem
9792 * ubuntu: overlayfs v20 -- fs: limit filesystem stacking depth
9793
9794 [ Neil Brown ]
9795
9796 * ubuntu: overlayfs v20 -- overlay: overlay filesystem documentation
9797
9798 [ Paolo Pisati ]
9799
9800 * [Config] arm: VIRTIO_[BLK|NET|MMIO]=y
9801
9802 [ Seth Forshee ]
9803
9804 * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
9805 ThinkPads
9806 - LP: #1183856
9807
9808 [ Tim Gardner ]
9809
9810 * [Config] CONFIG_CRYPTO_CRCT10DIF=y, CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
9811 * rebase to v3.12-rc2
9812 * updateconfigs
9813 * [Config] disable CONFIG_FB_VESA enforcer check
9814 * [Config] Disable lttng for FTBS
9815 * rebase to v3.12-rc3
9816 * rebase to v3.12-rc4
9817 * [Config] CONFIG_ANDROID=n
9818 - LP: #1235161
9819 * [Config] CONFIG_L2TP_V3=y
9820 - LP: #1235914
9821 * [Config] CONFIG_USB_OTG=n for all arches
9822 * Release tracker
9823 - LP: #1242811
9824
9825 [ Upstream Kernel Changes ]
9826
9827 * scsi: hyper-v storsvc switch up to SPC-3
9828
9829 * rebase to v3.12-rc6
9830 - LP: #1235977
9831 - LP: #1235523
9832 - LP: #1239392
9833 - LP: #1227491
9834
9835 * rebase to v3.12-rc3
9836 - LP: #1231931
9837
9838 * rebase to v3.12-rc2
9839 - LP: #1213820
9840 - LP: #1213055
9841 - LP: #1198030
9842
9843 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Sep 2013 07:41:07 -0600
9844
9845 linux (3.11.0-8.15) saucy; urgency=low
9846
9847 [ Tim Gardner ]
9848
9849 * Release tracker
9850 - LP: #1227969
9851
9852 * Update lttng
9853 Updated to git://git.lttng.org/lttng-modules.git 9998f5216f4641a79e158135
9854 Version 2.3.0+
9855
9856 [ Upstream Kernel Changes ]
9857
9858 * igb: Add additional get_phy_id call for i354 devices
9859 - LP: #1219619
9860 * igb: Read flow control for i350 from correct EEPROM section
9861 - LP: #1219619
9862 * timekeeping: Fix HRTICK related deadlock from ntp lock changes
9863 Required for lttng update.
9864
9865 -- Tim Gardner <tim.gardner@canonical.com> Thu, 19 Sep 2013 07:41:49 -0600
9866
9867 linux (3.11.0-7.14) saucy; urgency=low
9868
9869 [ Andy Whitcroft ]
9870
9871 * [Packaging] sort out linux-tools naming
9872 - LP: #1205284
9873 * [Packaging] linux-tools: switch to common generic version helper
9874
9875 [ Paolo Pisati ]
9876
9877 * [Config] highbank: ecx1000: CPU_IDLE causes instabilities, disable it
9878
9879 [ Tim Gardner ]
9880
9881 * Release tracker
9882 - LP: #1226160
9883
9884 [ Tony Lindgren ]
9885
9886 * SAUCE: ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus
9887 for pandaboard
9888
9889 [ Upstream Kernel Changes ]
9890
9891 * USB: handle LPM errors during device suspend correctly
9892 - LP: #1011415
9893 * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()
9894 - LP: #1011415
9895 * usb: Don't fail port power resume on device disconnect.
9896 - LP: #1011415
9897
9898 [ Upstream Kernel Changes ]
9899
9900 * rebase to v3.11.1
9901
9902 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Sep 2013 07:30:17 -0600
9903
9904 linux (3.11.0-7.13) saucy; urgency=low
9905
9906 * Release tracker
9907 - LP: #1223545
9908
9909 [ Andy Whitcroft ]
9910
9911 * SAUCE: (no-up) scsi: add scsi device flag to request VPD pages be used at SPC-2
9912 - LP: #1223499
9913 * SAUCE: (no-up) scsi: add scsi device flag to request READ CAPACITY (16) be preferred
9914 - LP: #1223499
9915 * SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at SPC-2
9916 - LP: #1223499
9917 * SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ CAPACITY (16) at SPC-2
9918 - LP: #1223499
9919
9920 [ Maximiliano Curia ]
9921
9922 * SAUCE: (no-up) Only let characters through when there are active readers.
9923 - LP: #1208740
9924
9925 [ Tim Gardner ]
9926
9927 * [Debian] getabis: Commit new ABI directory, remove the old
9928 * [Config] CONFIG_EFIVAR_FS=y
9929 - LP: #1223195
9930 * [Config] CONFIG_EFI_VARS_PSTORE=m,
9931 CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=n
9932 * SAUCE: (no-up) USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited()
9933 - LP: #1222850
9934
9935 [ Upstream Kernel Changes ]
9936
9937 * Intel xhci: refactor EHCI/xHCI port switching
9938 - LP: #1210858
9939
9940 -- Tim Gardner <tim.gardner@canonical.com> Tue, 10 Sep 2013 09:00:19 -0600
9941
9942 linux (3.11.0-6.12) saucy; urgency=low
9943
9944 * Release tracker
9945 - LP: #1222893
9946
9947 [ Andy Whitcroft ]
9948
9949 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
9950 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
9951 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
9952 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
9953 - LP: #1222407
9954
9955 [ Paolo Pisati ]
9956
9957 * [Config] restore mmc boot on panda
9958
9959 [ Tyler Hicks ]
9960
9961 * SAUCE: apparmor: Use shash crypto API interface for profile hashes
9962 - LP: #1216294
9963
9964 [ Upstream Kernel Changes ]
9965
9966 * net: calxedaxgmac: remove NETIF_F_FRAGLIST setting
9967 * net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len
9968 * net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err
9969 * net: calxedaxgmac: fix possible skb free before tx complete
9970 * net: calxedaxgmac: update ring buffer tx_head after barriers
9971 * net: calxedaxgmac: fix race with tx queue stop/wake
9972 * net: calxedaxgmac: enable interrupts after napi_enable
9973 * net: calxedaxgmac: fix various errors in xgmac_set_rx_mode
9974 * net: calxedaxgmac: remove some unused statistic counters
9975 * net: calxedaxgmac: fix rx DMA mapping API size mismatches
9976 * net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling
9977 * mfd: rtsx: Read vendor setting from config space
9978 - LP: #1201698
9979
9980 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 Sep 2013 07:21:06 -0600
9981
9982 linux (3.11.0-5.11) saucy; urgency=low
9983
9984 * Release tracker
9985 - LP: #1221886
9986
9987 [ Adam Lee ]
9988
9989 * SAUCE: Bluetooth: Add support for 04ca:2007
9990 - LP: #1153448
9991 * SAUCE: Bluetooth: Add support for 105b:e065
9992 - LP: #1161261
9993
9994 [ Gavin Guo ]
9995
9996 * SAUCE: Bluetooth: Add support for Broadcom 413c:8143
9997 - LP: #1166113
9998
9999 [ Upstream Kernel Changes ]
10000
10001 * igb: Reset the link when EEE setting changed
10002 - LP: #1219619
10003 * igb: Read register for latch_on without return value
10004 - LP: #1219619
10005 * igb: Added rcu_lock to avoid race
10006 - LP: #1219619
10007 * igb: don't allow SR-IOV without MSI-X
10008 - LP: #1219619
10009 * igb: Update MTU so that it is always at least a standard frame size
10010 - LP: #1219619
10011 * igb: Refactor of init_nvm_params
10012 - LP: #1219619
10013 * igb: Refactor NVM read functions to accommodate devices with no flash
10014 - LP: #1219619
10015 * igb: Add device support for flashless SKU of i210 device
10016 - LP: #1219619
10017 * igb: Fix get_fw_version function for all parts
10018 - LP: #1219619
10019 * igb: Add macro for size of RETA indirection table
10020 - LP: #1219619
10021 * igb: Expose RSS indirection table for ethtool
10022 - LP: #1219619
10023 * igb: Don't look for a PBA in the iNVM when flashless
10024 - LP: #1219619
10025 * igb: Implementation of 1-sec delay for i210 devices
10026 - LP: #1219619
10027 * igb: New PHY_ID for i354 device
10028 - LP: #1219619
10029 * igb: M88E1543 PHY downshift implementation
10030 - LP: #1219619
10031 * igb: No PHPM support in i354 devices
10032 - LP: #1219619
10033 * igb: Support to get 2_5G link status for appropriate media type
10034 - LP: #1219619
10035 * igb: Get speed and duplex for 1G non_copper devices
10036 - LP: #1219619
10037 * igb: Implementation to report advertised/supported link on i354 devices
10038 - LP: #1219619
10039 * igb: Update version number
10040 - LP: #1219619
10041 * Bluetooth: Take proper tty_struct references
10042 - LP: #1189998
10043 * Bluetooth: Remove the device from the list in the destructor
10044 - LP: #1189998
10045 * Bluetooth: Move the tty initialization and cleanup out of open/close
10046 - LP: #1189998
10047 * Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
10048 - LP: #1189998
10049 * Bluetooth: Fix the reference counting of tty_port
10050 - LP: #1189998
10051 * Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
10052 - LP: #1189998
10053
10054 [ Wen-chien Jesse Sung ]
10055
10056 * SAUCE: Bluetooth: Support for loading broadcom patchram firmware
10057 - LP: #1065400
10058 * SAUCE: Bluetooth: Add support for 13d3:3388 and 13d3:3389
10059 - LP: #1065400
10060
10061 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Sep 2013 08:06:17 -0600
10062
10063 linux (3.11.0-5.10) saucy; urgency=low
10064
10065 [ Andy Whitcroft ]
10066
10067 * Release tracker
10068 - LP: #1220222
10069 * Revert "[Config] Fix ubuntu directoy Kbuilds"
10070 * Revert "aufs update dropped some Kbuild files"
10071 * Revert "ubuntu: AUFS -- follow rename of loop.h into drivers/block"
10072 * Revert "ubuntu: AUFS -- update to
10073 8e503d4142c189ed6c47a2177ad2cd058e8d340e"
10074 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
10075 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
10076 * rebase to v3.11 final
10077 * [Config] clean up ubuntu/Kconfig and ubuntu/Makefile
10078 * ubuntu: AUFS (no-squash): basic framework and update machinary
10079 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
10080 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
10081 * ubuntu: AUFS -- update to 5ac5fe26a90a818218310e208d17688fddb07622
10082 * ubuntu: (no-squash) AUFS -- enable aufs
10083 * ubuntu: AUFS -- fix remaining d_count references to use accessor
10084 * ubuntu: lttng -- follow rename of pid_ns
10085 * SAUCE: disable stack-protector for ARM compressed bootloader
10086
10087 [ Paolo Pisati ]
10088
10089 * [Config] ARM_ATAG_DTB_COMPAT=y
10090
10091 [ Rob Herring ]
10092
10093 * [Config] Enable KVM and virtio for armhf generic-lpae
10094
10095 [ Tim Gardner ]
10096
10097 * [Config] CONFIG_ARPD=y
10098 * [Config] CONFIG_ZSWAP=y
10099 - LP: #1215379
10100
10101 [ Upstream Kernel Changes ]
10102
10103 * uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor.
10104 - LP: #1217957
10105 * ARM: use phys_addr_t for DMA zone sizes
10106 * ARM: highbank: enable DMA zone for LPAE
10107 * ARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL
10108 * ARM: highbank: select required errata work-arounds
10109 * DMA: fix AMBA PL08x compilation issue with 64bit DMA address type
10110 * DMA: fix printk warning in AMBA PL08x DMA driver
10111 * ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE
10112 * ARM: move outer_cache declaration out of ifdef
10113 * ARM: highbank: avoid L2 cache smc calls when PL310 is not present
10114 * ARM: highbank: clean-up some unused includes
10115 * ARM: xen: only set pm function ptrs for Xen guests
10116
10117 [ Upstream Kernel Changes ]
10118
10119 * rebase to v3.11
10120
10121 -- Andy Whitcroft <apw@canonical.com> Tue, 03 Sep 2013 17:08:06 +0100
10122
10123 linux (3.11.0-4.9) saucy; urgency=low
10124
10125 [ Tim Gardner ]
10126
10127 * rebase to v3.11-rc7
10128 * Release tracker
10129 - LP: #1216962
10130
10131 [ Upstream Kernel Changes ]
10132
10133 * mwifiex: do not create AP and P2P interfaces upon driver loading
10134 - LP: #1212720
10135
10136 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 Aug 2013 06:25:35 -0600
10137
10138 linux (3.11.0-3.8) saucy; urgency=low
10139
10140 [ Johannes Berg ]
10141
10142 * SAUCE: mac80211: ignore (E)CSA in probe response frames
10143 - LP: #1201470
10144
10145 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Aug 2013 09:47:36 -0600
10146
10147 linux (3.11.0-3.7) saucy; urgency=low
10148
10149 [ Tim Gardner ]
10150
10151 * SAUCE: (no-up) hv_vss_daemon -- prevent self-daemonising to allow
10152 upstart to track
10153 * SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the local
10154 linux/hyperv.h
10155 * SAUCE: hv: Add vss daemon to Makefile
10156 * [Debian] Add hv_vss_daemon to tools package
10157 - LP: #1213282
10158 * [Config] Fix ubuntu directoy Kbuilds
10159 - LP: #1181755
10160
10161 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Aug 2013 08:34:05 -0600
10162
10163 linux (3.11.0-3.6) saucy; urgency=low
10164
10165 [ Andy Whitcroft ]
10166
10167 * [Packaging] tools: conditionalise x86 and hyper-v tools sensibly
10168 * [Config] tools: enable x86 and hyper-v
10169
10170 [ John Johansen ]
10171
10172 * Revert "SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable
10173 snapshot"
10174 * Revert "SAUCE: (no-up) apparmor: fix apparmor module status for none
10175 root users"
10176 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
10177
10178 [ Joseph Salisbury ]
10179
10180 * SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops
10181 - LP: #1210848
10182
10183 [ Kamal Mostafa ]
10184
10185 * [debian] tools: ship 'cpupower' in linux-tools
10186 - LP: #1158668
10187 * [Config] Build-dep on libpci-dev for cpu tools
10188 - LP: #1158668
10189
10190 [ Tim Gardner ]
10191
10192 * rebase to v3.11-rc6
10193 * Release tracker
10194 - LP: #1213941
10195
10196 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 Aug 2013 07:02:07 -0600
10197
10198 linux (3.11.0-2.5) saucy; urgency=low
10199
10200 [ Tim Gardner ]
10201
10202 * [Config] CONFIG_PM_DEBUG=y
10203 - LP: #1210539
10204 * rebase to v3.11-rc5
10205 * Release tracker
10206 - LP: #1211378
10207
10208 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Aug 2013 06:10:39 -0600
10209
10210 linux (3.11.0-1.4) saucy; urgency=low
10211
10212 [ Tim Gardner ]
10213
10214 * Bump ABI when making changes to the inclusion list lest
10215 you cause conflicts with existing installed kernel
10216 packages.
10217 - LP: #1210331
10218
10219 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Aug 2013 03:03:51 +0100
10220
10221 linux (3.11.0-0.3) saucy; urgency=low
10222
10223 [ Tim Gardner ]
10224
10225 * [Config] Include rbd and kvm in the virtual inclusion list
10226 - LP: #1206961
10227 * [Config] Removed obsolete inclusion list entries
10228
10229 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Aug 2013 08:52:14 +0100
10230
10231 linux (3.11.0-0.2) saucy; urgency=low
10232
10233 [ Bruce Allan ]
10234
10235 * SAUCE: (no-up) e1000e: fix I217/I218 PHY initialization flow
10236 - LP: #1206757
10237 * SAUCE: (no-up) e1000e: enable support for new device IDs
10238 - LP: #1206757
10239
10240 [ John Johansen ]
10241
10242 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
10243
10244 [ Paolo Pisati ]
10245
10246 * build vexpress a15 dtb
10247 * [Config] disable Broadcom bcm support (ARCH_BCM)
10248 * [Config] disable Allwinner a1x support (ARCH_SUNXI)
10249 * [Config] disable WonderMedia WM8850 support (ARCH_WM8850)
10250 * [Config] disable Rockchip support (ARCH_ROCKCHIP)
10251 * [Config] disable STMicroelectronics STiH41x SOCs (ARCH_STI)
10252 * [Config] disable TI Keystone, AM43xx and OMAP5 support
10253 * [Config] ARM_APPENDED_DTB=y
10254
10255 [ Tim Gardner ]
10256
10257 * rebase to v3.11-rc4
10258 * overlayfs: Update to v19
10259 * [Config] Enable overlayfs
10260 * SAUCE: Fix lttng compile errors
10261
10262 [ Upstream Kernel Changes ]
10263
10264 * rebase to v3.11-rc4
10265 - LP: #1163720
10266 - LP: #1162026
10267 - LP: #1195636
10268 - LP: #1195597
10269 - LP: #1180409
10270 - LP: #1168430
10271
10272 -- Tim Gardner <tim.gardner@canonical.com> Sun, 04 Aug 2013 03:45:31 -0600
10273
10274 linux (3.11.0-0.1) saucy; urgency=low
10275
10276 [ Upstream Kernel Changes ]
10277
10278 * rebase to 64ccccf8525fee499625b517c0faadf784c79e93
10279 - LP: #1163720
10280 - LP: #1162026
10281 - LP: #1195636
10282 - LP: #1195597
10283 - LP: #1180409
10284 - LP: #1168430
10285
10286 -- Tim Gardner <tim.gardner@canonical.com> Mon, 08 Jul 2013 08:50:46 -0600
10287
10288 linux (3.10.0-2.10) saucy; urgency=low
10289
10290 [ Andy Whitcroft ]
10291
10292 * [Config] CONFIG_INTEL_MEI*=m
10293 - LP: #1196155
10294 * [Config] CONFIG_DEBUG_INFO=y
10295
10296 [ Stephen Warren ]
10297
10298 * [Config] fix Calxeda xgmac module filename
10299
10300 [ Upstream Kernel Changes ]
10301
10302 * Revert "serial: 8250_pci: add support for another kind of NetMos
10303 Technology PCI 9835 Multi-I/O Controller"
10304 - LP: #1190967
10305 * mfd: lpc_ich: Add support for Intel Avoton SoC
10306 - LP: #1196658
10307
10308 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jul 2013 18:08:02 +0100
10309
10310 linux (3.10.0-2.9) saucy; urgency=low
10311
10312 [ Andy Whitcroft ]
10313
10314 * rebase to v3.10
10315
10316 [ John Johansen ]
10317
10318 * Revert "SAUCE: (no-up) apparmor: Fix quieting of audit messages for
10319 network mediation"
10320 * Revert "SAUCE: (no-up) apparmor: Fix compile warnings"
10321 * Revert "SAUCE: (no-up) AppArmor: basic networking rules"
10322 * Revert "SAUCE: (no-up) apparmor: Add the ability to mediate mount"
10323 * Revert "SAUCE: (no-up) AppArmor: Add profile introspection file to
10324 interface"
10325 * Revert "SAUCE: (no-up) AppArmor: Disable Add PR_{GET,SET}_NO_NEW_PRIVS
10326 to prevent execve from granting privs"
10327 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
10328
10329 [ Upstream Kernel Changes ]
10330
10331 * rebase to v3.10
10332
10333 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Jul 2013 17:42:29 +0100
10334
10335 linux (3.10.0-1.8) saucy; urgency=low
10336
10337 [ Andy Whitcroft ]
10338
10339 * Release Tracking Bug
10340 - LP: #1195717
10341
10342 [ Andy Whitcroft ]
10343
10344 * Revert "ubuntu: overlayfs -- follow change to do_splice_direct
10345 interface"
10346 * Revert "ubuntu: overlayfs -- expose do_splice_direct prototype"
10347 * Revert "SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path
10348 reference"
10349 * Revert "ubuntu: overlayfs -- add FS_ALIAS"
10350 * Revert "ubuntu: overlayfs --
10351 overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode"
10352 * Revert "ubuntu: overlayfs -- ovl-switch-to-inode_permission"
10353 * Revert "ubuntu: overlayfs -- vfs-export-inode_permission-to-modules"
10354 * Revert "ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link"
10355 * Revert "ubuntu: overlayfs --
10356 overlayfs-fix-possible-leak-in-ovl_new_inode"
10357 * Revert "ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth"
10358 * Revert "ubuntu: overlayfs -- overlay-overlay-filesystem-documentation"
10359 * Revert "ubuntu: overlayfs -- overlayfs-implement-show_options"
10360 * Revert "ubuntu: overlayfs -- overlayfs-add-statfs-support"
10361 * Revert "ubuntu: overlayfs -- overlay filesystem"
10362 * Revert "ubuntu: overlayfs -- vfs-introduce-clone_private_mount"
10363 * Revert "ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules"
10364 * Revert "ubuntu: overlayfs -- vfs-add-i_op-dentry_open"
10365 * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support
10366
10367 [ Erez Zadok ]
10368
10369 * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options
10370
10371 [ Miklos Szeredi ]
10372
10373 * ubuntu: overlayfs v18 -- -- vfs: add i_op->dentry_open()
10374 * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules
10375 * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules
10376 * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount()
10377 * ubuntu: overlayfs v18 -- -- overlay filesystem
10378 * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth
10379
10380 [ Neil Brown ]
10381
10382 * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem documentation
10383
10384 [ Tim Gardner ]
10385
10386 * [Config] CONFIG_SUNRPC_DEBUG=y
10387 - LP: #1127319
10388
10389 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jun 2013 10:26:52 +0100
10390
10391 linux (3.10.0-0.7) saucy; urgency=low
10392
10393 [ Andy Whitcroft ]
10394
10395 * autopkgtest: switch Depends: to build-essential
10396
10397 -- Andy Whitcroft <apw@canonical.com> Tue, 25 Jun 2013 08:40:55 +0100
10398
10399 linux (3.10.0-0.6) saucy; urgency=low
10400
10401 [ Andy Whitcroft ]
10402
10403 * [Config] enable CONFIG_ARCH_TEGRA to fix FTBFS on armhf
10404 * SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path reference
10405 - LP: #1098378
10406 * ubuntu: AUFS -- update to 4f14cef47eb7c23eda7198931fbab1040866b6ee
10407 * ubuntu: overlayfs -- expose do_splice_direct prototype
10408 * ubuntu: overlayfs -- follow change to do_splice_direct interface
10409 * [Config] flip CONFIG_NO_HZ_FULL_ALL off as it is overheating machines
10410 - LP: #1192691
10411
10412 [ Stefan Bader ]
10413
10414 * (d-i) Add dm-snapshot to md-modules
10415 - LP: #1191726
10416
10417 [ Tim Gardner ]
10418
10419 * Release tracker
10420 - LP: #1194149
10421 * [Config] CONFIG_WIL6210=n for armhf
10422 * [Config] d-i: Add calxedaxgmac to nic-modules
10423 - LP: #1192358
10424 * [debian] Use dh_strip
10425 - LP: #1192759
10426 * [Config] Enable perf for armhf
10427 * do_tools=false when cross compiling
10428 * [Config] CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
10429 - LP: #1108082
10430
10431 [ Upstream Kernel Changes ]
10432
10433 * nsp32: switch reset delay to msleep() as it is tooo long
10434 * alx: add a simple AR816x/AR817x device driver
10435 Plucked from linux-next. replaces ubuntu/alx in favor of
10436 'to be merged' version in 3.11.
10437 * rebase to v3.10-rc7
10438 - LP: #1189363
10439
10440 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Jun 2013 18:10:31 -0600
10441
10442 linux (3.10.0-0.5) saucy; urgency=low
10443
10444 [ Andy Whitcroft ]
10445
10446 * rebase to v3.10-rc6
10447 * [Config] updateconfigs following rebase to v3.10-rc6
10448
10449 [ Upstream Kernel Changes ]
10450
10451 * rebase to v3.10-rc6
10452
10453 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Jun 2013 11:12:39 +0100
10454
10455 linux (3.10.0-0.4) saucy; urgency=low
10456
10457 [ Andy Whitcroft ]
10458
10459 * [Config] updateconfigs following rebase to v3.10-rc4
10460
10461 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 11:42:28 +0100
10462
10463 linux (3.10.0-0.3) saucy; urgency=low
10464
10465 [ Andy Whitcroft ]
10466
10467 * rebase to v3.10-rc5
10468
10469 [ Upstream Kernel Changes ]
10470
10471 * rebase to v3.10-rc5
10472 - LP: #1186170
10473
10474 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 09:23:31 +0100
10475
10476 linux (3.10.0-0.2) saucy; urgency=low
10477
10478 [ Andy Whitcroft ]
10479
10480 * rebase to v3.10-rc4
10481 * [Config] CONFIG_BINFMT_SCRIPT=y to fix booting initramfs scripts
10482 * [Config] enable SND_PCM_DEBUG SND_PCM_XRUN_DEBUG
10483 - LP: #1187744
10484 * [Config] enforce CONFIG_BINFMT_SCRIPT=y
10485
10486 [ Dave Chiluk ]
10487
10488 * SAUCE: ncpfs: fix rmdir returns Device or resource busy
10489 - LP: #1035226
10490
10491 [ Tim Gardner ]
10492
10493 * rebase to v3.10-rc3
10494 * [Config] sparc be gone
10495 * [Config] ia64 be gone
10496 * d-i: block-modules provides nbd-modules
10497
10498 [ Upstream Kernel Changes ]
10499
10500 * rebase to v3.10-rc4
10501 * rebase to v3.10-rc3
10502
10503 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 May 2013 06:16:46 -0600
10504
10505 linux (3.10.0-0.1) saucy; urgency=low
10506
10507 [ Tim Gardner ]
10508
10509 * UBUNTU: Disabled lttng
10510 * UBUNTU: Disable aufs for FTBS
10511 * UBUNTU: Disabled alx
10512 * UBUNTU: alx: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
10513 * UBUNTU: rebase to v3.10-rc2
10514 * UBUNTU: SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam
10515
10516 [ Andy Whitcroft ]
10517
10518 * UBUNTU: [Config] update standards version to 3.9.4.0
10519 * UBUNTU: [Config] squash duplicate package description (long and short)
10520 * UBUNTU: [Config] fix up Vcs-git: to point to saucy
10521 * UBUNTU: [Config] drop depenancy on util-linux as is Essential
10522 * UBUNTU: [Config] drop redundant Build-Conficts:
10523
10524 [ Upstream Kernel Changes ]
10525
10526 * rebase to v3.10-rc2
10527 - LP: #1180351
10528
10529 [ Upstream Kernel Changes ]
10530
10531 * rebase to v3.10-rc1
10532 - LP: #1172151
10533 - LP: #1089795
10534 - LP: #1167270
10535 - LP: #1128840
10536
10537 -- Tim Gardner <tim.gardner@canonical.com> Tue, 14 May 2013 13:41:07 -0600
10538
10539 linux (3.10.0-0.0) saucy; urgency=low
10540
10541 * Dummy
10542
10543 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
10544
10545 linux (3.9.0-2.6) saucy; urgency=low
10546
10547 [ Tim Gardner ]
10548
10549 * rebase to v3.9.2
10550
10551 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
10552
10553 linux (3.9.0-1.5) saucy; urgency=low
10554
10555 [ Tim Gardner ]
10556
10557 * rebase to v3.9.1
10558
10559 -- Tim Gardner <tim.gardner@canonical.com> Wed, 08 May 2013 12:49:45 -0400
10560
10561 linux (3.9.0-0.4) saucy; urgency=low
10562
10563 [ Andy Whitcroft ]
10564
10565 * ubuntu: overlayfs -- add FS_ALIAS
10566
10567 [ Tim Gardner ]
10568
10569 * Added lttng
10570 - LP: #1175784
10571
10572 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 May 2013 17:17:13 -0400
10573
10574 linux (3.9.0-0.3) saucy; urgency=low
10575
10576 [ Upstream Kernel Changes ]
10577
10578 * rebase to v3.9
10579
10580 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 18:20:00 -0400
10581
10582 linux (3.9.0-0.2) saucy; urgency=low
10583
10584 [ Tim Gardner ]
10585
10586 * Enable extras packaging for amd64/i386.
10587 Fixes build depenencies with brittany and linux-meta.
10588
10589 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 05:37:01 -0600
10590
10591 linux (3.9.0-0.1) saucy; urgency=low
10592
10593 [ Upstream Kernel Changes ]
10594
10595 * rebase to v3.9-rc8
10596
10597 [ Upstream Kernel Changes ]
10598
10599 * rebase to v3.9-rc7
10600 - LP: #1128840
10601
10602 [ Upstream Kernel Changes ]
10603
10604 * rebase to v3.9-rc6
10605
10606 [ Upstream Kernel Changes ]
10607
10608 * rebase to v3.9-rc5
10609
10610 [ Upstream Kernel Changes ]
10611
10612 * rebase to v3.8-rc4
10613 - LP: #1095315
10614 - LP: #886975
10615 - LP: #1086921
10616
10617 [ Upstream Kernel Changes ]
10618
10619 * rebase to v3.9-rc3
10620 - LP: #1155016
10621 - LP: #1103594
10622
10623 [ Upstream Kernel Changes ]
10624
10625 * rebase to v3.9-rc2
10626
10627 [ Upstream Kernel Changes ]
10628
10629 * rebase to v3.9-rc1
10630 - LP: #901105
10631 - LP: #961286
10632 - LP: #1011792
10633 - LP: #1128934
10634 - LP: #886975
10635 - LP: #978807
10636
10637 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Feb 2013 09:12:39 -0700
10638
10639 linux (3.8.0-7.14) raring; urgency=low
10640
10641 [ Andy Whitcroft ]
10642
10643 * [Config] CONFIG_RCU_USER_QS=n
10644 * [Config] CONFIG_MTD_ONENAND_SIM=n
10645 * annotations: add annotations for CONFIG_CC_STACKPROTECTOR
10646
10647 [ Upstream Kernel Changes ]
10648
10649 * rebase to v3.8
10650
10651 [Tim Gardner]
10652
10653 * Release Tracking Bug
10654 - LP: #1130111
10655 * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once
10656 - LP: #1128840
10657
10658 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Feb 2013 09:25:56 -0700
10659
10660 linux (3.8.0-6.13) raring; urgency=low
10661
10662 [Tim Gardner]
10663
10664 * Release Tracking Bug
10665 - LP: #1125364
10666 * Add ahci modules to d-i
10667 - LP: #1124415
10668
10669
10670 [ Chris Wilson ]
10671
10672 * SAUCE: drm/i915: Wait for pending flips to complete before tearing down
10673 the encoders
10674 - LP: #1097315
10675
10676 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 12:16:48 -0700
10677
10678 linux (3.8.0-6.12) raring; urgency=low
10679
10680 [Tim Gardner]
10681
10682 * perf: NO_LIBPERL=1
10683 * Fix linux-headers dependency
10684 * Release Tracking Bug
10685 - LP: #1124362
10686
10687 [ Andy Whitcroft ]
10688
10689 * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports
10690 - LP: #1121699
10691
10692 [ Daniel Vetter ]
10693
10694 * SAUCE: drm/i915: write backlight harder
10695 - LP: #954661
10696
10697 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 10:25:11 -0700
10698
10699 linux (3.8.0-6.11) raring; urgency=low
10700
10701 [Tim Gardner]
10702
10703 * Release Tracking Bug
10704 - LP: #1122071
10705 * rebase to v3.8-rc7
10706 * Add libaudit-dev as a build dependency
10707 * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency.
10708
10709 [ Leann Ogasawara ]
10710
10711 * [Config] Remove CONFIG_SATA_AHCI annotation
10712
10713 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Feb 2013 07:41:13 -0500
10714
10715 linux (3.8.0-5.10) raring; urgency=low
10716
10717 [Tim Gardner]
10718
10719 * Release Tracking Bug
10720 - LP: #1118568
10721
10722 * Bump ABI to fix install issue with 3.8.0-4.8.
10723 Moving drivers/ata/*ahci* to linux-image caused an
10724 install conflict with linux-image-extras without an
10725 ABI bump.
10726
10727 [ Jan Beulich ]
10728
10729 * SAUCE: xen-pciback: rate limit error messages from
10730 xen_pcibk_enable_msi{, x}()
10731 - LP: #1117336
10732 - CVE-2013-0231
10733
10734 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Feb 2013 05:38:12 -0700
10735
10736 linux (3.8.0-4.9) raring; urgency=low
10737
10738 [ Herton Ronaldo Krzesinski ]
10739
10740 * d-i: Add mellanox ethernet drivers to nic-modules
10741 - LP: #1015339
10742
10743 [ Joseph Salisbury ]
10744
10745 * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H
10746 - LP: #1113547
10747
10748 [ Kamal Mostafa ]
10749
10750 * SAUCE: alx driver import script
10751
10752 [ Qualcomm Atheros, Inc ]
10753
10754 * SAUCE: alx: Update to heads/master
10755
10756 [ Tim Gardner ]
10757
10758 * Release Tracking Bug
10759 - LP: #1117673
10760
10761 * [debian] Remove dangling symlink from headers package
10762 - LP: #1112442
10763 * [config] CONFIG_ALX=m
10764 * [Config] Add alx to d-i nic-modules
10765 * [Config] CONFIG_SATA_AHCI=m
10766 - LP: #1056563
10767
10768 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Feb 2013 05:54:32 -0800
10769
10770 linux (3.8.0-4.8) raring; urgency=low
10771
10772 [ Allen Ibara ]
10773
10774 * SAUCE: imx6: dts: Add IMX6Q AHCI support
10775
10776 [ Andy Whitcroft ]
10777
10778 * rebase to v3.8-rc6
10779 * updateconfigs following rebase to v3.8-rc6
10780
10781 [Leann Ogasawara]
10782
10783 * Release Tracking Bug
10784 - LP: #1112573
10785
10786 [ Paolo Pisati ]
10787
10788 * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM
10789 * [Config] SERIAL_AMBA_PL011=y (vexpress serial console)
10790 * [Config] MMC_ARMMMCI=y (vexpress mmc)
10791 * [Config] FB_ARMCLCD=y (vexpress framebuffer)
10792
10793 [ Seth Forshee ]
10794
10795 * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y
10796
10797 [ Upstream Kernel Changes ]
10798
10799 * rebase to v3.8-rc6
10800 - LP: #1107477
10801
10802 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 01 Feb 2013 07:20:59 -0800
10803
10804 linux (3.8.0-3.7) raring; urgency=low
10805
10806 [ Andy Green ]
10807
10808 * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper
10809 * SAUCE: ARM: omap2 add mac address allocation register api
10810 * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac
10811 allocation
10812
10813 [ Leann Ogasawara ]
10814
10815 * rebase to v3.8-rc5
10816 * Release Tracking Bug
10817 - LP: #1111486
10818
10819 [ Paolo Pisati ]
10820
10821 * SAUCE: davinci: vpss: compilation fix
10822 * [Config] enable TI OMAP4 support (Pandaboard/ES)
10823 * [Config] OMAP_USB2=y (since TWL6030_USB depends on it)
10824 * [Config] enable Freescale IMX6 support (SabreLite)
10825 * [Config] SERIAL_IMX_CONSOLE=y
10826 * [Config] MMC_*_IMX=y
10827 * [Config] disable USB_SUSPEND
10828 * [Config] USB_MXS_PHY=y
10829 * [Config] USB_CHIPIDEA=y
10830 * SAUCE: DTB: add support for multiple DTBs
10831 * SAUCE: DTB: build imx6q-sabrelite
10832 * SAUCE: DTB: build beaglexm
10833 * SAUCE: DTB: build panda/panda es
10834 * [Config] disable CPU_FREQ
10835 * [Config] PANEL_TFP410=y (video DVI output)
10836 * [Config] SND_OMAP_SOC*=y
10837 * [Config] SND_IMX_SOC*=y
10838 * [Config] I2C_IMX=y
10839 * [Config] SPI_IMX=m
10840
10841 [ Stefan Bader ]
10842
10843 * [Config] Move 9p modules into generic package
10844 - LP: #1107658
10845
10846 [ Tony Lindgren ]
10847
10848 * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform
10849 kernels
10850 * SAUCE: ARM: OMAP2+: Use omap initcalls
10851 * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform
10852 * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform
10853 * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support
10854 * SAUCE: ARM: OMAP2+: Disable code that currently does not work with
10855 multiplaform
10856 * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support
10857 * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress
10858 * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S
10859
10860 [ Upstream Kernel Changes ]
10861
10862 * rebase to v3.8-rc5
10863 - LP: #1096789
10864
10865 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Jan 2013 06:44:52 -0800
10866
10867 linux (3.8.0-2.6) raring; urgency=low
10868
10869 [ Adam Conrad ]
10870
10871 * Fix up linux-tools -> SRCPKGNAME-tools rename
10872
10873 [ Andy Whitcroft ]
10874
10875 * [Config] re-disable CONFIG_SOUND_OSS
10876 - LP: #1105230
10877
10878 [ Arend van Spriel ]
10879
10880 * SAUCE: brcmsmac: fix tx status processing
10881
10882 [Leann Ogasawara]
10883
10884 * Release Tracking Bug
10885 - LP: #1105104
10886
10887 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 Jan 2013 11:56:30 -0800
10888
10889 linux (3.8.0-1.5) raring; urgency=low
10890
10891 [Tim Gardner]
10892
10893 * Release Tracking Bug
10894 - LP: #1101235
10895
10896 [ Dudley Du ]
10897
10898 * SAUCE: Input: add support for Cypress PS/2 Trackpads
10899 - LP: #978807
10900
10901 [ Kamal Mostafa ]
10902
10903 * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes
10904 * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch
10905 * [Config] Add CONFIG_PS2_CYPRESS
10906
10907 [ Tim Gardner ]
10908
10909 * rebase to v3.8-rc4
10910
10911 [ Upstream Kernel Changes ]
10912
10913 * rebase to v3.8-rc4
10914 - LP: #1095315
10915 - LP: #886975
10916 - LP: #1086921
10917
10918 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jan 2013 10:50:22 -0800
10919
10920 linux (3.8.0-0.4) raring; urgency=low
10921
10922 [ Leann Ogasawara ]
10923
10924 * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation
10925 * [Config] Update CONFIG_IIO build annotation
10926 * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation
10927 * [Config] Remove CONFIG_SPI_DW_MMIO annotation
10928 * [Config] Remove CONFIG_SPI_PL022 annotation
10929 * [Config] Update CONFIG_EZX_PCAP annotation
10930 * [Config] Update CONFIG_SENSORS_AK8975 annotation
10931 * [Config] Disable CONFIG_DRM_MGAG200
10932 - LP: #1042903
10933
10934 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 Jan 2013 10:01:50 -0800
10935
10936 linux (3.8.0-0.3) raring; urgency=low
10937
10938 [ Andy Whitcroft ]
10939
10940 * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and
10941 uselib()"
10942
10943 [ Scott James Remnant ]
10944
10945 * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib()
10946 (for v3.7+)
10947 - LP: #1085766, #462111
10948
10949 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Jan 2013 16:57:27 +0000
10950
10951 linux (3.8.0-0.2) raring; urgency=low
10952
10953 [ Tim Gardner ]
10954
10955 * [packaging] Add macro to selectively disable building perf
10956 * [packaging] Cannot depend on universe package libaudit-dev
10957
10958 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jan 2013 12:43:24 -0700
10959
10960 linux (3.8.0-0.1) raring; urgency=low
10961
10962
10963 [ Upstream Kernel Changes ]
10964
10965 * rebase to v3.8-rc3
10966 - LP: #1096789
10967
10968 [ Upstream Kernel Changes ]
10969
10970 * rebase to v3.8-rc2
10971 - LP: #1082357
10972 - LP: #1075882
10973
10974 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Dec 2012 10:35:09 +0000
10975
10976 linux (3.7.0-7.15) raring; urgency=low
10977
10978 [ Chris J Arges ]
10979
10980 * SAUCE: add eeprom_bad_csum_allow module parameter
10981 - LP: #1070182
10982
10983 [ Leann Ogasawara ]
10984
10985 * Add ceph to linux-image for virtual instances
10986 - LP: #1063784
10987
10988 [ Serge Hallyn ]
10989
10990 * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD
10991
10992 [ Tim Gardner ]
10993
10994 * [Config] CONFIG_SLUB_DEBUG=y
10995 - LP: #1090308
10996
10997 [ Upstream Kernel Changes ]
10998
10999 * Revert "[SCSI] sd: Implement support for WRITE SAME"
11000 - LP: #1089818
11001
11002 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 Dec 2012 06:50:20 -0800
11003
11004 linux (3.7.0-6.14) raring; urgency=low
11005
11006 [ Andy Whitcroft ]
11007
11008 * [Config] annotations: all new annotations scheme including defaults
11009 * [Configs] apply annotation updates to main configs (top section)
11010
11011 [ Leann Ogasawara ]
11012
11013 * Revert "SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm
11014 build"
11015 * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error"
11016 * Temporarily disable module check for build
11017
11018 [ Stefan Bader ]
11019
11020 * ubuntu: dm-raid45: Adapt to upstream interface changes
11021 * Re-enable build of dm-raid45
11022
11023 [ Tim Gardner ]
11024
11025 * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc
11026 * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error
11027 * SAUCE: drm: Fix possible EDID memory allocation oops
11028 * SAUCE: ttm: Fix possible _manager memory allocation oops
11029 * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request
11030 * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to
11031 2 pointers
11032
11033 [ Tomas Hozza ]
11034
11035 * SAUCE: tools: hv: Netlink source address validation allows DoS
11036 - LP: #1084777
11037 - CVE-2012-5532
11038
11039 [ Upstream Kernel Changes ]
11040
11041 * rebase to v3.7
11042
11043 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 05 Dec 2012 14:11:12 -0800
11044
11045 linux (3.7.0-5.13) raring; urgency=low
11046
11047 [ Lino Sanfilippo ]
11048
11049 * SAUCE: inotify, fanotify: replace fsnotify_put_group() with
11050 fsnotify_destroy_group()
11051 - LP: #922906
11052 * SAUCE: fsnotify: introduce fsnotify_get_group()
11053 - LP: #922906
11054 * SAUCE: fsnotify: use reference counting for groups
11055 - LP: #922906
11056 * SAUCE: fsnotify: take groups mark_lock before mark lock
11057 - LP: #922906
11058 * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that
11059 indicates wheather a mark should be destroyed
11060 - LP: #922906
11061 * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups
11062 mark list
11063 - LP: #922906
11064 * SAUCE: fsnotify: pass group to fsnotify_destroy_mark()
11065 - LP: #922906
11066 * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and
11067 fsnotify_remove_mark()
11068 - LP: #922906
11069 * SAUCE: fsnotify: dont put marks on temporary list when clearing marks
11070 by group
11071 - LP: #922906
11072 * SAUCE: fsnotify: change locking order
11073 - LP: #922906
11074
11075 [ Tim Gardner ]
11076
11077 * [Config] CONFIG_NFC_LLCP=y
11078 * [Config] get-firmware: Filter new files through fwinfo
11079 * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches
11080 * [Config] CONFIG_DRM_EXYNOS_HDMI=y
11081 * [Config] CONFIG_XEN=y for all arches
11082 * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m
11083 * [Config] CONFIG_MMC_DW_EXYNOS=m
11084 * [Config] CONFIG_GPIO_ADNP=m
11085 * [Config] find-obsolete-firmware: Use correct path
11086 * rebase to v3.7-rc8
11087 - LP: #1084640
11088
11089 [ Upstream Kernel Changes ]
11090
11091 * Revert "VFS: don't do protected {sym,hard}links by default"
11092 - LP: #1084192
11093
11094 -- Tim Gardner <tim.gardner@canonical.com> Wed, 28 Nov 2012 16:07:08 +0000
11095
11096 linux (3.7.0-4.12) raring; urgency=low
11097
11098 [ Tim Gardner ]
11099
11100 * Revert "[Config] Use -j1 for headers_install"
11101 * Revert "[Config] install-arch-headers needs a valid config"
11102 Strayed into the weeds in search of the root cause of the periodic
11103 build failure.
11104 Fixes powerpc FTBS introduced in -4.11.
11105 * [Config] hmake -j1
11106 The kernel makefile appears to have parallel dependency
11107 problems for the install_headers target. This appears to be root
11108 cause for a periodic build failure on N-way machines.
11109
11110 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 27 Nov 2012 12:33:06 -0800
11111
11112 linux (3.7.0-4.11) raring; urgency=low
11113
11114 [ Tim Gardner ]
11115
11116 * [Config] Use -j1 for headers_install
11117 Also fixes a powerpc FTBS introduced by
11118 "[Config] install-arch-headers needs a valid config".
11119
11120 -- Tim Gardner <tim.gardner@canonical.com> Tue, 27 Nov 2012 10:19:30 -0700
11121
11122 linux (3.7.0-4.10) raring; urgency=low
11123
11124 [ Andy Whitcroft ]
11125
11126 * [Config] add rebuild-test support for autopkgtest
11127 - LP: #1081500
11128 * [tests] move build tests out of the way
11129 - LP: #1081500
11130 * [tests] add an autopkgtest rebuild test
11131 - LP: #1081500
11132
11133 [ Tim Gardner ]
11134
11135 * rebase to v3.7-rc7
11136 * SAUCE: Remove emi62 files duplicated in linux-firmware
11137 * SAUCE: Remove sb16 files duplicated in linux-firmware
11138 * SAUCE: Remove whiteheat files duplicated in linux-firmware
11139 * SAUCE: Remove yamaha files duplicated in linux-firmware
11140 * SAUCE: Remove dsp56k files used only by m68k
11141 * SAUCE: firmware: Remove last vestiges of dabusb
11142 * SAUCE: Remove vicam files duplicated in linux-firmware
11143 * [Config] install-arch-headers needs a valid config
11144
11145 [ Upstream Kernel Changes ]
11146
11147 * rebase to v3.7-rc7
11148 - LP: #1076840
11149 - LP: #1081466
11150
11151 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 21 Nov 2012 06:07:23 -0800
11152
11153 linux (3.7.0-3.9) raring; urgency=low
11154
11155 [ Leann Ogasawara ]
11156
11157 * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y
11158 - LP: #1079900
11159 * Add nfsv3 to nfs-modules udeb
11160
11161 [ Paolo Pisati ]
11162
11163 * [Config] SND_OMAP_SOC*=y
11164 - LP: #1019321
11165
11166 [ Stefan Bader ]
11167
11168 * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit
11169 - LP: #1078926
11170
11171 [ Tim Gardner ]
11172
11173 * Revert "SAUCE: SECCOMP: audit: always report seccomp violations"
11174 - LP: #1079469
11175 * Revert "SAUCE: omap3 clocks .dev_id = NULL"
11176 * rebase to v3.7-rc6
11177 * SAUCE: script to detect obsolete firmware
11178 * SAUCE: Remove yam files duplicated in linux-firmware
11179 * SAUCE: Remove tehuti files duplicated in linux-firmware
11180 * SAUCE: Remove matrox files duplicated in linux-firmware
11181 * SAUCE: Remove cxgb3 files duplicated in linux-firmware
11182 * SAUCE: Remove r128 files duplicated in linux-firmware
11183 * SAUCE: Remove acenic files duplicated in linux-firmware
11184 * SAUCE: Remove keyspan files duplicated in linux-firmware
11185 * SAUCE: Remove sun files duplicated in linux-firmware
11186 * SAUCE: Remove radeon files duplicated in linux-firmware
11187 * SAUCE: Update bnx2x firmware to 7.8.2.0
11188 * [Config] generic.inclusion-list: econet has disappeared
11189
11190 [ Upstream Kernel Changes ]
11191
11192 * seccomp: forcing auditing of kill condition
11193 - LP: #1079469
11194 * rebase to v3.7-rc6
11195
11196 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Nov 2012 12:28:55 -0800
11197
11198 linux (3.7.0-2.8) raring; urgency=low
11199
11200 [ Andy Whitcroft ]
11201
11202 * Revert "overlayfs: disable until FTBS is fixed"
11203 * Revert "ubuntu: overlayfs"
11204 * Revert "ubuntu: AUFS"
11205 * ubuntu: overlayfs -- overlayfs: add statfs support
11206 * ubuntu: overlayfs -- ovl: switch to __inode_permission()
11207 * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying
11208 inode
11209 - LP: #944386
11210 * ubuntu: AUFS (no-squash): basic framework and update machinary
11211 * ubuntu: AUFS (no-squash) -- aufs3-base.patch
11212 * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch
11213 * ubuntu: AUFS: aufs-update -- follow the uapi header changes
11214 * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f
11215 * ubuntu: AUFS (no-squash) -- reenable
11216 - LP: #1079193
11217
11218 [ Erez Zadok ]
11219
11220 * ubuntu: overlayfs -- overlayfs: implement show_options
11221
11222 [ Miklos Szeredi ]
11223
11224 * ubuntu: overlayfs -- vfs: add i_op->dentry_open()
11225 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
11226 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
11227 * ubuntu: overlayfs -- overlay filesystem
11228 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
11229 * ubuntu: overlayfs -- vfs: export __inode_permission() to modules
11230
11231 [ Neil Brown ]
11232
11233 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
11234
11235 [ Robin Dong ]
11236
11237 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
11238 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
11239
11240 -- Andy Whitcroft <apw@canonical.com> Thu, 15 Nov 2012 13:35:12 +0000
11241
11242 linux (3.7.0-1.7) raring; urgency=low
11243
11244 [ Tim Gardner ]
11245
11246 * [Config] Drop dependency on libaudit-dev
11247 Its a universe package which causes an FTBS on the builders.
11248 libaudit-dev is not strictly required for the perf tools build.
11249
11250 -- Tim Gardner <tim.gardner@canonical.com> Wed, 14 Nov 2012 10:08:13 -0700
11251
11252 linux (3.7.0-1.6) raring; urgency=low
11253
11254 [ Andy Whitcroft ]
11255
11256 * [Config] enforce -- switch CONFIG_NVRAM to more readable form
11257 * [Config] better encode the CONFIG_NVRAM constaint
11258 * enforcer -- fix debugging output
11259
11260 [ Ben Collins ]
11261
11262 * [Config] Add custom_override rule to allow for alternate kernel
11263 file/install
11264 * [Config] Use SRCPKGNAME as prefix for indep linux headers package
11265
11266 [ Tim Gardner ]
11267
11268 * [Config] Dropped armel
11269 * Drop highbank from ABI fetch list
11270 * [Config] Use dh_prep instead of 'dh_clean -k'
11271 * [Config] Build depend on libaudit-dev, libunwind8-dev for tools
11272 * [Config] Document binary-indep dependency chain
11273 * rebase to v3.7-rc5
11274
11275 [ Upstream Kernel Changes ]
11276
11277 * rebase to v3.7-rc5
11278
11279 -- Tim Gardner <tim.gardner@canonical.com> Tue, 13 Nov 2012 07:13:37 -0500
11280
11281 linux (3.7.0-0.5) raring; urgency=low
11282
11283 [ Tim Gardner ]
11284
11285 * [Config] CONFIG_AMD_IOMMU_V2=m
11286 - LP: #1071520
11287 * [Config] CONFIG_MTD_ONENAND_SIM=n for armel
11288 Fixes FTBS
11289
11290 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 15:45:39 -0500
11291
11292 linux (3.7.0-0.4) raring; urgency=low
11293
11294 [ Ben Collins ]
11295
11296 * [Config] Update enforce rule for CONFIG_NVRAM to better suit flavours
11297
11298 [ Tim Gardner ]
11299
11300 * [Config] do_tools=false for arm
11301
11302 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 05:39:51 -0700
11303
11304 linux (3.7.0-0.3) raring; urgency=low
11305
11306 [ Tim Gardner ]
11307
11308 * [Config] CONFIG_DRM_EXYNOS_HDMI=n for armhf
11309 * [Config] CONFIG_MTD_NAND_DOCG4=n for armel/armhf
11310 * [Config] Drop highbank harder
11311
11312 -- Tim Gardner <tim.gardner@canonical.com> Wed, 07 Nov 2012 18:11:45 +0000
11313
11314 linux (3.7.0-0.2) raring; urgency=low
11315
11316 [ Andy Whitcroft ]
11317
11318 * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual
11319 instances
11320 - LP: #1066921
11321 * [Config] drop highbank builds
11322
11323 [ Jeremy Kerr ]
11324
11325 * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable
11326 - LP: #1063061
11327
11328 [ Leann Ogasawara ]
11329
11330 * Reinstate dropped.txt from Ubuntu-3.7.0-0.1-rc1
11331
11332 [ Tim Gardner ]
11333
11334 * [Config] Dropped powerpc/ppc64 in favour of the community kernel
11335 * [Config] CONFIG_MODULE_SIG=y for amd64,i386, and highbank
11336 * rebase to v3.7-rc4
11337 * SAUCE: MODSIGN: Emit error for incorrectly signed module
11338
11339 [ Upstream Kernel Changes ]
11340
11341 * rebase to v3.7-rc4
11342
11343 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Nov 2012 05:35:41 -0700
11344
11345 linux (3.7.0-0.1) raring; urgency=low
11346
11347
11348 [ Upstream Kernel Changes ]
11349
11350 * rebase to v3.7-rc3
11351 - LP: #1056078
11352
11353 [ Upstream Kernel Changes ]
11354
11355 * rebase to v3.7-rc2
11356 - LP: #1060729
11357 - LP: #1059523
11358 - LP: #1006690
11359 - LP: #1049623
11360 - LP: #1046512
11361 - LP: #1052499
11362 - LP: #1037642
11363 - LP: #559939
11364 - LP: #1052460
11365 - LP: #939161
11366 - LP: #1046734
11367
11368 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Oct 2012 08:13:07 -0600
11369
11370 linux (3.6.0-0.1) UNRELEASED; urgency=low
11371
11372
11373 [ Upstream Kernel Changes ]
11374
11375 * rebase to v3.6
11376
11377 [ Upstream Kernel Changes ]
11378
11379 * rebase to v3.6-rc7
11380
11381 [ Upstream Kernel Changes ]
11382
11383 * rebase to v3.6-rc6
11384 - LP: #1000424
11385
11386 [ Upstream Kernel Changes ]
11387
11388 * rebase to v3.6-rc5
11389 - LP: #1040077
11390
11391 [ Upstream Kernel Changes ]
11392
11393 * rebase to v3.6-rc4
11394
11395 [ Upstream Kernel Changes ]
11396
11397 * rebase to v3.6-rc3
11398 - LP: #1038651
11399 - LP: #1034779
11400
11401 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 24 Jul 2012 06:37:09 -0700
11402
11403 linux (3.5.0-6.6) quantal-proposed; urgency=low
11404
11405 [ Andy Whitcroft ]
11406
11407 * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6
11408 experimental features
11409 * SAUCE: highbank -- export clock functions for modules
11410 * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900
11411 * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI
11412 * [Config] highbank -- reenable CONFIG_RFKILL_GPIO
11413 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
11414 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
11415 * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG
11416 * [Config] highbank -- reenable CONFIG_FB_ARMCLCD
11417 * [Config] highbank -- reenable CONFIG_DW_DMAC
11418 * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD
11419 * [Config] highbank -- reenable CONFIG_USB_MV_UDC
11420 * [Config] highbank -- reenable CONFIG_USB_DWC3
11421 * [Config] highbank -- reenable CONFIG_SATA_MV
11422 * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF
11423 * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM
11424 * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI
11425 * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010
11426 * [Config] highbank -- reenable CONFIG_ATMEL_PWM
11427 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
11428 * [Config] highbank -- enable CONFIG_EXPERT
11429 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
11430 * [Config] enable CONFIG_USB_DYNAMIC_MINORS
11431 * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED
11432 * [Config] enable CONFIG_USB_ETH_EEM
11433 * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB
11434 * [Config] disable CONFIG_USB_M66592
11435 * [Config] enable CONFIG_USB_NET2272
11436 * [Config] enable CONFIG_USB_R8A66597
11437 * [Config] annotate: CONFIG_USB_OMAP not required for our h/w
11438 * [Config] set CONFIG_USB_MUSB_HDRC=m for omap
11439 * [Config] annotate: CONFIG_USB_G_MULTI fix rule
11440 * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP
11441 * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200
11442 * [Config] sync configuration armhf omap -> armel omap
11443 * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4
11444 * [Config] disable CONFIG_OMAP_IOVMM is deprecated
11445
11446 [ Bryan Wu ]
11447
11448 * [Config] change default IO scheduler from CFQ to Deadline
11449
11450 [ Leann Ogasawara ]
11451
11452 * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc"
11453 * [Config] Disable CONFIG_MOUSE_INPORT
11454
11455 [ Tim Gardner ]
11456
11457 * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51
11458 * [Config] Add bnx2x firmware to nic-modules udeb
11459 * SAUCE: Add script to convert firmware to ihex format
11460 * SAUCE: firmware: Upgrade bnx2 to current versions
11461 * [Config] Add tigon firmware to nic-modules udeb
11462 * [Config] CONFIG_EARLY_PRINTK_DBGP=y
11463 - LP: #1026761
11464 * SAUCE: Remove redundant cis firmware
11465 * SAUCE: Remove redundant emi26 firmware
11466 * SAUCE: Remove redundant ttusb-budget firmware
11467 * SAUCE: Remove redundant sun/cassini firmware
11468 * SAUCE: Remove redundant ositech/Xilinx7OD firmware
11469 * SAUCE: Remove redundant 3com/typhoon.bin firmware
11470 * SAUCE: Remove redundant yamaha/ds1 firmware
11471 * SAUCE: Remove redundant keyspan_pda firmware
11472 * rebase to v3.5
11473
11474 [ Upstream Kernel Changes ]
11475
11476 * rebase to v3.5
11477 - LP: #1027828
11478
11479 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Jul 2012 05:57:04 -0700
11480
11481 linux (3.5.0-5.5) quantal-proposed; urgency=low
11482
11483 [ Andy Whitcroft ]
11484
11485 * [Config] annotations: initial import of configuration annotations
11486
11487 [ Bryan Wu ]
11488
11489 * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker
11490
11491 [ Leann Ogasawara ]
11492
11493 * Rebase to v3.5-rc7
11494
11495 [ Manoj Iyer ]
11496
11497 * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0
11498 - LP: #1010281
11499
11500 [ Tim Gardner ]
11501
11502 * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy
11503 expects
11504 * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n
11505 * [Config] CONFIG_BRIDGE_EBT_ULOG=n
11506 * [Config] CONFIG_IP_NF_QUEUE=n
11507 * [Config] CONFIG_MTD_DOC2000=n
11508 * [Config] CONFIG_PRINT_QUOTA_WARNING=n
11509 * [Config] CONFIG_PRISM54=n
11510 * [Config] CONFIG_SCx200_I2C=n
11511 * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
11512
11513 [ Upstream Kernel Changes ]
11514
11515 * rebase to v3.5-rc7
11516
11517 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jul 2012 15:38:41 -0700
11518
11519 linux (3.5.0-4.4) quantal-proposed; urgency=low
11520
11521 [ Andy Whitcroft ]
11522
11523 * [Packaging] getabis should be extracting all packages
11524 - LP: #1021174
11525 * [Config] getabis -- series uses linux-image-extra
11526 - LP: #1021174
11527 * rebase to v3.5-rc6
11528
11529 [ Bryan Wu ]
11530
11531 * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all
11532 flavours
11533 * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours
11534
11535 [ Leann Ogasawara ]
11536
11537 * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX
11538 - LP: #1019561
11539
11540 [ Paolo Pisati ]
11541
11542 * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y
11543 - LP: #1019321
11544
11545 [ Stefan Bader ]
11546
11547 * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer
11548 - LP: #1018456
11549 * (config) Disable ACPI_PROCFS_POWER
11550
11551 [ Tim Gardner ]
11552
11553 * [Config] CONFIG_ACPI_BGRT=y
11554 * Extract firmware module info during getabi
11555 - LP: #1021174
11556
11557 [ Upstream Kernel Changes ]
11558
11559 * rebase to v3.5-rc6
11560
11561 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Jul 2012 08:50:20 -0700
11562
11563 linux (3.5.0-3.3) quantal-proposed; urgency=low
11564
11565 [ Andy Whitcroft ]
11566
11567 * [Config] enable CONFIG_MEMTEST=y
11568 - LP: #1004535
11569 * [Config] config-check: add support for a cut operation
11570 * [Config] enforcer -- switch to cut where appropriate
11571
11572 [ Leann Ogasawara ]
11573
11574 * Rebase to v3.5-rc5
11575 * [Config] Updateconfigs after rebase to v3.5-rc5
11576
11577 [ Luis Henriques ]
11578
11579 * SAUCE: ocfs2: Fix NULL pointer dereferrence in
11580 __ocfs2_change_file_space
11581 - LP: #1006012
11582
11583 [ Seth Forshee ]
11584
11585 * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking
11586 for LVDS register initialization
11587 - LP: #1012800
11588
11589 [ Upstream Kernel Changes ]
11590
11591 * rebase to v3.5-rc5
11592 - LP: #1013183
11593 - LP: #1017017
11594 - LP: #884652
11595
11596 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 02 Jul 2012 06:41:58 -0700
11597
11598 linux (3.5.0-2.2) quantal-proposed; urgency=low
11599
11600 [ Andy Whitcroft ]
11601
11602 * rebase to v3.5-rc4
11603
11604 [ Arend van Spriel ]
11605
11606 * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in
11607 brcms_c_regd_init()
11608 - LP: #950320
11609
11610 [ Bryan Wu ]
11611
11612 * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM
11613
11614 [ Chris J Arges ]
11615
11616 * PACKAGING: add .gnu_debuglink sections to .ko files
11617 - LP: #669641
11618
11619 [ Leann Ogasawara ]
11620
11621 * d-i: Add hid-generic to input-modules
11622 - LP: #1017879
11623
11624 [ Ming Lei ]
11625
11626 * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12"
11627 - LP: #1017717, #225
11628
11629 [ Paolo Pisati ]
11630
11631 * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)"
11632 - LP: #1017718
11633 * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3
11634
11635 [ Seth Forshee ]
11636
11637 * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits
11638 during initialization
11639 - LP: #950320
11640 * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified
11641 by mac80211
11642 - LP: #950320
11643 * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz
11644 channels
11645 - LP: #950320
11646 * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c
11647 - LP: #950320
11648 * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2
11649 regulatory domain
11650 - LP: #950320
11651 * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on
11652 regulatory updates
11653 - LP: #950320
11654 * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for
11655 tx power limits
11656 - LP: #950320
11657 * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels
11658 against internal regulatory data
11659 - LP: #950320
11660 * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain
11661 when checking whether OFDM is allowed
11662 - LP: #950320
11663
11664 [ Tim Gardner ]
11665
11666 * [Config] Enable CONFIG_CGROUPS for highbank
11667 - LP: #1014692
11668 * [Config] FB_OMAP*=y and PANEL_TFP410=y
11669
11670 [ Upstream Kernel Changes ]
11671
11672 * rebase to v3.5-rc4
11673
11674 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 26 Jun 2012 06:21:05 -0700
11675
11676 linux (3.5.0-1.1) quantal-proposed; urgency=low
11677
11678 [ Andy Whitcroft ]
11679
11680 * [Config] highbank -- enable CONFIG_RFKILL=y and CONFIG_CAN=m
11681
11682 [ Leann Ogasawara ]
11683
11684 * Rebase to v3.5-rc1
11685 * [Config] Remove USB_DEVICEFS from the config enforcer
11686 * [Config] Updateconfigs after rebase to v3.5-rc1
11687 * [Config] Temporarily disable CONFIG_MACH_NOKIA_RX51 on arm
11688 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
11689 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
11690 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
11691 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
11692 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
11693 * [Config] Temporarily disable CONFIG_GPIO_EM on arm
11694 * [Config] Temporarily disable CONFIG_SERIAL_8250_EM on armhf
11695 * [Config] Temporarily disable CONFIG_STMMAC_ETH on armhf
11696 * [Config] Temporarily disable CONFIG_HW_RANDOM_ATMEL on armhf
11697 * Rebase to v3.5-rc2
11698 * [Config] Updateconfigs after rebase to v3.5-rc2
11699 * [Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc
11700 * Rebase to v3.5-rc3
11701 * [Config] Updateconfigs after rebase to v3.5-rc3
11702
11703 [ Paul Mundt ]
11704
11705 * SAUCE: fix bug.h's inclusion of kernel.h
11706
11707 [ Stefan Bader ]
11708
11709 * SAUCE: Fix compile failures of dm-raid45
11710 * [Config] Enable dm-raid45
11711 * Move dependency on crda to extra package
11712 - LP: #657901
11713 * SAUCE: Mask CR4 writes on older Xen hypervisors
11714
11715 [ Upstream Kernel Changes ]
11716
11717 * rebase to v3.5-rc3
11718 - LP: #993162
11719 - LP: #925577
11720 * rebase to v3.5-rc2
11721 * rebase to v3.5-rc1
11722 - LP: #955892
11723 - LP: #978038
11724 - LP: #987371
11725 - LP: #929545
11726 - LP: #942316
11727 - LP: #903853
11728
11729 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 08 Jun 2012 14:28:46 -0700
11730
11731 linux (3.4.0-5.11) quantal-proposed; urgency=low
11732
11733 [ Leann Ogasawara ]
11734
11735 * [Config] Disable CONFIG_ARM_LPAE
11736 - LP: #1009061
11737
11738 [ Oleksij Rempel ]
11739
11740 * SAUCE: b43: do not call ieee80211_unregister_hw if we are not registred
11741 - LP: #1008905
11742
11743 [ Paolo Pisati ]
11744
11745 * [Config] omap3: MFD_OMAP_USB_HOST is usb host in omap2+.
11746 - LP: #1009061
11747
11748 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Jun 2012 08:06:28 -0700
11749
11750 linux (3.4.0-4.10) quantal; urgency=low
11751
11752 [ Leann Ogasawara ]
11753
11754 * Temporarily disable ABI and module check
11755
11756 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 20:27:31 -0700
11757
11758 linux (3.4.0-4.9) quantal; urgency=low
11759
11760 [ Andy Whitcroft ]
11761
11762 * [Config] fix config split to avoid the shared config
11763 * [Config] updateconfigs following split config fix
11764 * [Config] linux-image-extras needs full postinst
11765 * [Config] CONFIG_BLK_DEV_NVME commonise across architectures
11766 * [Config] CONFIG_HP_WATCHDOG enable as module
11767 * [Config] CONFIG_PDC_ADMA is not boot essential
11768 * [Config] CONFIG_XEN_ACPI_PROCESSOR should be enabled on x86
11769 * [Config] CONFIG_VT6655/CONFIG_VT6656=m
11770 * [Config] CONFIG_TRANZPORT=m commonise
11771 * [Config] CONFIG_R3964=m commonise
11772 * [Config] CONFIG_SCSI_DH=m commonise
11773 * [Config] CONFIG_SCSI_IBMVSCSIS=m commonise
11774 * [Config] CONFIG_AMD_PHY=y phys are not autoloadable
11775 * [Config] CONFIG_SCSI_QLA_ISCSI=m commonise
11776 * [Config] CONFIG_SCSI_SPI_ATTR=m commonise
11777 * [Config] CONFIG_USB_SN9C102 is deprecated disable
11778 * [Config] CONFIG_USB_SI470X=m commonise
11779 * [Config] CONFIG_USB_ET61X251=m commonise
11780 * [Config] CONFIG_RTS_PSTOR=m commonise
11781 * [Config] CONFIG_SCANLOG=m commonise
11782 * [Config] CONFIG_SCSI_SYM53C8XX_2=m commonise
11783 * [Config] CONFIG_SM_FTL=m commonise
11784 * [Config] CONFIG_SOLO6X10=m commonise
11785 * [Config] CONFIG_SND_PCM_OSS=n using pulseaudio emulation instead
11786 * [Config] CONFIG_SPI_DESIGNWARE=m commonise
11787 * [Config] CONFIG_SPI_SPIDEV=m commonise
11788 * [Config] CONFIG_TABLET_USB_WACOM=m commonise
11789 * [Config] CONFIG_TPS65010=m commonise
11790 * [Config] CONFIG_STE10XP=y commonise
11791 * [Config] CONFIG_X25_ASY=m commonise
11792 * [Config] CONFIG_USB_MON=m commonise
11793 * [Config] CONFIG_VME_BUS=m commonise
11794 * [Config] CONFIG_W35UND=m commonise
11795 * [Config] -CONFIG_TCG_TPM=y commonise
11796 * [Config] highbank -- commonise filesystems
11797 * [Config] highbank -- commonise subsystems
11798 * [Config] highbank -- commonise network protocols
11799 * [Config] highbank -- commonise input drivers
11800 * [Config] highbank -- commonise CRYPTO options
11801 * [Config] highbank -- commonise HID options
11802 * [Config] highbank -- commonise sensors options
11803 * [Config] highbank -- commonise EXPORTFS/FHANDLE
11804 * [Config] highbank -- commonise CONFIG_CRYPTO_LZO
11805 * [Config] highbank -- commonise ENCRYPTED_KEYS
11806 * [Config] highbank -- commonise CONFIG_ATALK
11807 * [Config] highbank -- commonise INET/INET6
11808 * [Config] highbank -- commonise NLS
11809 * [Config] highbank -- commonise BLK/CHR
11810 * [Config] highbank -- CONFIG_EXT2_FS=y boot essential on highbank
11811 * [Config] highbank -- commonise INET/INET6 part 2
11812 * [Config] highbank -- commonise PHY settings
11813 * [Config] highbank -- commonise CRC settings
11814 * [Config] highbank -- commonise BINFMT settings
11815 * [Config] highbank -- commonise DM settings
11816 * [Config] highbank -- commonise RTC_DRV settings
11817 * [Config] highbank -- commonise KEYBOARD/MOUSE settings
11818 * [Config] highbank -- commonise USB settings
11819 * [Config] highbank -- commonise GPIO settings
11820 * [Config] highbank -- commonise I2C settings
11821 * [Config] highbank -- commonise numerous subsystem selectors
11822 * [Config] highbank -- commonise A-C modules missmatches
11823 * [Config] highbank -- commonise D-F modules missmatches
11824 * [Config] CONFIG_AUDIT_LOGINUID_IMMUTABLE incompatible with upstart
11825 * [Config] highbank -- commonise G-I modules missmatches
11826 * [Config] highbank -- commonise J-L modules missmatches
11827 * [Config] highbank -- commonise M modules missmatches
11828 * [Config] highbank -- commonise N-P modules missmatches
11829 * [Config] highbank -- commonise Q-R modules missmatches
11830 * [Config] highbank -- commonise S modules missmatches -- part 1
11831 * [Config] highbank -- commonise S modules missmatches -- part 2
11832 * [Config] highbank -- commonise T modules missmatches
11833 * [Config] highbank -- commonise U-Z modules missmatches
11834
11835 [ Ike Panhc ]
11836
11837 * [Config] add highbank flavour
11838 - LP: #1000831
11839
11840 [ Mark Langsdorf ]
11841
11842 * SAUCE: arm highbank: add support for pl320-ipc driver
11843 - LP: #1000831
11844
11845 [ Rob Herring ]
11846
11847 * SAUCE: input: add a key driver for highbank
11848 - LP: #1000831
11849 * SAUCE: ARM: highbank: Add smc calls to enable/disable the L2
11850 - LP: #1000831
11851 * SAUCE: force DMA buffers to non-bufferable on highbank
11852 - LP: #1000831
11853 * SAUCE: net: calxedaxgmac: fix net timeout recovery
11854 - LP: #1000831
11855
11856 [ Tim Gardner ]
11857
11858 * [Config] CONFIG_IWLWIFI_EXPERIMENTAL_MFP=n
11859 * [Config] CONFIG_PCI_REALLOC_ENABLE_AUTO=y
11860 * [Config] CONFIG_CIFS_EXPERIMENTAL has disappeared
11861 * [Config] Homogenize CIFS configs across all arches
11862 * [Config] armhf should not be skipabi or skipmodules
11863 - LP: #1006913
11864
11865 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 05:52:49 -0700
11866
11867 linux (3.4.0-3.8) quantal; urgency=low
11868
11869 [ Andy Whitcroft ]
11870
11871 * [Config] include include/generated/compile.h
11872 - LP: #942569
11873 * [Config] fix up postinst to ensure we know which error is which
11874 - LP: #1002388
11875
11876 [ Herton Ronaldo Krzesinski ]
11877
11878 * SAUCE: async_populate_rootfs: fix build warnings
11879 - LP: #1003417
11880
11881 [ John Johansen ]
11882
11883 * Revert "SAUCE: AppArmor: Add the ability to mediate mount"
11884 * SAUCE: apparmor: Add the ability to mediate mount
11885 * SAUCE: AppArmor: basic networking rules
11886 * SAUCE: apparmor: fix profile lookup for unconfined
11887 - LP: #978038, #987371
11888 * SAUCE: apparmor: fix long path failure due to disconnected path
11889 - LP: #955892
11890
11891 [ Mario Limonciello ]
11892
11893 * SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, 15
11894 - LP: #901410
11895
11896 [ Stefan Bader ]
11897
11898 * (config) Built-in xen-acpi-processor
11899
11900 [ Tim Gardner ]
11901
11902 * [Config] CONFIG_NET_DSA=m
11903 - LP: #1004148
11904 * [Config] Ensure CONFIG_XEN_ACPI_PROCESSOR=y for amd64
11905
11906 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 May 2012 11:38:33 -0700
11907
11908 linux (3.4.0-3.7) quantal; urgency=low
11909
11910 [ Andy Whitcroft ]
11911
11912 * [Config] drop the virtual flavour in favour of a split generic et al
11913 * [Config] enforcer -- drop IDLE enforcement
11914 * [Config] enable CONFIG_SCSI_VIRTIO=m for amd64
11915 * [Config] updateconfigs following removal of -virtual
11916
11917 [ Leann Ogasawara ]
11918
11919 * Rebase to v3.4
11920
11921 [ Seth Forshee ]
11922
11923 * [Config] disable CONFIG_B43_BCMA_EXTRA
11924
11925 [ Tim Gardner ]
11926
11927 * [Config] Check for extras when building udebs
11928 * [Config] Collapsed generic-pae into generic [i386]
11929
11930 [ Upstream Kernel Changes ]
11931
11932 * rebase to v3.4
11933
11934 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 May 2012 07:23:47 -0700
11935
11936 linux (3.4.0-2.6) quantal; urgency=low
11937
11938 [ Andy Whitcroft ]
11939
11940 * Revert "ubuntu: overlayfs -- overlayfs: update touch_atime() usage"
11941 * Revert "ubuntu: overlayfs -- overlayfs: switch from d_alloc_root() to
11942 d_make_root()"
11943 * Revert "ubuntu: overlayfs -- overlayfs: follow header cleanup"
11944 * Revert "ubuntu: overlayfs -- overlayfs: apply device cgroup and
11945 security permissions to overlay files"
11946 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
11947 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
11948 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
11949 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
11950 * Revert "ubuntu: overlayfs -- overlay filesystem"
11951 * Revert "ubuntu: overlayfs -- vfs: introduce clone_private_mount()"
11952 * Revert "ubuntu: overlayfs -- vfs: export do_splice_direct() to modules"
11953 * Revert "ubuntu: overlayfs -- vfs: add i_op->open()"
11954 * Revert "ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()"
11955 * ubuntu: overlayfs -- overlayfs: add statfs support
11956 * ubuntu: overlayfs -- inode_only_permission: export inode level
11957 permissions checks
11958 * ubuntu: overlayfs -- overlayfs: switch to use inode_only_permissions
11959
11960 [ Erez Zadok ]
11961
11962 * ubuntu: overlayfs -- overlayfs: implement show_options
11963
11964 [ Miklos Szeredi ]
11965
11966 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
11967 * ubuntu: overlayfs -- vfs: add i_op->open()
11968 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
11969 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
11970 * ubuntu: overlayfs -- overlay filesystem
11971 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
11972
11973 [ Neil Brown ]
11974
11975 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
11976
11977 [ Robin Dong ]
11978
11979 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
11980 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
11981
11982 [ Tim Gardner ]
11983
11984 * [Config] perarch and indep tools builds need separate build directories
11985 * Prevent upgrading a non-PAE CPU
11986 * perf is not parallel build safe
11987
11988 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 May 2012 08:43:18 -0700
11989
11990 linux (3.4.0-2.5) quantal; urgency=low
11991
11992 [ Andy Whitcroft ]
11993
11994 * [Config] perarch and indep tools builds need separate build directories
11995
11996 [ Tim Gardner ]
11997
11998 * Prevent upgrading a non-PAE CPU
11999 * [Config] build debug
12000 * [Config] perf tools are not parallel build safe
12001
12002 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 15 May 2012 11:37:53 -0700
12003
12004 linux (3.4.0-2.4) quantal; urgency=low
12005
12006 [ Leann Ogasawara ]
12007
12008 * Revert "SAUCE: fsam7400: use UMH_WAIT_PROC consistently"
12009 * Revert "ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86"
12010 * Revert "ubuntu: fsam7400: Depend on CHECK_SIGNATURE"
12011 * Revert "ubuntu: fsam7400 -- Cleanup Makefile"
12012 * Revert "ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M
12013 7400"
12014 * Revert "ubuntu: omnibook: fix source file newline"
12015 * Revert "ubuntu: omnibook -- update BOM"
12016 * Revert "SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5}
12017 depend on X86"
12018 * Revert "ubuntu: omnibook -- Added missing BOM file"
12019 * Revert "ubuntu: omnibook -- support Toshiba (HP) netbooks"
12020 * Revert "ubuntu: nx-emu - i386: mmap randomization for executable
12021 mappings"
12022 * Revert "SAUCE: disable_nx should not be in __cpuinitdata section for
12023 X86_32"
12024 * Revert "ubuntu: nx-emu - i386: NX emulation"
12025 * Revert "ubuntu: rfkill drivers -- version 1.3"
12026 * Temporarily disable module check
12027 * [Config] Remove CONFIG_FSAM7400
12028 * [Config] Remove CONFIG_OMNIBOOK
12029 * [Config] Update configs
12030 * Rebase to v3.4-rc7
12031 * SAUCE: genirq: export handle_edge_irq() and irq_to_desc()
12032
12033 [ Tim Gardner ]
12034
12035 * Updated generic-pae description
12036 * Rebase to v3.4-rc6
12037 * install-tools depends on build targets
12038
12039 [ Upstream Kernel Changes ]
12040
12041 * kconfig: in debug mode some 0 length message prints occur
12042 * rebase to v3.4-rc7
12043 * rebase to v3.3-rc6
12044
12045 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 May 2012 08:22:56 -0700
12046
12047 linux (3.4.0-1.3) quantal; urgency=low
12048
12049 [ Andy Whitcroft ]
12050
12051 * [Config] control.stub is an intermediate product not a dependancy
12052 - LP: #992414
12053
12054 [ Leann Ogasawara ]
12055
12056 * remove i386 generic from getabis
12057
12058 [ Upstream Kernel Changes ]
12059
12060 * (pre-stable) b43: only reload config after successful initialization
12061 - LP: #950295
12062
12063 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 May 2012 09:48:14 -0700
12064
12065 linux (3.4.0-1.2) quantal; urgency=low
12066
12067 [ Andy Whitcroft ]
12068
12069 * [Config] add build depends for flex, bison and pkg-config
12070
12071 -- Andy Whitcroft <apw@canonical.com> Tue, 01 May 2012 13:15:41 +0100
12072
12073 linux (3.4.0-1.1) quantal; urgency=low
12074
12075 [ Andy Whitcroft ]
12076
12077 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
12078 permissions to overlay files
12079 - LP: #915941, #918212
12080 - CVE-2012-0055
12081
12082 [ Leann Ogasawara ]
12083
12084 * Open Q
12085 * Rebase to v3.4-rc5
12086 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
12087 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
12088 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
12089 * [Config] Temporarily disable CONFIG_MFD_OMAP_USB_HOST on arm
12090 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
12091 * [Config] Temporarily disable CONFIG_USB_EHCI_HCD_PLATFORM on arm
12092 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
12093 * [Config] Temporarily disable CONFIG_AX88796 on arm
12094
12095 [ Upstream Kernel Changes ]
12096
12097 * vfs: pass struct path to __dentry_open()
12098 * vfs: add i_op->open()
12099 * vfs: export do_splice_direct() to modules
12100 * vfs: introduce clone_private_mount()
12101 * overlay filesystem
12102 * overlayfs: add statfs support
12103 * overlayfs: implement show_options
12104 * overlay: overlay filesystem documentation
12105 * fs: limit filesystem stacking depth
12106 * overlayfs: follow header cleanup
12107 * overlayfs: switch from d_alloc_root() to d_make_root()
12108 * overlayfs: update touch_atime() usage
12109 * rebase to v3.4-rc5
12110 - LP: #950490
12111 * rebase to v3.4-rc4
12112 * rebase to v3.4-rc3
12113 * rebase to v3.4-rc2
12114 * rebase to v3.4-rc1
12115 * rebase to v3.3
12116 * rebase to v3.3-rc7
12117 * rebase to v3.3-rc6
12118 * rebase to v3.3-rc5
12119 * rebase to v3.3-rc4
12120 - LP: #900802
12121 - LP: #930842
12122 * rebase to v3.3-rc3
12123 - LP: #924320
12124 - LP: #923316
12125 - LP: #923409
12126 - LP: #918254
12127 * rebase to v3.3-rc2
12128 * rebase to v3.3-rc1
12129 - LP: #795823
12130 - LP: #909419
12131 - LP: #910792
12132 - LP: #878701
12133 - LP: #724831
12134
12135 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 25 Jan 2012 06:50:04 -0800
12136
12137 linux (3.2.0-10.18) precise; urgency=low
12138
12139 [ Tim Gardner ]
12140
12141 * SAUCE: ecryptfs: Print inode on metadata error
12142
12143 [ Upstream Kernel Changes ]
12144
12145 * Revert "proc: enable writing to /proc/pid/mem"
12146 - LP: #919115
12147 - CVE-2012-0056
12148 * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1
12149 - LP: #909419
12150
12151 -- Andy Whitcroft <apw@canonical.com> Tue, 24 Jan 2012 10:15:12 +0000
12152
12153 linux (3.2.0-10.17) precise; urgency=low
12154
12155 [ Andy Whitcroft ]
12156
12157 * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth"
12158 * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation"
12159 * Revert "SAUCE: overlayfs -- overlayfs: implement show_options"
12160 * Revert "SAUCE: overlayfs -- overlayfs: add statfs support"
12161 * Revert "SAUCE: overlayfs -- overlay filesystem"
12162 * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()"
12163 * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules"
12164 * Revert "SAUCE: overlayfs -- vfs: add i_op->open()"
12165 * ensure debian/ is not excluded from git by default
12166 * add new scripting to handle buglinks in rebases
12167 * ubuntu: overlayfs -- overlayfs: add statfs support
12168 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
12169 permissions to overlay files
12170 - LP: #915941, #918212
12171 - CVE-2012-0055
12172
12173 [ Erez Zadok ]
12174
12175 * ubuntu: overlayfs -- overlayfs: implement show_options
12176
12177 [ Leann Ogasawara ]
12178
12179 * Revert "SAUCE: dmar: disable if ricoh multifunction detected"
12180 * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON
12181 - LP: #907377, #911236
12182 * [Config] Enable CONFIG_IRQ_REMAP
12183
12184 [ Miklos Szeredi ]
12185
12186 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
12187 * ubuntu: overlayfs -- vfs: add i_op->open()
12188 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
12189 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
12190 * ubuntu: overlayfs -- overlay filesystem
12191 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
12192
12193 [ Neil Brown ]
12194
12195 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
12196
12197 [ Upstream Kernel Changes ]
12198
12199 * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery
12200 - LP: #647043
12201 * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that
12202 breaks USB
12203 - LP: #647043
12204
12205 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jan 2012 07:10:08 -0800
12206
12207 linux (3.2.0-9.16) precise; urgency=low
12208
12209 [ Andy Whitcroft ]
12210
12211 * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM
12212 * [Config] pull ARM sound modules =m
12213 * [Config] CONFIG_RTC_DRV_TEST is for testing only
12214 * [Config] CONFIG_USB_DUMMY_HCD is testing only
12215 * [Config] CONFIG_USB_FILE_STORAGE is deprecated
12216
12217 [ Leann Ogasawara ]
12218
12219 * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel"
12220 * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m
12221 * [Config] Enable CONFIG_MMC_TMIO=m
12222 * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m
12223 * [Config] Enable CONFIG_ISI=m
12224 * [Config] Enable CONFIG_MMC=y
12225 * [Config] Enable CONFIG_LIRC_PARALLEL=m
12226 * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m
12227 * [Config] Enable CONFIG_CHR_DEV_SG=y
12228 * [Config] Enable CONFIG_GPIO_PCA953X=m
12229 * [Config] Enable CONFIG_GPIO_TWL4030=m
12230 * [Config] Enable CONFIG_INET_DIAG=m
12231 * [Config] Enable CONFIG_NLS_ISO8859_1=m
12232 * [Config] Enable CONFIG_NVRAM=m
12233 * [Config] Enable CONFIG_SLIP=m
12234 * [Config] Enable CONFIG_PC300TOO=m
12235 * [Config] Enable CONFIG_TUN=y
12236 * [Config] Enable CONFIG_NET_CLS_CGROUP=m
12237 * [Config] Enable CONFIG_THERMAL=y
12238 * [Config] Enable CONFIG_PPP=y
12239 * [Config] Enable CONFIG_PCI_STUB=m
12240 * Rebase to v3.2.1
12241 * [Config] Enable CONFIG_RTL8192E=m
12242 * [Config] Enable CONFIG_RTS5139=m
12243
12244 [ Stefan Bader ]
12245
12246 * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y
12247
12248 [ Upstream Kernel Changes ]
12249
12250 * ARM: restart: add restart hook to machine_desc record
12251 * ARM: restart: allow platforms more flexibility specifying restart mode
12252 * ARM: restart: move reboot failure handing into machine_restart()
12253 * ARM: restart: remove argument to setup_mm_for_reboot()
12254 * ARM: 7159/1: OMAP: Introduce local common.h files
12255 * ARM: restart: only perform setup for restart when soft-restarting
12256 * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq
12257 function
12258 * ARM: idmap: populate identity map pgd at init time using .init.text
12259 * ARM: suspend: use idmap_pgd instead of suspend_pgd
12260 * ARM: proc-*.S: place cpu_reset functions into .idmap.text section
12261 * ARM: idmap: use idmap_pgd when setting up mm for reboot
12262 * ARM: head.S: only include __turn_mmu_on in the initial identity mapping
12263 * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting
12264 * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM
12265 restart changes
12266 * ARM: lib: add call_with_stack function for safely changing stack
12267 * ARM: reset: implement soft_restart for jumping to a physical address
12268 * ARM: stop: execute platform callback from cpu_stop code
12269 * ARM: kexec: use soft_restart for branching to the reboot buffer
12270 * ARM: restart: omap: use new restart hook
12271 * topdown mmap support
12272 - LP: #861296
12273
12274 [ Upstream Kernel Changes ]
12275
12276 * Rebase to v3.2.1
12277
12278 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 13 Jan 2012 20:32:08 +0100
12279
12280 linux (3.2.0-8.15) precise; urgency=low
12281
12282 [ Leann Ogasawara ]
12283
12284 * [Config] Disable CONFIG_ACPI_PROCFS
12285 * Remove server from getabis
12286 * Temporarily disable module check
12287 * [Config] Disable CONFIG_MTD_TESTS
12288 * [Config] Disable CONFIG_X86_E_POWERSAVER
12289 * [Config] Set CONFIG_ARCNET=m
12290 * [Config] Enable CONFIG_ATM_DUMMY=m
12291 * [Config] Enable CONFIG_BLK_DEV_MD=y
12292 * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86
12293 * [Config] Enable CONFIG_BLK_DEV_SD=y
12294 * [Config] Enable CONFIG_BLK_DEV_SR=y
12295 * [Config] Enable CONFIG_BLK_DEV_UB=m
12296 * [Config] Enable CONFIG_COPS=m
12297 * [Config] Enable CONFIG_DVB_USB_EC168=m
12298 * [Config] Enable CONFIG_ENC28J60=m
12299 * [Config] Enable CONFIG_FB_UVESA=m
12300 * [Config] Enable CONFIG_FB_ATY=m
12301 * [Config] Enable CONFIG_BROADCOM_PHY=y
12302 * [Config] Enable CONFIG_CICADA_PHY=y
12303 * [Config] Enable CONFIG_DAVICOM_PHY=y
12304 * [Config] Enable CONFIG_ICPLUS_PHY=y
12305 * [Config] Enable CONFIG_LSI_ET1011C_PHY=y
12306 * [Config] Enable CONFIG_LXT_PHY=y
12307 * [Config] Enable CONFIG_MARVELL_PHY=y
12308 * [Config] Enable CONFIG_NATIONAL_PHY=y
12309 * [Config] Enable CONFIG_QSEMI_PHY=y
12310 * [Config] Enable CONFIG_SMSC_PHY=y
12311 * [Config] Enable CONFIG_VITESSE_PHY=y
12312 * Add 3w-sas to scsi-modules
12313 - LP: #776542
12314
12315 [ Mathieu Trudel-Lapierre ]
12316
12317 * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate
12318 to interface settings
12319
12320 [ Paolo Pisati ]
12321
12322 * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C"
12323 - LP: #912199
12324 * Revert "SAUCE: omap3: beagle: detect new xM revision B"
12325 - LP: #912199
12326 * Revert "SAUCE: omap3: beaglexm: fix DVI initialization"
12327 - LP: #912199
12328
12329 [ Upstream Kernel Changes ]
12330
12331 * Bluetooth: Add support for BCM20702A0 [0a5c:21e3]
12332 - LP: #906832
12333
12334 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 06 Jan 2012 10:02:03 -0800
12335
12336 linux (3.2.0-8.14) precise; urgency=low
12337
12338 [ Andy Whitcroft ]
12339
12340 * [Config] enable CONFIG_SND_USB_6FIRE
12341 - LP: #912197
12342 * rebase to mainline v3.2 final release
12343 * updateconfigs following rebase to v3.2 final
12344 * ubuntu: AUFS -- add BOM and automated update script
12345 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
12346 - LP: #684666
12347 * ubuntu: AUFS -- update aufs-update to track new locations of headers
12348 * ubuntu: AUFS -- clean up the aufs updater and BOM
12349 * ubuntu: AUFS -- documentation on updating aufs2
12350 * ubuntu: AUFS -- aufs3-base.patch
12351 * ubuntu: AUFS -- aufs3-standalone.patch
12352 * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission
12353 * ubuntu: AUFS -- fix undefined security_path_link
12354 * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245
12355 * ubuntu: AUFS -- updateconfigs following update
12356 * ubuntu: AUFS -- suppress benign plink warning messages
12357 - LP: #621195
12358 * ubuntu: AUFS -- enable in config and makefile
12359 * ubuntu: AUFS -- disable in favor of overlayfs
12360 * [Config] linux-virtual -- should include the extX modules
12361 - LP: #912308
12362
12363 [ Tyler Hicks ]
12364
12365 * SAUCE: eCryptfs: Improve statfs reporting
12366 - LP: #885744
12367
12368 [ Upstream Kernel Changes ]
12369
12370 * rebase to upstream v3.2
12371
12372 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 26 Dec 2011 20:24:30 -0800
12373
12374 linux (3.2.0-7.13) precise; urgency=low
12375
12376 [ Upstream Kernel Changes ]
12377
12378 * rebase to upstream 3.2-rc7
12379
12380 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 19 Dec 2011 09:14:34 -0800
12381
12382 linux (3.2.0-6.12) precise; urgency=low
12383
12384 [ Upstream Kernel Changes ]
12385
12386 * rebase to upstream v3.2-rc6
12387
12388 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Dec 2011 10:19:02 -0800
12389
12390 linux (3.2.0-5.11) precise; urgency=low
12391
12392 [ Andy Whitcroft ]
12393
12394 * enforcer -- allow arch and flavour predicates to take lists
12395 * enforcer -- simplify armel/armhf specific options
12396 * enforcer -- fix incorrectly specified flavour matches
12397
12398 [ Leann Ogasawara ]
12399
12400 * [Config] Disable IRQ_REMAP
12401 * [Config] Enable CONFIG_SENSORS_LM95245=m
12402 * [Config] Enable CONFIG_SENSORS_MAX1668=m
12403 * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m
12404 * [Config] Enable CONFIG_SENSORS_MAX6639=m
12405 * [Config] Enable CONFIG_SENSORS_MAX6642=m
12406 * [Config] Enable CONFIG_SENSORS_LINEAGE=m
12407 * [Config] Enable CONFIG_CRYPTO_SALSA20=m
12408 * [Config] Enable CONFIG_PATA_TOSHIBA=m
12409 * [Config] Enable CONFIG_POHMELFS=m
12410 * [Config] Enable CONFIG_NET_PACKET_ENGINE=y
12411 * [Config] Enable CONFIG_PATA_OPTI=m
12412 * add overlayfs to virtual inclusion list
12413 - LP: #903897
12414 * add veth to virtual inclusion list
12415 - LP: #903897
12416 * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request
12417
12418 [ Paolo Pisati ]
12419
12420 * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm
12421 - LP: #903346
12422
12423 [ Tim Gardner ]
12424
12425 * [Config] CONFIG_LOCKUP_DETECTOR=y
12426 - LP: #903615
12427
12428 [ Upstream Kernel Changes ]
12429
12430 * rebase to upstream 55b02d2f
12431
12432 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 12 Dec 2011 07:08:10 -0800
12433
12434 linux (3.2.0-4.10) precise; urgency=low
12435
12436 [ Kyle McMartin ]
12437
12438 * SAUCE: dmar: disable if ricoh multifunction detected
12439 - LP: #894070
12440
12441 [ Seth Forshee ]
12442
12443 * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug
12444 - LP: #581312
12445
12446 [ Tim Gardner ]
12447
12448 * Start new release, Bump ABI, rebase to 3.2-rc5
12449
12450 [ Leann Ogasawara ]
12451
12452 * [Config] Enable CONFIG_SENSORS_AK8975=m
12453
12454 -- Tim Gardner <tim.gardner@canonical.com> Sat, 10 Dec 2011 08:57:04 -0700
12455
12456 linux (3.2.0-3.9) precise; urgency=low
12457
12458 [ Andy Whitcroft ]
12459
12460 * SAUCE: ext4: correct partial write discard size calculation
12461 - LP: #894768
12462
12463 [ Leann Ogasawara ]
12464
12465 * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting"
12466 - LP: #892615
12467
12468 [ Matthew Garrett ]
12469
12470 * SAUCE: pci: Rework ASPM disable code
12471
12472 [ Upstream Kernel Changes ]
12473
12474 * x86: Fix boot failures on older AMD CPU's
12475 - LP: #892615
12476 * EHCI : Fix a regression in the ISO scheduler
12477 - LP: #899165
12478
12479 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 05 Dec 2011 10:37:36 -0800
12480
12481 linux (3.2.0-3.8) precise; urgency=low
12482
12483 [ Andy Whitcroft ]
12484
12485 * armhf -- add d-i configuration
12486 * armhf -- disable ABI checks for armhf
12487 * armhf -- add arch to getabis config
12488
12489 -- Andy Whitcroft <apw@canonical.com> Sat, 03 Dec 2011 14:22:52 +0000
12490
12491 linux (3.2.0-3.7) precise; urgency=low
12492
12493 [ Stefan Bader ]
12494
12495 * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be
12496 synchronous, regardless of lazy_mmu mode
12497 - LP: #854050
12498
12499 [ Tim Gardner ]
12500
12501 * rebase to v3.2-rc4
12502
12503 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 02 Dec 2011 11:53:56 -0800
12504
12505 linux (3.2.0-2.6) precise; urgency=low
12506
12507 [ Andy Whitcroft ]
12508
12509 * armhf -- fix omap flavour to build on armhf
12510 * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot
12511
12512 [ Borislav Petkov ]
12513
12514 * SAUCE: x86, microcode, AMD: Restrict microcode reporting
12515 - LP: #892615
12516
12517 [ Colin Watson ]
12518
12519 * Add pata_macio to pata-modules
12520
12521 [ Tim Gardner ]
12522
12523 * [Config] Prefer crda over wireless-crda
12524 * [Config] Fix virtual inclusion list.
12525 - LP: #897795
12526
12527 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 30 Nov 2011 06:09:35 -0800
12528
12529 linux (3.2.0-2.5) precise; urgency=low
12530
12531 [ Paolo Pisati ]
12532
12533 * [Config] PANEL_DVI=y
12534
12535 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Nov 2011 09:13:24 -0800
12536
12537 linux (3.2.0-2.4) precise; urgency=low
12538
12539 [ Andy Whitcroft ]
12540
12541 * rebase to v3.2-rc3
12542
12543 [ Leann Ogasawara ]
12544
12545 * Revert "SAUCE: xen: Do not use pv spinlocks on HVM"
12546 * Revert "fix ERROR: __devcgroup_inode_permission undefined"
12547 * Revert "olpc_dcon_xo_1_5 needs delay.h"
12548 * Revert "olpc_dcon_xo_1 needs delay.h"
12549 * rebase to 6fe4c6d4
12550 * [Config] updateconfigs after rebase to 6fe4c6d4
12551
12552 [ Tim Gardner ]
12553
12554 * [Config] Replace wireless-crda with crda,wireless-regdb
12555 - LP: #856421
12556 * [Config] Relax the dependencies on crda
12557
12558 [ Upstream Kernel Changes ]
12559
12560 * (pre-stable) HID: bump maximum global item tag report size to 96 bytes
12561 - LP: #724831
12562 * Ubuntu: remove coreutils|fileutils package dependency
12563 - LP: #892814
12564 * iio: iio_event_getfd -- fix ev_int build failure
12565
12566 [ Upstream Kernel Changes ]
12567
12568 * Rebase to v3.2-rc3
12569
12570 -- Andy Whitcroft <apw@canonical.com> Thu, 24 Nov 2011 16:20:45 +0000
12571
12572 linux (3.2.0-1.3) precise; urgency=low
12573
12574 [ Upstream Kernel Changes ]
12575
12576 * Ubuntu: Add ext2 to fs-core-modules
12577 - LP: #893395
12578
12579 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 20:42:33 -0800
12580
12581 linux (3.2.0-1.2) precise; urgency=low
12582
12583 [ Andy Whitcroft ]
12584
12585 * [Config] enable CONFIG_NFC and associated devices
12586 * SAUCE: allow brcmsmac and b43 to both build
12587
12588 [ Soren Hansen ]
12589
12590 * Add ixgbe driver to d-i
12591 - LP: #891969
12592
12593 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 08:33:46 -0800
12594
12595 linux (3.2.0-1.1) precise; urgency=low
12596 [ Andy Whitcroft ]
12597
12598 * armhf -- enable armhf and create the first flavours
12599 * SAUCE: ensure root is ready before running usermodehelpers in it
12600 * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm
12601
12602 [ Leann Ogasawara ]
12603
12604 * Temporarily ignore module check
12605 * [Config] Enable PCI_IOV on powerpc
12606 * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc
12607 * rebase to v3.2-rc2
12608 * SAUCE: include <linux/export.h> for cpuidle34xx arm build
12609 * SAUCE: include <linux/kernel.h> for linux/mtd/map.h arm build
12610 * SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm build
12611 * SAUCE: select ARM_AMBA if OMAP3_EMU
12612 * [Config] updateconfigs after select ARM_AMBA
12613 * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc
12614 * [Config] Enable CONFIG_EXT2_FS=m
12615 * [Config] Build in CONFIG_SATA_AHCI=y
12616 * Resolve linux-image-extra's install dependency
12617
12618 [ Seth Forshee ]
12619
12620 * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop
12621 * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to
12622 Documentation
12623 * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in
12624 alps_model_info
12625 * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet
12626 size
12627 * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions
12628 3 and 4
12629 * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3
12630 protocol
12631 * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol
12632 versions 3 and 4
12633
12634 [ Stefan Bader ]
12635
12636 * [Config] Built-in xen-netfront and xen-blkfront
12637 * Fix build of dm-raid45 and re-enable it
12638
12639 [ Tim Gardner ]
12640
12641 * [Config] CONFIG_USB_XHCI_HCD=y
12642 - LP: #886167
12643 * [Config] CONFIG_R6040=m
12644 - LP: #650899
12645 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
12646 - LP: #854399
12647 * [Config] Consolidated amd64 server flavour into generic
12648 * [Config] updateconfigs after rebase to 3.2-rc1
12649 * [Config] Disabled dm-raid4-5
12650 * [Config] Disabled ndiswrapper
12651 * [Config] Disable vt6656
12652 * [Config] exclude ppp-modules for virtual flavour
12653 * [Config] CONFIG_MEMSTICK_R592=m
12654 - LP: #238208
12655
12656 [ Upstream Kernel Changes ]
12657
12658 * CHROMIUM: seccomp_filter: new mode with configurable syscall filters
12659 - LP: #887780
12660 * CHROMIUM: seccomp_filter: add process state reporting
12661 - LP: #887780
12662 * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it
12663 works.
12664 - LP: #887780
12665 * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve
12666 - LP: #887780
12667 * CHROMIUM: arm: select HAVE_SECCOMP_FILTER
12668 - LP: #887780
12669 * CHROMIUM: seccomp_filters: move to btrees
12670 * CHROMIUM: enable CONFIG_BTREE
12671 * CHROMIUM: seccomp_filter: kill NR_syscall references
12672 * CHROMIUM: seccomp_filters: guard all ftrace wrapper code
12673 * CHROMIUM: seccomp_filters: clean up warnings; kref mistake
12674 * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper
12675 * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve
12676 * CHROMIUM: seccomp_filter: inheritance documentation
12677 * CHROMIUM: seccomp_filter: make inherited filters composable
12678 * CHROMIUM: Fix seccomp_t compile error
12679 - LP: #887780
12680 * CHROMIUM: Fix kref usage
12681 - LP: #887780
12682 * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER
12683 * rebase to v3.2-rc2
12684
12685 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 31 Oct 2011 09:24:39 -0400
12686
12687 linux (3.1.0-2.3) precise; urgency=low
12688
12689 [ Tim Gardner ]
12690
12691 * Add postinit and postrm scripts to the extras package
12692 - LP: #882120
12693
12694 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 Oct 2011 12:48:33 -0700
12695
12696 linux (3.1.0-2.2) precise; urgency=low
12697
12698 [ Andy Whitcroft ]
12699
12700 * debian: add locking to protect debian/files from parallel update
12701
12702 [ Leann Ogasawara ]
12703
12704 * rebase to v3.1
12705
12706 [ Upstream Kernel Changes ]
12707
12708 * rebase to v3.1
12709
12710 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 19 Oct 2011 07:12:38 -0700
12711
12712 linux (3.1.0-1.1) precise; urgency=low
12713
12714 [ Andiry Xu ]
12715
12716 * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk
12717 - LP: #872811
12718
12719 [ Andy Whitcroft ]
12720
12721 * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release"
12722 - LP: #832694
12723 * Revert "ubuntu: compcache -- version 0.5.3"
12724 - LP: #832694
12725 * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
12726 * [Config] Enable CONFIG_MACVTAP=m
12727 - LP: #822601
12728 * record the compiler in the ABI and check for inconsistant builds
12729 * [Config] move ECRYPT_FS back to =y for all architectures
12730 - LP: #827197
12731 * [Config] enable CONFIG_DRM_VMWGFX=m
12732 - LP: #698009
12733 * [Config] re-fix ECRYPT_FS=y
12734 - LP: #827197
12735 * enforcer -- ensure we have CONFIG_ECRYPT_FS=y
12736 - LP: #827197
12737 * [Config] dropping compcache configuration options
12738 * [Config] standardise on HZ=250
12739 * SAUCE: headers_install: fix #include "..." usage for userspace
12740 - LP: #824377
12741 * make module-inclusion selection retain the left overs
12742 * add a new linux-image-extras package for virtual
12743
12744 [ Colin Watson ]
12745
12746 * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i
12747
12748 [ edwin_rong ]
12749
12750 * SAUCE: Staging: add driver for Realtek RTS5139 cardreader
12751 - LP: #824273
12752
12753 [ Greg Kroah-Hartman ]
12754
12755 * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build.
12756 - LP: #824273
12757
12758 [ Jesse Sung ]
12759
12760 * SAUCE: Unregister input device only if it is registered
12761 - LP: #839238
12762
12763 [ Jiri Kosina ]
12764
12765 * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[]
12766
12767 [ Joshua V. Dillon ]
12768
12769 * SAUCE: HID: add support for MacBookAir4,2 keyboard.
12770
12771 [ Kees Cook ]
12772
12773 * [Config] enable and enforce SECCOMP_FILTER on x86
12774
12775 [ Keng-Yu Lin ]
12776
12777 * [Config] Enable CONFIG_RTS5139=m on i386/amd64
12778 - LP: #824273
12779
12780 [ Leann Ogasawara ]
12781
12782 * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only"
12783 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
12784 * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and
12785 readdir"
12786 * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs"
12787 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
12788 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
12789 * Revert "ubuntu: overlayfs -- overlay filesystem"
12790 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
12791 * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision"
12792 * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather
12793 than just revision"
12794 * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX"
12795 * Revert "ubuntu: fsam7400 disable driver"
12796 - LP: #876030
12797 * rebase to v3.1-rc1
12798 * [Config] updateconfigs after rebase to v3.1-rc1
12799 * rebase to v3.1-rc2
12800 * [Config] Updateconfigs after rebase to v3.1-rc2
12801 * ubuntu: Yama - update calls to generic_permission() and
12802 inode->i_op->permission()
12803 * ubuntu: ndiswrapper -- remove netdev_priv macro
12804 * ubuntu: aufs -- Temporarily disable due to build failure
12805 * [Config] Diable INTEL_MID_PTI on armel
12806 * [Config] Temporarily disable CONFIG_FTMAC100 on armel
12807 * [Config] Temporarily disable CONFIG_FTGMAC100 on armel
12808 * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel
12809 * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel
12810 * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm
12811 * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm
12812 * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm
12813 * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc
12814 * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc
12815 * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc
12816 * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc
12817 * [Config] Enable CONFIG_ECHO=m on powerpc
12818 * [Config] Enable CONFIG_ET131X=m on powerpc
12819 * [Config] Set CONFIG_FB_MATROX=m
12820 * [Config] Enable CONFIG_FB_UDL=m on powerpc
12821 * [Config] Set CONFIG_FB_VIRTUAL=n
12822 * [Config] Enable CONFIG_FB_VGA16=m on powerpc
12823 * [Config] Enable CONFIG_GPIO_MAX732X=m on arm
12824 * [Config] Enable CONFIG_GPIO_PCF857X=m on arm
12825 * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m
12826 * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc
12827 * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc
12828 * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp
12829 * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc
12830 * [Config] Enable CONFIG_IBM_BSR=m on powerpc
12831 * [Config] Enable CONFIG_IBMVETH=m on powerpc
12832 * [Config] Enable CONFIG_IDE_PHISON=m on powerpc
12833 * [Config] Enable CONFIG_IGB=m on powerpc
12834 * [Config] Enable CONFIG_IIO=m on powerpc
12835 * [Config] Enable CONFIG_INFINIBAND_NES=m
12836 * [Config] Enable CONFIG_IPMI_HANDLER=m on arm
12837 * [Config] Enable CONFIG_IWL3945=m on powerpc
12838 * [Config] Disable CONFIG_KVM_BOOK3S_64
12839 * [Config] Enable CONFIG_LAPBETHER=m on arm
12840 * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc
12841 * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's
12842 * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc
12843 * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc
12844 * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc
12845 * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc
12846 * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc
12847 * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc
12848 * [Config] Enable CONFIG_MEMSTICK=m on arm
12849 * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm
12850 * [Config] Enable CONFIG_MTD_ALAUDA=m on arm
12851 * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm
12852 * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm
12853 * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc
12854 * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm
12855 * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm
12856 * [Config] Enable CONFIG_MTD_IMPA7=m on arm
12857 * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm
12858 * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm
12859 * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc
12860 * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm
12861 * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm
12862 * [Config] Enable CONFIG_MTD_SST25L=m on arm
12863 * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm
12864 * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm
12865 * [Config] Enable CONFIG_NET_CLS_U32=m on arm
12866 * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm
12867 * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm
12868 * [Config] Enable CONFIG_NET_TCPPROBE=m on arm
12869 * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc
12870 * [Config] Enable CONFIG_PATA_NS87410=m on powerpc
12871 * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp
12872 * [Config] Enable CONFIG_PANEL=m on powerpc
12873 * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc
12874 * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci
12875 - LP: #833705
12876 * [Config] Add CONFIG_EFI_VARS=y to the enforcer
12877 - LP: #837332
12878 * [Config] Update CONFIG_EFI_VARS enforcer check
12879 * [Config] Add aufs to virtual flavor inclusion list
12880 - LP: #844159
12881 * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci
12882 - LP: #818933
12883 * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci
12884 - LP: #768039
12885 * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci
12886 - LP: #838402
12887 * [Config] Add igbvf to the virtual flavor inclusion list
12888 - LP: #794570
12889 * [Config] Add ixgbevf to the virtual inclusion list
12890 - LP: #872411
12891 * [Config] Transition -generic and -server to be identical
12892 * rebase to v3.1-rc10
12893
12894 [ Luke Yelavich ]
12895
12896 * [Config] Disable legacy IDE drivers on powerpc
12897
12898 [ Ming Lei ]
12899
12900 * SAUCE: fireware: add NO_MSI quirks for o2micro controller
12901 - LP: #801719
12902 * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel
12903 Sandybridge chipsets(v2)
12904 - LP: #737388, #782389, #794642
12905
12906 [ Paolo Pisati ]
12907
12908 * [Config] Compile-in vfat support for armel
12909 - LP: #853783
12910
12911 [ Randy Dunlap ]
12912
12913 * SAUCE: staging: fix rts5139 depends & build
12914 - LP: #824273
12915
12916 [ Rene Bolldorf ]
12917
12918 * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight
12919 power in 'ideapad_backlight_notify_power' to avoid a page fault
12920
12921 [ Seth Forshee ]
12922
12923 * SAUCE: (no-up) Input: elantech - Add v3 hardware support
12924 - LP: #681904
12925 * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan
12926 - LP: #810020
12927
12928 [ Stefan Bader ]
12929
12930 * (config) Package macvlan and macvtap for virtual
12931 * [Config] Force perf to use libiberty for demangling
12932 - LP: #783660
12933 * SAUCE: xen: Do not use pv spinlocks on HVM
12934 - LP: #838026
12935
12936 [ Tim Gardner ]
12937
12938 * [Config] Clean up tools rules
12939 * [Config] Package x86_energy_perf_policy and turbostat
12940 - LP: #797556
12941 * rebase to v3.1-rc3
12942 * [Config] Simplify binary-udebs dependencies
12943 * [Config] kernel preparation cannot be parallelized
12944 * [Config] Linearize module/abi checks
12945 * [Config] Linearize and simplify tree preparation rules
12946 * [Config] Build kernel image in parallel with modules
12947 * [Config] Set concurrency for kmake invocations
12948 * [Config] Improve install-arch-headers speed
12949 * [Config] Fix binary-perarch dependencies
12950 * [Config] Removed stamp-flavours target
12951 * [Config] Serialize binary indep targets
12952 * [Config] Use build stamp directly
12953 * [Config] Restore prepare-% target
12954 * rebase to v3.1-rc4
12955 * rebase to v3.1-rc5
12956 * [Config] Disable makedumpfile for i386/amd64
12957 * rebase to v3.1-rc6
12958 * [Config] Fix binary-% build target
12959 * rebase to v3.1-rc7
12960 * rebase to v3.1-rc8
12961 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
12962 - LP: #854399
12963 * [Config] Enable ftrace support in the mac80211 layer
12964 - LP: #865171
12965 * rebase to v3.1-rc9
12966 * SAUCE: usb/core/devio.c: Check for printer class specific request
12967 - LP: #872711
12968
12969 [ Upstream Kernel Changes ]
12970
12971 * overlay filesystem
12972 * overlayfs: add statfs support
12973 * overlayfs: implement show_options
12974 * overlay: overlay filesystem documentation
12975 * fs: limit filesystem stacking depth
12976
12977 [ Will Drewry ]
12978
12979 * SAUCE: seccomp_filter: new mode with configurable syscall filters
12980 * SAUCE: seccomp_filter: add process state reporting
12981 * SAUCE: seccomp_filter: Document what seccomp_filter is and how it
12982 works.
12983 * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve
12984
12985 [ Upstream Kernel Changes ]
12986
12987 * rebase to v3.1-rc1
12988 * rebase to v3.1-rc2
12989 * rebase to v3.1-rc3
12990 +CONFIG_BLK_DEV_BSGLIB=y
12991 +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
12992 -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y
12993 * rebase to v3.1-rc4
12994 * rebase to v3.1-rc5
12995 * rebase to v3.1-rc6
12996 * rebase to v3.1-rc7
12997 * rebase to v3.1-rc8
12998 * rebase to v3.1-rc9
12999 * rebase to v3.1-rc10
13000
13001 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 15:43:38 -0700
13002
13003 linux (3.1.0-1.0) oneiric; urgency=low
13004
13005 [ Leann Ogasawara ]
13006
13007 * Open P-series
13008
13009 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 13:42:40 -0700
13010
13011 linux (3.0.0-8.10) oneiric; urgency=low
13012
13013 [ Adam Jackson ]
13014
13015 * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting
13016 - LP: #753994
13017
13018 [ John Johansen ]
13019
13020 * [Config] Enable missing IPv6 options
13021
13022 [ Leann Ogasawara ]
13023
13024 * [Config] Disable config IWLWIFI_DEVICE_SVTOOL
13025 - LP: #819925
13026 * Rebase to 3.0.1
13027
13028 [ Upstream Kernel Changes ]
13029
13030 * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message
13031 * ALSA: hda - Turn on extra EAPDs on Conexant codecs
13032 - LP: #783582
13033 * KVM: Remove SMEP bit from CR4_RESERVED_BITS
13034 - LP: #796476
13035 * KVM: Add SMEP support when setting CR4
13036 - LP: #796476
13037 * KVM: Mask function7 ebx against host capability word9
13038 - LP: #796476
13039 * KVM: Add instruction fetch checking when walking guest page table
13040 - LP: #796476
13041
13042 [ Upstream Kernel Changes ]
13043
13044 * rebase to v3.0.1
13045
13046 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 05 Aug 2011 11:32:25 -0700
13047
13048 linux (3.0.0-7.9) oneiric; urgency=low
13049
13050 [ Andy Whitcroft ]
13051
13052 * Revert "[Upstream] add local prefix to oss local change_bits"
13053 * Revert "SAUCE: add tracing for user initiated readahead requests"
13054 * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function"
13055 * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo
13056 Zhaoyang E47"
13057 * Revert "SAUCE: fix documentation strings for struct input_keymap_entry"
13058 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks
13059 (grub)"
13060 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range
13061 checks"
13062 * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff"
13063 * Revert "SAUCE: vt -- maintain bootloader screen mode and content until
13064 vt switch"
13065 * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
13066 - LP: #816035
13067 * ubuntu: Yama: if an underlying filesystem provides a permissions op use
13068 it
13069 * SAUCE: (no-up) add tracing for user initiated readahead requests
13070 * SAUCE: vt -- maintain bootloader screen mode and content until vt
13071 switch
13072 * SAUCE: vt -- allow grub to request automatic vt_handoff
13073
13074 [ Arjan van de Ven ]
13075
13076 * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function
13077
13078 [ Kees Cook ]
13079
13080 * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source"
13081 * [Config] enforce ACPI_CUSTOM_METHOD disabled
13082
13083 [ Keng-Yu Lin ]
13084
13085 * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo
13086 Zhaoyang E47
13087 - LP: #632884, #803005
13088
13089 [ Leann Ogasawara ]
13090
13091 * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc
13092 - LP: #513131
13093 * [Config] Enable CONFIG_RT2800PCI_RT53XX=y
13094 - LP: #815064
13095
13096 [ Rezwanul Kabir ]
13097
13098 * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on
13099 Dell E2 series Laptops
13100 - LP: #632884
13101
13102 [ Upstream Kernel Changes ]
13103
13104 * Revert "yama: if an underlying filesystem provides a permissions op use
13105 it"
13106 * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2
13107 series Laptops"
13108 * Revert "tty: include linux/slab.h for kfree"
13109 * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree"
13110 * Revert "pch_dma: add include/slab.h for kfree"
13111 * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency
13112 - LP: #773524
13113 * oss: rename local change_bits to avoid powerpc bitsops.h definition
13114
13115 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 25 Jul 2011 09:08:01 -0700
13116
13117 linux (3.0.0-7.8) oneiric; urgency=low
13118
13119 [ Andy Whitcroft ]
13120
13121 * ubuntu: overlayfs -- overlayfs: add statfs support
13122 * [Config] enable CONFIG_OVERLAYFS
13123
13124 [ Erez Zadok ]
13125
13126 * ubuntu: overlayfs -- overlayfs: implement show_options
13127
13128 [ Leann Ogasawara ]
13129
13130 * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc
13131 * [Config] Enable CONFIG_ASUS_OLED=m on powerpc
13132 * [Config] Disable CONFIG_ATM_DUMMY on arm
13133 * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc
13134 * Temporarily disable module check on arm
13135 * Rebase to 3.0 final
13136 * [Config] Enable CONFIG_CAN_TI_HECC=m on arm
13137 * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386
13138 * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc
13139 * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc
13140 * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc
13141 * [Config] Set CRYPTO_LZO=m on powerpc64-smp
13142 * [Config] Enable CONFIG_DM9000=m on arm
13143 * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm
13144 * [Config] Enable CONFIG_DL2K=m on amd64 and i386
13145
13146 [ Miklos Szeredi ]
13147
13148 * ubuntu: overlayfs -- vfs: add i_op->open()
13149 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
13150 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
13151 * ubuntu: overlayfs -- overlay filesystem
13152 * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs
13153 * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir
13154 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
13155 * ubuntu: overlayfs -- ovl: make lower mount read-only
13156
13157 [ Neil Brown ]
13158
13159 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
13160
13161 [ Tim Gardner ]
13162
13163 * [Config] Add enic/fnic to udebs
13164 - LP: #801610
13165
13166 [ Upstream Kernel Changes ]
13167
13168 * yama: if an underlying filesystem provides a permissions op use it
13169
13170 [ Major Kernel Changes ]
13171
13172 * Rebase to 3.0 final
13173
13174 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 21 Jul 2011 07:01:32 -0700
13175
13176 linux (3.0.0-6.7) oneiric; urgency=low
13177
13178 [ Eagon Yager ]
13179
13180 * [Config] Fix misspelled 'skipmodule' in arm makefile.
13181
13182 [ Keng-Yu Lin ]
13183
13184 * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47
13185 - LP: #632884, #803005
13186
13187 [ Leann Ogasawara ]
13188
13189 * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap"
13190 * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm"
13191 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc"
13192 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm"
13193 * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc"
13194 * [Config] Set CONFIG_ACPI_PCI_SLOT=m
13195 * [Config] Set CONFIG_ACPI_SBS=m
13196 * [Config] Set CONFIG_ACPI_WMI=m
13197 * [Config] Set CONFIG_AD7150=m on arm
13198 * [Config] Set CONFIG_AD7152=m on arm
13199 * [Config] Drop CONFIG_GPIO_S5PV210
13200 * [Config] Drop CONFIG_GPIO_S5PC100
13201 * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG
13202 * [Config] Drop CONFIG_GPIO_EXYNOS4
13203
13204 [ Stefan Bader ]
13205
13206 * SAUCE: Re-enable RODATA for i386 virtual
13207 - LP: #809838
13208
13209 [ Upstream Kernel Changes ]
13210
13211 * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15"
13212 * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey
13213 - LP: #771758
13214
13215 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 20 Jul 2011 06:36:02 -0700
13216
13217 linux (3.0.0-5.6) oneiric; urgency=low
13218
13219 [ Tim Gardner ]
13220
13221 * [Config] CONFIG_RTL8192CU=m
13222 * Rebase to -rc7
13223
13224 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jul 2011 22:13:50 +0100
13225
13226 linux (3.0.0-4.5) oneiric; urgency=low
13227
13228 [ Ming Lei ]
13229
13230 * SAUCE: fix yama_ptracer_del lockdep warning
13231 - LP: #791019
13232
13233 [ Seth Forshee ]
13234
13235 * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering
13236 * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key
13237 * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device
13238 * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m
13239 - LP: #805218
13240
13241 [ Tim Gardner ]
13242
13243 * [Config] updateconfigs after rebase to -rc6+
13244 Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3
13245 * Adopt a 3 digit verion, e.g., 3.0.0-x.x
13246 * Revert "UBUNTU: add dependancies for module-init-tools"
13247 This dependency is no longer required for a 3 digit version.
13248
13249 -- Tim Gardner <tim.gardner@canonical.com> Tue, 05 Jul 2011 14:03:04 +0100
13250
13251 linux (3.0-3.4) oneiric; urgency=low
13252
13253 [ Keng-Yu Lin ]
13254
13255 * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware
13256 killswitch"
13257 - LP: #775281
13258
13259 [ Leann Ogasawara ]
13260
13261 * rebase to v3.0-rc5
13262 * [Config] updateconfigs after rebase to 3.0-rc5
13263
13264 [ Tim Gardner ]
13265
13266 * [Config] Remove ubuntu/rtl8192se
13267 * [Config] Added armel ABI files
13268 * [Config] Removed armel versatile flavour
13269 * [Config] CONFIG_INTEL_MEI=m
13270 - LP: #716867
13271
13272 [ Upstream Kernel Changes ]
13273
13274 * ALSA: hda - Enable auto-parser as default for Conexant codecs
13275
13276 [ Upstream Kernel Changes ]
13277
13278 * rebase to v3.0-rc5
13279
13280 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 30 Jun 2011 14:27:10 +0100
13281
13282 linux (3.0-2.3) oneiric; urgency=low
13283
13284 [ Andy Whitcroft ]
13285
13286 * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e
13287
13288 [ Leann Ogasawara ]
13289
13290 * rebase to v3.0-rc4
13291 * [Config] updateconfigs after rebase to 3.0-rc4
13292 * fix ERROR: __devcgroup_inode_permission undefined
13293
13294 [ Stefan Bader ]
13295
13296 * SAUCE: iscsitarget: Remove driver from the kernel
13297
13298 [ Tim Gardner ]
13299
13300 * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel
13301 * [Config] Add grub-efi as a recommended bootloader for server and
13302 generic
13303 - LP: #800910
13304
13305 [ Upstream Kernel Changes ]
13306
13307 * Fix node_start/end_pfn() definition for mm/page_cgroup.c
13308
13309 [ Leann Ogasawara ]
13310
13311 * rebase to v3.0-rc4
13312
13313 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 24 Jun 2011 11:51:12 -0700
13314
13315 linux (3.0-1.2) oneiric; urgency=low
13316
13317 [ Andy Whitcroft ]
13318
13319 * [Config] enable CONFIG_CAN_CALC_BITTIMING
13320
13321 [ Leann Ogasawara ]
13322
13323 * rebase to v3.0-rc3
13324 * [Config] updateconfigs after rebase to 3.0-rc3
13325
13326 [ Upstream Kernel Changes ]
13327
13328 * perf: clear out make flags when calling kernel make kernelver
13329
13330 [ Leann Ogasawara ]
13331
13332 * rebase to v3.0-rc3
13333
13334 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Jun 2011 07:25:35 -0700
13335
13336 linux (3.0-0.1) oneiric; urgency=low
13337
13338 [ Andy Whitcroft ]
13339
13340 * use the packaging version in the kernel
13341 * use the kernels idea of its version for version_signature
13342 * add dependancies for module-init-tools
13343 * update control files to version 3
13344 * printchanges/insertchanges allow override of prev_release
13345 * correct Vcs-Git: to point to oneiric
13346
13347 [ Leann Ogasawara ]
13348
13349 * rebase to v3.0-rc1
13350 * [Config] updateconfigs after rebase to 3.0-rc1
13351 * ubuntu: dm-raid4-5 fix up build failure
13352 * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm
13353 * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm
13354 * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm
13355 * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm
13356 * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc
13357 * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm
13358 * [Config] Temporarily Disable CONFIG_RTL8192SE on arm
13359 * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc
13360 * [Config] Temporarily disable CONFIG_SMC91X on armel-omap
13361 * rebase to v3.0-rc2
13362
13363 [ Manoj Iyer ]
13364
13365 * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823]
13366 - LP: #790754
13367
13368 [ Upstream Kernel Changes ]
13369
13370 * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM
13371 demands it"
13372 * drm/i915: fix regression after clock gating init split
13373
13374 [ Major Kernel Changes ]
13375
13376 * rebase from v2.6.39 to v3.0-rc1
13377 * rebase from v3.0-rc1 to v3.0-rc2
13378
13379 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Jun 2011 15:18:33 +0100
13380
13381 linux (2.6.39-3.10) oneiric; urgency=low
13382
13383 [ Colin Ian King ]
13384
13385 * SAUCE: S3 early resume debug via keyboard LEDs
13386
13387 [ Ingo Molnar ]
13388
13389 * ubuntu: nx-emu - i386: NX emulation
13390 * ubuntu: nx-emu - i386: mmap randomization for executable mappings
13391
13392 [ Leann Ogasawara ]
13393
13394 * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp"
13395 * Revert "[Config] Disable CONFIG_DM_RAID45"
13396 * [Config] enable CONFIG_BRCMFMAC=y
13397 * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors
13398 * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap
13399
13400 [ Robert Nelson ]
13401
13402 * SAUCE: omap3: beagle: detect new xM revision B
13403 - LP: #770679
13404 * SAUCE: omap3: beagle: detect new xM revision C
13405 - LP: #770679
13406 * SAUCE: omap3: beagle: if rev unknown, assume xM revision C
13407 - LP: #770679
13408
13409 [ Stefan Bader ]
13410
13411 * SAUCE: Convert dm-raid45 to new block plugging
13412
13413 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 May 2011 11:46:43 -0700
13414
13415 linux (2.6.39-3.9) oneiric; urgency=low
13416
13417 [ Leann Ogasawara ]
13418
13419 * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS
13420 * rebase to v2.6.39
13421 * [Config] enable CONFIG_LLC2=m across all arch's and flavours
13422 * [Config] enable CONFIG_INPUT_APANEL=m
13423
13424 [ Thomas Schlichter ]
13425
13426 * SAUCE: vesafb: mtrr module parameter is uint, not bool
13427 - LP: #778043
13428 * SAUCE: vesafb: enable mtrr WC by default
13429 - LP: #778043
13430
13431 [ Major Kernel Changes ]
13432
13433 * rebase from v2.6.39-rc7 to v2.6.39
13434
13435 -- Andy Whitcroft <apw@canonical.com> Fri, 20 May 2011 09:52:32 +0100
13436
13437 linux (2.6.39-2.8) oneiric; urgency=low
13438
13439 [ Andy Whitcroft ]
13440
13441 * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37"
13442 * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37"
13443 * Revert "[Config] Disable CONFIG_AUFS_FS"
13444 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39
13445 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39
13446 * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935
13447 * ubuntu: AUFS -- clean up the aufs updater and BOM
13448 * ubuntu: AUFS -- documentation on updating aufs2
13449
13450 [ Kees Cook ]
13451
13452 * ubuntu: Yama - LSM hooks
13453 * ubuntu: Yama - create task_free security callback
13454 * ubuntu: Yama - add ptrace relationship tracking interface
13455 * ubuntu: Yama - unconditionally chain to Yama LSM
13456
13457 [ Leann Ogasawara ]
13458
13459 * Revert "SAUCE: Fix drivers/staging/easycap FTBS"
13460 * Revert "[Config] Disable CONFIG_EASYCAP"
13461 * ubuntu: fsam7400 disable driver
13462 * ubuntu: omnibook disable driver
13463 * ubuntu: rfkill disable driver
13464
13465 [ Tim Gardner ]
13466
13467 * SAUCE: Fix extra reference in fb_open()
13468
13469 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 May 2011 09:23:56 -0700
13470
13471 linux (2.6.39-2.7) oneiric; urgency=low
13472
13473 [ Leann Ogasawara ]
13474
13475 * rebase to v2.6.39-rc7
13476
13477 [ Major Kernel Changes ]
13478
13479 * rebase from v2.6.39-rc6 to v2.6.39-rc7
13480
13481 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 10 May 2011 10:18:28 +0200
13482
13483 linux (2.6.39-1.6) oneiric; urgency=low
13484
13485 [ Leann Ogasawara ]
13486
13487 * rebase to v2.6.39-rc6
13488 * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error
13489
13490 [ Tim Gardner ]
13491
13492 * [Config] updateconfigs after rebase to 2.6.39-rc6
13493
13494 [ Major Kernel Changes ]
13495
13496 * rebase from v2.6.39-rc5 to v2.6.39-rc6
13497 - LP: #740126
13498
13499 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 05 May 2011 09:46:12 -0700
13500
13501 linux (2.6.39-0.5) oneiric; urgency=low
13502
13503 [ Herton Ronaldo Krzesinski ]
13504
13505 * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot"
13506 - LP: #764758
13507
13508 [ Leann Ogasawara ]
13509
13510 * rebase to v2.6.39-rc5
13511 * [Config] updateconfigs following rebase to v2.6.39-rc5
13512
13513 [ Paolo Pisati ]
13514
13515 * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb
13516 - LP: #759913
13517
13518 [ Stefan Bader ]
13519
13520 * Include nls_iso8859-1 for virtual images
13521 - LP: #732046
13522
13523 [ Major Kernel Changes ]
13524
13525 * rebase from v2.6.39-rc4 to v2.6.39-rc5
13526
13527 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 27 Apr 2011 06:39:42 -0700
13528
13529 linux (2.6.39-0.4) oneiric; urgency=low
13530
13531 [ Leann Ogasawara ]
13532
13533 * rebase to v2.6.39-rc4
13534 * [Config] updateconfigs following rebase to v2.6.39-rc4
13535 * fixup powerpc implicit declaration of function
13536 'crash_kexec_wait_realmode'
13537 * [Config] Disable CONFIG_FT1000 on powerpc64-smp
13538
13539 [ Tim Gardner ]
13540
13541 * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y
13542 - LP: #769503
13543 * [Config] Add cachefiles.ko to virtual flavour
13544 - LP: #770430
13545
13546 [ Major Kernel Changes ]
13547
13548 * rebase from v2.6.39-rc3 to v2.6.39-rc4
13549
13550 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 19 Apr 2011 06:25:20 -0700
13551
13552 linux (2.6.39-0.3) oneiric; urgency=low
13553
13554 [ Leann Ogasawara ]
13555
13556 * rebase to v2.6.39-rc3
13557 * crash_kexec_wait_realmode() undefined when !SMP
13558
13559 [ Tim Gardner ]
13560
13561 * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64
13562 - LP: #632327
13563
13564 [ Major Kernel Changes ]
13565
13566 * rebase from v2.6.39-rc2 to v2.6.39-rc3
13567
13568 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 12 Apr 2011 06:52:24 -0700
13569
13570 linux (2.6.39-0.2) oneiric; urgency=low
13571
13572 [ Gustavo F. Padovan ]
13573
13574 * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011"
13575 - LP: #720949
13576
13577 [ John Johansen ]
13578
13579 * AppArmor: Fix masking of capabilities in complain mode
13580 - LP: #748656
13581
13582 [ Leann Ogasawara ]
13583
13584 * rebase to v2.6.39-rc2
13585 * [Config] updateconfigs following rebase to v2.6.39-rc2
13586 * hv_mouse needs delay.h
13587 * olpc_dcon_xo_1 needs delay.h
13588 * olpc_dcon_xo_1_5 needs delay.h
13589 * Update dropped.txt for Oneiric
13590
13591 [ Steve Langasek ]
13592
13593 * [Config] Make linux-libc-dev coinstallable under multiarch
13594 - LP: #750585
13595
13596 [ Upstream Kernel Changes ]
13597
13598 * x86, hibernate: Initialize mmu_cr4_features during boot
13599 - LP: #752870
13600
13601 [ Major Kernel Changes ]
13602
13603 * rebase from v2.6.39-rc1 to v2.6.39-rc2
13604
13605 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 06 Apr 2011 11:04:15 -0700
13606
13607 linux (2.6.39-0.1) oneiric; urgency=low
13608
13609 [ Brad Figg ]
13610
13611 * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic
13612 - LP: #737124
13613
13614 [ Henrik Rydberg ]
13615
13616 * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model
13617 * SAUCE: HID: ntrig: fix suspend/resume on recent models
13618
13619 [ Herton Ronaldo Krzesinski ]
13620
13621 * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed
13622 struct v4l2_subdev
13623 - LP: #745213
13624
13625 [ Kees Cook ]
13626
13627 * [Config] packaging: adjust perms on vmlinuz as well
13628 * SAUCE: nx-emu: further clarify dmesg reporting
13629 - LP: #745181
13630
13631 [ Leann Ogasawara ]
13632
13633 * rebase to v2.6.39-rc1
13634 * [Config] updateconfigs following rebase to v2.6.39-rc1
13635 * [Config] Disable CONFIG_DM_RAID45
13636 * [Config] Disable CONFIG_SCSI_ISCSITARGET
13637 * [Config] Disable CONFIG_EASYCAP
13638 * [Config] Disable CONFIG_AUFS_FS
13639 * update bnx2 firmware files in d-i/firmware/nic-modules
13640 * xhci-pci.c resolve implicit declaration of kzalloc
13641 * [Config] Enable CONFIG_DRM_PSB for only x86
13642 * [Config] Enable CONFIG_RTS_PSTOR for only x86
13643 * mfd/asic3: Fix typo, s/irq_data/data/
13644
13645 [ Luke Yelavich ]
13646
13647 * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels
13648 - LP: #745358
13649 * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels
13650 * [Config] Build some framebuffer drivers as modules for powerpc kernels.
13651
13652 [ Manoj Iyer ]
13653
13654 * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
13655 - LP: #745217
13656
13657 [ Tim Gardner ]
13658
13659 * SAUCE: INR_OPEN=4096
13660 - LP: #663090
13661 * SAUCE: Increase the default hard limit for open FDs to 4096
13662 - LP: #663090
13663
13664 [ Upstream Kernel Changes ]
13665
13666 * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq
13667 namespace cleanup
13668 * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h
13669 * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()
13670
13671 [ Major Kernel Changes ]
13672
13673 * rebase from v2.6.38 to v2.6.39-rc1
13674
13675 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:50:10 -0700
13676
13677 linux (2.6.39-0.0) oneiric; urgency=low
13678
13679 [ Leann Ogasawara ]
13680
13681 * Open Oneiric
13682
13683 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:29:23 -0700
13684
13685 linux (2.6.38-7.39) natty; urgency=low
13686
13687 [ Leann Ogasawara ]
13688
13689 * No change upload. This is just to rebuild with gcc-4.5.2-7ubuntu1.
13690
13691 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Mar 2011 09:27:45 -0700
13692
13693 linux (2.6.38-7.38) natty; urgency=low
13694
13695 [ Leann Ogasawara ]
13696
13697 * No change upload take 2. 2.6.38-7.37 was accidentally uploaded before
13698 gcc-4.5.2-6ubuntu5 finished building on all arches.
13699
13700 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 22 Mar 2011 06:12:47 -0700
13701
13702 linux (2.6.38-7.37) natty; urgency=low
13703
13704 [ Leann Ogasawara ]
13705
13706 * No change upload. This is just to rebuild with gcc-4.5.2-6ubuntu5.
13707
13708 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 20 Mar 2011 16:02:48 -0700
13709
13710 linux (2.6.38-7.36) natty; urgency=low
13711
13712 [ Andy Whitcroft ]
13713
13714 * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler
13715 optimisation"
13716 * purge last vestiges of maverick
13717 * [Config] switch CONFIG_FB_VESA back to module
13718
13719 [ Chris Wilson ]
13720
13721 * SAUCE: drm/i915: Fix pipelined fencing
13722 - LP: #717114
13723
13724 [ Loïc Minier ]
13725
13726 * Include nls_cp437 module in virtual for fat
13727 - LP: #732046
13728 * Support arch= cross-compilation for any arch
13729 * Fix couple of typos in 0-common-vars.mk
13730 * Enforce DEFAULT_MMAP_MIN_ADDR on armhf
13731 * Add armhf to Debian -> Linux arch map
13732 * Add initial armhf.mk
13733 * Enable common packages for armhf
13734
13735 [ Upstream Kernel Changes ]
13736
13737 * Yama: fix default relationship to check thread group
13738 - LP: #737676
13739
13740 -- Andy Whitcroft <apw@canonical.com> Fri, 18 Mar 2011 18:18:02 +0000
13741
13742 linux (2.6.38-7.35) natty; urgency=low
13743
13744 [ Andy Whitcroft ]
13745
13746 * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c
13747 * rebase fixes bug #715330
13748 * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS
13749 * rebase to v2.6.38 final
13750
13751 [ Herton Ronaldo Krzesinski ]
13752
13753 * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626
13754 - LP: #636091
13755
13756 [ Tim Gardner ]
13757
13758 * [Confg] CONFIG_BOOT_PRINTK_DELAY=y
13759
13760 [ Upstream Kernel Changes ]
13761
13762 * Yama: use thread group leader when creating match
13763 - LP: #729839
13764 * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA
13765 RAID controller
13766 - LP: #735240
13767 * (drop after v2.6.38) x86, quirk: Fix SB600 revision check
13768
13769 [ Major Kernel Changes ]
13770
13771 * rebase from v2.6.38-rc8 to v2.6.38 final
13772 - LP: #715330
13773
13774 -- Andy Whitcroft <apw@canonical.com> Tue, 15 Mar 2011 19:04:19 +0000
13775
13776 linux (2.6.38-6.34) natty; urgency=low
13777
13778 [ Andy Whitcroft ]
13779
13780 * [Config] normalise CONFIG_INTEL_TXT
13781 * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation
13782 - LP: #730860
13783 * rebase to mainline v2.6.38-rc8
13784
13785 [ Major Kernel Changes ]
13786
13787 * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1
13788 to v2.6.38-rc8
13789
13790 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Mar 2011 11:54:48 +0000
13791
13792 linux (2.6.38-6.33) natty; urgency=low
13793
13794 [ Andy Whitcroft ]
13795
13796 * d-i -- enable speakup-modules udeb
13797 - LP: #672699
13798 * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5
13799 * [Config] debian PPC64 configuration
13800 * [Config] cleanup powerpc config fixing unexpected inconsistancies
13801 * [Config] resync ppc64 configuration
13802 * SAUCE: match up ENTRY/END naming for 32/64 bit
13803 * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1
13804 * [Config] update configs after rebase to
13805 fb62c00a6d8942775abc23d1621db1252e2d93d1
13806 * [Config] pps_gen_parport no longer built
13807
13808 [ Corentin Chary ]
13809
13810 * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap
13811 - LP: #689393
13812 * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P
13813 - LP: #689393
13814
13815 [ John Johansen ]
13816
13817 * SAUCE: Fix aufs calling of security_path_mknod
13818 - LP: #724456
13819
13820 [ Kees Cook ]
13821
13822 * SAUCE: proc: hide kernel addresses via %pK in /proc/<pid>/stack
13823
13824 [ Tim Gardner ]
13825
13826 * rebase to 2.6.38-rc7
13827
13828 [ Upstream Kernel Changes ]
13829
13830 * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
13831
13832 [ Major Kernel Changes ]
13833
13834 * rebase from v2.6.38-rc6 to v2.6.38-rc7 +
13835 fb62c00a6d8942775abc23d1621db1252e2d93d1
13836 - LP: #721389
13837 - LP: #722925
13838 - LP: #723672
13839 - LP: #723676
13840 - LP: #715318
13841
13842 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Mar 2011 15:33:17 +0000
13843
13844 linux (2.6.38-5.32) natty; urgency=low
13845
13846 [ Andy Whitcroft ]
13847
13848 * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161
13849 * [Config] updateconfigs following rebase to v2.6.38-rc6
13850 * [Config] enable CONFIG_DMAR
13851 - LP: #552311
13852
13853 [ Upstream Kernel Changes ]
13854
13855 * drm/i915: skip FDI & PCH enabling for DP_A
13856 - LP: #561802, #600453, #681877
13857
13858 [ Major Kernel Changes ]
13859
13860 * rebase from v2.6.38-rc5 to v2.6.38-rc6
13861 - LP: #718402
13862 - LP: #719524
13863 - LP: #721126
13864 - LP: #719691
13865 - LP: #722689
13866 - LP: #722310
13867
13868 -- Andy Whitcroft <apw@canonical.com> Tue, 22 Feb 2011 13:28:39 +0000
13869
13870 linux (2.6.38-4.31) natty; urgency=low
13871
13872 [ Andy Whitcroft ]
13873
13874 * add in bugs closed by upstream patches pulled in by rebases
13875 * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505
13876 * [Config] enable CONFIG_VSX to allow use of vector instuctions
13877 * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816
13878 * rebase to mainline v2.6.38-rc5
13879 * SAUCE: ecryptfs: read on a directory should return EISDIR if not
13880 supported
13881 - LP: #719691
13882
13883 [ Colin Ian King ]
13884
13885 * SAUCE: Dell All-In-One: Remove need for Dell module alias
13886
13887 [ Manoj Iyer ]
13888
13889 * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id.
13890 - LP: #717435
13891
13892 [ Tim Gardner ]
13893
13894 * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y
13895
13896 [ Upstream Kernel Changes ]
13897
13898 * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15
13899 - LP: #702434
13900 * vfs: fix BUG_ON() in fs/namei.c:1461
13901
13902 [ Vladislav P ]
13903
13904 * SAUCE: Release BTM while sleeping to avoid deadlock.
13905 - LP: #713837
13906
13907 [ Major Kernel Changes ]
13908
13909 * rebase from v2.6.38-rc4 to v2.6.38-rc5
13910 - LP: #579276
13911 - LP: #715877
13912 - LP: #713769
13913 - LP: #716811
13914 * resync with Maverick Ubuntu-2.6.35-27.47
13915
13916 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Feb 2011 17:24:09 +0000
13917
13918 linux (2.6.38-3.30) natty; urgency=low
13919
13920 [ Andy Whitcroft ]
13921
13922 * rebase to v2.6.38-rc4
13923 * ppc64 -- add basic architecture
13924 * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230
13925
13926 [ Colin Ian King ]
13927
13928 * SAUCE: Add WMI hotkeys support for Dell All-In-One series
13929 - LP: #676997
13930 * SAUCE: Add WMI hotkeys support for another Dell All-In-One series
13931 - LP: #701530
13932 * SAUCE: Dell WMI: Use sparse keymaps and tidy up code.
13933 - LP: #701530
13934
13935 [ Dan Rosenberg ]
13936
13937 * SAUCE: (drop after 2.6.38) Convert net %p usage %pK
13938
13939 [ Kees Cook ]
13940
13941 * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of
13942 attacking"
13943 * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules
13944
13945 [ Tim Gardner ]
13946
13947 * [Config] CONFIG_BLK_CGROUP=y
13948 - LP: #706394
13949 * [Config] CONFIG_DELL_WMI_AIO=m
13950
13951 [ Upstream Kernel Changes ]
13952
13953 * drm/i915/lvds: Restore dithering on native modes for gen2/3
13954 - LP: #711568
13955
13956 [ Upstream Kernel Changes ]
13957
13958 * rebase from v2.6.38-rc3 to v2.6.38-rc4.
13959 - LP: #701271
13960 - LP: #708521
13961 - LP: #710371
13962
13963 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Feb 2011 02:07:18 +0000
13964
13965 linux (2.6.38-2.29) natty; urgency=low
13966
13967 [ Andy Whitcroft ]
13968
13969 * rebase to 1f0324caefd39985e9fe052fac97da31694db31e
13970 * [Config] updateconfigs following rebase to
13971 1f0324caefd39985e9fe052fac97da31694db31e
13972 * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0
13973 * [Config] reenable HIBERNATE
13974 - LP: #710877
13975 * rebase to v2.6.38-rc3
13976 * [Config] reenable CONFIG_CRASH_DUMP
13977
13978 [ Kamal Mostafa ]
13979
13980 * SAUCE: rtl8192se: fix source file perms
13981 * SAUCE: rtl8192se: fix source file newline
13982 * SAUCE: omnibook: fix source file newline
13983
13984 [ Kees Cook ]
13985
13986 * [Config] packaging: really make System.map mode 0600
13987
13988 [ Ricardo Salveti de Araujo ]
13989
13990 * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of
13991 PM34XX_ERRATUM
13992
13993 [ Soren Hansen ]
13994
13995 * SAUCE: nbd: Remove module-level ioctl mutex
13996
13997 [ Tim Gardner ]
13998
13999 * SAUCE: Disable building the ACPI debugfs source
14000
14001 [ Upstream Kernel Changes ]
14002
14003 * Set physical start and alignment 1M for virtual i386
14004 - LP: #710754
14005
14006 [ Upstream Kernel Changes ]
14007
14008 * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
14009 to v2.6.38-rc3
14010 - LP: #707902
14011
14012 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 16:30:32 +0000
14013
14014 linux (2.6.38-1.28) natty; urgency=low
14015
14016 [ Andy Whitcroft ]
14017
14018 * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620
14019
14020 [ Ricardo Salveti de Araujo ]
14021
14022 * SAUCE: omap3: beaglexm: fix DVI initialization
14023 * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make
14024 display work at Beagle
14025
14026 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 10:51:57 +0000
14027
14028 linux (2.6.38-1.27) natty; urgency=low
14029
14030 [ Andy Whitcroft ]
14031
14032 * ubuntu: AUFS -- update aufs-update to track new locations of headers
14033 * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd
14034 * SAUCE: ensure root is ready before running usermodehelpers in it
14035 * correct the Vcs linkage to point to natty
14036 * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3
14037 * [Config] update configs following rebase
14038 e78bf5e6cbe837daa6ab628a5f679548742994d3
14039 * SAUCE: Yama: follow changes to generic_permission
14040 * ubuntu: compcache -- follow changes to bd_claim/bd_release
14041 * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive
14042 * ubuntu: ndiswrapper -- fix interaction between __packed and packed
14043 * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e
14044 * update package version to match payload version
14045 * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8
14046 * rebase to v2.6.38-rc1
14047 * [Config] updateconfigs following rebase to v2.6.38-rc1
14048 * SAUCE: x86 fix up jiffies/jiffies_64 handling
14049 * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5
14050 * [Config] updateconfigs following rebase to
14051 2b1caf6ed7b888c95a1909d343799672731651a5
14052 * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes
14053 * ubuntu: AUFS -- suppress benign plink warning messages
14054 - LP: #621195
14055 * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour
14056 * rebase to v2.6.38-rc2
14057 * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649
14058 * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
14059 * [Config] update configs following rebase to
14060 c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
14061 * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile
14062 * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile
14063 * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap
14064 * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile
14065
14066 [ Kees Cook ]
14067
14068 * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
14069
14070 [ Stefan Bader ]
14071
14072 * Temporarily disable RODATA for virtual i386
14073 - LP: #699828
14074
14075 [ Tim Gardner ]
14076
14077 * [Config] CONFIG_NLS_DEFAULT=utf8
14078 - LP: #683690
14079 * [Config] CONFIG_HIBERNATION=n
14080 * update bnx2 firmware files in d-i/firmware/nic-modules
14081
14082 [ Upstream Kernel Changes ]
14083
14084 * Revert "drm/radeon/bo: add some fallback placements for VRAM only
14085 objects."
14086 * packaging: make System.map mode 0600
14087 * thinkpad_acpi: Always report scancodes for hotkeys
14088 - LP: #702407
14089 * sched: tg->se->load should be initialised to tg->shares
14090 * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent
14091 * brcm80211: include linux/slab.h for kfree
14092 * pch_dma: add include/slab.h for kfree
14093 * i2c-eg20t: include linux/slab.h for kfree
14094 * gpio/ml_ioh_gpio: include linux/slab.h for kfree
14095 * tty: include linux/slab.h for kfree
14096 * winbond: include linux/delay.h for mdelay et al
14097
14098 [ Upstream Kernel Changes ]
14099
14100 * mark the start of v2.6.38 versioning
14101 * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
14102 - LP: #689886
14103 - LP: #702125
14104 - LP: #608775
14105 - LP: #215802
14106 - LP: #686333
14107 - LP: #677830
14108 - LP: #677652
14109 - LP: #696493
14110 - LP: #697240
14111 - LP: #689036
14112 - LP: #705323
14113 - LP: #686692
14114
14115 -- Andy Whitcroft <apw@canonical.com> Sun, 09 Jan 2011 13:44:52 +0000
14116
14117 linux (2.6.37-12.26) natty; urgency=low
14118
14119 [ Andy Whitcroft ]
14120
14121 * rebase to v2.6.37-rc8
14122 * [Config] armel -- reenable omap flavour
14123 * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap
14124 * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel
14125 * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel
14126 * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel
14127 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
14128 * [Config] track missing modules
14129 * rebase to v2.6.37 final
14130
14131 [ Chase Douglas ]
14132
14133 * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for
14134 Magic Trackpad
14135
14136 [ Stefan Bader ]
14137
14138 * Revert "SAUCE: blkfront: default to sd devices"
14139 - LP: #684875
14140
14141 [ Tim Gardner ]
14142
14143 * Revert "SAUCE: (no-up) libata: Ignore HPA by default."
14144 - LP: #380138
14145 * [Config] Added autofs4.ko to -virtual flavour
14146 - LP: #692917
14147
14148 [ Upstream Kernel Changes ]
14149
14150 * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series
14151 Laptops
14152 - LP: #632884
14153
14154 [ Upstream Kernel Changes ]
14155
14156 * rebase to v2.6.37-rc8
14157 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
14158 * rebase to v2.6.37 final
14159
14160 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Dec 2010 18:34:13 +0000
14161
14162 linux (2.6.37-11.25) natty; urgency=low
14163
14164 [ Andy Whitcroft ]
14165
14166 * [Config] d-i -- add hpsa to the list of block devices
14167 - LP: #684304
14168 * [Config] add vmw-balloon driver to -virtual flavour
14169 - LP: #592039
14170 * rebase to v2.6.37-rc7
14171
14172 [ Upstream Kernel Changes ]
14173
14174 * rebase to v2.6.37-rc7
14175
14176 -- Andy Whitcroft <apw@canonical.com> Tue, 21 Dec 2010 13:35:28 +0000
14177
14178 linux (2.6.37-10.24) natty; urgency=low
14179
14180 [ Andy Whitcroft ]
14181
14182 * rebase to v2.6.37-rc6
14183 * updateconfigs following rebase to v2.6.37-rc6
14184
14185 [ Upstream Kernel Changes ]
14186
14187 * rebase to v2.6.37-rc6
14188
14189 -- Andy Whitcroft <apw@canonical.com> Thu, 16 Dec 2010 12:34:19 +0000
14190
14191 linux (2.6.37-9.23) natty; urgency=low
14192
14193 [ Andy Whitcroft ]
14194
14195 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks
14196 - LP: #689606
14197 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub)
14198 - LP: #689606
14199
14200 [ Kees Cook ]
14201
14202 * SAUCE: RO/NX protection for loadable kernel, fix ftrace
14203 - LP: #690190
14204
14205 -- Andy Whitcroft <apw@canonical.com> Wed, 15 Dec 2010 19:29:57 +0000
14206
14207 linux (2.6.37-9.22) natty; urgency=low
14208
14209 [ Andy Whitcroft ]
14210
14211 * rebase to v2.6.35-rc5
14212 * [Config] updateconfigs following rebase to v2.6.37-rc5
14213 * (no-up) add support for installed header files to ubuntu directory
14214 - LP: #684666
14215 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
14216 - LP: #684666
14217 * ubuntu: dm-raid4-5 -- follow changes to bio flags
14218 * ubuntu: dm-raid4-5 -- re-enable
14219 * ubuntu: omnibook -- update BOM
14220 * ubuntu: ndiswrapper -- update BOM to match actual version
14221 * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl
14222 * ubuntu: ndiswrapper -- re-enable
14223 * ubuntu: iscsitarget -- re-instate copy_io_context
14224 * ubuntu: iscsitarget -- follow changes to semaphore initialisation
14225 * ubuntu: iscsitarget -- convert NIPQUAD to %pI4
14226 * ubuntu: iscsitarget -- re-enable
14227
14228 [ Kees Cook ]
14229
14230 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
14231
14232 [ Manoj Iyer ]
14233
14234 * SAUCE: Enable jack sense for Thinkpad Edge 13
14235 - LP: #685015
14236
14237 [ Tim Gardner ]
14238
14239 * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y
14240 * [Config] CONFIG_CRYPTO_CRC32C=y
14241 - LP: #681819
14242 * [Config] CONFIG_9P_FSCACHE=n
14243 * [Config] Add nfsd modules to -virtual flavour
14244 - LP: #688070
14245
14246 [ Upstream Kernel Changes ]
14247
14248 * Revert "Staging: zram: work around oops due to startup ordering snafu"
14249 * NFS: Fix panic after nfs_umount()
14250 - LP: #683938
14251 * x86: Add NX protection for kernel data
14252 * x86: Add RO/NX protection for loadable kernel modules
14253 * x86: Resume trampoline must be executable
14254 * x86: RO/NX protection for loadable kernel, jump_table fix
14255
14256 [ Upstream Kernel Changes ]
14257
14258 * rebase to v2.6.37-rc5
14259
14260 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Dec 2010 18:15:35 +0000
14261
14262 linux (2.6.37-8.21) natty; urgency=low
14263
14264 [ Andy Whitcroft ]
14265
14266 * Revert "ubuntu: AUFS -- include the aufs_types.h file in
14267 linux-libc-headers"
14268 * Revert "(no-up) add support for installed header files to ubuntu
14269 directory"
14270
14271 -- Andy Whitcroft <apw@canonical.com> Sun, 05 Dec 2010 17:33:28 +0000
14272
14273 linux (2.6.37-8.20) natty; urgency=low
14274
14275 [ Andy Whitcroft ]
14276
14277 * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error"
14278 * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros"
14279 * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration"
14280 * Revert "SAUCE: i915 -- disable powersave by default"
14281 * SAUCE: enable Marvell 9128 PCIe SATA controller
14282 - LP: #658521
14283 * [Config] evtchn has been renamed
14284 * (no-up) add support for installed header files to ubuntu directory
14285 - LP: #684666
14286 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
14287 - LP: #684666
14288
14289 [ Tim Gardner ]
14290
14291 * [Config] MISS: evtchn, NEW : xen-evtchn
14292 * rebase to v2.6.37-rc4
14293
14294 [ Upstream Kernel Changes ]
14295
14296 * drm/i915: Clean conflicting modesetting registers upon init
14297 - LP: #683775
14298 * rebase to v2.6.37-rc4
14299
14300 -- Andy Whitcroft <apw@canonical.com> Fri, 03 Dec 2010 18:42:07 +0000
14301
14302 linux (2.6.37-7.19) natty; urgency=low
14303
14304 [ Tim Gardner ]
14305
14306 * [Config] Add bnx2 firmware to nic-modules udeb
14307 - LP: #676245
14308
14309 -- Andy Whitcroft <apw@canonical.com> Fri, 26 Nov 2010 17:53:45 +0000
14310
14311 linux (2.6.37-7.18) natty; urgency=low
14312
14313 [ Andy Whitcroft ]
14314
14315 * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID"
14316 * Revert "SAUCE: Add extra headers to linux-libc-dev"
14317 * Revert "SAUCE: Enable speedstep for sonoma processors."
14318 * [Config] enable CONFIG_BT_HCIUART_ATH3K
14319 * [Config] enable CONFIG_IWLWIFI_DEBUGFS
14320 * [Config] standardise CONFIG_MII
14321 * [Config] standardise CONFIG_PRISM2_USB
14322 * [Config] standardise CONFIG_SCSI_QLA_ISCSI
14323 * [Config] build in CONFIG_AGP
14324 * [Config] build in CONFIG_AGP_INTEL
14325 * [Config] build in CONFIG_AGP_AMD
14326 * [Config] build in CONFIG_AGP_AMD64
14327 * [Config] build in CONFIG_AGP_NVIDIA
14328 * [Config] build in CONFIG_AGP_VIA
14329 * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm)
14330 * (no-up): document the new ## scheme
14331 * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS
14332 * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32
14333 - LP: #675453
14334
14335 [ Mathieu J. Poirier ]
14336
14337 * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM
14338
14339 [ Upstream Kernel Changes ]
14340
14341 * nx-emu: fix inverted report of disable_nx
14342
14343 -- Andy Whitcroft <apw@canonical.com> Tue, 23 Nov 2010 21:00:39 +0000
14344
14345 linux (2.6.37-6.17) natty; urgency=low
14346
14347 [ Andy Whitcroft ]
14348
14349 * Revert "ubuntu: AUFS -- aufs2-standalone.patch
14350 aufs2.1-36-UNRELEASED-20101103"
14351 * Revert "ubuntu: AUFS -- aufs2-base.patch
14352 aufs2.1-36-UNRELEASED-20101103"
14353 * [Config] standardise CONFIG_BT
14354 * [Config] standardise CONFIG_IRDA
14355 * [Config] standardise CONFIG_LAPB
14356 * [Config] standardise CONFIG_RDS
14357 * [Config] standardise CONFIG_RFKILL
14358 * [Config] standardise CONFIG_TIPC
14359 * [Config] standardise CONFIG_X25
14360 * [Config] standardise CONFIG_INPUT_EVDEV
14361 * [Config] standardise CONFIG_INPUT_JOYDEV
14362 * [Config] standardise CONFIG_INPUT_JOYSTICK
14363 * [Config] standardise CONFIG_INPUT_TOUCHSCREEN
14364 * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm)
14365 * [Config] CONFIG_IRDA=n for FTBS (arm)
14366 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37
14367 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37
14368 * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a
14369
14370 [ Tim Gardner ]
14371
14372 * SAUCE: Fix drivers/staging/easycap FTBS
14373 * [Config] CONFIG_EASYCAP=m after fixing FTBS
14374
14375 [ Upstream Kernel Changes ]
14376
14377 * Revert "x86: Add NX protection for kernel data"
14378
14379 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 18:09:10 +0000
14380
14381 linux (2.6.37-6.16) natty; urgency=low
14382
14383 [ Andy Whitcroft ]
14384
14385 * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX"
14386 * rebase to v2.6.37-rc3
14387
14388 [ Tim Gardner ]
14389
14390 * [Config] CONFIG_SCHED_AUTOGROUP=y
14391
14392 [ Upstream Kernel Changes ]
14393
14394 * Revert "x86: Add RO/NX protection for loadable kernel modules"
14395 * sched: automated per session task groups
14396 * rebase to v2.6.37-rc3
14397
14398 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 10:11:13 +0000
14399
14400 linux (2.6.37-6.15) natty; urgency=low
14401
14402 [ Andy Whitcroft ]
14403
14404 * [Config] standardise CONFIG_CEPH_FS
14405 * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS
14406 * [Config] standardise CONFIG_SCSI_PROC_FS
14407 * [Config] standardise CONFIG_UBIFS_FS
14408 * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS
14409
14410 [ Kees Cook ]
14411
14412 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
14413
14414 [ Manoj Iyer ]
14415
14416 * SAUCE: Enable jack sense for Thinkpad Edge 11
14417 - LP: #677210
14418 * SAUCE: enable rfkill for rtl8192se driver
14419 - LP: #640992
14420
14421 [ Tim Gardner ]
14422
14423 * [Config] CONFIG_EASYCAP=n for FTBS
14424 * Rebase to v2.6.32-rc2+git
14425
14426 [ Upstream Kernel Changes ]
14427
14428 * x86: Fix improper large page preservation
14429 * x86: Add NX protection for kernel data
14430 * x86: Add RO/NX protection for loadable kernel modules
14431
14432 [ Upstream Kernel Changes ]
14433
14434 * Rebase to Linus 2.6.37-rc2+git
14435
14436 -- Andy Whitcroft <apw@canonical.com> Sat, 20 Nov 2010 11:40:00 +0000
14437
14438 linux (2.6.37-5.14) natty; urgency=low
14439
14440 [ Upstream Kernel Changes ]
14441
14442 * PCI: fix offset check for sysfs mmapped files
14443 - LP: #676963
14444
14445 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Nov 2010 18:12:27 +0000
14446
14447 linux (2.6.37-5.13) natty; urgency=low
14448
14449 [ Andy Whitcroft ]
14450
14451 * rebased to v2.6.37-rc2
14452 * updateconfigs following rebase to v2.6.37-rc2
14453
14454 [ Tim Gardner ]
14455
14456 * [Config] Added NFS and related modules to virtual flavour
14457 - LP: #659084
14458
14459 [ Upstream Kernel Changes ]
14460
14461 * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S
14462 * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX
14463 * x86, cpu: Call verify_cpu during 32bit CPU startup
14464 * x86, cpu: Only CPU features determine NX capabilities
14465
14466 [ Upstream Changes ]
14467
14468 * rebased to v2.67.37-rc2
14469
14470 -- Andy Whitcroft <apw@canonical.com> Tue, 16 Nov 2010 13:13:29 +0000
14471
14472 linux (2.6.37-4.12) natty; urgency=low
14473
14474 [ Andy Whitcroft ]
14475
14476 * Revert "[Upstream] HID: magicmouse: add param for scroll speed"
14477 * Revert "[Upstream] HID: magicmouse: properly account for scroll
14478 movement in state"
14479 * Revert "[Upstream] HID: magicmouse: disable and add module param for
14480 scroll acceleration"
14481 * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just
14482 middle of mouse"
14483
14484 [ Henrik Rydberg ]
14485
14486 * SAUCE: hid: ntrig: remove sysfs nodes
14487 * SAUCE: hid: ntrig: Setup input filtering manually
14488 * SAUCE: hid: ntrig: New ghost-filtering event logic
14489
14490 [ Manoj Iyer ]
14491
14492 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
14493 - LP: #348861
14494
14495 [ Upstream Kernel Changes ]
14496
14497 * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during
14498 suspend/resume"
14499 * Revert "[ARM] implement arch_randomize_brk()"
14500 * Revert "ARM: stack protector: change the canary value per task"
14501 * Revert "ARM: initial stack protector (-fstack-protector) support"
14502 * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269"
14503 * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec"
14504 * Revert "perf probe: Add kernel source path option"
14505 * hid: ntrig: Support single-touch devices
14506 * hid: ntrig: Mask pen switch events
14507 * net: rtnetlink.h -- only include linux/netdevice.h when used by the
14508 kernel
14509 - LP: #673073
14510 * Fix userspace build of linux/fs.h
14511
14512 -- Andy Whitcroft <apw@canonical.com> Mon, 15 Nov 2010 19:31:44 +0000
14513
14514 linux (2.6.37-3.11) natty; urgency=low
14515
14516 [ Andy Whitcroft ]
14517
14518 * Revert "ubuntu: AUFS -- update to
14519 b37c575759dc4535ccc03241c584ad5fe69e3b25"
14520 * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()"
14521 * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601"
14522 * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601"
14523 * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34"
14524 * [Config] Disable intel_idle for -virtual kernels
14525 - LP: #651370
14526 * [Config] enforcer -- ensure we never enable CONFIG_IMA
14527 * debian -- pass the correct flavour name when checking configs
14528 * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual
14529 * [Config] ensure CONFIG_IPV6=y for powerpc
14530 * [Config] enforcer -- ensure CONFIG_IPV6=y
14531 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103
14532 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103
14533 * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103
14534 * ubuntu: AUFS -- re-enable
14535 * ubuntu: AUFS -- track changes to work queue initialisation
14536 * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1
14537 * SAUCE: fbcon -- fix race between open and removal of framebuffers
14538 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
14539 - LP: #614008
14540 * SAUCE: drm -- stop early access to drm devices
14541
14542 [ Jeremy Kerr ]
14543
14544 * [Config] Build-in powermac ZILOG serial driver
14545 - LP: #673346
14546
14547 [ Kees Cook ]
14548
14549 * SAUCE: nx-emu: use upstream ASLR when possible
14550
14551 [ Tim Gardner ]
14552
14553 * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules
14554 - LP: #628776
14555
14556 [ Upstream Kernel Changes ]
14557
14558 * i386: NX emulation
14559 * nx-emu: drop exec-shield sysctl, merge with disable_nx
14560 * nx-emu: standardize boottime message prefix
14561 * mmap randomization for executable mappings on 32-bit
14562 * exec-randomization: brk away from exec rand area
14563
14564 -- Andy Whitcroft <apw@canonical.com> Thu, 11 Nov 2010 23:46:37 +0000
14565
14566 linux (2.6.37-2.10) natty; urgency=low
14567
14568 [ Andy Whitcroft ]
14569
14570 * reinstate armel config changes:
14571 * [Config] CONFIG_GPIO_PCH=n for armel FTBS
14572 * [Config] CONFIG_GPIO_VX855=n for armel FTBS
14573
14574 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Nov 2010 22:20:35 +0000
14575
14576 linux (2.6.37-2.9) natty; urgency=low
14577
14578 [ Andy Whitcroft ]
14579
14580 * config -- fix genportsconfig
14581 * [Config] move powerpc over from ports to distro
14582 * bump master version number to match contained kernel
14583 * SAUCE: fix documentation strings for struct input_keymap_entry
14584 * usb: gadget: goku_udc: add registered flag bit
14585
14586 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Nov 2010 15:14:11 +0000
14587
14588 linux (2.6.36-2.8) natty; urgency=low
14589
14590 [ Tim Gardner ]
14591
14592 * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules
14593 * [Config]: TWL4030_CORE=n for FTBS
14594 * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS
14595 * [Config]: CONFIG_SOLO6X10=n for FTBS
14596 * [Config]: CONFIG_GPIO_PCH=n for armel FTBS
14597 * [Config]: CONFIG_GPIO_VX855=n for armel FTBS
14598 * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS
14599 * [Config]: CONFIG_LINE6_USB=n for armel FTBS
14600 * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS
14601 * [Config]: CONFIG_I2C_I801=n for armel FTBS
14602 * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables.
14603 * AppArmor: compatibility patch for v5 interface
14604 * AppArmor: compatibility patch for v5 network controll
14605 * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode
14606 * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver
14607 * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
14608 * Dropped: hid: 3m: Convert to MT slots
14609 * Dropped: HID: magicmouse: don't allow hidinput to initialize the device
14610 * Dropped: HID: magicmouse: simplify touch data bit manipulation
14611 * Dropped: HID: magicmouse: simplify touch down logic
14612 * Dropped: HID: magicmouse: enable Magic Trackpad support
14613 * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes
14614 * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually
14615 * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic
14616 * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled)
14617 * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode
14618 * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS
14619 * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers
14620 * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
14621 * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32
14622 * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
14623 * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML
14624 * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area
14625
14626 [ Upstream Kernel Changes ]
14627
14628 * rebased against 2.6.27-rc1
14629
14630 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Oct 2010 19:35:05 -0600
14631
14632 linux (2.6.36-1.7) natty; urgency=low
14633
14634 [ Andy Whitcroft ]
14635
14636 * rebased to v2.6.36 final
14637 * [Config] update configs following rebase to v2.6.36 final
14638 * [Config] update ports configs following rebase to v2.6.36 final
14639
14640 [ Upstream Kernel Changes ]
14641
14642 * rebased to v2.6.36 final
14643
14644 -- Andy Whitcroft <apw@canonical.com> Thu, 21 Oct 2010 14:28:57 +0100
14645
14646 linux (2.6.36-1.6) natty; urgency=low
14647
14648 [ Upstream Kernel Changes ]
14649
14650 * drop broadcom staging driver preview:
14651 * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n
14652 wireless LAN driver."
14653
14654 -- Andy Whitcroft <apw@canonical.com> Wed, 20 Oct 2010 10:41:25 +0100
14655
14656 linux (2.6.36-1.5) natty; urgency=low
14657
14658 [ Andy Whitcroft ]
14659
14660 * rebase to v2.6.36-rc8
14661 * updateconfigs following rebase to v2.6.36-rc8
14662 * updateportsconfigs following rebase to v2.6.36-rc8
14663 * config -- simplify the kernelconfig interface
14664 * config -- add new config mode 'dumpconfigs'
14665
14666 [ Tim Gardner ]
14667
14668 * Simplify the use of CROSS_COMPILER
14669
14670 [ Upstream Kernel Changes ]
14671
14672 * drop broadcom staging driver preview:
14673 * Revert "staging: brcm80211: Make compiling of brcm80211.ko and
14674 brcmfmac.ko mutually exclusive."
14675 * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not
14676 set."
14677 * Revert "Staging: brcm80211: remove driver specific -W options"
14678 * Revert "Staging: brcm80211: clean up makefile cflag lines"
14679 * Revert "staging: brcm80211: add fullmac driver"
14680 * Revert "staging: brcm80211: use string native library"
14681 * Revert "staging: brcm80211: use native ctype library"
14682 * Revert "staging: brcm80211: fix remaining checkpatch errors."
14683 * Revert "staging: brcm80211: fix "ERROR: trailing whitespace.""
14684 * Revert "staging: brcm80211: fix "ERROR: spaces required around that
14685 ...""
14686 * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that
14687 ':' ...""
14688 * Revert "staging: brcm80211: fix "ERROR: space required before that
14689 ...""
14690 * Revert "staging: brcm80211: fix "ERROR: space required after that ...""
14691 * Revert "staging: brcm80211: fix "ERROR: space required after that close
14692 brace""
14693 * Revert "staging: brcm80211: fix "ERROR: space prohibited before
14694 ...close square bracket""
14695 * Revert "staging: brcm80211: fix "ERROR: space prohibited after that
14696 ...""
14697 * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around
14698 '*'""
14699 * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'"
14700 * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ...
14701 do - while loop""
14702 * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ...
14703 parenthesis""
14704 * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0
14705 or NULL""
14706 * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0
14707 or NULL""
14708 * Revert "staging: brcm80211: fix "ERROR: while should follow close brace
14709 '}'""
14710 * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev
14711 line""
14712 * Revert "staging: brcm80211: fix "ERROR: trailing statements should be
14713 on next line""
14714 * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if
14715 condition""
14716 * Revert "staging: brcm80211: fix "ERROR: return is not a function,
14717 paren...""
14718 * Revert "staging: brcm80211: fix "ERROR: open brace '{' following
14719 function dec...""
14720 * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo
14721 *bar"'"
14722 * Revert "staging: brcm80211: Fix URLs for firmware files."
14723 * Revert "staging: brcm80211: use '%pM' format to print MAC address"
14724 * Revert "staging: brcm80211: Add contact info to TODO list."
14725 * Revert "staging: brcm80211: Fix some initialisation failure paths"
14726 * Export dump_{write,seek} to binary loader modules
14727 * rebase to v2.6.36-rc8.
14728
14729 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Oct 2010 18:58:11 +0100
14730
14731 linux (2.6.36-0.4) natty; urgency=low
14732
14733 [ Andy Whitcroft ]
14734
14735 * SAUCE: perf: increase stack footprint to avoid stack-protector warning
14736 (fixes FTBS on powerpc)
14737
14738 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 13:16:16 +0100
14739
14740 linux (2.6.36-0.3) natty; urgency=low
14741
14742 [ Andy Whitcroft ]
14743
14744 * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc
14745
14746 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 03:01:30 +0100
14747
14748 linux (2.6.36-0.2) natty; urgency=low
14749
14750 [ Andy Whitcroft ]
14751
14752 * [Config] updateportsconfigs following rebase to 2.6.36-rc7
14753 (fix FTBS on powerpc)
14754
14755 -- Andy Whitcroft <apw@canonical.com> Wed, 13 Oct 2010 23:25:12 +0100
14756
14757 linux (2.6.36-0.1) natty; urgency=low
14758
14759 [ Andy Whitcroft ]
14760
14761 * reduce disk usage during buildd builds
14762 - LP: #645653
14763 * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y
14764 * [Config] armel -- drop omap flavour
14765
14766 [ Tim Gardner ]
14767
14768 * Added dropped patch list
14769 * more dropped patches
14770 * [Config] Disable aufs, dmraid-4.5, ndis-wrapper
14771 * [Config] Add support for cross compiling armel
14772 * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel
14773 * [Upstream] drivers/serial/mfd.c: Fix ARM compile error
14774 * [Config]: updateconfigs after adding brcm80211
14775 * staging: brcm80211: Fix Makefile syntax error
14776 * rebased to v2.6.36-rc7
14777
14778 [ Upstream Kernel Changes ]
14779
14780 * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs
14781 * (upstream) IPS driver: verify BIOS provided limits
14782 * intel_ips: Print MCP limit exceeded values.
14783 * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless
14784 LAN driver.
14785 * staging: brcm80211: Fix some initialisation failure paths
14786 * staging: brcm80211: Add contact info to TODO list.
14787 * staging: brcm80211: use '%pM' format to print MAC address
14788 * staging: brcm80211: Fix URLs for firmware files.
14789 * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'
14790 * staging: brcm80211: fix "ERROR: open brace '{' following function
14791 dec..."
14792 * staging: brcm80211: fix "ERROR: return is not a function, paren..."
14793 * staging: brcm80211: fix "ERROR: do not use assignment in if condition"
14794 * staging: brcm80211: fix "ERROR: trailing statements should be on next
14795 line"
14796 * staging: brcm80211: fix "ERROR: that open brace { ... prev line"
14797 * staging: brcm80211: fix "ERROR: while should follow close brace '}'"
14798 * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"
14799 * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"
14800 * staging: brcm80211: fix "ERROR: Macros w/ complex values ...
14801 parenthesis"
14802 * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do -
14803 while loop"
14804 * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'
14805 * staging: brcm80211: fix "ERROR: need consistent spacing around '*'"
14806 * staging: brcm80211: fix "ERROR: space prohibited after that ..."
14807 * staging: brcm80211: fix "ERROR: space prohibited before ...close square
14808 bracket"
14809 * staging: brcm80211: fix "ERROR: space required after that close brace"
14810 * staging: brcm80211: fix "ERROR: space required after that ..."
14811 * staging: brcm80211: fix "ERROR: space required before that ..."
14812 * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..."
14813 * staging: brcm80211: fix "ERROR: spaces required around that ..."
14814 * staging: brcm80211: fix "ERROR: trailing whitespace."
14815 * staging: brcm80211: fix remaining checkpatch errors.
14816 * staging: brcm80211: use native ctype library
14817 * staging: brcm80211: use string native library
14818 * staging: brcm80211: add fullmac driver
14819 * Staging: brcm80211: clean up makefile cflag lines
14820 * Staging: brcm80211: remove driver specific -W options
14821 * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set.
14822 * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko
14823 mutually exclusive.
14824
14825 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Oct 2010 16:00:27 +0100
14826
14827 linux (2.6.35-22.33) maverick; urgency=low
14828
14829 [ Andy Whitcroft ]
14830
14831 * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on
14832 Dell E2 series Laptops"
14833 - LP: #641320
14834
14835 [ Brian Rogers ]
14836
14837 * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface
14838 - LP: #624701
14839
14840 [ Christopher James Halse Rogers ]
14841
14842 * SAUCE: Nouveau: Add quirk framework to disable acceleration
14843 - LP: #544088, #546393
14844 * SAUCE: Nouveau: Disable acceleration on MacBook Pros
14845 - LP: #546393
14846
14847 [ John Johansen ]
14848
14849 * Revert "SAUCE: AppArmor: allow newer tools to load policy on older
14850 kernels"
14851 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
14852 - LP: #639758
14853
14854 [ Mathieu J. Poirier ]
14855
14856 * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM
14857
14858 [ Upstream Kernel Changes ]
14859
14860 * ALSA: HDA: Enable internal speaker on Dell M101z
14861 - LP: #640254
14862
14863 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 17 Sep 2010 13:21:28 -0700
14864
14865 linux (2.6.35-22.32) maverick; urgency=low
14866
14867 [ Arjan van de Ven ]
14868
14869 * SAUCE: libata: Add ALPM power state accounting to the AHCI driver
14870
14871 [ David Henningsson ]
14872
14873 * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510
14874 - LP: #605047, #628961
14875
14876 [ John Johansen ]
14877
14878 * [Upstream] AppArmor: Fix splitting an fqname into separate namespace
14879 and profile names
14880 - LP: #615947
14881 * [Upstream] AppArmor: Fix locking from removal of profile namespace
14882 - LP: #615947
14883 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
14884 - LP: #639758
14885 * SAUCE: Improve Amazon EBS performance for EC2
14886 - LP: #634316
14887
14888 [ Leann Ogasawara ]
14889
14890 * Revert "SAUCE: i915 KMS -- blacklist i855"
14891 * Revert "SAUCE: i915 KMS -- blacklist i845g"
14892 * Revert "SAUCE: i915 KMS -- blacklist i830"
14893 * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken
14894 devices"
14895 * execute module-inclusion within a subshell
14896 - LP: #621175
14897
14898 [ Upstream Kernel Changes ]
14899
14900 * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec()
14901 - LP: #633227
14902 * (pre-stable) drm/i915: don't enable self-refresh on Ironlake
14903 - LP: #629711
14904 * (pre-stable) mm: Move vma_stack_continue into mm.h
14905 * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev
14906 - LP: #601073
14907 * PM / Runtime: Make runtime_status attribute not debug-only (v. 2)
14908 * PM / Runtime: Add runtime PM statistics (v3)
14909 * compat: Make compat_alloc_user_space() incorporate the access_ok()
14910 - CVE-2010-3081
14911 * x86-64, compat: Test %rax for the syscall number, not %eax
14912 - CVE-2010-3301
14913 * x86-64, compat: Retruncate rax after ia32 syscall entry tracing
14914 - CVE-2010-3301
14915
14916 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Sep 2010 08:46:49 -0700
14917
14918 linux (2.6.35-21.31) maverick; urgency=low
14919
14920 [ Andy Whitcroft ]
14921
14922 * bodge linux-libc-dev package version due to ti-omap4 error
14923 * linux-libc-dev -- ensure we can only build this on debian.master
14924
14925 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 13 Sep 2010 09:54:31 -0700
14926
14927 linux (2.6.35-21.30) maverick; urgency=low
14928
14929 [ Andy Whitcroft ]
14930
14931 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
14932 - LP: #614008
14933
14934 [ Daniel Lezcano ]
14935
14936 * SAUCE: fix compilation warning when CONFIG_SECURITY is not set
14937
14938 [ Henrik Rydberg ]
14939
14940 * SAUCE: Input: wacom - add fuzz parameters to features
14941 * SAUCE: Input: wacom - collect device quirks into single function
14942 * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad
14943 * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices
14944 * SAUCE: hid: ntrig: Remove unused device ids
14945 * SAUCE: hid: ntrig: remove sysfs nodes
14946 * SAUCE: hid: ntrig: Correct logic for quirks
14947 * SAUCE: hid: ntrig: zero-initialize ntrig struct
14948 * SAUCE: hid: ntrig: Setup input filtering manually
14949 * SAUCE: hid: ntrig: New ghost-filtering event logic
14950
14951 [ Leann Ogasawara ]
14952
14953 * SAUCE: ndiswrapper: Initialize buffer index and check its value
14954 - LP: #613796
14955
14956 [ Manoj Iyer ]
14957
14958 * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2
14959 series Laptops
14960 - LP: #632884
14961
14962 [ Ping Cheng ]
14963
14964 * SAUCE: Input: wacom - parse the Bamboo device family
14965
14966 [ Rafi Rubin ]
14967
14968 * SAUCE: hid: ntrig: identify firmware version (wiggled)
14969
14970 [ Tim Gardner ]
14971
14972 * [Config] CONFIG_NL80211_TESTMODE=n
14973
14974 [ Upstream Kernel Changes ]
14975
14976 * Revert "input: mt: Add support for the Bamboo Touch trackpad"
14977 * e1000e: initial support for 82579 LOMs
14978 * e1000e: correct MAC-PHY interconnect register offset for 82579
14979 * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066,
14980 tested on HP G60
14981 - LP: #587388
14982 * DSS2: Don't power off a panel twice
14983 - LP: #588243
14984 * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
14985 * Input: i8042 - reset keyboard controller wehen resuming from S2R
14986 - LP: #86820
14987 * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs
14988 - LP: #414795
14989 * agp/intel: Support the extended physical addressing bits on
14990 Sandybridge.
14991 - LP: #632488
14992 * drm/i915,intel_agp: Add support for Sandybridge D0
14993 - LP: #632488
14994 * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids
14995 - LP: #632488
14996 * mmc: omap: fix for bus width which improves SD card's peformance.
14997
14998 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 07 Sep 2010 09:58:52 -0700
14999
15000 linux (2.6.35-20.29) maverick; urgency=low
15001
15002 [ Andy Whitcroft ]
15003
15004 * SAUCE: i915 KMS -- support disabling KMS for known broken devices
15005 - LP: #563277
15006 * SAUCE: i915 KMS -- blacklist i830
15007 - LP: #542208, #563277
15008 * SAUCE: i915 KMS -- blacklist i845g
15009 - LP: #541492, #563277
15010 * SAUCE: i915 KMS -- blacklist i855
15011 - LP: #511001, #541511, #563277
15012
15013 [ Leann Ogasawara ]
15014
15015 * [Config] Enable CONFIG_SENSORS_PKGTEMP=m
15016 - LP: #601073
15017 * ARM: Temporarily disable module check for armel
15018 * rebase to v2.6.35.4
15019 * [Config] update configs following rebase to v2.6.35.4
15020
15021 [ Ricardo Salveti de Araujo ]
15022
15023 * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in
15024 in Omap
15025
15026 [ Tim Gardner ]
15027
15028 * [Config] Added be2net, be2scsi to udebs
15029 - LP: #628776
15030
15031 [ Upstream Kernel Changes ]
15032
15033 * x86, cpu: Package Level Thermal Control, Power Limit Notification
15034 definitions
15035 - LP: #601073
15036 * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver
15037 - LP: #601073
15038 * x86, hwmon: Package Level Thermal/Power: thermal throttling handler
15039 - LP: #601073
15040 * x86, hwmon: Package Level Thermal/Power: power limit
15041 - LP: #601073
15042 * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation
15043 - LP: #601073
15044 * hid: 3m: Adjust to sequential MT HID protocol
15045 * hid: 3m: Convert to MT slots
15046 * hid: 3m: Correct touchscreen emulation
15047 * hid: 3m: Adjust major / minor axes to scale
15048 * input: bcm5974: Adjust major / minor to scale
15049 * HID: magicmouse: don't allow hidinput to initialize the device
15050 * HID: magicmouse: simplify multitouch feature request
15051 * HID: magicmouse: simplify touch data bit manipulation
15052 * HID: magicmouse: simplify touch down logic
15053 * HID: magicmouse: remove timestamp logic
15054 * HID: magicmouse: enable Magic Trackpad support
15055 * HID: magicmouse: Adjust major / minor axes to scale
15056 * mmc: fix all hangs related to mmc/sd card insert/removal during
15057 suspend/resume
15058 - LP: #477106
15059 * drm/i915: fix VGA plane disable for Ironlake+
15060 - LP: #602281
15061
15062 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 30 Aug 2010 08:38:01 -0700
15063
15064 linux (2.6.35-19.28) maverick; urgency=low
15065
15066 [ Leann Ogasawara ]
15067
15068 * No changes from 2.6.35-19.27. Some armel udebs were accidentally deleted
15069 from the archive and a no-change rebuild was attempted. However, the ABI
15070 did not get bumped and resulted in build failures for 2.6.35-19.27. Fix
15071 up the ABI and re-upload.
15072
15073 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 28 Aug 2010 16:42:27 -0700
15074
15075 linux (2.6.35-19.27) maverick; urgency=low
15076
15077 [ Leann Ogasawara ]
15078
15079 * No changes from 2.6.35-19.26. Some armel udebs were accidentally deleted
15080 from the archive.
15081
15082 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 27 Aug 2010 08:58:35 -0700
15083
15084 linux (2.6.35-19.26) maverick; urgency=low
15085
15086 [ Upstream Kernel Changes ]
15087
15088 * ARM: OMAP: Beagle: revision detection
15089 * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect
15090 * ARM: OMAP: Beagle: no gpio_wp pin connection on xM
15091
15092 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 26 Aug 2010 09:15:09 -0700
15093
15094 linux (2.6.35-19.25) maverick; urgency=low
15095
15096 [ Jarod Wilson ]
15097
15098 * SAUCE: Bring in staging/lirc from 2.6.36
15099 - LP: #609234
15100 * SAUCE: Update ir-core to linuxtv/other which should be merged for
15101 2.6.36.
15102 - LP: #609234
15103 * SAUCE: Fix memleaks in imon and mceusb drivers
15104 - LP: #609234
15105 * SAUCE: Bring in streamzap support from linuxtv/other
15106 - LP: #609234
15107
15108 [ Mario Limonciello ]
15109
15110 * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36
15111 - LP: #609234
15112
15113 [ Mathieu J. Poirier ]
15114
15115 * SAUCE: ARM: adding i2c eeprom driver to read EDID
15116 - LP: #608279
15117
15118 [ Upstream Kernel Changes ]
15119
15120 * intel_idle: disable module support
15121 - LP: #615265
15122 * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the
15123 correct codec ID
15124 * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
15125 - LP: #605101
15126 * (pre-stable) ALSA: HDA: Use model=auto for LG R510
15127 - LP: #495134
15128 * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269
15129 - LP: #519066
15130 * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500
15131 - LP: #519066
15132 * input: mt: Initialize slots to unused (rev2)
15133 * input: mt: Add support for the Bamboo Touch trackpad
15134 * hid: Add a hid quirk for input sync override
15135
15136 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Aug 2010 12:42:52 -0700
15137
15138 linux (2.6.35-18.24) maverick; urgency=low
15139
15140 [ Colin Watson ]
15141
15142 * Pass DEB_MAINT_PARAMS to hook scripts
15143
15144 [ Leann Ogasawara ]
15145
15146 * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer
15147 - LP: #584812
15148 * rebase to v2.6.35.3
15149
15150 [ Upstream Kernel Changes ]
15151
15152 * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555
15153 - LP: #609234
15154 * can: add limit for nframes and clean up signed/unsigned variables
15155 - CVE-2010-2959
15156 * drm: Initialize ioctl struct when no user data is present
15157 - CVE-2010-2803
15158 * ARM: initial stack protector (-fstack-protector) support
15159 * ARM: stack protector: change the canary value per task
15160 * [ARM] implement arch_randomize_brk()
15161 * [ARM] add address randomization to mmap()
15162 * ARM: fix ASLR of PIE executables
15163
15164 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 22 Aug 2010 19:22:04 -0700
15165
15166 linux (2.6.35-17.23) maverick; urgency=low
15167
15168 [ Jeremy Kerr ]
15169
15170 * [Config] build-in uinput module
15171 - LP: #584812
15172
15173 [ Leann Ogasawara ]
15174
15175 * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS"
15176 * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib"
15177 * Revert "[Config] [FTBS] sparc: Temporarily disable
15178 CONFIG_MTD_NAND_DENALI"
15179 * Revert "[Config] [FTBS] sparc: Temporarily disable
15180 CONFIG_MFD_JANZ_CMODIO"
15181 * Revert "[Config] [FTBS] sparc: Temporarily disable
15182 CONFIG_INFINIBAND_QIB"
15183 * [Config] Enable INTEL_IPS
15184 - LP: #601057
15185 * Remove ia64 support
15186 * [Config] Update portsconfigs after removing ia64 support
15187 * Remove sparc support
15188 * [Config] Update portsconfigs after removing sparc support
15189
15190 [ Linus Torvalds ]
15191
15192 * (pre-stable) mm: fix page table unmap for stack guard page properly
15193
15194 [ Mathieu J. Poirier ]
15195
15196 * SAUCE: (no-up) ARM: Resetting power_mode to its original value.
15197 - LP: #591941
15198
15199 [ Upstream Kernel Changes ]
15200
15201 * timer: add on-stack deferrable timer interfaces
15202 - LP: #601057
15203 * x86 platform driver: intelligent power sharing driver
15204 - LP: #601057
15205 * IPS driver: add GPU busy and turbo checking
15206 - LP: #601057
15207 * X86: intel_ips, check for kzalloc properly
15208 - LP: #601057
15209 * ips driver: make it less chatty
15210 - LP: #601057
15211
15212 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 17 Aug 2010 09:38:08 -0700
15213
15214 linux (2.6.35-16.22) maverick; urgency=low
15215
15216 [ Andy Whitcroft ]
15217
15218 * debian -- more agressivly clean up after depmod on purge
15219 - LP: #618591
15220
15221 [ Henrik Rydberg ]
15222
15223 * SAUCE: hid: 3m: Simplify touchsreen emulation logic
15224
15225 [ Leann Ogasawara ]
15226
15227 * ubuntu: iscsitarget -- version 1.4.20.2
15228 * ubuntu: rtl8192se -- update to version 0017.0507.2010
15229 * rebase to v2.6.35.2
15230 * [Config] update configs following rebase to v2.6.35.2
15231 * [Config] update ports configs following rebase to v2.6.35.2
15232
15233 [ Luke Yelavich ]
15234
15235 * [Config] Enable new firewire stack on powerpc
15236
15237 [ Mathieu J. Poirier ]
15238
15239 * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash.
15240 - LP: #608266
15241
15242 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 12 Aug 2010 09:58:01 -0700
15243
15244 linux (2.6.35-15.21) maverick; urgency=low
15245
15246 [ Luke Yelavich ]
15247
15248 * [Config] CONFIG_SND_USB_UA101=m for all architectures
15249
15250 [ Upstream Kernel Changes ]
15251
15252 * Input: introduce MT event slots
15253 * Input: document the MT event slot protocol
15254 * (pre-stable) sched: Revert nohz_ratelimit() for now
15255 * (pre-stable) drm/radeon/kms: add missing copy from user
15256 - LP: #606081
15257
15258 [ Leann Ogasawara ]
15259
15260 * rebase to v2.6.35.1
15261
15262 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Aug 2010 09:24:04 -0700
15263
15264 linux (2.6.35-14.20) maverick; urgency=low
15265
15266 [ Andy Whitcroft ]
15267
15268 * update Vcs-Git to point to maverick repo
15269 * debian -- include the debian packaging in the -source package
15270 - LP: #608674
15271 * select debian source format 1.0
15272 * add support for building selected stages of kernel
15273 - LP: #603087
15274 * cleanup conditional dependancy handling
15275 - LP: #603087
15276
15277 [ Upstream Kernel Changes ]
15278
15279 * ALSA: hda - Handle missing NID 0x1b on ALC259 codec
15280 - LP: #582199, #586418, #588031
15281 * ALSA: hda - Handle pin NID 0x1a on ALC259/269
15282 - LP: #582199, #586418, #588031
15283 * sched: Revert nohz_ratelimit() for now
15284
15285 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 03 Aug 2010 08:46:47 -0700
15286
15287 linux (2.6.35-14.19) maverick; urgency=low
15288
15289 [ Leann Ogasawara ]
15290
15291 * rebase to v2.6.35
15292
15293 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 01 Aug 2010 10:35:56 -0700
15294
15295 linux (2.6.35-13.18) maverick; urgency=low
15296
15297 [ Andy Whitcroft ]
15298
15299 * SAUCE: (no-up) Modularize vesafb -- fix initialisation
15300 * SAUCE: add tracing for user initiated readahead requests
15301 * SAUCE: vt -- maintain bootloader screen mode and content until vt
15302 switch
15303 * SAUCE: vt -- allow grub to request automatic vt_handoff
15304 * SAUCE: fbcon -- fix race between open and removal of framebuffers
15305 * SAUCE: drm -- stop early access to drm devices
15306
15307 [ Bryan Wu ]
15308
15309 * CONFIG: compile in OTG driver and Transceiver driver
15310 - LP: #566645
15311 * remove OTG modules from modules list file
15312
15313 [ John Johansen ]
15314
15315 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27
15316 - LP: #581525, #599450
15317 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29
15318 * SAUCE: AppArmor 2.4 compatibility patch
15319 * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace
15320 * SAUCE: fix pv-ops for legacy Xen
15321 * SAUCE: blkfront: default to sd devices
15322 * [Config] Build in drivers required for Xen pv-ops
15323
15324 [ Leann Ogasawara ]
15325
15326 * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture
15327 size."
15328
15329 [ Lee Jones ]
15330
15331 * SAUCE: ARM: OMAP: Add macros for comparing silicon revision
15332 - LP: #608095
15333 * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than
15334 just revision
15335 - LP: #608095
15336 * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX
15337 - LP: #608095
15338 * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM
15339 - LP: #608095
15340
15341 [ Upstream Kernel Changes ]
15342
15343 * agp/intel: Use the correct mask to detect i830 aperture size.
15344 - LP: #597075
15345
15346 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Jul 2010 15:46:59 -0700
15347
15348 linux (2.6.35-12.17) maverick; urgency=low
15349
15350 [ Leann Ogasawara ]
15351
15352 * rebase to v2.6.35-rc6
15353 * [Config] update configs following rebase to v2.6.35-rc6
15354 * [Config] update ports configs following rebase to v2.6.35-rc6
15355 * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11
15356
15357 [ Leann Ogasawara ]
15358
15359 * rebase to v2.6.35-rc6
15360
15361 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 16:16:38 +0200
15362
15363 linux (2.6.35-11.16) maverick; urgency=low
15364
15365 [ Leann Ogasawara ]
15366
15367 * Bump ABI for new compiler update
15368
15369 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 10:24:58 +0200
15370
15371 linux (2.6.35-10.15) maverick; urgency=low
15372
15373 [ Leann Ogasawara ]
15374
15375 * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA
15376 device"
15377 * [Config] Enable CONFIG_M686=y
15378 - LP: #592495
15379
15380 [ Upstream Kernel Changes ]
15381
15382 * tracing: Add alignment to syscall metadata declarations
15383
15384 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Jul 2010 18:18:49 +0200
15385
15386 linux (2.6.35-9.14) maverick; urgency=low
15387
15388 [ Andy Whitcroft ]
15389
15390 * ubuntu: AUFS -- add BOM and automated update script
15391 * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25
15392
15393 [ John Johansen ]
15394
15395 * [Config] Enable DRBD as a module
15396
15397 [ Kees Cook ]
15398
15399 * SAUCE: Yama: verify inode is symlink to avoid bind mounts
15400 - LP: #604407
15401
15402 [ Leann Ogasawara ]
15403
15404 * [Config] Disable CONFIG_DRM_VMWGFX (staging driver)
15405 - LP: #606139
15406 * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver)
15407 - LP: #606139
15408 * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
15409 * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
15410
15411 [ Lee Jones ]
15412
15413 * Stop ARM boards crashing when CUPS is loaded
15414 - LP: #601226
15415
15416 [ Upstream Kernel Changes ]
15417
15418 * perf probe: Support tracing an entry of array
15419 * perf probe: Support static and global variables
15420
15421 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Jul 2010 14:38:17 -0700
15422
15423 linux (2.6.35-8.13) maverick; urgency=low
15424
15425 [ Kees Cook ]
15426
15427 * SAUCE: Yama: check PTRACE using thread group leader
15428 * SAUCE: Yama: search for PTRACE exceptions via thread group leader
15429 - LP: #603716
15430
15431 [ Leann Ogasawara ]
15432
15433 * rebase to v2.6.35-rc5
15434 * [Config] update configs following rebase to v2.6.35-rc5
15435
15436 [ Nicolas Pitre ]
15437
15438 * SAUCE: make ndiswrapper available on X86 only
15439
15440 [ Tim Gardner ]
15441
15442 * [Config] Added ums-cypress to udeb
15443 - LP: #576066
15444 * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n
15445 * [Config] CONFIG_NDISWRAPPER=m across all configs
15446
15447 [ Upstream Kernel Changes ]
15448
15449 * HID: magicmouse: report last touch up
15450 * rebase to 2.6.35-rc5
15451
15452 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Jul 2010 18:57:59 -0700
15453
15454 linux (2.6.35-7.12) maverick; urgency=low
15455
15456 [ Tim Gardner ]
15457
15458 * [Upstream] i915: Use the correct mask to detect i830 aperture size.
15459 - LP: #597075
15460
15461 [ Upstream Kernel Changes ]
15462
15463 * (drop after 2.6.35) drm/radeon/kms: add ioport register access
15464 (squashed)
15465
15466 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Jul 2010 09:53:13 -0600
15467
15468 linux (2.6.35-7.11) maverick; urgency=low
15469
15470 [ Tim Gardner ]
15471
15472 * [Config] CONFIG_X86_MRST=n
15473
15474 [ Upstream Kernel Changes ]
15475
15476 * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc
15477 * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb
15478 * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue
15479
15480 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Jul 2010 18:39:08 -0600
15481
15482 linux (2.6.35-7.10) maverick; urgency=low
15483
15484 [ Kees Cook ]
15485
15486 * SAUCE: security: create task_free security callback
15487 * SAUCE: Yama: add PTRACE exception tracking and interface
15488 * SAUCE: security: unconditionally chain to Yama LSM
15489 * Revert "SAUCE: ptrace: restrict ptrace scope to children"
15490 * Revert "SAUCE: fs: block hardlinks to non-accessible sources"
15491 * Revert "SAUCE: fs: block cross-uid sticky symlinks"
15492 * [Upstream] security: Yama LSM
15493 * [Config] Enable CONFIG_SECURITY_YAMA=y
15494
15495 [ Tim Gardner ]
15496
15497 * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4
15498
15499 [ Upstream Kernel Changes ]
15500
15501 * rebase to 2.6.35-rc4
15502
15503 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 01 Jul 2010 08:55:57 -0700
15504
15505 linux (2.6.35-6.9) maverick; urgency=low
15506
15507 [ Tim Gardner ]
15508
15509 * [Upstream] direct_splice_actor() should not use pos in sd
15510 - LP: #588861
15511
15512 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Jun 2010 12:35:49 -0700
15513
15514 linux (2.6.35-6.8) maverick; urgency=low
15515
15516 [ Mathieu J. Poirier ]
15517
15518 * ARM: Adding regulator supply for vdds_sdi.
15519 - LP: #597904
15520
15521 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 27 Jun 2010 16:34:43 -0700
15522
15523 linux (2.6.35-6.7) maverick; urgency=low
15524
15525 [ Alberto Milone ]
15526
15527 * [Upstream] Add support for the ATIF ACPI method to the radeon driver
15528
15529 [ Chase Douglas ]
15530
15531 * [Upstream] HID: magicmouse: scroll on entire surface, not just middle
15532 of mouse
15533 * [Upstream] HID: magicmouse: disable and add module param for scroll
15534 acceleration
15535 * [Upstream] HID: magicmouse: properly account for scroll movement in
15536 state
15537 * [Upstream] HID: magicmouse: add param for scroll speed
15538 * [Upstream] HID: magicmouse: enable horizontal scrolling
15539
15540 [ Henrik Rydberg ]
15541
15542 * [Upstream] Input: evdev - convert to dynamic event buffer
15543 * [Upstream] Input: evdev - use driver hint to compute size of event
15544 buffer
15545 * [Upstream] Input: bcm5974 - set the average number of events per MT
15546 event packet
15547 * [Upstream] Input: hid-input - use a larger event buffer for MT devices
15548 * [Upstream] Input: evdev - never leave the client buffer empty after
15549 write
15550
15551 [ John Johansen ]
15552
15553 * SAUCE: AppArmor: -- mainline 2010-06-23
15554 * SAUCE: AppArmor 2.4 compatibility patch
15555 * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion
15556
15557 [ Leann Ogasawara ]
15558
15559 * [Config] Enable CONFIG_INTR_REMAP=y
15560 - LP: #597091
15561 * [Config] Enable CONFIG_X86_X2APIC
15562 - LP: #597091
15563
15564 [ Mathieu J. Poirier ]
15565
15566 * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap
15567 - LP: #594382
15568
15569 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Jun 2010 12:19:48 -0700
15570
15571 linux (2.6.35-5.6) maverick; urgency=low
15572
15573 [ Amit Kucheria ]
15574
15575 * [Config] update omap flavour description
15576
15577 [ Andy Whitcroft ]
15578
15579 * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac
15580 - LP: #570500, #576274
15581 * SAUCE: add option to hand off all kernel parameters to init
15582 - LP: #586386
15583 * [Config] enable passing all kernel command line to init
15584 - LP: #586386
15585 * [Config] disable CONFIG_VMI
15586 - LP: #537601
15587 * [Config] enable CONFIG_IPV6_SIT_6RD
15588 - LP: #591869
15589 * [Config] enable CONFIG_VMWARE_BALOON as module
15590 - LP: #592039
15591
15592 [ Leann Ogasawara ]
15593
15594 * Revert "SAUCE: pm: Config option to disable handling of console during
15595 suspend/resume"
15596 - LP: #594885
15597 * [Config] Remove CONFIG_PM_DISABLE_CONSOLE
15598 * [Config] ports: enable passing all kernel command line to init
15599 - LP: #586386
15600 * [Config] Enable CONFIG_FB_VESA=y for x86
15601 * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer
15602 * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer
15603 * [Config] Enable CONFIG_TASK_DELAY_ACCT=y
15604 - LP: #493156
15605
15606 [ Mathieu Poirier ]
15607
15608 * ARM: Adding MosChip MCS7830 to nic-usb
15609 - LP: #584920
15610
15611 [ Upstream Kernel Changes ]
15612
15613 * Revert "[Upstream] docbook: need xmldoclinks for all doc types"
15614 * docbook: need xmldoclinks for all doc types
15615 * perf probe: Add kernel source path option
15616
15617 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jun 2010 08:05:29 -0700
15618
15619 linux (2.6.35-4.5) maverick; urgency=low
15620
15621 [ Leann Ogasawara ]
15622
15623 * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer
15624 size (rev2)"
15625 * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)"
15626 * Revert "[Upstream] (evdev) Use multi-reader buffer to save space
15627 (rev4)"
15628 * Revert "SAUCE: drivers: Remove some duplicate device entries in various
15629 modules"
15630 * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID
15631 * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq"
15632 * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id
15633
15634 [ Tim Gardner ]
15635
15636 * [Config] CONFIG_NFS_FSCACHE=y
15637 - LP: #440522
15638 * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y
15639 - LP: #440522
15640
15641 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 Jun 2010 08:43:07 -0700
15642
15643 linux (2.6.35-3.4) maverick; urgency=low
15644
15645 [ Andy Whitcroft ]
15646
15647 * debian -- ensure the version number is clean
15648
15649 [ Henrik Rydberg ]
15650
15651 * [Upstream] Introduce MT event slots (rev 5)
15652 * [Upstream] Document the MT event slot protocol (rev5)
15653 * [Upstream] (evdev) Use multi-reader buffer to save space (rev4)
15654 * [Upstream] (evdev) Convert to dynamic event buffer (rev4)
15655 * [Upstream] (evdev) Use driver hint to compute the evdev buffer size
15656 (rev2)
15657
15658 [ Leann Ogasawara ]
15659
15660 * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module"
15661 * Revert "SAUCE: hostap: send events on data interface as well as master
15662 interface"
15663 * Revert "Fix webcam having USB ID 0ac8:303b"
15664 * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver"
15665 * rebase to v2.6.35-rc3
15666
15667 [ Maxim Levitsky ]
15668
15669 * [Config] Enable new Smartmedia/xD translation layer
15670 - LP: #202490
15671
15672 [ Upstream Kernel Changes ]
15673
15674 * net: fix deliver_no_wcard regression on loopback device
15675
15676 [ Upstream changes ]
15677
15678 * rebased to v2.6.35-rc3
15679
15680 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 10 Jun 2010 16:15:22 -0700
15681
15682 linux (2.6.35-2.3) maverick; urgency=low
15683
15684 [ Bryan Wu ]
15685
15686 * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO
15687
15688 [ Leann Ogasawara ]
15689
15690 * [Config] armel: Enable CONFIG_BNX2=m
15691 * [Config] ports: Enable CONFIG_BNX2X=m
15692 * SAUCE: armel: define get_dma_ops to fix FTBS
15693
15694 [ Tim Gardner ]
15695
15696 * [Upstream] net: Print num_rx_queues imbalance warning only when there
15697 are allocated queues
15698 - LP: #591416
15699
15700 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 09 Jun 2010 08:27:41 -0700
15701
15702 linux (2.6.35-2.2) maverick; urgency=low
15703
15704 [ Andy Whitcroft ]
15705
15706 * [Config] d-i: make armel configuration versatile flavour specific
15707 - LP: #588805
15708 * [Config] d-i: enable .udebs for omap flavour
15709 - LP: #588805
15710
15711 [ Kees Cook ]
15712
15713 * ptrace: limit scope to attach only (allow read)
15714 - LP: #589656
15715
15716 [ Leann Ogasawara ]
15717
15718 * rebase to v2.6.35-rc2
15719 * [Config] update configs following rebase to v2.6.35-rc2
15720 * [Config] update port configs following rebase to v2.6.35-rc2
15721
15722 [ Lee Jones ]
15723
15724 * Enable perf to be more helpful when perf_<version> does not exist.
15725 - LP: #570500
15726 * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs.
15727
15728 [ Tim Gardner ]
15729
15730 * [Config] Update bnx2 udeb firmware files
15731 - LP: #589304
15732
15733 [ Upstream changes ]
15734
15735 * rebased to v2.6.35-rc2
15736
15737 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 07 Jun 2010 09:45:04 -0700
15738
15739 linux (2.6.35-1.1) maverick; urgency=low
15740
15741 [ Andy Whitcroft ]
15742
15743 * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601
15744 - LP: #587888
15745 * ubuntu: AUFS -- track changes to the arguements to fop fsync()
15746
15747 [ Leann Ogasawara ]
15748
15749 * rebase to v2.6.35-rc1
15750 * [Config] update configs following rebase to v2.6.35-rc1
15751 * [Config] update port configs following rebase to v2.6.35-rc1
15752 * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free()
15753 * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free()
15754 * SAUCE: ndiswrapper: convert multicast list to list_head
15755 * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL
15756 * [Config] [FTBS] ia64: Temporarily disable gpiolib
15757 * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS
15758 * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB
15759 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO
15760 * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO
15761 * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155
15762 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI
15763 * [Config] [FTBS] armel: Temporarily disable bnx2
15764 * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE
15765 * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm
15766 * SAUCE: [FTBS] armel: include linux/dma-mapping.h
15767 * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with
15768 gpio_set_debounce
15769
15770 [ Upstream Kernel Changes ]
15771
15772 * of/usb: fix build error due to of_node pointer move
15773 * n2_crypto: Fix build after of_device/of_platform_driver changes.
15774 * powerpc/fsl-booke: fix the case where we are not in the first page
15775 * powerpc/fsl-booke: Move the entry setup code into a seperate file
15776 * powerpc/kexec: Add support for FSL-BookE
15777 * greth: Fix build after OF device conversions.
15778
15779 [ Upstream changes ]
15780
15781 * rebased to v2.6.35-rc1
15782
15783 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 04 Jun 2010 23:01:52 -0700
15784
15785 linux (2.6.35-1.0) UNRELEASED; urgency=low
15786
15787 [ Leann Ogasawara ]
15788
15789 * Null entry.
15790
15791 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 15:17:41 -0700
15792
15793 linux (2.6.34-5.14) maverick; urgency=low
15794
15795 [ Tim Gardner ]
15796
15797 * [Config] Added module inclusion support
15798 * [Config] Added virtual flavour module inclusion list and d-i package
15799 definitions
15800
15801 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 12:58:14 -0700
15802
15803 linux (2.6.34-5.13) maverick; urgency=low
15804
15805 [ Andy Whitcroft ]
15806
15807 * Revert "ubuntu: AUFS -- aufs2 20091209"
15808 * Revert "ubuntu: AUFS -- export various core functions
15809 (aufs2-standalone.patch)"
15810 * Revert "ubuntu: AUFS -- export various core functions
15811 (aufs2-base.patch)"
15812 * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34
15813 - LP: #587888
15814 * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34
15815 - LP: #587888
15816 * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601
15817 - LP: #587888
15818 * [Config] AUFS -- enable aufs options
15819 - LP: #587888
15820
15821 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 01 Jun 2010 08:56:43 -0700
15822
15823 linux (2.6.34-5.12) maverick; urgency=low
15824
15825 [ Andy Whitcroft ]
15826
15827 * enforce -- ensure SYSFS compatibility is disabled
15828
15829 [ Chase Douglas ]
15830
15831 * build with libdw-dev for perf probe symbol support
15832 * maverick ftrace configuration changes
15833
15834 [ Kees Cook ]
15835
15836 * Revert "SAUCE: x86: brk away from exec rand area"
15837 * Revert "SAUCE: [um] Don't use nx_enabled under UML"
15838 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
15839 * SAUCE: x86: implement cs-limit nx-emulation for ia32
15840 - LP: #369978
15841 * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
15842 * SAUCE: x86: brk away from exec rand area
15843 - LP: #452175
15844 * SAUCE: ptrace: restrict ptrace scope to children
15845
15846 [ Leann Ogasawara ]
15847
15848 * Add new omap flavour to getabis
15849 * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs
15850 - LP: #585490
15851 * build/modules: Temorarily add ignore.modules
15852 * ubuntu: iscsitarget -- version 1.4.20.1
15853
15854 [ Loïc Minier ]
15855
15856 * SAUCE: [um] Don't use nx_enabled under UML
15857 - LP: #524849
15858
15859 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 May 2010 08:27:17 -0700
15860
15861 linux (2.6.34-4.11) maverick; urgency=low
15862
15863 [ Amit Kucheria ]
15864
15865 * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files
15866 * [Config] Add support for OMAP-mainline flavour
15867
15868 [ Andy Whitcroft ]
15869
15870 * SAUCE: powerpc: fix compile error when ptrace.h is included from
15871 userspace
15872 - LP: #583733
15873
15874 [ Chase Douglas ]
15875
15876 * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers
15877 are present"
15878 * Revert "SAUCE: Disable function tracing after hitting __schedule_bug"
15879 * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing
15880 load detect pipe"
15881
15882 [ Kees Cook ]
15883
15884 * SAUCE: fs: block cross-uid sticky symlinks
15885 * SAUCE: fs: block hardlinks to non-accessible sources
15886
15887 [ Koen Kooi ]
15888
15889 * SAUCE: board-omap3-beagle: add DSS2 support
15890
15891 [ Leann Ogasawara ]
15892
15893 * Revert "staging/go7007 -- disable"
15894 * Revert "[Config] staging/winbond -- disable"
15895 * Revert "Disable 4MB page tables for Atom, work around errata AAE44"
15896 * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount"
15897 * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit
15898 controller"
15899 * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT"
15900 * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros"
15901 * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps"
15902 * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B
15903 chipsets."
15904 * Revert "[Upstream] b43: Declare all possible firmware files."
15905 * Revert "add Breaks: against hardy lvm2"
15906 * Revert "SAUCE: Guest OS does not recognize a lun with non zero target
15907 id on Vmware ESX Server"
15908 * Revert "SAUCE: Catch nonsense keycodes and silently ignore"
15909 * [Config] Enable CONFIG_ECRYPT_FS=y for ports
15910 * [Config] Enable CONFIG_USB=y for armel and sparc
15911 * [Config] Enable CONFIG_SCSI=y for ia64 and sparc
15912 * [Config] Enable CONFIG_RFKILL=y for ports
15913 * [Config] Enable CONFIG_ATH9K_DEBUGFS=y
15914 * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y
15915 * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y
15916 * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y
15917 * [Config] Enable CONFIG_LIBERTAS_MESH=y
15918 * [Config] Enable CONFIG_MMC_RICOH_MMC=y
15919 * [Config] CONFIG_RT2800USB_UNKNOWN=y
15920 * [Config] Enable CONFIG_VGA_SWITCHEROO=y
15921 * [Config] Enable CONFIG_CEPH_FS=m
15922 * [Config] Enable CONFIG_CRYPTO_PCRYPT=m
15923 * [Config] Enable CONFIG_EEEPC_WMI=m
15924 * [Config] Enable CONFIG_RT2800PCI=m
15925 * [Config] Enable CONFIG_SCSI_HPSA=m
15926 * [Config] Enable CONFIG_VHOST_NET=m
15927 * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default
15928 - LP: #582350
15929 * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS
15930 - LP: #579300
15931 * [Config] Enable CONFIG_PCIEASPM=y
15932 - LP: #333990
15933 * [Config] updateconfigs for OMAP flavour
15934
15935 [ Loïc Minier ]
15936
15937 * Enable perf tools on armel
15938
15939 [ Tim Gardner ]
15940
15941 * SAUCE: Updated ndiswrapper to 1.56
15942 - LP: #582555
15943 * [Config] Added virtual flavour
15944 * [Config] Remove support for sub-flavours
15945 * [Config] Removed amd64 preempt flavour
15946 * [Config] updateconfigs, updateportsconfigs after flavour munging
15947
15948 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 25 May 2010 09:34:55 -0700
15949
15950 linux (2.6.34-3.10) maverick; urgency=low
15951
15952 [ Leann Ogasawara ]
15953
15954 * rebase to v2.6.34
15955
15956 [ Upstream changes ]
15957
15958 * rebased to v2.6.34
15959
15960 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 18 May 2010 17:35:35 -0700
15961
15962 linux (2.6.34-2.9) maverick; urgency=low
15963
15964 [ Leann Ogasawara ]
15965
15966 * [Config] [FTBS] Disable comedi for armel
15967
15968 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 23:20:55 +0200
15969
15970 linux (2.6.34-2.8) maverick; urgency=low
15971
15972 [ Leann Ogasawara ]
15973
15974 * Drop lpia
15975 * [Config] [FTBS] disable KVM
15976 * [Config] [FTBS] disable ipr for armel
15977
15978 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 16:07:52 +0200
15979
15980 linux (2.6.34-2.7) maverick; urgency=low
15981
15982 [ Leann Ogasawara ]
15983
15984 * [Config] disable CONFIG_SCSI_IPR on powerpc
15985 * [Config] Remove 386 flavour per UDS discussion
15986
15987 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 May 2010 18:26:43 +0200
15988
15989 linux (2.6.34-1.6) maverick; urgency=low
15990
15991 [ Chase Douglas ]
15992
15993 * enforce CONFIG_TMPFS_POSIX_ACL=y
15994 - LP: #575940
15995 * don't force module dependency checking
15996 - LP: #577029
15997
15998 [ Kees Cook ]
15999
16000 * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write
16001 - LP: #568844
16002
16003 [ Leann Ogasawara ]
16004
16005 * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL"
16006 * rebase to v2.6.34-rc7
16007 * [Config] update configs following rebase to v2.6.34-rc7
16008 * [Config] update port configs following rebase to v2.6.34-rc7
16009 * Add btrfs to the udebs
16010
16011 [ Tim Gardner ]
16012
16013 * [Config] Add atl1c to nic-modules udeb
16014 - LP: #557130
16015
16016 [ Upstream changes ]
16017
16018 * rebased to v2.6.34-rc7
16019
16020 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 11 May 2010 11:29:08 +0200
16021
16022 linux (2.6.34-1.5) UNRELEASED; urgency=low
16023
16024 [ Leann Ogasawara ]
16025
16026 * rebase to v2.6.34-rc6
16027 * [Config] update configs following rebase to v2.6.34-rc6
16028 * [Config] update port configs following rebase to v2.6.34-rc6
16029
16030 [ Upstream changes ]
16031
16032 * rebased to v2.6.34-rc6
16033
16034 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Apr 2010 15:54:05 +0100
16035
16036 linux (2.6.34-1.4) UNRELEASED; urgency=low
16037
16038 [ Leann Ogasawara ]
16039
16040 * rebase to v2.6.34-rc5
16041 * [Config] update ports configs following rebase to v2.6.34-rc5
16042
16043 [ Upstream changes ]
16044
16045 * rebased to v2.6.34-rc5
16046
16047 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 22 Apr 2010 15:36:12 -0700
16048
16049 linux (2.6.34-1.3) UNRELEASED; urgency=low
16050
16051 [ Leann Ogasawara ]
16052
16053 * rebase to v2.6.34-rc4
16054 * [Config] update configs following rebase to v2.6.34-rc4
16055 * [Config] update port configs following rebase to v2.6.34-rc4
16056 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4
16057
16058 [ Upstream changes ]
16059
16060 * rebased to v2.6.34-rc4
16061
16062 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Apr 2010 18:33:44 -0700
16063
16064 linux (2.6.34-1.2) UNRELEASED; urgency=low
16065
16066 [ Leann Ogasawara ]
16067
16068 * Temorarily disable building linux-doc
16069 * rebase to v2.6.34-rc3
16070 * [Config] update configs following rebase to v2.6.34-rc3
16071 * [Config] update port configs following rebase to v2.6.34-rc3
16072
16073 [ Upstream changes ]
16074
16075 * rebased to v2.6.34-rc3
16076
16077 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 30 Mar 2010 16:55:44 -0700
16078
16079 linux (2.6.34-1.1) UNRELEASED; urgency=low
16080
16081 [ Leann Ogasawara ]
16082
16083 * rebase to v2.6.34-rc2
16084 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2
16085 * [Config] update port configs following rebase to v2.6.34-rc2
16086 * [Config] update configs following rebase to v2.6.34-rc2
16087
16088 [ Upstream changes ]
16089
16090 * rebased to v2.6.34-rc2
16091
16092 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 24 Mar 2010 23:00:39 -0700
16093
16094 linux (2.6.33-1.1) UNRELEASED; urgency=low
16095
16096 [ Leann Ogasawara ]
16097
16098 * ubuntu: dm-raid4-5 -- update to compile with 2.6.33
16099 * ubuntu: lirc -- drop explicit include of linux/autoconf.h
16100 * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock
16101 * ubuntu: lirc -- rename kfifo_put and kfifo_get
16102 * ubuntu: iscsitarget -- rename daddr inet_sock field
16103 * rebased to v2.6.33
16104 * [Config] update configs following rebase to v2.6.33
16105 * [Config] update ports configs following rebase to v2.6.33
16106
16107 [ Upstream changes ]
16108
16109 * rebased to v2.6.33
16110
16111 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 23 Mar 2010 03:55:46 -0700
16112
16113 linux (2.6.33-0.0) UNRELEASED; urgency=low
16114
16115 [ Leann Ogasawara ]
16116
16117 * Null entry.
16118
16119 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 17 Mar 2010 07:48:56 -0700
16120
16121 linux (2.6.32-16.25) lucid; urgency=low
16122
16123 [ Andy Whitcroft ]
16124
16125 * linux-tools -- move to Suggests: with explicit seeding
16126 - LP: #534635
16127
16128 [ Tim Gardner ]
16129
16130 * [Config] CONFIG_HID=m
16131
16132 [ Upstream Kernel Changes ]
16133
16134 * (pre-stable) sched: Fix SMT scheduler regression in
16135 find_busiest_queue()
16136 * KVM: introduce kvm_vcpu_on_spin
16137 * KVM: VMX: Add support for Pause-Loop Exiting
16138
16139 -- Andy Whitcroft <apw@canonical.com> Tue, 09 Mar 2010 14:13:51 +0000
16140
16141 linux (2.6.32-16.24) lucid; urgency=low
16142
16143 [ Andy Whitcroft ]
16144
16145 * armel -- perf userspace does not support arm
16146 * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries
16147
16148 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Mar 2010 11:42:12 +0000
16149
16150 linux (2.6.32-16.23) lucid; urgency=low
16151
16152 [ Andy Whitcroft ]
16153
16154 * SAUCE: PM report driver and device suspend/resume times -- move config
16155 * update to standards version 3.8.4.0
16156 * printenv -- expose all of the package selectors
16157 * source package -- cleanup source content control
16158 * doc package -- ensure we do build package content on buildd
16159 * lintian -- correct the address in the debian/copyright
16160 * lintian -- update debhelper package version dependancy
16161 * lintian -- fix ghostscript dependancy
16162 * lintian -- add required misc:Depends
16163 * lintian -- move our debhelper compat level to debian/compat
16164 * perf -- build the kernel carried tools
16165 * perf -- add linux-tools carrying the version switches and manuals
16166 * SAUCE: fix up Kconfig for staging drivers
16167 * [Config] enable NOUVEAU etc following drm backport
16168 * update DRM to mainline v2.6.33
16169 * [Config] Remove AppArmor config options that no longer exist (ports)
16170 * [Config] updateportsconfigs following drm update
16171
16172 [ John Johansen ]
16173
16174 * ubuntu: AppArmor -- update to mainline 2010-03-04
16175 * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility
16176 * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels
16177 * [Config] Remove AppArmor config options that no longer exist
16178
16179 [ Manoj Iyer ]
16180
16181 * ubuntu: rtl8192se -- version 2010-0115,0014
16182 - LP: #530275
16183 * [Config] added CONFIG_RTL8192SE module.
16184 - LP: #530275
16185
16186 [ Tim Gardner ]
16187
16188 * [Config] Added vmw_pvscsi to d-i/scsi-modules
16189 - LP: #531017
16190 * [Upstream] netfilter: xt_recent: Add an entry reaper
16191
16192 [ Upstream Kernel Changes ]
16193
16194 * Revert "KVM: x86 emulator: Check CPL level during privilege instruction
16195 emulation"
16196 * Revert "KVM: x86 emulator: Fix popf emulation"
16197 * Revert "KVM: x86 emulator: Check IOPL level during io instruction
16198 emulation"
16199 * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation"
16200 * Revert "KVM: fix memory access during x86 emulation."
16201 * Add vlan (8021.Q) module package for d-i.
16202 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
16203 Inspiron 700m
16204 - LP: #515246
16205 * [Upstream] docbook: need xmldoclinks for all doc types
16206 * x86: set_personality_ia32() misses force_personality32
16207 * lib: Introduce generic list_sort function
16208 * drm/nv50: Implement ctxprog/state generation.
16209 * drm/nv50: Remove redundant/incorrect ctxvals initialisation.
16210 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
16211 Inspiron 700m
16212 - LP: #515246
16213
16214 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Mar 2010 15:40:38 +0000
16215
16216 linux (2.6.32-15.22) lucid; urgency=low
16217
16218 [ Andy Whitcroft ]
16219
16220 * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT"
16221 * Revert "SAUCE: PM report driver and device suspend/resume times."
16222 * [Config] set CONFIG_SR_REPORT_TIME_LIMIT
16223
16224 [ Manoj Iyer ]
16225
16226 * SAUCE: PM report driver and device suspend/resume times.
16227
16228 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Mar 2010 01:35:37 +0000
16229
16230 linux (2.6.32-15.21) lucid; urgency=low
16231
16232 [ Andy Whitcroft ]
16233
16234 * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k"
16235 * Revert "[Config] lenovo-sl-laptop -- enable"
16236 * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)"
16237 * armel -- cramfs module will no longer be built
16238 * d-i -- make all modules optional
16239 * rename the debug packages to match archive standard
16240 - LP: #527837
16241 * lenovo-sl-laptop is no longer built
16242
16243 [ Colin Ian King ]
16244
16245 * Disable 4MB page tables for Atom, work around errata AAE44
16246 - LP: #523112
16247
16248 [ Colin Watson ]
16249
16250 * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS
16251 * ubuntu: fsam7400: Depend on CHECK_SIGNATURE
16252
16253 [ Jesse Barnes ]
16254
16255 * SAUCE: drm/i915: don't change DRM configuration when releasing load
16256 detect pipe
16257 - LP: #488328
16258
16259 [ Loïc Minier ]
16260
16261 * [Config] armel Update versatile initrd configs
16262 - LP: #524893
16263 * SAUCE: [um] Don't use nx_enabled under UML
16264 - LP: #524849
16265
16266 [ Manoj Iyer ]
16267
16268 * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT
16269
16270 [ Mario Limonciello ]
16271
16272 * SAUCE: v3 - Add Dell Business Class Netbook LED driver
16273
16274 [ Rafael J. Wysocki ]
16275
16276 * SAUCE: PM report driver and device suspend/resume times.
16277
16278 [ Surbhi Palande ]
16279
16280 * Revert "[Upstream] e1000e: enhance frame fragment detection"
16281 - CVE-2009-4538
16282 * Revert "[Upstream] e1000: enhance frame fragment detection"
16283 - CVE-2009-4536
16284
16285 [ Tim Gardner ]
16286
16287 * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m
16288 * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow
16289 * SAUCE: (pre-stable) netfilter: xt_recent: fix false match
16290
16291 [ Upstream Kernel Changes ]
16292
16293 * Revert "(pre-stable) eCryptfs: Add getattr function"
16294 * Fix potential crash with sys_move_pages
16295 * futex_lock_pi() key refcnt fix
16296 * futex: Handle user space corruption gracefully
16297 * futex: Handle futex value corruption gracefully
16298 * Fix race in tty_fasync() properly
16299 * hwmon: (w83781d) Request I/O ports individually for probing
16300 * hwmon: (lm78) Request I/O ports individually for probing
16301 * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT
16302 * ALSA: ctxfi - fix PTP address initialization
16303 * drm/i915: disable hotplug detect before Ironlake CRT detect
16304 * drm/i915: enable self-refresh on 965
16305 * drm/i915: Disable SR when more than one pipe is enabled
16306 * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.
16307 * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list
16308 * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
16309 * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list
16310 * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.
16311 * i2c-tiny-usb: Fix on big-endian systems
16312 * drm/i915: handle FBC and self-refresh better
16313 * drm/i915: Increase fb alignment to 64k
16314 * drm/i915: Update write_domains on active list after flush.
16315 * regulator: Fix display of null constraints for regulators
16316 * ALSA: hda-intel: Avoid divide by zero crash
16317 * CPUFREQ: Fix use after free of struct powernow_k8_data
16318 * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb
16319 * cciss: Make cciss_seq_show handle holes in the h->drv[] array
16320 * ioat: fix infinite timeout checking in ioat2_quiesce
16321 * resource: add helpers for fetching rlimits
16322 * fs/exec.c: restrict initial stack space expansion to rlimit
16323 * cifs: fix length calculation for converted unicode readdir names
16324 * NFS: Fix a reference leak in nfs_wb_cancel_page()
16325 * NFS: Try to commit unstable writes in nfs_release_page()
16326 * NFSv4: Don't allow posix locking against servers that don't support it
16327 * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors
16328 * NFS: Fix an Oops when truncating a file
16329 * NFS: Fix a umount race
16330 * NFS: Fix a bug in nfs_fscache_release_page()
16331 * NFS: Fix the mapping of the NFSERR_SERVERFAULT error
16332 * md: fix 'degraded' calculation when starting a reshape.
16333 * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter
16334 * Export the symbol of getboottime and mmonotonic_to_bootbased
16335 * kvmclock: count total_sleep_time when updating guest clock
16336 * KVM: PIT: control word is write-only
16337 * tpm_infineon: fix suspend/resume handler for pnp_driver
16338 * amd64_edac: Do not falsely trigger kerneloops
16339 * netfilter: nf_conntrack: fix memory corruption with multiple namespaces
16340 * netfilter: nf_conntrack: per netns nf_conntrack_cachep
16341 * netfilter: nf_conntrack: restrict runtime expect hashsize modifications
16342 * netfilter: xtables: compat out of scope fix
16343 * netfilter: nf_conntrack: fix hash resizing with namespaces
16344 * drm/i915: remove full registers dump debug
16345 * drm/i915: add i915_lp_ring_sync helper
16346 * drm/i915: Don't wait interruptible for possible plane buffer flush
16347 * dasd: remove strings from s390dbf
16348 * crypto: padlock-sha - Add import/export support
16349 * wmi: Free the allocated acpi objects through wmi_get_event_data
16350 * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value
16351 * /dev/mem: introduce size_inside_page()
16352 * devmem: check vmalloc address on kmem read/write
16353 * devmem: fix kmem write bug on memory holes
16354 * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead
16355 of value 0.
16356 * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB
16357 * ALSA: hda - use WARN_ON_ONCE() for zero-division detection
16358 * dst: call cond_resched() in dst_gc_task()
16359 * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support
16360 * befs: fix leak
16361 * rtc-fm3130: add missing braces
16362 * Call flush_dcache_page after PIO data transfers in libata-sff.c
16363 * ahci: add Acer G725 to broken suspend list
16364 * pktgen: Fix freezing problem
16365 * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
16366 * x86/amd-iommu: Fix deassignment of a device from the pt_domain
16367 * x86: Re-get cfg_new in case reuse/move irq_desc
16368 * Staging: fix rtl8187se compilation errors with mac80211
16369 * ALSA: usb-audio - Avoid Oops after disconnect
16370 * serial: 8250: add serial transmitter fully empty test
16371 * sysfs: sysfs_sd_setattr set iattrs unconditionally
16372 * class: Free the class private data in class_release
16373 * USB: usbfs: only copy the actual data received
16374 * USB: usbfs: properly clean up the as structure on error paths
16375 * rtl8187: Add new device ID
16376 * ACPI: Add NULL pointer check in acpi_bus_start
16377 * ACPI: fix High cpu temperature with 2.6.32
16378 * drm/radeon/kms: use udelay for short delays
16379 * NFS: Too many GETATTR and ACCESS calls after direct I/O
16380 * eCryptfs: Add getattr function
16381 * b43: Fix throughput regression
16382 * ath9k: Fix sequence numbers for PAE frames
16383 * mac80211: Fix probe request filtering in IBSS mode
16384 * iwlwifi: Fix to set correct ht configuration
16385 * dm stripe: avoid divide by zero with invalid stripe count
16386 * dm log: userspace fix overhead_size calcuations
16387 * Linux 2.6.32.9
16388 * sfc: Fix SFE4002 initialisation
16389 * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()
16390 * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances
16391 * (pre-stable) HID: handle joysticks with large number of buttons
16392 - LP: #492056
16393 * (pre-stable) HID: extend mask for BUTTON usage page
16394 - LP: #492056
16395 * PM: Measure device suspend and resume times
16396 * e1000: enhance frame fragment detection
16397 - CVE-2009-4536
16398 * e1000e: enhance frame fragment detection
16399 - CVE-2009-4538
16400 * KVM: fix memory access during x86 emulation.
16401 - CVE-2010-0306
16402 * KVM: x86 emulator: Add Virtual-8086 mode of emulation
16403 - CVE-2010-0306
16404 * KVM: x86 emulator: Check IOPL level during io instruction emulation
16405 - CVE-2010-0306
16406 * KVM: x86 emulator: Fix popf emulation
16407 - CVE-2010-0306
16408 * KVM: x86 emulator: Check CPL level during privilege instruction
16409 emulation
16410 - CVE-2010-0306
16411 * Input: wacom - ensure the device is initialized properly upon resume
16412 * Input: wacom - add defines for packet lengths of various devices
16413 * Input: wacom - add support for new LCD tablets
16414 - LP: #516777
16415
16416 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Mar 2010 22:56:28 +0000
16417
16418 linux (2.6.32-14.20) lucid; urgency=low
16419
16420 [ Andy Whitcroft ]
16421
16422 * rebuild following the GCC update to match compiler for out of tree modules
16423 * Revert "[Config] drbd -- enable"
16424 * Revert "ubuntu: drbd -- version 8.3.1"
16425 * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU
16426 - LP: #510937
16427
16428 -- Andy Whitcroft <apw@canonical.com> Fri, 19 Feb 2010 18:47:18 +0000
16429
16430 linux (2.6.32-14.19) lucid; urgency=low
16431
16432 [ Andy Whitcroft ]
16433
16434 * ensure we build the source package contents when enabled
16435 - LP: #522308
16436 * [Config] enable CONFIG_X86_MCE_XEON75XX
16437 * SAUCE: AppArmor -- add linux/kref.h for struct kref
16438 * [Config] enable CONFIG_HID_ORTEK
16439 * enable udeb generation for arm versatile flavour
16440 - LP: #522515
16441
16442 [ John Johansen ]
16443
16444 * ubuntu: AppArmor -- update to mainline 2010-02-18
16445 - LP: #439560, #496110, #507069
16446
16447 [ Johnathon Harris ]
16448
16449 * SAUCE: HID: add support for Ortek WKB-2000
16450 - LP: #405390
16451
16452 [ Upstream Kernel Changes ]
16453
16454 * tpm_tis: TPM_STS_DATA_EXPECT workaround
16455 - LP: #490487
16456 * x86, mce: Xeon75xx specific interface to get corrected memory error
16457 information
16458 * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll
16459 * x86, mce: Make xeon75xx memory driver dependent on PCI
16460 * drm/edid: Unify detailed block parsing between base and extension
16461 blocks
16462 - LP: #500999
16463 * (pre-stable) eCryptfs: Add getattr function
16464 - LP: #390833
16465
16466 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Feb 2010 19:22:02 +0000
16467
16468 linux (2.6.32-13.18) lucid; urgency=low
16469
16470 [ Andy Whitcroft ]
16471
16472 * Revert "enforcer -- make the enforcement configuration common"
16473 * Revert "(pre-stable) Input: ALPS - add interleaved protocol support
16474 (Dell E6x00 series)"
16475 * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390"
16476 * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to
16477 0755"
16478 * Revert "SAUCE: Adds support for COMPAL JHL90 webcam"
16479 * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching"
16480 * Revert "SAUCE: make fc transport removal of target configurable"
16481 * enforcer -- make the enforcement configuration common
16482 * getabis -- add preempt flavour to the list
16483 * [Config] enforce DEVTMPFS options
16484 * [Config] armel -- cleanup to-be builtin modules
16485 * [Config] cleanup ports configs
16486 * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL
16487 - LP: #485536
16488 * add printdebian target to find branch target
16489 * distclean -- do not remove debian.env
16490 * [Config] generic-pae switch to M586TSC
16491 - LP: #519448
16492 * git-ubuntu-log -- commonise duplicated log handling
16493 * git-ubuntu-log -- tighten up Bug: NNNN matching
16494 * git-ubuntu-log -- sort the bug numbers
16495
16496 [ Chris Wilson ]
16497
16498 * (pre-stable) drm/i915: Increase fb alignment to 64k
16499 - LP: #404064
16500
16501 [ Eric Miao ]
16502
16503 * arm -- enable ubuntu/ directory
16504
16505 [ Huang Ying ]
16506
16507 * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation
16508 * SAUCE: crypto: ghash-intel - Fix building failure on x86_32
16509
16510 [ Loïc Minier ]
16511
16512 * [Config] cleanup preempt configuration
16513 * [Config] versatile: Fix video output
16514 - LP: #517594
16515 * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768
16516 * [Config] Large update to armel/versatile
16517 * [Config] versatile: Add RTC support
16518 * [Config] armel: Enable NEON
16519 * [Config] versatile: Builtin MMC support
16520 * [Config] versatile Builtin SCSI controller
16521 * [Config] armel Disable dma_cache_sync callers
16522 * [Config] armel Disable asm/time.h users
16523 * [Config] armel Disable out of range udelay()
16524 * [Config] armel Disable flush_cache_range() users
16525 * [Config] armel -- Enable ubuntu/ drivers
16526
16527 [ Steve Conklin ]
16528
16529 * SAUCE: drm/i915: Add display hotplug event on Ironlake
16530 * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake
16531
16532 [ Upstream Kernel Changes ]
16533
16534 * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support"
16535 * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions
16536 in IRQ handler""
16537 * clockevent: Don't remove broadcast device when cpu is dead
16538 * clockevents: Add missing include to pacify sparse
16539 * ACPI: don't cond_resched if irq is disabled
16540 * be2net: Add support for next generation of BladeEngine device.
16541 * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.
16542 * mpt2sas: New device SAS2208 support is added
16543 * ar9170: Add support for D-Link DWA 160 A2
16544 * powerpc/fsl: Add PCI device ids for new QoirQ chips
16545 * davinci: dm646x: Add support for 3.x silicon revision
16546 * Input: ALPS - add interleaved protocol support (Dell E6x00 series)
16547 * Driver-Core: devtmpfs - set root directory mode to 0755
16548 * driver-core: fix devtmpfs crash on s390
16549 * vfs: get_sb_single() - do not pass options twice
16550 * ALSA: hda - Add PCI IDs for Nvidia G2xx-series
16551 * V4L/DVB (13569): smsusb: add autodetection support for five additional
16552 Hauppauge USB IDs
16553 * USB: mos7840: add device IDs for B&B electronics devices
16554 * USB: ftdi_sio: add USB device ID's for B&B Electronics line
16555 * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134
16556 SubVendor ID: 0x1043 Device ID: 0x4847)
16557 * iTCO_wdt: Add support for Intel Ibex Peak
16558 * atl1c:use common_task instead of reset_task and link_chg_task
16559 * atl1e:disable NETIF_F_TSO6 for hardware limit
16560 * V4L/DVB (13680a): DocBook/media: copy images after building HTML
16561 * V4L/DVB (13680b): DocBook/media: create links for included sources
16562 * netfilter: xtables: fix conntrack match v1 ipt-save output
16563 * partitions: read whole sector with EFI GPT header
16564 * partitions: use sector size for EFI GPT
16565 * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@
16566 * sched: Fix isolcpus boot option
16567 * sched: Fix missing sched tunable recalculation on cpu add/remove
16568 * nohz: Prevent clocksource wrapping during idle
16569 * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups
16570 * timers, init: Limit the number of per cpu calibration bootup messages
16571 * PCI: Always set prefetchable base/limit upper32 registers
16572 * iscsi class: modify handling of replacement timeout
16573 * NFS: Revert default r/wsize behavior
16574 * HID: fixup quirk for NCR devices
16575 * scsi_devinfo: update Hitachi entries (v2)
16576 * scsi_dh: create sysfs file, dh_state for all SCSI disk devices
16577 * scsi_transport_fc: remove invalid BUG_ON
16578 * lpfc: fix hang on SGI ia64 platform
16579 * libfc: fix typo in retry check on received PRLI
16580 * libfc: fix ddp in fc_fcp for 0 xid
16581 * fcoe: remove redundant checking of netdev->netdev_ops
16582 * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN
16583 * libfc: lport: fix minor documentation errors
16584 * libfc: don't WARN_ON in lport_timeout for RESET state
16585 * fcoe: initialize return value in fcoe_destroy
16586 * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data
16587 * libfc: fix memory corruption caused by double frees and bad error
16588 handling
16589 * libfc: fix free of fc_rport_priv with timer pending
16590 * libfc: remote port gets stuck in restart state without really
16591 restarting
16592 * fcoe, libfc: fix an libfc issue with queue ramp down in libfc
16593 * fcoe: Fix checking san mac address
16594 * fcoe: Fix getting san mac for VLAN interface
16595 * qlge: Remove explicit setting of PCI Dev CTL reg.
16596 * qlge: Set PCIE max read request size.
16597 * qlge: Don't fail open when port is not initialized.
16598 * qlge: Add handler for DCBX firmware event.
16599 * qlge: Bonding fix for mode 6.
16600 * PCI: AER: fix aer inject result in kernel oops
16601 * DMI: allow omitting ident strings in DMI tables
16602 * Input: i8042 - remove identification strings from DMI tables
16603 * Input: i8042 - add Gigabyte M1022M to the noloop list
16604 * Input: i8042 - add Dritek quirk for Acer Aspire 5610.
16605 * ALSA: hda - select IbexPeak handler for Calpella
16606 * ALSA: hda - Fix quirk for Maxdata obook4-1
16607 * ALSA: hda - Add missing Line-Out and PCM switches as slave
16608 * iTCO_wdt.c - cleanup chipset documentation
16609 * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC
16610 * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs
16611 * ahci: disable SNotification capability for ich8
16612 * ata_piix: fix MWDMA handling on PIIX3
16613 * md: fix small irregularity with start_ro module parameter
16614 * V4L/DVB (13826): uvcvideo: Fix controls blacklisting
16615 * cio: fix double free in case of probe failure
16616 * cio: dont panic in non-fatal conditions
16617 * netiucv: displayed TX bytes value much too high
16618 * ipc ns: fix memory leak (idr)
16619 * ALSA: hda - Fix HP T5735 automute
16620 * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog
16621 * UBI: fix memory leak in update path
16622 * UBI: initialise update marker
16623 * ASoC: fix a memory-leak in wm8903
16624 * mac80211: check that ieee80211_set_power_mgmt only handles STA
16625 interfaces.
16626 * cfg80211: fix channel setting for wext
16627 * KVM: S390: fix potential array overrun in intercept handling
16628 * KVM: only allow one gsi per fd
16629 * KVM: Fix race between APIC TMR and IRR
16630 * KVM: MMU: bail out pagewalk on kvm_read_guest error
16631 * KVM: x86: Fix host_mapping_level()
16632 * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
16633 * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
16634 * KVM: fix lock imbalance in kvm_*_irq_source_id()
16635 * KVM: only clear irq_source_id if irqchip is present
16636 * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()
16637 * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC
16638 * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
16639 - LP: #516325
16640 * iwlwifi: Fix throughput stall issue in HT mode for 5000
16641 * fnctl: f_modown should call write_lock_irqsave/restore
16642 * x86, msr/cpuid: Pass the number of minors when unregistering MSR and
16643 CPUID drivers.
16644 * Linux 2.6.32.7
16645 * scsi_lib: Fix bug in completion of bidi commands
16646 * mptsas: Fix issue with chain pools allocation on katmai
16647 * mm: add new 'read_cache_page_gfp()' helper function
16648 * drm/i915: Selectively enable self-reclaim
16649 * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems
16650 * S390: fix single stepped svcs with TRACE_IRQFLAGS=y
16651 * x86: Set hotpluggable nodes in nodes_possible_map
16652 * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)
16653 * libata: retry FS IOs even if it has failed with AC_ERR_INVALID
16654 * zcrypt: Do not remove coprocessor for error 8/72
16655 * dasd: fix possible NULL pointer errors
16656 * ACPI: Add a generic API for _OSC -v2
16657 * ACPI: Add platform-wide _OSC support.
16658 * ACPI: fix OSC regression that caused aer and pciehp not to load
16659 * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes
16660 * UBI: fix volume creation input checking
16661 * e1000/e1000e: don't use small hardware rx buffers
16662 * drm/i915: Reload hangcheck timer too for Ironlake
16663 * Fix a leak in affs_fill_super()
16664 * Fix failure exits in bfs_fill_super()
16665 * fix oops in fs/9p late mount failure
16666 * fix leak in romfs_fill_super()
16667 * Fix remount races with symlink handling in affs
16668 * fix affs parse_options()
16669 * Fix failure exit in ipathfs
16670 * mm: fix migratetype bug which slowed swapping
16671 * FDPIC: Respect PT_GNU_STACK exec protection markings when creating
16672 NOMMU stack
16673 * Split 'flush_old_exec' into two functions
16674 * sparc: TIF_ABI_PENDING bit removal
16675 * x86: get rid of the insane TIF_ABI_PENDING bit
16676 * Input: winbond-cir - remove dmesg spam
16677 * x86: Disable HPET MSI on ATI SB700/SB800
16678 * iwlwifi: set default aggregation frame count limit to 31
16679 * drm/i915: only enable hotplug for detected outputs
16680 * firewire: core: add_descriptor size check
16681 * SECURITY: selinux, fix update_rlimit_cpu parameter
16682 * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints
16683 * x86: Add Dell OptiPlex 760 reboot quirk
16684 - LP: #488319
16685 * x86: Add quirk for Intel DG45FC board to avoid low memory corruption
16686 * x86/amd-iommu: Fix possible integer overflow
16687 * clocksource: fix compilation if no GENERIC_TIME
16688 * tcp: update the netstamp_needed counter when cloning sockets
16689 * sky2: Fix oops in sky2_xmit_frame() after TX timeout
16690 * net: restore ip source validation
16691 * af_packet: Don't use skb after dev_queue_xmit()
16692 * ax25: netrom: rose: Fix timer oopses
16693 * KVM: allow userspace to adjust kvmclock offset
16694 * oprofile/x86: add Xeon 7500 series support
16695 * oprofile/x86: fix crash when profiling more than 28 events
16696 * libata: retry link resume if necessary
16697 * mm: percpu-vmap fix RCU list walking
16698 * mm: purge fragmented percpu vmap blocks
16699 * block: fix bio_add_page for non trivial merge_bvec_fn case
16700 * Fix 'flush_old_exec()/setup_new_exec()' split
16701 * random: drop weird m_time/a_time manipulation
16702 * random: Remove unused inode variable
16703 * block: fix bugs in bio-integrity mempool usage
16704 * usb: r8a66597-hdc disable interrupts fix
16705 * connector: Delete buggy notification code.
16706 * be2net: Bug fix to support newer generation of BE ASIC
16707 * be2net: Fix memset() arg ordering.
16708 * mm: flush dcache before writing into page to avoid alias
16709 * mac80211: fix NULL pointer dereference when ftrace is enabled
16710 * imxfb: correct location of callbacks in suspend and resume
16711 * mx3fb: some debug and initialisation fixes
16712 * starfire: clean up properly if firmware loading fails
16713 * kernel/cred.c: use kmem_cache_free
16714 * uartlite: fix crash when using as console
16715 * pktcdvd: removing device does not remove its sysfs dir
16716 * ath9k: fix eeprom INI values override for 2GHz-only cards
16717 * ath9k: fix beacon slot/buffer leak
16718 * powerpc: TIF_ABI_PENDING bit removal
16719 * NET: fix oops at bootime in sysctl code
16720 * Linux 2.6.32.8
16721
16722 -- Andy Whitcroft <apw@canonical.com> Wed, 10 Feb 2010 18:56:52 +0000
16723
16724 linux (2.6.32-12.17) lucid; urgency=low
16725
16726 [ Andy Whitcroft ]
16727
16728 * restore linux-image prefix -- master
16729 * enforce -- we require SELINUX enabled -- master
16730 * enforce -- ensure APPARMOR is our default LSM -- master
16731 * make doc package completely optional -- master
16732 * make source package completely optional -- master
16733 * make linux-libc-dev completly optional -- master
16734 * convert package disable to a deps list -- master
16735 * allow common headers to switch from indep to arch -- master
16736 * convert binary package disable to a deps list -- master
16737 * add configuration option for a full source build tree -- master
16738 * add support for uImage kernels in package control scripts
16739 * getabis -- cleanup and parameterise repository list -- master
16740 * getabis -- move configuration to etc/getabi -- master
16741 * kernelconfig -- move configuration to etc -- master
16742 * rules -- make debian/debian.env master for branch name
16743 * set the current branch name -- master
16744 * pull back common debian.master files into debian -- master
16745 * enforcer -- make the enforcement configuration common
16746 * insert-changes -- correctly link to debian/rules in DROOT
16747
16748 [ Colin Watson ]
16749
16750 * future-proof ddeb handling against buildd changes
16751
16752 [ Eric Miao ]
16753
16754 * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on
16755 X86
16756
16757 [ Loïc Minier ]
16758
16759 * Add modules.builtin.bin to prerm rm list
16760 - LP: #516584
16761
16762 [ Tim Gardner ]
16763
16764 * [Config] Implement the amd64 preempt flavour
16765
16766 [ Upstream Kernel Changes ]
16767
16768 * syslog: distinguish between /proc/kmsg and syscalls
16769 - LP: #515623
16770 * sfc: Fix polling for slow MCDI operations
16771 * sfc: Fix conditions for MDIO self-test
16772 * sfc: QT202x: Remove unreliable MMD check at initialisation
16773 * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer
16774 * sfc: Use fixed-size buffers for MCDI NVRAM requests
16775
16776 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2010 07:09:31 +0000
16777
16778 linux (2.6.32-12.16) lucid; urgency=low
16779
16780 [ Andy Whitcroft ]
16781
16782 * Revert "SAUCE: acpi battery -- delay first lookup of the battery until
16783 first use"
16784 * SAUCE: acpi battery -- move first lookup asynchronous
16785 - LP: #507211
16786 * [Config] update configs to cleanup generic configs
16787 * [Config] disable CONFIG_X86_CPU_DEBUG for amd64
16788 * [Config] enable USER_NS
16789 - LP: #480739, #509808
16790
16791 [ Heiko Carstens ]
16792
16793 * (pre-stable) driver-core: fix devtmpfs crash on s390
16794 - LP: #512370
16795
16796 [ John Johansen ]
16797
16798 * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y
16799 - LP: #494565
16800 * [Config] VIRTIO=y for server/virtual flavours
16801 - LP: #494565
16802
16803 [ Kay Sievers ]
16804
16805 * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755
16806 - LP: #512370
16807
16808 [ Kees Cook ]
16809
16810 * SAUCE: x86: brk away from exec rand area
16811 - LP: #452175
16812
16813 [ Leann Ogasawara ]
16814
16815 * [Upstream] e1000: enhance frame fragment detection
16816 - CVE-2009-4536
16817 * [Upstream] e1000e: enhance frame fragment detection
16818 - CVE-2009-4538
16819
16820 [ Sebastian Kapfer ]
16821
16822 * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00
16823 series)
16824 - LP: #296610
16825
16826 [ Upstream Kernel Changes ]
16827
16828 * inotify: do not reuse watch descriptors
16829 - LP: #485556
16830 * inotify: only warn once for inotify problems
16831 * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC
16832 Framebuffer"
16833 * memcg: ensure list is empty at rmdir
16834 * drm/i915: remove loop in Ironlake interrupt handler
16835 * block: Fix incorrect reporting of partition alignment
16836 * x86, mce: Thermal monitoring depends on APIC being enabled
16837 * futexes: Remove rw parameter from get_futex_key()
16838 * page allocator: update NR_FREE_PAGES only when necessary
16839 * x86, apic: use physical mode for IBM summit platforms
16840 * edac: i5000_edac critical fix panic out of bounds
16841 * x86: SGI UV: Fix mapping of MMIO registers
16842 * mfd: WM835x GPIO direction register is not locked
16843 * mfd: Correct WM835x ISINK ramp time defines
16844 * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs
16845 * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned.
16846 * reiserfs: truncate blocks not used by a write
16847 * HID: add device IDs for new model of Apple Wireless Keyboard
16848 * PCI/cardbus: Add a fixup hook and fix powerpc
16849 * Input: pmouse - move Sentelic probe down the list
16850 * asus-laptop: add Lenovo SL hotkey support
16851 * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
16852 * sparc64: Fix NMI programming when perf events are active.
16853 * sparc64: Fix Niagara2 perf event handling.
16854 * i2c: Do not use device name after device_unregister
16855 * i2c/pca: Don't use *_interruptible
16856 * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device
16857 * sched: Fix task priority bug
16858 * vfs: Fix vmtruncate() regression
16859 * Linux 2.6.32.5
16860 * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
16861 * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges.
16862 * Staging: asus_oled: fix oops in 2.6.32.2
16863 * Staging: hv: fix smp problems in the hyperv core code
16864 * tty: fix race in tty_fasync
16865 * ecryptfs: use after free
16866 * ecryptfs: initialize private persistent file before dereferencing
16867 pointer
16868 * nozomi: quick fix for the close/close bug
16869 * serial: 8250_pnp: use wildcard for serial Wacom tablets
16870 * usb: serial: fix memory leak in generic driver
16871 * USB: fix bitmask merge error
16872 * USB: Don't use GFP_KERNEL while we cannot reset a storage device
16873 * USB: EHCI: fix handling of unusual interrupt intervals
16874 * USB: EHCI & UHCI: fix race between root-hub suspend and port resume
16875 * USB: add missing delay during remote wakeup
16876 * USB: add speed values for USB 3.0 and wireless controllers
16877 * ACPI: EC: Accelerate query execution
16878 * ACPI: EC: Add wait for irq storm
16879 * SCSI: enclosure: fix oops while iterating enclosure_status array
16880 * drm/i915: Read the response after issuing DDC bus switch command
16881 * drm/i915: try another possible DDC bus for the SDVO device with
16882 multiple outputs
16883 * block: bdev_stack_limits wrapper
16884 * DM: Fix device mapper topology stacking
16885 * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled
16886 * USB: fix usbstorage for 2770:915d delivers no FAT
16887 * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE
16888 * perf timechart: Use tid not pid for COMM change
16889 * perf events: Dont report side-band events on each cpu for
16890 per-task-per-cpu events
16891 * perf: Honour event state for aux stream data
16892 * Linux 2.6.32.6
16893
16894 -- Andy Whitcroft <apw@canonical.com> Wed, 27 Jan 2010 16:40:23 +0000
16895
16896 linux (2.6.32-11.15) lucid; urgency=low
16897
16898 [ Andy Whitcroft ]
16899
16900 * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600"
16901 * Revert "(pre-stable) sched: Fix balance vs hotplug race"
16902 * Revert "[Upstream] acerhdf: Limit modalias matching to supported
16903 boards"
16904 * Revert "[Upstream] mmc: prevent dangling block device from accessing
16905 stale queues"
16906 * Revert "SAUCE: Fix nx_enable reporting"
16907 * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation"
16908 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
16909 * SAUCE: i915 -- disable powersave by default
16910 - LP: #492392
16911
16912 [ Kees Cook ]
16913
16914 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
16915 - LP: #369978
16916 * SAUCE: [x86] fix report of cs-limit nx-emulation
16917 - LP: #454285
16918 * SAUCE: Fix nx_enable reporting
16919 - LP: #454285
16920
16921 [ Tim Gardner ]
16922
16923 * [Upstream] b43: Declare all possible firmware files.
16924 - LP: #488636
16925 * [Config] updateconfigs after adding pvscsi
16926 - LP: #497156
16927 * [Config] CONFIG_BT=m
16928
16929 [ Upstream Kernel Changes ]
16930
16931 * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu
16932 for pre-Pentium"
16933 * SCSI: ipr: fix EEH recovery
16934 * SCSI: qla2xxx: dpc thread can execute before scsi host has been added
16935 * SCSI: st: fix mdata->page_order handling
16936 * SCSI: fc class: fix fc_transport_init error handling
16937 * sched: Fix task_hot() test order
16938 * x86, cpuid: Add "volatile" to asm in native_cpuid()
16939 * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
16940 * clockevents: Prevent clockevent_devices list corruption on cpu hotplug
16941 * pata_hpt3x2n: fix clock turnaround
16942 * pata_cmd64x: fix overclocking of UDMA0-2 modes
16943 * ASoC: wm8974: fix a wrong bit definition
16944 * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer
16945 * ALSA: hda - Fix missing capsrc_nids for ALC88x
16946 * acerhdf: limit modalias matching to supported
16947 - LP: #435958
16948 * ACPI: EC: Fix MSI DMI detection
16949 * ACPI: Use the return result of ACPI lid notifier chain correctly
16950 * powerpc: Handle VSX alignment faults correctly in little-endian mode
16951 * ASoC: Do not write to invalid registers on the wm9712.
16952 * drm/radeon: fix build on 64-bit with some compilers.
16953 * USB: emi62: fix crash when trying to load EMI 6|2 firmware
16954 * USB: option: support hi speed for modem Haier CE100
16955 * USB: Fix a bug on appledisplay.c regarding signedness
16956 * USB: musb: gadget_ep0: avoid SetupEnd interrupt
16957 * Bluetooth: Prevent ill-timed autosuspend in USB driver
16958 * USB: rename usb_configure_device
16959 * USB: fix bugs in usb_(de)authorize_device
16960 * drivers/net/usb: Correct code taking the size of a pointer
16961 * x86: SGI UV: Fix writes to led registers on remote uv hubs
16962 * md: Fix unfortunate interaction with evms
16963 * dma: at_hdmac: correct incompatible type for argument 1 of
16964 'spin_lock_bh'
16965 * dma-debug: Do not add notifier when dma debugging is disabled.
16966 * dma-debug: Fix bug causing build warning
16967 * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS
16968 referrals
16969 * x86/amd-iommu: Fix initialization failure panic
16970 * ioat3: fix p-disabled q-continuation
16971 * ioat2,3: put channel hardware in known state at init
16972 * KVM: MMU: remove prefault from invlpg handler
16973 * KVM: LAPIC: make sure IRR bitmap is scanned after vm load
16974 * Libertas: fix buffer overflow in lbs_get_essid()
16975 * iwmc3200wifi: fix array out-of-boundary access
16976 * mac80211: fix propagation of failed hardware reconfigurations
16977 * mac80211: fix WMM AP settings application
16978 * mac80211: Fix IBSS merge
16979 * cfg80211: fix race between deauth and assoc response
16980 * ath5k: fix SWI calibration interrupt storm
16981 * ath9k: wake hardware for interface IBSS/AP/Mesh removal
16982 * ath9k: Fix TX queue draining
16983 * ath9k: fix missed error codes in the tx status check
16984 * ath9k: wake hardware during AMPDU TX actions
16985 * ath9k: fix suspend by waking device prior to stop
16986 * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on
16987 64-bit
16988 * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value
16989 in 0x4054
16990 * iwl3945: disable power save
16991 * iwl3945: fix panic in iwl3945 driver
16992 * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug
16993 * iwlwifi: fix more eeprom endian bugs
16994 * iwlwifi: fix 40MHz operation setting on cards that do not allow it
16995 * mac80211: fix race with suspend and dynamic_ps_disable_work
16996 * NOMMU: Optimise away the {dac_,}mmap_min_addr tests
16997 * 'sysctl_max_map_count' should be non-negative
16998 * kernel/sysctl.c: fix the incomplete part of
16999 sysctl_max_map_count-should-be-non-negative.patch
17000 * V4L/DVB (13596): ov511.c typo: lock => unlock
17001 * x86/ptrace: make genregs[32]_get/set more robust
17002 * memcg: avoid oom-killing innocent task in case of use_hierarchy
17003 * e100: Fix broken cbs accounting due to missing memset.
17004 * ipv6: reassembly: use seperate reassembly queues for conntrack and
17005 local delivery
17006 * netfilter: fix crashes in bridge netfilter caused by fragment jumps
17007 * hwmon: (sht15) Off-by-one error in array index + incorrect constants
17008 * b43: avoid PPC fault during resume
17009 * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture
17010 support
17011 * sched: Fix balance vs hotplug race
17012 * drm/radeon/kms: fix crtc vblank update for r600
17013 * drm: disable all the possible outputs/crtcs before entering KMS mode
17014 * S390: dasd: support DIAG access for read-only devices
17015 * xen: fix is_disconnected_device/exists_disconnected_device
17016 * xen: improvement to wait_for_devices()
17017 * xen: wait up to 5 minutes for device connetion
17018 * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled
17019 * udf: Try harder when looking for VAT inode
17020 * Add unlocked version of inode_add_bytes() function
17021 * quota: decouple fs reserved space from quota reservation
17022 * ext4: Convert to generic reserved quota's space management.
17023 * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
17024 * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus
17025 * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
17026 * amd64_edac: unify MCGCTL ECC switching
17027 * x86, msr: Add support for non-contiguous cpumasks
17028 * x86, msr: msrs_alloc/free for CONFIG_SMP=n
17029 * amd64_edac: fix driver instance freeing
17030 * amd64_edac: make driver loading more robust
17031 * amd64_edac: fix forcing module load/unload
17032 * sched: Sched_rt_periodic_timer vs cpu hotplug
17033 * ext4: Update documentation to correct the inode_readahead_blks option
17034 name
17035 * lguest: fix bug in setting guest GDT entry
17036 * vmscan: do not evict inactive pages when skipping an active list scan
17037 * ksm: fix mlockfreed to munlocked
17038 * rt2x00: Disable powersaving for rt61pci and rt2800pci.
17039 * generic_permission: MAY_OPEN is not write access
17040 * Linux 2.6.32.3
17041 * untangle the do_mremap() mess
17042 * fasync: split 'fasync_helper()' into separate add/remove functions
17043 * ASoC: fix params_rate() macro use in several codecs
17044 * modules: Skip empty sections when exporting section notes
17045 * exofs: simple_write_end does not mark_inode_dirty
17046 * nfsd: make sure data is on disk before calling ->fsync
17047 * sunrpc: fix peername failed on closed listener
17048 * SUNRPC: Fix up an error return value in
17049 gss_import_sec_context_kerberos()
17050 * SUNRPC: Fix the return value in gss_import_sec_context()
17051 * sunrpc: on successful gss error pipe write, don't return error
17052 * drm/i915: Update LVDS connector status when receiving ACPI LID event
17053 * drm/i915: fix order of fence release wrt flushing
17054 * drm/i915: Permit pinning whilst the device is 'suspended'
17055 * drm: remove address mask param for drm_pci_alloc()
17056 * drm/i915: Enable/disable the dithering for LVDS based on VBT setting
17057 * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in
17058 pipeconf on Ironlake
17059 * drm/i915: Select the correct BPC for LVDS on Ironlake
17060 * drm/i915: fix unused var
17061 * rtc_cmos: convert shutdown to new pnp_driver->shutdown
17062 * drivers/cpuidle/governors/menu.c: fix undefined reference to
17063 `__udivdi3'
17064 * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()
17065 * lib/rational.c needs module.h
17066 * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with
17067 DMA_FROM_DEVICE and
17068 * kernel/signal.c: fix kernel information leak with print-fatal-signals=1
17069 * mmc_block: add dev_t initialization check
17070 * mmc_block: fix probe error cleanup bug
17071 * mmc_block: fix queue cleanup
17072 * ALSA: hda - Fix ALC861-VD capture source mixer
17073 * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense
17074 blacklist
17075 * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2
17076 - LP: #498863
17077 * ASoC: Fix WM8350 DSP mode B configuration
17078 * netfilter: ebtables: enforce CAP_NET_ADMIN
17079 * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()
17080 * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs
17081 * hwmon: (adt7462) Fix pin 28 monitoring
17082 * quota: Fix dquot_transfer for filesystems different from ext4
17083 * xen: fix hang on suspend.
17084 * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr
17085 * ath5k: Fix eeprom checksum check for custom sized eeproms
17086 * cfg80211: fix syntax error on user regulatory hints
17087 * iwl: off by one bug
17088 * mac80211: add missing sanity checks for action frames
17089 * drm/i915: remove render reclock support
17090 * libertas: Remove carrier signaling from the scan code
17091 * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr
17092 * mac80211: fix skb buffering issue (and fixes to that)
17093 * fix braindamage in audit_tree.c untag_chunk()
17094 * fix more leaks in audit_tree.c tag_chunk()
17095 * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y
17096 * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().
17097 * agp/intel-agp: Clear entire GTT on startup
17098 * Linux 2.6.32.4
17099 * ethtool: Add reset operation
17100 * gro: Name the GRO result enumeration type
17101 * gro: Change all receive functions to return GRO result codes
17102 * sfc: 10Xpress: Initialise pause advertising flags
17103 * sfc: 10Xpress: Report support for pause frames
17104 * sfc: Remove redundant header gmii.h
17105 * sfc: Remove redundant hardware initialisation
17106 * sfc: Rename Falcon-specific board code and types
17107 * sfc: Remove boards.h, moving last remaining declaration to falcon.h
17108 * sfc: Remove versioned bitfield macros
17109 * sfc: Move RX data FIFO thresholds out of struct efx_nic_type
17110 * sfc: Update hardware definitions for Siena
17111 * sfc: Rename register I/O header and functions used by both Falcon and
17112 Siena
17113 * sfc: Eliminate indirect lookups of queue size constants
17114 * sfc: Define DMA address mask explicitly in terms of descriptor field
17115 width
17116 * sfc: Move all TX DMA length limiting into tx.c
17117 * sfc: Change order of device removal to reverse of probe order
17118 * sfc: Remove declarations of nonexistent functions
17119 * sfc: Move efx_xmit_done() declaration into correct stanza
17120 * sfc: Move shared members of struct falcon_nic_data into struct efx_nic
17121 * sfc: Maintain interrupt moderation values in ticks, not microseconds
17122 * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
17123 * sfc: Remove pointless abstraction of memory BAR number
17124 * sfc: Remove incorrect assertion from efx_pci_remove_main()
17125 * sfc: Remove unnecessary tests of efx->membase
17126 * sfc: Move MTD probe after netdev registration and name allocation
17127 * sfc: Remove unused code for non-autoneg speed/duplex switching
17128 * sfc: Rename 'xfp' file and functions to reflect reality
17129 * sfc: Really allow RX checksum offload to be disabled
17130 * sfc: Feed GRO result into RX allocation policy and interrupt moderation
17131 * sfc: Enable heuristic selection between page and skb RX buffers
17132 * sfc: Remove pointless abstraction of memory BAR number (2)
17133 * sfc: Remove redundant gotos from __efx_rx_packet()
17134 * sfc: Remove ridiculously paranoid assertions
17135 * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()
17136 * sfc: Record RX queue number on GRO path
17137 * sfc: SFT9001: Reset LED configuration correctly after blinking
17138 * sfc: Use a single blink implementation
17139 * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
17140 * sfc: Make board information explicitly Falcon-specific
17141 * sfc: Move definition of struct falcon_nic_data into falcon.h
17142 * sfc: Move struct falcon_board into struct falcon_nic_data
17143 * sfc: Move all I2C stuff into struct falcon_board
17144 * sfc: Gather link state fields in struct efx_nic into new struct
17145 efx_link_state
17146 * sfc: Remove unnecessary casts to struct sk_buff *
17147 * sfc: Remove redundant efx_xmit() function
17148 * sfc: Combine high-level header files
17149 * sfc: Log interrupt and reset type names, not numbers
17150 * sfc: Fix descriptor cache sizes
17151 * sfc: Treat all MAC registers as 128-bit
17152 * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED
17153 * sfc: Comment corrections
17154 * sfc: Remove unused constant
17155 * sfc: Clean up struct falcon_board and struct falcon_board_data
17156 * sfc: Fix bugs in RX queue flushing
17157 * sfc: Remove unused function efx_flush_queues()
17158 * sfc: Only switch Falcon MAC clocks as necessary
17159 * sfc: Hold MAC lock for longer in efx_init_port()
17160 * sfc: Split MAC stats DMA initiation and completion
17161 * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c
17162 * sfc: Simplify XMAC link polling
17163 * sfc: Change MAC promiscuity and multicast hash at the same time
17164 * sfc: Move inline comment into kernel-doc
17165 * sfc: Do not set net_device::trans_start in self-test
17166 * sfc: Simplify PHY polling
17167 * sfc: QT202x: Reset before reading PHY id
17168 * sfc: Replace MDIO spinlock with mutex
17169 * sfc: Always start Falcon using the XMAC
17170 * sfc: Limit some hardware workarounds to Falcon
17171 * sfc: Remove EFX_WORKAROUND_9141 macro
17172 * sfc: Remove another unused workaround macro
17173 * sfc: Remove some redundant whitespace
17174 * sfc: Decouple NIC revision number from Falcon PCI revision number
17175 * sfc: Move descriptor cache base addresses to struct efx_nic_type
17176 * sfc: Clean up RX event handling
17177 * sfc: Remove redundant writes to INT_ADR_KER
17178 * sfc: Remove duplicate hardware structure definitions
17179 * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO
17180 * sfc: Move Falcon NIC operations to efx_nic_type
17181 * sfc: Refactor link configuration
17182 * sfc: Generalise link state monitoring
17183 * sfc: Add power-management and wake-on-LAN support
17184 * sfc: Implement ethtool reset operation
17185 * sfc: Add efx_nic_type operation for register self-test
17186 * sfc: Add efx_nic_type operation for NVRAM self-test
17187 * sfc: Add efx_nic_type operation for identity LED control
17188 * sfc: Separate shared NIC code from Falcon-specific and rename
17189 accordingly
17190 * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()
17191 * sfc: Extend loopback mode enumeration
17192 * sfc: Remove static PHY data and enumerations
17193 * sfc: Extend MTD driver for use with new NICs
17194 * sfc: Allow for additional checksum offload features
17195 * sfc: Rename falcon.h to nic.h
17196 * sfc: Move shared NIC code from falcon.c to new source file nic.c
17197 * sfc: Add firmware protocol definitions (MCDI)
17198 * sfc: Add support for SFC9000 family (1)
17199 * sfc: Add support for SFC9000 family (2)
17200 * sfc: Implement TSO for TCP/IPv6
17201 * sfc: Update version, copyright dates, authors
17202 * drivers/net/sfc: Correct code taking the size of a pointer
17203 * sfc: Move PHY software state initialisation from init() into probe()
17204 * sfc: Include XGXS in XMAC link status check except in XGMII loopback
17205 * sfc: Fix DMA mapping cleanup in case of an error in TSO
17206 * sfc: QT2025C: Work around PHY bug
17207 * sfc: QT2025C: Switch into self-configure mode when not in loopback
17208 * sfc: QT2025C: Work around PHY firmware initialisation bug
17209 * sfc: QT2025C: Add error message for suspected bad SFP+ cables
17210 * sfc: Disable TX descriptor prefetch watchdog
17211 * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.
17212 - LP: #497156
17213
17214 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Jan 2010 16:12:47 +0000
17215
17216 linux (2.6.32-10.14) lucid; urgency=low
17217
17218 [ Alex Deucher ]
17219
17220 * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx
17221 - LP: #493795
17222
17223 [ Andy Whitcroft ]
17224
17225 * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model
17226 id is less than 0x0f."
17227 * config-check -- ensure the checks get run at build time
17228 * config-check -- check the processed config during updateconfigs
17229 * config-check -- CONFIG_SECCOMP may not be present
17230 * TUN is now built in ignore
17231 * SAUCE: acpi battery -- delay first lookup of the battery until first
17232 use
17233 * SAUCE: async_populate_rootfs: move rootfs init earlier
17234 * ubuntu: AppArmor -- update to mainline 2010-01-06
17235 * SAUCE: move RLIMIT_CORE pipe dumper marker to 1
17236 - LP: #498525
17237
17238 [ Dave Airlie ]
17239
17240 * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600
17241
17242 [ Leann Ogasawara ]
17243
17244 * Add asix to nic-usb-modules file
17245 - LP: #499785
17246
17247 [ Peter Zijlstra ]
17248
17249 * (pre-stable) sched: Fix balance vs hotplug race
17250
17251 [ Tim Gardner ]
17252
17253 * [Config] Enable CONFIG_FUNCTION_TRACER
17254 - LP: #497989
17255 * [Config] Drop lpia from getabis
17256 * [Config] Build in TUN/TAP driver
17257 - LP: #499491
17258 * [Config] DH_COMPAT=5
17259
17260 [ Upstream Kernel Changes ]
17261
17262 * Revert "(pre-stable) drm/i915: Avoid NULL dereference with
17263 component_only tv_modes"
17264 * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is
17265 turned off"
17266 * USB: usb-storage: fix bug in fill_inquiry
17267 * USB: option: add pid for ZTE
17268 * firewire: ohci: handle receive packets with a data length of zero
17269 * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling
17270 of ->completed counter
17271 * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed
17272 counter
17273 * rcu: Fix note_new_gpnum() uses of ->gpnum
17274 * rcu: Remove inline from forward-referenced functions
17275 * perf_event: Fix invalid type in ioctl definition
17276 * perf_event: Initialize data.period in perf_swevent_hrtimer()
17277 * perf: Don't free perf_mmap_data until work has been done
17278 * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()
17279 * sched: Check for an idle shared cache in select_task_rq_fair()
17280 * sched: Fix affinity logic in select_task_rq_fair()
17281 * sched: Rate-limit newidle
17282 * sched: Fix and clean up rate-limit newidle code
17283 * x86/amd-iommu: attach devices to pre-allocated domains early
17284 * x86/amd-iommu: un__init iommu_setup_msi
17285 * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking
17286 up the PCI tree
17287 * x86: Fix iommu=nodac parameter handling
17288 * x86: GART: pci-gart_64.c: Use correct length in strncmp
17289 * x86: ASUS P4S800 reboot=bios quirk
17290 - LP: #366682
17291 * x86, apic: Enable lapic nmi watchdog on AMD Family 11h
17292 * ssb: Fix range check in sprom write
17293 * ath5k: allow setting txpower to 0
17294 * ath5k: enable EEPROM checksum check
17295 * hrtimer: Fix /proc/timer_list regression
17296 * ALSA: hrtimer - Fix lock-up
17297 * ALSA: hda - Terradici HDA controllers does not support 64-bit mode
17298 * KVM: x86 emulator: limit instructions to 15 bytes
17299 * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c
17300 * KVM: s390: Make psw available on all exits, not just a subset
17301 * KVM: fix irq_source_id size verification
17302 * KVM: x86: include pvclock MSRs in msrs_to_save
17303 * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage
17304 * x86: Use -maccumulate-outgoing-args for sane mcount prologues
17305 * x86, mce: don't restart timer if disabled
17306 * x86/mce: Set up timer unconditionally
17307 * x86: SGI UV: Fix BAU initialization
17308 * x86: Fix duplicated UV BAU interrupt vector
17309 * x86: Add new Intel CPU cache size descriptors
17310 * x86: Fix typo in Intel CPU cache size descriptor
17311 * pata_hpt{37x|3x2n}: fix timing register masks (take 2)
17312 * s390: clear high-order bits of registers after sam64
17313 * V4L/DVB: Fix test in copy_reg_bits()
17314 * bsdacct: fix uid/gid misreporting
17315 * UBI: flush wl before clearing update marker
17316 * jbd2: don't wipe the journal on a failed journal checksum
17317 * USB: xhci: Add correct email and files to MAINTAINERS entry.
17318 * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again
17319 * USB: option.c: add support for D-Link DWM-162-U5
17320 * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
17321 * USB: usb-storage: add BAD_SENSE flag
17322 * USB: Close usb_find_interface race v3
17323 * pxa/em-x270: fix usb hub power up/reset sequence
17324 * hfs: fix a potential buffer overflow
17325 * SUNRPC: IS_ERR/PTR_ERR confusion
17326 * NFS: Fix nfs_migrate_page()
17327 * md/bitmap: protect against bitmap removal while being updated.
17328 * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable
17329 * devpts_get_tty() should validate inode
17330 * debugfs: fix create mutex racy fops and private data
17331 * Driver core: fix race in dev_driver_string
17332 * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN
17333 * mac80211: Fix bug in computing crc over dynamic IEs in beacon
17334 * mac80211: Fixed bug in mesh portal paths
17335 * mac80211: Revert 'Use correct sign for mesh active path refresh'
17336 * mac80211: fix scan abort sanity checks
17337 * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC
17338 * rtl8187: Fix wrong rfkill switch mask for some models
17339 * x86: Fix bogus warning in apic_noop.apic_write()
17340 * mm: hugetlb: fix hugepage memory leak in mincore()
17341 * mm: hugetlb: fix hugepage memory leak in walk_page_range()
17342 * powerpc/windfarm: Add detection for second cpu pump
17343 * powerpc/therm_adt746x: Record pwm invert bit at module load time]
17344 * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
17345 * drm/radeon/kms: Add quirk for HIS X1300 board
17346 * drm/radeon/kms: handle vblanks properly with dpms on
17347 * drm/radeon/kms: fix legacy crtc2 dpms
17348 * drm/radeon/kms: fix vram setup on rs600
17349 * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size
17350 * drm/ttm: Fix build failure due to missing struct page
17351 * drm/i915: Set the error code after failing to insert new offset into mm
17352 ht.
17353 * drm/i915: Add the missing clonemask for display port on Ironlake
17354 * xen/xenbus: make DEVICE_ATTR()s static
17355 * xen: re-register runstate area earlier on resume.
17356 * xen: restore runstate_info even if !have_vcpu_info_placement
17357 * xen: correctly restore pfn_to_mfn_list_list after resume
17358 * xen: register timer interrupt with IRQF_TIMER
17359 * xen: register runstate on secondary CPUs
17360 * xen: don't call dpm_resume_noirq() with interrupts disabled.
17361 * xen: register runstate info for boot CPU early
17362 * xen: call clock resume notifier on all CPUs
17363 * xen: improve error handling in do_suspend.
17364 * xen: don't leak IRQs over suspend/resume.
17365 * xen: use iret for return from 64b kernel to 32b usermode
17366 * xen: explicitly create/destroy stop_machine workqueues outside
17367 suspend/resume region.
17368 * Xen balloon: fix totalram_pages counting.
17369 * xen: try harder to balloon up under memory pressure.
17370 * dm exception store: free tmp_store on persistent flag error
17371 * dm snapshot: only take lock for statustype info not table
17372 * dm crypt: move private iv fields to structs
17373 * dm crypt: restructure essiv error path
17374 * dm: avoid _hash_lock deadlock
17375 * dm snapshot: cope with chunk size larger than origin
17376 * dm crypt: separate essiv allocation from initialisation
17377 * dm crypt: make wipe message also wipe essiv key
17378 * slc90e66: fix UDMA handling
17379 * tcp: Stalling connections: Fix timeout calculation routine
17380 * ip_fragment: also adjust skb->truesize for packets not owned by a
17381 socket
17382 * b44 WOL setup: one-bit-off stack corruption kernel panic fix
17383 * sparc64: Don't specify IRQF_SHARED for LDC interrupts.
17384 * sparc64: Fix overly strict range type matching for PCI devices.
17385 * sparc64: Fix stack debugging IRQ stack regression.
17386 * sparc: Set UTS_MACHINE correctly.
17387 * b43legacy: avoid PPC fault during resume
17388 * tracing: Fix event format export
17389 * ath9k: Fix TX hang poll routine
17390 * ath9k: fix processing of TX PS null data frames
17391 * ath9k: Fix maximum tx fifo settings for single stream devices
17392 * ath9k: fix tx status reporting
17393 * mac80211: Fix dynamic power save for scanning.
17394 * drm/i915: Fix sync to vblank when VGA output is turned off
17395 * memcg: fix memory.memsw.usage_in_bytes for root cgroup
17396 * thinkpad-acpi: fix default brightness_mode for R50e/R51
17397 * thinkpad-acpi: preserve rfkill state across suspend/resume
17398 * ipw2100: fix rebooting hang with driver loaded
17399 * matroxfb: fix problems with display stability
17400 * acerhdf: add new BIOS versions
17401 * asus-laptop: change light sens default values.
17402 * vmalloc: conditionalize build of pcpu_get_vm_areas()
17403 * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.
17404 * net: Fix userspace RTM_NEWLINK notifications.
17405 * ext3: Fix data / filesystem corruption when write fails to copy data
17406 * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added.
17407 * bcm63xx_enet: fix compilation failure after get_stats_count removal
17408 * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value
17409 * drm/i915: Avoid NULL dereference with component_only tv_modes
17410 * drm/i915: PineView only has LVDS and CRT ports
17411 * drm/i915: Fix LVDS stability issue on Ironlake
17412 * mm: sigbus instead of abusing oom
17413 * ipvs: zero usvc and udest
17414 * jffs2: Fix long-standing bug with symlink garbage collection.
17415 * intel-iommu: Detect DMAR in hyperspace at probe time.
17416 * intel-iommu: Apply BIOS sanity checks for interrupt remapping too.
17417 * intel-iommu: Check for an RMRR which ends before it starts.
17418 * intel-iommu: Fix oops with intel_iommu=igfx_off
17419 * intel-iommu: ignore page table validation in pass through mode
17420 * netfilter: xtables: document minimal required version
17421 * perf_event: Fix incorrect range check on cpu number
17422 * implement early_io{re,un}map for ia64
17423 * Linux 2.6.32.2
17424
17425 -- Andy Whitcroft <apw@canonical.com> Thu, 07 Jan 2010 15:28:43 +0000
17426
17427 linux (2.6.32-9.13) lucid; urgency=low
17428
17429 [ Andy Whitcroft ]
17430
17431 * [Config] enable CONFIG_B43_PHY_LP
17432 - LP: #493059
17433 * include modules.builtin in the binary debs
17434 * config-check -- add a configuration enforcer
17435 * config-check -- add a unit-test suite to the checker
17436 * [Config] Enable CONFIG_SYN_COOKIES for versatile
17437 * [Config] Enable CONFIG_SECURITY_SMACK for ports
17438 * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports
17439 * [Config] Disable CONFIG_COMPAT_BRK for ports
17440 * getabis -- add armel versatile to the list
17441
17442 [ Brad Figg ]
17443
17444 * SAUCE: Increase the default prealloc buffer for HDA audio devices
17445 (non-modem)
17446
17447 [ Manoj Iyer ]
17448
17449 * ubuntu: onmibook -- Added missing BOM file
17450
17451 [ Tim Gardner ]
17452
17453 * ubuntu: fsam7400 -- Cleanup Makefile
17454
17455 [ Upstream Kernel Changes ]
17456
17457 * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT"
17458 * signal: Fix alternate signal stack check
17459 * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects
17460 * SCSI: osd_protocol.h: Add missing #include
17461 * SCSI: megaraid_sas: fix 64 bit sense pointer truncation
17462 * ext4: fix potential buffer head leak when add_dirent_to_buf() returns
17463 ENOSPC
17464 * ext4: avoid divide by zero when trying to mount a corrupted file system
17465 * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
17466 * ext4: fix lock order problem in ext4_move_extents()
17467 * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
17468 * ext4: plug a buffer_head leak in an error path of ext4_iget()
17469 * ext4: make sure directory and symlink blocks are revoked
17470 * ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
17471 * ext4: journal all modifications in ext4_xattr_set_handle
17472 * ext4: don't update the superblock in ext4_statfs()
17473 * ext4: fix uninit block bitmap initialization when s_meta_first_bg is
17474 non-zero
17475 * ext4: fix block validity checks so they work correctly with meta_bg
17476 * ext4: avoid issuing unnecessary barriers
17477 * ext4: fix error handling in ext4_ind_get_blocks()
17478 * ext4: make trim/discard optional (and off by default)
17479 * ext4: make "norecovery" an alias for "noload"
17480 * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
17481 * ext4: initialize moved_len before calling ext4_move_extents()
17482 * ext4: move_extent_per_page() cleanup
17483 * jbd2: Add ENOMEM checking in and for
17484 jbd2_journal_write_metadata_buffer()
17485 * ext4: Return the PTR_ERR of the correct pointer in
17486 setup_new_group_blocks()
17487 * ext4: Avoid data / filesystem corruption when write fails to copy data
17488 * ext4: wait for log to commit when umounting
17489 * ext4: remove blocks from inode prealloc list on failure
17490 * ext4: ext4_get_reserved_space() must return bytes instead of blocks
17491 * ext4: quota macros cleanup
17492 * ext4: fix incorrect block reservation on quota transfer.
17493 * ext4: Wait for proper transaction commit on fsync
17494 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
17495 * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
17496 * Linux 2.6.32.1
17497 * kbuild: generate modules.builtin
17498 * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off
17499 - LP: #494461
17500 * (pre-stable) drm/i915: Avoid NULL dereference with component_only
17501 tv_modes
17502 - LP: #494045
17503
17504 [ Zhao Yakui ]
17505
17506 * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is
17507 less than 0x0f.
17508 - LP: #481765
17509
17510 -- Andy Whitcroft <apw@canonical.com> Thu, 17 Dec 2009 15:41:21 +0000
17511
17512 linux (2.6.32-8.12) lucid; urgency=low
17513
17514 [ Andy Whitcroft ]
17515
17516 * SAUCE: AppArmor -- add linux/err.h for ERR_PTR
17517
17518 -- Andy Whitcroft <apw@canonical.com> Sat, 12 Dec 2009 10:56:16 +0000
17519
17520 linux (2.6.32-8.11) lucid; urgency=low
17521
17522 [ Andy Whitcroft ]
17523
17524 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches
17525 up"
17526 * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
17527 transition."
17528 * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds"
17529 * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling"
17530 * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds"
17531 * Revert "SAUCE: AppArmor: Fix oops after profile removal"
17532 * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files."
17533 * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly"
17534 * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc
17535 mem"
17536 * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as
17537 denied"
17538 * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths"
17539 * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem
17540 allocation"
17541 * Revert "SAUCE: AppArmor: Set error code after structure
17542 initialization."
17543 * Revert "AppArmor -- fix pstrace_may_access rename"
17544 * Revert "ubuntu: AppArmor security module"
17545 * Revert "SAUCE: Add config option to set a default LSM"
17546 * Revert "ubuntu: fsam7400 -- sw kill switch driver"
17547 * Revert "[Config] fsam7400 -- enable"
17548 * Revert "[Config] AUFS -- enable"
17549 * Revert "ubuntu: AUFS -- aufs2-30 20090727"
17550 * Revert "ubuntu: AUFS -- export various core functions -- fixes"
17551 * Revert "ubuntu: AUFS -- export various core functions"
17552 * Revert "[Config] ubuntu/iscsitarget -- disable"
17553 * Revert "[Config] iscsitarget -- enable"
17554 * Revert "ubuntu: iscsitarget -- SVN revision r214"
17555 * update Vcs-Git to point to the correct repository
17556 - LP: #493589
17557 * update build environment overrides to lucid
17558 - LP: #493589
17559 * [Config] enable CONFIG_DEVTMPFS
17560 * [Config] update all configs following AppArmor 2009-12-08 update
17561 * SAUCE: isapnp_init: make isa PNP scans occur async
17562 * [Config] fsam7400 -- enable
17563 * [Config] omnibook -- enable
17564 * [Config] cleanup CONFIG_AUDIT
17565 * ubuntu: AUFS -- export various core functions (aufs2-base.patch)
17566 * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch)
17567 * ubuntu: AUFS -- aufs2 20091209
17568 * [Config] AUFS -- enable
17569 * [Config] iscsitarget -- enable
17570
17571 [ Arjan van de Ven ]
17572
17573 * SAUCE: KMS: cache the EDID information of the LVDS
17574
17575 [ Colin Watson ]
17576
17577 * bnx2: update d-i firmware filenames
17578 - LP: #494052
17579 * add cdc_ether to nic-usb-modules udeb
17580 - LP: #495060
17581
17582 [ John Johansen ]
17583
17584 * ubuntu: AppArmor -- mainline 2009-10-08
17585
17586 [ Manoj Iyer ]
17587
17588 * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400
17589 * ubuntu: omnibook -- support Toshiba (HP) netbooks
17590 * ubuntu: iscsitarget --- version 1.4.19
17591 - LP: #494693
17592
17593 [ Surbhi Palande ]
17594
17595 * SAUCE: Make populate_rootfs asynchronous
17596
17597 [ Tim Gardner ]
17598
17599 * Parallelize flavour builds and packaging
17600 * [Config] Enable CONFIG_KSM
17601
17602 [ Upstream Kernel Changes ]
17603
17604 * Config option to set a default LSM
17605 * LSM: Add security_path_chroot().
17606 * LSM: Add security_path_chroot().
17607 * LSM: Move security_path_chmod()/security_path_chown() to after
17608 mutex_lock().
17609 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
17610
17611 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Dec 2009 17:45:19 +0000
17612
17613 linux (2.6.32-7.10) lucid; urgency=low
17614
17615 [ Andy Whitcroft ]
17616
17617 * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS
17618
17619 -- Andy Whitcroft <apw@canonical.com> Sun, 06 Dec 2009 12:56:48 +0000
17620
17621 linux (2.6.32-7.9) lucid; urgency=low
17622
17623 [ Andy Whitcroft ]
17624
17625 * SAUCE: set /proc/acpi/video/*/DOS to 4 by default
17626 - LP: #458982
17627 * SAUCE: ensure vga16fb loads if no other driver claims the VGA device
17628 * [Config] update configs following versatile switch to V7
17629 * rebased to v2.6.32
17630 * [Config] update configs following rebase to v2.6.32
17631 * [Config] update ports configs following rebase to v2.6.32
17632 * SAUCE: default ATI Radeon KMS to off until userspace catches up
17633
17634 [ Arjan van de Ven ]
17635
17636 * SAUCE: vfs: Add a trace point in the mark_inode_dirty function
17637
17638 [ Leann Ogasawara ]
17639
17640 * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable
17641 permissions
17642 - CVE-2009-3939
17643
17644 [ Loic Minier ]
17645
17646 * SAUCE: select a v7 CPU for versatile
17647
17648 [ Takashi Iwai ]
17649
17650 * SAUCE: ALSA: hda - Add power on/off counter
17651
17652 [ Upstream changes ]
17653
17654 * rebased to v2.6.32
17655
17656 -- Andy Whitcroft <apw@canonical.com> Fri, 04 Dec 2009 10:44:50 +0000
17657
17658 linux (2.6.32-6.8) lucid; urgency=low
17659
17660 [ Andy Whitcroft ]
17661
17662 * [Config] disable SSB devices for armel
17663
17664 -- Andy Whitcroft <apw@canonical.com> Sat, 28 Nov 2009 12:16:40 +0000
17665
17666 linux (2.6.32-6.7) lucid; urgency=low
17667
17668 [ Andy Whitcroft ]
17669
17670 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up"
17671 * Revert "SAUCE: Dell XPS710 reboot quirk"
17672 * Revert "SAUCE: Link acpi-cpufreq.o first"
17673 * Revert "SAUCE: LPIA Logical reset of USB port on resume"
17674 * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards"
17675 * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340"
17676 * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271"
17677 * Revert "Add Dell Dimension 9200 reboot quirk"
17678 * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI"
17679 * Revert "SAUCE: tulip: Define ULI PCI ID's"
17680 * Revert "SAUCE: Lower warning level of some PCI messages"
17681 * Revert "mac80211: fix two issues in debugfs"
17682 Drop a number of known redundant commits as identified in the Ubuntu
17683 delta review blueprint.
17684
17685 * reenable armel versatile flavour
17686 * [Config] disable CONFIG_USB_DEVICEFS
17687
17688 [ Tim Gardner ]
17689
17690 * [Config] udeb: Add squashfs to fs-core-modules
17691 - LP: #352615
17692 * [Config] Create a real squashfs udeb
17693 - LP: #352615
17694
17695
17696 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Nov 2009 17:31:16 +0000
17697
17698 linux (2.6.32-5.6) lucid; urgency=low
17699
17700 [ Andy Whitcroft ]
17701
17702 * rebase to v2.6.32-rc8
17703 * update configs following rebase to v2.6.32-rc8
17704 * update ports configs since rebase to v2.6.32-rc8
17705 * [Config] enable cgroup options
17706 - LP: #480739
17707
17708 [ Upstream Kernel Changes ]
17709
17710 * rebase to v2.6.32-rc8
17711
17712 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Nov 2009 11:16:14 +0000
17713
17714 linux (2.6.32-4.5) lucid; urgency=low
17715
17716 [ Andy Whitcroft ]
17717
17718 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
17719 * rebase to v2.6.32-rc7
17720 * resync with Karmic proposed
17721
17722 [ John Johansen ]
17723
17724 * SAUCE: AppArmor: Fix oops after profile removal
17725 - LP: #475619
17726 * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds
17727 - LP: #437258
17728 * SAUCE: AppArmor: Fix cap audit_caching preemption disabling
17729 - LP: #479102
17730 * SAUCE: AppArmor: Fix refcounting bug causing leak of creds
17731 - LP: #479115
17732 * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
17733 transition.
17734 - LP: #480112
17735
17736 [ Ubuntu Changes ]
17737
17738 * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf)
17739
17740 [ Upstream Kernel Changes ]
17741
17742 * rebase to v2.6.32-rc7
17743
17744 -- Andy Whitcroft <apw@canonical.com> Fri, 13 Nov 2009 11:35:13 +0000
17745
17746 linux (2.6.32-3.4) lucid; urgency=low
17747
17748 [ Andy Whitcroft ]
17749
17750 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
17751 * [Upstream] add local prefix to oss local change_bits
17752
17753 [ Upstream Kernel Changes ]
17754
17755 * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/
17756 * mtd/maps: gpio-addr-flash: depend on GPIO arch support
17757
17758 -- Andy Whitcroft <apw@canonical.com> Wed, 11 Nov 2009 14:47:04 +0000
17759
17760 linux (2.6.32-3.3) lucid; urgency=low
17761
17762 [ Andy Whitcroft ]
17763
17764 * rebase to v2.6.32-rc6
17765 * [Config] update configs following rebase to v2.6.32-rc6
17766 * [Config] update ports configs following rebase to v2.6.32-rc6
17767 * resync with Karmic Ubuntu-2.6.31-15.49
17768 * [Config] add module ignores for broken drivers
17769
17770 [ John Johansen ]
17771
17772 * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied
17773 - LP: #453335
17774 * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem
17775 - LP: #458299
17776 * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly
17777 - LP: #462824
17778 * SAUCE: AppArmor: AppArmor disallows truncate of deleted files.
17779 - LP: #451375
17780
17781 [ Kees Cook ]
17782
17783 * SAUCE: Fix nx_enable reporting
17784 - LP: #454285
17785
17786 [ Scott James Remnant ]
17787
17788 * Revert "SAUCE: trace: add trace_event for the open() syscall"
17789 * SAUCE: trace: add trace events for open(), exec() and uselib()
17790 - LP: #462111
17791
17792 [ Stefan Bader ]
17793
17794 * SAUCE: Fix sub-flavour script to not stop on missing directories
17795 - LP: #453073
17796
17797 [ Ubuntu Changes ]
17798
17799 * resync with Karmic Ubuntu-2.6.31-15.49
17800
17801 [ Upstream Kernel Changes ]
17802
17803 * rebase to v2.6.32-rc6
17804 - LP: #464552
17805
17806 -- Andy Whitcroft <apw@canonical.com> Tue, 10 Nov 2009 15:00:57 +0000
17807
17808 linux (2.6.32-2.2) lucid; urgency=low
17809
17810 [ Andy Whitcroft ]
17811
17812 * install the full changelog with the binary package
17813 * changelog -- explicitly note rebases and clean history
17814 * reinstate armel.mk with no flavours
17815 - LP: #449637
17816 * [Upstream] block: silently error unsupported empty barriers too
17817 - LP: #420423
17818 * [Config] udate configs following karmic resync
17819 * [Config] update ports configs following karmic resync
17820 * [Upstream] lirc -- follow removal of .id element
17821
17822 [ Colin Watson ]
17823
17824 * Use section 'admin' rather than 'base'
17825 * Add more e100 firmware to nic-modules
17826 - LP: #451872
17827 * Add qla1280 firmware to scsi-modules
17828 - LP: #381037
17829
17830 [ John Johansen ]
17831
17832 * SAUCE: AppArmor: Set error code after structure initialization.
17833 - LP: #427948
17834 * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation
17835 - LP: #446595
17836 * SAUCE: AppArmor: Fix mediation of "deleted" paths
17837
17838 [ Kees Cook ]
17839
17840 * SAUCE: [x86] fix report of cs-limit nx-emulation
17841 - LP: #454285
17842
17843 [ Leann Ogasawara ]
17844
17845 * SAUCE: (drop after 2.6.31) input: Add support for filtering input
17846 events
17847 - LP: #430809
17848 * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi
17849 toggle switch press
17850 - LP: #430809
17851
17852 [ Luke Yelavich ]
17853
17854 * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc
17855 * [Config] Add sd_mod to scsi-modules udeb for powerpc
17856
17857 [ Mario Limonciello ]
17858
17859 * SAUCE: Update to LIRC 0.8.6
17860 - LP: #432678
17861 * SAUCE: dell-laptop: Store the HW switch status internally rather than
17862 requerying every time
17863 - LP: #430809
17864 * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop
17865 - LP: #430809
17866
17867 [ Stefan Bader ]
17868
17869 * [Upstream] acerhdf: Limit modalias matching to supported boards
17870 - LP: #435958
17871
17872 [ Tim Gardner ]
17873
17874 * [Upstream] i915: Fix i2c init message
17875 - LP: #409361
17876 * [Config] Add sym53c8xx.ko to virtual sub-flavour
17877 - LP: #439415
17878 * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules
17879 - LP: #439456
17880 * [Config] Set default I/O scheduler back to CFQ for desktop flavours
17881 - LP: #381300
17882 * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros
17883 - LP: #430694
17884 * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915
17885 - LP: #430694
17886 * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y
17887 - LP: #416325
17888 * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT
17889 - LP: #430694
17890 * SAUCE: Raise the default console 'quiet' level to 2
17891 * [Config] CONFIG_X86_PAT=y
17892 * [Config] Add armel arch to linux-libc-dev arches.
17893 - LP: #449637
17894 * [Config] CONFIG_X86_MCE
17895 * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege
17896 M300 to rate blacklist
17897 - LP: #433801
17898
17899 [ Upstream Kernel Changes ]
17900
17901 * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584
17902 * drm/i915: Fix FDI M/N setting according with correct color depth
17903 - LP: #416792
17904
17905 -- Andy Whitcroft <apw@canonical.com> Thu, 22 Oct 2009 16:53:33 +0100
17906
17907 linux (2.6.32-1.1) lucid; urgency=low
17908
17909 [ Andy Whitcroft ]
17910
17911 * rebase to v2.6.32-rc3
17912 * [Config] update configs following rebase to 2.6.32-rc3
17913 * [Config] update ports configs following rebase to 2.6.32-rc3
17914 * AppArmor -- fix pstrace_may_access rename
17915 * staging/android -- disable
17916 * ubuntu: dm-raid-45 -- update to compile with 2.6.32
17917 * ubuntu: drbd -- disable
17918 * staging/comdi -- disable
17919 * staging/go7007 -- disable
17920 * [Config] staging/winbond -- disable
17921 * [Config] ubuntu/iscsitarget -- disable
17922 * [d-i] cbc and ecb are builtin make them optional in udebs
17923 * rebase to v2.6.32-rc5
17924 * [Config] update configs following rebase to v2.6.32-rc5
17925 * [Config] update ports configs following rebase to v2.6.31-rc5
17926
17927 [ Tim Gardner ]
17928
17929 * [Config] Add cpio as a build dependency.
17930
17931 [ Upstream Kernel Changes ]
17932
17933 * rebase to v2.6.32-rc3
17934 * rebase to v2.6.32-rc5
17935
17936 -- Andy Whitcroft <apw@canonical.com> Mon, 05 Oct 2009 15:48:58 +0100
17937
17938 linux (2.6.31-11.37) karmic; urgency=low
17939
17940 [ Tim Gardner ]
17941
17942 * [Config] Increase kernel log buffer to 256K for amd64 flavours
17943 - LP: #424810
17944 * [Config] Set HZ=100 for amd64 flavours
17945 - LP: #438234
17946 * [Upstream] e1000e: Emit notice instead of an error when
17947 pci_enable_pcie_error_reporting() fails
17948 - LP: #436370
17949
17950 [ Upstream Kernel Changes ]
17951
17952 * n_tty: honor opost flag for echoes
17953 * n_tty: move echoctl check and clean up logic
17954 - LP: #438310
17955
17956 * Revert "[Upstream] drm/i915: Check that the relocation points to within
17957 the target" - Use upstream cherry-pick.
17958 * drm/i915: Check that the relocation points to within the target
17959 - LP: #429241
17960
17961 * drm/i915: fix tiling on IGDNG
17962 * drm/i915: add B43 chipset support
17963 * agp/intel: Add B43 chipset support
17964 Intel request from kernel team mailing list.
17965
17966 * HID: completely remove apple mightymouse from blacklist
17967 - LP: #428111
17968
17969 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Sep 2009 11:47:29 -0600
17970
17971 linux (2.6.31-11.36) karmic; urgency=low
17972
17973 [ Brian Rogers ]
17974
17975 * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a
17976 persistent object
17977 * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a
17978 persistent object
17979
17980 [ Takashi Iwai ]
17981
17982 * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device
17983 - LP: #416482
17984
17985 [ Tyler Hicks ]
17986
17987 * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going
17988 negative during unlink
17989
17990 [ Upstream Kernel Changes ]
17991
17992 * sg: fix oops in the error path in sg_build_indirect()
17993 * mpt2sas : Rescan topology from Interrupt context instead of work thread
17994 * mpt2sas: Prevent sending command to FW while Host Reset
17995 * mpt2sas: setting SDEV into RUNNING state from Interrupt context
17996 * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg
17997 * SCSI: fix oops during scsi scanning
17998 * SCSI: libsrp: fix memory leak in srp_ring_free()
17999 * cfg80211: fix looping soft lockup in find_ie()
18000 * ath5k: write PCU registers on initial reset
18001 * binfmt_elf: fix PT_INTERP bss handling
18002 * TPM: Fixup boot probe timeout for tpm_tis driver
18003 * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
18004 * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices
18005 * fix undefined reference to user_shm_unlock
18006 * perf_counter: Fix buffer overflow in perf_copy_attr()
18007 * perf_counter: Start counting time enabled when group leader gets
18008 enabled
18009 * powerpc/perf_counters: Reduce stack usage of power_check_constraints
18010 * powerpc: Fix bug where perf_counters breaks oprofile
18011 * powerpc/ps3: Workaround for flash memory I/O error
18012 * block: don't assume device has a request list backing in nr_requests
18013 store
18014 * agp/intel: remove restore in resume
18015 * ALSA: cs46xx - Fix minimum period size
18016 * ASoC: Fix WM835x Out4 capture enumeration
18017 * sound: oxygen: work around MCE when changing volume
18018 * mlx4_core: Allocate and map sufficient ICM memory for EQ context
18019 * perf stat: Change noise calculation to use stddev
18020 * x86: Fix x86_model test in es7000_apic_is_cluster()
18021 * x86/i386: Make sure stack-protector segment base is cache aligned
18022 * PCI: apply nv_msi_ht_cap_quirk on resume too
18023 * x86, pat: Fix cacheflush address in change_page_attr_set_clr()
18024 * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic()
18025 with highmem
18026 * KVM guest: do not batch pte updates from interrupt context
18027 * KVM: Fix coalesced interrupt reporting in IOAPIC
18028 * KVM: VMX: Check cpl before emulating debug register access
18029 * KVM guest: fix bogus wallclock physical address calculation
18030 * KVM: x86: Disallow hypercalls for guest callers in rings > 0
18031 * KVM: VMX: Fix cr8 exiting control clobbering by EPT
18032 * KVM: x86 emulator: Implement zero-extended immediate decoding
18033 * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
18034 * KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
18035 * KVM: limit lapic periodic timer frequency
18036 * libata: fix off-by-one error in ata_tf_read_block()
18037 * PCI quirk: update 82576 device ids in SR-IOV quirks list
18038 * PCI: Unhide the SMBus on the Compaq Evo D510 USDT
18039 * powerpc/pseries: Fix to handle slb resize across migration
18040 * Linux 2.6.31.1
18041
18042 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Sep 2009 13:04:28 -0600
18043
18044 linux (2.6.31-10.35) karmic; urgency=low
18045
18046 [ Amit Kucheria ]
18047
18048 * Disable CONFIG_UEVENT_HELPER_PATH
18049
18050 [ Andy Whitcroft ]
18051
18052 * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD
18053 * remove the tlsup driver
18054 * remove lmpcm logitech driver support
18055
18056 [ Bryan Wu ]
18057
18058 * Add 3 missing files to prerm remove file list
18059 - LP: #345623, #415832
18060
18061 [ Chris Wilson ]
18062
18063 * [Upstream] drm/i915: Check that the relocation points to within the
18064 target
18065 - LP: #429241
18066
18067 [ Luke Yelavich ]
18068
18069 * [Config] Set CONFIG_EXT4_FS=y on ports architectures
18070
18071 [ Manoj Iyer ]
18072
18073 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
18074 - LP: #348861
18075
18076 [ Tim Gardner ]
18077
18078 * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list"
18079 * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list"
18080 * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list"
18081 * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list"
18082 * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list"
18083 Upstream suggests that this is not the right approach.
18084
18085 * [Config] Set default I/O scheduler to DEADLINE
18086 CFQ seems to have some load related problems which are often exacerbated by sreadahead.
18087 - LP: #381300
18088
18089 [ ubuntu@tjworld.net ]
18090
18091 * SAUCE: ipw2200: Enable LED by default
18092 - LP: #21367
18093
18094 [ Upstream Kernel Changes ]
18095
18096 * ALSA: hda - Add support for new AMD HD audio devices
18097 - LP: #430564
18098
18099 -- Andy Whitcroft <apw@canonical.com> Wed, 16 Sep 2009 15:37:49 +0100
18100
18101 linux (2.6.31-10.34) karmic; urgency=low
18102
18103 [ Ted Tso ]
18104
18105 * [Upstream] ext3: Don't update superblock write time when filesystem is
18106 read-only
18107 - LP: #427822
18108
18109 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 16:00:45 -0600
18110
18111 linux (2.6.31-10.33) karmic; urgency=low
18112
18113 [ Leann Ogasawara ]
18114
18115 * [Upstream] dvb-usb: fix tuning with Cinergy T2
18116 - LP: #421258
18117
18118 [ Tim Gardner ]
18119
18120 * [Config] Unconditionally copy files from sub-flavours lists.
18121 (really, really fix it this time)
18122 - LP: #423426
18123 * [Config] Set CONFIG_CACHEFILES=m for all flavours
18124
18125 [ Upstream Kernel Changes ]
18126
18127 * ext4: Don't update superblock write time when filesystem is read-only
18128 - LP: #427822
18129
18130 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 07:50:21 -0600
18131
18132 linux (2.6.31-10.32) karmic; urgency=low
18133
18134 [ Eric Miao ]
18135
18136 * [Config] enable module support for memory stick
18137 - LP: #159951
18138
18139 [ Tim Gardner ]
18140
18141 * [Config] Unconditionally copy files from sub-flavours lists.
18142 - LP: #423426
18143
18144 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Sep 2009 15:57:55 -0600
18145
18146 linux (2.6.31-10.31) karmic; urgency=low
18147
18148 [ Andy Whitcroft ]
18149
18150 * rebase to v2.6.31 final
18151
18152 [ Colin Watson ]
18153
18154 * [Config] Recommend grub-pc in linux-image
18155 - LP: #385741
18156
18157 [ Ike Panhc ]
18158
18159 * [Upstream] Pull latest update of lenovo-sl-laptop
18160
18161 [ Peter Feuerer ]
18162
18163 * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150
18164 model
18165 - LP: #426691
18166
18167 [ Tim Gardner ]
18168
18169 * [Config] De-macro some package names.
18170
18171 [ Upstream Changes ]
18172
18173 * rebase to 2.6.31 final.
18174
18175 -- Andy Whitcroft <apw@canonical.com> Thu, 10 Sep 2009 09:38:10 +0100
18176
18177 linux (2.6.31-10.30) karmic; urgency=low
18178
18179 [ Amit Kucheria ]
18180
18181 * [Config] Enable CONFIG_USB_DEVICEFS
18182 - LP: #417748
18183 * [Config] Populate the config-update template a bit more
18184
18185 [ Andy Whitcroft ]
18186
18187 * rebase to v2.6.31-rc9
18188 * [Config] update configs following rebase to v2.6.31-rc9
18189 * [Config] update ports configs following rebase to v2.6.31-rc9
18190
18191 [ Colin Ian King ]
18192
18193 * SAUCE: wireless: hostap, fix oops due to early probing interrupt
18194 - LP: #254837
18195
18196 [ Jerone Young ]
18197
18198 * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux)
18199 white-list
18200 - LP: #281732
18201 * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux)
18202 white-list
18203 - LP: #281732
18204 * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux)
18205 white-list
18206 - LP: #281732
18207 * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux)
18208 white-list
18209 - LP: #281732
18210 * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux)
18211 white-list
18212 - LP: #281732
18213
18214 [ John Johansen ]
18215
18216 * SAUCE: AppArmor: Fix profile attachment for regexp based profile names
18217 - LP: #419308
18218 * SAUCE: AppArmor: Return the correct error codes on profile
18219 addition/removal
18220 - LP: #408473
18221 * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list
18222 - LP: #408454
18223 * SAUCE: AppArmor: Fix mapping of pux to new internal permission format
18224 - LP: #419222
18225 * SAUCE: AppArmor: Fix change_profile failure
18226 - LP: #401931
18227 * SAUCE: AppArmor: Tell git to ignore generated include files
18228 - LP: #419505
18229
18230 [ Stefan Bader ]
18231
18232 * [Upstream] acpi: video: Loosen strictness of video bus detection code
18233 - LP: #333386
18234 * SAUCE: Remove ov511 driver from ubuntu subdirectory
18235
18236 [ Tim Gardner ]
18237
18238 * [Config] Exclude char-modules from non-x86 udeb creation
18239 * SAUCE: Notify the ACPI call chain of AC events
18240 * [Config] CONFIG_SATA_VIA=m
18241 - LP: #403385
18242 * [Config] Build in all phylib support modules.
18243 * [Config] Don't fail when sub-flavour files are missing
18244 - LP: #423426
18245 * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0
18246 - LP: #423513
18247
18248 [ Upstream ]
18249
18250 * Rebased against v2.6.31-rc9
18251
18252 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Sep 2009 11:33:45 +0100
18253
18254 linux (2.6.31-9.29) karmic; urgency=low
18255
18256 [ Leann Ogasawara ]
18257
18258 * [Upstream] agp/intel: support for new chip variant of IGDNG mobile
18259 - LP: #419993
18260 * [Config] d-i/modules: Add new char-modules file, initialize with
18261 intel-agp
18262 - LP: #420605
18263
18264 [ Upstream ]
18265
18266 * Rebased against 2.6.31-rc8 plus some inotify regression patches:
18267 up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
18268 adda766193ea1cf3137484a9521972d080d0b7af.
18269
18270 -- Tim Gardner <tim.gardner@canonical.com> Fri, 28 Aug 2009 06:31:30 -0600
18271
18272 linux (2.6.31-8.28) karmic; urgency=low
18273
18274 [ Ike Panhc ]
18275
18276 * [Config] Let nic-shared-modules depends on crypto-modules
18277 - LP: #360966
18278
18279 [ Leann Ogasawara ]
18280
18281 * [Upstream] (drop after 2.6.31) drm/i915: increase default latency
18282 constant
18283 - LP: #412492
18284
18285 [ Mario Limonciello ]
18286
18287 * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock
18288 status if HW switch is disabled
18289 - LP: #418721
18290 * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known
18291 Compal made Dell laptops
18292 * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support
18293 with rfkill support
18294
18295 [ Tim Gardner ]
18296
18297 * [Config] Add acpiphp to virtual sub-flavour
18298 - LP: #364916
18299 * Drop KSM patch set for now because of instabilities with encrypted swap.
18300 - LP: #418781
18301
18302 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2009 08:14:26 -0600
18303
18304 linux (2.6.31-7.27) karmic; urgency=low
18305
18306 [ Tim Gardner ]
18307
18308 * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase
18309 * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18
18310 Replaces previous ksm patches from 2.6.31-6.25
18311 * [Config] KSM=y
18312
18313 [ Upstream ]
18314
18315 * Rebased against v2.6.31-rc7
18316
18317 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Aug 2009 20:32:11 -0600
18318
18319 linux (2.6.31-6.26) karmic; urgency=low
18320
18321 [ Andy Whitcroft ]
18322
18323 * [Config] enable CONFIG_AUFS_BR_RAMFS
18324 - LP: #414738
18325 * split out debian directory ready for abstraction
18326 * add printdebian target to find branch target
18327 * abstracted debian -- debian/files is not abstracted
18328 * abstracted debian -- packages must be built in debian/<pkg>
18329 * abstracted debian -- kernel-wedge needs to work in debian/
18330 * abstracted debian -- ensure we install the copyright file
18331 * abstracted-debian -- drop the debian directories from headers
18332 * abstracted-debian -- drop the debian directories from headers part 2
18333 * SAUCE: ubuntu-insert-changes -- follow abstracted debian
18334 * [Upstream] aoe: ensure we initialise the request_queue correctly V2
18335 - LP: #410198
18336
18337 [ Luke Yelavich ]
18338
18339 * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp
18340 * [Config] Ports: Re-enable windfarm modules on powerpc64-smp
18341 - LP: #413150
18342 * [Config] Ports: Build all cpu frequency scaling governors into ports
18343 kernels
18344 * [Config] Ports: Build ext2 and ext3 modules into ports kernels
18345 * [Config] Ports: CONFIG_PACKET=y for all ports kernels
18346 * [Config] Ports: Enable PS3 network driver
18347
18348 [ Stefan Bader ]
18349
18350 * abstracted debian -- call $(DEBIAN)/rules using make
18351
18352 [ Tim Gardner ]
18353
18354 * [Config] Abstract the debian directory
18355 * SAUCE: Improve error reporting in postinst
18356 - LP: #358564
18357
18358 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Aug 2009 20:33:28 -0600
18359
18360 linux (2.6.31-6.25) karmic; urgency=low
18361
18362 [ Andy Whitcroft ]
18363
18364 * script to generate Ubuntu changes from changelog
18365 * [Config] standardise ANDROID options
18366 * [Config] standardise CONFIG_ATM as module
18367 * [Config] standardise CONFIG_LIB80211 as module
18368 * [Config] disable CONFIG_PRINT_QUOTA_WARNING
18369 * [Config] set CONFIG_CRAMFS as module
18370 * [Config] enable CONFIG_DAB and modules
18371 * [Config] set CONFIG_MAC80211_HWSIM as module
18372 * [Config] set CONFIG_NET_CLS_FLOW as module
18373 * [Config] set CONFIG_NF_CONNTRACK_SANE as module
18374 * [Config] set CONFIG_NF_CT_PROTO_DCCP as module
18375 * [Config] set CONFIG_RTC_DRV_DS1511 as module
18376 * [Config] set CONFIG_RTC_DRV_R9701 as module
18377 * [Config] set CONFIG_RTC_DRV_S35390A as module
18378 * [Config] set CONFIG_TOIM3232_DONGLE as module
18379 * [Config] standardise CONFIG_USB_MIDI_GADGET as module
18380 * [Config] standardise CONFIG_USB_G_PRINTER as module
18381 * [Config] standardise CONFIG_USB_SERIAL_IR as module
18382 * [Config] set CONFIG_USB_SERIAL_IUU as module
18383 * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module
18384 * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module
18385 * cleanup remains of dm-loop
18386 * drop thinkpad ec and smapi support
18387 * drop appleir
18388 * [Config] update configs following rebase to v2.6.31-rc6
18389 * rebase to v2.6.31-rc6
18390
18391 [ Hugh Dickins ]
18392
18393 * SAUCE: ksm patch 1, drop after 2.6.31
18394 * SAUCE: ksm patch 2, drop after 2.6.31
18395 * SAUCE: ksm patch 3, drop after 2.6.31
18396 * SAUCE: ksm patch 4, drop after 2.6.31
18397 * SAUCE: ksm patch 5, drop after 2.6.31
18398 * SAUCE: ksm patch 7, drop after 2.6.31
18399
18400 [ Izik Eidus ]
18401
18402 * SAUCE: ksm patch 0, drop after 2.6.31
18403 * SAUCE: ksm patch 6, drop after 2.6.31
18404 * SAUCE: ksm patch 8, drop after 2.6.31
18405 * SAUCE: ksm patch 9, drop after 2.6.31
18406
18407 [ Luke Yelavich ]
18408
18409 * [Config] Ports: Re-add PS3 modules to udebs
18410
18411 [ Michael Casadevall ]
18412
18413 * [Config] Update SPARC config and d-i files to reflect what can be built
18414
18415 [ Tim Gardner ]
18416
18417 * [Config] Removed armel package support
18418 * [Config] Enabled CONFIG_KSM=y
18419
18420 [ Upstream Kernel Changes ]
18421
18422 * Rebased against v2.6.31-rc6
18423 * ARM: Cleanup: Revert "ARM: Add more cache memory types macros"
18424 * ARM: Cleanup: Revert "Do not use OOB with MLC NAND"
18425 * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers"
18426 * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile"
18427 * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c
18428 changes"
18429 * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix"
18430 * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system
18431 revision"
18432 * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver
18433 by default"
18434 * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC"
18435 * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable
18436 ARCH_MXC_CANONICAL"
18437 * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable
18438 CONFIG_GPIOLIB"
18439 * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on
18440 2.6.31"
18441 * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51"
18442 * ARM: Cleanup: Revert "ARM: IMX51: Make it compile."
18443 * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including
18444 mxc_uart.h _everywhere_"
18445 * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the
18446 correct location"
18447 * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to
18448 snd_card_create"
18449 * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig"
18450 * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype"
18451 * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure."
18452 * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for
18453 mxc_map_io."
18454 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
18455 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
18456 * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced
18457 with snd_soc_card."
18458 * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card
18459 structure"
18460 * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for
18461 DMA_MODE_READ/WRITE/MASK"
18462 * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for
18463 Freescale mx51 platform"
18464 * Driver core: add new device to bus's list before probing
18465 * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at
18466 power-saving
18467 - LP: #381693, #399750, #380892
18468
18469 -- Andy Whitcroft <apw@canonical.com> Fri, 14 Aug 2009 11:32:23 +0100
18470
18471 linux (2.6.31-5.24) karmic; urgency=low
18472
18473 [ Amit Kucheria ]
18474
18475 * ARM: IMX51: Make video capture drivers compile
18476 * [Config] IMX51: Config updates
18477
18478 [ Andy Whitcroft ]
18479
18480 * remove leftovers of dm-bbr
18481
18482 [ Leann Ogasawara ]
18483
18484 * Add pata_cs5535 to pata-modules
18485 - LP: #318805
18486
18487 [ Luke Yelavich ]
18488
18489 * [Config] CONFIG_PPC64=y for powerpc64-smp
18490 * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp
18491 * [Config] CONFIG_PPC_PS3=y for powerpc64-smp
18492 * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp
18493 * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp
18494 * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp
18495 * [Config] Enable all PS3 drivers in powerpc64-smp
18496
18497 [ Mario Limonciello ]
18498
18499 * LIRC -- fix lirc-i2c 2.6.31 compilation
18500
18501 [ Matthew Garrett ]
18502
18503 * [Upstream] dell-laptop: Fix rfkill state queries
18504
18505 [ Tim Gardner ]
18506
18507 * [Config] Ignore armel ABI and module changes
18508 * [Config] Update configs after rebase against 2.6.31-rc5
18509
18510 [ Upstream ]
18511
18512 * Rebased to 2.6.31-rc5
18513
18514 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2009 10:10:09 +0100
18515
18516 linux (2.6.31-4.23) karmic; urgency=low
18517
18518 [ Andy Whitcroft ]
18519
18520 * AUFS -- update to aufs2-30 20090727
18521 * [Config] enable AUFS FUSE support
18522
18523 [ Luke Yelavich ]
18524
18525 * [Config] CONFIG_JFS_FS=m on sparc
18526
18527 [ Tim Gardner ]
18528
18529 * [Upstream] dell-laptop: Fix rfkill state setting.
18530
18531 -- Andy Whitcroft <apw@canonical.com> Mon, 27 Jul 2009 11:11:47 +0100
18532
18533 linux (2.6.31-4.22) karmic; urgency=low
18534
18535 [ Amit Kucheria ]
18536
18537 * ARM: IMX51: Add SoC and board support for Freescale mx51 platform
18538 * ARM: IMX51: Move board-mx51* header files to the correct location
18539 * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_
18540 * ARM: IMX51: Make it compile.
18541 * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB
18542 * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL
18543 * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC
18544 * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default
18545 * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes
18546 * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef
18547 * ARM: staging: udlfb: Add vmalloc.h include
18548 * UBUNTU [Config]: Bring imx51 config upto date with other flavours
18549
18550 [ Brad Figg ]
18551
18552 * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK
18553 * ARM: IMX51: codec structure was moved to the card structure
18554 * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card.
18555 * ARM: IMX51: Get to bus_id by calling dev_name.
18556 * ARM: IMX51: Get to bus_id by calling dev_name.
18557 * ARM: IMX51: Added external declaration for mxc_map_io.
18558 * ARM: IMX51: Removed the mxc_gpio_port structure.
18559 * ARM: IMX51: mxc_timer_init prototype
18560 * ARM: IMX51: Fix up merge error in Kconfig
18561 * ARM: IMX51: Changed from snd_card_new to snd_card_create
18562
18563 [ Dinh Nguyen ]
18564
18565 * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51
18566 * ARM: IMX51: Minimal changes for USB to work on 2.6.31
18567 * ARM: IMX51: Babbage 2.5 needs a different system revision
18568 * ARM: IMX51: IPU irq handler deadlock fix
18569
18570 [ Tim Gardner ]
18571
18572 * [Config] Enabled CONFIG_CAN=m
18573 - LP: #327243
18574 * [Config] Enabled CONFIG_SERIAL=m
18575 - LP: #397189
18576
18577 -- Tim Gardner <tim.gardner@canonical.com> Fri, 24 Jul 2009 06:19:10 -0600
18578
18579 linux (2.6.31-4.21) karmic; urgency=low
18580
18581 [ Amit Kucheria ]
18582
18583 * dm-raid-4-5: Add missing brackets around test_bit()
18584
18585 [ John Johansen ]
18586
18587 * AppArmor: Fix change_profile failing lpn401931
18588 * AppArmor: Fix determination of forced AUDIT messages.
18589 * AppArmor: Fix oops in auditing of the policy interface offset
18590
18591 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 19:18:30 +0100
18592
18593 linux (2.6.31-4.20) karmic; urgency=low
18594
18595 [ Andy Whitcroft ]
18596
18597 * SAUCE: iscsitarget -- update to SVN revision r214
18598 * SAUCE: iscsitarget -- renable driver
18599 * [Config] consolidate lpia/lpia and i386/generic configs
18600 * [Config] enable CRYPTO modules for all architectures
18601 * [Config] enable cryptoloop
18602 * [Config] enable various filesystems for armel
18603 * [Config] sync i386 generic and generic-pae
18604 * [Config] add the 386 (486 processors and above) flavour
18605 * [Config] re-set DEFAULT_MMAP_MIN_ADDR
18606 - LP: #399914
18607 * add genconfigs/genportsconfigs to extract the built configs
18608 * updateconfigs -- alter concatenation order allow easier updates
18609 * intelfb -- INTELFB now conflicts with DRM_I915
18610 * printchanges -- rebase tree does not have stable tags use changelog
18611 * AppArmor: fix argument size missmatch on 64 bit builds
18612
18613 [ Ike Panhc ]
18614
18615 * Ship bnx2x firmware in nic-modules udeb
18616 - LP: #360966
18617
18618 [ Jeff Mahoney ]
18619
18620 * AppArmor: fix build failure on ia64
18621
18622 [ John Johansen ]
18623
18624 * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to
18625 initialize.
18626 * AppArmour: fix auditing of domain transitions to include target profile
18627 information
18628 * AppArmor: fix C99 violation
18629 * AppArmor: revert reporting of create to write permission.
18630 * SAUCE: Add config option to set a default LSM
18631 * [Config] enable AppArmor by default
18632 * AppArmor: Fix NULL pointer dereference oops in profile attachment.
18633
18634 [ Keith Packard ]
18635
18636 * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class
18637 hardware
18638 - LP: #351756
18639
18640 [ Luke Yelavich ]
18641
18642 * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel
18643 header packages
18644 - LP: #355344
18645
18646 [ Michael Casadevall ]
18647
18648 * [Config] update SPARC config files to allow success build
18649
18650 [ Scott James Remnant ]
18651
18652 * SAUCE: trace: add trace_event for the open() syscall
18653
18654 [ Stefan Bader ]
18655
18656 * SAUCE: jfs: Fix early release of acl in jfs_get_acl
18657 - LP: #396780
18658
18659 [ Tim Gardner ]
18660
18661 * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release
18662 - LP: #397499
18663 * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727
18664 refresh
18665 - LP: #365291
18666 * [Config] SSB/B44 are common across all arches/flavours.
18667
18668 [ Upstream ]
18669
18670 * Rebased to 2.6.31-rc4
18671
18672 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 08:41:39 +0100
18673
18674 linux (2.6.31-3.19) karmic; urgency=low
18675
18676 [ Andy Whitcroft ]
18677
18678 * Revert "[Config] Disabled NDISWRAPPER"
18679 * ndiswrapper -- fix i386 compilation failures on cmpxchg8b
18680 * AUFS -- export various core functions
18681 * AUFS -- export various core functions -- fixes
18682 * AUFS -- core filesystem
18683 * AUFS -- track changes in v2.6.31
18684 * [Config] Enable AUFS
18685 * droppped 'iwl3945: do not send scan command if channel count zero' as it
18686 is already upstream but failed to auto-drop on rebase.
18687
18688 [ Eric Paris ]
18689
18690 * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user
18691 choose
18692 * SAUCE: inotify: check filename before dropping repeat events
18693 * SAUCE: fsnotify: fix inotify tail drop check with path entries
18694
18695 -- Andy Whitcroft <apw@canonical.com> Tue, 14 Jul 2009 12:52:55 +0100
18696
18697 linux (2.6.31-3.18) karmic; urgency=low
18698
18699 [ Andy Whitcroft ]
18700
18701 * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by
18702 AUFS"
18703 * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS"
18704 * Revert "Add sec_perm-2.6.24.patch from AUFS - export
18705 security_inode_permission"
18706 * clear out left over AUFS files and modifications
18707
18708 [ Luke Yelavich ]
18709
18710 * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc
18711 * SAUCE: Explicitly include header files to allow apparmor to build on
18712 powerpc
18713 * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc
18714
18715 [ Tim Gardner ]
18716
18717 * [Config] Dropped ubuntu/misc/wireless/acx
18718 * [Config] Disabled NDISWRAPPER until the compile issues are fixed.
18719
18720 [ Upstream ]
18721
18722 * Rebased to 2.6.31-rc3
18723
18724 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 18:59:33 +0100
18725
18726 linux (2.6.31-2.17) karmic; urgency=low
18727
18728 [ Andy Whitcroft ]
18729
18730 * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc
18731 * compcache -- remove redundant Kconfig entries part 2
18732 * compcache -- clean up CCFLAGS declarations
18733 * [Config] enable AppArmor
18734 * AppArmor: fix operator precidence issue in as_path_link
18735
18736 [ John Johansen ]
18737
18738 * AppArmor security module
18739 * AppArmor: Correct mapping of file permissions.
18740 * AppArmor: Turn auditing of ptrace on
18741
18742 [ Luke Yelavich ]
18743
18744 * [Config] disable CONFIG_DM_RAID45 on powerpc
18745
18746 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 15:02:05 +0100
18747
18748 linux (2.6.31-2.16) karmic; urgency=low
18749
18750 [ Andy Whitcroft ]
18751
18752 * compcache -- remove redundant Kconfig entries
18753 added ignore and ignore.modules for all arches since the compcache update
18754 changes the modules names as well as some compcache ABI values.
18755
18756 [ Manoj Iyer ]
18757
18758 * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3)
18759 * SAUCE: update compcache version to 0.5.3
18760
18761 [ Tim Gardner ]
18762
18763 * [Config]: Fix sparc FTBS by adding ignore.modules
18764
18765 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jul 2009 13:35:29 -0600
18766
18767 linux (2.6.31-2.15) karmic; urgency=low
18768
18769 [ Andy Whitcroft ]
18770
18771 * SAUCE: default ATI Radeon KMS to off until userspace catches up
18772 * [Config] Update configs following rebase to 2.6.31-rc2
18773 * [Config] update ports configs following update to 2.6.31-rc2
18774
18775 [ Luke Yelavich ]
18776
18777 * [Config] powerpc - Disable CONFIG_RDS
18778
18779 [ Matt Zimmerman ]
18780
18781 * Rename linux-doc-PKGVER to linux-doc and clean up its description
18782 - LP: #382115
18783
18784 [ Upstream Kernel Changes ]
18785
18786 * rebased to mainline 2.6.31-rc2
18787
18788 -- Andy Whitcroft <apw@canonical.com> Sat, 04 Jul 2009 17:39:13 +0100
18789
18790 linux (2.6.31-1.14) karmic; urgency=low
18791
18792 [ Andy Whitcroft ]
18793
18794 * update ndiswrapper to 1.55
18795 * remove leftovers of gfs
18796 * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR
18797
18798 [ Luke Yelavich ]
18799
18800 * [Config] re-enable and build the ide-pmac driver into powerpc kernels
18801 * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the
18802 kernel
18803
18804 [ Manoj Iyer ]
18805
18806 * Remove snd-bt-sco ubuntu driver
18807
18808 [ Michael Casadevall ]
18809
18810 * [Config] updates ia64 config and d-i folders to allow succesful build
18811 * [Config] Update powerpc and sparc for 2.6.31
18812
18813 [ Upstream Kernel Changes ]
18814
18815 * intel-iommu: fix Identity Mapping to be arch independent
18816 - LP: #384695
18817 * ACPI: video: prevent NULL deref in acpi_get_pci_dev()
18818
18819 -- Andy Whitcroft <apw@canonical.com> Tue, 30 Jun 2009 17:47:32 +0100
18820
18821 linux (2.6.31-1.13) karmic; urgency=low
18822
18823 [ Andy Whitcroft ]
18824
18825 * REBASE: rebased to mainline 2.6.31-rc1
18826 - "UBUNTU: SAUCE: UHCI USB quirk for resume"
18827 no longer applies, using deprecated interfaces, LPIA only, dropped
18828 - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data"
18829 changes now upstream, dropped
18830 * [Config] Update configs following rebase to 2.6.31-rc1
18831 * [Config] update ports configs following update to 2.6.31-rc1
18832
18833 * [Config] disable broken staging driver CONFIG_STLC45XX
18834 * SAUCE: fix compcache to use updates accessors
18835 * [Config] disable staging driver CONFIG_VT6655
18836 * SAUCE: fix DRDB to use updates accessors
18837 * [Disable] ndiswrapper needs update
18838 * [Disable] LIRC I2C needs update
18839 * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update
18840 * [Config] disable I2C_DESIGNWARE does not compile
18841 * [Config] disable CONFIG_TLSUP for lpia
18842 * [Config] disable CONFIG_FB_UDL for arm
18843 * SAUCE: disable adding scsi headers to linux-libc-dev
18844
18845 [ Mario Limonciello ]
18846
18847 * SAUCE: Add LIRC drivers
18848
18849 -- Andy Whitcroft <apw@canonical.com> Thu, 25 Jun 2009 12:06:22 +0100
18850
18851 linux (2.6.30-10.12) karmic; urgency=low
18852
18853 [ Andy Whitcroft ]
18854
18855 * [Config] split out the ports configs into their own family
18856 * [Config] update configs following introduction of ports family
18857
18858 [ Upstream Kernel Changes ]
18859
18860 * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its
18861 description". Fixes linux-doc package name conflicts for now.
18862 - LP: #382115
18863
18864 -- Tim Gardner <tim.gardner@canonical.com> Mon, 22 Jun 2009 09:17:14 -0600
18865
18866 linux (2.6.30-10.11) karmic; urgency=low
18867
18868 [ Amit Kucheria ]
18869
18870 * [Config] Comment splitconfig.pl and misc cleanup
18871 * [Config] Rename all configs to the new naming scheme
18872 * [Config] Splitconfig rework
18873 * [Config] Rename scripts/misc/oldconfig to kernelconfig
18874 * [Config] Fix build system for new config split
18875 * [Config] Run updateconfigs after the splitconfig rework
18876
18877 [ Andy Whitcroft ]
18878
18879 * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y"
18880 * [Config] standardise CONFIG_STAGING=y
18881 * [Config] standardise CONFIG_RD_LZMA=y
18882 * [Config] CONFIG_PCI_IOV=y
18883 * [Config] CONFIG_PCI_STUB=m
18884 * [Config] merge kernel configs more agressively
18885
18886 [ Colin Watson ]
18887
18888 * [Config] Run kernel-wedge in $(builddir) rather than at the top level
18889 * [Config] Add support for including firmware in udebs
18890 * [Config] Ship bnx2 firmware in nic-modules udeb
18891 - LP: #384861
18892
18893 [ Luke Yelavich ]
18894
18895 * [Config] ports - Import of ports architectures into kernel packaging
18896 infrastructure
18897 * [Config] ports - Do not update ports kernel configurations by default
18898 * [Config] ports - Disable ABI checking for ports architectures
18899 * [Config] ports - Build drivers in ubuntu sub-directory on powerpc
18900 * [Config] ports - Add control.d/vars.* files for ports architectures
18901 * [Config] ports - Add ports architectures for linux-libc-dev
18902 * [Config] ports - Create powerpc specific message-modules and
18903 block-modules udebs
18904 * [Config] ports - Add configuration files for ports architectures
18905
18906 [ Manoj Iyer ]
18907
18908 * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386
18909 - LP: #329864
18910
18911 [ Michael Casadevall ]
18912
18913 * [Config] ports - Fix compression of kernels
18914
18915 [ Stefan Bader ]
18916
18917 * [Upstream] mmc: prevent dangling block device from accessing stale
18918 queues
18919 - LP: #383668
18920
18921 [ Tim Gardner ]
18922
18923 * [Config] Recommend grub-pc in linux-image
18924 - LP: #385741
18925 * [Config] Implement i386 generic and generic-pae flavours
18926 * [Config] ports - Add control info after integrating ports arches
18927 * [Config] Removed auto-generated files from git
18928 * [Config] Added netxen_nic to nic-modules
18929 - LP: #389603
18930
18931 [ Matt Zimmerman ]
18932
18933 * Rename linux-doc-PKGVER to linux-doc and clean up its description
18934 - LP: #382115
18935
18936 -- Tim Gardner <tim.gardner@canonical.com> Mon, 15 Jun 2009 14:38:26 -0600
18937
18938 linux (2.6.30-9.10) karmic; urgency=low
18939
18940 [ Andy Whitcroft ]
18941
18942 * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia)
18943 * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia)
18944 * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia)
18945 * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64)
18946 * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia)
18947 * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386)
18948
18949 [ Upstream Kernel Changes ]
18950
18951 * rebased to 2.6.30 final
18952
18953 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jun 2009 11:42:53 +0100
18954
18955 linux (2.6.30-8.9) karmic; urgency=low
18956
18957 [ Andy Whitcroft ]
18958
18959 * Config update removed the following options:
18960 CONFIG_EDAC_AMD8111=m
18961 CONFIG_EDAC_AMD8131=m
18962
18963 [ Upstream Kernel Changes ]
18964
18965 * rebased to 2.6.30-rc8
18966
18967 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Jun 2009 09:21:13 +0100
18968
18969 linux (2.6.30-7.8) karmic; urgency=low
18970
18971 [ Andy Whitcroft ]
18972
18973 * Enabled NEW configration options:
18974 Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y
18975 Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M
18976
18977 [ Upstream Kernel Changes ]
18978
18979 * rebased to 2.6.30-rc7
18980
18981 -- Andy Whitcroft <apw@canonical.com> Sat, 23 May 2009 23:47:24 +0100
18982
18983 linux (2.6.30-6.7) karmic; urgency=low
18984
18985 [ Andy Whitcroft ]
18986
18987 * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now
18988 upstream)
18989
18990 [ Upstream Kernel Changes ]
18991
18992 * rebased to 2.6.30-rc6
18993
18994 -- Andy Whitcroft <apw@canonical.com> Mon, 18 May 2009 18:05:54 +0100
18995
18996 linux (2.6.30-5.6) karmic; urgency=low
18997
18998 [ Tim Gardner ]
18999
19000 * [Config] Enable Keyspan USB serial device firmware in kernel module
19001 - LP: #334285
19002
19003 [ Upstream Kernel Changes ]
19004
19005 * rebased to 2.6.30-rc5
19006
19007 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 May 2009 12:02:16 -0600
19008
19009 linux (2.6.30-4.5) karmic; urgency=low
19010
19011 [ Colin Watson ]
19012
19013 * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid
19014 /usr/include/asm/* going missing
19015 - LP: #373214
19016
19017 -- Stefan Bader <stefan.bader@canonical.com> Fri, 08 May 2009 11:09:08 +0200
19018
19019 linux (2.6.30-3.4) karmic; urgency=low
19020
19021 [ Kees Cook ]
19022
19023 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
19024 - LP: #369978
19025
19026 [ Stefan Bader ]
19027
19028 * SAUCE: input: Blacklist digitizers from joydev.c
19029 - LP: #300143
19030
19031 -- Tim Gardner <tim.gardner@canonical.com> Fri, 01 May 2009 14:00:42 -0600
19032
19033 linux (2.6.30-2.3) karmic; urgency=low
19034
19035 [ Tim Gardner ]
19036
19037 * [Config] Enabled CC_STACKPROTECTOR=y for all x86en
19038 - LP: #369152
19039 * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y
19040 * [Config] CONFIG_DRM_I915_KMS=y
19041 * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH
19042 minimums
19043
19044 [ Upstream Kernel Changes ]
19045
19046 * rebased to 2.6.30-rc4
19047
19048 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Apr 2009 09:17:05 -0600
19049
19050 linux (2.6.30-1.2) karmic; urgency=low
19051
19052 [ Tim Gardner ]
19053
19054 * [Config] armel: disable staging drivers, fixes FTBS
19055 * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS
19056
19057 [ Upstream Kernel Changes ]
19058
19059 * mpt2sas: Change reset_type enum to avoid namespace collision.
19060 Submitted upstream.
19061
19062 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 Apr 2009 16:54:41 -0600
19063
19064 linux (2.6.30-1.1) karmic; urgency=low
19065
19066 * Initial release after rebasing against v2.6.30-rc3
19067
19068 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Mar 2009 19:16:07 -0600
19069