linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* cifs large stack allocations
       [not found] <git-mailbomb-linux-master-a3a53b7603798fd875e2afbba7e2b9ba6b19c7c7@kernel.org>
@ 2019-01-03  9:54 ` Geert Uytterhoeven
  0 siblings, 0 replies; only message in thread
From: Geert Uytterhoeven @ 2019-01-03  9:54 UTC (permalink / raw)
  To: Paulo Alcantara, Steve French; +Cc: linux-cifs, Linux Kernel Mailing List

Hi Paulo,

On Wed, Jan 2, 2019 at 10:24 PM Linux Kernel Mailing List
<linux-kernel@vger.kernel.org> wrote:
> Commit:     a3a53b7603798fd875e2afbba7e2b9ba6b19c7c7
> Parent:     23324407143dd923660378fd9b40b9a711972269
> Refname:    refs/heads/master
> Web:        https://git.kernel.org/torvalds/c/a3a53b7603798fd875e2afbba7e2b9ba6b19c7c7
> Author:     Paulo Alcantara <palcantara@suse.de>
> AuthorDate: Wed Nov 14 17:20:31 2018 -0200
> Committer:  Steve French <stfrench@microsoft.com>
> CommitDate: Fri Dec 28 10:13:11 2018 -0600
>
>     cifs: Add support for failover in smb2_reconnect()
>
>     After a successful failover in cifs_reconnect(), the smb2_reconnect()
>     function will make sure to reconnect every tcon to new target server.
>
>     For SMB2+.
>
>     Signed-off-by: Paulo Alcantara <palcantara@suse.de>
>     Signed-off-by: Aurelien Aptel <aaptel@suse.com>
>     Signed-off-by: Steve French <stfrench@microsoft.com>

> --- a/fs/cifs/smb2pdu.c
> +++ b/fs/cifs/smb2pdu.c

> @@ -152,6 +155,77 @@ out:
>         return;
>  }
>
> +#ifdef CONFIG_CIFS_DFS_UPCALL
> +static int __smb2_reconnect(const struct nls_table *nlsc,
> +                           struct cifs_tcon *tcon)
> +{
> +       int rc;
> +       struct dfs_cache_tgt_list tl;
> +       struct dfs_cache_tgt_iterator *it = NULL;
> +       char tree[MAX_TREE_SIZE + 1];

warning: the frame size of 1316 bytes is larger than 1024 bytes
[-Wframe-larger-than=]

MAX_TREE_SIZE = 1284

On Wed, Jan 2, 2019 at 10:24 PM Linux Kernel Mailing List
<linux-kernel@vger.kernel.org> wrote:
>
> Commit:     08744015492fec5a30ab8e2779601ae2b1a5e431
> Parent:     a3a53b7603798fd875e2afbba7e2b9ba6b19c7c7
> Refname:    refs/heads/master
> Web:        https://git.kernel.org/torvalds/c/08744015492fec5a30ab8e2779601ae2b1a5e431
> Author:     Paulo Alcantara <palcantara@suse.de>
> AuthorDate: Wed Nov 14 17:24:29 2018 -0200
> Committer:  Steve French <stfrench@microsoft.com>
> CommitDate: Fri Dec 28 10:13:11 2018 -0600
>
>     cifs: Add support for failover in cifs_reconnect_tcon()
>
>     After a successful failover, the cifs_reconnect_tcon() function will
>     make sure to reconnect every tcon to new target server.
>
>     Same as previous commit but for SMB1 codepath.
>
>     Signed-off-by: Paulo Alcantara <palcantara@suse.de>
>     Reviewed-by: Aurelien Aptel <aaptel@suse.com>
>     Signed-off-by: Steve French <stfrench@microsoft.com>

> --- a/fs/cifs/cifssmb.c
> +++ b/fs/cifs/cifssmb.c

> @@ -118,6 +121,77 @@ cifs_mark_open_files_invalid(struct cifs_tcon *tcon)
>          */
>  }
>
> +#ifdef CONFIG_CIFS_DFS_UPCALL
> +static int __cifs_reconnect_tcon(const struct nls_table *nlsc,
> +                                struct cifs_tcon *tcon)
> +{
> +       int rc;
> +       struct dfs_cache_tgt_list tl;
> +       struct dfs_cache_tgt_iterator *it = NULL;
> +       char tree[MAX_TREE_SIZE + 1];

warning: the frame size of 1316 bytes is larger than 1024 bytes
[-Wframe-larger-than=]

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-03  9:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <git-mailbomb-linux-master-a3a53b7603798fd875e2afbba7e2b9ba6b19c7c7@kernel.org>
2019-01-03  9:54 ` cifs large stack allocations Geert Uytterhoeven

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