From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-175.mta1.migadu.com (out-175.mta1.migadu.com [95.215.58.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E6D241CCEF9 for ; Thu, 31 Oct 2024 21:25:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.175 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730409929; cv=none; b=E4cFiuY7vvtHo3xLzRVzvvR93ljx42eM4inqD1rkiymSTPzF55zswVO1LaEJb2T0RHHgpcxZJDDrN5Y0aFzQDPFOllyT7Lz0ERXz0dcsaQWzQfjTZViUaYAU7/WxttqFu30SSKyNuwLQn7jH3eY6yqV4F11LlW1FplAnKhns4bw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730409929; c=relaxed/simple; bh=Y0HRg+Ah0ZrJ8O+NoB0/ML/YfYSZOijTLEaTUdCFHSc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=PpJSaKX/wDRFrXoi5xwCAHZCfFFB+TqJgGKDkyBr2Ht5GUpJD7FCRPNSHHlViJfrYe5y47e2yBEZDGBFl/uN+kEYheMu1Q/bUgf0eoS7HA5rQcYuWgciXWZih4ZdgUtz8rW2KBTIV7pM5v/3hTtkGKlgdXwPymdytD5hTjxu6k4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=LgLtC02I; arc=none smtp.client-ip=95.215.58.175 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="LgLtC02I" Date: Thu, 31 Oct 2024 21:25:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1730409916; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=rpwPAur6OOG903dB0I7FmHeas5Pcigjofj0YCcYcEOw=; b=LgLtC02IqhaAsW2k4Z/2N3nwAVVQ6XKY98n+2cSW+qCihnS8UbrPr3xK+O3mnsqejPeNnR YobFv7ffSlKOHgxQCngn0xTqugn/ziEIrW08jiH061uEA4TXAyo28dlJ3fEnE1B0Mt/oNW kjOJXhxHOhvit3DoMFNXvxO4iOJENbs= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Stephen Rothwell Cc: Christoffer Dall , Marc Zyngier , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the kvm-arm tree Message-ID: References: <20241101081245.4f49baa9@canb.auug.org.au> Precedence: bulk X-Mailing-List: linux-next@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241101081245.4f49baa9@canb.auug.org.au> X-Migadu-Flow: FLOW_OUT On Fri, Nov 01, 2024 at 08:12:45AM +1100, Stephen Rothwell wrote: > Hi all, > > Commit > > e571ebcff926 ("KVM: arm64: Get rid of userspace_irqchip_in_use") > > is missing a Signed-off-by from its committer. Fixed, stupid mistake by ${COMMITTER}. Thanks for the report. -- Thanks, Oliver