stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [added to the 4.1 stable tree] ALSA: hda - Fixup inverted internal mic for Lenovo E50-80
@ 2016-04-17  9:50 Sasha Levin
  2016-04-17  9:50 ` [added to the 4.1 stable tree] ALSA: usb-audio: Set correct type for some UAC2 mixer controls Sasha Levin
                   ` (203 more replies)
  0 siblings, 204 replies; 209+ messages in thread
From: Sasha Levin @ 2016-04-17  9:50 UTC (permalink / raw)
  To: stable, stable-commits; +Cc: David Henningsson, Takashi Iwai, Sasha Levin

From: David Henningsson <david.henningsson@canonical.com>

This patch has been added to the 4.1 stable tree. If you have any
objections, please let us know.

===============

[ Upstream commit 56f27013482c0803d978b667fe85de04ce9357cd ]

Inform userspace that one channel of the internal mic has reversed
polarity, so it does not attempt to add both channels together and
end up with silence.

Cc: stable@vger.kernel.org
Reported-by: Andrzej Mendel <andrzej.mendel@gmail.com>
Alsa-info: http://www.alsa-project.org/db/?f=3088f82a0cf977855f92af9db8ad406c04f71efa
BugLink: https://bugs.launchpad.net/bugs/1529624
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
---
 sound/pci/hda/patch_realtek.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 91cc689..f004f69 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -4608,6 +4608,7 @@ enum {
 	ALC290_FIXUP_SUBWOOFER,
 	ALC290_FIXUP_SUBWOOFER_HSJACK,
 	ALC269_FIXUP_THINKPAD_ACPI,
+	ALC269_FIXUP_DMIC_THINKPAD_ACPI,
 	ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
 	ALC255_FIXUP_DELL2_MIC_NO_PRESENCE,
 	ALC255_FIXUP_HEADSET_MODE,
@@ -5046,6 +5047,12 @@ static const struct hda_fixup alc269_fixups[] = {
 		.type = HDA_FIXUP_FUNC,
 		.v.func = hda_fixup_thinkpad_acpi,
 	},
+	[ALC269_FIXUP_DMIC_THINKPAD_ACPI] = {
+		.type = HDA_FIXUP_FUNC,
+		.v.func = alc_fixup_inv_dmic,
+		.chained = true,
+		.chain_id = ALC269_FIXUP_THINKPAD_ACPI,
+	},
 	[ALC255_FIXUP_DELL1_MIC_NO_PRESENCE] = {
 		.type = HDA_FIXUP_PINS,
 		.v.pins = (const struct hda_pintbl[]) {
@@ -5414,6 +5421,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x17aa, 0x2226, "ThinkPad X250", ALC292_FIXUP_TPT440_DOCK),
 	SND_PCI_QUIRK(0x17aa, 0x2233, "Thinkpad", ALC293_FIXUP_LENOVO_SPK_NOISE),
 	SND_PCI_QUIRK(0x17aa, 0x30bb, "ThinkCentre AIO", ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY),
+	SND_PCI_QUIRK(0x17aa, 0x3902, "Lenovo E50-80", ALC269_FIXUP_DMIC_THINKPAD_ACPI),
 	SND_PCI_QUIRK(0x17aa, 0x3977, "IdeaPad S210", ALC283_FIXUP_INT_MIC),
 	SND_PCI_QUIRK(0x17aa, 0x3978, "IdeaPad Y410P", ALC269_FIXUP_NO_SHUTUP),
 	SND_PCI_QUIRK(0x17aa, 0x5013, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
-- 
2.5.0


^ permalink raw reply related	[flat|nested] 209+ messages in thread

end of thread, other threads:[~2016-04-18 15:30 UTC | newest]

Thread overview: 209+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-17  9:50 [added to the 4.1 stable tree] ALSA: hda - Fixup inverted internal mic for Lenovo E50-80 Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] ALSA: usb-audio: Set correct type for some UAC2 mixer controls Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] ALSA: usb-audio: Fix parameter block size for UAC2 control requests Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] ALSA: usb-audio: Avoid nested autoresume calls Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] ALSA: usb-audio: Avoid calling usb_autopm_put_interface() at disconnect Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] ALSA: hda - Fix noise on Dell Latitude E6440 Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] ALSA: hda - Add fixup for Dell Latitidue E6540 Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] HID: usbhid: fix recursive deadlock Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] ALSA: hda - Implement loopback control switch for Realtek and other codecs Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] sched: Fix crash in sched_init_numa() Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] HID: multitouch: fix input mode switching on some Elan panels Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] ptrace: use fsuid, fsgid, effective creds for fs access checks Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] iio: adis_buffer: Fix out-of-bounds memory access Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] iio: dac: mcp4725: set iio name property in sysfs Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] iio: pressure: mpl115: fix temperature offset sign Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] ARM: OMAP2+: Fix l2_inv_api_params for rodata Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] MAINTAINERS: return arch/sh to maintained state, with new maintainers Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] module: wrapper for symbol name Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] dax: don't abuse get_block mapping for endio callbacks Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] ext4: fix bh->b_state corruption Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] drm/gma500: Use correct unref in the gem bo create function Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] ARM: 8457/1: psci-smp is built only for SMP Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] lib/ucs2_string: Add ucs2 -> utf8 helper functions Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] efi: efivar_create_sysfs_entry() should return negative error codes Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] efi: Do variable name validation tests in utf8 Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] efi: Make our variable validation list include the guid Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] efi: Make efivarfs entries immutable by default Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] efi: Add pstore variables to the deletion whitelist Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] lib/ucs2_string: Correct ucs2 -> utf8 conversion Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] iw_cxgb3: Fix incorrectly returning error on success Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] Btrfs: add missing brelse when superblock checksum fails Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] Btrfs: igrab inode in writepage Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] btrfs: statfs: report zero available if metadata are exhausted Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] Btrfs: send, don't BUG_ON() when an empty symlink is found Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] Btrfs: fix number of transaction units required to create symlink Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] Btrfs: fix transaction handle leak on failure to create hard link Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and subvolume roots Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] btrfs: initialize the seq counter in struct btrfs_device Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] [media] si2157: return -EINVAL if firmware blob is too big Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] irqchip: omap-intc: Improve IRQ handler Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] irqchip/omap-intc: Add support for spurious irq handling Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] drm/dp/mst: move GUID storage from mgr, port to only mst branch Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] drm/dp/mst: Reverse order of MST enable and clearing VC payload table Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] drm/dp/mst: deallocate payload on port destruction Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist" Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] kernel/resource.c: fix muxed resource handling in __request_region() Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] x86/entry/compat: Add missing CLAC to entry_INT80_32 Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] security: let security modules use PTRACE_MODE_* with bitmasks Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] btrfs: wait for delayed iputs on no space Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] btrfs: Fix no_space in write and rm loop Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] btrfs: async-thread: Fix a use-after-free error for trace Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] arm64: vmemmap: use virtual projection of linear region Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] modules: fix longstanding /proc/kallsyms vs module insertion race Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] arm64: account for sparsemem section alignment when choosing vmemmap offset Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] Revert "drm/radeon: call hpd_irq_event on resume" Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] powerpc: Fix dedotify for binutils >= 2.26 Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] MIPS: smp.c: Fix uninitialised temp_foreign_map Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] ovl: fix permission checking for setattr Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] fuse: break infinite loop in fuse_fill_write_pages() Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] KVM: x86: Reload pit counters for all channels when restoring state Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] KEYS: Fix handling of stored error in a negatively instantiated user key Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] include/linux/poison.h: fix LIST_POISON{1,2} offset Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] [media] usbvision fix overflow of interfaces array Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] [media] usbvision: fix crash on detecting device with invalid configuration Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] x86/iopl/64: Properly context-switch IOPL on Xen PV Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr() Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] crypto: ccp - Add hash state import and export support Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] clk: rockchip: add pclk_cpu to the list of rk3188 critical clocks Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] clk: rockchip: Add pclk_peri to critical clocks on RK3066/RK3188 Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocks Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] tty: Fix GPF in flush_to_ldisc(), part 2 Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] [media] media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32 Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] [media] pwc: Add USB id for Philips Spc880nc webcam Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] crypto: ccp - Limit the amount of information exported Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] crypto: ccp - Don't assume export/import areas are aligned Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] net: irda: Fix use-after-free in irtty_open() Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] mei: bus: move driver api functions at the start of the file Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] tools/hv: Use include/uapi with __EXPORTED_HEADERS__ Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] ARM: dts: armada-375: use armada-370-sata for SATA Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] usb: retry reset if a device times out Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] HID: fix hid_ignore_special_drivers module parameter Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] scripts/coccinelle: modernize & Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] [media] adv7511: TX_EDID_PRESENT is still 1 after a disconnect Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] [media] saa7134: Fix bytesperline not being set correctly for planar formats Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister() Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] ext4: iterate over buffer heads correctly in move_extent_per_page() Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] dm: fix excessive dm-mq context switching Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] perf tools: Dont stop PMU parsing on alias parse error Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] Bluetooth: btusb: Add new AR3012 ID 13d3:3395 Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] Bluetooth: Add new AR3012 ID 0489:e095 Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] aacraid: Fix RRQ overload Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] aacraid: Fix memory leak in aac_fib_map_free Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] aic7xxx: Fix queue depth handling Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] mtd: onenand: fix deadlock in onenand_block_markbad Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] PCI: Add dev->has_secondary_link to track downstream PCIe links Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] PCI: Disable IO/MEM decoding for devices with non-compliant BARs Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] md/raid5: Compare apples to apples (or sectors to sectors) Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] RAID5: check_reshape() shouldn't call mddev_suspend Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] crypto: ccp - memset request context to zero during import Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] Bluetooth: btusb: Add a new AR3012 ID 04ca:3014 Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] mmc: sdhci-pxav3: fix higher speed mode capabilities Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] mmc: sdhci: fix data timeout (part 1) Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] mmc: sdhci: fix data timeout (part 2) Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] X.509: Extract both parts of the AuthorityKeyIdentifier Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] PKCS#7: Improve and export the X.509 ASN.1 time object decoder Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] X.509: Fix leap year handling again Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] IB/srpt: Simplify srpt_handle_tsk_mgmt() Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] [media] bttv: Width must be a multiple of 16 when capturing planar formats Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] watchdog: rc32434_wdt: fix ioctl error handling Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] nfsd4: fix bad bounds checking Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] xfs: fix two memory leaks in xfs_attr_list.c error paths Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] quota: Fix possible GPF due to uninitialised pointers Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] mtip32xx: Print exact time when an internal command is interrupted Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] mtip32xx: fix rmmod issue Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] mtip32xx: fix crash on surprise removal of the drive Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] mtip32xx: Handle safe removal during IO Sasha Levin
2016-04-17  9:51 ` [added to the 4.1 stable tree] mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BIT Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] mtip32xx: Handle FTL rebuild failure state during device initialization Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] of: alloc anywhere from memblock if range not specified Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] usb: hub: fix a typo in hub_port_init() leading to wrong logic Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] KVM: i8254: change PIT discard tick policy Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] ALSA: hda - Check the return value from pm_runtime_get/put*() Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] x86: Add new MSRs and MSR bits used for Intel Skylake PMU support Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] perf/x86/intel: Add definition for PT PMI bit Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] sched/cputime: Fix steal_account_process_tick() to always return jiffies Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] bcache: fix race of writeback thread starting before complete initialization Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] bcache: cleaned up error handling around register_cache() Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] bcache: fix cache_set_flush() NULL pointer dereference on OOM Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARs Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] be2iscsi: set the boot_kset pointer to NULL in case of failure Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] drm/radeon: disable runtime pm on PX laptops without dGPU power control Sasha Levin
2016-04-18 15:15   ` Deucher, Alexander
2016-04-17  9:52 ` [added to the 4.1 stable tree] drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] sg: fix dxferp in from_to case Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] ALSA: hda - Apply reboot D3 fix for CX20724 codec, too Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] EDAC/sb_edac: Fix computation of channel address Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] Bluetooth: btusb: Add a new AR3012 ID 13d3:3472 Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] dm thin metadata: don't issue prefetches if a transaction abort has failed Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] iser-target: Fix identification of login rx descriptor type Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] iser-target: Add new state ISER_CONN_BOUND to isert_conn Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] iser-target: Separate flows for np listeners and connections cma events Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] xtensa: ISS: don't hang if stdin EOF is reached Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] xtensa: fix preemption in {clear,copy}_user_highpage Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] xtensa: clear all DBREAKC registers on start Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] bus: imx-weim: Take the 'status' property value into account Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] ALSA: hda - Add new GPU codec ID 0x10de0082 to snd-hda Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] ALSA: hda - Add new GPU codec ID 0x10de0083 " Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41 Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] fuse: do not use iocb after it may have been freed Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] fuse: Add reference counting for fuse_io_priv Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] s390/pci: enforce fmb page boundary rule Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] Input: powermate - fix oops with malicious USB descriptors Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] drm/radeon: rework fbdev handling on chips with no connectors Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] md: multipath: don't hardcopy bio in .make_request path Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] net: mvneta: enable change MAC address when interface is up Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report() Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] ALSA: hda - Fix unconditional GPIO toggle via automute Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk() Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] ALSA: usb-audio: Add sanity checks for endpoint accesses Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] nfsd: fix deadlock secinfo+readdir compound Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] vfs: show_vfsstat: do not ignore errors from show_devname method Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] x86/iopl: Fix iopl capability check on Xen PV Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] mmc: atmel-mci: restore dma on AVR32 Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] mmc: atmel-mci: Check pdata for NULL before dereferencing it at DMA config Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] Input: ims-pcu - sanity check against missing interfaces Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] watchdog: don't run proc_watchdog_update if new value is same as old Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] mm: memcontrol: reclaim when shrinking memory.high below usage Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] Input: synaptics - handle spurious release of trackstick buttons, again Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] Thermal: Ignore invalid trip points Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt() Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] USB: iowarrior: fix oops with malicious USB descriptors Sasha Levin
2016-04-17  9:52 ` [added to the 4.1 stable tree] USB: usb_driver_claim_interface: add sanity checking Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] USB: cdc-acm: more " Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] USB: uas: Reduce can_queue to MAX_CMNDS Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] ALSA: hda - Split ELD update code from hdmi_present_sense() Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] ALSA: hda - Fix forgotten HDMI monitor_present update Sasha Levin
2016-04-17 20:21   ` Takashi Iwai
2016-04-17 22:26     ` Greg KH
2016-04-17 22:43     ` Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] tracing: Fix crash from reading trace_pipe with sendfile Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] splice: handle zero nr_pages in splice_to_pipe() Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] ALSA: usb-audio: add Microsoft HD-5001 to quirks Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] bitops: Do not default to __clear_bit() for __clear_bit_unlock() Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] target: Fix target_release_cmd_kref shutdown comp leak Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] KVM: VMX: avoid guest hang on invalid invept instruction Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] KVM: fix spin_lock_init order on x86 Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] tracing: Fix trace_printk() to print when not using bprintk() Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] coredump: Use 64bit time for unix time of coredump Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] fs/coredump: prevent fsuid=0 dumps into user-controlled directories Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] rapidio/rionet: fix deadlock on SMP Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] staging: comedi: ni_mio_common: fix the ni_write[blw]() functions Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] Input: ati_remote2 - fix crashes on detecting device with invalid descriptor Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] ocfs2/dlm: fix race between convert and recovery Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] mm: page_alloc: pass PFN to __free_pages_bootmem Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] mm: use 'unsigned int' for page order Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] mm/page_alloc: prevent merging between isolated and other pageblocks Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] arm64: errata: Add -mpc-relative-literal-loads to build flags Sasha Levin
2016-04-17  9:53 ` [added to the 4.1 stable tree] crypto: atmel - fix checks of error code returned by devm_ioremap_resource() Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).