Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2932186ybi; Sun, 26 May 2019 10:40:35 -0700 (PDT) X-Google-Smtp-Source: APXvYqza+pYL+HjoaaMxjiSW0MBh5Xhb8zNWZNmjWf8E6g7MeYzve3H78CTroWvyKw3VfIv6QaNC X-Received: by 2002:a17:90a:1b0b:: with SMTP id q11mr25500945pjq.80.1558892435075; Sun, 26 May 2019 10:40:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558892435; cv=none; d=google.com; s=arc-20160816; b=xho7Q1TDIWr1xOVzK7pogkO6pqvJn3TksFk3Yp3wKKCuTUKIgwvQD//+Wo6u6QOWkb 0IG53+ao4p9j0arrbnQA56yJ95DeZYy1eGuopCgs/LuHves0FeW2MRhuCs/dvXngLhQK ab+plL+6oBkSFMc0VZsSrNDnA5PbGwAbOD2+yXojVMjkqi+gpmZ4WUN0/b/Qmd7XK5to +bUsnad3/3+JmWekyYqMKEZ/J7t4sWrP11QpNgOyv45RzBONHPqV7yt7uTg6uYRsVWQa XXKu2gpRwxhccR+Y8uLYxuKzR1MDiAu5/S3Tly5HBNJMmtM1XKkfVNjQHRGM1Opfq2XB aI6A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=+ZZPJ7tgbKTu5WPDzxF/bs/4rEr331ObGCgOKtFIf98=; b=MYz5fd9y26pK0GA1oFhYP5wfjifFHRWWweaws7oej3dlbY9ARR5QyeAp8fvo2X0c++ EWgaPzOm8TfHRMqf9g3aLkBNdCPhn1ufMqvHjWJhGfsd1FZpZKHBha9+RC8WzqicX7J2 c//ZoZoMa0sLUfBX3G4obp9FwJEPUP7tLfsKZws70lkCWCNxilpSDSsGhttYiA37exy1 BozWx8aqGTU8HRFL4YrPPMoHAU2aV+Tmk8BSayajigBneTMyK6k51LmZ63O2arhOp/+W tdIFdcdwalsfMPdBDB8DICKIF2sfrqR01wUxt67OTXLBezLYRcQMwCT2GcrncG3Z40eS qBeA== 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 v190si8330982pgd.280.2019.05.26.10.40.18; Sun, 26 May 2019 10:40:35 -0700 (PDT) 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 S1728020AbfEZRhs (ORCPT + 99 others); Sun, 26 May 2019 13:37:48 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:53895 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727959AbfEZRhr (ORCPT ); Sun, 26 May 2019 13:37:47 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id BF479802BE; Sun, 26 May 2019 19:37:35 +0200 (CEST) Date: Sun, 26 May 2019 19:37:00 +0200 From: Pavel Machek To: Jacek Anaszewski Cc: hughd@google.com, linux-leds@vger.kernel.org, kernel list Subject: Re: leds: avoid flush_work in atomic context Message-ID: <20190526173700.GD1282@xo-6d-61-c0.localdomain> References: <20190526073854.GA13681@amd> <5a741b3c-cf45-3577-9b6c-653f083ca96b@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5a741b3c-cf45-3577-9b6c-653f083ca96b@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! > Thank you for the patch. > > I've applied it however I'm not sure if it is an official > submission, since it doesn't look like (no [PATCH] tag > in the subject). It was official submission :-). > Beside that 'Fixes' tag is somewhat incomplete - it should be > generated using following git command: > > git log -1 0db37915d912 --format='Fixes: %h ("%s")' > > Fixed that and applied to the for-next branch and will push > it upstream after a bit of testing for rc3 or rc4. Ok. Note that this did not crash Hugh's machine but it may crash someone else's, and probably crashed mine already. So... it makes sense to push it to Linus "soon". Thanks, Pavel