All of lore.kernel.org
 help / color / mirror / Atom feed
* Merge commits to v4.19 from 4.20 & 5.6 for cifs Backup intent flag fixes
@ 2020-12-09 20:18 Vidhesh Ramesh
  2020-12-10 17:01 ` Steve French
  0 siblings, 1 reply; 3+ messages in thread
From: Vidhesh Ramesh @ 2020-12-09 20:18 UTC (permalink / raw)
  To: Steve French, Steve French, linux-cifs, samba-technical
  Cc: Nahush Bhanage, Chris Dearden

Hi Steve,

We mount cifs shares on our centos machines running kernel v4.19 using backupoperator privileges using backupid, however we do not see that the backup intent is used for all calls. We did find fixes for them in 4.20 & 5.6 but not in 4.19. Would it be able to merge these commits to 4.19 as well ?

Here are the commits of interest.
1. https://github.com/torvalds/linux/commit/5e19697b56a64004e2d0ff1bb952ea05493c088f - v4.19.rc1
2. https://github.com/torvalds/linux/commit/61351d6d54e651ec4098445afa5ddc2092c4741a - v4.20.rc1
3. https://github.com/torvalds/linux/commit/4d5bdf28690a304e089ce750efc8b7dd718945c7 - v4.20.rc1
4. https://github.com/torvalds/linux/commit/0f060936e490c6279dfe773d75d526d3d3d77111 - v5.6-rc1

Vidhesh Ramesh

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

* Re: Merge commits to v4.19 from 4.20 & 5.6 for cifs Backup intent flag fixes
  2020-12-09 20:18 Merge commits to v4.19 from 4.20 & 5.6 for cifs Backup intent flag fixes Vidhesh Ramesh
@ 2020-12-10 17:01 ` Steve French
  2020-12-10 18:27   ` Vidhesh Ramesh
  0 siblings, 1 reply; 3+ messages in thread
From: Steve French @ 2020-12-10 17:01 UTC (permalink / raw)
  To: Vidhesh Ramesh
  Cc: Steve French, linux-cifs, samba-technical, Nahush Bhanage, Chris Dearden

You may want to contact the guys that package your custom distro.
Since some of those patches are marked for stable they would be
automatically backported but I don't know who provides your custom
kernel.   AFAIK these are likely to be backported already by Redhat so
if you are using CentOS 8.2 or RHEL8.2 there is a good chance that
these are already in.

On Wed, Dec 9, 2020 at 2:18 PM Vidhesh Ramesh
<vidhesh.ramesh@komprise.com> wrote:
>
> Hi Steve,
>
> We mount cifs shares on our centos machines running kernel v4.19 using backupoperator privileges using backupid, however we do not see that the backup intent is used for all calls. We did find fixes for them in 4.20 & 5.6 but not in 4.19. Would it be able to merge these commits to 4.19 as well ?
>
> Here are the commits of interest.
> 1. https://github.com/torvalds/linux/commit/5e19697b56a64004e2d0ff1bb952ea05493c088f - v4.19.rc1
> 2. https://github.com/torvalds/linux/commit/61351d6d54e651ec4098445afa5ddc2092c4741a - v4.20.rc1
> 3. https://github.com/torvalds/linux/commit/4d5bdf28690a304e089ce750efc8b7dd718945c7 - v4.20.rc1
> 4. https://github.com/torvalds/linux/commit/0f060936e490c6279dfe773d75d526d3d3d77111 - v5.6-rc1
>
> Vidhesh Ramesh



-- 
Thanks,

Steve

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

* Re: Merge commits to v4.19 from 4.20 & 5.6 for cifs Backup intent flag fixes
  2020-12-10 17:01 ` Steve French
@ 2020-12-10 18:27   ` Vidhesh Ramesh
  0 siblings, 0 replies; 3+ messages in thread
From: Vidhesh Ramesh @ 2020-12-10 18:27 UTC (permalink / raw)
  To: Steve French
  Cc: Steve French, linux-cifs, samba-technical, Nahush Bhanage, Chris Dearden

Thanks Steve.

We are not using any distro and building our onprem VM ovas with Centos 7.8 and kernel 4.19 (4.19.134). We did try the latest kernel of LTS 4.19 kernel build 160 and still see that the backup intent is not being sent for some of the calls. However, on kernel 5.4 we see the same working as expected.

We are currently planning to stay on kernel 4.19 as it is stable and LTS release & hence wanted to see if the fixes could be backported to kernel 4.19.

We see #1 in 4.19 and #1,#2,#3 in 5.4. Since its working with 5.4 and not with 4.19 was wondering if #2 and #3 are not in 4.19 and hence if it could be backported ?

1. https://github.com/torvalds/linux/commit/5e19697b56a64004e2d0ff1bb952ea05493c088f - v4.19.rc1
2. https://github.com/torvalds/linux/commit/61351d6d54e651ec4098445afa5ddc2092c4741a - v4.20.rc1
3. https://github.com/torvalds/linux/commit/4d5bdf28690a304e089ce750efc8b7dd718945c7 - v4.20.rc1
4. https://github.com/torvalds/linux/commit/0f060936e490c6279dfe773d75d526d3d3d77111 - v5.6-rc1

Vidhesh Ramesh

From: Steve French <smfrench@gmail.com>
Sent: Thursday, December 10, 2020 9:01 AM
To: Vidhesh Ramesh <vidhesh.ramesh@komprise.com>
Cc: Steve French <sfrench@samba.org>; linux-cifs@vger.kernel.org <linux-cifs@vger.kernel.org>; samba-technical@lists.samba.org <samba-technical@lists.samba.org>; Nahush Bhanage <nahush.bhanage@komprise.com>; Chris Dearden <chris.dearden@komprise.com>
Subject: Re: Merge commits to v4.19 from 4.20 & 5.6 for cifs Backup intent flag fixes 
 
You may want to contact the guys that package your custom distro.
Since some of those patches are marked for stable they would be
automatically backported but I don't know who provides your custom
kernel.   AFAIK these are likely to be backported already by Redhat so
if you are using CentOS 8.2 or RHEL8.2 there is a good chance that
these are already in.

On Wed, Dec 9, 2020 at 2:18 PM Vidhesh Ramesh
<vidhesh.ramesh@komprise.com> wrote:
>
> Hi Steve,
>
> We mount cifs shares on our centos machines running kernel v4.19 using backupoperator privileges using backupid, however we do not see that the backup intent is used for all calls. We did find fixes for them in 4.20 & 5.6 but not in 4.19. Would it be able to merge these commits to 4.19 as well ?
>
> Here are the commits of interest.
> 1. https://github.com/torvalds/linux/commit/5e19697b56a64004e2d0ff1bb952ea05493c088f - v4.19.rc1
> 2. https://github.com/torvalds/linux/commit/61351d6d54e651ec4098445afa5ddc2092c4741a - v4.20.rc1
> 3. https://github.com/torvalds/linux/commit/4d5bdf28690a304e089ce750efc8b7dd718945c7 - v4.20.rc1
> 4. https://github.com/torvalds/linux/commit/0f060936e490c6279dfe773d75d526d3d3d77111 - v5.6-rc1
>
> Vidhesh Ramesh



-- 
Thanks,

Steve

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

end of thread, other threads:[~2020-12-10 18:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-09 20:18 Merge commits to v4.19 from 4.20 & 5.6 for cifs Backup intent flag fixes Vidhesh Ramesh
2020-12-10 17:01 ` Steve French
2020-12-10 18:27   ` Vidhesh Ramesh

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.