From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-184.mta0.migadu.com (out-184.mta0.migadu.com [91.218.175.184]) (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 A9925412BF8 for ; Tue, 14 Jul 2026 17:42:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.184 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784050964; cv=none; b=bulvCwZUKA0SzvlP+MN9GKWbGFUl3uRalQq/3mj5Aso/4Y7oNpSplpDXykh7Kn5uTL3L+tZNoffj2L3JsU59TX0sqAygh8q8Ruv4KPm4M0z9OljLzN9JBA1ml4d8suDMFYDlIXPkq/aXmLAZ+8e8m2HQGhk2vMqK2cC8j9/W/v4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784050964; c=relaxed/simple; bh=m6zbCx5drc7D0LcJe8ul3eurDPPP20cktNaFUfO+/zM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NnVWPCJ+pQyefAPZstJjhswbbhJbLEcdtfaBfMYRsWkvEFMkwSmwaQ8y7ZYYK09jb+kSCHUGn1p75YjW+fZs5T99YIsluC4Oo6Upo0vxzVgFDiEjO0e9UIbpKPYyBpMlw3TjzTPKaDrakqioMQnYfreum4yslEArAw9Xfzzr2rg= 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=Ho0XkK1q; arc=none smtp.client-ip=91.218.175.184 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="Ho0XkK1q" Date: Wed, 15 Jul 2026 01:42:27 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wyuan.org; s=key1; t=1784050954; 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=i43EzRs3Ex4WhWCq2zYIh0sOq0NF7L2SAU7qI26pTP8=; b=Ho0XkK1qTb+MtkxQi7HwrXC1lXntQgjrT8mIGZBcdOPY7SGR6K/2yWpgYATjrE4yOUAx4T q2eoP9aRemiEUjYFiTtqjhBUi8Wt7rxX4pwg7qKzYW44kLk6VCAPVdWZDq10GHG2+KrNY5 fG5/eGmIy9WEHfgV5peolmzfAwBZo7MKhqsCczBbqbSXyfTHOKe1fyny8YtNwaQRY+S1Z2 xyj+Tg1bR52QNCTeeQJSEMEezw1sEKq7vEqLzKgBMJJC6kK7LEvFhCU71HQn3qfymckLv4 3f+Y4ygDHdtmvYHj08STA7zfObJ4ec+DFtAor10tqS4NVdNXdtvGL2O5zoWpDw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Weijie Yuan To: Doehyun Baek Cc: linux-doc@vger.kernel.org, Alex Shi , Yanteng Si , Dongliang Mu , Ben Guo , Gary Guo , Yan Zhu , Jiandong Qiu , chengyaqiang , Haoyang Liu Subject: Re: What's cooking in zh_CN (Jul 2026, #02) Message-ID: References: Precedence: bulk X-Mailing-List: linux-doc@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 14, 2026 at 07:05:28PM +0200, Doehyun Baek wrote: > I "cooked" up a small website this evening that attempts to automate them: > > https://doehyunbaek.github.io/cook-linux-zhcn/ > > Every hour, a GitHub Actions workflow scans recent `docs/zh_CN` patches on > the linux-doc mailing list, groups rerolls, and compares their subjects > with Alex´s `docs-next` tree to determine whether they have been applied. > Pending series with no update for more than 30 days are classified as > "Cold." > > This is still an experimental prototype, and its heuristics may have bugs, > particularly when threads or patch subjects change. The source is available > here: > > https://github.com/doehyunbaek/cook-linux-zhcn > > Issues, suggestions, and pull requests are welcome! Hi Doehyun, Wow, at first glance, it seemed quite good, as a prototype. I feel like your UI is kind of similar to sashiko? I'm fine with it. I guess this might be the thing that Dongliang had in mind. Let's wait for the comments from those in the UTC+8 time zone after they wake up ;-) Btw, for example, my patch (Weijie Yuan · docs/zh_CN: add docs-next checkout workaround) is actually directly discarded after we reached a consensus during our communication (with Dongliang). But it's obvious that we didn't say it explicitly. So your website can't recognize it automaticly right now. Perhaps we can think about how to deal with this situation later. Thanks for your effort, Weijie -- seems that your email doesn't show up as expected on lore.kernel.org til now, confused..