Received: by 10.223.185.116 with SMTP id b49csp512264wrg; Fri, 16 Feb 2018 02:45:37 -0800 (PST) X-Google-Smtp-Source: AH8x224DW9Abp7cA84+xrpdts3O/S6yfr5iJyNyZl3ArrpWNid7qxt+z+Q1TSCRWJez4SnP9il53 X-Received: by 2002:a17:902:9893:: with SMTP id s19-v6mr5417992plp.101.1518777937529; Fri, 16 Feb 2018 02:45:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518777937; cv=none; d=google.com; s=arc-20160816; b=BEi636jHIywvInY6Av4zGvRcw1SOuZTe3q7eXBv3T64m3k1mTltKVu4aT87kbDUWVn WQripVRx60aBP/7ESeb8noUNkAGgqIo8+ORmO/K6qy4IgSvS/cZgZ64hQdHnW373Wxj1 QHNBc/CT18mpzeHzbEYpBYfp6pgO+BR2O0lSnLYIUZmfKvrzEDS+7hdf3fE3K4KQeJUf TP6siXJUCIiJwyH0HnJ5PiISWv5niCOST2seY63u2DR0m3+uqsydrXdeLRRKd+G+2mUa rrUZ6Uut3naKFMETbF/Kv8BwuIoPl2qlvDH1gXf9lZadzNwdd125ux8TDSA572IMcdst boRw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from:arc-authentication-results; bh=ZOQlvzaEa1V4TAys9ZJJa/RHk/TMUT8yaxuIMm3hGmM=; b=qOD2fRV57BFW5ws4pUHZDr6q6e6WhOsLn3OISmoaxuLYizuPHoAY/S7T+Lb58qzxOs k4mWSOGjYuV+GJH3/8zOFZz83AEG5Y8gmPsmfPjORLHBhv538UCYuLtsoi+IYNH04ugp KNNtNFHyw5bl8N08pqTj4AWpyHSz6B/meZFy29KfIIJ6OWE4FIXVR+XLZ0hZcxdcFB6a zaSvRdd45zphR32Vf5RYsKo/TUUKgPsczWweBrvE7gZlpRuDTFOw4Apk6ugiZoRFGG4g 4yj7GB0ievVy2Y8+EBHOKpF8S4XN2XRznwMwGB8i586f9P5giji0SJb/oBopGgqb3e7o 4tPg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d5si422472pfl.224.2018.02.16.02.45.23; Fri, 16 Feb 2018 02:45:37 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1427158AbeBORVT (ORCPT + 99 others); Thu, 15 Feb 2018 12:21:19 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:54901 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422692AbeBORVQ (ORCPT ); Thu, 15 Feb 2018 12:21:16 -0500 Received: from localhost ([127.0.0.1] helo=bazinga.breakpoint.cc) by Galois.linutronix.de with esmtp (Exim 4.80) (envelope-from ) id 1emNAU-0003Wd-Bo; Thu, 15 Feb 2018 18:17:58 +0100 From: Sebastian Andrzej Siewior To: mingo@kernel.org Cc: linux-kernel@vger.kernel.org, rostedt@goodmis.org, tglx@linutronix.de Subject: Consolidate tasklet + tasklet-hi code Date: Thu, 15 Feb 2018 18:20:40 +0100 Message-Id: <20180215172042.31573-1-bigeasy@linutronix.de> X-Mailer: git-send-email 2.16.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ingo made a RT patch a few years back called "tasklet: Prevent tasklets from going into infinite spin in RT" [0]. I ripped the non-RT pieces out of it and here they are. I kept him as the original Author. [0] https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git/t= ree/patches/tasklet-rt-prevent-tasklets-from-going-into-infinite-spin-in-rt= .patch?h=3Dlinux-4.14.y-rt-patches Sebastian