All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: Tree for Feb 22
@ 2022-02-23  1:41 broonie
  2022-02-23  6:05 ` linux-next: Tree for Feb 22 (NET_DSA_SMSC_LAN9303) Randy Dunlap
  2022-02-23  6:08 ` linux-next: Tree for Feb 22 (NFSD_V2_ACL) Randy Dunlap
  0 siblings, 2 replies; 8+ messages in thread
From: broonie @ 2022-02-23  1:41 UTC (permalink / raw)
  To: Linux Next Mailing List; +Cc: Linux Kernel Mailing List, akpm

Hi all,

Note that today's -next does not include the akpm tree since it's been a
long day and the conflicts seemed more than it was wise for me to
attempt at this point.  I'll have another go tomorrow but no guarantees.

Changes since 20220217:

The mips tree gained a conflict with the asm-generic tree.

The nds32 tree gained a conflict with the kbuild tree.

The drm tree gained a conflict with the drm-intel-fixes tree.

The modules tree gained a build failure, I used the version from
20220217.

The kvm tree gained a conflict with the kvm-fixes tree.

The iio tree gained a conflcit with the char-misc.current tree.

The sysctl tree gained a conflict with the tip tree.

The maple tree gained a conflict against the parisc tree.

The maple tree gained a conflict against the memblock tree.

The maple tree gained a build failure so I used the version from
20220217.

The akpm tree was dropped.

Non-merge commits (relative to Linus' tree): 6779
 7408 files changed, 823378 insertions(+), 211667 deletions(-)

----------------------------------------------------------------------------

I have created today's linux-next tree at
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
(patches at http://www.kernel.org/pub/linux/kernel/next/ ).  If you
are tracking the linux-next tree using git, you should not use "git pull"
to do so as that will try to merge the new linux-next release with the
old one.  You should use "git fetch" and checkout or reset to the new
master.

You can see which trees have been included by looking in the Next/Trees
file in the source.  There are also quilt-import.log and merge.log
files in the Next directory.  Between each merge, the tree was built
with a defconfig for arm64, an allmodconfig for x86_64, a
multi_v7_defconfig for arm and a native build of tools/perf. After the
final fixups (if any), I do an x86_64 modules_install followed by builds
for x86_64 allnoconfig, arm64 allnoconfig, arm64 allyesconfig and i386,
and arm64 and htmldocs.

Below is a summary of the state of the merge.

I am currently merging 346 trees (counting Linus' and 93 trees of bug
fix patches pending for the current merge release).

Stats about the size of the tree over time can be seen at
http://neuling.org/linux-next-size.html .

Status of my local build tests will be at
http://kisskb.ellerman.id.au/linux-next .  If maintainers want to give
advice about cross compilers/configs that work, we are always open to add
more builds.

Thanks to Randy Dunlap for doing many randconfig builds.  And to Paul
Gortmaker for triage and bug fixes.

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

* Re: linux-next: Tree for Feb 22 (NET_DSA_SMSC_LAN9303)
  2022-02-23  1:41 linux-next: Tree for Feb 22 broonie
@ 2022-02-23  6:05 ` Randy Dunlap
  2022-02-23  6:08 ` linux-next: Tree for Feb 22 (NFSD_V2_ACL) Randy Dunlap
  1 sibling, 0 replies; 8+ messages in thread
From: Randy Dunlap @ 2022-02-23  6:05 UTC (permalink / raw)
  To: broonie, Linux Next Mailing List
  Cc: Linux Kernel Mailing List, akpm, Network Development

[-- Attachment #1: Type: text/plain, Size: 619 bytes --]



On 2/22/22 17:41, broonie@kernel.org wrote:
> Hi all,
> 
> Note that today's -next does not include the akpm tree since it's been a
> long day and the conflicts seemed more than it was wise for me to
> attempt at this point.  I'll have another go tomorrow but no guarantees.
> 
> Changes since 20220217:
> 

on x86_64:

WARNING: unmet direct dependencies detected for NET_DSA_SMSC_LAN9303
  Depends on [m]: NETDEVICES [=y] && NET_DSA [=y] && (VLAN_8021Q [=m] || VLAN_8021Q [=m]=n)
  Selected by [y]:
  - NET_DSA_SMSC_LAN9303_MDIO [=y] && NETDEVICES [=y] && NET_DSA [=y]


Full randconfig file is attached.

-- 
~Randy

[-- Attachment #2: config-r2273.gz --]
[-- Type: application/gzip, Size: 39248 bytes --]

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

* Re: linux-next: Tree for Feb 22 (NFSD_V2_ACL)
  2022-02-23  1:41 linux-next: Tree for Feb 22 broonie
  2022-02-23  6:05 ` linux-next: Tree for Feb 22 (NET_DSA_SMSC_LAN9303) Randy Dunlap
@ 2022-02-23  6:08 ` Randy Dunlap
  2022-02-23 15:58   ` Chuck Lever III
  1 sibling, 1 reply; 8+ messages in thread
From: Randy Dunlap @ 2022-02-23  6:08 UTC (permalink / raw)
  To: broonie, Linux Next Mailing List
  Cc: Linux Kernel Mailing List, akpm, Linux FS-devel Mailing List,
	Chuck Lever, linux-nfs

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]



On 2/22/22 17:41, broonie@kernel.org wrote:
> Hi all,
> 
> Note that today's -next does not include the akpm tree since it's been a
> long day and the conflicts seemed more than it was wise for me to
> attempt at this point.  I'll have another go tomorrow but no guarantees.
> 
> Changes since 20220217:
> 


on x86_64:

WARNING: unmet direct dependencies detected for NFSD_V2_ACL
  Depends on [n]: NETWORK_FILESYSTEMS [=y] && NFSD [=n]
  Selected by [y]:
  - NFSD_V3_ACL [=y] && NETWORK_FILESYSTEMS [=y]


Full randconfig file is attached.

-- 
~Randy

[-- Attachment #2: config-r2276.gz --]
[-- Type: application/gzip, Size: 31481 bytes --]

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

* Re: linux-next: Tree for Feb 22 (NFSD_V2_ACL)
  2022-02-23  6:08 ` linux-next: Tree for Feb 22 (NFSD_V2_ACL) Randy Dunlap
@ 2022-02-23 15:58   ` Chuck Lever III
  2022-02-24  6:45     ` Randy Dunlap
  0 siblings, 1 reply; 8+ messages in thread
From: Chuck Lever III @ 2022-02-23 15:58 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: broonie, Linux Next Mailing List, Linux Kernel Mailing List,
	Andrew Morton, Linux FS-devel Mailing List,
	Linux NFS Mailing List


> On Feb 23, 2022, at 1:08 AM, Randy Dunlap <rdunlap@infradead.org> wrote:
> 
> On 2/22/22 17:41, broonie@kernel.org wrote:
>> Hi all,
>> 
>> Note that today's -next does not include the akpm tree since it's been a
>> long day and the conflicts seemed more than it was wise for me to
>> attempt at this point.  I'll have another go tomorrow but no guarantees.
>> 
>> Changes since 20220217:
> 
> on x86_64:
> 
> WARNING: unmet direct dependencies detected for NFSD_V2_ACL
>  Depends on [n]: NETWORK_FILESYSTEMS [=y] && NFSD [=n]
>  Selected by [y]:
>  - NFSD_V3_ACL [=y] && NETWORK_FILESYSTEMS [=y]

Thanks, Randy. I think I've got it addressed in my for-next.


--
Chuck Lever




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

* Re: linux-next: Tree for Feb 22 (NFSD_V2_ACL)
  2022-02-23 15:58   ` Chuck Lever III
@ 2022-02-24  6:45     ` Randy Dunlap
  2022-02-24 15:08       ` Chuck Lever III
  0 siblings, 1 reply; 8+ messages in thread
From: Randy Dunlap @ 2022-02-24  6:45 UTC (permalink / raw)
  To: Chuck Lever III
  Cc: broonie, Linux Next Mailing List, Linux Kernel Mailing List,
	Andrew Morton, Linux FS-devel Mailing List,
	Linux NFS Mailing List



On 2/23/22 07:58, Chuck Lever III wrote:
> 
>> On Feb 23, 2022, at 1:08 AM, Randy Dunlap <rdunlap@infradead.org> wrote:
>>
>> On 2/22/22 17:41, broonie@kernel.org wrote:
>>> Hi all,
>>>
>>> Note that today's -next does not include the akpm tree since it's been a
>>> long day and the conflicts seemed more than it was wise for me to
>>> attempt at this point.  I'll have another go tomorrow but no guarantees.
>>>
>>> Changes since 20220217:
>>
>> on x86_64:
>>
>> WARNING: unmet direct dependencies detected for NFSD_V2_ACL
>>  Depends on [n]: NETWORK_FILESYSTEMS [=y] && NFSD [=n]
>>  Selected by [y]:
>>  - NFSD_V3_ACL [=y] && NETWORK_FILESYSTEMS [=y]
> 
> Thanks, Randy. I think I've got it addressed in my for-next.

Hi Chuck,

I'm still seeing this in next-20220223...

-- 
~Randy

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

* Re: linux-next: Tree for Feb 22 (NFSD_V2_ACL)
  2022-02-24  6:45     ` Randy Dunlap
@ 2022-02-24 15:08       ` Chuck Lever III
  2022-02-24 16:37         ` Randy Dunlap
  0 siblings, 1 reply; 8+ messages in thread
From: Chuck Lever III @ 2022-02-24 15:08 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: broonie, Linux Next Mailing List, Linux Kernel Mailing List,
	Andrew Morton, Linux FS-devel Mailing List,
	Linux NFS Mailing List



> On Feb 24, 2022, at 1:45 AM, Randy Dunlap <rdunlap@infradead.org> wrote:
> 
> 
> 
> On 2/23/22 07:58, Chuck Lever III wrote:
>> 
>>> On Feb 23, 2022, at 1:08 AM, Randy Dunlap <rdunlap@infradead.org> wrote:
>>> 
>>> On 2/22/22 17:41, broonie@kernel.org wrote:
>>>> Hi all,
>>>> 
>>>> Note that today's -next does not include the akpm tree since it's been a
>>>> long day and the conflicts seemed more than it was wise for me to
>>>> attempt at this point.  I'll have another go tomorrow but no guarantees.
>>>> 
>>>> Changes since 20220217:
>>> 
>>> on x86_64:
>>> 
>>> WARNING: unmet direct dependencies detected for NFSD_V2_ACL
>>> Depends on [n]: NETWORK_FILESYSTEMS [=y] && NFSD [=n]
>>> Selected by [y]:
>>> - NFSD_V3_ACL [=y] && NETWORK_FILESYSTEMS [=y]
>> 
>> Thanks, Randy. I think I've got it addressed in my for-next.
> 
> Hi Chuck,
> 
> I'm still seeing this in next-20220223...

I tested my fixed version of the commit with the randconfig
you attached to yesterday's email. Do you see this in
fs/nfsd/Kconfig from next-20220223 ?

config NFSD_V2_ACL
        bool
        depends on NFSD

config NFSD_V3_ACL
        bool "NFS server support for the NFSv3 ACL protocol extension"
        depends on NFSD
        select NFSD_V2_ACL
        help

--
Chuck Lever




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

* Re: linux-next: Tree for Feb 22 (NFSD_V2_ACL)
  2022-02-24 15:08       ` Chuck Lever III
@ 2022-02-24 16:37         ` Randy Dunlap
  2022-02-24 16:45           ` Chuck Lever III
  0 siblings, 1 reply; 8+ messages in thread
From: Randy Dunlap @ 2022-02-24 16:37 UTC (permalink / raw)
  To: Chuck Lever III
  Cc: broonie, Linux Next Mailing List, Linux Kernel Mailing List,
	Andrew Morton, Linux FS-devel Mailing List,
	Linux NFS Mailing List



On 2/24/22 07:08, Chuck Lever III wrote:
> 
> 
>> On Feb 24, 2022, at 1:45 AM, Randy Dunlap <rdunlap@infradead.org> wrote:
>>
>>
>>
>> On 2/23/22 07:58, Chuck Lever III wrote:
>>>
>>>> On Feb 23, 2022, at 1:08 AM, Randy Dunlap <rdunlap@infradead.org> wrote:
>>>>
>>>> On 2/22/22 17:41, broonie@kernel.org wrote:
>>>>> Hi all,
>>>>>
>>>>> Note that today's -next does not include the akpm tree since it's been a
>>>>> long day and the conflicts seemed more than it was wise for me to
>>>>> attempt at this point.  I'll have another go tomorrow but no guarantees.
>>>>>
>>>>> Changes since 20220217:
>>>>
>>>> on x86_64:
>>>>
>>>> WARNING: unmet direct dependencies detected for NFSD_V2_ACL
>>>> Depends on [n]: NETWORK_FILESYSTEMS [=y] && NFSD [=n]
>>>> Selected by [y]:
>>>> - NFSD_V3_ACL [=y] && NETWORK_FILESYSTEMS [=y]
>>>
>>> Thanks, Randy. I think I've got it addressed in my for-next.
>>
>> Hi Chuck,
>>
>> I'm still seeing this in next-20220223...
> 
> I tested my fixed version of the commit with the randconfig
> you attached to yesterday's email. Do you see this in
> fs/nfsd/Kconfig from next-20220223 ?

Not all of it -- it's missing one line:

> config NFSD_V2_ACL
>         bool
>         depends on NFSD
> 
> config NFSD_V3_ACL
>         bool "NFS server support for the NFSv3 ACL protocol extension"
>         depends on NFSD      <<<<<<<<<<<<<<<<<<<<<< HERE <<<<<<<<<<<<<<<
>         select NFSD_V2_ACL
>         help

When I add that, I no longer see the problem.

Thanks.

-- 
~Randy

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

* Re: linux-next: Tree for Feb 22 (NFSD_V2_ACL)
  2022-02-24 16:37         ` Randy Dunlap
@ 2022-02-24 16:45           ` Chuck Lever III
  0 siblings, 0 replies; 8+ messages in thread
From: Chuck Lever III @ 2022-02-24 16:45 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: broonie, Linux Next Mailing List, Linux Kernel Mailing List,
	Andrew Morton, Linux FS-devel Mailing List,
	Linux NFS Mailing List



> On Feb 24, 2022, at 11:37 AM, Randy Dunlap <rdunlap@infradead.org> wrote:
> 
> On 2/24/22 07:08, Chuck Lever III wrote:
>> 
>> 
>>> On Feb 24, 2022, at 1:45 AM, Randy Dunlap <rdunlap@infradead.org> wrote:
>>> 
>>> 
>>> 
>>> On 2/23/22 07:58, Chuck Lever III wrote:
>>>> 
>>>>> On Feb 23, 2022, at 1:08 AM, Randy Dunlap <rdunlap@infradead.org> wrote:
>>>>> 
>>>>> On 2/22/22 17:41, broonie@kernel.org wrote:
>>>>>> Hi all,
>>>>>> 
>>>>>> Note that today's -next does not include the akpm tree since it's been a
>>>>>> long day and the conflicts seemed more than it was wise for me to
>>>>>> attempt at this point.  I'll have another go tomorrow but no guarantees.
>>>>>> 
>>>>>> Changes since 20220217:
>>>>> 
>>>>> on x86_64:
>>>>> 
>>>>> WARNING: unmet direct dependencies detected for NFSD_V2_ACL
>>>>> Depends on [n]: NETWORK_FILESYSTEMS [=y] && NFSD [=n]
>>>>> Selected by [y]:
>>>>> - NFSD_V3_ACL [=y] && NETWORK_FILESYSTEMS [=y]
>>>> 
>>>> Thanks, Randy. I think I've got it addressed in my for-next.
>>> 
>>> Hi Chuck,
>>> 
>>> I'm still seeing this in next-20220223...
>> 
>> I tested my fixed version of the commit with the randconfig
>> you attached to yesterday's email. Do you see this in
>> fs/nfsd/Kconfig from next-20220223 ?
> 
> Not all of it -- it's missing one line:
> 
>> config NFSD_V2_ACL
>>        bool
>>        depends on NFSD
>> 
>> config NFSD_V3_ACL
>>        bool "NFS server support for the NFSv3 ACL protocol extension"
>>        depends on NFSD      <<<<<<<<<<<<<<<<<<<<<< HERE <<<<<<<<<<<<<<<
>>        select NFSD_V2_ACL
>>        help
> 
> When I add that, I no longer see the problem.

That's the fix. I guess next-20220223 hasn't pulled in my latest
for-next yet.

--
Chuck Lever




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

end of thread, other threads:[~2022-02-24 16:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-23  1:41 linux-next: Tree for Feb 22 broonie
2022-02-23  6:05 ` linux-next: Tree for Feb 22 (NET_DSA_SMSC_LAN9303) Randy Dunlap
2022-02-23  6:08 ` linux-next: Tree for Feb 22 (NFSD_V2_ACL) Randy Dunlap
2022-02-23 15:58   ` Chuck Lever III
2022-02-24  6:45     ` Randy Dunlap
2022-02-24 15:08       ` Chuck Lever III
2022-02-24 16:37         ` Randy Dunlap
2022-02-24 16:45           ` Chuck Lever III

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.