hpfs: deadlock and race in hpfs_dir_lseek()

2013-05-17 Thread Al Viro
For one thing, there's an ABBA deadlock on hpfs fs-wide lock and i_mutex in hpfs_dir_lseek() - there's a lot of methods that grab the former with the caller already holding the latter, so it must take i_mutex first. For another, locking the damn thing, carefully validating the offset, then droppin

Re: [RFC PATCHv3 4/6] clocksource: Add TI-Nspire timer drivers

2013-05-17 Thread Daniel Tang
On 17/05/2013, at 11:17 PM, Linus Walleij wrote: >>> If this timer is really just 16 bits, it's a *pretty* good idea to use >>> the prescaler (I guess this is what IO_DIVIDER is) beacuse else you >>> will get short sleep times with CONFIG_NO_HZ_IDLE on this system, >>> and wake up unnecessarily

Re: [ 094/136 ] e1000e: fix runtime power management transitions

2013-05-17 Thread Jeff Kirsher
On Sat, 2013-05-18 at 09:35 +0400, Konstantin Khlebnikov wrote: > Steven Rostedt wrote: > > 3.6.11.4 stable review patch. > > If anyone has any objections, please let me know. > > I don't think that 3.6.y needs this. That was fix for problem which appeared > in 3.8 after some changes in PCI power

Re: [ 094/136 ] e1000e: fix runtime power management transitions

2013-05-17 Thread Konstantin Khlebnikov
Steven Rostedt wrote: 3.6.11.4 stable review patch. If anyone has any objections, please let me know. I don't think that 3.6.y needs this. That was fix for problem which appeared in 3.8 after some changes in PCI power management code. Probably it depends on these changes. If no one complains ab

Re: [PATCH V4 22/30] thermal: exynos: Add support for exynos5440 TMU sensor.

2013-05-17 Thread jonghwa3 . lee
On 2013년 05월 14일 18:58, Amit Daniel Kachhap wrote: > This patch modifies TMU controller to add changes needed to work with > exynos5440 platform. This sensor registers 3 instance of the tmu controller > with the thermal zone and hence reports 3 temperature output. This controller > supports upto f

Re: [PATCH net-next] net: netdev_pick_tx: use get_xps_q if xps map is set

2013-05-17 Thread govind
On 05/18/2013 03:33 AM, Eric Dumazet wrote: On Sat, 2013-05-18 at 01:20 +0530, govind wrote: I see. In ixgbe_select_queue we use __netdev_pick_tx only if packet is not FCOE & FIP. If you see bnx2x_select_queue in drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c, line 1832 and mlx4_en_select_queu

Re: Performance issue since 3.2.6

2013-05-17 Thread Srivatsa S. Bhat
On 05/18/2013 05:21 AM, Rafael J. Wysocki wrote: > On Saturday, May 18, 2013 01:20:10 AM Srivatsa S. Bhat wrote: >> On 05/17/2013 11:47 PM, Olivier Doucet wrote: >>> Hello, >>> >>> This performance penalty is still present in kernel 3.9.2. And >>> CONFIG_PM cannot be deactivated anymore. >>> >>> I

[PATCHv8 2/3] net: velocity: Convert to generic dma functions

2013-05-17 Thread Tony Prisk
Remove the pci_* dma functions and replace with the more generic versions. In preparation of adding platform support, a new struct device *dev is added to struct velocity_info which can be used by both the pci and platform code. Signed-off-by: Tony Prisk --- drivers/net/ethernet/via/via-velocit

[PATCHv8 1/3] net: velocity: Rename vptr->dev to vptr->netdev

2013-05-17 Thread Tony Prisk
Improve the clarity of the code in preparation for converting the dma functions to generic versions, which require a struct device *. This makes it possible to store a 'struct device *dev' in the velocity_info structure. Signed-off-by: Tony Prisk --- drivers/net/ethernet/via/via-velocity.c |

[PATCHv8 0/3] Add support for velocity network driver on platform devices

2013-05-17 Thread Tony Prisk
v8 changes: Remove velocity_choose_state from via-velocity.h: unused function. v7 changes: Forgot to merge a patch to fix an error with the pm ops changes. Apologies Dave. v6 changes: Remove more bus specific code from velocity_probe() Make velocity_(suspend/resume) accept a struct device * Simpl

[PATCHv8 3/3] net: velocity: Add platform device support to VIA velocity driver

2013-05-17 Thread Tony Prisk
Add support for the VIA Velocity network driver to be bound to a OF created platform device. Signed-off-by: Tony Prisk --- .../devicetree/bindings/net/via-velocity.txt | 20 + drivers/net/ethernet/via/Kconfig |3 +- drivers/net/ethernet/via/via-velocity.c

Re: [PATCHv7 0/3] Add support for velocity network driver on platform devices

2013-05-17 Thread Tony Prisk
On 18/05/13 14:23, Tony Prisk wrote: v7 changes: Forgot to merge a patch to fix an error with the pm ops changes. Apologies Dave. v6 changes: Remove more bus specific code from velocity_probe() Make velocity_(suspend/resume) accept a struct device * Simplify PM code to use velocity_(suspend/resu

3.10-rc1: commit ccdfcc398594 broke uClibc build.

2013-05-17 Thread Rob Landley
The #include added to include/uapi/linux/netlink.h causes the uClibc build to go: In file included from include/linux/kernel.h:4, from include/linux/netlink.h:4, from include/linux/rtnetlink.h:5, from libc/inet/netlinkaccess.h:27,

Re: [PATCH] memcg: update TODO list in Documentation

2013-05-17 Thread Rob Landley
On 05/16/2013 10:29:33 PM, Li Zefan wrote: hugetlb cgroup has already been implemented. Signed-off-by: Li Zefan --- Documentation/cgroups/memory.txt | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt

[ 134/136 ] kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_trees()

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Chen Gang [ Upstream commit 12b2f117f3bf738c1a00a6f64393f1953a740bd4 ] audit_trim_trees() calls get_tree(). If a failure occurs we must call put_tree(). [a...@linux-foundation.org: run pu

[ 133/136 ] Btrfs: compare relevant parts of delayed tree refs

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Josef Bacik [ Upstream commit 41b0fc42800569f63e029549b75c4c9cb63f2dfd ] A user reported a panic while running a balance. What was happening was he was relocating a block, which added the

[ 132/136 ] tracing: Fix ftrace_dump()

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" [ Upstream commit 7fe70b579c9e3daba71635e31b6189394e7b79d3 ] ftrace_dump() had a lot of issues. What ftrace_dump() does, is when ftrace_dump_on_oops is set (via a

[ 131/136 ] drm/radeon: fix handling of v6 power tables

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit 441e76ca83ac604eaf0f046def96d8e3a27eea28 ] The code was mis-handling variable sized arrays. Reported-by: Sylvain BERTRAND Signed-off-by: Alex Deucher Cc: s

[ 130/136 ] drm/radeon: add new richland pci ids

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit 62d1f92e06aef9665d71ca7e986b3047ecf0b3c7 ] Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org Signed-off-by: Steven Rostedt --- drivers/gpu/drm/radeon/

[ 127/136 ] drm/radeon: fix typo in si_select_se_sh()

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit 79b52d6a7085a3e430c6de450a5847fdbe04159b ] Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org Signed-off-by: Steven Rostedt --- drivers/gpu/drm/radeon/

[ 129/136 ] drm/radeon: fix possible segfault when parsing pm tables

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit f8e6bfc2ce162855fa4f9822a45659f4b542c960 ] If we have a empty power table, bail early and allocate the default power state. Should fix: https://bugs.freedesk

[ 125/136 ] drm/radeon: cleanup properly if mmio mapping fails

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit 0cd9cb76ae26a19df21abc6f94f5fff141e689c7 ] If we fail to map the mmio BAR, skip driver tear down that requires mmio. Should fix: https://bugzilla.kernel.org/

[ 126/136 ] drm/radeon: fix hdmi mode enable on RS600/RS690/RS740

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit dcb852905772416e322536ced5cb3c796d176af5 ] These chips were previously skipped since they are pre-R600. Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.o

[ 124/136 ] drm/radeon/evergreen+: dont enable HPD interrupts on eDP/LVDS

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit 2e97be73e5f74a317232740ae82eb8f95326a660 ] Avoids potential interrupt storms when the display is disabled. May fix: https://bugzilla.kernel.org/show_bug.cgi?

[ 123/136 ] drm/radeon: add some new SI PCI ids

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit 18932a28419596bc9403770f5d8a108c5433fe59 ] Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org Signed-off-by: Steven Rostedt --- include/drm/drm_pciids.

[ 121/136 ] drm/radeon: update wait_for_vblank for r1xx-r4xx

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit 2b48b968c0d00aa5ab520b65a15a4f374cda7dda ] Properly wait for the next vblank region. The previous code didn't always wait long enough depending on the timing

[ 122/136 ] drm/radeon: disable the crtcs in mc_stop (evergreen+) (v2)

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit abf1457bbbe4c62066bd03c6d31837dea28644dc ] Just disabling the mem requests should be enough, but that doesn't seem to work correctly on efi systems. May fix:

[ 120/136 ] drm/radeon: update wait_for_vblank for evergreen+

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit 10257a6d8359c41407eb26b7ad7bf710a7e00155 ] Properly wait for the next vblank region. The previous code didn't always wait long enough depending on the timing

[ 119/136 ] drm/radeon: update wait_for_vblank for r5xx-r7xx

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit bea5497bfc1067620c8c8e9d37a42e0bb6d7d7fa ] Properly wait for the next vblank region. The previous code didn't always wait long enough depending on the timing

[ 117/136 ] drm/radeon: use frac fb div on RS780/RS880

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit 411678288d61ba17afe1f8afed92200be6bbc65d ] Monitors seem to prefer it. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=37696 Signed-off-by: Alex Deucher

[ 115/136 ] drm/i915: Fall back to bit banging mode for DVO transmitter detection

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?"David=20M=C3=BCller=20(ELSOFT=20AG)"?= [ Upstream commit e4bfff54ed3f5de88f5358504c78c2cb037813aa ] As discussed in this thread http://lists.freedesktop.org/archives/dri-devel/20

[ 116/136 ] drm/radeon: dont use get_engine_clock() on APUs

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit bf05d9985111f85ed6922c134567b96eb789283b ] It doesn't work reliably. Just report back the currently selected engine clock. Partially fixes: https://bugs.fre

[ 093/136 ] PCI/PM: Clear state_saved during suspend

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: "Rafael J. Wysocki" [ Upstream commit 82fee4d67ab86d6fe5eb0f9a9e988ca9d654d765 ] This patch clears pci_dev->state_saved at the beginning of suspending. PCI config state may be saved long be

[ 114/136 ] drm/i915: set CPT FDI RX polarity bits based on VBT

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Paulo Zanoni [ Upstream commit 3f704fa2778d3fe45e6529825a5c7a8bcbc686f4 ] Check the VBT to see if the machine has inverted FDI RX polarity on CPT. Based on this bit, set the appropriate bit

[ 066/136 ] NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recall

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust [ Upstream commit 8b6cc4d6f841d31f72fe7478453759166d366274 ] A server shouldn't normally return NFS4ERR_GRACE if the client holds a delegation, since no conflicting lock rec

[ 128/136 ] drm/radeon: fix endian bugs in atom_allocate_fb_scratch()

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit beb71fc61c2cad64e347f164991b8ef476529e64 ] Reviwed-by: Michel Dänzer Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org Signed-off-by: Steven Rostedt

[ 113/136 ] drm/i915: Use MLC (l3$) for context objects

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson [ Upstream commit 4615d4c9e27eda42c3e965f208a4b4065841498c ] Enabling context support increases SwapBuffers latency by about 20% (measured on an i7-3720qm). We can offset that

[ 112/136 ] drm/i915: Workaround incoherence between fences and LLC across multiple CPUs

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson [ Upstream commit 25ff1195f8a0b3724541ae7bbe331b4296de9c06 ] In order to fully serialize access to the fenced region and the update to the fence register we need to take extrem

[ 054/136 ] swap: redirty page if page write fails on swap file

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Jerome Marchand [ Upstream commit 2d30d31ea3c5be426ce25607b9bd1835acb85e0a ] Since commit 62c230bc1790 ("mm: add support for a filesystem to activate swap files and use direct_IO for writin

[ 111/136 ] drm/i915: Add no-lvds quirk for Fujitsu Esprimo Q900

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Christian Lamparter [ Upstream commit 9e9dd0e889c76c786e8f2e164c825c3c06dea30c ] The "Mobile Sandy Bridge CPUs" in the Fujitsu Esprimo Q900 mini desktop PCs are probably misleading the LVDS

[ 106/136 ] drm/mgag200: deal with bo reserve fail in dirty update path

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Dave Airlie [ Upstream commit 641719599528d806e00de8ae8c8453361266a312 ] On F19 testing, it was noticed we get a lot of errors in dmesg about being unable to reserve the buffer when plymout

[ 108/136 ] drm/prime: keep a reference from the handle to exported dma-buf (v6)

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Dave Airlie [ Upstream commit 219b47339ced80ca580bb6ce7d1636166984afa7 ] Currently we have a problem with this: 1. i915: create gem object 2. i915: export gem object to prime 3. radeon: imp

[ 107/136 ] drm/gma500: fix backlight hotkeys behaviour on netbooks

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Anisse Astier [ Upstream commit e127dc28cc3057575da0216cde85687153ca180f ] Backlight hotkeys weren't working before on certain cedartrail laptops. The source of this problem is that the ho

[ 136/136 ] s390: move dummy io_remap_pfn_range() to asm/pgtable.h

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds [ Upstream commit 4f2e29031e6c67802e7370292dd050fd62f337ee ] Commit b4cbb197c7e7 ("vm: add vm_iomap_memory() helper function") added a helper function wrapper around io_remap

[ 103/136 ] ext4: add check for inodes_count overflow in new resize ioctl

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o [ Upstream commit 3f8a6411fbada1fa482276591e037f3b1adcf55b ] Addresses-Red-Hat-Bugzilla: #913245 Reported-by: Eric Sandeen Signed-off-by: "Theodore Ts'o" Reviewed-by: Carlo

[ 105/136 ] drm/cirrus: deal with bo reserve fail in dirty update path

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Dave Airlie [ Upstream commit f3b2bbdc8a87a080ccd23d27fca4b87d61340dd4 ] Port over the mgag200 fix to cirrus as it suffers the same issue. On F19 testing, it was noticed we get a lot o

[ 104/136 ] r8169: fix 8168evl frame padding.

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Stefan Bader [ Upstream commit e5195c1f31f399289347e043d6abf3ffa80f0005 ] Signed-off-by: Stefan Bader Acked-by: Francois Romieu Cc: hayeswang Signed-off-by: David S. Miller Signed-off-b

[ 102/136 ] netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Florian Westphal [ Upstream commit f83a7ea2075ca896f2dbf07672bac9cf3682ff74 ] Alex Efros reported rpfilter module doesn't match following packets: IN=br.qemu SRC=192.168.2.1 DST=192.168.2.2

[ 100/136 ] netfilter: nf_ct_helper: dont discard helper if it is actually the same

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Florian Westphal [ Upstream commit 6e2f0aa8cf8892868bf2c19349cb5d7c407f690d ] commit (32f5376 netfilter: nf_ct_helper: disable automatic helper re-assignment of different type) broke transp

[ 101/136 ] netfilter: ctnetlink: dont permit ct creation with random tuple

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Florian Westphal [ Upstream commit 442fad9423b78319e0019a7f5047eddf3317afbc ] Userspace can cause kernel panic by not specifying orig/reply tuple: kernel will create a tuple with random sta

[ 099/136 ] netfilter: ipset: "Directory not empty" error message

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Jozsef Kadlecsik [ Upstream commit dd82088dab3646ed28e4aa43d1a5b5d5ffc2afba ] When an entry flagged with "nomatch" was tested by ipset, it returned the error message "Kernel error received:

[ 098/136 ] netfilter: nf_ct_sip: dont drop packets with offsets pointing outside the packet

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Patrick McHardy [ Upstream commit 3a7b21eaf4fb3c971bdb47a98f570550ddfe4471 ] Some Cisco phones create huge messages that are spread over multiple packets. After calculating the offset of th

[ 096/136 ] ipvs: ip_vs_sip_fill_param() BUG: bad check of return value

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Hans Schillstrom [ Upstream commit f7a1dd6e3ad59f0cfd51da29dfdbfd54122c5916 ] The reason for this patch is crash in kmemdup caused by returning from get_callid with uniialized matchoff and

[ 095/136 ] xhci: Dont warn on empty ring for suspended devices.

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Sarah Sharp [ Upstream commit a83d6755814e4614ba77e15d82796af0f695c6b8 ] When a device attached to the roothub is suspended, the endpoint rings are stopped. The host may generate a complet

[ 094/136 ] e1000e: fix runtime power management transitions

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Konstantin Khlebnikov [ Upstream commit 66148babe728f3e00e13c56f6b0ecf325abd80da ] This patch removes redundant actions from driver and fixes its interaction with actions in pci-bus runtime

[ 092/136 ] perf/x86/intel/lbr: Demand proper privileges for PERF_SAMPLE_BRANCH_KERNEL

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Peter Zijlstra [ Upstream commit 7cc23cd6c0c7d7f4bee057607e7ce01568925717 ] We should always have proper privileges when requesting kernel data. Signed-off-by: Peter Zijlstra Cc: Cc: And

[ 090/136 ] perf/x86/intel: Fix unintended variable name reuse

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Jan-Simon=20M=C3=B6ller?= [ Upstream commit 1b0dac2ac6debdbf1541e15f2cede03613cf4465 ] The variable name events_group is already in used and led to a compilation error when using

[ 091/136 ] perf/x86/intel/lbr: Fix LBR filter

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Peter Zijlstra [ Upstream commit 6e15eb3ba6c0249c9e8c783517d131b47db995ca ] The LBR 'from' adddress is under full userspace control; ensure we validate it before reading from it. Note: is_

[ 089/136 ] perf/x86/intel: Add support for IvyBridge model 58 Uncore

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Vince Weaver [ Upstream commit 9a6bc14350b130427725f33e371e86212fa56c85 ] According to Intel Vol3b 18.9, the IvyBridge model 58 uncore is the same as that of SandyBridge. I've done some si

[ 088/136 ] net/eth/ibmveth: Fixup retrieval of MAC address

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Benjamin Herrenschmidt [ Upstream commit 13f85203e1060da83d9ec1c1c5a63343eaab8de4 ] Some ancient pHyp versions used to create a 8 bytes local-mac-address property in the device-tree instead

[ 087/136 ] autofs - remove autofs dentry mount check

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: David Jeffery [ Upstream commit ce8a5dbdf9e709bdaf4618d7ef8cceb91e8adc69 ] When checking if an autofs mount point is busy it isn't sufficient to only check if it's a mount point. For examp

[ 085/136 ] powerpc: Emulate non privileged DSCR read and write

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Anton Blanchard [ Upstream commit 73d2fb758e678c93bc76d40876c2359f0729b0ef ] POWER8 allows read and write of the DSCR in userspace. We added kernel emulation so applications could always us

[ 084/136 ] mfd: adp5520: Restore mode bits on resume

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Lars-Peter Clausen [ Upstream commit c6cc25fda58da8685ecef3f179adc7b99c8253b2 ] The adp5520 unfortunately also clears the BL_EN bit when the nSTNDBY bit is cleared. So we need to make sure

[ 083/136 ] mmc: atmel-mci: pio hang on block errors

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Terry Barnaby [ Upstream commit bdbc5d0c60f3e9de3eeccf1c1a18bdc11dca62cc ] The driver is doing, by default, multi-block reads. When a block error occurs, card/block.c instigates a single bl

[ 082/136 ] mmc: core: Fix bit width test failing on old eMMC cards

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Philip Rakity [ Upstream commit 836dc2fe89c968c10cada87e0dfae6626f8f9da3 ] PARTITION_SUPPORT needs to be set before doing the compare on version number so the bit width test does not get in

[ 080/136 ] KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructions

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Gleb Natapov [ Upstream commit 660696d1d16a71e15549ce1bf74953be1592bcd3 ] Source operand for one byte mov[zs]x is decoded incorrectly if it is in high byte register. Fix that. Cc: sta...@v

[ 110/136 ] drm/i915: Fix detection of base of stolen memory

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson [ Upstream commit e12a2d53ae45a69aea499b64f75e7222cca0f12f ] The routine to query the base of stolen memory was using the wrong registers and the wrong encodings on virtually e

[ 109/136 ] drm/ast: deal with bo reserve fail in dirty update path

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Dave Airlie [ Upstream commit 306373b645d80625335b8e684fa09b14ba460cec ] Port over the mgag200 fix to ast as it suffers the same issue. On F19 testing, it was noticed we get a lot of e

[ 135/136 ] x86/mm: account for PGDIR_SIZE alignment

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Jerry Hoemann Patch for -stable. Function find_early_table_space removed upstream. Fixes panic in alloc_low_page due to pgt_buf overflow during init_memory_mapping. find_early_table_space

[ 118/136 ] drm/radeon/dce6: add missing display reg for tiling setup

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit 7c1c7c18fc752b2a1d07597286467ef186312463 ] A new tiling config register for the display blocks was added on DCE6. May fix: https://bugs.freedesktop.org/show_

[ 081/136 ] x86: Eliminate irq_mis_count counted in arch_irq_stat

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Li Fei [ Upstream commit f7b0e1055574ce06ab53391263b4e205bf38daf3 ] With the current implementation, kstat_cpu(cpu).irqs_sum is also increased in case of irq_mis_count increment. So there

[ 078/136 ] ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o [ Upstream commit 7f3e3c7cfcec148ccca9c0dd2dbfd7b00b7ac10f ] Fox the Kconfig documentation for CONFIG_EXT4_DEBUG to match the change made by commit a0b30c1229: ext4: use modul

[ 079/136 ] mmc: at91/avr32/atmel-mci: fix DMA-channel leak on module unload

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold [ Upstream commit 91cf54feecf815bec0b6a8d6d9dbd0e219f2f2cc ] Fix regression introduced by commit 796211b7953 ("mmc: atmel-mci: add pdc support and runtime capabilities detectio

[ 077/136 ] ext4: fix online resizing for ext3-compat file systems

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o [ Upstream commit c5c72d814cf0f650010337c73638b25e6d14d2d4 ] Commit fb0a387dcdc restricts block allocations for indirect-mapped files to block groups less than s_blockfile_gro

[ 076/136 ] ext4: fix big-endian bug in metadata checksum calculations

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Monakhov [ Upstream commit 171a7f21a76a0958c225b97c00a97a10390d40ee ] Signed-off-by: Dmitry Monakhov Signed-off-by: "Theodore Ts'o" Cc: sta...@vger.kernel.org Signed-off-by: Steven

[ 075/136 ] ext4: fix journal callback list traversal

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Monakhov [ Upstream commit 5d3ee20855e28169d711b394857ee608a5023094 ] It is incorrect to use list_for_each_entry_safe() for journal callback traversial because ->next may be removed

[ 074/136 ] jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callback

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Monakhov [ Upstream commit 794446c6946513c684d448205fbd76fa35f38b72 ] The following race is possible: [kjournald2] other_task jbd2_journal_commit_transa

[ 073/136 ] ext4/jbd2: dont wait (forever) for stale tid caused by wraparound

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o [ Upstream commit d76a3a77113db020d9bb1e894822869410450bd9 ] In the case where an inode has a very stale transaction id (tid) in i_datasync_tid or i_sync_tid, it's possible th

[ 072/136 ] ixgbe: fix EICR write in ixgbe_msix_other

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Jacob Keller [ Upstream commit d87d830720a1446403ed38bfc2da268be0d356d1 ] Previously, the ixgbe_msix_other was writing the full 32bits of the set interrupts, instead of only the ones which

[ 071/136 ] ipc: sysv shared memory limited to 8TiB

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Robin Holt [ Upstream commit d69f3bad4675ac519d41ca2b11e1c00ca115cecd ] Trying to run an application which was trying to put data into half of memory using shmget(), we found that having a

[ 070/136 ] wireless: regulatory: fix channel disabling race condition

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg [ Upstream commit 990de49f74e772b6db5208457b7aa712a5f4db86 ] When a full scan 2.4 and 5 GHz scan is scheduled, but then the 2.4 GHz part of the scan disables a 5.2 GHz channel

[ 069/136 ] nfsd: Decode and send 64bit time values

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Bryan Schumaker [ Upstream commit bf8d909705e9d9bac31d9b8eac6734d2b51332a7 ] The seconds field of an nfstime4 structure is 64bit, but we are assuming that the first 32bits are zero-filled.

[ 086/136 ] powerpc: fix numa distance for form0 device tree

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Vaidyanathan Srinivasan [ Upstream commit 7122b7bc1757682049780179d7c216dd1c83 ] The following commit breaks numa distance setup for old powerpc systems that use form0 encoding in devic

[ 097/136 ] netfilter: ipset: list:set: fix reference counter update

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Jozsef Kadlecsik [ Upstream commit 02f815cb6d3f57914228be84df9613ee5a01c2e6 ] The last element can be replaced or pushed off and in both cases the reference counter must be updated. Signed

[ 067/136 ] nfsd4: dont close read-write opens too soon

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: "J. Bruce Fields" [ Upstream commit 0c7c3e67ab91ec6caa44bdf1fc89a48012ceb0c5 ] Don't actually close any opens until we don't need them at all. This means being left with write access when

[ 068/136 ] nfsd: dont run get_file if nfs4_preprocess_stateid_op return error

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: fanchaoting [ Upstream commit b022032e195ffca83d7002d6b84297d796ed443b ] we should return error status directly when nfs4_preprocess_stateid_op return error. Signed-off-by: fanchaoting Cc

[ 059/136 ] clockevents: Set dummy handler on CPU_DEAD shutdown

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner [ Upstream commit 6f7a05d7018de222e40ca003721037a530979974 ] Vitaliy reported that a per cpu HPET timer interrupt crashes the system during hibernation. What happens is that

[ 063/136 ] LOCKD: Ensure that nlmclnt_block resets block->b_status after a server reboot

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust [ Upstream commit 1dfd89af8697a299e7982ae740d4695ecd917eef ] After a server reboot, the reclaimer thread will recover all the existing locks. For locks that are blocked, how

[ 057/136 ] acpi: make ata_ap_acpi_handle not block

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Aaron Lu [ Upstream commit d66af4df0837f21bf267305dc5ccab2d29e24d86 ] Since commit 30dcf76acc, ata_ap_acpi_handle will always do a namespace walk, which requires acquiring an acpi namespace

[ 055/136 ] mm: swap: mark swap pages writeback before queueing for direct IO

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman [ Upstream commit 0cdc444a67ccdbd58bfbcba865cb17a9f17a7691 ] As pointed out by Andrew Morton, the swap-over-NFS writeback is not setting PageWriteback before it is queued for dir

[ 065/136 ] MD: ignore discard request for hard disks of hybid raid1/raid10 array

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Shaohua Li [ Upstream commit 32f9f570d04461a41bdcd5c1d93b41ebc5ce182a ] In SSD/hard disk hybid storage, discard request should be ignored for hard disk. We used to be doing this way, but th

[ 058/136 ] cgroup: fix an off-by-one bug which may trigger BUG_ON()

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Li Zefan [ Upstream commit 3ac1707a13a3da9cfc8f242a15b2fae6df2c5f88 ] The 3rd parameter of flex_array_prealloc() is the number of elements, not the index of the last element. The effect of

[ 061/136 ] fs/dcache.c: add cond_resched() to shrink_dcache_parent()

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Greg Thelen [ Upstream commit 421348f1ca0bf17769dee0aed4d991845ae0536d ] Call cond_resched() in shrink_dcache_parent() to maintain interactivity. Before this patch: void shrink_dc

[ 056/136 ] drivers/rtc/rtc-cmos.c: dont disable hpet emulation on suspend

2013-05-17 Thread Steven Rostedt
3.6.11.4 stable review patch. If anyone has any objections, please let me know. -- From: Derek Basehore [ Upstream commit e005715efaf674660ae59af83b13822567e3a758 ] There's a bug where rtc alarms are ignored after the rtc cmos suspends but before the system finishes suspend. S

[PATCH 3.9-stable] NTB: Multiple NTB client fix

2013-05-17 Thread Jonghwan Choi
From: Jon Mason This patch looks like it should be in the 3.9-stable tree, should we apply it? -- From: "Jon Mason " commit 8b19d450ad188d402a183ff4a4d40f31c3916fbf upstream Fix issue with adding multiple ntb client devices to the ntb virtual bus. Previously, multiple devices

[PATCH 3.9-stable] ntb_netdev: remove from list on exit

2013-05-17 Thread Jonghwan Choi
From: Jon Mason This patch looks like it should be in the 3.9-stable tree, should we apply it? -- From: "Jon Mason " commit 904435cf76a9bdd5eb41b1c4e049d5a64f3a8400 upstream The ntb_netdev device is not removed from the global list of devices upon device removal. If the devic

[PATCH 3.9-stable] NTB: memcpy lockup workaround

2013-05-17 Thread Jonghwan Choi
From: Jon Mason This patch looks like it should be in the 3.9-stable tree, should we apply it? -- From: "Jon Mason " commit c336acd3331dcc191a97dbc66a557d47741657c7 upstream The system will appear to lockup for long periods of time due to the NTB driver spending too much time

[PATCH 3.9-table] NTB: Correctly handle receive buffers of the minimal size

2013-05-17 Thread Jonghwan Choi
From: Jon Mason This patch looks like it should be in the 3.9-stable tree, should we apply it? -- From: "Jon Mason " commit c9d534c8cbaedbb522a1d2cb037c6c394f610317 upstream The ring logic of the NTB receive buffer/transmit memory window requires there to be at least 2 payload

[PATCH 3.9-stable] NTB: reset tx_index on link toggle

2013-05-17 Thread Jonghwan Choi
From: Jon Mason This patch looks like it should be in the 3.9-stable tree, should we apply it? -- From: "Jon Mason " commit 90f9e934647e652a69396e18c779215a493271cf upstream If the NTB link toggles, the driver could stop receiving due to the tx_index not being set to 0 on the

[PATCH 3.9-table] NTB: Link toggle memory leak

2013-05-17 Thread Jonghwan Choi
From: Jon Mason This patch looks like it should be in the 3.9-stable tree, should we apply it? -- From: "Jon Mason " commit b77b2637b39ecc380bb08992380d7d48452b0872 upstream Each link-up will allocate a new NTB receive buffer when the NTB properties are negotiated with the rem

  1   2   3   4   5   6   7   8   >