From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta1.migadu.com (out-179.mta1.migadu.com [95.215.58.179]) (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 ABCF439021E for ; Tue, 28 Jul 2026 17:51:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785261093; cv=none; b=IIxPM3DU1mD0qatfHFvYW/KJJaKAjLkIwkIq7t2d9BdIs/03qFKLI2KxK0eQfBY9zcDfGWLFhilOMhpLL5ORWgvvV7MZPA9r/fQLdLdEPVTnWo8yKxzdzCdYKXeBh4ZVcFKPUAUXb+y8pIDnYQ5TlAA7X4IDa3oJCOXLlotvCzo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785261093; c=relaxed/simple; bh=/zLE9zPszKTk4d6MX4nRb/aOATZ5vZXVt5SwaamjxgU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=d4mzWwkKW5z6tQQPHBpFBh1FM26hFTeDYOVcolNfzjrphGUgs7T1RuQrwA3yEHiV/LFD0p0nroEJk6mj5QnKbGNaeQEWg5tyKlGDt+k1jiakkT/SmwEdFqF08BvKrbV+tHbspCrNpwCmZq06Pz9XCYssg5PZJW94KUO9lrHtff4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=wyuan.org; spf=pass smtp.mailfrom=wyuan.org; dkim=pass (2048-bit key) header.d=wyuan.org header.i=@wyuan.org header.b=pxK07HMk; arc=none smtp.client-ip=95.215.58.179 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=wyuan.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=wyuan.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=wyuan.org header.i=@wyuan.org header.b="pxK07HMk" Date: Wed, 29 Jul 2026 01:51:06 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wyuan.org; s=key1; t=1785261088; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LWvabdyED2vHBfkbGCtXenrCWDdBzWohwfZjdmJhuJE=; b=pxK07HMkMs1n6LIlPaPOhvLBRiY9/VXFr9K0D+JdWJzYmpmhzem2EGLKoUzDXLhafA7035 +VQy9xniMD/vyyKtOTttjsXpyOvEPpqFAQ+aiA2QCpU7yslnonzi5qOqTHaMEM/7oHZ2+k NCIhPT3hbA53V2Is/zKtRu4i5Oq41FHbWYyPIwUZb6be1KpQH2ypELjxMy/eSVevuKRS+M b5XhFGCeZ8vBN06xGu89ZBE68MS1RmOxLK2TJfxsLqWwJ+PZqfS8zKKbHs7rQdTqlfb9dQ 6StZsyRlvAOnr26LcpHJgK0Ll4Jb/L2OxqMzetw/8O09RJ8N4NjwPqWgapE7SA== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Weijie Yuan To: "Luck, Tony" Cc: Randy Dunlap , =?utf-8?B?5bKz56eJ5Z2k?= , "mchehab@kernel.org" , "corbet@lwn.net" , "shiju.jose@huawei.com" , "jacopo.mondi@ideasonboard.com" , "laurent.pinchart@ideasonboard.com" , "hverkuil+cisco@kernel.org" , "sakari.ailus@linux.intel.com" , "linux-doc@vger.kernel.org" , "linux-edac@vger.kernel.org" , "linux-media@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2 1/3] Documentation: fix "should be use" grammar in ABI README Message-ID: References: <20260728041213.52820-1-yuebingkun@kylinos.cn> <20260728041213.52820-2-yuebingkun@kylinos.cn> Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Migadu-Flow: FLOW_OUT On Tue, Jul 28, 2026 at 05:25:47PM +0000, Luck, Tony wrote: > > Makes sense. Perhaps different subsystems simply have different > > preferences, then. My observation may not have been representative. > > Yes. TIP tree for x86 core work provides an explicit order for tags. See > "Documentation/process/maintainer-tip.rst" in the " Ordering of commit tags" > section. > > -Tony Hi Tony, thanks for mentioning this! To be honest, I usually read the documentation only on docs.kernel.org, and I'm only now realizing how much I´ve been missing... as many files are not listed in index.rst. Thanks! Learned a lot.