Re: X86 GIT GCC 5 compilation warning
Hi guys. First of all - thank you for the discussion, and everything. I am on arch linux, regularly upgraded. $ as --version GNU assembler (GNU Binutils) 2.25.0 Copyright (C) 2014 Free Software...
View ArticleRe: [patch] drm/amdkfd: fix some range checks in address watch ioctl
On Thu, Jun 11, 2015 at 6:19 PM, Dan Carpenter <dan.carpenter@oracle.com> wrote: > > diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c b/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c >...
View ArticleRe: [PATCH 1/3] x86, acpi: Eliminate saved_eip
On 06/16/2015 12:05 PM, Pavel Machek wrote: > >> diff --git a/arch/x86/kernel/acpi/wakeup_32.S b/arch/x86/kernel/acpi/wakeup_32.S >> index 665c6b7..eef2bd3 100644 >> ---...
View Article[PATCH 0/2] fix build failure of mn10300
Hi, This is an attempt to fix the build failures when building mn10300 with allmodconfig. It is still not completely fixed, but now atleast two errors less than all the errors. regards sudip Sudip...
View Article[PATCH 1/2] mn10300: fix build failure
allmodconfig build fails with the error: invalid use of undefined type 'struct kprobe_ctlblk' just declared the two basic structures after checking the struct in other architectures. Signed-off-by:...
View Article[PATCH 2/2] mn10300: Provide dummy dma_alloc_attrs() and dma_free_attrs()
allmodconfig fails to build with following errors. drivers/media/platform/sti/bdisp/bdisp-hw.c: In function 'bdisp_hw_free_nodes': drivers/media/platform/sti/bdisp/bdisp-hw.c:132:3: error: implicit...
View ArticleRe: X86 GIT GCC 5 compilation warning
Hi, On Tue, 16 Jun 2015, Enrico Mioso wrote: > Hi guys. > First of all - thank you for the discussion, and everything. > > I am on arch linux, regularly upgraded. > $ as --version >...
View ArticleRe: [PHP-DEV] [RFC] Throwable Interface
On Tue, Jun 16, 2015 at 1:41 AM, Marcio Almada <marcio.web2@gmail.com> wrote: > Hi, > > 2015-06-15 19:25 GMT-03:00 Aaron Piotrowski <aaron@icicle.io>: > > > >> On...
View ArticleRe: [BUG?] crypto: caam: little/big endianness on ARM vs PPC
Hi! On Tue, Jun 16, 2015 at 03:27:54AM +0000, Victoria Milhoan wrote: > All, > > Freescale has been adding i.MX6 support to the CAAM driver and testing on both i.MX6 and QorIQ platforms. The...
View ArticleRe: [PATCH v2] drivers/staging/comedi/drivers/pcl816.c: style fix
On 16/06/15 12:56, Guillermo O. Freschi wrote: > Removed some spaces before a tab character. > > Signed-off-by: Guillermo O. Freschi <kedrot@gmail.com> > --- >...
View ArticleRe: [PHP-DEV] Initializer List
On Wed, 2015-06-17 at 10:03 +0200, Lorenzo Fontana wrote: > - In C++ using initializer list is used over assignment also for > performance reasons but right now I can't say if this can be...
View ArticleRe: [PATCH 11/18] seqcount: Introduce raw_write_seqcount_barrier()
On Thu, Jun 11, 2015 at 02:45:57PM -0700, Paul E. McKenney wrote: > Color me slow and stupid. Maybe due to reviewing a patch too early in > the morning, who knows? > > There is nothing...
View ArticleRe: [PATCH] KVM: nSVM: Check for NRIPS support before updating control field
On 11/06/2015 08:05, Bandan Das wrote: > > If hardware doesn't support DecodeAssist - a feature that provides > more information about the intercept in the VMCB, KVM decodes the >...
View Article[PATCH] staging: media: lirc: fix coding style error
Fix code indentation error by replacing tab in place of spaces. Signed-off-by: Sunil Shahu <shshahu@gmail.com> --- drivers/staging/media/lirc/lirc_sasem.c | 2 +- 1 file changed, 1 insertion(+),...
View ArticleRe: [RFC -v2] panic_on_oom_timeout
Michal Hocko wrote: > Hi, > I was thinking about this and I am more and more convinced that we > shouldn't care about panic_on_oom=2 configuration for now and go with > the simplest...
View ArticleRe: 4.1-rc7, thinkpad X60: platform mode hibernation does very wrongthing
Hi! > On Wednesday, June 17, 2015 08:19:37 PM linus wrote: > > there might be something wrong with driver, can you provide serial log with no_console_suspend? or using rtctrace > > Who...
View ArticleRe: [PATCH 1/8] ARC: perf: support RAW events
On Monday 15 June 2015 09:00 PM, Peter Zijlstra wrote: > On Tue, Jun 09, 2015 at 05:49:25PM +0530, Vineet Gupta wrote: >> +/* >> + * Raw events are specified in hex value of ASCII...
View Article[GIT PULL] tracing: Have filter check for balanced ops
Linus, Vince Weaver reported a warning when he added perf event filters into his fuzzer tests. There's a missing check of balanced operations when parenthesis are used, and this triggers a WARN_ON()...
View ArticleRe: [RFC] panic_on_oom_timeout
On Wed 17-06-15 21:16:37, Tetsuo Handa wrote: > Michal Hocko wrote a few minutes ago: > > Subject: [RFC -v2] panic_on_oom_timeout > > Oops, we raced... > > Michal Hocko wrote:...
View ArticleRe: [RESEND PATCH 1/2] pinctrl: change function behavior for per pin muxing...
Hi Stephen, On Mon, Jun 15, 2015 at 09:58:05AM -0600, Stephen Warren wrote: > On 06/10/2015 09:04 AM, Ludovic Desroches wrote: > >When having a controller which allows per pin muxing,...
View Article