From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-f174.google.com (mail-il1-f174.google.com [209.85.166.174]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id 680404202B2 for ; Sun, 13 Dec 2020 06:59:07 +0100 (CET) Received: by mail-il1-f174.google.com with SMTP id c18so12764143iln.10 for ; Sat, 12 Dec 2020 21:59:07 -0800 (PST) From: Michael D Labriola To: drbd-dev@lists.linbit.com Date: Sun, 13 Dec 2020 00:58:51 -0500 Message-Id: <20201213055859.3305-1-michael.d.labriola@gmail.com> Subject: [Drbd-dev] Get drbd-9.0 branch building with Linux 5.9 and 5.10 List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hey, everyone! I had the chance to try building the latest drbd-9.0 code against the 5.9 and 5.10 kernels this afternoon. Things almost built, but not quite. I made a series of commits to get things compiling. Most of it is trivial compat test changes and following along w/ what's already been done in the mainline drbd8 module to get it ready for 5.10. I did not create a compat test for the switch from sched_setscheduler() to sched_set_fifo_low() yet. Mostly, because I've never done that and have to wrap my head around how to add another test. ;-) I tried submitting a pull request via github, but got the auto-close message. So, here's take two.