All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Namjae Jeon <linkinjeon@kernel.org>
Cc: stable@vger.kernel.org, smfrench@gmail.com, linux-cifs@vger.kernel.org
Subject: Re: [PATCH 5.15.y 0/4] ksmbd stable patches for 5.15.y
Date: Sun, 23 Jan 2022 15:19:09 +0100	[thread overview]
Message-ID: <Ye1j3ZHkmzKBsOkQ@kroah.com> (raw)
In-Reply-To: <20220121235340.10269-1-linkinjeon@kernel.org>

On Sat, Jan 22, 2022 at 08:53:36AM +0900, Namjae Jeon wrote:
> These patches include 2 patches to run the recently updated
> ksmbd.mountd(3.4.4) and 2 other patches to fix issues to avoid out of
> memory issues caused by many outstanding smb2 locks. These are
> important patches applied to linux-5.17-rc1, but they cannot be applied
> to the stable kernel, so they are sent as separately backported patches.
> 
> Namjae Jeon (4):
>   ksmbd: add support for smb2 max credit parameter
>   ksmbd: move credit charge deduction under processing request
>   ksmbd: limits exceeding the maximum allowable outstanding requests
>   ksmbd: add reserved room in ipc request/response
> 
>  fs/ksmbd/connection.c    |  1 +
>  fs/ksmbd/connection.h    |  4 ++--
>  fs/ksmbd/ksmbd_netlink.h | 12 +++++++++++-
>  fs/ksmbd/smb2misc.c      | 18 ++++++++++++------
>  fs/ksmbd/smb2ops.c       | 16 ++++++++++++----
>  fs/ksmbd/smb2pdu.c       | 25 +++++++++++++++----------
>  fs/ksmbd/smb2pdu.h       |  1 +
>  fs/ksmbd/smb_common.h    |  1 +
>  fs/ksmbd/transport_ipc.c |  2 ++
>  9 files changed, 57 insertions(+), 23 deletions(-)
> 
> -- 
> 2.25.1
> 

All now applied, thanks.

greg k-h

      parent reply	other threads:[~2022-01-23 14:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-21 23:53 [PATCH 5.15.y 0/4] ksmbd stable patches for 5.15.y Namjae Jeon
2022-01-21 23:53 ` [PATCH 5.15.y 1/4] ksmbd: add support for smb2 max credit parameter Namjae Jeon
2022-01-21 23:53 ` [PATCH 5.15.y 2/4] ksmbd: move credit charge deduction under processing request Namjae Jeon
2022-01-21 23:53 ` [PATCH 5.15.y 3/4] ksmbd: limits exceeding the maximum allowable outstanding requests Namjae Jeon
2022-01-21 23:53 ` [PATCH 5.15.y 4/4] ksmbd: add reserved room in ipc request/response Namjae Jeon
2022-01-23 14:19 ` Greg KH [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=Ye1j3ZHkmzKBsOkQ@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=linkinjeon@kernel.org \
    --cc=linux-cifs@vger.kernel.org \
    --cc=smfrench@gmail.com \
    --cc=stable@vger.kernel.org \
    /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 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.