All of lore.kernel.org
 help / color / mirror / Atom feed
* Regression: CIFS umount fails since 14302ee33 with some servers (exit code 32)
@ 2022-04-08 10:08 Thorsten Leemhuis
  2022-05-04 13:19 ` Thorsten Leemhuis
  0 siblings, 1 reply; 6+ messages in thread
From: Thorsten Leemhuis @ 2022-04-08 10:08 UTC (permalink / raw)
  To: Paulo Alcantara (SUSE)
  Cc: regressions, Moritz Duge, Aurelien Aptel, Ronnie Sahlberg,
	Steve French, Linux Kernel Mailing List, linux-cifs

Hi, this is your Linux kernel regression tracker.

Paul, it seems a commit authored by you causes a regression:

I noticed a regression report in bugzilla.kernel.org that afaics nobody
acted upon since it was reported about a week ago, that's why I decided
to forward it to the lists and all people that seemed to be relevant
here. To quote from
https://bugzilla.kernel.org/show_bug.cgi?id=215782

>  Moritz Duge 2022-03-31 16:47:35 UTC
> 
> With upstream kernel 5.16.9 CIFS umount fails when using certain SMB servers.
> 
> "umount" returns exit code 32 and the "mount" command still lists the mount as being present.
> See below for the bad commit I've bisected.
> 
> The bug has been reproduced multiple times with upstream kernel 5.16.9!
> But additionally I've done much testing with openSUSE kernels.
> Here's the openSUSE bugreport:
> https://bugzilla.opensuse.org/show_bug.cgi?id=1194945
> Additionally with the same servers there's a problem showing the free space with the "df" command. But I haven't been able to find out if this is really related to the umount problem.
> 
> 
> 
> 
> = SMB Server =
> 
> I haven't been able to identify the exact server side settings. But this problem occured with at least this SMB server (with upstream kernel 5.16.9):
> NetApp (Release 9.7P12) with dfs and CIFS mount options "vers=3.1.1,seal"
> (quota state unknown)
> 
> Additionally I've verified the bug with the openSUSE kernel 5.3.18-lp152.72-default and this SMB server:
> Windows Server 2019 with dfs and quota enabled
> (no explicit "vers" or "seal" mount options)
> 
> Additionally the bug appeared with another NetApp SMB server (tested upstream 5.16.9) and two unknown servers (tested only openSUSE-15.2 kernels).
> 
> Also it looks like the bug may need a setup where the user can only read //server/share/username/ but has no permissions to read //server/share/.
> 
> 
> 
> 
> = Bad Commit =
> 
> With the openSUSE kernel I bisected the problem down to this commit (6ae27f2b2) between openSUSE-15.2 kernels 5.3.18-lp152.69.1 and 5.3.18-lp152.72.1.
> https://github.com/SUSE/kernel/commit/6ae27f2b260e91f16583bbc1ded3147e0f7c5d94
> 
> This commit is also present in the upstream kernel (14302ee33).
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=14302ee3301b3a77b331cc14efb95bf7184c73cc
> And it has been merged between 5.11 and 5.12.
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=d0df9aabefda4d0a64730087f939f53f91e29ee6
> 
> As said I can't reproduce this with arbitrary SMB servers. And it's always a time consuming procedure for me to do a test with the affected production SMB servers. But if you're really unhappy with the bisect search on the openSUSE kernel, I can repeat the test with the upstream commit 14302ee33 and it's predecessor.


Could somebody take a look into this? Or was this discussed somewhere
else already? Or even fixed?

Anyway, to get this tracked:

#regzbot introduced: 14302ee3301b3a77b331cc14
#regzbot from: Moritz Duge <duge@pre-sense.de>
#regzbot title: CIFS: umount fails with some servers (exit code 32)
#regzbot link: https://bugzilla.kernel.org/show_bug.cgi?id=215782

Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)

P.S.: As the Linux kernel's regression tracker I'm getting a lot of
reports on my table. I can only look briefly into most of them and lack
knowledge about most of the areas they concern. I thus unfortunately
will sometimes get things wrong or miss something important. I hope
that's not the case here; if you think it is, don't hesitate to tell me
in a public reply, it's in everyone's interest to set the public record
straight.

-- 
Additional information about regzbot:

If you want to know more about regzbot, check out its web-interface, the
getting start guide, and the references documentation:

https://linux-regtracking.leemhuis.info/regzbot/
https://gitlab.com/knurd42/regzbot/-/blob/main/docs/getting_started.md
https://gitlab.com/knurd42/regzbot/-/blob/main/docs/reference.md

The last two documents will explain how you can interact with regzbot
yourself if your want to.

Hint for reporters: when reporting a regression it's in your interest to
CC the regression list and tell regzbot about the issue, as that ensures
the regression makes it onto the radar of the Linux kernel's regression
tracker -- that's in your interest, as it ensures your report won't fall
through the cracks unnoticed.

Hint for developers: you normally don't need to care about regzbot once
it's involved. Fix the issue as you normally would, just remember to
include 'Link:' tag in the patch descriptions pointing to all reports
about the issue. This has been expected from developers even before
regzbot showed up for reasons explained in
'Documentation/process/submitting-patches.rst' and
'Documentation/process/5.Posting.rst'.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Regression: CIFS umount fails since 14302ee33 with some servers (exit code 32)
  2022-04-08 10:08 Regression: CIFS umount fails since 14302ee33 with some servers (exit code 32) Thorsten Leemhuis
@ 2022-05-04 13:19 ` Thorsten Leemhuis
  2022-05-04 16:12   ` Moritz Duge
  0 siblings, 1 reply; 6+ messages in thread
From: Thorsten Leemhuis @ 2022-05-04 13:19 UTC (permalink / raw)
  To: Paulo Alcantara (SUSE), Moritz Duge
  Cc: regressions, Aurelien Aptel, Ronnie Sahlberg, Steve French,
	Linux Kernel Mailing List, linux-cifs

Hi, this is your Linux kernel regression tracker. Top-posting for once,
to make this easily accessible to everyone.

Paul, Moritz, what's the status here? It seems nothing happened at all
since below mail. Was the issue fixed? Or did it fall through the cracks?

Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)

P.S.: As the Linux kernel's regression tracker I deal with a lot of
reports and sometimes miss something important when writing mails like
this. If that's the case here, don't hesitate to tell me in a public
reply, it's in everyone's interest to set the public record straight.

#regzbot poke

On 08.04.22 12:08, Thorsten Leemhuis wrote:
> Hi, this is your Linux kernel regression tracker.
> 
> Paul, it seems a commit authored by you causes a regression:
> 
> I noticed a regression report in bugzilla.kernel.org that afaics nobody
> acted upon since it was reported about a week ago, that's why I decided
> to forward it to the lists and all people that seemed to be relevant
> here. To quote from
> https://bugzilla.kernel.org/show_bug.cgi?id=215782
> 
>>  Moritz Duge 2022-03-31 16:47:35 UTC
>>
>> With upstream kernel 5.16.9 CIFS umount fails when using certain SMB servers.
>>
>> "umount" returns exit code 32 and the "mount" command still lists the mount as being present.
>> See below for the bad commit I've bisected.
>>
>> The bug has been reproduced multiple times with upstream kernel 5.16.9!
>> But additionally I've done much testing with openSUSE kernels.
>> Here's the openSUSE bugreport:
>> https://bugzilla.opensuse.org/show_bug.cgi?id=1194945
>> Additionally with the same servers there's a problem showing the free space with the "df" command. But I haven't been able to find out if this is really related to the umount problem.
>>
>>
>>
>>
>> = SMB Server =
>>
>> I haven't been able to identify the exact server side settings. But this problem occured with at least this SMB server (with upstream kernel 5.16.9):
>> NetApp (Release 9.7P12) with dfs and CIFS mount options "vers=3.1.1,seal"
>> (quota state unknown)
>>
>> Additionally I've verified the bug with the openSUSE kernel 5.3.18-lp152.72-default and this SMB server:
>> Windows Server 2019 with dfs and quota enabled
>> (no explicit "vers" or "seal" mount options)
>>
>> Additionally the bug appeared with another NetApp SMB server (tested upstream 5.16.9) and two unknown servers (tested only openSUSE-15.2 kernels).
>>
>> Also it looks like the bug may need a setup where the user can only read //server/share/username/ but has no permissions to read //server/share/.
>>
>>
>>
>>
>> = Bad Commit =
>>
>> With the openSUSE kernel I bisected the problem down to this commit (6ae27f2b2) between openSUSE-15.2 kernels 5.3.18-lp152.69.1 and 5.3.18-lp152.72.1.
>> https://github.com/SUSE/kernel/commit/6ae27f2b260e91f16583bbc1ded3147e0f7c5d94
>>
>> This commit is also present in the upstream kernel (14302ee33).
>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=14302ee3301b3a77b331cc14efb95bf7184c73cc
>> And it has been merged between 5.11 and 5.12.
>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=d0df9aabefda4d0a64730087f939f53f91e29ee6
>>
>> As said I can't reproduce this with arbitrary SMB servers. And it's always a time consuming procedure for me to do a test with the affected production SMB servers. But if you're really unhappy with the bisect search on the openSUSE kernel, I can repeat the test with the upstream commit 14302ee33 and it's predecessor.
> 
> 
> Could somebody take a look into this? Or was this discussed somewhere
> else already? Or even fixed?
> 
> Anyway, to get this tracked:
> 
> #regzbot introduced: 14302ee3301b3a77b331cc14
> #regzbot from: Moritz Duge <duge@pre-sense.de>
> #regzbot title: CIFS: umount fails with some servers (exit code 32)
> #regzbot link: https://bugzilla.kernel.org/show_bug.cgi?id=215782
> 
> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
> 
> P.S.: As the Linux kernel's regression tracker I'm getting a lot of
> reports on my table. I can only look briefly into most of them and lack
> knowledge about most of the areas they concern. I thus unfortunately
> will sometimes get things wrong or miss something important. I hope
> that's not the case here; if you think it is, don't hesitate to tell me
> in a public reply, it's in everyone's interest to set the public record
> straight.
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Regression: CIFS umount fails since 14302ee33 with some servers (exit code 32)
  2022-05-04 13:19 ` Thorsten Leemhuis
@ 2022-05-04 16:12   ` Moritz Duge
  2022-05-04 16:25     ` Paulo Alcantara
  0 siblings, 1 reply; 6+ messages in thread
From: Moritz Duge @ 2022-05-04 16:12 UTC (permalink / raw)
  To: Thorsten Leemhuis, Paulo Alcantara (SUSE)
  Cc: regressions, Aurelien Aptel, Ronnie Sahlberg, Steve French,
	Linux Kernel Mailing List, linux-cifs


[-- Attachment #1.1.1: Type: text/plain, Size: 1008 bytes --]

Hi Thorsten,

I'm still waiting for a reply from Paul.

I'm not a kernel developer and I reported everything I know about
the bug. Including the result of a Git bisect, showing the
problematic commit.

So currently I don't see much else I can do.


Kind regards,
Moritz


Am 04.05.22 um 15:19 schrieb Thorsten Leemhuis:
> Hi, this is your Linux kernel regression tracker. Top-posting for once,
> to make this easily accessible to everyone.
> 
> Paul, Moritz, what's the status here? It seems nothing happened at all
> since below mail. Was the issue fixed? Or did it fall through the cracks?
> 
> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
> 
> P.S.: As the Linux kernel's regression tracker I deal with a lot of
> reports and sometimes miss something important when writing mails like
> this. If that's the case here, don't hesitate to tell me in a public
> reply, it's in everyone's interest to set the public record straight.
> 
> #regzbot poke

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3995 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Regression: CIFS umount fails since 14302ee33 with some servers (exit code 32)
  2022-05-04 16:12   ` Moritz Duge
@ 2022-05-04 16:25     ` Paulo Alcantara
  2022-05-04 16:43       ` Thorsten Leemhuis
  0 siblings, 1 reply; 6+ messages in thread
From: Paulo Alcantara @ 2022-05-04 16:25 UTC (permalink / raw)
  To: Moritz Duge, Thorsten Leemhuis
  Cc: regressions, Aurelien Aptel, Ronnie Sahlberg, Steve French,
	Linux Kernel Mailing List, linux-cifs

Moritz Duge <duge@pre-sense.de> writes:

> I'm still waiting for a reply from Paul.

The bug is currently being handled at [1].  Enzo has also asked you to
send us network traces in [2] and you haven't sent any, yet.

I'm not "Paul", BTW.

[1] https://bugzilla.opensuse.org/show_bug.cgi?id=1194945
[2] https://bugzilla.opensuse.org/show_bug.cgi?id=1194945#c13

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Regression: CIFS umount fails since 14302ee33 with some servers (exit code 32)
  2022-05-04 16:25     ` Paulo Alcantara
@ 2022-05-04 16:43       ` Thorsten Leemhuis
  2022-05-20  7:38         ` Regression: CIFS umount fails since 14302ee33 with some servers (exit code 32) #forregzbot Thorsten Leemhuis
  0 siblings, 1 reply; 6+ messages in thread
From: Thorsten Leemhuis @ 2022-05-04 16:43 UTC (permalink / raw)
  To: Paulo Alcantara, Moritz Duge
  Cc: regressions, Aurelien Aptel, Ronnie Sahlberg, Steve French,
	Linux Kernel Mailing List, linux-cifs

On 04.05.22 18:25, Paulo Alcantara wrote:
> Moritz Duge <duge@pre-sense.de> writes:
> 
>> I'm still waiting for a reply from Paul.
> 
> The bug is currently being handled at [1].  Enzo has also asked you to
> send us network traces in [2] and you haven't sent any, yet.

Many thx for the update.

> I'm not "Paul", BTW.

Paulo, please accept my apologies, that was my fault.

> [1] https://bugzilla.opensuse.org/show_bug.cgi?id=1194945
> [2] https://bugzilla.opensuse.org/show_bug.cgi?id=1194945#c13

#regzbot link: https://bugzilla.opensuse.org/show_bug.cgi?id=1194945

Ciao, Thorsten

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Regression: CIFS umount fails since 14302ee33 with some servers (exit code 32) #forregzbot
  2022-05-04 16:43       ` Thorsten Leemhuis
@ 2022-05-20  7:38         ` Thorsten Leemhuis
  0 siblings, 0 replies; 6+ messages in thread
From: Thorsten Leemhuis @ 2022-05-20  7:38 UTC (permalink / raw)
  To: regressions

TWIMC: this mail is primarily send for documentation purposes and for
regzbot, my Linux kernel regression tracking bot. These mails usually
contain '#forregzbot' in the subject, to make them easy to spot and filter.

On 04.05.22 18:43, Thorsten Leemhuis wrote:
> On 04.05.22 18:25, Paulo Alcantara wrote:
>> Moritz Duge <duge@pre-sense.de> writes:
>>
>>> I'm still waiting for a reply from Paul.
>>
>> The bug is currently being handled at [1].  Enzo has also asked you to
>> send us network traces in [2] and you haven't sent any, yet.
> 
> Many thx for the update.
> 
>> I'm not "Paul", BTW.
> 
> Paulo, please accept my apologies, that was my fault.
> 
>> [1] https://bugzilla.opensuse.org/show_bug.cgi?id=1194945
>> [2] https://bugzilla.opensuse.org/show_bug.cgi?id=1194945#c13
> 
> #regzbot link: https://bugzilla.opensuse.org/show_bug.cgi?id=1194945

#regzbot invalid: likely solved, likely by 5d7e282541fc ("cifs: do not
skip link targets when an I/O fails")

To quote
https://bugzilla.kernel.org/show_bug.cgi?id=215782#c2

> The problem disappeared with one of the latest openSUSE kernel updates.
> It must have been one of these:
> 2022-04-06: ​5.3.18-150300.59.63
> ​2022-05-05: 5.3.18-150300.59.68
> 
> I didn't do a bisect. But the following commit, contained in SUSE kernel 5.3.18-150300.59.68, seems most likely to me.
> 
> kernel.org
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=5d7e282541fc91b831a5c4477c5d72881c623df9
> 
> SUSE kernel:
> https://github.com/SUSE/kernel/commit/f6c7673fbee1985e8fcfe4936ca6d91852f86b13
> 
> SUSE kernel source:
> https://github.com/SUSE/kernel-source/commit/e7007189db138241fce6440c3bcfa084a0cf7c72
Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)

P.S.: As the Linux kernel's regression tracker I deal with a lot of
reports and sometimes miss something important when writing mails like
this. If that's the case here, don't hesitate to tell me in a public
reply, it's in everyone's interest to set the public record straight.


Ciao,

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-20  7:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08 10:08 Regression: CIFS umount fails since 14302ee33 with some servers (exit code 32) Thorsten Leemhuis
2022-05-04 13:19 ` Thorsten Leemhuis
2022-05-04 16:12   ` Moritz Duge
2022-05-04 16:25     ` Paulo Alcantara
2022-05-04 16:43       ` Thorsten Leemhuis
2022-05-20  7:38         ` Regression: CIFS umount fails since 14302ee33 with some servers (exit code 32) #forregzbot Thorsten Leemhuis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.