3.13-rc7 USB networking oops

2014-01-10 Thread Daniel J Blueman
I hit this on 3.13-rc7 while transferring data over an ASIX88179 USB 3 to gigabit ethernet adapter, transferring data at only 4MB/s. What other debug options apart from SG debug would be useful here? Thanks, Daniel On 30 December 2013 23:26, Daniel J Blueman wrote: > When rsyncing data from

[PATCH] mm/zswap: Check all pool pages instead of one pool pages

2014-01-10 Thread Cai Liu
zswap can support multiple swapfiles. So we need to check all zbud pool pages in zswap. Signed-off-by: Cai Liu --- mm/zswap.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/mm/zswap.c b/mm/zswap.c index d93afa6..2438344 100644 --- a/mm/zswap.c +++

Re: [PATCH v5 3/4] futex: Document ordering guarantees

2014-01-10 Thread Paul E. McKenney
On Thu, Jan 02, 2014 at 07:05:19AM -0800, Davidlohr Bueso wrote: > From: Thomas Gleixner > > That's essential, if you want to hack on futexes. > > Cc: Ingo Molnar > Cc: Darren Hart > Acked-by: Peter Zijlstra > Cc: Thomas Gleixner > Cc: Paul E. McKenney > Cc: Mike Galbraith > Cc: Jeff

Re: [PATCH v5 2/4] futex: Larger hash table

2014-01-10 Thread Paul E. McKenney
On Thu, Jan 02, 2014 at 07:05:18AM -0800, Davidlohr Bueso wrote: > From: Davidlohr Bueso > > Currently, the futex global hash table suffers from it's fixed, smallish > (for today's standards) size of 256 entries, as well as its lack of NUMA > awareness. Large systems, using many futexes, can be

Re: [PATCH v5 1/4] futex: Misc cleanups

2014-01-10 Thread Paul E. McKenney
On Thu, Jan 02, 2014 at 07:05:17AM -0800, Davidlohr Bueso wrote: > From: Jason Low > > - Remove unnecessary head variables. > - Delete unused parameter in queue_unlock(). > > Cc: Ingo Molnar > Reviewed-by: Darren Hart > Acked-by: Peter Zijlstra > Cc: Thomas Gleixner > Cc: Paul E. McKenney

Re: [PATCH 0/2] rcu_dereference_check_fdtable fix/cleanups

2014-01-10 Thread Paul E. McKenney
On Fri, Jan 10, 2014 at 04:34:59PM +0100, Oleg Nesterov wrote: > On 01/08, Paul E. McKenney wrote: > > > > On Wed, Jan 08, 2014 at 04:19:18PM +0100, Oleg Nesterov wrote: > > > On 01/08, Paul E. McKenney wrote: > > > > > > > > Another approach would be to add an argument to files_fdtable() > > > >

Re: [BUG] at include/linux/page-flags.h:415 (PageTransHuge)

2014-01-10 Thread Andrew Morton
On Fri, 10 Jan 2014 19:23:26 +0100 Daniel Borkmann wrote: > This is being reliably triggered for each mmaped() packet(7) > socket from user space, basically during unmapping resp. > closing the TX socket. > > I believe due to some change in transparent hugepages code ? > > When I disable

Re: [PATCH 0/3] Staging: comedi: Checkpatch cleanups in ni_mio_common.c

2014-01-10 Thread Chase Southwood
Oops, left out some of my cover letter. Here is the amended patchset cover letter. On Fri, Jan 10, 2014 at 10:07 PM, Chase Southwood wrote: > > This patch series fixes several warnings reported by checkpatch.pl in > ni_mio_common.c of the comedi driver. > > Among the issues fixed: > *Many

Re: [PATCH v2] clk: sirf: re-arch to make the codes support both prima2 and atlas6

2014-01-10 Thread Barry Song
2014/1/6 Barry Song <21cn...@gmail.com>: > From: Barry Song > > sirfprima2 and sirfatlas6 are two different SoCs in CSR SiRF series. for > prima2 and atlas6, there are many shared clocks but there are still > some different register layout and hardware clocks, then result in > different clock

Re: [PATCH 7/7] ipc,msg: document barriers

2014-01-10 Thread Mike Galbraith
On Fri, 2014-01-10 at 10:48 -0800, Davidlohr Bueso wrote: > Both expunge_all() and pipeline_send() rely on both a nil msg value and a > full barrier to guarantee the correct ordering when waking up a task. While > its counter part at the receiving end is well documented for the lockless > recv

[Question] Should we make the primary interrupt handler configurable for regmap_add_irq_chip()?

2014-01-10 Thread Yi Zhang
Hi, Mark: Sorry to trouble you; I have a question about the regmap_add_irq_chip(): at present, we use the default primary interrupt handler to handle the parent interrupt from a mfd device; I met a scenario: As soon as the interrupt is triggered, a wakelock is needed to be held until the

[PATCH 0/3] Staging: comedi: Checkpatch cleanups in ni_mio_common.c

2014-01-10 Thread Chase Southwood
This patch series fixes several warnings reported by checkpatch.pl in ni_mio_common.c of the comedi driver. Among the issues fixed: *Many unnecessary braces have been removed. *Improper indentation has been corrected. *Extra whitespace before semicolons has been removed. *Extra whitespace after

[PATCH 1/3] Staging: comedi: fix numerous brace coding style issues in ni_mio_common.c.

2014-01-10 Thread Chase Southwood
This patch for ni_mio_common.c removes many unneccesary braces to fix checkpatch.pl warnings. Signed-off-by: Chase Southwood --- drivers/staging/comedi/drivers/ni_mio_common.c | 124 + 1 file changed, 43 insertions(+), 81 deletions(-) diff --git

[PATCH 3/3] Staging: comedi: fix extra whitespace style issues in ni_mio_common.c.

2014-01-10 Thread Chase Southwood
This patch for ni_mio_common.c removes extra whitespace causing checkpatch.pl warnings. Signed-off-by: Chase Southwood --- drivers/staging/comedi/drivers/ni_mio_common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/drivers/ni_mio_common.c

[PATCH 2/3] Staging: comedi: fix indentation coding style issue in ni_mio_common.c.

2014-01-10 Thread Chase Southwood
This patch for ni_mio_common.c fixes several indentation warnings from checkpatch.pl. Signed-off-by: Chase Southwood --- drivers/staging/comedi/drivers/ni_mio_common.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/comedi/drivers/ni_mio_common.c

RE: [PATCH] e1000: avoid potential deadlock in e1000_do_[read|write]_eeprom()

2014-01-10 Thread Brown, Aaron F
> From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] > On Behalf Of Alexey Khoroshilov > Sent: Friday, December 20, 2013 2:25 PM > To: Kirsher, Jeffrey T > Cc: Alexey Khoroshilov; Brandeburg, Jesse; Allan, Bruce W; Wyborny, > Carolyn; Skidmore, Donald C; Rose, Gregory V;

Re:

2014-01-10 Thread Mr. Jerry Natai
I have a business Proposal for you.You can contact me on my private email: (mrjerrynatai2...@manager.in.th) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

RE: [PATCH net-next v2 06/20] net: igbvf: slight optimization of addr compare

2014-01-10 Thread Brown, Aaron F
> From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] > On Behalf Of Ding Tianhong > Sent: Friday, December 27, 2013 10:17 PM > To: Kirsher, Jeffrey T; Brandeburg, Jesse; Wyborny, Carolyn; Skidmore, > Donald C; David S. Miller; Netdev; linux-kernel@vger.kernel.org > Subject:

Re: [RFC] mm: show message when updating min_free_kbytes in thp

2014-01-10 Thread Han Pingtian
On Fri, Jan 10, 2014 at 09:17:44AM +0100, Michal Hocko wrote: > On Fri 10-01-14 00:13:44, Andrew Morton wrote: > > On Fri, 10 Jan 2014 09:05:04 +0100 Michal Hocko wrote: > > > > > > > --- a/mm/huge_memory.c > > > > > +++ b/mm/huge_memory.c > > > > > @@ -100,6 +100,7 @@ static struct

Re: [PATCH] lib/vsprintf: add %pT format specifier

2014-01-10 Thread Tetsuo Handa
Andrew Morton wrote: > In the absence of step 3, steps 1 and 2 are rather pointless churn. > > So I think it would be better to merge (into mainline) steps 1 and 3 > first and at the same time. Then start thinking about step 2. Unfortunately we can't. Step 2 depends on step 1 for avoiding

[PATCH] fs/proc: don't use module_init for non-modular core code

2014-01-10 Thread Paul Gortmaker
PROC_FS is a bool, so this code is either present or absent. It will never be modular, so using module_init as an alias for __initcall is rather misleading. Fix this up now, so that we can relocate module_init from init.h into module.h in the future. If we don't do this, we'd have to add

Dear user

2014-01-10 Thread admin
Dear user Your email has exceeded 2 GB, which is created by Webmaster, you are currently running at 2.30GB, you can not Send or receive new messages until you check your account.Complete the form below to verify your account. Please complete the details below to confirm your account (1) E-mail:

Re: [PATCH v2 4/4] dma debug: introduce debug_dma_assert_idle()

2014-01-10 Thread Dan Williams
On Thu, Jan 9, 2014 at 4:38 PM, Andrew Morton wrote: > On Thu, 09 Jan 2014 12:17:26 -0800 Dan Williams > wrote: > >> Record actively mapped pages and provide an api for asserting a given >> page is dma inactive before execution proceeds. Placing >> debug_dma_assert_idle() in cow_user_page()

Impementing sandbox in Linux

2014-01-10 Thread Victor Porton
http://portonsoft.wordpress.com/2014/01/11/toward-robust-linux-sandbox/ considers some issues of implementing sandboxing in Linux. I am unsure whether Linux supports waiting until a cgroup becomes empty (what is needed for sandboxing software). If it does not support, please make a patch.

Re: [PATCH] lib/vsprintf: add %pT format specifier

2014-01-10 Thread Tetsuo Handa
Joe Perches wrote: > On Sat, 2014-01-11 at 10:59 +0900, Tetsuo Handa wrote: > > I just added noinline_for_stack as with other functions does. > > But indeed, stack used by name[] is only 16 bytes but stack used by function > > arguments are larger than 16 bytes. We should remove noinline_for_stack

Re: [PATCH] lib/vsprintf: add %pT format specifier

2014-01-10 Thread Joe Perches
On Sat, 2014-01-11 at 10:59 +0900, Tetsuo Handa wrote: > I just added noinline_for_stack as with other functions does. > But indeed, stack used by name[] is only 16 bytes but stack used by function > arguments are larger than 16 bytes. We should remove noinline_for_stack ? My recollection is that

Re: [PATCH] lib/vsprintf: add %pT format specifier

2014-01-10 Thread Tetsuo Handa
Andrew Morton wrote: > > This patch introduces %pT format specifier for printing task_struct->comm. > > Currently %pT does not provide consistency. I'm planning to change to use > > RCU > > in the future. By using RCU, the comm name read from task_struct->comm will > > be > > guaranteed to be

Re: [PATCH] lib/vsprintf: add %pT format specifier

2014-01-10 Thread Andrew Morton
On Sat, 11 Jan 2014 10:28:51 +0900 Tetsuo Handa wrote: > Andrew Morton wrote: > > On Thu, 9 Jan 2014 21:52:00 +0900 Tetsuo Handa > > wrote: > > > > > This patch introduces %pT format specifier for printing task_struct->comm. > > > Currently %pT does not provide consistency. I'm planning to

Re: [PATCH] lib/vsprintf: add %pT format specifier

2014-01-10 Thread Tetsuo Handa
Joe Perches wrote: > On Sat, 2014-01-11 at 10:28 +0900, Tetsuo Handa wrote: > > Step 1: (targeted to 3.14-rc1) > > Add "%pT" format specifier and commcpy() wrapper function. > > > > Step 2: (started after step 1 is reflected to other git trees) > > Replace printk("%s", p->comm) with

Re: [PATCH] lib/vsprintf: add %pT format specifier

2014-01-10 Thread Joe Perches
On Sat, 2014-01-11 at 10:28 +0900, Tetsuo Handa wrote: > Step 1: (targeted to 3.14-rc1) > Add "%pT" format specifier and commcpy() wrapper function. > > Step 2: (started after step 1 is reflected to other git trees) > Replace printk("%s", p->comm) with printk("%pT", p). Replace

Re: [PATCH] lib/vsprintf: add %pT format specifier

2014-01-10 Thread Tetsuo Handa
Andrew Morton wrote: > On Thu, 9 Jan 2014 21:52:00 +0900 Tetsuo Handa > wrote: > > > This patch introduces %pT format specifier for printing task_struct->comm. > > Currently %pT does not provide consistency. I'm planning to change to use > > RCU > > in the future. By using RCU, the comm name

RE: [f2fs-dev] [PATCH 1/3] f2fs: move grabing orphan pages out of protection region

2014-01-10 Thread Chao Yu
Hi Gu, > -Original Message- > From: Gu Zheng [mailto:guz.f...@cn.fujitsu.com] > Sent: Friday, January 10, 2014 6:09 PM > To: Kim > Cc: fsdevel; linux-kernel; f2fs > Subject: [f2fs-dev] [PATCH 1/3] f2fs: move grabing orphan pages out of > protection region > > Move grabing orphan block

Re: [PATCH V2 1/6] Documentation: add dts binding for X-Gene reboot dts node.

2014-01-10 Thread Feng Kan
On Wed, Jan 8, 2014 at 2:05 AM, Mark Rutland wrote: > On Tue, Jan 07, 2014 at 10:50:36PM +, Feng Kan wrote: >> Add X-Gene reboot device tree node documentation. >> >> Signed-off-by: Feng Kan >> --- >> .../devicetree/bindings/arm64/xgene/reboot.txt | 10 ++ >> 1 files changed,

Re: [PATCH] mm/swap: fix race on swap_info reuse between swapoff and swapon

2014-01-10 Thread Andrew Morton
On Thu, 09 Jan 2014 13:39:55 +0800 Weijie Yang wrote: > swapoff clear swap_info's SWP_USED flag prematurely and free its resources > after that. A concurrent swapon will reuse this swap_info while its previous > resources are not cleared completely. > > These late freed resources are: > -

Re: [PATCH] ACPI/SCAN: _STA status read

2014-01-10 Thread Rafael J. Wysocki
On Friday, January 10, 2014 04:00:05 PM Srinivas Pandruvada wrote: > This patch adds a "status" attribute for an acpi device. This status > attribute shows the value of _STA object. The _STA object returns > current status of an ACPI device to show enabled, disabled or removed. > > Signed-off-by:

Re: Unable to load modules from 9p filesystem with kmod 16

2014-01-10 Thread Randy Dunlap
[adding Cc:s] On 01/10/2014 03:03 PM, Wakko Warner wrote: > Wakko Warner wrote: >> Kernel 3.12.7 from kernel.org >> With kmod-16, I'm unable to load any modules on my guest kvm machines. >> The vm is booted via direct kernel boot. The modules are located on the >> host and is passed to the guest

Re: [PATCH v2 08/23] mm/memblock: Add memblock memory allocation apis

2014-01-10 Thread Santosh Shilimkar
On Friday 10 January 2014 07:53 PM, Andrew Morton wrote: > On Thu, 5 Dec 2013 12:13:16 -0500 Santosh Shilimkar > wrote: > >> On Thursday 05 December 2013 11:59 AM, Tejun Heo wrote: >>> Hello, >>> >>> On Thu, Dec 05, 2013 at 03:12:30PM +0200, Grygorii Strashko wrote: I'll try to provide

Re: [PATCH v2 08/23] mm/memblock: Add memblock memory allocation apis

2014-01-10 Thread Andrew Morton
On Thu, 5 Dec 2013 12:13:16 -0500 Santosh Shilimkar wrote: > On Thursday 05 December 2013 11:59 AM, Tejun Heo wrote: > > Hello, > > > > On Thu, Dec 05, 2013 at 03:12:30PM +0200, Grygorii Strashko wrote: > >> I'll try to provide more technical details here. > >> As Santosh mentioned in previous

[PATCH] pinctrl: tegra1x4: initialize at arch_initcall time

2014-01-10 Thread Andrew Bresticker
Many devices rely on pinctrl/pinmux settings being applied before probing and some of these may probe before device_initcall time (e.g. i2c at subsys_initcall). Move Tegra1x4 pinctrl driver registration to arch_initcall time so that proper pin settings can be applied earlier. Signed-off-by:

[PATCHv3] dt: binding documentation for bq2415x charger

2014-01-10 Thread Sebastian Reichel
Add devicetree binding documentation for bq2415x charger. Signed-off-by: Sebastian Reichel Acked-by: Pavel Machek --- Hi, It's me again :) Here's another update, which fixes a sentence reported by Pavel. I also added his Acked-by. -- Sebastian --- .../devicetree/bindings/power/bq2415x.txt

Re: [PATCH] mm/swap: fix race on swap_info reuse between swapoff and swapon

2014-01-10 Thread Andrew Morton
On Thu, 09 Jan 2014 13:39:55 +0800 Weijie Yang wrote: > swapoff clear swap_info's SWP_USED flag prematurely and free its resources > after that. A concurrent swapon will reuse this swap_info while its previous > resources are not cleared completely. > > These late freed resources are: > -

Re: [PATCH v2] dma-debug: enhance dma_debug_device_change() to check for mapping errors

2014-01-10 Thread Shuah Khan
On 01/07/2014 10:22 AM, Shuah Khan wrote: On 01/07/2014 08:12 AM, Joerg Roedel wrote: On Tue, Jan 07, 2014 at 08:00:33AM -0700, Shuah Khan wrote: This patch and a follow-on cocinelli warning fix patch are in linux-next. Would you like me to send a patch relative to the change in linux-next or

Re: [PATCH v2 0/9] cpuidle: rework device state count handling

2014-01-10 Thread Rafael J. Wysocki
On Friday, December 20, 2013 07:47:22 PM Bartlomiej Zolnierkiewicz wrote: > Hi, > > Some cpuidle drivers assume that cpuidle core will handle cases where > device->state_count is smaller than driver->state_count, unfortunately > currently this is untrue (device->state_count is used only for

Re: [PATCH v5] Bluetooth: Add hci_h4p driver

2014-01-10 Thread Pavel Machek
Hi! > > +static inline void hci_h4p_handle_byte(struct hci_h4p_info *info, u8 byte) > > pretty big function to be inline Called from just one place, so that should be ok. > > +static void hci_h4p_rx_tasklet(unsigned long data) > > +{ > [] > > + while (hci_h4p_inb(info, UART_LSR) &

Re: [PATCHSET v3 driver-core-next] kernfs, sysfs, driver-core: implement synchronous self-removal

2014-01-10 Thread Greg KH
On Fri, Jan 10, 2014 at 07:08:56AM -0800, Greg KH wrote: > On Fri, Jan 10, 2014 at 08:57:17AM -0500, Tejun Heo wrote: > > Hello, > > > > This is v3 of kernfs self-removal patchset. v2 posting mistakenly > > sent out slightly old set of patches, so the v3. Sorry about the > > noise. Changes

Re: [GIT] APM

2014-01-10 Thread Rafael J. Wysocki
On Friday, January 10, 2014 11:50:08 AM Jiri Kosina wrote: > Rafael, > > please consider pulling > > git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git for-next > > into linux-pm.git, to receive: > > > - addition of hibernation events to apm-emulation, from Bin Shi > > > Thanks.

Re: [RFC PATCH 3/3] dt-bindings: pci: xgene pcie device tree bindings

2014-01-10 Thread Tanmay Inamdar
On Tue, Jan 7, 2014 at 7:35 AM, Arnd Bergmann wrote: > On Tuesday 07 January 2014, Tanmay Inamdar wrote: >> On Fri, Jan 3, 2014 at 1:49 AM, Arnd Bergmann wrote: >> >> +Required properties: >> >> +- status: Either "ok" or "disabled". >> >> +- device_type: set to "pci" >> >> +- compatible: should

Re: [PATCH] lib/vsprintf: add %pT format specifier

2014-01-10 Thread Andrew Morton
On Thu, 9 Jan 2014 21:52:00 +0900 Tetsuo Handa wrote: > This patch introduces %pT format specifier for printing task_struct->comm. > Currently %pT does not provide consistency. I'm planning to change to use RCU > in the future. By using RCU, the comm name read from task_struct->comm will be >

[PATCH] ACPI/SCAN: _STA status read

2014-01-10 Thread Srinivas Pandruvada
This patch adds a "status" attribute for an acpi device. This status attribute shows the value of _STA object. The _STA object returns current status of an ACPI device to show enabled, disabled or removed. Signed-off-by: Srinivas Pandruvada --- drivers/acpi/scan.c | 22 ++ 1

Re: [PATCH] lib/vsprintf: add %pT format specifier

2014-01-10 Thread Andrew Morton
On Thu, 9 Jan 2014 21:52:00 +0900 Tetsuo Handa wrote: > Hello. > > Since addition of %pT itself seems to be agreed, sort-of. The reason I suggested inventing a new token was code density: avoid pointlessly passing current all the time. Oh well, whatever - this patch has other intentions.

Re: [RFCv4 05/11] Documentation: DT: omap-ssi binding documentation

2014-01-10 Thread Sebastian Reichel
Hi Tony, On Thu, Dec 19, 2013 at 11:03:44AM -0800, Tony Lindgren wrote: > > +Required properties: > > +- compatible: Should include "ti,omap3-ssi". > > +- reg-names: Contains the values "sys" and "gdd". > > Do you need the reg-names? The order won't change so you can

VELGØRENHED BISTAND

2014-01-10 Thread Rod Thompson
VELGØRENHED BISTAND Hej Ven . Mens du læser dette , jeg vil have dig til at blive rørt , fordi jeg tror, at alle vil dø en dag. Mit navn er Rod Thompson, en købmand . Jeg er blevet diagnosticeret med kræft i spiserøret . Det har besmittet alle former for medicinsk behandling, og lige nu har jeg

Re: [PATCH 0/9] re-shrink 'struct page' when SLUB is on.

2014-01-10 Thread Dave Hansen
On 01/10/2014 03:39 PM, Andrew Morton wrote: >> I tested 4 cases, all of these on the "cache-cold kfree()" case. The >> first 3 are with vanilla upstream kernel source. The 4th is patched >> with my new slub code (all single-threaded): >> >>

Re: [PATCH 0/9] re-shrink 'struct page' when SLUB is on.

2014-01-10 Thread Andrew Morton
On Fri, 10 Jan 2014 12:52:32 -0800 Dave Hansen wrote: > On 01/05/2014 08:32 PM, Joonsoo Kim wrote: > > On Fri, Jan 03, 2014 at 02:18:16PM -0800, Andrew Morton wrote: > >> On Fri, 03 Jan 2014 10:01:47 -0800 Dave Hansen wrote: > >>> SLUB depends on a 16-byte cmpxchg for an optimization which >

Re: [PATCH 1/4] Input: synaptics-rmi4 - split of transport ops into a separate structure

2014-01-10 Thread Christopher Heiny
On 01/09/2014 11:44 PM, Dmitry Torokhov wrote: Split off transport operations from rmi_transport_dev into a separate structure that will be shared between all devices using the same transport and use const pointer to access it. Change signature on transport methods so that length is using the

Re: [PATCH 3/4] Input: synaptics-rmi4 - fix I2C functionality check

2014-01-10 Thread Christopher Heiny
On 01/09/2014 11:44 PM, Dmitry Torokhov wrote: When adapter does not support required functionality (I2C_FUNC_I2C) we were returning 0 to the upper layers, making them believe that device bound successfully. Acked-by: Christopher Heiny Signed-off-by: Dmitry Torokhov ---

Re: [PATCH 2/4] Input: synaptics-rmi4 - rework transport device allocation

2014-01-10 Thread Christopher Heiny
On 01/09/2014 11:44 PM, Dmitry Torokhov wrote: Instead of allocating common and private part of transport device separately make private wrap common part and get rid of private data pointer in the transport device. Also rename rmi_i2c_data -> rmi_i2c_xport and data -> rmi_i2c. Acked-by:

Re: [PATCH 4/4] Input: synaptics-rmi4 - switch to using i2c_transfer()

2014-01-10 Thread Christopher Heiny
On 01/09/2014 11:44 PM, Dmitry Torokhov wrote: Instead of using 2 separate transactions when reading from the device let's use i2c_transfer. Because we now have single point of failure I had to change how we collect statistics. I elected to drop control data from the stats and only track number

Re: [PATCH 2/2] PCI: Only enable realloc auto when root bus has 64bit mmio

2014-01-10 Thread Yinghai Lu
On Fri, Jan 10, 2014 at 1:54 PM, Joseph Salisbury wrote: > On 01/10/2014 12:13 PM, Yinghai Lu wrote: > > In a prior email you mentioned: "Yes, if that works, we would not need > to put the patch in upstream for limiting realloc auto scope." Is the > git tree at >

Re: [PATCH] hwmon: (sht15) add include guard

2014-01-10 Thread Guenter Roeck
On 01/10/2014 01:44 PM, Vivien Didelot wrote: Add include guard to include/linux/platform_data/sht15.h to prevent multiple inclusion. Signed-off-by: Vivien Didelot --- Applied to hwmon-next. Thanks, Guenter include/linux/platform_data/sht15.h | 5 + 1 file changed, 5 insertions(+)

Re: [patch 9/9] mm: keep page cache radix tree nodes in check

2014-01-10 Thread Rik van Riel
On 01/10/2014 01:10 PM, Johannes Weiner wrote: > Previously, page cache radix tree nodes were freed after reclaim > emptied out their page pointers. But now reclaim stores shadow > entries in their place, which are only reclaimed when the inodes > themselves are reclaimed. This is problematic

Re: [PATCH] hwmon: (max197) add include guard

2014-01-10 Thread Guenter Roeck
On 01/10/2014 01:44 PM, Vivien Didelot wrote: Add include guard to include/linux/platform_data/max197.h to prevent multiple inclusion. Signed-off-by: Vivien Didelot --- Applied to hwmon-next. Thanks, Guenter include/linux/platform_data/max197.h | 5 + 1 file changed, 5

Re: Unable to load modules from 9p filesystem with kmod 16

2014-01-10 Thread Wakko Warner
Wakko Warner wrote: > Kernel 3.12.7 from kernel.org > With kmod-16, I'm unable to load any modules on my guest kvm machines. > The vm is booted via direct kernel boot. The modules are located on the > host and is passed to the guest via the fsdev. > > I have a mountpoint on the guest filesystem

Re: [GIT PULL] LED fix for 3.13

2014-01-10 Thread Bryan Wu
My email was bounced back by LKML and Linux LED mail list. I forget to use plain text mode. So I forward it again. Thanks, -Bryan On Fri, Jan 10, 2014 at 2:57 PM, Bryan Wu wrote: > > Hi Linus, > > Pali Rohár and Pavel Machek reported the LED of Nokia N900 doesn't work with > our latest

[PATCH] Staging: rtl8188eu: Fixed whitespace related coding style issues

2014-01-10 Thread Tim Jester-Pfadt
This patch fixes two spaces at the start of the line aswell as all space after opening parenthesis and space before closeing parenthesis checkpatch.pl warnings in rtw_mlme.h Signed-off-by: Tim Jester-Pfadt --- drivers/staging/rtl8188eu/include/rtw_mlme.h | 24 1 file

Re: [patch 8/9] lib: radix_tree: tree node interface

2014-01-10 Thread Rik van Riel
On 01/10/2014 01:10 PM, Johannes Weiner wrote: > Make struct radix_tree_node part of the public interface and provide > API functions to create, look up, and delete whole nodes. Refactor > the existing insert, look up, delete functions on top of these new > node primitives. > > This will allow

Re: [Xen-devel] [PATCH] xen-blkfront: remove type check from blkfront_setup_discard

2014-01-10 Thread Boris Ostrovsky
On 01/10/2014 05:49 PM, Olaf Hering wrote: On Fri, Jan 10, Boris Ostrovsky wrote: I think we should at clear feature_discard and print an error in the log if *either* of xenbus_gather() calls fail. Are you sure about that? AFAIK many other properties are optional as well. I dont think there

Re: [patch 7/9] mm: thrash detection-based file cache sizing

2014-01-10 Thread Rik van Riel
On 01/10/2014 01:10 PM, Johannes Weiner wrote: > This patch solves one half of the problem by decoupling the ability to > detect working set changes from the inactive list size. By > maintaining a history of recently evicted file pages it can detect > frequently used pages with an arbitrarily

Re: [Xen-devel] [PATCH] xen-blkfront: remove type check from blkfront_setup_discard

2014-01-10 Thread Olaf Hering
On Fri, Jan 10, Boris Ostrovsky wrote: > I think we should at clear feature_discard and print an error in the log if > *either* of xenbus_gather() calls fail. Are you sure about that? AFAIK many other properties are optional as well. I dont think there is a formal spec about the discard related

Re: [PATCH V2 0/4] misc: xgene: Add support for APM X-Gene SoC Queue Manager/Traffic Manager

2014-01-10 Thread Ravi Patel
On Sun, Jan 5, 2014 at 12:48 PM, Ravi Patel wrote: > On Sun, Jan 5, 2014 at 10:11 AM, Arnd Bergmann wrote: >> On Sunday 05 January 2014, Ravi Patel wrote: >>> On Sat, Dec 21, 2013 at 11:03 PM, Arnd Bergmann wrote: >>> > >>> > Please describe here what the purpose of the qmtm is, as this is not

Re: [RFC PATCH] mm: thp: Add per-mm_struct flag to control THP

2014-01-10 Thread Alex Thorlton
On Fri, Jan 10, 2014 at 11:10:10PM +0100, Peter Zijlstra wrote: > We already have the information to determine if a page is shared across > nodes, Mel even had some prototype code to do splits under those > conditions. I'm aware that we can determine if pages are shared across nodes, but I

[PATCHv2] dt: binding documentation for bq2415x charger

2014-01-10 Thread Sebastian Reichel
Add devicetree binding documentation for bq2415x charger. Signed-off-by: Sebastian Reichel --- Hi, This is the second version of the bq2415x binding documentation. The only changes since PATCHv1 are a rewording of the property descriptions as requested by Pavel Machek. I narrowed down the CCs

Re: [patch 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves

2014-01-10 Thread Johannes Weiner
On Fri, Jan 10, 2014 at 01:38:50PM -0800, David Rientjes wrote: > On Fri, 10 Jan 2014, Michal Hocko wrote: > > > I have already explained why I have acked it. I will not repeat > > it here again. I have also proposed an alternative solution > > (https://lkml.org/lkml/2013/12/12/174) which IMO is

[PATCH 6/6] arm64: add EFI runtime services

2014-01-10 Thread Mark Salter
This patch adds EFI runtime support for arm64. The runtime support allows the kernel to access various EFI runtime services provided by EFI firmware. Things like reboot, real time clock, EFI boot variables, and others. Signed-off-by: Mark Salter --- arch/arm64/Kconfig | 16 ++

[PATCH 0/6] arm64: Add EFI stub and runtime services support

2014-01-10 Thread Mark Salter
This patch series adds EFI support to the arm64 kernel. This support has two main parts: an EFI stub and runtime support. The EFI stub support has the kernel masquerade as a PE/COFF application which can be directly booted by EFI firmware (or by secondary loaders with EFI support). The runtime

[PATCH 1/6] efi: create memory map iteration helper

2014-01-10 Thread Mark Salter
There are a lot of places in the kernel which iterate through an EFI memory map. Most of these places use essentially the same for-loop code. This patch adds a for_each_efi_memory_desc() helper to clean up all of the existing duplicate code and avoid more in the future. Signed-off-by: Mark Salter

Re: [patch 6/9] mm + fs: store shadow entries in page cache

2014-01-10 Thread Rik van Riel
On 01/10/2014 01:10 PM, Johannes Weiner wrote: > Reclaim will be leaving shadow entries in the page cache radix tree > upon evicting the real page. As those pages are found from the LRU, > an iput() can lead to the inode being freed concurrently. At this > point, reclaim must no longer install

[PATCH 2/6] arm64: Add function to create identity mappings

2014-01-10 Thread Mark Salter
At boot time, UEFI runtime support needs to call into the UEFI firmware to switch to a virtual address map. This call must be made with UEFI memory regions identity mapped. The exisitng early boot code creates an identity map of kernel text/data but this is not sufficient for UEFI. This patch adds

[PATCH 5/6] doc: arm64: add description of EFI stub support

2014-01-10 Thread Mark Salter
Add explanation of arm64 EFI stub and kernel image header changes needed to masquerade as a PE/COFF application. Signed-off-by: Mark Salter Acked-by: Grant Likely CC: linux-...@vger.kernel.org CC: Rob Landley --- Documentation/arm64/booting.txt | 4 Documentation/efi-stub.txt | 12

Re: [PATCH] xen-blkfront: remove type check from blkfront_setup_discard

2014-01-10 Thread Boris Ostrovsky
On 01/10/2014 04:37 PM, Olaf Hering wrote: On Fri, Jan 10, Boris Ostrovsky wrote: If the call below fails, is it safe to continue using discard feature? At the least, are discard_granularity and discard_alignment guaranteed to have sane/safe values? Its up to the toolstack to provide sane

[PATCH] openrisc: fix PTRS_PER_PGD define

2014-01-10 Thread Stefan Kristiansson
On OpenRISC, with its 8k pages, PAGE_SHIFT is defined to be 13. That makes the expression (1UL << (PAGE_SHIFT-2)) evaluate to 2048. The correct value for PTRS_PER_PGD should be 256. Correcting the PTRS_PER_PGD define unveiled a bug in map_ram(), where PTRS_PER_PGD was used when the intent was to

Re: [RFC PATCH] mm: thp: Add per-mm_struct flag to control THP

2014-01-10 Thread Kirill A. Shutemov
On Fri, Jan 10, 2014 at 04:01:55PM -0600, Alex Thorlton wrote: > On Fri, Jan 10, 2014 at 10:23:10PM +0200, Kirill A. Shutemov wrote: > > Do you know what cause the difference? I prefer to fix THP instead of > > adding new knob to disable it. > > The issue is that when you touch 1 byte of an

Re: [patch 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves

2014-01-10 Thread Johannes Weiner
On Thu, Jan 09, 2014 at 04:23:50PM -0800, David Rientjes wrote: > On Thu, 9 Jan 2014, Andrew Morton wrote: > > > > > It was dropped because the other memcg developers disagreed with it. > > > > > > > > > > It was acked-by Michal. Michal acked it before we had most of the discussions and now he

Re: [RFC PATCH] mm: thp: Add per-mm_struct flag to control THP

2014-01-10 Thread Peter Zijlstra
On Fri, Jan 10, 2014 at 04:01:55PM -0600, Alex Thorlton wrote: > On Fri, Jan 10, 2014 at 10:23:10PM +0200, Kirill A. Shutemov wrote: > > Do you know what cause the difference? I prefer to fix THP instead of > > adding new knob to disable it. > > The issue is that when you touch 1 byte of an

[tip:x86/platform] arch: x86: New MailBox support driver for Intel SOC's

2014-01-10 Thread tip-bot for David E. Box
Commit-ID: 46184415368a6095d5da33991c5e011f1084353d Gitweb: http://git.kernel.org/tip/46184415368a6095d5da33991c5e011f1084353d Author: David E. Box AuthorDate: Wed, 8 Jan 2014 13:27:51 -0800 Committer: H. Peter Anvin CommitDate: Wed, 8 Jan 2014 14:36:29 -0800 arch: x86: New MailBox

[PATCHv3 1/6] Crashdump-Accepting-Active-IOMMU-Flags-and-Prototype

2014-01-10 Thread Bill Sumner
The following series implements a fix for: A kdump problem about DMA that has been discussed for a long time. That is, when a kernel panics and boots into the kdump kernel, DMA started by the panicked kernel is not stopped before the kdump kernel is booted and the kdump kernel disables the IOMMU

[PATCHv3 2/6] Crashdump-Accepting-Active-IOMMU-Utility-functions

2014-01-10 Thread Bill Sumner
-.-.-.-.-.-.-. Most of the code for Crashdump Accepting Active IOMMU is contained in a large section at the end of intel-iommu.c -- beginning here. This patch contains small utility functions used to access the bit fields of the context

[PATCHv3 6/6] Crashdump-Accepting-Active-IOMMU-Call-From-Mainline

2014-01-10 Thread Bill Sumner
At a high level, this code operates primarily during iommu initialization and device-driver initialization During intel-iommu hardware initialization: In intel_iommu_init(void) * If (This is the crash kernel) . Set flag: crashdump_accepting_active_iommu (all changes below check this) . Skip

[PATCHv3 4/6] Crashdump-Accepting-Active-IOMMU-Copy-Translations

2014-01-10 Thread Bill Sumner
-.-.-.-.-.-.-. This patch contains a set of functions that duplicate into the crashdump kernel the IOMMU translation tables that were in-use by the panicked kernel at the time of the panic. Note that all of these tables (pages) are linked

[PATCHv3 3/6] Crashdump-Accepting-Active-IOMMU-Domain-Interfaces

2014-01-10 Thread Bill Sumner
-.-.-.-.-.-.-. This patch contains functions called from among the mainline code to retrieve information from the translation tables that have been copied into the crashdump kernel from the panicked kernel. Most often this happens when the

[PATCHv3 0/6] Crashdump Accepting Active IOMMU

2014-01-10 Thread Bill Sumner
v2->v3: 1. Commented-out "#define DEBUG 1" to eliminate debug messages 2. Updated the comments about changes in each version in all patches in the set. 3. Fixed: one-line added to Copy-Translations" patch to initialize the iovad struct as recommended by Baoquan He [b...@redhat.com]

[PATCHv3 5/6] Crashdump-Accepting-Active-IOMMU-Debug-Print-IOMMU

2014-01-10 Thread Bill Sumner
This patch contains a function to print the hardware registers of each IOMMU onto the system console during crashdump kernel initialization. This function seemed far too useful to leave out. v1->v2: Updated patch description Fixed: "Advanced Fault Log register" v2->v3: No change Signed-off-by:

Re: Freeing of dev->p

2014-01-10 Thread Jean Delvare
Hi Greg, On Fri, 10 Jan 2014 07:24:02 -0800, Greg Kroah-Hartman wrote: > On Fri, Jan 10, 2014 at 03:39:07PM +0100, Jean Delvare wrote: > > + * @driver_data: Private pointer for driver specific info. Will turn into > > a > > + * list soon. > > Ah, this comment reminds me of why I

[PATCH] alpha: don't use module_init for non-modular core code

2014-01-10 Thread Paul Gortmaker
The srm console is always built in. It will never be modular, so using module_init as an alias for __initcall is rather misleading. Fix this up now, so that we can relocate module_init from init.h into module.h in the future. If we don't do this, we'd have to add module.h to obviously

Re: [RFC PATCH] mm: thp: Add per-mm_struct flag to control THP

2014-01-10 Thread Alex Thorlton
On Fri, Jan 10, 2014 at 10:23:10PM +0200, Kirill A. Shutemov wrote: > Do you know what cause the difference? I prefer to fix THP instead of > adding new knob to disable it. The issue is that when you touch 1 byte of an untouched, contiguous 2MB chunk, a THP will be handed out, and the THP will be

Steroid Products Manufacturer--Numberone Biotech Inc.

2014-01-10 Thread Numberone Biotech Inc.
Dear, We supply products-injection steroids, oral steroids. Min. order quantity: As your request. Payment type: Western Union, Bank Transfer. Delivery time: within 10 working days after get payment. Shipping term: express mail (with registered tracking number, door delivery). Supplying ability:

Re: [PATCH 2/2] PCI: Only enable realloc auto when root bus has 64bit mmio

2014-01-10 Thread Joseph Salisbury
On 01/10/2014 12:13 PM, Yinghai Lu wrote: > On Fri, Jan 10, 2014 at 8:19 AM, Joseph Salisbury > wrote: >> On 12/11/2013 02:55 PM, Yinghai Lu wrote: >>> On Wed, Dec 11, 2013 at 11:19 AM, Joseph Salisbury >>> wrote: On 12/09/2013 03:10 PM, Yinghai Lu wrote: > On Mon, Dec 9, 2013 at 11:42

Re: [RFC PATCH] char: random: stir the output pools differently when the random_write lenght allows splitting the seed

2014-01-10 Thread Rafael Aquini
On Fri, Jan 10, 2014 at 12:37:26PM +0100, Clemens Ladisch wrote: > Stephan Mueller wrote: > > Am Freitag, 10. Januar 2014, 09:13:57 schrieb Clemens Ladisch: > >> Rafael Aquini wrote: > >>> This patch introduces changes to the random_write method so it can > >>> split the given seed and completely

[PATCH] hwmon: (max197) add include guard

2014-01-10 Thread Vivien Didelot
Add include guard to include/linux/platform_data/max197.h to prevent multiple inclusion. Signed-off-by: Vivien Didelot --- include/linux/platform_data/max197.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/linux/platform_data/max197.h b/include/linux/platform_data/max197.h

[PATCH] hwmon: (sht15) add include guard

2014-01-10 Thread Vivien Didelot
Add include guard to include/linux/platform_data/sht15.h to prevent multiple inclusion. Signed-off-by: Vivien Didelot --- include/linux/platform_data/sht15.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/linux/platform_data/sht15.h b/include/linux/platform_data/sht15.h index

  1   2   3   4   5   6   7   8   9   10   >