[xiang-erofs:fixes] BUILD SUCCESS 4127caee89612a84adedd78c9453089138cd5afe

2024-03-07 Thread kernel test robot
arc allnoconfig gcc arc allyesconfig gcc arc defconfig gcc arc randconfig-001-20240307 gcc arc randconfig-002-20240307 gcc arm

Re: [PATCH v2] erofs: fix lockdep false positives on initializing erofs_pseudo_mnt

2024-03-07 Thread Baokun Li via Linux-erofs
On 2024/3/7 22:18, Gao Xiang wrote: On 2024/3/7 18:10, Baokun Li wrote: Lockdep reported the following issue when mounting erofs with a domain_id: WARNING: possible recursive locking detected 6.8.0-rc7-xfstests #521 Not tainted

Re: [PATCH v2] erofs: fix lockdep false positives on initializing erofs_pseudo_mnt

2024-03-07 Thread Jingbo Xu
On 3/7/24 6:10 PM, Baokun Li wrote: > Lockdep reported the following issue when mounting erofs with a domain_id: > > > WARNING: possible recursive locking detected > 6.8.0-rc7-xfstests #521 Not tainted >

Re: [PATCH v2] erofs: fix lockdep false positives on initializing erofs_pseudo_mnt

2024-03-07 Thread Gao Xiang
On 2024/3/7 18:10, Baokun Li wrote: Lockdep reported the following issue when mounting erofs with a domain_id: WARNING: possible recursive locking detected 6.8.0-rc7-xfstests #521 Not tainted mount/396

Re: [PATCH] erofs: fix lockdep false positives on initializing erofs_pseudo_mnt

2024-03-07 Thread Al Viro
On Thu, Mar 07, 2024 at 07:21:12AM +, Al Viro wrote: > On Thu, Mar 07, 2024 at 03:06:49PM +0800, Baokun Li wrote: > > > > +int erofs_anon_register_fs(void) > > > > +{ > > > > + return register_filesystem(_anon_fs_type); > > > > +} > > > What for? The only thing it gives you is an

Re: [PATCH v2] erofs: fix lockdep false positives on initializing erofs_pseudo_mnt

2024-03-07 Thread yangerkun via Linux-erofs
LGTM Reviewed-by: Yang Erkun 在 2024/3/7 18:10, Baokun Li 写道: Lockdep reported the following issue when mounting erofs with a domain_id: WARNING: possible recursive locking detected 6.8.0-rc7-xfstests #521 Not tainted

Re: [PATCH] erofs: fix lockdep false positives on initializing erofs_pseudo_mnt

2024-03-07 Thread Baokun Li via Linux-erofs
On 2024/3/7 16:46, Al Viro wrote: On Thu, Mar 07, 2024 at 07:21:12AM +, Al Viro wrote: On Thu, Mar 07, 2024 at 03:06:49PM +0800, Baokun Li wrote: +int erofs_anon_register_fs(void) +{ + return register_filesystem(_anon_fs_type); +} What for? The only thing it gives you is an ability

Re: [PATCH] erofs: fix lockdep false positives on initializing erofs_pseudo_mnt

2024-03-07 Thread Gao Xiang
Hi Christian, On 2024/3/7 17:17, Christian Brauner wrote: On Thu, Mar 07, 2024 at 12:18:52PM +0800, Gao Xiang wrote: Hi, (try to +Cc Christian and Al here...) On 2024/3/7 11:41, Jingbo Xu wrote: Hi Baokun, Thanks for catching this! On 3/7/24 10:52 AM, Gao Xiang wrote: Hi Baokun, On

Re: [PATCH] erofs: fix lockdep false positives on initializing erofs_pseudo_mnt

2024-03-07 Thread Christian Brauner
On Thu, Mar 07, 2024 at 12:18:52PM +0800, Gao Xiang wrote: > Hi, > > (try to +Cc Christian and Al here...) > > On 2024/3/7 11:41, Jingbo Xu wrote: > > Hi Baokun, > > > > Thanks for catching this! > > > > > > On 3/7/24 10:52 AM, Gao Xiang wrote: > > > Hi Baokun, > > > > > > On 2024/3/7 10:44,

[PATCH v2] erofs: fix lockdep false positives on initializing erofs_pseudo_mnt

2024-03-07 Thread Baokun Li via Linux-erofs
Lockdep reported the following issue when mounting erofs with a domain_id: WARNING: possible recursive locking detected 6.8.0-rc7-xfstests #521 Not tainted mount/396 is trying to acquire lock:

[GIT PULL] erofs fixes for 6.8-final

2024-03-07 Thread Gao Xiang
Hi Linus, Could you consider this last-minute pull request for 6.8? The main one is a KMSAN fix which addresses an issue introduced in this cycle so it'd be much better to fix before releasing, and the remaining one fixes VMA alignment for THP. All commits have been in -next (with rvb tags

Re: [GIT PULL] erofs fixes for 6.8-final

2024-03-07 Thread pr-tracker-bot
The pull request you sent on Fri, 8 Mar 2024 00:34:49 +0800: > git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git > tags/erofs-for-6.8-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/d0e5b8865ad1d57d9fd991f85d410175143b Thank you! --