On Tue, Nov 04, 2014 at 09:39:58PM +0800, Andy Yan wrote:
> From: Andy yan
>
> the original imx hdmi driver is under staging/imx-drm,
> which depends on imx-drm, so move the imx hdmi drvier out
> to drm/bridge and rename imx-hdmi to dw-hdmi
>
> Change-Id: I5f417372f256aa26cd00a3cd0160741680afd39
On Tue, Nov 4, 2014 at 12:01 AM, Arnd Bergmann wrote:
> On Monday 03 November 2014 17:11:53 John Stultz wrote:
>> I've got some thoughts on what a possible interface that wouldn't be
>> awful could look like, but I'm still hesitant because I don't really
>> know if exposing this sort of data is ac
From: "Steven Rostedt (Red Hat)"
Use the helper function trace_seq_buffer_ptr() to get the current location
of the next buffer write of a trace_seq object, instead of open coding
it.
This facilitates the conversion of trace_seq to use seq_buf.
Cc: Chen Gong
Cc: Borislav Petkov
Cc: Tony Luck
From: "Steven Rostedt (Red Hat)"
In facilitating the conversion of seq_file to use seq_buf,
have the seq_buf fields match the types used by seq_file.
Signed-off-by: Steven Rostedt
---
include/linux/seq_buf.h | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/li
From: "Steven Rostedt (Red Hat)"
The seq_buf functions are rather useful outside of tracing. Instead
of having it be dependent on CONFIG_TRACING, move the code into lib/
and allow other users to have access to it even when tracing is not
configured.
The seq_buf utility is similar to the seq_file
From: "Steven Rostedt (Red Hat)"
When trigger_all_cpu_backtrace() is called on x86, it will trigger an
NMI on each CPU and call show_regs(). But this can lead to a hard lock
up if the NMI comes in on another printk().
In order to avoid this, when the NMI triggers, it switches the printk
routine
From: "Steven Rostedt (Red Hat)"
Create a seq_buf layer that trace_seq sits on. The seq_buf will not
be limited to page size. This will allow other usages of seq_buf
instead of a hard set PAGE_SIZE one that trace_seq has.
Signed-off-by: Steven Rostedt
---
include/linux/seq_buf.h |
This is version 3:
This is my proposal to print the NMI stack traces from an RCU stall safely,
as well as from a sysrq-l.
Here's the gist of it.
o Add a new layer to trace_seq called seq_buf, that the trace
seq uses. The seq_buf is more generic, and does not supply its own
buffer. The buf
On Tue, Nov 04, 2014 at 10:45:20AM +, Grant Likely wrote:
> Currently the devices created by drivers/of/platform.c get created at
> the root of /sys/devices. This goes against the typical pattern for
> sysfs where the top level /sys/devices structure contains categories of
> devices, and the st
On Tue, Nov 04, 2014 at 05:19:02PM +0100, Rafael J. Wysocki wrote:
> > > I think np->name is "at25" in this case? The binding file
> > > Documentation/devicetree/bindings/misc/at25.txt also has the same name.
> > >
> > > Are you OK, if we add something like below to the changelog?
> > >
> > > In a
Commit-ID: 9f96742a13135e6c609cc99a3a458402af3c8f31
Gitweb: http://git.kernel.org/tip/9f96742a13135e6c609cc99a3a458402af3c8f31
Author: Yao Dongdong
AuthorDate: Tue, 28 Oct 2014 04:08:06 +
Committer: Ingo Molnar
CommitDate: Tue, 4 Nov 2014 07:17:51 +0100
sched: Check if we got a sha
Commit-ID: f7b8a47da17c9ee4998f2ca2018fcc424e953c0e
Gitweb: http://git.kernel.org/tip/f7b8a47da17c9ee4998f2ca2018fcc424e953c0e
Author: Kirill Tkhai
AuthorDate: Tue, 28 Oct 2014 08:24:34 +0300
Committer: Ingo Molnar
CommitDate: Tue, 4 Nov 2014 07:07:30 +0100
sched: Remove lockdep check
On Wed, 29 Oct 2014 12:15:00 -0600
, Bjorn Helgaas
wrote:
> If the device tree pointer is NULL, early_init_dt_verify() fails, leaving
> initial_boot_params unchanged. If the device tree pointer is non-NULL but
> invalid, early_init_dt_verify() again fails but this time it also clears
> initial_b
Commit-ID: 67dfa1b756f250972bde31d65e3f8fde6aeddc5b
Gitweb: http://git.kernel.org/tip/67dfa1b756f250972bde31d65e3f8fde6aeddc5b
Author: Kirill Tkhai
AuthorDate: Mon, 27 Oct 2014 17:40:52 +0300
Committer: Ingo Molnar
CommitDate: Tue, 4 Nov 2014 07:17:50 +0100
sched/deadline: Implement ca
Commit-ID: ce5686d4ed12158599d2042a6c8659254ed263ce
Gitweb: http://git.kernel.org/tip/ce5686d4ed12158599d2042a6c8659254ed263ce
Author: Peter Zijlstra (Intel)
AuthorDate: Wed, 29 Oct 2014 11:17:04 +0100
Committer: Ingo Molnar
CommitDate: Tue, 4 Nov 2014 07:06:58 +0100
perf/x86: Fix emba
On 4 November 2014 14:14, Ludovic Desroches wrote:
> On Tue, Nov 04, 2014 at 11:05:56AM +0100, Ulf Hansson wrote:
>> On 30 October 2014 05:00, Wenyou Yang wrote:
>> > Add runtime pm support to atmel mci controller.
>> > Use runtime pm APIs to enable/disable atmel mci's clock.
>> > Use runtime aut
On Tue, Nov 4, 2014 at 6:29 AM, Catalin Marinas wrote:
>
> This would work on arm64 but is the PAGE_SIZE range enough for all
> architectures even when we flush a huge page or a pmd/pud table entry?
It pretty much had *better* be.
For things like page tables caches (ie caching addresses "inside"
Commit-ID: ff960a731788a7408b6f66ec4fd772ff18833211
Gitweb: http://git.kernel.org/tip/ff960a731788a7408b6f66ec4fd772ff18833211
Author: Peter Zijlstra
AuthorDate: Wed, 29 Oct 2014 17:04:56 +0100
Committer: Ingo Molnar
CommitDate: Tue, 4 Nov 2014 07:17:48 +0100
netdev, sched/wait: Fix sl
liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This
data synchronization library provides read-side access which scales
linearly with the number of cores. It does so by allowing multiples
copies of a given data structure to live at the same time, and by
monitoring the data structur
Commit-ID: 6b55fc63f46ba299f3d84013e9232be4bd259eab
Gitweb: http://git.kernel.org/tip/6b55fc63f46ba299f3d84013e9232be4bd259eab
Author: Peter Zijlstra
AuthorDate: Thu, 2 Oct 2014 12:22:51 +0200
Committer: Ingo Molnar
CommitDate: Tue, 4 Nov 2014 07:17:47 +0100
audit, sched/wait: Fixup ka
Commit-ID: 36df04bc5273a046f53b5e359febc1225f85aa7b
Gitweb: http://git.kernel.org/tip/36df04bc5273a046f53b5e359febc1225f85aa7b
Author: Peter Zijlstra
AuthorDate: Wed, 29 Oct 2014 12:21:57 +0100
Committer: Ingo Molnar
CommitDate: Tue, 4 Nov 2014 07:17:45 +0100
sched/wait: Reimplement wa
Commit-ID: acb32132ec0433c03bed750f3e9508dc29db0328
Gitweb: http://git.kernel.org/tip/acb32132ec0433c03bed750f3e9508dc29db0328
Author: Wanpeng Li
AuthorDate: Fri, 31 Oct 2014 06:39:33 +0800
Committer: Ingo Molnar
CommitDate: Tue, 4 Nov 2014 07:17:54 +0100
sched/deadline: Add deadline r
On Tue, 2014-09-30 at 13:02 +0200, Joerg Roedel wrote:
> From: Joerg Roedel
>
> This makes sure any RMRR mappings stay in place when the
> driver is unbound from the device.
>
> Signed-off-by: Joerg Roedel
> ---
> drivers/iommu/intel-iommu.c | 11 +--
> 1 file changed, 1 insertion(+),
On Tuesday 04 November 2014 11:49:04 Thomas Gleixner wrote:
> On Tue, 4 Nov 2014, Richard Cochran wrote:
>
> > On Tue, Nov 04, 2014 at 09:01:31AM +0100, Arnd Bergmann wrote:
> > > On Monday 03 November 2014 17:11:53 John Stultz wrote:
> > > > I've got some thoughts on what a possible interface tha
Commit-ID: 308a623a40ce168eb234ea82c2bd13ff85a098d9
Gitweb: http://git.kernel.org/tip/308a623a40ce168eb234ea82c2bd13ff85a098d9
Author: Wanpeng Li
AuthorDate: Fri, 31 Oct 2014 06:39:31 +0800
Committer: Ingo Molnar
CommitDate: Tue, 4 Nov 2014 07:17:52 +0100
sched/rt: Clean up check_preem
Commit-ID: 6b0a563f3a534827c1b56e53c3fd0fccec3c7895
Gitweb: http://git.kernel.org/tip/6b0a563f3a534827c1b56e53c3fd0fccec3c7895
Author: Wanpeng Li
AuthorDate: Fri, 31 Oct 2014 06:39:34 +0800
Committer: Ingo Molnar
CommitDate: Tue, 4 Nov 2014 07:17:55 +0100
sched/deadline: Push task away
Commit-ID: 44dba3d5d6a10685fb15bd1954e62016334825e0
Gitweb: http://git.kernel.org/tip/44dba3d5d6a10685fb15bd1954e62016334825e0
Author: Iulia Manda
AuthorDate: Fri, 31 Oct 2014 02:13:31 +0200
Committer: Ingo Molnar
CommitDate: Tue, 4 Nov 2014 07:17:57 +0100
sched: Refactor task_struct t
Commit-ID: cad3bb32e181c286c46ec12b2deb1f26a6f9835d
Gitweb: http://git.kernel.org/tip/cad3bb32e181c286c46ec12b2deb1f26a6f9835d
Author: Wanpeng Li
AuthorDate: Fri, 31 Oct 2014 06:39:36 +0800
Committer: Ingo Molnar
CommitDate: Tue, 4 Nov 2014 07:17:56 +0100
sched/deadline: Don't check CO
Commit-ID: 75e23e49dbdd86aace375f599062aa67483a001b
Gitweb: http://git.kernel.org/tip/75e23e49dbdd86aace375f599062aa67483a001b
Author: Juri Lelli
AuthorDate: Tue, 28 Oct 2014 11:54:46 +
Committer: Ingo Molnar
CommitDate: Tue, 4 Nov 2014 07:17:52 +0100
sched/core: Use dl_bw_of() und
Commit-ID: 804968809c321066cca028d4cbd533a420f964bc
Gitweb: http://git.kernel.org/tip/804968809c321066cca028d4cbd533a420f964bc
Author: Wanpeng Li
AuthorDate: Fri, 31 Oct 2014 06:39:32 +0800
Committer: Ingo Molnar
CommitDate: Tue, 4 Nov 2014 07:17:53 +0100
sched/deadline: Fix artificial
Commit-ID: cd66091162d34f589631a23bbe0ed214798245b4
Gitweb: http://git.kernel.org/tip/cd66091162d34f589631a23bbe0ed214798245b4
Author: Wanpeng Li
AuthorDate: Fri, 31 Oct 2014 06:39:35 +0800
Committer: Ingo Molnar
CommitDate: Tue, 4 Nov 2014 07:17:55 +0100
sched/deadline: Reschedule fro
Hello Linus,
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
fixes
to receive Thermal Management updates for v3.18-rc4 with top-most
14015860565a1464193ddb3fbd3f7253a37dfcf9:
Thermal:Remove usless if(!result) before return tz (2014-11-03 18:5
On 10/19/2014 08:46 PM, Boaz Harrosh wrote:
> On 09/09/2014 05:25 PM, Jens Axboe wrote:
>> On 09/09/2014 06:10 AM, Boaz Harrosh wrote:
> <>
>>> Please tell me what you want to do with these patches. They must go into
>>> this Kernel
>>> cycle before brd is released with wrong user-mode visible nub
From: "Rafael J. Wysocki"
Add a uniform interface by which device drivers can request device
properties from the platform firmware by providing a property name
and the corresponding data type. The purpose of it is to help to
write portable code that won't depend on any particular platform
firmwa
On 4 November 2014 14:59, Rafael J. Wysocki wrote:
> On Tuesday, November 04, 2014 10:11:35 AM Ulf Hansson wrote:
>> On 4 November 2014 02:57, Rafael J. Wysocki wrote:
>> > On Monday, November 03, 2014 10:41:02 AM Alan Stern wrote:
>> >> On Mon, 3 Nov 2014, Russell King - ARM Linux wrote:
>> >>
>
From: Ulrich Obergfell
This series introduces a separate handler for each watchdog parameter
in /proc/sys/kernel. The separate handlers need a common function that
they can call to update the run state of the lockup detectors, or to
have the lockup detectors use a new sample period.
Signed-off-b
The hardlockup and softockup had always been tied together. Due to the request
of KVM folks, they had a need to have one enabled but not the other.
Internally rework the code to split things apart more cleanly.
There is a bunch of churn here, but the end result should be code that should
be easie
From: Ulrich Obergfell
This series removes the proc_dowatchdog() function. Since multiple
new functions need the 'watchdog_proc_mutex' to serialize access to
the watchdog parameters in /proc/sys/kernel, move the mutex outside
of any function.
Signed-off-by: Ulrich Obergfell
Signed-off-by: Don Z
From: Ulrich Obergfell
If watchdog_nmi_enable() fails to set up the hardware perf event
of one CPU, the entire hard lockup detector is deemed unreliable.
Hence, disable the hard lockup detector and shut down the hardware
perf events on all CPUs.
Signed-off-by: Ulrich Obergfell
Signed-off-by: Do
From: Ulrich Obergfell
Three of four handlers for the watchdog parameters in /proc/sys/kernel
essentially have to do the same thing.
if the parameter is being read {
return the state of the corresponding bit(s) in 'watchdog_enabled'
} else {
set/clear the state of the corresponding b
Hi,
booting v3.18-rc3 (havn't tested earlier -rcs on this box) on a Xeon box
with a Neterion 10GBit card (vxge driver) I see the following NULL
pointer deref in dmesg:
[7.221747] vxge: Copyright(c) 2002-2010 Exar Corp.
[7.221749] vxge: Driver version: 2.5.3.22640-k
[7.324070] pci
From: Ulrich Obergfell
Separate handlers for each watchdog parameter in /proc/sys/kernel
replace the proc_dowatchdog() function. Three of those handlers
merely call proc_watchdog_common() with one different argument.
Signed-off-by: Ulrich Obergfell
Signed-off-by: Don Zickus
---
include/linux/
From: Rafael J. Wysocki
Add new generic routines are provided for retrieving properties from
device description objects in the platform firmware in case there are
no struct device objects for them (either those objects have not been
created yet or they do not exist at all).
The following functio
From: Ulrich Obergfell
Rename the update_timers*() functions to update_watchdog*().
Remove the boolean argument from watchdog_enable_all_cpus()
because update_watchdog_all_cpus() is now a generic function
to change the run state of the lockup detectors and to have
the lockup detectors use a new
From: Ulrich Obergfell
With the current user interface of the watchdog mechanism it is only
possible to disable or enable both lockup detectors at the same time.
This series introduces new kernel parameters and changes the semantics
of some existing kernel parameters, so that the hard lockup dete
(2014/11/04 23:38), Arnaldo Carvalho de Melo wrote:
> Em Tue, Nov 04, 2014 at 01:36:31PM +0900, Masami Hiramatsu escreveu:
>> (2014/11/04 1:19), Arnaldo Carvalho de Melo wrote:
>>> Em Mon, Nov 03, 2014 at 09:11:18PM +0900, Masami Hiramatsu escreveu:
(2014/10/31 21:13), Arnaldo Carvalho de Melo
From: Ulrich Obergfell
Have kvm_guest_init() use hardlockup_detector_disable()
instead of watchdog_enable_hardlockup_detector(false).
Remove the watchdog_hardlockup_detector_is_enabled() and
the watchdog_enable_hardlockup_detector() function which
are no longer needed.
Signed-off-by: Ulrich Obe
On Tue, 28 Oct 2014 19:51:05 +0800
, Zhen Lei
wrote:
> put off initial_boot_params = params; until all checks finished. If any check
> failed, initial_boot_params is equal NULL, base upon bss segment initial
> value.
>
> Signed-off-by: Zhen Lei
Interesting. I received exactly the same patch f
From: Ulrich Obergfell
Introduce new definitions and variables to separate the user interface
in /proc/sys/kernel from the internal run state of the lockup detectors.
The internal run state is represented by two bits in a new variable that
is named 'watchdog_enabled'. This helps simplify the code
On Wed, 22 Oct 2014 11:44:55 +0200
, Geert Uytterhoeven
wrote:
> Signed-off-by: Geert Uytterhoeven
Applied all 4 patches. Thanks.
g.
> ---
> drivers/of/base.c | 14 +++---
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/drivers/of/base.c b/drivers/of/base.c
> inde
On Tuesday 04 November 2014 15:53:29 Grant Likely wrote:
> On Mon, 03 Nov 2014 16:06:03 +0100
> , Arnd Bergmann
> wrote:
> > On Friday 31 October 2014 23:53:28 Rafael J. Wysocki wrote:
> > > On Saturday, November 01, 2014 05:13:45 AM Rob Herring wrote:
> > > > On Fri, Oct 31, 2014 at 6:59 AM, Gil
On 04/11/2014 16:52, Steven Rostedt wrote:
> From: "Steven Rostedt (Red Hat)"
>
> To allow for the restructiong of the trace_seq code, we need users
> of it to use the helper functions instead of accessing the internals
> of the trace_seq structure itself.
>
> Cc: Mark Rustad
> Cc: Jeff Kirsher
> -Original Message-
> From: Boaz Harrosh [mailto:b...@plexistor.com]
> Sent: Tuesday, 04 November, 2014 4:38 AM
> To: Wilcox, Matthew R; Elliott, Robert (Server Storage); Ross
> Zwisler; Jens Axboe; Nick Piggin; Kani, Toshimitsu; Knippers, Linda;
> linux-fsde...@vger.kernel.org; linux-ke
From: Thierry Reding
Convert to the new generic object registry and introduce proper object
and module reference counting. This should make panel registration and
removal a lot more robust.
Signed-off-by: Thierry Reding
---
drivers/gpu/drm/drm_panel.c | 100 ++--
From: Lothar Waßmann
Date: Tue, 4 Nov 2014 11:29:12 +0100
> Hi David,
>
> Lothar Waßmann wrote:
>> David Miller wrote:
>> > From: Lothar Waßmann
>> > Date: Thu, 30 Oct 2014 07:51:04 +0100
>> >
>> > >> Also, I don't thnk your DIV_ROUND_UP() eliminate for the loop
>> > >> in swap_buffer() is val
On Fri, 3 Oct 2014 00:59:23 +0300
, Sakari Ailus
wrote:
> Implement of_property_read_u64_array() for reading 64-bit arrays.
>
> This is needed for e.g. reading the valid link frequencies in the smiapp
> driver.
>
> Signed-off-by: Sakari Ailus
A patch that adds this function is alread part of
From: Thierry Reding
Add a generic implementation of an object registry. This targets drivers
and subsystems that provide auxiliary objects that other drivers need to
look up. The goal is to put the difficult parts (keep object references,
module usage count, ...) into core code so that individua
On Thu, 2 Oct 2014 16:01:10 +0200
, Thierry Reding
wrote:
> From: Thierry Reding
>
> Signed-off-by: Thierry Reding
Applied, thanks.
g.
> ---
> include/linux/of.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/of.h b/include/linux/of.h
> index 6c436
On Tue, Nov 04, 2014 at 04:14:49PM +0200, Tomas Winkler wrote:
> NFC internal structure cleaning was dropped by commit
>
> commit 5ad1550a15cd5b75ed8aa3009e162822f720375e
> Author: Tomas Winkler
> Date: Sun Jan 26 11:53:06 2014 +0200
Where is this commit id from? I don't see it in Linus's tre
On Tue, Oct 14, 2014 at 08:59:19PM +0900, Heesub Shin wrote:
> zbud is a memory allocator for storing compressed data pages. It keeps
> two data objects of arbitrary size on a single page. This simple design
> provides very deterministic behavior on reclamation, which is one of
> reasons why zswap
From: Johannes Weiner
Date: Tue, 4 Nov 2014 09:09:37 -0500
> You either need cgroup memory accounting and limiting or not. There
> is no possible trade-off to be had.
I couldn't have said it better myself, +1.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the bod
On Tue, Nov 4, 2014 at 7:40 AM, Greg KH wrote:
> On Tue, Nov 04, 2014 at 06:57:21AM -0800, Andy Lutomirski wrote:
>>
>> I don't particularly care what the foundation is, but given that a
>> misc char device currently looks like it would be considerably less
>> code for a nicer interface, using the
On 11/04/2014 07:48 AM, Linus Walleij wrote:
I've landed these two patches for v3.19, I guess we can wait for the
device properties to land properly upstream before proceeding
with ACPI support ...? Or are you guys working with one finger
constantly on the fast-forward button? :D
I'll consider
On Tue, Nov 04, 2014 at 05:29:27PM +0100, Thierry Reding wrote:
> From: Thierry Reding
>
> Add a generic implementation of an object registry. This targets drivers
> and subsystems that provide auxiliary objects that other drivers need to
> look up. The goal is to put the difficult parts (keep ob
On Tue, 2014-11-04 at 16:26 +, Elliott, Robert (Server Storage)
wrote:
>
> > -Original Message-
> > From: Boaz Harrosh [mailto:b...@plexistor.com]
> > Sent: Tuesday, 04 November, 2014 4:38 AM
> > To: Wilcox, Matthew R; Elliott, Robert (Server Storage); Ross
> > Zwisler; Jens Axboe; Nic
On Tue, 2014-11-04 at 06:33 +, Namhyung Kim wrote:
> Hi Pawel,
>
> On Tue, 4 Nov 2014 00:28:37 +, Pawel Moll wrote:
> > + /*
> > +* Data in userspace event record is transparent for the kernel
> > +*
> > +* Userspace perf tool code maintains a list of known types with
> > +
On 4 November 2014 14:31, Hillf Danton wrote:
>> >> > I wonder if you can please shed light on the case that
>> >> > the dst_cpu is newly idle.
>> >>
>> >> The main problem if we do the test only for newly idle case, is that
>> >> we are not sure to move the task because we must rely on the
>> >>
> -Original Message-
> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
> Sent: Tuesday, November 4, 2014 4:40 AM
> To: KY Srinivasan; Haiyang Zhang
> Cc: Greg Kroah-Hartman; de...@linuxdriverproject.org; linux-
> ker...@vger.kernel.org
> Subject: [PATCH] Drivers: hv: vmbus: Fix a race
On Tue, 4 Nov 2014, Lu Baolu wrote:
> xhci: clear root port wake on bits if controller isn't wake-up capable
>
> When system is being suspended, if host device is not wakeup capable,
> xhci_suspend() needs to clear all root port wake on bits. Otherwise,
> some platforms may generate spurious wak
Hi,
On Tue, Nov 04, 2014 at 12:07:14PM +0800, Chen-Yu Tsai wrote:
> The USB controller/phy clocks and reset controls are in a separate
> address block, unlike previous SoCs where they were in the clock
> controller.
>
> This patch copies the original gates clk functions used for usb
> clocks into
On 11/4/14 07:01, Jiang Liu wrote:
Hi Suravee,
You may build a two level hierarchy irqdomains. Use the
utilities in this thread
http://www.spinics.net/lists/arm-kernel/msg374722.html to build an MSI
irqdomain to manage MSI controllers
in PCI devices. And build another irqdomain to manage
On Mon, Nov 3, 2014 at 10:04 PM, Rafael J. Wysocki wrote:
>> I also found that this parser code doesn't correctly handle malformed
>> (unterminated) string properties. It will overflow. The existing
>> functions have the same problem, so it isn't something that you've
>> added. I've got a fix, and
On Mon, Sep 29, 2014 at 08:06:47PM +0200, Sebastian Andrzej Siewior wrote:
> Cc: devicet...@vger.kernel.org
> Reviewed-by: Tony Lindgren
> Tested-by: Tony Lindgren
> Signed-off-by: Sebastian Andrzej Siewior
> ---
> arch/arm/boot/dts/dra7.dtsi | 12
> 1 file changed, 12 insertions(+
On Tue, 4 Nov 2014, Dave Hansen wrote:
> On 11/03/2014 01:29 PM, Thomas Gleixner wrote:
> > On Mon, 3 Nov 2014, Dave Hansen wrote:
>
> > That's not really true. You can evaluate that information with
> > mmap_sem held for read as well. Nothing can change the mappings until
> > you drop it. So you
On Tue, Nov 4, 2014 at 9:20 AM, Grant Likely wrote:
> On Tue, 28 Oct 2014 19:51:05 +0800
> , Zhen Lei
> wrote:
>> put off initial_boot_params = params; until all checks finished. If any check
>> failed, initial_boot_params is equal NULL, base upon bss segment initial
>> value.
>>
>> Signed-off-
On Tue, Nov 04, 2014 at 12:07:16PM +0800, Chen-Yu Tsai wrote:
> Unlike previous Allwinner SoCs, there is no central PHY control block
> on the A80. Also, OTG support is completely split off into a different
> controller.
>
> This adds a new driver to support the regular USB PHYs.
>
> Signed-off-b
On 16/10/14 10:33, Daniel Thompson wrote:
>> The blocker on this work right now is the annoying Versatile Express
>> platform, which pretty much means that we currently can't push the
>> code into the GIC to support FIQs. As long as adding FIQ support to
>> the GIC results in the Versatile Express
On 11/04/2014 06:41 PM, Ross Zwisler wrote:
<>
>
> The UEFI organization is in the process of defining a generic specification
> for platform non-volatile memory resources. Essentially the thought was to
> wait until that was publicly available before adding any new device discovery
> capabilitie
On 11/04/2014 06:02 PM, Lennart Sorensen wrote:
>
> According to the manual the DMA channels for UART7 to 10 are:
>
> uart7: 144 145
> uart8: 146 147
> uart9: 148 149
> uart10: 150 151
>
> Might as well add those too. We have uart 7 and 8 in use on our board
> so I am about to go test it.
M
Hi Namhyung,
> > tchain_edit[.] f1
> > 0.14%3.913444 tchain_edit[.] f2
> > 99.82%1.005478 tchain_edit[.] f3
>
> Hmm.. I think it should be a default behavior for perf diff, otherwise -s
> symbol is almost meaningless I
On Oct 31, 2014, at 2:24 AM, qiang.z...@freescale.com wrote:
> On Oct 30, 2014, at 9:37 AM, Kumar Gala wrote:
>
>
>> -Original Message-
>> From: Kumar Gala [mailto:ga...@kernel.crashing.org]
>> Sent: Thursday, October 30, 2014 9:37 PM
>> To: Zhao Qiang-B45475
>> Cc: linuxppc-...@lists.o
> -Original Message-
> From: David Rientjes [mailto:rient...@google.com]
> Sent: Tuesday, November 04, 2014 5:27 AM
> To: Pintu Kumar
> Cc: a...@linux-foundation.org; r...@redhat.com; aqu...@redhat.com;
> paul.gortma...@windriver.com; jmarc...@redhat.com;
> lcapitul...@redhat.com; kirill.
On Tue, 04 Nov 2014, Heiko Stübner wrote:
> Am Dienstag, 4. November 2014, 14:42:20 schrieb Lee Jones:
> > On Tue, 04 Nov 2014, Jingoo Han wrote:
> > > On Tuesday, November 04, 2014 6:08 PM, Heiko Stübner wrote:
> > > > On Mon, 03 Nov 2014, Lee Jones wrote:
> > > > > On Wed, 29 Oct 2014, Heiko Stü
On Tue, 4 Nov 2014 10:57:57 +0200
Cristian Stoica wrote:
> Hi Kim,
>
> >> Actually, our static code analyzer did not see this one.
> >
> > ok, so the patch technically isn't fixing anything broken, then.
>
> Are you saying the code isn't broken _because_ a static tool analyser
> did not see an
On Nov 4, 2014, at 7:52 AM, Steven Rostedt wrote:
> From: "Steven Rostedt (Red Hat)"
>
> To allow for the restructiong of the trace_seq code, we need users
> of it to use the helper functions instead of accessing the internals
> of the trace_seq structure itself.
>
> Cc: Mark Rustad
> Cc: Jef
Currently bpf test run from the Makefile. Move it out of the
Makefile to be run from a shell script to allow the test to
be run as stand-alone test, in addition to allowing the test
run from a make target.
Signed-off-by: Shuah Khan
---
tools/testing/selftests/net/Makefile| 8 +---
tools
Add a new make target to enable installing test. This target
installs test in the kselftest install location and add to the
kselftest script to run the test.
Signed-off-by: Shuah Khan
---
tools/testing/selftests/firmware/Makefile | 20
1 file changed, 20 insertions(+)
diff
Add a new make target to install to install kernel selftests.
This new target will build and install selftests.
Approach:
make kselftest_target:
-- exports kselftest INSTALL_KSFT_PATH
default $(INSTALL_MOD_PATH)/lib/kselftest/$(KERNELRELEASE)
-- exports path for ksefltest.sh
-- runs selftests
Add a new make target to enable installing test. This target
installs test in the kselftest install location and add to the
kselftest script to run the test.
Signed-off-by: Shuah Khan
---
tools/testing/selftests/timers/Makefile | 7 +++
1 file changed, 7 insertions(+)
diff --git a/tools/tes
Add a new make target to enable installing test. This target
installs test in the kselftest install location and add to the
kselftest script to run the test.
Signed-off-by: Shuah Khan
---
tools/testing/selftests/memfd/Makefile | 10 ++
1 file changed, 10 insertions(+)
diff --git a/tools
Add a new make target to enable installing test. This target
installs test in the kselftest install location and add to the
kselftest script to run the test.
Signed-off-by: Shuah Khan
---
tools/testing/selftests/ipc/Makefile | 11 +++
1 file changed, 11 insertions(+)
diff --git a/tools/
Add a new make target to enable installing test. This target
installs test in the kselftest install location and add to the
kselftest script to run the test.
Signed-off-by: Shuah Khan
---
tools/testing/selftests/ptrace/Makefile | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
d
On Tue, Nov 04, 2014 at 05:05:25PM +, Daniel Thompson wrote:
> This week with the help of one of my colleagues (thanks Tixy) I have
> been able to run some tests and figure out what it going on on vexpress-a9.
>
> The summary is that on some GICv1 implementations the bit to enable
> group 1 in
Add a new make target to enable installing test. This target
installs test in the kselftest install location and add to the
kselftest script to run the test.
Signed-off-by: Shuah Khan
---
tools/testing/selftests/efivarfs/Makefile | 13 -
1 file changed, 12 insertions(+), 1 deletion(-
Add a new make target to enable installing test. This target
installs test in the kselftest install location and add to the
kselftest script to run the test.
Signed-off-by: Shuah Khan
---
tools/testing/selftests/mqueue/Makefile | 8
1 file changed, 8 insertions(+)
diff --git a/tools/te
Add a new make target to enable installing test. This target
installs test in the kselftest install location and add to the
kselftest script to run the test.
Signed-off-by: Shuah Khan
---
tools/testing/selftests/user/Makefile | 7 +++
1 file changed, 7 insertions(+)
diff --git a/tools/testi
From: Aravind Gopalakrishnan
Extended error code meanings are tabulated for other banks.
Extending that tradition for MC6 in this patch.
Signed-off-by: Aravind Gopalakrishnan
---
drivers/edac/mce_amd.c | 41 +++--
1 file changed, 11 insertions(+), 30 deletio
Most, but not all, architectures supporting CONFIG_STRICT_DEVMEM treat
it as a debug feature - although its function is pretty much the
opposite of debug.
This patch deletes all architecture-specific config options and moves
the option to core code, as a non-debug option.
Signed-off-by: Leif Lind
This patch series adds a new kselftest_install make target
to enable selftest install. When make kselftest_install is
run, selftests are installed on the system. A new install
target is added to selftests Makefile which will install
targets for the tests that are specified in INSTALL_TARGETS.
Durin
Add a new make target to enable installing test. This target
installs test in the kselftest install location and add to the
kselftest script to run the test.
Signed-off-by: Shuah Khan
---
tools/testing/selftests/net/Makefile | 10 ++
1 file changed, 10 insertions(+)
diff --git a/tools/t
1 - 100 of 1022 matches
Mail list logo