linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Anish Moorthy <anish.moorthy@gmail.com>
To: pasha.tatashin@soleen.com
Cc: Jonathan.Cameron@huawei.com, akpm@linux-foundation.org,
	 aleksander.lobakin@intel.com, aliceryhl@google.com,
	 andriy.shevchenko@linux.intel.com, anna.schumaker@oracle.com,
	axboe@kernel.dk,  bartosz.golaszewski@linaro.org,
	bhelgaas@google.com, bp@alien8.de,  changyuanl@google.com,
	chenridong@huawei.com, corbet@lwn.net,  cw00.choi@samsung.com,
	dakr@kernel.org, dan.j.williams@intel.com,
	 dave.hansen@linux.intel.com, david@redhat.com,
	djeffery@redhat.com,  dmatlack@google.com, graf@amazon.com,
	gregkh@linuxfoundation.org,  hannes@cmpxchg.org, hpa@zytor.com,
	ilpo.jarvinen@linux.intel.com,  ira.weiny@intel.com,
	jannh@google.com, jasonmiu@google.com,  joel.granados@kernel.org,
	kanie@linux.alibaba.com, leon@kernel.org,
	 linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-mm@kvack.org,  linux@weissschuh.net, lukas@wunner.de,
	mark.rutland@arm.com,  masahiroy@kernel.org, mingo@redhat.com,
	mmaurer@google.com,  myungjoo.ham@samsung.com, ojeda@kernel.org,
	pratyush@kernel.org,  ptyadav@amazon.de, quic_zijuhu@quicinc.com,
	rafael@kernel.org,  rdunlap@infradead.org, rientjes@google.com,
	roman.gushchin@linux.dev,  rostedt@goodmis.org, rppt@kernel.org,
	song@kernel.org,  stuart.w.hayes@gmail.com, tglx@linutronix.de,
	tj@kernel.org,  vincent.guittot@linaro.org, wagi@kernel.org,
	x86@kernel.org,  yesanishhere@gmail.com, yoann.congal@smile.fr,
	zhangguopeng@kylinos.cn
Subject: Re: [RFC v2 08/16] luo: luo_files: add infrastructure for FDs
Date: Fri, 6 Jun 2025 15:28:27 -0700	[thread overview]
Message-ID: <CA+Sjx0XP2A+rsA95NVwX7czQGNREXcFT=psedA7fawwKJb5rkw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

> + token = luo_next_file_token;
> + luo_next_file_token++;

This seems like it should be an atomic fetch_add: I'm only seeing read
locks up till this point

(Sorry if this is too nitpicky. Also for any formatting issues, I'm on
mobile atm)

[-- Attachment #2: Type: text/html, Size: 507 bytes --]

             reply	other threads:[~2025-06-06 22:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-06 22:28 Anish Moorthy [this message]
2025-06-08  0:07 ` [RFC v2 08/16] luo: luo_files: add infrastructure for FDs Pasha Tatashin
  -- strict thread matches above, loose matches on Subject: below --
2025-05-15 18:23 [RFC v2 00/16] Live Update Orchestrator Pasha Tatashin
2025-05-15 18:23 ` [RFC v2 08/16] luo: luo_files: add infrastructure for FDs Pasha Tatashin
2025-05-15 23:15   ` James Houghton
2025-05-23 18:09     ` Pasha Tatashin
2025-05-26  7:55   ` Mike Rapoport
2025-06-05 11:56     ` Pratyush Yadav
2025-06-08 13:13     ` Pasha Tatashin
2025-06-05 15:56   ` Pratyush Yadav
2025-06-08 13:37     ` Pasha Tatashin
2025-06-13 15:27       ` Pratyush Yadav
2025-06-15 18:02         ` Pasha Tatashin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+Sjx0XP2A+rsA95NVwX7czQGNREXcFT=psedA7fawwKJb5rkw@mail.gmail.com' \
    --to=anish.moorthy@gmail.com \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=akpm@linux-foundation.org \
    --cc=aleksander.lobakin@intel.com \
    --cc=aliceryhl@google.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=anna.schumaker@oracle.com \
    --cc=axboe@kernel.dk \
    --cc=bartosz.golaszewski@linaro.org \
    --cc=bhelgaas@google.com \
    --cc=bp@alien8.de \
    --cc=changyuanl@google.com \
    --cc=chenridong@huawei.com \
    --cc=corbet@lwn.net \
    --cc=cw00.choi@samsung.com \
    --cc=dakr@kernel.org \
    --cc=dan.j.williams@intel.com \
    --cc=dave.hansen@linux.intel.com \
    --cc=david@redhat.com \
    --cc=djeffery@redhat.com \
    --cc=dmatlack@google.com \
    --cc=graf@amazon.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hannes@cmpxchg.org \
    --cc=hpa@zytor.com \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=ira.weiny@intel.com \
    --cc=jannh@google.com \
    --cc=jasonmiu@google.com \
    --cc=joel.granados@kernel.org \
    --cc=kanie@linux.alibaba.com \
    --cc=leon@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux@weissschuh.net \
    --cc=lukas@wunner.de \
    --cc=mark.rutland@arm.com \
    --cc=masahiroy@kernel.org \
    --cc=mingo@redhat.com \
    --cc=mmaurer@google.com \
    --cc=myungjoo.ham@samsung.com \
    --cc=ojeda@kernel.org \
    --cc=pasha.tatashin@soleen.com \
    --cc=pratyush@kernel.org \
    --cc=ptyadav@amazon.de \
    --cc=quic_zijuhu@quicinc.com \
    --cc=rafael@kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=rientjes@google.com \
    --cc=roman.gushchin@linux.dev \
    --cc=rostedt@goodmis.org \
    --cc=rppt@kernel.org \
    --cc=song@kernel.org \
    --cc=stuart.w.hayes@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=tj@kernel.org \
    --cc=vincent.guittot@linaro.org \
    --cc=wagi@kernel.org \
    --cc=x86@kernel.org \
    --cc=yesanishhere@gmail.com \
    --cc=yoann.congal@smile.fr \
    --cc=zhangguopeng@kylinos.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).