(2014/04/01 4:44), Oleg Nesterov wrote:
> Introduce arch_uprobe->ops pointing to the "struct uprobe_xol_ops",
> move the current UPROBE_FIX_{RIP*,IP,CALL} code into the default
> set of methods and change arch_uprobe_pre/post_xol() accordingly.
>
> This way we can add the new uprobe_xol_ops's to h
On Mon, 31 Mar 2014 14:45:32 -0700
Linus Torvalds wrote:
> On Mon, Mar 31, 2014 at 12:24 AM, Martin Schwidefsky
> wrote:
> >
> > There are two memory management related changes, the CMMA support for
> > KVM to avoid swap-in of freed pages and the split page table lock for
> > the PMD level. Thes
s/MADV_NODUMP/MADV_DONTDUMP/
Signed-off-by: Zhang Yanfei
---
include/uapi/asm-generic/mman-common.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/uapi/asm-generic/mman-common.h
b/include/uapi/asm-generic/mman-common.h
index 4164529..ddc3b36 100644
--- a/inclu
On 03/31/2014 07:24 PM, Prabhakar Lad wrote:
> Hi Hans,
>
> On Mon, Mar 31, 2014 at 8:34 PM, Hans Verkuil wrote:
>> Hi Prabhakar,
>>
>> This looks really nice!
>>
> Writing a video driver has become really easy with almost 90% of work
> done by v4l core itself :)
That was the idea!
>> I'll do a
* Greg KH [140401 00:53]:
> On Mon, Mar 31, 2014 at 08:26:28AM +0200, Anders Darander wrote:
> > Fixed a few code style issues, particularly:
> > Add do {} while (0) wrapper around seq_* macros.
> > Change printk(KERN_WARN...) to netdev_warn(...).
> That's 2 different things, please split this
On 31 March 2014 19:08, Thomas Gleixner wrote:
> And those cleanups make the compiler generate worse code at least on
> x86_64:
>
>text data bss dec hexfilename
>7475 554 080291f5d kernel/hrtimer.o
>7706 554 0826020
Fix coding style issue by replacing printk with netdev_warn.
Signed-off-by: Anders Darander
---
drivers/staging/ft1000/ft1000-usb/ft1000_proc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_proc.c
b/drivers/staging/ft1000/ft1000
Fix coding style issue by wrapping the macro in a do {} while (0).
Signed-off-by: Anders Darander
---
drivers/staging/ft1000/ft1000-usb/ft1000_proc.c | 21 -
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_proc.c
b/driv
(2014/04/01 9:05), Andrew Morton wrote:
On Mon, 31 Mar 2014 16:25:32 -0700 Davidlohr Bueso wrote:
On Mon, 2014-03-31 at 16:13 -0700, Andrew Morton wrote:
On Mon, 31 Mar 2014 15:59:33 -0700 Davidlohr Bueso wrote:
- Shouldn't there be a way to alter this namespace's shm_ctlmax?
Unfortunat
Hi Sebastien,
On Wed, 26 Mar 2014 16:11:04 -0400, Sebastien Bourdelin wrote:
> simple_strtoull() is obsolete, use the newer kstrtoull() instead.
>
> Signed-off-by: Sebastien Bourdelin
> ---
> drivers/misc/ds1682.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
> (...)
You are se
Hi Axel,
On 21 March 2014 13:45, Axel Lin wrote:
> Current code misses updating the register when enable_shift is 0.
> e.g. S2MPA01_BUCK4_RAMP_EN_SHIFT is 0.
>
> Signed-off-by: Axel Lin
Acked-by: Sachin Kamat
--
With warm regards,
Sachin
--
To unsubscribe from this list: send the line "unsub
On Mon, Mar 31, 2014 at 06:04:54PM +0100, Ben Dooks wrote:
> On 31/03/14 17:41, Sylwester Nawrocki wrote:
> >This function adds a helper function to configure clock parents and rates
> >as specified in clock-parents, clock-rates DT properties for a consumer
> >device and a call to it before driver
Modify soc_enum struct to handle pointers for reg and mask. Add
dapm get and put APIs for multi register mux with one hot encoding.
Signed-off-by: Arun Shamanna Lakshmi
Signed-off-by: Songhee Baek
---
include/sound/soc-dapm.h | 10
include/sound/soc.h | 22 +--
sound/soc/soc-c
On Mon, Mar 31, 2014 at 10:41:24AM +0100, Grant Likely wrote:
> On Mon, 31 Mar 2014 09:10:15 +0200, Sascha Hauer
> wrote:
> > On Fri, Mar 28, 2014 at 09:08:00AM -0700, Grant Likely wrote:
> > > Hi all,
> > >
> > > This is a series that I've been playing with over the last few days to
> > > clean
> -Original Message-
> From: Mark Brown [mailto:broo...@kernel.org]
> Sent: Monday, March 31, 2014 5:08 AM
> To: Lars-Peter Clausen
> Cc: Arun Shamanna Lakshmi; Songhee Baek; 'alsa-de...@alsa-project.org';
> 'swar...@wwwdotorg.org'; 'ti...@suse.de'; 'lgirdw...@gmail.com'; 'linux-
> ker...@
There is tools/liblockdep build failure.
I have been trying to find the cause and i found commit id
63f9a7fde715352e0769302527670542a664b981 is the casue.
Author: Andi Kleen
Date: Sat Feb 8 08:52:01 2014 +0100
asmlinkage: Make lockdep_sys_exit asmlinkage
lockdep_sys_exit can be call
On 03/28/2014 02:17 PM, Srivatsa S. Bhat wrote:
> On 03/27/2014 03:44 PM, Preeti U Murthy wrote:
>> On 03/27/2014 11:58 AM, Srivatsa S. Bhat wrote:
>>>
>>> Actually, my suggestion was to remove the dying CPU from the force_mask
>>> alone,
>>> in the CPU_DYING notifier. The rest of the cleanup (rem
On Mon, Mar 31, 2014 at 05:07:07PM -0500, ttha...@altera.com wrote:
> From: Thor Thayer
>
> Addition of the Altera SDRAM controller registers to the
> Altera SoC project. These registers are shared by future
> drivers such as ECC and the FPGA bridge.
>
> Signed-off-by: Thor Thayer
> To: Rob Her
On Mar 31, 2014 8:45 PM, "Marcelo Tosatti" wrote:
>
> On Mon, Mar 31, 2014 at 10:52:25AM -0700, Andy Lutomirski wrote:
> > On 03/29/2014 01:47 AM, Zhanghailiang wrote:
> > > Hi,
> > > I found when Guest is idle, VDSO pvclock may increase host consumption.
> > > We can calcutate as follow, Correct
Signed-off-by: Xiubo Li
---
drivers/watchdog/imx2_wdt.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/watchdog/imx2_wdt.c b/drivers/watchdog/imx2_wdt.c
index dd51d95..1795922 100644
--- a/drivers/watchdog/imx2_wdt.c
+++ b/drivers/watchdog/imx2_wdt.c
@@ -
Signed-off-by: Xiubo Li
Cc: Guenter Roeck
---
drivers/watchdog/imx2_wdt.c | 50 +
1 file changed, 32 insertions(+), 18 deletions(-)
diff --git a/drivers/watchdog/imx2_wdt.c b/drivers/watchdog/imx2_wdt.c
index 1795922..76fa724 100644
--- a/drivers/watc
This patches are preparing for Vybird, LS1 and LS2. And on LS1 the IP will
in BE mode.
And this has been test on Vybird.
This patch series is based the following regmap patches:
1, https://patchwork.kernel.org/patch/3896321/ ===>
regmap: mmio: add regmap_mmio_{regsize, count}_check.
h
Hi!
On Mon, Mar 31, 2014 at 05:07:06PM -0500, ttha...@altera.com wrote:
> From: Thor Thayer
>
> Addition of the Altera SDRAM controller bindings and device
> tree changes to the Altera SoC project.
>
> Signed-off-by: Thor Thayer
> To: Rob Herring
> To: Pawel Moll
> To: Mark Rutland
> To: Ia
loop-AES changes since previous release:
- Worked around block layer interface changes on 3.14 kernels.
bzip2 compressed tarball is here:
http://loop-aes.sourceforge.net/loop-AES/loop-AES-v3.7b.tar.bz2
md5sum 204572f246eddd08705f88189dd3b44d
http://loop-aes.sourceforge.net/loop-AES/l
On system with 2TiB ram, current x86_64 have 128M as section size, and one
memory_block only include one section. So will have 16400 entries under
/sys/devices/system/memory/.
Current code try to use block id to find block pointer in /sys
for any section, and reuse that block pointer. that finding
The commit 5a62257a3ddd1 ("perf probe: Replace line_list with
intlist") replaced line_list to intlist but it has a problem that if a
same line was added again, it'd return -EEXIST rather than 1.
Since line_range_walk_cb() only checks the result being negative, it
resulted in failure or segfault so
(2014/04/01 13:47), Namhyung Kim wrote:
> The commit 5a62257a3ddd1 ("perf probe: Replace line_list with
> intlist") replaced line_list to intlist but it has a problem that if a
> same line was added again, it'd return -EEXIST rather than 1.
Ah, right! that's a different behavior.
> Since line_ran
Hi Alexei,
On Tue, Apr 1, 2014 at 5:29 AM, Alexei Starovoitov wrote:
> On Mon, Mar 31, 2014 at 3:01 AM, Jovi Zhangwei
> wrote:
>> Hi Ingo,
>>
>> On Mon, Mar 31, 2014 at 3:17 PM, Ingo Molnar wrote:
>>>
>>> * Jovi Zhangwei wrote:
>>>
Hi All,
The following set of patches add ktap
On 31 March 2014 21:26, Kevin Hilman wrote:
> Viresh Kumar writes:
>> + if (is_pinned) {
>> + pr_warn("%s: can't migrate pinned timer: %p, removing
>> it\n",
>> + __func__, timer);
>
> printk message will be confusing: removing
On Mon, 31 Mar 2014, Naoya Horiguchi wrote:
> > I might be missing something but I couldn't find a way to use the
> > pagemap information to then look up the NUMA node the respective page is
> > located on. Especially when analyzing anomalities this is really
> > useful. The /proc/kpageflags and
3.4-stable review patch. If anyone has any objections, please let me know.
--
From: Theodore Ts'o
commit 00a1a053ebe5febcfc2ec498bd894f035ad2aa06 upstream.
Use cmpxchg() to atomically set i_flags instead of clearing out the
S_IMMUTABLE, S_APPEND, etc. flags and then setting th
:
[ 28.469426](ftrace buffer empty)
[ 28.469809] Modules linked in:
[ 28.470075] CPU: 8 PID: 1 Comm: swapper/0 Tainted: GW
3.14.0-rc8-next-20140331-sasha-00013-g7a8780f #351
[ 28.470075] task: 88096c5c8000 ti: 88003e298000 task.ti:
88003e298000
[ 28.470075] RIP: strcm
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Dmitry Torokhov
commit e4dbedc7eac7da9db363a36f2bd4366962eeefcc upstream.
We should not be using static variable mousedev_mix in methods that can be
called before that singleton gets assigned.
On Mon, Mar 31, 2014 at 11:19 PM, Bartlomiej Zolnierkiewicz
wrote:
> Add missing cf_exit() and clk_put() calls to ata_host_activate()
> failure path.
>
> Cc: Viresh Kumar
> Cc: Shiraz Hashim
> Signed-off-by: Bartlomiej Zolnierkiewicz
> ---
> drivers/ata/pata_arasan_cf.c | 10 --
> 1
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Scott Wood
commit 5f12c5eca6e6b7aeb4b2028d579f614b4fe7a81f upstream.
Fixes a build break due to the undeclared use of irq_of_parse_and_map()
and of_iomap(). This build break was apparently in
> -Original Message-
> From: Nicolin Chen [mailto:guangyu.c...@freescale.com]
> Sent: Tuesday, April 01, 2014 11:38 AM
> To: Wang Dongsheng-B40534
> Cc: broo...@kernel.org; alsa-de...@alsa-project.org; Xiubo Li-B47053;
> linuxppc-
> d...@lists.ozlabs.org; linux-kernel@vger.kernel.org; ti
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Al Viro
commit 0818bf27c05b2de56c5b2bd08cfae2a939bd5f52 upstream.
* switch allocation to alloc_large_system_hash()
* make sizes overridable by boot parameters (mhash_entries=, mphash_entries=)
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Benjamin Tissoires
commit 421e08c41fda1f0c2ff6af81a67b491389b653a5 upstream.
The new Lenovo Haswell series (-40's) contains a new Synaptics touchpad.
However, these new Synaptics devices repor
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Artem Fetishev
commit 825600c0f20e595daaa7a6dd8970f84fa2a2ee57 upstream.
On x86 uniprocessor systems topology_physical_package_id() returns -1
which causes rapl_cpu_prepare() to leave rapl_pmu
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Al Viro
commit 38129a13e6e71f666e0468e99fdd932a687b4d7e upstream.
fixes RCU bug - walking through hlist is safe in face of element moves,
since it's self-terminating. Cyclic lists are not - i
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Li Zefan
commit 0ab02ca8f887908152d1a96db5130fc661d36a1e upstream.
Setup cgroupfs like this:
# mount -t cgroup -o cpuacct xxx /cgroup
# mkdir /cgroup/sub1
# mkdir /cgroup/sub2
Then run
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Al Viro
commit 1d6a32acd70ab18499829c0a9a5dbe2bace72a13 upstream.
preparation to switching mnt_hash to hlist
Signed-off-by: Al Viro
Signed-off-by: Greg Kroah-Hartman
---
fs/namespace.c |
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Daniel Borkmann
commit b22f5126a24b3b2f15448c3f2a254fc10cbc2b92 upstream.
Some occurences in the netfilter tree use skb_header_pointer() in
the following way ...
struct dccp_hdr _dh, *dh;
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Sasha Levin
commit 05efa8c943b1d5d90fa8c8147571837573338bb6 upstream.
Commit 4af712e8df ("random32: add prandom_reseed_late() and call when
nonblocking pool becomes initialized") has added a l
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Al Viro
commit 0b1b901b5a98bb36943d10820efc796f7cd45ff3 upstream.
If the dest_mnt is not shared, propagate_mnt() does nothing -
there's no mounts to propagate to and thus no copies to create.
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: David Rientjes
commit 668f9abbd4334e6c29fa8acd71635c4f9101caa7 upstream.
Commit bf6bddf1924e ("mm: introduce compaction and migration for
ballooned pages") introduces page_count(page) into mem
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Thomas Petazzoni
commit e3a8786c10e75903f1269474e21fe8cb49c3a670 upstream.
Commit 5445eaf309ff ('mvneta: Try to fix mvneta when compiled as
module') fixed the mvneta driver to make it work pro
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: David Vrabel
commit 5926f87fdaad4be3ed10cec563bf357915e55a86 upstream.
This reverts commit a9c8e4beeeb64c22b84c803747487857fe424b68.
PTEs in Xen PV guests must contain machine addresses if _P
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Al Viro
commit e825196d48d2b89a6ec3a8eff280098d2a78207e upstream.
In all callchains leading to prepend_name(), the value left in *buflen
is eventually discarded unused if prepend_name() has re
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Thomas Petazzoni
commit a79121d3b57e7ad61f0b5d23eae05214054f3ccd upstream.
Bit 3 of the MVNETA_GMAC_CTRL_2 is actually used to enable the PCS,
not the PSC: there was a typo in the name of the
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Daniel Vetter
commit 8ee661b505613ef2747b350ca2871a31b3781bee upstream.
It apparently blows up on some machines. This functionally reverts
commit 828c79087cec61eaf4c76bb32c222fbe35ac3930
Auth
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Wei Liu
commit 09ed3d5ba06137913960f9c9385f71fc384193ab upstream.
Xen balloon driver will update ballooned out pages' P2M entries to point
to scratch page for PV guests. In 24f69373e2 ("xen/ba
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Hans de Goede
commit 6797b39e6f6f34c74177736e146406e894b9482b upstream.
The cypress PS/2 trackpad models supported by the cypress_ps2 driver
emulate BTN_RIGHT events in firmware based on the f
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Hans de Goede
commit 8a0435d958fb36d93b8df610124a0e91e5675c82 upstream.
This extends Benjamin Tissoires manual min/max quirk table with support for
the ThinkPad X240.
Signed-off-by: Hans de G
Hi all,
Today's linux-next merge of the audit tree got a conflict in
kernel/seccomp.c between commit bd4cf0ed331a ("net: filter:
rework/optimize internal BPF interpreter's instruction set") from the
net-next tree and commit 5e937a9ae913 ("syscall_get_arch: remove useless
function arguments") from
This is the start of the stable review cycle for the 3.13.9 release.
There are 22 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 Apr 3 04:06:39 UTC 2014.
Anything receive
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Dmitry Torokhov
commit e4dbedc7eac7da9db363a36f2bd4366962eeefcc upstream.
We should not be using static variable mousedev_mix in methods that can be
called before that singleton gets assigned.
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Al Viro
commit b37199e626b31e1175fb06764c5d1d687723aac2 upstream.
We can get false negative from __lookup_mnt() if an unrelated vfsmount
gets moved. In that case legitimize_mnt() is guarantee
3.13-stable review patch. If anyone has any objections, please let me know.
--
From: Theodore Ts'o
commit 00a1a053ebe5febcfc2ec498bd894f035ad2aa06 upstream.
Use cmpxchg() to atomically set i_flags instead of clearing out the
S_IMMUTABLE, S_APPEND, etc. flags and then setting t
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: David Rientjes
commit 668f9abbd4334e6c29fa8acd71635c4f9101caa7 upstream.
Commit bf6bddf1924e ("mm: introduce compaction and migration for
ballooned pages") introduces page_count(page) into mem
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Daniel Borkmann
commit b22f5126a24b3b2f15448c3f2a254fc10cbc2b92 upstream.
Some occurences in the netfilter tree use skb_header_pointer() in
the following way ...
struct dccp_hdr _dh, *dh;
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Hans de Goede
commit 8a0435d958fb36d93b8df610124a0e91e5675c82 upstream.
This extends Benjamin Tissoires manual min/max quirk table with support for
the ThinkPad X240.
Signed-off-by: Hans de G
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Theodore Ts'o
commit 00a1a053ebe5febcfc2ec498bd894f035ad2aa06 upstream.
Use cmpxchg() to atomically set i_flags instead of clearing out the
S_IMMUTABLE, S_APPEND, etc. flags and then setting t
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Artem Fetishev
commit 825600c0f20e595daaa7a6dd8970f84fa2a2ee57 upstream.
On x86 uniprocessor systems topology_physical_package_id() returns -1
which causes rapl_cpu_prepare() to leave rapl_pmu
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Thomas Petazzoni
commit a79121d3b57e7ad61f0b5d23eae05214054f3ccd upstream.
Bit 3 of the MVNETA_GMAC_CTRL_2 is actually used to enable the PCS,
not the PSC: there was a typo in the name of the
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Hans de Goede
commit 6797b39e6f6f34c74177736e146406e894b9482b upstream.
The cypress PS/2 trackpad models supported by the cypress_ps2 driver
emulate BTN_RIGHT events in firmware based on the f
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Benjamin Tissoires
commit 421e08c41fda1f0c2ff6af81a67b491389b653a5 upstream.
The new Lenovo Haswell series (-40's) contains a new Synaptics touchpad.
However, these new Synaptics devices repor
Hi Eric,
Today's linux-next merge of the audit tree got a conflict in
kernel/audit.c between commit aa4af831bb4f ("AUDIT: Allow login in
non-init namespaces") from Linus' tree and commit 5a3cb3b6c3a0 ("audit:
allow user processes to log from another PID namespace") from the audit
tree.
I fixed it
This is the start of the stable review cycle for the 3.4.86 release.
There are 6 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 Apr 3 03:28:04 UTC 2014.
Anything received
This is the start of the stable review cycle for the 3.10.36 release.
There are 9 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 Apr 3 04:07:29 UTC 2014.
Anything receive
3.4-stable review patch. If anyone has any objections, please let me know.
--
From: Artem Fetishev
commit 825600c0f20e595daaa7a6dd8970f84fa2a2ee57 upstream.
On x86 uniprocessor systems topology_physical_package_id() returns -1
which causes rapl_cpu_prepare() to leave rapl_pmu
3.4-stable review patch. If anyone has any objections, please let me know.
--
From: Hans de Goede
commit 8a0435d958fb36d93b8df610124a0e91e5675c82 upstream.
This extends Benjamin Tissoires manual min/max quirk table with support for
the ThinkPad X240.
Signed-off-by: Hans de Go
3.4-stable review patch. If anyone has any objections, please let me know.
--
From: Benjamin Tissoires
commit 421e08c41fda1f0c2ff6af81a67b491389b653a5 upstream.
The new Lenovo Haswell series (-40's) contains a new Synaptics touchpad.
However, these new Synaptics devices report
3.4-stable review patch. If anyone has any objections, please let me know.
--
From: Daniel Borkmann
commit b22f5126a24b3b2f15448c3f2a254fc10cbc2b92 upstream.
Some occurences in the netfilter tree use skb_header_pointer() in
the following way ...
struct dccp_hdr _dh, *dh;
> -Original Message-
> From: Nicolin Chen [mailto:guangyu.c...@freescale.com]
> Sent: Tuesday, April 01, 2014 11:14 AM
> To: Wang Dongsheng-B40534
> Cc: broo...@kernel.org; alsa-de...@alsa-project.org; Xiubo Li-B47053;
> linuxppc-
> d...@lists.ozlabs.org; linux-kernel@vger.kernel.org; ti
2014-03-21 16:15 GMT+08:00 Axel Lin :
> Current code misses updating the register when enable_shift is 0.
> e.g. S2MPA01_BUCK4_RAMP_EN_SHIFT is 0.
Hi Sachin and Krzysztof,
I think these 2 patches are bug fix.
Any comment on this patch serial?
Regards,
Axel
--
To unsubscribe from this list: send
On Tue, Apr 01, 2014 at 11:48:16AM +0800, Wang Dongsheng-B40534 wrote:
>
>
> > -Original Message-
> > From: Nicolin Chen [mailto:guangyu.c...@freescale.com]
> > Sent: Tuesday, April 01, 2014 11:14 AM
> > To: Wang Dongsheng-B40534
> > Cc: broo...@kernel.org; alsa-de...@alsa-project.org; Xi
Hi Kirill,
FYI, we noticed the below (good) changes on
commit 5449f33f982905593117556d9d368d85eea8d13b ("mm: implement ->map_pages for
page cache")
d6c1ccefdbdf13a 5449f33f982905593117556d9
--- -
5044 ~ 0% +1.7% 5128 ~ 0%
lkp-nex05/mi
This simplifies error and cleanup code paths.
Signed-off-by: Axel Lin
---
drivers/bus/omap_l3_smx.c | 53 +++
1 file changed, 12 insertions(+), 41 deletions(-)
diff --git a/drivers/bus/omap_l3_smx.c b/drivers/bus/omap_l3_smx.c
index acc2164..90840cf 1
This simplifies error and cleanup code paths.
Also uses of_match_ptr() around of_match_table.
Signed-off-by: Axel Lin
---
drivers/bus/omap_l3_noc.c | 94 ++-
1 file changed, 19 insertions(+), 75 deletions(-)
diff --git a/drivers/bus/omap_l3_noc.c b/dr
On Mon, Mar 31, 2014 at 10:52:25AM -0700, Andy Lutomirski wrote:
> On 03/29/2014 01:47 AM, Zhanghailiang wrote:
> > Hi,
> > I found when Guest is idle, VDSO pvclock may increase host consumption.
> > We can calcutate as follow, Correct me if I am wrong.
> > (Host)250 * update_pvclock_gtod = 1
On 03/29/2014 09:24 PM, Sasha Levin wrote:
On 03/27/2014 12:30 PM, Peter Hurley wrote:
Hi Sasha,
On 03/27/2014 12:08 PM, Sasha Levin wrote:
Hi all,
While fuzzing with trinity inside a KVM tools guest running latest -next
kernel, I've encountered a lockup on ldisc_sem.
Can you send me the w
On Tue, Apr 01, 2014 at 11:25:02AM +0800, Wang Dongsheng-B40534 wrote:
> > Subject: [PATCH bisect 2/2] ASoC: fsl_sai: Separately enable interrupts for
> > Tx
> > and Rx streams
> >
> > We only enable one side interrupt for each stream since over/underrun
> > on the opposite stream would be result
On Mon, 2014-03-31 at 11:37 -0700, Linus Torvalds wrote:
> On Mon, Mar 31, 2014 at 11:27 AM, Mike Galbraith
> wrote:
> >
> > Oh, I didn't cc you because I wanted it applied instantly as ultra
> > critical, only because the chain of events might be of interest.
>
> Ok. That was my main worry, sin
On Tue, 01 Apr 2014 05:10:14 +0200
Mike Galbraith wrote:
> Maybe it should just die as more potential trouble than it's worth. It
> has saved a pile of fastpath cycles, losing those again would be a
> shame. Accounting doesn't need to be perfect (is the enemy of good),
> but it does need to be a
(2014/04/01 4:44), Oleg Nesterov wrote:
> No functional changes. Preparation to simplify the review of the next
> change. Just reorder the code in arch_uprobe_pre/post_xol() functions
> so that UPROBE_FIX_{RIP_*,IP,CALL} logic goes to the end.
>
> Also change arch_uprobe_pre_xol() to use utask ins
> -Original Message-
> From: Linuxppc-dev [mailto:linuxppc-dev-
> bounces+b40534=freescale@lists.ozlabs.org] On Behalf Of Nicolin Chen
> Sent: Tuesday, April 01, 2014 11:17 AM
> To: broo...@kernel.org
> Cc: alsa-de...@alsa-project.org; Xiubo Li-B47053;
> linuxppc-...@lists.ozlabs.org
(2014/04/01 4:44), Oleg Nesterov wrote:
> Cosmetic. Move pre_xol_rip_insn() and handle_riprel_post_xol() up
> to the closely related handle_riprel_insn().
>
> This way it is simpler to read and understand this code, and this
> lessens the number of ifdef's.
>
> TODO: rename them somehow to make t
On 03/25/2014 06:44 PM, rogera...@realtek.com wrote:
From: Roger Tseng
Realtek USB memstick host driver provides memstick host support based on the
Realtek USB card reader MFD driver.
Signed-off-by: Roger Tseng
---
drivers/memstick/host/Kconfig | 10 +
drivers/memstick/host/Makefile
Add sleep time into timestamp to reflect the actual time since
sched_clock will be stopped during suspend.
Thanks John Stultz for suggestion to use monotonic_to_bootbased.
Signed-off-by: Neil Zhang
---
kernel/printk/printk.c | 16 ++--
1 file changed, 14 insertions(+), 2 deletions
(2014/04/01 4:44), Oleg Nesterov wrote:
> arch_uprobe_analyze_insn() calls handle_riprel_insn() at the start,
> but only "0xff" and "default" cases need the UPROBE_FIX_RIP_ logic.
> Move the callsite into "default" case and change the "0xff" case to
> fall-through.
>
> We are going to add the vari
We only enable one side interrupt for each stream since over/underrun
on the opposite stream would be resulted from what we previously did,
enabling TERE but remaining FRDE disabled, even though the xrun on the
opposite direction will not break the current stream.
Signed-off-by: Nicolin Chen
Acke
This series of patches are bisected from the preivous version so as to
apply the PATCH-1 onto asoc-v3.15-4.
* The patches are generated by using '-U2' because the default '-U3'
would conflict the baseline without fsl_sai_isr patches.
Nicolin Chen (2):
ASoC: fsl_sai: Fix buggy configurations i
The current trigger() has two crucial problems:
1) The DMA request enabling operations (FSL_SAI_CSR_FRDE) for Tx and Rx are
now totally exclusive: It would fail to run simultaneous Tx-Rx cases.
2) The TERE disabling operation depends on an incorrect condition -- active
reference count that on
Hi Thomas,
Thanks for your reply!
>> nf_defrag_ipv4 xt_state nf_conntrack usr_cache(O) acpi_cpufreq mperf
>> processor thermal_sys sg hwmon iptable_filter ip_tables x_tables ixgbe(O)
>> igb(O) bonding(O) tg(O) netmgmt(O) drvinstall(PO) dal(PO) dca usb_storage(O)
>> uhci_hcd ehci_hcd usbcor
(2014/04/01 4:44), Oleg Nesterov wrote:
> Kill the "mm->context.ia32_compat" check in handle_riprel_insn(), if
> it is true insn_rip_relative() must return false. validate_insn_bits()
> passed "ia32_compat" as !x86_64 to insn_init(), and insn_rip_relative()
> checks insn->x86_64.
>
> Also, remove
On Mon, 2014-03-31 at 12:00 -0400, Steven Rostedt wrote:
> On Mon, Mar 31, 2014 at 06:20:36AM +0200, Mike Galbraith wrote:
> >
> > Cc:
> > Signed-off-by: Mike Galbraith
> > ---
> > kernel/sched/core.c |2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > --- a/kernel/sched
On Sat, Mar 29, 2014 at 06:11:52PM +0100, Jiri Olsa wrote:
> On Mon, Mar 24, 2014 at 04:57:18PM -0400, Don Zickus wrote:
> > In order for the c2c tool to work correctly, it needs to properly
> > sort all the records on uniquely identifiable data addresses. These
> > unique addresses are converted
On Mon, Mar 31, 2014 at 08:42:06AM -0700, Conrad Meyer wrote:
> The problem exists in mainline (v3.14) and linux-next (20140328), so
> it looks like it didn't land. Unless it's queued in an ext4 tree and
> didn't get selected for Linus for some reason?
There were some proposals for a different enc
On Sat, Mar 29, 2014 at 06:11:38PM +0100, Jiri Olsa wrote:
> On Mon, Mar 24, 2014 at 03:36:57PM -0400, Don Zickus wrote:
> > Modified the code to allow latency settings to be tweaked on the command
> > line
> > and also the ability to dynamically profile stores (or disable using
> > stores).
> >
1 - 100 of 651 matches
Mail list logo