mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Gao Xiang <hsiangkao@linux.alibaba.com>
To: Zhaoyang Huang <huangzhaoyang@gmail.com>
Cc: "zhaoyang.huang" <zhaoyang.huang@unisoc.com>,
	Gao Xiang <xiang@kernel.org>, Chao Yu <chao@kernel.org>,
	Yue Hu <huyue2@coolpad.com>,
	Jeffle Xu <jefflexu@linux.alibaba.com>,
	Sandeep Dhavale <dhavale@google.com>,
	linux-erofs@lists.ozlabs.org, linux-kernel@vger.kernel.org,
	steve.kang@unisoc.com
Subject: Re: [PATCH] fs: fix schedule while atomic caused by gfp of erofs_allocpage
Date: Tue, 16 Jul 2024 15:47:09 +0800	[thread overview]
Message-ID: <2c3e0012-9a41-4e00-bd4a-95374803de8e@linux.alibaba.com> (raw)
In-Reply-To: <CAGWkznEUAJGzAD5iJ-wrwW=N4tYb1SGQtDZY7hwzwrum5QxGTQ@mail.gmail.com>



On 2024/7/16 15:41, Zhaoyang Huang wrote:
> On Tue, Jul 16, 2024 at 2:50 PM Gao Xiang <hsiangkao@linux.alibaba.com> wrote:
>>
>>
>>
>> On 2024/7/16 14:46, Gao Xiang wrote:
>>>
>>>
>>> On 2024/7/16 14:43, Zhaoyang Huang wrote:
>>>> On Tue, Jul 16, 2024 at 2:20 PM Gao Xiang <hsiangkao@linux.alibaba.com> wrote:
>>>>>
>>>>>
>>>>>
>>>
>>> ...
>>>
>>>>>>>
>>>>>>> I don't see why it's an atomic context,
>>>>>>> so this patch is incorrect.
>>>>>> Sorry, I should provide more details. page_cache_ra_unbounded() will
>>>>>> call filemap_invalidate_lock_shared(mapping) to ensure the integrity
>>>>>> of page cache during readahead, which will disable preempt.
>>>>>
>>>>> Why a rwsem sleepable lock disable preemption?
>>>> emm, that's the original design of down_read()
>>>
>>> No.
>>>
>>>>
>>>>> context should be always non-atomic context, which is applied
>>>>> to all kernel filesystems.
>>>>    AFAICT, filemap_fault/read have added the folios of readahead to page
>>>> cache which means the aops->readahead basically just need to map the
>>>> block to this folios and then launch the bio. The erofs is a little
>>>> bit different to others as it has to alloc_pages for decompression
>>>> when doing this.
>>>
>>> Interesting.  The whole .readahead is sleepable, including
>>> submit block I/Os to storage.
>>
>> Also, please don't imagine your stack trace if it's a non-upstream
>> kernel.
> ok, it should be caused by a vendor hook function of the android
> system. sorry for interrupting by my stupid.

okay, thanks for confirmation.

Also more words may be useful here:  Note that .readahead doesn't
just map the block to this folios.  Even an uncompressed fs could
allocate/read (submit+wait) meta folio/blocks to get the block
mapping from these meta blocks and sleep in this context.

Thanks,
Gao Xiang

      reply	other threads:[~2024-07-16  7:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-16  5:44 zhaoyang.huang
2024-07-16  5:50 ` Gao Xiang
2024-07-16  6:14   ` Zhaoyang Huang
2024-07-16  6:19     ` Gao Xiang
2024-07-16  6:43       ` Zhaoyang Huang
2024-07-16  6:46         ` Gao Xiang
2024-07-16  6:50           ` Gao Xiang
2024-07-16  7:41             ` Zhaoyang Huang
2024-07-16  7:47               ` Gao Xiang [this message]

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=2c3e0012-9a41-4e00-bd4a-95374803de8e@linux.alibaba.com \
    --to=hsiangkao@linux.alibaba.com \
    --cc=chao@kernel.org \
    --cc=dhavale@google.com \
    --cc=huangzhaoyang@gmail.com \
    --cc=huyue2@coolpad.com \
    --cc=jefflexu@linux.alibaba.com \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=steve.kang@unisoc.com \
    --cc=xiang@kernel.org \
    --cc=zhaoyang.huang@unisoc.com \
    /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

all inboxes | Powered by JetHome®