[PATCH 5/5] rtc: s5m: Enable IRQ wake during suspend

2013-11-26 Thread Krzysztof Kozlowski
Add PM suspend/resume ops to rtc-s5m driver and enable IRQ wake during suspend so the RTC would act like a wake up source. This allows waking up from suspend to RAM on RTC alarm interrupt. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Kyungmin Park --- drivers/rtc/rtc-s5m.c | 25

[PATCH 4/5] mfd: sec: Add PM ops and make it a wake up source

2013-11-26 Thread Krzysztof Kozlowski
Add PM suspend/resume ops to the sec MFD core driver and make it a wake up source. This allows proper waking from suspend to RAM and also fixes broken interrupts after resuming: [ 42.705703] sec_pmic 7-0066: Failed to read IRQ status: -5 Interrupts stop working after first resume initiated by

[PATCH 2/5] rtc: s5m: Fix unsuccesful IRQ request during probe

2013-11-26 Thread Krzysztof Kozlowski
Probe failed for rtc-s5m: s5m-rtc s5m-rtc: Failed to request alarm IRQ: 12: -22 s5m-rtc: probe of s5m-rtc failed with error -22 Fix rtc-s5m interrupt request by using regmap_irq_get_virq() for mapping the IRQ. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Kyungmin Park ---

[PATCH 0/5] rtc: s5m: Bug fixes of the driver after tests

2013-11-26 Thread Krzysztof Kozlowski
Hi, This is a patchset of small but important fixes for rtc-s5m driver. Last patches also add waking up on RTC alarm interrupts. The patchset is based on v3.13-rc1-95-gb975dc3 and depends on patch from Geert Uytterhoeven: - rtc: s5m-rtc: Fix info->rtc assignment

Re: [PATCH] perf timechart: remove lock_depth from trace_entry

2013-11-26 Thread Stanislav Fomichev
> Se above, if before this patch the format_field info was obtained from > the perf.data file, why should it now get it from the local machine? Yes, sorry for confusion, I didn't know that we can obtain trace events format from the perf.data. I hence have no concerns regarding your implementation

Re: [PATCH 11/11] ext4: add cross rename support

2013-11-26 Thread Miklos Szeredi
On Tue, Nov 26, 2013 at 10:51:25AM +0100, Jan Kara wrote: > On Wed 20-11-13 14:01:52, Miklos Szeredi wrote: > > From: Miklos Szeredi > > > > Implement RENAME_EXCHANGE flag in renameat2 syscall. > > > > Signed-off-by: Miklos Szeredi > > --- > > fs/ext4/namei.c | 97 > >

Re: [PATCH 5/9] ARM: at91/dt: add mmc0 slot0 support to at91rm9200ek board

2013-11-26 Thread Linus Walleij
On Thu, Nov 21, 2013 at 11:34 AM, boris brezillon wrote: > On 21/11/2013 10:48, Linus Walleij wrote: >> No matter whether it's a switch or a GPIO regulator it seems we >> are in violent agreement that it should not be controlled by the >> pin control states at least. >> >> Start with making it a

Re: [PATCHv1] ASoC: SGTL5000: Fix kernel failed while getting regulator consumers

2013-11-26 Thread Mark Brown
On Tue, Nov 26, 2013 at 05:55:13PM +0800, Xiubo Li wrote: > +static int sgtl5000_external_vddd_used(struct snd_soc_codec *codec) > +{ > + struct regulator *consumer; > + struct sgtl5000_priv *sgtl5000 = snd_soc_codec_get_drvdata(codec); > + > + consumer = regulator_get(codec->dev,

Re: [PATCH] i2c-mux-pca954x: Disable mux after 200ms timeout

2013-11-26 Thread Ulf Hansson
On 26 November 2013 13:28, Wolfram Sang wrote: > > CCing linux-pm, maybe they know more... > >> The extra I2C traffic consumes extra power. If the bus is terminated >> using 2k resistors, approximately 1mA of current (assuming ~2V >> signals) is flowing when the bus is pulled low. On low power >>

[PATCH v2] intel_idle: Fixed C6 state on Avoton/Rangeley processors

2013-11-26 Thread Bockholdt Arne
Corrected the MWAIT flag for C-State C6 on Intel Avoton/Rangeley processors. v1..v2: Dropped additional fixup already handled by previous patch Signed-off-by: Arne Bockholdt --- diff -up linux/drivers/idle/intel_idle.c.orig linux/drivers/idle/intel_idle.c ---

Re: bridge not getting ip since 3.11.5 and 3.4.66

2013-11-26 Thread Mark Trompell
Answering my own mail again and even top posting, sorry, but makes more sense to me in that case). I reverted bridge related patches from 3.11.5 and it boils down to commit 0e308361d7ca0bf8b23fd472b90aae0fb10a1c32 Author: Herbert Xu Date: Thu Sep 12 17:12:05 2013 +1000 bridge: Clamp

Re: [PATCH] thermal: offer Samsung thermal support only when ARCH_EXYNOS is defined

2013-11-26 Thread Eduardo Valentin
On 26-11-2013 02:07, Amit Kachhap wrote: > On 10/4/13, Bartlomiej Zolnierkiewicz wrote: >> Menu for Samsung thermal support is visible on all Samsung >> platforms while thermal drivers are currently available only >> for EXYNOS SoCs. Fix it by replacing PLAT_SAMSUNG dependency >> with ARCH_EXYNOS

Re: [PATCH 2/5] mm: compaction: reset cached scanner pfn's before reading them

2013-11-26 Thread Rik van Riel
On 11/25/2013 09:26 AM, Vlastimil Babka wrote: > Compaction caches pfn's for its migrate and free scanners to avoid scanning > the whole zone each time. In compact_zone(), the cached values are read to > set up initial values for the scanners. There are several situations when > these cached pfn's

Re: [PATCH] regmap: use IS_ERR() to check clk_get() results

2013-11-26 Thread Mark Brown
On Mon, Nov 25, 2013 at 03:12:47PM -0700, Stephen Warren wrote: > From: Stephen Warren > > clk_get() returns an error pointer, or a valid token to pass back to the > clock API. Hence, the result must be checked with IS_ERR(), not by > comparison against NULL. Applied, thanks. signature.asc

[PATCH] perf tools: Fix not finding kcore in buildid cache

2013-11-26 Thread Adrian Hunter
The logic was not looking in the buildid cache for kcore if the host kernel buildid did not match the recorded kernel buildid. Signed-off-by: Adrian Hunter --- tools/perf/util/symbol.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tools/perf/util/symbol.c

Re: [PATCH 2/2] i2c-designware-pci: Index Haswell ULT bus names from 0

2013-11-26 Thread Wolfram Sang
On Tue, Nov 19, 2013 at 06:14:18PM -0800, Benson Leung wrote: > Hi Wolfram, > > On Thu, Nov 14, 2013 at 10:05 AM, Wolfram Sang wrote: > >> In the chromeos_laptop driver, I do by-name matching of i2c busses to > >> find busses and instantiate devices, so there is value to have each > >> named

Re: [PATCH 3/3] perf inject: Handle output file via perf_data_file object

2013-11-26 Thread Jiri Olsa
On Tue, Nov 26, 2013 at 09:42:13AM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Nov 26, 2013 at 11:03:24AM +0100, Jiri Olsa escreveu: > > On Mon, Nov 25, 2013 at 04:40:32PM -0300, Arnaldo Carvalho de Melo wrote: > > > Em Fri, Nov 22, 2013 at 03:24:28PM +0100, Jiri Olsa escreveu: > > > > Using

Re: [PATCH] I2C: BCM2835: Linking platform nodes to adapter nodes

2013-11-26 Thread Charles Keepax
On Fri, Nov 08, 2013 at 09:59:28AM -0700, Stephen Warren wrote: > On 11/08/2013 02:49 AM, Florian Meier wrote: > > In order to find I2C devices in the device tree, the platform nodes > > have to be known by the I2C core. Analogous to the i2c-omap driver > > this requires setting the dev.of_node

Re: [RFC PATCH 0/4] sched: remove cpu_load decay.

2013-11-26 Thread Alex Shi
On 11/26/2013 09:01 PM, Daniel Lezcano wrote: > > Ok, bad copy-paste, the third test run results with the patchset is wrong. > > hackbench -P -s 4096 -l 1000 -g 10 -f 40 > 38.938 39.585 > 39.363 39.008 > 39.340 38.954 >

Re: [RFC PATCH 0/4] sched: remove cpu_load decay.

2013-11-26 Thread Daniel Lezcano
On 11/26/2013 01:52 PM, Alex Shi wrote: On 11/26/2013 08:35 PM, Daniel Lezcano wrote: Here the new results with your patchset + patch #5 I have some issues with perf for the moment, so I will fix it up and send the result after. Thanks a lot, Daniel! The result is pretty good!, thread/pipe

Re: [PATCH tty-next 7/7] n_tty: trace input/read flow control

2013-11-26 Thread Peter Hurley
On 11/23/2013 09:38 PM, Peter Hurley wrote: On 11/23/2013 07:25 PM, One Thousand Gnomes wrote: On Fri, 22 Nov 2013 10:59:25 -0500 Peter Hurley wrote: Instrument .receive_buf() and read() paths with trace_printk's to aid in debugging flow control changes. tty devices have a device, we have

Re: [PATCH] i2c: i2c-bcm-kona: Fix module build

2013-11-26 Thread Wolfram Sang
On Mon, Nov 25, 2013 at 12:01:18PM -0800, Tim Kryger wrote: > Correct a typo that prevented the driver from being built as a module. > > Signed-off-by: Tim Kryger Applied to for-current, thanks! Have you also tried repeated module loading/unloading? signature.asc Description: Digital

Re: [BUG] 3.13-rc1 kernel crash when enable all tracepoints

2013-11-26 Thread Steven Rostedt
On Tue, 26 Nov 2013 12:38:53 +0800 Jovi Zhangwei wrote: > Hi, > > I'm not sure this issue already be fixed or not, it can be reproduced > permanently. > > (I didn't use git-bisect yet, you guys might can understand it quickly) > > #echo 1 > /sys/kernel/debug/tracing/events/enable > > [

Re: [RFC PATCH 4/4] sched/nohz_full: give correct cpu load for nohz_full cpu

2013-11-26 Thread Alex Shi
On 11/22/2013 02:37 PM, Alex Shi wrote: > When a nohz_full cpu in tickless mode, it may update cpu_load in > following chain: > __tick_nohz_full_check > tick_nohz_restart_sched_tick > update_cpu_load_nohz > then it will be set a incorrect cpu_load: 0. > This patch try to fix it and

Re: [PATCH] I2C: BCM2835: Linking platform nodes to adapter nodes

2013-11-26 Thread Wolfram Sang
On Mon, Nov 25, 2013 at 09:01:50AM +0100, Florian Meier wrote: > In order to find I2C devices in the device tree, the platform nodes > have to be known by the I2C core. This requires setting the > dev.of_node parameter of the adapter. > > Signed-off-by: Florian Meier Malformed patch, please

Re: [RFC PATCH 0/4] sched: remove cpu_load decay.

2013-11-26 Thread Daniel Lezcano
On 11/26/2013 01:52 PM, Alex Shi wrote: On 11/26/2013 08:35 PM, Daniel Lezcano wrote: Here the new results with your patchset + patch #5 I have some issues with perf for the moment, so I will fix it up and send the result after. Thanks a lot, Daniel! The result is pretty good!, thread/pipe

Re: [Devel] [PATCH v11 00/15] kmemcg shrinkers

2013-11-26 Thread Vladimir Davydov
On 11/26/2013 10:47 AM, Vladimir Davydov wrote: Hi, Thank you for the review. I agree with all your comments and I'll resend the fixed version soon. If anyone still has something to say about the patchset, I'd be glad to hear from them. On 11/25/2013 09:41 PM, Johannes Weiner wrote: I

Re: [PATCH 07/12] acpi: Ignore acpi_rsdp kernel parameter when securelevel is set

2013-11-26 Thread Josh Boyer
On Mon, Sep 9, 2013 at 11:49 AM, Matthew Garrett wrote: > From: Josh Boyer > > This option allows userspace to pass the RSDP address to the kernel, which > makes it possible for a user to execute arbitrary code in the kernel. > Disable this when securelevel is set. > > Signed-off-by: Josh Boyer

[PATCHv2] perf tools: Fix tags/TAGS targets rebuilding

2013-11-26 Thread Jiri Olsa
On Tue, Nov 26, 2013 at 01:00:55PM +0100, Ingo Molnar wrote: > > * Jiri Olsa wrote: > > > On Tue, Nov 26, 2013 at 12:31:08PM +0100, Ingo Molnar wrote: SNIP > > > > > > Also note that we have duplicate code for this in Makefile.perf > > > already. Would it be possible to pass through this

Re: [PATCH] intel_idle: Fixed C6 state on Avoton/Rangeley processors

2013-11-26 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday, November 26, 2013 07:13:57 AM Bockholdt Arne wrote: > Corrected the MWAIT flag for C-State C6 on Intel Avoton/Rangeley processors. > > Signed-off-by: Arne Bockholdt > --- > > diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c > index cbd4e9a..92d1206 100644 >

Re: [RFC PATCH 0/4] sched: remove cpu_load decay.

2013-11-26 Thread Alex Shi
On 11/26/2013 08:35 PM, Daniel Lezcano wrote: > > > Here the new results with your patchset + patch #5 > > I have some issues with perf for the moment, so I will fix it up and > send the result after. Thanks a lot, Daniel! The result is pretty good!, thread/pipe performance has a slight little

Re: [PATCH v3 1/3] msi: free msi_desc entry only after we've released the kobject

2013-11-26 Thread Neil Horman
On Mon, Nov 25, 2013 at 03:29:36PM -0800, Greg Kroah-Hartman wrote: > On Mon, Nov 25, 2013 at 04:12:48PM -0700, Bjorn Helgaas wrote: > > On Tue, Oct 29, 2013 at 11:30:30AM +0100, Veaceslav Falico wrote: > > > Currently, we first do kobject_put(>kobj) and the kfree(entry), > > > however

Re: [RFC 05/23] i2c: omap: raw read and write endian fix

2013-11-26 Thread Wolfram Sang
> @@ -1142,7 +1142,7 @@ omap_i2c_probe(struct platform_device *pdev) >* Also since the omap_i2c_read_reg uses reg_map_ip_* a >* raw_readw is done. >*/ > - rev = __raw_readw(dev->base + 0x04); > + rev = readw_relaxed(dev->base + 0x04); > > dev->scheme =

Re: [PATCH 3/3] perf inject: Handle output file via perf_data_file object

2013-11-26 Thread Arnaldo Carvalho de Melo
Em Tue, Nov 26, 2013 at 11:03:24AM +0100, Jiri Olsa escreveu: > On Mon, Nov 25, 2013 at 04:40:32PM -0300, Arnaldo Carvalho de Melo wrote: > > Em Fri, Nov 22, 2013 at 03:24:28PM +0100, Jiri Olsa escreveu: > > > Using the perf_data_file object to handle output > SNIP > > > + if

Re: [PATCH] i2c: davinci: raw read and write endian fix

2013-11-26 Thread Wolfram Sang
On Wed, Nov 20, 2013 at 08:23:44PM +0200, Taras Kondratiuk wrote: > I2C IP block expect LE data, but CPU may operate in BE mode. > Need to use endian neutral functions to read/write h/w registers. > I.e instead of __raw_read[lw] and __raw_write[lw] functions code > need to use read[lw]_relaxed and

Re: [PATCH v6 4/6] gpio: davinci: add OF support

2013-11-26 Thread Grygorii Strashko
On 11/25/2013 01:00 PM, Sekhar Nori wrote: > On Thursday 21 November 2013 11:45 PM, Prabhakar Lad wrote: >> From: KV Sujith >> >> This patch adds OF parser support for davinci gpio >> driver and also appropriate documentation in gpio-davinci.txt >> located at

Re: [RFC PATCH 0/4] sched: remove cpu_load decay.

2013-11-26 Thread Daniel Lezcano
On 11/24/2013 06:29 AM, Alex Shi wrote: On 11/22/2013 08:13 PM, Daniel Lezcano wrote: Hi Alex, I tried on my Xeon server (2 x 4 cores) your patchset and got the following result: kernel a5d6e63323fe7799eb0e6 / + patchset hackbench -T -s 4096 -l 1000 -g 10 -f 40 27.604

Re: [RFC patch 0/5] futex: Allow lockless empty check of hashbucket plist in futex_wake()

2013-11-26 Thread Thomas Gleixner
On Tue, 26 Nov 2013, Peter Zijlstra wrote: > On Tue, Nov 26, 2013 at 12:21:40PM +0100, Ingo Molnar wrote: > > I'm somewhat reluctant to chalk it up to a single mfence - maybe > > timings/behavior changed in some substantial way? > > Ah indeed! We also changed the case where an enqueueing futex

Re: [PATCH v3 1/6] watchdog: davinci: change driver to use WDT core

2013-11-26 Thread Grygorii Strashko
On 11/26/2013 02:10 PM, Guenter Roeck wrote: On 11/26/2013 03:09 AM, Grygorii Strashko wrote: On 11/25/2013 04:04 PM, Ivan Khoronzhuk wrote: To reduce code duplicate and increase code readability use WDT core code to handle WDT interface. Remove io_lock as the WDT core uses mutex to lock each

Re: [PATCH] i2c-mux-pca954x: Disable mux after 200ms timeout

2013-11-26 Thread Wolfram Sang
CCing linux-pm, maybe they know more... > The extra I2C traffic consumes extra power. If the bus is terminated > using 2k resistors, approximately 1mA of current (assuming ~2V > signals) is flowing when the bus is pulled low. On low power > designs, this extra power consumption is noticable.

Re: [PATCH 4/6] kexec: A new system call, kexec_file_load, for in kernel kexec

2013-11-26 Thread Eric W. Biederman
Vivek Goyal writes: > On Fri, Nov 22, 2013 at 07:39:14PM -0800, Eric W. Biederman wrote: > > [..] >> > Hmm..., I am running out of ideas here. This is what I understand. >> > >> > - If I sign the bzImage (using PKCS1.5 signature), and later it is signed >> > with authenticode format

Re: [PATCH] perf timechart: remove lock_depth from trace_entry

2013-11-26 Thread Arnaldo Carvalho de Melo
Em Tue, Nov 26, 2013 at 03:05:36PM +0400, Stanislav Fomichev escreveu: > > This makes the new tool stop processing old files, can you try the patch > > attached instead? > I see two downsides to your approach: Huh? > 1) with your patch I'm now required to run 'perf timechart record' and > 'perf

Re: [PATCH v3 1/6] watchdog: davinci: change driver to use WDT core

2013-11-26 Thread Guenter Roeck
On 11/26/2013 03:09 AM, Grygorii Strashko wrote: On 11/25/2013 04:04 PM, Ivan Khoronzhuk wrote: To reduce code duplicate and increase code readability use WDT core code to handle WDT interface. Remove io_lock as the WDT core uses mutex to lock each wdt device. Remove wdt_state as the WDT core

Re: [PATCH] extcon: gpio: Request gpio pin before modifying its state

2013-11-26 Thread Guenter Roeck
On 11/25/2013 11:55 PM, Chanwoo Choi wrote: Hi Guenter, On 11/23/2013 02:26 AM, Guenter Roeck wrote: Commit 338de0ca (extcon: gpio: Use gpio driver/chip debounce if supported) introduced a call to gpio_set_debounce() before actually requesting the respective gpio pin from the gpio subsystem.

Re: [PATCH v2 3/5] perf diff: generalize hpp__color_delta for -c

2013-11-26 Thread Jiri Olsa
On Sun, Nov 24, 2013 at 11:50:23AM +0530, Ramkumar Ramachandra wrote: SNIP > container_of(fmt, struct diff_hpp_fmt, fmt); > struct hist_entry *pair = get_pair_fmt(he, dfmt); > - double percent; > + double delta; > char pfmt[20] = " "; > > if (!pair) >

Re: [PATCH v2 3/5] perf diff: generalize hpp__color_delta for -c

2013-11-26 Thread Jiri Olsa
On Sun, Nov 24, 2013 at 11:50:23AM +0530, Ramkumar Ramachandra wrote: > Generalize the function so that we can accommodate all three comparison > methods: delta, ratio, and wdiff. > > Cc: Jiri Olsa > Cc: Namhyung Kim > Cc: Arnaldo Carvalho de Melo > Signed-off-by: Ramkumar Ramachandra > --- >

Re: [PATCH] perf tools: Fix tags target rebuilding

2013-11-26 Thread Ingo Molnar
* Jiri Olsa wrote: > On Tue, Nov 26, 2013 at 12:31:08PM +0100, Ingo Molnar wrote: > > > > * Jiri Olsa wrote: > > > > > Once the tags file is generated it's never rebuilt > > > until it's removed by hand. > > > > > > The reason is that the Makefile does not treat tags > > > as a target but

Re: [PATCH] remove CONFIG_SCHED_HRTICK

2013-11-26 Thread Ingo Molnar
* Christoph Hellwig wrote: > It's equivalent to CONFIG_HIGH_RES_TIMERS now that all architectures > use the generic helpers it relies on. So the SCHED_HRTICK variable documents the scheduler's dependencies here. It currently indeed clones CONFIG_HIGH_RES_TIMERS, but that's just how it's

Re: [GIT PULL] EFI runtime mapping work for v3.14

2013-11-26 Thread Borislav Petkov
On Tue, Nov 26, 2013 at 12:26:50PM +0100, Ingo Molnar wrote: > Just a side note, for future reference, this title lacks a verb and is > thus not self-describing: > >x86/efi: Runtime services virtual mapping > > It should probably have been something like: > >x86/efi: Implement and

Re: [RFC patch 0/5] futex: Allow lockless empty check of hashbucket plist in futex_wake()

2013-11-26 Thread Peter Zijlstra
On Tue, Nov 26, 2013 at 12:21:40PM +0100, Ingo Molnar wrote: > I'm somewhat reluctant to chalk it up to a single mfence - maybe > timings/behavior changed in some substantial way? Ah indeed! We also changed the case where an enqueueing futex sees the uval change and bails. It is now far more

Re: [PATCH 1/2 v2] i2c: exynos5: add support for HSI2C on Exynos5260 SoC

2013-11-26 Thread Naveen Krishna Ch
Hello Sachin, On 26 November 2013 16:59, Sachin Kamat wrote: > On 26 November 2013 09:56, Naveen Krishna Chatradhi > wrote: >> This patch adds new compatible to support HSI2C module on Exynos5260 >> HSI2C module on Exynos5260 needs to be reset during during initialization. >> >> Signed-off-by:

Re: [PATCH] perf tools: Fix tags target rebuilding

2013-11-26 Thread Jiri Olsa
On Tue, Nov 26, 2013 at 12:31:08PM +0100, Ingo Molnar wrote: > > * Jiri Olsa wrote: > > > Once the tags file is generated it's never rebuilt > > until it's removed by hand. > > > > The reason is that the Makefile does not treat tags > > as a target but as a file to be rebuilt. > > > > Adding

Re:Answer back.

2013-11-26 Thread Lee Hyuk
I would like to discuss a very important crude oil project with you,kindly revert back to me if this is your valid email address forfurther information. Regards, Lee -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

Re: [PATCH v2 2/5] perf diff: color the Delta column

2013-11-26 Thread Jiri Olsa
On Sun, Nov 24, 2013 at 11:50:22AM +0530, Ramkumar Ramachandra wrote: > Color the numbers in the Delta column either green or red depending on > whether the number is positive or negative. > > Cc: Jiri Olsa > Cc: Namhyung Kim > Cc: Arnaldo Carvalho de Melo > Signed-off-by: Ramkumar Ramachandra

Re: [PATCH v2 1/5] perf diff: don't compute Delta if he->dummy

2013-11-26 Thread Jiri Olsa
On Sun, Nov 24, 2013 at 11:50:21AM +0530, Ramkumar Ramachandra wrote: > Cc: Arnaldo Carvalho de Melo > Signed-off-by: Ramkumar Ramachandra > --- > tools/perf/builtin-diff.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c > index

Re: [PATCH] perf tools: Fix tags target rebuilding

2013-11-26 Thread Ingo Molnar
* Jiri Olsa wrote: > Once the tags file is generated it's never rebuilt > until it's removed by hand. > > The reason is that the Makefile does not treat tags > as a target but as a file to be rebuilt. > > Adding tags as PHONY target into the Makefile. > > Signed-off-by: Jiri Olsa > Cc: Ingo

Re: [PATCH 1/2 v2] i2c: exynos5: add support for HSI2C on Exynos5260 SoC

2013-11-26 Thread Sachin Kamat
On 26 November 2013 09:56, Naveen Krishna Chatradhi wrote: > This patch adds new compatible to support HSI2C module on Exynos5260 > HSI2C module on Exynos5260 needs to be reset during during initialization. > > Signed-off-by: Naveen Krishna Chatradhi [snip] > > Required properties: >-

Re: [GIT PULL] EFI runtime mapping work for v3.14

2013-11-26 Thread Ingo Molnar
* Matt Fleming wrote: > Folks, could you queue up the following for the v3.14 merge window? It > would be good to get these patches into linux-next for a full release > cycle of testing. They pass all of my tests. > > The following changes since commit 72548e836b0c4abbb652e791dee9c91203a9a4c6:

Re: [RFC patch 0/5] futex: Allow lockless empty check of hashbucket plist in futex_wake()

2013-11-26 Thread Ingo Molnar
* Peter Zijlstra wrote: > On Tue, Nov 26, 2013 at 12:12:31AM -0800, Davidlohr Bueso wrote: > > > I am becoming hesitant about this approach. The following are some > > results, from my quad-core laptop, measuring the latency of nthread > > wakeups (1 at a time). In addition, failed wait calls

[PATCH] perf tools: Fix tags target rebuilding

2013-11-26 Thread Jiri Olsa
Once the tags file is generated it's never rebuilt until it's removed by hand. The reason is that the Makefile does not treat tags as a target but as a file to be rebuilt. Adding tags as PHONY target into the Makefile. Signed-off-by: Jiri Olsa Cc: Ingo Molnar Cc: Frederic Weisbecker Cc:

Re: [PATCH] use -fstack-protector-strong

2013-11-26 Thread Ingo Molnar
* Nicolas Pitre wrote: > On Mon, 25 Nov 2013, Kees Cook wrote: > > > On Mon, Nov 25, 2013 at 3:16 PM, H. Peter Anvin wrote: > > > On 11/25/2013 02:14 PM, Kees Cook wrote: > > >> Build the kernel with -fstack-protector-strong when it is available > > >> (gcc 4.9 and later). This increases the

Re: [PATCH] rtc: s5m-rtc: Fix info->rtc assignment

2013-11-26 Thread Krzysztof Kozlowski
On 11/26/2013 10:17 AM, Krzysztof Kozlowski wrote: On 11/15/2013 12:54 PM, Geert Uytterhoeven wrote: drivers/rtc/rtc-s5m.c: In function ‘s5m_rtc_probe’: drivers/rtc/rtc-s5m.c:545: warning: assignment from incompatible pointer type struct s5m_rtc_info.rtc has type "struct regmap *", while

Re: [PATCH 0/3 v3] build in panic_timeout value

2013-11-26 Thread Ingo Molnar
* Jason Baron wrote: > Hi, > > I've now separated out the arch bits into separate patches. > Hopefully, it makes review easier. I also didn't address moving the > 'panic_timeout' command-line parameter up as an 'early_param()'. I > think it might make sense to move it up, especially for

[PATCH 5/5][v2] phylib: Add of_phy_attach

2013-11-26 Thread shh.xie
From: Andy Fleming 10G PHYs don't currently support running the state machine, which is implicitly setup via of_phy_connect(). Therefore, it is necessary to implement an OF version of phy_attach(), which does everything except start the state machine. Signed-off-by: Andy Fleming Signed-off-by:

[PATCH 3/5][v2] phylib: Add generic 10G driver

2013-11-26 Thread shh.xie
From: Andy Fleming Very incomplete, but will allow for binding an ethernet controller to it. Signed-off-by: Andy Fleming Signed-off-by: Shaohui Xie --- v2: turn genphy_driver to an array, add generic 10g driver to it. drivers/net/phy/phy_device.c | 96

[PATCH 4/5] phylib: Support attaching to generic 10g driver

2013-11-26 Thread shh.xie
From: Andy Fleming phy_attach_direct() may now attach to a generic 10G driver. It can also be used exactly as phy_connect_direct(), which will be useful when using of_mdio, as phy_connect (and therefore of_phy_connect) start the PHY state machine, which is currently irrelevant for 10G PHYs.

Re: [PATCH v3 1/6] watchdog: davinci: change driver to use WDT core

2013-11-26 Thread Grygorii Strashko
On 11/25/2013 04:04 PM, Ivan Khoronzhuk wrote: To reduce code duplicate and increase code readability use WDT core code to handle WDT interface. Remove io_lock as the WDT core uses mutex to lock each wdt device. Remove wdt_state as the WDT core tracks state with its own variable. The

[PATCH 2/5][v2] phylib: introduce PHY_INTERFACE_MODE_XGMII for 10G PHY

2013-11-26 Thread shh.xie
From: Shaohui Xie Signed-off-by: Andy Fleming Signed-off-by: Shaohui Xie --- v2: update of_net.c. drivers/of/of_net.c | 1 + include/linux/phy.h | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/of/of_net.c b/drivers/of/of_net.c index 8f9be2e..a208a45 100644 ---

[PATCH 1/5][v2] phylib: Add Clause 45 read/write functions

2013-11-26 Thread shh.xie
From: Andy Fleming Need an extra parameter to read or write Clause 45 PHYs, so need a different API with the extra parameter. Signed-off-by: Andy Fleming Signed-off-by: Shaohui Xie --- v2: no change. include/linux/phy.h | 33 + 1 file changed, 33

Re: [PATCH] perf timechart: remove lock_depth from trace_entry

2013-11-26 Thread Stanislav Fomichev
> This makes the new tool stop processing old files, can you try the patch > attached instead? I see two downsides to your approach: 1) with your patch I'm now required to run 'perf timechart record' and 'perf timechart' on the same machine (otherwise, on the 'perf timechart' machine we may have

Re: [PATCH 5/5] mm: compaction: reset scanner positions immediately when they meet

2013-11-26 Thread Mel Gorman
On Mon, Nov 25, 2013 at 03:26:10PM +0100, Vlastimil Babka wrote: > Compaction used to start its migrate and free page scaners at the zone's > lowest > and highest pfn, respectively. Later, caching was introduced to remember the > scanners' progress across compaction attempts so that pageblocks

[PATCH] MAINTAINERS: Add an entry for the Macintosh HFSPlus Filesystem

2013-11-26 Thread Geert Uytterhoeven
Vyacheslav Dubeyko kindly offered to become the maintainer. Signed-off-by: Geert Uytterhoeven --- v2: Orphan -> maintained by Vyacheslav Dubeyko MAINTAINERS |7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 746581df3395..a92ac8f6758c 100644 ---

Re: [PATCHv1] ASoC: SGTL5000: Fix kernel failed while getting regulator consumers

2013-11-26 Thread Lothar Waßmann
Hi, Xiubo Li wrote: > SGTL5000 codec allows to use the internal LDO instead of VDDD, if the > internal LDO is used, this caused the following kernel failed while trying > to get the external VDDD regulator consumer. > > Adding sgtl5000_external_vddd_used() to fix it. And this has been tested on

Re: [PATCH 4/5] mm: compaction: do not mark unmovable pageblocks as skipped in async compaction

2013-11-26 Thread Mel Gorman
On Mon, Nov 25, 2013 at 03:26:09PM +0100, Vlastimil Babka wrote: > Compaction temporarily marks pageblocks where it fails to isolate pages as > to-be-skipped in further compactions, in order to improve efficiency. One of > the reasons to fail isolating pages is that isolation is not attempted in >

Re: WARNING: CPU: 0 PID: 1 at init/main.c:711 do_one_initcall()

2013-11-26 Thread Boaz Harrosh
On 11/26/2013 12:37 PM, Yuanhan Liu wrote: > > If you like, I can add you into the build-notify list. Once the build > finished, you might get an email like following: > > --yliu Na, its fine. thanks though Cheers Boaz -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 6/7] sched: Clean up preempt_enable_no_resched() abuse

2013-11-26 Thread Thomas Gleixner
On Tue, 26 Nov 2013, Eliezer Tamir wrote: > On 22/11/2013 13:30, Peter Zijlstra wrote: > > On Fri, Nov 22, 2013 at 08:56:00AM +0200, Eliezer Tamir wrote: > >> On 21/11/2013 15:39, Peter Zijlstra wrote: > >>> On Thu, Nov 21, 2013 at 03:26:17PM +0200, Eliezer Tamir wrote: > > > > Please use

Re: [PATCH 06/12] mtd: nand: davinci: adjust DT properties to MTD generic

2013-11-26 Thread ivan.khoronzhuk
On 11/26/2013 12:30 PM, Grygorii Strashko wrote: On 11/26/2013 09:03 AM, Sekhar Nori wrote: On Monday 11 November 2013 10:31 PM, Khoronzhuk, Ivan wrote: The properties davinci-ecc-mode, davinci-nand-use-bbt, davinci-nand-buswidth are MTD generic. Correct names for them are: nand-ecc-mode,

Re: [PATCH 3/5] mm: compaction: detect when scanners meet in isolate_freepages

2013-11-26 Thread Mel Gorman
On Mon, Nov 25, 2013 at 03:26:08PM +0100, Vlastimil Babka wrote: > Compaction of a zone is finished when the migrate scanner (which begins at the > zone's lowest pfn) meets the free page scanner (which begins at the zone's > highest pfn). This is detected in compact_zone() and in the case of

Re: [PATCH 21/25] perf evsel: Skip ignored symbols while printing callchain

2013-11-26 Thread Adrian Hunter
On 25/11/13 16:17, Arnaldo Carvalho de Melo wrote: > From: David Ahern > > Allows a command to have a symbol_filter controlled by the user to skip > certain functions in a backtrace. One example is to allow the user to > reduce repeating patterns like: > > do_select core_sys_select

[PATCHv1] ASoC: SGTL5000: Fix kernel failed while getting regulator consumers

2013-11-26 Thread Xiubo Li
SGTL5000 codec allows to use the internal LDO instead of VDDD, if the internal LDO is used, this caused the following kernel failed while trying to get the external VDDD regulator consumer. Adding sgtl5000_external_vddd_used() to fix it. And this has been tested on VF610-TWR board. sgtl5000

Re: [V3 02/10] powerpc, perf: Enable conditional branch filter for POWER8

2013-11-26 Thread Anshuman Khandual
On 11/26/2013 11:36 AM, m...@ellerman.id.au wrote: > On Wed, 2013-16-10 at 06:56:49 UTC, Anshuman Khandual wrote: >> Enables conditional branch filter support for POWER8 >> utilizing MMCRA register based filter and also invalidates >> a BHRB branch filter combination involving conditional >>

Re: [PATCH] ath6kl: sdio: fix system panic when doing wifi stress test

2013-11-26 Thread Kalle Valo
Hi Jason, Jason Liu writes: > When did the wifi iperf test, meet one following kernel panic: > command: iperf -c $TARGET_IP -i 5 -t 50 -w 1M > > Unable to handle kernel paging request at virtual address 1a48 > pgd = 80004000 > [1a48] *pgd= > Internal error: Oops: 805 [#1] SMP

Re: [PATCH 0/3] Extended file stat functions [ver #2]

2013-11-26 Thread Jan Kara
Hello, On Wed 30-06-10 02:16:56, David Howells wrote: > Implement a pair of new system calls to provide extended and further > extensible > stat functions. > > The third of the associated patches provides these new system calls: > > struct xstat_dev { > unsigned int

Re: WARNING: CPU: 0 PID: 1 at init/main.c:711 do_one_initcall()

2013-11-26 Thread Yuanhan Liu
On Mon, Nov 25, 2013 at 03:57:40PM +0200, Boaz Harrosh wrote: > On 11/25/2013 03:25 PM, Yuanhan Liu wrote: > > > > Hi Boaz, > > > > We are running an 0day kernel testing system. We will test all developers' > > tree we tracked in our system automatically. And obviously, linux-open-osd > > is in

Re: [PATCH 06/12] mtd: nand: davinci: adjust DT properties to MTD generic

2013-11-26 Thread Grygorii Strashko
On 11/26/2013 09:03 AM, Sekhar Nori wrote: > On Monday 11 November 2013 10:31 PM, Khoronzhuk, Ivan wrote: >> The properties davinci-ecc-mode, davinci-nand-use-bbt, davinci-nand-buswidth >> are MTD generic. Correct names for them are: nand-ecc-mode, >> nand-on-flash-bbt, >> nand-bus-width

Re: [PATCH] doc: fix generation of device-drivers

2013-11-26 Thread Andy Whitcroft
Acked-by: Andy Whitcroft -apw -- 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 the FAQ at http://www.tux.org/lkml/

Re: [PATCH v3 7/9] phy: add Broadcom Kona USB2 PHY DT binding

2013-11-26 Thread Kishon Vijay Abraham I
Hi, On Monday 25 November 2013 11:46 PM, Matt Porter wrote: > Add a binding that describes the Broadcom Kona USB2 PHY found > on the BCM281xx family of SoCs. > > Signed-off-by: Matt Porter > --- > .../devicetree/bindings/phy/bcm-kona-usb2-phy.txt | 15 > +++ > 1 file

Re: [PATCH 2/2] gpio: introduce GPIO_DAVINCI kconfig option

2013-11-26 Thread Prabhakar Lad
On Thu, Nov 21, 2013 at 9:04 PM, Grygorii Strashko wrote: > The compatible to Davinci GPIO HW block is used by other TI SoCs, like > Keystone, where GPIO support is declared as optional. > > Hence, introduce GPIO_DAVINCI Kconfig option which will allow to enable > Davinci GPIO driver for Keystone

Re: [PATCH v3 6/9] usb: gadget: s3c-hsotg: get phy bus width from phy subsystem

2013-11-26 Thread Kishon Vijay Abraham I
Hi, On Monday 25 November 2013 11:46 PM, Matt Porter wrote: > Adds support for querying the phy bus width from the generic phy > subsystem. Configure UTMI bus width in GUSBCFG based on this value. > > Signed-off-by: Matt Porter > --- > drivers/usb/gadget/s3c-hsotg.c | 14 +- >

Re: Re: [BUG] 3.13-rc1 kernel crash when enable all tracepoints

2013-11-26 Thread Masami Hiramatsu
(2013/11/26 17:57), Masami Hiramatsu wrote: > (2013/11/26 16:20), Jovi Zhangwei wrote: >> I'm not sure this relate with ftrace:function event, from the >> crash log, it seems more like caused by lock events. >> >> Now I only enable lock events (lockdep compiled in my box), below >> two commands

Re: [PATCH 1/2] gpio: davinci: get rid of DAVINCI_N_GPIO

2013-11-26 Thread Prabhakar Lad
On Thu, Nov 21, 2013 at 9:04 PM, Grygorii Strashko wrote: > Since Davinci GPIO driver is moved to support gpiolib it has to use > ARCH_NR_GPIOS (can be configured using CONFIG_ARCH_NR_GPIO Kconfig > option) configuration instead of any mach/platform specific options. > > Hence, replace private

Re: [PATCH v3 5/9] usb: gadget: s3c-hsotg: use generic phy_init()/phy_exit() support

2013-11-26 Thread Kishon Vijay Abraham I
Hi, On Monday 25 November 2013 11:46 PM, Matt Porter wrote: > If a generic phy is present, call phy_init()/phy_exit(). This supports > generic phys that must be soft reset before power on. > > Signed-off-by: Matt Porter > --- > drivers/usb/gadget/s3c-hsotg.c | 5 + > 1 file changed, 5

Re: [PATCH 2/5] mm: compaction: reset cached scanner pfn's before reading them

2013-11-26 Thread Mel Gorman
On Mon, Nov 25, 2013 at 03:26:07PM +0100, Vlastimil Babka wrote: > Compaction caches pfn's for its migrate and free scanners to avoid scanning > the whole zone each time. In compact_zone(), the cached values are read to > set up initial values for the scanners. There are several situations when >

Re: [patch 6/9] mm + fs: store shadow entries in page cache

2013-11-26 Thread Peter Zijlstra
On Tue, Nov 26, 2013 at 10:17:16AM +1100, Dave Chinner wrote: > void truncate_inode_pages_final(struct address_space *mapping) > { > mapping_set_exiting(mapping); > if (inode->i_data.nrpages || inode->i_data.nrshadows) { > /* >* spinlock barrier to ensure

Re: [PATCH v3 2/9] staging: dwc2: update DT binding to add generic clock/phy properties

2013-11-26 Thread Kishon Vijay Abraham I
On Monday 25 November 2013 11:46 PM, Matt Porter wrote: > dwc2/s3c-hsotg require a single clock to be specified and optionally > a generic phy. On the s3c-hsotg driver old style USB phy support is > present as a fallback so the generic phy properties are optional. > > Signed-off-by: Matt Porter

Re: [PATCH 2/3] perf record: Use perf_data_file__write for output file

2013-11-26 Thread Jiri Olsa
On Mon, Nov 25, 2013 at 04:31:37PM -0300, Arnaldo Carvalho de Melo wrote: > Em Fri, Nov 22, 2013 at 03:24:27PM +0100, Jiri Olsa escreveu: > > Changing the file output code to use the newly > > added perf_data_file__write interface. > > So I like renaming write_output() to perf_record__write(),

Re: [PATCH 1/3] perf tools: Add perf_data_file__write interface

2013-11-26 Thread Jiri Olsa
On Mon, Nov 25, 2013 at 04:29:09PM -0300, Arnaldo Carvalho de Melo wrote: > Em Fri, Nov 22, 2013 at 03:24:26PM +0100, Jiri Olsa escreveu: > > } > > + > > +ssize_t perf_data_file__write(struct perf_data_file *file, > > + void *buf, size_t size) > > +{ > > + ssize_t total

Re: [PATCH v3 1/9] phy: add phy_get_bus_width()/phy_set_bus_width() calls

2013-11-26 Thread Kishon Vijay Abraham I
Hi, On Monday 25 November 2013 11:45 PM, Matt Porter wrote: > This adds a pair of APIs that allows the generic PHY subsystem to > provide information on the PHY bus width. The PHY provider driver may > use phy_set_bus_width() to set the bus width that the PHY supports. > The controller driver may

Re: [PATCH v3 07/15] KVM: MMU: introduce nulls desc

2013-11-26 Thread Gleb Natapov
On Tue, Nov 26, 2013 at 11:10:19AM +0800, Xiao Guangrong wrote: > On 11/25/2013 10:23 PM, Marcelo Tosatti wrote: > > On Mon, Nov 25, 2013 at 02:48:37PM +0200, Avi Kivity wrote: > >> On Mon, Nov 25, 2013 at 8:11 AM, Xiao Guangrong > >> wrote: > >>> > >>> On Nov 23, 2013, at 3:14 AM, Marcelo

Re: [V3 01/10] perf: New conditional branch filter criteria in branch stack sampling

2013-11-26 Thread Anshuman Khandual
On 11/26/2013 11:36 AM, m...@ellerman.id.au wrote: > Ideally your commit subject would contain a verb, preferably in the present > tense. > > I think simply "perf: Add PERF_SAMPLE_BRANCH_COND" would be clearer. Sure, will change it. > > On Wed, 2013-16-10 at 06:56:48 UTC, Anshuman Khandual

<    4   5   6   7   8   9   10   11   12   13   >