[PATCH] IMA: allow/fix UML builds

2023-02-23 Thread Randy Dunlap
UML supports HAS_IOMEM since 0bbadafdc49d (um: allow disabling NO_IOMEM). Current IMA build on UML fails on allmodconfig (with TCG_TPM=m): ld: security/integrity/ima/ima_queue.o: in function `ima_add_template_entry': ima_queue.c:(.text+0x2d9): undefined reference to `tpm_pcr_extend' ld: security/

Re: [PATCH v2 0/2] GDB: Support getting current task struct in UML

2023-02-23 Thread Andrew Morton
On Fri, 17 Feb 2023 19:11:52 -0600 Glenn Washburn wrote: > Added suggestions from Jan. > > Glenn > > Glenn Washburn (2): > scripts/gdb: Correct indentation in get_current_task > scripts/gdb: Support getting current task struct in UML > For some reason I get a bunch of rejects when applyi