Hi,
On 2/27/2015 4:04 PM, Arnd Bergmann wrote:
> On Friday 27 February 2015 16:01:03 Vignesh R wrote:
>> On Friday 27 February 2015 03:25 PM, Arnd Bergmann wrote:
>>> On Friday 27 February 2015 14:54:17 Vignesh R wrote:
+- compatible : should be "ti,omap3-1w" or "ti,am43xx-hdq"
>>>
>>>
On 02/28/2015 06:00 PM, Paul Bolle wrote:
> On Tue, 2015-02-24 at 16:21 +0200, Peter Ujfalusi wrote:
>> The DRA7x has more peripherals with DMA requests than the sDMA can handle:
>> 205 vs 127. All DMA requests are routed through the DMA crossbar, which can
>> be configured to route selected incomi
On 2015-03-02 08:25, Sanjeev Sharma wrote:
> Make of_device_id array const.
>
> Signed-off-by: Sanjeev Sharma
> ---
> drivers/pinctrl/freescale/pinctrl-vf610.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pinctrl/freescale/pinctrl-vf610.c
> b/drivers/pinctrl/
Hi Lad and Hans,
2015-02-22 2:39 GMT+08:00 Lad Prabhakar :
> From: "Lad, Prabhakar"
>
> This patch series, enhances blackfin capture driver with
> vb2 helpers.
>
> Changes for v3:
> 1: patches unchanged except for patch 8/15 fixing starting of ppi only
>after we have the resources.
> 2: Rebas
Hi Lee,
On Mon, 23 Feb 2015, Peter Griffin wrote:
> Hi Lee,
I noticed you sent another version, but I didn't see a reply on this point
below.
As your now doing a re-spin for Pauls comments, I thought I would send a
reminder
just in case you hadn't seen it.
regards,
Peter.
>
>
>
> > +#if
On Sat, 28 Feb 2015, Charles Keepax wrote:
> Signed-off-by: Charles Keepax
> ---
> drivers/mfd/arizona-core.c | 10 ++
> 1 files changed, 10 insertions(+), 0 deletions(-)
Same here. Requires DT/Clk Ack.
> diff --git a/drivers/mfd/arizona-core.c b/drivers/mfd/arizona-core.c
> index d
On Sat, 28 Feb 2015, Charles Keepax wrote:
> From: Richard Fitzgerald
>
> Signed-off-by: Richard Fitzgerald
> Signed-off-by: Charles Keepax
> ---
> drivers/mfd/arizona-core.c |3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
Requires a DT, or at least a Clk Ack.
> diff --git a/
On Sat, 28 Feb 2015, Paul Bolle wrote:
> On Wed, 2015-02-25 at 13:52 +, Lee Jones wrote:
> > Reviewed-by: Guenter Roeck
> > Signed-off-by: David Paris
> > Signed-off-by: Lee Jones
> > ---
> > drivers/watchdog/Kconfig | 13 ++
> > drivers/watchdog/Makefile | 1 +
> > drivers/watc
Hi all,
I'm seeing the following lockup pretty often while fuzzing with trinity:
[ 880.960250] NMI watchdog: BUG: soft lockup - CPU#1 stuck for 447s!
[migration/1:14]
[ 880.960700] Modules linked in:
[ 880.960700] irq event stamp: 380954
[ 880.960700] hardirqs last enabled at (380953): resto
* Michel Lespinasse wrote:
> On Sat, Feb 28, 2015 at 1:24 PM, Peter Zijlstra wrote:
> > Change the insert and erase code such that lockless searches are
> > non-fatal.
> >
> > In and of itself an rbtree cannot be correctly searched while
> > in-modification, we can however provide weaker guaran
On 03/02/2015 02:32 PM, Axel Lin wrote:
devm_ioremap_resource() also has sanity check for the res argument which is
missed in current code.
I remember we can not use devm_ioremap_resource here, because the memory
region is shared with sata controller.
And devm_request_mem_region would fail.
Make of_device_id array const.
Signed-off-by: Sanjeev Sharma
---
drivers/pinctrl/freescale/pinctrl-vf610.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/freescale/pinctrl-vf610.c
b/drivers/pinctrl/freescale/pinctrl-vf610.c
index fc86276..37a0375 100644
---
The CONFIG_DEBUG_PAGEALLOC option now is located under "Kernel
hacking" / "Memory Debugging" / "Debug page memory allocations".
so we should update the description in kmemcheck.txt.
Signed-off-by: Wang Long
---
Documentation/kmemcheck.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Hi Jacek
On 2015년 02월 27일 17:42, Jacek Anaszewski wrote:
> Hi Ingi,
>
> On 02/27/2015 02:01 AM, Ingi Kim wrote:
>> This patch supports KTD2692 flash LED driver
>>
>> Ingi Kim (3):
>>of: Add vendor prefix for Kinetic technologies
>>leds: ktd2692: add device tree bindings for ktd2692
>>
Make of_device_id array const.
Signed-off-by: Sanjeev Sharma
---
drivers/tty/serial/imx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c
index 0eb29b1..412bfbf 100644
--- a/drivers/tty/serial/imx.c
+++ b/drivers/tty/serial/
Use asm/unaligned.h instead of linux/unaligned/access_ok.h head file to
fix compiling issues such as following while doing cross platform compiling.
"include/linux/unaligned/access_ok.h:7:19: error: redefinition of
'get_unaligned_le16'
...
include/linux/unaligned/le_struct.h:6:19: note: previous d
Remove the duplicate of_changeset_init. In of_selftest_changeset
testcase, the "struct of_changeset chgset" is initialized twice,
but only once is enough. so, drop the first initializtion code.
Signed-off-by: Wang Long
---
drivers/of/unittest.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/
Hi all,
Changes since 20150227:
The net-next tree gained a conflict against the net tree.
The md tree gained a build failure for which I reverted it.
The rcu tree lost its build failure.
The clk tree still had its build failure so I again used the version
from next-20150225.
Non-merge commits
devm_ioremap_resource() also has sanity check for the res argument which is
missed in current code.
Signed-off-by: Axel Lin
---
drivers/phy/phy-hix5hd2-sata.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/phy/phy-hix5hd2-sata.c b/drivers/phy/phy-hix5hd2-sata.c
On 2015/2/23 20:45, Andy Shevchenko wrote:
> On Tue, 2015-01-20 at 23:49 +0200, Andy Shevchenko wrote:
>> This is the reworked patch series which had been sent earlier [1] to support
>> Intel CherryTrail SoC.
>>
>> The patches were tested on both BayTrail and CherryTrail SoCs.
>>
>> [1] https://pat
commit f42c85e74faa422cf0bc747ed808681145448f88 moves tracepoint's ftrace
creation into include/trace/ftrace.h and trace/define_trach.h is deleted
as a result. However some comment info does not adapt to the change, which
I think is such a misguiding when reading related code.
This patch fix t
For bindings you need to cc DT list, cc'd now..
On 26 February 2015 at 18:51, Leo Yan wrote:
> This adds documentation for hisilicon acpu's cpufreq driver.
>
> OPP library is used for device tree parsing to get frequency list;
> Furthermore, this driver can bind all CPUs to change frequency toget
Hi Rik,
> Subject: cpusets,isolcpus: add file to show isolated cpus in cpuset
>
> The previous patch makes it so the code skips over isolcpus when
> building scheduler load balancing domains. This makes it hard to
> see for a user which of the CPUs in a cpuset are participating in
> load balancin
Hi Tejun,
Could you pick up those bug fixes? Or should I ask Ingo/akpm to take
care of them?
On 2015/2/13 11:19, Zefan Li wrote:
> If clone_children is enabled, effective masks won't be initialized
> due to the bug:
>
> # mount -t cgroup -o cpuset xxx /mnt
> # echo 1 > cgroup.clone_children
On 26 February 2015 at 18:51, Leo Yan wrote:
> Add acpu driver for hisilicon SoC, acpu is application processor
> subsystem. Dependent on the H/W design, the silicon may has the coupled
> clock domain for all clusters, or every cluster can have the dedicated
> clock domain. So this driver will sup
Hi Neil,
On Mon, 2 Mar 2015 17:03:45 +1100 NeilBrown wrote:
>
> I think
> + bm_blocks = DIV_ROUND_UP(bm_blocks, 4096);
>
> needs DIV_ROUND_UP_SECTOR_T()
I tried that and it was not sufficient.
> The first patch you identified adds that line. The second relocates it.
The second
Fix PM does not work on the at91sam9g20ek board
--->8---
at91_pm_sram_init: failed to find sram device!
---<8---
Signed-off-by: Wenyou Yang
---
arch/arm/boot/dts/at91sam9260.dtsi |9 +++--
arch/arm/boot/dts/at91sam9g20.dtsi |9 +
2 files changed, 12 insertions(+), 6 deletions
HI Dmitry,
On 28/02/2015 02:49, Dmitry Torokhov wrote:
On Thu, Feb 26, 2015 at 11:49:36AM +0900, Jaewon Kim wrote:
Hi Dmitry,
On 26/02/2015 10:23, Dmitry Torokhov wrote:
Hi Jaewon,
On Tue, Feb 24, 2015 at 10:29:07AM +0900, Jaewon Kim wrote:
+static void max77843_haptic_play_work(struct work
On Mon, 2 Mar 2015 16:50:57 +1100 Stephen Rothwell
wrote:
> Hi Neil,
>
> After merging the md tree, today's linux-next build (i386 defconfig)
> failed like this:
>
> drivers/built-in.o: In function `bitmap_read_sb':
> bitmap.c:(.text+0x29cd52): undefined reference to `__udivdi3'
>
> Probably c
From: Oleg Drokin
A recent crash report with CONFIG_CPUMASK_OFFSTACK enabled
set off a chain of emails through which I learned that cpus_* functions
are deprecated and should not be really used to operate on cpumasks.
These two patches do just that, replacing cpus_* and cpu_* calls
with cpumask_
From: Oleg Drokin
As per Rusty Russel, cpus_* functions are deprecated.
When mixing cpumask_copy with cpus_weight, they operate on different
sized masks if CPUMASK_OFFSTACK is enabled, causing an
immediate assertion failure.
Copying of cpumasks by assignment is also not allowed now.
Additionally
From: Oleg Drokin
Rusty Russel advises that cpus_* functions are deprecated to work
on cpumasks and cpumask_* functions should be called instead,
otherwise problems with CPUMASK_OFFSTACK arise.
Signed-off-by: Oleg Drokin
---
.../staging/lustre/lustre/libcfs/linux/linux-cpu.c | 78 +++--
On (Sat) 28 Feb 2015 [18:42:25], Michael S. Tsirkin wrote:
> when multiport is off, virtio console invokes config access from irq
> context, config access is blocking on s390.
> Fix this up by scheduling work from config irq - similar to what we do
> for multiport configs.
>
> Signed-off-by: Micha
On (Sat) 28 Feb 2015 [18:41:34], Michael S. Tsirkin wrote:
> when multiport is off, we don't initialize config work,
> but we then cancel uninitialized control_work on freeze.
>
> Signed-off-by: Michael S. Tsirkin
Reviewed-by: Amit Shah
Amit
--
To unsubscribe from this list: se
Hi Neil,
After merging the md tree, today's linux-next build (i386 defconfig)
failed like this:
drivers/built-in.o: In function `bitmap_read_sb':
bitmap.c:(.text+0x29cd52): undefined reference to `__udivdi3'
Probably caused by commit b97e92574c0b ("Use separate bitmaps for each
nodes in the clus
From: Rickard Strandqvist
Date: Sat, 20 Dec 2014 13:33:54 +0100
> Removes some functions that are not used anywhere:
> do_fpdis_tl1() do_iae_tl1() do_dae_tl1() do_cee_tl1()
>
> This was partially found by using a static code analysis program called
> cppcheck.
>
> Signed-off-by: Rickard Strand
From: Rickard Strandqvist
Date: Sat, 20 Dec 2014 13:42:47 +0100
> Remove the function starfire_hard_smp_processor_id() that is not used
> anywhere.
>
> This was partially found by using a static code analysis program called
> cppcheck.
>
> Signed-off-by: Rickard Strandqvist
Applied.
--
To u
On Fri, Feb 27, 2015 at 02:30:16PM -0800, Bjorn Andersson wrote:
> Add binding documentation for the Qualcomm Hardware Mutex.
>
> Signed-off-by: Bjorn Andersson
> ---
Looks fine.
Reviewed-by: Andy Gross
--
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of t
On 02/27/2015 04:31 PM, Jonathan Corbet wrote:
> On Fri, 27 Feb 2015 13:10:34 -0800
> Andrew Morton wrote:
>
>> I don't really understand the need for rotation/round-robin. We can
>> solve the thundering herd via exclusive wakeups, but what is the point
>> in choosing to wake the task which has b
My driver allocates more than 30MB pages via alloc_page() at a time and
maps them at virtual address. Totally it uses 300~400MB pages.
If I run a heavy load test for a day, I cannot allocate even order=3 pages
because-of the external fragmentation.
I thought I needed a anti-fragmentation solution
The perf record does not support -l option anymore, so nuke it.
Signed-off-by: Namhyung Kim
---
tools/perf/Documentation/perf-record.txt | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tools/perf/Documentation/perf-record.txt
b/tools/perf/Documentation/perf-record.txt
index f989beafd52a..
On Saturday 28 February 2015 10:58 PM, Lucas De Marchi wrote:
> On Thu, Feb 19, 2015 at 12:35 PM, Harish Jenny Kandiga Nagaraj
> wrote:
>> On Thursday 19 February 2015 07:32 PM, Harish Jenny Kandiga Nagaraj wrote:
>>> On Thursday 19 February 2015 06:13 PM, Lucas De Marchi wrote:
On Thu, Feb
On Mon, Mar 02, 2015 at 05:38:29AM +0100, Mateusz Guzik wrote:
> On Sun, Mar 01, 2015 at 08:31:26AM +1100, Dave Chinner wrote:
> > On Sat, Feb 28, 2015 at 05:25:57PM +0300, Alexey Dobriyan wrote:
> > > Freezing and thawing are separate system calls, task which is supposed
> > > to thaw filesystem/s
From: Kai Vehmanen
If HSI port is not configured by ssi_protocol, return an error from
char device open.
Signed-off-by: Kai Vehmanen
Acked-by: Carlos Chinea
Signed-off-by: Joni Lapilainen
Signed-off-by: Sebastian Reichel
---
drivers/hsi/clients/cmt_speech.c | 7 +++
1 file changed, 7 in
Fix building of the old out-of-tree code.
Signed-off-by: Sebastian Reichel
---
drivers/hsi/clients/cmt_speech.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/hsi/clients/cmt_speech.c b/drivers/hsi/clients/cmt_speech.c
index 56846c9..6d852ea 100644
--- a/driv
Cleanup initialisation process, so that its similar to
the style used in ssi_protocol driver.
Signed-off-by: Sebastian Reichel
---
drivers/hsi/clients/cmt_speech.c | 16 ++--
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/drivers/hsi/clients/cmt_speech.c b/drivers/hsi
Rename driver and platform alias to cmt-speech, so that
it's consistent with the ssi-protocol driver.
Signed-off-by: Sebastian Reichel
---
drivers/hsi/clients/cmt_speech.c | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/hsi/clients/cmt_speech.c b/drivers/hsi/cl
From: Kai Vehmanen
Introduces the cmt-speech driver, which implements
a character device interface for transferring speech
data frames over HSI/SSI.
The driver is used to exchange voice/speech data between
the Nokia N900/N950/N9's modem and its cpu.
Signed-off-by: Kai Vehmanen
Signed-off-by: C
cmt-speech channel numbers should be coming from Device Tree
instead of being hardcoded.
Signed-off-by: Sebastian Reichel
---
drivers/hsi/clients/cmt_speech.c | 28 ++--
1 file changed, 22 insertions(+), 6 deletions(-)
diff --git a/drivers/hsi/clients/cmt_speech.c b/driv
This adds cmt_speech support to the nokia-modem driver
and adds Kconfig entries for cmt_speech, so that it can
be built.
Signed-off-by: Sebastian Reichel
---
drivers/hsi/clients/Kconfig | 11 ++-
drivers/hsi/clients/Makefile | 1 +
drivers/hsi/clients/nokia-modem.c | 31 +
From: Kai Vehmanen
Also fixes a bug in updating 'opened' state in case cs_hsi_start()
fails when opening the char device.
Signed-off-by: Kai Vehmanen
Signed-off-by: Joni Lapilainen
Signed-off-by: Sebastian Reichel
---
drivers/hsi/clients/cmt_speech.c | 43 +++-
Move cs-protocol.h to include/uapi/linux/hsi, since it
describes a userspace API.
Signed-off-by: Sebastian Reichel
---
drivers/hsi/clients/cmt_speech.c| 2 +-
include/uapi/linux/hsi/Kbuild | 2 +-
include/{linux => uapi/linux/hsi}/cs-protocol.h | 5 +
3 file
Hi,
This patchset contains the missing speech data support for the
Nokia N900 modem.
Userland access goes via /dev/cmt_speech. The API is implemented in
libcmtspeechdata, which is used by ofono and the freesmartphone.org project.
Apart from that the device is also used by the phone binaries distr
On Sun, Mar 01, 2015 at 08:31:26AM +1100, Dave Chinner wrote:
> On Sat, Feb 28, 2015 at 05:25:57PM +0300, Alexey Dobriyan wrote:
> > Freezing and thawing are separate system calls, task which is supposed
> > to thaw filesystem/superblock can disappear due to crash or not thaw
> > due to a bug. At l
Thanks for the check.
This fix is verified okay.
Dudley
> -Original Message-
> From: Geert Uytterhoeven [mailto:ge...@linux-m68k.org]
> Sent: 2015年2月12日 22:16
> To: Dmitry Torokhov; Dudley Du
> Cc: linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org; Geert
> Uytterhoeven
> Subject:
He Kuang reported that current perf tools failed to build when ARCH
variable was given like above. It was because the name is different
that internal directory name. I can see that David's sparc64 build
has same problem. So fix it by applying the sed conversion script to
the command line ARCH va
Signed-off-by: Jiang Liu
---
arch/x86/pci/acpi.c |3 +++
drivers/acpi/resource.c |2 ++
2 files changed, 5 insertions(+)
diff --git a/arch/x86/pci/acpi.c b/arch/x86/pci/acpi.c
index ddafc9e8b9b3..d5e4e77684ef 100644
--- a/arch/x86/pci/acpi.c
+++ b/arch/x86/pci/acpi.c
@@ -230,6 +230,
Hi Thomas,
I still can't figure out why the last resource entry "pci_bus
:00: root bus resource [mem 0x8000-0xd0716ffe]" gets ignored
by new code. Could you please help to apply these two patches and send
me back dmesg?
Thanks!
Gerry
Jiang Liu (2):
x86/PCI/ACPI: Ignore resources
When parsing resources for PCI host bridge, we should ignore resources
consumed by host bridge itself and only report window resources available
to child PCI busses.
Signed-off-by: Jiang Liu
---
arch/x86/pci/acpi.c | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/
From: Arun Chandran
Date: Sun, 1 Mar 2015 11:38:02 +0530
> Program management descriptor's access mode according to the
> dynamically detected CPU endianness.
>
> Signed-off-by: Arun Chandran
> Acked-by: Nicolas Ferre
> Tested-by: Michal Simek
Applied to net-next.
--
To unsubscribe from thi
From: Arun Chandran
Date: Sun, 1 Mar 2015 11:38:03 +0530
> Add *_SIZE macros for the bits ENDIA_DESC and
> ENDIA_PKT
>
> Signed-off-by: Arun Chandran
> Acked-by: Nicolas Ferre
Also applied to net-next.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of
From: Shrikrishna Khare
Date: Sat, 28 Feb 2015 20:33:09 -0800
> Allows for packet parsing to be done by the fast path. This performance
> optimization already exists for IPv4. Add similar logic for IPv6.
>
> Signed-off-by: Amitabha Banerjee
> Signed-off-by: Shrikrishna Khare
Applied, thanks.
From: Yannick Guerrini
Date: Fri, 27 Feb 2015 18:38:46 +0100
> Change 'mutliple' to 'multiple'
> Change 'Firmare' to 'Firmware'
>
> Signed-off-by: Yannick Guerrini
Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.ker
The seq_printf return value, because it's frequently misused,
will eventually be converted to void.
See: commit 1f33c41c03da ("seq_file: Rename seq_overflow() to
seq_has_overflowed() and make public")
Convert these uses to:
seq_printf(seq, ...);
return 0;
Done via cocci sc
From: Yannick Guerrini
Date: Fri, 27 Feb 2015 18:12:16 +0100
> Change 'Firmare' to 'Firmware'
>
> Signed-off-by: Yannick Guerrini
Applied.
--
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 ht
tree: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
char-misc-testing
head: b3de8e3719e582f3182bb504295e4a8e43c8c96f
commit: 96c1d0581d00f7abe033350edb021a9d947d8d81 [25/45] Drivers: hv: vmbus:
Add support for VMBus panic notifier handler
reproduce:
# apt-get install sp
drivers/hv/vmbus_drv.c:51:5: sparse: symbol 'hyperv_panic_event' was not
declared. Should it be static?
drivers/hv/vmbus_drv.c:51:5: sparse: symbol 'hyperv_panic_event' was not
declared. Should it be static?
drivers/hv/vmbus_drv.c:51:5: sparse: symbol 'hyperv_panic_event' was not
declared. Shoul
On Sun, Mar 1, 2015 at 5:18 PM, Greg Kroah-Hartman
wrote:
> On Fri, Feb 27, 2015 at 09:44:42PM -0800, Tolga Ceylan wrote:
>> Replaced C99 '//' comments with C89 '/**/'
>>
>> Signed-off-by: Tolga Ceylan
>> ---
>> drivers/staging/fbtft/fb_ssd1331.c | 30 +++---
>> 1 file ch
On Sat, Feb 07, 2015 at 08:19:01PM -0800, Shirish Gajera wrote:
> This patch fixes the checkpatch.pl warning:
>
> WARNING: line over 80 characters
> All line over 80 characters in driver/staging/speakup/* are fixed.
>
> Signed-off-by: Shirish Gajera
> ---
> drivers/staging/speakup/main.c
On Thu, Feb 26, 2015 at 10:59:05PM +0200, Tomas Winkler wrote:
> To make debugging a bit easier we add me register
> access tracing
> /tracing/events/mei/mei_reg_{read,write}
>
> Signed-off-by: Tomas Winkler
> ---
> V2: add missing include to linux/device.h
> Fix warning (randconfig)
> drivers/
On Sat, Feb 14, 2015 at 11:14:48AM +0200, Tomas Winkler wrote:
> 1. Use rw lock to access the me_clients list
>
> 2. Reuse already defined find functions also when
> removing particular me client
>
> 3. Add wrappers for addition and deletion
>
> Signed-off-by: Tomas Winkler
> ---
> V2: add mis
> -Original Message-
> From: Greg KH [mailto:gre...@linuxfoundation.org]
> Sent: Sunday, March 1, 2015 7:34 PM
> To: Jake Oshins
> Cc: rafael.j.wyso...@intel.com; KY Srinivasan; linux-kernel@vger.kernel.org;
> de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com;
> vkuzn...@re
On Tue, Feb 17, 2015 at 11:41:49AM -0800, Jake Oshins wrote:
> This patch adds some wrapper functions in the pnp layer. The intent is
> to allow memory address space claims by devices which are descendants
> (a child or grandchild of) a device which is already part of the pnp
> layer. This allows
On Sun, Mar 1, 2015 at 5:50 PM, James Morris wrote:
> On Fri, 27 Feb 2015, Kees Cook wrote:
>
>> Hi,
>>
>> Please pull these yama changes for 4.0.
>>
>> Thanks!
>>
>
>>
>> Kees Cook (1):
>> Yama: do not modify global sysctl tab
On Fri, 2015-02-27 at 17:57 +0100, Sebastian Andrzej Siewior wrote:
> This patch makes it possible to replace the base mutex by a rt_mutex. In
> general one would not do this.
I would argue that the thing should be born as a full fledged primitive,
not a config option, as an rt_ww_mutex is the ww
The 'perf record --group' option lacks documentation and confuses
users. As -e/--event option already supports group spec, it should
not be used anymore.
Also add a short description of event group itself.
Reported-by: Stephane Eranian
Signed-off-by: Namhyung Kim
---
tools/perf/Documentation/
Hello Linus,
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
fixes-for-4.0-rc2
to receive Thermal Management updates for v4.0-rc2 with top-most
5912e264d9eec512598d8faf33440630a3aee989:
Merge branch 'tmon-fixes' of .git into next (2015-02-28 1
On Fri, Feb 27, 2015 at 06:27:16PM +, Luck, Tony wrote:
> > When CR4.MCE=0b and an MCE happens, it will shutdown the system, at
> > least on Intel, according to Tony
>
> I checked with the architects ... and I was right. If you clear CR4.MCE
> you'll still
> see the machine check - and you'll
On Fri, Feb 27, 2015 at 08:14:47AM -0500, Prarit Bhargava wrote:
> On 02/27/2015 07:46 AM, Naoya Horiguchi wrote:
> > Hi Prarit,
> >
> > On Fri, Feb 27, 2015 at 06:09:52AM -0500, Prarit Bhargava wrote:
> > ...
> >> > @@ -157,6 +160,11 @@ void native_machine_crash_shutdown(struct pt_regs
> >> > *r
Joel Schopp writes:
> From: David Kaplan
> No need to re-decode WBINVD since we know what it is from the intercept.
>
> Signed-off-by: David Kaplan
> [extracted from larger unlrelated patch, forward ported, tested]
> Signed-off-by: Joel Schopp
> ---
> arch/x86/kvm/svm.c | 10 +-
> 1
This patch add CLKOUT driver support for Exynos3250 SoC.
Exynos3250 SoC PMU_DEBUG is the same with Exynos4's PMU_DEBUG
including CLKOUT mux. So, We can use the exynos4's clkout init
function for Exynos3250 without the need to add new function.
Signed-off-by: Inha Song
---
drivers/clk/samsung/cl
> -Original Message-
> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
> Sent: Friday, February 27, 2015 8:14 AM
> To: KY Srinivasan; de...@linuxdriverproject.org
> Cc: Haiyang Zhang; linux-kernel@vger.kernel.org; Dexuan Cui; Radim Krčmář;
> Greg Kroah-Hartman; linux-...@vger.kernel.o
On 02/16/2015 08:58 PM, Manuel Lauss wrote:
On Mon, Feb 16, 2015 at 11:31 AM, Charles Keepax
wrote:
On Thu, Feb 12, 2015 at 04:23:06PM +0800, Bo Shen wrote:
Hi All,
On 02/05/2015 03:35 PM, Bo Shen wrote:
Let the wm8731 codec to manage clock by itself.
Signed-off-by: Bo Shen
---
sound/s
Hi numa guys,
Yasuaki Ishimatsu found a phenomenon that the numa mapping (cpu<->node
relationship)
changed when hot add/remove node.
And this change will cause allocation failure bug to workqueue sub-system:
...
SLUB: Unable to allocate memory on node 2 (gfp=0x80d0)
cache: kmalloc-192, objec
On Sun, Mar 1, 2015 at 1:00 PM, Linus Torvalds
wrote:
>
> Back to the drawing board.
Ok, many hours later, but I found it.
The bisection was a disaster, having to work around other bugs in this
area, but it ended up getting "close enough" that I figured out what
went wrong.
The "intel_plane_dup
> -Original Message-
> From: Minchan Kim [mailto:minchan@gmail.com] On Behalf Of Minchan Kim
> Sent: Saturday, February 28, 2015 9:50 PM
> To: Wang, Yalin
> Cc: Michal Hocko; Andrew Morton; linux-kernel@vger.kernel.org; linux-
> m...@kvack.org; Rik van Riel; Johannes Weiner; Mel Gorman;
> -Original Message-
> From: Minchan Kim [mailto:minchan@gmail.com] On Behalf Of Minchan Kim
> Sent: Saturday, February 28, 2015 9:56 PM
> To: Wang, Yalin
> Cc: 'Michal Hocko'; Andrew Morton; linux-kernel@vger.kernel.org; linux-
> m...@kvack.org; Rik van Riel; Johannes Weiner; Mel Gorma
On Fri, 27 Feb 2015, Kees Cook wrote:
> Hi,
>
> Please pull these yama changes for 4.0.
>
> Thanks!
>
>
> Kees Cook (1):
> Yama: do not modify global sysctl table entry
>
Does this need to be in 4.0? Changes in the rc se
On Mon, Mar 2, 2015 at 12:13 AM, David Lang wrote:
> On Sun, 1 Mar 2015, Luke Kenneth Casson Leighton wrote:
>
>> in recent discussions about PID-1 alternatives (sysvinit, openrc,
>> systemd, depinit) i was alerted to the idea that PID1 is to become the
>> sole exlcusive process permitted to manag
This patch fixes checkpatch.pl warning.
WARNING: else is not generally useful after a break or return
Signed-off-by: Alberto Pires de Oliveira Neto
---
drivers/staging/lustre/lustre/fld/fld_request.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/staging
that's true.
I think it's ok now.
On Sun, Mar 1, 2015 at 10:30 PM, Greg KH wrote:
> On Sat, Feb 28, 2015 at 01:37:23PM -0300, Alberto Pires de Oliveira Neto
> wrote:
>> This patch fixes checkpatch.pl warning.
>> WARNING: else is not generally useful after a break or return
>>
>> Signed-
Hi, masami:
I have read your post at https://lkml.org/lkml/2011/7/1/185 , which
remove the preempt disable code in kprobe.
Does it safe on arm(32) ? In my scenario I (have to) write some sleep code
which may cause reschedule in the probe handler. Then I got schedule bug
report like be
On Sun, Mar 01, 2015 at 10:01:16PM +0800, Yaowei Bai wrote:
> As we have moved to 4.x, it should be reflected in README.
>
Not something I can affect, but just a couple of comments on what
looks like a useful, but unadventurous, change :
1. Firing patches at the list, without copying them to a
(2015/03/01 6:24), Peter Zijlstra wrote:
> While one must hold RCU-sched (aka. preempt_disable) for find_symbol()
> one must equally hold it over the use of the object returned.
>
> The moment you release the RCU-sched read lock, the object can be dead
> and gone.
>
> Cc: Seth Jennings
> Cc: Jos
On Sat, Feb 28, 2015 at 01:37:23PM -0300, Alberto Pires de Oliveira Neto wrote:
> This patch fixes checkpatch.pl warning.
> WARNING: else is not generally useful after a break or return
>
> Signed-off-by: Alberto Pires de Oliveira Neto
> ---
> drivers/staging/lustre/lustre/fld/fld_reques
On Tue, Feb 10, 2015 at 08:36:20PM +0200, Tal Shorer wrote:
> fix the following coding style error in
> drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c:
> initialization of min_watchdog_ratelimit (static int) to 0
>
> for clarity's sake, the "= 0" is kept as part of a comment
>
> Signed-
On Tue, Feb 10, 2015 at 08:36:19PM +0200, Tal Shorer wrote:
> fix the following coding style error in
> drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c:
> initialization of lnet_table_header (static pointer) to NULL
>
> Signed-off-by: Tal Shorer
> ---
> drivers/staging/lustre/lustre/lib
On Tue, Feb 10, 2015 at 08:36:21PM +0200, Tal Shorer wrote:
> following coding style error in
> drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c:
> missing spaces around '='
>
> Signed-off-by: Tal Shorer
> ---
> drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c | 2 +-
> 1 file cha
On Sat, Feb 21, 2015 at 06:53:30PM -0800, Joe Perches wrote:
> The seq_printf return value, because it's frequently misused,
> will eventually be converted to void.
>
> See: commit 1f33c41c03da ("seq_file: Rename seq_overflow() to
> seq_has_overflowed() and make public")
>
> Convert these us
On Fri, Feb 27, 2015 at 09:44:42PM -0800, Tolga Ceylan wrote:
> Replaced C99 '//' comments with C89 '/**/'
>
> Signed-off-by: Tolga Ceylan
> ---
> drivers/staging/fbtft/fb_ssd1331.c | 30 +++---
> 1 file changed, 15 insertions(+), 15 deletions(-)
Doesn't apply to my tree
1 - 100 of 313 matches
Mail list logo