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: <2023122030-faceless-refutable-6d17@gregkh> Date: Wed, 20 Dec 2023 08:24:42 +0100 From: Greg Kroah-Hartman <gregkh@...uxfoundation.org> To: Niklas Schnelle <schnelle@...ux.ibm.com> Cc: wintera@...ux.ibm.com, wenjia@...ux.ibm.com, 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 Tue, Dec 19, 2023 at 04:25:13PM +0100, Niklas Schnelle wrote: > On Tue, 2023-12-19 at 16:07 +0100, 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> > > --- > > Nit: There seems to be a typo in the subject line s/icuv/iucv/ Ugh, good catch, let me go send a v2, thanks! greg k-h
Powered by blists - more mailing lists