From patchwork Thu May 10 11:41:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Po-Hsu Lin X-Patchwork-Id: 911364 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 40hWXs4pNCz9rxs; Thu, 10 May 2018 21:42:05 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1fGjxM-00052N-P6; Thu, 10 May 2018 11:41:56 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1fGjxM-00052C-0k for kernel-team@lists.ubuntu.com; Thu, 10 May 2018 11:41:56 +0000 Received: from mail-pf0-f199.google.com ([209.85.192.199]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1fGjxL-000884-LX for kernel-team@lists.ubuntu.com; Thu, 10 May 2018 11:41:55 +0000 Received: by mail-pf0-f199.google.com with SMTP id w7-v6so1038973pfd.9 for ; Thu, 10 May 2018 04:41:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=aX45prLwo8JU0KqthDCdVU++enxVzz0mpS4sBHhv3ts=; b=gho7H9tKp5NaWwew1gFgI31b48f/DDuUy1dMGfL+h1W4TzVvihtjvIqqzINSLGXthB CwyU0ii04cFQmGJoV/uRyJQuaL/9I9hxo+FM4EUna3MC3kHvVBmSM9HhTDmBAMwIAX7b vQI10UEArC6rmbRZgGBT6VgJEYZxCAC74g4VTIZYG0GT7geRfTyVb0eoGy5EEN3riSa2 SkgOjsri8mNiptxEiGe9xpvyg+a8eEiXxdD1pYxTT3l8/iTebAyw7AWjS1oX8HmcfuoJ aDfd453boOYeFcQoYq/45Pm+JgUDetw3sF4/CfrruuGTgI6uQhkg8bEx81xQrs/7aFjJ G8BA== X-Gm-Message-State: ALKqPwfa0SWUIWE38ermLdDG+JYTk/RnbAcefKqRDeF54zlMROfYAGAb 45jfFDnAUyvBCWM0dDxjCwBJJJ8SoPqqB3GnrF4I9GD3uzzjIhRRv3/SF6rXhK6FHS7NBnZZowN 8YeRRZSsXfMOROHaNUchBvh/IqiJ1giozkjj6/yrc X-Received: by 2002:a62:9099:: with SMTP id q25-v6mr1098154pfk.66.1525952514237; Thu, 10 May 2018 04:41:54 -0700 (PDT) X-Google-Smtp-Source: AB8JxZqcdsIhhPlRwLyjH5X6PNdEWWUM0jfYZ42VBMWi4WP0LFeyB3ZK/Iw7V8ZFzhcykwmKnDBAlQ== X-Received: by 2002:a62:9099:: with SMTP id q25-v6mr1098147pfk.66.1525952514127; Thu, 10 May 2018 04:41:54 -0700 (PDT) Received: from Leggiero.taipei.internal ([175.41.48.77]) by smtp.gmail.com with ESMTPSA id y18-v6sm2109326pfi.104.2018.05.10.04.41.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 May 2018 04:41:53 -0700 (PDT) From: Po-Hsu Lin To: kernel-team@lists.ubuntu.com Subject: [kteam-tools][PATCH] kernel-series: add the missing lts property for 18.04 Date: Thu, 10 May 2018 19:41:49 +0800 Message-Id: <20180510114149.20139-1-po-hsu.lin@canonical.com> X-Mailer: git-send-email 2.14.1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Add the lts property to the 18.04 Bionic Signed-off-by: Po-Hsu Lin Acked-by: Khalid Elmously Acked-by: Andy Whitcroft --- info/kernel-series.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml index 003192b4..35dd2b79 100644 --- a/info/kernel-series.yaml +++ b/info/kernel-series.yaml @@ -103,10 +103,11 @@ # 18.04 (bionic) '18.04': codename: bionic development: false supported: true + lts: true sources: linux: versions: ['4.13.0', '4.14.0', '4.15.0'] packages: linux: