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
| ||
|
Message-ID: <21124441-d57b-46d4-8926-dedf7d2485d2@linux.ibm.com> Date: Tue, 19 Dec 2023 16:23:43 +0100 From: Alexandra Winter <wintera@...ux.ibm.com> To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, wenjia@...ux.ibm.com Cc: linux-kernel@...r.kernel.org, "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, linux-s390@...r.kernel.org, netdev@...r.kernel.org Subject: Re: [PATCH] icuv: make iucv_bus const On 19.12.23 16:07, Greg Kroah-Hartman wrote: > Now that the driver core can properly handle constant struct bus_type, > move the iucv_bus variable to be a constant structure as well, placing > it into read-only memory which can not be modified at runtime. > > Cc: Alexandra Winter <wintera@...ux.ibm.com> > Cc: Wenjia Zhang <wenjia@...ux.ibm.com> > Cc: "David S. Miller" <davem@...emloft.net> > Cc: Eric Dumazet <edumazet@...gle.com> > Cc: Jakub Kicinski <kuba@...nel.org> > Cc: Paolo Abeni <pabeni@...hat.com> > Cc: linux-s390@...r.kernel.org > Cc: netdev@...r.kernel.org > Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org> > --- Acked-by: Alexandra Winter <wintera@...ux.ibm.com>
Powered by blists - more mailing lists