[PATCH 05/21] atm: slight optimization of addr compare

2013-12-22 Thread Ding Tianhong
Use the recently added and possibly more efficient ether_addr_equal_unaligned to instead of memcmp. Cc: Chas Williams Cc: linux-atm-gene...@lists.sourceforge.net Cc: net...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Yang Yingliang Signed-off-by: Ding Tianhong ---

[PATCH 21/21] ppp: slight optimization of addr compare

2013-12-22 Thread Ding Tianhong
Use the recently added and possibly more efficient ether_addr_equal_unaligned to instead of memcmp. Cc: Michal Ostrowski Cc: net...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Ding Tianhong --- drivers/net/ppp/pppoe.c | 5 +++-- 1 file changed, 3 insertions(+), 2

[PATCH 16/21] ipw2x00: slight optimization of addr compare

2013-12-22 Thread Ding Tianhong
Use the recently added and possibly more efficient ether_addr_equal_unaligned to instead of memcmp. Cc: Stanislav Yakovlev Cc: John W. Linville Cc: linux-wirel...@vger.kernel.org Cc: net...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Weilong Chen Signed-off-by: Ding

[PATCH 03/21] net: pcnet: slight optimization of addr compare

2013-12-22 Thread Ding Tianhong
Use the recently added and possibly more efficient ether_addr_equal_unaligned to instead of memcmp. Cc: Don Fry Cc: net...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Ding Tianhong --- drivers/net/ethernet/amd/pcnet32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 12/21] bridge: slight optimization of addr compare

2013-12-22 Thread Ding Tianhong
Use the recently added and possibly more efficient ether_addr_equal_unaligned to instead of memcmp. Cc: Stephen Hemminger Cc: David Miller Cc: bri...@lists.linux-foundation.org Cc: net...@vger.kernel.org Signed-off-by: Wang Weidong Signed-off-by: Ding Tianhong --- net/bridge/br_stp_if.c | 2

[PATCH 06/21] zd1211rw: slight optimization of addr compare

2013-12-22 Thread Ding Tianhong
Use the recently added and possibly more efficient ether_addr_equal_unaligned to instead of memcmp. Cc: Daniel Drake Cc: Ulrich Kunitz Cc: "John W. Linville" Cc: linux-wirel...@vger.kernel.org Cc: net...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Tan Xiaojun

Re: [sched] perf-stat.cpu-migrations changes in dd write test

2013-12-22 Thread Alex Shi
On 12/22/2013 08:30 AM, fengguang...@intel.com wrote: > Alex, > > We noticed some perf-stat.cpu-migrations changes by your commit Thanks for your wonder testing, Fengguang! How many CPU in your system and how many dd task running? > > 6eb8b571283e64e96ca1a91aad085f9e08f857f0 is the first bad

[PATCH 02/21] net: freescale: slight optimization of addr compare

2013-12-22 Thread Ding Tianhong
Use the recently added and possibly more efficient ether_addr_equal_unaligned to instead of memcmp. Cc: Li Yang Cc: net...@vger.kernel.org Cc: linuxppc-...@lists.ozlabs.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Ding Tianhong --- drivers/net/ethernet/freescale/ucc_geth.c | 2 +- 1

linux-next: Tree for Dec 23

2013-12-22 Thread Stephen Rothwell
Hi all, There will be no linux-next releases between Dec 25 and Jan 5 inclusive - unless I get extremely bored. Changes since 20131220: The powerpc tree still had its build failure for which I applied a supplied patch. The mmc tree still had its build failure so I used the version from

Re: [PATCHSET 0/7] perf tools: A couple of TUI improvements (v2)

2013-12-22 Thread Namhyung Kim
Hi Jiri, On Fri, 20 Dec 2013 18:33:51 +0100, Jiri Olsa wrote: > On Fri, Dec 20, 2013 at 02:11:11PM +0900, Namhyung Kim wrote: >> Hello, >> >> I was playing with TUI code and added two new windows. One for >> showing log messages and another for showing header information. >> (Maybe they can be

Re: [sched] perf-stat.cpu-migrations changes in dd write test

2013-12-22 Thread Fengguang Wu
On Mon, Dec 23, 2013 at 01:19:04PM +0800, Alex Shi wrote: > On 12/22/2013 08:30 AM, fengguang...@intel.com wrote: > > Alex, > > > > We noticed some perf-stat.cpu-migrations changes by your commit > > Thanks for your wonder testing, Fengguang! > How many CPU in your system and how many dd task

[PATCH v4 0/3] regulator: act8865: add PMIC driver

2013-12-22 Thread Wenyou Yang
Hi Mark, Thanks a lot. As your suggestion, use linear rangers with a plural. The patch set is to add act8865 PMIC driver. The active-semi act8865 is designed as a PMIC for Atmel sama5d3x and at91sam9 series. Its datasheet is available at:

[PATCH v4 1/3] regulator: act8865: add PMIC act8865 driver

2013-12-22 Thread Wenyou Yang
Signed-off-by: Wenyou Yang --- drivers/regulator/Kconfig |8 + drivers/regulator/Makefile|1 + drivers/regulator/act8865-regulator.c | 379 + include/linux/regulator/act8865.h | 53 + 4 files changed, 441 insertions(+)

[PATCH v4 2/3] regulator: act8865: add device tree binding doc

2013-12-22 Thread Wenyou Yang
Signed-off-by: Wenyou Yang --- .../bindings/regulator/act8865-regulator.txt | 60 .../devicetree/bindings/vendor-prefixes.txt|1 + 2 files changed, 61 insertions(+) create mode 100644 Documentation/devicetree/bindings/regulator/act8865-regulator.txt

[PATCH v4 3/3] ARM: dts: sama5d3xcm: add the regulator device node

2013-12-22 Thread Wenyou Yang
Reviwed-by: Mark Brown Signed-off-by: Wenyou Yang --- arch/arm/boot/dts/sama5d3xcm.dtsi | 46 + 1 file changed, 46 insertions(+) diff --git a/arch/arm/boot/dts/sama5d3xcm.dtsi b/arch/arm/boot/dts/sama5d3xcm.dtsi index 726a0f3..4571751 100644 ---

Re: make oldnoconfig fix?

2013-12-22 Thread Rob Landley
On 12/05/13 18:10, David Cohen wrote: On 12/02/2013 06:58 PM, Rob Landley wrote: On 11/11/2013 12:55:37 PM, David Cohen wrote: On 11/11/2013 10:13 AM, Yann E. MORIN wrote: David, All, Hi Yann, On 2013-11-11 10:11 -0800, David Cohen spake thusly: Is there a plan to fix 'make oldnoconfig'

Re: [PATCH v3 0/2] fix sd power bug and modify phase-searching method

2013-12-22 Thread micky
Hi, Is there anything wrong with this patch? It seems a long time, but I didn't got any reply. On 12/03/2013 10:34 AM, micky_ch...@realsil.com.cn wrote: From: Micky Ching If the driver removed while sd card still in the slot, the card power will not power down correctly, if we insert the

[PATCH] ASoC: simple-card: Add DAPM routes parse from device tree

2013-12-22 Thread Xiubo Li
Parses a simple DAPM route table from device tree. Signed-off-by: Xiubo Li --- Documentation/devicetree/bindings/sound/simple-card.txt | 13 +++-- sound/soc/generic/simple-card.c | 11 +-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git

Re: [scsi-mq] WARNING: CPU: 0 PID: 99 at block/elevator.c:193 elevator_init()

2013-12-22 Thread Nicholas A. Bellinger
On Mon, 2013-12-23 at 11:16 +0800, Fengguang Wu wrote: > Greetings, > > I got the below dmesg and the first bad commit is > > commit 29ff818720ce09b044652b83e9c70ef474800d54 > Author: Nicholas Bellinger > AuthorDate: Thu May 23 22:11:38 2013 -0700 > Commit: Nicholas Bellinger >

Re: [PATCH Resend] cpufreq: remove sysfs files for CPU which failed to come back after resume

2013-12-22 Thread Bjørn Mork
"Rafael J. Wysocki" writes: > Bjorn, can you please check if the pm-cpufreq branch of the linux-pm.git tree > fixes the problem that you have reported I can confirm that it fixes the major regression. With this branch, the cpufreq directory is completely removed after a cancelled userspace

Re: [PATCH Resend] cpufreq: remove sysfs files for CPU which failed to come back after resume

2013-12-22 Thread Viresh Kumar
On 23 December 2013 11:25, Bjørn Mork wrote: > I can confirm that it fixes the major regression. With this branch, the > cpufreq directory is completely removed after a cancelled userspace > hibernate (with the acpi-cpufreq problem causing failure). So it is > possible to restore cpufreq by

Re: [PATCH v7 09/12] efi: passing kexec necessary efi data via setup_data

2013-12-22 Thread Dave Young
> > Do we actually need the 'map' entry in efi_setup_data now that you're > > passing it via efi_info (which is much better approach!)? Also, we don't > > need the global nr_efi_runtime_map or efi_runtime_map variables now, > > right? > > The map is still necessary because we need store the map

Re: [PATCH 1/1] extcon: gpio: Add power resume support

2013-12-22 Thread Barry Song
2013/12/23 Chanwoo Choi : > On 12/20/2013 05:09 PM, rjying wrote: >> From: Rongjun Ying >> >> After system resume, need send extcon uevent to userspace > > Why did extcon send uevent after wakeup from suspend? > > If extcon cable is attatched or detached on suspend state, > Kernel can detect the

[PATCH 1/1] sparc64: allow forced irq threading

2013-12-22 Thread Allen Pais
Forced irq threading is a prerequisite for RT. The following patch enables this on the sparc architecture. Signed-off-by: Allen Pais --- arch/sparc/Kconfig |1 + 1 file changed, 1 insertion(+) diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 554995d..aae5aa9 100644 ---

Re: [PATCH -tip 1/3] [CLEANUP] perf-probe: Expand given path to absolute path

2013-12-22 Thread Namhyung Kim
Hi Masami, On Fri, 20 Dec 2013 10:02:57 +, Masami Hiramatsu wrote: > Expand given path to absolute path in option parser, > except for a module name. Instead of expanding it later, > this get the absolute path in early stage. > > Signed-off-by: Masami Hiramatsu > --- >

[PATCH] ASoC: simple-card: Cleanup __asoc_simple_card_dai_init() ret check

2013-12-22 Thread Xiubo Li
The ret parameter is always equal to zero till here. Signed-off-by: Xiubo Li --- sound/soc/generic/simple-card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c index 643c9ed..6ce9745 100644 ---

Re: [PATCH 1/1] extcon: gpio: Add power resume support

2013-12-22 Thread Chanwoo Choi
On 12/23/2013 03:10 PM, Barry Song wrote: > 2013/12/23 Chanwoo Choi : >> On 12/20/2013 05:09 PM, rjying wrote: >>> From: Rongjun Ying >>> >>> After system resume, need send extcon uevent to userspace >> >> Why did extcon send uevent after wakeup from suspend? >> >> If extcon cable is attatched or

[patch] sched: Fix up /proc/sched_debug to print only runnable tasks again

2013-12-22 Thread Mike Galbraith
Hi Ingo, This hunk of b32e86b430 looks like a booboo. Commit b32e86b430 dropped p->on_rq check, leading to printing tasks which used to live on runqueues, which is very noisy (and annoying as heck). Signed-off-by: Mike Galbraith --- kernel/sched/debug.c |2 +- 1 file changed, 1

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-12-22 Thread Mike Turquette
Quoting Simon Horman (2013-12-01 18:25:51) > On Tue, Oct 29, 2013 at 01:42:41PM +0900, Simon Horman wrote: > > On Wed, Oct 09, 2013 at 07:39:18PM +0900, Simon Horman wrote: > > > On Wed, Oct 09, 2013 at 04:29:56PM +0900, Magnus Damm wrote: > > > > Hi Simon, > > > > > > > > On Wed, Oct 9, 2013 at

Re: [PATCH] use initmpfs even if there's root= cmdline

2013-12-22 Thread Dave Young
> I can't do anything about dracut. (Otherwise userspace could look at > ROOT= which is not parsed by existing kernel code to have a special > meaning...) The root= requirement for dracut is not necessary just there's no one is working on removing the limitation. I think that is not the key

Re: [PATCH] drivers: target: target_core_mod: use div64_u64_rem() instead of operator '%' for u64

2013-12-22 Thread Nicholas A. Bellinger
On Sun, 2013-12-22 at 17:17 +0800, Chen Gang wrote: > On 12/22/2013 10:56 AM, Nicholas A. Bellinger wrote: > > Hi Chen, > > > > On Sat, 2013-12-21 at 10:08 +0800, Chen Gang wrote: > >> In kernel, need use div64_u64_rem() instead of operator '%' for u64, or > >> can not pass compiling (with

[PATCH] regulator: max14577: Add module alias to support module auto-loading

2013-12-22 Thread Axel Lin
Signed-off-by: Axel Lin --- drivers/regulator/max14577.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/max14577.c b/drivers/regulator/max14577.c index 516e8af..b1078ba3 100644 --- a/drivers/regulator/max14577.c +++ b/drivers/regulator/max14577.c @@ -270,3 +270,4 @@

Vorschlag

2013-12-22 Thread Peter Wong
Hallo Ich habe ein Investment-Portfolio, das Geld in meiner Bank in China, die ich einfach für Sie als Empfänger übertragen können hinterlegt beinhaltet. Die Transaktion ist ohne Risiko, weil es strategisch geplant worden zu vervollständigen erfolgreich. Kontaktieren Sie mich auf meiner

Re: [PATCH Resend] cpufreq: remove sysfs files for CPU which failed to come back after resume

2013-12-22 Thread Bjørn Mork
Viresh Kumar writes: > On 23 December 2013 11:25, Bjørn Mork wrote: >> I can confirm that it fixes the major regression. With this branch, the >> cpufreq directory is completely removed after a cancelled userspace >> hibernate (with the acpi-cpufreq problem causing failure). So it is >>

Re: [RFC PATCH] net, tun: remove the flow cache

2013-12-22 Thread Jason Wang
On 12/18/2013 10:08 AM, Zhi Yong Wu wrote: > On Tue, Dec 17, 2013 at 6:05 PM, Jason Wang wrote: >> On 12/17/2013 05:13 PM, Zhi Yong Wu wrote: >>> On Tue, Dec 17, 2013 at 4:49 PM, Jason Wang wrote: > On 12/17/2013 03:26 PM, Zhi Yong Wu wrote: >>> From: Zhi Yong Wu >>> >>> The

[PATCH 3.13-rc5] module: Add missing newline in printk call.

2013-12-22 Thread Tetsuo Handa
>From cc90e27d5cda227e7a0cbeb5de3cc1cbb1595dfa Mon Sep 17 00:00:00 2001 From: Tetsuo Handa Date: Mon, 23 Dec 2013 15:52:42 +0900 Subject: [PATCH] module: Add missing newline in printk call. Add missing \n and also follow commit bddb12b3 "kernel/module.c: use pr_foo()". Signed-off-by: Tetsuo

[PATCH][TRIVIAL] x86/smpboot: fix cpu bootup message

2013-12-22 Thread Xie XiuQi
When CPU0 and CPU1 aren't in same package, we got message like this: [0.995698] x86: Booting SMP configuration: [0.999858] node #0, CPUs:#1 #2 #3 #4 #5 #6 #7 #8 [1.201584] node #1, CPUs:#9 #10 #11 #12 #13 #14 #15 #16 [1.402525] node #2, CPUs:

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

2013-12-22 Thread Chen, Gong
On Fri, Dec 20, 2013 at 10:50:09AM -0500, Prarit Bhargava wrote: > +int check_vectors(void) > +{ > + int irq, cpu; > + unsigned int vector, this_count, count; > + struct irq_desc *desc; > + struct irq_data *data; > + struct cpumask *affinity; > + > + this_count = 0; > +

Re: [PATCH 1/1] extcon: gpio: Add power resume support

2013-12-22 Thread Barry Song
2013/12/23 Chanwoo Choi : > On 12/23/2013 03:10 PM, Barry Song wrote: >> 2013/12/23 Chanwoo Choi : >>> On 12/20/2013 05:09 PM, rjying wrote: From: Rongjun Ying After system resume, need send extcon uevent to userspace >>> >>> Why did extcon send uevent after wakeup from suspend?

Re: [PATCH v7 00/12] kexec kernel efi runtime support

2013-12-22 Thread Matt Fleming
On Sun, 22 Dec, at 02:27:01PM, Toshi Kani wrote: > > The kexec branch is missing the following change, which is required for > fast reboot with multi-cpus. > >commit 279f1df915c3a6ed3075d98a849705bf53851f99 >Author: Vivek Goyal >Date: Tue Nov 26 10:25:28 2013 +0800 > >

PLEASE READ

2013-12-22 Thread William Leung
i am william leung, i have a business proposal worth 24.5 million usd for you to handle for me, reply me via (williamleung...@wss-id.org) for more details. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH -tip 3/3] perf-probe: Use the actual address as a hint for uprobes

2013-12-22 Thread Namhyung Kim
On Mon, 23 Dec 2013 06:54:38 +0900, Masami Hiramatsu wrote: > (2013/12/21 3:03), Arnaldo Carvalho de Melo wrote: >> Em Fri, Dec 20, 2013 at 10:03:02AM +, Masami Hiramatsu escreveu: > BTW, I'm not sure why debuginfo and nm shows symbol address + 0x40, > and why the perf's map/symbol can

Re: [PATCH Resend] cpufreq: remove sysfs files for CPU which failed to come back after resume

2013-12-22 Thread viresh kumar
On Monday 23 December 2013 12:25 PM, Bjørn Mork wrote: > That's correct. The immediate result of the failure is exactly the > same. Okay.. > The difference is that a subsequent resume would restore the cpufreq > device whether it existed or not. That made a complete suspend/resume > fix up any

Re: [PATCH 1/1] extcon: gpio: Add power resume support

2013-12-22 Thread Chanwoo Choi
On 12/23/2013 04:36 PM, Barry Song wrote: > 2013/12/23 Chanwoo Choi : >> On 12/23/2013 03:10 PM, Barry Song wrote: >>> 2013/12/23 Chanwoo Choi : On 12/20/2013 05:09 PM, rjying wrote: > From: Rongjun Ying > > After system resume, need send extcon uevent to userspace Why

<    1   2   3   4