~vicamo/ubuntu/+source/linux/+git/kernel-rebuilds:mainline/focal

Last commit made on 2022-04-25
Get this branch:
git clone -b mainline/focal https://git.launchpad.net/~vicamo/ubuntu/+source/linux/+git/kernel-rebuilds
Only You-Sheng Yang can upload to this branch. If you are You-Sheng Yang please log in for upload directions.

Branch merges

Branch information

Name:
mainline/focal
Repository:
lp:~vicamo/ubuntu/+source/linux/+git/kernel-rebuilds

Recent commits

c278a9a... by You-Sheng Yang

debian: update changelog

adb3cdc... by You-Sheng Yang

UBUNTU: [Packaging] disable v4l2loopback on mainline builds

59eaf1e... by "Kernel Builder (kathleen)" <email address hidden>

configs (based on refs/remotes/unstable/master)

79d714d... by "Kernel Builder (kathleen)" <email address hidden>

debian changelog

99d4bbb... by Andy Whitcroft

UBUNTU: SAUCE: tools/hv/lsvmbus -- add manual page

BugLink: http://bugs.launchpad.net/bugs/1585311

Signed-off-by: Andy Whitcroft <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Acked-by: Brad Figg <email address hidden>
Signed-off-by: Kamal Mostafa <email address hidden>

953606a... by Andy Whitcroft

UBUNTU: SAUCE: add vmlinux.strip to BOOT_TARGETS1 on powerpc

Signed-off-by: Andy Whitcroft <email address hidden>

019859a... by Seth Forshee

UBUNTU: SAUCE: kbuild: add -fcf-protection=none when using retpoline flags

BugLink: [Replace -fcf-protection=none patch with new version]

The gcc -fcf-protection=branch option is not compatible with
-mindirect-branch=thunk-extern. The latter is used when
CONFIG_RETPOLINE is selected, and this will fail to build with
a gcc which has -fcf-protection=branch enabled by default. Adding
-fcf-protection=none when building with retpoline support to
prevents such build failures.

Signed-off-by: Seth Forshee <email address hidden>

e8c576c... by "Kernel Builder (kathleen)" <email address hidden>

base packaging

af2d861... by Linus Torvalds <email address hidden>

Linux 5.18-rc4

42740a2... by Linus Torvalds <email address hidden>

Merge tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fix from Borislav Petkov:

 - Fix a corner case when calculating sched runqueue variables

That fix also removes a check for a zero divisor in the code, without
mentioning it. Vincent clarified that it's ok after I whined about it:

  https://lore.kernel<email address hidden>/

* tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/pelt: Fix attach_entity_load_avg() corner case