Revision cec84e7547d3f95b3fa4ded1618cb43d5d98a76a authored by Linus Torvalds on 01 July 2022, 18:19:14 UTC, committed by Linus Torvalds on 01 July 2022, 18:19:14 UTC
Pull s390 fixes from Alexander Gordeev:

 - Fix purgatory build process so bin2c tool does not get built
   unnecessarily and the Makefile is more consistent with other
   architectures.

 - Return earlier simple design of arch_get_random_seed_long|int() and
   arch_get_random_long|int() callbacks as result of changes in generic
   RNG code.

 - Fix minor comment typos and spelling mistakes.

* tag 's390-5.19-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/qdio: Fix spelling mistake
  s390/sclp: Fix typo in comments
  s390/archrandom: simplify back to earlier design and initialize earlier
  s390/purgatory: remove duplicated build rule of kexec-purgatory.o
  s390/purgatory: hard-code obj-y in Makefile
  s390: remove unneeded 'select BUILD_BIN2C'
2 parent s 76ff294 + d7d488f
History
File Mode Size
Kconfig -rw-r--r-- 8.0 KB
Makefile -rw-r--r-- 1.9 KB
altera-cvp.c -rw-r--r-- 18.9 KB
altera-fpga2sdram.c -rw-r--r-- 4.9 KB
altera-freeze-bridge.c -rw-r--r-- 6.8 KB
altera-hps2fpga.c -rw-r--r-- 5.7 KB
altera-pr-ip-core-plat.c -rw-r--r-- 1.3 KB
altera-pr-ip-core.c -rw-r--r-- 4.7 KB
altera-ps-spi.c -rw-r--r-- 8.2 KB
dfl-afu-dma-region.c -rw-r--r-- 10.3 KB
dfl-afu-error.c -rw-r--r-- 6.2 KB
dfl-afu-main.c -rw-r--r-- 23.2 KB
dfl-afu-region.c -rw-r--r-- 4.1 KB
dfl-afu.h -rw-r--r-- 3.2 KB
dfl-fme-br.c -rw-r--r-- 2.5 KB
dfl-fme-error.c -rw-r--r-- 9.6 KB
dfl-fme-main.c -rw-r--r-- 18.9 KB
dfl-fme-mgr.c -rw-r--r-- 8.9 KB
dfl-fme-perf.c -rw-r--r-- 29.5 KB
dfl-fme-pr.c -rw-r--r-- 11.4 KB
dfl-fme-pr.h -rw-r--r-- 2.0 KB
dfl-fme-region.c -rw-r--r-- 2.1 KB
dfl-fme.h -rw-r--r-- 1.3 KB
dfl-n3000-nios.c -rw-r--r-- 17.7 KB
dfl-pci.c -rw-r--r-- 11.1 KB
dfl.c -rw-r--r-- 46.4 KB
dfl.h -rw-r--r-- 15.6 KB
fpga-bridge.c -rw-r--r-- 10.2 KB
fpga-mgr.c -rw-r--r-- 20.9 KB
fpga-region.c -rw-r--r-- 7.5 KB
ice40-spi.c -rw-r--r-- 5.3 KB
machxo2-spi.c -rw-r--r-- 9.3 KB
of-fpga-region.c -rw-r--r-- 12.1 KB
socfpga-a10.c -rw-r--r-- 15.2 KB
socfpga.c -rw-r--r-- 16.8 KB
stratix10-soc.c -rw-r--r-- 11.7 KB
ts73xx-fpga.c -rw-r--r-- 3.4 KB
versal-fpga.c -rw-r--r-- 2.0 KB
xilinx-pr-decoupler.c -rw-r--r-- 4.4 KB
xilinx-spi.c -rw-r--r-- 6.4 KB
zynq-fpga.c -rw-r--r-- 17.2 KB
zynqmp-fpga.c -rw-r--r-- 2.7 KB

back to top