]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - debian.raspi2/changelog
ce6fbec083b447a4f199cb9e0b6259a21f226c77
[mirror_ubuntu-artful-kernel.git] / debian.raspi2 / changelog
1 linux-raspi2 (4.11.0-1001.2) artful; urgency=low
2
3 * linux-raspi2: 4.11.0-1001.2 -proposed tracker (LP: #1699556)
4
5 [ Ubuntu: 4.11.0-8.13 ]
6
7 * Release Tracking Bug
8 - LP: #1699184
9 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
10 - SAUCE: drm: hibmc: Use set_busid function from drm core
11 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
12 - d-i: Add hibmc-drm to kernel-image udeb
13 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
14 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
15 * Miscellaneous Ubuntu changes
16 - SAUCE: mm: fix new crash in unmapped_area_topdown()
17
18 [ Ubuntu: 4.11.0-7.12 ]
19
20 * Release Tracking Bug
21 - LP: #1698881
22 * CVE-2017-1000364
23 - mm: larger stack guard gap, between vmas
24 * Artful update to v4.11.6 stable release (LP: #1698800)
25 - drm/i915: Do not drop pagetables when empty
26 - PCI/PM: Add needs_resume flag to avoid suspend complete optimization
27 - drm/i915: Prevent the system suspend complete optimization
28 - partitions/msdos: FreeBSD UFS2 file systems are not recognized
29 - efi: Fix boot panic because of invalid BGRT image address
30 - xtensa: don't use linux IRQ #0
31 - s390/kvm: do not rely on the ILC on kvm host protection fauls
32 - Revert "drm/i915: Restore lost "Initialized i915" welcome message"
33 - drm/i915: Fix 90/270 rotated coordinates for FBC
34 - drm/i915: Workaround VLV/CHV DSI scanline counter hardware fail
35 - drm/i915: Guard against i915_ggtt_disable_guc() being invoked
36 unconditionally
37 - drm/i915: Always recompute watermarks when distrust_bios_wm is set, v2.
38 - drm/i915: Disable decoupled MMIO
39 - Linux 4.11.6
40 * Bugfixes for hns network driver (LP: #1696031)
41 - net: hns: Fix the implementation of irq affinity function
42 - net: hns: Modify GMAC init TX threshold value
43 - net: hns: Optimize the code for GMAC pad and crc Config
44 - net: hns: Remove redundant memset during buffer release
45 - net: hns: bug fix of ethtool show the speed
46 - net: hns: Optimize hns_nic_common_poll for better performance
47 - net: hns: Fix to adjust buf_size of ring according to mtu
48 - net: hns: Replace netif_tx_lock to ring spin lock
49 - net: hns: Correct HNS RSS key set function
50 - net: hns: Remove the redundant adding and deleting mac function
51 - net: hns: Remove redundant mac_get_id()
52 - net: hns: Remove redundant mac table operations
53 - net: hns: Clean redundant code from hns_mdio.c file
54 - net: hns: Optimise the code in hns_mdio_wait_ready()
55 - net: hns: Simplify the exception sequence in hns_ppe_init()
56 - net: hns: Adjust the SBM module buffer threshold
57 - net: hns: Avoid Hip06 chip TX packet line bug
58 - net: hns: Some checkpatch.pl script & warning fixes
59 - net: hns: support deferred probe when can not obtain irq
60 - net: hns: support deferred probe when no mdio
61 - net: hns: fix ethtool_get_strings overflow in hns driver
62 * OpenPower: Some multipaths temporarily have only a single path
63 (LP: #1696445)
64 - scsi: ses: don't get power status of SES device slot on probe
65 * Artful update to v4.11.5 stable release (LP: #1697955)
66 - bnx2x: Fix Multi-Cos
67 - net: bridge: start hello timer only if device is up
68 - vxlan: eliminate cached dst leak
69 - net: systemport: Fix missing Wake-on-LAN interrupt for SYSTEMPORT Lite
70 - ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
71 - cxgb4: avoid enabling napi twice to the same queue
72 - tcp: disallow cwnd undo when switching congestion control
73 - vxlan: fix use-after-free on deletion
74 - ip6_tunnel: fix traffic class routing for tunnels
75 - sock: reset sk_err when the error queue is empty
76 - geneve: fix needed_headroom and max_mtu for collect_metadata
77 - ipv6: Fix leak in ipv6_gso_segment().
78 - net: dsa: Fix stale cpu_switch reference after unbind then bind
79 - net: ping: do not abuse udp_poll()
80 - net/ipv6: Fix CALIPSO causing GPF with datagram support
81 - ravb: Fix use-after-free on `ifconfig eth0 down`
82 - net: bridge: fix a null pointer dereference in br_afspec
83 - net: ethoc: enable NAPI before poll may be scheduled
84 - net: stmmac: fix completely hung TX when using TSO
85 - sparc64: Add __multi3 for gcc 7.x and later.
86 - sparc64: mm: fix copy_tsb to correctly copy huge page TSBs
87 - sparc: Machine description indices can vary
88 - sparc/mm/hugepages: Fix setup_hugepagesz for invalid values.
89 - sparc64: reset mm cpumask after wrap
90 - sparc64: combine activate_mm and switch_mm
91 - sparc64: redefine first version
92 - sparc64: add per-cpu mm of secondary contexts
93 - sparc64: new context wrap
94 - sparc64: delete old wrap code
95 - arch/sparc: support NR_CPUS = 4096
96 - ftrace: Fix memory leak in ftrace_graph_release()
97 - serial: exar: Fix stuck MSIs
98 - serial: ifx6x60: fix use-after-free on module unload
99 - serial: core: fix crash in uart_suspend_port
100 - ptrace: Properly initialize ptracer_cred on fork
101 - ARM: dts: keystone-k2l: fix broken Ethernet due to disabled OSR
102 - crypto: asymmetric_keys - handle EBUSY due to backlog correctly
103 - KEYS: fix dereferencing NULL payload with nonzero length
104 - KEYS: fix freeing uninitialized memory in key_update()
105 - KEYS: encrypted: avoid encrypting/decrypting stack buffers
106 - crypto: drbg - wait for crypto op not signal safe
107 - crypto: gcm - wait for crypto op not signal safe
108 - ovl: fix creds leak in copy up error path
109 - kthread: Fix use-after-free if kthread fork fails
110 - drm/amdgpu/ci: disable mclk switching for high refresh rates (v2)
111 - nfsd4: fix null dereference on replay
112 - gfs2: Make flush bios explicitely sync
113 - efi: Don't issue error message when booted under Xen
114 - efi/bgrt: Skip efi_bgrt_init() in case of non-EFI boot
115 - kvm: async_pf: fix rcu_irq_enter() with irqs enabled
116 - KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation
117 - arm64: KVM: Preserve RES1 bits in SCTLR_EL2
118 - arm64: KVM: Allow unaligned accesses at EL2
119 - arm: KVM: Allow unaligned accesses at HYP
120 - KVM: async_pf: avoid async pf injection when in guest mode
121 - dmaengine: usb-dmac: Fix DMAOR AE bit definition
122 - dmaengine: ep93xx: Always start from BASE0
123 - dmaengine: ep93xx: Don't drain the transfers in terminate_all()
124 - dmaengine: mv_xor_v2: handle mv_xor_v2_prep_sw_desc() error properly
125 - dmaengine: mv_xor_v2: properly handle wrapping in the array of HW
126 descriptors
127 - dmaengine: mv_xor_v2: do not use descriptors not acked by async_tx
128 - dmaengine: mv_xor_v2: enable XOR engine after its configuration
129 - dmaengine: mv_xor_v2: fix tx_submit() implementation
130 - dmaengine: mv_xor_v2: remove interrupt coalescing
131 - dmaengine: mv_xor_v2: set DMA mask to 40 bits
132 - cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode
133 - reiserfs: Make flush bios explicitely sync
134 - mtd: nand: tango: Export OF device ID table as module aliases
135 - mtd: nand: tango: Update ecc_stats.corrected
136 - xen/privcmd: Support correctly 64KB page granularity when mapping memory
137 - ext4: fix SEEK_HOLE
138 - ext4: keep existing extra fields when inode expands
139 - ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO
140 - ext4: fix fdatasync(2) after extent manipulation operations
141 - drm: Fix oops + Xserver hang when unplugging USB drm devices
142 - usb: gadget: f_mass_storage: Serialize wake and sleep execution
143 - usb: musb: dsps: keep VBUS on for host-only mode
144 - usb: chipidea: imx: Do not access CLKONOFF on i.MX51
145 - usb: chipidea: udc: fix NULL pointer dereference if udc_start failed
146 - usb: chipidea: debug: check before accessing ci_role
147 - staging/lustre/lov: remove set_fs() call from lov_getstripe()
148 - iio: adc: bcm_iproc_adc: swap primary and secondary isr handler's
149 - iio: light: ltr501 Fix interchanged als/ps register field
150 - iio: trigger: fix NULL pointer dereference in iio_trigger_write_current()
151 - iio: proximity: as3935: fix AS3935_INT mask
152 - iio: proximity: as3935: fix iio_trigger_poll issue
153 - block: Avoid that blk_exit_rl() triggers a use-after-free
154 - mei: make sysfs modalias format similar as uevent modalias
155 - random: invalidate batched entropy after crng init
156 - cpufreq: cpufreq_register_driver() should return -ENODEV if init fails
157 - target: Re-add check to reject control WRITEs with overflow data
158 - drm/msm: Expose our reservation object when exporting a dmabuf.
159 - drm/msm/mdp5: use __drm_atomic_helper_plane_duplicate_state()
160 - ahci: Acer SA5-271 SSD Not Detected Fix
161 - rc-core: race condition during ir_raw_event_register()
162 - cgroup: Prevent kill_css() from being called more than once
163 - Input: elantech - add Fujitsu Lifebook E546/E557 to force crc_enabled
164 - cpuset: consider dying css as offline
165 - ufs: restore proper tail allocation
166 - fix ufs_isblockset()
167 - ufs: restore maintaining ->i_blocks
168 - ufs: set correct ->s_maxsize
169 - ufs_extend_tail(): fix the braino in calling conventions of
170 ufs_new_fragments()
171 - ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path
172 - excessive checks in ufs_write_failed() and ufs_evict_inode()
173 - cxl: Fix error path on bad ioctl
174 - cxl: Avoid double free_irq() for psl,slice interrupts
175 - btrfs: use correct types for page indices in btrfs_page_exists_in_range
176 - btrfs: fix memory leak in update_space_info failure path
177 - btrfs: fix race with relocation recovery and fs_root setup
178 - Btrfs: fix delalloc accounting leak caused by u32 overflow
179 - KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages
180 - scsi: qla2xxx: don't disable a not previously enabled PCI device
181 - scsi: qla2xxx: Fix recursive loop during target mode configuration for
182 ISP25XX leaving system unresponsive
183 - scsi: qla2xxx: Fix crash due to mismatch mumber of Q-pair creation for Multi
184 queue
185 - scsi: qla2xxx: Fix NULL pointer access due to redundant fc_host_port_name
186 call
187 - scsi: qla2xxx: Modify T262 FW dump template to specify same start/end to
188 debug customer issues
189 - scsi: qla2xxx: Set bit 15 for DIAG_ECHO_TEST MBC
190 - scsi: qla2xxx: Fix mailbox pointer error in fwdump capture
191 - powerpc/sysdev/simple_gpio: Fix oops in gpio save_regs function
192 - powerpc/numa: Fix percpu allocations to be NUMA aware
193 - powerpc/hotplug-mem: Fix missing endian conversion of aa_index
194 - powerpc/kernel: Fix FP and vector register restoration
195 - powerpc/kernel: Initialize load_tm on task creation
196 - Revert "ata: sata_mv: Convert to devm_ioremap_resource()"
197 - perf/core: Drop kernel samples even though :u is specified
198 - srcu: Allow use of Classic SRCU from both process and interrupt context
199 - net: qcom/emac: do not use hardware mdio automatic polling
200 - drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()
201 - drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()
202 - drm/vmwgfx: Make sure backup_handle is always valid
203 - x86/microcode/intel: Clear patch pointer before jettisoning the initrd
204 - drm/nouveau/tmr: fully separate alarm execution/pending lists
205 - ALSA: timer: Fix race between read and ioctl
206 - ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
207 - ASoC: Fix use-after-free at card unregistration
208 - cpu/hotplug: Drop the device lock on error
209 - drivers: char: mem: Fix wraparound check to allow mappings up to the end
210 - drm/i915: Fix runtime PM for LPE audio
211 - drm/i915/skl: Add missing SKL ID
212 - serial: sh-sci: Fix panic when serial console and DMA are enabled
213 - pinctrl: cherryview: Add terminate entry for dmi_system_id tables
214 - cgroup: mark cgroup_get() with __maybe_unused
215 - iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_size
216 - hwmon: (coretemp) Handle frozen hotplug state correctly
217 - audit: fix the RCU locking for the auditd_connection structure
218 - drm/i915/vbt: don't propagate errors from intel_bios_init()
219 - drm/i915/vbt: split out defaults that are set when there is no VBT
220 - netfilter: nft_set_rbtree: handle element re-addition after deletion
221 - kthread: fix boot hang (regression) on MIPS/OpenRISC
222 - Linux 4.11.5
223
224 -- Seth Forshee <seth.forshee@canonical.com> Wed, 21 Jun 2017 11:57:53 -0500
225
226 linux-raspi2 (4.11.0-1000.1) artful; urgency=low
227
228 [ Seth Forshee ]
229
230 * Release Tracking Bug
231 - LP: #1697946
232
233 * Import rpi patchs from https://github.com/raspberrypi/linux rpi-4.11.y
234 up to commit 935308cd9976d3ced653ffd73be5fdeb2e8c71b5
235
236 * Initial raspi2 packaging and configs
237
238 [ Ubuntu: 4.11.0-6.11 ]
239
240 * Release Tracking Bug
241 - LP: #1697022
242 * CVE-2014-9900
243 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
244 ethtool_get_wol()
245 * hisi_sas driver updates (LP: #1695999)
246 - scsi: hisi_sas: add to_hisi_sas_port()
247 - scsi: hisi_sas: add controller reset
248 - scsi: hisi_sas: move PHY init to hisi_sas_scan_start()
249 - scsi: hisi_sas: add softreset function for SATA disk
250 - scsi: hisi_sas: remove hisi_sas_port_deformed()
251 - scsi: hisi_sas: error hisi_sas_task_prep() when port down
252 - scsi: hisi_sas: only reset link for PHY_FUNC_LINK_RESET
253 - scsi: hisi_sas: modify error handling for v2 hw
254 - scsi: hisi_sas: modify hisi_sas_abort_task() for SSP
255 - scsi: hisi_sas: hardreset for SATA disk in LU reset
256 - scsi: hisi_sas: check for SAS_TASK_STATE_ABORTED in slot complete
257 - scsi: hisi_sas: free slots after hardreset
258 - scsi: hisi_sas: fix some sas_task.task_state_lock locking
259 - scsi: hisi_sas: remove task free'ing for timeouts
260 - scsi: hisi_sas: process error codes according to their priority
261 - scsi: hisi_sas: some modifications to v2 hw reg init values
262 - scsi: hisi_sas: handle PHY UP+DOWN simultaneous irq
263 - scsi: hisi_sas: rename hisi_sas_link_timeout_{enable, disable}_link
264 - scsi: hisi_sas: add hisi_sas_clear_nexus_ha()
265 - scsi: hisi_sas: release SMP slot in lldd_abort_task
266 - scsi: hisi_sas: check hisi_sas_lu_reset() error message
267 - scsi: hisi_sas: use dev_is_sata to identify SATA or SAS disk
268 - scsi: hisi_sas: add is_sata_phy_v2_hw()
269 - scsi: hisi_sas: add missing break in switch statement
270 - scsi: hisi_sas: fix SATA dependency
271 - scsi: hisi_sas: workaround STP link SoC bug
272 - scsi: hisi_sas: workaround a SoC SATA IO processing bug
273 - scsi: hisi_sas: workaround SoC about abort timeout bug
274 - scsi: hisi_sas: add v2 hw internal abort timeout workaround
275 - scsi: hisi_sas: fix NULL deference when TMF timeouts
276 - scsi: hisi_sas: controller reset for multi-bits ECC and AXI fatal errors
277 * [SRU][Zesty] Support SMMU passthrough using the default domain
278 (LP: #1688158)
279 - iommu/arm-smmu: Restrict domain attributes to UNMANAGED domains
280 - iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domains
281 - iommu/arm-smmu-v3: Make arm_smmu_install_ste_for_dev return void
282 - iommu/arm-smmu-v3: Install bypass STEs for IOMMU_DOMAIN_IDENTITY domains
283 - iommu: Allow default domain type to be set on the kernel command line
284 * [Zesty] QDF2400 ARM64 server - NMI watchdog: BUG: soft lockup - CPU#8 stuck
285 for 22s! (LP: #1680549)
286 - iommu/dma: Convert to address-based allocation
287 - iommu/dma: Clean up MSI IOVA allocation
288 - iommu/dma: Plumb in the per-CPU IOVA caches
289 - iommu/iova: Fix underflow bug in __alloc_and_insert_iova_range
290 * Artful update to v4.11.4 stable release (LP: #1696723)
291 - dccp/tcp: do not inherit mc_list from parent
292 - driver: vrf: Fix one possible use-after-free issue
293 - ipv6/dccp: do not inherit ipv6_mc_list from parent
294 - s390/qeth: handle sysfs error during initialization
295 - s390/qeth: unbreak OSM and OSN support
296 - s390/qeth: avoid null pointer dereference on OSN
297 - s390/qeth: add missing hash table initializations
298 - bpf, arm64: fix faulty emission of map access in tail calls
299 - netem: fix skb_orphan_partial()
300 - net: fix compile error in skb_orphan_partial()
301 - tcp: avoid fragmenting peculiar skbs in SACK
302 - tipc: make macro tipc_wait_for_cond() smp safe
303 - sctp: fix src address selection if using secondary addresses for ipv6
304 - sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
305 - net/packet: fix missing net_device reference release
306 - net/mlx5e: Use the correct pause values for ethtool advertising
307 - net/mlx5e: Fix ethtool pause support and advertise reporting
308 - tcp: eliminate negative reordering in tcp_clean_rtx_queue
309 - smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEY
310 - net/smc: Add warning about remote memory exposure
311 - net: Improve handling of failures on link and route dumps
312 - ipv6: Prevent overrun when parsing v6 header options
313 - ipv6: Check ip6_find_1stfragopt() return value properly.
314 - bridge: netlink: check vlan_default_pvid range
315 - qmi_wwan: add another Lenovo EM74xx device ID
316 - bridge: start hello_timer when enabling KERNEL_STP in br_stp_start
317 - ipv6: fix out of bound writes in __ip6_append_data()
318 - bonding: fix accounting of active ports in 3ad
319 - net/mlx5: Avoid using pending command interface slots
320 - net: phy: marvell: Limit errata to 88m1101
321 - vlan: Fix tcp checksum offloads in Q-in-Q vlans
322 - be2net: Fix offload features for Q-in-Q packets
323 - virtio-net: enable TSO/checksum offloads for Q-in-Q vlans
324 - geneve: fix fill_info when using collect_metadata
325 - tcp: avoid fastopen API to be used on AF_UNSPEC
326 - sctp: fix ICMP processing if skb is non-linear
327 - ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets
328 - ipv4: add reference counting to metrics
329 - bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_data
330 - bpf: fix wrong exposure of map_flags into fdinfo for lpm
331 - bpf: adjust verifier heuristics
332 - sparc64: Fix mapping of 64k pages with MAP_FIXED
333 - sparc: Fix -Wstringop-overflow warning
334 - sparc/ftrace: Fix ftrace graph time measurement
335 - fs/ufs: Set UFS default maximum bytes per file
336 - powerpc: Fix booting P9 hash with CONFIG_PPC_RADIX_MMU=N
337 - powerpc/spufs: Fix hash faults for kernel regions
338 - Revert "tty_port: register tty ports with serdev bus"
339 - serdev: fix tty-port client deregistration
340 - i2c: i2c-tiny-usb: fix buffer not being DMA capable
341 - crypto: skcipher - Add missing API setkey checks
342 - Revert "ACPI / button: Remove lid_init_state=method mode"
343 - x86/MCE: Export memory_error()
344 - acpi, nfit: Fix the memory error check in nfit_handle_mce()
345 - ACPI / sysfs: fix acpi_get_table() leak / acpi-sysfs denial of service
346 - ACPICA: Tables: Fix regression introduced by a too early mechanism enabling
347 - Revert "ACPI / button: Change default behavior to lid_init_state=open"
348 - mmc: sdhci-iproc: suppress spurious interrupt with Multiblock read
349 - scsi: zero per-cmd private driver data for each MQ I/O
350 - iscsi-target: Always wait for kthread_should_stop() before kthread exit
351 - iscsi-target: Fix initial login PDU asynchronous socket close OOPs
352 - scsi: scsi_dh_rdac: Use ctlr directly in rdac_failover_get()
353 - ibmvscsis: Clear left-over abort_cmd pointers
354 - ibmvscsis: Fix the incorrect req_lim_delta
355 - HID: wacom: Have wacom_tpc_irq guard against possible NULL dereference
356 - nvme-rdma: support devices with queue size < 32
357 - nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()
358 - nvme: avoid to use blk_mq_abort_requeue_list()
359 - drm/amd/powerplay/smu7: add vblank check for mclk switching (v2)
360 - drm/amd/powerplay/smu7: disable mclk switching for high refresh rates
361 - drm/radeon/ci: disable mclk switching for high refresh rates (v2)
362 - drm/radeon: Unbreak HPD handling for r600+
363 - pcmcia: remove left-over %Z format
364 - ALSA: hda - No loopback on ALC299 codec
365 - ALSA: hda - apply STAC_9200_DELL_M22 quirk for Dell Latitude D430
366 - Revert "ALSA: usb-audio: purge needless variable length array"
367 - ALSA: usb: Fix a typo in Tascam US-16x08 mixer element
368 - mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks
369 once
370 - mm: avoid spurious 'bad pmd' warning messages
371 - dax: fix race between colliding PMD & PTE entries
372 - mm/migrate: fix refcount handling when !hugepage_migration_supported()
373 - mlock: fix mlock count can not decrease in race condition
374 - mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified
375 - mm: consider memblock reservations for deferred memory initialization sizing
376 - RDMA/srp: Fix NULL deref at srp_destroy_qp()
377 - RDMA/qib,hfi1: Fix MR reference count leak on write with immediate
378 - x86/boot: Use CROSS_COMPILE prefix for readelf
379 - ksm: prevent crash after write_protect_page fails
380 - slub/memcg: cure the brainless abuse of sysfs attributes
381 - drm/gma500/psb: Actually use VBT mode when it is found
382 - xfs: Fix missed holes in SEEK_HOLE implementation
383 - xfs: use ->b_state to fix buffer I/O accounting release race
384 - xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()
385 - xfs: use dedicated log worker wq to avoid deadlock with cil wq
386 - xfs: fix over-copying of getbmap parameters from userspace
387 - xfs: actually report xattr extents via iomap
388 - xfs: drop iolock from reclaim context to appease lockdep
389 - xfs: fix integer truncation in xfs_bmap_remap_alloc
390 - xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
391 - xfs: prevent multi-fsb dir readahead from reading random blocks
392 - xfs: fix up quotacheck buffer list error handling
393 - xfs: support ability to wait on new inodes
394 - xfs: update ag iterator to support wait on new inodes
395 - xfs: wait on new inodes during quotaoff dquot release
396 - xfs: reserve enough blocks to handle btree splits when remapping
397 - xfs: fix use-after-free in xfs_finish_page_writeback
398 - xfs: fix indlen accounting error on partial delalloc conversion
399 - xfs: BMAPX shouldn't barf on inline-format directories
400 - xfs: bad assertion for delalloc an extent that start at i_size
401 - xfs: xfs_trans_alloc_empty
402 - xfs: avoid mount-time deadlock in CoW extent recovery
403 - xfs: fix unaligned access in xfs_btree_visit_blocks
404 - xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()
405 - Linux 4.11.4
406 * orangefs kernel module not compiled for amd64, i386 (LP: #1696541)
407 - [Config] CONFIG_ORANGEFS_FS=m
408 * Dell Inspiron on kernel 4.10 : battery detected only after AC power adapter
409 event (LP: #1678590)
410 - ACPI / blacklist: add _REV quirk for Dell Inspiron 7537
411 * APST quirk needed for Intel NVMe (LP: #1686592)
412 - nvme: Quirk APST on Intel 600P/P3100 devices
413 * iptables/ip6tables regressions in deleting rules (LP: #1691752)
414 - netfilter: xtables: zero padding in data_to_user
415 - netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside
416 CONFIG_COMPAT
417 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
418 (LP: #1671360)
419 - pinctrl: amd: make use of raw_spinlock variants
420 - pinctrl/amd: Use regular interrupt instead of chained
421 * Marvell MacchiatoBin crashes in fintek_8250_probe() (LP: #1692548)
422 - drivers/tty: 8250: only call fintek_8250_probe when doing port I/O
423 * extend-diff-ignore should use exact matches (LP: #1693504)
424 - [Packaging] exact extend-diff-ignore matches
425 * ATS fix: Fix opal_npu_destroy_context call (LP: #1692580)
426 - powerpc/powernv/npu-dma.c: Fix opal_npu_destroy_context() call
427 * Keyboard backlight control does not work on some dell laptops.
428 (LP: #1693126)
429 - platform/x86: dell-laptop: Add keyboard backlight timeout AC settings
430 * Miscellaneous Ubuntu changes
431 - SAUCE: efi: Don't print secure boot state from the efi stub
432 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
433 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
434
435 -- Seth Forshee <seth.forshee@canonical.com> Wed, 14 Jun 2017 09:13:02 -0500
436
437 linux-raspi2 (4.11.0-1000.0) artful; urgency=low
438
439 * Dummy Entry
440
441 -- Seth Forshee <seth.forshee@canonical.com> Wed, 24 May 2017 11:51:37 -0500
442
443 linux (4.11.0-4.9) artful; urgency=low
444
445 [ Seth Forshee ]
446
447 * Release Tracking Bug
448 - LP: #1693229
449
450 * arm64: mbigen updates (LP: #1692783)
451 - Revert "UBUNTU: SAUCE: irqchip: mbigen: Add ACPI support"
452 - irqchip/mbigen: Add ACPI support
453 - irqchip/mbigen: Fix return value check in mbigen_device_probe()
454 - irqchip/mbigen: Fix memory mapping code
455 - irqchip/mbigen: Fix potential NULL dereferencing
456 - irqchip/mbigen: Fix the clear register offset calculation
457
458 * Ubuntu16.04.03: POWER9 XIVE: msgsnd/doorbell IPI support (backport)
459 (LP: #1691973)
460 - powerpc/64s: Add msgp facility unavailable log string
461 - powerpc/64s: Add SCV FSCR bit for ISA v3.0
462 - powerpc/xive: Native exploitation of the XIVE interrupt controller
463 - powerpc: Change the doorbell IPI calling convention
464 - powerpc: Introduce msgsnd/doorbell barrier primitives
465 - powerpc/64s: Avoid a branch for ppc_msgsnd
466 - powerpc/powernv: POWER9 support for msgsnd/doorbell IPI
467 - powerpc/powernv: Add XIVE related definitions to opal-api.h
468 - powerpc: Add more PPC bit conversion macros
469 - powerpc: Add optional smp_ops->prepare_cpu SMP callback
470 - powerpc/smp: Remove migrate_irq() custom implementation
471 - powerpc/powernv: Fix oops on P9 DD1 in cause_ipi()
472
473 * Hardware transaction memory corruption (LP: #1691477)
474 - powerpc/tm: Fix FP and VMX register corruption
475
476 * Offlined CPUs of a core fail to come up online on POWER9 DD1 (Ubuntu 17.04)
477 (LP: #1685792)
478 - powerpc/powernv: Move CPU-Offline idle state invocation from smp.c to idle.c
479 - powerpc/powernv/smp: Add busy-wait loop as fall back for CPU-Hotplug
480 - powerpc/powernv/idle: Don't override default/deepest directly in kernel
481
482 * Merlin SGMII fail on Ubuntu Xenial HWE kernel (LP: #1686305)
483 - drivers: net: phy: xgene: Fix mdio write
484
485 * powerpc/powernv: Introduce address translation services for Nvlink2
486 (LP: #1690412)
487 - powerpc/powernv: Require MMU_NOTIFIER to fix NPU build
488 - drivers/of/base.c: Add of_property_read_u64_index
489 - powerpc/powernv: Add sanity checks to pnv_pci_get_{gpu|npu}_dev
490 - powerpc/powernv: Introduce address translation services for Nvlink2
491
492 * arm64/ACPI support for SBSA watchdog (LP: #1688114)
493 - clocksource: arm_arch_timer: clean up printk usage
494 - clocksource: arm_arch_timer: rename type macros
495 - clocksource: arm_arch_timer: rename the PPI enum
496 - clocksource: arm_arch_timer: move enums and defines to header file
497 - clocksource: arm_arch_timer: add a new enum for spi type
498 - clocksource: arm_arch_timer: rework PPI selection
499 - clocksource: arm_arch_timer: split dt-only rate handling
500 - clocksource: arm_arch_timer: refactor arch_timer_needs_probing
501 - clocksource: arm_arch_timer: move arch_timer_needs_of_probing into DT init
502 call
503 - clocksource: arm_arch_timer: add structs to describe MMIO timer
504 - clocksource: arm_arch_timer: split MMIO timer probing.
505 - [Config] CONFIG_ACPI_GTDT=y
506 - acpi/arm64: Add GTDT table parse driver
507 - clocksource: arm_arch_timer: simplify ACPI support code.
508 - acpi/arm64: Add memory-mapped timer support in GTDT driver
509 - clocksource: arm_arch_timer: add GTDT support for memory-mapped timer
510 - acpi/arm64: Add SBSA Generic Watchdog support in GTDT driver
511
512 * arm64: Add CNTFRQ_EL0 handler (LP: #1688164)
513 - arm64: Add CNTFRQ_EL0 trap handler
514
515 * Support IPMI system interface on Cavium ThunderX (LP: #1688132)
516 - i2c: thunderx: Enable HWMON class probing
517
518 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
519 - [Config] CONFIG_LIBIO=y on arm64 only
520 - SAUCE: LIBIO: Introduce a generic PIO mapping method
521 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
522 - [Config] CONFIG_HISILICON_LPC=y
523 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
524 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
525 I/O
526 - SAUCE: LPC: Add the ACPI LPC support
527 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
528 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
529
530 * POWER9: CAPI2 enablement (LP: #1686519)
531 - cxl: Read vsec perst load image
532 - cxl: Remove unused values in bare-metal environment.
533 - cxl: Keep track of mm struct associated with a context
534 - cxl: Update implementation service layer
535 - cxl: Rename some psl8 specific functions
536 - cxl: Isolate few psl8 specific calls
537 - cxl: Add psl9 specific code
538
539 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
540 - SAUCE: tty: Fix ldisc crash on reopened tty
541
542 * Artful update to 4.11.2 stable release (LP: #1692332)
543 - xen: adjust early dom0 p2m handling to xen hypervisor behavior
544 - target: Fix compare_and_write_callback handling for non GOOD status
545 - target/fileio: Fix zero-length READ and WRITE handling
546 - iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement
547 - usb: xhci: bInterval quirk for TI TUSB73x0
548 - usb: host: xhci: print correct command ring address
549 - USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev Kit
550 - USB: Proper handling of Race Condition when two USB class drivers try to
551 call init_usb_class simultaneously
552 - USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"
553 - staging: vt6656: use off stack for in buffer USB transfers.
554 - staging: vt6656: use off stack for out buffer USB transfers.
555 - staging: gdm724x: gdm_mux: fix use-after-free on module unload
556 - staging: wilc1000: Fix problem with wrong vif index
557 - staging: sir: fill in missing fields and fix probe
558 - staging: comedi: jr3_pci: fix possible null pointer dereference
559 - staging: comedi: jr3_pci: cope with jiffies wraparound
560 - usb: misc: add missing continue in switch
561 - usb: gadget: legacy gadgets are optional
562 - usb: Make sure usb/phy/of gets built-in
563 - usb: hub: Fix error loop seen after hub communication errors
564 - usb: hub: Do not attempt to autosuspend disconnected devices
565 - x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup
566 - selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug
567 - x86, pmem: Fix cache flushing for iovec write < 8 bytes
568 - um: Fix PTRACE_POKEUSER on x86_64
569 - perf/x86: Fix Broadwell-EP DRAM RAPL events
570 - KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
571 - Revert "KVM: Support vCPU-based gfn->hva cache"
572 - KVM: arm/arm64: fix races in kvm_psci_vcpu_on
573 - arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
574 - block: fix blk_integrity_register to use template's interval_exp if not 0
575 - crypto: s5p-sss - Close possible race for completed requests
576 - crypto: algif_aead - Require setkey before accept(2)
577 - crypto: ccp - Use only the relevant interrupt bits
578 - crypto: ccp - Disable interrupts early on unload
579 - crypto: ccp - Change ISR handler method for a v3 CCP
580 - crypto: ccp - Change ISR handler method for a v5 CCP
581 - dm crypt: rewrite (wipe) key in crypto layer using random data
582 - dm era: save spacemap metadata root after the pre-commit
583 - dm rq: check blk_mq_register_dev() return value in
584 dm_mq_init_request_queue()
585 - dm thin: fix a memory leak when passing discard bio down
586 - vfio/type1: Remove locked page accounting workqueue
587 - iov_iter: don't revert iov buffer if csum error
588 - IB/core: Fix sysfs registration error flow
589 - IB/core: Fix kernel crash during fail to initialize device
590 - IB/core: For multicast functions, verify that LIDs are multicast LIDs
591 - IB/IPoIB: ibX: failed to create mcg debug file
592 - IB/mlx4: Fix ib device initialization error flow
593 - IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug level
594 - IB/hfi1: Prevent kernel QP post send hard lockups
595 - perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()
596 - perf annotate s390: Fix perf annotate error -95 (4.10 regression)
597 - perf annotate s390: Implement jump types for perf annotate
598 - jbd2: fix dbench4 performance regression for 'nobarrier' mounts
599 - ext4: evict inline data when writing to memory map
600 - orangefs: fix bounds check for listxattr
601 - orangefs: clean up oversize xattr validation
602 - orangefs: do not set getattr_time on orangefs_lookup
603 - orangefs: do not check possibly stale size on truncate
604 - fs/xattr.c: zero out memory copied to userspace in getxattr
605 - ceph: fix memory leak in __ceph_setxattr()
606 - fs: fix data invalidation in the cleancache during direct IO
607 - fs/block_dev: always invalidate cleancache in invalidate_bdev()
608 - mm: vmscan: fix IO/refault regression in cache workingset transition
609 - mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC
610 - Fix match_prepath()
611 - Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILE
612 - Set unicode flag on cifs echo request to avoid Mac error
613 - SMB3: Work around mount failure when using SMB3 dialect to Macs
614 - CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
615 - cifs: fix leak in FSCTL_ENUM_SNAPS response handling
616 - cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops
617 - CIFS: fix oplock break deadlocks
618 - cifs: fix CIFS_IOC_GET_MNT_INFO oops
619 - CIFS: add misssing SFM mapping for doublequote
620 - ovl: do not set overlay.opaque on non-dir create
621 - padata: free correct variable
622 - md/raid1: avoid reusing a resync bio after error handling.
623 - device-dax: fix cdev leak
624 - device-dax: fix sysfs attribute deadlock
625 - dax: prevent invalidation of mapped DAX entries
626 - mm: fix data corruption due to stale mmap reads
627 - ext4: return to starting transaction in ext4_dax_huge_fault()
628 - dax: fix PMD data corruption when fault races with write
629 - f2fs: fix wrong max cost initialization
630 - Revert "f2fs: put allocate_segment after refresh_sit_entry"
631 - f2fs: fix fs corruption due to zero inode page
632 - f2fs: fix multiple f2fs_add_link() having same name for inline dentry
633 - f2fs: check entire encrypted bigname when finding a dentry
634 - f2fs: Make flush bios explicitely sync
635 - initramfs: Always do fput() and load modules after rootfs populate
636 - initramfs: avoid "label at end of compound statement" error
637 - fscrypt: fix context consistency check when key(s) unavailable
638 - fscrypt: avoid collisions when presenting long encrypted filenames
639 - serial: samsung: Use right device for DMA-mapping calls
640 - serial: samsung: Add missing checks for dma_map_single failure
641 - serial: omap: fix runtime-pm handling on unbind
642 - serial: omap: suspend device on probe errors
643 - tty: pty: Fix ldisc flush after userspace become aware of the data already
644 - tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44
645 - Bluetooth: Fix user channel for 32bit userspace on 64bit kernel
646 - Bluetooth: hci_bcm: add missing tty-device sanity check
647 - Bluetooth: hci_intel: add missing tty-device sanity check
648 - cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()
649 - libata: reject passthrough WRITE SAME requests
650 - ipmi: Fix kernel panic at ipmi_ssif_thread()
651 - libnvdimm, region: fix flush hint detection crash
652 - libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify
653 - libnvdimm: fix nvdimm_bus_lock() vs device_lock() ordering
654 - libnvdimm, pfn: fix 'npfns' vs section alignment
655 - pstore: Fix flags to enable dumps on powerpc
656 - pstore: Use dynamic spinlock initializer
657 - pstore: Shut down worker when unregistering
658 - Linux 4.11.2
659
660 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
661 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
662
663 * iptables regression causing snapd ADT failure (LP: #1691752)
664 - SAUCE: Revert "iptables: use match, target and data copy_to_user helpers"
665
666 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
667 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
668
669 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
670 (LP: #1672819)
671 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
672
673 * CVE-2013-1060 (LP: #1206200)
674 - [Debian] (no-squash) supply perf with appropriate prefix to ensure use of
675 local config
676
677 * Miscellaneous Ubuntu changes
678 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
679 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
680
681 * Miscellaneous upstream changes
682 - Revert "UBUNTU: [Debian] supply perf with appropriate prefix to ensure use
683 of local config"
684
685 -- Seth Forshee <seth.forshee@canonical.com> Wed, 24 May 2017 08:57:22 -0500
686
687 linux (4.11.0-3.8) artful; urgency=low
688
689 [ Seth Forshee ]
690
691 * Release Tracking Bug
692 - LP: #1690999
693
694 * apparmor_parser hangs indefinitely when called by multiple threads
695 (LP: #1645037)
696 - SAUCE: apparmor: fix lock ordering for mkdir
697
698 * apparmor leaking securityfs pin count (LP: #1660846)
699 - SAUCE: apparmor: fix leak on securityfs pin count
700
701 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
702 (LP: #1660845)
703 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
704 fails
705
706 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
707 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
708
709 * libvirt profile is blocking global setrlimit despite having no rlimit rule
710 (LP: #1679704)
711 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
712 - apparmor: update auditing of rlimit check to provide capability information
713
714 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
715 - SAUCE: apparmor: add policy revision file interface
716
717 * apparmor does not make support of query data visible (LP: #1678023)
718 - SAUCE: apparmor: add label data availability to the feature set
719
720 * apparmor query interface does not make supported query info available
721 (LP: #1678030)
722 - SAUCE: apparmor: add information about the query inteface to the feature set
723
724 * change_profile incorrect when using namespaces with a compound stack
725 (LP: #1677959)
726 - SAUCE: apparmor: fix label parse for stacked labels
727
728 * Regression in 4.4.0-65-generic causes very frequent system crashes
729 (LP: #1669611)
730 - apparmor: sync of apparmor 3.6+ (17.04)
731
732 * Artful update to 4.11.1 stable release (LP: #1690814)
733 - dm ioctl: prevent stack leak in dm ioctl call
734 - drm/sti: fix GDP size to support up to UHD resolution
735 - power: supply: lp8788: prevent out of bounds array access
736 - brcmfmac: Ensure pointer correctly set if skb data location changes
737 - brcmfmac: Make skb header writable before use
738 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
739 - refcount: change EXPORT_SYMBOL markings
740 - net: macb: fix phy interrupt parsing
741 - tcp: fix access to sk->sk_state in tcp_poll()
742 - geneve: fix incorrect setting of UDP checksum flag
743 - bpf: enhance verifier to understand stack pointer arithmetic
744 - bpf, arm64: fix jit branch offset related to ldimm64
745 - tcp: fix wraparound issue in tcp_lp
746 - net: ipv6: Do not duplicate DAD on link up
747 - net: usb: qmi_wwan: add Telit ME910 support
748 - tcp: do not inherit fastopen_req from parent
749 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
750 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
751 - ipv6: initialize route null entry in addrconf_init()
752 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
753 - tcp: randomize timestamps on syncookies
754 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
755 - bpf: don't let ldimm64 leak map addresses on unprivileged
756 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
757 - f2fs: sanity check segment count
758 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
759 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
760 - block: get rid of blk_integrity_revalidate()
761 - Linux 4.11.1
762
763 * Module signing exclusion for staging drivers does not work properly
764 (LP: #1690908)
765 - SAUCE: Fix module signing exclusion in package builds
766
767 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
768 - [Config] CONFIG_QCOM_L3_PMU=y
769 - perf: qcom: Add L3 cache PMU driver
770
771 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
772 - drivers/perf: arm_pmu: rework per-cpu allocation
773 - drivers/perf: arm_pmu: manage interrupts per-cpu
774 - drivers/perf: arm_pmu: split irq request from enable
775 - drivers/perf: arm_pmu: remove pointless PMU disabling
776 - drivers/perf: arm_pmu: define armpmu_init_fn
777 - drivers/perf: arm_pmu: fold init into alloc
778 - drivers/perf: arm_pmu: factor out pmu registration
779 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
780 - drivers/perf: arm_pmu: handle no platform_device
781 - drivers/perf: arm_pmu: rename irq request/free functions
782 - drivers/perf: arm_pmu: split cpu-local irq request/free
783 - drivers/perf: arm_pmu: move irq request/free into probe
784 - drivers/perf: arm_pmu: split out platform device probe logic
785 - arm64: add function to get a cpu's MADT GICC table
786 - [Config] CONFIG_ARM_PMU_ACPI=y
787 - drivers/perf: arm_pmu: add ACPI framework
788 - arm64: pmuv3: handle !PMUv3 when probing
789 - arm64: pmuv3: use arm_pmu ACPI framework
790
791 * Fix NVLINK2 TCE route (LP: #1690155)
792 - powerpc/powernv: Fix TCE kill on NVLink2
793
794 * CVE-2017-0605
795 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
796
797 * Miscellaneous Ubuntu changes
798 - [Config] Restore powerpc arch to annotations file
799 - [Config] Disable runtime testing modules
800 - [Config] Disable drivers not needed on s390x
801 - [Config] Update annotations for 4.11
802 - [Config] updateconfigs after apparmor updates
803
804 * Miscellaneous upstream changes
805 - apparmor: use SHASH_DESC_ON_STACK
806 - apparmor: fix invalid reference to index variable of iterator line 836
807 - apparmor: fix parameters so that the permission test is bypassed at boot
808 - apparmor: Make path_max parameter readonly
809 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
810 - apparmorfs: Use seq_putc() in two functions
811 - apparmor: provide information about path buffer size at boot
812 - apparmor: add/use fns to print hash string hex value
813
814 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
815
816 linux (4.11.0-2.7) artful; urgency=low
817
818 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
819 (LP: #1688259)
820 - Remove squashfs-modules files from d-i
821 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
822
823 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
824 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
825 - d-i: initrd needs qcom_emac on amberwing platform.
826
827 * update for V3 kernel bits and improved multiple fan slice support
828 (LP: #1470091)
829 - SAUCE: fan: tunnel multiple mapping mode (v3)
830
831 * Miscellaneous Ubuntu changes
832 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
833 - Enable zfs
834 - SAUCE: fan: add VXLAN implementation
835 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
836 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
837 kernel image
838 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
839 mode
840 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
841 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
842 locked down
843 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
844 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
845 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
846 reboot
847 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
848 set
849 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
850 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
851 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
852 down
853 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
854 locked down
855 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
856 down
857 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
858 is locked down
859 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
860 locked down
861 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
862 has been locked down
863 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
864 locked down
865 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
866 locked down
867 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
868 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
869 kernel is locked down
870 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
871 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
872 down
873 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
874 - SAUCE: (efi-lockdown) Add EFI signature data types
875 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
876 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
877 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
878 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
879 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
880 disabled
881 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
882 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
883 MokSBState
884 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
885 - [Config] Set values for UEFI secure boot lockdown options
886 - Update dropped.txt
887
888 [ Upstream Kernel Changes ]
889
890 * rebase to v4.11
891
892 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
893
894 linux (4.11.0-1.6) artful; urgency=low
895
896 * Miscellaneous Ubuntu changes
897 - [Debian] Use default compression for all packages
898 - SAUCE: (namespace) block_dev: Support checking inode permissions in
899 lookup_bdev()
900 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
901 when mounting
902 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
903 when mounting
904 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
905 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
906 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
907 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
908 security.* xattrs
909 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
910 filesystems
911 - SAUCE: (namespace) fuse: Add support for pid namespaces
912 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
913 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
914 or a descendant
915 - SAUCE: (namespace) fuse: Allow user namespace mounts
916 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
917 namespaces
918 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
919 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
920 mounts
921 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
922 opened for writing
923
924 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
925
926 linux (4.11.0-0.5) artful; urgency=low
927
928 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
929 (LP: #1684971)
930 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
931
932 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
933 (LP: #1470250)
934 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
935
936 * Enable virtual scsi server driver for Power (LP: #1615665)
937 - SAUCE: Return TCMU-generated sense data to fabric module
938
939 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
940 (LP: #1630990)
941 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
942 CONFIG_SECURITYFS=n
943
944 * Miscellaneous Ubuntu changes
945 - SAUCE: Import aufs driver
946 - [Config] Enable aufs
947 - [Debian] Add script to update virtualbox
948 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
949 - Enable vbox
950 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
951
952 [ Upstream Kernel Changes ]
953
954 * rebase to v4.11-rc8
955
956 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
957
958 linux (4.11.0-0.4) zesty; urgency=low
959
960 * POWER9: Improve performance on memory management (LP: #1681429)
961 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
962 flush
963 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
964
965 * Miscellaneous Ubuntu changes
966 - find-missing-sauce.sh
967
968 [ Upstream Kernel Changes ]
969
970 * rebase to v4.11-rc7
971
972 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
973
974 linux (4.11.0-0.3) zesty; urgency=low
975
976 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
977 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
978
979 * smartpqi driver needed in initram disk and installer (LP: #1680156)
980 - [Config] Add smartpqi to d-i
981
982 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
983 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
984
985 * Miscellaneous Ubuntu changes
986 - [Config] flash-kernel should be a Breaks
987 - [Config] drop the info directory
988 - [Config] drop NOTES as obsolete
989 - [Config] drop changelog.historical as obsolete
990 - rebase to v4.11-rc6
991
992 [ Upstream Kernel Changes ]
993
994 * rebase to v4.11-rc6
995
996 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
997
998 linux (4.11.0-0.2) zesty; urgency=low
999
1000 [ Upstream Kernel Changes ]
1001
1002 * rebase to v4.11-rc5
1003
1004 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
1005
1006 linux (4.11.0-0.1) zesty; urgency=low
1007
1008 [ Upstream Kernel Changes ]
1009
1010 * rebase to v4.11-rc4
1011 - LP: #1591053
1012
1013 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
1014
1015 linux (4.11.0-0.0) zesty; urgency=low
1016
1017 * dummy entry
1018
1019 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600