On Fri, Dec 1, 2017 at 12:17 PM, Fabio Estevam wrote:
> On Thu, Nov 30, 2017 at 6:14 PM, wrote:
>> From: Tyler Baker
>>
>> Enable dma on all SPI and UART interfaces.
>
> You only touched SPI ports, not the UART.
I'll update the commit message, thanks.
On Fri, Dec 1, 2017 at 12:13 PM, Fabio Estevam wrote:
> On Thu, Nov 30, 2017 at 6:14 PM, wrote:
>> From: Tyler Baker
>>
>> Add device tree nodes for the USB hub, and USB OTG. i2c2 on this
>> platform supports low state retention power state so lets use it.
>&
On Fri, Dec 1, 2017 at 12:10 PM, Fabio Estevam wrote:
> On Thu, Nov 30, 2017 at 6:14 PM, wrote:
>
>> +&ecspi3 {
>> + fsl,spi-num-chipselects = <1>;
>
> Please remove this property. It is no longer used.
Ack.
>
>
>> + dvicape@39 {
>> + compatible = "sil164_simple";
>
>
On Fri, Dec 1, 2017 at 12:11 PM, Fabio Estevam wrote:
> On Thu, Nov 30, 2017 at 6:14 PM, wrote:
>> From: Tyler Baker
>>
>> Build the imx7d-sbc-iot-imx7 device tree blob.
>>
>> Signed-off-by: Tyler Baker
>> ---
>> arch/arm/boot/dts/Makefile | 1 +
On Fri, Dec 1, 2017 at 12:21 PM, Fabio Estevam wrote:
> On Thu, Nov 30, 2017 at 6:14 PM, wrote:
>> From: Tyler Baker
>>
>> In the i.MX7D the PCIe PHY can use either externel oscillator or
>> internal PLL as a reference clock source.
>> Add support for the PHY
-bit' where appropriate
> ARM: dts: imx7s: Adjust anatop-enable-bit for 'reg_1p0d'
> ARM: dts: imx7s: Add node for GPC
> ARM: dts: imx7s: Mark 'gpr' compatible with i.MX6 variant
> ARM: dts: imx7d-sdb: Add GPIO expander node
> ARM: dts: imx7d: Add no
Commit-ID: 75eb5e1e7b4edbc8e8f930de59004d21cb46961f
Gitweb: http://git.kernel.org/tip/75eb5e1e7b4edbc8e8f930de59004d21cb46961f
Author: Tyler Baker
AuthorDate: Thu, 13 Apr 2017 15:27:31 -0700
Committer: Thomas Gleixner
CommitDate: Fri, 14 Apr 2017 10:55:05 +0200
irqchip/irq-imx-gpcv2
)
r10: r9:410fc075 r8:8000406a r7:c0e0c958 r6:c0d5fa44 r5:c0e07918
r4:c0e7b294
Verified the fix on a imx7d-cl-som with CONFIG_IMX_GPCV2 set.
Signed-off-by: Tyler Baker
Reported-by: Tyler Baker
Reviewed-by: Fabio Estevam
---
Issue reported in this thread: https://lkml.org/lkml/2017/4/
On 13 April 2017 at 13:49, Fabio Estevam wrote:
> On Thu, Apr 13, 2017 at 5:13 PM, Tyler Baker wrote:
>
>> I've rebased this series on the next-20170413 for sanity sake, and
>> realized there doesn't appear to be a way to select CONFIG_IMX_GPCV2.
>> I forced i
On 13 April 2017 at 12:55, Fabio Estevam wrote:
> On Thu, Apr 13, 2017 at 4:24 PM, Tyler Baker wrote:
>
>
>> Are you referring to the following patches?
>>
>> "dt-bindings: Add GPCv2 power gating driver"
>> "soc: imx: Add GPCv2 power gating driv
On 13 April 2017 at 12:18, Fabio Estevam wrote:
> On Thu, Apr 13, 2017 at 4:03 PM, Tyler Baker wrote:
>
>> I've been testing your GPC/PCIe patch sets against v4.11-rc5 on my
>> imx7d-cl-som-imx7, but hit a bit of a wall. When gpc is set as the
>> interrupt-parent for
Hi Andrey,
On 13 April 2017 at 06:32, Andrey Smirnov wrote:
> Add node for GPC and specify as a parent interrupt controller for SoC bus.
>
> Cc: yurov...@gmail.com
> Cc: Sascha Hauer
> Cc: Fabio Estevam
> Cc: Rob Herring
> Cc: Mark Rutland
> Cc: Russell King
> Cc: devicet...@vger.kernel.org
Hi Bjorn,
On 6 June 2016 at 16:06, Bjorn Helgaas wrote:
> Previously we allocated the PCI resource list in
> gen_pci_parse_request_of_pci_ranges(), but if we had an error, we freed it
> on error in gen_pci_init().
>
> Reorder gen_pci_init() so we can take care of error path cleanup in
> gen_pci_p
On 6 June 2016 at 06:55, Kevin Hilman wrote:
> kernelci.org bot writes:
>
>> stable-queue boot: 73 boots: 3 failed, 68 passed with 2 offline
>> (v4.6.1-121-g2276ff7d4bf9)
>>
>> Full Boot Summary:
>> https://kernelci.org/boot/all/job/stable-queue/kernel/v4.6.1-121-g2276ff7d4bf9/
>> Full Build Su
On 27 January 2016 at 20:14, MyungJoo Ham wrote:
>> Hi Thierry,
>>
>> On 21 January 2016 at 02:54, Thierry Reding wrote:
>> > On Thu, Jan 21, 2016 at 08:52:26AM +0100, Tomeu Vizoso wrote:
> []
>> >> Signed-off-by: Tomeu Vizoso
>> >> Report
gt;> This caused endless messages like this after recent changes in the core:
>>
>> devfreq 6000c800.actmon: Couldn't update frequency transition information.
>>
>> Signed-off-by: Tomeu Vizoso
>> Reported-by: Tyler Baker
>> ---
>> drivers/devfreq/teg
On 4 December 2015 at 23:23, Alexander Kuleshov wrote:
> We have the special case for an empty array in the memblock_add_range()
> function. In the same time we have almost the same functional in the
> memblock_insert_region() function. Let's use the memblock_insert_region()
> instead of direct in
On 25 November 2015 at 07:11, Thierry Reding wrote:
> On Mon, Nov 23, 2015 at 03:18:59PM -0800, Tyler Baker wrote:
>> Hi Jon,
>>
>> On 20 November 2015 at 07:11, Jon Hunter wrote:
>> > The _clk_disable_pll() function will attempt to place a PLL into bypass
&
Hi Jon,
On 20 November 2015 at 07:11, Jon Hunter wrote:
> The _clk_disable_pll() function will attempt to place a PLL into bypass
> if the TEGRA_PLL_BYPASS is specified for the PLL and then disable the PLL
> by clearing the enable bit. To place the PLL into bypass, the bypass bit
> needs to be se
s we access the clock controller with
> big endian IO accesses even though the device is little endian.
>
> Specify the endianness explicitly so that the regmap core
> properly byte swaps the accesses for us.
>
> Reported-by: Kevin Hilman
> Cc: Simon Arlott
> Cc: Mark Bro
On 8 October 2015 at 12:41, Tyler Baker wrote:
> Hi Sonika and Daniel,
>
> The kernelci.org bot has been reporting complete boot failures[1] for
> the minnowboard-max (x86_64_defconfig) in next-20151007. I've got
> ahead an bisected[2] the boot failure, and it's blam
Hi Sonika and Daniel,
The kernelci.org bot has been reporting complete boot failures[1] for
the minnowboard-max (x86_64_defconfig) in next-20151007. I've got
ahead an bisected[2] the boot failure, and it's blaming the commit in
-next 0b5e88dc25ee ('drm/i915: Add hot_plug hook for hdmi encoder').
I
On 29 September 2015 at 12:21, Nicolas Pitre wrote:
> On Tue, 25 Aug 2015, Dan Williams wrote:
>
>> From: Christoph Hellwig
>>
>> Three architectures already define these, and we'll need them genericly
>> soon.
>>
>> Signed-off-by: Christoph Hellwig
>> Signed-off-by: Dan Williams
>> ---
>> arc
On 18 September 2015 at 16:59, Dan Williams wrote:
> On Fri, Sep 18, 2015 at 4:42 PM, Tyler Baker wrote:
>> Hi,
>>
>> On 25 August 2015 at 18:27, Dan Williams wrote:
>>> From: Christoph Hellwig
>>>
>>> Three architectures already defi
Hi,
On 25 August 2015 at 18:27, Dan Williams wrote:
> From: Christoph Hellwig
>
> Three architectures already define these, and we'll need them genericly
> soon.
>
> Signed-off-by: Christoph Hellwig
> Signed-off-by: Dan Williams
> ---
> arch/arm/include/asm/memory.h |6 --
> arc
> + echo "$sys_path = '$ds' ($i/$dev_num)"
> + done
> +
> + echo "zram set memory limit: OK"
> +}
> +
> +zram_makeswap()
> +{
> + echo "make swap with zram device(s)"
> + local i=0
> + fo
Hi Dinh,
On 21 July 2015 at 08:22, Dinh Nguyen wrote:
> On Tue, 21 Jul 2015, Tyler Baker wrote:
>
>> Hi,
>>
>> On 17 July 2015 at 17:53, Stephen Boyd wrote:
>> > On 07/06, dingu...@opensource.altera.com wrote:
>> >> From: Dinh Nguyen
>> &g
Hi,
On 17 July 2015 at 17:53, Stephen Boyd wrote:
> On 07/06, dingu...@opensource.altera.com wrote:
>> From: Dinh Nguyen
>>
>> Use of_clk_parent_fill to fill in the parent clock names' array.
>>
>> Signed-off-by: Dinh Nguyen
>> Cc: Maxime Ripard
>> Cc: "Emilio López"
>> ---
>
> Applied to clk
Hi Andrew,
The kernelci.org system reported[1][2][3] new imx6 boot failures in
next-20150710. I've bisected[4] these failures to 6c3e921b18ed "net:
fec: Ensure clocks are enabled while using mdio bus". Reverting this
commit on top of next-20150710, resolves the boot failures. I have not
investigat
On 14 May 2015 at 08:27, Shuah Khan wrote:
> On 05/14/2015 08:15 AM, Tyler Baker wrote:
>> On 13 May 2015 at 14:41, Shuah Khan wrote:
>>> On 05/12/2015 03:59 PM, tyler.ba...@linaro.org wrote:
>>>> From: Tyler Baker
>>>>
>>>> Set TEST_PROGS o
On 13 May 2015 at 14:41, Shuah Khan wrote:
> On 05/12/2015 03:59 PM, tyler.ba...@linaro.org wrote:
>> From: Tyler Baker
>>
>> Set TEST_PROGS only when a build has occurred.
>>
>> Signed-off-by: Tyler Baker
>> ---
>> tools/testing/selftests/break
On 12 May 2015 at 15:07, Shuah Khan wrote:
> On 05/12/2015 04:04 PM, Tyler Baker wrote:
>> On 12 May 2015 at 15:02, Shuah Khan wrote:
>>> On 05/12/2015 03:59 PM, tyler.ba...@linaro.org wrote:
>>>> From: Tyler Baker
>>>
>>> This is odd. Did you use
On 12 May 2015 at 15:02, Shuah Khan wrote:
> On 05/12/2015 03:59 PM, tyler.ba...@linaro.org wrote:
>> From: Tyler Baker
>
> This is odd. Did you use git send-email to send the patches?
Yes I did.
>
> -- Shuah
>>
>> This patch fixes the INSTALL_RULE to
From: Tyler Baker
This patch fixes the INSTALL_RULE to gracefully handle the case where
TEST_PROGS and TEST_PROGS_EXTENDED and TEST_FILES are not set. In this case,
install is called without any SOURCE arguments causing make install to fail.
The proposed fix is to loop over the items in these
From: Tyler Baker
Set TEST_PROGS only when a build has occurred.
Signed-off-by: Tyler Baker
---
tools/testing/selftests/breakpoints/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tools/testing/selftests/breakpoints/Makefile
b/tools/testing/selftests
From: Tyler Baker
This is a follow up series to address a simple lib.mk installation issue[1].
Essentially, install is being called without checking that there exists test
artifacts to install, which in turn causes 'make install' to fail. By creating
a simple loop we can avoid if
On 7 May 2015 at 02:56, Boris Brezillon
wrote:
> Luis, Tyler,
>
> On Thu, 7 May 2015 09:55:53 +0100
> Luis Henriques wrote:
>
>> On Wed, May 06, 2015 at 10:25:17PM -0700, Tyler Baker wrote:
>> >
>> > Locally I've reverted c67881fc890916206e72332
On 7 May 2015 at 04:25, Guenter Roeck wrote:
> On 05/06/2015 10:25 PM, Tyler Baker wrote:
>>
>> Hi Greg,
>>
>> On 5 May 2015 at 15:10, Greg Kroah-Hartman
>> wrote:
>>>
>>> On Sat, May 02, 2015 at 09:00:22PM +0200, Greg Kroah-Hartman wrote:
>
Hi Greg,
On 5 May 2015 at 15:10, Greg Kroah-Hartman wrote:
> On Sat, May 02, 2015 at 09:00:22PM +0200, Greg Kroah-Hartman wrote:
>> This is the start of the stable review cycle for the 3.19.7 release.
>> There are 177 patches in this series, all will be posted as a response
>> to this one. If an
On 6 May 2015 at 08:23, Shuah Khan wrote:
> On 05/06/2015 08:49 AM, Tyler Baker wrote:
>> Hi Shuah,
>>
>> On 21 April 2015 at 15:49, Tyler Baker wrote:
>>> This patch set fixes various issues observed when cross building and
>>> installing selftests.
>
Hi Shuah,
On 21 April 2015 at 15:49, Tyler Baker wrote:
> This patch set fixes various issues observed when cross building and
> installing selftests.
>
> As I began investigating improving the test output format, I performed an
> audit of the current tests to ensure all tes
atch set:
> https://github.com/96boards/documentation/wiki/UEFI
>
> Changes v4:
> * Rebase to kernel 4.1-rc1
> * Delete "arm,cortex-a15-gic" from the gic node in dts
Tested by: Tyler Baker
Built and booted all v4 patches in this series ontop a v4.1-rc1 based
tree. Tested w
the noise.
>
> On Wed, 2015-04-29 at 10:31 -0700, Tyler Baker wrote:
>> Hi,
>>
>> Today's linux-next (next-20150429) fails to boot to a minimal
>> buildroot based ramdisk on my x86 i5 haswell machine with the
>> following splat.
>>
>> [3.300154]
Hi,
Today's linux-next (next-20150429) fails to boot to a minimal
buildroot based ramdisk on my x86 i5 haswell machine with the
following splat.
[3.300154] vgaarb: device changed decodes:
PCI::00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[3.314165] BUG: unable to handle kernel
Hi Pavel,
On 26 April 2015 at 03:20, Pavel Machek wrote:
> Hi!
>
>> > Just tried booting 4.1-rc0 on n900 (commit
>> > 34c9a0ffc75ad25b6a60f61e27c4a4b1189b8085) and it is broken.
>> >
>> > Any ideas?
>>
>> Looks like DT and legacy booting are working fine in our
>> labs. [0][1]
>
> Interesting web
Remove subdir from DEPS as it is already created at runtime. Without this,
make install fails.
Acked-by: Michael Ellerman
Signed-off-by: Tyler Baker
---
tools/testing/selftests/exec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/exec
Include lib.mk and set TEST_PROGS where appropriate.
Cc: Andy Lutomirski
Signed-off-by: Tyler Baker
---
tools/testing/selftests/x86/Makefile | 6 ++
1 file changed, 6 insertions(+)
diff --git a/tools/testing/selftests/x86/Makefile
b/tools/testing/selftests/x86/Makefile
index ec7b088
Lutomirski
Signed-off-by: Tyler Baker
---
tools/testing/selftests/x86/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/testing/selftests/x86/Makefile
b/tools/testing/selftests/x86/Makefile
index ddf6356..be93945 100644
--- a/tools/testing/selftests/x86/Make
If the CROSS_COMPILE is set remove all's dependency on all_32 and all_64.
Cc: Andy Lutomirski
Acked-by: Andy Lutomirski
Signed-off-by: Tyler Baker
---
tools/testing/selftests/x86/Makefile | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tools/testing/selftest
Set TEST_PROGS so that kdbus-test is installed.
Cc: Greg Kroah-Hartman
Acked-by: Michael Ellerman
Signed-off-by: Tyler Baker
---
tools/testing/selftests/kdbus/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/testing/selftests/kdbus/Makefile
b/tools/testing/selftests/kdbus
The ftrace test requires the directory test.d and all of it's contents to be
present during execution. Use TEST_DIRS to ensure this is copied to the
INSTALL_PATH.
Acked-by: Michael Ellerman
Signed-off-by: Tyler Baker
---
tools/testing/selftests/ftrace/Makefile | 1 +
1 file chang
Loop over all TEST_DIRS and recursively copy them to the INSTALL_PATH. Tests
such as ftrace require a directory and all of it's contents to execute the
test properly, thus these directories and files need to be copied when we
perform an install.
Acked-by: Michael Ellerman
Signed-off-by:
they have not changed.
* Rebased onto next-20150420.
Changes v1 -> v2:
* Have no dependency on all when CROSS_COMPILE is set. (Andy Lutomirski)
* Added Andy on CC for all x86 test patches.
* Split up the x86 patches for better clarity.
* Rebased onto next-20150415.
This series is based on nex
On 21 April 2015 at 02:41, Suzuki K. Poulose wrote:
> On 21/04/15 00:14, Tyler Baker wrote:
>>
>> The breakpoints test should only should be executed on x86 targets, so
>> lets
>> emit a skip and omit the installation when ARCH != x86.
>>
>> Acked-by: Mi
On 20 April 2015 at 16:47, Andy Lutomirski wrote:
> On Mon, Apr 20, 2015 at 4:34 PM, Tyler Baker wrote:
>> On 20 April 2015 at 16:22, Andy Lutomirski wrote:
>>> On Mon, Apr 20, 2015 at 4:15 PM, Tyler Baker wrote:
>>>> If the CROSS_COMPILE is set remove all
On 20 April 2015 at 16:22, Andy Lutomirski wrote:
> On Mon, Apr 20, 2015 at 4:15 PM, Tyler Baker wrote:
>> If the CROSS_COMPILE is set remove all's dependency on all_32 and all_64.
>>
>> Cc: Andy Lutomirski
>> Signed-off-by: Tyler Baker
>> ---
>&g
Remove subdir from DEPS as it is already created at runtime. Without this,
make install fails.
Acked-by: Michael Ellerman
Signed-off-by: Tyler Baker
---
tools/testing/selftests/exec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/exec
Include lib.mk and set TEST_PROGS where appropriate. Skip the install and test
case when CROSS_COMPILE is not set.
Cc: Andy Lutomirski
Signed-off-by: Tyler Baker
---
tools/testing/selftests/x86/Makefile | 9 +
1 file changed, 9 insertions(+)
diff --git a/tools/testing/selftests/x86
If the CROSS_COMPILE is set remove all's dependency on all_32 and all_64.
Cc: Andy Lutomirski
Signed-off-by: Tyler Baker
---
tools/testing/selftests/x86/Makefile | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/tools/testing/selftests/x86/Makefile
b/tools/te
Using uname with the processor flag option in some cases can yield 'unknown'
so lets use the machine flag option as it is deterministic. Add a dependency
for all_32 when building on a x86 64 bit host so that both bitnesses are
built in this case.
Cc: Andy Lutomirski
Signed-off-by: T
Set TEST_PROGS so that kdbus-test is installed.
Cc: Greg Kroah-Hartman
Acked-by: Michael Ellerman
Signed-off-by: Tyler Baker
---
tools/testing/selftests/kdbus/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/testing/selftests/kdbus/Makefile
b/tools/testing/selftests/kdbus
sed on next-20150420.
Tyler Baker (8):
selftests: copy TEST_DIRS to INSTALL_PATH
selftests/ftrace: install test.d
selftests/breakpoints: emit skip and omit installation when tests are
not compiled
selftests/kdbus: install kdbus-test
selftest/x86: build both bitnesses
selftest/x
The ftrace test requires the directory test.d and all of it's contents to be
present during execution. Use TEST_DIRS to ensure this is copied to the
INSTALL_PATH.
Acked-by: Michael Ellerman
Signed-off-by: Tyler Baker
---
tools/testing/selftests/ftrace/Makefile | 1 +
1 file chang
Loop over all TEST_DIRS and recursively copy them to the INSTALL_PATH. Tests
such as ftrace require a directory and all of it's contents to execute the
test properly, thus these directories and files need to be copied when we
perform an install.
Acked-by: Michael Ellerman
Signed-off-by:
The breakpoints test should only should be executed on x86 targets, so lets
emit a skip and omit the installation when ARCH != x86.
Acked-by: Michael Ellerman
Signed-off-by: Tyler Baker
---
tools/testing/selftests/breakpoints/Makefile | 7 ++-
1 file changed, 6 insertions(+), 1 deletion
On 17 April 2015 at 15:28, Andy Lutomirski wrote:
> On Fri, Apr 17, 2015 at 3:02 PM, Tyler Baker wrote:
>> Include lib.mk and set TEST_PROGS where appropriate. Skip the install and
>> test
>> case when CROSS_COMPILE is not set.
>>
>> Cc: Andy Lutomirs
On 17 April 2015 at 15:27, Andy Lutomirski wrote:
> On Fri, Apr 17, 2015 at 3:24 PM, Tyler Baker wrote:
>> On 17 April 2015 at 15:06, Andy Lutomirski wrote:
>>> On Fri, Apr 17, 2015 at 3:01 PM, Tyler Baker wrote:
>>>> Using uname with the processor flag
On 17 April 2015 at 15:06, Andy Lutomirski wrote:
> On Fri, Apr 17, 2015 at 3:01 PM, Tyler Baker wrote:
>> Using uname with the processor flag option in some cases can yield 'unknown'
>> so lets use the machine flag option as it is deterministic. Add a dependency
>>
On 17 April 2015 at 15:08, Andy Lutomirski wrote:
> On Fri, Apr 17, 2015 at 3:01 PM, Tyler Baker wrote:
>> If the CROSS_COMPILE is set have no dependency on all.
>
> You mean "remove all's dependency on all_32 and all_64", I think.
Yes I'll clean this up.
>
Remove subdir from DEPS as it is already created at runtime. Without this,
make install fails.
Signed-off-by: Tyler Baker
---
tools/testing/selftests/exec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/exec/Makefile
b/tools/testing
Include lib.mk and set TEST_PROGS where appropriate. Skip the install and test
case when CROSS_COMPILE is not set.
Cc: Andy Lutomirski
Signed-off-by: Tyler Baker
---
tools/testing/selftests/x86/Makefile | 9 +
1 file changed, 9 insertions(+)
diff --git a/tools/testing/selftests/x86
If the CROSS_COMPILE is set have no dependency on all.
Cc: Andy Lutomirski
Signed-off-by: Tyler Baker
---
tools/testing/selftests/x86/Makefile | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/tools/testing/selftests/x86/Makefile
b/tools/testing/selftests/x86/Makefile
Using uname with the processor flag option in some cases can yield 'unknown'
so lets use the machine flag option as it is deterministic. Add a dependency
for all_32 when building on a x86 64 bit host so that both bitnesses are
built in this case.
Cc: Andy Lutomirski
Signed-off-by: T
Set TEST_PROGS so that kdbus-test is installed.
Cc: Greg Kroah-Hartman
Signed-off-by: Tyler Baker
---
tools/testing/selftests/kdbus/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/testing/selftests/kdbus/Makefile
b/tools/testing/selftests/kdbus/Makefile
index e21bf1f
The ftrace test requires the directory test.d and all of it's contents to be
present during execution. Use TEST_DIRS to ensure this is copied to the
INSTALL_PATH.
Signed-off-by: Tyler Baker
---
tools/testing/selftests/ftrace/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/
The breakpoints test should only should be executed on x86 targets, so lets
emit a skip and omit the installation when ARCH != x86.
Signed-off-by: Tyler Baker
---
tools/testing/selftests/breakpoints/Makefile | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/tools/testing
415.
This series is based on next-20150415.
Tyler Baker (8):
selftests: copy TEST_DIRS to INSTALL_PATH
selftests/ftrace: install test.d
selftests/breakpoints: emit skip and omit installation when tests are
not compiled
selftests/kdbus: install kdbus-test
selftest/x86: build both bitnes
Loop over all TEST_DIRS and recursively copy them to the INSTALL_PATH. Tests
such as ftrace require a directory and all of it's contents to execute the
test properly, thus these directories and files need to be copied when we
perform an install.
Signed-off-by: Tyler Baker
---
tools/te
On 16 April 2015 at 02:32, Pavel Machek wrote:
> Hi!
>
> Just tried booting 4.1-rc0 on n900 (commit
> 34c9a0ffc75ad25b6a60f61e27c4a4b1189b8085) and it is broken.
>
> Any ideas?
Looks like DT and legacy booting are working fine in our labs. [0][1]
>
Hi Andy,
On 14 April 2015 at 17:33, Andy Lutomirski wrote:
> On 04/14/2015 03:52 PM, Tyler Baker wrote:
>>
>> x86 tests should not be built when ARCH != x86. Reused the logic from
>> breakpoints to determine when it's appropriate to build.
>
>
> In the futur
Set TEST_PROGS so that the required binaries are installed. Skip the install
and test case when ARCH != x86.
Signed-off-by: Tyler Baker
---
tools/testing/selftests/x86/Makefile | 10 ++
1 file changed, 10 insertions(+)
diff --git a/tools/testing/selftests/x86/Makefile
b/tools/testing
x86 tests should not be built when ARCH != x86. Reused the logic from
breakpoints to determine when it's appropriate to build.
Signed-off-by: Tyler Baker
---
tools/testing/selftests/x86/Makefile | 35 +++
1 file changed, 23 insertions(+), 12 deletions(-)
Remove subdir from DEPS as it is already created at runtime. Without this,
make install fails.
Signed-off-by: Tyler Baker
---
tools/testing/selftests/exec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/exec/Makefile
b/tools/testing
The ftrace test requires the directory test.d and all of it's contents to be
present during execution. Use TEST_DIRS to ensure this is copied to the
INSTALL_PATH.
Signed-off-by: Tyler Baker
---
tools/testing/selftests/ftrace/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/
Loop over all TEST_DIRS and recursively copy them to the INSTALL_PATH. Tests
such as ftrace require a directory and all of it's contents to execute the
test properly, thus these directories and files need to be copied when we
perform an install.
Signed-off-by: Tyler Baker
---
tools/te
The breakpoints test should only should be executed on x86 targets, so lets
emit a skip and omit the installation when ARCH != x86.
Signed-off-by: Tyler Baker
---
tools/testing/selftests/breakpoints/Makefile | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/tools/testing
Set TEST_PROGS so that kdbus-test is installed.
Cc: Greg Kroah-Hartman
Signed-off-by: Tyler Baker
---
tools/testing/selftests/kdbus/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/testing/selftests/kdbus/Makefile
b/tools/testing/selftests/kdbus/Makefile
index e21bf1f
series by building, installing and deploying all selftests
to x86, arm and arm64 targets.
This series is based on next-20150414
Tyler Baker (7):
selftests: copy TEST_DIRS to INSTALL_PATH
selftests/ftrace: install test.d
selftests/breakpoints: emit skip and omit installation when tests are
y indicate that all CPUs are hotpluggable but occasionally
> we can't offline a CPU due to check_irq_vectors_for_cpu_disable()
> failing to find a CPU to move vectors to.
>
> Cc: Mark Rutland
> Cc: Nicolas Pitre
> Cc: Dave Martin
> Acked-by: Simon Horman [shmobile po
On 3 April 2015 at 07:24, Peter Zijlstra wrote:
> On Fri, Apr 03, 2015 at 01:07:19PM +0200, Rafael J. Wysocki wrote:
>> Peter, I'm assiming that you'll make sure this goes into tip/timers/core.
>
> I'll double check, but I think Ingo did a similar thing when he applied
> your patches.
Fix has bee
here
> we may indicate that all CPUs are hotpluggable but occasionally
> we can't offline a CPU due to check_irq_vectors_for_cpu_disable()
> failing to find a CPU to move vectors to.
>
> Cc: Mark Rutland
> Cc: Nicolas Pitre
> Cc: Dave Martin
> Cc: Simon Horman
&
On 19 February 2015 at 14:14, Simon Horman wrote:
> On Wed, Feb 18, 2015 at 03:27:57PM -0800, Stephen Boyd wrote:
>> On 02/18/15 14:27, Simon Horman wrote:
>> > On Fri, Feb 13, 2015 at 04:42:54PM -0800, Stephen Boyd wrote:
>> >> Writes to /sys/.../cpuX/online fail if we determine the platform
>> >
e *dev);
> @@ -114,6 +115,7 @@ static inline void tick_set_periodic_handler(struct
> clock_event_device *dev, int
> dev->event_handler = tick_handle_periodic;
> }
> #endif /* !BROADCAST */
> +#endif /* GENERIC */
>
> /* Functions related to oneshot broadcasting */
>
On 2 April 2015 at 10:48, Shuah Khan wrote:
> On 04/02/2015 11:17 AM, Tyler Baker wrote:
>> On 2 April 2015 at 06:43, Shuah Khan wrote:
>>> On 04/02/2015 04:18 AM, Prarit Bhargava wrote:
>>>>
>>>>
>>>> On 03/26/2015 01:33 PM, Tyler Baker wrot
Hi Shuah,
On 2 April 2015 at 06:53, Shuah Khan wrote:
> On 04/01/2015 05:20 PM, Tyler Baker wrote:
>> This patch set improves cross building functionality by resovling hard coded
>> assumptions about the compiler used. With this patch set, all but mqueue,
>> and kdbus cross
On 2 April 2015 at 06:43, Shuah Khan wrote:
> On 04/02/2015 04:18 AM, Prarit Bhargava wrote:
>>
>>
>> On 03/26/2015 01:33 PM, Tyler Baker wrote:
>>> On 26 March 2015 at 09:29, John Stultz wrote:
>>>> On Thu, Mar 26, 2015 at 4:31 AM, Prarit Bhargava
Use the CC variable instead of hard coding gcc.
Signed-off-by: Tyler Baker
---
tools/testing/selftests/ipc/Makefile | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/tools/testing/selftests/ipc/Makefile
b/tools/testing/selftests/ipc/Makefile
index 3b6013d..25d2e70 100644
Use the CC variable instead of hard coding gcc. Also clean up the compiler
options by creating a CFLAGS variable.
Signed-off-by: Tyler Baker
---
tools/testing/selftests/mqueue/Makefile | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tools/testing/selftests/mqueue
Use the CC variable instead of hard coding gcc. Also clean up the compiler
options by creating a CFLAGS variable.
Signed-off-by: Tyler Baker
---
tools/testing/selftests/memfd/Makefile | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/tools/testing/selftests/memfd
Use the CC variable instead of hard coding gcc. Also clean up the compiler
options by creating a CFLAGS variable.
Signed-off-by: Tyler Baker
---
tools/testing/selftests/mount/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tools/testing/selftests/mount/Makefile
1 - 100 of 110 matches
Mail list logo