Re: [PATCH 1/1 linux-next] jbd2: Fix sparse context imbalance warning

2014-09-20 Thread Fabian Frederick
> On 18 September 2014 at 22:44 Theodore Ts'o wrote: > > > On Thu, Sep 18, 2014 at 08:29:34PM +0200, Fabian Frederick wrote: > > spin_unlock after spin_lock only. > > > > This fixes the following sparse warning: > > fs/jbd2/transaction.c:1102:20: warning: context imbalance > > in 'jbd2_journal_g

Re: [PATCH v3 1/8] [media] soc_camera: Do not decrement endpoint node refcount in the loop

2014-09-20 Thread Guennadi Liakhovetski
Hi Philippe, On Thu, 11 Sep 2014, Philipp Zabel wrote: > In preparation for a following patch, stop decrementing the endpoint node > refcount in the loop. This temporarily leaks a reference to the endpoint node, > which will be fixed by having of_graph_get_next_endpoint decrement the > refcount

[git pull] drm fixes

2014-09-20 Thread Dave Airlie
Hey Linus, A bunch of radeon fixes for oops on module unload, and problems with resetting the dma engine, one nouveau fix for black boxes in rendering on my mbp retina, one sti fix, and a couple of intel fixes. Dave. The following changes since commit 37504a3be90b69438426d74ccf467a9fe192932b

[PATCH] mm: softdirty: keep bit when zapping file pte

2014-09-20 Thread Peter Feiner
Fixes the same bug as b43790eedd31e9535b89bbfa45793919e9504c34 and 9aed8614af5a05cdaa32a0b78b0f1a424754a958 where the return value of pte_*mksoft_dirty was being ignored. To be sure that no other pte/pmd "mk" function return values were being ignored, I annotated the functions in arch/x86/include/

Re: [PATCH] mm: softdirty: keep bit when zapping file pte

2014-09-20 Thread Cyrill Gorcunov
On Sat, Sep 20, 2014 at 01:03:07AM -0700, Peter Feiner wrote: > Fixes the same bug as b43790eedd31e9535b89bbfa45793919e9504c34 and > 9aed8614af5a05cdaa32a0b78b0f1a424754a958 where the return value of > pte_*mksoft_dirty was being ignored. > > To be sure that no other pte/pmd "mk" function return v

Re: [PATCH v4 4/7] ARM: l2c: Add support for overriding prefetch settings

2014-09-20 Thread Russell King - ARM Linux
On Fri, Sep 19, 2014 at 08:30:07PM +0200, Alexandre Belloni wrote: > On 19/09/2014 at 17:39:32 +0100, Russell King - ARM Linux wrote : > > On Fri, Sep 19, 2014 at 11:50:01AM +0200, Alexandre Belloni wrote: > > > On 26/08/2014 at 16:17:57 +0200, Tomasz Figa wrote : > > > > Firmware on certain boards

[PATCH 1/1] fs/cachefiles: add missing \n to kerror conversions

2014-09-20 Thread Fabian Frederick
commit 0227d6abb378 ("fs/cachefiles: replace kerror by pr_err") didn't include newline featuring in original kerror definition Reported-by: David Howells Cc: David Howells Cc: Andrew Morton Signed-off-by: Fabian Frederick --- fs/cachefiles/bind.c | 8 fs/cachefiles/daemon.c |

Re: [PATCH 1/2] i2c: cadence: Remove .owner field for driver

2014-09-20 Thread Wolfram Sang
On Wed, Aug 13, 2014 at 01:56:51PM +0200, Michal Simek wrote: > There is no need to init .owner field. > > Based on the patch from Peter Griffin > "mmc: remove .owner field for drivers using module_platform_driver" > > This patch removes the superflous .owner field for drivers which It says dri

Re: [PATCH v2] i2c: i2c-tegra: Move clk_prepare/clk_set_rate to probe

2014-09-20 Thread Wolfram Sang
On Fri, Sep 05, 2014 at 12:28:18PM +0300, Mikko Perttunen wrote: > From: Mikko Perttunen > > Currently the i2c-tegra bus driver prepares, enables > and set_rates its clocks separately for each transfer. > This causes locking problems when doing I2C transfers > from clock notifiers; see > http://l

Re: [PATCH] i2c designware add support of I2C standard mode

2014-09-20 Thread Wolfram Sang
On Wed, Aug 20, 2014 at 04:29:08PM +0200, Romain Baeriswyl wrote: > From: Romain Baeriswyl > > Some legacy devices support ony I2C standard mode at 100kHz. > This patch allows to select the standard mode through the DTS > with the use of the existing clock-frequency parameter. > > When clock-fre

Re: [PATCH 1/1] i2c: designware: add support of platform data to set I2C mode

2014-09-20 Thread Wolfram Sang
On Wed, Sep 03, 2014 at 10:41:38AM +0800, Raymond Tan wrote: > From: "Tan, Raymond" > > Use the platform data to set the clk_freq when there is no DT configuration > available. The clk_freq in turn will determine the I2C speed mode. > > In Quark, there is currently no other configuration mechani

[PATCH] mmc: android-goldfish: Remove unnecessary NULL check on host

2014-09-20 Thread Pramod Gurav
This change removes unwanted NULL check around mmc private data structure in remove function as the probe would not have succeeded with this structure variable as NULL. Cc: Chris Ball Cc: Ulf Hansson Cc: linux-...@vger.kernel.org Signed-off-by: Pramod Gurav --- drivers/mmc/host/android-goldfis

Comply with me to set up a legal business relationship

2014-09-20 Thread Sarah Chanda Davis
Good Day, I am writing this particular message to you to ascertain whether you could be able to handle this matter effectively in your area or any place of your choice. Be inform that i wish to enter into business relationship with you which must be under your complete control and management.

Re: [PATCH 7/8] ARM: mvebu: armada-xp: Add I2C eeprom on Lenovo ix4-300d

2014-09-20 Thread Sebastian Hesselbarth
On 09/19/2014 10:14 PM, Sebastian Hesselbarth wrote: > There is an I2C eeprom connected on Lenovo ix4-300d, add the > corresponding node. > > Signed-off-by: Sebastian Hesselbarth > --- ... > --- > arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 5 + > 1 file changed, 5 insertions(+) > > d

Re: [PATCH RFC 2/2] vhost: support urgent descriptors

2014-09-20 Thread Paolo Bonzini
Il 19/09/2014 09:10, Jason Wang ha scritto: >> > >> > - if (!vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX)) { >> > + if (vq->urgent || !vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX)) { > So the urgent descriptor only work when event index was not enabled? > This seems suboptimal, we may still

Re: [PATCH V3 RESEND] SYSV: logging update

2014-09-20 Thread Fabian Frederick
> On 20 September 2014 at 01:00 Andrew Morton wrote: > > > On Sat, 13 Sep 2014 23:12:36 +0200 Fabian Frederick wrote: > > > -use current logging functions > > -replace no level printk by pr_err > > -add debug.c / sysv_err function to include sb->s_id > > -use pr_fmt with standard KBUILD_MODNAME

Re: [PATCH 1/1] checkpatch: check for subject uniqueness in git repository.

2014-09-20 Thread Fabian Frederick
> On 16 September 2014 at 18:31 Joe Perches wrote: > > > On Tue, 2014-09-16 at 18:15 +0200, Fabian Frederick wrote: > > > On 16 September 2014 at 05:22 Joe Perches wrote: > > > On Mon, 2014-09-15 at 20:43 +0200, Fabian Frederick wrote: > > > > Adding patch subject uniqueness check in checkpatch

[PATCH 3.17-rc5] Fix confusing PFA_NO_NEW_PRIVS constant.

2014-09-20 Thread Tetsuo Handa
Can you apply below patch before new PFA_* are defined? Cgroups code might want to define PFA_SPREAD_PAGE as 1 and PFA_SPREAD_SLAB as 2. >From 8543e68adb210142fa347d8bc9d83df0bb2c5291 Mon Sep 17 00:00:00 2001 From: Tetsuo Handa Date: Sat, 20 Sep 2014 19:24:

[PATCH v7 0/9] kvm, mem-hotplug: Do not pin ept identity pagetable and apic access page.

2014-09-20 Thread Tang Chen
ept identity pagetable and apic access page in kvm are pinned in memory. As a result, they cannot be migrated/hot-removed. But actually they don't need to be pinned in memory. [For ept identity page] Just do not pin it. When it is migrated, guest will be able to find the new page in the next ept

[PATCH v7 4/9] kvm: Add interface to check if secondary exec virtualzed apic accesses is enabled.

2014-09-20 Thread Tang Chen
We wants to migrate apic access page pinned by guest (L1 and L2) to make memory hotplug available. There are two situations need to be handled for apic access page used by L2 vm: 1. L1 prepares a separate apic access page for L2. L2 pins a lot of pages in memory. Even if we can migrate apic ac

[PATCH v7 7/9] kvm, mem-hotplug: Reload L1's apic access page on migration when L2 is running.

2014-09-20 Thread Tang Chen
We are handling "L1 and L2 share one apic access page" situation when migrating apic access page. We should do some handling when migration happens in the following situations: 1) when L0 is running: Update L1's vmcs in the next L0->L1 entry and L2's vmcs in the next L1->L2 entry. 2)

[PATCH v7 9/9] kvm, mem-hotplug: Unpin and remove kvm_arch->apic_access_page.

2014-09-20 Thread Tang Chen
To make apic access page migratable, we do not pin it in memory now. When it is migrated, we should reload its physical address for all vmcses. But when we tried to do this, all vcpu will access kvm_arch->apic_access_page without any locking. This is not safe. Actually, we do not need kvm_arch->ap

[PATCH v7 6/9] kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make it non-static.

2014-09-20 Thread Tang Chen
Since different architectures need different handling, we will add some arch specific code later. The code may need to make cpu requests outside kvm_main.c, so make it non-static and rename it to kvm_make_all_cpus_request(). Signed-off-by: Tang Chen --- include/linux/kvm_host.h | 1 + virt/kv

[PATCH v7 8/9] kvm, mem-hotplug: Add arch specific mmu notifier to handle apic access migration.

2014-09-20 Thread Tang Chen
We are handling "L1 and L2 share one apic access page" situation when migrating apic access page. We should do some handling when migration happens in the following situations: 1) when L0 is running: Update L1's vmcs in the next L0->L1 entry and L2's vmcs in the next L1->L2 entry. 2)

[PATCH v7 2/9] kvm: Remove ept_identity_pagetable from struct kvm_arch.

2014-09-20 Thread Tang Chen
kvm_arch->ept_identity_pagetable holds the ept identity pagetable page. But it is never used to refer to the page at all. In vcpu initialization, it indicates two things: 1. indicates if ept page is allocated 2. indicates if a memory slot for identity page is initialized Actually, kvm_arch->ept_i

[PATCH v7 1/9] kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address.

2014-09-20 Thread Tang Chen
We have APIC_DEFAULT_PHYS_BASE defined as 0xfee0, which is also the address of apic access page. So use this macro. Signed-off-by: Tang Chen Reviewed-by: Gleb Natapov --- arch/x86/kvm/svm.c | 3 ++- arch/x86/kvm/vmx.c | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git

[PATCH v7 5/9] kvm, mem-hotplug: Reload L1's apic access page in vcpu_enter_guest().

2014-09-20 Thread Tang Chen
We are handling "L1 and L2 share one apic access page" situation when migrating apic access page. We should do some handling when migration happens in the following situations: 1) when L0 is running: Update L1's vmcs in the next L0->L1 entry and L2's vmcs in the next L1->L2 entry. 2)

[PATCH v7 3/9] kvm: Make init_rmode_identity_map() return 0 on success.

2014-09-20 Thread Tang Chen
In init_rmode_identity_map(), there two variables indicating the return value, r and ret, and it return 0 on error, 1 on success. The function is only called by vmx_create_vcpu(), and r is redundant. This patch removes the redundant variable r, and make init_rmode_identity_map() return 0 on succes

[PATCH] ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUES

2014-09-20 Thread Ethan Zhao
There is typo in ixgbe.h, two marcro definition of IXGBE_MAX_L2A_QUEUES to 4, delete one, clear the compiler warning. Signed-off-by: Ethan Zhao --- drivers/net/ethernet/intel/ixgbe/ixgbe.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/net/ethernet/intel/ixgbe/i

Re: [PATCH v4 0/2] mtd: nand: add sunxi NAND flash controller support

2014-09-20 Thread Boris BREZILLON
Hi Brian, On Fri, 19 Sep 2014 21:34:38 -0700 Brian Norris wrote: > Hi Boris, > > On Mon, Aug 18, 2014 at 07:26:26PM +0200, Boris BREZILLON wrote: > > This patch series adds support for the sunxi NAND Flash Controller (NFC) > > block. > > > > These two patches only add support for the basic NAN

[PATCH] staging: wlan-ng: remove unused 'result' var

2014-09-20 Thread Grzegorz Swirski
Signed-off-by: Grzegorz Swirski --- drivers/staging/wlan-ng/prism2mib.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2mib.c b/drivers/staging/wlan-ng/prism2mib.c index f471708..0163e06 100644 --- a/drivers/staging/wlan-ng/prism2mib.

Re: [media/dvb_usb_af9005] BUG: unable to handle kernel paging request (WAS: [media/em28xx] BUG: unable to handle kernel)

2014-09-20 Thread Antti Palosaari
Moikka! On 09/19/2014 10:55 PM, Luca Olivetti wrote: El 19/09/14 21:22, Frank Schäfer ha escrit: So symbol_request() returns pointers.!= NULL A closer look at the definition of symbol_request() shows, that it does nothing if CONFIG_MODULES is disabled (it just returns its argument). One po

Re: eeprom Board Information EEPROM

2014-09-20 Thread Andreas Werner
On Tue, Sep 16, 2014 at 01:14:36PM +0530, kavitha bk wrote: > On Mon, Sep 15, 2014 at 10:52 PM, Andreas Werner wrote: > > > On Thu, Sep 04, 2014 at 09:59:53PM +0530, kavitha bk wrote: > > > On Wed, Sep 3, 2014 at 8:04 PM, Andreas Werner > > wrote: > > > > > > > Is there a way to access the eepro

Re: [PATCH 1/2] mtd: nand: support ONFI timings mode retrieval for non-ONFI NANDs

2014-09-20 Thread Boris BREZILLON
On Fri, 19 Sep 2014 21:46:07 -0700 Brian Norris wrote: > Since you were asking about this series, I have a comment: > > On Mon, Jul 28, 2014 at 11:16:51AM +0200, Boris BREZILLON wrote: > > Add an onfi_timing_mode_ds field to nand_chip and nand_flash_dev in order > > to support NAND timings defin

Re: [tip:sched/urgent] sched: Fix end_of_stack() and location of stack canary for architectures using CONFIG_STACK_GROWSUP

2014-09-20 Thread Chuck Ebbert
On Fri, 19 Sep 2014 23:42:37 -0700 tip-bot for Chuck Ebbert wrote: > Commit-ID: a3215fb47c7ecb814dc16815245db4f375841268 > Gitweb: http://git.kernel.org/tip/a3215fb47c7ecb814dc16815245db4f375841268 > Author: Chuck Ebbert > AuthorDate: Fri, 19 Sep 2014 09:35:05 -0500 > Committer: Ingo M

Re: [GIT PULL] KEYS: Changes for keyrings for security/next

2014-09-20 Thread David Howells
James Morris wrote: > I'm getting this warning after pulling your code: > > CC crypto/hash_info.o > crypto/asymmetric_keys/asymmetric_type.c: In function > asymmetric_key_hex_to_key_id: > crypto/asymmetric_keys/asymmetric_type.c:110: warning: ignoring return > value of hex2bin, declared

Re: [PATCH] i2c: axxia: Add I2C driver for AXM55xx

2014-09-20 Thread Wolfram Sang
Hi, thanks for the submission. On Mon, Aug 25, 2014 at 01:51:22PM +0200, Anders Berg wrote: > Add I2C bus driver for the controller found in the LSI Axxia family SoCs. The > driver implements 10-bit addressing and SMBus transfer modes via emulation > (including SMBus block data read). > > Signed

Re: [PATCH 0/2] perf tool: improve error handling in perf_flag_probe()

2014-09-20 Thread Jiri Olsa
On Sat, Sep 13, 2014 at 10:46:22AM +0200, Yann Droneaud wrote: > Hi, > > Following the EBUSY errors reported by Jiri Olsa [1], I've tryed to > improve a bit the way perf_flag_probe() handle errors. > > In case EBUSY is returned by perf_event_open(), testing the function > again without PERF_FLAG_

Re: [PATCH] i2c: rk3x: Remove unlikely() annotations

2014-09-20 Thread Wolfram Sang
On Fri, Aug 22, 2014 at 10:43:44AM -0700, Doug Anderson wrote: > Having a transfer more than 32 bits is not all that unlikely. Remove > the annotation. > > The unlikely in the IRQ handler can't gain us much. It's not in a > loop, so at most it would save 1 instruction per IRQ, which isn't > much

Re: [PATCH v2] i2c: rk3x: fix divisor calculation for SCL frequency

2014-09-20 Thread Wolfram Sang
On Mon, Sep 08, 2014 at 11:38:25AM +0800, Addy Ke wrote: > I2C_CLKDIV register descripted in the previous version of > RK3x chip manual is incorrect. Plus 1 is required. > > The correct formula: > - T(SCL_HIGH) = T(PCLK) * (CLKDIVH + 1) * 8 > - T(SCL_LOW) = T(PCLK) * (CLKDIVL + 1) * 8 > - (SCL Div

Re: [PATCH] tty/serial: samsung: Add earlycon support

2014-09-20 Thread Alim Akhtar
Just realized that linux-arm-kernel email-id was wrongly typed. CCing the correct linux-arm-kernel email-id now. Sorry for the noise. On Tue, Sep 16, 2014 at 5:02 PM, Alim Akhtar wrote: > Add earlycon support for the samsung serial port. This allows enabling > the samsung serial port for conso

Re: [v4 PATCH 1/1] init: fix race between rootfs mount and firmware loading

2014-09-20 Thread Roman Peniaev
On Sat, Sep 20, 2014 at 6:42 AM, Greg Kroah-Hartman wrote: > On Fri, Sep 19, 2014 at 09:44:24PM +0900, Roman Pen wrote: >> The thing is that built-in modules are being inited before >> rootfs mount. Some of the modules can request firmware loading >> from another thread using async 'request_firmw

Re: [PATCH 1/2] bus: brcmstb_gisb: register the fault code hook

2014-09-20 Thread Thomas Petazzoni
Dear Florian Fainelli, On Fri, 19 Sep 2014 12:44:39 -0700, Florian Fainelli wrote: > -void __init brcmstb_hook_fault_code(void) > +static int __init brcmstb_hook_fault_code(void) > { > hook_fault_code(22, brcmstb_bus_error_handler, SIGBUS, 0, > "imprecise external abo

Re: [v4 PATCH 1/1] init: fix race between rootfs mount and firmware loading

2014-09-20 Thread Roman Peniaev
Thanks, Oleg, for the review. -- Roman On Sat, Sep 20, 2014 at 4:45 AM, Oleg Nesterov wrote: > On 09/19, Roman Pen wrote: >> >> +void wait_for_rootfs(void) >> +{ >> + /* Here we try to protect from a few things: >> + * 1. Avoid waiting for ourselves, when init thread has not >> + *

net: stmmac glue layer for Amlogic Meson SoCs

2014-09-20 Thread Beniamino Galvani
Hi, the Ethernet controller available in Amlogic Meson6 and Meson8 SoCs is a Synopsys DesignWare MAC IP core, already supported by the stmmac driver. These patches add a glue layer to the driver for the platform-specific settings required by the Amlogic variant. This has been tested on a Amlogic

[PATCH 1/2] net: stmmac: add Amlogic Meson glue layer

2014-09-20 Thread Beniamino Galvani
The Ethernet controller available in Meson6 and Meson8 SoCs is a Synopsys DesignWare MAC IP core, already supported by the stmmac driver. This glue layer implements some platform-specific settings needed by the Amlogic variant. Signed-off-by: Beniamino Galvani --- drivers/net/ethernet/stmicro/s

[PATCH 2/2] net: stmmac: meson: document device tree bindings

2014-09-20 Thread Beniamino Galvani
Add the device tree bindings documentation for the Amlogic Meson variant of the Synopsys DesignWare MAC. Signed-off-by: Beniamino Galvani --- .../devicetree/bindings/net/meson-dwmac.txt| 25 ++ 1 file changed, 25 insertions(+) create mode 100644 Documentation/devicet

Re: [PATCH] tty/serial: samsung: Add earlycon support

2014-09-20 Thread Tomasz Figa
Hi Alim, Please see my comments inline. On 16.09.2014 13:32, Alim Akhtar wrote: > Add earlycon support for the samsung serial port. This allows enabling > the samsung serial port for console when early_params are parse and processed. > > Signed-off-by: Alim Akhtar > --- > Documentation/kernel-

Re: [PATCH 1/2] watchdog: dw_wdt: restart the counter immediately after enabling WDT

2014-09-20 Thread Guenter Roeck
On 09/18/2014 11:29 PM, Jisheng Zhang wrote: The TOP_INIT may be zero, so the timeout period may be very short after initialization is done, thus the system may be reset soon after enabling. We fix this problem by restarting the counter immediately after enabling WDT. Signed-off-by: Jisheng Zhan

Re: [PATCH V3 3/3] mfd: palmas: Add support for optional wakeup

2014-09-20 Thread Tony Lindgren
* Thomas Gleixner [140919 19:08]: > On Fri, 19 Sep 2014, Tony Lindgren wrote: > > * Thomas Gleixner [140919 12:47]: > > > Why on earth are you wanting tasklets in there? That's just silly, > > > really. > > > > Lack of a framework on driver side to cope with this in a generic > > way? :p > > So

Re: [PATCH 2/2] watchdog: dw_wdt: add restart handler support

2014-09-20 Thread Guenter Roeck
On 09/19/2014 08:07 PM, Guenter Roeck wrote: On 09/18/2014 11:29 PM, Jisheng Zhang wrote: The kernel core now provides an API to trigger a system restart. Register with it to support restarting the system via. watchdog. Signed-off-by: Jisheng Zhang --- drivers/watchdog/dw_wdt.c | 27

Payment

2014-09-20 Thread Finance Department
Dear Recipient, You have been awarded the sum of 8,000,000.00 (Eight Million Pounds sterling) with reference number 77100146 by office of the ministry of finance UK.Send us your personal details to deliver your funds. Gloria Pete -- To unsubscribe from this list: send the line "unsubscribe lin

[PATCH] checkkconfigsymbols.sh: reimplementation in python

2014-09-20 Thread Valentin Rothberg
The scripts/checkkconfigsymbols.sh script searches Kconfig features in the source code that are not defined in Kconfig. Such identifiers always evaluate to false and are the source of various kinds of bugs. However, the shell script is slow and it does not detect such broken references in Kbuild an

[PATCH 04/13] staging: rtl8188eu: Rework function odm_TRX_HWAntDivInit()

2014-09-20 Thread navin patidar
Rename CamelCase function name. Remove unnecessary comments. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/odm_RTL8188E.c | 39 +++--- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/odm_RTL8188E.c b/drivers/st

[PATCH 01/13] staging: rtl8188eu: Remove odm_debug.c

2014-09-20 Thread navin patidar
Move a function and global variable from odm_debug.c to odm.c Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/Makefile|1 - drivers/staging/rtl8188eu/hal/odm.c |8 drivers/staging/rtl8188eu/hal/odm_debug.c | 32 - 3 files ch

[PATCH 09/13] staging: rtl8188eu: Rework function ODM_SetTxAntByTxInfo_88E()

2014-09-20 Thread navin patidar
Rename CamelCase function name and local variables. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/odm_RTL8188E.c | 12 +++- drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c |3 ++- drivers/staging/rtl8188eu/include/odm_RTL8188E.h |4 ++-- 3 files changed, 1

[PATCH 05/13] staging: rtl8188eu: Rework function odm_FastAntTrainingInit()

2014-09-20 Thread navin patidar
Rename CamelCase function name. Remove unnecessary comments and debugging messages. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/odm_RTL8188E.c | 53 -- 1 file changed, 25 insertions(+), 28 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/odm_R

[PATCH 06/13] staging: rtl8188eu: Rework function ODM_AntennaDiversityInit_88E()

2014-09-20 Thread navin patidar
Rename CamelCase function name. Remove unnecessary debugging messages. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/odm.c |2 +- drivers/staging/rtl8188eu/hal/odm_RTL8188E.c |5 + drivers/staging/rtl8188eu/include/odm_RTL8188E.h |2 +- 3 files c

[PATCH 07/13] staging: rtl8188eu: Rework function ODM_UpdateRxIdleAnt_88E()

2014-09-20 Thread navin patidar
Rename CamelCase function name and local variables. Remove unnecessary debugging messages and comments. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/odm_RTL8188E.c | 51 -- drivers/staging/rtl8188eu/hal/usb_halinit.c |2 +- drivers/staging/rtl

[PATCH 10/13] staging: rtl8188eu: Rework function ODM_AntselStatistics_88E()

2014-09-20 Thread navin patidar
Rename CamelCase function name and local variables. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/odm_HWConfig.c |2 +- drivers/staging/rtl8188eu/hal/odm_RTL8188E.c | 19 ++- drivers/staging/rtl8188eu/include/odm_RTL8188E.h |4 ++-- 3 files chan

[PATCH 08/13] staging: rtl8188eu: Rework function odm_UpdateTxAnt_88E()

2014-09-20 Thread navin patidar
Rename CamelCase function name and local variables. Remove unnecessary debugging messages. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/odm_RTL8188E.c | 25 + 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/

[PATCH 13/13] staging: rtl8188eu: odm.h: Remove unused struct dyn_primary_cca

2014-09-20 Thread navin patidar
struct odm_dm_struct has a member of struct dyn_primary_cca, which is initialized once and then never used by driver, so we can remove struct dyn_promary_cca and code which initialize it. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/odm.c |1 - drivers/staging/

[PATCH 12/13] staging: rtl8188eu: Rework function ODM_AntennaDiversity_88E()

2014-09-20 Thread navin patidar
Rename CamelCase function name. Remove unnecessary comments. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/odm.c |2 +- drivers/staging/rtl8188eu/hal/odm_RTL8188E.c | 31 +- drivers/staging/rtl8188eu/include/odm_RTL8188E.h |2 +- 3

[PATCH 11/13] staging: rtl8188eu: Rework function odm_HWAntDiv()

2014-09-20 Thread navin patidar
Rename CamelCase function name and local variables. Remove unnecessary debugging messages. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/odm_RTL8188E.c | 78 +- 1 file changed, 38 insertions(+), 40 deletions(-) diff --git a/drivers/staging/rtl8188eu/

Re: [tip:sched/urgent] sched: Fix end_of_stack() and location of stack canary for architectures using CONFIG_STACK_GROWSUP

2014-09-20 Thread Ingo Molnar
* Chuck Ebbert wrote: > On Fri, 19 Sep 2014 23:42:37 -0700 > tip-bot for Chuck Ebbert wrote: > > > Commit-ID: a3215fb47c7ecb814dc16815245db4f375841268 > > Gitweb: > > http://git.kernel.org/tip/a3215fb47c7ecb814dc16815245db4f375841268 > > Author: Chuck Ebbert > > AuthorDate: Fri, 19

[PATCH 03/13] staging: rtl8188eu: Rework function odm_RX_HWAntDivInit()

2014-09-20 Thread navin patidar
Rename CamelCase function name. Remove unnecessary comments. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/odm_RTL8188E.c | 31 +- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/odm_RTL8188E.c b/drivers/st

[PATCH 02/13] staging: rtl8188eu: Remove unused header file odm_RegDefine11AC.h

2014-09-20 Thread navin patidar
Signed-off-by: navin patidar --- .../staging/rtl8188eu/include/odm_RegDefine11AC.h | 54 drivers/staging/rtl8188eu/include/odm_precomp.h|1 - 2 files changed, 55 deletions(-) delete mode 100644 drivers/staging/rtl8188eu/include/odm_RegDefine11AC.h diff --git a/dr

Re: Racy manipulation of task_struct->flags in cgroups code causes hard to reproduce kernel panics

2014-09-20 Thread Peter Zijlstra
On Sat, Sep 20, 2014 at 01:55:54PM +0800, Zefan Li wrote: > We should make the updating of this flag atomic. > /* Per-process atomic flags. */ > #define PFA_NO_NEW_PRIVS 0x0001 /* May not gain new privileges. */ > +#define PFA_SPREAD_PAGE 0x0002 /* Spread page cache over cpuset */ > +

Re: [v4 PATCH 1/1] init: fix race between rootfs mount and firmware loading

2014-09-20 Thread Greg Kroah-Hartman
On Sat, Sep 20, 2014 at 10:18:39PM +0900, Roman Peniaev wrote: > On Sat, Sep 20, 2014 at 6:42 AM, Greg Kroah-Hartman > wrote: > > On Fri, Sep 19, 2014 at 09:44:24PM +0900, Roman Pen wrote: > >> The thing is that built-in modules are being inited before > >> rootfs mount. Some of the modules can r

Payment

2014-09-20 Thread Finance Department
Dear Recipient, You have been awarded the sum of 8,000,000.00 (Eight Million Pounds sterling) with reference number 77100146 by office of the ministry of finance UK.Send us your personal details to deliver your funds. Gloria Pete -- To unsubscribe from this list: send the line "unsubscribe lin

Re: [v4 PATCH 1/1] init: fix race between rootfs mount and firmware loading

2014-09-20 Thread Roman Peniaev
On Sat, Sep 20, 2014 at 11:42 PM, Greg Kroah-Hartman wrote: > On Sat, Sep 20, 2014 at 10:18:39PM +0900, Roman Peniaev wrote: >> On Sat, Sep 20, 2014 at 6:42 AM, Greg Kroah-Hartman >> wrote: >> > On Fri, Sep 19, 2014 at 09:44:24PM +0900, Roman Pen wrote: >> >> The thing is that built-in modules ar

[PATCH v3] sched: Fix end_of_stack() and location of stack canary for architectures using CONFIG_STACK_GROWSUP

2014-09-20 Thread Chuck Ebbert
Aaron Tomlin recently posted patches [1] to enable checking the stack canary on every task switch. Looking at the canary code, I realized that every arch (except ia64, which adds some space for register spill above the stack) shares a definition of end_of_stack() that makes it the first long after

Re: [PATCH] printk: git rid of [sched_delayed] message for printk_deferred

2014-09-20 Thread Steven Rostedt
On Sat, 20 Sep 2014 07:12:24 +0200 Jan Kara wrote: > On Thu 18-09-14 19:34:14, Peter Zijlstra wrote: > > On Wed, Sep 17, 2014 at 08:31:35PM -0400, Steven Rostedt wrote: > > > I totally didn't get what you wrote. > > > > :-) > > > > > We don't want to know if it got delayed, then the patch to re

RE: [PATCH 1/4] drivers/bus: Added Freescale Management Complex APIs

2014-09-20 Thread Stuart Yoder
> Speaking of which, how does Linux find this new bus? I couldn't find > anything that describes the device tree bindings, but maybe I just > missed them. There is a separate thread on the ARM mailing list with the device tree and binding (device tree will be in arch/arm64): http://www.spinics.ne

Re: [PATCH] modified error code when perf_session__new() fail

2014-09-20 Thread Namhyung Kim
Hi Taeung, Please CC perf maintainers when you send a perf patch. I'm adding Arnaldo who maintains tooling part and Jiri who suggested this change. 2014-09-17 (수), 17:31 +0900, taeung: > Hi, > > I modified error code for the requirement as below. > > Author: taeung > Date: Sat Sep 13 16:22

Re: [PATCH] printk: git rid of [sched_delayed] message for printk_deferred

2014-09-20 Thread Peter Zijlstra
On Sat, Sep 20, 2014 at 07:12:24AM +0200, Jan Kara wrote: > On Thu 18-09-14 19:34:14, Peter Zijlstra wrote: > > On Wed, Sep 17, 2014 at 08:31:35PM -0400, Steven Rostedt wrote: > > > I totally didn't get what you wrote. > > > > :-) > > > > > We don't want to know if it got delayed, then the patch

Re: [PATCH 1/1] checkpatch: check for subject uniqueness in git repository.

2014-09-20 Thread Joe Perches
On Sat, 2014-09-20 at 12:31 +0200, Fabian Frederick wrote: > > On 16 September 2014 at 18:31 Joe Perches wrote: > > On Tue, 2014-09-16 at 18:15 +0200, Fabian Frederick wrote: > > > > On 16 September 2014 at 05:22 Joe Perches wrote: > > > > On Mon, 2014-09-15 at 20:43 +0200, Fabian Frederick wrote

Re: [PATCH] printk: git rid of [sched_delayed] message for printk_deferred

2014-09-20 Thread Joe Perches
On Sat, 2014-09-20 at 17:47 +0200, Peter Zijlstra wrote: > On a whole, printk() is entirely useless for debugging these days, its > far too fragile/unreliable to be taken seriously so I really don't care > on that point either. That's unfortunate. Care to enumerate the issues that you believe mak

[PATCHSET 0/5] perf tools: Add call-graph config options

2014-09-20 Thread Namhyung Kim
Hello, This is patchset to add new callchain related config options so that users don't need to pass their preference to the cmdline everytime. Following config options will be added, and users can set appropriate values to ~/.perfconfig file. Note that the dump-size option is meaningful only if

[PATCH] f2fs-tools: release 1.4.0

2014-09-20 Thread Jaegeuk Kim
This version includes: - fsck.f2fs fixing corrupted images/partitions - dump.f2fs retrieving speicific file - bug fixes on f2fsstat and fibmap.f2fs - refactor code blocks for android build Signed-off-by: Jaegeuk Kim --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH 5/5] perf tools: Convert {record,top}.call-graph option to call-graph.record-mode

2014-09-20 Thread Namhyung Kim
So that it'll be passed to perf_callchain_config(). Signed-off-by: Namhyung Kim --- tools/perf/builtin-record.c | 2 +- tools/perf/builtin-top.c| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/perf/builtin-record.c b/tools/perf/builtin-record.c index 12e1f2255f89.

[PATCH 2/5] perf tools: Move callchain config from record_opts to callchain_param

2014-09-20 Thread Namhyung Kim
So that all callchain config parameters can be read/written to a single place. It's a preparation to consolidate handling of all callchain options. Signed-off-by: Namhyung Kim --- tools/perf/builtin-record.c | 45 - tools/perf/builtin-top.c| 4 +--

[PATCH 4/5] perf tools: Introduce perf_callchain_config()

2014-09-20 Thread Namhyung Kim
This patch adds support for following config options to ~/.perfconfig file. [call-graph] record-mode = dwarf dump-size = 8192 print-type = fractal order = callee threshold = 0.5 print-limit = 128 sort-key = function Signed-off-by: Namhyung Kim --- tools/perf/util/c

[PATCH 1/5] perf hists browser: Fix callchain print bug on TUI

2014-09-20 Thread Namhyung Kim
Currently perf report -g graph option doesn't work as expected and always work as same as -g fractal. This was a bug during recent callchain print code cleanup. Before: $ perf report -g graph Children Self Command Shared Object Symbol =

[PATCH 3/5] perf tools: Move some callchain parser functions to callchain.c

2014-09-20 Thread Namhyung Kim
And rename record_callchain_parse() to parse_callchain_record_opt() in accordance to parse_callchain_report_opt(). Signek-off-by: Namhyung Kim --- tools/perf/builtin-record.c | 88 ++--- tools/perf/builtin-top.c| 2 +- tools/perf/util/callchain.c | 84

Re: [PATCH 3/3] f2fs: fix roll-forward missing scenarios

2014-09-20 Thread Jaegeuk Kim
On Thu, Sep 18, 2014 at 09:04:11PM +0800, huang ying wrote: > On Thu, Sep 18, 2014 at 1:51 PM, Jaegeuk Kim wrote: > > > We can summarize the roll forward recovery scenarios as follows. > > > > [Term] F: fsync_mark, D: dentry_mark > > > > 1. inode(x) | CP | inode(x) | dnode(F) > > -> Update the la

Re: [PATCH] cgroup: fix missing unlock in cgroup_release_agent()

2014-09-20 Thread Tejun Heo
On Sat, Sep 20, 2014 at 02:35:43PM +0800, Zefan Li wrote: > The patch 971ff4935538: "cgroup: use a per-cgroup work for release > agent" from Sep 18, 2014, leads to the following static checker > warning: > > kernel/cgroup.c:5310 cgroup_release_agent() > warn: 'mutex:&cgroup_mutex' is s

Re: [PATCH] printk: git rid of [sched_delayed] message for printk_deferred

2014-09-20 Thread Steven Rostedt
On Sat, 20 Sep 2014 09:10:47 -0700 Joe Perches wrote: > On Sat, 2014-09-20 at 17:47 +0200, Peter Zijlstra wrote: > > On a whole, printk() is entirely useless for debugging these days, its > > far too fragile/unreliable to be taken seriously so I really don't care > > on that point either. > > Th

[V8 1/2] irqchip: gic: Add support for multiple MSI for ARM64

2014-09-20 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit This patch implelments the ARM64 version of arch_setup_msi_irqs(), which does not return 1 for when PCI_CAP_ID_MSI and nvec > 1. Signed-off-by: Suravee Suthikulpanit Acked-by: Marc Zyngier Cc: Mark Rutland Cc: Jason Cooper Cc: Catalin Marinas Cc: Will Deacon ---

[V8 0/2] irqchip: gic: Introduce ARM GICv2m MSI(-X) support

2014-09-20 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit This patch set introduces support for MSI(-X) in GICv2m specification, which is implemented in some variation of GIC400. This depends on and has been tested with the following patch set which implements PCI supports for ARM64: [PATCH v11 00/10] Support for creati

[V8 2/2] irqchip: gicv2m: Add supports for ARM GICv2m MSI(-X)

2014-09-20 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit ARM GICv2m specification extends GICv2 to support MSI(-X) with a new set of register frame. This patch introduces support for the non-secure GICv2m register frame. Currently, GICV2m is available in certain version of GIC-400. The patch introduces a new property in ARM

Re: [PATCH] printk: git rid of [sched_delayed] message for printk_deferred

2014-09-20 Thread Markus Trippelsdorf
On 2014.09.20 at 11:32 -0400, Steven Rostedt wrote: > On Sat, 20 Sep 2014 07:12:24 +0200 > Jan Kara wrote: > > > On Thu 18-09-14 19:34:14, Peter Zijlstra wrote: > > > On Wed, Sep 17, 2014 at 08:31:35PM -0400, Steven Rostedt wrote: > > > > I totally didn't get what you wrote. > > > > > > :-) > >

Re: [PATCH] i2c: Add generic support passing secondary devices addresses

2014-09-20 Thread Wolfram Sang
On Fri, Sep 05, 2014 at 04:02:19PM +0200, Jean-Michel Hautbois wrote: > Some I2C devices have multiple addresses assigned, for example each address > corresponding to a different internal register map page of the device. > So far drivers which need support for this have handled this with a driver >

[PATCH 1/7] sched/fair: Remove duplicate code from can_migrate_task()

2014-09-20 Thread Kirill Tkhai
From: Kirill Tkhai Two branches do the same, so we can combine them and get rid of duplicate code. Signed-off-by: Kirill Tkhai --- kernel/sched/fair.c | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 74fa2c2

[PATCH 5/7] sched: Use rq->rd in sched_setaffinity() under RCU read lock

2014-09-20 Thread Kirill Tkhai
From: Kirill Tkhai task_rq(p)->rd and task_rq(p)->rd->span may be used-after-free here. Probability of NULL pointer derefference isn't zero in this place. Signed-off-by: Kirill Tkhai Cc: # v3.14+ --- kernel/sched/core.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff -

[PATCH 2/7] sched: Fix picking a task switching on other cpu (__ARCH_WANT_UNLOCKED_CTXSW)

2014-09-20 Thread Kirill Tkhai
From: Kirill Tkhai We may pick a task which is in context_switch() on other cpu at the moment. Parallel using of a single stack by two processes is not a good idea. Signed-off-by: Kirill Tkhai Cc: --- kernel/sched/core.c | 11 +-- kernel/sched/deadline.c |7 ++- kernel/s

[PATCH 4/7] sched: cleanup: Rename out_unlock to out_free_new_mask

2014-09-20 Thread Kirill Tkhai
From: Kirill Tkhai Nothing is locked there, so label's name only confuses a reader. Signed-off-by: Kirill Tkhai --- kernel/sched/core.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c index 00a024c..65655a887 100644 --- a

[PATCH 7/7] sched/rt: Use resched_curr() in task_tick_rt()

2014-09-20 Thread Kirill Tkhai
From: Kirill Tkhai Some time ago PREEMPT_NEED_RESCHED was implemented, so reschedule technics is a little more difficult now. Signed-off-by: Kirill Tkhai --- kernel/sched/rt.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/rt.c b/kernel/sched/rt.c index 828

[PATCH 3/7] sched: Use dl_bw_of() under RCU read lock

2014-09-20 Thread Kirill Tkhai
From: Kirill Tkhai dl_bw_of() dereferences rq->rd which has to have RCU read lock held. Probability of use-after-free and memory corruption aren't zero here. Signed-off-by: Kirill Tkhai Cc: # v3.14+ --- kernel/sched/core.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/kernel/sc

[PATCH 6/7] sched: Delete rq::skip_clock_update == -1

2014-09-20 Thread Kirill Tkhai
From: Kirill Tkhai Idle class task is always queued, so we can safely remove "-1" case here. Signed-off-by: Kirill Tkhai --- kernel/sched/core.c |2 +- kernel/sched/rt.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c in

  1   2   3   >