[GIT PULL] msm gpio fixes for 3.11

2013-07-26 Thread David Brown
The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-3.11-fix1 for you to fetch changes up to

Re: [PATCH v2] clk: exynos4: Add CLK_GET_RATE_NOCACHE flag for the Exynos4x12 ISP clocks

2013-07-26 Thread Sylwester Nawrocki
On 07/26/2013 10:30 PM, Mike Turquette wrote: Quoting Sylwester Nawrocki (2013-07-25 14:07:05) From: Sylwester Nawrocki The ISP clock registers belong to the ISP power domain and may change their values if this power domain is switched off/on. Add CLK_GET_RATE_NOCACHE flags to ensure we do not

[PATCH] perf: sample after exit loses thread correlation

2013-07-26 Thread David Ahern
Occassionally events (e.g., context-switch, sched tracepoints) are losing the conversion of sample data associated with a thread. For example: $ perf record -e sched:sched_switch -c 1 -a -- sleep 5 $ perf script ls 30482 [000] 1379727.583037: sched:sched_switch: prev_comm=ls prev_pid=30482

Re: [PATCH -next] staging: gdm724x: use GFP_ATOMIC under spin lock

2013-07-26 Thread Greg KH
On Fri, Jul 26, 2013 at 10:32:33AM +0300, Dan Carpenter wrote: > On Fri, Jul 26, 2013 at 10:15:55AM +0800, Wei Yongjun wrote: > > From: Wei Yongjun > > > > A spin lock is taken here so we should use GFP_ATOMIC. > > > > Acked-by: Dan Carpenter > > But the locking here is really odd and

Re: [PATCH] mfd: palmas: Add DVFS mux setting

2013-07-26 Thread Stephen Warren
On 07/26/2013 03:50 PM, Andrew Chew wrote: How does this interact with the pinctrl driver that Laxman just sent for Palmas? https://lkml.org/lkml/2013/7/26/141 [PATCH 0/2] pinctrl: palmas: add pincontrol driver >>> >>> Thanks for pointing this out. Given this: >>> >>>

Re: [PATCH v6 2/3] DMA: Freescale: Add new 8-channel DMA engine device tree nodes

2013-07-26 Thread Scott Wood
On 07/26/2013 05:27:15 AM, hongbo.zh...@freescale.com wrote: From: Hongbo Zhang Freescale QorIQ T4 and B4 introduce new 8-channel DMA engines, this patch adds the device tree nodes for them. Signed-off-by: Hongbo Zhang --- .../devicetree/bindings/powerpc/fsl/dma.txt| 66

RE: [PATCH] usb: dwc3: core: modify IO memory resource after deferred probe completes

2013-07-26 Thread Paul Zimmerman
> From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Friday, July 26, 2013 1:32 PM > > On Fri, Jul 26, 2013 at 06:44:23PM +, Paul Zimmerman wrote: > > > From: Felipe Balbi [mailto:ba...@ti.com] > > > Sent: Friday, July 26, 2013 2:54 AM > > > > > > Also, this is not *modifying* what was passed,

Re: [PATCH] staging: xillybus: Multiple definition of xillyname resolved (bug fix)

2013-07-26 Thread Greg KH
On Sat, Jul 27, 2013 at 12:24:00AM +0300, Eli Billauer wrote: > > Signed-off-by: Eli Billauer You forgot a "Reported-by:" line here, I'll go add it by hand, but please do so yourself next time. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH 0/2] Squashfs: add LZ4 compression

2013-07-26 Thread Rob Landley
On 07/22/2013 01:04:59 AM, Gu Zheng wrote: On 07/22/2013 01:07 PM, Phillip Lougher wrote: > On 22 July 2013 04:05, Gu Zheng wrote: >> Hi Phillip, >> Have some tests been carried out to confirm that Squashfs really >> can get benefit from LZ4 compression, comparing with lzo? > > This

Re: [PATCH] lib: Add CRC64 ECMA module

2013-07-26 Thread Andrew Morton
On Fri, 12 Jul 2013 11:56:26 +0300 Marian Chereji wrote: > Added implementation of CRC64 ECMA checksum. > > Signed-off-by: Marian Chereji > Reviewed-by: Varvara Andrei-B21317 > Reviewed-by: Fleming Andrew-AFLEMING > --- > include/linux/crc64_ecma.h | 56 +++ > lib/Kconfig

Re: linux-next: build failure after merge of the staging tree

2013-07-26 Thread Greg KH
On Sat, Jul 27, 2013 at 12:22:44AM +0300, Eli Billauer wrote: > Hello Greg, > > I was just about to submit a patch fixing this issue. Should arrive > in a few minutes. Sorry. Got it, thanks. > Will this be the follow-on patch you mentioned for fixing the > "sparse errors" this driver produced?

Re: PROBLEM: Persistent unfair sharing of a processor by auto groups in 3.11-rc2 (has twice regressed)

2013-07-26 Thread Peter Zijlstra
On Fri, Jul 26, 2013 at 02:24:50PM -0700, Paul Turner wrote: > On Fri, Jul 26, 2013 at 2:03 PM, Peter Zijlstra wrote: > > > > > > OK, so I have the below; however on a second look, Paul, shouldn't that > > update_cfs_shares() call be in entity_tick(), right after calling > >

Re: [PATCH v2] tty: serial: Add initial MSM UART High Speed Lite driver

2013-07-26 Thread David Brown
On Mon, Jul 22, 2013 at 10:05:48AM +0300, Ivan T. Ivanov wrote: From: "Ivan T. Ivanov" This is a tty driver with console support for Qualcomm's UART controllers found in the MSM8974 chipsets. Driver is completely based on implementation found in codeaurora.org msm_serial_hs_lite with Android

[ 04/79] neighbour: fix a race in neigh_destroy()

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit c9ab4d85de222f3390c67aedc9c18a50e767531e ] There is a race in neighbour code, because neigh_destroy() uses skb_queue_purge(>arp_queue) without holding neighbour

[ 00/79] 3.10.4-stable review

2013-07-26 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.10.4 release. There are 79 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 Sun Jul 28 20:45:08 UTC 2013. Anything

[ 17/79] net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bit

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jongsung Kim [ Upstream commit 01276ed2424eb78c95461545410923d5da154d31 ] Signed-off-by: Jongsung Kim Acked-by: Nicolas Ferre Signed-off-by: David S. Miller Signed-off-by: Greg

[ 10/79] ip_tunnels: Use skb-len to PMTU check.

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Pravin B Shelar [ Upstream commit 23a3647bc4f93bac3776c66dc2c7f7f68b3cd662 ] In path mtu check, ip header total length works for gre device but not for gre-tap device. Use skb len which is

[ 16/79] sfc: Fix memory leak when discarding scattered packets

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings [ Upstream commit 734d4e159b283a4ae4d007b7e7a91d84398ccb92 ] Commit 2768935a4660 ('sfc: reuse pages to avoid DMA mapping/unmapping costs') did not fully take account of DMA

[ 06/79] net: Swap ver and type in pppoe_hdr

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Changli Gao [ Upstream commit b1a5a34bd0b8767ea689e68f8ea513e9710b671e ] Ver and type in pppoe_hdr should be swapped as defined by RFC2516 section-4. Signed-off-by: David S. Miller

[ 07/79] gre: fix a regression in ioctl

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Cong Wang [ Upstream commit 6c734fb8592f6768170e48e7102cb2f0a1bb9759 ] When testing GRE tunnel, I got: # ip tunnel show get tunnel gre0 failed: Invalid argument get tunnel gre1 failed:

[ 08/79] vti: remove duplicated code to fix a memory leak

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Cong Wang [ Upstream commit ab6c7a0a43c2eaafa57583822b619b22637b49c7 ] vti module allocates dev->tstats twice: in vti_fb_tunnel_init() and in vti_tunnel_init(), this lead to a memory leak of

[ 13/79] ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending data

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa [ Upstream commit 8822b64a0fa64a5dd1dfcf837c5b0be83f8c05d1 ] We accidentally call down to ip6_push_pending_frames when uncorking pending AF_INET data on a ipv6 socket.

[ 24/79] macvtap: correctly linearize skb when zerocopy is used

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jason Wang [ Upstream commit 61d46bf979d5cd7c164709a80ad5676a35494aae ] Userspace may produce vectors greater than MAX_SKB_FRAGS. When we try to linearize parts of the skb to let the rest of

[ 57/79] SCSI: megaraid_sas: fix memory leak if SGL has zero length entries

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Bjørn Mork commit 7a6a731bd00ca90d0e250867c3b9c05b5ff0fa49 upstream. commit 98cb7e44 ([SCSI] megaraid_sas: Sanity check user supplied length before passing it to dma_alloc_coherent())

[ 29/79] dummy: fix oops when loading the dummy failed

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: dingtianhong [ Upstream commit 2c8a01894a12665d8059fad8f0a293c98a264121 ] We rename the dummy in modprobe.conf like this: install dummy0 /sbin/modprobe -o dummy0 --ignore-install dummy

[ 28/79] ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREF

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa [ Upstream commit afc154e978de1eb11c555bc8bcec1552f75ebc43 ] This is a follow-up patch to 3630d40067a21d4dfbadc6002bb469ce26ac5d52 ("ipv6: rt6_check_neigh should

[ 31/79] gre: Fix MTU sizing check for gretap tunnels

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Alexander Duyck [ Upstream commit 8c91e162e058bb91b7766f26f4d5823a21941026 ] This change fixes an MTU sizing issue seen with gretap tunnels when non-gso packets are sent from the interface.

[ 30/79] ifb: fix oops when loading the ifb failed

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: dingtianhong [ Upstream commit f2966cd5691058b8674a20766525bedeaea9cbcf ] If __rtnl_link_register() return faild when loading the ifb, it will take the wrong path and get oops, so fix it just

[ 52/79] bcache: Fix GC_SECTORS_USED() calculation

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Kent Overstreet commit 29ebf465b9050f241c4433a796a32e6c896a9dcd upstream. Part of the job of garbage collection is to add up however many sectors of live data it finds in each bucket, but

[ 36/79] be2net: Fix to avoid hardware workaround when not needed

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Sarveshwar Bandi [ Upstream commit 52fe29e4bb614367c108b717c6d7fe5953eb7af3 ] Hardware workaround requesting hardware to skip vlan insertion is necessary only when umc or qnq is enabled.

[ 51/79] bcache: Fix a sysfs splat on shutdown

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Kent Overstreet commit c9502ea4424b31728703d113fc6b30bfead14633 upstream. If we stopped a bcache device when we were already detaching (or something like that), bcache_device_unlink() would

[ 56/79] SCSI: mpt3sas: fix for kernel panic when driver loads with HBA conected to non LUN 0 configured expander

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Sreekanth Reddy commit b65cfedf4560af65305bd7b3b9f26c02c6fb3660 upstream. With some enclosures when LUN 0 is not created but LUN 1 or LUN X is created then SCSI scan procedure calls

[ 53/79] bcache: Journal replay fix

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Kent Overstreet commit faa5673617656ee58369a3cfe4a312cfcdc59c81 upstream. The journal replay code starts by finding something that looks like a valid journal entry, then it does a binary

[ 22/79] ifb: fix rcu_sched self-detected stalls

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: dingtianhong [ Upstream commit 440d57bc5ff55ec1efb3efc9cbe9420b4bbdfefa ] According to the commit 16b0dc29c1af9df341428f4c49ada4f626258082 (dummy: fix rcu_sched self-detected stalls) Eric

[ 55/79] SCSI: mpt3sas: Infinite loops can occur if MPI2_IOCSTATUS_CONFIG_INVALID_PAGE is not returned

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Sreekanth Reddy commit 14be49ac965ebd3f8561d57e01ddb22f93f9b454 upstream. Infinite loop can occur if IOCStatus is not equal to MPI2_IOCSTATUS_CONFIG_INVALID_PAGE value in the while loops in

[ 54/79] EDAC: Fix lockdep splat

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Borislav Petkov commit 88d84ac97378c2f1d5fec9af1e8b7d9a662d6b00 upstream. Fix the following: BUG: key 88043bdd0330 not in .data! [ cut here ] WARNING: at

[PATCH] mmc: sdhci-pci: mention DMA mode only once

2013-07-26 Thread Paul Bolle
A laptop I use prints a warning twice at every boot and every resume: sdhci-pci :05:00.2: Will use DMA mode even though HW doesn't fully claim to support it. sdhci-pci :05:00.2: Will use DMA mode even though HW doesn't fully claim to support it. These warnings are always printed

RE: [PATCH] mfd: palmas: Add DVFS mux setting

2013-07-26 Thread Andrew Chew
> >> How does this interact with the pinctrl driver that Laxman just sent > >> for Palmas? > >> > >> https://lkml.org/lkml/2013/7/26/141 > >> [PATCH 0/2] pinctrl: palmas: add pincontrol driver > > > > Thanks for pointing this out. Given this: > > > > +Optional properties: > > +-

Re: [PATCH 1/2] Staging: bcm: InterfaceIdleMode: Fixed spacing/tabing issues

2013-07-26 Thread Joe Perches
On Fri, 2013-07-26 at 20:59 +0800, Lilis Iskandar wrote: > Fixed spacing/tabing issues. two b's in tabbing. First send the emails to yourself and make sure they apply with git am Remember mentioning git diff -w. You also might try to use $ ./scripts/checkpatch.pl -f --fix --test-only=space

[ 14/79] ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_size

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa [ Upstream commit 75a493e60ac4bbe2e977e7129d6d8cbb0dd236be ] If the socket had an IPV6_MTU value set, ip6_append_data_mtu lost track of this when appending the second

[ 03/79] ipv6: only apply anti-spoofing checks to not-pointopoint tunnels

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa [ Upstream commit 5c29fb12e8fb8a8105ea048cb160fd79a85a52bb ] Because of commit 218774dc341f219bfcf940304a081b121a0e8099 ("ipv6: add anti-spoofing checks for 6to4 and

[ 15/79] ipv6: rt6_check_neigh should successfully verify neigh if no NUD information are available

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa [ Upstream commit 3630d40067a21d4dfbadc6002bb469ce26ac5d52 ] After the removal of rt->n we do not create a neighbour entry at route insertion time (rt6_bind_neighbour is

[ 02/79] sparc32: vm_area_struct access for old Sun SPARCs.

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Olivier DANET Commit e4c6bfd2d79d063017ab19a18915f0bc759f32d9 ("mm: rearrange vm_area_struct for fewer cache misses") changed the layout of the vm_area_struct structure, it broke several

[ 05/79] x25: Fix broken locking in ioctl error paths.

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Dave Jones [ Upstream commit 4ccb93ce7439b63c31bc7597bfffd13567fa483d ] Two of the x25 ioctl cases have error paths that break out of the function without unlocking the socket, leading to

[PATCH 1/5] rbtree: add postorder iteration functions

2013-07-26 Thread Cody P Schafer
Add postorder iteration functions for rbtree. These are useful for safely freeing an entire rbtree without modifying the tree at all. Signed-off-by: Cody P Schafer --- include/linux/rbtree.h | 4 lib/rbtree.c | 40 2 files changed, 44

[ 18/79] virtio: support unlocked queue poll

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: "Michael S. Tsirkin" [ Upstream commit cc229884d3f77ec3b1240e467e0236c3e0647c0c ] This adds a way to check ring empty state after enable_cb outside any locks. Will be used by virtio_net.

[ 33/79] atl1e: fix dma mapping warnings

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Neil Horman [ Upstream commit 352900b583b2852152a1e05ea0e8b579292e731e ] Recently had this backtrace reported: WARNING: at lib/dma-debug.c:937 check_unmap+0x47d/0x930() Hardware name: System

[ 32/79] ipv6: only static routes qualify for equal cost multipathing

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa [ Upstream commit 307f2fb95e9b96b3577916e73d92e104f8f26494 ] Static routes in this case are non-expiring routes which did not get configured by autoconf or by icmpv6

[ 19/79] virtio_net: fix race in RX VQ processing

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: "Michael S. Tsirkin" [ Upstream commit cbdadbbf0c790f79350a8f36029208944c5487d0 ] virtio net called virtqueue_enable_cq on RX path after napi_complete, so with NAPI_STATE_SCHED clear -

[ 21/79] sunvnet: vnet_port_remove must call unregister_netdev

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Dave Kleikamp [ Upstream commit aabb9875d02559ab9b928cd6f259a5cc4c21a589 ] The missing call to unregister_netdev() leaves the interface active after the driver is unloaded by rmmod.

[ 11/79] l2tp: add missing .owner to struct pppox_proto

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Wei Yongjun [ Upstream commit e1558a93b61962710733dc8c11a2bc765607f1cd ] Add missing .owner of struct pppox_proto. This prevents the module from being removed from underneath its users.

[ 27/79] alx: fix lockdep annotation

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Maarten Lankhorst [ Upstream commit a8798a5c77c9981e88caef1373a3310bf8aed219 ] Move spin_lock_init to be called before the spinlocks are used, preventing a lockdep splat. Signed-off-by:

[ 34/79] atl1e: unmap partially mapped skb on dma error and free skb

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Neil Horman [ Upstream commit 584ec4355355ffac43571b02a314d43eb2f7fcbf ] Ben Hutchings pointed out that my recent update to atl1e in commit 352900b583b2852152a1e05ea0e8b579292e731e ("atl1e:

[ 09/79] ipv6,mcast: always hold idev->lock before mca_lock

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Amerigo Wang [ Upstream commit 8965779d2c0e6ab246c82a405236b1fb2adae6b2, with some bits from commit b7b1bfce0bb68bd8f6e62a28295922785cc63781 ("ipv6: split duplicate address detection and

[ 35/79] ipv4: set transport header earlier

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit 21d1196a35f5686c4323e42a62fdb4b23b0ab4a3 ] commit 45f00f99d6e ("ipv4: tcp: clean up tcp_v4_early_demux()") added a performance regression for non GRO traffic,

[ 25/79] ipv6: in case of link failure remove route directly instead of letting it expire

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa [ Upstream commit 1eb4f758286884e7566627164bca4c4a16952a83 ] We could end up expiring a route which is part of an ecmp route set. Doing so would invalidate the

[ 20/79] vhost-net: fix use-after-free in vhost_net_flush

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: "Michael S. Tsirkin" [ Upstream commit c38e39c378f46f00ce922dd40a91043a9925c28d ] vhost_net_ubuf_put_and_wait has a confusing name: it will actually also free it's argument. Thus since commit

[ 26/79] 9p: fix off by one causing access violations and memory corruption

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Sasha Levin [ Upstream commit 110ecd69a9feea82a152bbf9b12aba57e6396883 ] p9_release_pages() would attempt to dereference one value past the end of pages[]. This would cause the following

Re: [tip:x86/urgent] x86, fpu: correct the asm constraints for fxsave , unbreak mxcsr.daz

2013-07-26 Thread Linus Torvalds
On Fri, Jul 26, 2013 at 1:19 PM, H. Peter Anvin wrote: > > The bug is obvious; the fix at the very least *should* be obvious; the > main source of risk would appear that it might trigger bugs in very old > versions of gcc. I used to be worried about "+m", but we're using it a lot these days, and

[ 40/79] macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jason Wang [ Upstream commit ece793fcfc417b3925844be88a6a6dc82ae8f7c6 ] We try to linearize part of the skb when the number of iov is greater than MAX_SKB_FRAGS. This is not enough since each

Re: [PATCH] mm: Save soft-dirty bits on file pages

2013-07-26 Thread Andy Lutomirski
On Fri, Jul 26, 2013 at 2:18 PM, Cyrill Gorcunov wrote: > On Fri, Jul 26, 2013 at 01:55:04PM -0700, Andy Lutomirski wrote: >> On Fri, Jul 26, 2013 at 1:18 PM, Cyrill Gorcunov wrote: >> > Andy reported that if file page get reclaimed we loose soft-dirty bit >> > if it was there, so save

[PATCH] mfd: input: arm: dts: doc: ti_am335x: typo fixes (coordiante -> coordinate)

2013-07-26 Thread Zubair Lutfullah
Did a grep for 'coordiante' and replaced them all with 'coordinate' Signed-off-by: Zubair Lutfullah Acked-by: Lee Jones --- .../bindings/input/touchscreen/ti-tsc-adc.txt |4 ++-- arch/arm/boot/dts/am335x-evm.dts |2 +- drivers/input/touchscreen/ti_am335x_tsc.c

[PATCH] mfd: input: arm: dts: doc: ti_am335x: typo fix (coordiante -> coordinate)

2013-07-26 Thread Zubair Lutfullah
Small typo fix. Received ack from mfd already. Awaiting acks from all the rest. As Lee from mfd stated, we can remove these during staging now. or we'll have to leave typos as is later on. Zubair Lutfullah (1): mfd: input: arm: dts: doc: ti_am335x: typo fixes (coordiante -> coordinate)

Re: [PATCH resend] drop_caches: add some documentation and info message

2013-07-26 Thread Johannes Weiner
On Fri, Jul 26, 2013 at 02:44:29PM +0200, Michal Hocko wrote: > I would like to resurrect Dave's patch. It was originally posted here > https://lkml.org/lkml/2010/9/16/250 and I have resurrected it here > https://lkml.org/lkml/2012/10/12/175 for the first time. There didn't > seem to be any

Re: [PATCH] mfd: palmas: Add DVFS mux setting

2013-07-26 Thread Stephen Warren
On 07/26/2013 03:28 PM, Andrew Chew wrote: >> On 07/26/2013 02:41 PM, Andrew Chew wrote: >>> There exists a PRIMARY_SECONDARY_PAD3 in the same register base as >>> PRIMARY_SECONDARY_PAD2, which controls the function of certain pins. >>> Add a property for this setting. >> >> How does this interact

Re: linux-next: build failure after merge of the staging tree

2013-07-26 Thread Eli Billauer
Hello Greg, I was just about to submit a patch fixing this issue. Should arrive in a few minutes. Sorry. Will this be the follow-on patch you mentioned for fixing the "sparse errors" this driver produced? I'm wasn't sure what you meant with that. Oddly enough, I failed to repeat the

Re: RFC: revert request for cpuidle patches e11538d1 and 69a37bea

2013-07-26 Thread Rafael J. Wysocki
On Friday, July 26, 2013 02:29:40 PM Rik van Riel wrote: > On 07/26/2013 02:27 PM, Arjan van de Ven wrote: > > On 7/26/2013 11:13 AM, Rik van Riel wrote: > > > >> > >> Could you try running the tests with just the repeat mode > >> stuff from commit 69a37bea excluded, but leaving the common > >>

[ 23/79] tuntap: correctly linearize skb when zerocopy is used

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jason Wang [ Upstream commit 3dd5c3308e8b671e8e8882ba972f51cefbe9fd0d ] Userspace may produce vectors greater than MAX_SKB_FRAGS. When we try to linearize parts of the skb to let the rest of

[ 38/79] pkt_sched: sch_qfq: remove a source of high packet delay/jitter

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Paolo Valente [ Upstream commit 87f40dd6ce7042caca0b3b557e8923127f51f902 ] QFQ+ inherits from QFQ a design choice that may cause a high packet delay/jitter and a severe short-term unfairness.

[ 50/79] bcache: Shutdown fix

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Kent Overstreet commit 5caa52afc5abd1396e4af720469abb5843a71eb8 upstream. Stopping a cache set is supposed to make it stop attached backing devices, but somewhere along the way that code got

[ 49/79] bcache: Advertise that flushes are supported

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Kent Overstreet commit 54d12f2b4fd0f218590d1490b41a18d0e2328a9a upstream. Whoops - bcache's flush/FUA was mostly correct, but flushes get filtered out unless we say we support them...

[ 47/79] fuse: readdirplus: sanity checks

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Miklos Szeredi commit a28ef45cbb1e7fadd5159deb17b02de15c6e4aaf upstream. Add sanity checks before adding or updating an entry with data received from readdirplus. Signed-off-by: Miklos

[ 41/79] vlan: mask vlan prio bits

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit d4b812dea4a236f729526facf97df1a9d18e191c ] In commit 48cc32d38a52d0b68f91a171a8d00531edc6a46e ("vlan: don't deliver frames for unknown vlans to protocols")

[ 37/79] hyperv: Fix the NETIF_F_SG flag setting in netvsc

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Haiyang Zhang [ Upstream commit f45708209dc445bac0844f6ce86e315a2ffe8a29 ] SG mode is not currently supported by netvsc, so remove this flag for now. Otherwise, it will be unconditionally

[ 48/79] bcache: Fix a dumb race

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Kent Overstreet commit 6aa8f1a6ca41c49721d2de4e048d3da8d06411f9 upstream. In the far-too-complicated closure code - closures can have destructors, for probably dubious reasons; they get run

[ 58/79] lib/Kconfig.debug: Restrict FRAME_POINTER for MIPS

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Markos Chandras commit 25c87eae1725ed77a8b44d782a86abdc279b4ede upstream. FAULT_INJECTION_STACKTRACE_FILTER selects FRAME_POINTER but that symbol is not available for MIPS. Fixes the

[ 45/79] fuse: readdirplus: fix dentry leak

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Niels de Vos commit 53ce9a3364de0723b27d861de93bfc882f7db050 upstream. In case d_lookup() returns a dentry with d_inode == NULL, the dentry is not returned with dput(). This results in

[ 71/79] ext4: fix error handling in ext4_ext_truncate()

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o commit 8acd5e9b1217e58a57124d9e225afa12efeae20d upstream. Previously ext4_ext_truncate() was ignoring potential error returns from ext4_es_remove_extent() and

[ 72/79] PM / Sleep: avoid autosleep in shutdown progress

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Liu ShuoX commit e5248a111bf4048a9f3fab1a9c94c4630a10592a upstream. Prevent automatic system suspend from happening during system shutdown by making try_to_suspend() check system_state and

[ 46/79] fuse: readdirplus: fix instantiate

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Miklos Szeredi commit 2914941e3178d84a216fc4eb85292dfef3b6d628 upstream. Fuse does instantiation slightly differently from NFS/CIFS which use d_materialise_unique(). Signed-off-by: Miklos

[ 70/79] usb: cp210x support SEL C662 Vendor/Device

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Barry Grussling commit b579fa52f6be0b4157ca9cc5e94d44a2c89a7e95 upstream. This patch adds support for the Schweitzer Engineering Laboratories C662 USB cable based off the CP210x driver.

RE: [PATCH] mfd: palmas: Add DVFS mux setting

2013-07-26 Thread Andrew Chew
> On 07/26/2013 02:41 PM, Andrew Chew wrote: > > There exists a PRIMARY_SECONDARY_PAD3 in the same register base as > > PRIMARY_SECONDARY_PAD2, which controls the function of certain pins. > > Add a property for this setting. > > How does this interact with the pinctrl driver that Laxman just

[ 75/79] lockd: protect nlm_blocked access in nlmsvc_retry_blocked

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: David Jeffery commit 1c327d962fc420aea046c16215a552710bde8231 upstream. In nlmsvc_retry_blocked, the check that the list is non-empty and acquiring the pointer of the first entry is

[ 06/59] rt2x00: read 5GHz TX power values from the correct offset

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Gabor Juhos commit 0a6f3a8ebaf13407523c2c7d575b4ca2debd23ba upstream. The current code uses the same index value both for the channel information array and for the TX power table. The index

[ 73/79] media: saa7134: Fix unlocked snd_pcm_stop() call

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit e6355ad7b1c6f70e2f48ae159f5658b441ccff95 upstream. snd_pcm_stop() must be called in the PCM substream lock context. Signed-off-by: Takashi Iwai Signed-off-by: Greg

Re: [patch 6/6] mm: memcg: do not trap chargers with full callstack on OOM

2013-07-26 Thread Johannes Weiner
On Fri, Jul 26, 2013 at 04:43:10PM +0200, Michal Hocko wrote: > On Thu 25-07-13 18:25:38, Johannes Weiner wrote: > > @@ -2189,31 +2191,20 @@ static void memcg_oom_recover(struct mem_cgroup > > *memcg) > > } > > > > /* > > - * try to call OOM killer. returns false if we should exit

[ 74/79] media: dmxdev: remove dvb_ringbuffer_flush() on writer side

2013-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Soeren Moch commit 414abbd2cd4c2618895f02ed3a76ec6647281436 upstream. In dvb_ringbuffer lock-less synchronizationof reader and writer threads is done with separateread and write pointers.

[ 07/59] ath9k: Do not assign noise for NULL caldata

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Sujith Manoharan commit d3bcb7b24bbf09fde8405770e676fe0c11c79662 upstream. ah->noise is maintained globally and not per-channel. This is updated in the reset() routine after the NF history has

[ 09/59] SCSI: mpt2sas: fix firmware failure with wrong task attribute

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Sreekanth Reddy commit 48ba2efc382f94fae16ca8ca011e5961a81ad1ea upstream. When SCSI command is received with task attribute not set, set it to SIMPLE. Previously it is set to untagged. This

[ 02/59] libata: skip SRST for all SIMG [34]7x port-multipliers

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo commit 7a87718d92760fc688628ad6a430643dafa16f1f upstream. For some reason, a lot of port-multipliers have issues with softreset. SIMG [34]7x series port-multipliers have been quite

Re: PROBLEM: Persistent unfair sharing of a processor by auto groups in 3.11-rc2 (has twice regressed)

2013-07-26 Thread Paul Turner
On Fri, Jul 26, 2013 at 2:03 PM, Peter Zijlstra wrote: > > > OK, so I have the below; however on a second look, Paul, shouldn't that > update_cfs_shares() call be in entity_tick(), right after calling > update_cfs_rq_blocked_load(). Because placing it in > update_cfs_rq_blocked_load() means its

[ 08/59] SCSI: zfcp: fix adapter (re)open recovery while link to SAN is down

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Daniel Hansel commit f76ccaac4f82c463a037aa4a1e4ccb85c7011814 upstream. FCP device remains in status ERP_FAILED when device is switched online or adapter recovery is triggered while link to

[ 03/59] ata_piix: IDE-mode SATA patch for Intel Coleto Creek DeviceIDs

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Seth Heasley commit c7e8695bfa0611b39493a9dfe8bab9f63f9809bd upstream. This patch adds the IDE-mode SATA DeviceIDs for the Intel Coleto Creek PCH. Signed-off-by: Seth Heasley Signed-off-by:

[ 05/59] tick: Prevent uncontrolled switch to oneshot mode

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit 1f73a9806bdd07a5106409bbcab3884078bd34fe upstream. When the system switches from periodic to oneshot mode, the broadcast logic causes a possibility that a CPU which has

[ 15/59] sparc32: vm_area_struct access for old Sun SPARCs.

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Olivier DANET Commit e4c6bfd2d79d063017ab19a18915f0bc759f32d9 ("mm: rearrange vm_area_struct for fewer cache misses") changed the layout of the vm_area_struct structure, it broke several

[ 10/59] tracing: Use current_uid() for critical time tracing

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" commit f17a5194859a82afe4164e938b92035b86c55794 upstream. The irqsoff tracer records the max time that interrupts are disabled. There are hooks in the assembly code

[ 01/59] ext3: fix data=journal fast mount/umount hang

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit e643692138cfa33528f054b071ba2583509bb217 upstream. In data=journal mode, if we unmount the file system before a transaction has a chance to complete, when the journal inode is

[ 11/59] iommu/amd: Only unmap large pages from the first pte

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alex Williamson commit 60d0ca3cfd199b6612f4999a3470dad38bb1 upstream. If we use a large mapping, the expectation is that only unmaps from the first pte in the superpage are supported.

[ 13/59] perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Olsa commit 06f417968beac6e6b614e17b37d347aa6a6b1d30 upstream. The '!ctx->is_active' check has a valid scenario, so there's no need for the warning. The reason is that there's a time

[ 14/59] perf: Fix perf_lock_task_context() vs RCU

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Peter Zijlstra commit 058ebd0eba3aff16b144eabf4510ed9510e1416e upstream. Jiri managed to trigger this warning: [] == [] [ INFO: possible

<    1   2   3   4   5   6   7   8   9   10   >