[PATCH] staging:iio:ad2s1210 fix a leak when device removed

2014-04-28 Thread Jimmy Li
Signed-off-by: Jimmy Li --- drivers/staging/iio/resolver/ad2s1210.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/iio/resolver/ad2s1210.c b/drivers/staging/iio/resolver/ad2s1210.c index 7fbaba4..3d6e123 100644 --- a/drivers/staging/iio/resolver/ad2s1210.c +++

RE: [PATCH 1/2] PM / OPP: Use list_for_each_entry_reverse instead of list_for_each_entry

2014-04-28 Thread Jonghwan Choi
Hi~ > > Most of the cpufreq table is sorted in descending order. > > Which part of kernel says that? > -> I couldn't check all. Sorry. > > But when cpufreq table is made from dev_pm_opp_init_cpufreq_table, it > > is sorted in ascending order. So in some case to make cpufreq table > > with

[PATCH v2 2/2] mfd: max77693: handle IRQs using regmap

2014-04-28 Thread Robert Baldyga
This patch modifies mfd driver to use regmap for handling interrupts. It allows to simplify irq handling process. This modifications needed to make small changes in function drivers, which use interrupts. Signed-off-by: Robert Baldyga --- drivers/extcon/extcon-max77693.c | 3 +-

[PATCH v2 1/2] mfd: max77693: remove unnecessary wrapper functions

2014-04-28 Thread Robert Baldyga
This patch removes wrapper functions used to access regmap, and make driver using regmap_*() functions instead. Signed-off-by: Robert Baldyga --- drivers/extcon/extcon-max77693.c | 32 ++--- drivers/mfd/max77693-irq.c | 50 +++-

[PATCH v2 0/2] mfd: max77693: improve regmap support

2014-04-28 Thread Robert Baldyga
This patchset modifies max77693 driver and associated function drivers to improve regmap support. It removes unnecessary wrapper functions, which make code more clean, and modifies IRQ handling to use regmap irq. Best regards Robert Baldyga Samsung R Institute Poland Changelog: v2: - change

Re: [PATCH tip/core/rcu 2/3] documentation: Record rcu_dereference() value mishandling

2014-04-28 Thread Pranith Kumar
Minor nits below: Other than that Acked-by: Pranith Kumar On Tue, Apr 29, 2014 at 1:04 AM, Andev wrote: > From: "Paul E. McKenney" > > Recent LKML discussings (see http://lwn.net/Articles/586838/ and > http://lwn.net/Articles/588300/ for the LWN writeups) brought out > some ways of misusing

[RFC PATCH] regulator: virtual: Introduce a new virtual locker regulator type

2014-04-28 Thread Inderpal Singh
On some SoCs there could be requirements that two or more voltage regulators need to maintain certain skew for proper functioning. This patch implements a new vitual locker type regulator which can have multiple output and input regulators. The real regulators will be hidden under the virtual

Re: [PATCH 1/2] PM / OPP: Use list_for_each_entry_reverse instead of list_for_each_entry

2014-04-28 Thread Viresh Kumar
On Tue, Apr 29, 2014 at 10:54 AM, Jonghwan Choi wrote: > Most of the cpufreq table is sorted in descending order. Which part of kernel says that? > But when cpufreq table is made from dev_pm_opp_init_cpufreq_table, > it is sorted in ascending order. So in some case to make cpufreq table > with

[PATCH 1/2] PM / OPP: Use list_for_each_entry_reverse instead of list_for_each_entry

2014-04-28 Thread Jonghwan Choi
Most of the cpufreq table is sorted in descending order. But when cpufreq table is made from dev_pm_opp_init_cpufreq_table, it is sorted in ascending order. So in some case to make cpufreq table with descending order it needs an extra work. Signed-off-by: Jonghwan Choi ---

Re: [ANNOUNCE] 3.14-rt1

2014-04-28 Thread Mike Galbraith
On Mon, 2014-04-28 at 16:37 +0200, Mike Galbraith wrote: > > Seems that migrate_disable() must be called before taking the lock as > > it is done in every other location. > > And for tasklist_lock, seems you also MUST do that prior to trylock as > well, else you'll run afoul of the hotplug

Ge ldp rob le m?

2014-04-28 Thread Malgorzata Brandt
Hallo, ich habe eine gute Info für Sie hat die Bank mal wieder einen Grund gefunden, Ihnen keinen Kre dit zu geben? Gehen Sie doch dorthin, wo man Sie als Kunden noch anständig behandelt. Auch bei schlechter Auskunft und bereits von Ihrer eigenen Bank abgelehntem Antrag können wir Ihnen ein

[PATCH v4 5/7] arm64: Add 4 levels of page tables definition with 4KB pages

2014-04-28 Thread Jungseok Lee
This patch adds hardware definition and types for 4 levels of translation tables with 4KB pages. Cc: Catalin Marinas Cc: Steve Capper Signed-off-by: Jungseok Lee Reviewed-by: Sungjinn Chung --- arch/arm64/include/asm/pgtable-4level-hwdef.h | 50 +

[PATCH v4 3/7] arm64: Introduce a kernel configuration option for VA_BITS

2014-04-28 Thread Jungseok Lee
This patch adds a kernel configuration for VA_BITS. It helps to prevent unnecessary #ifdef statements insertions for VA_BITS when implementing different page sizes and level of translation tables. Cc: Catalin Marinas Cc: Steve Capper Signed-off-by: Jungseok Lee Reviewed-by: Sungjinn Chung

[PATCH v4 7/7] arm64: KVM: Implement 4 levels of translation tables for HYP and stage2

2014-04-28 Thread Jungseok Lee
This patch adds 4 levels of translation tables implementation for both HYP and stage2. Both symmetric and asymmetric configurations for page size and translation levels are are validated on Fast Models: 1) 4KB + 3 levels guest on 4KB + 3 levels host 2) 4KB + 4 levels guest on 4KB + 3

[PATCH v4 6/7] arm64: mm: Implement 4 levels of translation tables

2014-04-28 Thread Jungseok Lee
This patch implements 4 levels of translation tables since 3 levels of page tables with 4KB pages cannot support 40-bit physical address space described in [1] due to the following issue. It is a restriction that kernel logical memory map with 4KB + 3 levels

[PATCH v4 4/7] arm64: Add a description on 48-bit address space with 4KB pages

2014-04-28 Thread Jungseok Lee
This patch adds memory layout and translation lookup information about 48-bit address space with 4K pages. The description is based on 4 levels of translation tables. Cc: Catalin Marinas Cc: Steve Capper Signed-off-by: Jungseok Lee Reviewed-by: Sungjinn Chung ---

[PATCH v4 0/7] Support 4 levels of translation tables for ARM64

2014-04-28 Thread Jungseok Lee
Hi All, This v4 patchset supports 4 levels of tranlsation tables for ARM64. Firstly, The patchset decouples page size from level of translation tables as taking account into the comment from Catalin Marinas: http://www.spinics.net/linux/lists/arm-kernel/msg319552.html Then, it implements 4

[PATCH v4 2/7] arm64: Decouple page size from level of translation tables

2014-04-28 Thread Jungseok Lee
This patch separates page size from level of translation tables in configuration. It facilitates introduction of different options, such as 4KB + 4 levels, 16KB + 4 levels and 64KB + 3 levels, easily. Cc: Catalin Marinas Cc: Steve Capper Signed-off-by: Jungseok Lee Reviewed-by: Sungjinn Chung

[PATCH v4 1/7] arm64: Use pr_* instead of printk

2014-04-28 Thread Jungseok Lee
This patch fixed the following checkpatch complaint as using pr_* instead of printk. WARNING: printk() should include KERN_ facility level Cc: Catalin Marinas Signed-off-by: Jungseok Lee Reviewed-by: Sungjinn Chung --- arch/arm64/kernel/traps.c | 14 +++--- 1 file changed, 7

Re: [PATCH] cpufreq: intel_pstate: Change the calculation of next pstate

2014-04-28 Thread Viresh Kumar
Cc'd Dirk, On 28 April 2014 03:42, Stratos Karafotis wrote: > Currently the driver calculates the next pstate proportional to > core_busy factor and reverse proportional to current pstate. > > Change the above method and calculate the next pstate independently > of current pstate. We must

Re: [PATCH v2 5/5] cpufreq: Catch double invocations of cpufreq_freq_transition_begin/end

2014-04-28 Thread Viresh Kumar
On 29 April 2014 10:21, Viresh Kumar wrote: > Nice effort. > > On 29 April 2014 00:25, Srivatsa S. Bhat > wrote: >> Now all such drivers have been fixed, but debugging this issue was not >> very straight-forward (even lockdep didn't catch this). So let us add a >> debug infrastructure to the

Re: [PATCH v2 5/5] cpufreq: Catch double invocations of cpufreq_freq_transition_begin/end

2014-04-28 Thread Viresh Kumar
Nice effort. On 29 April 2014 00:25, Srivatsa S. Bhat wrote: > Now all such drivers have been fixed, but debugging this issue was not > very straight-forward (even lockdep didn't catch this). So let us add a > debug infrastructure to the cpufreq core to catch such issues more easily > in the

linux-next: manual merge of the akpm-current tree with Linus' tree

2014-04-28 Thread Stephen Rothwell
Hi Andrew, Today's linux-next merge of the akpm-current tree got a conflict in mm/vmacache.c between commit 50f5aa8a9b24 ("mm: don't pointlessly use BUG_ON() for sanity check") from Linus' tree and commit 8beba5473820 ("mm,vmacache: add debug data") from the akpm-current tree. I fixed it up (see

Re: [PATCH] x86-64: espfix for 64-bit mode *PROTOTYPE*

2014-04-28 Thread H. Peter Anvin
On 04/28/2014 08:45 PM, H. Peter Anvin wrote: > > OK, so I found a bug in ldttest.c -- it sets CS to an LDT segment, but > it never sets SS to an LDT segment. This means that it should really > have zero footprint versus the espfix code, and implies that we instead > have another bug involved.

Re: [PATCH 5/6] ARM: AM43xx: clk: Change the cpts ref clock source to dpll_core_m5 clk

2014-04-28 Thread George Cherian
Hi Richard, On 4/28/2014 9:48 PM, Richard Cochran wrote: On Mon, Apr 28, 2014 at 06:25:56PM +0530, George Cherian wrote: In beagle bone white (AM335x) CPTS has a choice of 2 clocksource -dpll_core_m5_ck -dpll_core_m4_ck and by default dpll_core_m5_ck is used. Where as in AM437x the default

[PATCHv2 2/4] pwm: ftm-pwm: Clean up the code.

2014-04-28 Thread Xiubo Li
This patch intends to prepare for converting to direct regmap API usage. Signed-off-by: Xiubo Li --- drivers/pwm/pwm-fsl-ftm.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/drivers/pwm/pwm-fsl-ftm.c b/drivers/pwm/pwm-fsl-ftm.c index 420169e..4a4ad58 100644

[PATCHv2 0/4] FTM PWM adds regmap and endianness support.

2014-04-28 Thread Xiubo Li
Convert to direct regmap API usage. Since the regmap core has already support rich endianness modes of device, this patch convert to direct regmap API usage, preparing to support big endianness for LS1 SoC. Using the regmag framework will be more easy to support the endiannesses switching of one

[PATCHv2 3/4] pwm: ftm-pwm: Convert to direct regmap API usage.

2014-04-28 Thread Xiubo Li
Since the regmap core has already support rich endianness modes of device, this patch convert to direct regmap API usage, preparing to support big endianness for LS1 SoC. Using the regmag framework will be more easy to support the endiannesses switching of one same device driver on different

[PATCHv2 4/4] pwm: ftm-pwm: Add big-endian support

2014-04-28 Thread Xiubo Li
This add the big endianness support for the FTM PWM driver, which will run on LS1 SoC. Now for the following scenarios: SoC | CPU | FTM-PWM | 'big-endian' property is needed? -||-|- Vybird | LE| LE| No LS1 | LE

[PATCHv2 1/4] Documentation: Add 'big-endian' property for FTM PWM.

2014-04-28 Thread Xiubo Li
This add the big endianness usage in the binding docuementation, which will run on LS1 SoC. Now for the following scenarios: SoC | CPU | FTM-PWM | 'big-endian' property is needed? ||-|- Vybird | LE| LE| No LS1 |

Re: [PATCH v5 0/8] Introduce new cpufreq helper macros

2014-04-28 Thread Viresh Kumar
On 26 April 2014 01:45, Stratos Karafotis wrote: > This patch set introduces two freq_table helper macros which > can be used for iteration over cpufreq_frequency_table and > makes the necessary changes to cpufreq core and drivers that > use such an iteration procedure. > > The motivation was a

Re: [PATCH v3 6/7] arm64: mm: Implement 4 levels of translation tables

2014-04-28 Thread Jungseok Lee
On Monday, April 28, 2014 10:24 PM, Steve Capper wrote: > On Sun, Apr 27, 2014 at 12:37:35PM +0900, Jungseok Lee wrote: > > On Thursday, April 24, 2014 1:02 AM, Steve Capper wrote: > > > On Fri, Apr 18, 2014 at 04:59:20PM +0900, Jungseok Lee wrote: > > [ ... ] > > > > > > > This is overly

Re: [PATCH 3.2 00/94] 3.2.58-rc1 review

2014-04-28 Thread Guenter Roeck
On 04/27/2014 06:11 PM, Ben Hutchings wrote: This is the start of the stable review cycle for the 3.2.58 release. There are 94 patches in this series, which will be posted as responses to this one. If anyone has any issues with these being applied, please let me know. Responses should be made

Re: [PATCH 1/3] sched, balancing: Update rq->max_idle_balance_cost whenever newidle balance is attempted

2014-04-28 Thread Preeti U Murthy
On 04/28/2014 11:34 PM, Jason Low wrote: > On Sun, 2014-04-27 at 14:01 +0530, Preeti Murthy wrote: >> Hi Jason, Peter, >> >> The below patch looks good to me except for one point. >> >> In idle_balance() the below code snippet does not look right: >> >> - if (pulled_task || time_after(jiffies,

Re: [PATCH] x86-64: espfix for 64-bit mode *PROTOTYPE*

2014-04-28 Thread H. Peter Anvin
On 04/28/2014 08:45 PM, H. Peter Anvin wrote: > > OK, so I found a bug in ldttest.c -- it sets CS to an LDT segment, but > it never sets SS to an LDT segment. This means that it should really > have zero footprint versus the espfix code, and implies that we instead > have another bug involved.

Re: [PATCH] x86-64: espfix for 64-bit mode *PROTOTYPE*

2014-04-28 Thread H. Peter Anvin
On 04/28/2014 07:38 PM, H. Peter Anvin wrote: > On 04/28/2014 05:20 PM, Andrew Lutomirski wrote: >> >> ldttest segfaults on 3.13 and 3.14 for me. It reboots (triple fault?) >> on your branch. It even said this: >> >> qemu-system-x86_64: 9pfs:virtfs_reset: One or more uncluncked fids >> found

Re: [RFC] power_supply: Introduce generic psy charging driver

2014-04-28 Thread Jenny Tc
On Mon, Apr 28, 2014 at 07:56:06PM +0200, Pavel Machek wrote: > On Mon 2014-04-28 22:24:36, Jenny Tc wrote: > > Dmitry/Pavel, > > > > Request your feedback on this. Fixed the comments from Pavel and waiting > > for > > your feedback on the changes > > IIRC, my latest comments were "this is

Re: [RFC] A new CPU load metric for power-efficient scheduler: CPU ConCurrency

2014-04-28 Thread Yuyang Du
> I'm a bit confused, do you have one global CC that tracks the number of > tasks across all runqueues in the system or one for each cpu? There > could be some contention when updating that value on larger systems if > it one global CC. If they are separate, how do you then decide when to >

Re: [PATCH tip/core/rcu 0/3] Miscellaneous fixes for 3.16

2014-04-28 Thread Josh Triplett
On Mon, Apr 28, 2014 at 04:56:00PM -0700, Paul E. McKenney wrote: > Hello! > > This series provides miscellaneous fixes: > > 1.Apply ACCESS_ONCE() to unprotected ->gp_flags accesses. > > 2.Fix typo in comment, courtesy of Liu Ping Fan. > > 3.Make RCU CPU stall warnings print

[PATCH] Input: implement managed polled input devices

2014-04-28 Thread Dmitry Torokhov
Managed resources are becoming more and more popular in drivers. Let's implement managed polled input devices, to complement managed regular input devices. Similarly to managed regular input devices only one new call devm_input_allocate_polled_device() is added and the rest of APIs is modified to

Re: [PATCH v2 00/12] scsi/NCR5380: fix debugging macros and #include structure

2014-04-28 Thread Michael Schmitz
Finn, On Tue, Apr 29, 2014 at 2:22 PM, Finn Thain wrote: > > On Sat, 26 Apr 2014, James Bottomley wrote: > >> OK, so this is a pretty big change to an unmaintained driver. I'll take >> it if you're willing to maintain the driver afterwards ... in which case >> I need another patch to add you to

Re: [PATCH 1/3] sched, balancing: Update rq->max_idle_balance_cost whenever newidle balance is attempted

2014-04-28 Thread Preeti U Murthy
On 04/28/2014 02:54 PM, Peter Zijlstra wrote: > On Sun, Apr 27, 2014 at 02:01:45PM +0530, Preeti Murthy wrote: >> Hi Jason, Peter, >> >> The below patch looks good to me except for one point. >> >> In idle_balance() the below code snippet does not look right: >> >> - if (pulled_task ||

Re: [PATCH v2 6/6] powerpc/perf/hv-24x7: catalog version number is be64, not be32

2014-04-28 Thread Michael Ellerman
On Sun, 2014-04-27 at 21:59 -0700, Cody P Schafer wrote: > On 04/27/2014 09:47 PM, Benjamin Herrenschmidt wrote: > > On Tue, 2014-04-15 at 10:10 -0700, Cody P Schafer wrote: > >> The catalog version number was changed from a be32 (with proceeding > >> 32bits of padding) to a be64, update the code

Re: [PATCH 1/5] staging: rtl8188eu: fix potential leak in rtw_wx_read32()

2014-04-28 Thread Larry Finger
On 04/28/2014 03:56 PM, Christian Engelmayer wrote: Function rtw_wx_read32() dynamically allocates a temporary buffer that is not freed in all error paths. Use a centralized exit path and make sure that all memory is freed correctly. Detected by Coverity - CID 1077711. Signed-off-by: Christian

Re: [PATCH] usb: xhci: Correct last context entry calculation for Configure Endpoint

2014-04-28 Thread Julius Werner
*bump* Sarah, Mathias, can we decide how to proceed with this? I think the section Alan quoted is a pretty good argument in favor of my interpretation (although of course this would not be the first time that two sections of a spec contradict each other). But more importantly, we have a case that

Re: [PATCH v2] rwsem: Support optimistic spinning

2014-04-28 Thread Davidlohr Bueso
On Mon, 2014-04-28 at 17:50 -0700, Tim Chen wrote: > On Mon, 2014-04-28 at 16:10 -0700, Paul E. McKenney wrote: > > > > +#ifdef CONFIG_SMP > > > +static inline bool rwsem_can_spin_on_owner(struct rw_semaphore *sem) > > > +{ > > > + int retval; > > > + struct task_struct *owner; > > > + > > > +

Re: [PATCH v2 2/5] x86/PCI: Support additional MMIO range capabilities

2014-04-28 Thread Suravee Suthikulanit
On 4/25/2014 5:24 PM, Myron Stowe wrote: On Sun, Apr 20, 2014 at 1:59 AM, Borislav Petkov wrote: Drop Andreas' old email address from CC as it keeps bouncing. On Sat, Apr 19, 2014 at 03:52:20PM +0200, Borislav Petkov wrote: -static void __init pci_enable_pci_io_ecs(void) +static void __init

[PATCHv3 0/3] clocksource: Add Freescale FlexTimer Module (FTM) timer support

2014-04-28 Thread Xiubo Li
Changes in V3: - Fix the ftm_irq_disable. Changes in V2: - Add big-endian support. - Add using pr_err instead of BUG_ON. - Add more detail comment message of FTM. - Add DT binding documentation. - Remove some header files and macros not useful. Xiubo Li (3): clocksource: ftm: Add FlexTimer

[PATCHv3 1/3] clocksource: ftm: Add FlexTimer Module (FTM) Timer devicetree Documentation

2014-04-28 Thread Xiubo Li
The FTM binding could be used on Vybrid and LS1+, add a binding document for it. Signed-off-by: Xiubo Li Cc: Shawn Guo Cc: Jingchang Lu --- .../devicetree/bindings/timer/fsl,ftm-timer.txt| 31 ++ 1 file changed, 31 insertions(+) create mode 100644

[PATCHv3 3/3] clocksource: Add Freescale FlexTimer Module (FTM) timer support

2014-04-28 Thread Xiubo Li
The Freescale FlexTimer Module time reference is a 16-bit counter that can be used as an unsigned or signed increase counter. CNTIN defines the starting value of the count and MOD defines the final value of the count. The value of CNTIN is loaded into the FTM counter, and the counter increments

[PATCHv3 2/3] ARM: dts: vf610: Add Freescale FlexTimer Module timer node.

2014-04-28 Thread Xiubo Li
Signed-off-by: Xiubo Li Cc: Shawn Guo Cc: Jingchang Lu --- arch/arm/boot/dts/vf610.dtsi | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi index 107e2c0..7e30bb1 100644 --- a/arch/arm/boot/dts/vf610.dtsi +++

Re: [PATCH v2 3/7] tty/serial: convert 8250 to generic earlycon

2014-04-28 Thread Yinghai Lu
On Mon, Apr 28, 2014 at 4:24 PM, Rob Herring wrote: > On Sat, Apr 26, 2014 at 1:29 AM, Yinghai Lu wrote: > > Thanks for finding these. I missed them in my build tests. This should fix > them: > > diff --git a/drivers/tty/serial/8250/8250_early.c > b/drivers/tty/serial/8250/8250_early.c > index

RE: PATCH: mvsas: add support for Supermicro AOC-SAS2LP-MV8

2014-04-28 Thread Xiangliang Yu
> Ben Hutchings already submitted a patch for this twice, which I cc'd you > on: > > http://marc.info/?t=13927720393 > > will you ack it? I can't find this mail in my mail box. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH] dmapool: remove redundant NULL check for dev in dma_pool_create()

2014-04-28 Thread Daeseok Youn
"dev" cannot be NULL because it is already checked before calling dma_pool_create(). Signed-off-by: Daeseok Youn --- If dev can be NULL, it has NULL deferencing when kmalloc_node() is called after enabling CONFIG_NUMA. mm/dmapool.c | 26 +- 1 files changed, 9

RE: PATCH: mvsas: add support for Supermicro AOC-SAS2LP-MV8

2014-04-28 Thread Xiangliang Yu
> Ben Hutchings already submitted a patch for this twice, which I cc'd you > on: > > http://marc.info/?t=13927720393 > > will you ack it? PCI_VDEVICE() is a sort of take it or leave it macro. > It's not important and it will look untidy and a bit confusing having a > mix of open coding and

Re: [PATCH v2 2/5] x86/PCI: Support additional MMIO range capabilities

2014-04-28 Thread Suravee Suthikulanit
On 4/28/2014 4:19 PM, Myron Stowe wrote: On Sat, Apr 19, 2014 at 7:52 AM, Borislav Petkov wrote: On Fri, Apr 18, 2014 at 08:53:23PM -0600, Myron Stowe wrote: From: Suravee Suthikulpanit ... @@ -118,6 +154,12 @@ static int __init early_fill_mp_bus_info(void) pr_debug("Found

Re: [PATCH tip/core/rcu 0/3] Documentation changes for 3.16

2014-04-28 Thread Josh Triplett
On Mon, Apr 28, 2014 at 04:30:13PM -0700, Paul E. McKenney wrote: > Hello! > > This series provides a few documentation updates: > > 1.Update sysfs patch for rcu_cpu_stall_suppress, courtesy of > Kirill Tkhai. > > 2.Add a rcu_dereference.txt file documenting the proper care >

Re: [PATCH] x86-64: espfix for 64-bit mode *PROTOTYPE*

2014-04-28 Thread H. Peter Anvin
On 04/28/2014 07:38 PM, H. Peter Anvin wrote: > On 04/28/2014 05:20 PM, Andrew Lutomirski wrote: >> >> ldttest segfaults on 3.13 and 3.14 for me. It reboots (triple fault?) >> on your branch. It even said this: >> >> qemu-system-x86_64: 9pfs:virtfs_reset: One or more uncluncked fids >> found

RE: [PATCH 5/5] powercap/rapl: change floor frequency for vallewview

2014-04-28 Thread R, Durgadoss
Hi Jacob, > -Original Message- > From: Jacob Pan [mailto:jacob.jun@linux.intel.com] > Sent: Monday, April 28, 2014 7:35 PM > To: Linux PM; Wysocki, Rafael J; LKML > Cc: David E. Box; Alan Cox; R, Durgadoss; Accardi, Kristen C; Jacob Pan > Subject: [PATCH 5/5] powercap/rapl: change

Re: [PATCH] x86-64: espfix for 64-bit mode *PROTOTYPE*

2014-04-28 Thread H. Peter Anvin
On 04/28/2014 05:20 PM, Andrew Lutomirski wrote: > > ldttest segfaults on 3.13 and 3.14 for me. It reboots (triple fault?) > on your branch. It even said this: > > qemu-system-x86_64: 9pfs:virtfs_reset: One or more uncluncked fids > found during reset > > I have no idea what an uncluncked fd

Re: [PATCH V3 2/2] powerpc/pseries: init fault_around_order for pseries

2014-04-28 Thread Rusty Russell
Madhavan Srinivasan writes: > diff --git a/arch/powerpc/platforms/pseries/setup.c > b/arch/powerpc/platforms/pseries/setup.c > index 2db8cc6..c87e6b6 100644 > --- a/arch/powerpc/platforms/pseries/setup.c > +++ b/arch/powerpc/platforms/pseries/setup.c > @@ -74,6 +74,8 @@ int CMO_SecPSP = -1; >

[PATCH] Input: remove race when instantiating polled device attributes

2014-04-28 Thread Dmitry Torokhov
Polled device's attributes controlling polling rate and whether polling is enabled are attached to input device. We should have device core instantiate them for us, so that they are created by the time new device notification is sent to userspace, instead of doing it ourselves afterwards.

Payment Acknowledgement

2014-04-28 Thread Mr. Walter Ntuli
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. Walter

Re: [PATCH 7/7] x86: Add documentation for rd/wr fs/gs base

2014-04-28 Thread Randy Dunlap
On 04/28/14 15:12, Andi Kleen wrote: > From: Andi Kleen > > Signed-off-by: Andi Kleen > --- > Documentation/x86/fsgs.txt | 73 > ++ > 1 file changed, 73 insertions(+) > create mode 100644 Documentation/x86/fsgs.txt > > diff --git

[PATCH v4 10/10] staging: gdm72xx: Removed task from TODO list

2014-04-28 Thread Michalis Pappas
Removed line related to replacement of kernel_thread with kthread, as issue was fixed on ff5e4a1d2702 ('Staging: gdm72xx: gdm_usb: fix deprecated function kernel_thread') Signed-off-by: Michalis Pappas --- drivers/staging/gdm72xx/TODO | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH v4 9/10] staging: gdm72xx: Indentation and other whitespace fixes.

2014-04-28 Thread Michalis Pappas
Indentation and other whitespace fixes. Signed-off-by: Michalis Pappas --- drivers/staging/gdm72xx/gdm_qos.c | 2 +- drivers/staging/gdm72xx/gdm_sdio.c | 14 +++--- drivers/staging/gdm72xx/gdm_sdio.h | 29 + drivers/staging/gdm72xx/gdm_usb.c | 17

Re: [PATCH v2 00/12] scsi/NCR5380: fix debugging macros and #include structure

2014-04-28 Thread Finn Thain
On Sat, 26 Apr 2014, James Bottomley wrote: > OK, so this is a pretty big change to an unmaintained driver. I'll take > it if you're willing to maintain the driver afterwards ... in which case > I need another patch to add you to the MAINTAINERS file. Sure, I'm happy to support these patches

[PATCH v4 8/10] staging: gdm72xx: Whitespace fixes to conform to coding standards

2014-04-28 Thread Michalis Pappas
Whitespace fixes to conform to coding standards Signed-off-by: Michalis Pappas --- drivers/staging/gdm72xx/gdm_qos.c | 72 ++--- drivers/staging/gdm72xx/gdm_sdio.c | 15 drivers/staging/gdm72xx/gdm_usb.c | 43 --

[PATCH v4 7/10] staging: gdm72xx: Removed commented-out code

2014-04-28 Thread Michalis Pappas
Removed commented-out code Signed-off-by: Michalis Pappas --- drivers/staging/gdm72xx/gdm_qos.h | 17 - drivers/staging/gdm72xx/gdm_wimax.c | 4 drivers/staging/gdm72xx/gdm_wimax.h | 6 -- drivers/staging/gdm72xx/usb_boot.c | 17 + 4 files changed,

[PATCH v4 6/10] staging: gdm72xx: Fixed some braces to conform with coding style

2014-04-28 Thread Michalis Pappas
Fixed some braces to conform with coding style Signed-off-by: Michalis Pappas --- drivers/staging/gdm72xx/gdm_wimax.c | 16 drivers/staging/gdm72xx/netlink_k.c | 7 --- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/drivers/staging/gdm72xx/gdm_wimax.c

[PATCH v4 5/10] staging: gdm72xx: Fixed some camelCase variables

2014-04-28 Thread Michalis Pappas
Fixed some camelCase variables Signed-off-by: Michalis Pappas --- drivers/staging/gdm72xx/gdm_qos.c | 31 +++ 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/drivers/staging/gdm72xx/gdm_qos.c b/drivers/staging/gdm72xx/gdm_qos.c index

[PATCH v4 4/10] staging: gdm72xx: Moved logical continuation to previous line to conform to coding style

2014-04-28 Thread Michalis Pappas
Moved logical continuation to previous line to conform to coding style --- drivers/staging/gdm72xx/gdm_usb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/gdm72xx/gdm_usb.c b/drivers/staging/gdm72xx/gdm_usb.c index 9ddf8f5..b9d7643 100644 ---

[PATCH v4 3/10] staging: gdm72xx: Modified struct allocation to match coding standards

2014-04-28 Thread Michalis Pappas
Modified struct allocation to match coding standards --- drivers/staging/gdm72xx/gdm_qos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/gdm72xx/gdm_qos.c b/drivers/staging/gdm72xx/gdm_qos.c index 50d43ad..519db48 100644 ---

[PATCH v4 2/10] staging: gdm72xx: Replaced comparisons on jiffies values with wrap-safe functions

2014-04-28 Thread Michalis Pappas
Replaced comparisons on jiffies values with wrap-safe functions. Signed-off-by: Michalis Pappas --- drivers/staging/gdm72xx/gdm_usb.c | 2 +- drivers/staging/gdm72xx/sdio_boot.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/gdm72xx/gdm_usb.c

[PATCH v4 1/10] staging: gdm72xx: Removed unnecessary extern declarations from header files

2014-04-28 Thread Michalis Pappas
Removed unnecessary extern declarations from header files Signed-off-by: Michalis Pappas --- drivers/staging/gdm72xx/gdm_wimax.h | 6 +++--- drivers/staging/gdm72xx/sdio_boot.h | 2 +- drivers/staging/gdm72xx/usb_boot.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH v4 0/3] staging: gdm72xx: Code cleanup

2014-04-28 Thread Michalis Pappas
Ok, I generated a new patchset based on running checkpatch.pl with the --strict option, as well as any recommendations made earlier on this thread. >From the following patches, both 8/10 and 9/10 involve whitespace fixes: the former fixes issues reported by checkpatch.pl while the latter is

Re: [PATCH v2 5/5] PCI: Remove redundant 'quirk_amd_nb_node'

2014-04-28 Thread Suravee Suthikulanit
On 4/21/2014 11:53 AM, Daniel J Blueman wrote: Hi Myron, On 04/20/2014 09:44 PM, Myron Stowe wrote: On Sun, Apr 20, 2014 at 4:54 AM, Borislav Petkov wrote: On Fri, Apr 18, 2014 at 08:53:46PM -0600, Myron Stowe wrote: With the amd_bus.c updates to support additional AMD processors (11h, 12h,

Re: [Patch V2 0/9] I2C ACPI operation region handler support

2014-04-28 Thread Lan Tianyu
On 2014年04月29日 06:51, Rafael J. Wysocki wrote: > On Monday, April 28, 2014 10:27:39 PM Lan Tianyu wrote: >> ACPI 5.0 spec(5.5.2.4.5) defines GenericSerialBus(i2c, spi, uart) operation >> region. It allows ACPI aml code able to access such kind of devices to >> implement some ACPI standard method.

Re: [PATCH v4 0/3] usb: chipidea: msm: Clean and fix glue layer driver

2014-04-28 Thread Peter Chen
On Mon, Apr 28, 2014 at 05:03:35PM +0300, Ivan T. Ivanov wrote: > On Fri, 2014-04-25 at 03:10 +, Peter Chen wrote: > > > > > > > > On Thu, 2014-04-24 at 08:38 +0800, Peter Chen wrote: > > > > On Wed, Apr 23, 2014 at 03:28:01PM +0300, Ivan T. Ivanov wrote: > > > > > From: "Ivan T. Ivanov" >

[PATCH 0/2] mmc: rtsx: revert support for mmc async request

2014-04-28 Thread micky_ching
From: Micky Ching The commit have some problem, using mutex_unlock() in atomic context, spinlock deadlock, it is hard to fix these problem, and better to use a new method. So just remove it. The commit depends on the previous patch. And mainly fix some problem for the previous patch. So need

[PATCH 1/2] mmc: rtsx: Revert "mmc: rtsx: modify error handle and remove smatch warnings"

2014-04-28 Thread micky_ching
From: Micky Ching This reverts commit 1f7b581b3ffcb2a8437397a02f4af89fa6934d08. The patch depend on commit c42deffd5b53c9e583d83c7964854ede2f12410d , but the previous patch was discard. So we have to delete the patch. Signed-off-by: Micky Ching --- drivers/mmc/host/rtsx_pci_sdmmc.c | 119

[PATCH 2/2] mmc: rtsx: Revert "mmc: rtsx: add support for pre_req and post_req"

2014-04-28 Thread micky_ching
From: Micky Ching This reverts commit c42deffd5b53c9e583d83c7964854ede2f12410d. commit did use mutex_unlock() in tasklet, but mutex_unlock() can't used in tasklet(atomic context). The driver need use mutex to avoid concurrency, so we can't use tasklet here, the patch need to be removed. The

[PATCHv5] ARM: EXYNOS: Support secondary CPU boot of Exynos4212

2014-04-28 Thread Chanwoo Choi
From: Kyungmin Park This patch fix the offset of CPU boot address and change parameter of smc call of SMC_CMD_CPU1BOOT command for Exynos4212. Signed-off-by: Kyungmin Park Signed-off-by: Chanwoo Choi Reviewed-by: Tomasz Figa --- Changes from v4: - Post only this patch separated from

Re: PATCH: mvsas: add support for Supermicro AOC-SAS2LP-MV8

2014-04-28 Thread James Bottomley
On Mon, 2014-04-28 at 18:16 -0700, Xiangliang Yu wrote: > Hi, Jan > I think below change may be better: > { PCI_VDEVICE(MARVELL_EXT, 0x9485), chip_9485 }, Ben Hutchings already submitted a patch for this twice, which I cc'd you on: http://marc.info/?t=13927720393 will you ack it?

Re: [PATCH] staging: rtl8188eu: Use USB subsystem functions to check endpoint type

2014-04-28 Thread navin patidar
On Mon, Apr 28, 2014 at 2:55 PM, Dan Carpenter wrote: > On Sat, Apr 26, 2014 at 10:13:55PM +0530, navin patidar wrote: >> Use inline functions provided by USB subsystem to check endpoint type, >> instead of macros implemented by driver to do the same. >> >> Unnecessary debugging messages are also

[PATCH 2/2] staging: rtl8188eu: Use USB subsystem functions to check endpoint type

2014-04-28 Thread navin patidar
Use inline functions provided by USB subsystem to check endpoint type, instead of inline functions implemented by driver to do the same. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/os_dep/usb_intf.c | 57 +-- 1 file changed, 10 insertions(+), 47

[PATCH 1/2] staging: rtl8188eu: Remove debugging messages from usb_dvobj_init()

2014-04-28 Thread navin patidar
Unnecessary debugging messages are removed from usb_dvobj_init(). Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/os_dep/usb_intf.c | 34 +++ 1 file changed, 3 insertions(+), 31 deletions(-) diff --git a/drivers/staging/rtl8188eu/os_dep/usb_intf.c

RE: PATCH: mvsas: add support for Supermicro AOC-SAS2LP-MV8

2014-04-28 Thread Xiangliang Yu
Hi, Jan I think below change may be better: { PCI_VDEVICE(MARVELL_EXT, 0x9485), chip_9485 }, > Add support for the AOC-SAS2LP-MV8 SAS-2 controller from SuperMicro. > This controller has subdevice id 0x9485 instead of 0x9480, and apparently > this simple patch is the only thing needed to make it

Re: [PATCHSET 00/17] perf report: Add -F option for specifying output fields (v4)

2014-04-28 Thread Namhyung Kim
Hi Don, On Mon, 28 Apr 2014 15:46:42 -0400, Don Zickus wrote: > On Thu, Apr 24, 2014 at 05:00:15PM -0400, Don Zickus wrote: >> On Thu, Apr 24, 2014 at 10:41:39PM +0900, Namhyung Kim wrote: >> > Hi Don, >> > >> > 2014-04-23 (수), 08:58 -0400, Don Zickus: >> > > On Wed, Apr 23, 2014 at 03:15:35PM

Re: [PATCH 5/5] ARM: sunxi: Remove sun4i and sun7i machine definitions

2014-04-28 Thread Olof Johansson
On Wed, Apr 23, 2014 at 9:02 AM, Arnd Bergmann wrote: > On Wednesday 23 April 2014 17:04:36 Maxime Ripard wrote: >> >> -static void __init sunxi_dt_init(void) >> -{ >> - of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); >> -} >> - >> -static const char * const

[f2fs-dev][PATCH 3/3 v2] f2fs: fix to truncate inline data in inode page when setattr

2014-04-28 Thread Chao Yu
Previous we do not truncate inline data in inode page when setattr, so following case could still read the inline data which has already truncated: 1.write inline data 2.ftruncate size to 0 3.ftruncate size to max inline data size 4.read from offset 0 This patch introduces truncate_inline_data()

Re: [PATCH -V1 19/22] vfs: Cache richacl in struct inode

2014-04-28 Thread Dave Chinner
On Sun, Apr 27, 2014 at 09:44:50PM +0530, Aneesh Kumar K.V wrote: > From: Andreas Gruenbacher > > Cache richacls in struct inode so that this doesn't have to be done > individually in each filesystem. > > Signed-off-by: Andreas Gruenbacher > Signed-off-by: Aneesh Kumar K.V > --- > fs/inode.c

Re: [PATCH v2] rwsem: Support optimistic spinning

2014-04-28 Thread Tim Chen
On Mon, 2014-04-28 at 16:10 -0700, Paul E. McKenney wrote: > > +#ifdef CONFIG_SMP > > +static inline bool rwsem_can_spin_on_owner(struct rw_semaphore *sem) > > +{ > > + int retval; > > + struct task_struct *owner; > > + > > + rcu_read_lock(); > > + owner = ACCESS_ONCE(sem->owner); > >

Re: [PATCH 2/3] perf tools: Cache dso data file descriptor

2014-04-28 Thread Namhyung Kim
Hi David, On Mon, 28 Apr 2014 08:57:49 -0600, David Ahern wrote: > On 4/28/14, 7:16 AM, Namhyung Kim wrote: >> 2014-04-28 (월), 12:01 +0200, Jiri Olsa: >>> On Sun, Apr 27, 2014 at 11:36:35PM +0900, Namhyung Kim wrote: 2014-04-17 (목), 19:39 +0200, Jiri Olsa: > Keeping the data file

[PATCH tip/core/rcu 05/45] torture: Rename RCU_INITRD to TORTURE_INITRD

2014-04-28 Thread Paul E. McKenney
From: "Paul E. McKenney" This commit makes the torture scripts a bit more RCU-independent. Signed-off-by: Paul E. McKenney --- tools/testing/selftests/rcutorture/bin/kvm-build.sh | 2 +- tools/testing/selftests/rcutorture/bin/kvm.sh | 6 +++--- 2 files changed, 4 insertions(+), 4

[PATCH tip/core/rcu 01/45] rcutorture: Add forward-progress checking for writer

2014-04-28 Thread Paul E. McKenney
From: "Paul E. McKenney" The rcutorture output currently does not distinguish between stalls in the RCU implementation and stalls in the rcu_torture_writer() kthreads. This commit therefore adds some diagnostics to help distinguish between these two conditions, at least for the non-SRCU

[PATCH tip/core/rcu 02/45] torture: Remove obsolete builddir options

2014-04-28 Thread Paul E. McKenney
From: "Paul E. McKenney" The --builddir and --relbuilddir options were initially intended to handle parallel tests. However, since commit 43e38ab3d518 (Enable concurrent rcutorture runs), the script manages multiple build directories as needed for parallel testing. This commit therefore

[PATCH tip/core/rcu 06/45] torture: Intensify locking test

2014-04-28 Thread Paul E. McKenney
From: "Paul E. McKenney" The current lock_torture_writer() spends too much time sleeping and not enough time hammering locks, as in an eight-CPU test will often only be utilizing a CPU or two. This commit therefore makes lock_torture_writer() sleep less and hammer more. Signed-off-by: Paul E.

[PATCH tip/core/rcu 13/45] torture: Rename RCU_QEMU_ARG to TORTURE_QEMU_ARG

2014-04-28 Thread Paul E. McKenney
From: "Paul E. McKenney" This commit makes the torture scripts a bit more RCU-independent. Signed-off-by: Paul E. McKenney --- tools/testing/selftests/rcutorture/bin/kvm.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/testing/selftests/rcutorture/bin/kvm.sh

linux-next: manual merge of the vfs tree with the f2fs tree

2014-04-28 Thread Stephen Rothwell
Hi Al, Today's linux-next merge of the vfs tree got a conflict in fs/f2fs/file.c between commit adeb670f1fee ("f2fs: introduce f2fs_seek_block to support SEEK_{DATA, HOLE} in llseek") from the f2fs tree and commits 8eb02141b8a6 ("switch simple generic_file_aio_read() users to ->read_iter()") and

  1   2   3   4   5   6   7   8   9   10   >