[linux] 01/01: Merge tag 'debian/4.12.13-1' into stretch-backports

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Sep 28 17:27:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch stretch-backports
in repository linux.

commit 9e20f99662e9135e65076588580dafbd9e1e67e0
Merge: de03636 44ed7a1
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Sep 28 13:30:31 2017 +0200

    Merge tag 'debian/4.12.13-1' into stretch-backports
    
    "Release linux (4.12.13-1)."
    
    Drop the ABI reference files for 4.12.0-2 and change our ABI number to
    0.bpo.2.

 debian/changelog                                   | 340 +++++++++++++++++++++
 debian/config/armel/config.marvell                 |   1 +
 debian/config/defines                              |   7 +-
 .../alpha/modules/alpha-generic/i2c-modules        |   1 +
 ...ert-x86_64-and-arm64-elf_et_dyn_base-base.patch |  71 -----
 ...dsim-remove-debugfs-entries-in-error-path.patch |  34 +++
 ...-the-required-netlink-attributes-presence.patch |  36 +++
 ...-t-write-vnet-header-beyond-end-of-buffer.patch |  68 +++++
 ...et-fix-tp_reserve-race-in-packet_set_ring.patch |  51 ----
 .../rtlwifi-fix-fallback-firmware-loading.patch    |  90 ------
 ...x-memory-leak-when-firmware-request-fails.patch | 142 ---------
 ...-iscsi_if_rx-doesn-t-parse-nlmsg-properly.patch |  55 ++++
 ...xxx-Fix-an-integer-overflow-in-sysfs-code.patch |  64 ++++
 ...-out-of-bounds-reads-from-address-storage.patch | 191 ++++++++++++
 ...p-consistently-apply-ufo-or-fragmentation.patch |  94 ------
 ...-aty-do-not-leak-uninitialized-padding-in.patch |  30 ++
 .../xfrm-policy-check-policy-direction-value.patch |  40 ---
 ...-add-support-for-__sane_userspace_types__.patch |  56 ----
 .../mips/mips-octeon-fix-broken-edac-driver.patch  | 145 ---------
 ...don-t-allow-l2-to-access-the-hardware-cr8.patch |  34 +++
 ...vmx-do-not-bug-on-out-of-bounds-guest-irq.patch |  52 ++++
 debian/patches/series                              |  17 +-
 debian/source/lintian-overrides                    |   4 +
 23 files changed, 925 insertions(+), 698 deletions(-)

diff --cc debian/changelog
index f870dc8,b869089..2ef71a5
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,12 -1,336 +1,352 @@@
++linux (4.12.13-1~bpo9+1) stretch-backports; urgency=medium
++
++  * Rebuild for stretch-backports:
++    - Change ABI number to 0.bpo.2
++
++ -- Ben Hutchings <ben at decadent.org.uk>  Thu, 28 Sep 2017 12:29:04 +0100
++
+ linux (4.12.13-1) unstable; urgency=medium
+ 
+   * New upstream stable update:
+     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.13
+     - mtd: nand: make Samsung SLC NAND usable again
+     - mtd: nand: hynix: add support for 20nm NAND chips
+     - [armhf] mtd: nand: mxc: Fix mxc_v1 ooblayout
+     - nvme-fabrics: generate spec-compliant UUID NQNs
+     - btrfs: resume qgroup rescan on rw remount
+     - rtlwifi: btcoexist: Fix breakage of ant_sel for rtl8723be
+     - radix-tree: must check __radix_tree_preload() return value
+     - mm: kvfree the swap cluster info if the swap file is unsatisfactory
+     - mm/swapfile.c: fix swapon frontswap_map memory leak on error
+     - mm/memory.c: fix mem_cgroup_oom_disable() call missing
+     - [i386] ALSA: msnd: Optimize / harden DSP and MIDI loops
+     - [x86] KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guest
+     - rt2800: fix TX_PIN_CFG setting for non MT7620 chips
+     - Bluetooth: Properly check L2CAP config option output buffer length
+       (CVE-2017-1000251) (Closes: #875881)
+     - [arm64] dts: marvell: armada-37xx: Fix GIC maintenance interrupt
+     - [armel,armhf] 8692/1: mm: abort uaccess retries upon fatal signal
+     - NFS: Fix 2 use after free issues in the I/O code
+     - NFS: Sync the correct byte range during synchronous writes
+     - NFSv4: Fix up mirror allocation
+     - xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
+       (CVE-2017-14340)
+ 
+   [ Salvatore Bonaccorso ]
+   * sctp: Avoid out-of-bounds reads from address storage (CVE-2017-7558)
+   * scsi: qla2xxx: Fix an integer overflow in sysfs code (CVE-2017-14051)
+   * Add ABI reference for 4.12.0-2
+ 
+   [ Ben Hutchings ]
+   * nl80211: check for the required netlink attributes presence (CVE-2017-12153)
+   * [x86] kvm: nVMX: Don't allow L2 to access the hardware CR8 (CVE-2017-12154)
+   * video: fbdev: aty: do not leak uninitialized padding in clk to userspace
+     (CVE-2017-14156)
+   * scsi: fix the issue that iscsi_if_rx doesn't parse nlmsg properly
+     (CVE-2017-14489)
+   * packet: Don't write vnet header beyond end of buffer (CVE-2017-14497)
+   * [x86] KVM: VMX: Do not BUG() on out-of-bounds guest IRQ (CVE-2017-1000252)
+   * nfs: Ignore ABI change
+ 
+  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 19 Sep 2017 01:59:17 +0100
+ 
+ linux (4.12.12-2) unstable; urgency=medium
+ 
+   * debian/source/lintian-overrides: Override license-problem-gfdl-invariants
+     error triggered by a ReSTified copy of the GFDL
+ 
+  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 11 Sep 2017 04:35:28 +0100
+ 
+ linux (4.12.12-1) unstable; urgency=medium
+ 
+   * New upstream stable update:
+     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.7
+     - ppp: Fix false xmit recursion detect with two ppp devices
+     - ppp: fix xmit recursion detection on ppp channels
+     - tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
+     - net: fix keepalive code vs TCP_FASTOPEN_CONNECT
+     - ipv6: set rt6i_protocol properly in the route when it is installed
+     - [s390x] bpf: fix jit branch offset related to ldimm64
+     - net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packets
+     - net: sched: set xt_tgchk_param par.net properly in ipt_init_target
+     - net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target
+     - tcp: fastopen: tcp_connect() must refresh the route
+     - qmi_wwan: fix NULL deref on disconnect
+     - net: avoid skb_warn_bad_offload false positives on UFO
+     - igmp: Fix regression caused by igmp sysctl namespace code.
+     - scsi: sg: only check for dxfer_len greater than 256M
+     - btrfs: Remove false alert when fiemap range is smaller than on-disk
+       extent
+     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.8
+     - mm: ratelimit PFNs busy info message
+     - mm: fix list corruptions on shmem shrinklist
+     - futex: Remove unnecessary warning from get_futex_key
+     - xfs: Fix leak of discard bio
+     - [armhf] pinctrl: armada-37xx: Fix number of pin in south bridge
+     - mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES
+     - mtd: nand: Declare tBERS, tR and tPROG as u64 to avoid integer overflow
+     - iscsi-target: fix memory leak in iscsit_setup_text_cmd()
+     - iscsi-target: Fix iscsi_np reset hung task during parallel delete
+     - usb-storage: fix deadlock involving host lock and scsi_done
+     - target: Fix node_acl demo-mode + uncached dynamic shutdown regression
+     - fuse: initialize the flock flag in fuse_file on allocation
+     - i2c: designware: Some broken DSTDs use 1MiHz instead of 1MHz
+     - nand: fix wrong default oob layout for small pages using soft ecc
+     - mmc: mmc: correct the logic for setting HS400ES signal voltage
+     - nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays
+     - [armhf] drm/etnaviv: Fix off-by-one error in reloc checking
+     - [x86] drm/i915: Fix out-of-bounds array access in bdw_load_gamma_lut
+     - [armhf] usb: musb: fix tx fifo flush handling again
+     - USB: hcd: Mark secondary HCD as dead if the primary one died
+     - [armhf] iio: accel: st_accel: add SPI-3wire support
+     - [x86] iio: accel: bmc150: Always restore device to normal mode after
+       suspend-resume
+     - iio: light: tsl2563: use correct event code
+     - staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNING
+     - uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069
+     - firmware: fix batched requests - wake all waiters
+     - firmware: fix batched requests - send wake up on failure on direct lookups
+     - firmware: avoid invalid fallback aborts by using killable wait
+     - block: Make blk_mq_delay_kick_requeue_list() rerun the queue at a quiet
+       time
+     - USB: Check for dropped connection before switching to full speed
+     - usb: core: unlink urbs from the tail of the endpoint's urb_list
+     - usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter
+     - usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume
+     - PCI: Protect pci_error_handlers->reset_notify() usage with device_lock()
+     - xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue
+     - pnfs/blocklayout: require 64-bit sector_t
+     - [x86] pinctrl: cherryview: Add Setzer models to the Chromebook DMI quirk
+     - [armhf] pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver
+     - [x86] pinctrl: intel: merrifield: Correct UART pin lists
+     - [armhf] pinctrl: samsung: Remove bogus irq_[un]mask from resource
+       management
+     - [arm64] pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry
+     - [arm64] pinctrl: meson-gxl: Add missing GPIODV_18 pin entry
+     - [mips*] Revert "MIPS: Don't unnecessarily include kmalloc.h into
+       <asm/cache.h>."
+     - [mips*/octeon] Fix broken EDAC driver.
+     - [ppc64el] Fix /proc/cpuinfo revision for POWER9 DD2
+     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.9
+     - audit: Fix use after free in audit_remove_watch_rule()
+     - [hppa] pci memory bar assignment fails with 64bit kernels on dino/cujo
+     - [x86] crypto: sha1 - Fix reads beyond the number of blocks passed
+     - [x86] drm/i915: Perform an invalidate prior to executing golden
+       renderstate
+     - drm/amdgpu: save list length when fence is signaled
+     - md: fix test in md_write_start()
+     - md: always clear ->safemode when md_check_recovery gets the mddev lock.
+     - MD: not clear ->safemode for external metadata array
+     - ALSA: seq: 2nd attempt at fixing race creating a queue
+     - ALSA: usb-audio: Apply sample rate quirk to Sennheiser headset
+     - ALSA: usb-audio: Add mute TLV for playback volumes on C-Media devices
+     - ALSA: usb-audio: add DSD support for new Amanero PID
+     - mm: discard memblock data later
+     - slub: fix per memcg cache leak on css offline
+     - mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS
+     - mm/cma_debug.c: fix stack corruption due to sprintf usage
+     - mm/mempolicy: fix use after free when calling get_mempolicy
+     - mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEM
+     - [amd64,arm64] mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changes
+     - xen: fix bio vec merging (CVE-2017-12134) (Closes: #866511)
+     - [armhf] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset
+     - blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULL
+     - [powerpc*] Fix VSX enabling/flushing to also test MSR_FP and MSR_VEC
+     - xen-blkfront: use a right index when checking requests
+     - [x86] perf: Fix RDPMC vs. mm_struct tracking
+     - [amd64] asm: Clear AC on NMI entries
+     - [x86] Fix norandmaps/ADDR_NO_RANDOMIZE
+     - [x86] elf: Remove the unnecessary ADDR_NO_RANDOMIZE checks
+     - genirq: Restore trigger settings in irq_modify_status()
+     - genirq/ipi: Fixup checks against nr_cpu_ids
+     - kernel/watchdog: Prevent false positives with turbo modes
+     - Sanitize 'move_pages()' permission checks (CVE-2017-14140)
+     - pids: make task_tgid_nr_ns() safe
+     - debug: Fix WARN_ON_ONCE() for modules
+     - usb: optimize acpi companion search for usb port devices
+     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.10
+     - [sparc64] remove unnecessary log message
+     - bonding: require speed/duplex only for 802.3ad, alb and tlb
+     - bonding: ratelimit failed speed/duplex update warning
+     - af_key: do not use GFP_KERNEL in atomic contexts
+     - dccp: purge write queue in dccp_destroy_sock()
+     - dccp: defer ccid_hc_tx_delete() at dismantle time
+     - ipv4: fix NULL dereference in free_fib_info_rcu()
+     - net_sched/sfq: update hierarchical backlog when drop packet
+     - net_sched: remove warning from qdisc_hash_add
+     - bpf: fix bpf_trace_printk on 32 bit archs
+     - net: igmp: Use ingress interface rather than vrf device
+     - openvswitch: fix skb_panic due to the incorrect actions attrlen
+     - ptr_ring: use kmalloc_array()
+     - ipv4: better IP_MAX_MTU enforcement
+     - nfp: fix infinite loop on umapping cleanup
+     - tun: handle register_netdevice() failures properly
+     - sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
+     - tipc: fix use-after-free
+     - ipv6: reset fn->rr_ptr when replacing route
+     - ipv6: repair fib6 tree in failure case
+     - tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
+     - net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabled
+     - irda: do not leak initialized list.dev to userspace
+     - net: sched: fix NULL pointer dereference when action calls some targets
+     - net_sched: fix order of queue length updates in qdisc_replace()
+     - bpf, verifier: add additional patterns to evaluate_reg_imm_alu
+     - bpf: fix mixed signed/unsigned derived min/max value bounds
+     - bpf/verifier: fix min/max handling in BPF_SUB
+     - Input: ALPS - fix two-finger scroll breakage in right side on ALPS
+       touchpad
+     - [s390x] KVM: sthyi: fix sthyi inline assembly
+     - [s390x] KVM: sthyi: fix specification exception detection
+     - [x86] KVM: simplify handling of PKRU
+     - [x86] KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state
+     - [x86] KVM: block guest protection keys unless the host has them enabled
+     - ALSA: core: Fix unexpected error at replacing user TLV
+     - ALSA: firewire: fix NULL pointer dereference when releasing
+       uninitialized data of iso-resource
+     - ALSA: firewire-motu: destroy stream data surely at failure of card
+       initialization
+     - PM/hibernate: touch NMI watchdog when creating snapshot
+     - mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabled
+     - dax: fix deadlock due to misaligned PMD faults
+     - i2c: designware: Fix system suspend
+     - mm/madvise.c: fix freeing of locked page with MADV_FREE
+     - fork: fix incorrect fput of ->exe_file causing use-after-free
+     - mm/memblock.c: reversed logic in memblock_discard()
+     - [arm64] fpsimd: Prevent registers leaking across exec
+     - drm: Fix framebuffer leak
+     - drm: Release driver tracking before making the object available again
+     - [armhf] drm/sun4i: Implement drm_driver lastclose to restore fbdev
+       console
+     - drm/atomic: Handle -EDEADLK with out-fences correctly
+     - drm/atomic: If the atomic check fails, return its value first
+     - [x86] drm/i915/vbt: ignore extraneous child devices for a port
+     - [x86] drm/i915/gvt: Fix the kernel null pointer error
+     - Revert "drm/amdgpu: fix vblank_time when displays are off"
+     - ACPI: device property: Fix node lookup in
+       acpi_graph_get_child_prop_value()
+     - tracing: Call clear_boot_tracer() at lateinit_sync
+     - tracing: Missing error code in tracer_alloc_buffers()
+     - tracing: Fix kmemleak in tracing_map_array_free()
+     - tracing: Fix freeing of filter in create_filter() when set_str is false
+     - RDMA/uverbs: Initialize cq_context appropriately
+     - cifs: Fix df output for users with quota limits
+     - cifs: return ENAMETOOLONG for overlong names in
+       cifs_open()/cifs_lookup()
+     - nfsd: Limit end of page list when decoding NFSv4 WRITE
+     - ring-buffer: Have ring_buffer_alloc_read_page() return error on offline
+       CPU
+     - virtio_pci: fix cpu affinity support
+     - ftrace: Check for null ret_stack on profile function graph entry
+       function
+     - perf/core: Fix group {cpu,task} validation
+     - timers: Fix excessive granularity of new timers after a nohz idle
+     - [x86] mm: Fix use-after-free of ldt_struct
+     - net: sunrpc: svcsock: fix NULL-pointer exception
+     - netfilter: expect: fix crash when putting uninited expectation
+     - netfilter: nat: fix src map lookup
+     - netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcv
+     - Bluetooth: hidp: fix possible might sleep error in hidp_session_thread
+     - Bluetooth: cmtp: fix possible might sleep error in cmtp_session
+     - Bluetooth: bnep: fix possible might sleep error in bnep_session
+     - iio: hid-sensor-trigger: Fix the race with user space powering up
+       sensors
+     - iommu: Fix wrong freeing of iommu_device->dev
+     - Clarify (and fix) MAX_LFS_FILESIZE macros
+     - ACPI: EC: Fix regression related to wrong ECDT initialization order
+     - [powerpc*] mm: Ensure cpumask update is ordered
+     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.11
+     - [arm64] mm: abort uaccess retries upon fatal signal
+     - [x86] io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outsl
+     - [mips*] irqchip: mips-gic: SYNC after enabling GIC region
+     - Input: synaptics - fix device info appearing different on reconnect
+     - Input: xpad - fix PowerA init quirk for some gamepad models
+     - crypto: chacha20 - fix handling of chunked input
+     - [x86] i2c: ismt: Don't duplicate the receive length for block reads
+     - [x86] i2c: ismt: Return EMSGSIZE for block reads with bogus length
+     - crypto: algif_skcipher - only call put_page on referenced and used pages
+     - mm, uprobes: fix multiple free of ->uprobes_state.xol_area
+     - mm, madvise: ensure poisoned pages are removed from per-cpu lists
+     - ceph: fix readpage from fscache
+     - cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configs
+     - cpuset: Fix incorrect memory_pressure control file mapping
+     - CIFS: Fix maximum SMB2 header size
+     - CIFS: remove endian related sparse warning
+     - dm mpath: do not lock up a CPU with requeuing activity
+     - [x86] drm/vmwgfx: Fix F26 Wayland screen update issue
+     - [arm64, armhf] wl1251: add a missing spin_lock_init()
+     - [arm64] mmc: sdhci-xenon: add set_power callback
+     - lib/mpi: kunmap after finishing accessing buffer
+     - xfrm: policy: check policy direction value
+     - drm/ttm: Fix accounting error when fail to get pages for pool
+     - nvme: fix the definition of the doorbell buffer config support bit
+     - drm/nouveau/i2c/gf119-: add support for address-only transactions
+     - epoll: fix race between ep_poll_callback(POLLFREE) and
+       ep_free()/ep_remove()
+     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.12
+     - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
+     - USB: serial: option: add support for D-Link DWM-157 C1
+     - usb: Add device quirk for Logitech HD Pro Webcam C920-C
+     - usb:xhci:Fix regression when ATI chipsets detected
+     - [armhf] USB: musb: fix external abort on suspend
+     - USB: core: Avoid race of async_completed() w/ usbdev_release()
+     - [x86] staging/rts5208: fix incorrect shift to extract upper nybble
+     - iio: adc: ti-ads1015: fix incorrect data rate setting update
+     - iio: adc: ti-ads1015: fix scale information for ADS1115
+     - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
+     - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
+     - iio: adc: ti-ads1015: don't return invalid value from buffer setup
+       callbacks
+     - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
+     - driver core: bus: Fix a potential double free
+     - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
+     - [x86] intel_th: pci: Add Cannon Lake PCH-H support
+     - [x86] intel_th: pci: Add Cannon Lake PCH-LP support
+     - ath10k: fix memory leak in rx ring buffer allocation
+     - Input: trackpoint - assume 3 buttons when buttons detection fails
+     - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
+     - Bluetooth: Add support of 13d3:3494 RTL8723BE device
+     - iwlwifi: pci: add new PCI ID for 7265D
+     - dlm: avoid double-free on error path in dlm_device_{register,unregister}
+     - mwifiex: correct channel stat buffer overflows
+     - [s390x] mm: avoid empty zero pages for KVM guests to avoid postcopy
+       hangs
+     - [s390x] mm: fix BUG_ON in crst_table_upgrade
+     - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
+     - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
+     - workqueue: Fix flag collision
+     - ahci: don't use MSI for devices with the silly Intel NVMe remapping
+       scheme
+     - cs5536: add support for IDE controller variant
+     - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
+     - scsi: sg: recheck MMAP_IO request length with lock held
+     - of/device: Prevent buffer overflow in of_device_modalias()
+     - rtlwifi: Fix memory leak when firmware request fails
+     - rtlwifi: Fix fallback firmware loading
+ 
+   [ Ben Hutchings ]
+   * [alpha] udeb: Add i2c-modules (fixes FTBFS)
+   * cpupower: Add/update definition of MSRHEADER macro for turbostat and
+     x86_energy_perf_policy (Closes: #872414)
+   * Bump ABI to 2
+ 
+   [ Roger Shimizu ]
+   * [armel] Disable CONFIG_STRICT_KERNEL_RWX, which will save about 3MB
+     on linux Image (before compression). (Closes: #870185)
+ 
+   [ Uwe Kleine-König ]
+   * mtd: nandsim: remove debugfs entries in error path
+ 
+  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 10 Sep 2017 19:42:51 +0100
+ 
 +linux (4.12.6-1~bpo9+1) stretch-backports; urgency=medium
 +
 +  * Rebuild for stretch-backports:
 +    - Change ABI number to 0.bpo.1
 +  * cpupower: Add/update definition of MSRHEADER macro for turbostat and
 +    x86_energy_perf_policy (Closes: #872414)
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Sun, 27 Aug 2017 20:57:40 +0100
 +
  linux (4.12.6-1) unstable; urgency=medium
  
    * New upstream stable update:
diff --cc debian/config/defines
index a4d628a,a6dbda3..7332115
--- a/debian/config/defines
+++ b/debian/config/defines
@@@ -1,5 -1,5 +1,5 @@@
  [abi]
- abiname: 0.bpo.1
 -abiname: 2
++abiname: 0.bpo.2
  ignore-changes:
   __cpuhp_*
   bpf_analyzer

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list