Re: [PATCH v2] uprobes: Add uprobe_task-dup_work/dup_addr

2013-11-24 Thread Masami Hiramatsu
Ping? Is this already pulled? I think it is enough discussed and reviewed. Thank you, (2013/11/13 4:20), Oleg Nesterov wrote: On 11/12, Srikar Dronamraju wrote: Okay, moving to arch_uprobe_task is fine. I probably got confused by First of all it is not really needed, OK, this doesn't

RE: [PATCH 3/3] [trivial] mei: Fix typo in mei drivers

2013-11-24 Thread Winkler, Tomas
Correct spelling typo in comments within mei. Signed-off-by: Masanari Iida standby2...@gmail.com --- Acked -- 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

RE: [PATCH 1/3] [trivial] mei: Fix typo in client.c

2013-11-24 Thread Winkler, Tomas
Correct spelling typo in comments within mei/client.c Signed-off-by: Masanari Iida standby2...@gmail.com Acked -- 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

RE: [PATCH 2/3] [trivial] mei: Fix typo in mei/nfc.c

2013-11-24 Thread Winkler, Tomas
Correct spelling typo in comments and debug messages. Signed-off-by: Masanari Iida standby2...@gmail.com Acked -- 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

Re: [PATCH] ipc,shm: Correct error return value in shmctl (SHM_UNLOCK)

2013-11-24 Thread Jesper Nilsson
On Sun, Nov 24, 2013 at 08:07:44AM +0100, Mike Galbraith wrote: This patch (commit: 3a72660b07) is only slated for stable 3.12, but should go to 3.10/11 as well, no? Yes, you're right, both 3.10 and 3.11 seem to have the restructuring patch included (3.10.17 and 3.11.6 respectively), and so

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

2013-11-24 Thread Vyacheslav Dubeyko
On Nov 15, 2013, at 12:06 AM, One Thousand Gnomes wrote: On Thu, 14 Nov 2013 21:39:23 +0100 Geert Uytterhoeven ge...@linux-m68k.org wrote: To make scripts/get_maintainer.pl output something sensible. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- I guess it's orphaned, just

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

2013-11-24 Thread Geert Uytterhoeven
On Sun, Nov 24, 2013 at 11:02 AM, Vyacheslav Dubeyko sl...@dubeyko.com wrote: On Nov 15, 2013, at 12:06 AM, One Thousand Gnomes wrote: On Thu, 14 Nov 2013 21:39:23 +0100 Geert Uytterhoeven ge...@linux-m68k.org wrote: To make scripts/get_maintainer.pl output something sensible.

Re: [PATCHSET driver-core-next] sysfs: separate out kernfs, take #3

2013-11-24 Thread Christoph Hellwig
It would be highly useful if you could explain us what kernfs is supposed to do and why we're cheerfully waiting for it. Also given that you touch VFS core files please Cc linux-fsdevel for those and explain them in detail. -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: Build regressions/improvements in v3.13-rc1

2013-11-24 Thread Geert Uytterhoeven
On Sat, Nov 23, 2013 at 7:58 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: 8 regressions: + /scratch/kisskb/src/arch/sparc/kernel/kgdb_64.c: error: implicit declaration of function 'exception_enter' [-Werror=implicit-function-declaration]: = 162:7 +

[Slightly OT] Repairing inconsistencies from PDA non-standard FAT32 implementation

2013-11-24 Thread i336_
Hi there. :) I've got a bit of a problem I'm hoping you can help me out with. This isn't exactly kernel-related, although it is Linux-related. I've posted here since LKML is generally frequented by competant people with strong and deep understandings of various systems. :) I've sent this to both

Re: recursive locking (coredump/vfs_write)

2013-11-24 Thread Jan Kara
On Fri 22-11-13 23:52:18, Al Viro wrote: On Fri, Nov 22, 2013 at 10:11:56PM +0100, Jan Kara wrote: Hi, On Wed 13-11-13 16:11:47, Dave Jones wrote: here's another one.. = [ INFO: possible recursive locking detected ] 3.12.0+

small regression: hwmon: (applesmc) Check key count before proceeding - 5f4513864304672e6ea9eac60583eeac32e679f2

2013-11-24 Thread Michele Baldessari
Hi Henrik Guenther, via commit 5f4513864304672e6ea9eac60583eeac32e679f2 the following code was added: diff --git a/drivers/hwmon/applesmc.c b/drivers/hwmon/applesmc.c index 62c2e32..98814d1 100644 --- a/drivers/hwmon/applesmc.c +++ b/drivers/hwmon/applesmc.c @@ -525,16 +525,25 @@ static int

Re: small regression: hwmon: (applesmc) Check key count before proceeding - 5f4513864304672e6ea9eac60583eeac32e679f2

2013-11-24 Thread Henrik Rydberg
Hi Michele, The issue Chris has seen in Fedora on one MacBookPro4,1 (https://bugzilla.redhat.com/show_bug.cgi?id=1033414) is that this machine returns a huge number from read_register_count() so now we will try to allocate an insane amount of memory and we will barf: [8.603053] applesmc:

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-24 Thread Francis Moreau
Hello Rafael, On 11/22/2013 11:08 PM, Rafael J. Wysocki wrote: On Friday, November 22, 2013 10:36:23 PM Francis Moreau wrote: On 11/22/2013 01:54 PM, Rafael J. Wysocki wrote: On Friday, November 22, 2013 10:57:25 AM Francis Moreau wrote: Le 22/11/2013 08:43, Francis Moreau a écrit : Le

Re: [PATCH 10/12] mtd: nand: davinci: don't set timings if AEMIF is used

2013-11-24 Thread Sekhar Nori
On Friday 22 November 2013 11:08 PM, Santosh Shilimkar wrote: On Thursday 21 November 2013 12:07 PM, Nori, Sekhar wrote: On 11/14/2013 8:06 PM, Santosh Shilimkar wrote: On Thursday 14 November 2013 05:53 AM, Nori, Sekhar wrote: On Wednesday 13 November 2013 07:44 PM, Santosh Shilimkar wrote:

Re: [PATCH v2 3/3] RX-51: Add platform data for bq24150a charger

2013-11-24 Thread Pali Rohár
On Tuesday 19 November 2013 14:32:13 Pavel Machek wrote: On Tue 2013-11-19 11:18:05, Pali Rohár wrote: This patch will register bq24150a charger in RX-51 board data. So finally charging battery on Nokia N900 (RX-51) working automatically without any proprietary Nokia bits in

[PATCH 0/4] hw_breakpoints: Fix a bunch of adress range fixes

2013-11-24 Thread Frederic Weisbecker
It was initially a single patch that Oleg sent me a few weeks ago. Thinking about it I think it may need a stable backport even though it doesn't look very dangerous, but just in case. So I've splitted the patch in 4 different parts because it may need backporting on different tree version for

[PATCH 2/4] x86: Fix the hw_breakpoint range check

2013-11-24 Thread Frederic Weisbecker
From: Oleg Nesterov o...@redhat.com arch_check_bp_in_kernelspace() tries to avoid the overflow and does 2 TASK_SIZE checks but it needs OR, not AND. Consider va = TASK_SIZE -1 and len = 2 case. Note: TASK_SIZE doesn't look right at least on x86, I think it should be replaced by TASK_SIZE_MAX.

[PATCH 3/4] arm64: Fix the hw_breakpoint range check

2013-11-24 Thread Frederic Weisbecker
From: Oleg Nesterov o...@redhat.com arch_check_bp_in_kernelspace() tries to avoid the overflow and does 2 TASK_SIZE checks but it needs OR, not AND. Consider va = TASK_SIZE -1 and len = 2 case. Signed-off-by: Oleg Nesterov o...@redhat.com Fixes: 478fcb2cdb2351dcfc3fb23f42d76f4436ee4149 Cc:

[PATCH 4/4] sh: Fix hw_breakpoint the range check

2013-11-24 Thread Frederic Weisbecker
From: Oleg Nesterov o...@redhat.com arch_check_bp_in_kernelspace() tries to avoid the overflow and does 2 TASK_SIZE checks but it needs OR, not AND. Consider va = TASK_SIZE -1 and len = 2 case. Signed-off-by: Oleg Nesterov o...@redhat.com Fixes: 09a072947791088b88ae15111cf68fc5aaaf758d Cc:

[PATCH 1/4] arm: Fix the hw_breakpoint range check

2013-11-24 Thread Frederic Weisbecker
From: Oleg Nesterov o...@redhat.com arch_check_bp_in_kernelspace() tries to avoid the overflow and does 2 TASK_SIZE checks but it needs OR, not AND. Consider va = TASK_SIZE -1 and len = 2 case. Signed-off-by: Oleg Nesterov o...@redhat.com Fixes: f81ef4a920c8e1af75adf9f15042c2daa49d3cb3 Cc:

Re: [PATCHv2] usb: chipidea: add support for USB OTG controller on TI-NSPIRE

2013-11-24 Thread Peter Chen
On Sun, Nov 24, 2013 at 06:37:47PM +1100, dt.ta...@gmail.com wrote: From: Daniel Tang dt.ta...@gmail.com Changelog v2: * Rename ci13xxx to ci_hdrc * Fixed alignment issues The USB controller in TI-NSPIRE calculators are based off either Freescale's USB OTG controller or the USB

Re: On EOMA-68 patent licensing...

2013-11-24 Thread Luke Kenneth Casson Leighton
On Sun, Nov 24, 2013 at 3:35 AM, Yuhong Bao yuhongbao_...@hotmail.com wrote: I read this: http://hardware.slashdot.org/comments.pl?sid=3102545cid=41270883 Makes me wonder what would happen if something similar was tried with EFI or ACPI? the EOMA68 project is unique in that it is a

Re: IRQF_RESUME_EARLY and errors in dpm_suspend_noirq

2013-11-24 Thread Pavel Machek
On Sat 2013-11-23 22:25:48, Heiko Stübner wrote: Hi Laxman, Am Mittwoch, 20. November 2013, 10:54:10 schrieb Laxman Dewangan: I may be blind, but where get the early-irqs resumed in the error path of dpm_suspend_noirq? When a suspend_noirq callback returns an error,

[PATCH] max17042: Fix build errors caused by missing REGMAP_I2C config

2013-11-24 Thread Austin Boyle
max17042 now uses regmap interface but does not enable config option. This patch fixes the following build errors: drivers/power/max17042_battery.c:661:15: error: variable ‘max17042_regmap_config’ has initializer but incomplete type drivers/power/max17042_battery.c:662:2: error: unknown field

Profitable Important

2013-11-24 Thread BUSINESS
Good day, I have a business proposal which will be of great benefit to you. Contact me for details through: Email: wa60...@qq.com I await your prompt response. Thanks. wa60...@qq.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: IRQF_RESUME_EARLY and errors in dpm_suspend_noirq

2013-11-24 Thread Pavel Machek
Hi! (Oops, it seems that this thread uses Rafael's old address, and that it bounces, added address from maintainers to cc.) Pavel On Sat 2013-11-23 22:25:48, Heiko Stübner wrote: Hi Laxman, Am Mittwoch, 20. November 2013,

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

2013-11-24 Thread Vyacheslav Dubeyko
On Nov 24, 2013, at 12:15 PM, Geert Uytterhoeven wrote: Hence Orphan doesn't mean there are no active users, only that there's no active maintainter listed. If you want to become the maintainer for hfs+, I'm happy to send a v2 of the patch, adding you as the maintainer, with status

[PATCH] selinux: fix possible memory leak

2013-11-24 Thread Geyslan G. Bem
Free 'ctx_str' when necessary. Signed-off-by: Geyslan G. Bem geys...@gmail.com --- security/selinux/xfrm.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/security/selinux/xfrm.c b/security/selinux/xfrm.c index a91d205..cf79a45 100644 --- a/security/selinux/xfrm.c

Re: Large pastes into readline enabled programs causes breakage from v2.6.31 onwards

2013-11-24 Thread Peter Hurley
On 11/23/2013 07:29 PM, One Thousand Gnomes wrote: 7) Rescan line discipline buffer when changing from non-canonical to canonical mode. The real problem with this approach (besides the inefficiency) is that this solution could break some (admittedly unknown) program that contrived to exchange

[PATCH] ARM: pxa: Move iotable mapping inside vmalloc region

2013-11-24 Thread Ezequiel Garcia
In order to remove the following ugly message: BUG: mapping for 0x at 0xff00 out of vmalloc space the iotable mappings should be re-located inside the vmalloc region. Such move was introduced at commit: commit 0536bdf33faff4d940ac094c77998cfac368cfff Author: Nicolas Pitre

Re: [PATCH] ARM: pxa: Move iotable mapping inside vmalloc region

2013-11-24 Thread Russell King - ARM Linux
On Sun, Nov 24, 2013 at 09:36:11AM -0300, Ezequiel Garcia wrote: In order to remove the following ugly message: BUG: mapping for 0x at 0xff00 out of vmalloc space the iotable mappings should be re-located inside the vmalloc region. Such move was introduced at commit:

[PATCH 1/1] MTD: UBI: avoid program operation on NOR flash after erasure interrupted

2013-11-24 Thread qiwang
Hi: As we talked in mail before, please check my patch as below: From: Qi Wang qiw...@micron.com nor_erase_prepare() will be called before erase a NOR flash, it will program '0' into a block to mark this block. But program data into a erasure interrupted block can cause program timtout(several

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-24 Thread Borislav Petkov
On Sun, Nov 24, 2013 at 10:39:20AM +0100, Francis Moreau wrote: This looks like it was a good idea. The kernel now outputs the following traces after resuming. [ 26.973928] WARNING: CPU: 0 PID: 4 at lib/debugobjects.c:260 debug_print_object+0x83/0xa0() [ 26.973932] ODEBUG: free active

Re: [PATCH 2/4] ASoC: wm5110: Hook up ADSP2 cores

2013-11-24 Thread Mark Brown
On Tue, Nov 19, 2013 at 04:04:01PM +, Charles Keepax wrote: From: Mark Brown broo...@opensource.wolfsonmicro.com Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 3/4] ASoC: wm5110: Add basic support for ISRCs

2013-11-24 Thread Mark Brown
On Tue, Nov 19, 2013 at 04:04:02PM +, Charles Keepax wrote: Add support for the ISRCs that matches the current support on the w5102. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 2/4] x86: Fix the hw_breakpoint range check

2013-11-24 Thread Borislav Petkov
On Sun, Nov 24, 2013 at 11:32:49AM +0100, Frederic Weisbecker wrote: From: Oleg Nesterov o...@redhat.com arch_check_bp_in_kernelspace() tries to avoid the overflow and does 2 TASK_SIZE checks but it needs OR, not AND. Consider va = TASK_SIZE -1 and len = 2 case. Note: TASK_SIZE doesn't

Re: [PATCH] mm/zswap: change params from hidden to ro

2013-11-24 Thread Vladimir Murzin
On Fri, Nov 22, 2013 at 12:18:01PM -0500, Dan Streetman wrote: On Fri, Nov 22, 2013 at 2:38 AM, Vladimir Murzin murzi...@gmail.com wrote: On Wed, Nov 20, 2013 at 12:52:47PM -0500, Dan Streetman wrote: On Wed, Nov 20, 2013 at 12:33 PM, Vladimir Murzin murzi...@gmail.com wrote: Hi Dan!

Re: [PATCHSET driver-core-next] sysfs: separate out kernfs, take #3

2013-11-24 Thread Tejun Heo
Hello, On Sun, Nov 24, 2013 at 01:16:02AM -0800, Christoph Hellwig wrote: It would be highly useful if you could explain us what kernfs is supposed to do and why we're cheerfully waiting for it. Also given Oops, sorry about that. It was explained in earlier series but I probably should carry

[PATCH REPOST 03/41] sysfs, kernfs: add skeletons for kernfs

2013-11-24 Thread Tejun Heo
Core sysfs implementation will be separated into kernfs so that it can be used by other non-kobject users. This patch creates fs/kernfs/ directory and makes boilerplate changes. kernfs interface will be directly based on sysfs_dirent and its forward declaration is moved to include/linux/kernfs.h

[PATCH REPOST 37/41] sysfs, kernfs: prepare mount path for kernfs

2013-11-24 Thread Tejun Heo
We're in the process of separating out core sysfs functionality into kernfs which will deal with sysfs_dirents directly. This patch rearranges mount path so that the kernfs and sysfs parts are separate. * As sysfs_super_info won't be visible outside kernfs proper, kernfs_super_ns() is added to

Re: [PATCH] sysfs: handle duplicate removal attempts in sysfs_remove_group()

2013-11-24 Thread Tejun Heo
(cc'ing Gwendal, hi!) On Sun, Nov 24, 2013 at 02:09:09AM +0100, Rafael J. Wysocki wrote: On Sunday, November 24, 2013 12:36:03 AM Rafael J. Wysocki wrote: On Saturday, November 23, 2013 03:07:01 PM Greg Kroah-Hartman wrote: On Sun, Nov 24, 2013 at 12:12:59AM +0100, Rafael J. Wysocki wrote:

Re: [PATCH] mm: nobootmem: avoid type warning about alignment value

2013-11-24 Thread Sergei Shtylyov
Hello. On 24-11-2013 3:28, Santosh Shilimkar wrote: Building ARM with NO_BOOTMEM generates below warning. Using min_t Where is that below? :-) to find the correct alignment avoids the warning. Cc: Tejun Heo t...@kernel.org Cc: Andrew Morton a...@linux-foundation.org Signed-off-by:

why does index in truncate_inode_pages_range() grows so much ?

2013-11-24 Thread Toralf Förster
At a 32 bit guest UML with current kernel git tree I putted a printk into that function : void truncate_inode_pages_range(struct address_space *mapping, loff_t lstart, loff_t lend) { ... cond_resched(); index++;

Re: [GIT PULL] ima: bug fixes for Linus

2013-11-24 Thread Mimi Zohar
Hi James, Linus has already reverted the trusted keyring support for IMA patches. These patches are re-based on -rc1. The following changes since commit 4c1cc40a2d49500d84038ff751bc6cd183e729b5: Revert KEYS: verify a certificate is signed by a 'trusted' key (2013-11-23 16:38:17 -0800) are

PROBLEM: Kernel 3.12.1 broke samba/SCP

2013-11-24 Thread AsD ACE
[1.] One line summary of the problem: Linux kernel 3.12.1-1 breaks SCP and samba file transfers, specifically reading access. [2.] Full description of the problem/report: My computer is hosting SCP and samba which serves media files (movies) for my LAN. everything was working fine until I

Re: [PATCH tty-next 5/7] n_tty: Refactor input_available_p() by call site

2013-11-24 Thread One Thousand Gnomes
On Sat, 23 Nov 2013 21:01:56 -0500 Peter Hurley pe...@hurleysoftware.com wrote: On 11/23/2013 07:26 PM, One Thousand Gnomes wrote: On Fri, 22 Nov 2013 10:59:23 -0500 Peter Hurley pe...@hurleysoftware.com wrote: Distinguish if caller is n_tty_poll() or n_tty_read(), and set the

Re: [PATCHv7 0/4] twl4030-pwrbutton DT binding

2013-11-24 Thread Sebastian Reichel
Hi, On Fri, Nov 08, 2013 at 11:11:23PM +0100, Sebastian Reichel wrote: This is the seventh iteration of DT support for the TWL4030 power button. Dmitry, can you add this patchset to your queue? It got no further comments in two weeks. -- Sebastian signature.asc Description: Digital

Grub2 skips standard linux initialization code ?

2013-11-24 Thread devzero
Hi, regarding https://bugs.launchpad.net/ubuntu/+source/syslinux/+bug/930447 Grub2 accidentally heals a problem for systems which cannot boot PAE enabled kernels. This happens because grub2 apparently jumps into the kernel at a different entry point, so CPUID checking (check for PAE for

Re: [PATCH] ARM: orion5x: Fix typo in device_type property of phy node

2013-11-24 Thread Jason Cooper
On Thu, Nov 14, 2013 at 02:53:08PM +, Srinivas Kandagatla wrote: This patch fixes a typo for device_type property of phy node. This can work as of today but once a checks are added in generic code this typo will stop phy from working. Signed-off-by: Srinivas Kandagatla

[PATCH 0/3] DT support for bq2415x

2013-11-24 Thread Sebastian Reichel
Hi, This patchset adds DT support for the bq2415x charger, which is used in the Nokia N900. The changes depend on Pali Rohár's [PATCH v2 0/3] Add support for charging battery in Nokia RX-51 patchset [0]. [0] https://lkml.org/lkml/2013/11/19/106 -- Sebastian Sebastian Reichel (3):

X509_CERTIFICATE_PARSER depends on SYSTEM_TRUSTED_KEYRING

2013-11-24 Thread M G Berberich
Hello, seems that X509_CERTIFICATE_PARSER depends on SYSTEM_TRUSTED_KEYRING. --- linux-3.13/crypto/asymmetric_keys/Kconfig.old 2013-11-24 17:48:22.269152229 +0100 +++ linux-3.13/crypto/asymmetric_keys/Kconfig 2013-11-24 17:48:25.120150577 +0100 @@ -29,7 +29,7 @@ config

[PATCH 2/3] bq2415x_charger: add DT support

2013-11-24 Thread Sebastian Reichel
This adds DT support to the bq2415x driver. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/power/bq2415x_charger.c | 72 + 1 file changed, 52 insertions(+), 20 deletions(-) diff --git a/drivers/power/bq2415x_charger.c

[PATCH 1/3] power_supply: add power_supply_get_by_phandle

2013-11-24 Thread Sebastian Reichel
Add method to get power supply by device tree phandle. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/power/power_supply_core.c | 24 include/linux/power_supply.h | 2 ++ 2 files changed, 26 insertions(+) diff --git

[PATCH 3/3] dt: binding documentation for bq2415x charger

2013-11-24 Thread Sebastian Reichel
Add devicetree binding documentation for bq2415x charger. Signed-off-by: Sebastian Reichel s...@debian.org --- .../devicetree/bindings/power/bq2415x.txt | 43 ++ 1 file changed, 43 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/bq2415x.txt

Re: small regression: hwmon: (applesmc) Check key count before proceeding - 5f4513864304672e6ea9eac60583eeac32e679f2

2013-11-24 Thread Henrik Rydberg
Hi Chris, Well, it seems to be a another one off event. It's the same hardware as before, and it was booting from a USB stick containing Fedora 20 final test candidate 2 which uses kernel 3.11.8. An immediate reboot did not reproduce the problem, nor multiple subsequent reboots. I think I

Re: [PATCH] ARM: dove: Fix typo in device_type property of phy node

2013-11-24 Thread Jason Cooper
On Thu, Nov 14, 2013 at 02:54:59PM +, Srinivas Kandagatla wrote: This patch fixes a typo for device_type property of phy node. This can work as of today but once a checks are added in generic code this typo will stop phy from working. Signed-off-by: Srinivas Kandagatla

Re: [PATCH 1/2] ARM: kirkwood: provide pinctrl default to sdio nodes

2013-11-24 Thread Jason Cooper
On Fri, Nov 15, 2013 at 03:20:24PM +0100, Sebastian Hesselbarth wrote: SDIO controllers found on Marvell Kirkwood 6281/6282 SoCs require pins to be muxed by pinctrl. As there is only one sane pinctrl setting for this, provide default pinctrl properties to the controller nodes.

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-24 Thread Sebastian Reichel
Hi, On Tue, Nov 19, 2013 at 11:18:04AM +0100, Pali Rohár wrote: This patch removing set_mode_hook function from board data and replacing it with new string variable of notifier power supply device. After this change it is possible to add DT support because driver does not need specific board

Re: small regression: hwmon: (applesmc) Check key count before proceeding - 5f4513864304672e6ea9eac60583eeac32e679f2

2013-11-24 Thread Chris Murphy
On Nov 24, 2013, at 9:57 AM, Henrik Rydberg rydb...@euromail.se wrote: Hi Chris, Well, it seems to be a another one off event. It's the same hardware as before, and it was booting from a USB stick containing Fedora 20 final test candidate 2 which uses kernel 3.11.8. An immediate reboot did

Re: [PATCH v2 1/3] power_supply: Add power_supply notifier

2013-11-24 Thread Sebastian Reichel
Hi, On Tue, Nov 19, 2013 at 11:18:03AM +0100, Pali Rohár wrote: This patch adds a notifier chain to the power_supply. This notifier helps drivers in other subsystem to listen to changes in power supply subsystem. This would help to take some actions in those drivers on changing the power

Re: [PATCH 1/3] irqchip: orion: reverse irq handling priority

2013-11-24 Thread Jason Cooper
On Fri, Nov 15, 2013 at 03:22:32PM +0100, Sebastian Hesselbarth wrote: Non-DT irq handlers were working through irq causes from most-significant to least-significant bit, while DT irqchip driver does it the other way round. This revealed some more HW issues on Kirkwood peripheral IP, where

Re: [PATCH 2/3] mmc: mvsdio: workaround for spurious irqs

2013-11-24 Thread Jason Cooper
On Fri, Nov 15, 2013 at 03:22:33PM +0100, Sebastian Hesselbarth wrote: SDIO controllers found on Marvell Kirkwood SoCs seem to cause a late, spurious irq although all interrupts have been disabled. This irq doesn't do any harm, neither to HW nor driver. To avoid some unexpected irq warning

Re: [PATCH 3/3] mmc: mvsdio: silence card detect notice

2013-11-24 Thread Jason Cooper
On Fri, Nov 15, 2013 at 03:22:34PM +0100, Sebastian Hesselbarth wrote: mvsdio reports method of card detection with dev_notice, while for removable cards it may be sane, for non-removable cards it is not. Also, as the user cannot do anything about it, silence the message by reducing it from

AF_ALG does not work with sendfile()

2013-11-24 Thread Shawn Landden
If I use sendfile() to send to a accept()ed AF_ALG socket set up for hash, I get the wrong answer, if I read() and then write() I get the right answer. None of the system calls return an error. --- Shawn Landden +1 360 389 3001 (SMS preferred) -- To unsubscribe from this list: send the line

Re: [PATCHv3 1/2] Input: twl4030-keypad - add device tree support

2013-11-24 Thread Sebastian Reichel
Hi, I'd suggest just simple autorepeat, so that we get rid of ugly double-negation. The idea was that majority of setups want autorepeat so in the absence of the property autorepeat is turned on. I see... but autorepeat on by default makes sense on devices that are usually querty

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-24 Thread Michael Trimarchi
Hi On Tue, Nov 19, 2013 at 11:18 AM, Pali Rohár pali.ro...@gmail.com wrote: This patch removing set_mode_hook function from board data and replacing it with new string variable of notifier power supply device. After this change it is possible to add DT support because driver does not need

AF_ALG buggy with sendfile

2013-11-24 Thread Shawn Landden
If I use sendfile() to send to a accept()ed AF_ALG socket set up for hash, I get the wrong answer, if I read() and then write() I get the right answer. None of the system calls return an error. test case attached. -- --- Shawn Landden +1 360 389 3001 (SMS preferred) #include sys/sendfile.h

Re: small regression: hwmon: (applesmc) Check key count before proceeding - 5f4513864304672e6ea9eac60583eeac32e679f2

2013-11-24 Thread Chris Murphy
On Nov 24, 2013, at 2:44 AM, Henrik Rydberg rydb...@euromail.se wrote: Hi Michele, The issue Chris has seen in Fedora on one MacBookPro4,1 (https://bugzilla.redhat.com/show_bug.cgi?id=1033414) is that this machine returns a huge number from read_register_count() so now we will try to

perf events: how to implement TLB misses as SW event ?

2013-11-24 Thread christophe leroy
Today in the perfevents subsystem it looks like DTLB/ITLB misses are implemented as HW counter only. On some processors, like PowerPC 8xx, there is no counter for that. However DTLB/ITLB misses are handled as exceptions via software, so we have an opportunity to implement a SW counter for that.

Re: [PATCH cgroup/for-3.13-fixes] cgroup: use a dedicated workqueue for cgroup destruction

2013-11-24 Thread Hugh Dickins
On Fri, 22 Nov 2013, Tejun Heo wrote: Hello, Hugh. I applied the following patch to cgroup/for-3.13-fixes. Looks good, thanks a lot. For longer term, I think it'd be better to pull workqueue init before cgroup one but this one should be easier to backport for now. Yes, that's the right

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-24 Thread Pali Rohár
On Sunday 24 November 2013 18:00:00 Sebastian Reichel wrote: Hi, On Tue, Nov 19, 2013 at 11:18:04AM +0100, Pali Rohár wrote: This patch removing set_mode_hook function from board data and replacing it with new string variable of notifier power supply device. After this change it is

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-24 Thread Pali Rohár
On Sunday 24 November 2013 18:18:03 Michael Trimarchi wrote: Hi On Tue, Nov 19, 2013 at 11:18 AM, Pali Rohár pali.ro...@gmail.com wrote: This patch removing set_mode_hook function from board data and replacing it with new string variable of notifier power supply device. After this

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-24 Thread Sebastian Reichel
On Sun, Nov 24, 2013 at 08:01:16PM +0100, Pali Rohár wrote: I'm wondering if the watchdog thread should check some values, like e.g. battery temperature. It should stop charging the battery if some critical battery temperature threshold is reached. For checking battery temperature is

Re: Correct parameter size for BLKSSZGET ioctl.

2013-11-24 Thread Rob Landley
On 11/03/2013 01:43:14 PM, Theodore Ts'o wrote: On Sun, Nov 03, 2013 at 02:07:56PM -0500, Jason Cipriani wrote: There was a bigger question hidden behind the context there that I'm still wondering about: Are these ioctl interfaces specified and documented somewhere? From what I've seen, and

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-24 Thread Pali Rohár
On Sunday 24 November 2013 20:26:09 Sebastian Reichel wrote: On Sun, Nov 24, 2013 at 08:01:16PM +0100, Pali Rohár wrote: Currently on Maemo 5 this is handled in userspace (with open source dsme daemon). I assume it currently also takes care of the bq2415x watchdog? That means if the

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-24 Thread Rafael J. Wysocki
On Sunday, November 24, 2013 10:39:20 AM Francis Moreau wrote: Hello Thomas On 11/22/2013 11:27 PM, Thomas Gleixner wrote: On Fri, 22 Nov 2013, Rafael J. Wysocki wrote: On Friday, November 22, 2013 10:36:23 PM Francis Moreau wrote: Ok, I've finally managed to find out the bad commit:

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-24 Thread Sebastian Reichel
On Sun, Nov 24, 2013 at 08:41:46PM +0100, Pali Rohár wrote: On Sunday 24 November 2013 20:26:09 Sebastian Reichel wrote: On Sun, Nov 24, 2013 at 08:01:16PM +0100, Pali Rohár wrote: Currently on Maemo 5 this is handled in userspace (with open source dsme daemon). I assume it currently

Re: [PATCH v2] itg3200: add dt support.

2013-11-24 Thread Jonathan Cameron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/19/13 05:48, NeilBrown wrote: On Tue, 19 Nov 2013 02:49:38 +0100 Sebastian Reichel s...@debian.org wrote: Hi, On Tue, Nov 19, 2013 at 11:30:13AM +1100, NeilBrown wrote: No new configuration, just a 'compatible' string and documentation.

Re: [PATCH V2 2/2] cpufreq: Change freq before suspending governors

2013-11-24 Thread Rafael J. Wysocki
On Friday, November 22, 2013 12:39:24 PM Stephen Warren wrote: On 11/22/2013 05:52 AM, Viresh Kumar wrote: On 22 November 2013 18:07, Rafael J. Wysocki r...@rjwysocki.net wrote: On Friday, November 22, 2013 04:59:49 PM Viresh Kumar wrote: Some platforms might want to change frequency before

[PATCH] crypto: more robust crypto_memneq

2013-11-24 Thread Cesar Eduardo Barros
Disabling compiler optimizations can be fragile, since a new optimization could be added to -O0 or -Os that breaks the assumptions the code is making. Instead of disabling compiler optimizations, use a dummy inline assembly (based on RELOC_HIDE) to block the problematic kinds of optimization,

Re: [PATCH] clocksource: Do not drop unheld reference on device node

2013-11-24 Thread Daniel Lezcano
On 11/22/2013 08:22 PM, Uwe Kleine-König wrote: On Fri, Nov 22, 2013 at 05:31:46PM +0100, Daniel Lezcano wrote: On 11/22/2013 05:16 PM, Thierry Reding wrote: On Sat, Oct 19, 2013 at 12:49:48AM +0200, Thierry Reding wrote: When booting a recent kernel on ARM with OF_DYNAMIC enabled, the kernel

Re: [PATCH] of/platform: Fix no irq domain found errors when populating interrupts

2013-11-24 Thread Grant Likely
On Fri, 22 Nov 2013 17:50:35 -0800, Tony Lindgren t...@atomide.com wrote: * Tony Lindgren t...@atomide.com [131122 17:16]: * Tony Lindgren t...@atomide.com [131122 17:09]: * Russell King - ARM Linux li...@arm.linux.org.uk [131122 16:56]: On Fri, Nov 22, 2013 at 04:43:35PM -0800, Tony

Re: [RFC 9/9] of/irq: create interrupts-extended property

2013-11-24 Thread Grant Likely
On Sun, 24 Nov 2013 17:04:52 +1000, Peter Crosthwaite peter.crosthwa...@xilinx.com wrote: On Wed, Nov 13, 2013 at 4:14 PM, Grant Likely grant.lik...@linaro.org wrote: On Wed, 13 Nov 2013 09:17:01 +1000, Peter Crosthwaite peter.crosthwa...@xilinx.com wrote: It's going to get a little

Re: [PATCH] of/platform: Fix no irq domain found errors when populating interrupts

2013-11-24 Thread Grant Likely
On Fri, 22 Nov 2013 16:43:35 -0800, Tony Lindgren t...@atomide.com wrote: Currently we get the following kind of errors if we try to use interrupt phandles to irqchips that have not yet initialized: irq: no irq domain found for /ocp/pinmux@48002030 ! WARNING: CPU: 0 PID: 1 at

Re: [PATCH v3] video: add OpenCores VGA/LCD framebuffer driver

2013-11-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 06:34 Fri 22 Nov , Stefan Kristiansson wrote: This adds support for the VGA/LCD core available from OpenCores: http://opencores.org/project,vga_lcd The driver have been tested together with both OpenRISC and ARM (socfpga) processors. Signed-off-by: Stefan Kristiansson

Re: AF_ALG buggy with sendfile

2013-11-24 Thread Shawn Landden
heres a version of the test case that builds. Sorry about that. On Sun, Nov 24, 2013 at 9:21 AM, Shawn Landden shawnland...@gmail.com wrote: If I use sendfile() to send to a accept()ed AF_ALG socket set up for hash, I get the wrong answer, if I read() and then write() I get the right

Re: AF_ALG buggy with sendfile

2013-11-24 Thread Shawn Landden
If you build https://kernel.googlesource.com/pub/scm/network/connman/connman/+/0.80/tools/alg-test.c from the connman source code and compare the output to coreutils sha1sum you can see the problem. shawn@debian-T61:~/git/test$ make connman_afalg cc connman_afalg.c -o connman_afalg

Fwd: Linux kernel question

2013-11-24 Thread Nátán Kovács
Hi Linux kernel developer! I have a question about linux kernel. I installed ubuntu 13.10 and I want to install mac kernel to it because I prefer the wallpapers in my Dad's macbook pro. I heard they has different kernels so Id like to install mac kernel to ubuntu. PLease send me the .exe file

Acknowledge your payment

2013-11-24 Thread Mr. David Garcka
After my intensive search, I understand that you share same last name with our late client who passed on few years ago, and am seeking your consent to present you as heir to his estate estimated 30.5mUSD.if you interest, please send your cell/phone, fax and names, for more details. Mr. David

Re: [GIT PULL] ima: bug fixes for Linus

2013-11-24 Thread James Morris
On Sun, 24 Nov 2013, Mimi Zohar wrote: Hi James, Linus has already reverted the trusted keyring support for IMA patches. These patches are re-based on -rc1. The following changes since commit 4c1cc40a2d49500d84038ff751bc6cd183e729b5: Revert KEYS: verify a certificate is signed by a

Acknowledge your payment

2013-11-24 Thread Mr. David Garcka
After my intensive search, I understand that you share same last name with our late client who passed on few years ago, and am seeking your consent to present you as heir to his estate estimated 30.5mUSD.if you interest, please send your cell/phone, fax and names, for more details. Mr. David

Re: [PATCH] ARM: pxa: Move iotable mapping inside vmalloc region

2013-11-24 Thread Ezequiel Garcia
On Sun, Nov 24, 2013 at 12:41:25PM +, Russell King - ARM Linux wrote: On Sun, Nov 24, 2013 at 09:36:11AM -0300, Ezequiel Garcia wrote: In order to remove the following ugly message: BUG: mapping for 0x at 0xff00 out of vmalloc space the iotable mappings should be

The man page of /proc/stat needs to be fixed

2013-11-24 Thread OSDepend
The man page of /proc fs only offers defination of the first column of intr in /proc/stat. But lack of the explaination of other columns. Same issue for the softirq in /proc/stat! How can i identify which interrupts the numbers related to respectively? [root@hw092 proc]# cat /proc/stat cpu

Re: [PATCH] ARM: pxa: Move iotable mapping inside vmalloc region

2013-11-24 Thread Nicolas Pitre
On Sun, 24 Nov 2013, Ezequiel Garcia wrote: In order to remove the following ugly message: BUG: mapping for 0x at 0xff00 out of vmalloc space the iotable mappings should be re-located inside the vmalloc region. Such move was introduced at commit: commit

Re: [PATCH] block: submit_bio_wait() conversions

2013-11-24 Thread Jens Axboe
On Sat, Nov 23 2013, Kent Overstreet wrote: It was being open coded in a few places. Thanks, applied (with Neils ack). -- Jens Axboe -- 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

Re: kernel BUG at drivers/md/raid5.c:693!

2013-11-24 Thread NeilBrown
On Sat, 23 Nov 2013 11:22:05 +0800 fengguang...@intel.com wrote: Shaohua, FYI, we are still seeing this bug.. dmesg attached. Thanks for the report. However the dmesg you attached doesn't mention: kernel BUG at drivers/md/raid5.c:693! at all. It is quite different. The BUG it

[PATCH 1/1] rsxx: Reset the pcie slot of adapter trains incorrectly.

2013-11-24 Thread Philip J. Kelleher
From: Philip J Kelleher pjk1...@linux.vnet.ibm.com This patch contains a software workaround for a firmware bug that can cause the pcie adapter to train to a width below the desired width of x8. It will reset the adapter 3 times before the driver gives up and informs the user that the link width

[patch 1/9] fs: cachefiles: use add_to_page_cache_lru()

2013-11-24 Thread Johannes Weiner
This code used to have its own lru cache pagevec up until a0b8cab3 (mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec API). Now it's just add_to_page_cache() followed by lru_cache_add(), might as well use add_to_page_cache_lru() directly. Signed-off-by: Johannes Weiner

[patch 3/9] mm: shmem: save one radix tree lookup when truncating swapped pages

2013-11-24 Thread Johannes Weiner
Page cache radix tree slots are usually stabilized by the page lock, but shmem's swap cookies have no such thing. Because the overall truncation loop is lockless, the swap entry is currently confirmed by a tree lookup and then deleted by another tree lookup under the same tree lock region. Use

  1   2   3   4   >