From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 6957A20B80D for ; Fri, 10 Jan 2025 15:12:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736521979; cv=none; b=eu+WY+ybBitiIb0+cKGPl6bcEa9Yx2ZhoPkU979Wx3ZA9XJ21ODdniic/udqnC3shzcFWtokKLuVyaIfXW1NbpTOrn+7EGcM1da0eunOXEnKGqKtpJeLhKDCLg0CHihB8WCOqC4q0ZWE1lFsSFG0QFF6RJ6wdZR/nbdlEg8U5lI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736521979; c=relaxed/simple; bh=LvZx8r7Gp5vdb8QNhO2bvHiNmoXKKFDQOs2Q0B+e1QE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CxZ+SLuXsh/j4CTsh824Bc2lnttOB04Is4y9QA/H61qU1G6DxkM2FAPYjecTJSlXxjlvmvoSMGF6jrvLRAvrUa4TmvmFmdmcjB2sIeP2jt18H8pjwSvfyLqsP0WYkCLe8JgboPncjHynWTWIlk6hj4BPKnXeaCI9lOBnfAPlVRg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=HnDe7/yI; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="HnDe7/yI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 59D5BC4CEE1; Fri, 10 Jan 2025 15:12:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1736521978; bh=LvZx8r7Gp5vdb8QNhO2bvHiNmoXKKFDQOs2Q0B+e1QE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HnDe7/yIu77DaCzrteeboq9rE4pM0pWjBCLGIQ+yrqgnLl8rw57NxezZCIFbjtMoA g2qeGEwejo9G2zqa7+F4LyUGca2sM3hCpDVwoXUXIa/VD7tYX3bUJ1OAVbXHP67E0V +5u1fvgU20/vNtRzumK52ukb8EccDbHvSN344QT4= Date: Fri, 10 Jan 2025 16:12:55 +0100 From: Greg Kroah-Hartman To: Alyssa Ross Cc: Broadcom internal kernel review list , Bryan Tan , Vishnu Dasa , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] VMCI: fix reference to ioctl-number.rst Message-ID: <2025011047-praying-ebay-76b6@gregkh> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Thu, Jan 09, 2025 at 08:38:07PM +0100, Alyssa Ross wrote: > There has never been an ioctl-number.h — this must have been a typo > for ioctl-number.txt (which later become ioctl-number.rst). > > At the time this comment was written, the note didn't actually end up > appearing anywhere, but I fixed the omission from ioctl-number.rst in > 0a8e4dc1d353 ("Documentation: ioctl: document 0x07 ioctl code"). > > Fixes: 20259849bb1a ("VMCI: Some header and config files.") > Signed-off-by: Alyssa Ross > --- > Greg, would you mind picking this one up too, since it seems there's no > active VMCI tree at the moment? No problem, now taken. thanks, greg k-h