[Nouveau] [bug report] drm/nouveau/secboot/gm20b: add secure boot support

2017-04-20 Thread Dan Carpenter
Hello Alexandre Courbot, The patch 923f1bd27bf1: "drm/nouveau/secboot/gm20b: add secure boot support" from Feb 24, 2016, leads to the following static checker warning: drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm20b.c:129 gm20b_secboot_new() warn: did you mean to set '*psb'

[Nouveau] [Bug 100567] Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]

2017-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100567 --- Comment #5 from kevin@potatofrom.space --- Created attachment 130945 --> https://bugs.freedesktop.org/attachment.cgi?id=130945=edit journalctl -kb of CTXSW_TIMEOUT on 4.10.10 Can reproduce on Linux 4.10.10 as well. Along with the initial

Re: [Nouveau] [PATCH v2 2/5] nouveau_hwmon: Add nouveau_hwmon_ops structure with .is_visible/.read_string

2017-04-20 Thread Oscar Salvador
Hi Karol, I don't get what you mean with return due to fallthrough. I mean, I know what is it, but I don't see how I can do it there. Moving the check before the switch looks like that: if (!iccsense) return 0; switch (attr) { case hwmon_power_input:

Re: [Nouveau] [PATCH v2 2/5] nouveau_hwmon: Add nouveau_hwmon_ops structure with .is_visible/.read_string

2017-04-20 Thread Oscar Salvador
I got what you meant. I"ll fix it El dia 20/04/2017 08:47, "Oscar Salvador" va escriure: > Hi Karol, > > I don't get what you mean with return due to fallthrough. I mean, I > know what is it, but I don't see how I can do it there. > Moving the check before the