Re: [ARK PATCH] Fixes "acpi: prefer booting with ACPI over DTS" to be RHEL only

2020-08-04 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/504#note_390849521 merged locally because gitlab can't handle updating MRs on a rebasing branch. ___ kernel mailing list -- kernel@lists.fedoraproject.org To

Re: [OS-BUILD PATCH] kernel.spec: Remove kernel-keys directory on rpm erase

2020-08-04 Thread Herton R. Krzesinski
On Tue, Aug 04, 2020 at 02:33:17PM -, GitLab Bridge on behalf of prarit wrote: > From: Prarit Bhargava > > An empty /usr/share/doc/kernel-keys/VR directory is left after executing > an 'rpm -e kernel-core-VR'. > > Remove the directory when the rpm is erased. > > v2: Only list directory

[OS-BUILD PATCH] kernel.spec: Remove kernel-keys directory on rpm erase

2020-08-04 Thread GitLab Bridge on behalf of prarit
From: Prarit Bhargava An empty /usr/share/doc/kernel-keys/VR directory is left after executing an 'rpm -e kernel-core-VR'. Remove the directory when the rpm is erased. v2: Only list directory and simplify code (bmeneg) Signed-off-by: Prarit Bhargava Cc: Bruno Meneguele Cc: "Herton R.

Re: [OS-BUILD PATCH 0/3] Prepare to separate out merge upstream step

2020-08-04 Thread Herton R. Krzesinski
On Fri, Jul 31, 2020 at 06:55:11PM -, GitLab Bridge on behalf of dzickusrh wrote: > From: dzickusrh on gitlab.com > > I am trying to modify the workflow to use a single branch for > development as opposed to 'os-build' and 'ark-patches'. The first step > I want to take is to split apart the

Re: [OS-BUILD PATCH 2/2] redhat: ark: enable CONFIG_NET_SCH_TAPRIO

2020-08-04 Thread Prarit Bhargava
On 7/31/20 3:33 PM, GitLab Bridge on behalf of dcaratti wrote: > From: Davide Caratti > > move from 'fedora' to 'common', and remove the explicit disable from ark, > so it's enabled in the same way both on ark and fedora. > > Signed-off-by: Davide Caratti > --- >

Re: [OS-BUILD PATCH 1/2] redhat: ark: enable CONFIG_NET_SCH_ETF

2020-08-04 Thread Prarit Bhargava
On 7/31/20 3:33 PM, GitLab Bridge on behalf of dcaratti wrote: > From: Davide Caratti > > move from 'fedora' to 'common', and remove the explicit disable from ark, > so it's enabled in the same way both on ark and fedora. > > Signed-off-by: Davide Caratti > --- >

Re: [OS-BUILD PATCH 0/3] Prepare to separate out merge upstream step

2020-08-04 Thread Prarit Bhargava
On 7/31/20 2:55 PM, GitLab Bridge on behalf of dzickusrh wrote: > From: dzickusrh on gitlab.com > > I am trying to modify the workflow to use a single branch for > development as opposed to 'os-build' and 'ark-patches'. The first step > I want to take is to split apart the merge-upstream step