lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2dd6d3f1-4213-aeec-dff1-5837f15865be@infradead.org>
Date:   Wed, 16 Mar 2022 21:27:21 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Andrew Morton <akpm@...ux-foundation.org>, broonie@...nel.org,
        mhocko@...e.cz, sfr@...b.auug.org.au, linux-next@...r.kernel.org,
        linux-fsdevel@...r.kernel.org, linux-mm@...ck.org,
        linux-kernel@...r.kernel.org, mm-commits@...r.kernel.org,
        linux-um <linux-um@...ts.infradead.org>, paulmck@...nel.org,
        Richard Weinberger <richard@....at>,
        Johannes Berg <johannes@...solutions.net>
Subject: Re: mmotm 2022-03-16-17-42 uploaded (uml sub-x86_64, sched/fair, RCU)



On 3/16/22 21:21, Randy Dunlap wrote:
> 
> 
> On 3/16/22 17:43, Andrew Morton wrote:
>> The mm-of-the-moment snapshot 2022-03-16-17-42 has been uploaded to
>>
>>    https://www.ozlabs.org/~akpm/mmotm/
>>
>> mmotm-readme.txt says
>>
>> README for mm-of-the-moment:
>>
>> https://www.ozlabs.org/~akpm/mmotm/
>>
>> This is a snapshot of my -mm patch queue.  Uploaded at random hopefully
>> more than once a week.
>>
>> You will need quilt to apply these patches to the latest Linus release (5.x
>> or 5.x-rcY).  The series file is in broken-out.tar.gz and is duplicated in
>> https://ozlabs.org/~akpm/mmotm/series
> 
> 
> UML for x86_64, defconfig:

Also seen on UML for i386, x86_64, and i386.

> In file included from ./arch/x86/include/generated/asm/rwonce.h:1:0,
>                  from ../include/linux/compiler.h:248,
>                  from ../include/linux/kernel.h:20,
>                  from ../include/linux/cpumask.h:10,
>                  from ../include/linux/energy_model.h:4,
>                  from ../kernel/sched/fair.c:23:
> ../include/linux/psi.h: In function ‘cgroup_move_task’:
> ../include/linux/rcupdate.h:414:36: error: dereferencing pointer to incomplete type ‘struct css_set’
>  #define RCU_INITIALIZER(v) (typeof(*(v)) __force __rcu *)(v)
>                                     ^~~~
> ../include/asm-generic/rwonce.h:55:33: note: in definition of macro ‘__WRITE_ONCE’
>   *(volatile typeof(x) *)&(x) = (val);    \
>                                  ^~~
> ../include/asm-generic/barrier.h:190:2: note: in expansion of macro ‘WRITE_ONCE’
>   WRITE_ONCE(*p, v);      \
>   ^~~~~~~~~~
> ../include/linux/rcupdate.h:455:3: note: in expansion of macro ‘smp_store_release’
>    smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \
>    ^~~~~~~~~~~~~~~~~
> ../include/linux/rcupdate.h:455:25: note: in expansion of macro ‘RCU_INITIALIZER’
>    smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \
>                          ^~~~~~~~~~~~~~~
> ../include/linux/psi.h:58:2: note: in expansion of macro ‘rcu_assign_pointer’
>   rcu_assign_pointer(p->cgroups, to);
>   ^~~~~~~~~~~~~~~~~~
> 
> 
> 

-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ