Commit-ID: e3a42cdd3e35d6c2181d5acfa191eb448aea6ace
Gitweb: http://git.kernel.org/tip/e3a42cdd3e35d6c2181d5acfa191eb448aea6ace
Author: Elena Reshetova
AuthorDate: Tue, 21 Feb 2017 17:34:59 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:15 -0300
perf map: Co
Hi Bart,
> -Original Message-
> From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma-
> ow...@vger.kernel.org] On Behalf Of Bart Van Assche
> Sent: Monday, March 6, 2017 11:13 PM
> To: Parav Pandit ; gre...@linuxfoundation.org
> Cc: linux-kernel@vger.kernel.org; linux-r...@vger.kernel
> Hello.
>
> On 03/06/2017 05:20 PM, Elena Reshetova wrote:
>
> > refcount_t type and corresponding API should be
> > used instead of atomic_t when the variable is used as
> > a reference counter. This allows to avoid accidental
> > refcounter overflows that might lead to use-after-free
> > situa
Commit-ID: 7100810a75b9854f1b05550b54500497c5914d4b
Gitweb: http://git.kernel.org/tip/7100810a75b9854f1b05550b54500497c5914d4b
Author: Elena Reshetova
AuthorDate: Tue, 21 Feb 2017 17:34:58 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:15 -0300
perf dso: Co
On Mar 7, 2017, at 12:03 AM, Davidlohr Bueso wrote:
> This replaces the in-house version, which is also derived
> from Jan's interval tree implementation.
>
> Cc: oleg.dro...@intel.com
> Cc: andreas.dil...@intel.com
> Cc: jsimm...@infradead.org
> Cc: lustre-de...@lists.lustre.org
>
> Signed-off
On Tue, 2017-03-07 at 14:03 +0800, Wu-Cheng Li wrote:
> From: Wu-Cheng Li
>
> VPU firmware has a bug and may return invalid buffer index for
> some vp9 videos. Check the buffer indexes before accessing the
> buffer.
>
> Signed-off-by: Wu-Cheng Li
> ---
> drivers/media/platform/mtk-vcodec/mtk_v
* h...@zytor.com wrote:
> On March 1, 2017 2:27:54 AM PST, Ingo Molnar wrote:
> >
> >* Thomas Gleixner wrote:
> >
> >> On Wed, 1 Mar 2017, Ingo Molnar wrote:
> >> >
> >> > * Jiri Slaby wrote:
> >> >
> >> > > This is a start of series to unify use of ENTRY, ENDPROC, GLOBAL,
> >END,
> >> > >
2017-03-02 22:10 GMT+08:00 Daniel Bristot de Oliveira :
> During the activation, CBS checks if it can reuse the current task's
> runtime and period. If the deadline of the task is in the past, CBS
> cannot use the runtime, and so it replenishes the task. This rule
> works fine for implicit deadline
2017-03-02 22:10 GMT+08:00 Daniel Bristot de Oliveira :
> Currently, the replenishment timer is set to fire at the deadline
> of a task. Although that works for implicit deadline tasks because the
> deadline is equals to the begin of the next period, that is not correct
> for constrained deadline t
Hi Piotr,
2017-03-06 22:39 GMT+09:00 Piotr Sroka :
> PHY settings can be different for different platforms and SoCs.
> Fixed PHY input delays was replaced with SoC specific compatible data.
> DTS properties are used for configuration new PHY DLL delays.
Probably you are familiar with this IP.
P
With the discussion[1], I found it seems there are every PageFlags
functions return bool at this moment so we don't need double
negation any more.
Although it's not a problem to keep it, it makes future users
confused to use dobule negation for them, too.
Remove such possibility.
[1] https://marc
On Fri, 2017-03-03 at 11:49 +0800, Yong Mao wrote:
> On Fri, 2017-02-24 at 16:47 -0600, Rob Herring wrote:
> > On Fri, Feb 24, 2017 at 3:59 AM, Yong Mao wrote:
> > > Dear Rob,
> > >
> > > Could you please help to make comments for this patch?
> > > Thanks.
> >
> > I already did comment. It's stil
Hi Marc,
On 03/07/2017 01:11 PM, Marc Zyngier wrote:
On Tue, Mar 07 2017 at 4:07:05 am GMT, Alim Akhtar
wrote:
From: Alim Akhtar
As per GICv3 Architecture specification 8.9.4 field descriptions,
GICD_CTLR_ARE_NS is bit[5]. This patch correct the same.
Fixes: 021f6537 ("irqchip: gic-v3: In
Commit-ID: 4738ca30b4a7a113084d7863846175094f95c62f
Gitweb: http://git.kernel.org/tip/4738ca30b4a7a113084d7863846175094f95c62f
Author: Arnaldo Carvalho de Melo
AuthorDate: Thu, 23 Feb 2017 13:24:34 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:16 -0300
per
Commit-ID: dc23103278c5ad53c177a25e209ef687e6d5d293
Gitweb: http://git.kernel.org/tip/dc23103278c5ad53c177a25e209ef687e6d5d293
Author: Namhyung Kim
AuthorDate: Fri, 24 Feb 2017 10:12:50 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:17 -0300
perf ftrace: Ad
On Mon, 6 Mar 2017 18:00:25 +0100
Nicholas Mc Guire wrote:
> The generator was emitting quite a few duplicate flags which was making
> doublebitand.cocci nervous. This awk hack resolves the duplicate issue.
Yes, I know that.
I don't think that the duplicating those flags in "automatic generated
> On Mon, Mar 6, 2017 at 9:09 AM, Michał Kępień wrote:
> >> On Thu, Mar 2, 2017 at 2:02 PM, Michał Kępień wrote:
>
> >> > + * Since sparse_keymap_setup() now uses a managed allocation for the
> >> > + * keymap copy, use of this function is deprecated.
> >>
> >> So...
> >>
> >> > */
> >> > voi
> Hi Michael
>
> On Mon, Mar 06, 2017 at 07:47:23PM +0100, Micha?? K??pie?? wrote:
> > > > In light of the above findings, what would you like to do?
> > >
> > > Thanks for testing, good that we caught this before the patch series was
> > > applied. I think it is reasonable to skip applying this
Commit-ID: 583359646fde8526ea9456618cc24dc359b34094
Gitweb: http://git.kernel.org/tip/583359646fde8526ea9456618cc24dc359b34094
Author: Namhyung Kim
AuthorDate: Fri, 24 Feb 2017 10:12:51 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:17 -0300
perf ftrace: Us
Hi Thomas,
I've an "interesting" irq problem. I've an i2c pmic
(Intel Cherry Trail Whiskey Cove) which itself contains
an i2c controller (adapter in Linux terms) and has a
pin dedicated for raising irqs by the external battery
charger ic attached to its i2c-adapter.
To be able to use the irq for
At 03/07/2017 03:41 PM, Reshetova, Elena wrote:
At 03/06/2017 05:43 PM, Reshetova, Elena wrote:
At 03/03/2017 04:55 PM, Elena Reshetova wrote:
Now when new refcount_t type and API are finally merged
(see include/linux/refcount.h), the following
patches convert various refcounters in the btr
Commit-ID: 90ec5e89e393c76e19afc845d8f88a5dc8315919
Gitweb: http://git.kernel.org/tip/90ec5e89e393c76e19afc845d8f88a5dc8315919
Author: Naveen N. Rao
AuthorDate: Wed, 22 Feb 2017 19:23:37 +0530
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:17 -0300
kretprobes: En
2017-03-02 22:10 GMT+08:00 Daniel Bristot de Oliveira :
> From: "Steven Rostedt (VMware)"
>
> I was testing Daniel's changes with his test case, and tweaked it a
> little. Instead of having the runtime equal to the deadline, I
> increased the deadline ten fold.
>
> Daniel's test case had:
>
>
Hi Anshuman,
On Mon, Mar 06, 2017 at 03:10:17PM +0530, Anshuman Khandual wrote:
> On 03/06/2017 07:39 AM, Minchan Kim wrote:
> > On Fri, Mar 03, 2017 at 05:13:54PM +0530, Anshuman Khandual wrote:
> >> On 03/02/2017 12:09 PM, Minchan Kim wrote:
> >>> try_to_munlock returns SWAP_MLOCK if the one of
Commit-ID: 35b6f55aa9ba65141f2def0997e23aab13715d3f
Gitweb: http://git.kernel.org/tip/35b6f55aa9ba65141f2def0997e23aab13715d3f
Author: Naveen N. Rao
AuthorDate: Wed, 22 Feb 2017 19:23:39 +0530
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:18 -0300
trace/kprobes:
On Mon, Mar 06, 2017 at 03:40:54PM -0600, Josh Poimboeuf wrote:
> On Mon, Mar 06, 2017 at 05:54:01PM +, Nicholas Mc Guire wrote:
> > On Mon, Mar 06, 2017 at 11:25:37AM -0600, Josh Poimboeuf wrote:
> > > > arch/x86/tools/gen-insn-attr-x86.awk | 12 ++--
> > > > tools/objtoo
Commit-ID: f1c4d1ad39b5f7c617572f93658bb7159ec9c686
Gitweb: http://git.kernel.org/tip/f1c4d1ad39b5f7c617572f93658bb7159ec9c686
Author: Adrian Hunter
AuthorDate: Tue, 28 Feb 2017 12:02:36 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:18 -0300
perf intel-PT/
On Mon, Mar 06, 2017 at 04:20:58PM +0200, Elena Reshetova wrote:
> refcount_t type and corresponding API should be
> used instead of atomic_t when the variable is used as
> a reference counter. This allows to avoid accidental
> refcounter overflows that might lead to use-after-free
> situations.
>
Commit-ID: e491bc2f0dd9f1b4a23ba6f3da88f6b695c4a4c9
Gitweb: http://git.kernel.org/tip/e491bc2f0dd9f1b4a23ba6f3da88f6b695c4a4c9
Author: Naveen N. Rao
AuthorDate: Thu, 23 Feb 2017 17:07:23 +0530
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:18 -0300
perf probe: Ge
From: Boris Brezillon [mailto:boris.brezil...@free-electrons.com]
Sent: 6 march 2017 22:21
> On Mon, 6 Mar 2017 12:32:25 +
> Artur Jedrysek wrote:
>
> > Recent versions of Cadence QSPI controller support Octal SPI transfers
> > as well. This patch updates existing driver to support such feat
Config data for drivers, like MAC addresses, is often stored in MTD.
Add a binding that define how such data storage can be represented in
device tree.
Signed-off-by: Alban
---
Changelog:
v2: * Added a "Required properties" section with the nvmem-provider
property
---
.../devicetree/bindin
* h...@zytor.com wrote:
> On March 1, 2017 2:27:54 AM PST, Ingo Molnar wrote:
> >> > So how about using macro names that actually show the purpose, instead
> >> > of
> >> > importing all the crappy, historic, essentially randomly chosen debug
> >> > symbol macro names from the binutils and
On Sun, Mar 05, 2017 at 06:09:42PM -0800, David F. wrote:
> More and more systems are coming with M2 on RAID and Linux doesn't
> work unless you change the system out of RAID mode. This is becoming
> more and more of a problem. What is the status of Linux support for
> the new systems?
Your mes
Allow drivers that use the nvmem API to read data stored on MTD devices.
Add an option to the MTD core that allow registering the MTD as
read-only NVMEM providers.
Signed-off-by: Alban
---
Changelog:
v2: * Moved to the MTD core instead of using notifiers
* Fixed the Kconfig description
---
d
Commit-ID: e3ba76deef23064fc272424b86b506cd80b04fc5
Gitweb: http://git.kernel.org/tip/e3ba76deef23064fc272424b86b506cd80b04fc5
Author: Jiri Olsa
AuthorDate: Mon, 27 Feb 2017 10:48:18 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:19 -0300
perf tools: Force
On Tue, 7 Mar 2017, Ingo Molnar wrote:
>
> * kbuild test robot wrote:
>
> > arch/x86/kernel/fpu/xstate.c:931:9-10: WARNING: return of 0/1 in function
> > 'xfeatures_mxcsr_quirk' with return type bool
> >
> > Return statements in functions returning bool should use
> > true/false instead of 1
Commit-ID: a0f213e14bb5cf4f190809b5811e1292bd614899
Gitweb: http://git.kernel.org/tip/a0f213e14bb5cf4f190809b5811e1292bd614899
Author: Arnaldo Carvalho de Melo
AuthorDate: Thu, 2 Mar 2017 15:44:19 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:19 -0300
perf
On Tue, Mar 07, 2017 at 11:18:36AM +0800, kernel test robot wrote:
> Greeting,
>
> FYI, we noticed a -14.4% regression of hackbench.throughput due to commit:
Yeah, I know ... this patch is a mixed bag, some like it, some hate it.
But given it was fingered by a human doing desktopy things that tr
Depending on what is being done, the intel_pstate_tracer.py script
needs to be run as root, or can be run as a regular user.
If run the first time as root the results directory will be
incorrect for any subsequent run as a regular user. For any run
as root the specific testname subdirectory will no
Laurent,
On 06/03/17 22:50, Laurent Pinchart wrote:
> Hi Roger,
>
> Thank you for the patch.
>
> On Friday 03 Mar 2017 13:17:15 Roger Quadros wrote:
>> On alternate setting change, webcam gadget sends us a UVC_EVENT_STREAMON
>> or UVC_EVENT_STREAMOFF event. It expects delayed status response on
Hi, Paul,
I have modified the source code.
There are three issues.
#1. E7=73 03 28 Button pad device is not assigned "ALPS_BUTTONPAD" Flag
correctly.
#2. E7=73 03 28 devices are not assigned " ALPS_DUALPOINT" Flag correctly.
#3. E7=73 03 28 device cursor speed is slow.
Actually, the cause is a
On Tue, Mar 7, 2017 at 12:41 AM, David Ahern wrote:
> On 3/6/17 11:51 AM, Dmitry Vyukov wrote:
>> We hit it several thousand times, but we get only several dozens of
>> crashes per day on ~80 VMs. So if you try to reproduce it on a single
>> machine it can take days for a single crash.
>> If you a
Commit-ID: 7768f8dada66d6052fccbc2ddc375f3e650455b9
Gitweb: http://git.kernel.org/tip/7768f8dada66d6052fccbc2ddc375f3e650455b9
Author: Charles Baylis
AuthorDate: Fri, 24 Feb 2017 13:32:56 +
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:16 -0300
perf tools: A
Commit-ID: d0e02579c282ccf34c79818045ec2d2934b56c19
Gitweb: http://git.kernel.org/tip/d0e02579c282ccf34c79818045ec2d2934b56c19
Author: Steven Rostedt (VMware)
AuthorDate: Mon, 27 Feb 2017 11:52:04 -0500
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:19 -0300
trac
On 03.03.2017 10:07, Smitha T Murthy wrote:
> Add v4l2 controls for HEVC encoder
>
> Signed-off-by: Smitha T Murthy
> ---
> drivers/media/v4l2-core/v4l2-ctrls.c | 51 +
> include/uapi/linux/v4l2-controls.h | 129
> ++
> 2 files changed, 180 insert
Commit-ID: 001916b94a04809a94abb07daba6f9ace01906ba
Gitweb: http://git.kernel.org/tip/001916b94a04809a94abb07daba6f9ace01906ba
Author: Jiri Olsa
AuthorDate: Sun, 5 Mar 2017 17:40:11 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Mon, 6 Mar 2017 12:39:30 -0300
perf bench numa: Ad
Commit-ID: 4400ac8a9a900318f8516dc0fb94075cb3fdb50d
Gitweb: http://git.kernel.org/tip/4400ac8a9a900318f8516dc0fb94075cb3fdb50d
Author: Namhyung Kim
AuthorDate: Fri, 24 Feb 2017 10:12:49 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:17 -0300
perf cpumap: In
On Tue, Mar 07, 2017 at 12:25:42PM +1100, Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the staging tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/staging/media/atomisp/i2c/mt9m114.c:38:41: fatal error:
> linux/atomisp_gmin_platform.h: No such file or
Commit-ID: 120010cb1eea151d38a3e66f5ffc79a0c3110292
Gitweb: http://git.kernel.org/tip/120010cb1eea151d38a3e66f5ffc79a0c3110292
Author: Arnaldo Carvalho de Melo
AuthorDate: Thu, 2 Mar 2017 12:55:49 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:19 -0300
tool
Hi Elena,
On Mon, Mar 06, 2017 at 04:21:00PM +0200, Elena Reshetova wrote:
> refcount_t type and corresponding API should be
> used instead of atomic_t when the variable is used as
> a reference counter. This allows to avoid accidental
> refcounter overflows that might lead to use-after-free
> sit
Commit-ID: 02d492e5dcb72c004d213756eb87c9d62a6d76a7
Gitweb: http://git.kernel.org/tip/02d492e5dcb72c004d213756eb87c9d62a6d76a7
Author: Borislav Petkov
AuthorDate: Tue, 7 Feb 2017 01:40:05 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:13 -0300
perf stat: Is
Commit-ID: a9af6be5bc25214f7870fef2b6d3490fe8b87bf7
Gitweb: http://git.kernel.org/tip/a9af6be5bc25214f7870fef2b6d3490fe8b87bf7
Author: Namhyung Kim
AuthorDate: Fri, 24 Feb 2017 10:12:48 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:16 -0300
perf ftrace: Ad
Commit-ID: f25d384755191690b1196776d319cb6a4e899f28
Gitweb: http://git.kernel.org/tip/f25d384755191690b1196776d319cb6a4e899f28
Author: Borislav Petkov
AuthorDate: Thu, 9 Feb 2017 01:34:49 +0100
Committer: Ingo Molnar
CommitDate: Tue, 7 Mar 2017 08:28:00 +0100
x86/asm: Optimize clear_pa
On 06.03.2017 21:18, Jens Axboe wrote:
> On 03/05/2017 09:40 PM, NeilBrown wrote:
>> On Fri, Mar 03 2017, Jack Wang wrote:
>>>
>>> Thanks Neil for pushing the fix.
>>>
>>> We can optimize generic_make_request a little bit:
>>> - assign bio_list struct hold directly instead init and merge
>>> - re
Commit-ID: ed4aad50ea0384737034b39f952f29cfb2da52ac
Gitweb: http://git.kernel.org/tip/ed4aad50ea0384737034b39f952f29cfb2da52ac
Author: Arnaldo Carvalho de Melo
AuthorDate: Thu, 23 Feb 2017 15:33:02 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:14 -0300
too
On Thu, Feb 16, 2017 at 07:07:27PM +0800, Long Cheng wrote:
> In Mediatek SOCs, the uart can support DMA function.
> Base on DMA engine formwork, we add the DMA code to support uart. And put the
> code under drivers/dma.
Are these interdependent, if not can you send them separately please
>
> T
On Thu, Feb 16, 2017 at 07:07:29PM +0800, Long Cheng wrote:
> In DMA engine framework, add 8250 mtk dma to support it.
Can you please describe the controller here
> +/*
> + * MTK DMAengine support
> + *
> + * Copyright (c) 2016 MediaTek Inc.
we are in 2017 now
> +#define VFF_INT_FLAG_CLR_B 0
Commit-ID: e34f5b11cd51fbe723e481c1db03a77260be6f4c
Gitweb: http://git.kernel.org/tip/e34f5b11cd51fbe723e481c1db03a77260be6f4c
Author: Elena Reshetova
AuthorDate: Tue, 21 Feb 2017 17:35:02 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:16 -0300
perf thread:
On Tue, Mar 7, 2017 at 12:08 AM, Paul E. McKenney
wrote:
>> >> >> >> Hello,
>> >> >> >>
>> >> >> >> Paul, you wanted bugs in rcu.
>> >> >> >
>> >> >> > Well, whether I want them or not, I must deal with them. ;-)
>> >> >> >
>> >> >> >> I've got this WARNING while running syzkaller fuzzer on
>> >>
On Mon, 2017-02-13 at 19:42 -0600, Josh Poimboeuf wrote:
> For live patching and possibly other use cases, a stack trace is only
> useful if it can be assured that it's completely reliable. Add a new
> save_stack_trace_tsk_reliable() function to achieve that.
>
> Note that if the target task isn'
Commit-ID: 79c5fe6db8c70558d3a64959f55596d137ccc6e6
Gitweb: http://git.kernel.org/tip/79c5fe6db8c70558d3a64959f55596d137ccc6e6
Author: Elena Reshetova
AuthorDate: Tue, 21 Feb 2017 17:34:55 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 3 Mar 2017 19:07:14 -0300
perf cgroup:
Hi,
Here is an attempt at getting the HDMI controller running.
This HDMI controller is found on a number of old Allwinner SoCs (A10, A10s,
A20, A31).
This driver only supports for now the A10s because it was an easy target,
being very close to the A13 that is already supported by our DRM driver.
divider_round_rate already evaluates changing the parent rate if
CLK_SET_RATE_PARENT is set. Now that we can do that on muxes too, let's
just use it.
Signed-off-by: Maxime Ripard
---
drivers/clk/sunxi-ng/ccu_div.c | 25 ++---
1 file changed, 2 insertions(+), 23 deletions(-)
The video PLLs are used directly by the HDMI controller. Export them so
that we can use them in our DT node.
Signed-off-by: Maxime Ripard
---
drivers/clk/sunxi-ng/ccu-sun5i.h | 6 --
include/dt-bindings/clock/sun5i-ccu.h | 3 +++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --
Hi,
On 16/01/2017 14:12, Tvrtko Ursulin wrote:
From: Tvrtko Ursulin
Since the scatterlist length field is an unsigned int, make
sure that sg_alloc_table_from_pages does not overflow it while
coallescing pages to a single entry.
v2: Drop reference to future use. Use UINT_MAX.
v3: max_segment
The current code only rely on the parent to change its rate in the case
where CLK_SET_RATE_PARENT is set.
However, some clock rates might be obtained only through a modification of
the parent and the clock divider. Just rely on the round rate of the clocks
to give us the best computation that migh
On Tue, Mar 07, 2017 at 02:44:28AM +, Bart Van Assche wrote:
> On Tue, 2017-03-07 at 02:41 +, Parav Pandit wrote:
> > Compilation would break when CONFIG_PCI is not defined for some embedded
> > platforms.
> > More than that, including specific pci_dev structure pointer in generic
> > str
Hi,
On Thursday 02 March 2017 10:10 PM, Vivek Gautam wrote:
> Hi Kishon,
>
>
> On Wed, Feb 22, 2017 at 9:29 AM, Vivek Gautam
> wrote:
>> Hi Kishon,
>>
>>
>> On Fri, Jan 27, 2017 at 11:54 AM, Vivek Gautam
>> wrote:
>>>
>>>
>>> On 01/26/2017 11:45 PM, Bjorn Andersson wrote:
On Tue 24 J
* Borislav Petkov wrote:
> From: Borislav Petkov
>
> It doesn't really start a CPU but does a far jump to C code. So call it
> that. Eliminate the unconditional JMP to it from secondary_startup_64()
> but make the jump to C code piece part of secondary_startup_64()
> instead.
>
> Also, it doe
On Mon, Mar 6, 2017 at 11:34 PM, Cong Wang wrote:
> On Mon, Mar 6, 2017 at 2:40 AM, Dmitry Vyukov wrote:
>> Now with a nice single-threaded C reproducer!
>
> Excellent...
>
>>
>> // autogenerated by syzkaller (http://github.com/google/syzkaller)
>> #define _GNU_SOURCE
>> #include
>> #include
>>
Hi Guenter,
On Mon, 6 Mar 2017 15:47:55 -0800, Guenter Roeck wrote:
> On Mon, Mar 06, 2017 at 09:48:35PM +0100, Peter Hüwe wrote:
> > Hi Guenter,
> >
> > I was wondering whether there was a particular reason why
> > hwmon_attr_show_string passes only an "empty" pointer(pointer) to the ops-
> > >
Even though that mux is undocumented, it seems like it needs to be set to 1
when using composite, and 0 when using HDMI.
Signed-off-by: Maxime Ripard
---
drivers/gpu/drm/sun4i/sun4i_tcon.c | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/sun4i/sun4i_tcon.
The mode set function need some changes based on which encoder is being
used. Make sure we can differentiate between our encoders by passing the
encoder structure asking for the mode set.
Signed-off-by: Maxime Ripard
---
drivers/gpu/drm/sun4i/sun4i_rgb.c | 2 +-
drivers/gpu/drm/sun4i/sun4i_tcon
While all functions have debug logs, the channel enable and disable are not
logged. Make sure this is the case.
Signed-off-by: Maxime Ripard
---
drivers/gpu/drm/sun4i/sun4i_tcon.c | 4
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/sun4i/sun4i_tcon.c
b/driver
The A10s Olinuxino has an HDMI connector. Make sure we can use it.
Signed-off-by: Maxime Ripard
---
arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts | 12
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts
b/arch/arm/boot
It seems like what's called a backporch in the datasheet is actually the
backporch plus the sync period. Fix that in our driver.
Signed-off-by: Maxime Ripard
---
drivers/gpu/drm/sun4i/sun4i_tcon.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/sun4i/sun4
* Borislav Petkov wrote:
> From: Borislav Petkov
>
> ... so that callees don't have to convert it and can use it directly.
> Simplifies C code a bit. Cleanup comments and formatting in the
> vicinity, while at it.
>
> Also, document what phys_base really is.
>
> No functionality change.
>
>
On Mon, Mar 6, 2017 at 10:55 PM, Tejun Heo wrote:
> Hello, Dmitry.
>
> Can you please see whether the following patch resolves the issue?
> I'm a bit nervous about it ending up in circular dependency, but I
> *think* it should be okay.
>
> Thanks.
>
> diff --git a/kernel/cgroup/cgroup.c b/kernel/c
On Tue, Mar 07, 2017 at 08:48:06AM +0100, Hannes Reinecke wrote:
> On 03/07/2017 08:23 AM, Minchan Kim wrote:
> > Hi Hannes,
> >
> > On Tue, Mar 7, 2017 at 4:00 PM, Hannes Reinecke wrote:
> >> On 03/07/2017 06:22 AM, Minchan Kim wrote:
> >>> Hello Johannes,
> >>>
> >>> On Mon, Mar 06, 2017 at 11:
On 03.03.2017 10:07, Smitha T Murthy wrote:
> Add V4L2 definition for HEVC compressed format
>
> Signed-off-by: Smitha T Murthy
Reviewed-by: Andrzej Hajda
> ---
> Documentation/media/uapi/v4l/pixfmt-013.rst |5 +
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/D
Hans,
On Tue, 7 Mar 2017, Hans de Goede wrote:
> I've an "interesting" irq problem. I've an i2c pmic (Intel Cherry Trail
> Whiskey Cove) which itself contains an i2c controller (adapter in Linux
> terms) and has a pin dedicated for raising irqs by the external battery
> charger ic attached to its
On Tue, Mar 7, 2017 at 3:59 PM, Tiffany Lin wrote:
> On Tue, 2017-03-07 at 14:03 +0800, Wu-Cheng Li wrote:
>> From: Wu-Cheng Li
>>
>> VPU firmware has a bug and may return invalid buffer index for
>> some vp9 videos. Check the buffer indexes before accessing the
>> buffer.
>>
>> Signed-off-by: Wu
On Mon, Mar 06, 2017 at 07:05:39PM +0100, Thomas Gleixner wrote:
> On Mon, 6 Mar 2017, Charles Keepax wrote:
>
> > When an IRQ is nested the nested handler is called directly from within the
> > threaded handler of the parent IRQ, however, the code in handle_nested_irq
> > only calls a single hand
On 6.3.2017 00:36, Guenter Roeck wrote:
> Since commit 29dee3c03abc ("locking/refcounts: Out-of-line everything"),
> the following runtime warning is seen if xsysace fails to initialize.
> The commit only exposes the problem.
>
> refcount_t: underflow; use-after-free.
> [ cut here ]---
Hi all,
First thanks to everybody for the feedback on the first series, I implemented
most of the suggestions in this new version. The biggest change is to
directly integrate in the MTD core instead of using notifiers which allow us
to simplify the code quiet a bit.
During the discussion 2 points
Hi Jarkko,
On 06/03/17 21:59, Jarkko Sakkinen wrote:
> On Fri, Mar 03, 2017 at 05:09:59PM +0100, Enric Balletbo i Serra wrote:
>> From: Sonny Rao
>>
>> The suspend/resume behavior of the TPM can be controlled by setting
>> "powered-while-suspended" in the DTS. This is useful for the cases
>> when
Am 7. März 2017 10:08:46 MEZ schrieb Jean Delvare :
>Hi Guenter,
>
>On Mon, 6 Mar 2017 15:47:55 -0800, Guenter Roeck wrote:
>> On Mon, Mar 06, 2017 at 09:48:35PM +0100, Peter Hüwe wrote:
>> > Hi Guenter,
>> >
>> > I was wondering whether there was a particular reason why
>> > hwmon_attr_show_st
* James Hogan wrote:
> Hi Guenter,
>
> On Mon, Mar 06, 2017 at 11:13:55AM -0800, Guenter Roeck wrote:
> > Since commit f3ac60671954 ("sched/headers: Move task-stack related
> > APIs from to ") and commit
> > f780d89a0e82 ("sched/headers: Remove from
> > "), various mips builds fail as follows
Hi,
On 03/07/2017 02:34 PM, Kishon Vijay Abraham I wrote:
Hi,
On Thursday 02 March 2017 10:10 PM, Vivek Gautam wrote:
Hi Kishon,
On Wed, Feb 22, 2017 at 9:29 AM, Vivek Gautam
wrote:
Hi Kishon,
On Fri, Jan 27, 2017 at 11:54 AM, Vivek Gautam
wrote:
On 01/26/2017 11:45 PM, Bjorn Anderss
On Tue, Mar 7, 2017 at 10:08 AM, Peter Zijlstra wrote:
> On Mon, Mar 06, 2017 at 02:34:50PM +0100, Dmitry Vyukov wrote:
>> FWIW here are 2 syzkaller programs that triggered the bug:
>> https://gist.githubusercontent.com/dvyukov/d67f980050589775237a7fbdff226bec/raw/4bca72861cb2ede64059b6dad403e19f4
Hi Elena,
On Mon, Mar 06, 2017 at 04:20:59PM +0200, Elena Reshetova wrote:
> refcount_t type and corresponding API should be
> used instead of atomic_t when the variable is used as
> a reference counter. This allows to avoid accidental
> refcounter overflows that might lead to use-after-free
> sit
The A10s has an HDMI controller connected to the second TCON channel. Add
it to our DT.
Signed-off-by: Maxime Ripard
---
arch/arm/boot/dts/sun5i-a10s.dtsi | 34 -
arch/arm/boot/dts/sun5i.dtsi | 1 +-
2 files changed, 35 insertions(+), 0 deletions(-)
diff --
It appears that the total vertical resolution needs to be doubled when
we're not in interlaced. Make sure that is the case.
Signed-off-by: Maxime Ripard
---
drivers/gpu/drm/sun4i/sun4i_tcon.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/sun4i/sun4i_tcon
The Allwinner Timings Controller has two, mutually exclusive, channels.
When the binding has been introduced, it was assumed that there would be
only a single user per channel in the system.
While this is likely for the channel 0 which only connects to LCD displays,
it turns out that the channel 1
The earlier Allwinner SoCs (A10, A10s, A20, A31) have an embedded HDMI
controller.
That HDMI controller is able to do audio and CEC, but those have been left
out for now.
Signed-off-by: Maxime Ripard
---
drivers/gpu/drm/sun4i/Makefile | 5 +-
drivers/gpu/drm/sun4i/sun4i_hdmi.h
One of the possible output of the display pipeline, on the SoCs that have
it, is the HDMI controller.
Add a binding for it.
Signed-off-by: Maxime Ripard
---
Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 21 +++-
1 file changed, 21 insertions(+), 0 deletions(-)
diff --git
The clocks might need to modify their parent clocks. In order to make that
possible, give them access to the parent clock being evaluated, and to a
pointer to the parent rate so that they can modify it if needed.
Signed-off-by: Maxime Ripard
---
drivers/clk/sunxi-ng/ccu_div.c | 7 ---
driv
So far, divider_round_rate only considers the parent clock returned by
clk_hw_get_parent.
This works fine on clocks that have a single parents, this doesn't work on
muxes, since we will only consider the first parent, while other parents
may totally be able to provide a better combination.
Clocks
On Mon 06-03-17 11:21:22, Tahsin Erdogan wrote:
> mem_cgroup_free() indirectly calls wb_domain_exit() which is not
> prepared to deal with a struct wb_domain object that hasn't executed
> wb_domain_init(). For instance, the following warning message is
> printed by lockdep if alloc_percpu() fails i
On Mon, Mar 06, 2017 at 02:34:50PM +0100, Dmitry Vyukov wrote:
> FWIW here are 2 syzkaller programs that triggered the bug:
> https://gist.githubusercontent.com/dvyukov/d67f980050589775237a7fbdff226bec/raw/4bca72861cb2ede64059b6dad403e19f425a361f/gistfile1.txt
Hurm, previously your gistfile thingi
1 - 100 of 986 matches
Mail list logo