Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread Arend van Spriel
On 07/27/2013 12:36 PM, Tomasz Figa wrote: On Saturday 27 of July 2013 12:24:24 Arend van Spriel wrote: On 07/27/2013 11:51 AM, Tomasz Figa wrote: On Saturday 27 of July 2013 07:04:08 Richard Cochran wrote: On Fri, Jul 26, 2013 at 08:49:43AM -0700, Olof Johansson wrote: Long term, final goal

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread Russell King - ARM Linux
On Sat, Jul 27, 2013 at 12:34:32PM +0200, Arend van Spriel wrote: Oh, and the reason for my tinkering on dts is here: http://mid.gmane.org/51e7aa24.6080...@broadcom.com Happily using Pandaboard for my driver testing and than *kaboom*. board-omap4panda.c is gone although the device tree

Re: [ 00/45] 3.0.88-stable review

2013-07-27 Thread linux
Quoting Greg Kroah-Hartman gre...@linuxfoundation.org: This is the start of the stable review cycle for the 3.0.88 release. There are 45 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses

Re: [PATCH RFC fs] v2 Make sync() satisfy many requests with one invocation

2013-07-27 Thread Paul E. McKenney
On Sat, Jul 27, 2013 at 04:21:01PM +1000, Dave Chinner wrote: On Fri, Jul 26, 2013 at 09:05:24PM -0700, Paul E. McKenney wrote: On Sat, Jul 27, 2013 at 12:57:03PM +1000, Dave Chinner wrote: On Fri, Jul 26, 2013 at 04:28:52PM -0700, Paul E. McKenney wrote: Dave Jones reported RCU stalls,

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread Mark Brown
On Sat, Jul 27, 2013 at 10:53:01AM +0200, Richard Cochran wrote: On Fri, Jul 26, 2013 at 11:15:24AM -0600, Jason Gunthorpe wrote: Why do you think our experiences are so different? Here are a few recent examples: OK, let's go through these... * What happens when one wants to boot vanilla

Re: [PATCH v2 2/2] tracing: Shrink the size of struct ftrace_event_field

2013-07-27 Thread Steven Rostedt
On Sat, 2013-07-27 at 10:45 +0200, Borislav Petkov wrote: + field-filter_type = filter_type; field-offset = offset; field-size = size; - field-is_signed = is_signed; + field-is_signed = !!is_signed; + + VERIFY_SIZE(filter_type); + VERIFY_SIZE(offset); +

Re: [PATCH 2/2] pinctrl: palmas: add pincontrol driver

2013-07-27 Thread Laxman Dewangan
Hi Stephen, Thanks for detail review. Agree on most of review. Some info/answer on some of query. On Saturday 27 July 2013 12:39 AM, Stephen Warren wrote: (Also CC'ing in the DT bindings maintainers, hence quoting all of the binding.) On 07/26/2013 04:15 AM, Laxman Dewangan wrote: That field

Re: RFC: revert request for cpuidle patches e11538d1 and 69a37bea

2013-07-27 Thread Rafael J. Wysocki
On Saturday, July 27, 2013 02:22:53 AM Len Brown wrote: OK, I'll queue up the reverts as fixes for 3.11-rc4. So, the reverts are on the fixes-next branch of the linux-pm.git tree that you can access at http://git.kernel.org/cgit/linux/kernel/git/rafael/linux-pm.git/log/?h=fixes-next

Re: Linux 3.11-rc2 (acpi backlight, revert)

2013-07-27 Thread Rafael J. Wysocki
On Saturday, July 27, 2013 08:34:13 AM Kalle Valo wrote: Rafael J. Wysocki r...@sisk.pl writes: James, Kamal, Steven, Jörg, Martin, Kalle, please check if the apppended patch fixes the backlight for you. I did three suspend-resume cycles and didn't notice anything wrong so this patch

Re: [PATCH] perf: sample after exit loses thread correlation

2013-07-27 Thread Jiri Olsa
On Fri, Jul 26, 2013 at 04:04:14PM -0600, David Ahern wrote: Occassionally events (e.g., context-switch, sched tracepoints) are losing the conversion of sample data associated with a thread. For example: $ perf record -e sched:sched_switch -c 1 -a -- sleep 5 $ perf script selected events

Re: [PATCH 1/4] ALSA: Added jack detection kcontrol support

2013-07-27 Thread Mark Brown
On Fri, Jul 26, 2013 at 04:13:40PM -0700, Felipe Tonello wrote: On Fri, Jul 26, 2013 at 3:48 PM, Mark Brown broo...@kernel.org wrote: What I'd expect to happen here is that for multi function jacks we create a control per function if the controls are valid. Ok, so the idea is just to

Re: [PATCH 0/9] perf tools: add support for reading object code

2013-07-27 Thread Jiri Olsa
On Thu, Jul 25, 2013 at 05:01:21PM +0300, Adrian Hunter wrote: Hi Here are some patches that add support for reading object code from vmlinux, kernel modules and /proc/kcore. hum.. looks like it's based on your previous fixies plus some from David? I couldn't get it cleanly applied on latest

[PATCH 3/3] ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhere

2013-07-27 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com There are several places in the tree where ACPI_STATE_D3 is used instead of ACPI_STATE_D3_COLD which should be used instead for clarity. Modify them all to use ACPI_STATE_D3_COLD as appropriate. [The definition of ACPI_STATE_D3 itself cannot go

[PATCH 2/3] ACPI / PM: Make messages in acpi_device_set_power() print device names

2013-07-27 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com Modify acpi_device_set_power() so that diagnostic messages printed by it to the kernel log always contain the name of the device concerned to make it possible to identify the device that triggered the message if need be. Also replace

[PATCH 0/3] ACPI / PM: Device PM cleanups

2013-07-27 Thread Rafael J. Wysocki
Hi All, The following 3 patches clean up ACPI device PM a bit: [1/3] Fix acpi_device_set_power() to avoid printing useless messages for devices that aren't power manageable. [2/3] Fix messages in acpi_device_set_power() to always contain a device name. [3/3] Replace ACPI_STATE_D3

[PATCH 1/3] ACPI / PM: Only set power states of devices that are power manageable

2013-07-27 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com Make acpi_device_set_power() check if the given device is power manageable before checking if the given power state is valid for that device. Otherwise it will print that Device does not support that power state into the kernel log, which may

Re: [PATCH v2 2/2] input/uinput: add UI_GET_SYSPATH ioctl to retrieve the sysfs path

2013-07-27 Thread David Herrmann
Hi On Mon, Jul 15, 2013 at 3:37 PM, Benjamin Tissoires benjamin.tissoi...@redhat.com wrote: Evemu [1] uses uinput to replay devices traces it has recorded. However, the way evemu uses uinput is slightly different from how uinput is supposed to be used. Evemu creates the device node through

[PATCH] ACPI: Move acpi_bus_get_device() from bus.c to scan.c

2013-07-27 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com Subject: ACPI: Move acpi_bus_get_device() from bus.c to scan.c Move acpi_bus_get_device() from bus.c to scan.c which allows acpi_bus_data_handler() to become static and clean up the latter. Signed-off-by: Rafael J. Wysocki

Re: Build regressions/improvements in v3.11-rc2

2013-07-27 Thread Yann E. MORIN
Geert, All, Sorry to chime in a bit late... On 2013-07-23 22:20 +0200, Geert Uytterhoeven spake thusly: On Tue, 23 Jul 2013, Geert Uytterhoeven wrote: JFYI, when comparing v3.11-rc2 to v3.11-rc1[3], the summaries are: - build errors: +9/-23 [--SNIP--] powerpc-randconfig, due to a kconfig

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

2013-07-27 Thread Eli Billauer
Hello Greg, I upgraded sparse 0.4.2 - 0.4.4 and now we see the same error messages. It will take me a few days to prepare a patch for that. Thanks for your patience. Eli On 27/07/13 02:28, Greg KH wrote: $ make M=drivers/staging/xillybus/ C=1 LD

Re: [ipc,shm] BUG: lock held when returning to user space!

2013-07-27 Thread Fengguang Wu
On Sat, Jul 20, 2013 at 09:46:45AM -0700, Davidlohr Bueso wrote: On Sun, 2013-07-21 at 00:02 +0800, Xiaotian Feng wrote: On Sat, Jul 20, 2013 at 9:13 PM, Fengguang Wu fengguang...@intel.com wrote: Greetings, I got the below dmesg and the first bad commit is commit

Re: kisskb: sparc-allmodconfig is actually sparc64

2013-07-27 Thread Michael Ellerman
On Fri, 2013-07-26 at 12:23 +0200, Geert Uytterhoeven wrote: Hi Michael, Stephen, The sparc-allmodconfig builds on http://kisskb.ellerman.id.au/kisskb/matrix/ seem to be sparc64, not sparc32, allmodconfig builds. The sparc-allnoconfig builds are sparc32. Ah right, we seem to have sparc and

Re: [PATCH v4 0/5] Xen/ACPI: support sleep state entering on hardware reduced systems

2013-07-27 Thread Rafael J. Wysocki
On Thursday, June 27, 2013 11:01:58 AM Ben Guthro wrote: In version 3.4 acpi_os_prepare_sleep() got introduced in parallel with reduced hardware sleep support, and the two changes didn't get synchronized: The new code doesn't call the hook function (if so requested). Fix this, requiring a

Re: [PATCH v8 06/12] ARM: dts: Add description of System MMU of Exynos SoCs

2013-07-27 Thread Rob Herring
On Fri, Jul 26, 2013 at 6:28 AM, Cho KyongHo pullip@samsung.com wrote: Signed-off-by: Cho KyongHo pullip@samsung.com --- .../bindings/iommu/samsung,exynos4210-sysmmu.txt | 103 +++ arch/arm/boot/dts/exynos4.dtsi | 122

Re: [PATCH v5 0/5] Xen/ACPI: support sleep state entering on hardware reduced systems

2013-07-27 Thread Rafael J. Wysocki
On Friday, June 28, 2013 09:46:19 AM Ben Guthro wrote: In version 3.4 acpi_os_prepare_sleep() got introduced in parallel with reduced hardware sleep support, and the two changes didn't get synchronized: The new code doesn't call the hook function (if so requested). Fix this, requiring a

[PATCH] block: support embedded device command line partition

2013-07-27 Thread Caizhiyong
From: Cai Zhiyong caizhiy...@huawei.com Read block device partition table from command line. This partition used for fixed block device (eMMC) embedded device. It no MBR, can save storage space. Bootloader can be easily accessed by absolute address of data on the block device. It support

Re: [Xen-devel] [PATCH v6 0/5] Xen/ACPI: support sleep state entering on hardware reduced systems

2013-07-27 Thread Rafael J. Wysocki
On Monday, July 22, 2013 08:44:08 AM Ben Guthro wrote: On Mon, Jul 8, 2013 at 9:08 AM, Ben Guthro benjamin.gut...@citrix.com wrote: On 07/08/2013 09:10 AM, Rafael J. Wysocki wrote: On Sunday, July 07, 2013 08:13:15 PM Ben Guthro wrote: On Mon, Jul 1, 2013 at 7:48 AM, Ben Guthro

Re: [PATCH v8 07/12] iommu/exynos: support for device tree

2013-07-27 Thread Tomasz Figa
Hi, On Friday 26 of July 2013 20:28:36 Cho KyongHo wrote: This commit adds device tree support for System MMU. This also include the following changes and enhancements: * use managed device helper functions. Simplyfies System MMU device driver. * use only a single clock descriptor.

Re: [PATCH] x86/PCI: MMCONFIG: cleanup and add address warning to pci_mmconfig_insert

2013-07-27 Thread Yinghai Lu
On Fri, Jul 26, 2013 at 10:39 AM, Bjorn Helgaas bhelg...@google.com wrote: [+cc Jiang, linux-pci, -cc bjorn.helg...@hp.com (dead address)] On Fri, Jul 26, 2013 at 05:10:39PM +0800, ethan zhao wrote: Cleanup the -EINVAL return value handling and add warning message for invalid start,end,addr

Re: [PATCH 1/1] drivers: misc: Add support for ANDROID_PMEM

2013-07-27 Thread Arnd Bergmann
On Friday 26 July 2013, Greg Kroah-Hartman wrote: On Fri, Jul 26, 2013 at 02:53:21PM +0200, Bálint Czobor wrote: Thank you for the info. However some devices still use it, sorry, I haven't seen that commit. No modern Android devices should use pmem, only obsolete ones, right? That's why

Re: [PATCH] Change request_irq() to use struct net_device *dev-name

2013-07-27 Thread Sergei Shtylyov
On 27-07-2013 12:58, Prashant Shah wrote: It's also called managed device API. In fact, I've never heard it named devres API. If I understood it correctly it has to just calls devm_request_region() with the struct device pointer and there are no deallocation functions to call ? It

[GIT PULL] SCSI fixes for 3.11-rc2

2013-07-27 Thread James Bottomley
This is five bug fixes, two of which fix long standing problems causing crashes (sd and mvsas). The remaining three are hung (isci race) or lost (qla2xxx, isci) devices. The patch is available here: git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-fixes The short changelog is:

[PATCH] um: Accept /dev/fd/* uml block devices

2013-07-27 Thread Gabriel de Perthuis
Useful for * limiting privileges * opening block devices O_EXCL Use dup to work around the fact /proc/self/fd can't be opened after dropping privileges. This proc behaviour doesn't match TLPI and might be a bug. Qemu has a slightly more complex fdset approach that provides fds with different

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread David Gibson
On Fri, Jul 26, 2013 at 03:21:40PM +0100, Russell King - ARM Linux wrote: On Fri, Jul 26, 2013 at 10:14:32AM -0400, jonsm...@gmail.com wrote: Yes, yes - that's why the schema should be written down and used as a validation input to dtc. Then dtc can spit out errors for non-standard items.

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread David Gibson
On Fri, Jul 26, 2013 at 02:14:23PM +0100, Russell King - ARM Linux wrote: On Fri, Jul 26, 2013 at 03:09:29PM +0200, Richard Cochran wrote: On Fri, Jul 26, 2013 at 10:42:24AM +0100, David Woodhouse wrote: On Fri, 2013-07-26 at 10:01 +0200, Richard Cochran wrote: On Thu, Jul 25, 2013 at

Re: [PATCH v4 0/5] Xen/ACPI: support sleep state entering on hardware reduced systems

2013-07-27 Thread Ben Guthro
On Jul 27, 2013, at 9:51 AM, Rafael J. Wysocki r...@sisk.pl wrote: On Thursday, June 27, 2013 11:01:58 AM Ben Guthro wrote: In version 3.4 acpi_os_prepare_sleep() got introduced in parallel with reduced hardware sleep support, and the two changes didn't get synchronized: The new code

Re: [PATCH v3 4/4] hwmon: (lm90) use enums for the indexes of temp8 and temp11

2013-07-27 Thread Jean Delvare
Hi Wei, On Fri, 12 Jul 2013 15:48:07 +0800, Wei Ni wrote: Using enums for the indexes and nrs of temp8 and temp11. This make the code much more readable. I can't say I'm thrilled by this patch. The improved readability is questionable. In the original code, each line already had one constant

Re: [ 02/79] sparc32: vm_area_struct access for old Sun SPARCs.

2013-07-27 Thread Ben Hutchings
On Fri, 2013-07-26 at 13:46 -0700, Greg Kroah-Hartman wrote: 3.10-stable review patch. If anyone has any objections, please let me know. -- From: Olivier DANET oda...@caramail.com [...] This is missing the upstream reference. It was commit

Re: [PATCH v3 3/4] hwmon: (lm90) add support to handle IRQ

2013-07-27 Thread Jean Delvare
Hi Wei, Sorry for the late reply. On Fri, 19 Jul 2013 14:41:54 +0800, Wei Ni wrote: On 07/18/2013 11:58 PM, Jean Delvare wrote: First of all, how is the chip wired on your system? You are using an NCT1008, right? Which output of the chip is connected to your interrupt line, THERM or

Re: [PATCH RFC] pram: persistent over-kexec memory file system

2013-07-27 Thread Marco Stornelli
Il 26/07/2013 14:29, Vladimir Davydov ha scritto: Hi, We want to propose a way to upgrade a kernel on a machine without restarting all the user-space services. This is to be done with CRIU project, but we need help from the kernel to preserve some data in memory while doing kexec. The key

Re: [PATCHv2] bridge: disable snooping if there is no querier

2013-07-27 Thread Linus Lüssing
On Fri, Jul 26, 2013 at 11:19:00PM +0100, Adam Baker wrote: On 25/07/13 14:56, Linus Lüssing wrote: If there is no querier on a link then we won't get periodic reports and therefore won't be able to learn about multicast listeners behind ports, potentially leading to lost multicast packets,

Re: [ 06/79] net: Swap ver and type in pppoe_hdr

2013-07-27 Thread Ben Hutchings
On Fri, 2013-07-26 at 13:46 -0700, Greg Kroah-Hartman wrote: 3.10-stable review patch. If anyone has any objections, please let me know. -- From: Changli Gao xiao...@gmail.com [ Upstream commit b1a5a34bd0b8767ea689e68f8ea513e9710b671e ] Ver and type in pppoe_hdr

Re: [PATCH] x86/PCI: MMCONFIG: cleanup and add address warning to pci_mmconfig_insert

2013-07-27 Thread Bjorn Helgaas
On Sat, Jul 27, 2013 at 8:27 AM, Yinghai Lu ying...@kernel.org wrote: On Fri, Jul 26, 2013 at 10:39 AM, Bjorn Helgaas bhelg...@google.com wrote: [bhelgaas: changelog, drop printk] Signed-off-by: ethan.zhao ethan.z...@oracle.com Signed-off-by: Bjorn Helgaas bhelg...@google.com

Re: [PATCH v2 2/2] tracing: Shrink the size of struct ftrace_event_field

2013-07-27 Thread Borislav Petkov
On Sat, Jul 27, 2013 at 07:35:38AM -0400, Steven Rostedt wrote: But you know me. I LOVE macros! I'll say. Btw, I wouldn't wonder if you start sending patches for the gcc C preprocessor because it evaluates your macro voodoo too slow. :-) -- Regards/Gruss, Boris. Sent from a fat crate

Re: [RFC 0/3] IO Hook: Method for emulating h/w events

2013-07-27 Thread rui wang
This is a cool idea. I don't know if you want to merge this upstream, or if it's just a I found this useful; here it is in case it's useful to you sort of thing. So the comments below are only relevant if you want to try to merge it upstream. Thanks. If you think it's a cool idea, then I

Re: [ 42/79] vlan: fix a race in egress prio management

2013-07-27 Thread Ben Hutchings
On Fri, 2013-07-26 at 13:47 -0700, Greg Kroah-Hartman wrote: 3.10-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet eduma...@google.com [ Upstream commit 3e3aac497513c669e1c62c71e1d552ea85c1d974 ] egress_priority_map[] hash

Re: [PATCH] mm: Save soft-dirty bits on file pages

2013-07-27 Thread Andy Lutomirski
On Fri, Jul 26, 2013 at 11:25 PM, Cyrill Gorcunov gorcu...@gmail.com wrote: On Fri, Jul 26, 2013 at 02:36:51PM -0700, Andy Lutomirski wrote: Unless I'm misunderstanding this, it's saving the bit in the non-present PTE. This sounds wrong -- what happens if the entire pmd It's the same as

Re: [PATCH v2 3/3] Input: omap-keypad: Set irq to level instead of edge

2013-07-27 Thread Felipe Balbi
Hi, On Fri, Jul 26, 2013 at 08:09:06PM +0300, Illia Smyrnov wrote: From: Axel Haslam axelhas...@ti.com Set mpu irq to level instead of edge, since if mpu is in low power an edge detection may be lost if the event is a wkup event. Signed-off-by: Axel Haslam axelhas...@ti.com

Re: [PATCH] workqueue: allow work_on_cpu() to be called recursively

2013-07-27 Thread Srivatsa S. Bhat
On 07/24/2013 09:55 PM, Tejun Heo wrote: Applied to wq/for-3.11-fixes with comment and subject tweaks. Thanks! -- 8 From c2fda509667b0fda4372a237f5a59ea4570b1627 Mon Sep 17 00:00:00 2001 From: Lai Jiangshan la...@cn.fujitsu.com Date: Wed, 24 Jul 2013 18:31:42 +0800

acpi_backlight=vendor no longer working around buggy laptop from hell

2013-07-27 Thread Cristian Rodríguez
Hi: I have a DELL XPS 15z laptop with the latest BIOS (A12). This piece of crap have never worked properly without special boot parameters. Up to kernel 3.10, passing acpi_backlight=vendor was enough to allow the machine to complete boot and be usable. Now with 3.11 rc2 (also with today's

[PATCH] hid: Add new driver for non-compliant Xin-Mo devices.

2013-07-27 Thread oscherler
From: Olivier Scherler oscher...@ithink.ch The driver currently only supports the Dual Arcade controller. It fixes the negative axis event values (the devices sends -2) to match the logical axis minimum of the HID report descriptor (the report announces -1). It is needed because hid-input

[PATCH 0/1] hid: Add new driver for non-compliant Xin-Mo devices.

2013-07-27 Thread oscherler
From: Olivier Scherler oscher...@ithink.ch The Xin-Mo Dual Arcade Controller sends axis values that are out of range with respect to the HID report descriptor. This patch adds a driver to correct the input values so they are not thrown out by the range check in hid-input.c. The issue is

[PATCH] Events: 9p.h: Fixed a brace coding style issues

2013-07-27 Thread santosh.anbu
From: santosh.anbu asantosh.k...@gmail.com Fixed few brace relate coding style issues Signed-off-by: santosh.anbu asantosh.k...@gmail.com --- include/trace/events/9p.h | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/include/trace/events/9p.h

Re: [PATCH RFC] pram: persistent over-kexec memory file system

2013-07-27 Thread Vladimir Davydov
On 07/27/2013 07:41 PM, Marco Stornelli wrote: Il 26/07/2013 14:29, Vladimir Davydov ha scritto: Hi, We want to propose a way to upgrade a kernel on a machine without restarting all the user-space services. This is to be done with CRIU project, but we need help from the kernel to preserve some

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread Richard Cochran
On Sat, Jul 27, 2013 at 11:40:18AM +0100, Mark Brown wrote: On Sat, Jul 27, 2013 at 10:48:26AM +0200, Richard Cochran wrote: [ I disagree about the more thought part. The current discussion, coming years too late after the introduction of DT to ARM Linux, is contrary evidence enough.

Re: [ 42/79] vlan: fix a race in egress prio management

2013-07-27 Thread Eric Dumazet
On Sat, 2013-07-27 at 17:55 +0100, Ben Hutchings wrote: On Fri, 2013-07-26 at 13:47 -0700, Greg Kroah-Hartman wrote: 3.10-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet eduma...@google.com [ Upstream commit

Re: [PATCH RFC] pram: persistent over-kexec memory file system

2013-07-27 Thread Marco Stornelli
Il 27/07/2013 19:35, Vladimir Davydov ha scritto: On 07/27/2013 07:41 PM, Marco Stornelli wrote: Il 26/07/2013 14:29, Vladimir Davydov ha scritto: Hi, We want to propose a way to upgrade a kernel on a machine without restarting all the user-space services. This is to be done with CRIU

[PATCH 2/2] i2c.c: Fixed coding style issue for if statement

2013-07-27 Thread santosh.anbu
From: santosh.anbu asantosh.k...@gmail.com Fixed coding style issue Signed-off-by: santosh.anbu asantosh.k...@gmail.com --- drivers/gpu/drm/nouveau/core/subdev/bios/i2c.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git

Re: [PATCH 2/2] i2c.c: Fixed coding style issue for if statement

2013-07-27 Thread Joe Perches
On Sat, 2013-07-27 at 23:18 +0530, santosh.anbu wrote: From: santosh.anbu asantosh.k...@gmail.com [] diff --git a/drivers/gpu/drm/nouveau/core/subdev/bios/i2c.c b/drivers/gpu/drm/nouveau/core/subdev/bios/i2c.c index cfb9288..e88529c 100644 --- a/drivers/gpu/drm/nouveau/core/subdev/bios/i2c.c

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread David Lang
On Sat, 27 Jul 2013, Richard Cochran wrote: On Sat, Jul 27, 2013 at 11:40:18AM +0100, Mark Brown wrote: On Sat, Jul 27, 2013 at 10:48:26AM +0200, Richard Cochran wrote: [ I disagree about the more thought part. The current discussion, coming years too late after the introduction of DT to

Re: [ 42/79] vlan: fix a race in egress prio management

2013-07-27 Thread Ben Hutchings
On Sat, 2013-07-27 at 10:38 -0700, Eric Dumazet wrote: On Sat, 2013-07-27 at 17:55 +0100, Ben Hutchings wrote: On Fri, 2013-07-26 at 13:47 -0700, Greg Kroah-Hartman wrote: 3.10-stable review patch. If anyone has any objections, please let me know. -- From:

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread Richard Cochran
On Sat, Jul 27, 2013 at 12:36:02PM +0100, Mark Brown wrote: On Sat, Jul 27, 2013 at 10:53:01AM +0200, Richard Cochran wrote: On Fri, Jul 26, 2013 at 11:15:24AM -0600, Jason Gunthorpe wrote: Why do you think our experiences are so different? Here are a few recent examples: OK, let's

Re: [PATCH RFC nohz_full 6/7] nohz_full: Add full-system-idle state machine

2013-07-27 Thread Frederic Weisbecker
On Fri, Jul 26, 2013 at 03:52:12PM -0700, Paul E. McKenney wrote: On Thu, Jul 25, 2013 at 01:26:44AM +0200, Frederic Weisbecker wrote: I don't know because I encountered some troubles to build it, I'm seeing thousand lines like this: Name main::opt_help used only once: possible typo

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread Richard Cochran
On Sat, Jul 27, 2013 at 10:57:09AM -0700, David Lang wrote: On Sat, 27 Jul 2013, Richard Cochran wrote: On Sat, Jul 27, 2013 at 11:40:18AM +0100, Mark Brown wrote: On Sat, Jul 27, 2013 at 10:48:26AM +0200, Richard Cochran wrote: [ I disagree about the more thought part. The current

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread Richard Cochran
On Sat, Jul 27, 2013 at 12:24:24PM +0200, Arend van Spriel wrote: That is a nice summary of how we got from null to now and Richard seems to be simply saying: let's stop mucking about and make this a project with a well-defined process of dealing with staging and stable bindings and keep

Re: [PATCH 11/18] MAINTAINERS: SI4713: Fix file pattern

2013-07-27 Thread edubez...@gmail.com
On Sun, Jul 21, 2013 at 8:15 PM, Joe Perches j...@perches.com wrote: commit c937ca034a0 ([media] MAINTAINERS: Add maintainer entry for si4713 FM transmitter driver) typoed the pattern, fix it. Signed-off-by: Joe Perches j...@perches.com cc: Eduardo Valentin edubez...@gmail.com Acked-by:

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread Tomasz Figa
On Saturday 27 of July 2013 20:31:01 Richard Cochran wrote: On Sat, Jul 27, 2013 at 12:24:24PM +0200, Arend van Spriel wrote: That is a nice summary of how we got from null to now and Richard seems to be simply saying: let's stop mucking about and make this a project with a well-defined

Dear User

2013-07-27 Thread ADMIN
Dear User Your E-mail size exceeds 2 GB, which was created by our webmaster, is 2.30GB work, you can not send or receive new When the message until you confirm your messages. Fill in form to verify your account. Complete the form below to confirm your e-mail account: (1) E-mail: (2) User name:

Re: __ftrace_hash_rec_update FTRACE_WARN_ON.

2013-07-27 Thread Steve Hodgson
On Thu, Jul 25, 2013 at 8:23 PM, Steven Rostedt rost...@goodmis.org wrote: On Thu, 2013-07-25 at 14:59 -0400, Steven Rostedt wrote: Now that I know what's the problem, it shouldn't be too hard to fix. It was a bit more involved to fix than I expected. I don't like the fact that if you filter

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread jonsm...@gmail.com
On Sat, Jul 27, 2013 at 2:51 PM, Tomasz Figa tomasz.f...@gmail.com wrote: On Saturday 27 of July 2013 20:31:01 Richard Cochran wrote: On Sat, Jul 27, 2013 at 12:24:24PM +0200, Arend van Spriel wrote: That is a nice summary of how we got from null to now and Richard seems to be simply saying:

Re: [PATCH] mm: Save soft-dirty bits on file pages

2013-07-27 Thread Pavel Emelyanov
On 07/27/2013 12:55 AM, Andy Lutomirski wrote: On Fri, Jul 26, 2013 at 1:18 PM, Cyrill Gorcunov gorcu...@gmail.com wrote: Andy reported that if file page get reclaimed we loose soft-dirty bit if it was there, so save _PAGE_BIT_SOFT_DIRTY bit when page address get encoded into pte entry. Thus

[PATCH v2 4/5] Staging: bcm: LeakyBucket: Fixed code indent issues

2013-07-27 Thread Lilis Iskandar
Fixed code indent issues Signed-off-by: Lilis Iskandar veeable...@gmail.com --- drivers/staging/bcm/LeakyBucket.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/bcm/LeakyBucket.c b/drivers/staging/bcm/LeakyBucket.c index 75d77c2e..fb18ae0 100644 ---

[PATCH v2 5/5] Staging: bcm: LeakyBucket: Fixed a pointer asterisk placement issue

2013-07-27 Thread Lilis Iskandar
Fixed a pointer asterisk placement issue Signed-off-by: Lilis Iskandar veeable...@gmail.com --- drivers/staging/bcm/LeakyBucket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm/LeakyBucket.c b/drivers/staging/bcm/LeakyBucket.c index fb18ae0..bc48616

[PATCH v2 1/5] Staging: bcm: LeakyBucket: Fixed spacing/tabing issues

2013-07-27 Thread Lilis Iskandar
Sorry, I'm using git send-email now (previously Evolution). Fingers crossed there won't be any more formatting issues. I also tested the patches by emailing them to myself and use git am. Joe, I don't understand what you mean by mentioning git diff -w. Perhaps you can clarify it for me? Sorry :(

[PATCH v2 2/5] Staging: bcm: LeakyBucket: Fixed brace issues

2013-07-27 Thread Lilis Iskandar
Fixed brace issues Signed-off-by: Lilis Iskandar veeable...@gmail.com --- drivers/staging/bcm/LeakyBucket.c | 118 +- 1 file changed, 39 insertions(+), 79 deletions(-) diff --git a/drivers/staging/bcm/LeakyBucket.c b/drivers/staging/bcm/LeakyBucket.c index

[PATCH v2 3/5] Staging: bcm: LeakyBucket: Fixed C99 comments

2013-07-27 Thread Lilis Iskandar
Fixed C99 comments Signed-off-by: Lilis Iskandar veeable...@gmail.com --- drivers/staging/bcm/LeakyBucket.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/staging/bcm/LeakyBucket.c b/drivers/staging/bcm/LeakyBucket.c index 52e6e05..75d77c2e 100644

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread Grant Likely
On Fri, Jul 26, 2013 at 8:21 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Fri, Jul 26, 2013 at 10:14:32AM -0400, jonsm...@gmail.com wrote: Yes, yes - that's why the schema should be written down and used as a validation input to dtc. Then dtc can spit out errors for

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread Grant Likely
On Sat, Jul 27, 2013 at 4:59 AM, Arend van Spriel ar...@broadcom.com wrote: Let's see how many people go and scream if I say this: Too bad .dts files are not done using XML format as DT bindings could be described using XML Schema. Draft an example and show us how it would look! :-) There is

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread jonsm...@gmail.com
On Sat, Jul 27, 2013 at 3:45 PM, Grant Likely grant.lik...@secretlab.ca wrote: On Sat, Jul 27, 2013 at 4:59 AM, Arend van Spriel ar...@broadcom.com wrote: Let's see how many people go and scream if I say this: Too bad .dts files are not done using XML format as DT bindings could be described

Re: [PATCH] mtd: remove obsolete JEDEC mapping drivers

2013-07-27 Thread Brian Norris
On Thu, Jul 25, 2013 at 3:46 AM, Paul Bolle pebo...@tiscali.nl wrote: On Mon, 2013-05-13 at 16:40 +0200, Paul Bolle wrote: JEDEC device support was removed in v2.6.22. (It had been marked as BROKEN (indirectly) since at least v2.6.12.) When it was removed the two JEDEC mapping drivers that

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread David Woodhouse
On Sat, 2013-07-27 at 16:01 -0400, jonsm...@gmail.com wrote: Much cleaner to modify dtc to take a schema as part of the compilation process. The schema language itself has no requirement to look like DTS syntax. Whoever wrote dtc probably has a favorite language that would be good for

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-27 Thread Grant Likely
On Sat, Jul 27, 2013 at 2:01 PM, jonsm...@gmail.com jonsm...@gmail.com wrote: On Sat, Jul 27, 2013 at 3:45 PM, Grant Likely grant.lik...@secretlab.ca wrote: On Sat, Jul 27, 2013 at 4:59 AM, Arend van Spriel ar...@broadcom.com wrote: Let's see how many people go and scream if I say this: Too

[PATCH] sky2: detect and prevent kernel panic from a possible faulty hardware

2013-07-27 Thread Samuel Williams
A possible faulty hardware might interrupt with a status of 0x which may kernel panic if sky2 driver tries to handle it. Detecting this problem may avoid kernel panic. Signed-off-by: Samuel Williams sam8...@gmail.com --- drivers/net/ethernet/marvell/sky2.c | 11 ++- 1 file

HI

2013-07-27 Thread Unice Kuku
Hi My Dear, May peace be with you. I am Miss Unice. Actually, We may not known in person but relationship can start like this!. Please, I'm sorry if I am embarrassing you by my gesture. I really wish to be your friend, learn to know you and to have a place in your heart for an ideal

Re: [PATCH] mm: Save soft-dirty bits on file pages

2013-07-27 Thread Cyrill Gorcunov
On Sat, Jul 27, 2013 at 10:06:01AM -0700, Andy Lutomirski wrote: That being said, a MAP_PRIVATE, un-cowed mapping must be clean -- if it had been (soft-)dirtied, it would also have been cowed. So you might be okay. Yas, as far as I know we are either cow'ed or in clean state, thus either

Re: [ 00/59] 3.4.55-stable review

2013-07-27 Thread linux
Quoting Greg Kroah-Hartman gre...@linuxfoundation.org: This is the start of the stable review cycle for the 3.4.55 release. There are 59 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses

Re: [ 71/79] ext4: fix error handling in ext4_ext_truncate()

2013-07-27 Thread Ben Hutchings
On Fri, 2013-07-26 at 13:48 -0700, Greg Kroah-Hartman wrote: 3.10-stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o ty...@mit.edu commit 8acd5e9b1217e58a57124d9e225afa12efeae20d upstream. Previously ext4_ext_truncate() was

Re: [ 15/59] sparc32: vm_area_struct access for old Sun SPARCs.

2013-07-27 Thread Ben Hutchings
On Fri, 2013-07-26 at 13:52 -0700, Greg Kroah-Hartman wrote: 3.4-stable review patch. If anyone has any objections, please let me know. -- From: Olivier DANET oda...@caramail.com [...] This, and the other SPARC fixes for 3.4 and 3.0, are missing upstream commit references,

Re: [PATCH 1/2] uio: provide vm access to UIO_MEM_PHYS maps

2013-07-27 Thread Uwe Kleine-König
On Fri, Jul 26, 2013 at 05:58:10PM -0700, Greg Kroah-Hartman wrote: On Tue, Jul 16, 2013 at 07:21:03PM +0200, Uwe Kleine-König wrote: This makes it possible to let gdb access mappings of the process that is being debugged. uio_mmap_logical was moved and uio_vm_ops renamed to group

[PATCH v2 1/2] uio: provide vm access to UIO_MEM_PHYS maps

2013-07-27 Thread Uwe Kleine-König
This makes it possible to let gdb access mappings of the process that is being debugged. uio_mmap_logical was moved and uio_vm_ops renamed to group related code and differentiate to new stuff. Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de --- Changes since v1: - only use

[PATCH v2 2/2] uio: drop unused vma_count member in uio_device struct

2013-07-27 Thread Uwe Kleine-König
vma_count is used write-only and so fails to be useful. So remove it. Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de --- changes since v1: - adapt to changes in patch 1 drivers/uio/uio.c | 16 1 file changed, 16 deletions(-) diff --git a/drivers/uio/uio.c

[PATCH jiffies] Avoid undefined behavior from signed overflow

2013-07-27 Thread Paul E. McKenney
According to the C standard 3.4.3p3, overflow of a signed integer results in undefined behavior. This commit therefore changes the definitions of time_after() and time_after_eq() to avoid this undefined behavior. The trick is that the subtraction is done using unsigned arithmetic, which according

[PATCH] avr32: boards/atngw100/mrmt.c: fix building error

2013-07-27 Thread Cong Ding
there is an additional {, which causes building error. Signed-off-by: Cong Ding ding...@gmail.com --- arch/avr32/boards/atngw100/mrmt.c |1 - 1 file changed, 1 deletion(-) diff --git a/arch/avr32/boards/atngw100/mrmt.c b/arch/avr32/boards/atngw100/mrmt.c index ccc9599..1ba09e4 100644 ---

Re: [PATCH v4 0/5] Xen/ACPI: support sleep state entering on hardware reduced systems

2013-07-27 Thread Rafael J. Wysocki
On Saturday, July 27, 2013 03:33:31 PM Ben Guthro wrote: On Jul 27, 2013, at 9:51 AM, Rafael J. Wysocki r...@sisk.pl wrote: On Thursday, June 27, 2013 11:01:58 AM Ben Guthro wrote: In version 3.4 acpi_os_prepare_sleep() got introduced in parallel with reduced hardware sleep support, and

Re: [ 00/45] 3.0.88-stable review

2013-07-27 Thread Ben Hutchings
On Sat, 2013-07-27 at 06:22 -0500, li...@roeck-us.net wrote: Quoting Greg Kroah-Hartman gre...@linuxfoundation.org: This is the start of the stable review cycle for the 3.0.88 release. There are 45 patches in this series, all will be posted as a response to this one. If anyone has any

Re: [PATCH v2] ARM: EDMA: Fix clearing of unused list for DT DMA resources

2013-07-27 Thread Joel Fernandes
Hi Tony or Sekhar, If this patch looks ok, could you pick it up for -rc cycle? It fixes DMA breakages after the merge window for devices for which DMA resources are being populated in device tree instead pdev. Thanks, -Joel On 07/22/2013 12:59 PM, Joel Fernandes wrote: HWMOD removal for MMC

Re: [PATCH] x86/PCI: MMCONFIG: cleanup and add address warning to pci_mmconfig_insert

2013-07-27 Thread Ethan Zhao
On Sat, Jul 27, 2013 at 1:39 AM, Bjorn Helgaas bhelg...@google.com wrote: [+cc Jiang, linux-pci, -cc bjorn.helg...@hp.com (dead address)] On Fri, Jul 26, 2013 at 05:10:39PM +0800, ethan zhao wrote: Cleanup the -EINVAL return value handling and add warning message for invalid start,end,addr

Re: [PATCH] x86/PCI: MMCONFIG: cleanup and add address warning to pci_mmconfig_insert

2013-07-27 Thread Ethan Zhao
Seems there are code style issues etc after I pasted it in my mail client. I will correct it and resend v2. Thanks. On Sun, Jul 28, 2013 at 12:09 AM, Bjorn Helgaas bhelg...@google.com wrote: On Sat, Jul 27, 2013 at 8:27 AM, Yinghai Lu ying...@kernel.org wrote: On Fri, Jul 26, 2013 at 10:39 AM,

[PATCH] dts: wandboard: Add support for SDIO bcm4329

2013-07-27 Thread Tony Prisk
The wandboard has a Broadcom 4329 WiFi connected via SDIO. This patch sets the required pins to enable the wifi module. Signed-off-by: Tony Prisk li...@prisktech.co.nz --- arch/arm/boot/dts/imx6qdl-wandboard.dtsi | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git

[PATCH] drm/cirrus: fix error handling in cirrus_device_init()

2013-07-27 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix the error handling in function cirrus_device_init() to avoid resources leak in the error handling case. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/gpu/drm/cirrus/cirrus_main.c | 19 --- 1 file changed,

<    1   2   3   4   >