Re: [OS-BUILD PATCH] configs: Disable Serial IR driver

2020-05-15 Thread Justin Forbes
On Wed, May 13, 2020 at 8:08 AM GitLab Bridge on behalf of prarit wrote: > > From: Prarit Bhargava > > This is an old driver and no longer used. It can be disabled. > > Disable the Serial IR driver. It is likely if there is a user somewhere, Fedora will find it. I can turn it back on in Fedora

❌ FAIL: Test report for kernel 5.6.13-300.fc32 (fedora-32)

2020-05-15 Thread CKI Project
Hello jforbes, We ran automated tests on the following kernel build: Kernel package: kernel-5.6.13-300.fc32 Task URL: https://koji.fedoraproject.org/koji/taskinfo?taskID=44494871 The results of these automated tests are provided below. Overall result: FAILED (see details

Re: [OS-BUILD PATCH] configs: Disable Serial IR driver

2020-05-15 Thread Jeffrey Bastian
On Wed, May 13, 2020 at 01:08:05PM -, GitLab Bridge on behalf of prarit wrote: From: Prarit Bhargava This is an old driver and no longer used. It can be disabled. Disable the Serial IR driver. Signed-off-by: Prarit Bhargava Cc: Jeff Bastian ---

Re: [OS-BUILD PATCHv4] redhat: Change Makefile target names to dist-

2020-05-15 Thread Justin Forbes
On Thu, May 14, 2020 at 12:14 PM GitLab Bridge on behalf of prarit wrote: > > From: Prarit Bhargava > > The distribution specific Makefile target names begin with rh-. Switch > them to be use the distro agnostic dist-. > > rh-dist-git-test and rh-dist-git are renamed to dist-git-test and >

Re: [OS-BUILD PATCHv4] redhat: Change Makefile target names to dist-

2020-05-15 Thread Don Zickus
On Thu, May 14, 2020 at 05:13:27PM -, GitLab Bridge on behalf of prarit wrote: > From: Prarit Bhargava > > The distribution specific Makefile target names begin with rh-. Switch > them to be use the distro agnostic dist-. > > rh-dist-git-test and rh-dist-git are renamed to dist-git-test

Re: [ARK PATCH 1/2] x86: Fix compile issues with rh_check_supported()

2020-05-15 Thread Jiri Benc
On Thu, 14 May 2020 20:20:52 -, GitLab Bridge on behalf of dzickusrh wrote: > +static void rh_check_supported(void) { return; } It would be better to use: #define rh_check_supported() for the resulting code to be really the same as before. It does make a difference when compiled without -O.

Re: [OS-BUILD PATCHv4] redhat: Change Makefile target names to dist-

2020-05-15 Thread Jiri Benc
On Thu, 14 May 2020 17:13:27 -, GitLab Bridge on behalf of prarit wrote: > From: Prarit Bhargava > > The distribution specific Makefile target names begin with rh-. Switch > them to be use the distro agnostic dist-. > > rh-dist-git-test and rh-dist-git are renamed to dist-git-test and >