linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Mar 18 (cifsd: Kconfig)
       [not found] <20210318210844.5e9adf1e@canb.auug.org.au>
@ 2021-03-18 18:57 ` Randy Dunlap
  2021-03-19  1:00   ` Namjae Jeon
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2021-03-18 18:57 UTC (permalink / raw)
  To: Stephen Rothwell, Linux Next Mailing List
  Cc: Linux Kernel Mailing List, linux-cifs, linux-cifsd-devel,
	Hyunchul Lee, Steve French, Sergey Senozhatsky, Namjae Jeon

On 3/18/21 3:08 AM, Stephen Rothwell wrote:
> Hi all,
> 
> News: there will be no linux-next release on Friday this week.
> 
> Warning: Some of the branches in linux-next are still based on v5.12-rc1,
> so please be careful if you are trying to bisect a bug.
> 
> News: if your -next included tree is based on Linus' tree tag
> v5.12-rc1{,-dontuse} (or somewhere between v5.11 and that tag), please
> consider rebasing it onto v5.12-rc2. Also, please check any branches
> merged into your branch.
> 
> Changes since 20210317:
> 
> The cifsd tree lost its build failure.

kconfig warning in cifsd:

WARNING: unmet direct dependencies detected for CRYPTO_ARC4
  Depends on [n]: CRYPTO [=y] && CRYPTO_USER_API_ENABLE_OBSOLETE [=n]
  Selected by [y]:
  - SMB_SERVER [=y] && NETWORK_FILESYSTEMS [=y] && INET [=y]



Either
	select CRYPTO_ARC4 if CRYPTO_USER_API_ENABLE_OBSOLETE
or add
	select CRYPTO_USER_API
	select CRYPTO_USER_API_ENABLE_OBSOLETE

The first choice is certainly more palatable if it is OK.


thanks.
-- 
~Randy
Reported-by: Randy Dunlap <rdunlap@infradead.org>

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

* RE: linux-next: Tree for Mar 18 (cifsd: Kconfig)
  2021-03-18 18:57 ` linux-next: Tree for Mar 18 (cifsd: Kconfig) Randy Dunlap
@ 2021-03-19  1:00   ` Namjae Jeon
  0 siblings, 0 replies; 2+ messages in thread
From: Namjae Jeon @ 2021-03-19  1:00 UTC (permalink / raw)
  To: 'Randy Dunlap'
  Cc: 'Linux Kernel Mailing List',
	linux-cifs, linux-cifsd-devel, 'Hyunchul Lee',
	'Steve French', 'Sergey Senozhatsky',
	'Stephen Rothwell', 'Linux Next Mailing List'

> On 3/18/21 3:08 AM, Stephen Rothwell wrote:
> > Hi all,
> >
> > News: there will be no linux-next release on Friday this week.
> >
> > Warning: Some of the branches in linux-next are still based on
> > v5.12-rc1, so please be careful if you are trying to bisect a bug.
> >
> > News: if your -next included tree is based on Linus' tree tag
> > v5.12-rc1{,-dontuse} (or somewhere between v5.11 and that tag), please
> > consider rebasing it onto v5.12-rc2. Also, please check any branches
> > merged into your branch.
> >
> > Changes since 20210317:
> >
Hi Randy,
> > The cifsd tree lost its build failure.
> 
> kconfig warning in cifsd:
> 
> WARNING: unmet direct dependencies detected for CRYPTO_ARC4
>   Depends on [n]: CRYPTO [=y] && CRYPTO_USER_API_ENABLE_OBSOLETE [=n]
>   Selected by [y]:
>   - SMB_SERVER [=y] && NETWORK_FILESYSTEMS [=y] && INET [=y]
> 
> 
> 
> Either
> 	select CRYPTO_ARC4 if CRYPTO_USER_API_ENABLE_OBSOLETE or add
> 	select CRYPTO_USER_API
> 	select CRYPTO_USER_API_ENABLE_OBSOLETE
> 
> The first choice is certainly more palatable if it is OK.
> 
> 
> thanks.
> --
> ~Randy
> Reported-by: Randy Dunlap <rdunlap@infradead.org>
I will make the patch included your reported-by tag.
Thanks for your report and patch!


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

end of thread, other threads:[~2021-03-19  1:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210318210844.5e9adf1e@canb.auug.org.au>
2021-03-18 18:57 ` linux-next: Tree for Mar 18 (cifsd: Kconfig) Randy Dunlap
2021-03-19  1:00   ` Namjae Jeon

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