[PATCH] crypto: x86/sha512_ssse3 - fixup for asm function prototype change

2015-04-23 Thread Ard Biesheuvel
Patch e68410ebf626 ("crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layer") changed the prototypes of the core asm SHA-512 implementations so that they are compatible with the prototype used by the base layer. However, in one instance, the register that was used for passi

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-23 Thread Greg Kroah-Hartman
On Fri, Apr 24, 2015 at 08:36:03AM +0200, Greg Kroah-Hartman wrote: > On Thu, Apr 23, 2015 at 10:56:40PM +0200, Borislav Petkov wrote: > > > Hm, this seems to be to be O(1), pretty constant, we do the same amount > > > of work all the time. > > > > The same *pile* of unnecessary and needless work.

Re: [PATCH 1/2] cpufreq: mediatek: Add MT8173 cpufreq driver

2015-04-23 Thread Pi-Cheng Chen
Hi Sascha, Thanks for reviewing. On Thu, Apr 23, 2015 at 8:01 PM, Sascha Hauer wrote: > On Mon, Apr 20, 2015 at 05:27:26PM +0800, pi-cheng.chen wrote: >> This patch implements MT8173 specific cpufreq driver with OPP table defined >> in the driver code. >> >> Signed-off-by: pi-cheng.chen >> ---

Re: [PATCH 1/2] cpufreq: mediatek: Add MT8173 cpufreq driver

2015-04-23 Thread Pi-Cheng Chen
On Thu, Apr 23, 2015 at 8:56 PM, Mark Rutland wrote: >> +/* >> + * This is a temporary solution until we have new OPPv2 bindings. Therefore >> we >> + * could describe the OPPs with (freq, volt, volt) tuple properly in device >> + * tree. >> + */ >> + >> +/* OPP table for LITTLE cores of MT8173 *

Re: [PATCH v2 WIP 1/2] parport: add device-model to parport subsystem

2015-04-23 Thread Sudip Mukherjee
On Thu, Apr 23, 2015 at 06:18:37PM +0300, Dan Carpenter wrote: > On Tue, Apr 21, 2015 at 07:22:34PM +0530, Sudip Mukherjee wrote: > > .owner = NULL, > > }; > > > > +struct bus_type parport_bus_type = { > > + .name = "parport", > > +}; > > Can you make this static? The

Re: regression from your recent change to x86's copy_user_handle_tail()

2015-04-23 Thread Jan Beulich
>>> On 23.04.15 at 17:33, wrote: > On Tue, Apr 21, 2015 at 11:33 PM, Jan Beulich wrote: >> >> while the description of commit cae2a173fe certainly makes sense, the >> change itself ignores the __probe_kernel_write() code path, for which >> the destination address is expected to be in kernel space

[GIT PULL] target updates for v4.1-rc1

2015-04-23 Thread Nicholas A. Bellinger
Hi Linus, Here are the target-pending updates for v4.1-rc1 code. Please go ahead and pull from: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git for-next Note you'll hit two minor merge conflicts as reported by SFR: linux-next: manual merge of the target-updates tree with

Re: [PATCH RT 3.18] irq_work: Provide a soft-irq based queue

2015-04-23 Thread Mike Galbraith
On Thu, 2015-04-23 at 17:00 -0400, Steven Rostedt wrote: > On Thu, 23 Apr 2015 09:19:26 +0200 > Mike Galbraith wrote: > > > > CC kernel/irq_work.o > > > In file included from ../include/asm-generic/percpu.h:6:0, > > > from ../arch/x86/include/asm/percpu.h:522, > > >

RE: [PATCH] docs: add VmPMD description in proc

2015-04-23 Thread Chen, Hanxiao
> -Original Message- > From: Kirill A. Shutemov [mailto:kir...@shutemov.name] > Sent: Friday, April 24, 2015 2:33 PM > To: Chen, Hanxiao/陈 晗霄 > Cc: Jonathan Corbet; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; > Kirill A. Shutemov > Subject: Re: [PATCH] docs: add VmPMD descrip

Re: Missing additional V4L2 caps in cx18

2015-04-23 Thread Hans Verkuil
Hi Laura, Thanks for the report. I've made a patch and CC-ed you on it. The TS and IDX streams are internal (i.e., they do not map to a V4L2 device node), but the PCM stream isn't, and that's the one causing the warning. Regards, Hans On 04/23/2015 07:57 PM, Laura Abbott wrote: > Hi, >

<    3   4   5   6   7   8