Hi Lee,
On Mon, Nov 05, 2012 at 04:10:28PM +0100, Lee Jones wrote:
> Hi Sam,
>
> I know you've been busy giving NFC presentations at ELC, but ... :)
>
> All these patches have been on the list in various other patch-sets
> for some time and have been reviewed by some key people already. All
> ot
> It looks like your mail client attempted to line wrap it. You might
> want to use mutt, thunderbird, or maybe even the plain text gmail
> interface to resend this.
If anyone is using Outlook, see this:
https://lkml.org/lkml/2011/1/25/587
Yuhong Bao--
To un
Hi Chris,
On Fri, Nov 09, 2012 at 10:34:48AM -0500, Chris Ball wrote:
> Hi,
>
> On Fri, Nov 09 2012, wwang wrote:
> > I have noticed that the file rtsx_pci_sdmmc.c in your mmc-next branch
> > is still v6 patch. In v7 patch, this MMC part has also been modified
> > to comply with my MFD portion.
Hi Geert,
On Mon, Oct 15, 2012 at 10:44:45PM +0200, Geert Uytterhoeven wrote:
> Older gcc (< 4.4) doesn't like files starting with Unicode BOMs:
>
> include/linux/mfd/da9055/core.h:1: error: stray ‘\357’ in program
> include/linux/mfd/da9055/core.h:1: error: stray ‘\273’ in program
> include/linu
Hi Mauro,
After merging the v4l-dvb tree, today's linux-next build (x86_64
allmodconfig) failed like this:
ERROR: "sms_ir_exit" [drivers/media/common/siano/smsmdtv.ko] undefined!
ERROR: "sms_ir_event" [drivers/media/common/siano/smsmdtv.ko] undefined!
ERROR: "sms_ir_init" [drivers/media/common/si
On Fri, 2012-11-09 at 11:41 -0500, Alan Stern wrote:
> On Fri, 9 Nov 2012, Huang Ying wrote:
>
> > On Thu, 2012-11-08 at 12:07 -0500, Alan Stern wrote:
> > > On Thu, 8 Nov 2012, Rafael J. Wysocki wrote:
> > >
> > > > > > > is it a good idea to allow to set device state to SUSPENDED if
> > > > >
On 12-11-11 04:34 AM, James Bottomley wrote:
On Wed, 2012-11-07 at 08:50 -0800, Andy Grover wrote:
Nick,
Your company appears to be shipping kernel features in RTS OS that are
not made available under the GPL, specifically support for the
EXTENDED_COPY and COMPARE_AND_WRITE SCSI commands, in or
On Sun, Nov 11, 2012 at 10:22:42AM +0800, Axel Lin wrote:
> Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}.
> This simplifies the dependency.
>
> Signed-off-by: Axel Lin
> ---
> drivers/pinctrl/Kconfig |6 ++
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> d
From: Yanchuan Nian
The slab cache in nfs_commit_mempool is wrong, and I think it is just a slip.
I tested it on a x86-32 machine, the size of nfs_write_header is 544, and
the size of nfs_commit_data is 408, so it works fine. It is also true that
sizeof(struct nfs_write_header) > sizeof(struct nf
On Sun, 11 Nov 2012, Dmitry Kravkov wrote:
> On Thu, 2012-11-08 at 18:18 -0800, Joseph Gasparakis wrote:
> >
> > if (skb->ip_summed == CHECKSUM_PARTIAL &&
> > skb_checksum_help(skb))
> > @@ -902,6 +903,17 @@ static netdev_tx_t ipgre_tunnel_xmit(struct sk_buff
> > *skb, struct net_
> On Sun, Nov 11, 2012 at 2:32 AM, Rob Herring
> wrote:
>> On 11/09/2012 06:48 PM, Stepan Moskovchenko wrote:
>>> Use the cell-index property to construct names for platform
>>> devices, falling back on the existing scheme of using the
>>> device register address if cell-index is not specified.
>
Christoph Lameter said, at 2012/11/10 4:12:
> On Fri, 9 Nov 2012, Shan Wei wrote:
>
>> v3 fix compile warning:
>> net/xfrm/xfrm_ipcomp.c: In function 'ipcomp_alloc_tfms':
>> net/xfrm/xfrm_ipcomp.c:285: warning: assignment from incompatible pointer
>> type
>
> Why exactly is the pointer type not
Then we can remove "select PINMUX && PINCONF" from PINCTRL_TEGRA{20,30}.
This simplifies the dependency.
Signed-off-by: Axel Lin
---
drivers/pinctrl/Kconfig |6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 6d5a50
Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}.
This simplifies the dependency.
Signed-off-by: Axel Lin
Acked-by: Shawn Guo
---
drivers/pinctrl/Kconfig |6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/K
Christoph Lameter said, at 2012/11/10 4:15:
> On Fri, 9 Nov 2012, Shan Wei wrote:
>
>> -return buffer->buffer;
>> +return (char *)this_cpu_ptr(&percpu_buffer->buffer);
>> }
>
> Add a comment to explain the cast?
typeof(&buffer) is a pointer to array of 1024 char, or char (*)[1024].
But,
Hi Arnaldo,
On Fri, 9 Nov 2012 18:42:49 -0300, Arnaldo Carvalho de Melo wrote:
> Hi Ingo,
>
> Please consider pulling.
>
> - Arnaldo
>
> The following changes since commit 8dfec403e39b7c37fd6e8813bacc01da1e1210ab:
>
> perf tests: Removing 'optional' field (2012-11-05 14:03:59 -0300)
>
> a
Hi Tushar,
Could you make one patch? Why do you separate patches?
Best Regards,
Jaehoon Chung
On 11/09/2012 08:39 PM, Tushar Behera wrote:
> Documents/CodingStyle Chapter 3 recommends usage of braces for both
> if and else statements if any of the branches contains multiple
> statements.
>
> Cl
On Mon, 12 Nov 2012, Huang Ying wrote:
> > The first question: How should the PCI subsystem prevent the parents of
> > driverless VGA devices from being runtime suspended while userspace is
> > accessing them?
>
> I think Rafael's patch is good for that.
But his patch isn't needed if we make t
On Fri, 9 Nov 2012 18:42:59 -0300, Arnaldo Carvalho de Melo wrote:
> From: Arnaldo Carvalho de Melo
>
> That given two hists will find the hist_entries (buckets) in the second
> hists that are for the same bucket in the first and link them, then it
> will look for all buckets in the second that d
2012/11/12 Pavel Machek :
> Hi!
>
>> I'm using Intel Xeon X5570 x2 with Asus Z8PE-D18, and experiencing
>> auto reboot when CPU full loaded for minutes, like building kernel
>> with "make -j17". After a lot of bisecting of config file, I found the
>> option leads to the reboot: X86_ACPI_CPUFREQ, bo
On Fri, Nov 9, 2012 at 9:11 AM, Tejun Heo wrote:
> Hello,
>
> On Fri, Nov 09, 2012 at 08:53:49AM +0800, Cyberman Wu wrote:
>> A lot of these message on many CPU:
>
> What I'm really curious about is the *first* exception.
>
> Is the following the first one? Some lines (why the stackdump is
> happ
On 11/11/2012 05:40 PM, Thiago Farina wrote:
> Hi,
>
> What is the meaning of 'Acked-by:' line? Is the same of LGTM? How it
> differs from 'Reviewed-by:'?
Reviewed-by: is stronger than Acked-by:.
If someone replies with Reviewed-by, they also accept some
responsibility for fixing any problems th
From: Namhyung Kim
Add config option for launching GTK browser for the specified command
by default. Currently only 'report' command is supported.
Adding following line to the perfconfig file will have a same effect
of specifying --gtk option on command line (unless other related
options are no
Populating the inner header pointers of skb for ipgre
This patch has been compile-tested only.
v2 Makes sure that checksumming does not take place if the offload flag is set
in the skb's netdev features
Signed-off-by: Joseph Gasparakis
Signed-off-by: Peter P Waskiewicz Jr
---
net/ipv4/ip_gre.
On 11/09/2012 09:48 PM, Paweł Sikora wrote:
> Hi,
>
> during playing with new ups i've caught an nice oops on reboot:
>
> http://imgbin.org/index.php?page=image&id=10253
>
> probably the upstream is also affected.
Hi, Paweł
Are you using a clean 3.6.6 without any modify?
Looks like some threa
Please post the entire series again when making updates to any of
the patches, thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read
On 11/12/2012 02:49 AM, Preeti Murthy wrote:
> Hi Alex
> I apologise for the delay in replying .
That's all right. I often also busy on other Intel tasks and have no
time to look at LKML. :)
>
> On Wed, Nov 7, 2012 at 6:57 PM, Alex Shi wrote:
>> On 11/07/2012 12:37 PM, Preeti Murthy wrote:
>>> H
On Sun, 11 Nov 2012, David Miller wrote:
>
> Please post the entire series again when making updates to any of
> the patches, thank you.
>
Will do. Thanks Dave.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More
Hi Linus,
Today's linux-next merge of the pinctrl tree got a conflict in
arch/arm/boot/dts/spear1340.dtsi between commit b47394911c26 ("ARM:
SPEAr13xx: Pass DW DMAC platform data from DT") from the slave-dma tree and
commit
4ddb1c295752 ("ARM: SPEAr: Add plgpio node in device tree dtsi files")
fr
On 12 November 2012 01:12, Rob Herring wrote:
> On 11/11/2012 11:27 AM, Viresh Kumar wrote:
>> On 11 November 2012 19:42, Rob Herring wrote:
>>> On 11/06/2012 10:22 PM, viresh kumar wrote:
>>
cluster0: cluster@0 {
+ data1 = <0x50 0x60 0x70>;
+
On 12 November 2012 08:45, Stephen Rothwell wrote:
> Hi Linus,
>
> Today's linux-next merge of the pinctrl tree got a conflict in
> arch/arm/boot/dts/spear1340.dtsi between commit b47394911c26 ("ARM:
> SPEAr13xx: Pass DW DMAC platform data from DT") from the slave-dma tree and
> commit
> 4ddb1c29
At 11/09/2012 02:29 AM, Vasilis Liaskovitis Wrote:
> As discussed in
> https://patchwork.kernel.org/patch/1581581/
> the driver core remove function needs to always succeed. This means we need
> to know that the device can be successfully removed before acpi_bus_trim /
> acpi_bus_hot_remove_device
On Thu, 8 Nov 2012 22:21:50 -0800 Michel Lespinasse wrote:
>
> commit 34550b95185c1ecfa8882664744c14edda385868
> Author: Michel Lespinasse
> Date: Thu Nov 8 22:14:34 2012 -0800
>
> fix mm: augment vma rbtree with rb_subtree_gap
>
> diff --git a/mm/mmap.c b/mm/mmap.c
> index d12c69eaf23f..
On Thu, 8 Nov 2012 22:22:49 -0800 Michel Lespinasse wrote:
>
> commit 86234092170b43771c3f6257cb320ff6e2c10c52
> Author: Michel Lespinasse
> Date: Thu Nov 8 22:13:58 2012 -0800
>
> fix mm: use vm_unmapped_area() in hugetlbfs on tile architecture
>
> diff --git a/arch/tile/mm/hugetlbpage.c
Hi Andrew,
On Thu, 8 Nov 2012 20:01:54 -0800 Andrew Morton
wrote:
>
> oop, I fixed that but forgot to commit the changes, sorry.
>
> s/mm/current->mm/
I have applied this to the akpm tree today:
From: Stephen Rothwell
Date: Mon, 12 Nov 2012 10:51:18 +1100
Subject: [PATCH] mm: fix for u
Hi Michel,
On Thu, 8 Nov 2012 20:30:47 -0800 Michel Lespinasse wrote:
>
> commit 1c98949798ce7a1d4a910775623e1830cf88a92c
> Author: Michel Lespinasse
> Date: Thu Nov 8 20:26:34 2012 -0800
>
> fix mm: use vm_unmapped_area() on sparc32 architecture
>
> diff --git a/arch/sparc/kernel/sys_sp
On 11/10/2012 09:48 PM, Luming Yu wrote:
> Update the previous patch series to ACK all comments I've recevied so far
> for the tool: e.g. 1.Acked Jon Masters in source code as many code are from
> jcm, thanks very much Jon. 2. squashed all changes against new file I added
> into
> one. 3. Make it
Hi Andrew,
Today's linux-next merge of the akpm tree got a conflict in
drivers/memstick/core/ms_block.h between commit 0604fa04ccc7 ("memstick:
add support for legacy memorysticks") that use to be in the block tree
and commits "memstick: remove unused field from state struct", "memstick:
ms_block:
On 11/12/2012 07:54 AM, Jaehoon Chung wrote:
> Hi Tushar,
>
> Could you make one patch? Why do you separate patches?
>
Yes, I can do that. I did split it specifically so that we could drop
any patches if required.
I will wait for a word from Chris regarding what he prefers.
> Best Regards,
>
On 11/09/2012 10:39 PM, Mark Brown wrote:
> On Fri, Nov 09, 2012 at 04:21:49PM +0530, Tushar Behera wrote:
>
>> In case of fixed regulators for which voltage cannot be changed,
>> regulator_is_supported_voltage should return success only if the
>> min_uV and max_uV parameters are same and it is eq
Quoting Pavel Roskin :
Hello, Al!
I have noticed that Mozilla Firefox gets stuck for seconds or minutes
on some sites, in particular on Facebook with Linux 3.7-rc1 and newer
mainline kernels. Disabling flash plugin fixes the delays.
This is a Fedora 17 system with SELinux enabled, on x86_64
a
From: Namhyung Kim
CC builtin-annotate.o
In file included from util/evsel.h:10:0,
from util/evlist.h:8,
from builtin-annotate.c:20:
util/hist.h: In function ‘script_browse’:
util/hist.h:198:45: error: unused parameter ‘script_opt’
[-Werror=unused-parameter]
On Fri, 2012-11-09 at 11:51 +0530, Amit Kachhap wrote:
> On 9 November 2012 09:21, Zhang Rui wrote:
> > On Thu, 2012-11-08 at 11:56 +0530, Amit Kachhap wrote:
> >> On 8 November 2012 11:31, Zhang Rui wrote:
> >> > On Thu, 2012-11-08 at 09:56 +0530, Amit Daniel Kachhap wrote:
> >> >> This modifica
Hi all,
Changes since 20121109:
The v4l-dvb tree lost its build failure but gained another so I used the
version from next-20121026.
The pinctrl tree gained a conflict against the slave-dma tree.
The akpm tree lost most of its build failures but I have still reverted a
few patches. It also gai
On Sun, 2012-11-11 at 21:36 -0500, Alan Stern wrote:
> On Mon, 12 Nov 2012, Huang Ying wrote:
>
> > > The first question: How should the PCI subsystem prevent the parents of
> > > driverless VGA devices from being runtime suspended while userspace is
> > > accessing them?
> >
> > I think Rafael
Hi Amit/Rui,
> -Original Message-
> From: Amit Kachhap [mailto:amit.kach...@linaro.org]
> Sent: Friday, November 09, 2012 11:52 AM
> To: Zhang, Rui
> Cc: linux...@lists.linux-foundation.org; linux-samsung-
> s...@vger.kernel.org; linux-kernel@vger.kernel.org; R, Durgadoss;
> l...@kernel.or
On 8 November 2012 19:10, Viresh Kumar wrote:
> From: Vipul Kumar Samar
>
> clk_{un}prepare is mandatory for platforms using common clock framework.
> Because
> for SPEAr we don't do anything in clk_{un}prepare() calls, just call them ones
> in probe/remove.
>
> Signed-off-by: Vipul Kumar Samar
On Sun, 2012-11-11 at 20:42 +0900, Jaegeuk Kim wrote:
> 2012-11-11 (일), 00:55 +0300, Vyacheslav Dubeyko:
> > Hi,
> >
> > On Nov 10, 2012, at 9:33 PM, Martin Steigerwald wrote:
> >
> > [snip]
> > >
> > > merkaba:~> mkfs.f2fs /dev/sdb1
> > > Info: sector size = 512
> > > Info: total sectors = 4093
On Fri, 2012-11-09 at 19:29 +0800, hongbo.zhang wrote:
> From: "hongbo.zhang"
>
> This patch adds device tree properties for ST-Ericsson DB8500 thermal driver,
> also adds the platform data to support the old fashion.
>
> Signed-off-by: hongbo.zhang
> Reviewed-by: Viresh Kumar
hmmm,
who shou
Hi Linus,
Please consider the following changes since commit
77b67063bb6bce6d475e910d3b886a606d0d91f7:
Linux 3.7-rc5 (2012-11-11 13:44:33 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
fixes-for-3.7
for you to fetch chan
This makes PINCTRL related config options visible.
Otherwise there is no way to build pinctrl drivers for MMP2, PXA168 and PXA910.
Signed-off-by: Axel Lin
---
arch/arm/Kconfig |1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 48eea16..24e9339 100644
On Sun, 2012-11-11 at 22:55 -0700, R, Durgadoss wrote:
> Hi Amit/Rui,
>
> > -Original Message-
> > From: Amit Kachhap [mailto:amit.kach...@linaro.org]
> > Sent: Friday, November 09, 2012 11:52 AM
> > To: Zhang, Rui
> > Cc: linux...@lists.linux-foundation.org; linux-samsung-
> > s...@vger.k
These drivers do not need to select PINCONF.
Signed-off-by: Axel Lin
---
drivers/pinctrl/Kconfig |3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 6d5a50b..1d61d89 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@
2012/11/12, OGAWA Hirofumi :
> Namjae Jeon writes:
>
>> Correctly update modification and status change time in case of
>> file/directory removal and creation.
>
> This changelog just explain "what", and it doesn't explain "why". Please
> explain why we need this change.
>
> IIRC, timestamp handli
Use managed resources API to simplify the code.
Also ensure we do request mem_region before ioremap.
Signed-off-by: Axel Lin
---
drivers/pinctrl/pinctrl-pxa3xx.c | 10 ++
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-pxa3xx.c b/drivers/pinctrl/pi
They are not used, remove them.
Signed-off-by: Axel Lin
---
drivers/pinctrl/pinctrl-pxa3xx.c |2 --
drivers/pinctrl/pinctrl-pxa3xx.h |2 --
2 files changed, 4 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-pxa3xx.c b/drivers/pinctrl/pinctrl-pxa3xx.c
index 43e3dd0..51f8a38 100644
---
On Fri, Nov 09, 2012 at 09:54:01AM +, Will Deacon wrote:
> On Fri, Nov 09, 2012 at 04:01:52AM +, Shiraz Hashim wrote:
> > From: Catalin Marinas
> >
> > Clearing bit 22 in the PL310 Auxiliary Control register (shared
> > attribute override enable) has the side effect of transforming Normal
Hi,
On Sun, Nov 11 2012, Tushar Behera wrote:
> Yes, I can do that. I did split it specifically so that we could drop
> any patches if required.
>
> I will wait for a word from Chris regarding what he prefers.
I would want to merge one patch, but I'm afraid I don't generally want
to merge changes
On Mon, 12 Nov 2012, Namhyung Kim wrote:
> From: Namhyung Kim
>
> Add config option for launching GTK browser for the specified command
> by default. Currently only 'report' command is supported.
>
> Adding following line to the perfconfig file will have a same effect
> of specifying --gtk opti
On Monday 12 of November 2012 11:04:12 Michael Wang wrote:
> On 11/09/2012 09:48 PM, Paweł Sikora wrote:
> > Hi,
> >
> > during playing with new ups i've caught an nice oops on reboot:
> >
> > http://imgbin.org/index.php?page=image&id=10253
> >
> > probably the upstream is also affected.
>
> Hi
On Sun, Nov 11, 2012 at 03:46:44PM +0100, Daniel Vetter wrote:
> On Sat, Nov 10, 2012 at 10:01:18PM +0100, Thierry Reding wrote:
> > On Fri, Nov 09, 2012 at 05:00:54PM +0100, Christian König wrote:
> > > On 09.11.2012 16:45, Rafał Miłecki wrote:
> > > >2012/11/9 Thierry Reding :
> > > >>+/* all fie
> -Original Message-
> From: Zhang, Rui
> Sent: Monday, November 12, 2012 12:03 PM
> To: R, Durgadoss
> Cc: Amit Kachhap; linux...@lists.linux-foundation.org; linux-samsung-
> s...@vger.kernel.org; linux-kernel@vger.kernel.org; l...@kernel.org; linux-
> a...@vger.kernel.org; jonghwa3@
On 11/12/2012 12:42 PM, Chris Ball wrote:
> Hi,
>
> On Sun, Nov 11 2012, Tushar Behera wrote:
>> Yes, I can do that. I did split it specifically so that we could drop
>> any patches if required.
>>
>> I will wait for a word from Chris regarding what he prefers.
>
> I would want to merge one patch
Cyril Roelandt wrote @ Sun, 11 Nov 2012 21:49:30 +0100:
> Call to d_find_alias() needs a corresponding dput().
>
> Signed-off-by: Cyril Roelandt
> ---
Thanks. Looks ok for me. Acked-by Hiroshi Doyu
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a mes
On 11/12/2012 03:16 PM, Paweł Sikora wrote:
> On Monday 12 of November 2012 11:04:12 Michael Wang wrote:
>> On 11/09/2012 09:48 PM, Paweł Sikora wrote:
>>> Hi,
>>>
>>> during playing with new ups i've caught an nice oops on reboot:
>>>
>>> http://imgbin.org/index.php?page=image&id=10253
>>>
>>> pro
Rafael Aquini writes:
> On Thu, Nov 08, 2012 at 09:32:18AM +1030, Rusty Russell wrote:
>> The first one can be delayed, the second one can be delayed if the host
>> didn't ask for VIRTIO_BALLOON_F_MUST_TELL_HOST (qemu doesn't).
>>
>> We could implement a proper request queue for these, and retur
On Mon, 2012-11-12 at 02:12 -0500, Chris Ball wrote:
> Hi,
>
> On Sun, Nov 11 2012, Tushar Behera wrote:
> > Yes, I can do that. I did split it specifically so that we could drop
> > any patches if required.
> >
> > I will wait for a word from Chris regarding what he prefers.
>
> I would want to
Namjae Jeon writes:
> 2012/11/12, OGAWA Hirofumi :
>> Namjae Jeon writes:
>>
>>> Correctly update modification and status change time in case of
>>> file/directory removal and creation.
>>
>> This changelog just explain "what", and it doesn't explain "why". Please
>> explain why we need this cha
OGAWA Hirofumi writes:
> Namjae Jeon writes:
>
>> 2012/11/12, OGAWA Hirofumi :
>>> Namjae Jeon writes:
>>>
Correctly update modification and status change time in case of
file/directory removal and creation.
>>>
>>> This changelog just explain "what", and it doesn't explain "why". Ple
This patch introduces dynamic PLE window that is based on detecting potential
undrcommit case patch series (patch 1 and RESENT patch 2) from the thread
https://lkml.org/lkml/2012/10/29/287.
Results are on expected lines from the discussion of ple_window experiment
where summary showed improvement
On Sat, Nov 10, 2012 at 09:48:19PM -0500, Luming Yu wrote:
> Date: Sat, 10 Nov 2012 21:48:19 -0500
> From: Luming Yu
> To: a...@arndb.de, linux-kernel@vger.kernel.org
> Cc: Luming Yu , Jon Masters ,
> Jon Masters
> Subject: [PATCH update 0/3] HW-latency: hardware latency test 0.10
> X-Mailer: gi
On Fri, 2012-11-09 at 23:00 +, Nicholas A. Bellinger wrote:
> diff --git a/drivers/target/target_core_alua.c
> b/drivers/target/target_core_alua.c
> index 4c8eea2..035c606 100644
> --- a/drivers/target/target_core_alua.c
> +++ b/drivers/target/target_core_alua.c
> @@ -3,8 +3,9 @@
> *
> * Th
On Sun, Nov 11, 2012 at 3:57 PM, Michael D. Setzer II
wrote:
> I've been the maintainer of the g4l project since about 2004, and
> have had issues with a few users that have hardware that requires
> firmware that isn't included in the kernel.org kernel.
>
> I want to do this the right way, since t
Axel,
On Sun, 11 Nov 2012 07:28:04 +0800, Axel Lin wrote:
> Current implementation in dove_audio1_ctrl_set() does not clear corresponding
> register bit if BIT(0|1|2|3) of config is clear. Fix it.
>
> Signed-off-by: Axel Lin
> ---
> Hi,
> I don't have this hardware.
> I'd appreciate if someone c
Dne 9.11.2012 10:06, Mel Gorman napsal(a):
On Fri, Nov 09, 2012 at 09:07:45AM +0100, Zdenek Kabelac wrote:
fe2c2a106663130a5ab45cb0e3414b52df2fff0c is the first bad commit
commit fe2c2a106663130a5ab45cb0e3414b52df2fff0c
Author: Rik van Riel
Date: Wed Mar 21 16:33:51 2012 -0700
vmscan: r
> -Original Message-
> From: David Rientjes [mailto:rient...@google.com]
> Sent: Saturday, November 10, 2012 9:35 PM
> To: KY Srinivasan
> Cc: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org;
> de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com;
> a...@firstfloor.or
Thanks Maya. Looks good to me.
Reviewed-by: subha...@codeaurora.org
Regards,
Subhash
On 10/5/2012 3:58 AM, Maya Erez wrote:
Devices have various maintenance operations need to perform internally.
In order to reduce latencies during time critical operations like read
and write, it is better to
On Wed, 2012-11-07 at 08:50 -0800, Andy Grover wrote:
> Nick,
>
> Your company appears to be shipping kernel features in RTS OS that are
> not made available under the GPL, specifically support for the
> EXTENDED_COPY and COMPARE_AND_WRITE SCSI commands, in order to claim
> full Vmware vSphere 5 V
Hi Kees,
On Sun, Oct 28, 2012 at 4:41 PM, Kees Cook wrote:
> On Sun, Oct 28, 2012 at 2:18 AM, Geert Uytterhoeven
> wrote:
>> On Tue, Oct 23, 2012 at 10:01 PM, Kees Cook wrote:
>>> This config item has not carried much meaning for a while now and is
>>> almost always enabled by default. As agree
On Fri, Nov 2, 2012 at 9:23 PM, Tony Lindgren wrote:
> We need to move the iommu code to live under drivers
> for arm common zImage support.
For the iommu changes in the entire series:
Acked-by: Ohad Ben-Cohen
Joerg, it might relieve some pain if this will go through Tony's tree,
as there are
Ping? (akpm added to CC)
On Mon, Oct 15, 2012 at 10:44 PM, Geert Uytterhoeven
wrote:
> Older gcc (< 4.4) doesn't like files starting with Unicode BOMs:
>
> include/linux/mfd/da9055/core.h:1: error: stray ‘\357’ in program
> include/linux/mfd/da9055/core.h:1: error: stray ‘\273’ in program
> inclu
On Thu, Nov 8, 2012 at 10:01 PM, Stephen Warren wrote:
> From: Stephen Warren
>
> Currently, whenever CONFIG_ARCH_USES_GETTIMEOFFSET is enabled, each
> arch core provides a single implementation of arch_gettimeoffset(). In
> many cases, different sub-architectures, different machines, or
> differ
On Fri, Nov 09, 2012 at 03:46:58PM +, Grant Likely wrote:
> > I guess It's possible to write a driver like that.
> > The only acpi enumerated driver with the acpi_handle set (soon coming to
> > upstream) is not done like that.
> >
> > Do you think this is a case that should be solved now? or j
On Thu, Nov 8, 2012 at 10:01 PM, Stephen Warren wrote:
> From: Stephen Warren
>
> remove m68k's mach_gettimeoffset function pointer, and instead directly
> set the arch_gettimeoffset function pointer. This requires multiplying
> all function results by 1000, since the removed m68k_gettimeoffset()
Below is the list of build error/warning regressions/improvements in
v3.7-rc4[1] compared to v3.6[2].
To make this mail fit in the lkml limit, I deleted
- 730 lines about __mcount_loc on sparc64
- all error and warning improvements
Summarized:
- build errors: +14/-948
- build warnings: +1
On 11 Nov 2012 at 16:57, Ming Lei wrote:
Date sent: Sun, 11 Nov 2012 16:57:42 +0800
Subject:Re: Kernel Firmware - Adding Right way??
From: Ming Lei
To: "Michael D. Setzer II"
Copies to: linux-kernel@vger.kernel.org
On Sun, Nov 11, 2012 at 10:55 AM, Geert Uytterhoeven
wrote:
> JFYI, when comparing v3.7-rc4 to v3.7-rc3[3], the summaries are:
> - build errors: +4/-235
+ error: No rule to make target include/config/auto.conf: => N/A
x86_64-randconfig
+ error: phy_n.c: relocation truncated to fit: R_PPC
Robert,
You say that FACS table contains the address of the global lock.
But in my case https://gist.github.com/4037687 it seems to be empty,
so this means that my laptop don't have global lock?
On Fri, Nov 9, 2012 at 8:45 PM, Moore, Robert wrote:
>> And per my check, most of ACPI FW don't imple
Richard writes:
> Bjørn:
>
> I patched keyspan.c using your below supplied diff in 3.6.6 (I'm not
> using git.) The patch WORKS for me. (I tested using minicom and the
> two programs that usually access the Keyspan serial device.)
Thanks for testing. Good to know that this really was the prob
On Sun, Nov 11, 2012 at 5:58 PM, Michael D. Setzer II
wrote:
>
> The project currently includes 10 different kernels, and prior to my
> taking it over in 2004, it was the same basic setup. Don't really
> know the whole proces that would be required to convert the
> standalone kernels to kernels us
Also I have notice next thing:
At 04:21 I close lid, and laptop automatically suspend, with the
following messages in the log:
Nov 11 04:21:49 macbook-pro-sq kernel: [19489.114021] ata2.00:
exception Emask 0x10 SAct 0x0 SErr 0x5 action 0xe frozen
Nov 11 04:21:49 macbook-pro-sq kernel: [19489.1
On Sun, Nov 11, 2012 at 07:28:53AM +, David Woodhouse wrote:
> On Sat, 2012-11-10 at 21:23 +0100, Krzysztof Mazur wrote:
> > With this tasklet_schedule() we implement a "spin_lock" here, but in
> > this case both conditions (vcc not ready and socket locked) can be
> > true for a long time and w
On Sat, Nov 10, 2012 at 1:55 PM, Daniel Mack wrote:
> Hi,
>
> On 10.11.2012 07:44, Stefan Hajnoczi wrote:
>> The line6 driver supports devices from the Line6 PODxt, POD HD,
>> TonePort, and Variax product families. This USB sound driver has been
>> in staging since 2009 and is ready for wider rev
2012/11/5 OGAWA Hirofumi :
> Namjae Jeon writes:
>
>> Currently there is hard-coding at various places in FAT for using
>> the SECTOR size alignment. So, In order to remove the hard coding
>> we need to change the usage of '9' in FAT code.
>
> NACK. 512 is right size for i_blocks.
Yes, You're righ
2012/11/5 OGAWA Hirofumi :
> Namjae Jeon writes:
>
>> FAT also warn user then the discard request fails
>> as ext4(http://patchwork.ozlabs.org/patch/192669/)
>
> Why don't we do this at block layer like normal bio?
Yes, maybe it will be better than doing in filesystem.
I will check more.
Thanks.
>
On Sun, 2012-11-11 at 12:04 +0100, Krzysztof Mazur wrote:
> Yes, but socket can be also locked for a long time, vcc_sendmsg() sleeps
> owning socket lock waiting for memory or atm_may_send().
Right. Something like this then, instead of my previous patch 8/7?
Only addresses the sock_owned_by_user(
2012-11-11 (일), 00:55 +0300, Vyacheslav Dubeyko:
> Hi,
>
> On Nov 10, 2012, at 9:33 PM, Martin Steigerwald wrote:
>
> [snip]
> >
> > merkaba:~> mkfs.f2fs /dev/sdb1
> > Info: sector size = 512
> > Info: total sectors = 4093951 (in 512bytes)
> > Info: zone aligned segment0 blkaddr: 256
> > Info: T
> On Fri, Nov 9, 2012 at 10:35 AM, guanxuetao
> wrote:
>>
>> git://github.com/gxt/linux.git ..BRANCH.NOT.VERIFIED..
>
> Let's try that again. With you checking what you send me. I hope
> there's a signed tag somewhere, but the above certainly isn't that..
>
> Linus
>
I used followi
On Thu, 2012-11-08 at 14:01 -0700, Stephen Warren wrote:
> From: Stephen Warren
>
> remove m68k's mach_gettimeoffset function pointer, and instead directly
> set the arch_gettimeoffset function pointer. This requires multiplying
> all function results by 1000, since the removed m68k_gettimeoffset
From: Linus Walleij
This makes the pinctrl subsystem auto-grab the pinctrl handle and
set the "default" (PINCTRL_STATE_DEFAULT) state for every device
that is present on the platform or AMBA (PrimeCell) bus right
before probe. This will account for the lion's share of embedded
silicon devcies. Th
1 - 100 of 230 matches
Mail list logo