From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753050AbcG2PkF (ORCPT ); Fri, 29 Jul 2016 11:40:05 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:51886 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751640AbcG2Pj7 (ORCPT ); Fri, 29 Jul 2016 11:39:59 -0400 Date: Fri, 29 Jul 2016 17:39:55 +0200 From: Sebastian Andrzej Siewior To: Mike Galbraith Cc: Thomas Gleixner , LKML , linux-rt-users , Steven Rostedt Subject: Re: [patch-rt] scsi/fcoe: Fix get_cpu()/put_cpu_light() imbalance in fcoe_recv_frame() Message-ID: <20160729153955.GD21715@linutronix.de> References: <20160715114803.GA11606@linutronix.de> <1469678689.3889.10.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1469678689.3889.10.camel@gmail.com> X-Key-Id: 2A8CF5D1 X-Key-Fingerprint: 6425 4695 FFF0 AA44 66CC 19E6 7B96 E816 2A8C F5D1 User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Mike Galbraith | 2016-07-28 06:04:49 [+0200]: >During master->rt merge, I stumbled across the buglet below. > >Fix get_cpu()/put_cpu_light() imbalance. applied. >Signed-off-by: Mike Gabraith Sebastian