guten Tag

2015-07-25 Thread chinsang835
guten Tag Ich bin mit diesem Medium, um Sie über die Transaktion zur Abgabe von $ 2150 (Einundzwanzig Millionen fünfhunderttausend Euro) in meiner Bank in China, Sie als Empfänger zu informieren. Es wird zu 100% sicher, dass der Finanzvorstand des verstorbenen Kunden.

[RFC ebeam PATCH v2 0/2] Add a new USB eBeam input driver

2015-07-25 Thread Yann Cantin
Hi, New USB input driver for eBeam devices. Notable stuff : - need userspace gui tool for calibration (ebeam.tuxfamily.org) - This driver breaks Luidia's proprietary application suite. Patch 1 to blacklist the devices for hid generic-usb. Patch 2 is the actual driver. Changes : RFC

Re: [PATCH 2/3] x86/asm/entry/32: Remove most of SYSCALL32 code, part 1

2015-07-25 Thread Andy Lutomirski
On Sat, Jul 25, 2015 at 11:36 AM, Denys Vlasenko dvlas...@redhat.com wrote: On 07/24/2015 07:50 PM, Andy Lutomirski wrote: On Fri, Jul 24, 2015 at 6:47 AM, Denys Vlasenko dvlas...@redhat.com wrote: SYSCALL32 code is nearly identical to SYSCALL32, except for initial section. Merge them. The

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

2015-07-25 Thread Josh Triplett
On Fri, Jul 24, 2015 at 04:09:02PM -0700, Paul E. McKenney wrote: On Fri, Jul 24, 2015 at 01:16:05PM -0700, Davidlohr Bueso wrote: On Fri, 2015-07-24 at 15:33 +1000, Stephen Rothwell wrote: Hi Andrew, After merging the akpm-current tree, today's linux-next build (powerpc

Re: [PATCH 0/2 RESEND] power: reset: Add syscon reboot/poweroff device nodes for APM X-Gene platform

2015-07-25 Thread Duc Dang
Hi Olof, On Wed, Jul 22, 2015 at 11:20 AM, Olof Johansson o...@lixom.net wrote: On Wed, Jul 22, 2015 at 11:10 AM, Loc Ho l...@apm.com wrote: Hi Olof,, This patch set adds syscon reboot/poweroff device nodes to support reboot and poweroff features on X-Gene platform. Tai Nguyen (2):

Re: [PATCH 2/3] x86/asm/entry/32: Remove most of SYSCALL32 code, part 1

2015-07-25 Thread Denys Vlasenko
On 07/24/2015 07:50 PM, Andy Lutomirski wrote: On Fri, Jul 24, 2015 at 6:47 AM, Denys Vlasenko dvlas...@redhat.com wrote: SYSCALL32 code is nearly identical to SYSCALL32, except for initial section. Merge them. The removal is split into two parts, to make review eaiser. This is part 1.

[PATCH 1/2] f2fs: call set_page_dirty to attach i_wb for cgroup

2015-07-25 Thread Jaegeuk Kim
The cgroup attaches inode-i_wb via mark_inode_dirty and when set_page_writeback is called, __inc_wb_stat() updates i_wb's stat. So, we need to explicitly call set_page_dirty-__mark_inode_dirty in prior to any writebacking pages. This patch should resolve the following kernel panic reported by

[PATCH 2/2] f2fs: handle error cases in commit_inmem_pages

2015-07-25 Thread Jaegeuk Kim
This patch adds to handle error cases in commit_inmem_pages. If an error occurs, it stops to write the pages and return the error right away. Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- fs/f2fs/f2fs.h| 2 +- fs/f2fs/file.c| 6 -- fs/f2fs/segment.c | 10 -- 3 files

RE: [PATCH] kthread: Export kthread functions

2015-07-25 Thread Kershner, David A
-Original Message- From: Richard Weinberger [mailto:richard.weinber...@gmail.com] Sent: Saturday, July 25, 2015 8:05 AM To: Kershner, David A Cc: Andrew Morton; Tejun Heo; la...@cn.fujitsu.com; n...@linux.vnet.ibm.com; nhor...@redhat.com; Thomas Gleixner; Ingo Molnar; LKML;

Re: [RFC v4 03/25] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c

2015-07-25 Thread Michael Schmitz
Hi Finn, For the sake of completeness: further testing on ARAnyM shows no difference between original and patched kernel in the NVRAM proc and diff outputs: scsi host0: Atari native SCSI, io_port 0x0, n_io_port 0, base 0x0, irq 15, can_queue 8, cmd_per_lun 1, sg_tablesize 0, this_id 7,

Re: [PATCH 3/4] power: Add Qualcomm SMBB driver

2015-07-25 Thread Bjorn Andersson
On Sat 25 Jul 08:42 PDT 2015, Sebastian Reichel wrote: Hi, On Thu, Jun 18, 2015 at 02:13:44PM -0700, Bjorn Andersson wrote: Add the Qualcomm Switch-Mode Battery Charger and Boost driver, found in pm8941. The driver's sourcecode looks fine to me. Thanks. I'm not convinced by all

Re: [PATCH] mn10300: time: Provide 64-bit persistent clock time

2015-07-25 Thread pang . xunlei
Hi John, John Stultz john.stu...@linaro.org wrote 2015-07-25 AM 11:24:32: Re: [PATCH] mn10300: time: Provide 64-bit persistent clock time On Mon, Jul 20, 2015 at 5:45 PM, Xunlei Pang xlp...@126.com wrote: From: Xunlei Pang pang.xun...@linaro.org As part of addressing the y2038 problem

Re: [RFC v4 03/25] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c

2015-07-25 Thread Finn Thain
On Sat, 25 Jul 2015, Michael Ellerman wrote: On Sat, 2015-07-25 at 10:35 +1000, Finn Thain wrote: ... These are rudimentary tests but combined with my own testing on m68k, ppc32 and x86, coverage is quite good. Some testing on ppc64 is still lacking though. Here's some code I wrote

[PATCH v2 2/2] mn10300: time: Provide 64-bit persistent clock time

2015-07-25 Thread Xunlei Pang
From: Xunlei Pang pang.xun...@linaro.org As part of addressing the y2038 problem for in-kernel uses, convert update_persistent_clock() to update_persistent_clock64(), read_persistent_clock() to read_persistent_clock64() using timespec64 for MN10300. Cc: John Stultz john.stu...@linaro.org Cc:

[PATCH] userns: simplify map_id_range_* functions

2015-07-25 Thread Nicolas Iooss
Functions map_id_range_down, map_id_down and map_id_up all used the construction: if (...) id = ... else id = ... return id; which can be simplified by directly returning the result of the computations in each branch. Moreover as the condition tested whether the

[PATCH v3] cpufreq: Avoid attempts to create duplicate symbolic links

2015-07-25 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com After commit 87549141d516 (cpufreq: Stop migrating sysfs files on hotplug) there is a problem with CPUs that share cpufreq policy objects with other CPUs and are initially offline. Say CPU1 shares a policy with CPU0 which is online and is

[PATCH] x86: Introduce ASM flags to bitops

2015-07-25 Thread Uros Bizjak
From: Uros Bizjak ubiz...@gmail.com This patch introduces GCC ASM flags to bitops. Instead of e.g. 136d7: 48 0f a3 3d 00 00 00bt %rdi,0x0(%rip) 136de: 00 136df: 19 ff sbb%edi,%edi 136e1: 85 ff test %edi,%edi

Re: [RFC v4 03/25] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c

2015-07-25 Thread Finn Thain
On Sun, 26 Jul 2015, Michael Schmitz wrote: Hi Finn, For the sake of completeness: further testing on ARAnyM shows no difference between original and patched kernel in the NVRAM proc and diff outputs: scsi host0: Atari native SCSI, io_port 0x0, n_io_port 0, base 0x0, irq 15, can_queue

[PATCH v2 1/2] time: Add the common weak version of update_persistent_clock()

2015-07-25 Thread Xunlei Pang
From: Xunlei Pang pang.xun...@linaro.org The weak update_persistent_clock64() calls update_persistent_clock(), if the architecture defines a update_persistent_clock64() to replace and remove its update_persistent_clock() version, the compiler will throw an undefined symbol error, that is, any

[GIT PULL] char/misc driver patches for 4.2-rc4

2015-07-25 Thread Greg KH
The following changes since commit 52721d9d3334c1cb1f76219a161084094ec634dc: Linux 4.2-rc3 (2015-07-19 14:45:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.2-rc4 for you to fetch changes up to

[GIT PULL] Staging driver fixes for 4.2-rc4

2015-07-25 Thread Greg KH
The following changes since commit 52721d9d3334c1cb1f76219a161084094ec634dc: Linux 4.2-rc3 (2015-07-19 14:45:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.2-rc4 for you to fetch changes up to

[GIT PULL] TTY/Serial patches for 4.2-rc4

2015-07-25 Thread Greg KH
The following changes since commit 52721d9d3334c1cb1f76219a161084094ec634dc: Linux 4.2-rc3 (2015-07-19 14:45:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.2-rc4 for you to fetch changes up to

[GIT PULL] USB driver fixes for 4.2-rc4

2015-07-25 Thread Greg KH
The following changes since commit 52721d9d3334c1cb1f76219a161084094ec634dc: Linux 4.2-rc3 (2015-07-19 14:45:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.2-rc4 for you to fetch changes up to

Re: [PATCH v6 0/3] cpufreq: Use cpufreq-dt driver for Exynos3250

2015-07-25 Thread Chanwoo Choi
Dear Kukjin, On Sat, Jul 25, 2015 at 11:11 AM, Kukjin Kim kg...@kernel.org wrote: Krzysztof Kozlowski wrote: On 24.07.2015 12:40, Kukjin Kim wrote: On 07/24/15 09:30, Michael Turquette wrote: Quoting Kukjin Kim (2015-07-07 07:43:31) Bartlomiej Zolnierkiewicz wrote: [...] Chanwoo

Re: [PATCH v3 5/5] arm64: dts: mediatek: add xHCI usb phy for mt8173

2015-07-25 Thread chunfeng yun
hi On Wed, 2015-07-22 at 21:11 +0300, Sergei Shtylyov wrote: Hello. On 07/22/2015 05:05 PM, Chunfeng Yun wrote: add xHCI and phy drivers for MT8173-EVB Signed-off-by: Chunfeng Yun chunfeng@mediatek.com --- arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 15 ++

Re: [PATCH v3 3/5] usb: phy: add usb3.0 phy driver for mt65xx SoCs

2015-07-25 Thread chunfeng yun
hi, On Wed, 2015-07-22 at 09:21 -0500, Felipe Balbi wrote: Hi, On Wed, Jul 22, 2015 at 10:05:43PM +0800, Chunfeng Yun wrote: support usb3.0 phy of mt65xx SoCs Signed-off-by: Chunfeng Yun chunfeng@mediatek.com you missed Kishon here. Thank you. --- drivers/phy/Kconfig

[PATCH 2/5] staging: lustre: Add one space after ',' in parameters list.

2015-07-25 Thread Incarnation P. Lee
From: Pan Li incarnation.p@outlook.com Add one space after ',' in function call parameters list. Signed-off-by: Pan Li incarnation.p@outlook.com --- drivers/staging/lustre/lustre/obdclass/cl_page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 1/5] staging: lustre: Add blank line after variable definition.

2015-07-25 Thread Incarnation P. Lee
From: Pan Li incarnation.p@outlook.com Add blank line after local variable definition to make it clear for reading. Signed-off-by: Pan Li incarnation.p@outlook.com --- drivers/staging/lustre/lustre/obdclass/cl_page.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH 3/5] staging: lustre: Remove unnecessary braces {}

2015-07-25 Thread Incarnation P. Lee
From: Pan Li incarnation.p@outlook.com Remove unnecessary braces {} in single line statement code block. Signed-off-by: Pan Li incarnation.p@outlook.com --- drivers/staging/lustre/lustre/obdclass/cl_page.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[PATCH 5/5] staging: lustre: Adjust code indent for macro.

2015-07-25 Thread Incarnation P. Lee
From: Pan Li incarnation.p@outlook.com Adjust code indent for macro, within tabs at the start and space in front of '\' for indent. Signed-off-by: Pan Li incarnation.p@outlook.com --- drivers/staging/lustre/lustre/obdclass/cl_page.c | 12 ++-- 1 file changed, 6 insertions(+), 6

[PATCH 4/5] staging: lustre: Replace spaces at the start of a line

2015-07-25 Thread Incarnation P. Lee
From: Pan Li incarnation.p@outlook.com Replace the spaces at the start of a line within tab. Signed-off-by: Pan Li incarnation.p@outlook.com --- drivers/staging/lustre/lustre/obdclass/cl_page.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH v3] hwmon: (nct7802) Add autopoint attributes

2015-07-25 Thread Constantine Shulyupin
Introduced REG_PWM, pwm[1..3]_auto_point[1..5]_temp, pwm[1..3]_auto_point[1..5]_pwm, nct7802_auto_point_attrs, nct7802_auto_point_group, updated nct7802_regmap_is_volatile --- Changed in v3: - removed nct7802_auto_point_is_visible - removed usage of sysfs_update_group - introduced REG_PWM -

Re: [PATCH 0/4] Add support for Hyperlinks and Markup on kernel-doc

2015-07-25 Thread Stephan Mueller
Am Donnerstag, 23. Juli 2015, 15:16:23 schrieb Danilo Cesar Lemes de Paula: Hi Danilo, This series add supports for hyperlink cross-references on Docbooks and an optional markup syntax for in-source Documentation. Can you please give an example what you mean with the latter? Thanks for

[PATCH] staging: octeon: add missing blank line after declarations

2015-07-25 Thread Kevin Darbyshire-Bryant
Fixes checkpatch.pl WARNING: Missing a blank line after delarations Signed-off-by: Kevin Darbyshire-Bryant ke...@darbyshire-bryant.me.uk --- drivers/staging/octeon/ethernet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon/ethernet.c

[ANNOUNCE] 4.1.3-rt3

2015-07-25 Thread Sebastian Andrzej Siewior
Dear RT folks! I'm pleased to announce the v4.1.3-rt3 patch set. Changes since v4.1.3-rt2: - fix compile of locktorture. Patch by Wolfgang M. Reimer. - fix compile pid_namespace without lockdep on ARM. Patch by Grygorii Strashko - The annoying cpufreq_stat_notifier_trans: No policy found is

Free Gift

2015-07-25 Thread Maria-Elisabeth Schaeffler
I intend to give to you a portion of my Wealth as a free-will financial donation to you. Respond now to partake. Regards Maria-Elisabeth Schaeffler Email:charityinquiri...@qq.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH] kthread: Export kthread functions

2015-07-25 Thread Richard Weinberger
On Sat, Jul 25, 2015 at 12:45 AM, David Kershner david.kersh...@unisys.com wrote: The s-Par visornic driver, currently in staging, processes a queue being serviced by the an s-Par service partition. We can get a message that something has happened with the Service Partition, when that happens,

Re: llvm bpf debug info. Re: [RFC PATCH v4 3/3] bpf: Introduce function for outputing data to perf event

2015-07-25 Thread He Kuang
Hi, Alexei On 2015/7/24 12:16, He Kuang wrote: Hi, Alexei On 2015/7/24 11:20, Alexei Starovoitov wrote: On 7/23/15 1:49 PM, Alexei Starovoitov wrote: On 7/23/15 4:54 AM, He Kuang wrote: trimmed cc-list, since it's not related to kernel. Thank you for your guidence, and by referencing your

Re: [PATCH] jent: use safe format string parameters

2015-07-25 Thread Stephan Mueller
Am Freitag, 24. Juli 2015, 15:41:27 schrieb Kees Cook: Hi Kees, Since the API for jent_panic() does not include format string parameters, adjust the call to panic() to use a literal string to avoid any future callers from leaking format strings into the panic message. Signed-off-by: Kees Cook

Nokia N900 - audio TPA6130A2 problems

2015-07-25 Thread Pali Rohár
Hello, sometimes after rebooting Nokia N900 initializing alsa audio fails. Here output from dmesg log when it happen: [6.925140] tpa6130a2 2-0060: Write failed [6.929534] tpa6130a2 2-0060: Failed to initialize chip [6.935272] tpa6130a2: probe of 2-0060 failed with error -121 [

Re: [parport] BUG: unable to handle kernel paging request at 5f6f6969

2015-07-25 Thread Sudip Mukherjee
On Sat, Jul 25, 2015 at 05:47:42PM +0800, Fengguang Wu wrote: Greetings, 0day kernel testing robot got the below dmesg and the first bad commit is git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master commit 23c405912b881e3ca516554efde852c2ad550b31 Author: Sudip

Re: [PATCH v2] cpufreq: Avoid attempts to create duplicate symbolic links

2015-07-25 Thread Viresh Kumar
On 25-07-15, 00:17, Rafael J. Wysocki wrote: To avoid that warning, use the observation that cpufreq doesn't need to care about CPUs that have never been online. I have concerns over the very philosophy behind the patch and so wanted to discuss more on that. It will be really confusing to have

[PATCH 4/3] x86/ldt: allow to disable modify_ldt at runtime

2015-07-25 Thread Willy Tarreau
On Sat, Jul 25, 2015 at 09:50:52AM +0200, Willy Tarreau wrote: On Fri, Jul 24, 2015 at 11:44:52PM -0700, Andy Lutomirski wrote: I'm all for it, but I think it should be hard-disablable in config, too, for the -tiny people. I totally agree. If we add a runtime disable, let's do a

Re: Nokia N900 - audio TPA6130A2 problems

2015-07-25 Thread Lars-Peter Clausen
On 07/25/2015 12:28 PM, Pali Rohár wrote: Hello, sometimes after rebooting Nokia N900 initializing alsa audio fails. Here output from dmesg log when it happen: [6.925140] tpa6130a2 2-0060: Write failed [6.929534] tpa6130a2 2-0060: Failed to initialize chip [6.935272] tpa6130a2:

RE: [PATCH v2] power: max17042_battery: add HEALTH and TEMP_* properties support

2015-07-25 Thread Pallala, Ramakrishna
Hi Krzysztof Kozlowski, On Tue, Jun 23, 2015 at 09:58:41AM +0900, Krzysztof Kozlowski wrote: 2015-06-08 10:22 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: 2015-05-24 12:41 GMT+09:00 Ramakrishna Pallala ramakrishna.pall...@intel.com: This patch adds the support for following

Re: [PATCH v2 06/13] irqchip: kill off set_irq_flags usage

2015-07-25 Thread Gregory CLEMENT
Hi Rob, On 12/07/2015 16:26, Rob Herring wrote: set_irq_flags is ARM specific with custom flags which have genirq equivalents. Convert drivers to use the genirq interfaces directly, so we can kill off set_irq_flags. The translation of flags is as follows: IRQF_VALID - !IRQ_NOREQUEST

<    1   2   3   4