[PATCH] Staging: rtl8712: rtl871x_io.h: Coding style warning fix for block comments

2015-09-23 Thread Punit Vara
This patch is to the rtl871x_io.h file that fixes up following warning reported by checkpatch.pl : Signed-off-by: Punit Vara --- drivers/staging/rtl8712/rtl871x_io.h | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_io.h

[PATCH] checkpatch: Fix NOT_UNIFIED_DIFF error exception

2015-09-23 Thread Matthew R. Ochs
Commit 06330fc40e3f ("checkpatch: Avoid NOT_UNIFIED_DIFF errors on cover-letter.patch files") added an exception to bypass the unified-diff check for cover letters. The patch evaluates the cover letter regex against $file. Instead it should use $filename. This patch corrects the variable.

Re: [PATCH 2/4] crypto: qce: dma_map_sg can handle chained SG

2015-09-23 Thread Stanimir Varbanov
Hi, On 09/23/2015 02:55 PM, LABBE Corentin wrote: > The qce driver use two dma_map_sg path according to SG are chained > or not. > Since dma_map_sg can handle both case, clean the code with all > references to sg chained. > > Thus removing qce_mapsg, qce_unmapsg and qce_countsg functions. > >

Re: [PATCH v2 4/5] PCI: generic: Correct, and avoid overflow, in bus_max calculation.

2015-09-23 Thread Will Deacon
On Wed, Sep 23, 2015 at 08:39:27PM +0100, Arnd Bergmann wrote: > On Wednesday 23 September 2015 20:35:45 Will Deacon wrote: > > On Wed, Sep 23, 2015 at 08:27:41PM +0100, Arnd Bergmann wrote: > > > On Wednesday 23 September 2015 11:21:56 David Daney wrote: > > > > >> > > > > >> /* Limit the

Re: [PATCH 2/2] ext4: implement cgroup writeback support

2015-09-23 Thread Artem Bityutskiy
On Wed, Sep 23, 2015 at 9:24 PM, Theodore Ts'o wrote: > Artem, > > Can you (or someone on the cgroups list, perhaps) give more details > about how Fedora 22 sets up groups? > > Unfortunately apparently no one has gotten an official Fedora image > for Google Compute Engine so it's a bit of a pain

[PATCH] Staging: rtl8712: rtl871x_ioctl_set.c: Coding style warnings fix for block comments

2015-09-23 Thread Punit Vara
This patch is to the rtl871x_ioctl_set.c file that fixes up following warning reported by checkpatch.pl : -Block comments use a trailing */ on a separate line Signed-off-by: Punit Vara --- drivers/staging/rtl8712/rtl871x_ioctl_set.c | 12 1 file changed, 8 insertions(+), 4

Re: [PATCH 1/3] Make /dev/urandom scalable

2015-09-23 Thread Austin S Hemmelgarn
On 2015-09-22 19:16, Andi Kleen wrote: From: Andi Kleen We had a case where a 4 socket system spent >80% of its total CPU time contending on the global urandom nonblocking pool spinlock. While the application could probably have used an own PRNG, it may have valid reasons to use the best

Re: [PATCH v2 4/5] PCI: generic: Correct, and avoid overflow, in bus_max calculation.

2015-09-23 Thread Arnd Bergmann
On Wednesday 23 September 2015 20:35:45 Will Deacon wrote: > On Wed, Sep 23, 2015 at 08:27:41PM +0100, Arnd Bergmann wrote: > > On Wednesday 23 September 2015 11:21:56 David Daney wrote: > > > >> > > > >> /* Limit the bus-range to fit within reg */ > > > >> -bus_max =

Re: [PATCH] arm64/pci: Add quirks for Cavium Thunder PCI bridges.

2015-09-23 Thread Arnd Bergmann
On Wednesday 23 September 2015 09:00:36 David Daney wrote: > On 09/23/2015 12:51 AM, Arnd Bergmann wrote: > > On Tuesday 22 September 2015 17:09:56 David Daney wrote: > >> From: David Daney > >> > >> The Cavium ThunderX SoC needs a PCI quirk for its on-chip bridges. > >> Since it is arm64, create

Re: [PATCH v3 4/6] PCI: generic: Correct, and avoid overflow, in bus_max calculation.

2015-09-23 Thread Arnd Bergmann
On Wednesday 23 September 2015 08:50:45 David Daney wrote: > On 09/23/2015 01:01 AM, Arnd Bergmann wrote: > > On Tuesday 22 September 2015 16:49:15 David Daney wrote: > >> From: David Daney > >> diff --git a/Documentation/devicetree/bindings/pci/host-generic-pci.txt > >>

Re: [PATCH v2 4/5] PCI: generic: Correct, and avoid overflow, in bus_max calculation.

2015-09-23 Thread Will Deacon
On Wed, Sep 23, 2015 at 08:27:41PM +0100, Arnd Bergmann wrote: > On Wednesday 23 September 2015 11:21:56 David Daney wrote: > > >> > > >> /* Limit the bus-range to fit within reg */ > > >> -bus_max = pci->cfg.bus_range->start + > > >> - (resource_size(>cfg.res) >>

Re: [PATCH 2/3] mmc: debugfs: implement ios show for SDR12 and SDR25

2015-09-23 Thread Ulf Hansson
On 22 September 2015 at 03:19, Shawn Lin wrote: > This patch add MMC_TIMING_UHS_SDR12 and MMC_TIMING_UHS_SDR25 > for mmc_ios_show to show the ios->timing if mmc card runs under > these two mode. > > Signed-off-by: Shawn Lin > --- > > drivers/mmc/core/debugfs.c | 6 ++ > 1 file changed, 6

Re: [PATCH v2 4/5] PCI: generic: Correct, and avoid overflow, in bus_max calculation.

2015-09-23 Thread Will Deacon
On Wed, Sep 23, 2015 at 07:21:56PM +0100, David Daney wrote: > On 09/23/2015 11:01 AM, Will Deacon wrote: > > On Thu, Sep 17, 2015 at 11:02:11PM +0100, David Daney wrote: > [...] > > > >> Properties of the /chosen node: > >> diff --git a/drivers/pci/host/pci-host-generic.c > >>

Re: [PATCH v2 4/5] PCI: generic: Correct, and avoid overflow, in bus_max calculation.

2015-09-23 Thread Arnd Bergmann
On Wednesday 23 September 2015 11:21:56 David Daney wrote: > >> > >> /* Limit the bus-range to fit within reg */ > >> -bus_max = pci->cfg.bus_range->start + > >> - (resource_size(>cfg.res) >> pci->cfg.ops.bus_shift) - > >> 1; > >> +bus_max = (resource_size(>cfg.res) >>

[PATCH] Staging: rtl8712: rtl871x_ioctl.h: Coding style warning fix for block comment

2015-09-23 Thread Punit Vara
This patch is to the rtl871x_ioctl.h that fixes up following warning reported by checkpatch.pl : -Block comments use a trailing */ on a separate line Signed-off-by: Punit Vara --- drivers/staging/rtl8712/rtl871x_ioctl.h | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

Re: [PATCH v2 3/3] irqchip/gicv3-its: Handle OF device tree "msi-map" properties.

2015-09-23 Thread Robin Murphy
On 23/09/15 19:18, Marc Zyngier wrote: On Wed, 23 Sep 2015 18:52:59 +0100 Will Deacon wrote: On Wed, Sep 23, 2015 at 06:08:39PM +0100, David Daney wrote: On 09/23/2015 10:01 AM, Marc Zyngier wrote: On Tue, 22 Sep 2015 17:00:06 -0700 David Daney wrote: From: David Daney Call

[PATCH] Staging: rtl8712: rtl871x_ht.h: Coding style warning fix for block comment

2015-09-23 Thread Punit Vara
This patch is to the rtl871x_ht.h that fixes up following warning reported by checkpatch.pl : -Block comments use a trailing */ on a separate line Signed-off-by: Punit Vara --- drivers/staging/rtl8712/rtl871x_ht.h | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

Re: [RFC v7 26/41] richacl: Apply the file masks to a richacl

2015-09-23 Thread J. Bruce Fields
On Tue, Sep 22, 2015 at 03:11:08PM -0400, bfields wrote: > On Sat, Sep 05, 2015 at 12:27:21PM +0200, Andreas Gruenbacher wrote: > > Put all the pieces of the acl transformation puzzle together for > > computing a richacl which has the file masks "applied" so that the > > standard nfsv4 access

Re: [PATCH] PCI: Relax function 0 VPD test and relocate

2015-09-23 Thread Rustad, Mark D
> On Sep 15, 2015, at 9:24 PM, Alex Williamson > wrote: > > When we quirk a device with PCI_DEV_FLAGS_VPD_REF_F0 we're expecting > to find a device where all the functions are identical. If we don't > find that, we don't make VPD accessible through pci_vpd_ops. That > means that if we quirk

Re: [PATCH 1/3] Documentation: dt: keystone: provide SoC specific compatible flags

2015-09-23 Thread Nishanth Menon
On 09/23/2015 01:05 PM, Murali Karicheri wrote: > On 09/22/2015 12:08 PM, Nishanth Menon wrote: [...] >> diff --git >> a/Documentation/devicetree/bindings/arm/keystone/keystone.txt >> b/Documentation/devicetree/bindings/arm/keystone/keystone.txt >> index 59d7a46f85eb..800d2d02e27b 100644 >> ---

[PATCH] Staging: rtl8712: rtl871x_cmd.h: Coding style warnings fix for block comments

2015-09-23 Thread Punit Vara
This patch is to the rtl871x_cmd.h file that fixes up following warnings reported by checkpatch.pl : -Block comments use * on subsequent lines -Block comments use a trailing */ on a separate line Signed-off-by: Punit Vara --- drivers/staging/rtl8712/rtl871x_cmd.h | 282

[PATCH] Staging: rtl8712: rtl871x_cmd.h: Fix typo error "ture"

2015-09-23 Thread Punit Vara
This patch is to the rtl8712_cmd.h that fixes up typo error in comment for word "true". Signed-off-by: Punit Vara --- drivers/staging/rtl8712/rtl871x_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h

Re: [PATCH] PCI: Fix devfn for VPD access through function 0

2015-09-23 Thread Rustad, Mark D
> On Sep 15, 2015, at 10:17 AM, Alex Williamson > wrote: > > Commit 932c435caba8 ("PCI: Add dev_flags bit to access VPD through > function 0") passes PCI_SLOT(devfn) for the devfn parameter of > pci_get_slot(). Generally this works because we're fairly well > guaranteed that a PCIe device is

[PATCH] clk: qcom: Make oxili GDSC parent of oxili_cx GDSC

2015-09-23 Thread Stephen Boyd
The oxili_cx GDSC is inside the power domain of the oxili GDSC. Add the dependency so that the CX domain can properly power up. Reported-by: Rob Clark Cc: Rajendra Nayak Signed-off-by: Stephen Boyd --- drivers/clk/qcom/mmcc-msm8974.c | 10 +- 1 file changed, 9 insertions(+), 1

RE: [PATCH RFC 06/10] perf,tools: option to set counter read interval

2015-09-23 Thread Liang, Kan
> > kan.li...@intel.com [kan.li...@intel.com] wrote: > | From: Kan Liang > | > | Add a timer to read counter regularly. Option --counter-read-interval > | can be used to set the interval. > | Only read counter statistics at the beginning and the end is not enough. > | Sometimes, we need fine

Re: AMD-IOMMU and problem with __init(data)?

2015-09-23 Thread Alexander Holler
Am 23.09.2015 um 17:50 schrieb Alexander Holler: Am 23.09.2015 um 13:43 schrieb Joerg Roedel: If it's necessary, I could try put together a small patch which kills a system (reproducible here). That would help too, please also send me your .config and I'll try to reproduce the issue here.

Re: [PATCH 2/2] ext4: implement cgroup writeback support

2015-09-23 Thread Tejun Heo
Hello, Artem. On Wed, Sep 23, 2015 at 08:41:25PM +0300, Artem Bityutskiy wrote: > $ sync > $ reboot > > is exactly the sequence. Can you please test with 4.3-rc2 and see whether the issue is reproducible? The multi-wb wait logic rewrite was merged during rc1 and I'm wondering whether this is a

Re: [PATCH] net/ibm/emac: bump version numbers for correct work with ethtool

2015-09-23 Thread Ben Hutchings
On Wed, 2015-09-23 at 11:05 -0700, David Miller wrote: > From: Ivan Mikhaylov > Date: Wed, 23 Sep 2015 14:42:22 +0400 > > > Register dump out work preventing with > > old ethtool + new driver and new ethtool + old driver. > > First of all you didn't provide a proper Signoff. > > Second of

Re: [PATCH RFC 06/10] perf,tools: option to set counter read interval

2015-09-23 Thread Sukadev Bhattiprolu
kan.li...@intel.com [kan.li...@intel.com] wrote: | From: Kan Liang | | Add a timer to read counter regularly. Option --counter-read-interval | can be used to set the interval. | Only read counter statistics at the beginning and the end is not enough. | Sometimes, we need fine granularity to do

[PATCH V5 1/2] arm64: Change memcpy in kernel to use the copy template file

2015-09-23 Thread Feng Kan
This converts the memcpy.S to use the copy template file. The copy template file was based originally on the memcpy.S Signed-off-by: Feng Kan Signed-off-by: Balamurugan Shanmugam --- arch/arm64/lib/copy_template.S | 195 + arch/arm64/lib/memcpy.S

[PATCH V5 2/2] arm64: copy_to-from-in_user optimization using copy template

2015-09-23 Thread Feng Kan
This patch optimize copy_to-from-in_user for arm 64bit architecture. The copy template is used as template file for all the copy*.S files. Minor change was made to it to accommodate the copy to/from/in user files. Signed-off-by: Feng Kan Signed-off-by: Balamurugan Shanmugam ---

[PATCH V5 0/2] copy to/in/from user optimization

2015-09-23 Thread Feng Kan
This coverts all copy in/from/to user file to use the copy template file. The copy template file is based on the memcpy.S. The first patch converts the memcpy to use the copy template as well. Overnight trinity test and 10G iperf was used to test correctness and performance. Noticeable iperf

Re: ext4: performance regression introduced by the cgroup writeback support

2015-09-23 Thread Tejun Heo
On Wed, Sep 23, 2015 at 12:13:59PM -0400, Chris Mason wrote: > > The issue is: under high CPU and disk I/O pressure, *some* processes can > > suffer from a very slow write speed (e.g., <1MB/s or even only 20KB/s), > > while the normal write speed should be at least dozens of MB/s. So, I think I

Re: [PATCH 2/2] ext4: implement cgroup writeback support

2015-09-23 Thread Tejun Heo
On Wed, Sep 23, 2015 at 02:09:34PM -0400, Tejun Heo wrote: > Hello, Artem. > > On Wed, Sep 23, 2015 at 03:49:12PM +0300, Artem Bityutskiy wrote: > > I use Fedora 22 with all the latest package updates, and I only change > > the kernel there. > > What's your cgroup setup like? Are you trying out

Re: [PATCH v2 3/3] mfd: tps65912: Rewrite driver adding DT support and using regmap

2015-09-23 Thread Andrew F. Davis
On 09/23/2015 12:53 PM, Mark Brown wrote: On Wed, Sep 23, 2015 at 11:07:39AM -0500, Andrew F. Davis wrote: drivers/gpio/Kconfig | 6 + drivers/gpio/Makefile | 1 + drivers/gpio/gpio-tps65912.c | 138 drivers/mfd/Kconfig

Re: [PATCH] arm64/pci: Add quirks for Cavium Thunder PCI bridges.

2015-09-23 Thread David Daney
On 09/23/2015 11:40 AM, Will Deacon wrote: On Wed, Sep 23, 2015 at 01:09:56AM +0100, David Daney wrote: From: David Daney The Cavium ThunderX SoC needs a PCI quirk for its on-chip bridges. Since it is arm64, create a new quirks.c file there to contain arm64 related quirks. Add the ThunderX

[PATCH v2] Fix AF_PACKET ABI breakage in 4.2

2015-09-23 Thread David Woodhouse
Commit 7d82410950aa ("virtio: add explicit big-endian support to memory accessors") accidentally changed the virtio_net header used by AF_PACKET with PACKET_VNET_HDR from host-endian to big-endian. Since virtio_legacy_is_little_endian() is a very long identifier, define a VIO_LE macro and use

[PATCH] Staging: rtl8712: rtl871x_cmd.c: Coding style warnings fix for block comments

2015-09-23 Thread Punit Vara
This patch is to the rtl871x_cmd.c that fixes up following warnings reported by checkpatch.pl : -Block comments use a trailing */ on a separate line -Block comments use * on subsequent lines Signed-off-by: Punit Vara --- drivers/staging/rtl8712/rtl871x_cmd.c | 38

Re: [PATCH v5 0/6] Add support for additional bq27xxx devices

2015-09-23 Thread Andrew F. Davis
On 09/23/2015 11:42 AM, Sebastian Reichel wrote: Hi Andrew, On Tue, Sep 22, 2015 at 02:35:05PM -0500, Andrew F. Davis wrote: This series adds support for several additional bq27xxx devices and makes a few related fixes. Thanks, I queued all remaining patches. I wonder if this driver should

Re: [linux-sunxi][alsa-devel][PATCH 0/3]Add SPDIF support for Allwinner SoCs

2015-09-23 Thread Code Kipper
Hi All, I'm getting a "fatal: 'send-email'" response with the last patch(even though the dry run of the patch series worked) and I've not been able to work around it. I'll post it as soon as I can work out what the issue is, BR, CK On 23 September 2015 at 20:04, wrote: > From: Marcus Cooper >

Re: [PATCH] arm64/pci: Add quirks for Cavium Thunder PCI bridges.

2015-09-23 Thread Will Deacon
On Wed, Sep 23, 2015 at 01:09:56AM +0100, David Daney wrote: > From: David Daney > > The Cavium ThunderX SoC needs a PCI quirk for its on-chip bridges. > Since it is arm64, create a new quirks.c file there to contain arm64 > related quirks. Add the ThunderX bridge quirk, gated by a new config >

[PATCH] staging: comedi: comedi_pci.c: improve function documentation

2015-09-23 Thread Ian Abbott
Expand the descriptions of the functions and document the return values. Signed-off-by: Ian Abbott --- drivers/staging/comedi/comedi_pci.c | 108 ++-- 1 file changed, 80 insertions(+), 28 deletions(-) diff --git a/drivers/staging/comedi/comedi_pci.c

Re: [PATCH 2/3] thermal: Add Mediatek thermal controller support

2015-09-23 Thread Vladimir Zapolskiy
Hi Sascha, On 23.09.2015 16:37, Sascha Hauer wrote: > This adds support for the Mediatek thermal controller found on MT8173 > and likely other SoCs. > The controller is a bit special. It does not have its own ADC, instead > it controls the on-SoC AUXADC via AHB bus accesses. For this reason > we

Re: [PATCH] Add FS_CLOSE_READ and FS_CLOSE_NOREAD flag to fsnotify

2015-09-23 Thread Patrick Puzik
1)They should be additionly sent. But at this point in time, there is no possibility to get directly notified if a readable writable was closed. Using these flags in combination with the existing ones is a way to handle this lack of functionality. 2) I currently don't have an application that

Re: [PATCH] linux-firmware: Add qmss accumulator pdsp firmware for keystone SoCs

2015-09-23 Thread Murali Karicheri
On 09/21/2015 08:03 PM, Kyle McMartin wrote: On Mon, Sep 21, 2015 at 11:07:20AM -0400, Murali Karicheri wrote: On 09/19/2015 08:53 AM, Kyle McMartin wrote: On Fri, Sep 18, 2015 at 11:43:02AM -0400, Murali Karicheri wrote:> >>+ Dear firmware maintainer, Could you please review this patch and

Re: [PATCH 2/2] ext4: implement cgroup writeback support

2015-09-23 Thread Theodore Ts'o
Artem, Can you (or someone on the cgroups list, perhaps) give more details about how Fedora 22 sets up groups? Unfortunately apparently no one has gotten an official Fedora image for Google Compute Engine so it's a bit of a pain for me to reproduce the problem. (I suppose I could use AWS, but

[PATCH] Staging: rtl8712: rtl8712_xmit.c: Coding style warnings fix for block comments

2015-09-23 Thread Punit Vara
This patch is the rtl8712_xmit.c that fixes up following warnings reported by checkpatch.pl : -Block comments use a trailing */ on a separate line Signed-off-by: Punit Vara --- drivers/staging/rtl8712/rtl8712_xmit.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-)

Re: [PATCH v2 4/5] PCI: generic: Correct, and avoid overflow, in bus_max calculation.

2015-09-23 Thread David Daney
On 09/23/2015 11:01 AM, Will Deacon wrote: On Thu, Sep 17, 2015 at 11:02:11PM +0100, David Daney wrote: [...] Properties of the /chosen node: diff --git a/drivers/pci/host/pci-host-generic.c b/drivers/pci/host/pci-host-generic.c index 77cf4bd..0a9c453 100644 ---

Re: [PATCH 1/3] Documentation: dt: keystone: provide SoC specific compatible flags

2015-09-23 Thread santosh shilimkar
Nishant, On 9/22/2015 9:08 AM, Nishanth Menon wrote: Keystone2 devices are used on more platforms than just Texas Instruments reference evaluation platforms called EVMs. Providing a generic compatible "ti,keystone" is not sufficient to differentiate various SoC definitions possible on various

[PATCH 1/1] net: Remove unneeded return from void function

2015-09-23 Thread guillaume1 . gomez
From: Guillaume Gomez Signed-off-by: Guillaume Gomez --- include/linux/netdevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 88a0069..4a444a1 100644 --- a/include/linux/netdevice.h +++

Re: [PATCH v2 3/3] irqchip/gicv3-its: Handle OF device tree "msi-map" properties.

2015-09-23 Thread Marc Zyngier
On Wed, 23 Sep 2015 18:52:59 +0100 Will Deacon wrote: > On Wed, Sep 23, 2015 at 06:08:39PM +0100, David Daney wrote: > > On 09/23/2015 10:01 AM, Marc Zyngier wrote: > > > On Tue, 22 Sep 2015 17:00:06 -0700 > > > David Daney wrote: > > > > > >> From: David Daney > > >> > > >> Call

Re: [PATCH v4] add stealth mode

2015-09-23 Thread David Miller
From: Eric Dumazet Date: Wed, 23 Sep 2015 10:29:52 -0700 > Yes, but this adds code in many places, even for people not caring of > such protection. > > The point is : people wanting firewall like protections should instead > use netfilter framework. +1 -- To unsubscribe from this list: send

Re: [PATCH v4] add stealth mode

2015-09-23 Thread David Miller
From: Matteo Croce Date: Wed, 23 Sep 2015 18:32:12 +0200 > Add option to disable any reply not related to a listening socket, > like RST/ACK for TCP and ICMP Port-Unreachable for UDP. > Also disables ICMP replies to echo request and timestamp. > The stealth mode can be enabled selectively for a

Re: [PATCH v4] add stealth mode

2015-09-23 Thread David Miller
From: Matteo Croce Date: Wed, 23 Sep 2015 18:36:12 +0200 > The point is to do the filtering without *tables at all, > like /proc/sys/net/ipv4/icmp_echo_ignore_all does for pings That's not a good argument, sorry. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [Patch v2 02/10] soc: qcom: smd-rpm: Add existing platform support

2015-09-23 Thread Andy Gross
On Wed, Sep 23, 2015 at 10:18:40AM -0700, Bjorn Andersson wrote: > On Wed 23 Sep 09:53 PDT 2015, Andy Gross wrote: > > > This patch adds support for all current Qualcomm platforms which utilize > > RPM over SMD. This includes both MSM8916 and APQ8084. > > > > Signed-off-by: Andy Gross > > ---

Re: [Patch v2 06/10] regulators: qcom-smd: Add PM8916 support

2015-09-23 Thread Andy Gross
On Wed, Sep 23, 2015 at 10:23:58AM -0700, Bjorn Andersson wrote: > On Wed 23 Sep 09:53 PDT 2015, Andy Gross wrote: > > > This patch adds support and documentation for the PM8916 regulators > > found on MSM8916 platforms. > > > > Signed-off-by: Andy Gross > > --- > >

[PATCH] Staging: rtl8712: rtl8712_syscfg_bitdef.h: Coding style warnings fix for block comments

2015-09-23 Thread Punit Vara
This patch is to the rtl8712_syscfg_bitdef.h file that fixes up following warning reported by checkpatch.pl : -Block comments use a trailing */ on a separate line Signed-off-by: Punit Vara --- drivers/staging/rtl8712/rtl8712_syscfg_bitdef.h | 54 - 1 file changed, 36

Re: [PATCH] Fix AF_PACKET ABI breakage in 4.2

2015-09-23 Thread David Miller
From: David Woodhouse Date: Wed, 23 Sep 2015 15:44:30 +0100 > +#define VIO_LE virtio_legacy_is_little_endian() When you define a shorthand macro, the defines to a function call, make the macro have parenthesis too. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH 2/2] ext4: implement cgroup writeback support

2015-09-23 Thread Tejun Heo
Hello, Artem. On Wed, Sep 23, 2015 at 03:49:12PM +0300, Artem Bityutskiy wrote: > I use Fedora 22 with all the latest package updates, and I only change > the kernel there. What's your cgroup setup like? Are you trying out the unified hierarchy? Given that you didn't mention that, I'm guessing

Re: [PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()

2015-09-23 Thread Tony Lindgren
* Kevin Hilman [150923 11:03]: > Jisheng Zhang writes: > > > The cpuidle tracepoints are called within a rcu_idle_exit() section, and > > must be denoted with the _rcuidle() version of the tracepoint. > > > > Signed-off-by: Jisheng Zhang > > Acked-by: Kevin Hilman Hmm is this needed as a

Re: linux-next: Tree for Sep 23 (netfilter)

2015-09-23 Thread Randy Dunlap
On 09/22/15 21:23, Stephen Rothwell wrote: > Hi all, > > Changes since 20150922: > on x86_64: net/built-in.o: In function `nf_dup_ipv4': (.text+0xed24d): undefined reference to `nf_conntrack_untracked' net/built-in.o: In function `nf_dup_ipv4': (.text+0xed267): undefined reference to

Re: [PATCH 1/3] Documentation: dt: keystone: provide SoC specific compatible flags

2015-09-23 Thread Murali Karicheri
On 09/22/2015 12:08 PM, Nishanth Menon wrote: Keystone2 devices are used on more platforms than just Texas Instruments reference evaluation platforms called EVMs. Providing a generic compatible "ti,keystone" is not sufficient to differentiate various SoC definitions possible on various

Re: [PATCH 05/15] RDS: increase size of hash-table to 8K

2015-09-23 Thread santosh shilimkar
Hi Dave, On 9/21/2015 4:55 PM, santosh shilimkar wrote: On 9/21/2015 4:05 PM, David Miller wrote: From: Santosh Shilimkar Date: Sat, 19 Sep 2015 19:04:42 -0400 Even with per bucket locking scheme, in a massive parallel system with active rds sockets which could be in excess of multiple of

[linux-sunxi][alsa-devel][PATCH 0/3]Add SPDIF support for Allwinner SoCs

2015-09-23 Thread codekipper
From: Marcus Cooper This patch set adds support for the Allwinner SPDIF transceiver as present on the A10, A20 and A31 SoC boards. For now just the SPDIF transmitter has been tested on a Mele A2000. In order for this patch set to be functional we require audio clock patches which will be

Re: [PATCH v3 0/1] USB DWC2 parity fix in isochronous mode

2015-09-23 Thread John Youn
On 9/23/2015 8:39 AM, Scott Branden wrote: > On 15-09-23 01:18 AM, John Youn wrote: >> On 9/23/2015 1:11 AM, John Youn wrote: >>> On 9/23/2015 12:36 AM, Scott Branden wrote: Hi John, Could you please review the v3 Patch. I believe we have address all of your comments? >>>

Re: [lkp] [net] 192132b9a0: -17.5% netperf.Throughput_tps

2015-09-23 Thread David Ahern
On 9/20/15 7:33 PM, Huang Ying wrote: Also, this is the end patch of a series that first refactors and then adds a capability. The more relevant comparison is 8f58336d3f78 to 192132b9a034 (8f58336d3f78 is the commit before the series). Is it possible to get this test run on your system comparing

[linux-sunxi][alsa-devel][PATCH 2/3] dt-binding: Add sunxi SPDIF machine driver

2015-09-23 Thread codekipper
From: Marcus Cooper Add device tree bindings for the SPDIF machine driver for Allwinner SoC devices. Signed-off-by: Marcus Cooper --- .../bindings/sound/sunxi-audio-spdif.txt | 36 ++ 1 file changed, 36 insertions(+) create mode 100644

Re: [PATCH] net/ibm/emac: bump version numbers for correct work with ethtool

2015-09-23 Thread David Miller
From: Ivan Mikhaylov Date: Wed, 23 Sep 2015 14:42:22 +0400 > Register dump out work preventing with > old ethtool + new driver and new ethtool + old driver. First of all you didn't provide a proper Signoff. Second of all, there was so much discussion about whether this does or does not break

[linux-sunxi][alsa-devel][PATCH 1/3] dt-bindings: add sunxi SPDIF transceiver bindings

2015-09-23 Thread codekipper
From: Marcus Cooper Add devicetree bindings for the SPDIF transceiver found on found on Allwinners A10, A20 and A31 SoCs. Signed-off-by: Marcus Cooper --- .../devicetree/bindings/sound/sunxi,spdif.txt | 49 ++ 1 file changed, 49 insertions(+) create mode 100644

Re: [PATCH] net: Remove unneeded return from void function

2015-09-23 Thread David Miller
From: Guillaume Gomez Date: Wed, 23 Sep 2015 12:31:27 +0200 > Signed-off-by: Guillaume Gomez Your patch is corrupted by your email client, in particular it turns TAB characters into sequences of SPACEs. Please fix this up, test email the patch to yourself, and only resubmit the patch to the

Re: [PATCH v2 4/5] PCI: generic: Correct, and avoid overflow, in bus_max calculation.

2015-09-23 Thread Will Deacon
On Thu, Sep 17, 2015 at 11:02:11PM +0100, David Daney wrote: > From: David Daney > > There are two problems with the bus_max calculation: > > 1) The u8 data type can overflow for large config space windows. > > 2) The calculation is incorrect for a bus range that doesn't start at >zero. >

Re: [PATCH 0/3] ALSA: hda - Avoid potential deadlock

2015-09-23 Thread Kevin Hilman
> loading to userspace removes the need for the explicit request_module() > calls and works around the recursive locking issue because both drivers > will be bound from separate contexts. Tested-by: Kevin Hilman FWIW, I tested this on top of next-20150923, and it solves the boot pr

Re: [PATCH v6 1/3] regmap: add generic macro to define regmap_irq

2015-09-23 Thread Mark Brown
On Tue, Sep 22, 2015 at 11:04:01PM +0100, Lee Jones wrote: > On Sat, 19 Sep 2015, Mark Brown wrote: > > On Tue, Sep 15, 2015 at 12:39:17AM +0800, Qipeng Zha wrote: > > > Add REGMAP_IRQ_REG macro in regmap.h to define regmap_irq > > > structure easily for other driver module. > > > > Acked-by:

[PATCH] radeonfb: Deinline large functions

2015-09-23 Thread Denys Vlasenko
With this .config: http://busybox.net/~vda/kernel_config, after uninlining these functions have sizes and callsite counts as follows: __OUTPLLP: 61 bytes, 12 callsites __INPLL: 79 bytes, 150 callsites __OUTPLL: 82 bytes, 138 callsites _OUTREGP: 101 bytes, 8 callsites _radeon_msleep: 66

Re: [PATCH v2 2/5] PCI: generic: Only fixup irqs for bus we are creating.

2015-09-23 Thread Will Deacon
On Thu, Sep 17, 2015 at 11:02:09PM +0100, David Daney wrote: > From: David Daney > > If we create multiple buses with pci-host-generic, or there are buses > created by other drivers, we don't want to call pci_fixup_irqs() which > operates on all devices, not just the devices on the bus being

Re: [PATCH tip/core/rcu 3/4] md/bitmap: Fix list_entry_rcu usage

2015-09-23 Thread Patrick Marlier
On 09/22/2015 10:50 PM, Paul E. McKenney wrote: On Sun, Sep 13, 2015 at 09:10:24AM -0700, Paul E. McKenney wrote: On Sun, Sep 13, 2015 at 12:06:33PM +0200, Patrick Marlier wrote: [ . . . ] Paul, This sounds good to me. It should fix the performance issue (will check with my benchmark).

Re: [PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()

2015-09-23 Thread Kevin Hilman
Jisheng Zhang writes: > The cpuidle tracepoints are called within a rcu_idle_exit() section, and > must be denoted with the _rcuidle() version of the tracepoint. > > Signed-off-by: Jisheng Zhang Acked-by: Kevin Hilman -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

randconfig build error with next-20150923, in drivers/staging/rtl8188eu/os_dep/mon.c

2015-09-23 Thread Jim Davis
Building with the attached random configuration file, drivers/built-in.o: In function `mon_recv_decrypted': mon.c:(.text+0x31befb): undefined reference to `ieee80211_hdrlen' -- Jim # # Automatically generated file; DO NOT EDIT. # Linux/x86 4.3.0-rc2 Kernel Configuration # CONFIG_64BIT=y

Re: [PATCH 2/2] ext4: implement cgroup writeback support

2015-09-23 Thread Tejun Heo
Hello, Ted. On Wed, Sep 23, 2015 at 01:02:38PM -0400, Theodore Ts'o wrote: > Also note this performance regression reported by Dexuan Cui > > https://lkml.org/lkml/2015/9/23/333 > > I didn't notice these problems since I my userspace doesn't enable the > writeback cgroup. (In fact I

[PATCH v6.1 1/1] Input: Add userio module

2015-09-23 Thread cpaul
From: Stephen Chandler Paul Debugging input devices, specifically laptop touchpads, can be tricky without having the physical device handy. Here we try to remedy that with userio. This module allows an application to connect to a character device provided by the kernel, and emulate any serio

Re: [PATCH v4 2/5] soc: sunxi: Add driver for Allwinner Reduced Serial Bus

2015-09-23 Thread Mark Brown
On Thu, Sep 24, 2015 at 12:05:18AM +0800, Chen-Yu Tsai wrote: > +static int sunxi_rsb_device_probe(struct device *dev) > +{ > + const struct sunxi_rsb_driver *drv = to_sunxi_rsb_driver(dev->driver); > + struct sunxi_rsb_device *rdev = to_sunxi_rsb_device(dev); > + int ret; > + > +

Re: [PATCH 2/2] ext4: implement cgroup writeback support

2015-09-23 Thread Chris Mason
On Wed, Sep 23, 2015 at 08:41:25PM +0300, Artem Bityutskiy wrote: >Hi > >$ sync >$ reboot If this is case, it should be possible to reproduce with: cp a bunch of stuff to /ext4 unmount /ext4 mount ext4 compare data If you're not getting a clean unmount of the test FS during the

Re: [PATCH v2 3/3] mfd: tps65912: Rewrite driver adding DT support and using regmap

2015-09-23 Thread Mark Brown
On Wed, Sep 23, 2015 at 11:07:39AM -0500, Andrew F. Davis wrote: > drivers/gpio/Kconfig | 6 + > drivers/gpio/Makefile | 1 + > drivers/gpio/gpio-tps65912.c | 138 > drivers/mfd/Kconfig| 24 ++ >

[PATCH] Staging: rtl8712: rtl8712_spec.h: Coding Style warning fix for block comment

2015-09-23 Thread Punit Vara
This patch is to the rtl8712_spec.h file that fixes up following warning reported by checkpatch.pl : -Block comments use a trailing */ on a separate line Signed-off-by: Punit Vara --- drivers/staging/rtl8712/rtl8712_spec.h | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff

Re: [PATCH v2 3/3] irqchip/gicv3-its: Handle OF device tree "msi-map" properties.

2015-09-23 Thread Will Deacon
On Wed, Sep 23, 2015 at 06:08:39PM +0100, David Daney wrote: > On 09/23/2015 10:01 AM, Marc Zyngier wrote: > > On Tue, 22 Sep 2015 17:00:06 -0700 > > David Daney wrote: > > > >> From: David Daney > >> > >> Call of_msi_map_rid() to handle mapping of the requester id. > >> > >> Signed-off-by:

Re: [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment

2015-09-23 Thread punit vara
On Wed, Sep 23, 2015 at 10:25 PM, punit vara wrote: > Thank you very much sir I will definitely follow that. I have seen so > many people fixing patches over here. Now I know process of submitting > patches.I am able to fix several patches created by checkpatch.pl . > But can you suggest me any

[PATCH v6 1/1] Input: Add userio module

2015-09-23 Thread cpaul
From: Stephen Chandler Paul Debugging input devices, specifically laptop touchpads, can be tricky without having the physical device handy. Here we try to remedy that with userio. This module allows an application to connect to a character device provided by the kernel, and emulate any serio

Re: [PATCH 0/3] drivers/misc/sgi-gru: unapplied patches and a new one

2015-09-23 Thread Dimitri Sivanich
Sudip, I can take a look at the Jack Steiner patches. Was there anything in the set of 3 patches that you sent that still needs a review? On Mon, Sep 21, 2015 at 03:48:16PM +0530, Sudip Mukherjee wrote: > Hi Dimitri, > I have taken these patches which were having ACK from you. Apart from >

[PATCH 4/7] net: netcp: add error check to netcp_allocate_rx_buf()

2015-09-23 Thread Murali Karicheri
Currently, if netcp_allocate_rx_buf() fails due no descriptors in the rx free descriptor queue, inside the netcp_rxpool_refill() function the iterative loop to fill buffers doesn't terminate right away. So modify the netcp_allocate_rx_buf() to return an error code and use it break the loop when

RE: randconfig build error with next-20150923, in drivers/staging/unisys/visorhid

2015-09-23 Thread Sell, Timothy C
config build error with next-20150923, in > drivers/staging/unisys/visorhid > > Building with the attached random configuration file, > > ERROR: "input_free_device" > [drivers/staging/unisys/visorhid/visorhid.ko] undefined! > ERROR: "input_set_capability" > [d

[PATCH 1/7] net: netcp: ethss: fix error in calling sgmii api with incorrect offset

2015-09-23 Thread Murali Karicheri
From: WingMan Kwok On K2HK, sgmii module registers of slave 0 and 1 are mem mapped to one contiguous block, while those of slave 2 and 3 are mapped to another contiguous block. However, on K2E and K2L, sgmii module registers of all slaves are mem mapped to one contiguous block. SGMII APIs

[PATCH 5/7] net: netcp: check for interface handle in netcp_module_probe()

2015-09-23 Thread Murali Karicheri
Currently netcp_module_probe() doesn't check the return value of of_parse_phandle() that points to the interface data for the module and then pass the node ptr to the module which is incorrect. Check for return value and free the intf_modpriv if there is error. Signed-off-by: Murali Karicheri

[PATCH 2/7] net: netcp: remove dead code from the driver

2015-09-23 Thread Murali Karicheri
netcp_core is the first driver that will get initialized and the modules (ethss, pa etc) will then get initialized. So the code at the end of netcp_probe() that iterate over the modules is a dead code as the module list will be always be empty. So remove this code. Signed-off-by: Murali Karicheri

[PATCH 3/7] net: netcp: move netcp_register_interface() to after attach module

2015-09-23 Thread Murali Karicheri
The netcp interface is not fully initialized before attach the module to the interface. For example, the tx pipe/rx pipe is initialized in ethss module as part of attach(). So until this is complete, the interface can't be registered. So move registration of interface to net device outside the

[PATCH 6/7] net: netcp: allocate buffers to desc before re-enable interrupt

2015-09-23 Thread Murali Karicheri
Currently netcp_rxpool_refill() that refill descriptors and attached buffers to fdq while interrupt is enabled as part of NAPI poll. Doing it while interrupt is disabled could be beneficial as hardware will not be starved when CPU is busy with processing interrupt. Signed-off-by: Murali Karicheri

[PATCH 0/7] net: netcp: a set of bug fixes

2015-09-23 Thread Murali Karicheri
This patch series fixes a set of issues in netcp driver seen during internal testing of the driver. While at it, do some clean up as well. The fixes are tested on K2HK, K2L and K2E EVMs and the boot up logs can be seen at http://pastebin.ubuntu.com/12533100/ Murali Karicheri (6): net: netcp:

[PATCH 7/7] net: netcp: fix deadlock reported by lockup detector

2015-09-23 Thread Murali Karicheri
A deadlock trace is seen in netcp driver with lockup detector enabled. The trace log is provided below for reference. This patch fixes the bug by removing the usage of netcp_modules_lock within ndo_ops functions. ndo_{open/close/ioctl)() is already called with rtnl_lock held. So there is no need

randconfig build error with next-20150923, in drivers/staging/unisys/visorhid

2015-09-23 Thread Jim Davis
Building with the attached random configuration file, ERROR: "input_free_device" [drivers/staging/unisys/visorhid/visorhid.ko] undefined! ERROR: "input_set_capability" [drivers/staging/unisys/visorhid/visorhid.ko] undefined! ERROR: "input_set_abs_params"

Re: [PATCH v4] add stealth mode

2015-09-23 Thread Eric Dumazet
On Wed, 2015-09-23 at 18:36 +0200, Matteo Croce wrote: > 2015-09-16 13:06 GMT+02:00 Florian Westphal : > > > > Matteo Croce wrote: > > > Add option to disable any reply not related to a listening socket, > > > like RST/ACK for TCP and ICMP Port-Unreachable for UDP. > > > Also disables ICMP

Re: [PATCH 2/2] ext4: implement cgroup writeback support

2015-09-23 Thread Chris Mason
On Wed, Sep 23, 2015 at 03:49:12PM +0300, Artem Bityutskiy wrote: > On Tue, 2015-07-21 at 23:56 -0400, Theodore Ts'o wrote: > > > v2: Updated for MS_CGROUPWB -> SB_I_CGROUPWB. > > > > > > Signed-off-by: Tejun Heo > > > Cc: "Theodore Ts'o" > > > Cc: Andreas Dilger > > > Cc:

<    1   2   3   4   5   6   7   8   9   10   >