Re: [Nouveau] [PATCH] x86: mmiotrace: Use cpumask_available for cpumask_var_t variables

2020-05-18 Thread Linus Torvalds
On Mon, May 18, 2020 at 3:35 PM Steven Rostedt wrote: > > Linus, > > Are you OK with this patch? Yup, I don't care deeply either way, as long as we can get rid of the warning. Linus ___ Nouveau mailing list

Re: [Nouveau] [PATCH] x86: mmiotrace: Use cpumask_available for cpumask_var_t variables

2020-05-18 Thread Steven Rostedt
On Mon, 18 May 2020 11:52:47 -0700 Nick Desaulniers wrote: > On Mon, May 18, 2020 at 2:31 AM Nathan Chancellor > wrote: > > > > On Wed, Apr 08, 2020 at 01:53:23PM -0700, Nathan Chancellor wrote: > > > When building with Clang + -Wtautological-compare and > > > CONFIG_CPUMASK_OFFSTACK unset: >

Re: [Nouveau] [PATCH v2 2/2] powerpc/configs: replace deprecated riva/nvidia with nouveau

2020-05-18 Thread Ilia Mirkin
Hi Andreas, On Mon, May 18, 2020 at 9:56 AM Andreas Schwab wrote: > > On Mai 18 2020, Michael Ellerman wrote: > > > The old drivers may be crufty but they presumably have been tested by > > people and at least somewhat work. > > I can confirm that the nvidia fbdev driver is working perfectly

Re: [Nouveau] [PATCH] x86: mmiotrace: Use cpumask_available for cpumask_var_t variables

2020-05-18 Thread Nathan Chancellor
On Wed, Apr 08, 2020 at 01:53:23PM -0700, Nathan Chancellor wrote: > When building with Clang + -Wtautological-compare and > CONFIG_CPUMASK_OFFSTACK unset: > > arch/x86/mm/mmio-mod.c:375:6: warning: comparison of array 'downed_cpus' > equal to a null pointer is always false