Message ID | 20210113145009.1272040-1-lee.jones@linaro.org |
---|---|
Headers | show |
Series | Rid W=1 warnings from Video | expand |
Hi Lee, On Wed, Jan 13, 2021 at 02:49:38PM +0000, Lee Jones wrote: > This set is part of a larger effort attempting to clean-up W=1 > kernel builds, which are currently overwhelmingly riddled with > niggly little warnings. > > This patch-set clears all of the W=1 warnings currently residing > in drivers/video. I am sorry to say that I expect most of your nice patches to clash with patches that is already present in drm-misc-next. drivers/video/ are warning free with W=1 in drm-misc-next today. I do not know why drm-misc-next is not yet pullled into linux-next. Sam _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel
On 1/13/21, 9:50 AM, Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/video/fbdev/s3c-fb.c: In function ‘s3c_fb_probe_win’: > drivers/video/fbdev/s3c-fb.c:1176:28: warning: variable ‘var’ set but not used [-Wunused-but-set-variable] > > Cc: Jingoo Han <jingoohan1@gmail.com> Acked-by: Jingoo Han <jingoohan1@gmail.com> Best regards, Jingoo Han > Cc: Ben Dooks <ben@simtec.co.uk> > Cc: linux-fbdev@vger.kernel.org > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Lee Jones <lee.jones@linaro.org> > --- > drivers/video/fbdev/s3c-fb.c | 2 -- > 1 file changed, 2 deletions(-) [...] _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel
On Wed, 13 Jan 2021, Sam Ravnborg wrote: > Hi Lee, > > On Wed, Jan 13, 2021 at 02:49:38PM +0000, Lee Jones wrote: > > This set is part of a larger effort attempting to clean-up W=1 > > kernel builds, which are currently overwhelmingly riddled with > > niggly little warnings. > > > > This patch-set clears all of the W=1 warnings currently residing > > in drivers/video. > > I am sorry to say that I expect most of your nice patches to clash > with patches that is already present in drm-misc-next. > > drivers/video/ are warning free with W=1 in drm-misc-next today. > > I do not know why drm-misc-next is not yet pullled into linux-next. Well that kinda sucks. What are the chances of that? Most of my patches fix issues that have been there for years!
On Wed, 13 Jan 2021, Lee Jones <lee.jones@linaro.org> wrote: > On Wed, 13 Jan 2021, Sam Ravnborg wrote: > >> Hi Lee, >> >> On Wed, Jan 13, 2021 at 02:49:38PM +0000, Lee Jones wrote: >> > This set is part of a larger effort attempting to clean-up W=1 >> > kernel builds, which are currently overwhelmingly riddled with >> > niggly little warnings. >> > >> > This patch-set clears all of the W=1 warnings currently residing >> > in drivers/video. >> >> I am sorry to say that I expect most of your nice patches to clash >> with patches that is already present in drm-misc-next. >> >> drivers/video/ are warning free with W=1 in drm-misc-next today. >> >> I do not know why drm-misc-next is not yet pullled into linux-next. > > Well that kinda sucks. What are the chances of that? > > Most of my patches fix issues that have been there for years! We auto-update the for-linux-next and for-linux-next-fixes branches, and they seem to be up-to-date [1]. How recent are the fixes, maybe because of this: [2]? BR, Jani. [1] https://cgit.freedesktop.org/drm/drm-misc [2] http://lore.kernel.org/r/20210114113107.622102e0@canb.auug.org.au -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel
On Thu, Jan 14, 2021 at 10:04 AM Jani Nikula <jani.nikula@linux.intel.com> wrote: > > On Wed, 13 Jan 2021, Lee Jones <lee.jones@linaro.org> wrote: > > On Wed, 13 Jan 2021, Sam Ravnborg wrote: > > > >> Hi Lee, > >> > >> On Wed, Jan 13, 2021 at 02:49:38PM +0000, Lee Jones wrote: > >> > This set is part of a larger effort attempting to clean-up W=1 > >> > kernel builds, which are currently overwhelmingly riddled with > >> > niggly little warnings. > >> > > >> > This patch-set clears all of the W=1 warnings currently residing > >> > in drivers/video. > >> > >> I am sorry to say that I expect most of your nice patches to clash > >> with patches that is already present in drm-misc-next. > >> > >> drivers/video/ are warning free with W=1 in drm-misc-next today. > >> > >> I do not know why drm-misc-next is not yet pullled into linux-next. > > > > Well that kinda sucks. What are the chances of that? > > > > Most of my patches fix issues that have been there for years! I planned to go through them all today, let's see what's still needed. > We auto-update the for-linux-next and for-linux-next-fixes branches, and > they seem to be up-to-date [1]. It only happened last week instead of right after -rc1 due to some confusion, but it should have been in linux-next for a few days already. > How recent are the fixes, maybe because of this: [2]? > > BR, > Jani. > > > [1] https://cgit.freedesktop.org/drm/drm-misc > [2] http://lore.kernel.org/r/20210114113107.622102e0@canb.auug.org.au Patch for that just got committted, so this shouldn't be too big a window for drm-misc-next to be excluded should have been very small. -Daniel > > -- > Jani Nikula, Intel Open Source Graphics Center > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel
On Thu, Jan 14, 2021 at 10:11:01AM +0100, Daniel Vetter wrote: > On Thu, Jan 14, 2021 at 10:04 AM Jani Nikula > <jani.nikula@linux.intel.com> wrote: > > > > On Wed, 13 Jan 2021, Lee Jones <lee.jones@linaro.org> wrote: > > > On Wed, 13 Jan 2021, Sam Ravnborg wrote: > > > > > >> Hi Lee, > > >> > > >> On Wed, Jan 13, 2021 at 02:49:38PM +0000, Lee Jones wrote: > > >> > This set is part of a larger effort attempting to clean-up W=1 > > >> > kernel builds, which are currently overwhelmingly riddled with > > >> > niggly little warnings. > > >> > > > >> > This patch-set clears all of the W=1 warnings currently residing > > >> > in drivers/video. > > >> > > >> I am sorry to say that I expect most of your nice patches to clash > > >> with patches that is already present in drm-misc-next. > > >> > > >> drivers/video/ are warning free with W=1 in drm-misc-next today. > > >> > > >> I do not know why drm-misc-next is not yet pullled into linux-next. > > > > > > Well that kinda sucks. What are the chances of that? > > > > > > Most of my patches fix issues that have been there for years! > > I planned to go through them all today, let's see what's still needed. First bunch of patches are all not needed anymore, I think this is quicker if you're rebasing. Unfortunate this happened :-/ -Daniel > > > We auto-update the for-linux-next and for-linux-next-fixes branches, and > > they seem to be up-to-date [1]. > > It only happened last week instead of right after -rc1 due to some > confusion, but it should have been in linux-next for a few days > already. > > > How recent are the fixes, maybe because of this: [2]? > > > > BR, > > Jani. > > > > > > [1] https://cgit.freedesktop.org/drm/drm-misc > > [2] http://lore.kernel.org/r/20210114113107.622102e0@canb.auug.org.au > > Patch for that just got committted, so this shouldn't be too big a > window for drm-misc-next to be excluded should have been very small. > -Daniel > > > > > -- > > Jani Nikula, Intel Open Source Graphics Center > > _______________________________________________ > > dri-devel mailing list > > dri-devel@lists.freedesktop.org > > https://lists.freedesktop.org/mailman/listinfo/dri-devel > > > > -- > Daniel Vetter > Software Engineer, Intel Corporation > http://blog.ffwll.ch -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel