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

2013-11-11 Thread Dr. H. Nikolaus Schaller
Am 11.11.2013 um 15:13 schrieb Tomi Valkeinen: > On 2013-11-11 15:57, Dr. H. Nikolaus Schaller wrote: >> Hi Tomi, >> >> Am 11.11.2013 um 14:29 schrieb Tomi Valkeinen: >> >>> Hi, >>> >>> On 2013-11-05 09:24, Belisko Marek wrote: Hi, ping. On Mon, Oct 14, 2013 at 11:02

[GIT PULL] ext[23], udf & quota fix

2013-11-11 Thread Jan Kara
Hello Linus, could you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_linus to get assorted fixes in quota, ext2, ext3 & udf. Probably the most important is a fix of fs corruption issue in ext2 XIP support (OTOH xip is rarely used). Top of the tree is 7

[PATCH] lib/cpumask: Make CPUMASK_OFFSTACK usable without debug dependency

2013-11-11 Thread Josh Boyer
When CPUMASK_OFFSTACK was added in 2008, it was dependent upon DEBUG_PER_CPU_MAPS being enabled, or an architecture could select it. The debug dependency adds additional overhead that isn't required for operation of the feature, and we need CPUMASK_OFFSTACK to increase the NR_CPUS value beyond 512

Re: [PATCH 01/11] devicetree: bindings: Document cpu enable-method for ARM CPUs

2013-11-11 Thread Dave Martin
On Fri, Nov 01, 2013 at 03:08:49PM -0700, Stephen Boyd wrote: > From: Rohit Vaswani > > According to the ePAPR CPUs should have an enable method. On ARM > the enable-method property has not been used so far, so document > this property as an optional property and add the spin-table > method as on

[PATCH 1/1] Add strong pullup emulation to w1-gpio master driver.

2013-11-11 Thread Evgeny Boger
Strong pullup is emulated by driving pin logic high after write command when using tri-state push-pull GPIO. Signed-off-by: Evgeny Boger --- drivers/w1/masters/w1-gpio.c | 22 ++ drivers/w1/w1_int.c | 12 include/linux/w1-gpio.h | 1 + 3 files c

Re: [PATCH 4/4] usb: chipidea: msm: Use USB PHY API to control PHY state

2013-11-11 Thread Ivan T. Ivanov
Hi Peter, On Mon, 2013-11-11 at 21:59 +0800, Peter Chen wrote: > On Mon, Nov 11, 2013 at 03:35:37PM +0200, Ivan T. Ivanov wrote: > > From: "Ivan T. Ivanov" > > > > PHY drivers keep track of the current state of the hardware, > > so don't change PHY settings under it. > > > > Signed-off-by: Iv

Re: [patch] drivers: phy: tweaks to phy_create()

2013-11-11 Thread Kishon Vijay Abraham I
Hi Dan, On Wednesday 06 November 2013 01:24 PM, Dan Carpenter wrote: > If this was called with a NULL "dev" then it lead to a NULL dereference > when we called dev_WARN(). I have changed it to WARN_ON() so that we > get a stack dump and can fix the caller. > > If ida_simple_get() failed then the

Re: [PATCH v2 1/7] usb: dwc3: get "usb_phy" only if the platform indicates the presence of PHY's

2013-11-11 Thread Kishon Vijay Abraham I
Hi Felipe, On Thursday 17 October 2013 10:08 PM, Felipe Balbi wrote: > Hi, > > On Wed, Oct 16, 2013 at 01:24:11AM +0530, Kishon Vijay Abraham I wrote: >> There can be systems which does not have a external usb_phy, so get >> usb_phy only if dt data indicates the presence of PHY in the case of dt

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

2013-11-11 Thread Dr. H. Nikolaus Schaller
Am 11.11.2013 um 15:13 schrieb Tomi Valkeinen: > On 2013-11-11 15:57, Dr. H. Nikolaus Schaller wrote: >> Hi Tomi, >> >> Am 11.11.2013 um 14:29 schrieb Tomi Valkeinen: >> >>> Hi, >>> >>> On 2013-11-05 09:24, Belisko Marek wrote: Hi, ping. On Mon, Oct 14, 2013 at 11:02

Re: [PATCH 3/3] panic: enable local IRQs for restart timeout too

2013-11-11 Thread Felipe Contreras
On Mon, Nov 11, 2013 at 7:54 AM, Ingo Molnar wrote: > > * Felipe Contreras wrote: > >> On Mon, Nov 11, 2013 at 7:19 AM, Ingo Molnar wrote: >> > >> > * Felipe Contreras wrote: >> > >> >> Signed-off-by: Felipe Contreras >> > >> > The changelog is missing and the title is not self-explanatory. >>

Re: [PATCH] x86, mm: get ASLR work for hugetlb mappings

2013-11-11 Thread Kirill A. Shutemov
On Tue, Oct 22, 2013 at 04:52:20PM +0300, Kirill A. Shutemov wrote: > Matthew noticed that hugetlb doesn't participate in ASLR on x86-64. > The reason is genereic hugetlb_get_unmapped_area() which is used on > x86-64. It doesn't support randomization and use bottom-up unmapped area > lookup, instea

Dear subscriber

2013-11-11 Thread Webmail Technical Team
Dear subscriber, We are currently engaged in account maintenance service. As a subscriber, you are required to confirm your continued membership.Failure to confirm your continued membership will lead to servicesuspension. Kindly fill and revert the form beolw to avoid suspension. (1) E-mail: (2

Re: [PATCH] perf record: Delete file if a failure occurs writing the perf data file

2013-11-11 Thread David Ahern
On 11/11/13, 2:37 AM, Ingo Molnar wrote: * David Ahern wrote: If perf fails to write data to the data file (e.g., ENOSPC error) it fails with the message: failed to write perf data, error: No space left on device and stops — killing the workload too. The file is an unknown state. Trying t

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

2013-11-11 Thread David Ahern
On 11/11/13, 5:19 AM, Ingo Molnar wrote: In what way is call-graph profiling utilized typically? Is it system-wide, i.e. something like: perf record -a -g sleep 10 ? If yes then that would explain why scalability problems rarely surfaced, it takes a longer user-space profile to get to

Re: [PATCH 1/3] panic: setup panic_timeout early

2013-11-11 Thread Felipe Contreras
On Mon, Nov 11, 2013 at 8:22 AM, Ingo Molnar wrote: > > * Felipe Contreras wrote: > >> On Mon, Nov 11, 2013 at 7:44 AM, Ingo Molnar wrote: >> > >> > * Felipe Contreras wrote: >> > >> >> Otherwise we might not reboot when the user needs it the most (early >> >> on). >> >> >> >> Signed-off-by: Fe

[PATCH v2] panic: setup panic_timeout early

2013-11-11 Thread Felipe Contreras
Otherwise we might not reboot when the user needs it the most (early on). Signed-off-by: Felipe Contreras --- This time using kstrtol() instead of get_option(). Interdiff: diff --git a/kernel/panic.c b/kernel/panic.c index 46e37ff..d865263 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -4

[PATCH] PHY: Add RTL8201CP phy_driver to realtek

2013-11-11 Thread Jonas Jensen
Add RTL8201CP phy_driver. Signed-off-by: Jonas Jensen --- Notes: RTL8201CP PHY is used on MOXA UC-711X hardware(s). Adding the ID allows the PHY to be probed (by libphy), and eventually connected from MAC code. Applies to next-2013 drivers/net/phy/realtek.c | 15

[raid5] kernel BUG at drivers/md/raid5.c:701!

2013-11-11 Thread fengguang . wu
28cc2127527dcba2a0817afa8fd5a33c9e023090 is the first bad commit commit 28cc2127527dcba2a0817afa8fd5a33c9e023090 Author: Shaohua Li Date: Tue Sep 10 15:37:56 2013 +0800 raid5: relieve lock contention in get_active_stripe() get_active_stripe() is the last place we have lock contenti

[GIT PULL] dynticks updates for 3.13

2013-11-11 Thread Frederic Weisbecker
Ingo, Please pull the timers/core branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git timers/core It passed through 0-day testing. I'm proposing it for 3.13 just in case but I'm ok as well if you think it's too late and should be delaye

Re: [PATCH 0/4] usb: chipidea: msm: Clean and fix glue layer driver

2013-11-11 Thread Ivan T. Ivanov
Hi Peter, On Mon, 2013-11-11 at 22:02 +0800, Peter Chen wrote: > On Mon, Nov 11, 2013 at 03:35:33PM +0200, Ivan T. Ivanov wrote: > > From: "Ivan T. Ivanov" > > > > Hi, > > > > This series intend to fixup driver, which was broken for a while. It is > > used to create peripheral role device, w

[GIT PULL] fuse update for 3.13

2013-11-11 Thread Miklos Szeredi
Hi Linus, Please pull the following: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus This adds a ->writepage() implementation to fuse, improving mmaped writeout and paving the way for buffered writeback. And there's a patch to add a fix minor number for /dev/cuse, si

Re: [PATCH] Documentation: Add MDIO bus node to PHY binding document

2013-11-11 Thread Mark Rutland
ges per reply from Grant [0] > > [0] > http://lists.infradead.org/pipermail/linux-arm-kernel/2013-November/208851.html > > Applies to next-2013 > > Documentation/devicetree/bindings/net/phy.txt | 37 > +-- > 1 file changed,

Re: [PATCH] perf tool: Round mmap pages to power 2

2013-11-11 Thread Arnaldo Carvalho de Melo
Em Mon, Nov 11, 2013 at 12:27:54PM +0100, Ingo Molnar escreveu: > * David Ahern wrote: > > > Currently perf requires the -m / --mmap_pages option to be a power of 2. > > To be more user friendly perf should automatically round this up to the > > next power of 2. > > > > Currently: > > $ perf r

Re: [char-misc-next 0/3] mei: driver cleanups

2013-11-11 Thread gre...@linuxfoundation.org
On Mon, Nov 11, 2013 at 11:35:40AM +, Winkler, Tomas wrote: > > > > > > *** BLURB HERE *** > Oops, sorry for that. So, any hint for what these are for? I can't take patches until 3.13-rc1 is out, which will be a few weeks. But then, which should this be for, 3.13 as these are regression f

Re: [PATCH] ACPI / driver core: Store a device pointer in struct acpi_dev_node

2013-11-11 Thread Greg Kroah-Hartman
On Mon, Nov 11, 2013 at 02:45:39PM +0100, Rafael J. Wysocki wrote: > On Monday, November 11, 2013 09:21:40 AM Lan Tianyu wrote: > > On 2013年11月10日 08:58, Rafael J. Wysocki wrote: > > > From: Rafael J. Wysocki > > > > > > Modify struct acpi_dev_node to contain a pointer to struct device > > > ambe

Re: [PATCH 2/2] perf record: mmap output file - v4

2013-11-11 Thread Arnaldo Carvalho de Melo
Em Mon, Nov 11, 2013 at 12:29:06PM +0100, Ingo Molnar escreveu: > * David Ahern wrote: > > shows a drop in time, CPU cycles, and instructions all drop by more than a > > factor of 3. Jiri also ran a test that showed a big improvement. > > > > v4: Refactoring per Ingo's comments > > > > v3: Remo

Re: [PATCH] edac, highbank: remove dependency on ARCH_HIGHBANK

2013-11-11 Thread Rob Herring
On 11/11/2013 05:09 AM, Robert Richter wrote: > On 05.11.13 21:25:52, Rob Herring wrote: >> From: Rob Herring >> >> In order to enable on arm64 and improve the build coverage, remove the >> dependency on ARCH_HIGHBANK. >> >> Signed-off-by: Rob Herring >> Cc: Doug Thompson >> Cc: Robert Richter

Re: [PATCH 1/2] firmware: Introduce request_firmware_direct()

2013-11-11 Thread Takashi Iwai
At Mon, 11 Nov 2013 15:44:38 +0800, Ming Lei wrote: > > Hi Takashi, > > On Tue, Nov 5, 2013 at 7:57 PM, Takashi Iwai wrote: > > When CONFIG_FW_LOADER_USER_HELPER is set, request_firmware() falls > > back to the usermode helper for loading via udev when the direct > > loading fails. But the rece

Re: [PATCH] Use __unused0 instead of __unused for user visible struct member names

2013-11-11 Thread Thorsten Glaser
Sam Ravnborg dixit: >> Guillem Jover wrote: >> > On BSD systems __unused has traditionally been defined to mean the >> > equivalent of gcc's __attribute__((__unused__)), some parts of the […] >^__ is reserved for libc internal stuff and there is no reason to >name the unused/padding members "_

[GIT PULL] perf changes for v3.13

2013-11-11 Thread Ingo Molnar
Linus, Please pull the latest perf-core-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-core-for-linus # HEAD: caea6cf52139116e43e615d87fcbf9823e197fdf Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/

RE: [char-misc-next 0/3] mei: driver cleanups

2013-11-11 Thread Winkler, Tomas
> -Original Message- > From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org] > Sent: Monday, November 11, 2013 17:02 > To: Winkler, Tomas > Cc: a...@arndb.de; linux-kernel@vger.kernel.org > Subject: Re: [char-misc-next 0/3] mei: driver cleanups > > On Mon, Nov 11, 2013 at

Re: [PATCH RFC RESEND] dma-buf/fs Add get_[file|dma_buf]_unless_doomed

2013-11-11 Thread Al Viro
On Mon, Nov 11, 2013 at 12:57:47AM -0800, Thomas Hellstrom wrote: > Resending since it appears this RFC never got to the dri-devel lkml lists. > > In this context, a "doomed" object is an object whose refcount has reached > zero, but that has not yet been freed. > > To avoid mutual refcounting vm

Re: [PATCH 2/2] perf record: mmap output file - v4

2013-11-11 Thread David Ahern
On 11/11/13, 7:58 AM, Arnaldo Carvalho de Melo wrote: Looks very clean now! Acked-by: Ingo Molnar Applied the prep patch, but waiting for v5 as stated by David when answering Jiri's concerns. I'll re-send - giving some time for comments on the use of setjmp/longjmp to bounce out of mem

[GIT PULL] arch/microblaze changes for 3.13

2013-11-11 Thread Michal Simek
Hi Linus, please pull these Microblaze patches to your tree. Thanks, Michal The following changes since commit 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52: Linux 3.12 (2013-11-03 15:41:51 -0800) are available in the git repository at: git://git.monstr.eu/linux-2.6-microblaze.git tags/microb

[GIT PULL] DeviceTree for 3.13

2013-11-11 Thread Rob Herring
Linus, Please pull. Details below. There are a few expected trivial merge conflicts with the powerpc and crypto trees. Rob The following changes since commit 61e6cfa80de5760bbe406f4e815b7739205754d2: Linux 3.12-rc5 (2013-10-13 15:41:28 -0700) are available in the git repository at: git://

[PATCH v2 0/3] Add request_firmware_direct() for microcode loader

2013-11-11 Thread Takashi Iwai
Hi, this is a revised patch series to introduce request_firmware_direct() helper for avoiding the lengthy udev issue on microcode loader. The original problem was stated in Prarit's post: https://lkml.org/lkml/2013/10/28/221 In short, microcode loader probes non-existing firmware files (which

[PATCH v2 1/3] firmware: Introduce request_firmware_direct()

2013-11-11 Thread Takashi Iwai
When CONFIG_FW_LOADER_USER_HELPER is set, request_firmware() falls back to the usermode helper for loading via udev when the direct loading fails. But the recent udev takes way too long timeout (60 seconds) for non-existing firmware. This is unacceptable for the drivers like microcode loader wher

[PATCH v2 3/3] firmware: Avoid bogus fallback warning

2013-11-11 Thread Takashi Iwai
The commit [3e358ac2bb5b: firmware: Be a bit more verbose about direct firmware loading failure] introduced a new warning message about falling back to user helper, but this isn't true when CONFIG_FW_LOADER_USER_HELPER isn't set. For avoiding the confusion, add a proper ifdef. And now we can remo

[PATCH v2 2/3] microcode: Use request_firmware_direct()

2013-11-11 Thread Takashi Iwai
Use the new helper, request_firmware_direct(), for avoiding the lengthy timeout of non-existing firmware loads. Especially the Intel microcode driver suffers from this problem because each CPU triggers the f/w loading, thus it ends up taking (literally) hours with many cores. Tested-by: Prarit Bh

Re: [PATCH v5 5/7] gpio: davinci: add OF support

2013-11-11 Thread Grygorii Strashko
On 11/08/2013 12:11 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 Documentation/devicetree/bindings/gpio/. > > Signed-off-by: KV Sujith > Signed-off-by: Philip Avinas

Re: [PATCH v4] efivars,efi-pstore: Hold off deletion of sysfs entry until the scan is completed

2013-11-11 Thread Matt Fleming
On Wed, 06 Nov, at 01:35:41PM, Tony Luck wrote: > On Wed, Nov 6, 2013 at 12:51 AM, Matt Fleming wrote: > > Tony, want me to pick this up since it touches various EFI bits? > > Since there are now no generic pstore changes - it is all in the efi > backend ... yes, > it makes sense for you to take

Re: [PATCH 2/3] panic: improve panic_timeout calculation

2013-11-11 Thread Theodore Ts'o
On Mon, Nov 11, 2013 at 02:52:16PM +0100, Ingo Molnar wrote: > > That's exactly what I did. Addressing feedback constructively doesn't > > mean do exactly what you say without arguing. > > Your reply to my routine feedback was obtuse, argumentative and needlessly > confrontative - that's not 'co

Re: [PATCH] x86: make reboot task only run on the appropriate processor

2013-11-11 Thread Vivek Goyal
On Fri, Nov 08, 2013 at 08:12:00AM -0800, H. Peter Anvin wrote: > On 11/08/2013 07:14 AM, Vivek Goyal wrote: > > > > Hi Bao, > > > > This patch fixes the issue for me too. I noticed that we have generic > > function migrate_to_reboot_cpu() to achieve what we want and rest of > > the reboot paths

Re: [PATCH v2 1/3] firmware: Introduce request_firmware_direct()

2013-11-11 Thread Borislav Petkov
On Mon, Nov 11, 2013 at 04:21:16PM +0100, Takashi Iwai wrote: > When CONFIG_FW_LOADER_USER_HELPER is set, request_firmware() falls > back to the usermode helper for loading via udev when the direct > loading fails. But the recent udev takes way too long timeout (60 > seconds) for non-existing firm

Re: [PATCH v5 5/7] gpio: davinci: add OF support

2013-11-11 Thread Prabhakar Lad
Hi Grygorii, Thanks for the review. On Mon, Nov 11, 2013 at 8:48 PM, Grygorii Strashko wrote: > On 11/08/2013 12:11 PM, Prabhakar Lad wrote: [Snip] >> @@ -134,6 +137,40 @@ davinci_gpio_set(struct gpio_chip *chip, unsigned >> offset, int value) >> writel((1 << offset), value ? &g->set_data

Re: [PATCH v5 1/7] gpio: davinci: remove unnecessary printk

2013-11-11 Thread Prabhakar Lad
Hi Grygorii, Thanks for the review. On Fri, Nov 8, 2013 at 9:09 PM, Grygorii Strashko wrote: > On 11/08/2013 12:11 PM, Prabhakar Lad wrote: >> >> From: "Lad, Prabhakar" >> >> the devm_*() helper prints error messages in case of >> errors no need to do the same in the driver. > > > Pls, drop it

Re: [PATCH] x86: make reboot task only run on the appropriate processor

2013-11-11 Thread H. Peter Anvin
Yes, unless there is a better path for it since it is not x86-specific. I am fine taking it, though. Vivek Goyal wrote: >On Fri, Nov 08, 2013 at 08:12:00AM -0800, H. Peter Anvin wrote: >> On 11/08/2013 07:14 AM, Vivek Goyal wrote: >> > >> > Hi Bao, >> > >> > This patch fixes the issue for me

[PATCH 0/7] Cifs and Ceph: Uncache single no-data page in readpage()

2013-11-11 Thread Li Wang
Currently, the page allocated into fscache in readpage() for Cifs and Ceph does not be uncached if no data read due to io error. This patch fixes this. fscache_readpages_cancel() is for this kind of job but taking list read * as input, so a new routine take page * as input is introduced. Li Wan

[PATCH 5/7] Cifs: Introduce routine for uncaching single no-data page

2013-11-11 Thread Li Wang
Introduce a routine for uncaching single no-data page, typically in readpage(). Signed-off-by: Li Wang --- fs/cifs/fscache.h | 13 + 1 file changed, 13 insertions(+) diff --git a/fs/cifs/fscache.h b/fs/cifs/fscache.h index 24794b6..c712f42 100644 --- a/fs/cifs/fscache.h +++ b/fs/c

[PATCH 2/7] Fscache: Implement uncaching single no-data page

2013-11-11 Thread Li Wang
Similar to the routine for multiple pages except that it takes page * as input rather than list head *. Signed-off-by: Li Wang --- fs/fscache/page.c |8 1 file changed, 8 insertions(+) diff --git a/fs/fscache/page.c b/fs/fscache/page.c index 7f5c658..0c69f72 100644 --- a/fs/fscache

[PATCH 6/7] Cifs: Implement uncaching single no-data page

2013-11-11 Thread Li Wang
Implement the routine for uncaching single no-data page, typically in readpage(). Signed-off-by: Li Wang --- fs/cifs/fscache.c |7 +++ 1 file changed, 7 insertions(+) diff --git a/fs/cifs/fscache.c b/fs/cifs/fscache.c index 8d4b7bc..168f184 100644 --- a/fs/cifs/fscache.c +++ b/fs/cifs/f

[PATCH 1/7] Fscache: Introduce new API fscache_readpage_cancel()

2013-11-11 Thread Li Wang
Introduce a new API fscache_readpage_cancel() for uncaching one single no-data page from fscache. Signed-off-by: Li Wang --- include/linux/fscache.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/include/linux/fscache.h b/include/linux/fscache.h index 115bb81..f1ed21f 100644

[PATCH 3/7] Ceph: Introduce routine for uncaching single no-data page

2013-11-11 Thread Li Wang
Introduce a routine for uncaching single no-data page, typically in readpage(). Signed-off-by: Li Wang --- fs/ceph/cache.h | 13 + 1 file changed, 13 insertions(+) diff --git a/fs/ceph/cache.h b/fs/ceph/cache.h index ba94940..eb0ec76 100644 --- a/fs/ceph/cache.h +++ b/fs/ceph/cach

[PATCH 4/7] Ceph: Uncaching no-data page in readpage()

2013-11-11 Thread Li Wang
Currently, if one page allocated into fscache in readpage(), however, with no-data read, it is not uncached. This patch fixes this. Signed-off-by: Li Wang --- fs/ceph/addr.c |1 + 1 file changed, 1 insertion(+) diff --git a/fs/ceph/addr.c b/fs/ceph/addr.c index 6df8bd4..be5f4b6 100644 --- a

[PATCH 7/7] Cifs: Uncaching no-data page in readpage()

2013-11-11 Thread Li Wang
Currently, if one page allocated into fscache in readpage(), however, with no-data read, it is not uncached. This patch fixes this. Signed-off-by: Li Wang --- fs/cifs/file.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fs/cifs/file.c b/fs/cifs/file.c index 7f2..1

Re: [seqcount] INFO: trying to register non-static key.

2013-11-11 Thread Peter Zijlstra
On Mon, Nov 11, 2013 at 09:29:27AM +0800, Fengguang Wu wrote: > Greetings, > > I got the below dmesg and the first bad commit is > > commit 1ca7d67cf5d5a2aef26a8d9afd789006fa098347 > Author: John Stultz > Date: Mon Oct 7 15:51:59 2013 -0700 > > seqcount: Add lockdep functionality to seqco

Re: [PATCH v6 00/11] VFS hot tracking

2013-11-11 Thread Zhi Yong Wu
ping? any plan to review? On Wed, Nov 6, 2013 at 9:45 PM, Zhi Yong Wu wrote: > From: Zhi Yong Wu > > The patchset is trying to introduce hot tracking function in > VFS layer, which will keep track of real disk I/O in memory. > By it, you will easily know more details about disk I/O, and > then

Re: [PATCH 1/3] perf/x86/amd: AMD support for bp_len > HW_BREAKPOINT_LEN_8

2013-11-11 Thread Frederic Weisbecker
On Sat, Nov 09, 2013 at 04:54:28PM +0100, Oleg Nesterov wrote: > Just in case let me repeat, I can be easily wrong because I forgot > how this series actually look and I don't have the patches now ;) > > On 11/09, Frederic Weisbecker wrote: > > > > On Sat, Nov 09, 2013 at 04:11:56PM +0100, Oleg Ne

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

2013-11-11 Thread Frederic Weisbecker
On Mon, Nov 11, 2013 at 02:56:37PM +0100, Ingo Molnar wrote: > > * Frederic Weisbecker wrote: > > > On Mon, Nov 11, 2013 at 01:13:52PM +0100, Ingo Molnar wrote: > > > > > > It's not an irrelevant feature at all! :-) > > > > > > It's just that for any sort of longer profile it was pretty > > >

Re: [PATCH v3 3/4] ARM: EXYNOS: add Exynos Dual Cluster Support

2013-11-11 Thread Tarek Dakhran
Hi, On 11.11.2013 11:58, Tarek Dakhran wrote: On Thu, Nov 07, 2013 at 11:51:49AM -0500, Nicolas Pitre wrote: Samsung people: could you give us more info on the behavior of the power controller please? Nicolas This is how the power controller works on exynos5410. For example for CORE0. AR

Re: [PATCH v5 5/7] gpio: davinci: add OF support

2013-11-11 Thread Grygorii Strashko
On 11/11/2013 05:37 PM, Prabhakar Lad wrote: Hi Grygorii, Thanks for the review. On Mon, Nov 11, 2013 at 8:48 PM, Grygorii Strashko wrote: On 11/08/2013 12:11 PM, Prabhakar Lad wrote: [Snip] @@ -134,6 +137,40 @@ davinci_gpio_set(struct gpio_chip *chip, unsigned offset, int value) wr

Re: [PATCH 0/2] DaVinci: GPIO: fixes

2013-11-11 Thread Grygorii Strashko
Hi Sekhar, Prabhakar Lad On 11/08/2013 08:45 AM, Prabhakar Lad wrote:> From: "Lad, Prabhakar" > > This patch series fixes gpio driver regestration > and offset check for unbanked gpio. > > Lad, Prabhakar (2): >gpio: davinci: Fix a check for unbanked gpio >ARM: davinci: Fix number of re

Re: perf/tracepoint: another fuzzer generated lockup

2013-11-11 Thread Peter Zijlstra
On Mon, Nov 11, 2013 at 01:44:19PM +0100, Ingo Molnar wrote: > > * Frederic Weisbecker wrote: > > > > That said, I'm not sure what kernel you're running, but there were > > > some issues with time-keeping hereabouts, but more importantly that > > > second timing includes the printk() call of t

Re: [PATCH v5 0/7] gpio: daVinci: cleanup and feature enhancement

2013-11-11 Thread Grygorii Strashko
Hi Prabhakar Lad, On 11/08/2013 12:11 PM, Prabhakar Lad wrote: From: KV Sujith This patch series does the following 1> Ports the driver to use irqdomain. 2> Adds dt binding support for gpio-davinci. 3> Adds DA850 dt support goio. Changes for v5: 1: Fixed review comments pointed by Grygorii. 2

Re: [PATCH] x86: make reboot task only run on the appropriate processor

2013-11-11 Thread Vivek Goyal
On Mon, Nov 11, 2013 at 07:39:18AM -0800, H. Peter Anvin wrote: > Yes, unless there is a better path for it since it is not x86-specific. I am > fine taking it, though. Generally Andrew Morton routes kexec/kdump patches through his tree. Andrew, do you think it should go through your tree? Than

[PATCH] x86: Add check for number of available vectors before CPU down

2013-11-11 Thread Prarit Bhargava
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=64791 When a cpu is downed on a system, the irqs on the cpu are assigned to other cpus. It is possible, however, that when a cpu is downed there aren't enough free vectors on the remaining cpus to account for the vectors from the cpu that i

Re: [PATCH 2/3] panic: improve panic_timeout calculation

2013-11-11 Thread Felipe Contreras
On Mon, Nov 11, 2013 at 9:32 AM, Theodore Ts'o wrote: > On Mon, Nov 11, 2013 at 02:52:16PM +0100, Ingo Molnar wrote: >> > That's exactly what I did. Addressing feedback constructively doesn't >> > mean do exactly what you say without arguing. >> >> Your reply to my routine feedback was obtuse, arg

Re: [PATCH v6 3/4] perf,x86: add Intel RAPL PMU support

2013-11-11 Thread Peter Zijlstra
On Fri, Nov 08, 2013 at 08:46:02PM +0100, Stephane Eranian wrote: > +static DEFINE_SPINLOCK(rapl_hotplug_lock); What is this thing protecting? Like last time it appears to be used only from hotplug notifier callbacks and those are already fully serialized. -- To unsubscribe from this list: sen

Re: [Patch v5 0/9] liblockdep: userspace lockdep

2013-11-11 Thread Peter Zijlstra
On Fri, Nov 08, 2013 at 12:04:18PM -0500, Sasha Levin wrote: > >If Peter agrees with them and picks them up then the next merge window > >would be fine I guess. OK, picked them up; not sure it'll still make this window though :/ -- To unsubscribe from this list: send the line "unsubscribe linux-ke

Re: [PATCH v6 3/4] perf,x86: add Intel RAPL PMU support

2013-11-11 Thread Stephane Eranian
On Mon, Nov 11, 2013 at 4:59 PM, Peter Zijlstra wrote: > On Fri, Nov 08, 2013 at 08:46:02PM +0100, Stephane Eranian wrote: > > >> +static DEFINE_SPINLOCK(rapl_hotplug_lock); > > What is this thing protecting? > > Like last time it appears to be used only from hotplug notifier > callbacks and those

RE: [tip:x86/trace] x86, trace: Add page fault tracepoints

2013-11-11 Thread Seiji Aguchi
> Seiji - are you okay with this? If so I'll just make a quick patch now. > I'm OK with it. Seiji -- 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 P

Re: [PATCH] x86: make reboot task only run on the appropriate processor

2013-11-11 Thread H. Peter Anvin
On 11/11/2013 07:57 AM, Vivek Goyal wrote: > On Mon, Nov 11, 2013 at 07:39:18AM -0800, H. Peter Anvin wrote: >> Yes, unless there is a better path for it since it is not x86-specific. I >> am fine taking it, though. > > Generally Andrew Morton routes kexec/kdump patches through his tree. Andrew,

Re: [seqcount] INFO: trying to register non-static key.

2013-11-11 Thread Vivek Goyal
On Mon, Nov 11, 2013 at 04:45:51PM +0100, Peter Zijlstra wrote: > On Mon, Nov 11, 2013 at 09:29:27AM +0800, Fengguang Wu wrote: > > Greetings, > > > > I got the below dmesg and the first bad commit is > > > > commit 1ca7d67cf5d5a2aef26a8d9afd789006fa098347 > > Author: John Stultz > > Date: Mon

Re: [tip:x86/trace] x86, trace: Add page fault tracepoints

2013-11-11 Thread H. Peter Anvin
On 11/11/2013 12:29 AM, Ingo Molnar wrote: > > Nice! > > It would be nice to change this to hierarchical naming: > >page_fault_user >page_fault_kernel > > I.e. the higher level concept named first and go to the left, details go > to the right. > > (That way x86_exceptions.page_fault_u

Re: [PATCH] efi earlyprintk fix

2013-11-11 Thread Matt Fleming
On Sat, 09 Nov, at 11:44:29AM, Dave Young wrote: > Hi, Matt > > Confirmed, your patch work ok for the pr_cont issue. Excellent, thanks for testing. > Actually I mixed two problems in my report, one is there's always one blank > line > at the bottom of screen, the other is the pr_cont issue. Fo

Re: [PATCH] EFI: Delete out-of-date comments of efi_query_variable_store

2013-11-11 Thread Matt Fleming
On Sun, 10 Nov, at 10:15:11PM, Madper Xie wrote: > > For now we only ensure about 5kb free space for avoiding our board > refusing boot. But the comment lies that we retain 50% space. > > Signed-off-by: Madper Xie > --- > arch/x86/platform/efi/efi.c | 12 +--- > 1 file changed, 5 insert

Re: [PATCH RFC RESEND] dma-buf/fs Add get_[file|dma_buf]_unless_doomed

2013-11-11 Thread Thomas Hellstrom
On 11/11/2013 04:17 PM, Al Viro wrote: On Mon, Nov 11, 2013 at 12:57:47AM -0800, Thomas Hellstrom wrote: Resending since it appears this RFC never got to the dri-devel lkml lists. In this context, a "doomed" object is an object whose refcount has reached zero, but that has not yet been freed.

Re: [PATCH v6 3/4] perf,x86: add Intel RAPL PMU support

2013-11-11 Thread Peter Zijlstra
On Mon, Nov 11, 2013 at 05:07:22PM +0100, Stephane Eranian wrote: > On Mon, Nov 11, 2013 at 4:59 PM, Peter Zijlstra wrote: > > On Fri, Nov 08, 2013 at 08:46:02PM +0100, Stephane Eranian wrote: > > > > > >> +static DEFINE_SPINLOCK(rapl_hotplug_lock); > > > > What is this thing protecting? > > > > L

Re: [PATCH 0/7] Cifs and Ceph: Uncache single no-data page in readpage()

2013-11-11 Thread Milosz Tanski
Li, I recommend you CC David Howells who maintains FSCache directly on your emails. Thanks, - Milosz On Mon, Nov 11, 2013 at 10:27 AM, Li Wang wrote: > Currently, the page allocated into fscache in readpage() > for Cifs and Ceph does not be uncached if no data read due > to io error. This patch

Re: [sched/get_online_cpus] INFO: task swapper/0:1 blocked for more than 120 seconds.

2013-11-11 Thread Peter Zijlstra
On Mon, Nov 11, 2013 at 03:47:11PM +0800, Michael wang wrote: > Hi, Fengguang > > On 11/10/2013 06:16 PM, Fengguang Wu wrote: > > Greetings, > > > > I got the below dmesg and the first bad commit is > > I guess this will disappear when '!CONFIG_RCU_BOOST'... > > AFAIK, if the rsp was in boost m

[GIT PULL] x86/apic change for v3.13

2013-11-11 Thread Ingo Molnar
Linus, Please pull the latest x86-apic-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-apic-for-linus # HEAD: 522e66464467543c0d88d023336eec4df03ad40b x86/apic: Disable I/O APIC before shutdown of the local APIC A single fix to the IO-APIC / local-A

[tip:x86/trace] x86, trace: Change user|kernel_page_fault to page_fault_user|kernel

2013-11-11 Thread tip-bot for H. Peter Anvin
Commit-ID: a4f61dec55c1bdebb84ba77212ebf98f7247736c Gitweb: http://git.kernel.org/tip/a4f61dec55c1bdebb84ba77212ebf98f7247736c Author: H. Peter Anvin AuthorDate: Mon, 11 Nov 2013 08:15:40 -0800 Committer: H. Peter Anvin CommitDate: Mon, 11 Nov 2013 08:15:40 -0800 x86, trace: Change use

imx-drm/ipuv3-crtc.ko fails to link

2013-11-11 Thread Josh Boyer
Hi All, With v3.12-2839-gedae583 (Linus' tree as of this morning), the ipuv3-crtc.ko module fails to link with the following messages: ERROR: "ipu_plane_disable" [drivers/staging/imx-drm/ipuv3-crtc.ko] undefined! ERROR: "ipu_plane_enable" [drivers/staging/imx-drm/ipuv3-crtc.ko] undefined! ERROR:

Re: common location for devicetree files

2013-11-11 Thread Stephen Warren
On 11/08/2013 11:32 AM, Jason Cooper wrote: > On Fri, Nov 08, 2013 at 12:17:30PM -0600, Kumar Gala wrote: > ... >> I get the point, just not sure how else to sort the 800+ .dts{i} files >> that we have in the kernel tree right now. > > Well, to start with, all #include'd files could go into a > ar

Re: [tip:perf/core] tools/perf: Add required memory barriers

2013-11-11 Thread Peter Zijlstra
On Thu, Nov 07, 2013 at 09:21:22AM +0100, Ingo Molnar wrote: > > * Peter Zijlstra wrote: > > > > Requiring the user of a kernel interface to have a deep knowledge of > > > optimizing compilers, barriers, and CPU memory models is just asking > > > for trouble. > > > > It shouldn't be all that

Re: [PATCH v3 1/2] ARC: Add perf support for ARC700 cores

2013-11-11 Thread Peter Zijlstra
On Thu, Nov 07, 2013 at 02:55:11PM +0100, Mischa Jonker wrote: > This adds basic perf support for ARC700 cores. Most PERF_COUNT_HW* events > are supported now. I don't see anything particularly weird, but then I don't know/have the hardware so I suppose you know what you're doing :-) Acked-by: Pe

Re: [PATCH] clk: add flags to distinguish xtal clocks

2013-11-11 Thread Stephen Warren
On 11/08/2013 11:00 AM, Felipe Balbi wrote: > From: Luciano Coelho > > Add a flag that indicate whether the clock is a crystal or not. > > Additionally, parse a new device tree binding in clk-fixed-rate to set > this flag. > > If clock-xtal isn't set, the clock framework will assume clock to be

Re: [PATCH v3 0/2] ARC: Add perf support for ARC700 cores

2013-11-11 Thread Peter Zijlstra
On Thu, Nov 07, 2013 at 02:55:10PM +0100, Mischa Jonker wrote: > Hi all, > > Please find v3 of my attempt to add support for perf for ARC700 PMU's. If > possible, it would be nice to get some feedback on the implementation from > non-ARC/Synopsys people familiar with the perf subsystem in Linux.

[git pull] vfs.git

2013-11-11 Thread Al Viro
All kinds of stuff this time around; some more notable parts: * RCU'd vfsmounts handling * new primitives for coredump handling * files_lock is gone * Bruce's delegations handling series * exportfs fixes plus misc stuff all over the place. There's one trivia

Re: [PATCH v3 0/2] ARC: Add perf support for ARC700 cores

2013-11-11 Thread Peter Zijlstra
On Mon, Nov 11, 2013 at 05:27:55PM +0100, Peter Zijlstra wrote: > On Thu, Nov 07, 2013 at 02:55:10PM +0100, Mischa Jonker wrote: > > Hi all, > > > > Please find v3 of my attempt to add support for perf for ARC700 PMU's. If > > possible, it would be nice to get some feedback on the implementation f

Re: [PATCH] ARM: OMAP2+: omap_device: maintain sane runtime pm status around suspend/resume

2013-11-11 Thread Nishanth Menon
On 16:38-20131107, Kevin Hilman wrote: [...] > That's debatable I guess. The ideal world is that runtime PM hides all > of this, but I'm not sure it's achievable in all cases. > Agreed. some drivers like edma need to save and restore context around suspend. [...] > No, that sysfs knob is for dis

[PATCHv2] dmaengine: Add support for BCM2835.

2013-11-11 Thread Florian Meier
Add support for DMA controller of BCM2835 as used in the Raspberry Pi. Currently it only supports cyclic DMA. Signed-off-by: Florian Meier --- Second version of patch. Main improvements: - Initialization of control blocks in prep function - Request DREQ from device tree - Request channel mask fr

Re: common location for devicetree files

2013-11-11 Thread Jason Cooper
On Mon, Nov 11, 2013 at 09:24:13AM -0700, Stephen Warren wrote: > On 11/08/2013 11:32 AM, Jason Cooper wrote: > > On Fri, Nov 08, 2013 at 12:17:30PM -0600, Kumar Gala wrote: > > ... > >> I get the point, just not sure how else to sort the 800+ .dts{i} files > >> that we have in the kernel tree righ

Re: [RFC][PATCH v5 00/14] sched: packing tasks

2013-11-11 Thread Peter Zijlstra
On Mon, Nov 11, 2013 at 11:33:45AM +, Catalin Marinas wrote: tl;dr :-) Still trying to wrap my head around how to do that weird topology Vincent raised.. > Question for Peter/Ingo: do you want the scheduler to decide on which > C-state a CPU should be in or we still leave this to a cpuidle >

Re: [RFC][PATCH v5 00/14] sched: packing tasks

2013-11-11 Thread Peter Zijlstra
On Mon, Nov 11, 2013 at 11:33:45AM +, Catalin Marinas wrote: > My understanding from the recent discussions is that the scheduler > should decide directly on the C-state (or rather the deepest C-state > possible since we don't want to duplicate the backend logic for > synchronising CPUs going u

Re: [RFC][PATCH v5 00/14] sched: packing tasks

2013-11-11 Thread Arjan van de Ven
On 11/11/2013 8:38 AM, Peter Zijlstra wrote: Like the package C states on x86 -- for those to be effective the scheduler needs to pack tasks and keep entire packages idle for as long as possible. "package" C states on x86 are not really per package... but system wide. the name is very confusing

Re: [RFC][PATCH 0/9] encrypted keys & key control op

2013-11-11 Thread Mimi Zohar
On Mon, 2013-11-04 at 16:22 +, David Howells wrote: > > The control op could also be used for other things like pushing a key > into a TPM. > > What do you think? Trusted keys already creates a symmetric key based on the TPM RNG. What type of key would I be interested in pushing to the TPM?

Re: [RFC][PATCH v5 00/14] sched: packing tasks

2013-11-11 Thread Arjan van de Ven
I think the scheduler simply wants to say: we expect to go idle for X ns, we want a guaranteed wakeup latency of Y ns -- go do your thing. as long as Y normally is "large" or "infinity" that is ok ;-) (a smaller Y will increase power consumption and decrease system performance) I think you

[PATCH 00/12] Introduce davinci AEMIF driver

2013-11-11 Thread Khoronzhuk, Ivan
These patches introduce AEMIF driver for davinci/keystone archs and defines AEMIF and NAND devices in keystone DT. Also some changes added to davinci NAND driver in order to reuse it for Keystone arch. The patches can be spitted to several series if needed, like 12 - add AEMIF/NAND device en

Re: [PATCH 1/3] arm: omap2: Export devconf1 bypass and acbias.

2013-11-11 Thread Tony Lindgren
* Marek Belisko [131014 14:11]: > devconf1 reg access is localized only in mach-omap2 and we need to export > updating of devconf1 from omapdss venc driver (bypass and acbias bits). > Add simple api call which update only necessary bits. ... > +void update_bypass_acbias(bool bypass, bool acbias)

<    1   2   3   4   5   6   7   8   >