On 11/15/2014 01:51 AM, Anatol Pomozov wrote:
Hi
On Fri, Nov 14, 2014 at 4:18 PM, Thomas Gleixner wrote:
On Fri, 14 Nov 2014, Anatol Pomozov wrote:
On Thu, Nov 13, 2014 at 2:46 PM, Thomas Gleixner wrote:
On Mon, 10 Nov 2014, Anatol Pomozov wrote:
On Mon, Nov 10, 2014 at 1:53 AM, Thierry Re
Kirill A. Shutemov wrote on Fri, Jan 09, 2015 at 03:20:51PM +0200:
> > Your patch will not BUG() if status is junk, BUT if status uninitialized
> > value is 0 and p9_client_lock_dotl then we'll return res=0 (success) and
> > not unlock before returning. My patch makes sure we'll return -ENOLCK.
>
On Fri, 2015-01-09 at 13:57 +0200, Daniel Baluta wrote:
> Hi Joe,
>
> Running ./scripts/checkpatch on the attached [1] patch i get the
> following error:
>
> ERROR: Please use 12 or more chars for the git commit ID like: 'commit
> 01234567890ab ("commit description")'
> #6:
> After commit b2b49cc
On Fri, Jan 09, 2015 at 02:24:24PM +0100, Daniel Lezcano wrote:
> On 01/09/2015 01:21 PM, Thierry Reding wrote:
> >On Fri, Jan 09, 2015 at 09:31:08AM +0100, Daniel Lezcano wrote:
> >>On 01/09/2015 03:09 AM, Paul Walmsley wrote:
> >>>Hello Daniel
> >>>
> >>>On Thu, 8 Jan 2015, Daniel Lezcano wrote:
On 01/09/2015 02:33 PM, Thierry Reding wrote:
On Fri, Jan 09, 2015 at 02:24:24PM +0100, Daniel Lezcano wrote:
On 01/09/2015 01:21 PM, Thierry Reding wrote:
On Fri, Jan 09, 2015 at 09:31:08AM +0100, Daniel Lezcano wrote:
On 01/09/2015 03:09 AM, Paul Walmsley wrote:
Hello Daniel
On Thu, 8 Jan
Rasmus Villemoes wrote:
> The macro MPN_COPY_INCR this occurs in isn't used anywhere.
Applied.
David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.htm
Hi Vishal,
On Thu, Jan 08, 2015 at 10:11:52PM +0530, Vishal Goel wrote:
> [PATCH] This patch fixes the synchronization issue in IPv6
> implementation. Previously there was no synchronization mechanism used while
> accessing(adding/reading/deletion) smk_ipv6_port_list. It could be possible
> th
On Fri, Jan 9, 2015 at 3:31 PM, Joe Perches wrote:
> On Fri, 2015-01-09 at 13:57 +0200, Daniel Baluta wrote:
>> Hi Joe,
>>
>> Running ./scripts/checkpatch on the attached [1] patch i get the
>> following error:
>>
>> ERROR: Please use 12 or more chars for the git commit ID like: 'commit
>> 0123456
On Fri, Jan 09, 2015 at 02:38:39PM +0100, Daniel Lezcano wrote:
> On 01/09/2015 02:33 PM, Thierry Reding wrote:
> >On Fri, Jan 09, 2015 at 02:24:24PM +0100, Daniel Lezcano wrote:
> >>On 01/09/2015 01:21 PM, Thierry Reding wrote:
[...]
> >>>How about we do something like the attached patch instead f
On Fri, Jan 9, 2015 at 4:07 AM, Kuninori Morimoto
wrote:
>
> Hi Stephen
>
> Thank you for your feedback
>
>> > I'm sending this "of: replace Asahi Kasei Corp vendor prefix" during
>> > half-year (since Jun 2014) , many times. But, no-one care it.
>> > I don't know who is the best maintainer.
>> >
On Thu, Jan 08, 2015 at 10:41:54PM -0800, Davidlohr Bueso wrote:
> On Thu, 2015-01-08 at 07:22 -0800, Paul E. McKenney wrote:
> > > Didn't we just obsolete ACCESS_ONCE with that {READ,WRITE}_ONCE stuff?
> >
> > Indeed we did! But that was after I did this commit back on October 29th.
> >
> > I a
On Thu, Jan 08, 2015 at 10:03:46PM +, Stephen Wang wrote:
> This driver adds support for the internal GMACs on IPQ806x SoCs.
> It supports the device-tree and will register up to 4 ethernet
> interfaces.
>
> Signed-off-by: Stephen Wang
> ---
> drivers/net/ethernet/atheros/Kconfig
Correct coding style problem in pcl818.c. The coding style problems(29
warnings detected by checkpatch.pl) includes:
- line over 80 characters
- There is space before tabs
The changed file has been verified with checkpatch.pl to be clean for
warnings/errors.
Signed-off-by: Simon Guo
---
driver
On Friday 09 January 2015 07:46:16 Rob Herring wrote:
> On Fri, Jan 9, 2015 at 4:07 AM, Kuninori Morimoto
> wrote:
> >
> > Hi Stephen
> >
> > Thank you for your feedback
> >
> >> > I'm sending this "of: replace Asahi Kasei Corp vendor prefix" during
> >> > half-year (since Jun 2014) , many times.
On Fri, Jan 09, 2015 at 05:49:54AM -0800, Paul E. McKenney wrote:
> > That reminds me, I think the new conversion for stores will most likely
> > introduce silly arg bugs:
> >
> > - ACCESS_ONCE(a) = b;
> > + ASSIGN_ONCE(b, a);
>
> I was planning to do mine by hand for this sort of rea
Hi Roger,
On Friday 19 December 2014 05:35 PM, Roger Quadros wrote:
> On system suspend, the runtime_suspend() driver hook doesn't get
> called and so the clocks are not disabled in the driver.
> This causes the L3INIT_960M_GFCLK and L3INIT_480M_GFCLK to remain
> active on the DRA7 platform while
> -Original Message-
> From: j...@8bytes.org [mailto:j...@8bytes.org]
> Sent: Friday, January 09, 2015 8:46 PM
> To: Wu, Feng
> Cc: t...@linutronix.de; mi...@redhat.com; h...@zytor.com; x...@kernel.org;
> g...@kernel.org; pbonz...@redhat.com; dw...@infradead.org;
> alex.william...@redhat.
On 01/09/15 13:07, Russell King - ARM Linux wrote:
> On Fri, Jan 09, 2015 at 01:54:01PM +0100, Jean-Francois Moine wrote:
>> On Fri, 9 Jan 2015 11:45:29 +
>> Russell King - ARM Linux wrote:
>>> I think we need to understand exactly how the 998x map I2S inputs to the
>>> HDMI channels to avoid
Hi Roger,
On Thursday 08 January 2015 04:47 PM, Roger Quadros wrote:
> Failed test case: Boot without SATA drive connected. Suspend/resume
> the board and then connect SATA drive. It fails to enumerate.
>
> Due to Errata i783 "SATA Lockup After SATA DPLL Unlock/Relock"
> we can't allow SATA DPLL
On Fri, Jan 09, 2015 at 09:49:14AM +, Thierry Reding wrote:
> On Sat, Nov 15, 2014 at 02:38:00AM +0100, Thomas Gleixner wrote:
> > On Sat, 15 Nov 2014, Thomas Gleixner wrote:
> > > On Fri, 14 Nov 2014, Anatol Pomozov wrote:
> > > > On Fri, Nov 14, 2014 at 4:18 PM, Thomas Gleixner
> > > > wrot
On i.MX28, the MDIO bus is shared between the two FEC instances.
The driver makes sure that the second FEC uses the MDIO bus of the
first FEC. This is done conditionally if FEC_QUIRK_ENET_MAC is set.
However, in newer designs, such as Vybrid or i.MX6SX, each FEC MAC
has its own MDIO bus. Simply rem
Hi Greg,
On Wednesday 31 December 2014 02:15 PM, Kishon Vijay Abraham I wrote:
> Hi Greg,
>
> Please find the pull request for 3.19 -rc cycle. This contains misc fixes
> in PHY drivers.
>
> Let me know if I have to change something.
Can you pick this series for this -rc cyle?
Thanks
Kishon
>
The totalcma_pages variable is not updated to account for CMA regions
defined via device tree reserved-memory sub-nodes. Fix this omission by
moving the calculation of totalcma_pages into cma_init_reserved_mem()
instead of cma_declare_contiguous() such that it will include reserved
memory used by
Rafał Miłecki writes:
> On 7 January 2015 at 19:39, Kalle Valo wrote:
>> Rafał Miłecki writes:
>>
>>> On 7 January 2015 at 18:55, Kalle Valo wrote:
Oscar Forner Martinez writes:
> Two lines with more than 80 characters per line have been split in
> several lines.
>
On Fri, 09 Jan 2015 18:00:07 +0530, Siddhartha De said:
> In what timeframe should we migrate to "pure" sysfs and drop using
> any ioctls (if a sysfs interface exists)?
Pretty much the answer is "you don't", for the wsame reason that there's still
a lot of non-process stuff in /proc - there's no
On 01/09/2015 04:06 AM, Ahmed S. Darwish wrote:
>>>
>>> cf->can_id |= CAN_ERR_CRTL;
>>> cf->data[1] = CAN_ERR_CRTL_RX_OVERFLOW;
>>>
>>> stats->rx_over_errors++;
>>> stats->rx_errors++;
>>>
>>> netif_rx(skb);
>>>
>>> stats->rx_p
On Fri, Jan 09, 2015 at 02:56:14PM +0100, Peter Zijlstra wrote:
> On Fri, Jan 09, 2015 at 05:49:54AM -0800, Paul E. McKenney wrote:
> > > That reminds me, I think the new conversion for stores will most likely
> > > introduce silly arg bugs:
> > >
> > > - ACCESS_ONCE(a) = b;
> > > + AS
On Fri, Jan 09, 2015 at 01:59:07PM +, Mark Rutland wrote:
> On Fri, Jan 09, 2015 at 09:49:14AM +, Thierry Reding wrote:
> > On Sat, Nov 15, 2014 at 02:38:00AM +0100, Thomas Gleixner wrote:
> > > On Sat, 15 Nov 2014, Thomas Gleixner wrote:
> > > > On Fri, 14 Nov 2014, Anatol Pomozov wrote:
>
On Fri, Nov 14, 2014 at 03:43:45PM +0200, Alexander Shishkin wrote:
> +static __init int pt_init(void)
> +{
> + int ret, cpu, prior_warn = 0;
> +
> + BUILD_BUG_ON(sizeof(struct topa) > PAGE_SIZE);
> + get_online_cpus();
> + for_each_online_cpu(cpu) {
> + u64 ctl;
> +
> +
>
>On 09/01/15 11:17, Bryan O'Donoghue wrote:
>>> So this will load on any Quark device, Galileo or not, that doesn't
>>> provide a system_id. Is there any reason we need to support 0.8.0 and
>>> earlier firmware?
>>
>> Every Galileo Gen1 device ships with firmware version 0.7.5. You can
>> do an E
On Fri, Nov 14, 2014 at 03:43:47PM +0200, Alexander Shishkin wrote:
> +++ b/include/uapi/linux/perf_event.h
> @@ -750,6 +750,17 @@ enum perf_event_type {
>*/
> PERF_RECORD_AUX = 11,
>
> + /*
> + * Indicates that instruction trace has started
> +
On 01/09/2015 03:48 AM, Arnd Bergmann wrote:
> On Friday 09 January 2015 00:13:28 Peter Hurley wrote:
>> On 01/08/2015 05:05 PM, Arnd Bergmann wrote:
>>> On Thursday 08 January 2015 11:11:51 Peter Hurley wrote:
This interface is just storage and minor allocation, since the
port-reuse
On Fri, Jan 09, 2015 at 03:12:48PM +0100, Peter Zijlstra wrote:
> On Fri, Nov 14, 2014 at 03:43:47PM +0200, Alexander Shishkin wrote:
> > +++ b/include/uapi/linux/perf_event.h
> > @@ -750,6 +750,17 @@ enum perf_event_type {
> > */
> > PERF_RECORD_AUX = 11,
> >
> >
Wow, too much work over the holidays ;-)
On Tue, 30 Dec 2014 13:47:26 +0900
Minchan Kim wrote:
> Then, I don't think we could keep all of allocations. What we need
> is only slow allocations. I hope we can do that with ftrace.
>
> ex)
>
> # cd /sys/kernel/debug/tracing
> # echo 1 > options/
On 9 January 2015 at 12:13, Mark Rutland wrote:
> On Thu, Jan 08, 2015 at 12:51:31PM +, Mark Langsdorf wrote:
>> On 01/05/2015 07:46 PM, Linus Torvalds wrote:
>> > It's a day delayed - not because of any particular development issues,
>> > but simply because I was tiling a bathroom yesterday.
On 08/01/15 17:30, Will Deacon wrote:
> Hi Daniel,
>
> Some minor comments below...
>
> On Wed, Jan 07, 2015 at 12:28:18PM +, Daniel Thompson wrote:
>> Some ARM platforms mux the PMU interrupt of every core into a single
>> SPI. On such platforms if the PMU of any core except 0 raises an inte
On Thu, 08 Jan, at 12:51:17PM, Peter Zijlstra wrote:
> On Fri, Nov 14, 2014 at 09:15:12PM +, Matt Fleming wrote:
> > +/*
> > + * Deallocate the RMIDs from any events that conflict with @event, and
> > + * place them on the back of the group list.
> > + */
> > +static void intel_cqm_sched_out_ev
On Thu, Jan 08, 2015 at 10:34:17AM -0800, Jeff Layton wrote:
> ...instead of open-coding it and removing flock locks directly. This
> simplifies some coming interim changes in the following patches when
> we have different file_lock types protected by different spinlocks.
It took me quite a while
Export of_reserved_mem_device_{init,release} so that modules
can initialize and release their assigned per-device cma_area.
Signed-off-by: George G. Davis
---
drivers/of/of_reserved_mem.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/of/of_reserved_mem.c b/drivers/of/of_reserved_
> void ceph_count_locks(struct inode *inode, int *fcntl_count, int
> *flock_count)
> {
> struct file_lock *lock;
> + struct file_lock_context *ctx;
>
> *fcntl_count = 0;
> *flock_count = 0;
>
> + spin_lock(&inode->i_lock);
Seems like moving the locking around is un
On pon, 2014-12-29 at 14:01 +0100, Krzysztof Kozlowski wrote:
> While splitting device control in db08425ebd51 ("dmaengine: k3:
> Split device_control") new function with the same 'k3_dma_resume' name
> was added, leading to build error:
>
> drivers/dma/k3dma.c:823:12: error: conflicting types for
On 01/09/2015 04:03 AM, Bartosz Golaszewski wrote:
This attribute allows to configure the update interval of ina226. Although
the bus and shunt voltage conversion times remain hardcoded to 1.1 ms, we can
now modify said interval by changing the averaging rate.
While we're at it - add an addition
On Fri, 9 Jan 2015 09:19:04 -0500
Steven Rostedt wrote:
> task: <...>-2880
> Event: func: __kmalloc() (74) Total: 53254 Avg: 719 Max: 1095 Min:481
I forgot to mention that all times are in nanoseconds (or whatever the
trace clock is set at).
> |
> + ftrace_ops_list_func (
09.01.2015 13:29, Peter De Schrijver пишет:
> On Fri, Jan 09, 2015 at 10:51:35AM +0100, Thierry Reding wrote:
>> * PGP Signed by an unknown key
>>
>> On Thu, Jan 08, 2015 at 02:37:09PM +0200, Peter De Schrijver wrote:
>>> On Thu, Jan 08, 2015 at 11:57:43AM +0100, Thierry Reding wrote:
> Old Sig
On 9 January 2015 at 15:03, Kalle Valo wrote:
> Rafał Miłecki writes:
>
>> On 7 January 2015 at 19:39, Kalle Valo wrote:
>>> Rafał Miłecki writes:
>>>
On 7 January 2015 at 18:55, Kalle Valo wrote:
> Oscar Forner Martinez writes:
>
>> Two lines with more than 80 characters per
Lowest priority should take the task priority into account.
SDM 10.6.2.4 Lowest Priority Delivery Mode.
(Too long to quote; second and last paragraphs are relevant.)
Before this patch, we strived to have the same amount of handled
lowest-priority interrupts on all VCPUs.
This is only a complicati
Hi Jens,
my colleague Eduardo is sporadically seeing an Oops in blk-mq while
running continuous virtio_blk hot-plug/hot-unplug tests with I/O to the
device within an x86_64 QEMU/KVM 2.0 Debian Wheezy VM.
Please find the call trace attached and the full log here:
http://paste.ubuntu.com/9691873/
On Fri, 9 Jan 2015 06:27:23 -0800
Christoph Hellwig wrote:
> On Thu, Jan 08, 2015 at 10:34:17AM -0800, Jeff Layton wrote:
> > ...instead of open-coding it and removing flock locks directly. This
> > simplifies some coming interim changes in the following patches when
> > we have different file_lo
Linus,
please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus
to receive:
=
- bounds checking fixes in logitech and roccat drivers, from Peter Wu and
Dan Carpenter
- double-kfree fix in i2c-hid driver on bus shutdown, from Mika Westerberg
- a couple of v
Rafał Miłecki writes:
>> Rafal, is this the patch I should apply:
>>
>> https://patchwork.kernel.org/patch/5545021/
>>
>> Please confirm.
>
> That's correct.
Thanks. I marked it as 'Under Review' in patchwork and will apply in my
next commit round.
--
Kalle Valo
--
To unsubscribe from this lis
On Thu, Jan 08, 2015 at 02:09:20PM +0900, Namhyung Kim wrote:
SNIP
> > ---
> > diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf
> > index 67a03a82..1f71a32 100644
> > --- a/tools/perf/Makefile.perf
> > +++ b/tools/perf/Makefile.perf
> > @@ -462,10 +462,12 @@ BUILTIN_OBJS += $(OUTP
2015-01-09 15:34 GMT+01:00 Guenter Roeck :
> Unfortunately that only applies to INA226 and not INA219, where the time is
> static
> (at least so far).
Oops, I must have missed this one.
> I think we'll need to store the time in ina2xx_data and use the old
> (constant)
> value for ina219. Maybe ad
On 01/09/2015 08:19 AM, Steve Capper wrote:
On 9 January 2015 at 12:13, Mark Rutland wrote:
On Thu, Jan 08, 2015 at 12:51:31PM +, Mark Langsdorf wrote:
I'm consistently getting an out of memory killer triggered when
compiling the kernel (make -j 16 -s) on a 16 core ARM64 system
with 16 GB
On Fri, Jan 09, 2015 at 06:42:57AM -0800, Jeff Layton wrote:
> > I'd suggest keeping an open coded loop in locks_remove_flock, which
> > should both be more efficient and easier to review.
> >
>
> I don't know. On the one hand, I rather like keeping all of the lock
> removal logic in a single spo
On Fri, 9 Jan 2015 06:31:55 -0800
Christoph Hellwig wrote:
> > void ceph_count_locks(struct inode *inode, int *fcntl_count, int
> > *flock_count)
> > {
> > struct file_lock *lock;
> > + struct file_lock_context *ctx;
> >
> > *fcntl_count = 0;
> > *flock_count = 0;
> >
> > +
Hi Stephen,
Am Donnerstag, den 08.01.2015, 13:32 -0800 schrieb Stephen Boyd:
[...]
> Why not do this in the core? As far as I can tell other drivers could
> run into the same problem, no? Does this work?
>
> -8<---
>
> diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
> index f4963b7d4e
2014-12-12 23:14+0800, Feng Wu:
> This patch defines a new interface kvm_find_dest_vcpu for
> VT-d PI, which can returns the destination vCPU of the
> interrupt for guests.
>
> Since VT-d PI cannot handle broadcast/multicast interrupt,
> Here we only handle Fixed and Lowest priority interrupts.
>
hi,
I couldn't use following perf command to insert return probe:
# perf probe -a fork_exit=do_fork%return
Added new event:
Failed to write event: Invalid argument
Error: Failed to add events.
I'm pretty sure I used this command before, so seems like
it's broken. I can still use debugf
On Fri, Jan 09, 2015 at 02:15:00PM +1100, Cyril Bur wrote:
> >
> > I am not too familar with it, but the kernel/watchdog.c code has calls to
> > kvm_check_and_clear_guest_paused(), which is probably a good place to
> > start.
> >
> Ah yes that, I did initially have a look at what it does when I
>
On 09/01/2015 15:54, Radim Krčmář wrote:
> There are two points relevant to this patch in new KVM's implementation,
> ("KVM: x86: amend APIC lowest priority arbitration",
> https://lkml.org/lkml/2015/1/9/362)
>
> 1) lowest priority depends on TPR
> 2) there is no need for balancing
>
> (1) has
On Fri, Jan 09, 2015 at 01:58:37PM +, Andrew Jackson wrote:
> On 01/09/15 13:07, Russell King - ARM Linux wrote:
> > On Fri, Jan 09, 2015 at 01:54:01PM +0100, Jean-Francois Moine wrote:
> >> On Fri, 9 Jan 2015 11:45:29 +
> >> Russell King - ARM Linux wrote:
> >>> I think we need to underst
Em Fri, Jan 09, 2015 at 03:55:39PM +0100, Jiri Olsa escreveu:
> hi,
> I couldn't use following perf command to insert return probe:
>
> # perf probe -a fork_exit=do_fork%return
> Added new event:
> Failed to write event: Invalid argument
> Error: Failed to add events.
Wonder if we have
Dave, Thierry,
Here is the pull request for the Atmel HLCDC driver and its
dependencies (some modifications to drm/core and drm/panel to define
output bus format).
I'm sending a pull request for this driver for several reasons:
* The patch series has been around for 6 months (initial version he
On 1/9/15 7:55 AM, Jiri Olsa wrote:
hi,
I couldn't use following perf command to insert return probe:
# perf probe -a fork_exit=do_fork%return
Added new event:
Failed to write event: Invalid argument
Error: Failed to add events.
I'm pretty sure I used this command before, so seem
On 1/9/15 8:03 AM, Arnaldo Carvalho de Melo wrote:
Em Fri, Jan 09, 2015 at 03:55:39PM +0100, Jiri Olsa escreveu:
hi,
I couldn't use following perf command to insert return probe:
# perf probe -a fork_exit=do_fork%return
Added new event:
Failed to write event: Invalid argument
Erro
On 08/01/15 17:01, Juergen Gross wrote:
> When allocating a new pmd for the linear mapped p2m list a check is
> done for not introducing another pmd when this just happened on
> another cpu. In this case the old pte pointer was returned which
> points to the p2m_missing or p2m_identity page. The co
The tomoyo build leaves files in security/tomoyo which are not removed
by make clean. Fix this and clean up the Makefile rules a bit.
Michal Marek (3):
tomoyo: Use bin2c to generate builtin-policy.h
tomoyo: Use if_changed when generating builtin-policy.h
tomoyo: Do not generate empty policy
Hi,
On 01/12/14 23:19, James Hogan wrote:
> This patchset adds common clock framework support for the TZ1090 SoC.
Any further comments on these patches? It'd be nice to be able to get
them into v3.20 if possible.
Cheers
James
>
> Patch 1 adds common code to simplify TZ1090 clock providers.
>
On 09/01/15 12:56, Jan Beulich wrote:
On 09.01.15 at 13:51, wrote:
>> On 09/01/15 09:57, Jan Beulich wrote:
>> On 08.01.15 at 18:01, wrote:
@@ -284,7 +286,7 @@ static void __init xen_update_mem_tables(unsigned long
pfn, unsigned long mfn)
}
/* Update ker
Signed-off-by: Michal Marek
---
security/tomoyo/Makefile | 27 ++-
1 file changed, 10 insertions(+), 17 deletions(-)
diff --git a/security/tomoyo/Makefile b/security/tomoyo/Makefile
index a6c02a5..ccca034 100644
--- a/security/tomoyo/Makefile
+++ b/security/tomoyo/Makefil
The Makefile automatically generates the tomoyo policy files, which are
not removed by make clean (because they could have been provided by the
user). Instead of generating the missing files, use /dev/null if a
given file is not provided. Store the default exception_policy in
exception_policy.conf.
Signed-off-by: Michal Marek
---
security/tomoyo/Kconfig | 1 +
security/tomoyo/Makefile | 20 ++--
2 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/security/tomoyo/Kconfig b/security/tomoyo/Kconfig
index 8eb779b9d..f22d115 100644
--- a/security/tomoyo/Kconfig
+++
On 01/09/2015 04:26 AM, Takashi Iwai wrote:
> At Fri, 09 Jan 2015 09:48:42 +0100,
> Clemens Ladisch wrote:
>>
>> Paul Bonser wrote:
>>> On 01/08/2015 03:56 PM, Clemens Ladisch wrote:
Paul Bonser wrote:
> The Akai MPC Element incorrectly reports its bInterfaceClass as 255, but
> other
Hello.
On 1/8/2015 10:40 PM, Baruch Siach wrote:
Signed-off-by: Baruch Siach
---
.../bindings/interrupt-controller/digicolor-ic.txt | 20
1 file changed, 20 insertions(+)
create mode 100644
Documentation/devicetree/bindings/interrupt-controller/digicolor-ic.txt
B2199 HDK is the reference board for STiH418 SoC.
It has the following characteristics:
- 3GB DDR3
- 8GB eMMC / SD-Card slot
- 32MB NOR Flash
- 1 x Gbit Ethernet
- 1 x USB3.0 port
- 2 x USB2.0 ports
- 1 x Sata or Mini-PCIe port
- 1 x WiFi 802.11ac (Quantenna)
- 1 x HDMI out
- 1 x HDMI in
Le 09/12/2014 14:31, Cyrille Pitchen a écrit :
> atmel_serial_probe() calls atmel_init_port(). In turn, atmel_init_port() calls
> clk_disable_unprepare() to disable the peripheral clock before returning.
>
> Later atmel_serial_probe() accesses some I/O registers such as the Mode and
> Control regi
This patch adds support to STiH418 SoC.
Signed-off-by: Maxime Coquelin
---
Documentation/arm/sti/stih418-overview.txt| 20
Documentation/devicetree/bindings/arm/sti.txt | 4
arch/arm/mach-sti/board-dt.c | 1 +
3 files changed, 25 insertions(+)
cr
2015-01-09 15:56+0100, Paolo Bonzini:
>
>
> On 09/01/2015 15:54, Radim Krčmář wrote:
> > There are two points relevant to this patch in new KVM's implementation,
> > ("KVM: x86: amend APIC lowest priority arbitration",
> > https://lkml.org/lkml/2015/1/9/362)
> >
> > 1) lowest priority depends o
Le 09/12/2014 14:31, Cyrille Pitchen a écrit :
> dma_sync_*_for_cpu() and dma_sync_*_for_device() use 'enum
> dma_data_direction',
> not 'enum dma_transfer_direction'
>
> Signed-off-by: Cyrille Pitchen
Sure:
Acked-by: Nicolas Ferre
Here it's difficult to add a "stable" tag as the error was in
On Fri, Jan 09, 2015 at 10:55:51AM +, Arnd Bergmann wrote:
> On Friday 09 January 2015 10:33:07 Catalin Marinas wrote:
> > On Wed, Jan 07, 2015 at 07:48:48PM +, Arnd Bergmann wrote:
>
> > > In other cases that's actually a good thing. One such example is the
> > > "Principles of ARM Memory
This series adds basic support to the STMicroelectronics STiH407 SoC and its
B2199 reference board. The STiH418 is a quad-core ARM Cortex-A9 CPU aimed at
UHD STB market.
Maxime Coquelin (3):
ARM: STi: Add STiH418 SoC support
ARM: dts: Add STiH418 SoC support
ARM: dts: STiH418: Add B2199 boar
The STiH418 is advanced UHD 60fps AVC processor with 3D graphic acceleration and
quad-core ARM Cortex A9 CPU.
Signed-off-by: Maxime Coquelin
---
arch/arm/boot/dts/stih418-clock.dtsi | 348 +++
arch/arm/boot/dts/stih418.dtsi | 99 +
include/dt-bi
On Tue, Dec 16, 2014 at 2:41 AM, Tomeu Vizoso
wrote:
> This block gathers statistics about various counters and can be configured to
> fire interrupts when thresholds are crossed.
>
> Signed-off-by: Tomeu Vizoso
>
> ---
>
> v2: * Add operating-points property
> ---
> .../devicetree/bindings/
On 01/09/2015 04:09 PM, David Vrabel wrote:
On 08/01/15 17:01, Juergen Gross wrote:
When allocating a new pmd for the linear mapped p2m list a check is
done for not introducing another pmd when this just happened on
another cpu. In this case the old pte pointer was returned which
points to the p
On Mon, Nov 17, 2014 at 09:33:00AM +, Metzger, Markus T wrote:
> > From: Peter Zijlstra
> >
> > This patch introduces "AUX space" in the perf mmap buffer, intended for
> > exporting high bandwidth data streams to userspace, such as instruction
> > flow traces.
> >
> > AUX space is a ring buf
On 09/01/2015 16:12, Radim Krčmář wrote:
> > The chipset doesn't support it. :(
>
> I meant that we need to recompute PI entries for lowest priority
> interrupts every time guest's TPR changes.
>
> Luckily, Linux doesn't use TPR, but other OS might be a reason to drop
> lowest priority from PI
On Fri, Jan 09, 2015 at 03:55:39PM +0100, Jiri Olsa wrote:
> hi,
> I couldn't use following perf command to insert return probe:
>
> # perf probe -a fork_exit=do_fork%return
> Added new event:
> Failed to write event: Invalid argument
> Error: Failed to add events.
>
>
> I'm pretty sur
Hi Linus,
Here is a handful of minor arm64 fixes discovered and fixed over the
Christmas break. The main part is adding some missing #includes that we
seem to be getting transitively but have started causing problems in
-next. Please pull.
Thanks,
Will
--->8
The following changes since commit
This patch set is a follow-up of the LED / flash API integration
series [1]. It is based on linux-next_20150108.
Changes since version 9 :
- switched to assigning sub-led related of_node to led_cdev->dev->of_node
member which allowed for avoidin
The documentation being added contains overall description of the
LED Flash Class and the related sysfs attributes.
Signed-off-by: Jacek Anaszewski
Acked-by: Kyungmin Park
Cc: Bryan Wu
Cc: Richard Purdie
---
Documentation/leds/leds-class-flash.txt | 57 +++
1 fil
Add macros for max77693 led part related binding.
Signed-off-by: Jacek Anaszewski
Acked-by: Kyungmin Park
Cc: Lee Jones
Cc: Chanwoo Choi
---
include/dt-bindings/mfd/max77693.h | 21 +
1 file changed, 21 insertions(+)
create mode 100644 include/dt-bindings/mfd/max77693.h
Add a property for defining the device outputs the LED
represented by the DT child node is connected to.
Signed-off-by: Jacek Anaszewski
Acked-by: Kyungmin Park
Cc: Bryan Wu
Cc: Richard Purdie
Cc: Rob Herring
Cc: Pawel Moll
Cc: Mark Rutland
Cc: Ian Campbell
Cc: Kumar Gala
---
Documentati
This patch adds led-flash support to Maxim max77693 chipset.
A device can be exposed to user space through LED subsystem
sysfs interface. Device supports up to two leds which can
work in flash and torch mode. The leds can be triggered
externally or by software.
Signed-off-by: Jacek Anaszewski
Sig
This patch adds helper functions for registering/unregistering
LED Flash class devices as V4L2 sub-devices. The functions should
be called from the LED subsystem device driver. In case the
support for V4L2 Flash sub-devices is disabled in the kernel
config the functions' empty versions will be used
This patch extends LED Flash class documention by
the description of interactions with v4l2-flash sub-device.
Signed-off-by: Jacek Anaszewski
Acked-by: Kyungmin Park
Acked-by: Sakari Ailus
Cc: Bryan Wu
Cc: Richard Purdie
---
Documentation/leds/leds-class-flash.txt | 13 +
1 fil
This patch adds device tree binding documentation for
1.5A Step-Up Current Regulator for Flash LEDs.
Signed-off-by: Jacek Anaszewski
Acked-by: Kyungmin Park
Cc: Bryan Wu
Cc: Richard Purdie
Cc: Rob Herring
Cc: Pawel Moll
Cc: Mark Rutland
Cc: Ian Campbell
Cc: Kumar Gala
---
.../devicetree/
On Fri, 2015-01-09 at 09:45AM +0100, Linus Walleij wrote:
> On Fri, Dec 12, 2014 at 5:37 PM, Sören Brinkmann
> wrote:
>
> > Argh, this went through the wrong SMTP. I suspect threading is broken
> > due to that. Let me know if you want me to resend this with intact
> > threading.
>
> I don't care
This patch adds a description of 'flashes' property
to the samsung-fimc.txt.
Signed-off-by: Jacek Anaszewski
Acked-by: Kyungmin Park
Cc: Sylwester Nawrocki
Cc: Rob Herring
Cc: Pawel Moll
Cc: Mark Rutland
Cc: Ian Campbell
Cc: Kumar Gala
---
.../devicetree/bindings/media/samsung-fimc.txt
Add V4L2_CID_FLASH_SYNC_STROBE control for determining
whether a flash device strobe has to be synchronized
with other flash leds controller by the same device.
Signed-off-by: Jacek Anaszewski
Acked-by: Kyungmin Park
Cc: Sakari Ailus
Cc: Hans Verkuil
---
Documentation/DocBook/media/v4l/contro
Remove following unnecessary ephy parameter.
{ 0x1e, 0, 0x4000 }
Signed-off-by: Chunhao Lin
---
drivers/net/ethernet/realtek/r8169.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/realtek/r8169.c
b/drivers/net/ethernet/realtek/r8169.c
index 483fa40..a
301 - 400 of 870 matches
Mail list logo