stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [added to the 4.1 stable tree] ovl: allow zero size xattr
@ 2016-02-10 15:08 Sasha Levin
  2016-02-10 15:08 ` [added to the 4.1 stable tree] ovl: use a minimal buffer in ovl_copy_xattr Sasha Levin
                   ` (230 more replies)
  0 siblings, 231 replies; 248+ messages in thread
From: Sasha Levin @ 2016-02-10 15:08 UTC (permalink / raw)
  To: stable, stable-commits; +Cc: Miklos Szeredi, Sasha Levin

From: Miklos Szeredi <miklos@szeredi.hu>

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

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

[ Upstream commit 97daf8b97ad6f913a34c82515be64dc9ac08d63e ]

When ovl_copy_xattr() encountered a zero size xattr no more xattrs were
copied and the function returned success.  This is clearly not the desired
behavior.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Cc: <stable@vger.kernel.org>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
---
 fs/overlayfs/copy_up.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/overlayfs/copy_up.c b/fs/overlayfs/copy_up.c
index 871fcb6..394e87f 100644
--- a/fs/overlayfs/copy_up.c
+++ b/fs/overlayfs/copy_up.c
@@ -54,7 +54,7 @@ int ovl_copy_xattr(struct dentry *old, struct dentry *new)
 
 	for (name = buf; name < (buf + list_size); name += strlen(name) + 1) {
 		size = vfs_getxattr(old, name, value, XATTR_SIZE_MAX);
-		if (size <= 0) {
+		if (size < 0) {
 			error = size;
 			goto out_free_value;
 		}
-- 
2.5.0


^ permalink raw reply related	[flat|nested] 248+ messages in thread
* [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] ARM: OMAP2+: Fix l2_inv_api_params for rodata Sasha Levin
  0 siblings, 1 reply; 248+ 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] 248+ messages in thread

end of thread, other threads:[~2016-04-17  9:54 UTC | newest]

Thread overview: 248+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-10 15:08 [added to the 4.1 stable tree] ovl: allow zero size xattr Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] ovl: use a minimal buffer in ovl_copy_xattr Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] [media] vb2: fix a regression in poll() behavior for output,streams Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] [media] gspca: ov534/topro: prevent a division by 0 Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] [media] media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] drm/radeon: call hpd_irq_event on resume Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] ARM: mvebu: remove duplicated regulator definition in Armada 388 GP Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] time: Avoid signed overflow in timekeeping_get_ns() Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8 Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] ovl: root: copy attr Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] Bluetooth: Add support of Toshiba Broadcom based devices Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] drm: Don't overwrite UNVERFIED mode status to OK Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] rtlwifi: fix memory leak for USB device Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] wlcore/wl12xx: spi: fix oops on firmware load Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] ovl: setattr: check permissions before copy-up Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] ovl: check dentry positiveness in ovl_cleanup_whiteouts() Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] EDAC, mc_sysfs: Fix freeing bus' name Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] EDAC: Robustify workqueues destruction Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] iommu/io-pgtable-arm: Ensure we free the final level on teardown Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] dm thin: fix race condition when destroying thin pool workqueue Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] drm/radeon: Fix "slow" audio over DP on DCE8+ Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] futex: Drop refcount if requeue_pi() acquired the rtmutex Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] arm64: mdscr_el1: avoid exposing DCC to userspace Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] arm64: kernel: enforce pmuserenr_el0 initialization and restore Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] coresight: checking for NULL string in coresight_name_match() Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] drm/radeon: clean up fujitsu quirks Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] mmc: sdio: Fix invalid vdd in voltage switch power cycle Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] mmc: sdhci: Fix DMA descriptor with zero data length Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off() Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] udf: limit the maximum number of indirect extents in a row Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] [media] rc: sunxi-cir: Initialize the spinlock properly Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] nfs: Fix race in __update_open_stateid() Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] Thermal: initialize thermal zone device correctly Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] Thermal: handle thermal zone device properly during system sleep Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] Thermal: do thermal zone update after a cooling device registered Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] posix-clock: Fix return code on the poll method's error path Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] rtlwifi: rtl8188ee: Fix module parameter initialization Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] rtlwifi: rtl8192de: Fix incorrect module parameter descriptions Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] rtlwifi: rtl8192se: Fix module parameter initialization Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] rtlwifi: rtl8192ce: Fix handling of module parameters Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] rtlwifi: rtl8192cu: Add missing parameter setup Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] NFS: Remove the "NFS_CAP_CHANGE_ATTR" capability Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] NFS: Fix attribute cache revalidation Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] rtlwifi: rtl_pci: Fix kernel panic Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: fix a livelock when we cause a huge number of cache misses Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: Add a cond_resched() call to gc Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: fix a leak in bch_cached_dev_run() Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: unregister reboot notifier if bcache fails to unregister device Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: allows use of register in udev to avoid "device_busy" error Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: prevent crash on changing writeback_running Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: Change refill_dirty() to always scan entire disk if necessary Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] wlcore/wl12xx: spi: fix NULL pointer dereference (Oops) Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] Input: i8042 - add Fujitsu Lifebook U745 to the nomux list Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] udf: Prevent buffer overrun with multi-byte characters Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] udf: Check output buffer length when converting name to CS0 Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] drm/dp/mst: process broadcast messages correctly Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] drm/dp/mst: always send reply for UP request Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] drm/dp/mst: fix in MSTB RAD initialization Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] drm/dp/mst: fix in RAD element access Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] PCI: Fix minimum allocation address overwrite Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREAD Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] btrfs: handle invalid num_stripes in sys_array Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] iwlwifi: update and fix 7265 series PCI IDs Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] iwlwifi: pcie: properly configure the debug buffer size for 8000 Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] locks: fix unlock when fcntl_setlk races with a close Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] scsi: add Synology to 1024 sector blacklist Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] dm snapshot: fix hung bios when copy error occurs Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] uml: fix hostfs mknod() Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] uml: flush stdout before forking Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] drm/nouveau/kms: take mode_config mutex in connector hotplug path Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] s390: fix normalization bug in exception table sorting Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] xfs: inode recovery readahead can race with inode buffer creation Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] xfs: handle dquot buffer readahead in log recovery correctly Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] clocksource/drivers/vt8500: Increase the minimum delta Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] Input: elantech - mark protocols v2 and v3 as semi-mt Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] virtio_ballon: change stub of release_pages_by_pfn Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] virtio_balloon: fix race by fill and leak Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] virtio_balloon: fix race between migration and ballooning Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] parisc: Fix __ARCH_SI_PREAMBLE_SIZE Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] drm/i915: Restore inhibiting the load of the default context Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] KVM: PPC: Fix ONE_REG AltiVec support Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] dmaengine: dw: fix cyclic transfer setup Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] dmaengine: dw: fix cyclic transfer callbacks Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] mmc: mmci: fix an ages old detection error Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] mmc: core: enable CMD19 tuning for DDR50 mode Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] mmc: core: Enable tuning according to the actual timing Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] sparc64: fix incorrect sign extension in sys_sparc64_personality Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] cifs: Ratelimit kernel log messages Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] cifs: fix race between call_async() and reconnect() Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] cifs_dbg() outputs an uninitialized buffer in cifs_readdir() Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] m32r: fix m32104ut_defconfig build fail Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] dma-debug: switch check from _text to _stext Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] scripts/bloat-o-meter: fix python3 syntax error Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ocfs2/dlm: ignore cleaning the migration mle that is inuse Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] perf kvm record/report: 'unprocessable sample' error while recording/reporting guest data Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] zram/zcomp: use GFP_NOIO to allocate streams Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] zram: try vmalloc() after kmalloc() Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] mm: soft-offline: check return value in second __get_any_page() call Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] memcg: only free spare array when readers are done Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] panic: release stale console lock to always get the logbuf printed out Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] kernel/panic.c: turn off locks debug before releasing console lock Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] printk: do cond_resched() between lines while outputting to consoles Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: af_alg - Disallow bind/setkey/... after accept(2) Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: af_alg - Fix socket double-free when accept fails Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: af_alg - Add nokey compatibility path Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: hash - Add crypto_ahash_has_setkey Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: algif_hash - Require setkey before accept(2) Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey path Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: algif_hash - Remove custom release parent function Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: af_alg - Forbid bind(2) when nokey child sockets are present Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: algif_hash - Fix race condition in hash_check_key Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] dmaengine: at_xdmac: fix resume for cyclic transfers Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ARM: debug-ll: fix BCM63xx entry for multiplatform Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] xfs: log mount failures don't wait for buffers to be released Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: crc32c - Fix crc32c soft dependency Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] IB/qib: fix mcast detach when qp not attached Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] IB/qib: Support creating qps with GFP_NOIO flag Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] btrfs: put delayed item hook into inode Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] Btrfs: fix deadlock running delayed iputs at transaction commit time Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] iscsi-target: Fix potential dead-lock during node acl delete Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: algif_skcipher - sendmsg SG marking is off by one Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] zsmalloc: fix migrate_zspage-zs_free race condition Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] lib/string_helpers.c: fix infinite loop in string_get_size() Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] string_helpers: fix precision loss for some inputs Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] prctl: take mmap sem for writing to protect against others Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] powerpc: Simplify module TOC handling Sasha Levin
2016-02-15  5:58   ` Michael Ellerman
2016-02-15 15:26     ` Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] libceph: fix ceph_msg_revoke() Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] mm: fix mlock accouting Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lock Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] pNFS/flexfiles: Fix an XDR encoding bug in layoutreturn Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ideapad-laptop: Add Lenovo Yoga 900 to no_hw_rfkill dmi list Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ideapad-laptop: Add Lenovo Yoga 700 " Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] usb: cdc-acm: handle unlinked urb in acm read callback Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] usb: cdc-acm: send zero packet for intel 7260 modem Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] cdc-acm:exclude Samsung phone 04e8:685d Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] usb: hub: do not clear BOS field during reset device Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] USB: cp210x: add ID for IAI USB to RS485 adaptor Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] USB: visor: fix null-deref at probe Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] USB: serial: visor: fix crash on detecting device without write_urbs Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] USB: serial: option: Adding support for Telit LE922 Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup() Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ALSA: seq: Degrade the error message for too many opens Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] USB: serial: ftdi_sio: add support for Yaesu SCU-18 cable Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] arm64: kernel: fix architected PMU registers unconditional access Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] USB: option: fix Cinterion AHxx enumeration Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architectures Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ALSA: usb-audio: Fix TEAC UD-501/UD-503/NT-503 usb delay Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] virtio_pci: fix use after free on release Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ALSA: bebob: Use a signed return type for get_formation_index Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] arm64: mm: avoid calling apply_to_page_range on empty range Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] x86/mm: Fix types used in pgprot cacheability flags translations Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] powerpc/eeh: Fix PE location code Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] SCSI: fix crashes in sd and sr runtime PM Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] tty: Fix unsafe ldisc reference via ioctl(TIOCGETD) Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] n_tty: Fix unsafe reference to "other" ldisc Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] staging/speakup: Use tty_ldisc_ref() for paste kworker Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] irqchip/atmel-aic: Fix wrong bit operation for IRQ priority Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] seccomp: always propagate NO_NEW_PRIVS on tsync Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/radeon: rework audio modeset to handle non-audio hdmi features Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/radeon: cleaned up VCO output settings for DP audio Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/radeon: Add a common function for DFS handling Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/radeon: fix DP audio support for APU with DCE4.1 display engine Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] KEYS: prevent keys from being removed from specified keyrings Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] KEYS: refcount bug fix Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it set Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: dummy: Disable switching timer backend via sysfs Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/vmwgfx: respect 'nomodeset' Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] Staging: speakup: Fix getting port information Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] x86/mm/pat: Avoid truncation when converting cpa->numpages to address Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] serial: 8250_pci: Add Intel Broadwell ports Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot() Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: OMAP2+: Fix wait_dll_lock_timed for rodata Sasha Levin
2016-02-11  4:48   ` Woodruff, Richard
2016-02-11 16:20     ` Tony Lindgren
2016-02-11 16:51       ` Woodruff, Richard
2016-02-11 17:41         ` Tony Lindgren
2016-03-02  0:24       ` Woodruff, Richard
2016-03-04  4:13         ` Tony Lindgren
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: OMAP2+: Fix l2dis_3630 " Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: OMAP2+: Fix save_secure_ram_context " Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: OMAP2+: Fix l2_inv_api_params " Sasha Levin
2016-02-11  4:55   ` Woodruff, Richard
2016-02-11 10:41     ` Russell King - ARM Linux
2016-02-11 13:35       ` Sasha Levin
2016-02-11 15:48       ` Tony Lindgren
2016-02-11 16:19         ` Russell King - ARM Linux
2016-02-11 16:27           ` Tony Lindgren
2016-02-11 16:46         ` Tony Lindgren
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: OMAP2+: Fix ppa_zero_params and ppa_por_params " Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] mac80211: Requeue work after scan complete for all VIF types Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] rfkill: fix rfkill_fop_read wait_event usage Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: dts: at91: sama5d4: fix instance id of DBGU Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: dts: at91: sama5d4ek: add phy address and IRQ for macb0 Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: dts: at91: sama5d4 xplained: fix phy0 IRQ type Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] crypto: shash - Fix has_key setting Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/i915/dp: fall back to 18 bpp when sink capability is unknown Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: usb-audio: Fix OPPO HA-1 vendor ID Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: usb-audio: Add native DSD support for PS Audio NuWave DAC Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: usb-audio: Add quirk for Microsoft LifeCam HD-6000 Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] crypto: algif_hash - wait for crypto_ahash_init() to complete Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: seq: Fix race at closing in virmidi driver Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: pcm: Fix potential deadlock in OSS emulation Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: seq: Fix yet another races among ALSA timer accesses Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: timer: Code cleanup Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: timer: Fix link corruption due to double start or stop Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm: add helper to check for wc memory support Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/radeon: Always disable RADEON_GEM_GTT_UC along with RADEON_GEM_GTT_WC Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/radeon: mask out WC from BO on unsupported arches Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: hda - Add fixup for Mac Mini 7,1 model Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: rawmidi: Make snd_rawmidi_transmit() race-free Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: rawmidi: Fix race at copying & updating the position Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: seq: Fix lockdep warnings due to double mutex locks Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] radix-tree: fix race in gang lookup Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] xhci: Workaround to get D3 working in Intel xHCI Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] xhci: call BIOS workaround to enable runtime suspend on Intel Braswell Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PM Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] usb: xhci: Makefile: move xhci-pci and xhci-plat-hcd after xhci-hcd Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] xhci: create one unified function to calculate TRB TD remainder Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] usb: xhci: handle both SSIC ports in PME stuck quirk Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] usb: xhci: add a quirk bit for ssic port unused Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] usb: xhci: set SSIC port unused only if xhci_suspend succeeds Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platforms Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] xhci: Fix list corruption in urb dequeue at host removal Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] [media] tda1004x: only update the frontend properties if locked Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] ALSA: timer: Fix leftover link at closing Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] [media] saa7134-alsa: Only frees registered sound cards Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] ARM: nomadik: fix up SD/MMC DT settings Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] drm: fix missing reference counting decrease Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] drm/dp/mst: Calculate MST PBN with 31.32 fixed point Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] drm/dp/mst: Remove port after removing connector Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] drm/dp/mst: fixup handling hotplug on port removal Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] drm/radeon: Take all modeset locks for DP MST hotplug Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] drm/i915: " Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] dump_stack: avoid potential deadlocks Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanup Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] mm: replace vma_lock_anon_vma with anon_vma_lock_read/write Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] radix-tree: fix oops after radix_tree_iter_retry Sasha Levin
  -- strict thread matches above, loose matches on Subject: below --
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] ARM: OMAP2+: Fix l2_inv_api_params for rodata 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).