Re: [PATCH v2 0/2] cpufreq: exynos: Fixes for v3.12

2013-10-13 Thread Lukasz Majewski
Hi Rafael, > On Friday, October 11, 2013 01:22:57 PM Rafael J. Wysocki wrote: > > On Wednesday, October 09, 2013 02:08:41 PM Lukasz Majewski wrote: > > > Attached commits provide cpufreq regression fixes for Trats and > > > Trats2 Exynos4 boards. > > > Since v3.12 Exynos4 uses common clock

RE: [PATCH v2 0/5] thermal: exynos: Fixes for v3.12

2013-10-13 Thread Zhang, Rui
Eduardo, What's your opinion on this patch set? BTW, please send me all the urgent fixes for thermal soc drivers that you think should go to 3.12. Thanks, rui > -Original Message- > From: Lukasz Majewski [mailto:l.majew...@samsung.com] > Sent: Monday, October 14, 2013 1:47 PM > To:

Re: [PATCH v2 0/5] thermal: exynos: Fixes for v3.12

2013-10-13 Thread Lukasz Majewski
Hi Zhang, Eduardo, > This patch series is divided into two parts: > 1. Device tree node definition and enabelement for TMU at Exynos4412 > (Trats2) 2. Exynos thermal subsystem regressions for v3.12-rc4. > Several commits were necessary to properly fix regression for TMU > test MUX address setting

[PATCH 2/5] ARM: at91: add ssc dma parameter for at91sam9n12

2013-10-13 Thread Bo Shen
Add ssc dma parameter for at91sam9n12 Signed-off-by: Bo Shen --- arch/arm/boot/dts/at91sam9n12.dtsi |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.dtsi index 9fb7ffd..6224f9f 100644 ---

[PATCH 3/5] ARM: at91: enable wm8904 on at91sam9n12ek board

2013-10-13 Thread Bo Shen
Enable wm8904 codec on at91sam9n12ek board, which is connect to i2c0 bus with 0x1a as address. Signed-off-by: Bo Shen --- arch/arm/boot/dts/at91sam9n12ek.dts |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts

[PATCH 4/5] ARM: at91: enable ssc on at91sam9n12ek board

2013-10-13 Thread Bo Shen
Enable ssc on at91sam9n12ek board Signed-off-by: Bo Shen --- arch/arm/boot/dts/at91sam9n12ek.dts |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts index 1ba8def..391c532 100644 ---

[PATCH 1/5] ARM: at91: add at91sam9n12 ssc clock in look up table

2013-10-13 Thread Bo Shen
Add at91sam9n12 ssc clock in look up table Signed-off-by: Bo Shen --- arch/arm/mach-at91/at91sam9n12.c |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-at91/at91sam9n12.c b/arch/arm/mach-at91/at91sam9n12.c index c7d670d..2d895a2 100644 --- a/arch/arm/mach-at91/at91sam9n12.c

[PATCH 5/5] ARM: at91: add sound support on at91sam9n12ek board

2013-10-13 Thread Bo Shen
Add sound support on at91sam9n12ek board with wm8904 as codec. Signed-off-by: Bo Shen --- arch/arm/boot/dts/at91sam9n12ek.dts | 25 + 1 file changed, 25 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts index

[PATCH 0/5] ARM:at91:enable sound on at91sam9n12ek board

2013-10-13 Thread Bo Shen
This patch series enable sound on at91sam9n12ek board with wm8904 codec Bo Shen (5): ARM: at91: add at91sam9n12 ssc clock in look up table ARM: at91: add ssc dma parameter for at91sam9n12 ARM: at91: enable wm8904 on at91sam9n12ek board ARM: at91: enable ssc on at91sam9n12ek board ARM:

Re: [PATCH 4/4] sound/soc/atmel: don't use devm_pinctrl_get_select_default() in probe

2013-10-13 Thread Bo Shen
Hi Wolfram Sang, On 10/14/2013 00:17, Wolfram Sang wrote: Since commit ab78029 (drivers/pinctrl: grab default handles from device core), we can rely on device core for setting the default pins. Acked-by: Linus Walleij (personally at LCE13) Signed-off-by: Wolfram Sang ---

[PATCH] max17042_battery: use SIMPLE_DEV_PM_OPS

2013-10-13 Thread Manish Badarkhe
Use the SIMPLE_DEV_PM_OPS macro to declare the driver's pm_ops. Signed-off-by: Manish Badarkhe --- :100644 100644 d664ef5... bd72b0f... M drivers/power/max17042_battery.c drivers/power/max17042_battery.c | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git

Re: [PATCHv4 1/9] Thermal: Check for validity before doing kfree

2013-10-13 Thread Zhang Rui
On Wed, 2013-10-02 at 00:08 +0530, Durgadoss R wrote: > The thermal_release function is called whenever > any device belonging to 'thermal' class unregisters. > This function performs kfree(cdev) without any check. > In cases where there are more device registrations > other than just

Re: [PATCH 7/8] ACPI, APEI, CPER: Cleanup CPER memory error output format

2013-10-13 Thread Chen Gong
On Fri, Oct 11, 2013 at 06:02:08PM +0200, Borislav Petkov wrote: > Date: Fri, 11 Oct 2013 18:02:08 +0200 > From: Borislav Petkov > To: "Chen, Gong" > Cc: tony.l...@intel.com, linux-kernel@vger.kernel.org, > linux-a...@vger.kernel.org > Subject: Re: [PATCH 7/8] ACPI, APEI, CPER: Cleanup CPER

Re: [PATCH v2 2/2] x86/efi: Add EFI framebuffer earlyprintk support

2013-10-13 Thread Matt Fleming
On Sat, 12 Oct, at 07:56:15PM, Ingo Molnar wrote: > > +static void early_efi_write_char(u32 *dst, unsigned char c, unsigned int h) > > +{ > > + const u32 color_black = 0x; > > + const u32 color_grey = 0x00aa; > > I still think this should be white - that should be more visible

Re: [PATCH v2] tools/perf/util: Fix memory leak in trace-event-info.c

2013-10-13 Thread Namhyung Kim
Hi Felipe, On Thu, 10 Oct 2013 22:21:29 -0300, Felipe Pena wrote: > Fix for a memory leak on tracing_data_get() function when returning NULL > explicitly > > Signed-off-by: Felipe Pena > --- > tools/perf/util/trace-event-info.c |7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-)

Re: mmap for /proc/vmcore broken since 3.12-rc1

2013-10-13 Thread HATAYAMA Daisuke
(2013/10/13 5:32), Alexey Dobriyan wrote: On Wed, Oct 09, 2013 at 07:14:55PM +0900, HATAYAMA Daisuke wrote: Hello, (2013/10/08 21:49), Alexey Dobriyan wrote: On Mon, Oct 7, 2013 at 5:42 AM, HATAYAMA Daisuke wrote: +static unsigned long +get_unmapped_area_vmcore(struct file *filp, unsigned

Re: [PATCHSET 0/8] perf tools: Fix scalability problem on callchain merging (v5)

2013-10-13 Thread Namhyung Kim
On Sun, 13 Oct 2013 14:34:44 +0200, Jiri Olsa wrote: > I put perf archive and data output in here if you're interested: > http://people.redhat.com/jolsa/cc/ I can't download the data output (but the archive is fine). $ curl http://people.redhat.com/jolsa/cc/perf.data 403 Forbidden

Re: [PATCH] x86: Run checksumming in parallel accross multiple alu's

2013-10-13 Thread Andi Kleen
Neil Horman writes: > Sébastien Dugué reported to me that devices implementing ipoib (which don't > have > checksum offload hardware were spending a significant amount of time computing Must be an odd workload, most TCP/UDP workloads do copy-checksum anyways. I would rather investigate why

[PATCH] regmap: irq: clear status when disable irq

2013-10-13 Thread Yi Zhang
clear the status bit if the mask register doesn't prevent the chip level irq from being asserted OR in the following sequence, there will be irq storm happens: 1) interrupt is triggered; 2) another thread disables it(the mask bit is set); 3) _Then_ the interrupt thread is not ACKed(the status bit

Re: [PATCH] acpi/video: Add Lenovo IdeaPad Yoga 13 to acpi video detect blacklist

2013-10-13 Thread Aaron Lu
On 10/14/2013 11:49 AM, Lennart Poettering wrote: > On Mon, 14.10.13 10:36, Aaron Lu (aaron...@intel.com) wrote: > >>> - Backlight control doesn't work via ACPI without acpi_osi="!Windows 2012" >>> - Backlight control doesn't work via ACPI with acpi_osi="!Windows 2012" >>> - Backlight control

Re: [PATCH] acpi/video: Add Lenovo IdeaPad Yoga 13 to acpi video detect blacklist

2013-10-13 Thread Lennart Poettering
On Mon, 14.10.13 10:36, Aaron Lu (aaron...@intel.com) wrote: > > - Backlight control doesn't work via ACPI without acpi_osi="!Windows 2012" > > - Backlight control doesn't work via ACPI with acpi_osi="!Windows 2012" > > - Backlight control doesn't work via EC commands from ideapad-laptop.c > > >

Re: [PATCH 4/8] DMI: Parse memory device (type 17) in SMBIOS

2013-10-13 Thread Chen Gong
On Fri, Oct 11, 2013 at 05:40:48PM +0200, Borislav Petkov wrote: > Date: Fri, 11 Oct 2013 17:40:48 +0200 > From: Borislav Petkov > To: "Chen, Gong" > Cc: tony.l...@intel.com, linux-kernel@vger.kernel.org, > linux-a...@vger.kernel.org > Subject: Re: [PATCH 4/8] DMI: Parse memory device (type 17)

Re: [PATCH] dma: misc: remove deprecated IRQF_DISABLED

2013-10-13 Thread Michael Opdenacker
Hi Vinod, On 10/13/2013 04:54 PM, Vinod Koul wrote: > On Sun, Oct 13, 2013 at 07:10:51AM +0200, Michael Opdenacker wrote: >> This patch proposes to remove the use of the IRQF_DISABLED flag >> >> It's a NOOP since 2.6.35 and it will be removed one day. > Applied, thanks. Title shouldnt have misc

Re: [PATCH 3/8] ACPI, x86: Extended error log driver for x86 platform

2013-10-13 Thread Chen Gong
On Fri, Oct 11, 2013 at 05:24:52PM +0200, Borislav Petkov wrote: > Date: Fri, 11 Oct 2013 17:24:52 +0200 > From: Borislav Petkov > To: "Chen, Gong" > Cc: tony.l...@intel.com, linux-kernel@vger.kernel.org, > linux-a...@vger.kernel.org > Subject: Re: [PATCH 3/8] ACPI, x86: Extended error log

Re: [PATCH] acpi: update win8 OSI blacklist

2013-10-13 Thread Felipe Contreras
On Thu, Oct 3, 2013 at 12:13 PM, Felipe Contreras wrote: > More people have reported they need this for their machines to work > correctly. > > https://bugzilla.kernel.org/show_bug.cgi?id=60682 I see this was merged to the linux-next branch. Is there any reason why it's not proposed for v3.12?

Re: [PATCH RESEND 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate

2013-10-13 Thread Namjae Jeon
2013/10/11 Dave Chinner : > On Thu, Oct 10, 2013 at 04:00:13PM +0900, Namjae Jeon wrote: >> > >> > /* >> > * Shift extent records to the left to cover a hole. >> > * >> > * The maximum number of extents to be shifted in a single operation >> > * is @count, and @current_ext keeps track of the

Re: [PATCH] usb/hcd: remove unnecessary local_irq_save

2013-10-13 Thread Michael Opdenacker
Hi Alan, On 10/13/2013 05:35 PM, Alan Stern wrote: > On Sun, 13 Oct 2013, Michael Opdenacker wrote: > >> Remove the use of local_irq_save() and IRQF_DISABLED, no longer needed since >> interrupt handlers are always run with interrupts disabled on the >> current CPU. >> >> Tested successfully with

[PATCH staging-next] staging: lustre: Use parenthesis around sizeof

2013-10-13 Thread Joe Perches
Convert sizeof foo to sizeof(foo) to be more kernel style compatible. Signed-off-by: Joe Perches --- drivers/staging/lustre/lustre/fld/fld_cache.c | 2 +- drivers/staging/lustre/lustre/include/cl_object.h | 12 +++ drivers/staging/lustre/lustre/include/lclient.h| 4 +--

Re: [PATCH] clocksource: at91/tc: remove deprecated IRQF_DISABLED

2013-10-13 Thread Michael Opdenacker
Hi Boris, On 10/13/2013 11:27 AM, boris brezillon wrote: > Hello Micheal, > > This flag has been removed in a recent submission (see > https://lkml.org/lkml/2013/10/2/202), and, if I'm correct, is on his > way for mainlining. That's good news. Thank you very much! Cheers, Michael. -- Michael

[PATCH] rtc: rtc-tps65910: remove unnecessary include

2013-10-13 Thread Manish Badarkhe
Currently, driver includes 'pm_runtime.h' which is not used anywhere in code hence remove this unnecessory inclusion. Signed-off-by: Manish Badarkhe --- :100644 100644 a9caf04... 7af0020... M drivers/rtc/rtc-tps65910.c drivers/rtc/rtc-tps65910.c |1 - 1 file changed, 1 deletion(-) diff

Re: [PATCH] acpi/video: Add Lenovo IdeaPad Yoga 13 to acpi video detect blacklist

2013-10-13 Thread Aaron Lu
On 10/14/2013 10:23 AM, Lennart Poettering wrote: > On Mon, 14.10.13 09:11, Aaron Lu (aaron...@intel.com) wrote: > >>> Note that this appears unrelated to the Windows 8 backlight issues tracked >>> here: >>> >>> https://bugzilla.kernel.org/show_bug.cgi?id=51231 >>>

Re: [PATCH] acpi/video: Add Lenovo IdeaPad Yoga 13 to acpi video detect blacklist

2013-10-13 Thread Lennart Poettering
On Mon, 14.10.13 09:11, Aaron Lu (aaron...@intel.com) wrote: > > Note that this appears unrelated to the Windows 8 backlight issues tracked > > here: > > > > https://bugzilla.kernel.org/show_bug.cgi?id=51231 > > https://bugzilla.kernel.org/show_bug.cgi?id=60682 > > > > The Yoga's ACPI backlight

Re: [PATCH v2] platform: x86: asus-wmi: add fan control

2013-10-13 Thread Felipe Contreras
On Sun, Oct 13, 2013 at 10:17 AM, Matthew Garrett wrote: > On Sun, Oct 13, 2013 at 04:29:34AM -0500, Felipe Contreras wrote: > >> I don't see anything in acpi_ex_system_memory_space_handler() that >> takes into consideration virtual addresses. > > The spec doesn't seem to constrain it to physical

Re: [PATCH 3.12-rc4] cifs: ntstatus_to_dos_map[] is not terminated

2013-10-13 Thread Steve French
Merged into cifs-2.6.git (for-next and for-linus branches) Thoughts about suitability for stable anyone? On Sun, Oct 13, 2013 at 2:29 PM, Tim Gardner wrote: > Functions that walk the ntstatus_to_dos_map[] array could > run off the end. For example, ntstatus_to_dos() loops > while

Re: [Suggestion] kernel/rcutorture.c: about using scnprintf() instead of sprintf().

2013-10-13 Thread Chen Gang
On 10/14/2013 09:41 AM, Chen Gang wrote: > On 10/13/2013 07:05 PM, Paul E. McKenney wrote: >> On Tue, Oct 08, 2013 at 04:32:53PM +0800, Chen Gang wrote: >>> Hello Maintainers: >>> >>> In srcu_torture_stats(), if cpus are more than 1K, the PAGE_SIZE will >>> not be enough. >>> >>> In

Re: [PATCH] Squashfs: Refactor decompressor interface and code

2013-10-13 Thread Minchan Kim
On Tue, Oct 08, 2013 at 03:14:10AM +0100, Phillip Lougher wrote: > The decompressor interface and code was written from > the point of view of single-threaded operation. In doing > so it mixed a lot of single-threaded implementation specific > aspects into the decompressor code and elsewhere

Re: [PATCH 1/1] AHCI: disabled FBS prior to issuing software reset

2013-10-13 Thread xiangliang yu
Hi, > On Sat, Oct 12, 2013 at 02:56:34PM +0800, xiangliang yu wrote: >> > So it can't find the disk if FBS stays enabled? Can you please attach >> > the boot log before & after? >> >> Below is boot log: > > And it works after the patch, right? Can you please update the patch > description so

Linux 3.11.5

2013-10-13 Thread Greg KH
I'm announcing the release of the 3.11.5 kernel. All users of the 3.11 kernel series must upgrade. The updated 3.11.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.11.y and can be browsed at the normal kernel.org git web browser:

Re: [PATCH 3/3] Squashfs: Directly decompress into the page cache for file data

2013-10-13 Thread Minchan Kim
On Fri, Oct 11, 2013 at 07:19:40AM +0100, Phillip Lougher wrote: > This introduces an implementation of squashfs_readpage_block() > that directly decompresses into the page cache. > > This uses the previously added page handler abstraction to push > down the necessary kmap_atomic/kunmap_atomic

Re: [Suggestion] kernel/rcutorture.c: about using scnprintf() instead of sprintf().

2013-10-13 Thread Chen Gang
On 10/13/2013 07:05 PM, Paul E. McKenney wrote: > On Tue, Oct 08, 2013 at 04:32:53PM +0800, Chen Gang wrote: >> Hello Maintainers: >> >> In srcu_torture_stats(), if cpus are more than 1K, the PAGE_SIZE will >> not be enough. >> >> In rcu_torture_printk(), the 'page' maximized size is 4096, it has

Steroid Products

2013-10-13 Thread Numberone Biotech Inc.
Hey, We supply injectable steroid and oral steroid products. They are Nandrolone series, Boldenone series, Testosterone series, Trenbolone series, Drostanolone series and some others. Min. order quantity: As your request. Payment type: Western Union, Bank Transfer. Delivery time: within 10

Re: [PATCH] trace-cmd: Handle __print_hex(__get_dynamic_array(fieldname), len)

2013-10-13 Thread Namhyung Kim
Hi Howard, On Fri, 11 Oct 2013 10:55:49 -0400, Howard Cochran wrote: > The kernel has a few events with a format similar to this excerpt: > field:unsigned int len; offset:12; size:4; signed:0; > field:__data_loc unsigned char[] data_array; offset:16; size:4; >

Re: support for Intel Atom based QNAP LEDs/buttons/buzzer in Linux?

2013-10-13 Thread Guenter Roeck
On 10/13/2013 04:46 PM, Christoph Anton Mitterer wrote: Hi Greg, Guenter and Chris. Coming back to the stuff discussed previously[0]. Chris Eastwood has made most of these (i.e. LEDs and buttons, the buzzers may work on at least some of the devices via some other serial device) working (AFAIU

Linux 3.10.16

2013-10-13 Thread Greg KH
I'm announcing the release of the 3.10.16 kernel. All users of the 3.10 kernel series must upgrade. The updated 3.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.y and can be browsed at the normal kernel.org git web

Re: [PATCH] acpi/video: Add Lenovo IdeaPad Yoga 13 to acpi video detect blacklist

2013-10-13 Thread Aaron Lu
On 10/14/2013 08:55 AM, Lennart Poettering wrote: > On the Yoga 13 the backlight control doesn't work via ACPI. (And doesn't > work either with the low-level platform driver ideapad_laptop; but > works correctly via the intel video driver). This patch hence adds the > Yoga 13 to the ACPI video

Re: [PATCH 1/9] i2c: i2c-designware-platdrv: replace platform_driver_probe to support deferred probing

2013-10-13 Thread zhangfei gao
On Wed, Oct 9, 2013 at 4:35 AM, Wolfram Sang wrote: > Subsystems like pinctrl and gpio rightfully make use of deferred probing at > core level. Now, deferred drivers won't be retried if they don't have a .probe > function specified in the driver struct. Fix this driver to have that, so the >

Re: [PATCHSET 0/8] perf tools: Fix scalability problem on callchain merging (v5)

2013-10-13 Thread Namhyung Kim
Hi Jiri, On Sun, 13 Oct 2013 14:34:44 +0200, Jiri Olsa wrote: > On Fri, Oct 11, 2013 at 02:15:35PM +0900, Namhyung Kim wrote: >> Hello, >> >> This is a new version of callchain improvement patchset. Basically >> it's almost same as v4 but rebased on current acme/perf/core and some >> functions

[PATCH] acpi/video: Add Lenovo IdeaPad Yoga 13 to acpi video detect blacklist

2013-10-13 Thread Lennart Poettering
On the Yoga 13 the backlight control doesn't work via ACPI. (And doesn't work either with the low-level platform driver ideapad_laptop; but works correctly via the intel video driver). This patch hence adds the Yoga 13 to the ACPI video detect blacklist, to make sure the broken ACPI backlight

Re: [RFC/PATCH] ftrace: add set_graph_notrace filter

2013-10-13 Thread Namhyung Kim
Hi, On Fri, 11 Oct 2013 08:31:45 -0400, Steven Rostedt wrote: > On Fri, 11 Oct 2013 17:19:46 +0900 > Namhyung Kim wrote: > >> Hi Steve, >> >> On Fri, 11 Oct 2013 00:17:17 -0400, Steven Rostedt wrote: >> > Sorry for the very late reply, finally got some time to look at other >> > peoples code.

Re: [PATCH] ext4: fix checking on nr_to_write

2013-10-13 Thread Ming Lei
On Mon, Oct 14, 2013 at 12:39 AM, Ming Lei wrote: > > On one arm A15 board(arndale) with sata 3.0 SSD(CPU: 1.5GHz dura core, RAM: > 2GB), Sorry for forgetting to mention: the sata controller is working at 3.0Gbps. Thanks, -- Ming Lei -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] ARM: SAMSUNG: remove IRQF_DISABLED

2013-10-13 Thread Jingoo Han
On Saturday, October 12, 2013 12:36 PM, Michael Opdenacker wrote: > > This patch proposes to remove the use of the IRQF_DISABLED flag > > It's a NOOP since 2.6.35 and it will be removed one day. > > Signed-off-by: Michael Opdenacker Reviewed-by: Jingoo Han Best regards, Jingoo Han > --- >

Re: [PATCH v3 2/3] mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrently

2013-10-13 Thread Minchan Kim
Hello, On Sat, Oct 12, 2013 at 05:37:55PM +0800, Weijie Yang wrote: > Hi, all > > I thought out a new way to resolve this problem: use CAS instead of refcount. > > It not only resolve this problem, but also fix another issue, > can be expanded to support frontswap get_and_free mode easily. >

[PATCH 1/1] drivers: infiniband: ulp: Fix possible use-after-free

2013-10-13 Thread Felipe Pena
The tx_desc variable is being used to access its type member after a kmem_cache_free call Signed-off-by: Felipe Pena --- drivers/infiniband/ulp/iser/iser_initiator.c |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/infiniband/ulp/iser/iser_initiator.c

Re: support for Intel Atom based QNAP LEDs/buttons/buzzer in Linux?

2013-10-13 Thread Christoph Anton Mitterer
Hi Greg, Guenter and Chris. Coming back to the stuff discussed previously[0]. Chris Eastwood has made most of these (i.e. LEDs and buttons, the buzzers may work on at least some of the devices via some other serial device) working (AFAIU based on the previously mentioned code at Github[1]), he

Re: [PATCH] ARM: timer-sp: remove deprecated IRQF_DISABLED

2013-10-13 Thread Russell King - ARM Linux
If you want to either send these to the patch system, or alternatively collect them up in a git tree somewhere for me and/or arm-soc to pull... On Sat, Oct 12, 2013 at 04:52:02AM +0200, Michael Opdenacker wrote: > This patch proposes to remove the use of the IRQF_DISABLED flag > > It's a NOOP

Virtual Conference Invitation

2013-10-13 Thread The-Science.com
Please resend this information to your colleagues who might be interested. We are sorry if you receive this CFP more than once. Virtual International Conferences Call For Papers The

[PATCH] unset twsi option3 for gconfig as well

2013-10-13 Thread Roel Kluin
Signed-off-by: Roel Kluin --- drivers/pinctrl/mvebu/pinctrl-dove.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/mvebu/pinctrl-dove.c b/drivers/pinctrl/mvebu/pinctrl-dove.c index 29f7e4f..360b9b2 100644 --- a/drivers/pinctrl/mvebu/pinctrl-dove.c +++

Re: [PATCH v2 1/3] thermal: bcm281xx: Add thermal driver

2013-10-13 Thread Eduardo Valentin
On 27-09-2013 18:37, Wendy Ng wrote: > This adds the support for reading out temperature from Broadcom bcm281xx > SoCs. > > Signed-off-by: Wendy Ng > Reviewed-by: Markus Mayer > Reviewed-by: Christian Daudt > --- > .../bindings/thermal/bcm-kona-thermal.txt | 18 +++ >

Re: Linux 3.12-rc5

2013-10-13 Thread Rafael J. Wysocki
Hi, On Sunday, October 13, 2013 03:52:49 PM Linus Torvalds wrote: > Things seem to be calming down nicely, and rc5 is smaller than previous rc's. > > In fact, the most excitement we had this week wasn't even a kernel > bug, it was a compiler bug wrt "asm goto" that was found because of > code

Re: Linux 3.4.66

2013-10-13 Thread Greg KH
diff --git a/Makefile b/Makefile index 3a8897f..e9587ab 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 4 -SUBLEVEL = 65 +SUBLEVEL = 66 EXTRAVERSION = NAME = Saber-toothed Squirrel diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c index 8f5813b..056cfbe

Linux 3.4.66

2013-10-13 Thread Greg KH
I'm announcing the release of the 3.4.66 kernel. All users of the 3.4 kernel series must upgrade. The updated 3.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.4.y and can be browsed at the normal kernel.org git web browser:

Linux 3.12-rc5

2013-10-13 Thread Linus Torvalds
Things seem to be calming down nicely, and rc5 is smaller than previous rc's. In fact, the most excitement we had this week wasn't even a kernel bug, it was a compiler bug wrt "asm goto" that was found because of code that is pending to be merged in 3.13. But the (happily fairly straightforward)

[PATCH] set data enable logic level to low

2013-10-13 Thread Roel Kluin
Signed-off-by: Roel Kluin --- drivers/video/omap2/dss/display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/omap2/dss/display.c b/drivers/video/omap2/dss/display.c index fafe7c9..669a81f 100644 --- a/drivers/video/omap2/dss/display.c +++

Re: Linux 3.0.100

2013-10-13 Thread Greg KH
diff --git a/Makefile b/Makefile index 0d6881a..a6ddb9d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 0 -SUBLEVEL = 99 +SUBLEVEL = 100 EXTRAVERSION = NAME = Sneaky Weasel diff --git a/arch/powerpc/kernel/iommu.c b/arch/powerpc/kernel/iommu.c index

Re: [PATCH v2 3/3] ARM: bcm281xx: Add thermal driver to device tree.

2013-10-13 Thread Eduardo Valentin
On 27-09-2013 18:37, Wendy Ng wrote: > This patch adds the device tree node for Broadcom bcm281xx SoCs thermal > driver. > > Signed-off-by: Wendy Ng > Reviewed-by: Markus Mayer > Reviewed-by: Christian Daudt > --- > arch/arm/boot/dts/bcm11351-brt.dts |4 +++- >

Linux 3.0.100

2013-10-13 Thread Greg KH
-- NOTE! The 3.0.x kernel series will be moving to End-Of-Life soon, within a week. Please move anything that is relying on this kernel version to the other longterm kernel releases (3.4.x or 3.10.x) as soon as possible. If anyone has any questions about this, please

Re: [PATCH v2 2/3] ARM: bcm281xx: Turn on Thermal and HWMON drivers.

2013-10-13 Thread Eduardo Valentin
Wendy, On 27-09-2013 18:37, Wendy Ng wrote: > This enables the thermal and HWMON drivers for Broadcom bcm281xx SoCs. > > Signed-off-by: Wendy Ng > Reviewed-by: Markus Mayer > Reviewed-by: Christian Daudt > --- > arch/arm/configs/bcm_defconfig |3 ++- > 1 file changed, 2 insertions(+), 1

Re: [PATCH v2] thermal: st: Add support for STiH41x thermal sensors

2013-10-13 Thread Eduardo Valentin
Hello Ajit, Sorry for the long delay answering you. I found a couple of minor points still on this code. Can you please check them? On 25-09-2013 07:01, Ajit Pal Singh wrote: > Adds support for thermal sensors on STiH41x series SOCs. > Single trip point 'THERMAL_TRIP_CRITICAL' is supported. >

Re: [ 34/48] kernel/kmod.c: check for NULL in call_usermodehelper_exec()

2013-10-13 Thread Greg KH
On Sat, Oct 12, 2013 at 07:36:06AM +0900, Tetsuo Handa wrote: > Greg Kroah-Hartman wrote: > > 3.4-stable review patch. If anyone has any objections, please let me know. > > 3.4-stable doesn't need this patch because commit 264b83c07a84 > ("usermodehelper: check subprocess_info->path != NULL")

Re: [RFC] perf record,top: Add callchain option into .perfconfig

2013-10-13 Thread Andi Kleen
On Sun, Oct 13, 2013 at 11:18:05PM +0200, Jiri Olsa wrote: > On Sun, Oct 13, 2013 at 12:25:21PM +0200, Jiri Olsa wrote: > > SNIP > > > > > I'll try to come up with something later today > > > > jirka > > > hi, > here it is.. not fully tested, no doc updates, dont want > to go too far before

[PATCH] perf make: Move DEBUG initialization into Makefile.perf

2013-10-13 Thread Jiri Olsa
Adding new top level Makefile invalidated the DEBUG variable check for "command line" origin. Moving this check into Makefile.perf. Signed-off-by: Jiri Olsa Cc: Corey Ashford Cc: David Ahern Cc: Ingo Molnar Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Arnaldo Carvalho de

[RFC] perf record,top: Add callchain option into .perfconfig

2013-10-13 Thread Jiri Olsa
On Sun, Oct 13, 2013 at 12:25:21PM +0200, Jiri Olsa wrote: SNIP > > I'll try to come up with something later today > > jirka hi, here it is.. not fully tested, no doc updates, dont want to go too far before we agreed on this ;-) thanks for comments, jirka -- The callchain option is now

CONFIG_SLUB/USE_SPLIT_PTLOCKS compatibility

2013-10-13 Thread Max Filippov
Hello, I'm reliably getting kernel crash on xtensa when CONFIG_SLUB is selected and USE_SPLIT_PTLOCKS appears to be true (SMP=y, NR_CPUS=4, DEBUG_SPINLOCK=n, DEBUG_LOCK_ALLOC=n). This happens because spinlock_t ptl and struct page *first_page overlap in the struct page. The following call chain

Re: [PATCH] x86/efi: Add EFI framebuffer earlyprintk support

2013-10-13 Thread H. Peter Anvin
On 10/12/2013 10:49 AM, Ingo Molnar wrote: > +static void early_efi_write_char(void *dst, char c, int h) +{ + const u8 *src; + u32 fgcolor = 0xaa; >>> >>> That's RGB grey, right? Why not 0xff for a very visible white? >> >> The VGA earlyprintk code uses the

[RFC PATCH RESEND 1/2] clk: add clk accuracy retrieval support

2013-10-13 Thread Boris BREZILLON
The clock accuracy is expressed in ppb (parts per billion) and represents the possible clock drift. Say you have a clock (e.g. an oscillator) which provides a fixed clock of 20MHz with an accuracy of +- 20Hz. This accuracy expressed in ppb is 20Hz/20MHz = 1000 ppb (or 1 ppm). Clock users may need

Re: NULL pointer dereference in autofs4_expire_wait

2013-10-13 Thread David Ahern
On 10/11/13 7:56 PM, Ian Kent wrote: So more history please, had you used 3.11 for an extended amount of time, before using the 3.12-rc? IOW what's your kernel version use history please? I think I did have a 3.11 installed, but was not doing a heavy nfs/autofs load. That started in the past

Re: [GIT PULL] firmware: wl1251 firmware binary

2013-10-13 Thread Ben Hutchings
On Wed, 2013-10-02 at 07:55 -0500, Felipe Balbi wrote: > Hi, > > here's a pull request for wl4 firmware. I'll send a patch for wl1251 > driver updating firmware load path. > > The following changes since commit b8ac7c7e27dcd13fa3c843aaf62457e9c57ea4db: > > linux-firmware: Add Brocade FC/FCOE

Re: latencytop.org defunkt ?

2013-10-13 Thread Rafael J. Wysocki
On Sunday, October 13, 2013 07:51:50 AM Randy Dunlap wrote: > On 10/09/13 09:42, Daniel Walker wrote: > > Hi, > > > > Are you aware that http://www.latencytop.org/ is not functioning ? I was > > trying to get the update source code, but seem there is no place to do > > that. > > > Maybe Rafael

Re: [PATCH v2 tip/core/rcu 07/13] ipv6/ip6_tunnel: Apply rcu_access_pointer() to avoid sparse false positive

2013-10-13 Thread Hannes Frederic Sowa
On Sun, Oct 13, 2013 at 04:14:39AM -0700, Paul E. McKenney wrote: > On Sat, Oct 12, 2013 at 07:42:18PM +, Mathieu Desnoyers wrote: > > - Original Message - > > > On Sat, Oct 12, 2013 at 06:43:45PM +0200, Hannes Frederic Sowa wrote: > > > > Regarding the volatile access, I hope that the

Re: [PATCH] cgroup: fix to break the while loop in cgroup_attach_task() correctly

2013-10-13 Thread Tejun Heo
On Sat, Oct 12, 2013 at 10:59:17AM +0800, Li Zefan wrote: > From: Anjana V Kumar > > Both Anjana and Eunki reported a stall in the while_each_thread loop > in cgroup_attach_task(). > > It's because, when we attach a single thread to a cgroup, if the cgroup > is exiting or is already in that

Re: [RFC] net: stmmac: keep RXC running in LPI mode to avoid system overload

2013-10-13 Thread Romain Baeriswyl
Hello Guiseppe, Thanks for your answer. Please find below some details and answers. > > In order to avoid system overload, the clock RXC from the Phy > > should not be > > stopped when in LPI mode. > > > > With the RTL8211E PHY which support EEE mode and with Apple Airport > > Extreme that > >

Re: [PATCH 1/1] AHCI: disabled FBS prior to issuing software reset

2013-10-13 Thread Tejun Heo
Hello, On Sat, Oct 12, 2013 at 02:56:34PM +0800, xiangliang yu wrote: > > So it can't find the disk if FBS stays enabled? Can you please attach > > the boot log before & after? > > Below is boot log: And it works after the patch, right? Can you please update the patch description so that it

Re: [RFC 09/23] mm/init: Use memblock apis for early memory allocations

2013-10-13 Thread Tejun Heo
On Sat, Oct 12, 2013 at 05:58:52PM -0400, Santosh Shilimkar wrote: > Switch to memblock interfaces for early memory allocator When posting actual (non-RFC) patches later, please cc the maintainers of the target subsystem and briefly explain why the new interface is needed and that this doesn't

Re: [RFC 08/23] mm/memblock: debug: don't free reserved array if !ARCH_DISCARD_MEMBLOCK

2013-10-13 Thread Tejun Heo
On Sat, Oct 12, 2013 at 05:58:51PM -0400, Santosh Shilimkar wrote: > From: Grygorii Strashko > > Now the Nobootmem allocator will always try to free memory allocated for > reserved memory regions (free_low_memory_core_early()) without taking > into to account current memblock debugging

Re: [PATCH] ipmi: remove deprecated IRQF_DISABLED

2013-10-13 Thread Corey Minyard
Thanks, it's in the queue. -corey On 10/12/2013 10:59 PM, Michael Opdenacker wrote: > This patch proposes to remove the use of the IRQF_DISABLED flag > > It's a NOOP since 2.6.35 and it will be removed one day. > > Signed-off-by: Michael Opdenacker > --- > drivers/char/ipmi/ipmi_si_intf.c | 4

[PATCH v2] staging/olpc_dcon: fix kconfig to fix build errors

2013-10-13 Thread Randy Dunlap
From: Randy Dunlap Fix build errors when GPIO_CS5535=m and FB_OLPC_DCON=y by preventing that kconfig combination. These build errors are caused by having a kconfig bool symbol (FB_OLPC_DCON_1) that depend on a tristate symbol (GPIO_CS5535), but when the tristate symbol is =m, the bool symbol is

Re: [PATCH 2/2] i2c: i2c-core: fix coding style issues in i2c-core.c

2013-10-13 Thread Joe Perches
On Mon, 2013-10-14 at 00:43 +0530, RAGHAVENDRA GANIGA wrote: [] > diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c [] > @@ -1737,9 +1735,10 @@ int i2c_transfer(struct i2c_adapter *adap, struct > i2c_msg *msgs, int num) > if (adap->algo->master_xfer) { > #ifdef DEBUG >

[PATCH 3.12-rc4] cifs: ntstatus_to_dos_map[] is not terminated

2013-10-13 Thread Tim Gardner
Functions that walk the ntstatus_to_dos_map[] array could run off the end. For example, ntstatus_to_dos() loops while ntstatus_to_dos_map[].ntstatus is not 0. Granted, this is mostly theoretical, but could be used as a DOS attack if the error code in the SMB header is bogus. Cc: Steve French

[PATCH 2/5] uprobes: Introduce __create_xol_area()

2013-10-13 Thread Oleg Nesterov
No functional changes, preparation. Extract the code which actually allocates/installs the new area into the new helper, __create_xol_area(). While at it remove the unnecessary "ret = ENOMEM" and "ret = 0" in xol_add_vma(), they both have no effect. Cc: sta...@vger.kernel.org # 3.9+

[PATCH 1/5] uprobes: Change the callsite of uprobe_copy_process()

2013-10-13 Thread Oleg Nesterov
Preparation for the next patches. Move the callsite of uprobe_copy_process() in copy_process() down to the succesfull return. We do not care if copy_process() fails, uprobe_free_utask() won't be called in this case so the wrong ->utask != NULL doesn't matter. OTOH, with this change we know that

[PATCH 3/5] uprobes: Teach __create_xol_area() to accept the predefined vaddr

2013-10-13 Thread Oleg Nesterov
Currently xol_add_vma() uses get_unmapped_area() for area->vaddr, but the next patches need to use the fixed address. So this patch adds the new "vaddr" argument to __create_xol_area() which should be used as area->vaddr if it is nonzero. xol_add_vma() doesn't bother to verify that the predefined

[PATCH 4/5] uprobes: Change uprobe_copy_process() to dup return_instances

2013-10-13 Thread Oleg Nesterov
uprobe_copy_process() assumes that the new child doesn't need ->utask, it should be allocated by demand. But this is not true if the forking task has the pending ret- probes, the child should report them as well and thus it needs the copy of parent's ->return_instances chain. Otherwise the child

[PATCH 0/5] uprobes: fix fork() with the pending ret-probe(s)

2013-10-13 Thread Oleg Nesterov
Hello. Please review, this series fixes the serious bug reported by Martin and David and cc's stable. See the changelog in 5/5. Oleg. kernel/events/uprobes.c | 144 +++ kernel/fork.c |2 +- 2 files changed, 109 insertions(+), 37

[PATCH 5/5] uprobes: Change uprobe_copy_process() to dup xol_area

2013-10-13 Thread Oleg Nesterov
This finally fixes the serious bug in uretprobes: a forked child crashes if the parent called fork() with the pending ret probe. Trivial test-case: # perf probe -x /lib/libc.so.6 __fork%return # perf record -e probe_libc:__fork perl -le 'fork || print "OK"' (the child doesn't

[PATCH 2/2] i2c: i2c-core: fix coding style issues in i2c-core.c

2013-10-13 Thread RAGHAVENDRA GANIGA
>From b21e6a52aa9c36e8c01173cff13bbfd2a380d0bd Mon Sep 17 00:00:00 2001 From: Raghavendra Ganiga Date: Mon, 14 Oct 2013 00:29:08 +0530 Subject: [PATCH 2/2] i2c: i2c-core: fix coding style issues in i2c-core.c This is a patch to the i2c-core.c file that fixes up warnings and the code indent error

Re: latencytop.org defunkt ?

2013-10-13 Thread Arjan van de Ven
somehow the domain no longer points to the right spot/etc my attempts to get that fixed have failed so far ;-( On Wed, Oct 9, 2013 at 9:42 AM, Daniel Walker wrote: > Hi, > > Are you aware that http://www.latencytop.org/ is not functioning ? I was > trying to get the update source code, but seem

[PATCH 1/2] i2c: i2c-core: fix paranthesis coding style issue in i2c-core.c

2013-10-13 Thread RAGHAVENDRA GANIGA
>From 46aed97f5e5a434e8ec24c14e085a138958ba559 Mon Sep 17 00:00:00 2001 From: Raghavendra Ganiga Date: Sun, 13 Oct 2013 19:13:46 +0530 Subject: [PATCH 1/2] i2c: i2c-core: fix paranthesis coding style issue in i2c-core.c This is a patch to the i2c-core.c file that fixes the paranthesis warning

RE: INVESTMENT/ RELOCATION ASSISTANCE. 13th/10/2013

2013-10-13 Thread Mrs. Maryann Jamila Hussein.
Dear Beloved, I am Mrs. Maryann Jamila Hussein a Teacher and a Muslim Convert here in Syria,i had sent a previous mail which i am not sure you got. I need your assistance to invest and help me relocate my 3 kids who are 17 years and below, so that they can get a better life there in your

Re: [RFC 06/23] mm/memblock: Add memblock early memory allocation apis

2013-10-13 Thread Tejun Heo
On Sun, Oct 13, 2013 at 07:00:59PM +0100, Russell King - ARM Linux wrote: > On Sun, Oct 13, 2013 at 01:56:48PM -0400, Tejun Heo wrote: > > Hello, > > > > On Sat, Oct 12, 2013 at 05:58:49PM -0400, Santosh Shilimkar wrote: > > > Introduce memblock early memory allocation APIs which allow to support

Re: [GIT PULL REQUEST] watchdog - v3.12-rc4 Fixes

2013-10-13 Thread Guenter Roeck
On 10/13/2013 11:19 AM, Wim Van Sebroeck wrote: Hi Guenter, Looks like the diffs don't match the description. Are those possibly the diffs from your previous pull request ? From a 3.6 pull request to be precisely :-( I use the old mail as template and apparently forgot to change the

  1   2   3   4   5   >