mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-07 23:18:24 +00:00
ahd_linux_setup_iocell_info() intentionally writes to the const-marked aic79xx_iocell_info array, but is called during __init, so the location is actually writable at this point on most architectures. Annotate this explicitly with __ro_after_init to avoid static analysis confusion. Link: https://lpc.events/event/16/contributions/1175/attachments/1109/2128/2022-LPC-analyzer-talk.pdf Link: https://lore.kernel.org/r/20220914115953.3854029-1-keescook@chromium.org Cc: Hannes Reinecke <hare@suse.com> Cc: "James E.J. Bottomley" <jejb@linux.ibm.com> Cc: "Martin K. Petersen" <martin.petersen@oracle.com> Cc: linux-scsi@vger.kernel.org Reported-by: David Malcolm <dmalcolm@redhat.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> |
||
|---|---|---|
| .. | ||
| aicasm | ||
| .gitignore | ||
| aic7xxx_93cx6.c | ||
| aic7xxx_93cx6.h | ||
| aic7xxx_core.c | ||
| aic7xxx_inline.h | ||
| aic7xxx_osm_pci.c | ||
| aic7xxx_osm.c | ||
| aic7xxx_osm.h | ||
| aic7xxx_pci.c | ||
| aic7xxx_pci.h | ||
| aic7xxx_proc.c | ||
| aic7xxx_reg_print.c_shipped | ||
| aic7xxx_reg.h_shipped | ||
| aic7xxx_seq.h_shipped | ||
| aic7xxx.h | ||
| aic7xxx.reg | ||
| aic7xxx.seq | ||
| aic79xx_core.c | ||
| aic79xx_inline.h | ||
| aic79xx_osm_pci.c | ||
| aic79xx_osm.c | ||
| aic79xx_osm.h | ||
| aic79xx_pci.c | ||
| aic79xx_pci.h | ||
| aic79xx_proc.c | ||
| aic79xx_reg_print.c_shipped | ||
| aic79xx_reg.h_shipped | ||
| aic79xx_seq.h_shipped | ||
| aic79xx.h | ||
| aic79xx.reg | ||
| aic79xx.seq | ||
| aic7770_osm.c | ||
| aic7770.c | ||
| aiclib.h | ||
| cam.h | ||
| Kconfig.aic7xxx | ||
| Kconfig.aic79xx | ||
| Makefile | ||
| queue.h | ||
| scsi_iu.h | ||
| scsi_message.h | ||