{"id":807345,"url":"http://patchwork.ozlabs.org/api/1.2/patches/807345/?format=json","web_url":"http://patchwork.ozlabs.org/project/ubuntu-kernel/patch/20170829231812.18206-1-dann.frazier@canonical.com/","project":{"id":15,"url":"http://patchwork.ozlabs.org/api/1.2/projects/15/?format=json","name":"Ubuntu Kernel","link_name":"ubuntu-kernel","list_id":"kernel-team.lists.ubuntu.com","list_email":"kernel-team@lists.ubuntu.com","web_url":null,"scm_url":null,"webscm_url":null,"list_archive_url":"","list_archive_url_format":"","commit_url_format":""},"msgid":"<20170829231812.18206-1-dann.frazier@canonical.com>","list_archive_url":null,"date":"2017-08-29T23:18:10","name":"[0/2,Artful] Miscellaneous arm_arch_timer fixes","commit_ref":null,"pull_url":"git://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/linux arm64-arch-timer-fixes-aa","state":"new","archived":false,"hash":null,"submitter":{"id":9337,"url":"http://patchwork.ozlabs.org/api/1.2/people/9337/?format=json","name":"dann frazier","email":"dann.frazier@canonical.com"},"delegate":null,"mbox":"http://patchwork.ozlabs.org/project/ubuntu-kernel/patch/20170829231812.18206-1-dann.frazier@canonical.com/mbox/","series":[],"comments":"http://patchwork.ozlabs.org/api/patches/807345/comments/","check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/807345/checks/","tags":{},"related":[],"headers":{"Return-Path":"<kernel-team-bounces@lists.ubuntu.com>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com\n\t(client-ip=91.189.94.19; helo=huckleberry.canonical.com;\n\tenvelope-from=kernel-team-bounces@lists.ubuntu.com;\n\treceiver=<UNKNOWN>)","Received":["from huckleberry.canonical.com (huckleberry.canonical.com\n\t[91.189.94.19])\n\tby ozlabs.org (Postfix) with ESMTP id 3xhl1l1ZWYz9sMN;\n\tWed, 30 Aug 2017 09:18:35 +1000 (AEST)","from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.76)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1dmpmA-0003A6-P7; Tue, 29 Aug 2017 23:18:30 +0000","from complete.lackof.org ([198.49.126.79])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.76) (envelope-from <dannf@dannf.org>) id 1dmpm5-00037k-Ps\n\tfor kernel-team@lists.ubuntu.com; Tue, 29 Aug 2017 23:18:25 +0000","from localhost (c-107-2-141-92.hsd1.co.comcast.net [107.2.141.92])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256\n\tbits)) (Client did not present a certificate)\n\tby complete.lackof.org (Postfix) with ESMTPSA id 4B6DA33E0064\n\tfor <kernel-team@lists.ubuntu.com>;\n\tTue, 29 Aug 2017 17:18:20 -0600 (MDT)"],"From":"dann frazier <dann.frazier@canonical.com>","To":"kernel-team@lists.ubuntu.com","Subject":"[PATCH 0/2][Artful] Miscellaneous arm_arch_timer fixes","Date":"Tue, 29 Aug 2017 17:18:10 -0600","Message-Id":"<20170829231812.18206-1-dann.frazier@canonical.com>","X-Mailer":"git-send-email 2.14.1","X-Spam-Status":"No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY\n\tautolearn=unavailable version=3.3.2","X-Spam-Checker-Version":"SpamAssassin 3.3.2 (2011-06-06) on\n\tcomplete.lackof.org","X-BeenThere":"kernel-team@lists.ubuntu.com","X-Mailman-Version":"2.1.14","Precedence":"list","List-Id":"Kernel team discussions <kernel-team.lists.ubuntu.com>","List-Unsubscribe":"<https://lists.ubuntu.com/mailman/options/kernel-team>,\n\t<mailto:kernel-team-request@lists.ubuntu.com?subject=unsubscribe>","List-Archive":"<https://lists.ubuntu.com/archives/kernel-team>","List-Post":"<mailto:kernel-team@lists.ubuntu.com>","List-Help":"<mailto:kernel-team-request@lists.ubuntu.com?subject=help>","List-Subscribe":"<https://lists.ubuntu.com/mailman/listinfo/kernel-team>,\n\t<mailto:kernel-team-request@lists.ubuntu.com?subject=subscribe>","MIME-Version":"1.0","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"kernel-team-bounces@lists.ubuntu.com"},"content":"BugLink: https://bugs.launchpad.net/bugs/1713821\n\nHere's a couple of small precautionary fixes for the arm_arch_timer driver.\nThe ftrace one won't impact us unless we end up turning on\nCONFIG_PREEMPT_TRACER, and the frame loop init issue hasn't (yet) been seen\non real hardware.\n\nThe following changes since commit fe7bb435d507e5c832a7dd0f31b93d37c89f9fd4:\n\n  UBUNTU: SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after reading BAR (2017-08-28 14:26:21 -0500)\n\nare available in the git repository at:\n\n  git://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/linux arm64-arch-timer-fixes-aa\n\nfor you to fetch changes up to b1270f6eddc2036a76f2c9fd965d9f2d71ecf753:\n\n  clocksource/drivers/arm_arch_timer: Avoid infinite recursion when ftrace is enabled (2017-08-29 16:56:36 -0600)\n\n----------------------------------------------------------------\nDing Tianhong (1):\n      clocksource/drivers/arm_arch_timer: Avoid infinite recursion when ftrace is enabled\n\nMatthias Kaehlcke (1):\n      clocksource/drivers/arm_arch_timer: Fix mem frame loop initialization\n\n arch/arm64/include/asm/arch_timer.h  | 4 ++--\n drivers/clocksource/arm_arch_timer.c | 2 +-\n 2 files changed, 3 insertions(+), 3 deletions(-)","diff":null,"prefixes":["0/2","Artful"]}