Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Linux5.x series: CONFIG_CIFS_SMB_DIRECT
@ 2020-04-27 10:23 apaul50
  2020-04-29  8:17 ` Hoshpak
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: apaul50 @ 2020-04-27 10:23 UTC (permalink / raw)
  To: ml

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

New issue by apaul50 on void-packages repository

https://github.com/void-linux/void-packages/issues/21374

Description:

Hello,

I noticed CONFIG_CIFS_SMB_DIRECT is disabled in kernel 5.x series, and I was wondering if it was intentional or not. SMB2 and SMB311 used to be enabled in 4.x series.

Thanks,

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

* Re: Linux5.x series: CONFIG_CIFS_SMB_DIRECT
  2020-04-27 10:23 [ISSUE] Linux5.x series: CONFIG_CIFS_SMB_DIRECT apaul50
@ 2020-04-29  8:17 ` Hoshpak
  2020-04-29 13:27 ` apaul50
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Hoshpak @ 2020-04-29  8:17 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/issues/21374#issuecomment-621057818

Comment:
Looking at the history it looks like it was experimental at first and we don't enable experimental features. It stayed disabled because no one needed it up to now and no one noticed that it's no longer experimental. I don't see a problem with enabling it now.

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

* Re: Linux5.x series: CONFIG_CIFS_SMB_DIRECT
  2020-04-27 10:23 [ISSUE] Linux5.x series: CONFIG_CIFS_SMB_DIRECT apaul50
  2020-04-29  8:17 ` Hoshpak
@ 2020-04-29 13:27 ` apaul50
  2020-04-30  9:31 ` Linux5.x series: Enable CONFIG_CIFS_SMB_DIRECT pullmoll
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: apaul50 @ 2020-04-29 13:27 UTC (permalink / raw)
  To: ml

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

New comment by apaul50 on void-packages repository

https://github.com/void-linux/void-packages/issues/21374#issuecomment-621205716

Comment:
Thank you for clarification.
I'd be interested by enabling it, so I edit the subject of this issue so it could be flagged as a request.

Thanks !

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

* Re: Linux5.x series: Enable CONFIG_CIFS_SMB_DIRECT
  2020-04-27 10:23 [ISSUE] Linux5.x series: CONFIG_CIFS_SMB_DIRECT apaul50
  2020-04-29  8:17 ` Hoshpak
  2020-04-29 13:27 ` apaul50
@ 2020-04-30  9:31 ` pullmoll
  2020-04-30 11:10 ` pullmoll
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pullmoll @ 2020-04-30  9:31 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/issues/21374#issuecomment-621722384

Comment:
I'm working on enabling it for linux5.4-5.4.36; currently building for all targets.

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

* Re: Linux5.x series: Enable CONFIG_CIFS_SMB_DIRECT
  2020-04-27 10:23 [ISSUE] Linux5.x series: CONFIG_CIFS_SMB_DIRECT apaul50
                   ` (2 preceding siblings ...)
  2020-04-30  9:31 ` Linux5.x series: Enable CONFIG_CIFS_SMB_DIRECT pullmoll
@ 2020-04-30 11:10 ` pullmoll
  2020-04-30 17:05 ` apaul50
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pullmoll @ 2020-04-30 11:10 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/issues/21374#issuecomment-621722384

Comment:
I'm working on enabling it for linux5.4-5.4.36; currently building for all targets.
Already running 5.4.36 on x86_64 - no idea how to test if the `CIFS_SMB_DIRECT` works, though :)

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

* Re: Linux5.x series: Enable CONFIG_CIFS_SMB_DIRECT
  2020-04-27 10:23 [ISSUE] Linux5.x series: CONFIG_CIFS_SMB_DIRECT apaul50
                   ` (3 preceding siblings ...)
  2020-04-30 11:10 ` pullmoll
@ 2020-04-30 17:05 ` apaul50
  2020-04-30 17:44 ` q66
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: apaul50 @ 2020-04-30 17:05 UTC (permalink / raw)
  To: ml

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

New comment by apaul50 on void-packages repository

https://github.com/void-linux/void-packages/issues/21374#issuecomment-621982516

Comment:
Thanks !
xbps-query -Rs linux5 doesn't show me 5.4.36 yet (I'm still stuck with linux5.4-5.4.35_1, running x64). But I could test it as soon it is available.

Since it's replacing SMB2 and SMB311, this module is needed when mounting cifs version >1. For instance I think mounting a Windows 10 share would require it.

Thanks for your work :) !

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

* Re: Linux5.x series: Enable CONFIG_CIFS_SMB_DIRECT
  2020-04-27 10:23 [ISSUE] Linux5.x series: CONFIG_CIFS_SMB_DIRECT apaul50
                   ` (4 preceding siblings ...)
  2020-04-30 17:05 ` apaul50
@ 2020-04-30 17:44 ` q66
  2020-04-30 20:29 ` apaul50
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: q66 @ 2020-04-30 17:44 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/issues/21374#issuecomment-622002943

Comment:
Are you sure? As it looks to me this option is fairly niche stuff about using SMB over RDMA/infiniband.

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

* Re: Linux5.x series: Enable CONFIG_CIFS_SMB_DIRECT
  2020-04-27 10:23 [ISSUE] Linux5.x series: CONFIG_CIFS_SMB_DIRECT apaul50
                   ` (5 preceding siblings ...)
  2020-04-30 17:44 ` q66
@ 2020-04-30 20:29 ` apaul50
  2020-04-30 20:58 ` q66
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: apaul50 @ 2020-04-30 20:29 UTC (permalink / raw)
  To: ml

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

New comment by apaul50 on void-packages repository

https://github.com/void-linux/void-packages/issues/21374#issuecomment-622092454

Comment:
@q66 After reading the description again, you may be right... I'm really confused. Since I recently switched on kernel 5.4.33, I'm not able to mount my office smb share (vers 2.0). If I boot on 4.19.114 I can mount it (provided I explicitly specify vers=2.0 option).

Watching the config file, I noticed CONFIG_CIFS_SMB311 wasn't present in 5.4 series, and maybe thought too fast it was replaced by CONFIG_CIFS_SMB_DIRECT... SMB311 seems to be merged in CONFIG_CIFS actually...

Guys, I'm really confused and ashamed... I've wasted your time... my apologies...

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

* Re: Linux5.x series: Enable CONFIG_CIFS_SMB_DIRECT
  2020-04-27 10:23 [ISSUE] Linux5.x series: CONFIG_CIFS_SMB_DIRECT apaul50
                   ` (6 preceding siblings ...)
  2020-04-30 20:29 ` apaul50
@ 2020-04-30 20:58 ` q66
  2020-04-30 22:08 ` apaul50
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: q66 @ 2020-04-30 20:58 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/issues/21374#issuecomment-622108483

Comment:
I mean, it's still good to enable it as it has its uses, but it will not fix your problem, you will have to find the real cause

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

* Re: Linux5.x series: Enable CONFIG_CIFS_SMB_DIRECT
  2020-04-27 10:23 [ISSUE] Linux5.x series: CONFIG_CIFS_SMB_DIRECT apaul50
                   ` (7 preceding siblings ...)
  2020-04-30 20:58 ` q66
@ 2020-04-30 22:08 ` apaul50
  2020-05-05 21:22 ` apaul50
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: apaul50 @ 2020-04-30 22:08 UTC (permalink / raw)
  To: ml

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

New comment by apaul50 on void-packages repository

https://github.com/void-linux/void-packages/issues/21374#issuecomment-622142208

Comment:
Yes indeed. No problem, I will investigate further.

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

* Re: Linux5.x series: Enable CONFIG_CIFS_SMB_DIRECT
  2020-04-27 10:23 [ISSUE] Linux5.x series: CONFIG_CIFS_SMB_DIRECT apaul50
                   ` (8 preceding siblings ...)
  2020-04-30 22:08 ` apaul50
@ 2020-05-05 21:22 ` apaul50
  2021-08-31 18:09 ` [ISSUE] [CLOSED] " ericonr
  2021-08-31 18:09 ` ericonr
  11 siblings, 0 replies; 13+ messages in thread
From: apaul50 @ 2020-05-05 21:22 UTC (permalink / raw)
  To: ml

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

New comment by apaul50 on void-packages repository

https://github.com/void-linux/void-packages/issues/21374#issuecomment-624313424

Comment:
Hello,
It was obvious, but I can now definitely confirm this module has no concern about issues mounting v2+ smbshares. As I said above, I'll investigate.

I don't really know what to do with this issue since I'm unable to test it... Is it ok too close?

Thanks !

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

* Re: Linux5.x series: Enable CONFIG_CIFS_SMB_DIRECT
  2020-04-27 10:23 [ISSUE] Linux5.x series: CONFIG_CIFS_SMB_DIRECT apaul50
                   ` (10 preceding siblings ...)
  2021-08-31 18:09 ` [ISSUE] [CLOSED] " ericonr
@ 2021-08-31 18:09 ` ericonr
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2021-08-31 18:09 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/21374#issuecomment-909477730

Comment:
Sure, feel free to open another issue if you still have issues.

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

* Re: [ISSUE] [CLOSED] Linux5.x series: Enable CONFIG_CIFS_SMB_DIRECT
  2020-04-27 10:23 [ISSUE] Linux5.x series: CONFIG_CIFS_SMB_DIRECT apaul50
                   ` (9 preceding siblings ...)
  2020-05-05 21:22 ` apaul50
@ 2021-08-31 18:09 ` ericonr
  2021-08-31 18:09 ` ericonr
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2021-08-31 18:09 UTC (permalink / raw)
  To: ml

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

Closed issue by apaul50 on void-packages repository

https://github.com/void-linux/void-packages/issues/21374

Description:

Hello,

I noticed CONFIG_CIFS_SMB_DIRECT is disabled in kernel 5.x series, and I was wondering if it was intentional or not. SMB2 and SMB311 used to be enabled in 4.x series.

Thanks,

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

end of thread, other threads:[~2021-08-31 18:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-27 10:23 [ISSUE] Linux5.x series: CONFIG_CIFS_SMB_DIRECT apaul50
2020-04-29  8:17 ` Hoshpak
2020-04-29 13:27 ` apaul50
2020-04-30  9:31 ` Linux5.x series: Enable CONFIG_CIFS_SMB_DIRECT pullmoll
2020-04-30 11:10 ` pullmoll
2020-04-30 17:05 ` apaul50
2020-04-30 17:44 ` q66
2020-04-30 20:29 ` apaul50
2020-04-30 20:58 ` q66
2020-04-30 22:08 ` apaul50
2020-05-05 21:22 ` apaul50
2021-08-31 18:09 ` [ISSUE] [CLOSED] " ericonr
2021-08-31 18:09 ` ericonr

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).