[PATCH] time: fix inconsistent function names in comments

2007-10-30 Thread lizf
Signed-off-by: Li Zefan <[EMAIL PROTECTED]> --- kernel/time/tick-broadcast.c |2 +- kernel/time/tick-sched.c |2 +- kernel/timer.c |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/time/tick-broadcast.c b/kernel/time/tick-broadcast.c index

[PATCH] sparck64: remove duplicate includes

2007-11-01 Thread lizf
This patch removes duplicate includes in arch/sparc64 Signed-off-by Li Zefan <[EMAIL PROTECTED]> --- arch/sparc64/kernel/ds.c |1 - arch/sparc64/kernel/module.c |1 - arch/sparc64/kernel/sys_sparc32.c |1 - arch/sparc64/kernel/sys_sunos32.c |1 - arch/sparc64/kerne

[PATCH 3.4 04/65] ASoC: wm8737: Fixup setting VMID Impedance control register

2015-10-19 Thread lizf
From: Axel Lin 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 14ba3ec1de043260cecd9e828ea2e3a0ad302893 upstream. According to the datasheet: R10 (0Ah) VMID Impedance Control BIT 3:2 VMIDSEL DEFAULT 00 DESCRIPTION: VMID impedance select

[PATCH 3.4 00/65] 3.4.110-rc1 review

2015-10-19 Thread lizf
From: Zefan Li This is the start of the stable review cycle for the 3.4.110 release. There are 65 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Thu Oct 22 00:45:22 UTC 2015

[PATCH 3.4 05/65] ASoC: wm8903: Fix define for WM8903_VMID_RES_250K

2015-10-19 Thread lizf
From: Axel Lin 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit ebb6ad73e645b8f2d098dd3c41d2ff0da4146a02 upstream. VMID Control 0 BIT[2:1] is VMID Divider Enable and Select 00 = VMID disabled (for OFF mode) 01 = 2 x 50kΩ divider (for norm

[PATCH 3.4 03/65] crypto: talitos - avoid memleak in talitos_alg_alloc()

2015-10-19 Thread lizf
From: Horia Geant? 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 5fa7dadc898567ce14d6d6d427e7bd8ce6eb5d39 upstream. Fixes: 1d11911a8c57 ("crypto: talitos - fix warning: 'alg' may be used uninitialized in this function") Signed-off-by:

[PATCH 3.4 30/65] jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()

2015-10-19 Thread lizf
From: Dmitry Monakhov 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit b4f1afcd068f6e533230dfed00782cd8a907f96b upstream. jbd2_cleanup_journal_tail() can be invoked by jbd2__journal_start() So allocations should be done with GFP_NOFS [Ful

[PATCH 3.4 27/65] ext4: fix race between truncate and __ext4_journalled_writepage()

2015-10-19 Thread lizf
From: Theodore Ts'o 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit bdf96838aea6a265f2ae6cbcfb12a778c84a0b8e upstream. The commit cf108bca465d: "ext4: Invert the locking order of page_lock and transaction start" caused __ext4_journalled_w

[PATCH 3.4 17/65] fixing infinite OPEN loop in 4.0 stateid recovery

2015-10-19 Thread lizf
infinite loop instead of breaking out in the next test of state flags. Solution: unset the RECLAIM_NOGRACE set because of calling of nfs_inode_find_state_and_recover() after returning from calling recover_open() function. Signed-off-by: Olga Kornievskaia Signed-off-by: Trond Myklebust [lizf

[PATCH 3.4 18/65] NFS: Fix size of NFSACL SETACL operations

2015-10-19 Thread lizf
From: Chuck Lever 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit d683cc49daf7c5afca8cd9654aaa1bf63cdf2ad9 upstream. When encoding the NFSACL SETACL operation, reserve just the estimated size of the ACL rather than a fixed maximum. This e

[PATCH 3.4 13/65] rcu: Correctly handle non-empty Tiny RCU callback list with none ready

2015-10-19 Thread lizf
sidered an emergency. Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett [lizf: Backported to 3.4: adjust filename ] Signed-off-by: Zefan Li --- kernel/rcutiny.c | 5 + 1 file changed, 5 insertions(+) diff --git a/kernel/rcutiny.c b/kernel/rcutiny.c index 37a5444..60a56f4 100644 --

[PATCH 3.4 21/65] ath3k: add support of 13d3:3474 AR3012 device

2015-10-19 Thread lizf
From: Dmitry Tunin 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 0d0cef6183aec0fb6d0c9f00a09ff51ee086bbe2 upstream. BugLink: https://bugs.launchpad.net/bugs/1427680 This device requires new firmware files AthrBT_0x11020100.dfu and ram

[PATCH 3.4 39/65] packet: avoid out of bounds read in round robin fanout

2015-10-19 Thread lizf
ested-by: Eric Dumazet Signed-off-by: Willem de Bruijn Acked-by: Eric Dumazet Signed-off-by: David S. Miller [lizf: Backported to 3.4: - adjust context - fanout_demux_lb() returns a pointer] Signed-off-by: Zefan Li --- net/packet/af_packet.c | 18 ++ 1 file changed, 2 inser

[PATCH 3.4 12/65] usb: dwc3: gadget: return error if command sent to DEPCMD register fails

2015-10-19 Thread lizf
From: Subbaraya Sundeep Bhatta 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 76e838c9f7765f9a6205b4d558d75a66104bc60d upstream. We need to return error to caller if command is not sent to controller succesfully. Signed-off-by: Subbaray

[PATCH 3.4 14/65] mtd: dc21285: use raw spinlock functions for nw_gpio_lock

2015-10-19 Thread lizf
From: Uwe Kleine-König 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit e5babdf928e5d0c432a8d4b99f20421ce14d1ab6 upstream. Since commit bd31b85960a7 (which is in 3.2-rc1) nw_gpio_lock is a raw spinlock that needs usage of the corresponding

[PATCH 3.4 08/65] pktgen: document ability to add same device to several threads

2015-10-19 Thread lizf
From: Jesper Dangaard Brouer 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 2a1ddf27e8189e1d68336c55dd2f305b224ae8f1 upstream. The pktgen.txt documentation still claimed that adding same device to multiple threads were not supported, but

[PATCH 3.4 38/65] packet: read num_members once in packet_rcv_fanout()

2015-10-19 Thread lizf
t;packet: Add fanout support.") Signed-off-by: Eric Dumazet Cc: Willem de Bruijn Signed-off-by: David S. Miller [lizf: Backported to 3.4: use ACCESS_ONCE() instead of READ_ONCE()] Signed-off-by: Zefan Li --- net/packet/af_packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[PATCH 3.4 07/65] pktgen: adjust spacing in proc file interface output

2015-10-19 Thread lizf
From: Jesper Dangaard Brouer 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit d079abd181950a44cdf31daafd1662388a6c4d2e upstream. Too many spaces were introduced in commit 63adc6fb8ac0 ("pktgen: cleanup checkpatch warnings"), thus misaligni

[PATCH 3.4 25/65] dmaengine: mv_xor: bug fix for racing condition in descriptors cleanup

2015-10-19 Thread lizf
From: Lior Amsalem 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 9136291f1dbc1d4d1cacd2840fb35f4f3ce16c46 upstream. This patch fixes a bug in the XOR driver where the cleanup function can be called and free descriptors that never been p

[PATCH 3.4 34/65] mmc: card: Fixup request missing in mmc_blk_issue_rw_rq

2015-10-19 Thread lizf
From: Ding Wang 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 29535f7b797df35cc9b6b3bca635591cdd3dd2a8 upstream. The current handler of MMC_BLK_CMD_ERR in mmc_blk_issue_rw_rq function may cause new coming request permanent missing when

[PATCH 3.4 11/65] drm/radeon: take the mode_config mutex when dealing with hpds (v2)

2015-10-19 Thread lizf
From: Alex Deucher 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 39fa10f7e21574a70cecf1fed0f9b36535aa68a0 upstream. Since we are messing with state in the worker. v2: drop the changes in the mst worker Signed-off-by: Alex Deucher Sig

[PATCH 3.4 24/65] x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A

2015-10-19 Thread lizf
From: Bjorn Helgaas 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 1dace0116d0b05c967d94644fc4dfe96be2ecd3d upstream. The Foxconn K8M890-8237A has two PCI host bridges, and we can't assign resources correctly without the information from

[PATCH 3.4 59/65] crypto: s390/ghash: Fix incorrect backport of a1cae34e23b1

2015-10-19 Thread lizf
From: Zefan Li 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- Signed-off-by: Zefan Li --- arch/s390/crypto/ghash_s390.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/crypto/ghash_s390.c b/arch/s390/crypto/ghash_

[PATCH 3.4 61/65] usb: dwc3: Reset the transfer resource index on SET_INTERFACE

2015-10-19 Thread lizf
undeep Bhatta Fixes: b23c843992b6 (usb: dwc3: gadget: fix DEPSTARTCFG for non-EP0 EPs) Signed-off-by: John Youn Signed-off-by: Felipe Balbi [lizf: Backported to 3.4: use dev_vdbg() instead of dwc3_trace()] Signed-off-by: Zefan Li --- drivers/usb/dwc3/ep0.c | 4 1 file changed, 4 inserti

[PATCH 3.4 48/65] __bitmap_parselist: fix bug in empty string handling

2015-10-19 Thread lizf
From: Chris Metcalf 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 2528a8b8f457d7432552d0e2b6f0f4046bb702f4 upstream. bitmap_parselist("", &mask, nmaskbits) will erroneously set bit zero in the mask. The same bug is visible in cpumask_p

[PATCH 3.4 41/65] watchdog: omap: assert the counter being stopped before reprogramming

2015-10-19 Thread lizf
From: Uwe Kleine-König 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 530c11d432727c697629ad5f9d00ee8e2864d453 upstream. The omap watchdog has the annoying behaviour that writes to most registers don't have any effect when the watchdog i

[PATCH 3.4 64/65] dcache: Handle escaped paths in prepend_path

2015-10-19 Thread lizf
From: "Eric W. Biederman" 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit cde93be45a8a90d8c264c776fab63487b5038a65 upstream. A rename can result in a dentry that by walking up d_parent will never reach it's mnt_root. For lack of a better

[PATCH 3.4 60/65] ARM: Fix incorrect backport of 0b59d8806a31

2015-10-19 Thread lizf
From: Zefan Li 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- Reported-by: Jim Faulkner Fixed-by: Nicolas Schichan Signed-off-by: Zefan Li --- arch/arm/net/bpf_jit_32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch

[PATCH 3.4 56/65] Revert "drm/i915: Don't skip request retirement if the active list is empty"

2015-10-19 Thread lizf
. Rectify. [1]  http://mid.gmane.org/1432827156-9605-1-git-send-email-ville.syrj...@linux.intel.com Fixes: 0aedb1626566 ("drm/i915: Don't skip request retirement if the active list is empty") Acked-by: Ville Syrjälä Signed-off-by: Jani Nikula [lizf: Backported to 3.4: adjust cont

[PATCH 3.4 62/65] jbd2: avoid infinite loop when destroying aborted journal

2015-10-19 Thread lizf
loop. Fix jbd2_journal_destroy() to cleanup journal checkpoint lists of jbd2_log_do_checkpoint() fails with error. Reported-by: Eryu Guan Tested-by: Eryu Guan Fixes: 6f6a6fda294506dfe0e3e0a253bb2d2923f28f0a Signed-off-by: Jan Kara Signed-off-by: Theodore Ts'o [lizf: Backported to 3.4:

[PATCH 3.4 45/65] dell-laptop: Fix allocating & freeing SMI buffer page

2015-10-19 Thread lizf
-by: Darren Hart [lizf: Backported to 3.4: adjust context] Signed-off-by: Zefan Li --- drivers/platform/x86/dell-laptop.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c index e6c08ee..3d67591

[PATCH 3.4 47/65] tracing/filter: Do not allow infix to exceed end of string

2015-10-19 Thread lizf
From: "Steven Rostedt (Red Hat)" 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 6b88f44e161b9ee2a803e5b2b1fbcf4e20e8b980 upstream. While debugging a WARN_ON() for filtering, I found that it is possible for the filter string to be referen

[PATCH 3.4 55/65] 9p: forgetting to cancel request on interrupted zero-copy RPC

2015-10-19 Thread lizf
From: Al Viro 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit a84b69cb6e0a41e86bc593904faa6def3b957343 upstream. If we'd already sent a request and decide to abort it, we *must* issue TFLUSH properly and not just blindly reuse the tag, or

[PATCH 3.4 58/65] drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling"

2015-10-19 Thread lizf
VM_CONTEXT0_PAGE_TABLE_END_ADDR, but keep it for VM 1-15. Signed-off-by: Christian König Signed-off-by: Alex Deucher [lizf: Backported to 3.4: drop the change to clk.c] Signed-off-by: Zefan Li --- drivers/gpu/drm/radeon/evergreen.c | 2 +- drivers/gpu/drm/radeon/ni.c| 2 +- drivers/gpu

[PATCH 3.4 52/65] ACPICA: Tables: Fix an issue that FACS initialization is performed twice

2015-10-19 Thread lizf
acpi_tb_initialize(). acpi_enable_subsystem() might be invoked several times in OS bootup process, and we don't want FACS initialization to be invoked twice. Lv Zheng. Link: https://github.com/acpica/acpica/commit/90f5332a Signed-off-by: Lv Zheng Signed-off-by: Bob Moore Signed-off-by: Rafael J. Wysocki

[PATCH 3.4 63/65] IB/qib: Change lkey table allocation to support more MRs

2015-10-19 Thread lizf
From: Mike Marciniszyn 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit d6f1c17e162b2a11e708f28fa93f2f79c164b442 upstream. The lkey table is allocated with with a get_user_pages() with an order based on a number of index bits from a module

[PATCH 3.4 51/65] fuse: initialize fc->release before calling it

2015-10-19 Thread lizf
From: Miklos Szeredi 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 0ad0b3255a08020eaf50e34ef0d6df5bdf5e09ed upstream. fc->release is called from fuse_conn_put() which was used in the error cleanup before fc->release was initialized. [J

[PATCH 3.4 65/65] vfs: Test for and handle paths that are unreachable from their mnt_root

2015-10-19 Thread lizf
From: "Eric W. Biederman" 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 397d425dc26da728396e66d392d5dcb8dac30c37 upstream. In rare cases a directory can be renamed out from under a bind mount. In those cases without special handling it

[PATCH 3.4 43/65] stmmac: troubleshoot unexpected bits in des0 & des1

2015-10-19 Thread lizf
tors during initialization of DMA transfer. And while at it fixed identation of dma_free_coherent() counterpart as well. Signed-off-by: Alexey Brodkin Cc: Giuseppe Cavallaro Cc: arc-linux-...@synopsys.com Cc: linux-kernel@vger.kernel.org Cc: David Miller Signed-off-by: David S. Miller [li

[PATCH 3.4 57/65] Revert "drm/radeon: Use drm_calloc_ab for CS relocs"

2015-10-19 Thread lizf
From: Zefan Li 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- This reverts commit 961bd13539b9e7ca5d2e667668141496b7a1d6bc. Both Satoshi-san and Cal reported a kernel crash due to this commit. Reported-by: Satoshi Iwamoto Reported-by: Cal Pea

[PATCH 3.4 53/65] KVM: x86: make vapics_in_nmi_mode atomic

2015-10-19 Thread lizf
t use this feature anymore.) Signed-off-by: Radim Krčmář [Actually the next patch makes it much, much easier to trigger the race so I'm including this one for stable@ as well. - Paolo] Signed-off-by: Paolo Bonzini [lizf: Backported to 3.4: adjust context] Signed-off-by: Zefan Li --- arch/x

[PATCH 3.4 54/65] KVM: x86: properly restore LVT0

2015-10-19 Thread lizf
Radim Krčmář Signed-off-by: Paolo Bonzini [lizf: Backported to 3.4: - adjust context - s/kvm_apic_get_reg/apic_get_reg/] Signed-off-by: Zefan Li --- arch/x86/kvm/lapic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c index f935b52..53454a6 1

[PATCH 3.4 49/65] agp/intel: Fix typo in needs_ilk_vtd_wa()

2015-10-19 Thread lizf
From: Chris Wilson 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 8b572a4200828b4e75cc22ed2f494b58d5372d65 upstream. In needs_ilk_vtd_wa(), we pass in the GPU device but compared it against the ids for the mobile GPU and the mobile host

[PATCH 3.4 50/65] crush: fix a bug in tree bucket decode

2015-10-19 Thread lizf
From: Ilya Dryomov 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 82cd003a77173c91b9acad8033fb7931dac8d751 upstream. struct crush_bucket_tree::num_nodes is u8, so ceph_decode_8_safe() should be used. -Wconversion catches this, but I gue

[PATCH 3.4 46/65] tracing/filter: Do not WARN on operand count going below zero

2015-10-19 Thread lizf
From: "Steven Rostedt (Red Hat)" 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit b4875bbe7e68f139bd3383828ae8e994a0df6d28 upstream. When testing the fix for the trace filter, I could not come up with a scenario where the operand count goe

[PATCH 3.4 44/65] mm: kmemleak: allow safe memory scanning during kmemleak disabling

2015-10-19 Thread lizf
Torvalds [lizf: Backported to 3.4: adjust context] Signed-off-by: Zefan Li --- mm/kmemleak.c | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/mm/kmemleak.c b/mm/kmemleak.c index ad6ee88..c74827c 100644 --- a/mm/kmemleak.c +++ b/mm/kmemleak.c @@ -193,6 +193,8

[PATCH 3.4 42/65] bridge: multicast: restore router configuration on port link down/up

2015-10-19 Thread lizf
Ashok Signed-off-by: Nikolay Aleksandrov Fixes: 0909e11758bd ("bridge: Add multicast_router sysfs entries") Acked-by: Herbert Xu Signed-off-by: David S. Miller [lizf: Backported to 3.4: adjust context] Signed-off-by: Zefan Li --- net/bridge/br_multicast.c | 5 + 1 file changed, 5

[PATCH 3.4 40/65] ext4: don't retry file block mapping on bigalloc fs with non-extent file

2015-10-19 Thread lizf
From: "Darrick J. Wong" 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 292db1bc6c105d86111e858859456bcb11f90f91 upstream. ext4 isn't willing to map clusters to a non-extent file. Don't signal this with an out of space error, since the F

[PATCH 3.4 37/65] ext4: call sync_blockdev() before invalidate_bdev() in put_super()

2015-10-19 Thread lizf
From: Theodore Ts'o 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 89d96a6f8e6491f24fc8f99fd6ae66820e85c6c1 upstream. Normally all of the buffers will have been forced out to disk before we call invalidate_bdev(), but there will be some

[PATCH 3.4 36/65] bridge: fix br_stp_set_bridge_priority race conditions

2015-10-19 Thread lizf
From: Nikolay Aleksandrov 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 2dab80a8b486f0a69daca6859519e05781d9 upstream. After the ->set() spinlocks were removed br_stp_set_bridge_priority was left running without any protection when

[PATCH 3.4 35/65] nfs: increase size of EXCHANGE_ID name string buffer

2015-10-19 Thread lizf
SETCLIENTID has. Reported-by: Michael Skralivetsky Signed-off-by: Jeff Layton Signed-off-by: Trond Myklebust [lizf: Backported to 3.4: adjust context] Signed-off-by: Zefan Li --- include/linux/nfs_xdr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/nfs_xdr.h b

[PATCH 3.4 31/65] regmap: Fix regmap_bulk_read in BE mode

2015-10-19 Thread lizf
an address after full word read gives different results when endianness differs. ie. we get little-end in LE and big-end in BE. Signed-off-by: Arun Chandran Signed-off-by: Mark Brown [lizf: Backported to 3.4: format_val() takes only two arguments] Signed-off-by: Zefan Li --- drivers/base

[PATCH 3.4 32/65] jbd2: fix ocfs2 corrupt when updating journal superblock fails

2015-10-19 Thread lizf
From: Joseph Qi 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 6f6a6fda294506dfe0e3e0a253bb2d2923f28f0a upstream. If updating journal superblock fails after journal data has been flushed, the error is omitted and this will mislead the ca

[PATCH 3.4 33/65] ideapad: fix software rfkill setting

2015-10-19 Thread lizf
interface. Signed-off-by: Arnd Bergmann Fixes: c1f73658ed ("ideapad: pass ideapad_priv as argument (part 2)") Signed-off-by: Darren Hart [lizf: Backported to 3.4: @data is not a pointer but the device idx] Signed-off-by: Zefan Li --- drivers/platform/x86/ideapad-laptop.c | 3 ++- 1 fi

[PATCH 3.4 23/65] regulator: core: fix constraints output buffer

2015-10-19 Thread lizf
From: Stefan Wahren 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit a7068e3932eee8268c4ce4e080a338ee7b8a27bf upstream. The buffer for condtraints debug isn't big enough to hold the output in all cases. So fix this issue by increasing the

[PATCH 3.4 26/65] ASoC: wm8960: the enum of "DAC Polarity" should be wm8960_enum[1]

2015-10-19 Thread lizf
From: Zidan Wang 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit a077e81ec61e07a7f86997d045109f06719fbffe upstream. the enum of "DAC Polarity" should be wm8960_enum[1]. Signed-off-by: Zidan Wang Acked-by: Charles Keepax Signed-off-by:

[PATCH 3.4 22/65] ath9k: fix DMA stop sequence for AR9003+

2015-10-19 Thread lizf
reduce/fix the occurence of "Failed to stop Tx DMA" logspam. Signed-off-by: Felix Fietkau Signed-off-by: Kalle Valo [lizf: Backported to 3.4: - initialize ret - ath_drain_all_txq() takes a second argument] Signed-off-by: Zefan Li --- drivers/net/wireless/ath/ath9k/main.c | 13 ++

[PATCH 3.4 28/65] Disable write buffering on Toshiba ToPIC95

2015-10-19 Thread lizf
From: Ryan Underwood 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 2fb22a8042fe96b4220843f79241c116d90922c4 upstream. Disable write buffering on the Toshiba ToPIC95 if it is enabled by somebody (it is not supposed to be a power-on defau

[PATCH 3.4 29/65] sctp: fix ASCONF list handling

2015-10-19 Thread lizf
7d653b67ae ("sctp: Add Auto-ASCONF support (core).") Reported-by: Ji Jianwen Suggested-by: Neil Horman Suggested-by: Hannes Frederic Sowa Acked-by: Hannes Frederic Sowa Signed-off-by: Marcelo Ricardo Leitner Signed-off-by: David S. Miller [lizf: Backported to 3.4: - use global s

[PATCH 3.4 20/65] ipr: Increase default adapter init stage change timeout

2015-10-19 Thread lizf
From: Brian King 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 45c44b5ff9caa743ed9c2bfd44307c536c9caf1e upstream. Increase the default init stage change timeout from 15 seconds to 30 seconds. This resolves issues we have seen with some

[PATCH 3.4 19/65] SUNRPC: Fix a memory leak in the backchannel code

2015-10-19 Thread lizf
b9addbdb ("nfs41: New backchannel helper routines") Signed-off-by: Trond Myklebust [lizf: Backported to 3.4: adjust context] Signed-off-by: Zefan Li --- net/sunrpc/backchannel_rqst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sunrpc/backchannel_r

[PATCH 3.4 16/65] usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port reset

2015-10-19 Thread lizf
1432073240136%20()%203capp-gmx-bs27 Signed-off-by: Robert Schlabbach Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman [lizf: Backported to 3.4: - adjust context - s/usb_clear_port_feature/clear_port_feature - hub_port_warm_reset_required() takes only two arguments] Signed-off-by: Zefan L

[PATCH 3.4 15/65] staging: rtl8712: prevent buffer overrun in recvbuf2recvframe

2015-10-19 Thread lizf
From: Haggai Eran 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit cab462140f8a183e3cca0b51c8b59ef715cb6148 upstream. With an RTL8191SU USB adaptor, sometimes the hints for a fragmented packet are set, but the packet length is too large. A

[PATCH 3.4 10/65] rndis_wlan: harmless issue calling set_bit()

2015-10-19 Thread lizf
From: Dan Carpenter 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit e3958e9d60b4570fff709f397ef5c6b8483f40f7 upstream. These are used like: set_bit(WORK_LINK_UP, &priv->work_pending); The problem is that set_bit() takes the actu

[PATCH 3.4 09/65] tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_send

2015-10-19 Thread lizf
re Signed-off-by: Greg Kroah-Hartman [lizf: Backported to 3.4: adjust context] Signed-off-by: Zefan Li --- drivers/tty/serial/atmel_serial.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c ind

[PATCH 3.4 06/65] ASoC: wm8955: Fix setting wrong register for WM8955_K_8_0_MASK bits

2015-10-19 Thread lizf
From: Axel Lin 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 12c350050538c7dc779c083b7342bfd20f74949c upstream. WM8955_K_8_0_MASK bits is controlled by WM8955_PLL_CONTROL_3 rather than WM8955_PLL_CONTROL_2. Signed-off-by: Axel Lin Ack

[PATCH 3.4 02/65] mtd: fix: avoid race condition when accessing mtd->usecount

2015-10-19 Thread lizf
From: Brian Norris 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 073db4a51ee43ccb827f54a4261c0583b028d5ab upstream. On A MIPS 32-cores machine a BUG_ON was triggered because some acesses to mtd->usecount were done without taking mtd_tab

[PATCH 3.4 01/65] hrtimer: Allow concurrent hrtimer_start() for self restarting timers

2015-10-19 Thread lizf
From: Peter Zijlstra 3.4.110-rc1 review patch. If anyone has any objections, please let me know. -- commit 5de2755c8c8b3a6b8414870e2c284914a2b42e4d upstream. Because we drop cpu_base->lock around calling hrtimer::function, it is possible for hrtimer_start() to come in between

[PATCH 3.4 000/177] 3.4.106-rc1 review

2015-01-27 Thread lizf
From: Zefan Li This is the start of the stable review cycle for the 3.4.106 release. There are 177 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Fri Jan 30 03:58:34 UTC 201

[PATCH 3.4 002/177] UBIFS: remove mst_mutex

2015-01-27 Thread lizf
From: Artem Bityutskiy 3.4.106-rc1 review patch. If anyone has any objections, please let me know. -- commit 07e19dff63e3d5d6500d831e36554ac9b1b0560e upstream. The 'mst_mutex' is not needed since because 'ubifs_write_master()' is only called on the mount path and commit path.

[PATCH 3.4 01/91] KVM: s390: Fix user triggerable bug in dead code

2015-01-27 Thread lizf
ement. Signed-off-by: Christian Borntraeger Reviewed-by: Cornelia Huck Reviewed-by: David Hildenbrand [lizf: Backported to 3.4: - adjust context - no KVM_EXIT_S390_TSCH and KVM_EXIT_DEBUG in 3.4] Signed-off-by: Zefan Li --- arch/s390/kvm/kvm-s390.c | 11 --- 1 file changed, 11 deletions(-)

[PATCH 3.4 001/177] kvm: x86: fix stale mmio cache bug

2015-01-27 Thread lizf
From: David Matlack 3.4.106-rc1 review patch. If anyone has any objections, please let me know. -- commit 56f17dd3fbc44adcdbc3340fe3988ddb833a47a7 upstream. The following events can lead to an incorrect KVM_EXIT_MMIO bubbling up to userspace: (1) Guest accesses gpa X without

[PATCH 3.4 03/91] drm/i915: Remove bogus __init annotation from DMI callbacks

2015-01-27 Thread lizf
From: Mathias Krause 3.4.105-rc1 review patch. If anyone has any objections, please let me know. -- commit bbe1c2740d3a25aa1dbe5d842d2ff09cddcdde0a upstream. The __init annotations for the DMI callback functions are wrong as this code can be called even after the module has b

[PATCH 3.4 05/91] drm/vmwgfx: Fix a potential infinite spin waiting for fifo idle

2015-01-27 Thread lizf
From: Thomas Hellstrom 3.4.105-rc1 review patch. If anyone has any objections, please let me know. -- commit f01ea0c3d9db536c64d47922716d8b3b8f21d850 upstream. The code waiting for fifo idle was incorrect and could possibly spin forever under certain circumstances. Signed-of

[PATCH 3.4 04/91] get rid of propagate_umount() mistakenly treating slaves as busy.

2015-01-27 Thread lizf
taking the already doomed victims out of the child lists. Signed-off-by: Al Viro [lizf: Backported to 3.4: - adjust context - s/hlist_for_each_entry/list_for_each_entry/] Signed-off-by: Zefan Li --- fs/namespace.c | 4 +++- fs/pnode.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletion

[PATCH 3.4 024/177] x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 instead

2015-01-27 Thread lizf
From: Bryan O'Donoghue 3.4.106-rc1 review patch. If anyone has any objections, please let me know. -- commit ee1b5b165c0a2f04d2107e634e51f05d0eb107de upstream. Quark x1000 advertises PGE via the standard CPUID method PGE bits exist in Quark X1000's PTEs. In order to flush an

[PATCH 3.4 006/177] KVM: s390: unintended fallthrough for external call

2015-01-27 Thread lizf
From: Christian Borntraeger 3.4.106-rc1 review patch. If anyone has any objections, please let me know. -- commit f346026e55f1efd3949a67ddd1dcea7c1b9a615e upstream. We must not fallthrough if the conditions for external call are not met. Signed-off-by: Christian Borntraeger

[PATCH 3.4 007/177] PCI: pciehp: Prevent NULL dereference during probe

2015-01-27 Thread lizf
From: Andreas Noever 3.4.106-rc1 review patch. If anyone has any objections, please let me know. -- commit bceee4a97eb58bd0e80e39eff11b506ddd9e7ad3 upstream. pciehp assumes that dev->subordinate, the struct pci_bus for a bridge's secondary bus, exists. But we do not create t

[PATCH 3.4 09/91] percpu: fix pcpu_alloc_pages() failure path

2015-01-27 Thread lizf
From: Tejun Heo 3.4.105-rc1 review patch. If anyone has any objections, please let me know. -- commit f0d279654dea22b7a6ad34b9334aee80cda62cde upstream. When pcpu_alloc_pages() fails midway, pcpu_free_pages() is invoked to free what has already been allocated. The invocation

[PATCH 3.4 13/91] rtlwifi: rtl8192cu: Add new ID

2015-01-27 Thread lizf
From: Larry Finger 3.4.105-rc1 review patch. If anyone has any objections, please let me know. -- commit c66517165610b911e4c6d268f28d8c640832dbd1 upstream. The Sitecom WLA-2102 adapter uses this driver. Reported-by: Nico Baggus Signed-off-by: Larry Finger Cc: Nico Baggus

[PATCH 3.4 16/91] USB: ftdi_sio: add support for NOVITUS Bono E thermal printer

2015-01-27 Thread lizf
From: Johan Hovold 3.4.105-rc1 review patch. If anyone has any objections, please let me know. -- commit ee444609dbae8afee420c3243ce4c5f442efb622 upstream. Add device id for NOVITUS Bono E thermal printer. Reported-by: Emanuel Koczwara Signed-off-by: Johan Hovold Signed-of

[PATCH 3.4 18/91] USB: sierra: add 1199:68AA device ID

2015-01-27 Thread lizf
From: Bjørn Mork 3.4.105-rc1 review patch. If anyone has any objections, please let me know. -- commit 5b3da69285c143b7ea76b3b9f73099ff1093ab73 upstream. This VID:PID is used for some Direct IP devices behaving identical to the already supported 0F3D:68AA devices. Reported-b

[PATCH 3.4 12/91] cgroup: reject cgroup names with ' '

2015-01-27 Thread lizf
ons cannot parse /proc//cgroup safely. Signed-off-by: Alban Crequy Signed-off-by: Tejun Heo [lizf: Backported to 3.4: - adjust context - s/name/dentry->d_name.name/] Signed-off-by: Zefan Li --- kernel/cgroup.c | 5 + 1 file changed, 5 insertions(+) diff --git a/kernel/cgroup.c b/ke

[PATCH 3.4 08/91] regulatory: add NUL to alpha2

2015-01-27 Thread lizf
might leak kernel data. Solve it by simply adding an extra char for the NULL terminator, making such operations safe. Signed-off-by: Eliad Peller Signed-off-by: Johannes Berg [lizf: Backported to 3.4: adjust context] Signed-off-by: Zefan Li --- include/net/regulatory.h | 2 +- 1 file changed, 1

[PATCH 3.4 019/177] Drivers: hv: vmbus: Fix a bug in vmbus_open()

2015-01-27 Thread lizf
From: "K. Y. Srinivasan" 3.4.106-rc1 review patch. If anyone has any objections, please let me know. -- commit 45d727cee9e200f5b351528b9fb063b69cf702c8 upstream. Fix a bug in vmbus_open() and properly propagate the error. I would like to thank Dexuan Cui for identifying the

[PATCH 3.4 029/177] Revert "lzo: properly check for overruns"

2015-01-27 Thread lizf
From: Willy Tarreau 3.4.106-rc1 review patch. If anyone has any objections, please let me know. -- commit af958a38a60c7ca3d8a39c918c1baa2ff7b6b233 upstream. This reverts commit 206a81c ("lzo: properly check for overruns"). As analysed by Willem Pinckaers, this fix is still i

[PATCH 3.4 32/91] Input: serport - add compat handling for SPIOCSTYPE ioctl

2015-01-27 Thread lizf
From: John Sung 3.4.105-rc1 review patch. If anyone has any objections, please let me know. -- commit a80d8b02751060a178bb1f7a6b7a93645a7a308b upstream. When running a 32-bit inputattach utility in a 64-bit system, there will be error code "inputattach: can't set device type"

[PATCH 3.4 31/91] libceph: do not hard code max auth ticket len

2015-01-27 Thread lizf
From: Ilya Dryomov 3.4.105-rc1 review patch. If anyone has any objections, please let me know. -- commit c27a3e4d667fdcad3db7b104f75659478e0c68d8 upstream. We hard code cephx auth ticket buffer size to 256 bytes. This isn't enough for any moderate setups and, in case tickets

[PATCH 3.4 29/91] libceph: gracefully handle large reply messages from the mon

2015-01-27 Thread lizf
, fall back to trying to allocate a new one instead of blindly using the one we have. Signed-off-by: Sage Weil Reviewed-by: Ilya Dryomov [lizf: Backported to 3.4: s/front_alloc_len/front_max/g] Signed-off-by: Zefan Li --- net/ceph/mon_client.c | 8 1 file changed, 8 insertions(+) diff

[PATCH 3.4 34/91] storage: Add single-LUN quirk for Jaz USB Adapter

2015-01-27 Thread lizf
From: Mark 3.4.105-rc1 review patch. If anyone has any objections, please let me know. -- commit c66f1c62e85927357e7b3f4c701614dcb5c498a2 upstream. The Iomega Jaz USB Adapter is a SCSI-USB converter cable. The hardware seems to be identical to e.g. the Microtech XpressSCSI, u

[PATCH 3.4 33/91] usb: hub: take hub->hdev reference when processing from eventlist

2015-01-27 Thread lizf
From: Joe Lawrence 3.4.105-rc1 review patch. If anyone has any objections, please let me know. -- commit c605f3cdff53a743f6d875b76956b239deca1272 upstream. During surprise device hotplug removal tests, it was observed that hub_events may try to call usb_lock_device on a devic

[PATCH 3.4 028/177] Documentation: lzo: document part of the encoding

2015-01-27 Thread lizf
From: Willy Tarreau 3.4.106-rc1 review patch. If anyone has any objections, please let me know. -- commit d98a0526434d27e261f622cf9d2e0028b5ff1a00 upstream. Add a complete description of the LZO format as processed by the decompressor. I have not found a public specification

[PATCH 3.4 37/91] alarmtimer: Return relative times in timer_gettime

2015-01-27 Thread lizf
n the old incorrect behavior. Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Richard Cochran Cc: Prarit Bhargava Cc: Sharvil Nanavati Signed-off-by: Richard Larocque [jstultz: minor style tweak] Signed-off-by: John Stultz [lizf: Backported to 3.4: - add alarm_expires_remaining() introduced by c

[PATCH 3.4 038/177] NFSv4.1: Fix an NFSv4.1 state renewal regression

2015-01-27 Thread lizf
Fixes: 2f60ea6b8ced (NFSv4: The NFSv4.0 client must send RENEW calls...) Signed-off-by: Trond Myklebust [lizf: Backported to 3.4: adjust context] Signed-off-by: Zefan Li --- fs/nfs/nfs4proc.c | 2 +- fs/nfs/nfs4renewd.c | 12 ++-- 2 files changed, 11 insertions(+), 3 deletions(-)

[PATCH 3.4 36/91] futex: Unlock hb->lock in futex_wait_requeue_pi() error path

2015-01-27 Thread lizf
18500.4178@nanos Signed-off-by: Thomas Gleixner [lizf: Backported to 3.4: queue_unlock() takes two parameters] Signed-off-by: Zefan Li --- kernel/futex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/futex.c b/kernel/futex.c index 9396b7b..41dfb18 100644 --- a/kernel/futex.c +++ b/ker

[PATCH 3.4 43/91] perf: Fix a race condition in perf_remove_from_context()

2015-01-27 Thread lizf
From: Cong Wang 3.4.105-rc1 review patch. If anyone has any objections, please let me know. -- commit 3577af70a2ce4853d58e57d832e687d739281479 upstream. We saw a kernel soft lockup in perf_remove_from_context(), it looks like the `perf` process, when exiting, could not go out

[PATCH 3.4 040/177] dm bufio: update last_accessed when relinking a buffer

2015-01-27 Thread lizf
ccessed' is now updated each time the buffer is moved to the head of the LRU list, so the buffer is now properly discarded if it was not used in dm_bufio_max_age time. Signed-off-by: Joe Thornber Signed-off-by: Mikulas Patocka Signed-off-by: Mike Snitzer [lizf: Backported to 3.4: adjust context]

[PATCH 3.4 41/91] jiffies: Fix timeval conversion to jiffies

2015-01-27 Thread lizf
: Prarit Bhargava Reviewed-by: Paul Turner Reported-by: Aaron Jacobs Signed-off-by: Andrew Hunter [jstultz: Tweaked to apply to 3.17-rc] Signed-off-by: John Stultz [lizf: Backported to 3.4: adjust filename] Signed-off-by: Zefan Li --- include/linux/

[PATCH 3.4 39/91] alarmtimer: Lock k_itimer during timer callback

2015-01-27 Thread lizf
From: Richard Larocque 3.4.105-rc1 review patch. If anyone has any objections, please let me know. -- commit 474e941bed9262f5fa2394f9a4a67e24499e5926 upstream. Locks the k_itimer's it_lock member when handling the alarm timer's expiry callback. The regular posix timers defin

[PATCH 3.4 042/177] ecryptfs: avoid to access NULL pointer when write metadata in xattr

2015-01-27 Thread lizf
From: Chao Yu 3.4.106-rc1 review patch. If anyone has any objections, please let me know. -- commit 35425ea2492175fd39f6116481fe98b2b3ddd4ca upstream. Christopher Head 2014-06-28 05:26:20 UTC described: "I tried to reproduce this on 3.12.21. Instead, when I do "echo hello > f

  1   2   3   4   5   6   7   8   9   10   >