On Wed, Feb 17, 2016 at 02:44:02PM -0800, Andi Kleen wrote:
SNIP
>
> perf_stat__print_shadow_stats(counter, uval,
> stat_config.aggr_mode == AGGR_GLOBAL ? 0 :
> - cpu_map__id_to_cpu(id),
> + first_shadow
On Sun, Feb 21, 2016 at 03:10:30PM +0200, Michael S. Tsirkin wrote:
> On Sun, Feb 21, 2016 at 08:06:17AM -0500, Gabriel L. Somlo wrote:
> >
> > >
> > > > +#if !(defined(FW_CFG_CTRL_OFF) && defined(FW_CTRL_DATA_OFF))
> > > > +# if (defined(CONFIG_ARM) || defined(CONFIG_ARM64))
> > > > +# define F
On Wed, Feb 17, 2016 at 02:44:02PM -0800, Andi Kleen wrote:
SNIP
> +static void aggr_update_shadow(void)
> +{
> + int cpu, cpu2, s2, id, s;
> + u64 val;
> + struct perf_evsel *counter;
> +
> + for (s = 0; s < aggr_map->nr; s++) {
> + id = aggr_map->map[s];
> +
Hey Thomas,
Just wanted to get this PR in before the week hits. All changes have
been included in -next at least on Thursday.
This is an incremental PR from tags/irqchip-core-4.6 up to
tags/irqchip-core-4.6-2 on the irqchip/core branch.
Please pull.
thx,
Jason.
The following changes since c
> It doesn't change anything for 64-bit systems, I've excluded them by
> using "depends on !64BIT". Right now, it doesn't change anything for
> 32-bit systems because either way, they will fail in 2038.
Which realistically won't actually matter because in 22 years time nobody
will be able to find
On Saturday 06 February 2016 11:35:49 Pali Rohár wrote:
> On Tuesday 02 February 2016 13:47:37 Ivaylo Dimitrov wrote:
> > Patch <703df6c097956d17a818e63961c82e8e9eef9fef> ("power:
> > bq27xxx_battery: Reorganize I2C into a module") has removed the
> > device name numbering from bq27xxx_battery_i2c_
On Sun, Feb 21, 2016 at 10:30:26AM +0200, Michael S. Tsirkin wrote:
> On Thu, Jan 28, 2016 at 09:23:11AM -0500, Gabriel L. Somlo wrote:
> > From: Gabriel Somlo
> >
> > Make fw_cfg entries of type "file" available via sysfs. Entries
> > are listed under /sys/firmware/qemu_fw_cfg/by_key, in folders
On Mon, Feb 15, 2016 at 09:05:26PM +0300, Aleksey Makarov wrote:
> 'ARM Server Base Boot Requiremets' [1] mentions SPCR (Serial Port
> Console Redirection Table) [2] as a mandatory ACPI table that
> specifies the configuration of serial console.
>
> Parse this table and check if any registered con
The dynamic entry is created for each field in a tracepoint event.
Since they have no fixed hpp format index, it should skip when
perf_hpp__reset_width() is called.
This caused following assertion failure..
$ perf record -e sched:sched_switch -a sleep 1
$ perf report -s comm,next_pid --stdio
On Sun, Feb 21, 2016 at 9:45 AM, One Thousand Gnomes
wrote:
>> I would appreciate some hint from someone who is more experienced with
>> drivers.
>
> Start by testing
>
> - loading the driver as a module
> - using the networking
> - unloading the module (and checking it stays unloaded!)
>
> then
On Wed, Feb 17, 2016 at 02:44:02PM -0800, Andi Kleen wrote:
SNIP
> @@ -892,7 +908,10 @@ static void printout(int id, int nr, struct perf_evsel
> *counter, double uval,
> struct perf_stat_output_ctx out;
> struct outstate os = {
> .fh = stat_config.output,
> -
On Sun, 21 Feb 2016, Guennadi Liakhovetski wrote:
> Hi Robert,
>
> On Sun, 6 Sep 2015, Robert Jarzmik wrote:
>
> > This moves the dma irq handling functions up in the source file, so that
> > they are available before DMA preparation functions. It prepares the
> > conversion to DMA engine, where
After testing IRQ pins we found some bugs in the pinctrl declaration.
Signed-off-by: Henry Paulissen
---
Changes in v2:
After some more testing we found irq on PI pins.
they where on mux6 so this is included in my patch.
Also included is a warning for PI17, this pin was not working
Hello all,
I made a patch to add support for Prolific PL-27A1 host-to-host USB 3.0
link cable. It's the same platform as PL-25A1 but with USB3.0 interface
so basically I only added right vendor/device id to get detected.
Maximum throughput I managed to get was about 1.5Gbps using iperf. I'll
Hi,
On Sun, Feb 21, 2016 at 02:20:41PM +0100, Henry Paulissen wrote:
> After testing IRQ pins we found some bugs in the pinctrl declaration.
Your commit log is going to need some work. Which bugs? What tests did
you make? Why are you making these changes while the datasheet says
otherwise?
> Sig
Hi Marc
On 9 February 2016 at 01:10, Marc Zyngier wrote:
> On 01/02/16 20:26, fu@linaro.org wrote:
>> From: Fu Wei
>>
>> This patch adds ACPI/GTDT support for virt arch timer
>> using the API in GTDT driver.
>>
>> Signed-off-by: Fu Wei
>> ---
>> virt/kvm/arm/arch_timer.c | 8
>> 1
Hello,
RFC
huge classes are evil. zsmalloc knows the watermark after which classes
are considered to be ->huge - every object stored consumes the entire zspage
(which consist of a single order-0 page). zram, however, has its own statically
defined watermark for `bad' compression and store
Hello,
Am Tue, 29 Dec 2015 22:00:35 +0100
schrieb SF Markus Elfring :
> From: Markus Elfring
> Date: Tue, 29 Dec 2015 21:11:45 +0100
>
> These variables will eventually be set to an appropriate value a bit
> later.
> * host
> * iobase
> * result
>
> Thus let us omit the explicit initialisation
On Thu, Jan 28, 2016 at 09:23:11AM -0500, Gabriel L. Somlo wrote:
> From: Gabriel Somlo
>
> Make fw_cfg entries of type "file" available via sysfs. Entries
> are listed under /sys/firmware/qemu_fw_cfg/by_key, in folders
> named after each entry's selector key. Filename, selector value,
> and size
We want the size of the struct, not of a pointer to it. To be future
proof, just dereference the pointer to get the desired type.
Signed-off-by: Wolfram Sang
---
Compile tested only. Found by static code analysis.
drivers/platform/x86/intel-hid.c | 3 +--
1 file changed, 1 insertion(+), 2 dele
On Sun, 21 Feb 2016, Robert Jarzmik wrote:
> Guennadi Liakhovetski writes:
>
> >> Okay Guennadi, I retested this version on top of v4.5-rc2, still good to
> >> go. There is a minor conflict in the includes since this submission, and I
> >> can
> >> repost a v6 which solves it.
> >
> > How did y
Hello,
Am Tue, 29 Dec 2015 22:02:37 +0100
schrieb SF Markus Elfring :
> From: Markus Elfring
> Date: Tue, 29 Dec 2015 21:45:34 +0100
>
> This issue was detected by using the Coccinelle software.
>
> Two pointer checks could be repeated by the sdricoh_init_mmc()
> function during error handling
Hi Krzysztof,
On 19 February 2016 at 13:45, Lars-Peter Clausen wrote:
> On 02/19/2016 09:10 AM, Anand Moon wrote:
>> Hi Krzysztof,
>>
>> On 19 February 2016 at 12:50, Krzysztof Kozlowski
>> wrote:
>>> On 19.02.2016 15:39, Anand Moon wrote:
Hi Krzysztof,
On 19 February 2016 at 11:3
On Sun, Feb 21, 2016 at 11:22:35PM +0900, Namhyung Kim wrote:
> The dynamic entry is created for each tracepoint event. When it sets up
> the sort key, it checks with existing keys using ->equal() callback.
> But it missed to set the ->equal for dynamic entries. The following
> segfault was due t
On Sun, Feb 21, 2016 at 11:22:34PM +0900, Namhyung Kim wrote:
> The dynamic entry is created for each field in a tracepoint event.
> Since they have no fixed hpp format index, it should skip when
> perf_hpp__reset_width() is called.
>
> This caused following assertion failure..
>
> $ perf recor
On Sun, Feb 21, 2016 at 11:22:36PM +0900, Namhyung Kim wrote:
> Normally the hist entry's srcline and/or srcfile is set during sorting.
> However sometime it's possible to a hist entry's srcline is not set yet
> after the sorting. This is because the entry is so unique and other
> sort keys alread
On 21.02.2016 12:25, Vasily Averin wrote:
Konstantin,
I've investigated question with sysctls initialization inside namespaces some
time ago.
IIRC I've found people expect that sysctl values should be inherited from
parent namespace.
It allows node admin to adjust unsafe pre-compiled settings,
On Sun, Feb 21, 2016 at 11:22:37PM +0900, Namhyung Kim wrote:
> The srcline, srcfile and trace sort keys can have long entries. With
> commit 89fee7094323 ("perf hists: Do column alignment on the format
> iterator"), it now aligns output with hist_entry__snprintf_alignment().
> So each (possibly l
On Sun, Feb 21, 2016 at 11:22:38PM +0900, Namhyung Kim wrote:
> It missed to update column length of the 'trace' sort key in the
> hists__calc_col_len() so it might truncate the output. It calculated
> the column length in the ->cmp() callback originally but it doesn't
> guarantee it's called alwa
On 2/20/16, Jeff Merkey wrote:
> Is camel case discouraged in linux code? I noticed a check for it in
> checkpatch.pl but it is not one of the default options form scanning.
>
> Jeff
>
Found a great writeup from Greg on the subject. question answered.
Do not use it if possible. Cool that chec
On Sun, Feb 21, 2016 at 9:54 AM, hp197 wrote:
> After testing IRQ pins we found some bugs in the pinctrl declaration.
>
> Signed-off-by: hp197
Please resend with your full name on the commit and the SoB.
The patch itself looks good.
ChenYu
On Sunday, January 24, 2016 08:08:52 PM Eric Biggers wrote:
> Accessing more than one byte from a symbol declared simply 'char' is undefined
> behavior, as reported by UBSAN:
>
> UBSAN: Undefined behaviour in drivers/base/power/trace.c:178:18
> load of address 8203fc78 with ins
On Sun 2016-02-21 12:28:23, Pali Rohár wrote:
> This change does not break existing userspace or Maemo software because
> isp1704_charger.c always export power supply device under isp1704 name.
..exports..
> Signed-off-by: Pali Rohár
4,5,6: Acked-by: Pavel Machek
--
(english) http://www.liv
On Sun, Feb 21, 2016 at 07:41:08PM +0530, Parav Pandit wrote:
> CONFIG_CGROUP_RDMA
>
> On Sun, Feb 21, 2016 at 7:15 PM, Leon Romanovsky wrote:
> > On Sun, Feb 21, 2016 at 05:03:05PM +0530, Parav Pandit wrote:
> >> On Sun, Feb 21, 2016 at 1:13 PM, Leon Romanovsky wrote:
> >> > On Sat, Feb 20, 201
Currently initial net.ipv4.conf.all.* and net.ipv4.conf.default.* are
copied from init network namespace because static structures are used
for init_net. This makes no sense because new netns might be created
from any netns. This patch makes private copy also for init netns if
network namespaces ar
Konstantin,
I've investigated question with sysctls initialization inside namespaces some
time ago.
IIRC I've found people expect that sysctl values should be inherited from
parent namespace.
It allows node admin to adjust unsafe pre-compiled settings, and prepare
adequate defaults
before creat
Hi,
On Sun, Feb 21, 2016 at 12:06:48PM +0100, Pali Rohár wrote:
> This makes DTS structure more readable.
>
> Signed-off-by: Pali Rohár
> ---
> arch/arm/boot/dts/omap3-n900.dts | 18 +-
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/arch/arm/boot/dts/omap3
From: Sergey Senozhatsky
zram should stop enforcing its own 'bad' object size watermark,
and start using zs_get_huge_class_size_watermark(). zsmalloc
really knows better.
Drop `max_zpage_size' and use zs_get_huge_class_size_watermark()
instead.
Signed-off-by: Sergey Senozhatsky
---
drivers/bl
On 12.02.2016 23:53, Tony Lindgren wrote:
Looks like this no longer applies because of linux,can-disable
to wakeup-source changes. Can you please update against v4.5-rc
series and repost?
Could you elaborate on that? As I don't really understand what needs to
be updated and what are "wakeup
On Sun, Feb 21, 2016 at 12:19:18AM +0100, Jiri Olsa wrote:
> On Tue, Feb 16, 2016 at 11:08:28PM +0900, Namhyung Kim wrote:
>
> SNIP
>
> > @@ -1349,6 +1427,17 @@ static void output_resort(struct hists *hists,
> > struct ui_progress *prog,
> >
> > min_callchain_hits = callchain_total * (call
Hi Andrzej,
On Mon, 15 Feb 2016, Andrzej Hajda wrote:
> IS_ERR_VALUE macro should be used only with unsigned long type.
> For signed types comparison 'ret < 0' should be used.
>
> The patch follows conclusion from discussion on LKML [1][2].
>
> [1]: http://permalink.gmane.org/gmane.linux.kernel
On Sun, Feb 21, 2016 at 8:39 PM, Leon Romanovsky wrote:
> On Sun, Feb 21, 2016 at 07:41:08PM +0530, Parav Pandit wrote:
>> CONFIG_CGROUP_RDMA
>>
>> On Sun, Feb 21, 2016 at 7:15 PM, Leon Romanovsky wrote:
>> > On Sun, Feb 21, 2016 at 05:03:05PM +0530, Parav Pandit wrote:
>> >> On Sun, Feb 21, 2016
Hi Jens,
This pull request contains 7 patches for 4.6.
Patch 1 fixes some unnecessarily complicated code I introduced some versions
ago for debugfs.
Patch 2 removes the criticised signal usage within NBD to kill the NBD threads
after a timeout. This code was used for the last years and is now re
Group all variables that are reset after a disconnect into reset
functions. This patch adds two of these functions, nbd_reset() and
nbd_bdev_reset().
Signed-off-by: Markus Pargmann
---
drivers/block/nbd.c | 40 +---
1 file changed, 29 insertions(+), 11 deletio
Originally, this var('function') was used by trace_kvm_cpuid(), but
the trace_kvm_cpuid() has moved into kvm_cpuid() . From then on, this
var is useless, so we can remove it.
Signed-off-by: Long Peng
---
arch/x86/kvm/cpuid.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
From: Dan Streetman
Make the "Attempted send on closed socket" error messages generated in
nbd_request_handler() ratelimited.
When the nbd socket is shutdown, the nbd_request_handler() function emits
an error message for every request remaining in its queue. If the queue
is large, this will spa
The userspace needs to know when nbd devices are ready for use.
Currently no events are created for the userspace which doesn't work for
systemd.
See the discussion here: https://github.com/systemd/systemd/pull/358
This patch uses a central point to setup the nbd-internal sizes. A ioctl
to set a
nbd changes properties of the blockdevice depending on flags that were
received. This patch moves this flag parsing into a separate function
nbd_parse_flags().
Signed-off-by: Markus Pargmann
---
drivers/block/nbd.c | 22 +-
1 file changed, 13 insertions(+), 9 deletions(-)
di
Is camel case discouraged in linux code? I noticed a check for it in
checkpatch.pl but it is not one of the default options form scanning.
Jeff
It may be useful to know in the client that a connection timed out. The
current code returns success for a timeout.
This patch reports the error code -ETIMEDOUT for a timeout.
Signed-off-by: Markus Pargmann
---
drivers/block/nbd.c | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
Static checker complains about the implemented error handling. It is
indeed wrong. We don't care about the return values of created debugfs
files.
We only have to check the return values of created dirs for NULL
pointer. If we use a null pointer as parent directory for files, this
may lead to debu
As discussed on the mailing list, the usage of signals for timeout
handling has a lot of potential issues. The nbd driver used for some
time signals for timeouts. These signals where able to get the threads
out of the blocking socket operations.
This patch removes all signal usage and uses a socke
On Wed, Feb 17, 2016 at 02:44:01PM -0800, Andi Kleen wrote:
SNIP
> ---
> tools/perf/builtin-stat.c | 76
> ---
> 1 file changed, 72 insertions(+), 4 deletions(-)
>
> diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
> index 86289df..
Currently, sending SIGKILL to all user processes sharing the same memory
is omitted by three locations. But they should be removed due to possible
OOM livelock sequence shown below.
About setting TIF_MEMIE on current->mm && fatal_signal_pending(current)
at out_of_memory():
There are two thread
On Thu, Feb 18, 2016 at 06:39:21PM +0100, Andi Kleen wrote:
> > Where before it wasn't there:
> >
> > cat /tmp/before
> > 0.282628,,task-clock,282628,100.00
> > 1,,context-switches,282628,100.00
> > 0,,cpu-migrations,282628,100.00
> > 52,,page-faults,282628,100.00
> > 861213,,cycles,285354,100.00
On Tuesday 16 February 2016 15:54:24 Arnd Bergmann wrote:
> The newly added tsadc code use irq domains, but it can be enabled
> when they are disabled in Kconfig:
>
> drivers/mfd/fsl-imx25-tsadc.c:41:22: error: implicit declaration of function
> 'irq_find_mapping' [-Werror=implicit-function-decla
On Sun, Feb 21, 2016 at 2:25 PM, Paul E. McKenney
wrote:
> On Sun, Feb 21, 2016 at 07:50:19AM +0900, SeongJae Park wrote:
>> On Sun, Feb 21, 2016 at 4:57 AM, Paul E. McKenney
>> wrote:
>> > On Sat, Feb 20, 2016 at 03:01:08PM +0900, SeongJae Park wrote:
>> >> There is wrong comment in example for
Hello Tony, Peter,
Am 19.02.2016 um 18:04 schrieb Tony Lindgren:
* Peter Ujfalusi [160219 06:14]:
This reverts commit 8e6ebfaa9b384088002baa10f7534efa73a0794e.
Without the patch reverted regulators will not work. This prevents
MMC to be working for example so the boards can not boot to
MMC ro
On Sun, Feb 21, 2016 at 05:03:05PM +0530, Parav Pandit wrote:
> On Sun, Feb 21, 2016 at 1:13 PM, Leon Romanovsky wrote:
> > On Sat, Feb 20, 2016 at 04:30:04PM +0530, Parav Pandit wrote:
> > Can you place this ifdef before declaring struct rdma_cgroup?
> Yes. I missed out this cleanup. Done locally
On Sun, Feb 21, 2016 at 08:06:17AM -0500, Gabriel L. Somlo wrote:
>
> >
> > > +#if !(defined(FW_CFG_CTRL_OFF) && defined(FW_CTRL_DATA_OFF))
> > > +# if (defined(CONFIG_ARM) || defined(CONFIG_ARM64))
> > > +# define FW_CFG_CTRL_OFF 0x08
> > > +# define FW_CFG_DATA_OFF 0x00
> > > +# elif (defined
On Sun, Feb 21, 2016 at 08:06:17AM -0500, Gabriel L. Somlo wrote:
> > So for all arches which support ACPI, I think this driver
> > should just rely on ACPI.
>
> There was a discussion about that a few versions ago, and IIRC the
> conclusion was not to expect the firmware to contend for fw_cfg acc
From: Marcus Cooper
The sun4i, sun5i and sun7i SoC families have an SPDIF
block which is capable of playback and capture.
This patch enables the playback of this block for
the sun4i families.
Signed-off-by: Marcus Cooper
---
sound/soc/sunxi/Kconfig | 8 +
sound/soc/sunxi/Makefile
no problem, let me submit another patch
> 在 2016年2月20日,02:02,Tony Lindgren 写道:
>
> Hi,
>
> * Yong Li [151228 20:12]:
>> Based on the below
>> commit ae3c99a26c60 ("ARM: 7806/1: allow DEBUG_UNCOMPRESS for Tegra"),
>> change the .data section to .text section,
>> to enable DEBUG_UNCOMPRESS for O
* LIYONG [160221 04:20]:
> no problem, let me submit another patch
OK thanks!
Tony
Logic has been changed in kernel 3.4 by commit e9aba5158a80
("tty: rework pty count limiting") but still not documented.
Sysctl kernel.pty.max works as global limit, kernel.pty.reserve ptys
are reserved for initial devpts instance (mounted without "newinstance").
Per-instance limit also could be s
Hello,
On Sat, Feb 20, 2016 at 03:38:15PM -0800, Kroah-Hartman wrote:
>On Wed, Feb 17, 2016 at 02:53:34PM +0800, Bo YU wrote:
>> Fix comments to use trailing */ on separate lines.
>>
>> Signed-off-by: YU BO
>> ---
>> drivers/staging/xgifb/vb_init.c | 10 +-
>> 1 file changed, 5 inser
On Sat, Feb 20, 2016 at 09:55:19PM +0100, Pavel Machek wrote:
> Hi!
>
> > > > You're directing this concern to the wrong person.
> > > >
> > > > I already told you DM is _not_ contributing any extra "bioset" threads
> > > > (ever since commit dbba42d8a).
> > >
> > > Well, sorry about that. Note
From: Marcus Cooper
Add devicetree bindings for the SPDIF transceiver found on
found on Allwinners A10 and A20 SoCs.
Signed-off-by: Marcus Cooper
---
.../bindings/sound/sunxi,sun4i-spdif.txt | 39 ++
1 file changed, 39 insertions(+)
create mode 100644
Documentat
This patchs adds O_TMPFILE support to UBIFS.
Signed-off-by: Richard Weinberger
---
fs/ubifs/dir.c | 71 ++
1 file changed, 71 insertions(+)
diff --git a/fs/ubifs/dir.c b/fs/ubifs/dir.c
index 795992a..660eefe 100644
--- a/fs/ubifs/dir.c
+++
homer: # nm kernel/sched/core.o|grep preemptible_lazy
00b5 t preemptible_lazy
echo wakeup_rt > current_tracer ==> Welcome to infinity.
Signed-off-bx: Mike Galbraith
---
kernel/sched/core.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/kernel/sched/core.c
+++ b/kern
This makes DTS structure more readable.
Signed-off-by: Pali Rohár
---
arch/arm/boot/dts/omap3-n900.dts | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
index e0443cd..85c29f3 100644
--- a/
On Sun, Feb 21, 2016 at 12:18:56AM +0100, Jiri Olsa wrote:
> On Tue, Feb 16, 2016 at 11:08:34PM +0900, Namhyung Kim wrote:
>
> SNIP
>
> > +static int hist_entry__hierarchy_fprintf(struct hist_entry *he,
> > +struct perf_hpp *hpp,
> > +
Signed-off-by: Pali Rohár
---
drivers/power/isp1704_charger.c |1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/power/isp1704_charger.c b/drivers/power/isp1704_charger.c
index acaf7cf..4cd6899 100644
--- a/drivers/power/isp1704_charger.c
+++ b/drivers/power/isp1704_charger.c
@@ -536,
ubi_start_leb_change() alloctes too few bytes.
ubi_more_leb_change_data() will write up to req->upd_bytes +
ubi->min_io_size bytes.
Cc: sta...@vger.kernel.org
Signed-off-by: Richard Weinberger
---
drivers/mtd/ubi/upd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/m
On Sun, Feb 21, 2016 at 12:19:29AM +0100, Jiri Olsa wrote:
> On Tue, Feb 16, 2016 at 11:08:43PM +0900, Namhyung Kim wrote:
> > Support hierarchy output for perf-top using --hierarchy option.
> >
> > Acked-by: Pekka Enberg
> > Signed-off-by: Namhyung Kim
> > ---
> > tools/perf/Documentation/perf
Hi,
On 11.02.2016 02:12, Tony Lindgren wrote:
Also.. There's a chance somebody has created a onenand file system
with recent mainline kernels that did the reset and disabled ECC.
So with Ivaylo's patch fixing that, those may not mount properly
any longer. Most likely people just keep their maem
On Sun, Feb 21, 2016 at 4:04 PM, Ross Green wrote:
> On Sat, Feb 20, 2016 at 5:32 PM, Paul E. McKenney
> wrote:
>> On Sat, Feb 20, 2016 at 03:34:30PM +1100, Ross Green wrote:
>>> On Sat, Feb 20, 2016 at 4:33 AM, Paul E. McKenney
>>> wrote:
>>> > On Thu, Feb 18, 2016 at 08:13:18PM -0800, John Stu
Looks fine,
Reviewed-by: Sagi Grimberg
El 20/01/2016 a las 17:59, Rob Herring escribió:
On Sun, Jan 17, 2016 at 12:28:21PM +0100, Álvaro Fernández Rojas wrote:
This adds a device tree example for SFR Neufbox4 (Sercomm version), which
also serves as a real example for brcm,bcm6358-leds.
Signed-off-by: Álvaro Fernández Rojas
[...]
This patch series add debug error output for isp1704 driver and fix
module aliases for power supply drivers uses on Nokia N900.
Pali Rohár (6):
power_supply: isp1704_charger: Error messages when probe fail
power_supply: isp1704_charger: Add compatible of match for
nxp,isp1707
power_suppl
Looks fine,
Reviewed-by: Sagi Grimberg
On Sun 2016-02-21 12:28:20, Pali Rohár wrote:
> Signed-off-by: Pali Rohár
Acked-by: Pavel Machek
> @@ -1759,6 +1759,7 @@ static const struct i2c_device_id
> bq2415x_i2c_id_table[] = {
> };
> MODULE_DEVICE_TABLE(i2c, bq2415x_i2c_id_table);
>
> +#ifdef CONFIG_ACPI
> static const struct acp
This change does not break existing userspace or Maemo software because
isp1704_charger.c always export power supply device under isp1704 name.
Signed-off-by: Pali Rohár
---
arch/arm/boot/dts/omap3-n900.dts |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boo
On Tuesday 26 January 2016 18:26:32 Tony Lindgren wrote:
> * Pali Rohár [160126 06:35]:
> > On Thursday 21 January 2016 12:30:13 Tony Lindgren wrote:
> > > * joerg Reisenweber [160121 11:35]:
> > > > On Thu 21 January 2016 11:21:13 Tony Lindgren wrote:
> > > > > Do you have some pointer
> > > > >
Hi!
> This patch adds more detailed error messages when probe function
> fail.
...fails.
> It is useful for debbuging why driver refuse to register charger device.
...why the driver refuses to register...
Acked-by: Pavel Machek
--
(english) http://www.livejournal.com/~pavelmachek
(cesk
Hi Linus,
Please pull hwmon fixes for Linux v4.5-rc6 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
hwmon-v4.5-rc6
Thanks,
Guenter
--
The following changes since commit 18558cae0272f8fd9647e69d3fec1565a7949865:
Linux 4.5-rc4 (2016-02-14 13:05
Fixed a coding style issue.
Signed-off-by: Jannik Becher
---
drivers/staging/rdma/hfi1/verbs_mcast.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rdma/hfi1/verbs_mcast.c
b/drivers/staging/rdma/hfi1/verbs_mcast.c
index afc6b4c..c45d4b1 100644
--- a/dr
The srcline, srcfile and trace sort keys can have long entries. With
commit 89fee7094323 ("perf hists: Do column alignment on the format
iterator"), it now aligns output with hist_entry__snprintf_alignment().
So each (possibly long) sort entries don't need to do it themselves.
Signed-off-by: Namh
The dynamic entry is created for each tracepoint event. When it sets up
the sort key, it checks with existing keys using ->equal() callback.
But it missed to set the ->equal for dynamic entries. The following
segfault was due to the missing ->equal() callback.
(gdb) bt
#0 0x00140003
On Sat, Feb 20, 2016 at 5:32 PM, Paul E. McKenney
wrote:
> On Sat, Feb 20, 2016 at 03:34:30PM +1100, Ross Green wrote:
>> On Sat, Feb 20, 2016 at 4:33 AM, Paul E. McKenney
>> wrote:
>> > On Thu, Feb 18, 2016 at 08:13:18PM -0800, John Stultz wrote:
>> >> On Thu, Feb 18, 2016 at 7:56 PM, Ross Green
It missed to update column length of the 'trace' sort key in the
hists__calc_col_len() so it might truncate the output. It calculated
the column length in the ->cmp() callback originally but it doesn't
guarantee it's called always.
Signed-off-by: Namhyung Kim
---
tools/perf/util/hist.c | 3 +++
CONFIG_CGROUP_RDMA
On Sun, Feb 21, 2016 at 7:15 PM, Leon Romanovsky wrote:
> On Sun, Feb 21, 2016 at 05:03:05PM +0530, Parav Pandit wrote:
>> On Sun, Feb 21, 2016 at 1:13 PM, Leon Romanovsky wrote:
>> > On Sat, Feb 20, 2016 at 04:30:04PM +0530, Parav Pandit wrote:
>> > Can you place this ifdef b
On Thu, Feb 18, 2016 at 11:49 AM, Krzysztof Adamski wrote:
> allwinner,sun8i-h3-r-pinctrl was added by
> commit ba83a11104ae ("pinctrl: sunxi: Add H3 R_PIO controller support")
> but the patch was missing proper binding documentation. This patch fixes
> this issue.
>
> Signed-off-by: Krzysztof Ada
This patch adds more detailed error messages when probe function fail.
It is useful for debbuging why driver refuse to register charger device.
Signed-off-by: Pali Rohár
---
drivers/power/isp1704_charger.c | 18 ++
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/
Normally the hist entry's srcline and/or srcfile is set during sorting.
However sometime it's possible to a hist entry's srcline is not set yet
after the sorting. This is because the entry is so unique and other
sort keys already make it distinct. Then the srcline/file sort didn't
have a chance t
On Sun, Feb 21, 2016 at 1:13 PM, Leon Romanovsky wrote:
> On Sat, Feb 20, 2016 at 04:30:04PM +0530, Parav Pandit wrote:
> Can you place this ifdef before declaring struct rdma_cgroup?
Yes. I missed out this cleanup. Done locally now.
> Thanks
Since commit cdfdef75e795f ("cpumask: only allocate nr_cpumask_bits."),
this comment above cpumask_size() is no longer relevant.
Signed-off-by: Eric Biggers
---
include/linux/cpumask.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h
index fc
Signed-off-by: Pali Rohár
---
drivers/power/bq27xxx_battery.c | 12
drivers/power/bq27xxx_battery_i2c.c | 24
2 files changed, 36 insertions(+)
diff --git a/drivers/power/bq27xxx_battery.c b/drivers/power/bq27xxx_battery.c
index 6b027a4..45f6ebf 1006
Hi,
On Tuesday 16 February 2016 14:33:01 Dmitry Monakhov wrote:
> ndb can be explicitly disconnected via NBD_DISCONNECT while
> active user still exists this result in massive spam to logs.
> Let's ratelimits such messages.
>
> Signed-off-by: Dmitry Monakhov
> ---
> drivers/block/nbd.c | 6 +++-
Hi Guys,
The bio passed to bio_will_gap() may be fast cloned from upper
layer(dm, md, bcache, fs, ...), or from bio splitting in block
core. Unfortunately bio_will_gap() just figures out the last
bvec via 'bi_io_vec[prev->bi_vcnt - 1]' directly, and this way
is obviously wrong in case of fast-c
1 - 100 of 343 matches
Mail list logo