From: Pavel Machek <pavel@denx.de>
To: Florian Fainelli <f.fainelli@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
stable@vger.kernel.org, Paulo Alcantara <pc@manguebit.com>,
patches@lists.linux.dev, linux-kernel@vger.kernel.org,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org,
lkft-triage@lists.linaro.org, pavel@denx.de,
jonathanh@nvidia.com, sudipm.mukherjee@gmail.com,
srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org,
allen.lkml@gmail.com, broonie@kernel.org
Subject: Re: [PATCH 6.1 00/96] 6.1.100-rc1 review
Date: Tue, 16 Jul 2024 21:01:43 +0200 [thread overview]
Message-ID: <ZpbDlwpfBwViDonu@duo.ucw.cz> (raw)
In-Reply-To: <aaccd8cc-2bfe-4b2e-b690-be50540f9965@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3697 bytes --]
On Tue 2024-07-16 11:42:39, Florian Fainelli wrote:
> On 7/16/24 08:31, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 6.1.100 release.
> > There are 96 patches in this series, all will be posted as a response
> > to this one. If anyone has any issues with these being applied, please
> > let me know.
> >
> > Responses should be made by Thu, 18 Jul 2024 15:27:21 +0000.
> > Anything received after that time might be too late.
> >
> > The whole patch series can be found in one patch at:
> > https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.1.100-rc1.gz
> > or in the git tree and branch at:
> > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.1.y
> > and the diffstat can be found below.
> Commit acbfb53f772f96fdffb3fba2fa16eed4ad7ba0d2 ("cifs: avoid dup prefix
> path in dfs_get_automount_devname()") causes the following build failure on
> bmips_stb_defconfig:
>
> In file included from ./include/linux/build_bug.h:5,
> from ./include/linux/container_of.h:5,
> from ./include/linux/list.h:5,
> from ./include/linux/module.h:12,
> from fs/smb/client/cifsfs.c:13:
> fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
> fs/smb/client/cifsproto.h:74:22: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> if (unlikely(!server->origin_fullpath))
We see same problem.
CC [M] sound/soc/soc-ops.o
3131
In file included from ./include/linux/build_bug.h:5,
3132
from ./include/linux/container_of.h:5,
3133
from ./include/linux/list.h:5,
3134
from ./include/linux/module.h:12,
3135
from fs/smb/client/cifsfs.c:13:
3136
fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
3137
fs/smb/client/cifsproto.h:74:29: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath'
3138
74 | if (unlikely(!server->origin_fullpath))
3139
| ^~
3140
./include/linux/compiler.h:78:45: note: in definition of macro 'unlikely'
3141
78 | # define unlikely(x) __builtin_expect(!!(x), 0)
3142
| ^
3143
In file included from fs/smb/client/cifsfs.c:35:
3144
fs/smb/client/cifsproto.h:78:63: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath'
3145
78 | server->origin_fullpath,
3146
| ^~
3147
fs/smb/client/cifsproto.h:79:70: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath'
3148
79 | strlen(server->origin_fullpath),
3149
| ^~
3150
fs/smb/client/cifsproto.h:88:28: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath'
3151
88 | len = strlen(server->origin_fullpath);
3152
| ^~
3153
fs/smb/client/cifsproto.h:93:25: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath'
3154
93 | memcpy(s, server->origin_fullpath, len);
3155
| ^~
3156
CC [M] net/netfilter/nf_conntrack_standalone.o
3157
CC [M] net/netfilter/nf_conntrack_expect.o
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
next prev parent reply other threads:[~2024-07-16 19:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-16 15:31 [PATCH 6.1 00/96] 6.1.100-rc1 review Greg Kroah-Hartman
2024-07-16 18:38 ` SeongJae Park
2024-07-16 18:42 ` Florian Fainelli
2024-07-16 19:01 ` Pavel Machek [this message]
2024-07-16 20:29 ` Naresh Kamboju
2024-07-17 6:24 ` Greg Kroah-Hartman
2024-07-17 15:51 ` Shuah Khan
2024-07-17 16:57 ` Allen
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=ZpbDlwpfBwViDonu@duo.ucw.cz \
--to=pavel@denx.de \
--cc=akpm@linux-foundation.org \
--cc=allen.lkml@gmail.com \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pc@manguebit.com \
--cc=rwarsow@gmx.de \
--cc=shuah@kernel.org \
--cc=srw@sladewatkins.net \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox