On Sun, Mar 27, 2016 at 2:08 AM, Mark Brown wrote:
> On Sat, Mar 26, 2016 at 04:50:41PM -0700, Bjorn Andersson wrote:
>
>> Reinstating the following snippet in of_get_regulation_constraints()
>> sort this out:
>
>> if (constraints->min_uV && constraints->max_uV)
>>
Hi,
On 28.03.2016 15:50, Marek Vasut wrote:
> On 03/28/2016 12:34 PM, Jaehoon Chung wrote:
>> Hi,
>
> Hi,
>
> [...]
>
> That said, I would rather prefer to see "snps,dw-mshc" prefix on
> description
> of an MMC controller found on SoCFPGA series, "altr,socfpga-dw-mshc"
From: Colin Ian King
intel_menlow_memory_remove sanity checks to see if device is null, however,
this check is performed after we have already passed device into a call
to acpi_driver_data. If device is null, then acpi_driver_data will produce
a null pointer dereference on device. The correct ac
From: Colin Ian King
acpi_pcc_hotkey_remove sanity checks to see if device is null, however,
this check is performed after we have already passed device into a call
to acpi_driver_data. If device is null, then acpi_driver_data will produce
a null pointer dereference on device. The correct action
On Mon, Mar 28, 2016 at 04:12:19PM +, Mathieu Desnoyers wrote:
> - On Mar 28, 2016, at 11:56 AM, Paul E. McKenney
> paul...@linux.vnet.ibm.com wrote:
>
> > On Mon, Mar 28, 2016 at 03:07:36PM +, Mathieu Desnoyers wrote:
> >> - On Mar 28, 2016, at 9:29 AM, Paul E. McKenney
> >> pau
Hi Dietmar,
On 03/28/2016 05:02 AM, Dietmar Eggemann wrote:
> Hi Steve,
>
> these patches fall into the bucket of 'optimization of updating the
> value only if the root cfs_rq util has changed' as discussed in '[PATCH
> 5/8] sched/cpufreq: pass sched class into cpufreq_update_util' of Mike
> T's
From: Schuyler Patton
The AM572x-IDK board is a board based on TI's AM5728 SOC
which has a dual core 1.5GHz A15 processor. This board is a
development platform for the Industrial market with:
- 2GB of DDR3L
- Dual 1Gbps Ethernet
- HDMI,
- PRU-ICSS
- uSD
- 16GB eMMC
- CAN
- RS-485
- PCIe
- USB3.0
On 03/25/2016 10:03 AM, Rob Herring wrote:
> On Thu, Mar 24, 2016 at 05:30:44PM -0500, Nishanth Menon wrote:
>> From: Schuyler Patton
[...]
>> +- AM5728 IDK
>> + compatible = "ti,am5728-idk", "ti,am5728", "ti,dra742", "ti,dra74",
>> "ti,dra7"
>
> Okay, but I think the TI folks have gone a bit
TLB_REMOTE_SEND_IPI was recently introduced, but it counts bytes instead
of pages. In addition, it does not report correctly the case in which
flush_tlb_page flushes a page. Fix it to be consistent with other TLB
counters.
Fixes: 4595f9620cda8a1e973588e743cf5f8436dd20c6
Signed-off-by: Nadav Amit
The recently introduced batched invalidations mechanism uses its own
mechanism for shootdown. However, it does wrong accounting of interrupts
(e.g., inc_irq_stat is called for local invalidations), trace-points
(e.g., TLB_REMOTE_SHOOTDOWN for local invalidations) and may break some
platforms as it
Hello.
On 03/28/2016 06:02 PM, David Lechner wrote:
+/* register offsets */
+#define CFGCHIP_REG(n)(n * 4)
+#define CFGCHIP0_REGCFGCHIP_REG(0)
+#define CFGCHIP1_REGCFGCHIP_REG(1)
+#define CFGCHIP2_REGCFGCHIP_REG(2)
+#define CFGCHIP
The recent introduction of batched TLB flushes causes accounting problems in
vmstat and misses some tracepoints. In addition, I am afraid it might cause
problems in some platforms (Xen, UV) since it uses non-standard APIs.
v1->v2
* Added second patch to use standard api for invalidations
* cc'ing
On 03/25/2016 06:46 PM, Rafael J. Wysocki wrote:
>>> @@ -1726,6 +1810,34 @@ EXPORT_SYMBOL(cpufreq_unregister_notifie
>>> >> * GOVERNORS*
>>> >> */
>>> >>
>>> >> +/**
>>>
Deadline tasks behave differently of other tasks because deadline
task's also depend on their period, deadline and runtime.
Hence, the well known sched:sched_wakeup and sched:sched_switch
tracepoints are not always enough to precisely explain the behavior of a
deadline task with respect to the tas
Move dl_task_of(), dl_rq_of_se() and rq_of_dl_rq() helper functions
from kernel/sched/deadline.c to kernel/sched/sched.h, so they
can be used on other scheduler files.
Signed-off-by: Daniel Bristot de Oliveira
diff --git a/kernel/sched/deadline.c b/kernel/sched/deadline.c
index affd97e..f6bfb0a
From: "Steven Rostedt (Red Hat)"
To have nanosecond output displayed in a more human readable format, its
nicer to convert it to a seconds format (XXX.Y). The problem is that
to do so, the numbers must be divided by NSEC_PER_SEC, and moded too. But as
these numbers are 64 bit, this can no
Deadline tasks behave differently of other tasks because deadline
task's also depend on their period, deadline and runtime.
Hence, the well known sched:sched_wakeup and sched:sched_switch
tracepoints are not always enough to precisely explain the behavior of a
deadline task with respect to the tas
> On Mar 25, 2016, at 11:23 AM, Guenter Roeck wrote:
>
>> -#define WDT_RST 0x38
>> -#define WDT_EN 0x40
>> -#define WDT_BITE_TIME 0x5C
>> +enum wdt_reg {
>> +WDT_RST,
>> +WDT_EN,
>> +WDT_BITE_TIME,
>> +};
>> +
>> +static const u32 reg_offset_data_apcs_t
On Fri, Mar 25, 2016 at 7:26 AM, Benjamin Tissoires
wrote:
>
> Looks like recent changes in the Wacom driver made the Bamboo ONE crashes.
> The tablet behaves as if it was a regular Bamboo device with pen, touch
> and pad, but there is no physical pad connected to it.
> The weird part is that the
On Fri, Mar 04, 2016 at 04:43:06PM -0600, Eric W. Biederman wrote:
> In general this is only an issue if uids and gids on the filesystem
> do not map into the user namespace.
>
> Therefore the general fix is to limit the logic of checking for
> capabilities in s_user_ns if we are dealing with INVA
On Mar 25, 2016, at 9:15 AM, Rob Herring wrote:
>
> On Wed, Mar 23, 2016 at 05:05:04PM -0500, Matthew McClintock wrote:
>> Update the compatible string to add new device tree binding
>>
>> CC: linux-watch...@vger.kernel.org
>> Signed-off-by: Matthew McClintock
>> ---
>> Documentation/devicetree
For big endian platforms, reading the axes will return
invalid values.
The device stores each axis value in a 16 bit little
endian register. The driver uses regmap_read_bulk to get
the axis value, resulting in a 16 bit little endian value.
This needs to be converted to cpu endianness to work
on bi
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
master
head: f55532a0c0b8bb6148f4e07853b876ef73bc69ca
commit: 4506cfb6f8cad594ac73e0df2b2961ca10dbd25e ocfs2: record UNWRITTEN
extents when populate write desc
date: 3 days ago
coccinelle warnings: (new ones prefixed
For big endian platforms, reading the axes will return
invalid values.
The device stores each axis value in a 16 bit little
endian register. The driver uses regmap_read_bulk to get
the axis value, resulting in a 16 bit little endian value.
This needs to be converted to cpu endianness to work
on bi
When reading gyroscope axes using iio buffers, the values
returned are always 0. In the interrupt handler, the return
value of the read operation is returned to the user instead
of the value read. Return the value read to the user.
This is also fixed in commit 82d8e5da1a33 ("iio:
accel: bmg160: op
Hi Pratyush, Guenter,
On 28 March 2016 at 22:11, Pratyush Anand wrote:
> On 28/03/2016:06:46:20 AM, Guenter Roeck wrote:
>> On 03/28/2016 06:12 AM, Fu Wei wrote:
>> >Hi Wim, Guenter:
>> >
>> >Great thanks for reviewing and applying this patchset :-)
>> >Now I can see almost all the patches of thi
On Mon, Mar 21, 2016 at 04:42:47PM +0800, Huang, Ying wrote:
> Thomas Gleixner writes:
>
> > On Mon, 21 Mar 2016, Huang, Ying wrote:
> >> > FYI, we noticed 25.6% performance improvement due to commit
> >> >
> >> >65d8fc777f6d "futex: Remove requirement for lock_page() in
> >> > get_futex_ke
I hit this a few days ago. I'm not 100% what kernel it was running,
but I'm pretty sure it was a post 4.5 kernel from this merge window.
WARNING: CPU: 2 PID: 28919 at kernel/locking/lockdep.c:3198
__lock_acquire+0x74d/0x1c60
DEBUG_LOCKS_WARN_ON(class_idx > MAX_LOCKDEP_KEYS)
CPU: 2 PID: 28919 Com
bmc150_i2c_regmap_conf is defined three times (in bmc150-accel-core.c,
bmc150-accel-i2c.c and and bmc150-accel-spi.c), although the
definition is the same.
Use one common definition for bmc150_i2c_regmap_conf in all
included files.
Signed-off-by: Irina Tirdea
---
Changes from v1:
- instead of
On Mon, Mar 28, 2016 at 12:02 PM, Matthew McClintock
wrote:
> On Mar 25, 2016, at 9:15 AM, Rob Herring wrote:
>>
>> On Wed, Mar 23, 2016 at 05:05:04PM -0500, Matthew McClintock wrote:
>>> Update the compatible string to add new device tree binding
>>>
>>> CC: linux-watch...@vger.kernel.org
>>> Si
Hello.
On 03/28/2016 03:47 PM, Charles Keepax wrote:
GPIOlib will print warning messages if we call GPIO functions without a
valid GPIO. Change the code to avoid doing so.
Signed-off-by: Charles Keepax
---
drivers/net/ethernet/cadence/macb.c | 8 +---
1 file changed, 5 insertions(+), 3
On 03/26/2016 11:06 PM, zhaoxiu.zeng wrote:
From: Zeng Zhaoxiu
There is nothing MIPS specific here. Why not put it in asm-generic or
some similar place where it can be shared by all architectures?
Also, are you sure __builtin_popcount() is available on all GCC versions
that are supported
On Thu, Mar 24, 2016 at 12:24:56PM +0100, Gabriele Mazzotta wrote:
> 2016-03-24 10:39 GMT+01:00 Pali Rohár :
> > On Monday 21 March 2016 16:13:34 Gabriele Mazzotta wrote:
> >> 2016-03-21 13:17 GMT+01:00 Pali Rohár :
> >> > On Friday 18 March 2016 23:44:23 Gabriele Mazzotta wrote:
> >> >> +#ifdef CO
In truncate_inode_blocks, we can get some stale node block addresses in
the following scenario.
1. ipage = get_node_page(ino)
2. unlock_page(ipage)
3. trundate_dnode()
- invalidates all the data indices
- truncate node block
4. lock_page(ipage) and then failed, goto restart
5. -ENOMEM or -EIO be
Hi Irina,
[auto build test ERROR on iio/togreg]
[also build test ERROR on v4.6-rc1 next-20160327]
[if your patch is applied to the wrong git tree, please drop us a note to help
improving the system]
url:
https://github.com/0day-ci/linux/commits/Irina-Tirdea/iio-accel-bmc150-use-common-defini
On Mon, 28 Mar 2016, Irina Tirdea wrote:
> For big endian platforms, reading the axes will return
> invalid values.
>
> The device stores each axis value in a 16 bit little
> endian register. The driver uses regmap_read_bulk to get
> the axis value, resulting in a 16 bit little endian value.
> Th
The commit message should have said:
Fixes: 5b74283ab251b9db55cbbe31d19ca72482103290
(and not what it currently says).
Let me know whether to submit v3.
Nadav
On 3/26/16, 1:25 AM, "Nadav Amit" wrote:
>TLB_REMOTE_SEND_IPI was recently introduced, but it counts bytes instead
>of pages. In addi
Guten Tag
Sie benötigen Hilfe finanziell für Ihr Projekt? Kraftfahrzeug? Haus?
Unternehmen?
Schuld? Rechnung? auf der Suche einer ehrlichen Person, nach Wort und Ernst
wir sind dort, um Sie zu dienen, um Ihnen zu stellen an der Bequemlichkeit
Sie könnten mit unserer Hilfe für die Erlangung unm
From: Andi Kleen
When dumping PT traces with perf script it is very useful to see the
assembler for each sample, so that it is easily possible to follow
the control flow.
As using objdump is difficult and inefficient from perf script this
patch uses the udis86 library to implement assembler outp
From: Andi Kleen
When using perf script to look at PT traces it is often
useful to ignore the initialization code at the beginning.
On larger traces which may have many millions of instructions
in initialization code doing that in a pipeline can be very
slow, with perf script spending a lot of C
From: Andi Kleen
Implement printing full disassembled sequences for branch stacks in perf
script. This allows to directly print hot paths for individual samples,
together with branch misprediction and even cycle count information.
% perf record -b ...
% perf script -F brstackasm
...
From: Andi Kleen
Add autoprobing for the udev86 disassembler library.
Signed-off-by: Andi Kleen
---
tools/build/Makefile.feature | 6 --
tools/build/feature/Makefile | 8 ++--
tools/build/feature/test-all.c| 5 +
tools/build/feature/test-udis86.c | 8
tools/p
From: Andi Kleen
Add srcline_from and srcline_to branch sort keys that allow
to show the source lines of a branch. That makes it much easier
to track down where particular branches happen in the program,
for example to examine branch mispredictions, or to associate
it with cycle counts:
% perf r
On Tue, Mar 22, 2016 at 02:30:51PM +0100, Michał Kępień wrote:
...
> > > First of all, this patch raises a couple of checkpatch warnings.
> >
> > The code on the whole reads well so I would be happy with it as is. Making
> > it (and the existing code) fully compliant with checkpatch results in
Hi Andrew,
Could you take this patch, please?
Thanks,
Maciej
On 21.03.2016 15:38, Rodolfo Giometti wrote:
> On Mon, Mar 21, 2016 at 03:28:26PM +0100, Maciej S. Szmigiero wrote:
>> Hi Rodolfo,
>>
>> On 06.03.2016 20:13, Rodolfo Giometti wrote:
>>> On Sat, Mar 05, 2016 at 06:37:39PM +0100, Maciej
2016-03-28 19:33 GMT+02:00 Darren Hart :
> On Thu, Mar 24, 2016 at 12:24:56PM +0100, Gabriele Mazzotta wrote:
>> 2016-03-24 10:39 GMT+01:00 Pali Rohár :
>> > On Monday 21 March 2016 16:13:34 Gabriele Mazzotta wrote:
>> >> 2016-03-21 13:17 GMT+01:00 Pali Rohár :
>> >> > On Friday 18 March 2016 23:44
A "\n" at the end of bellow ACPI_INFO message is causing a blank line
in the kernel log:
ACPI_INFO(("%u ACPI AML tables successfully acquired and loaded\n",
tables_loaded));
This patch removes the "\n".
Kernel log before this patch:
ACPI: Core revision 20160108
ACPI: 2 ACPI AM
On Fri, Mar 25, 2016 at 05:00:50PM -0700, Hugh Dickins wrote:
> On Fri, 25 Mar 2016, Kirill A. Shutemov wrote:
> > On Thu, Mar 24, 2016 at 12:08:55PM -0700, Hugh Dickins wrote:
> > > On Thu, 24 Mar 2016, Kirill A. Shutemov wrote:
> > > > On Wed, Mar 23, 2016 at 01:09:05PM -0700, Hugh Dickins wrote:
On Mon, Mar 28, 2016 at 7:12 PM, Sinan Kaya wrote:
> Hi,
>
> On 3/23/2016 6:22 AM, Gabriele Paoloni wrote:
>> I had a look at your patchset and also in your git repo at the other
>> patches that you ported over from Tomasz; it seems that now we miss
>> a quirk mechanism to enable controller that a
+Jacob
On Mon, 2016-03-21 at 08:27 -0400, Prarit Bhargava wrote:
> This was submitted back in December and not picked up after review.
>
> P.
>
> -8<
> The Intel ASDM provides a maximum time window that can be specified
> when
> setting a time window in the RAPL driver. While the ASDM d
On Mon, Mar 28, 2016 at 11:55:28AM -0500, Matthew McClintock wrote:
>
> > On Mar 25, 2016, at 11:23 AM, Guenter Roeck wrote:
> >
> >> -#define WDT_RST 0x38
> >> -#define WDT_EN0x40
> >> -#define WDT_BITE_TIME 0x5C
> >> +enum wdt_reg {
> >> + WDT_RST,
> >> + WDT_EN,
>
On Mon, Mar 28, 2016 at 12:02:47PM -0500, Matthew McClintock wrote:
> On Mar 25, 2016, at 9:15 AM, Rob Herring wrote:
> >
> > On Wed, Mar 23, 2016 at 05:05:04PM -0500, Matthew McClintock wrote:
> >> Update the compatible string to add new device tree binding
> >>
> >> CC: linux-watch...@vger.ker
On 28 March 2016 at 16:58, Jonathan Cameron wrote:
> On 23/03/16 08:57, Slawomir Stepien wrote:
>> The following functionalities are supported:
>> - write, read from volatile memory
>>
>> Datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/22060b.pdf
>>
>> Signed-off-by: Slawomir Stepien
On 03/26/2016 06:36 PM, Rafael J. Wysocki wrote:
+static int sugov_limits(struct cpufreq_policy *policy)
>>> +{
>>> + struct sugov_policy *sg_policy = policy->governor_data;
>>> +
>>> + if (!policy->fast_switch_enabled) {
>>> + mutex_lock(&sg_policy
On Fri, Mar 25, 2016 at 12:32:43PM -0700, Christoph Hellwig wrote:
> On Fri, Mar 25, 2016 at 08:51:51AM -0700, Weongyo Jeong wrote:
> > Each irq_desc only supports one IRQ affinity notifier at current
> > implementation so when we try to register another notifier, it silently
> > unregister previou
From: Borislav Petkov
We have
#ifndef __ASSEMBLY__
...
#endif
#ifndef __ASSEMBLY__
...
#endif
Merge the two.
No functionality change.
Signed-off-by: Borislav Petkov
---
arch/x86/include/asm/thread_info.h | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/
On Mon, Mar 28, 2016 at 05:18:39PM +0100, Colin King wrote:
> From: Colin Ian King
>
> intel_menlow_memory_remove sanity checks to see if device is null, however,
> this check is performed after we have already passed device into a call
> to acpi_driver_data. If device is null, then acpi_driver_
Hi Shuah,
I reviewed the entire patch series, but I'm adding the comments only here,
as the other patches are coherent with this one.
Em Fri, 25 Mar 2016 22:38:42 -0600
Shuah Khan escreveu:
> Add Media Device Allocator API to manage Media Device life time problems.
> There are known problems wi
Em Fri, 25 Mar 2016 22:38:43 -0600
Shuah Khan escreveu:
> Add Media Device Allocator API documentation.
Please merge this with the previous patch.
>
> Signed-off-by: Shuah Khan
> ---
> include/media/media-dev-allocator.h | 32
> 1 file changed, 32 insertions(
Em Fri, 25 Mar 2016 22:38:45 -0600
Shuah Khan escreveu:
> Change au0828, uvcvideo, snd-usb-audio to use Media Device Allocator and
> new Media Controller API media_device_unregister_put().
>
> Signed-off-by: Shuah Khan
> ---
> drivers/media/usb/au0828/au0828-core.c | 7 +--
> drivers/medi
Em Fri, 25 Mar 2016 22:38:44 -0600
Shuah Khan escreveu:
> Add refcount to keep track of media device registrations to avoid release
> of media device when one of the drivers does unregister when media device
> belongs to more than one driver. Also add a new interfaces to unregister
> a media devi
On Fri, Mar 18, 2016 at 11:00 AM, Sinan Kaya wrote:
> On 3/18/2016 8:12 AM, Robin Murphy wrote:
>> Since we know for sure that swiotlb_to_phys is a no-op on arm64, it might be
>> cleaner to simply not reference it at all. I suppose we could have some
>> private local wrappers, e.g.:
>>
>> #defin
On 03/26/2016 10:43 PM, zhaoxiu.zeng wrote:
From: Zeng Zhaoxiu
Signed-off-by: Zeng Zhaoxiu
---
arch/alpha/include/asm/bitops.h | 27 +++
1 file changed, 27 insertions(+)
Acked-by: Richard Henderson
r~
On 03/02/2016 04:58 PM, Joseph Salisbury wrote:
> On 02/29/2016 04:33 AM, Jani Nikula wrote:
>> On Wed, 24 Feb 2016, Joseph Salisbury wrote:
>>> Hi Sonika,
>>>
>>> A kernel bug report was opened against Ubuntu [0]. After a kernel
>>> bisect, it was found that reverting the following commit resolv
On Mon, 28 Mar 2016, Kirill A. Shutemov wrote:
>
> I think I found it. I have refcounting screwed up in faultaround.
>
> This should fix the problem:
Yes, this fixes it for me - thanks.
Hugh
>
> diff --git a/mm/filemap.c b/mm/filemap.c
> index 94c097ec08e7..1325bb4568d1 100644
> --- a/mm/file
Am Montag, 28. März 2016, 13:21:02 schrieb Emil Velikov:
> On 22 March 2016 at 00:42, Heiko Stuebner wrote:
> > Hi Yakir,
> >
> > Am Montag, 21. März 2016, 20:17:46 schrieb Yakir Yang:
> >> On 03/21/2016 07:29 PM, Heiko Stübner wrote:
> >> > Am Montag, 21. März 2016, 17:28:38 schrieb Yakir Yang:
On Wed, 9 Mar 2016 13:24:23 +0100
Sebastian Andrzej Siewior wrote:
> * Josh Cartwright | 2016-03-08 12:26:56 [-0600]:
>
> >Is it really just about latency? Does this deferral not lead to an
> >inversion in the case where the single woken task isn't the highest
> >priority waiter on the completi
On Mon, Mar 28, 2016 at 07:58:09PM +0200, Gabriele Mazzotta wrote:
> 2016-03-28 19:33 GMT+02:00 Darren Hart :
> > On Thu, Mar 24, 2016 at 12:24:56PM +0100, Gabriele Mazzotta wrote:
> >> 2016-03-24 10:39 GMT+01:00 Pali Rohár :
> >> > On Monday 21 March 2016 16:13:34 Gabriele Mazzotta wrote:
> >> >>
On Mon, Mar 28, 2016 at 11:16 AM, Vladimir Zapolskiy
wrote:
> Hi,
>
> On 28.03.2016 15:50, Marek Vasut wrote:
>> On 03/28/2016 12:34 PM, Jaehoon Chung wrote:
>>> Hi,
>>
>> Hi,
>>
>> [...]
>>
>> That said, I would rather prefer to see "snps,dw-mshc" prefix on
>> description
>>>
Linus,
Please pull the following changes for 4.6-rc2 from:
git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git master
These include updates to MAINTAINERS, some comment spelling fixes, and a
bugfix to the tile kgdb.c support.
Adam Buchbinder (1):
tile: Fix misspelling
Hi Sebastian,
Thank you for the patch.
On Tuesday 08 Mar 2016 17:39:39 Sebastian Reichel wrote:
> Having the pending variable available as atomic bit helps
> with the later addition of manually updated display support.
>
> Signed-off-by: Sebastian Reichel
> ---
> drivers/gpu/drm/omapdrm/omap_c
Hi Sebastian,
Thank you for the patch.
On Tuesday 08 Mar 2016 17:39:46 Sebastian Reichel wrote:
> Save the framedone callback supplied by dss for later
> usage.
We already have too many callbacks in the driver, making the code difficult to
understand. Wouldn't it be possible to cal directly fro
Hi Sebastian,
Thank you for the patch.
On Tuesday 08 Mar 2016 17:39:43 Sebastian Reichel wrote:
> The FIFO thresholds must be configured by omapdrm for
> manually updated DSI panels due to a hardware bug.
I find the subject a bit misleading, it made me think that the patch added new
methods, wh
Hi Sebastian,
Thank you for the patch.
Given that you only add four lines of code here, and given that the enabled
bit is unused here, I'd just squash this patch with the one that makes use of
the enabled bit.
On Tuesday 08 Mar 2016 17:39:40 Sebastian Reichel wrote:
> Signed-off-by: Sebastian
Hi Sebastian,
Thank you for the patch.
On Tuesday 08 Mar 2016 17:39:45 Sebastian Reichel wrote:
> Due to a hardware bug, FIFOs thresholds must be
> configured very carefully for manually updated
> displays.
Could you please provide more information about the bug and how the code
handles it ?
>
Hi Sebastian,
Thank you for the patch.
On Tuesday 08 Mar 2016 17:39:42 Sebastian Reichel wrote:
> Signed-off-by: Sebastian Reichel
> ---
> drivers/gpu/drm/omapdrm/omap_crtc.c | 31 ++-
> drivers/gpu/drm/omapdrm/omap_drv.h | 1 +
> 2 files changed, 31 insertions(+),
On 03/21/2016 01:37 AM, Juerg Haefliger wrote:
...
+void xpfo_free_page(struct page *page, int order)
+{
+int i;
+unsigned long kaddr;
+
+for (i = 0; i < (1 << order); i++) {
+
+/* The page frame was previously allocated to user space */
+if (TEST_AND_CLEAR_XPFO_FLAG(u
On Sun, Mar 27, 2016 at 10:03:53PM -0700, Guenter Roeck wrote:
> Hi,
>
> arm:collie_defconfig is broken since commit ff2b135922 ("gpio: make the
> gpiochip a real device").
>
> Test is quite simple:
>
> Build arm:collie_defconfig, run with
> qemu-system-arm -M collie -kernel arch/arm/boot
On 03/28/2016 11:30 AM, Dietmar Eggemann wrote:
> On 03/28/2016 06:34 PM, Steve Muckle wrote:
>> Hi Dietmar,
>>
>> On 03/28/2016 05:02 AM, Dietmar Eggemann wrote:
>>> Hi Steve,
>>>
>>> these patches fall into the bucket of 'optimization of updating the
>>> value only if the root cfs_rq util has cha
2016-03-28 20:56 GMT+02:00 Darren Hart :
> On Mon, Mar 28, 2016 at 07:58:09PM +0200, Gabriele Mazzotta wrote:
>> 2016-03-28 19:33 GMT+02:00 Darren Hart :
>> > On Thu, Mar 24, 2016 at 12:24:56PM +0100, Gabriele Mazzotta wrote:
>> >> 2016-03-24 10:39 GMT+01:00 Pali Rohár :
>> >> > On Monday 21 March
Just two small changes:
1) Remove bogus init annotation in icside, from Arnd Bergmann.
2) Don't use zero clock rates in palm_bk3710 driver, from Wolfram
Sang.
Please pull, thanks a lot!
The following changes since commit 142b9e6c9de0fd7c0dff9a1d4a25390de46abf5e:
x86/kallsyms: fix GOLD li
Minor typing cleanup from Joe Perches, and some comment typo fixes
from Adam Buchbinder.
Please pull, thanks!
The following changes since commit 142b9e6c9de0fd7c0dff9a1d4a25390de46abf5e:
x86/kallsyms: fix GOLD link failure with new relative kallsyms table format
(2016-03-20 13:52:37 -0700)
On Sat, Mar 26, 2016 at 10:42 PM, Jakob Unterwurzacher
wrote:
> On 16.03.2016 10:44, Miklos Szeredi wrote:
>> On Tue, Mar 15, 2016 at 8:55 AM, Jakob Unterwurzacher
>> wrote:
>>> Just for anybody finding this thread: This still happens in v4.4, it
>>> just took longer to trigger.
>>>
>>> I have po
On Mon, Mar 28, 2016 at 02:22:18AM +0900, Taeung Song wrote:
> Cc: Jiri Olsa
> Cc: Namhyung Kim
> Signed-off-by: Taeung Song
for the patchset:
Acked-by: Jiri Olsa
thanks,
jirka
> ---
> tools/perf/perf.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/tools/perf/
On Sun, Mar 27, 2016 at 5:26 PM, Fabio Estevam wrote:
> On Sun, Mar 27, 2016 at 11:44 AM, Fabio Estevam wrote:
>
>> Good catch!
>>
>> Reviewed-by: Fabio Estevam
>>
>> I will fix imx6q-sabresd.dtsi when this patch gets applied.
>
> After thinking more about it, I think the correct fix is to rever
Around Sun 27 Mar 2016 13:47:02 +0800 or thereabout, zhaoxiu.zeng wrote:
> From: Zeng Zhaoxiu
>
> Signed-off-by: Zeng Zhaoxiu
Acked-by: Hans-Christian Noren Egtvedt
> ---
> arch/avr32/include/asm/bitops.h | 32
> 1 file changed, 32 insertions(+)
--
Best r
On Sat, 2016-03-26 at 20:47 +0200, Vladimir Zapolskiy wrote:
> The list of CPU model specific registers contains two copies of TDP
> registers, remove the one, which is out of numerical order in the
> list.
>
Thanks for finding this.
> Fixes: 6a35fc2d6c22 ("cpufreq: intel_pstate: get P1 from TAR
On 03/28/2016 06:34 PM, Steve Muckle wrote:
Hi Dietmar,
On 03/28/2016 05:02 AM, Dietmar Eggemann wrote:
Hi Steve,
these patches fall into the bucket of 'optimization of updating the
value only if the root cfs_rq util has changed' as discussed in '[PATCH
5/8] sched/cpufreq: pass sched class int
Hi Tim,
On Mon, Mar 28, 2016 at 4:59 PM, Tim Harvey wrote:
> Fabio,
>
> I would agree with you on this - 5c5fb40de8f143 ("PCI: imx6: Add
> support for active-low reset GPIO") should be reverted.
>
> I just finished bisecting an issue to this specific patch only to find
> out Krzysztof found it
Hi Shawn,
On 02/28/2016 08:56 AM, Fabio Estevam wrote:
Rob,
On Thu, Jan 28, 2016 at 6:28 PM, Akshay Bhat wrote:
I have no objections against the idea and the code itself.
But as Guenter pointed out: it would be handy to get feedback from the
devicetree maintainers on the above discussion.
K
Am Mittwoch, 16. März 2016, 14:58:43 schrieb Andreas Färber:
> Drop superfluous #address-cells and #size-cells.
> Use KEY_POWER define for 116.
> Rename sub-nodes to avoid new dtc warnings.
>
> Reported-by: Julien Chauveau
> Cc: Julien Chauveau
> Signed-off-by: Andreas Färber
applied to my dts
Am Montag, 28. März 2016, 22:24:12 schrieb Heiko Stübner:
> Am Mittwoch, 16. März 2016, 14:58:43 schrieb Andreas Färber:
> > Drop superfluous #address-cells and #size-cells.
> > Use KEY_POWER define for 116.
> > Rename sub-nodes to avoid new dtc warnings.
> >
> > Reported-by: Julien Chauveau
> >
Am Mittwoch, 16. März 2016, 14:58:40 schrieb Andreas Färber:
> Use "geekbuying".
>
> Acked-by: Rob Herring
> Signed-off-by: Andreas Färber
applied to my dts64 branch for 4.7
Thanks
Heiko
Hello,
[add Bjorn Andersson to cc since I forgot and he authored the mentioned commit]
On 03/23/2016 08:59 PM, Javier Martinez Canillas wrote:
> Commit 6261b06de565 ("regulator: Defer lookup of supply to regulator_get")
> moved the regulator supplies lookup logic from the regulators registration
Hello!
I have a use case for mac80211 where I create multiple stations to
the same remote peer MAC address.
I'm seeing cases where the rhashtable logic is returning -16 (EBUSY)
on insert (see sta_info_hash_add).
This is with the 4.4.6+ (plus local patches) kernel, and it has the patch
mentioned
On Sat, 26 Mar 2016 01:25:04 -0700 Nadav Amit wrote:
> TLB_REMOTE_SEND_IPI was recently introduced, but it counts bytes instead
> of pages. In addition, it does not report correctly the case in which
> flush_tlb_page flushes a page. Fix it to be consistent with other TLB
> counters.
>
> Fixes: 4
On Mar 28, 2016, at 1:13 PM, Guenter Roeck wrote:
>
>>> bit 0 is the enable bit, and bit 1 enables interrupts. At address 0x08 (eg
>>> LPASS_QDSP6SS_WDOG_UNMASKED_INT_EN), bit 0 enables interrupts and bit 1 is
>>> undefined.
>>
>> I honestly don’t see anything at 0x8 for either blocks that looks
On Mon, Mar 28, 2016 at 1:13 PM, Fabio Estevam wrote:
> Hi Tim,
>
> On Mon, Mar 28, 2016 at 4:59 PM, Tim Harvey wrote:
>
>> Fabio,
>>
>> I would agree with you on this - 5c5fb40de8f143 ("PCI: imx6: Add
>> support for active-low reset GPIO") should be reverted.
>>
>> I just finished bisecting an
On 3/28/16, 1:38 PM, "Andrew Morton" wrote:
>On Sat, 26 Mar 2016 01:25:04 -0700 Nadav Amit wrote:
>
>> TLB_REMOTE_SEND_IPI was recently introduced, but it counts bytes instead
>> of pages. In addition, it does not report correctly the case in which
>> flush_tlb_page flushes a page. Fix it to be
Em Sun, Mar 27, 2016 at 05:06:18PM +1100, Stephen Rothwell escreveu:
> Hi all,
>
> After merging the fixes tree, today's linux-next build (perf powerpcle)
> failed like this:
>
> arch/powerpc/util/header.c:17:1: error: no previous prototype for 'get_cpuid'
> [-Werror=missing-prototypes]
> get_c
201 - 300 of 564 matches
Mail list logo