Re: [PATCH 3/4] mfd: sec-core: Add cells for S5M8767-clocks

2013-11-04 Thread Kyungmin Park
On Tue, Nov 5, 2013 at 3:29 PM, Tushar Behera wrote: > On 31 October 2013 21:46, Lee Jones wrote: >> On Thu, 31 Oct 2013, Tushar Behera wrote: >> >>> S5M8767 chip has 3 crystal oscillators running at 32KHz. These are >>> supported by s2mps11-clk driver. >>> >>> Signed-off-by: Tushar Behera >>>

Re: [PATCH v2] KVM: IOMMU: hva align mapping page size

2013-11-04 Thread Gleb Natapov
On Mon, Nov 04, 2013 at 09:08:12AM -0700, Greg Edwards wrote: > When determining the page size we could use to map with the IOMMU, the > page size should also be aligned with the hva, not just the gfn. The > gfn may not reflect the real alignment within the hugetlbfs file. > For some reason you

Re: [GIT PULL 00/29] perf/core improvements and fixes

2013-11-04 Thread Ingo Molnar
hm, probably one of these commits: 8a0c4c2843d3 perf tools: Fix libunwind build and feature detection for 32-bit build 28e962b9d79f perf tools: Fix 32-bit cross build 74af377bc25d perf tools: Fix non-debug build 9402802a416c perf tools: Fix test_on_exit for 32-bit build broke the suppression

Re: [RFC Part1 PATCH 00/20 v2] Add namespace support for audit

2013-11-04 Thread Gao feng
On 11/05/2013 03:51 PM, Gao feng wrote: > Ping... > I want to catch up the merge window.. > On 10/31/2013 11:52 AM, Gao feng wrote: >> Hi Eric Paris, >> >> Can you give me some comments? >> >> You think the tying audit namespace to user namespace is a bad idea, >> so this patchset doesn't

Re: [RFC Part1 PATCH 00/20 v2] Add namespace support for audit

2013-11-04 Thread Gao feng
Ping... On 10/31/2013 11:52 AM, Gao feng wrote: > Hi Eric Paris, > > Can you give me some comments? > > You think the tying audit namespace to user namespace is a bad idea, > so this patchset doesn't assign auditns to userns and introduce an > new audit netlink type to help to create audit

Re: [RFC/PATCHSET 00/14] perf report: Add support to accumulate hist periods (v2)

2013-11-04 Thread Ingo Molnar
* Namhyung Kim wrote: > Hi Ingo, > > On Fri, 1 Nov 2013 10:27:59 +0100, Ingo Molnar wrote: > > * Namhyung Kim wrote: > > > >> >> > 2) > >> >> > > >> >> > Is it possible to configure the default 'report -g' style, so that > >> >> > people who'd like to use it all the time don't have to type

Re: [PATCH 14/14] perf report: Add -g cumulative option

2013-11-04 Thread Namhyung Kim
On Fri, 1 Nov 2013 14:17:34 +0100, Jiri Olsa wrote: > On Thu, Oct 31, 2013 at 03:56:16PM +0900, Namhyung Kim wrote: >> From: Namhyung Kim >> >> The -g cumulative option is for showing accumulated overhead (period) >> value as well as self overhead. [SNIP] >> +static void >>

Re: [PATCH 07/14] perf tools: Update cpumode for each cumulative entry

2013-11-04 Thread Namhyung Kim
On Fri, 1 Nov 2013 13:55:51 +0100, Jiri Olsa wrote: > On Thu, Oct 31, 2013 at 03:56:09PM +0900, Namhyung Kim wrote: >> From: Namhyung Kim >> >> The cpumode and level in struct addr_localtion was set for a sample >> and but updated as cumulative callchains were added. This led to have >>

Re: [PATCH] perf tools: Allow multiple cpus record for -p option

2013-11-04 Thread Namhyung Kim
On Fri, 1 Nov 2013 16:52:45 +0100, Jiri Olsa wrote: > Currently we don't create default CPU map for task related > target, like: > > $ perf record -p > > This makes record command to disable inherited events. > which is not desired behaviour (we have special option > for that (-i) anyway). > >

Re: pull request: wireless-next 2013-11-04

2013-11-04 Thread David Miller
From: "John W. Linville" Date: Mon, 4 Nov 2013 15:22:42 -0500 > Please accept the following pull request intended for the 3.13 tree... Pulled, thanks John. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [RFC/PATCHSET 00/14] perf report: Add support to accumulate hist periods (v2)

2013-11-04 Thread Namhyung Kim
Hi Ingo, On Fri, 1 Nov 2013 10:27:59 +0100, Ingo Molnar wrote: > * Namhyung Kim wrote: > >> >> > 2) >> >> > >> >> > Is it possible to configure the default 'report -g' style, so that >> >> > people who'd like to use it all the time don't have to type '-g >> >> > cumulative' all the time? >> >>

Re: [PATCH 0/3] omapdss: venc: Add support for bypass and acbias.

2013-11-04 Thread Belisko Marek
Hi, ping. On Mon, Oct 14, 2013 at 11:02 PM, Marek Belisko wrote: > This patches is adding bypass and acbias functionality to omapdss venc driver. > In first patch we export updatin bypass and acbias in devconf1 register. Next > patch > add handling for updating in venc driver and last patch

Re: [PATCH 1/9] Generic WorkQueue Engine (GenWQE) device driver (v4)

2013-11-04 Thread Frank Haverkamp
Am Montag, den 04.11.2013, 14:12 -0800 schrieb Greg KH: > On Mon, Nov 04, 2013 at 06:08:01PM +0100, Frank Haverkamp wrote: > > +if GENWQE > > + > > +config GENWQE_DEVNAME > > +string "Name for sysfs and device nodes" > > + default "genwqe" > > +help > > + Select

[PATCH 1/2] BTRFS: fixed a coding style issue

2013-11-04 Thread Aldo Iljazi
Line 31: Removed spaces before the semicolons. Signed-off-by: Aldo Iljazi --- fs/btrfs/print-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/print-tree.c b/fs/btrfs/print-tree.c index 0088bed..19dd143 100644 --- a/fs/btrfs/print-tree.c +++

[PATCH 2/2] BTRFS: fixed a coding style issue

2013-11-04 Thread Aldo Iljazi
Line 265: Inserted a space before the open parenthesis. Signed-off-by: Aldo Iljazi --- fs/btrfs/async-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c index 08cc08f..8aec751 100644 --- a/fs/btrfs/async-thread.c +++

Re: [PATCH RFC 1/4] phy: Add new Exynos5 USB 3.0 PHY driver

2013-11-04 Thread Vivek Gautam
Hi Kishon, On Mon, Nov 4, 2013 at 6:42 PM, Kishon Vijay Abraham I wrote: > Hi, > > > On Monday 04 November 2013 03:45 PM, Kamil Debski wrote: >> >> Hi Kishon, >> >>> From: Kishon Vijay Abraham I [mailto:kis...@ti.com] >>> Sent: Monday, November 04, 2013 7:55 AM >>> >>> Hi Vivek, >>> >>> On

Re: [PATCH 03/14] perf hists: Convert hist entry functions to use struct he_stat

2013-11-04 Thread Namhyung Kim
Hi Arnaldo, On Mon, 4 Nov 2013 20:45:51 -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Oct 31, 2013 at 03:56:05PM +0900, Namhyung Kim escreveu: > >> -static void hist_entry__add_cpumode_period(struct hist_entry *he, >> +static void hist_entry__add_cpumode_period(struct he_stat *he_stat, >>

linux-next: Tree for Nov 5

2013-11-04 Thread Stephen Rothwell
Hi all, Changes since 20131104: Removed tree: bcon The sound-asoc tree lost its build failure. The device-mapper tree gained a build failure for which I applied a merge fix patch. The modules tree still produced a very large number of warnings so I used the version from next-20131101

Re: [PATCH 02/14] perf tools: Introduce struct add_entry_iter

2013-11-04 Thread Namhyung Kim
On Fri, 1 Nov 2013 13:09:09 +0100, Jiri Olsa wrote: > On Thu, Oct 31, 2013 at 03:56:04PM +0900, Namhyung Kim wrote: >> From: Namhyung Kim > > SNIP > >> +} >> + >> +static int >> +iter_add_next_nop_entry(struct add_entry_iter *iter __maybe_unused, >> +struct addr_location *al

Re: [PATCH] Generic WorkQueue Engine (GenWQE) device driver (v4)

2013-11-04 Thread Frank Haverkamp
Hi Greg, Am Montag, den 04.11.2013, 14:15 -0800 schrieb Greg KH: > > I am using sysfs_create_group() now, but do I understand you > correctly > > that setting the const struct attribute_group **groups; in my device > > (where in my struct pci_device.dev?) is an even better way to > establish > >

Re: [PATCH RFC 1/4] phy: Add new Exynos5 USB 3.0 PHY driver

2013-11-04 Thread Vivek Gautam
On Tue, Nov 5, 2013 at 11:06 AM, Vivek Gautam wrote: > Hi Tomasz, Sorry my mail client had some problem, so forwarding this again. > > On Nov 4, 2013 5:59 PM, "Tomasz Figa" wrote: >> >> Hi Kishon, >> >> On Monday 04 of November 2013 12:24:42 Kishon Vijay Abraham I wrote: >> > Hi Vivek, >> > >>

Re: [PATCH 02/14] perf tools: Introduce struct add_entry_iter

2013-11-04 Thread Namhyung Kim
Hi Jiri, On Fri, 1 Nov 2013 13:07:35 +0100, Jiri Olsa wrote: > On Thu, Oct 31, 2013 at 03:56:04PM +0900, Namhyung Kim wrote: >> From: Namhyung Kim > > SNIP > >> + >> +static int >> +perf_evsel__add_entry(struct perf_evsel *evsel, struct addr_location *al, >> + struct perf_sample

[PATCH] BTRFS: fixed two coding style issues

2013-11-04 Thread Aldo Iljazi
Line 26 and 31: Replaced spaces with tabs at the start of the lines. Signed-off-by: Aldo Iljazi --- fs/btrfs/struct-funcs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/struct-funcs.c b/fs/btrfs/struct-funcs.c index b976597..09528ec 100644 ---

Re: [PATCH -tip v2 3/3] [BUGFIX] kprobes: Prohibit probing on func_ptr_is_kernel_text

2013-11-04 Thread Ingo Molnar
* Masami Hiramatsu wrote: > (2013/11/05 15:09), Ingo Molnar wrote: > > > > * Steven Rostedt wrote: > > > >> On Fri, 01 Nov 2013 11:25:37 + > >> Masami Hiramatsu wrote: > >> > >>> Prohibit probing on func_ptr_is_kernel_text(). > >>> Since the func_ptr_is_kernel_text() is called from >

Re: [PATCH] Critical ARC Fix for 3.12

2013-11-04 Thread Vineet Gupta
On 11/03/2013 03:59 PM, Geert Uytterhoeven wrote: > Added CC stable, so Greg will see it. > Added commit 9c41f4eeb9d51f3ece20428d35a3ea32cf3b5622, so Greg knows > what to cherry-pick. Thanks Geert. While cover-letter was not, the patch itself was CC'ed to stable - this cover letter, with PATCH

[PATCH] BTRFS: fixed coding style issues

2013-11-04 Thread Aldo Iljazi
Line 4989: Inserted a space after the comma. Lines 7986 and 8274: Inserted a space before the open parenthesis. Signed-off-by: Aldo Iljazi --- fs/btrfs/extent-tree.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index

Re: [PATCH -tip v2 3/3] [BUGFIX] kprobes: Prohibit probing on func_ptr_is_kernel_text

2013-11-04 Thread Masami Hiramatsu
(2013/11/05 15:09), Ingo Molnar wrote: > > * Steven Rostedt wrote: > >> On Fri, 01 Nov 2013 11:25:37 + >> Masami Hiramatsu wrote: >> >>> Prohibit probing on func_ptr_is_kernel_text(). >>> Since the func_ptr_is_kernel_text() is called from >>> notifier_call_chain() which is called from int3

[PATCH 1/1] Documentation/mfd: Fix typos in s2mps11.txt

2013-11-04 Thread Sachin Kamat
Fixed trivial typos to improve readability. Signed-off-by: Sachin Kamat --- Documentation/devicetree/bindings/mfd/s2mps11.txt |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/s2mps11.txt

Re: [PATCHSET 00/13] tracing/uprobes: Add support for more fetch methods (v6)

2013-11-04 Thread Namhyung Kim
This is what I have for now: static void __user *get_user_vaddr(struct pt_regs *regs, unsigned long addr, struct trace_uprobe *tu) { unsigned long base_addr; unsigned long vaddr; base_addr = instruction_pointer(regs) - tu->offset;

[PATCH] mmc: sdhci: Setting the host->mrq to NULL before executing tuning

2013-11-04 Thread Chuansheng Liu
In function sdhci_request(), it is possible to do the tuning execution like below: sdhci_request() { spin_lock_irqsave(>lock, flags); host->mrq = mrq; ... spin_unlock_irqrestore(>lock, flags); <=== Here it is possible one pending finish_tasklet get running

Re: Avoid needless loop in sdhci_irq() for Card Interrupt

2013-11-04 Thread Dong Aisheng
Hi Alexey, On Tue, Nov 5, 2013 at 2:43 AM, Alexey Neyman wrote: > [Patch ping #3: anyone interested in making sdhci_irq a bit faster?] > > Hi all, > > I've discovered that the sdhci_irq() function needlessly iterates re-reading > the interrupt status and doing nothing (until it runs out of

Re: [PATCH -next] get_maintainer: Improve "Author:" rolestats

2013-11-04 Thread Chen Gang
On 11/05/2013 02:16 PM, Joe Perches wrote: > On Tue, 2013-11-05 at 14:04 +0800, Chen Gang wrote: >> On 11/05/2013 01:54 PM, Joe Perches wrote: >>> On Tue, 2013-11-05 at 13:45 +0800, Chen Gang wrote: > If really as what I guess above (some patches no Signed-of-by), is there > a tool to

Re: [PATCH] x86: Allow NR_CPUS=1024

2013-11-04 Thread Li Zefan
On 2013/11/5 14:25, Ingo Molnar wrote: > > * H. Peter Anvin wrote: > >> On 11/04/2013 12:11 PM, Ingo Molnar wrote: >>> >>> * H. Peter Anvin wrote: >>> 8192 maybe? >>> >>> Yeah, that makes more sense I guess. >>> >> >> However, I still have serious issues with crap like this because >>

Re: [PATCH 3/4] mfd: sec-core: Add cells for S5M8767-clocks

2013-11-04 Thread Tushar Behera
On 31 October 2013 21:46, Lee Jones wrote: > On Thu, 31 Oct 2013, Tushar Behera wrote: > >> S5M8767 chip has 3 crystal oscillators running at 32KHz. These are >> supported by s2mps11-clk driver. >> >> Signed-off-by: Tushar Behera >> CC: Lee Jones >> --- >> drivers/mfd/sec-core.c |4 +++- >>

linux-next: manual merge of the akpm-current tree with the block tree

2013-11-04 Thread Stephen Rothwell
Hi Andrew, Today's linux-next merge of the akpm-current tree got a conflict in mm/bounce.c between commit 5d1f127c3e0c ("block: Convert bio_for_each_segment() to bvec_iter") from the block tree and commit df5494a36263 ("kthread: make kthread_create() killable") from the akpm-current tree. I

linux-next: manual merge of the akpm-current tree with the block tree

2013-11-04 Thread Stephen Rothwell
Hi Andrew, Today's linux-next merge of the akpm-current tree got a conflict in fs/bio-integrity.c between commits ed2d2f9a8265 ("block: Abstract out bvec iterator") and 5d1f127c3e0c ("block: Convert bio_for_each_segment() to bvec_iter") from the block tree and commit 6952c5b3b2b7

Re: [PATCH] x86: Allow NR_CPUS=1024

2013-11-04 Thread Ingo Molnar
* H. Peter Anvin wrote: > On 11/04/2013 12:11 PM, Ingo Molnar wrote: > > > > * H. Peter Anvin wrote: > > > >> 8192 maybe? > > > > Yeah, that makes more sense I guess. > > > > However, I still have serious issues with crap like this because > randconfig is basically broken. If nothing

Re: [PATCH -next] get_maintainer: Improve "Author:" rolestats

2013-11-04 Thread Joe Perches
On Tue, 2013-11-05 at 14:04 +0800, Chen Gang wrote: > On 11/05/2013 01:54 PM, Joe Perches wrote: > > On Tue, 2013-11-05 at 13:45 +0800, Chen Gang wrote: > >> > If really as what I guess above (some patches no Signed-of-by), is there > >> > a tool to check and find this issue in time? > >

Re: [PATCH -tip v2 3/3] [BUGFIX] kprobes: Prohibit probing on func_ptr_is_kernel_text

2013-11-04 Thread Ingo Molnar
* Steven Rostedt wrote: > On Fri, 01 Nov 2013 11:25:37 + > Masami Hiramatsu wrote: > > > Prohibit probing on func_ptr_is_kernel_text(). > > Since the func_ptr_is_kernel_text() is called from > > notifier_call_chain() which is called from int3 handler, > > probing it may cause double int3

Re: [PATCH -next] get_maintainer: Improve "Author:" rolestats

2013-11-04 Thread Chen Gang
On 11/05/2013 01:54 PM, Joe Perches wrote: > On Tue, 2013-11-05 at 13:45 +0800, Chen Gang wrote: >> > If really as what I guess above (some patches no Signed-of-by), is there >> > a tool to check and find this issue in time? > scripts/checkpatch.pl bleats a message on missing sign-offs. Yeah, the

Re: [PATCH -next] get_maintainer: Improve "Author:" rolestats

2013-11-04 Thread Chen Gang
On 11/05/2013 01:50 PM, Joe Perches wrote: > On Tue, 2013-11-05 at 13:42 +0800, Chen Gang wrote: >> On 11/05/2013 01:23 PM, Joe Perches wrote: >>> On Tue, 2013-11-05 at 10:37 +0800, Chen Gang wrote: > >> (if so, it seems the related >> patch need be re-committed again by the related author). > >

Re: [PATCH -next] get_maintainer: Improve "Author:" rolestats

2013-11-04 Thread Joe Perches
On Tue, 2013-11-05 at 13:45 +0800, Chen Gang wrote: > If really as what I guess above (some patches no Signed-of-by), is there > a tool to check and find this issue in time? scripts/checkpatch.pl bleats a message on missing sign-offs. For instance: $ cat cache.diff include/linux/cache.h | 4

Re: [PATCH -next] get_maintainer: Improve "Author:" rolestats

2013-11-04 Thread Joe Perches
On Tue, 2013-11-05 at 13:42 +0800, Chen Gang wrote: > On 11/05/2013 01:23 PM, Joe Perches wrote: > > On Tue, 2013-11-05 at 10:37 +0800, Chen Gang wrote: > >> But after I let it pure next-20131101 ("git reset HEAD^; git stash"), it > >> still cause this issue. > > > > It's also because: > > >

Re: [PATCH -next] get_maintainer: Improve "Author:" rolestats

2013-11-04 Thread Chen Gang
On 11/05/2013 01:42 PM, Chen Gang wrote: > On 11/05/2013 01:23 PM, Joe Perches wrote: >> On Tue, 2013-11-05 at 10:37 +0800, Chen Gang wrote: >>> But after I let it pure next-20131101 ("git reset HEAD^; git stash"), it >>> still cause this issue. >> >> It's also because: >> > Also, there's a

Re: [PATCH -next] get_maintainer: Improve "Author:" rolestats

2013-11-04 Thread Chen Gang
On 11/05/2013 01:23 PM, Joe Perches wrote: > On Tue, 2013-11-05 at 10:37 +0800, Chen Gang wrote: >> But after I let it pure next-20131101 ("git reset HEAD^; git stash"), it >> still cause this issue. > > It's also because: > Also, there's a defect in function vcs_find_signers. It

linux-next: build failure after merge of the bcon tree

2013-11-04 Thread Stephen Rothwell
Hi Jörn, After merging the bcon tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/block/blockconsole.c: In function 'sync_read': drivers/block/blockconsole.c:184:5: error: 'struct bio' has no member named 'bi_idx' bio.bi_idx = 0; ^

Attn.......

2013-11-04 Thread Mr. Cham Tao Soon
-- Good day, I am Mr. Cham Tao Soon, Chairman Audit Committee of UOB Bank, Singapore. I have a project for you in the tons of One Hundred & Five Million EUR, after successful transfer, we shall share in the ratio of forty for you and sixty for me. Please reply for specifics. Yours, Mr.

Re: [PATCH -next] get_maintainer: Improve "Author:" rolestats

2013-11-04 Thread Joe Perches
On Tue, 2013-11-05 at 10:37 +0800, Chen Gang wrote: > But after I let it pure next-20131101 ("git reset HEAD^; git stash"), it > still cause this issue. It's also because: > >> Also, there's a defect in function vcs_find_signers. > >> It should only return the commit count and array references.

Re: linux-next: manual merge of the staging tree with the block tree

2013-11-04 Thread Greg KH
On Tue, Nov 05, 2013 at 04:09:24PM +1100, Stephen Rothwell wrote: > Hi Greg, > > Today's linux-next merge of the staging tree got a conflict in > drivers/staging/lustre/lustre/llite/lloop.c between commit ed2d2f9a8265 > ("block: Abstract out bvec iterator") from the block tree and commit >

linux-next: manual merge of the staging tree with the block tree

2013-11-04 Thread Stephen Rothwell
Hi Greg, Today's linux-next merge of the staging tree got a conflict in drivers/staging/lustre/lustre/llite/lloop.c between commit ed2d2f9a8265 ("block: Abstract out bvec iterator") from the block tree and commit de40d1209898 ("staging: lustre: fix bug with LL_MRF_RETURN in loop_make_request")

Re: Linux 3.12 released .. and 4.0 plans?

2013-11-04 Thread Alexander Holler
Am 04.11.2013 22:46, schrieb Jan Engelhardt: > > On Monday 2013-11-04 01:10, Linus Torvalds wrote: >> >> Onto a totally different topic: we're getting to release numbers where >> I have to take off my socks to count that high again. I'm ok with >> 3. [...] [4.0 "ok, after 3.19 (or whatever),"] >

Re: Linux 3.12 released .. and 4.0 plans?

2013-11-04 Thread Aldo Iljazi
Jan Engelhardt wrote: > > On Monday 2013-11-04 01:10, Linus Torvalds wrote: > > > >Onto a totally different topic: we're getting to release numbers where > >I have to take off my socks to count that high again. I'm ok with > >3. [...] [4.0 "ok, after 3.19 (or whatever),"] > > What would you do

Re: [PATCH 1/2] tools/perf/build: Fix detection of non-core features

2013-11-04 Thread David Ahern
ping. did not see this one in your last push to Ingo. On 10/29/13, 10:43 AM, David Ahern wrote: feature_check needs to be invoked through call, and LDFLAGS may not be set so quotes are needed. Thanks to Jiri for spotting the quotes around LDFLAGS; that one was driving me nuts with the upcoming

Re: [PATCH 2/2] perf kvm: Disable live command if timerfd is not supported

2013-11-04 Thread David Ahern
ditto On 10/29/13, 10:43 AM, David Ahern wrote: If the OS does not have timerfd support (e.g., older OS'es like RHEL5) disable perf kvm stat live. Signed-off-by: David Ahern Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Namhyung Kim Cc: Jiri Olsa --- tools/perf/builtin-kvm.c

Re: [PATCH 1/1] cpufreq: cpufreq-cpu0: use the max voltage instead of voltage-tolerance

2013-11-04 Thread Viresh Kumar
Adding shawn in cc list.. On 5 November 2013 08:40, rjying wrote: > From: Rongjun Ying > > Sometime the regulator can't supply appropriate voltages for requestion of > cpu. > All voltage tolerance value can't figure out a good voltage. > > Signed-off-by: Rongjun Ying > --- >

Re: [tip:x86/build] x86, defconfig: Add DEVTMPFS and DEVTMPFS_MOUNT to *86*_defconfig

2013-11-04 Thread Chen Gang
On 11/05/2013 12:03 PM, tip-bot for Chen Gang wrote: > Commit-ID: 7f71be4c9f9a334e7bd0adc66225db4eb88c3bc4 > Gitweb: http://git.kernel.org/tip/7f71be4c9f9a334e7bd0adc66225db4eb88c3bc4 > Author: Chen Gang > AuthorDate: Tue, 5 Nov 2013 09:46:39 +0800 > Committer: H. Peter Anvin >

Re: Disabling in-memory write cache for x86-64 in Linux II

2013-11-04 Thread Dave Chinner
On Mon, Nov 04, 2013 at 05:50:13PM -0700, Andreas Dilger wrote: > > On Oct 25, 2013, at 2:18 AM, Linus Torvalds > wrote: > > On Fri, Oct 25, 2013 at 8:25 AM, Artem S. Tashkinov > > wrote: > >> > >> On my x86-64 PC (Intel Core i5 2500, 16GB RAM), I have the same 3.11 > >> kernel built for the

[tip:x86/build] x86, defconfig: Add DEVTMPFS and DEVTMPFS_MOUNT to *86*_defconfig

2013-11-04 Thread tip-bot for Chen Gang
Commit-ID: 7f71be4c9f9a334e7bd0adc66225db4eb88c3bc4 Gitweb: http://git.kernel.org/tip/7f71be4c9f9a334e7bd0adc66225db4eb88c3bc4 Author: Chen Gang AuthorDate: Tue, 5 Nov 2013 09:46:39 +0800 Committer: H. Peter Anvin CommitDate: Mon, 4 Nov 2013 20:01:55 -0800 x86, defconfig: Add DEVTMPFS

[PATCH 1/8] toshiba_acpi: Add System Configuration Interface (SCI)

2013-11-04 Thread Azael Avalos
The SCI stands for System Configuration Interface and it is supposed to be uniform across all their models. This patch introduces four new calls, sci_open, sci_close sci_read and sci_write, along with its definitions and return codes. The HCI_ prefix has been removed from all return codes, since

[PATCH 0/8] toshiba_acpi: New features added and a fix

2013-11-04 Thread Azael Avalos
Up for review, the following patch series add new features found on newer Toshiba laptops. The first two fix an illumination detection bug, so consider applying those to stable. The rest just add support for touchpad, accelerometer axes, keyboard backlight and ECO led, plus platform support,

[PATCH 2/8] toshiba_acpi: Adapt illumination_* code to use the new SCI

2013-11-04 Thread Azael Avalos
Change the toshiba_illumination_* code to use the newly introduced sci_read and sci_write functions, and in the process fix toshiba_illumination_available code, since it was only opening the SCI and the return value was never checked for errors or actual illumination support. Signed-off-by: Azael

[PATCH 4/8] toshiba_acpi: Add kbd backlight support and sysfs files

2013-11-04 Thread Azael Avalos
Toshiba laptops equiped with an illuminated keyboard can operate in two different modes: Auto and FN-Z. The Auto mode turns on the led on keystrokes and automatically turns it off after some (configurable) time the last key was pressed. The FN-Z mode is used to toggle the keyboard led on/off by

[PATCH 8/8] toshiba_acpi: Update version and copyright information

2013-11-04 Thread Azael Avalos
Add myself to the copyright list and bump version to 0.20 since several new features have been added. Signed-off-by: Azael Avalos --- drivers/platform/x86/toshiba_acpi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/platform/x86/toshiba_acpi.c

[PATCH 5/8] toshiba_acpi: Add ECO led support

2013-11-04 Thread Azael Avalos
Newer Toshiba laptops now come with a feature called ECO Mode, where the system is put in low power consupmtion state and a green (world shaped with leaves) icon illuminates indicating that the system is in such power state. This patch adds support to turn on/off the ECO led by creating and

[PATCH 7/8] toshiba_acpi: Add touchpad enable/disable support

2013-11-04 Thread Azael Avalos
Toshiba laptops have two ways of enabling/disabling the touchpad, one with a hardwired button on top of the touchpad that simply emmits scancodes to let userspace know it has changed, and another with a SCI call that triggers (on Windows drivers) whenever the user press the Fn-F9 (touchpad toggle)

[PATCH 6/8] toshiba_acpi: Add accelerometer support

2013-11-04 Thread Azael Avalos
Recent Toshiba laptops now come equiped with a built in accelerometer (TOS620A), but such device does not expose the axis information, however, HCI calls 0x006d and 0x00a6 can be used to query such info. This patch adds support to read the axis values and exposing them through the _position_

[PATCH 3/8] toshiba_acpi: Add platform support

2013-11-04 Thread Azael Avalos
Add platform support and change the backlight and led devices to register on it instead of the acpi_device. The use of the platform is to have just one place where to look for files instead of looking at the current three different ACPI devices (TOS6200, TOS6208 and TOS1900) and thus making

Re: [PATCH] pwm: samsung: memory leak bugfix in pwm_samsung_free

2013-11-04 Thread Sachin Kamat
Hi Sangjung, On 5 November 2013 08:32, Sangjung Woo wrote: > There is certainly a kind of memory leak since allocated data (i.e. > chip_data) is set NULL before freeing it by calling devm_kfree(). This > patch fixes the memory leak bug by modifying its call order. > > Signed-off-by: Sangjung Woo

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

2013-11-04 Thread Stephen Rothwell
Hi Mike, On Mon, 4 Nov 2013 22:20:54 -0500 Mike Snitzer wrote: > > On Mon, Nov 04 2013 at 9:51pm -0500, > Stephen Rothwell wrote: > > > After merging the device-mapper tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: > > > > drivers/md/dm-cache-target.c: In function

Re: [Xen-devel] [PATCH] drivers: xen-selfballoon: consider slab pages

2013-11-04 Thread Bob Liu
On 11/05/2013 01:22 AM, David Vrabel wrote: > On 04/11/13 12:39, Bob Liu wrote: >> Currently the goal_page in xen-selfballon doesn't consider much about pages >> used >> in kernel space. >> A typical usage is slab pages, without consider slab pages the goal_page >> result >> may be too rough

Re: linux-next: build warnings after merge of the modules tree

2013-11-04 Thread Rusty Russell
Stephen Rothwell writes: > Hi Rusty, > > After merging the modules tree, today's linux-next build (x86_64 > allmodconfig) produced these warning: > > WARNING: vmlinux: 'pci_restore_msi_state' exported twice. Previous export was > in vmlinux > WARNING: vmlinux: '__mod_zone_page_state' exported

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

2013-11-04 Thread Mike Snitzer
On Mon, Nov 04 2013 at 9:51pm -0500, Stephen Rothwell wrote: > Hi all, > > After merging the device-mapper tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/md/dm-cache-target.c: In function 'bio_writes_complete_block': > drivers/md/dm-cache-target.c:1020:7:

Re: [PATCH -tip v2 3/3] [BUGFIX] kprobes: Prohibit probing on func_ptr_is_kernel_text

2013-11-04 Thread Masami Hiramatsu
(2013/11/05 11:00), Steven Rostedt wrote: > On Fri, 01 Nov 2013 11:25:37 + > Masami Hiramatsu wrote: > >> Prohibit probing on func_ptr_is_kernel_text(). >> Since the func_ptr_is_kernel_text() is called from >> notifier_call_chain() which is called from int3 handler, >> probing it may cause

[PATCH 1/1] cpufreq: cpufreq-cpu0: use the max voltage instead of voltage-tolerance

2013-11-04 Thread rjying
From: Rongjun Ying Sometime the regulator can't supply appropriate voltages for requestion of cpu. All voltage tolerance value can't figure out a good voltage. Signed-off-by: Rongjun Ying --- drivers/cpufreq/cpufreq-cpu0.c | 17 ++--- 1 files changed, 10 insertions(+), 7

Re: [PATCH 0/4] per anon_vma lock and turn anon_vma rwsem lock to rwlock_t

2013-11-04 Thread Yuanhan Liu
On Mon, Nov 04, 2013 at 05:44:00PM -0800, Tim Chen wrote: > On Mon, 2013-11-04 at 11:59 +0800, Yuanhan Liu wrote: > > On Fri, Nov 01, 2013 at 08:15:13PM -0700, Davidlohr Bueso wrote: > > > On Fri, 2013-11-01 at 18:16 +0800, Yuanhan Liu wrote: > > > > On Fri, Nov 01, 2013 at 09:21:46AM +0100, Ingo

[PATCH] pwm: samsung: memory leak bugfix in pwm_samsung_free

2013-11-04 Thread Sangjung Woo
There is certainly a kind of memory leak since allocated data (i.e. chip_data) is set NULL before freeing it by calling devm_kfree(). This patch fixes the memory leak bug by modifying its call order. Signed-off-by: Sangjung Woo Reviewed-by: Jonghwa Lee --- drivers/pwm/pwm-samsung.c |2 +-

Re: converting unicore32 to gate_vma as done for arm (was Re: [PATCH] mm: cache largest vma)

2013-11-04 Thread 管雪涛
The patch is ok for unicore32. Thanks Al. While testing this patch, a bug is found in arch/unicore32/include/asm/pgtable.h: @@ -96,7 +96,7 @@ extern pgprot_t pgprot_kernel; | PTE_EXEC) #define PAGE_READONLY

Re: [PATCH] [RFC] vfs: don't revalidate dentries that serve as mountpoints

2013-11-04 Thread Shirish Pargaonkar
For a similar issue in cifs vfs (samba bugzilla 8950), I was going to try unset the bit DCACHE_OP_REVALIDATE of d_flags of the dentry. Would something like work for the mountpoint dentry? On Mon, Nov 4, 2013 at 7:16 PM, Jeff Layton wrote: > We had a couple of reports of people that are

Re: [PATCHSET 00/13] tracing/uprobes: Add support for more fetch methods (v6)

2013-11-04 Thread Namhyung Kim
On Mon, 4 Nov 2013 19:57:54 +0100, Oleg Nesterov wrote: > On 11/04, Oleg Nesterov wrote: >> >> On 11/04, Oleg Nesterov wrote: >> > >> > On 11/04, Oleg Nesterov wrote: >> > > >> > > But in any case, I strongly believe that it doesn't make any sense to >> > > rely on tu->inode in get_user_vaddr().

linux-next: build failure after merge of the device-mapper tree

2013-11-04 Thread Stephen Rothwell
Hi all, After merging the device-mapper tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/md/dm-cache-target.c: In function 'bio_writes_complete_block': drivers/md/dm-cache-target.c:1020:7: error: 'struct bio' has no member named 'bi_size' (bio->bi_size ==

Re: [PATCHSET 00/13] tracing/uprobes: Add support for more fetch methods (v6)

2013-11-04 Thread Namhyung Kim
On Mon, 4 Nov 2013 19:47:41 +0100, Oleg Nesterov wrote: > On 11/04, Oleg Nesterov wrote: >> >> On 11/04, Oleg Nesterov wrote: >> > >> > But in any case, I strongly believe that it doesn't make any sense to >> > rely on tu->inode in get_user_vaddr(). >> >> Hmm. But I forgot about the case when you

Re: [PATCH 2/2] libata: avoid waking disk to check power

2013-11-04 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 11/04/2013 09:39 PM, Aaron Lu wrote: > If the disk entered sleep mode due to runtime PM, then udisks can > easily tell by checking the device's runtime status and not send > out the query. > > But if the disk entered sleep mode due to other

Re: [PATCH 1/2] libata: use sleep instead of standby command

2013-11-04 Thread Aaron Lu
On 11/05/2013 10:39 AM, Phillip Susi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 11/04/2013 09:23 PM, Aaron Lu wrote: >> I suppose this is mainly for runtime PM? Since for system >> suspend/hibernation, the disk and its controller will be powered >> off anyway. > > Yes, or

Re: [PATCH] [RFC] vfs: don't revalidate dentries that serve as mountpoints

2013-11-04 Thread NeilBrown
On Mon, 4 Nov 2013 20:16:26 -0500 Jeff Layton wrote: > We had a couple of reports of people that are mounting NFS filesystems, > and then bind mounting certain local files onto dentries in that nfs > mount (sort of like a poor-man's unionmount). > > This all works well until the dentry serving

Re: [PATCH 1/2] libata: use sleep instead of standby command

2013-11-04 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 11/04/2013 09:23 PM, Aaron Lu wrote: > I suppose this is mainly for runtime PM? Since for system > suspend/hibernation, the disk and its controller will be powered > off anyway. Yes, or the second patch also helps when one manually issues

Re: [PATCH -next] get_maintainer: Improve "Author:" rolestats

2013-11-04 Thread Chen Gang
On 11/05/2013 10:22 AM, Chen Gang wrote: > On 11/05/2013 05:54 AM, Joe Perches wrote: >> Add this to "try this"... >> >> Chen Gang's defect is because his git repository branch >> had a commit he authored but where did not add his signature. >> Hmm... in fact, when I make a patch, I really let

Re: [PATCH 2/2] libata: avoid waking disk to check power

2013-11-04 Thread Aaron Lu
+linux-ide On 11/05/2013 08:53 AM, Phillip Susi wrote: > When a disk is in SLEEP mode it can not respond to commands, > including the CHECK POWER command. Instead of waking up the > sleeping disk, fake the reply to the CHECK POWER command to > indicate the disk is in standby mode. This prevents

Re: [BUG][ext2] XIP does not work on ext2

2013-11-04 Thread Andiry Xu
Hi Jan, On Mon, Nov 4, 2013 at 4:37 PM, Jan Kara wrote: > Hello, > > On Mon 04-11-13 14:31:34, Andiry Xu wrote: >> When I'm trying XIP on ext2, I find that xip does not work on ext2 >> with latest kernel. >> >> Reproduce steps: >> Compile kernel with following configs: >> CONFIG_BLK_DEV_XIP=y

Re: [PATCH v11 3/3] DMA: Freescale: update driver to support 8-channel DMA engine

2013-11-04 Thread Hongbo Zhang
Hi Vinod Koul and Dan Williams, Ping? On 10/17/2013 01:56 PM, Hongbo Zhang wrote: Hi Vinod, I have gotten ACK from Mark for both the 1/3 and 2/3 patches. Thanks. On 09/26/2013 05:33 PM, hongbo.zh...@freescale.com wrote: From: Hongbo Zhang This patch adds support to 8-channel DMA engine,

Re: [PATCH -next] get_maintainer: Improve "Author:" rolestats

2013-11-04 Thread Chen Gang
On 11/05/2013 05:54 AM, Joe Perches wrote: > Add this to "try this"... > > Chen Gang's defect is because his git repository branch > had a commit he authored but where did not add his signature. > Hmm... for pure next-20131101 tree in my git directory and the demo patches in attachment, it will

Re: [PATCH 1/2] libata: use sleep instead of standby command

2013-11-04 Thread Aaron Lu
+linux-ide On 11/05/2013 08:52 AM, Phillip Susi wrote: > The ATA SLEEP mode saves some more power than SUSPEND, and > has basically the same recovery time, so use it instead. I suppose this is mainly for runtime PM? Since for system suspend/hibernation, the disk and its controller will be

Re: [PATCH 12/13] tracing/uprobes: Add more fetch functions

2013-11-04 Thread Namhyung Kim
Hi Steve, On Mon, 4 Nov 2013 12:17:06 -0500, Steven Rostedt wrote: > On Mon, 4 Nov 2013 17:44:31 +0100 > Oleg Nesterov wrote: > >> On 11/04, Namhyung Kim wrote: >> > >> > On Thu, 31 Oct 2013 19:22:18 +0100, Oleg Nesterov wrote: >> > > On 10/29, Namhyung Kim wrote: >> > >> >> > >> +static void

Re: [PATCH 12/13] tracing/uprobes: Add more fetch functions

2013-11-04 Thread Namhyung Kim
On Mon, 4 Nov 2013 17:44:31 +0100, Oleg Nesterov wrote: > On 11/04, Namhyung Kim wrote: >> >> On Thu, 31 Oct 2013 19:22:18 +0100, Oleg Nesterov wrote: >> > On 10/29, Namhyung Kim wrote: >> >> >> >> +static void __user *get_user_vaddr(unsigned long addr, struct >> >> trace_uprobe *tu) >> >> +{ >>

Re: [PATCHSET 00/13] tracing/uprobes: Add support for more fetch methods (v6)

2013-11-04 Thread Namhyung Kim
On Mon, 4 Nov 2013 17:22:29 +0100, Oleg Nesterov wrote: > On 11/04, Oleg Nesterov wrote: >> >> But in any case, I strongly believe that it doesn't make any sense to >> rely on tu->inode in get_user_vaddr(). > > Hmm. But I forgot about the case when you probe the function in libc > and want to dump

Re: [PATCH 11/13] tracing/kprobes: Add priv argument to fetch functions

2013-11-04 Thread Namhyung Kim
On Mon, 4 Nov 2013 17:09:14 +0100, Oleg Nesterov wrote: > See my replies to 0/13. Lets assume that you agree that get_user_vaddr() > doesn't need tu->inode. Okay. > > On 10/29, Namhyung Kim wrote: >> >> This argument is for passing private data structure to each fetch >> function and will be

[PATCH 1/2] kernfs: update sysfs_init_inode_attrs()

2013-11-04 Thread Tejun Heo
sysfs_init_inode_attrs() is a bit clumsy to use requiring the caller to check whether @sd->s_iattr is already set or not. Rename it to sysfs_inode_attrs(), update it to check whether @sd->s_iattr is already initialized before trying to initialize it and return @sd->s_iattr. This simplifies the

[PATCH 2/2] kernfs: implement "trusted.*" xattr support

2013-11-04 Thread Tejun Heo
kernfs inherited "security.*" xattr support from sysfs. This patch extends xattr support to "trusted.*" using simple_xattr_*(). As trusted xattrs are restricted to CAP_SYS_ADMIN, simple_xattr_*() which uses kernel memory for storage shouldn't be problematic. Note that the existing "security.*"

[PATCHSET driver-core-next] kernfs: implement trusted.* xattr support

2013-11-04 Thread Tejun Heo
Hello, (This is for 3.14-rc1. Posting early for review. Will refresh and repost once the next driver-core-next opens.) kernfs inherited "security.*" xattr support from sysfs but for it to be useable for cgroupfs, it needs to support "trusted.*" too. This patchset adds "trusted.*" xattr

Re: Disabling in-memory write cache for x86-64 in Linux II

2013-11-04 Thread NeilBrown
On Tue, 5 Nov 2013 09:40:55 +0800 "Figo.zhang" wrote: > > > > > > Of course, if you don't use Linux on the desktop you don't really care - > > well, I do. Also > > > not everyone in this world has an UPS - which means such a huge buffer > > can lead to a > > > serious data loss in case of a

Re: [PATCH 0/4] per anon_vma lock and turn anon_vma rwsem lock to rwlock_t

2013-11-04 Thread Tim Chen
On Mon, 2013-11-04 at 17:44 -0800, Tim Chen wrote: > On Mon, 2013-11-04 at 11:59 +0800, Yuanhan Liu wrote: > > On Fri, Nov 01, 2013 at 08:15:13PM -0700, Davidlohr Bueso wrote: > > > On Fri, 2013-11-01 at 18:16 +0800, Yuanhan Liu wrote: > > > > On Fri, Nov 01, 2013 at 09:21:46AM +0100, Ingo Molnar

  1   2   3   4   5   6   7   8   9   10   >