[kernel] r22735 - in dists/sid/linux/debian: . patches patches/bugfix/all

Ben Hutchings benh at moszumanska.debian.org
Mon Jun 8 14:18:48 UTC 2015


Author: benh
Date: Mon Jun  8 14:18:48 2015
New Revision: 22735

Log:
Update to 4.0.5

Deleted:
   dists/sid/linux/debian/patches/bugfix/all/fs_pin-allow-for-the-possibility-that-m_list-or-s_li.patch
   dists/sid/linux/debian/patches/bugfix/all/md-raid0-fix-restore-to-sector-variable-in-raid0_make_request.patch
   dists/sid/linux/debian/patches/bugfix/all/mnt-fail-collect_mounts-when-applied-to-unmounted-mo.patch
   dists/sid/linux/debian/patches/bugfix/all/vfs-read-file_handle-only-once-in-handle_to_path.patch
Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/patches/series

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Mon Jun  8 14:00:04 2015	(r22734)
+++ dists/sid/linux/debian/changelog	Mon Jun  8 14:18:48 2015	(r22735)
@@ -1,4 +1,153 @@
-linux (4.0.4-2) UNRELEASED; urgency=medium
+linux (4.0.5-1) UNRELEASED; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.5
+    - mnt: Fail collect_mounts when applied to unmounted mounts
+    - fs_pin: Allow for the possibility that m_list or s_list go unused.
+    - [x86] iommu/amd: Fix bug in put_pasid_state_wait
+    - [armhf] iommu/arm-smmu: Fix sign-extension of upstream bus addresses at
+      stage 1
+    - [x86] Revert "KVM: x86: drop fpu_activate hook"
+    - [x86] mce: Fix MCE severity messages
+    - [x86] fpu: Disable XSAVES* support for now
+    - [x86] KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages
+    - [x86] KVM: MMU: fix smap permission check
+    - [x86] kvm: fix crash in kvm_vcpu_reload_apic_access_page
+    - [x86] KVM: MMU: fix SMAP virtualization
+    - [x86] kvm/fpu: Enable eager restore kvm FPU for MPX
+    - ktime: Fix ktime_divns to do signed division
+    - fs, omfs: add NULL terminator in the end up the token list
+    - omfs: fix sign confusion for bitmap loop counter
+    - xfs: xfs_attr_inactive leaves inconsistent attr fork state behind
+    - xfs: xfs_iozero can return positive errno
+    - ovl: don't remove non-empty opaque directory
+    - ovl: mount read-only if workdir can't be created
+    - mfd: da9052: Fix broken regulator probe
+    - libceph: request a new osdmap if lingering request maps to no osd
+    - Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"
+    - Btrfs: fix racy system chunk allocation when setting block group ro
+    - xen/events: don't bind non-percpu VIRQs with percpu chip
+    - hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGE
+    - iio/axp288_adc: add missing channel info mask
+    - iio:st_sensors: Fix oops when probing SPI devices
+    - iio: light: hid-sensor-prox: Fix modifier
+    - iio: pressure: hid-sensor-press: Fix modifier
+    - iio: adc: spmi-vadc: Fix overflow in output value normalization
+    - iio: adc: cc10001: Fix the channel number mapping
+    - iio: adc: cc10001: Fix incorrect use of power-up/power-down register
+    - iio: adc: cc10001: Add delay before setting START bit
+    - iio: adc: cc10001: Fix regulator_get_voltage() return value check
+    - iio: adc: xilinx: Fix register addresses
+    - iio: adc: xilinx: Fix "vccaux" channel .address
+    - iio: adc: xilinx: Fix VREFP scale
+    - iio: adc: xilinx: Fix VREFN sign
+    - hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37
+    - hwmon: (nct6775) Add missing sysfs attribute initialization
+    - hwmon: (nct6683) Add missing sysfs attribute initialization
+    - clk: exynos5420: Restore GATE_BUS_TOP on suspend
+    - clk: add missing lock when call clk_core_enable in clk_set_parent
+    - brcmfmac: avoid null pointer access when brcmf_msgbuf_get_pktid() fails
+    - lib: Fix strnlen_user() to not touch memory after specified maximum
+    - d_walk() might skip too much
+    - module: Call module notifier on failure after complete_formation()
+    - ALSA: usb-audio: Add quirk for MS LifeCam Studio
+    - ALSA: hda - Add Conexant codecs CX20721, CX20722, CX20723 and CX20724
+    - ALSA: hda - Add headphone quirk for Lifebook E752
+    - ALSA: hda - Add headset mic quirk for Dell Inspiron 5548
+    - ALSA: hda/realtek - ALC292 dock fix for Thinkpad L450
+    - ALSA: usb-audio: Add quirk for MS LifeCam HD-3000
+    - Revert "ALSA: hda - Add mute-LED mode control to Thinkpad"
+    - ALSA: hda - Fix noise on AMD radeon 290x controller
+    - ASoC: mc13783: Fix wrong mask value used in mc13xxx_reg_rmw() calls
+    - ASoC: uda1380: Avoid accessing i2c bus when codec is disabled
+    - ASoC: dapm: Modify widget stream name according to prefix
+    - ASoC: wm8960: fix "RINPUT3" audio route error
+    - ASoC: wm8994: correct BCLK DIV 348 to 384
+    - RDMA/core: Fix for parsing netlink string attribute
+    - staging: gdm724x: Correction of variable usage after applying ALIGN()
+    - staging: vt6656: use ieee80211_tx_info to select packet type.
+    - staging: vt6655: device_free_tx_buf use only ieee80211_tx_status_irqsafe
+    - staging: vt6655: implement IEEE80211_TX_STAT_NOACK_TRANSMITTED
+    - staging: vt6655: Fix 80211 control and management status reporting.
+    - staging: vt6655: vnt_tx_packet Correct TX order of OWNED_BY_NIC
+    - staging: vt6655: lock MACvWriteBSSIDAddress.
+    - [x86] perf/rapl: Enable Broadwell-U RAPL support
+    - target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST
+    - xhci: fix isoc endpoint dequeue from advancing too far on transaction error
+    - xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256
+    - xhci: gracefully handle xhci_irq dead device
+    - USB: visor: Match I330 phone more precisely
+    - USB: pl2303: Remove support for Samsung I330
+    - USB: cp210x: add ID for KCF Technologies PRN device
+    - usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devices
+    - usb: gadget: configfs: Fix interfaces array NULL-termination
+    - powerpc/mce: fix off by one errors in mce event handling
+    - powerpc: Align TOC to 256 bytes
+    - mmc: atmel-mci: fix bad variable type for clkdiv
+    - tty/n_gsm.c: fix a memory leak when gsmtty is removed
+    - pty: Fix input race when closing
+    - ext4: fix lazytime optimization
+    - ext4: fix NULL pointer dereference when journal restart fails
+    - ext4: check for zero length extent explicitly
+    - jbd2: fix r_count overflows leading to buffer overflow in journal recovery
+    - ahci: avoton port-disable reset-quirk
+    - libata: Add helper to determine when PHY events should be ignored
+    - libata: Ignore spurious PHY event on LPM policy change
+    - libata: Blacklist queued TRIM on all Samsung 800-series
+    - [arm64] bpf: fix signedness bug in loading 64-bit immediate
+    - rt2x00: add new rt2800usb device DWA 130
+    - [armhf] 8325/1: exynos: move resume code to .text section
+    - gpio: gpio-kempld: Fix get_direction return value
+    - crypto: s390/ghash - Fix incorrect ghash icv buffer handling.
+    - mac80211: move WEP tailroom size check
+    - mac80211: don't use napi_gro_receive() outside NAPI context
+    - [s390x] mm: correct return value of pmd_pfn
+    - sched: Handle priority boosted tasks proper in setscheduler()
+    - sched: always use blk_schedule_flush_plug in io_schedule_out
+    - [armel,armhf] 8356/1: mm: handle non-pmd-aligned end of RAM
+    - [armhf] EXYNOS: Fix dereference of ERR_PTR returned by
+      of_genpd_get_from_provider
+    - [armhf] dts: set display clock correctly for exynos4412-trats2
+    - [armel,armhf] fix missing syscall trace exit
+    - [hppa] Fix crashes due to stack randomization on stack-grows-upwards
+      architectures
+    - gfp: add __GFP_NOACCOUNT
+    - kernfs: do not account ino_ida allocations to memcg
+    - mm, numa: really disable NUMA balancing by default on single node machines
+    - nfsd/blocklayout: pretend we can send deviceid notifications
+    - nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_op
+    - svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failures
+    - [x86] firmware: dmi_scan: Fix ordering of product_uuid
+    - [armhf] thermal: armada: Update Armada 380 thermal sensor coefficients
+    - md/raid5: don't record new size if resize_stripes fails.
+    - md/raid0: fix restore to sector variable in raid0_make_request
+    - Revert "HID: logitech-hidpp: support combo keyboard touchpad TK820"
+    - [mips*] fix FP mode selection in lieu of .MIPS.abiflags data
+    - rtlwifi: rtl8192cu: Fix kernel deadlock
+    - Input: elantech - fix semi-mt protocol for v3 HW
+    - storvsc: Set the SRB flags correctly when no data transfer is needed
+    - sd: Disable support for 256 byte/sector disks
+    - ACPI / init: Fix the ordering of acpi_reserve_resources()
+    - iwlwifi: mvm: clean net-detect info if device was reset during suspend
+    - iwlwifi: mvm: Free fw_status after use to avoid memory leak
+    - iwlwifi: pcie: prevent using unmapped memory in fw monitor
+    - drm/radeon: add new bonaire pci id
+    - drm/radeon: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling
+    - drm/radeon: retry dcpd fetch
+    - drm/plane-helper: Adapt cursor hack to transitional helpers
+    - drm/radeon: don't share plls if monitors differ in audio support
+    - drm/radeon/audio: make sure connector is valid in hotplug case
+    - Revert "drm/radeon: only mark audio as connected if the monitor supports
+      it (v3)"
+    - drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling"
+    - dm: fix casting bug in dm_merge_bvec()
+    - dm: fix reload failure of 0 path multipath mapping on blk-mq devices
+    - drm/amdkfd: Don't report local memory size
+    - vfs: read file_handle only once in handle_to_path
+    - UBI: block: Add missing cache flushes
+    - pwm: img: Impose upper and lower timebase steps value
+    - md: fix race when unfreezing sync_action
+    - fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings
 
   [ Ben Hutchings ]
   * udeb: Remove i2o modules (fixes FTBFS on amd64) (Closes: #787004)

Modified: dists/sid/linux/debian/patches/series
==============================================================================
--- dists/sid/linux/debian/patches/series	Mon Jun  8 14:00:04 2015	(r22734)
+++ dists/sid/linux/debian/patches/series	Mon Jun  8 14:18:48 2015	(r22735)
@@ -62,14 +62,10 @@
 bugfix/all/aic94xx-remove-broken-fallback-for-missing-ctrl-a.patch
 bugfix/all/rtsx_usb_ms-use-msleep_interruptible-in-polling-loop.patch
 bugfix/all/net-mv643xx-disable-tso-by-default.patch
-bugfix/all/vfs-read-file_handle-only-once-in-handle_to_path.patch
 bugfix/all/ext4-allocate-entire-range-in-zero-range.patch
 debian/emmc-don-t-initialize-partitions-on-rpmb-flagged-areas.patch
-bugfix/all/mnt-fail-collect_mounts-when-applied-to-unmounted-mo.patch
-bugfix/all/fs_pin-allow-for-the-possibility-that-m_list-or-s_li.patch
 bugfix/all/rtc-hctosys-do-not-treat-lack-of-rtc-device-as-error.patch
 bugfix/all/rtc-hctosys-use-function-name-in-the-error-log.patch
-bugfix/all/md-raid0-fix-restore-to-sector-variable-in-raid0_make_request.patch
 bugfix/all/cdc_ncm-fix-tx_bytes-statistics.patch
 bugfix/all/musb-musb-fix-order-of-conditions-for-assigning-end-p.patch
 



More information about the Kernel-svn-changes mailing list