Re: [RFC v7 22/41] richacl: Propagate everyone@ permissions to other aces

2015-09-18 Thread J. Bruce Fields
On Sat, Sep 05, 2015 at 12:27:17PM +0200, Andreas Gruenbacher wrote: > The trailing everyone@ allow ace can grant permissions to all file > classes including the owner and group class. Before we can apply the > other mask to this entry to turn it into an "other class" entry, we need > to ensure th

Re: [PATCH 1/1] toshiba_acpi: Add 0x prefix to available_kbd_modes_show funtion

2015-09-18 Thread Darren Hart
On Wed, Sep 09, 2015 at 11:30:09AM -0600, Azael Avalos wrote: > This patch adds the 0x prefix to the values printed by such function, the > values are already being printed in hex, but without the prefix, causing > confussion, even though the file under Documentation/ABI clearly states > that hey a

Re: [PATCH v2 3/9] ARM: dts: Remove unused PCI I/O resource in Cygnus

2015-09-18 Thread Ray Jui
On 9/18/2015 2:28 PM, Arnd Bergmann wrote: > On Friday 18 September 2015 14:24:08 Ray Jui wrote: >> Remove unused PCI I/O resource in bcm-cygnus.dtsi >> >> Signed-off-by: Ray Jui >> Reviewed-by: Scott Branden >> > > Why? How do you know that nobody ever plugs in a card with I/O ports? > >

Re: [PATCH] Added multiplier for APERF and MPERF counters

2015-09-18 Thread Rafael J. Wysocki
On Friday, September 18, 2015 07:08:47 AM Anaczkowski, Lukasz wrote: > From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] > Sent: Thursday, September 17, 2015 7:05 PM > > > Please *always* send PM-related patches to linux...@vger.kernel.org (CCed > > now). > > Ok, thanks for noticing. > I've a

Re: [PATCH 1/1] toshiba_acpi: Remove unneeded u32 variables from *setup_keyboard

2015-09-18 Thread Darren Hart
On Wed, Sep 09, 2015 at 11:30:08AM -0600, Azael Avalos wrote: > The function toshiba_acpi_setup_keyboard currently has two u32 variables > used to store the Hotkey Event Type and the result of the HCI_SYSTEM_EVENT > query. > > This patch removes those two variables, as we already have a global > v

Re: [PATCH v2 1/9] ARM: dts: consolidate aliases for Cygnus dt files

2015-09-18 Thread Ray Jui
On 9/18/2015 2:27 PM, Arnd Bergmann wrote: > On Friday 18 September 2015 14:24:06 Ray Jui wrote: >> Move aliases into bcm-cygnus.dtsi to avoid duplications in Cygnus dts >> files >> > > We generally recommend keeping them separate: > >> diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi >> b/arch/

Re: [PATCH 2/2] toshiba_acpi: Change default Hotkey enabling value

2015-09-18 Thread Azael Avalos
Hi Darren, 2015-09-18 15:37 GMT-06:00 Darren Hart : > On Wed, Sep 09, 2015 at 11:28:20AM -0600, Azael Avalos wrote: >> The driver currently uses the hotkey enabling value of 0x09 to enable >> hotkey events, but windows uses a different value (0x01). >> >> All Toshiba laptops accept the following "

Re: [PATCH -tip 2/3] sched/wake_q: Relax to acquire semantics

2015-09-18 Thread Paul E. McKenney
On Tue, Sep 15, 2015 at 10:09:41AM -0700, Paul E. McKenney wrote: > On Tue, Sep 15, 2015 at 06:30:28PM +0200, Peter Zijlstra wrote: > > On Tue, Sep 15, 2015 at 08:34:48AM -0700, Paul E. McKenney wrote: > > > On Tue, Sep 15, 2015 at 04:14:39PM +0200, Peter Zijlstra wrote: > > > > On Tue, Sep 15, 201

Re: [PATCH 1/2 v2] airo: fix IW_AUTH_ALG_OPEN_SYSTEM

2015-09-18 Thread Dan Williams
On Fri, 2015-09-18 at 22:06 +0200, Ondrej Zary wrote: > On Friday 18 September 2015 18:54:35 Dan Williams wrote: > > On Tue, 2015-09-15 at 17:18 +0200, Ondrej Zary wrote: > > > IW_AUTH_ALG_OPEN_SYSTEM is ambiguous in set_auth for WEP as > > > wpa_supplicant uses it for both no encryption and WEP op

Re: [PATCHSET cgroup/for-4.3] cgroup,memcg: generalize event handling and enable notifications on "memory.events"

2015-09-18 Thread Tejun Heo
On Tue, Aug 11, 2015 at 01:58:01PM -0400, Tejun Heo wrote: > Hello, > > This patchset establishes conventions on low frequency events, > converts "cgroup.populated" to "cgroup.events" accordingly, > generalizes event handling and enable notifications for > "memory.events". > > This patchset conta

Re: [PATCH 2/2] toshiba_acpi: Change default Hotkey enabling value

2015-09-18 Thread Darren Hart
On Wed, Sep 09, 2015 at 11:28:20AM -0600, Azael Avalos wrote: > The driver currently uses the hotkey enabling value of 0x09 to enable > hotkey events, but windows uses a different value (0x01). > > All Toshiba laptops accept the following "hotkey" parameters: > 0x01 - Enable hotkey and system even

Re: [RFC v7 22/41] richacl: Propagate everyone@ permissions to other aces

2015-09-18 Thread J. Bruce Fields
On Sat, Sep 05, 2015 at 12:27:17PM +0200, Andreas Gruenbacher wrote: > The trailing everyone@ allow ace can grant permissions to all file > classes including the owner and group class. Before we can apply the > other mask to this entry to turn it into an "other class" entry, we need > to ensure th

Re: [PATCH 1/2] toshiba_acpi: Unify hotkey enabling functions

2015-09-18 Thread Darren Hart
On Wed, Sep 09, 2015 at 11:28:19AM -0600, Azael Avalos wrote: > Currently the driver has two functions enabling hotkeys support, > but these two functions can be merged into one. > > This patch merges these two functions, moving some checks to the > *enable_hotkeys function, simplifying code in th

Re: [PATCH v2 5/9] ARM: dts: Move all Cygnus peripherals into soc bus

2015-09-18 Thread Arnd Bergmann
On Friday 18 September 2015 14:24:10 Ray Jui wrote: > + soc { > + compatible = "simple-bus"; > + ranges; > + #address-cells = <1>; > + #size-cells = <1>; > + pinctrl: pinctrl@0301d0c8 { > Similarly to the core bus, this

Re: [PATCH v2 4/9] ARM: dts: Put Cygnus core components under core bus

2015-09-18 Thread Arnd Bergmann
On Friday 18 September 2015 14:24:09 Ray Jui wrote: > > + core { > + compatible = "simple-bus"; > + ranges; > + #address-cells = <1>; > + #size-cells = <1>; > + > + timer@19020200 { > + compatible = "

Re: [PATCH v2 3/9] ARM: dts: Remove unused PCI I/O resource in Cygnus

2015-09-18 Thread Arnd Bergmann
On Friday 18 September 2015 14:24:08 Ray Jui wrote: > Remove unused PCI I/O resource in bcm-cygnus.dtsi > > Signed-off-by: Ray Jui > Reviewed-by: Scott Branden > Why? How do you know that nobody ever plugs in a card with I/O ports? Arnd -- To unsubscribe from this list: send the line

Re: [PATCH v2 1/9] ARM: dts: consolidate aliases for Cygnus dt files

2015-09-18 Thread Arnd Bergmann
On Friday 18 September 2015 14:24:06 Ray Jui wrote: > Move aliases into bcm-cygnus.dtsi to avoid duplications in Cygnus dts > files > We generally recommend keeping them separate: > diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi > b/arch/arm/boot/dts/bcm-cygnus.dtsi > index e1ac07a..30903ba 100

[PATCH v2 6/9] ARM: dts: Reorder Cygnus peripherals

2015-09-18 Thread Ray Jui
Reorder all Cygnus peripherals based on base register addresses in bcm-cygnus.dtsi Signed-off-by: Ray Jui Reviewed-by: Scott Branden --- arch/arm/boot/dts/bcm-cygnus.dtsi | 56 +++ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/arch/arm/boot/

[PATCH v2 1/9] ARM: dts: consolidate aliases for Cygnus dt files

2015-09-18 Thread Ray Jui
Move aliases into bcm-cygnus.dtsi to avoid duplications in Cygnus dts files Signed-off-by: Ray Jui Reviewed-by: Scott Branden --- arch/arm/boot/dts/bcm-cygnus.dtsi | 4 arch/arm/boot/dts/bcm911360_entphn.dts | 4 arch/arm/boot/dts/bcm911360k.dts | 4 arch/arm/boot/dts/

[PATCH v2 3/9] ARM: dts: Remove unused PCI I/O resource in Cygnus

2015-09-18 Thread Ray Jui
Remove unused PCI I/O resource in bcm-cygnus.dtsi Signed-off-by: Ray Jui Reviewed-by: Scott Branden --- arch/arm/boot/dts/bcm-cygnus.dtsi | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi index 30903b

[PATCH v2 4/9] ARM: dts: Put Cygnus core components under core bus

2015-09-18 Thread Ray Jui
Put all Cygnus core components into "core" node of type "simple-bus" in bcm-cygnus.dtsi Signed-off-by: Ray Jui Reviewed-by: Scott Branden --- arch/arm/boot/dts/bcm-cygnus.dtsi | 54 ++- 1 file changed, 30 insertions(+), 24 deletions(-) diff --git a/arch/arm/

[PATCH v2 2/9] ARM: dts: Use label for device nodes in Cygnus dts

2015-09-18 Thread Ray Jui
Use label instead of full path to reference device nodes in Cygnus dts files Signed-off-by: Ray Jui Reviewed-by: Scott Branden --- arch/arm/boot/dts/bcm911360_entphn.dts | 8 +++ arch/arm/boot/dts/bcm911360k.dts | 6 ++--- arch/arm/boot/dts/bcm958300k.dts | 40

Re: [PATCH perf/core ] [BUGFIX] perf probe: Fix a segfault when removing uprobe events

2015-09-18 Thread Paul Clarke
On 09/16/2015 07:52 AM, Masami Hiramatsu wrote: Fix a segfault bug and a small mistake in perf probe -d. Since the "ulist" in perf_del_probe_events is never initialized, strlist__add(ulist, *) always causes a segfault when removing uprobe events by perf probe -d. Also, the "str" local variable

[PATCH v2 5/9] ARM: dts: Move all Cygnus peripherals into soc bus

2015-09-18 Thread Ray Jui
Move all Cygnus peripherals to be under the "soc" bus node of type "simple-bus" Signed-off-by: Ray Jui Reviewed-by: Scott Branden --- arch/arm/boot/dts/bcm-cygnus.dtsi | 275 +++--- 1 file changed, 138 insertions(+), 137 deletions(-) diff --git a/arch/arm/boot/d

Re: [PATCH v2 5/8] lib: introduce sg_nents_len_chained

2015-09-18 Thread Tony Battersby
On 09/18/2015 12:19 PM, Tony Battersby wrote: > But why do drivers even need this at all? Here is a typical usage: > > int qce_mapsg(struct device *dev, struct scatterlist *sg, int nents, > enum dma_data_direction dir, bool chained) > { > int err; > > if (chained) { > whi

[PATCH v2 7/9] ARM: dts: Enable various peripherals on bcm958305k

2015-09-18 Thread Ray Jui
This patch enables various peripherals on Broadcom Cygnus wireless audio board (bcm958305k). These peripherals include I2C, PCIe, and NAND Signed-off-by: Ray Jui Reviewed-by: Scott Branden --- arch/arm/boot/dts/bcm958305k.dts | 32 1 file changed, 32 insertions(

[PATCH v2 8/9] ARM: dts: Enable NAND support on bcm911360_entphn

2015-09-18 Thread Ray Jui
This patch enables NAND support on Broadcom Cygnus form factor board (bcm911360_entphn) Signed-off-by: Ray Jui Reviewed-by: Scott Branden --- arch/arm/boot/dts/bcm911360_entphn.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/bcm911360_entphn.dts b/ar

[PATCH v2 9/9] ARM: dts: enable touchscreen support on Cygnus

2015-09-18 Thread Ray Jui
This patch enables touchscreen support on bcm958300k and bcm958305k. Touchscreen is connected to these boards through the bcm9hmidc daughter card, and therefore also adding bcm9hmidc.dtsi that describes the daughter card Signed-off-by: Ray Jui Reviewed-by: Vikram Prakash Reviewed-by: Scott Brand

[PATCH v2 0/9] Broadcom Cygnus device tree changes

2015-09-18 Thread Ray Jui
This patch series cleans up the Broadcom Cygnus device tree files and makes it more consistent with the rest of Broadcom iProc device tree files. This patch series also enables various peripherals on Cygnus boards. They include: bcm11360_entphn: NAND bcm958300k: touchscreen bcm958305k: I2C, PCIe

[PATCH] PCI/MSI: Fix MSI IRQ domains for SR-IOV

2015-09-18 Thread Alex Williamson
SR-IOV creates a virtual bus where bus->self is NULL. This results in a segfault as VFs are added and we scan for an MSI domain without taking that into account. Detect this and scan up to the parent bus until we find a real bridge. Fixes: 44aa0c657e3e ("PCI/MSI: Add hooks to populate the msi_do

[PATCH 2/2] powerpc: axonram: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- arch/powerpc/sysdev/axonram.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/sysdev/axonram.c b/arch/powerpc

Re: [RESEND PATCH] spi: mediatek: fix wrong error return value on probe

2015-09-18 Thread Matthias Brugger
On Tuesday, September 15, 2015 02:46:45 PM Javier Martinez Canillas wrote: > Commit adcbcfea15d62 ("spi: mediatek: fix spi clock usage error") > added a new sel_clk but introduced bugs in the error paths since > the wrong struct clk pointers are passed to PTR_ERR(). > > Fixes: adcbcfea15d62 ("spi:

[PATCH 1/2] powerpc: platforms: mpc52xx_lpbfifo: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/platforms/52xx/

[PATCH 0/2] powerpc: Fix module autoload for OF platform drivers

2015-09-18 Thread Luis de Bethencourt
Hi, These patches add the missing MODULE_DEVICE_TABLE() for OF to export the information so modules have the correct aliases built-in and autoloading works correctly. A longer explanation by Javier Canillas can be found here: https://lkml.org/lkml/2015/7/30/519 Thanks, Luis Luis de Bethencourt

Re: [PATCH 1/1] PCI: remove an unnecessary if statement

2015-09-18 Thread Bjorn Helgaas
On Thu, Sep 10, 2015 at 06:40:31PM +0800, Zhen Lei wrote: > This patch have no functional change. Successful return count, otherwise > return -ENODEV. > > Signed-off-by: Zhen Lei Applied with changelog below to pci/misc for v4.4, thanks! commit 9222097f0d2f88db602c0340d19d90a1c72b5fec Author: Z

Re: [PATCH 0/2] improve error handling on chipidea/udc.c and f_midi.c

2015-09-18 Thread Felipe Balbi
On Fri, Sep 18, 2015 at 05:56:48PM -0300, Albino B Neto wrote: > 2015-09-18 14:12 GMT-03:00 : > > From: "Felipe F. Tonello" > > Signed-off-by ? this is not a patch -- balbi signature.asc Description: Digital signature

Re: [PATCH 0/2] improve error handling on chipidea/udc.c and f_midi.c

2015-09-18 Thread Albino B Neto
2015-09-18 14:12 GMT-03:00 : > From: "Felipe F. Tonello" Signed-off-by ? Albino -- 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 http://vger.kernel.org/majordomo-info.html Please read the F

Re: [PATCH] perf record: adding dummy event before mapping

2015-09-18 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 18, 2015 at 02:42:04PM -0600, Mathieu Poirier escreveu: > The parameters of function 'perf_evsel__open()' in > 'record_open()' have been changed to use the evsel's cpus and > threads rather than the evlist since: > > commit d988d5ee6478 ("perf evlist: Open event on evsel cpus and threa

Re: tools build: Unused function, incomplete rename

2015-09-18 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 18, 2015 at 04:48:52PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, Sep 18, 2015 at 04:38:42PM -0300, Arnaldo Carvalho de Melo escreveu: > > Em Fri, Sep 18, 2015 at 04:23:34PM -0300, Arnaldo Carvalho de Melo escreveu: > > > While trying to figure out why the bpf feature test is

[PATCH] perf record: adding dummy event before mapping

2015-09-18 Thread Mathieu Poirier
The parameters of function 'perf_evsel__open()' in 'record_open()' have been changed to use the evsel's cpus and threads rather than the evlist since: commit d988d5ee6478 ("perf evlist: Open event on evsel cpus and threads") This works fine for as long as all the events have been added to the evl

Re: [PATCH] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller

2015-09-18 Thread Bjorn Helgaas
Hi Bharat, On Thu, Aug 27, 2015 at 05:14:20PM +0530, Bharat Kumar Gogada wrote: > Adding PCIe Root Port driver for Xilinx PCIe NWL bridge IP. > diff --git a/drivers/pci/host/Makefile b/drivers/pci/host/Makefile > index 140d66f..0f3a789 100644 > --- a/drivers/pci/host/Makefile > +++ b/drivers/pci/

Re: [PATCH] fixup! audit: try harder to send to auditd upon netlink failure

2015-09-18 Thread Paul Moore
On Friday, September 18, 2015 03:52:43 AM Richard Guy Briggs wrote: > A bug was introduced by "audit: try harder to send to auditd upon > netlink failure", caused by incomplete code and a function that expects > a string and does not accept a format plus arguments. Create a > temporary string vari

Re: [RFC][PATCH] Add spurious wakeup quirk for Lynxpoint controllers

2015-09-18 Thread Oliver Neukum
On Fri, 2015-09-18 at 09:56 -0700, Laura Abbott wrote: > Would you rather see a revert of the patch you gave rather than a new > one re-introducing the flag? We need a big fat comment here saying that different tests should different results and the quirk is needed for LynxPoint. That suggests a n

[PATCH RFC 2/7] ASoC: tlv320aic26: Fix module autoload

2015-09-18 Thread Cormier, Jonathan
Add the missing MODULE_DEVICE_TABLE() for OF and SPI to export the information so modules have the correct aliases built-in and autoloading works correctly. A longer explanation by Javier Canillas can be found here: https://lkml.org/lkml/2015/7/30/519 https://lkml.org/lkml/2014/9/11/458 Signed-of

[PATCH RFC 6/7] ASoC: tlv320aic26: Add support for DSP_B data format

2015-09-18 Thread Cormier, Jonathan
Signed-off-by: Cormier, Jonathan --- sound/soc/codecs/tlv320aic26.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/codecs/tlv320aic26.c b/sound/soc/codecs/tlv320aic26.c index c3b0a698ea66..5c5641cd28de 100644 --- a/sound/soc/codecs/tlv320aic26.c +++ b/sound/soc/codecs/tlv320aic26.c

[PATCH RFC 7/7] ASoC: tlv320aic26: Change Capture Mute to Capture Switch to match alsa documentation.

2015-09-18 Thread Cormier, Jonathan
Signed-off-by: Cormier, Jonathan --- sound/soc/codecs/tlv320aic26.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/tlv320aic26.c b/sound/soc/codecs/tlv320aic26.c index 5c5641cd28de..1d60199740f1 100644 --- a/sound/soc/codecs/tlv320aic26.c +++ b/sound/soc/code

[PATCH RFC 3/7] ASoC: tlv320aic26: Make SND_SOC_TLV320AIC26 user-visible

2015-09-18 Thread Cormier, Jonathan
Allow SND_SOC_TLV320AIC26 to be built. Based on commit: http://mailman.alsa-project.org/pipermail/alsa-devel/2008-October/011287.html Signed-off-by: Cormier, Jonathan --- sound/soc/codecs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/Kconfig b/sou

[PATCH RFC 5/7] ASoC: tlv320aic26: hw_params was unintentionally clearing AIC26 master mode

2015-09-18 Thread Cormier, Jonathan
Commit: 5b0959d472c2 "ASoC: tlv320aic26: Use snd_soc_update_bits()" broke setting AIC26_REG_AUDIO_CTRL3 in master mode when fsref happens to be 48000. The master mode bit was getting cleared. Also fix setting AIC26_REG_DAC_GAIN and AIC26_REG_AUDIO_CTRL2 which was broke by same commit. Fixes: 5

[PATCH RFC 4/7] ASoC: tlv320aic26: Fix regmap by setting reg_defaults and reg_stride

2015-09-18 Thread Cormier, Jonathan
tlv320aic26 codec wasn't being setup correctly on bootup due to misconfigured regmap cache. Fixes: b7e9f3973279 "ASoC: tlv320aic26: Convert to direct regmap API usage" Signed-off-by: Cormier, Jonathan --- sound/soc/codecs/tlv320aic26.c | 28 1 file changed, 28 inser

[PATCH RFC 0/7] ASoC: tlv320aic26: Add device tree support and bug fixes

2015-09-18 Thread Cormier, Jonathan
Hi, This is my first patch so I'm including the RFC to help identify if I've missed something. The following patches were created to get the tlv320aic26 working on our AM335x SoM. This patch series relies on commit 93d0ad8f374c "ASoC: tlv320aic26: Convert to params_width()" for proper operati

[PATCH RFC 1/7] ASoC: tlv320aic26: Add device tree binding

2015-09-18 Thread Cormier, Jonathan
Signed-off-by: Cormier, Jonathan --- .../devicetree/bindings/sound/tlv320aic26.txt | 65 ++ sound/soc/codecs/tlv320aic26.c | 10 2 files changed, 75 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/tlv320aic26.txt diff --

Re: [PATCH 1/2 v2] airo: fix IW_AUTH_ALG_OPEN_SYSTEM

2015-09-18 Thread Ondrej Zary
On Friday 18 September 2015 18:54:35 Dan Williams wrote: > On Tue, 2015-09-15 at 17:18 +0200, Ondrej Zary wrote: > > IW_AUTH_ALG_OPEN_SYSTEM is ambiguous in set_auth for WEP as > > wpa_supplicant uses it for both no encryption and WEP open system. > > Cache the last mode set (only of these two) and

Re: [PATCH] ARM: sunxi: Add sun[89]i to MAINTAINERS entry

2015-09-18 Thread Maxime Ripard
On Fri, Sep 18, 2015 at 04:00:46PM +0800, Chen-Yu Tsai wrote: > Newer Allwinner SoCs fall under sun8i or sun9i families. Update > the MAINTAINERS entry to include them. > > Signed-off-by: Chen-Yu Tsai Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android

Re: [PATCH 0/4] ARM: sun8i: Fix A23 and A33 clock gates indices

2015-09-18 Thread Maxime Ripard
On Fri, Sep 11, 2015 at 03:26:33PM +0200, Maxime Ripard wrote: > Hi everyone, > > Here is a patch set that adds the missing clocks for the message box > in the A33 and A23 SoCs. > > In order to support that properly, the addition of a new clock driver > for the A33 has been needed, and we split t

[PATCH v2 4/6] net: gianfar_ptp: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- Corrected the subject line as requested by Richard. https://lkml.org/lkml/2015/9/18/717 Thanks for the review, Luis drivers

Re: [PATCH] net: gianfar_ptp: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
Please ignore this. It has the wrong [PATCH] tag. Apologies, Luis On Fri, Sep 18, 2015 at 09:52:44PM +0200, Luis de Bethencourt wrote: > This platform driver has a OF device ID table but the OF module > alias information is not created so module autoloading won't work. > > Signed-off-by: Luis de

[PATCH] net: gianfar_ptp: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- Corrected the subject line as requested by Richard. https://lkml.org/lkml/2015/9/18/717 Thanks for the review, Luis drivers

Re: tools build: Unused function, incomplete rename

2015-09-18 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 18, 2015 at 04:38:42PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, Sep 18, 2015 at 04:23:34PM -0300, Arnaldo Carvalho de Melo escreveu: > > While trying to figure out why the bpf feature test is always > > triggering the display of the "Auto-detecting system features" I noti

Re: [PATCH 2/3] PCI: Add quirks for devices found on Cavium ThunderX SoCs.

2015-09-18 Thread Arnd Bergmann
On Friday 18 September 2015 10:00:32 David Daney wrote: > On 09/18/2015 12:19 AM, Arnd Bergmann wrote: > > On Thursday 17 September 2015 15:41:33 David Daney wrote: > >> From: David Daney > >> > >> The on-chip devices all have fixed bars. So, fix them up. > >> > >> Signed-off-by: David Daney > >

Re: [PATCH 1/5] usb: common: of_usb_get_maximum_speed to usb_get_maximum_speed

2015-09-18 Thread Felipe Balbi
On Tue, Aug 25, 2015 at 02:04:31PM +0300, Heikki Krogerus wrote: > By using the unified device property interface, the function > can be made available for all platforms and not just the > ones using DT. > > Signed-off-by: Heikki Krogerus this breaks compilation of my current testing/next. --

Re: tools build: Unused function, incomplete rename

2015-09-18 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 18, 2015 at 04:23:34PM -0300, Arnaldo Carvalho de Melo escreveu: > Hi Jiri, Ingo, > > While trying to figure out why the bpf feature test is always > triggering the display of the "Auto-detecting system features" I noticed > this pattern: Another problem, this time in how tools/

Re: [RFC v7 21/41] richacl: Move everyone@ aces down the acl

2015-09-18 Thread J. Bruce Fields
On Sat, Sep 05, 2015 at 12:27:16PM +0200, Andreas Gruenbacher wrote: > The POSIX standard puts processes which are not the owner or a member in > the owning group or which match any ace other then everyone@ on the > other file class. We only know if a process is in the other class after > processi

Re: [PATCH v2 1/4] usb: host: ehci-spear: Fix module autoload for OF platform driver

2015-09-18 Thread Alan Stern
On Fri, 18 Sep 2015, Luis de Bethencourt wrote: > This platform driver has a OF device ID table but the OF module > alias information is not created so module autoloading won't work. > > Signed-off-by: Luis de Bethencourt > --- > drivers/usb/host/ehci-spear.c | 1 + > 1 file changed, 1 insertio

Re: [linux-sunxi] [PATCH 2/4] ARM: dts: sun8i: Add PWM channel 0 pinmux setting for A23/A33

2015-09-18 Thread Maxime Ripard
On Sat, Sep 19, 2015 at 12:18:04AM +0800, Chen-Yu Tsai wrote: > On Fri, Sep 18, 2015 at 11:30 PM, Hans de Goede wrote: > > Hi, > > > > On 09/18/2015 03:35 AM, Chen-Yu Tsai wrote: > >> > >> The PWM controller has 2 outputs, with one usable pin for each. > >> > >> Add a pinmux setting for the first

Re: [PATCH 1/4] ARM: dts: sun8i: Add PWM controller node for A23/A33

2015-09-18 Thread Maxime Ripard
On Fri, Sep 18, 2015 at 03:35:36PM +0800, Chen-Yu Tsai wrote: > A23/A33 have a PWM controller that is compatible to the one on the A20. > Add a device node for it. > > Signed-off-by: Chen-Yu Tsai Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engine

Re: [PATCH 4/6] net: freescale: Fix module autoload for OF platform driver

2015-09-18 Thread Richard Cochran
On Fri, Sep 18, 2015 at 05:55:27PM +0200, Luis de Bethencourt wrote: > This platform driver has a OF device ID table but the OF module > alias information is not created so module autoloading won't work. > > Signed-off-by: Luis de Bethencourt Nit: The subject line should have been: net:

tools build: Unused function, incomplete rename

2015-09-18 Thread Arnaldo Carvalho de Melo
Hi Jiri, Ingo, While trying to figure out why the bpf feature test is always triggering the display of the "Auto-detecting system features" I noticed this pattern: [acme@felicio linux]$ egrep '^define|eval' tools/build/Makefile.feature feature_check = $(eval $(feature_check_code)) defin

Re: [PATCH] mm/oom_kill.c: don't kill TASK_UNINTERRUPTIBLE tasks

2015-09-18 Thread Christoph Lameter
On Fri, 18 Sep 2015, Oleg Nesterov wrote: > And btw. Yes, this is a bit off-topic, but I think another change make > sense too. We should report the fact we are going to kill another task > because the previous victim refuse to die, and print its stack trace. What happens is that the previous vic

Re: [PATCH 0/3] Add __ioread32_copy() and use it

2015-09-18 Thread Andrew Morton
On Wed, 16 Sep 2015 04:55:46 +0200 Andi Kleen wrote: > > Under what circumstances will the compiler (or linker?) do this? > > Compiler. > > > LTO enabled? > > Yes it's for LTO. The optimization allows the compiler to drop unused > functions, which is very popular with users (a lot use it to

[PATCH v2 1/4] usb: host: ehci-spear: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/usb/host/ehci-spear.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/ehci-spear.c b/drivers/usb/

Re: [PATCH] mm/oom_kill.c: don't kill TASK_UNINTERRUPTIBLE tasks

2015-09-18 Thread Oleg Nesterov
On 09/18, Christoph Lameter wrote: > > --- linux.orig/mm/oom_kill.c 2015-09-18 11:58:52.963946782 -0500 > +++ linux/mm/oom_kill.c 2015-09-18 11:59:42.010684778 -0500 > @@ -264,10 +264,9 @@ enum oom_scan_t oom_scan_process_thread( >* This task already has access to memory reserves and

Re: [PATCH 1/4] usb: host: ehci-spear: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
On Fri, Sep 18, 2015 at 02:57:10PM -0400, Alan Stern wrote: > On Fri, 18 Sep 2015, Luis de Bethencourt wrote: > > > This platform driver has a OF device ID table but the OF module > > alias information is not created so module autoloading won't work. > > > > Signed-off-by: Luis de Bethencourt >

Re: First kernel patch (optimization)

2015-09-18 Thread Austin S Hemmelgarn
On 2015-09-18 05:31, Raymond Jennings wrote: On 09/18/15 00:42, Greg KH wrote: On Thu, Sep 17, 2015 at 11:12:51PM -0400, Theodore Ts'o wrote: On Wed, Sep 16, 2015 at 01:26:51PM -0400, Josh Boyer wrote: That isn't true. It helps the submitter understand the workflow and expectations. What you

Re: [PATCH] KVM: x86: trap AMD MSRs for the TSeg base and mask

2015-09-18 Thread Borislav Petkov
On Fri, Sep 18, 2015 at 05:34:24PM +0200, Paolo Bonzini wrote: > These have roughly the same purpose as the SMRR, which we do not need > to implement in KVM. However, Linux accesses MSR_K8_TSEG_ADDR at > boot, which causes problems when running a Xen dom0 under KVM. > Just return 0, meaning that p

Re: [PATCH 3/4] usb: host: ohci-spear: Fix module autoload for OF platform driver

2015-09-18 Thread Alan Stern
On Fri, 18 Sep 2015, Luis de Bethencourt wrote: > Signed-off-by: Luis de Bethencourt > --- -ENODESCRIPTION Alan Stern -- 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 http://vger.kernel.org/

Re: [PATCH 1/4] usb: host: ehci-spear: Fix module autoload for OF platform driver

2015-09-18 Thread Alan Stern
On Fri, 18 Sep 2015, Luis de Bethencourt wrote: > This platform driver has a OF device ID table but the OF module > alias information is not created so module autoloading won't work. > > Signed-off-by: Luis de Bethencourt > --- > drivers/usb/host/ehci-spear.c | 1 + > 1 file changed, 1 insertio

Re: [RFC v7 20/41] richacl: acl editing helper functions

2015-09-18 Thread J. Bruce Fields
On Sat, Sep 05, 2015 at 12:27:15PM +0200, Andreas Gruenbacher wrote: > The file masks in richacls make chmod and creating new files more > efficient than having to apply file permission bits to the acl directly. > They also allow us to regain permissions from an acl even after a > restrictive chmod

Re: [PATCH] nohz: make the idle_entrytime/idle_exittime correct

2015-09-18 Thread Yunhong Jiang
On Thu, Sep 17, 2015 at 11:45:37PM +0200, Thomas Gleixner wrote: > On Wed, 16 Sep 2015, Yunhong Jiang wrote: > > > Currently the idle_entrytime is updated on idle_entry, idle_exit and > > get_cpu_idle/iowait_time_us() with non-NULL parameter. This makes the > > idle_entrytime not the real entrytim

[PATCH] video: fbdev: mb862xx: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- Hello, This patch adds the missing MODULE_DEVICE_TABLE() for OF to export that information so modules have the correct aliase

[PATCH] omapdss: acx565akm: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- Hello, This patch adds the missing MODULE_DEVICE_TABLE() for OF to export that information so modules have the correct aliase

Re: [PATCH] irq_remapping: move structs outside #ifdef

2015-09-18 Thread Thomas Gleixner
On Fri, 18 Sep 2015, Paolo Bonzini wrote: > This is friendlier to clients of the code, who are going to prepare > vcpu_data structs unconditionally, even if CONFIG_IRQ_REMAP is not > defined. > > Signed-off-by: Paolo Bonzini Reviewed-by: Thomas Gleixner > --- > Please ack, I'd like t

Re: [PATCH 00/16] usb: gadget: amd5536udc: fix memory leaks

2015-09-18 Thread Felipe Balbi
On Mon, Sep 14, 2015 at 08:42:47PM +0530, Sudip Mukherjee wrote: > This amd5536udc was a complete mess. The major problems that i could > find are: > > 1) if udc_pci_probe() fails in any stage then it just calls the > udc_pci_remove() to handle error. And udc_pci_remove() works with > struct udc *

Re: [RFC v7 15/41] richacl: Automatic Inheritance

2015-09-18 Thread J. Bruce Fields
On Sat, Sep 05, 2015 at 12:27:10PM +0200, Andreas Gruenbacher wrote: > Automatic Inheritance (AI) allows changes to the acl of a directory to > propagate down to children. > > This is mostly implemented in user space: when a process changes the > permissions of a directory and Automatic Inheritanc

Re: [PATCH 02/26] clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()

2015-09-18 Thread Scott Wood
On Fri, 2015-09-18 at 08:56 -0700, Stephen Boyd wrote: > On 09/17, Scott Wood wrote: > > On Fri, 2015-07-31 at 10:03 -0700, Stephen Boyd wrote: > > > Mostly converted with the following semantic patch: > > > > > > @@ > > > struct clk_hw *E; > > > @@ > > > > > > -__clk_get_num_parents(E->clk) > >

[PATCH] x86/math-emu: Add support for FISTTP insns

2015-09-18 Thread Denys Vlasenko
These FPU instructions were added in SSE3-enabled CPUs. Run-tested by booting with "no387 nofxsr" and running test program: [RUN] Testing fisttp instructions [OK]fisttp Signed-off-by: Denys Vlasenko CC: Ingo Molnar CC: Borislav Petkov CC: "H. Peter Anvin" CC: Andy Lutomirski CC: Kees

[PATCH 3/4] usb: host: ohci-spear: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
Signed-off-by: Luis de Bethencourt --- drivers/usb/host/ohci-spear.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/ohci-spear.c b/drivers/usb/host/ohci-spear.c index 707437c..56478ed 100644 --- a/drivers/usb/host/ohci-spear.c +++ b/drivers/usb/host/ohci-spear.c @@ -161,6 +1

[PATCH 1/4] usb: host: ehci-spear: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/usb/host/ehci-spear.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/ehci-spear.c b/drivers/usb/

[PATCH 2/4] usb: host: fsl-mph-dr-of: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/usb/host/fsl-mph-dr-of.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/fsl-mph-dr-of.c b/driver

[PATCH 4/4] usb: host: uhci-platform: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/usb/host/uhci-platform.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/uhci-platform.c b/driver

[PATCH 0/4] usb: host: Fix module autoload for OF platform drivers

2015-09-18 Thread Luis de Bethencourt
Hi, These patches add the missing MODULE_DEVICE_TABLE() for OF to export the information so modules have the correct aliases built-in and autoloading works correctly. A longer explanation by Javier Canillas can be found here: https://lkml.org/lkml/2015/7/30/519 Thanks, Luis Luis de Bethencourt

Re: [PATCH] gpio: mention in DT binding doc that -gpio is also supported

2015-09-18 Thread Alexandre Courbot
On Sat, Sep 19, 2015 at 2:17 AM, Javier Martinez Canillas wrote: > Hello Alexandre, > > On 09/18/2015 05:44 PM, Alexandre Courbot wrote: >> On Thu, Sep 17, 2015 at 10:33 AM, Javier Martinez Canillas >> wrote: >>> The GPIO DT binding doc mentions that GPIO are mapped by defining >>> a -gpios prope

[PATCH 4/4] tty: serial: sprd: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/tty/serial/sprd_serial.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tty/serial/sprd_serial.c b/driver

[PATCH 3/4] tty: serial: of_serial: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/tty/serial/of_serial.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tty/serial/of_serial.c b/drivers/tt

[PATCH 2/4] tty: serial: cpm_uart: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/tty/serial/cpm_uart/cpm_uart_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tty/serial/cpm_uart/cp

[PATCH 1/4] tty: serial: apbuart: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/tty/serial/apbuart.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tty/serial/apbuart.c b/drivers/tty/se

[PATCH 0/4] tty: serial: Fix module autoload for OF platform drivers

2015-09-18 Thread Luis de Bethencourt
Hi, These patches add the missing MODULE_DEVICE_TABLE() for OF to export the information so modules have the correct aliases built-in and autoloading works correctly. A longer explanation by Javier Canillas can be found here: https://lkml.org/lkml/2015/7/30/519 Thanks, Luis Luis de Bethencourt

Re: [RFC v7 14/41] richacl: Create-time inheritance

2015-09-18 Thread J. Bruce Fields
On Sat, Sep 05, 2015 at 12:27:09PM +0200, Andreas Gruenbacher wrote: > When a new file is created, it can inherit an acl from its parent > directory; this is similar to how default acls work in POSIX (draft) > ACLs. > > As with POSIX ACLs, if a file inherits an acl from its parent directory, > the

Re: [PATCH v9 00/18] Add VT-d Posted-Interrupts support - including prerequisite series

2015-09-18 Thread Alex Williamson
On Fri, 2015-09-18 at 16:58 +0200, Paolo Bonzini wrote: > > On 18/09/2015 16:29, Feng Wu wrote: > > VT-d Posted-Interrupts is an enhancement to CPU side Posted-Interrupt. > > With VT-d Posted-Interrupts enabled, external interrupts from > > direct-assigned devices can be delivered to guests withou

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

2015-09-18 Thread David Daney
On 09/18/2015 01:51 AM, Marc Zyngier wrote: On Thu, 17 Sep 2015 11:00:59 -0700 David Daney wrote: Hi David, From: David Daney Search up the device hierarchy to find devices with a "msi-map" property, if found apply the mapping to the GIC device id. Signed-off-by: David Daney --- drivers

Re: problem with "serial" driver in kernel 3.16.0

2015-09-18 Thread Dr. Wolfgang Wilhelm
Yes, we make this card. Here is a link to the mpa3 software for Windows and Wine/Linux including all sources of linux code and the driver fastmpa.ko: http://www.fastcomtec.com/fwww/supp/mpa3/wmpa3.zip username: mpa3 password: midas16 Wolfgang Wilhelm On 18 Sep 2015 at 9:23 Greg KH wrote: Da

<    1   2   3   4   5   6   7   8   9   >