On Wed, Mar 04, 2015 at 12:35:07AM -0800, Sukadev Bhattiprolu wrote:
> extern u64 perf_event_read_value(struct perf_event *event,
> - u64 *enabled, u64 *running);
> + u64 *enabled, u64 *running, int update);
>
I think someone recently s
On Wed, Mar 04, 2015 at 12:35:08AM -0800, Sukadev Bhattiprolu wrote:
> +++ b/kernel/events/core.c
> @@ -3677,11 +3677,34 @@ u64 perf_event_read_value(struct perf_event *event,
> u64 *enabled, u64 *running,
> }
> EXPORT_SYMBOL_GPL(perf_event_read_value);
>
> +static int do_pmu_group_read(struct
Hello Sascha,
On Mon, Mar 16, 2015 at 06:55:09AM +0100, Sascha Hauer wrote:
> +static const char *axi_parents[] __initconst = {
> + "clk26m",
> + "syspll_d3",
> + "syspll_d4",
> + "syspll_d6",
> + "univpll_d5",
> + "univpll2_d2",
> + "syspll_d3p5"
> +};
__initconst shou
Around Fri 13 Mar 2015 20:04:21 +0200 or thereabout, Alex Dowad wrote:
> The 'arg' argument to copy_thread() is only ever used when forking a new
> kernel thread. Hence, rename it to 'kthread_arg' for clarity (and consistency
> with do_fork() and other arch-specific implementations of copy_thread()
Hi all,
Changes since 20150313:
New tree: kdbus
The vfs tree still had its build failure for which I applied a patch.
The net-next tree gained a conflict against the net tree.
The drm tree gained conflicts against the drm-intel-fixes tree.
The irqchip tree gained conflicts against Linus' and
On Mon, Mar 16, 2015 at 12:44 AM, NeilBrown wrote:
> On Sat, 14 Mar 2015 21:16:51 +0100 Torsten Kaiser
> wrote:
>> udisksd now again behaves normal, but I'm not sending this change as a
>> patch, because I do not know about the locking and livetime of these
>> objects to evaluate, if that is real
On 03/13/2015 10:40 PM, Marek Belisko wrote:
> ti,codec in not parsed in omap-twl4030 sound driver. It's not necessary
> to specify this property in DT because ti,twl4030-audio which ti,codec
> was pointing to by phandle is mfd driver and device for ASoC ic created w/o
> any DT property (codec name
On Sun 15-03-15 10:54:23, Fabian Frederick wrote:
> Fix the following warnings:
>
> fs/udf/balloc.c:768:15: warning: conversion to 'sector_t' from 'int'
> may change the sign of the result [-Wsign-conversion]
>allocated = udf_bitmap_prealloc_blocks(sb,
>^
> fs/udf/balloc.c:773:
Hello Andreas,
On Sun, Mar 15, 2015 at 11:00 PM, Andreas Färber wrote:
> The UART status properties are indented one level too deep, and we want
> to derive a device tree for the ODROID-XU. Fix this before it propagates.
>
> Signed-off-by: Andreas Färber
> ---
Reviewed-by: Javier Martinez Canil
* K. Y. Srinivasan wrote:
> If the hypervisor supports MSR based access to the APIC registers
> (EOI, TPR and ICR), implement the MSR based access.
>
> Signed-off-by: K. Y. Srinivasan
> ---
> arch/x86/include/uapi/asm/hyperv.h |5 +++
> arch/x86/kernel/cpu/mshyperv.c | 69
> +++
* Heinrich Schuchardt wrote:
> PAGE_SIZE is not guaranteed to be equal to or less than 8 times the
> THREAD_SIZE.
>
> E.g. architecture hexagon may have page size 1M and thread size 4096.
> This would lead to a division by zero in the calculation of max_threads.
>
> With 32-bit calculation the
* Yinghai Lu wrote:
> After commit f47233c2d34f ("x86/mm/ASLR: Propagate base load address
> calculation"), get warning about setup_data from debugfs for
> setup_data. Boris found setup_data for kaslr from boot stage become
> all 0's in kernel stage.
And? What is the high level effect to the
On Sun 15-03-15 22:06:54, Tetsuo Handa wrote:
> Michal Hocko wrote:
[...]
> > this. I understand that the wording of the changelog might be confusing,
> > though.
> >
> > It says: "This implementation counts only those retries which involved
> > OOM killer because we do not want to be too eager to
Hi Fabian,
On Sun 15-03-15 09:34:35, Fabian Frederick wrote:
> > On 14 March 2015 at 07:52 Jan Kara wrote:
> >
> >
> > On Tue 10-03-15 21:44:34, Fabian Frederick wrote:
> > > udf_readdir(), udf_find_entry() and udf_pc_to_char() use
> > > udf_get_filename to obtain name length. Give that functio
* Toshi Kani wrote:
> When an MTRR entry is inclusive to a requested range, i.e.
> the start and end of the request are not within the MTRR
> entry range but the range contains the MTRR entry entirely,
> __mtrr_type_lookup() ignores such a case because both
> start_state and end_state are set to
* Toshi Kani wrote:
> 'mtrr_state.enabled' contains FE (fixed MTRRs enabled) and
> E (MTRRs enabled) flags in MSR_MTRRdefType. Intel SDM,
> section 11.11.2.1, defines these flags as follows:
> - All MTRRs are disabled when the E flag is clear.
>The FE flag has no affect when the E flag is
Hello Andreas,
On Sun, Mar 15, 2015 at 11:00 PM, Andreas Färber wrote:
> Derived from exynos5410-smdk5410.dts.
>
> Signed-off-by: Andreas Färber
> ---
> v1 -> v2 -> v3: Unchanged
>
> arch/arm/boot/dts/Makefile| 1 +
> arch/arm/boot/dts/exynos5410-odroidxu.dts | 78
> +
* Toshi Kani wrote:
> MTRRs contain fixed and variable entries. mtrr_type_lookup()
> may repeatedly call __mtrr_type_lookup() to handle a request
> that overlaps with variable entries. However,
> __mtrr_type_lookup() also handles the fixed entries, which
> do not have to be repeated. Therefor
Hello Andreas,
On Sun, Mar 15, 2015 at 11:00 PM, Andreas Färber wrote:
> Signed-off-by: Hakjoo Kim
> Signed-off-by: Andreas Färber
> ---
> v2 -> v3: Unchanged
>
> v1 -> v2:
> * Filled in Sob from Hakjoo Kim
>
> arch/arm/boot/dts/exynos5410-odroidxu.dts | 25 +
> 1 fi
On Fri, Mar 13, 2015 at 03:12:10PM -0400, Stephane Viau wrote:
> From: Beeresh Gopal
>
> Using fb modifier flag, support NV12MT format in MDP4.
>
> v2:
> - rework the modifier's description [Daniel Vetter's comment]
> - drop .set_mode_config() callback [Rob Clark's comment]
>
> Signed-off-by: B
On Sat, Mar 14, 2015 at 08:21:04AM +0100, Pavel Machek wrote:
> On Thu 2015-03-12 15:23:20, Pavel Machek wrote:
> > Hi!
> >
> > It happened twice so far: in one case gui locked up, but music
> > continued playing, and I could still ssh in. (Nothing interesting in
> > the logs, if I can tell in all
* Andy Lutomirski wrote:
> From: Andy Lutomirski
>
> The comment in the signal code says that apps can save/restore other
> segments on their own. It's true that apps can *save* SS on their
> own, but there's no way for apps to restore it: SYSCALL effectively
> resets SS to __USER_DS, so a
IOMMU should be able to use single pages as well as bigger blocks, so if
higher order allocations fail, we should not affect state of the system,
with events such as OOM killer, but rather fall back to order 0
allocations.
This patch changes the behavior of ARM IOMMU DMA allocator to use
__GFP_NOR
On Fri, 13 Mar 2015, Brian Norris wrote:
> On Tue, Feb 24, 2015 at 09:41:10AM +, Lee Jones wrote:
> > On Mon, 23 Feb 2015, Brian Norris wrote:
> > > On Tue, Feb 10, 2015 at 03:46:34PM +0800, Lee Jones wrote:
> > > > On Thu, 05 Feb 2015, Brian Norris wrote:
>
> [snip other discussion]
[...]
>
Add the DMA engine driver for the QCOM Application Data Mover (ADM) DMA
controller found in the MSM8x60 and IPQ/APQ8064 platforms.
The ADM supports both memory to memory transactions and memory
to/from peripheral device transactions. The controller also provides flow
control capabilities for tran
This patch removes the crci information from the dma channel property. At least
one client device requires using more than one CRCI value for a channel. This
does not match the current binding and the crci information needs to be removed.
Instead, the client device will provide this information
This patch set introduces the dmaengine driver for the Qualcomm Application
Data Mover (ADM) DMA controller present on MSM8x60, APQ8064, and IPQ8064
devices.
The initial version of this driver will only support slave DMA operations
between system memory and peripherals. Flow control via the CRCI
Hi,
>
>>
>> > +static int adm_get_blksize(unsigned int burst)
>> > +{
>> > + int ret;
>> > +
>> > + switch (burst) {
>> > + case 16:
>> > + ret = 0;
>> > + break;
>> > + case 32:
>> > + ret = 1;
>> > + break;
>> > + case 64:
>> > + ret = 2;
>> > +
On Fri, 13 Mar 2015, Nicolas Ferre wrote:
> Le 13/03/2015 11:40, Alexandre Belloni a écrit :
> > Hi,
> >
> > On 13/03/2015 at 08:03:15 +, Lee Jones wrote :
> >> On Thu, 12 Mar 2015, Alexandre Belloni wrote:
> >>
> >>> AT91RM920 has a memory range reserved for timer and watchdog
> >>> configu
On Mon, 2015-03-16 at 01:34 -0400, Pranith Kumar wrote:
> On Mon, Mar 16, 2015 at 1:11 AM, Pranith Kumar wrote:
> > Hello,
> >
> > I have a power mac mini 32-bit system.
> >
> ...
> > You can see the panic message here: http://imgur.com/s1lH15g. (there
> > is no log and I have no serial console).
On Mon, Mar 16, 2015 at 04:16:26PM +1100, Stephen Rothwell wrote:
> Hi Greg,
>
> Today's linux-next merge of the kdbus tree got a conflict in
> Documentation/Makefile between commit c6535e1e0361 ("Documentation:
> Remove ZBOOT MMC/SDHI utility and docs") from the arm-soc tree and
> commit 48480f8c
The 'arg' argument to copy_thread() is only ever used when forking a new
kernel thread. Hence, rename it to 'kthread_arg' for clarity.
Signed-off-by: Alex Dowad
---
Dear Hans-Christian Egtvedt,
Thanks for your feedback! I have removed the unneeded comments.
AD
arch/avr32/kernel/process.c | 9
If CONFIG_MODULE_SIG_ALL is set, then user expects that all modules are
automatically signed in the result package, as it's for rpm-pkg, binrpm-pkg,
tar, tar-*. For deb-pkg this is correct only if CONFIG_DEBUG_INFO
is NOT set. In that case deb-package contains signed modules.
But if CONFIG_DEBUG_I
Patch is against 4.0-rc3 (localversion-next is -next-20150316)
drivers/mfd/twl6040.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c
index f71ee3d..d6f9761 100644
--- a/drivers/mfd/twl6040.c
+++ b/drivers/mfd/twl6040.c
@@ -259,7
* Namhyung Kim wrote:
> On Thu, Mar 12, 2015 at 11:58:37PM +0900, Namhyung Kim wrote:
> > On Thu, Mar 12, 2015 at 11:41:19AM +0100, Ingo Molnar wrote:
> > > So there's one thing that would be useful: to track pages allocated on
> > > one node, but freed on another. Those kinds of allocation/fre
* John Stultz wrote:
> On Fri, Mar 13, 2015 at 1:58 AM, Ingo Molnar wrote:
> > * John Stultz wrote:
> >> On Thu, Mar 12, 2015 at 2:19 AM, Ingo Molnar wrote:
> >> > * John Stultz wrote:
> >> >> New in v4:
> >> >> * Lots and lots of typo corrections and minor cleanups suggested
> >> >> by In
From: VIET NGA DAO
This patch introduces a properly-replaceable spi_nor callback that does
flash specific lock and unlock. The existing code for spi_nor_lock and
spi_nor_unlock is moved into their own functions which are stm_lock and
stm_unlock.
Signed-off-by: VIET NGA DAO
---
drivers/mtd/spi-
On 16 March 2015 at 09:16, wrote:
> +static struct flash_device flash_devices[] = {
> + FLASH_ID("epcq16-nonjedec", 2, 0x15),
> + FLASH_ID("epcq32-nonjedec", 2, 0x16),
> + FLASH_ID("epcq64-nonjedec", 2, 0x17),
> + FLASH_ID("epcq128-nonjedec", 2, 0x18),
> + FLASH_I
* Ross Zwisler wrote:
> > > > + * void flush_and_commit_buffer(void *vaddr, unsigned int size)
> > > > + * {
> > > > + * unsigned long clflush_mask = boot_cpu_data.x86_clflush_size
> > > > - 1;
> > > > + * char *vend = (char *)vaddr + size;
> >
> > So here we cast vaddr to (cha
Hi Ingo,
On Mon, Mar 16, 2015 at 5:26 PM, Ingo Molnar wrote:
>
> * Namhyung Kim wrote:
>
>> On Thu, Mar 12, 2015 at 11:58:37PM +0900, Namhyung Kim wrote:
>> > On Thu, Mar 12, 2015 at 11:41:19AM +0100, Ingo Molnar wrote:
>> > > So there's one thing that would be useful: to track pages allocated o
while debugging a memory management problem it helped a lot to
get a system dump as early as possible for bad page states.
Lets assume that if panic_on_oops is set then the system should
not continue with broken mm data structures.
Signed-off-by: Christian Borntraeger
---
mm/memory.c | 2 ++
On Mon, Mar 16, 2015 at 4:35 PM, Rafał Miłecki wrote:
> On 16 March 2015 at 09:16, wrote:
>> +static struct flash_device flash_devices[] = {
>> + FLASH_ID("epcq16-nonjedec", 2, 0x15),
>> + FLASH_ID("epcq32-nonjedec", 2, 0x16),
>> + FLASH_ID("epcq64-nonjedec", 2, 0x17),
>> +
* Namhyung Kim wrote:
> Hi Ingo,
>
> On Mon, Mar 16, 2015 at 5:26 PM, Ingo Molnar wrote:
> >
> > * Namhyung Kim wrote:
> >
> >> On Thu, Mar 12, 2015 at 11:58:37PM +0900, Namhyung Kim wrote:
> >> > On Thu, Mar 12, 2015 at 11:41:19AM +0100, Ingo Molnar wrote:
> >> > > So there's one thing that
Hi Kevin,
On Fri, Mar 13, 2015 at 7:01 PM, Kevin Hilman wrote:
> Geert Uytterhoeven writes:
>> On Wed, Mar 11, 2015 at 11:08 PM, Rafael J. Wysocki
>> wrote:
>>> More CCes.
>>>
>>> On Wednesday, March 11, 2015 08:27:28 AM Eric Anholt wrote:
If we've declared a power domain in the OF, and t
On Fri, Mar 13, 2015 at 12:53:16AM +0100, Mateusz Kulikowski wrote:
> - 'WARNING: break quoted strings at a space character'
> @@ -1361,9 +1365,10 @@ static u8 HwRateToMRate90(bool bIsHT, u8 rate)
> break;
>
> default:
> - RT_TRACE(COMP_REC
On Fri, Mar 13, 2015 at 3:38 PM, Brian Norris
wrote:
> Hi Viet,
>
> On Wed, Feb 11, 2015 at 12:53:00PM +0800, Viet Nga Dao wrote:
>> From: Viet Nga Dao
>>
>> Altera EPCQ Controller is a soft IP which enables access to Altera EPCQ and
>> EPCS flash chips. This patch adds driver for these devices.
Hi Stephen, Jason,
On 16/03/15 03:47, Stephen Rothwell wrote:
> Hi Jason,
>
> Today's linux-next merge of the irqchip tree got a conflict in
> arch/arm/mach-exynos/suspend.c between commit ace283a04a4a ("ARM:
> EXYNOS: Fix wrong hwirq of RTC interrupt for Exynos3250 SoC") from
> Linus' tree and c
Hi,
On Wednesday 14 January 2015 05:28 PM, Linus Walleij wrote:
On Mon, Jan 5, 2015 at 7:26 AM, Kishon Vijay Abraham I wrote:
On Thursday 18 December 2014 07:41 PM, Nishanth Menon wrote:
On 12/18/2014 12:18 AM, Kishon Vijay Abraham I wrote:
On Tuesday 16 December 2014 02:20 AM, Nishanth Me
On 16/03/15 03:55, Stephen Rothwell wrote:
> Hi Jason,
>
> Today's linux-next merge of the irqchip tree got a conflict in
> arch/arm/mach-tegra/irq.c between commit 0a63e1e0617f ("ARM: tegra: Fix
> big-endian issue with IRQ code") from the tegra tree and commit
> 1a703bffd82e ("ARM: tegra: remove
On Mon, Mar 16, 2015 at 10:53:38AM +0800, Peter Hung wrote:
> Hello,
>
> Johan Hovold 於 2015/3/14 下午 07:48 寫道:
> > On Thu, Feb 26, 2015 at 06:02:08PM +0800, Peter Hung wrote:
> >> - if (!urb->actual_length)
> >> + if ((urb->actual_length < 2) || (urb->actual_length % 2))
> >>return;
!
Patch was only compile test with x86_64_defconfig + CONFIG_ATH_CARDS=m,
CONFIG_ATH10K=m
Patch is against 4.0-rc3 (localversion-next is -next-20150316)
drivers/net/wireless/ath/ath10k/core.c |6 ++
drivers/net/wireless/ath/ath10k/wmi.c | 20
2 files changed, 14
Running make tar-pkg results in following:
# Untracked files:
# (use "git add ..." to include in what will be committed)
#
# linux-4.0.0-rc3-next-20150313-150225--x86.tar
This patch makes git ignore *.tar files.
Running 'git ls-files -i --exclude-standard' does not show any
tar files
On Mon, Mar 16, 2015 at 11:08:29AM +0800, Peter Hung wrote:
> Hello,
>
> Johan Hovold 於 2015/3/14 下午 08:02 寫道:
> > On Thu, Feb 26, 2015 at 06:02:10PM +0800, Peter Hung wrote:
> >> + if (status != sizeof(*val)) {
> >> + dev_err(&port->dev, "%s failed status: %d\n", __func__, status);
> >>
* Andy Lutomirski wrote:
> x86_32, unlike x86_64, pads the top of the kernel stack. Document
> this padding and give it a name.
>
> This should make no change whatsoever to the compiled kernel image.
> It also doesn't fix any of the current bugs in this area.
>
> Signed-off-by: Andy Lutomirsk
Signed-off-by: Alexander Kuleshov
---
arch/arm/mach-omap2/serial.c | 2 +-
arch/m68k/mac/macints.c | 2 +-
arch/m68k/mac/oss.c | 4 ++--
arch/powerpc/kernel/udbg.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-o
On Fri, Mar 13, 2015 at 05:42:03PM +0100, Isaac Lleida wrote:
> From: isaky
Not your name. Leave this out unless you are passing on someone else's
patch.
>
> This path implements a bit array representing the LCD signal states instead
> of the old "struct bits", which used char to represent a
On 10 March 2015 at 18:35, Ingo Molnar wrote:
> Yeah, so I'd like PeterZ to ACK/NAK this approach before I move
> forward with the patches - but he's on the road right now, so it
> will take a week I suspect.
Hi Ingo,
Now that Peter has already Acked them, will you be taking these as
is or want
Hello,
Johan Hovold 於 2015/3/16 下午 04:52 寫道:
On Mon, Mar 16, 2015 at 10:53:38AM +0800, Peter Hung wrote:
To avoid confusing to user, I'll keep it without warning message.
Yes, skip the warning, but could you a short comment about this (e.g.
the 1-byte packet on open) before you do the size ch
Hi Prabhakar,
Lad Prabhakar wrote:
...
> +static const struct ov2659_pixfmt ov2659_formats[] = {
> + {
> + .code = MEDIA_BUS_FMT_YUYV8_2X8,
> + .colorspace = V4L2_COLORSPACE_JPEG,
> + .format_ctrl_regs = ov2659_format_yuyv,
> + },
> + {
> +
* Jason Low wrote:
> On Tue, 2015-03-10 at 09:11 +0100, Ingo Molnar wrote:
> > * Jason Low wrote:
> >
> > > This patch applies on top of tip.
> > >
> > > ---
> > > Similar to what Linus suggested for rwsem_spin_on_owner(), in
> >
There is no reason to use ./include/uapi/ directly from samples. If your
system headers are not up-to-date, you _need_ to run "make
headers-install" (which will install them to ./usr/ in your kernel tree)
before building the examples. Otherwise, you will get warnings and build
failures.
Once ./usr
Add support for quiet builds, just like Documentation/DocBook/Makefile
supports.
Signed-off-by: David Herrmann
---
Documentation/kdbus/Makefile | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/Documentation/kdbus/Makefile b/Documentation/kdbus/Makefile
index
Don't use $(obj) to access source files, but use $(srctree)/$(src)/
instead. This fixes build issues if you use O= with a directory other than
the source directory.
Signed-off-by: David Herrmann
---
Documentation/kdbus/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/
Drop unused elements from .gitignore (which are leftovers when
documentation was placed in the same directory).
Add "kdbus-test" to .gitignore, which is the test binary of all kdbus
selftests.
Signed-off-by: David Herrmann
---
tools/testing/selftests/kdbus/.gitignore | 4 +---
1 file changed, 1
Hello,
Johan Hovold 於 2015/3/16 下午 04:55 寫道:
On Mon, Mar 16, 2015 at 11:08:29AM +0800, Peter Hung wrote:
Could you rewrite this as
if (status < 0)
status = usb_translate_errors(status);
else
status = 0;
In my definition the return value of set/
On Mon, Mar 16, 2015 at 10:01 AM, Alexander Kuleshov
wrote:
> --- a/arch/m68k/mac/macints.c
> +++ b/arch/m68k/mac/macints.c
> @@ -315,7 +315,7 @@ irqreturn_t mac_nmi_handler(int irq, void *dev_id)
> while (nmi_hold == 1)
> udelay(1000);
>
> - if (console_loglevel >= 8
Hi Rafael,
On Fri, Mar 13, 2015 at 10:56 PM, Rafael J. Wysocki wrote:
> On Friday, March 13, 2015 06:42:30 PM Daniel Lezcano wrote:
>> this pull request contains a couple of fixes:
>>
>> - Fix the cpu_pm_enter/exit symmetry in the mvebu driver (Gregory Clement)
>>
>> - Fix the mvebu drivers l
Hi Prabhakar,
On 03/15/2015 11:34 AM, Lad Prabhakar wrote:
> From: Benoit Parrot
>
> this patch adds support for omnivision's ov2659
> sensor, the driver supports following features:
> 1: Asynchronous probing
> 2: DT support
> 3: Media controller support
>
> Signed-off-by: Benoit Parrot
> Sign
When the HCD is disconnected, the DMA transfers still in-flight were cleaned-up
but the count of available DMA channels (e.g. available_host_channels) was not
reset.
The pool of DMA channels can be depleted when doing unclean
disconnection of USB peripherals, and reaches the point where no
transfer
When the HCD is disconnected, the DMA transfers still in-flight were cleaned-up
but the count of available DMA channels (e.g. available_host_channels) was not
reset.
The pool of DMA channels can be depleted when doing unclean
disconnection of USB peripherals, and reaches the point where no
transfer
On Sun, Mar 15, 2015 at 10:03:56AM +0100, Isaac Lleida wrote:
> This path implements a bit array representing the LCD signal states instead
> of the old "struct bits", which used char to represent a single bit. This
> will reduce the memory usage.
Sudip told you to line wrap the changelog but it
On Fri, Mar 13, 2015 at 06:10:51PM +0800, Xie XiuQi wrote:
> Memory-failure as the high level machine check handler, it's necessary
> to report memory page recovery action result to user space by ftrace.
>
> This patch add a event at ras group for memory-failure.
>
> The output like below:
> # tr
What Joe said. Also the subject is too long, there is no changelog and
no signed-off-by.
regards,
dan carpenter
--
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/majordom
Commit f4f75ad5 ("efi: efistub: Convert into static library")
introduced a static library for EFI stub, libstub.
The EFI libstub directory is referenced by the kernel build system via
a obj subdirectory rule in:
drivers/firmware/efi/Makefile
Unfortunately, arm64 also references the EFI libstub vi
On Thu, Mar 12, 2015 at 04:45:19PM +0530, Rameshwar Prasad Sahu wrote:
> +/* DMA ring csr registers and bit definations */
> +#define DMA_RING_CONFIG 0x04
> +#define DMA_RING_ENABLE BIT(31)
> +#define DMA_RING_ID 0x08
> +#define DMA_RING_ID
On Thu, Mar 12, 2015 at 04:45:21PM +0530, Rameshwar Prasad Sahu wrote:
> This patch adds device tree binding for APM X-Gene SoC DMA engine driver.
The patch title should be to add the bindings and not Documentation
--
~Vinod
>
> Signed-off-by: Rameshwar Prasad Sahu
> Signed-off-by: Loc Ho
> --
From: Lukasz Skalski
The member field is called 'cookie_reply', fix the documentation which
incorrectly used 'reply_cookie'.
Signed-off-by: Lukasz Skalski
Signed-off-by: David Herrmann
---
Hi Greg
This is a leftover from the out-of-tree kdbus repository. It was applied after
v3, so it was nev
On Sun, Mar 15, 2015 at 09:38:16PM +0100, Borislav Petkov wrote:
> How about we call this function fpu_reset_state() instead?
IOW, something like this. Reading the usage sites actually make much
more sense to me now. It could be just me though...
:-)
---
From: Borislav Petkov
Date: Mon, 16 Mar
* Denys Vlasenko wrote:
> > - but making it slower without really good reasons isn't good.
>
> The thinking here is that cleaning up entry.S is a good reason.
>
> We won't do anything which would slow it down by, say, 5%,
> but one cycle may be considered acceptable loss.
Ok, so I've applied
On Fri, 2015-03-13 at 12:36 +0100, Paul Bolle wrote:
> Dave Airlie schreef op vr 06-03-2015 om 21:52 [+]:
> > Thierry Reding (1):
> > drm/mm: Support 4 GiB and larger ranges
>
> Yesterday the screen on my (outdated) ThinkPad X41 went, well, black
> while it was busy compiling something u
This patch adds the watchdog to the device tree of Mediatek mt6589 SoC.
Signed-off-by: Matthias Brugger
---
arch/arm/boot/dts/mt6589.dtsi | 5 +
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/mt6589.dtsi b/arch/arm/boot/dts/mt6589.dtsi
index 106b61b..88b3cb1 100644
--- a/arc
On Sun, Mar 15, 2015 at 09:56:04PM -0500, Doug Goldstein wrote:
> Synapse Wireless uses the FTDI VID with a custom PID of 0x9090 for their
> SNAP Stick 200 product.
>
> Signed-off-by: Doug Goldstein
Applied, thanks.
Johan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel
On 16 March 2015 at 10:30, Steve Capper wrote:
> Commit f4f75ad5 ("efi: efistub: Convert into static library")
> introduced a static library for EFI stub, libstub.
>
> The EFI libstub directory is referenced by the kernel build system via
> a obj subdirectory rule in:
> drivers/firmware/efi/Makefi
From: VIET NGA DAO
Altera Quad SPI Controller is a soft IP which enables access to Altera EPCQ and
EPCS flash chips. This patch adds driver for these devices.
Signed-off-by: VIET NGA DAO
---
v3:
- Change altera_epcq driver name to altera_quadspi for more generic name
- Implement flash name sea
On Fri, Mar 13, 2015 at 12:36:04PM +0100, Paul Bolle wrote:
> Dave Airlie schreef op vr 06-03-2015 om 21:52 [+]:
> > Thierry Reding (1):
> > drm/mm: Support 4 GiB and larger ranges
>
> Yesterday the screen on my (outdated) ThinkPad X41 went, well, black
> while it was busy compiling some
Around Mon 16 Mar 2015 10:18:29 +0200 or thereabout, Alex Dowad wrote:
> The 'arg' argument to copy_thread() is only ever used when forking a new
> kernel thread. Hence, rename it to 'kthread_arg' for clarity.
>
> Signed-off-by: Alex Dowad
Acked-by: Hans-Christian Egtvedt
> ---
>
> Dear Hans-
On 03/12/2015 03:08 AM, Jaehoon Chung wrote:
> Hi, Karol.
>
> Is there the benefit of power consumption? If there is, could you share the
> result?
At this stage all I want to achieve is not directly mmc power
consumption drop but the ability to notify the pm about mmc host
activity. The cpu sh
Hi Sascha,
On Fri, 2015-03-13 at 11:57 +0100, Sascha Hauer wrote:
> Hi Eddie,
>
> On Fri, Mar 13, 2015 at 06:29:23PM +0800, Eddie Huang wrote:
> > > regmap_read() and regmap_write() can return errors. There is no
> > > checking for this.
> > >
> >
> > I encounter some trouble when I add code t
Hi,
> On Fri, Mar 13, 2015 at 11:19:52PM +0530, Sricharan R wrote:
>> Signed-off-by: Sricharan R
>> ---
>
> Reviewed-by: Andy Gross
>
>> arch/arm/boot/dts/qcom-msm8974.dtsi | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi
>> b/arch/arm/boot/dts/q
On Mon, 16 Mar 2015, Daniel Vetter wrote:
> On Sat, Mar 14, 2015 at 08:21:04AM +0100, Pavel Machek wrote:
>> On Thu 2015-03-12 15:23:20, Pavel Machek wrote:
>> > Hi!
>> >
>> > It happened twice so far: in one case gui locked up, but music
>> > continued playing, and I could still ssh in. (Nothing
On Mon, Mar 16, 2015 at 02:55:08PM +1100, Stephen Rothwell wrote:
> * PGP Signed by an unknown key
>
> Hi Jason,
>
> Today's linux-next merge of the irqchip tree got a conflict in
> arch/arm/mach-tegra/irq.c between commit 0a63e1e0617f ("ARM: tegra: Fix
> big-endian issue with IRQ code") from the
Hi
When the HCD is disconnected, the DMA transfers still in-flight were cleaned-up
but the count of available DMA channels (e.g. available_host_channels) was not
reset.
The pool of DMA channels can be depleted when doing unclean
disconnection of USB peripherals, and reaches the point where no
tra
Hi Andrew,
On 13/03/15 22:54, Andrew Bresticker wrote:
> From: Kevin Cernekee
>
> 11 platforms require at least one of these workarounds to be enabled; 22
> platforms do not. In the latter case we can fall back to a generic version.
>
> Note that this also deletes an orphaned reference to RM90
On Mon, 2015-03-16 at 10:51 +0100, Thierry Reding wrote:
> There should be a patch in v4.0-rc4 (046d669c62f3 "drm/mm: Fix support 4
> GiB and larger ranges") that presumably fixes this. Does it work for you
> as well?
I just sent a message that mentions that commit. It surely fixes this
bug. v4.0-
On Sat, Mar 14, 2015 at 10:59:23AM +0100, Borislav Petkov wrote:
> In addition to what you've said, I have only one proposal: we revert
> the whole crap and do it again, this time nice and clean in tip. It'll
> stay there as long as it has to. No half-arsed commit messages, no
> misunderstood crap,
Hi all,
Following our discussion about [PATCH RFC] leds: Add status code trigger,
here is a patch allowing arbitrary patterns. This is intended for
embedded systems without screen or network access to show a status (or
error) code to a human.
It's been tested on an ARM architecture (Xilinx Zynq 7
Am 15.03.2015 um 09:31 schrieb Alexander Holler:
Am 15.03.2015 um 09:17 schrieb Al Viro:
On Sun, Mar 15, 2015 at 07:35:20AM +0100, Alexander Holler wrote:
Umm... If I'm not misparsing what you said, you are talking about the
Glücklicherweise nicht. Vielleicht sollten wir es zur Abwechslung
On 13 March 2015 at 19:01, Kevin Hilman wrote:
> Geert Uytterhoeven writes:
>
>> On Wed, Mar 11, 2015 at 11:08 PM, Rafael J. Wysocki
>> wrote:
>>> More CCes.
>>>
>>> On Wednesday, March 11, 2015 08:27:28 AM Eric Anholt wrote:
If we've declared a power domain in the OF, and the OF node is f
[CC += linux-api@]
Since this is a kernel-user-space API change, please CC linux-api@.
The kernel source file Documentation/SubmitChecklist notes that all
Linux kernel patches that change userspace interfaces should be CCed
to linux-...@vger.kernel.org, so that the various parties who are
interes
On Tue 10-03-15 15:45:21, Josef Bacik wrote:
> From: Dave Chinner
>
> wait_sb_inodes() current does a walk of all inodes in the filesystem
> to find dirty one to wait on during sync. This is highly
> inefficient and wastes a lot of CPU when there are lots of clean
> cached inodes that we don't ne
201 - 300 of 1332 matches
Mail list logo