This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-release-arm-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards d6727af8 0: update: binutils-gcc-glibc-llvm: 1
new 141f42a3 0: update: binutils-gcc-glibc-llvm: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d6727af8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/llvm-release-arm [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log | 130 +-
02-prepare_abe/console.log | 320 +-
03-build_abe-binutils/console.log | 11256 +-
04-build_abe-stage1/console.log | 17619 ++-
05-build_abe-linux/console.log | 250 +-
06-build_abe-glibc/console.log | 38946 +++----
07-build_abe-stage2/console.log | 43839 +++----
08-build_llvm-true/console.log | 12538 +-
10-benchmark--Os_LTO_mthumb/benchmark-start.log | 2 +-
10-benchmark--Os_LTO_mthumb/benchmark.log | 42 +-
10-benchmark--Os_LTO_mthumb/console.log | 156 +-
11-check_regression/console.log | 734 +-
11-check_regression/results-0.csv | 127 +-
11-check_regression/results-1.csv | 121 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-full.csv | 127 +-
11-check_regression/results.csv | 46 +-
11-check_regression/results.log | 2758 +-
12-update_baseline/console.log | 32 +-
12-update_baseline/results-0.csv | 127 +-
12-update_baseline/results-1.csv | 121 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-full.csv | 127 +-
12-update_baseline/results.csv | 46 +-
12-update_baseline/results.log | 2826 +-
console.log | 125848 +++++++++++----------
jenkins/manifest.sh | 16 +-
results_id | 2 +-
28 files changed, 129123 insertions(+), 129109 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from d27aad4ec30 gas: Fix internal error on long local labels
new 174981ae1f9 gdb: rename regcache::current_regcache to regcache::regcaches
new 159ed7d93ff gdb: move regcache::regcaches to regcache.c
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/ChangeLog | 32 +++++++++++++++++++
gdb/dwarf2/index-write.c | 1 +
gdb/record-btrace.c | 1 +
gdb/regcache.c | 80 ++++++++++++++++++++----------------------------
gdb/regcache.h | 7 -----
gdb/sparc64-tdep.c | 2 +-
6 files changed, 69 insertions(+), 54 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 7b4ea9456dd3 Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings"
new 0ed076c7ba3d KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended"
new b1d405751cd5 KVM: x86: Switch KVM guest to using interrupts for page re [...]
new 26d05b368a5c Merge branch 'kvm-async-pf-int' into HEAD
new 6c6165f83ba7 Merge branch 'kvm-master' into HEAD
new 9ce372b33a2e KVM: x86: drop KVM_PV_REASON_PAGE_READY case from kvm_hand [...]
new e8c22266e68f KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_ [...]
new f25a9dec2da3 KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapper
new 2f1d48aae296 KVM: nVMX: WARN if PML emulation helper is invoked outside [...]
new 02f5fb2e69f6 KVM: x86/mmu: Make .write_log_dirty a nested operation
new 6abe9c1386e5 KVM: X86: Move ignore_msrs handling upper the stack
new 12bc2132b15e KVM: X86: Do the same ignore_msrs check for feature msrs
new f5f6145e41d3 KVM: x86: Move the check for upper 32 reserved bits of DR6 [...]
new 1aef8161b38a KVM: nSVM: Check that DR6[63:32] and DR7[64:32] are not se [...]
new 78824fabc72e KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast()
new dc42c8ae0a77 KVM: SVM: convert get_user_pages() --> pin_user_pages()
new a8d908b5873c KVM: x86: report sev_pin_memory errors with PTR_ERR
new 73cd6e5f7f0b kvm: svm: Prefer vcpu->cpu to raw_smp_processor_id()
new 242636343c24 kvm: svm: Always set svm->last_cpu on VMRUN
new 80a1684c0161 kvm: vmx: Add last_cpu to struct vcpu_vmx
new 1aa561b1a4c0 kvm: x86: Add "last CPU" to some KVM_EXIT information
new 8a14fe4f0c54 kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu
new c967118ddb21 kvm: x86: Set last_vmentry_cpu in vcpu_enter_guest
new b2656e4d8b29 KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helper
new 7693b3eb5379 KVM: SVM: Rename struct nested_state to svm_nested_state
new 06e7852c0ffb KVM: SVM: Add vmcb_ prefix to mark_*() functions
new a284ba56a0a4 KVM: SVM: Add svm_ prefix to set/clr/is_intercept()
new 01c3b2b5cdae KVM: SVM: Rename svm_nested_virtualize_tpr() to nested_svm [...]
new 4cb5b77eecb0 KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.h
new ac101b7cb17d KVM: x86/mmu: Avoid multiple hash lookups in kvm_get_mmu_page()
new fb58a9c345f6 KVM: x86/mmu: Optimize MMU page cache lookup for fully dir [...]
new f95eec9bed76 KVM: x86/mmu: Don't put invalid SPs back on the list of ac [...]
new 6b82ef2c9cf1 KVM: x86/mmu: Batch zap MMU pages when recycling oldest pages
new ebdb292dac79 KVM: x86/mmu: Batch zap MMU pages when shrinking the slab
new 7bd7ded64297 KVM: x86/mmu: Exit to userspace on make_mmu_pages_availabl [...]
new 33e3042dac6b KVM: x86/mmu: Move mmu_audit.c and mmutrace.h into the mmu [...]
new afe8d7e611c4 KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.c
new 6ca9a6f3adef KVM: x86/mmu: Add MMU-internal header
new 985ab2780164 KVM: x86/mmu: Make kvm_mmu_page definition and accessor in [...]
new 573546820b79 KVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow page lookup
new e47c4aee5bde KVM: x86/mmu: Rename page_header() to to_shadow_page()
new de585020daf4 Revert "KVM: X86: Fix setup the virt_spin_lock_key before [...]
new 5aefd786fba7 x86/kvm: Change print code to use pr_*() format
new 05eee619ed61 x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
new 9a3c05e658d4 xen: Mark "xen_nopvspin" parameter obsolete
new d42e3fae6fae kvm: x86: Read PDPTEs on CR0.CD and CR0.NW changes
new b899c13277a9 KVM: x86: Create mask for guest CR4 reserved bits in kvm_u [...]
new 53efe527ca4a KVM: x86: Make CR4.VMXE reserved for the guest
new 761e41693465 KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set [...]
new 2e8cd7a3b828 kvm: x86: limit the maximum number of vPMU fixed counters to 3
new 18964092825a KVM: X86: Reset vcpu->arch.cpuid_nent to 0 if SET_CPUID* fails
new 0d3b2ba16ba6 KVM: X86: Go on updating other CPUID leaves when leaf 1 is absent
new 565b7820738a KVM: lapic: Use guest_cpuid_has() in kvm_apic_set_version()
new 36f37648ca98 KVM: X86: Move kvm_apic_set_version() to kvm_update_cpuid()
new a76733a98752 KVM: x86: Introduce kvm_check_cpuid()
new aedbaf4f6afd KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_upda [...]
new 346ce3591db2 KVM: x86: Rename kvm_update_cpuid() to kvm_vcpu_after_set_cpuid()
new 7c1b761be029 KVM: x86: Rename cpuid_update() callback to vcpu_after_set [...]
new 5668821aefcb KVM: x86: Move kvm_x86_ops.vcpu_after_set_cpuid() into kvm [...]
new 995decb6c43e KVM: x86: take as_id into account when checking PGD
new 632a4cf57fd1 KVM/x86: pmu: Fix #GP condition check for RDPMC emulation
new 841c2be09fe4 kvm: x86: replace kvm_spec_ctrl_test_value with runtime te [...]
new 87fa7f3e98a1 x86/kvm: Move context tracking where it belongs
new 0642391e2139 x86/kvm/vmx: Add hardirq tracing to guest enter/exit
new 9fc975e9efd0 x86/kvm/svm: Add hardirq tracing on guest enter/exit
new 3ebccdf373c2 x86/kvm/vmx: Move guest enter/exit into .noinstr.text
new 135961e0a7d5 x86/kvm/svm: Move guest enter/exit into .noinstr.text
new c3f08ed15047 x86/kvm/svm: Use uninstrumented wrmsrl() to restore GS
new 2245d39886fa x86/kvm/vmx: Use native read/write_cr2()
new 5962bfb748f8 KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
new 45177cccd9c9 KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
new 356ec69adfc8 KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_ [...]
new 284aa868688a KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memo [...]
new 53a3f4877152 KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory ca [...]
new 832914452a96 KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_ [...]
new f3747a5a9e5a KVM: x86/mmu: Topup memory caches after walking GVA->GPA
new 531281ad98ba KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memor [...]
new 171a90d70f25 KVM: x86/mmu: Separate the memory caches for shadow pages [...]
new 5f6078f9f1e3 KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
new 9688088378d4 KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
new 378f5cd64aef KVM: x86/mmu: Skip filling the gfn cache for guaranteed di [...]
new 94ce87ef8177 KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that [...]
new 2aa9c199cf81 KVM: Move x86's version of struct kvm_mmu_memory_cache to [...]
new 6926f95accee KVM: Move x86's MMU memory cache helpers to common KVM code
new 61ffb3a50c44 KVM: arm64: Drop @max param from mmu_topup_memory_cache()
new e539451b7e7a KVM: arm64: Use common code's approach for __GFP_ZERO with [...]
new c1a33aebe91d KVM: arm64: Use common KVM implementation of MMU memory caches
new 220a7060d58f KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
new 0cdc739b664f KVM: MIPS: Account pages used for GPA page tables
new 380f3a8b6360 KVM: MIPS: Use common KVM implementation of MMU memory caches
new 01edc5e76ecf MIPS: KVM: Limit Trap-and-Emulate to MIPS32R2 only
new 6627a72c4635 MIPS: KVM: Remove outdated README
new 2f0a83bece1e KVM: s390: clean up redundant 'kvm_run' parameters
new 74cc7e0c35c1 KVM: arm64: clean up redundant 'kvm_run' parameters
new c34b26b98cac KVM: MIPS: clean up redundant 'kvm_run' parameters
new d574c539c3c4 KVM: x86: move MSR_IA32_PERF_CAPABILITIES emulation to com [...]
new 0f04a2ac4fe9 KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_s [...]
new 8c008659aa43 KVM: MMU: stop dereferencing vcpu->arch.mmu to get the con [...]
new ebdb3dba7b90 KVM: nSVM: reset nested_run_pending upon nested_svm_vmrun_ [...]
new 59cd9bc5b03f KVM: nSVM: prepare to handle errors from enter_svm_guest_mode()
new 62156f6cd15a KVM: nSVM: introduce nested_svm_load_cr3()/nested_npt_enabled()
new bf7dea425327 KVM: nSVM: move kvm_set_cr3() after nested_svm_uninit_mmu_ [...]
new a506fdd22342 KVM: nSVM: implement nested_svm_load_cr3() and use it for [...]
new d82aaef9c88a KVM: nSVM: use nested_svm_load_cr3() on guest->host switch
new fe9304d31831 KVM: x86: drop superfluous mmu_check_root() from fast_pgd_ [...]
new 897861479c06 KVM: x86: Add helper functions for illegal GPA checking an [...]
new cd313569f581 KVM: x86: mmu: Move translate_gpa() to mmu.c
new ec7771ab471b KVM: x86: mmu: Add guest physical address check in transla [...]
new 6986982fef86 KVM: x86: rename update_bp_intercept to update_exception_bitmap
new 32de2b5ee378 KVM: x86: update exception bitmap on CPUID changes
new a0c134347baf KVM: VMX: introduce vmx_need_pf_intercept
new 1dbf5d68af6f KVM: VMX: Add guest physical address check in EPT violatio [...]
new 8c4182bd27ca KVM: VMX: optimize #PF injection when MAXPHYADDR does not match
new 3edd68399dc1 KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAX [...]
new e8af9e9f457b KVM: nSVM: remove nonsensical EXITINFO1 adjustment on nested NPF
new 033555f6eb60 MIPS: KVM: Fix build error caused by 'kvm_run' cleanup
new 9c2475f3e46a KVM: Using macros instead of magic values
new 096586fda522 KVM: nSVM: Correctly set the shadow NPT root level in its [...]
new f291a358e0d8 KVM: VMX: Drop a duplicate declaration of construct_eptp()
new 59505b55aa09 KVM: x86/mmu: Add separate helper for shadow NPT root page [...]
new 812f8058369f KVM: VMX: Make vmx_load_mmu_pgd() static
new 2a40b9001ec2 KVM: x86: Pull the PGD's level from the MMU instead of rec [...]
new f83a4a6932f0 KVM: VXM: Remove temporary WARN on expected vs. actual EPT [...]
new d468d94b7baf KVM: x86: Dynamically calculate TDP level from max level a [...]
new 1d92d2e8e706 KVM: x86/mmu: Rename max_page_level to max_huge_page_level
new 83013059bdc5 KVM: x86: Specify max TDP level via kvm_configure_mmu()
new a445fc457d28 KVM: LAPIC: Set the TDCR settable bits
new ff2bd9ff1152 KVM: SVM: Fix sev_pin_memory() error handling
new a23816f3cdcb s390/setup: diag 318: refactor struct
new 23a60f834406 s390/kvm: diagnose 0x318 sync and reset
new f3633c268354 Merge tag 'kvm-s390-next-5.9-1' of git://git.kernel.org/pu [...]
new 921d2597abfc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 131 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Documentation/admin-guide/kernel-parameters.txt | 10 +-
Documentation/virt/kvm/api.rst | 5 +
arch/arm64/include/asm/kvm_coproc.h | 12 +-
arch/arm64/include/asm/kvm_host.h | 22 +-
arch/arm64/include/asm/kvm_mmu.h | 2 +-
arch/arm64/include/asm/kvm_types.h | 8 +
arch/arm64/kvm/arm.c | 8 +-
arch/arm64/kvm/handle_exit.c | 36 +-
arch/arm64/kvm/mmio.c | 11 +-
arch/arm64/kvm/mmu.c | 61 +---
arch/arm64/kvm/sys_regs.c | 13 +-
arch/mips/Kconfig | 1 +
arch/mips/include/asm/kvm_host.h | 39 +-
arch/mips/include/asm/kvm_types.h | 7 +
arch/mips/kvm/00README.txt | 31 --
arch/mips/kvm/Kconfig | 3 +-
arch/mips/kvm/emulate.c | 65 ++--
arch/mips/kvm/mips.c | 11 +-
arch/mips/kvm/mmu.c | 44 +--
arch/mips/kvm/trap_emul.c | 114 +++---
arch/mips/kvm/vz.c | 26 +-
arch/powerpc/include/asm/Kbuild | 1 +
arch/s390/include/asm/Kbuild | 1 +
arch/s390/include/asm/diag.h | 6 +-
arch/s390/include/asm/kvm_host.h | 4 +-
arch/s390/include/uapi/asm/kvm.h | 7 +-
arch/s390/kernel/setup.c | 3 +-
arch/s390/kvm/kvm-s390.c | 54 ++-
arch/s390/kvm/vsie.c | 1 +
arch/x86/Kconfig | 1 +
arch/x86/include/asm/hardirq.h | 4 +-
arch/x86/include/asm/idtentry.h | 4 +
arch/x86/include/asm/kvm_host.h | 95 ++---
arch/x86/include/asm/kvm_para.h | 3 +-
arch/x86/include/asm/kvm_types.h | 7 +
arch/x86/include/asm/qspinlock.h | 1 +
arch/x86/kernel/kvm.c | 118 ++++--
arch/x86/kvm/cpuid.c | 115 +++---
arch/x86/kvm/cpuid.h | 2 +-
arch/x86/kvm/lapic.c | 11 +-
arch/x86/kvm/mmu.h | 34 +-
arch/x86/kvm/mmu/mmu.c | 461 +++++++++++++-----------
arch/x86/kvm/{ => mmu}/mmu_audit.c | 12 +-
arch/x86/kvm/mmu/mmu_internal.h | 63 ++++
arch/x86/kvm/{ => mmu}/mmutrace.h | 2 +-
arch/x86/kvm/mmu/page_track.c | 2 +-
arch/x86/kvm/mmu/paging_tmpl.h | 19 +-
arch/x86/kvm/pmu.c | 5 +
arch/x86/kvm/pmu.h | 2 +
arch/x86/kvm/svm/avic.c | 2 +-
arch/x86/kvm/svm/nested.c | 142 ++++++--
arch/x86/kvm/svm/sev.c | 47 +--
arch/x86/kvm/svm/svm.c | 262 +++++++++-----
arch/x86/kvm/svm/svm.h | 32 +-
arch/x86/kvm/svm/vmenter.S | 2 +-
arch/x86/kvm/vmx/nested.c | 149 +++++---
arch/x86/kvm/vmx/ops.h | 4 +
arch/x86/kvm/vmx/pmu_intel.c | 17 -
arch/x86/kvm/vmx/vmenter.S | 5 +-
arch/x86/kvm/vmx/vmx.c | 209 ++++++-----
arch/x86/kvm/vmx/vmx.h | 12 +-
arch/x86/kvm/x86.c | 231 +++++++-----
arch/x86/kvm/x86.h | 34 +-
arch/x86/xen/spinlock.c | 4 +-
include/asm-generic/kvm_types.h | 5 +
include/linux/kvm_host.h | 12 +-
include/linux/kvm_types.h | 19 +
include/uapi/linux/kvm.h | 4 +
kernel/locking/qspinlock.c | 7 +
virt/kvm/async_pf.c | 16 +-
virt/kvm/kvm_main.c | 63 ++++
71 files changed, 1633 insertions(+), 1212 deletions(-)
create mode 100644 arch/arm64/include/asm/kvm_types.h
create mode 100644 arch/mips/include/asm/kvm_types.h
delete mode 100644 arch/mips/kvm/00README.txt
create mode 100644 arch/x86/include/asm/kvm_types.h
rename arch/x86/kvm/{ => mmu}/mmu_audit.c (96%)
create mode 100644 arch/x86/kvm/mmu/mmu_internal.h
rename arch/x86/kvm/{ => mmu}/mmutrace.h (99%)
create mode 100644 include/asm-generic/kvm_types.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from bfdd5aaa54b0 Merge tag 'Smack-for-5.9' of git://github.com/cschaufler/s [...]
new 547840bd5ae5 selftests/livepatch: simplify test-klp-callbacks busy targ [...]
new 6a26a9df169d selftests/livepatch: rework test-klp-shadow-vars
new 76efe6da89d8 selftests/livepatch: more verification in test-klp-shadow-vars
new 270f7806d3b9 selftests/livepatch: fix mem leaks in test-klp-shadow-vars
new 2eeb0d457d13 selftests/livepatch: Don't clear dmesg when running tests
new c401088f0f18 selftests/livepatch: refine dmesg 'taints' in dmesg comparison
new 3fd9bd8b7e41 selftests/livepatch: add test delimiter to dmesg
new 2f3f651f3756 selftests/livepatch: Use "comm" instead of "diff" for dmesg
new 5e4d46881f29 selftests/livepatch: adopt to newer sysctl error format
new 1e21b5c73912 Merge tag 'livepatching-for-5.9' of git://git.kernel.org/p [...]
new abfc19ff202d coccinelle: api: add device_attr_show script
new 2fbecb7dfefd coccinelle: api/kstrdup: fix coccinelle position
new de5086252048 coccinelle: misc: add array_size_dup script to detect miss [...]
new 7cf4be68b177 coccinelle: api: add kzfree script
new 547ade42ced0 coccinelle: api: extend memdup_user transformation with GFP_USER
new 9c568dbd677b coccinelle: api: extend memdup_user rule with vmemdup_user()
new d05f94ad28c7 coccinelle: api: filter out memdup_user definitions
new e3243e2a273d Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/lin [...]
new 2f845882ecd2 integrity: Add errno field in audit message
new 34e980bb83a0 IMA: Add audit log for failure conditions
new 9ff8a616dfab ima: Have the LSM free its audit rule
new 465aee77aae8 ima: Free the entire rule when deleting a list of rules
new 2bdd737c5687 ima: Free the entire rule if it fails to parse
new 712183437ebe ima: Fail rule parsing when buffer hook functions have an [...]
new db2045f5892a ima: Fail rule parsing when the KEXEC_CMDLINE hook is comb [...]
new eb624fe214a2 ima: Fail rule parsing when the KEY_CHECK hook is combined [...]
new 5f3e92657bbf ima: Fail rule parsing when appraise_flag=blacklist is uns [...]
new 39e5993d0d45 ima: Shallow copy the args_p member of ima_rule_entry.lsm [...]
new aa0c0227d331 ima: Use correct type for the args_p member of ima_rule_en [...]
new 30031b0ec8ae ima: Move comprehensive rule validation checks out of the [...]
new 592b24cbdc12 ima: Use the common function to detect LSM conditionals in a rule
new 4834177e6332 ima: Support additional conditionals in the KEXEC_CMDLINE [...]
new a068d9371f19 Merge branch 'validate-policy-rules' into next-integrity
new b8867eedcf76 ima: Rename internal filter rule functions
new 1768215a650c ima: AppArmor satisfies the audit rule requirements
new 311aa6aafea4 ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
new 3db0d0c276a7 integrity: remove redundant initialization of variable ret
new 4cec92937076 Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm [...]
new 7318d4cc14c8 sched: Provide sched_set_fifo()
new 0030c1d4a387 sched,bL_switcher: Convert to sched_set_fifo*()
new dbc6d0d5a546 sched,crypto: Convert to sched_set_fifo*()
new 4ca6c1a06094 sched,acpi_pad: Convert to sched_set_fifo*()
new c9ec0524706e sched,drbd: Convert to sched_set_fifo*()
new 6e6d6efabd25 sched,psci: Convert to sched_set_fifo*()
new 64419ca67622 sched,msm: Convert to sched_set_fifo*()
new 7b31e940b17b sched,drm/scheduler: Convert to sched_set_fifo*()
new 73f73cc2432a sched,ivtv: Convert to sched_set_fifo*()
new f8ec806be101 sched,mmc: Convert to sched_set_fifo*()
new 3070da33400c sched,spi: Convert to sched_set_fifo*()
new c3f47cf940ef sched,powercap: Convert to sched_set_fifo*()
new 9309de08f14f sched,ion: Convert to sched_set_normal()
new a2bee0662f72 sched,powerclamp: Convert to sched_set_fifo()
new 28d2f209cd16 sched,serial: Convert to sched_set_fifo()
new 94beddacb53c sched,watchdog: Convert to sched_set_fifo()
new 7a40798c714f sched,irq: Convert to sched_set_fifo()
new 93db9129fa4b sched,locktorture: Convert to sched_set_fifo()
new b1433395c4cc sched,rcuperf: Convert to sched_set_fifo_low()
new ce1c8afd3f31 sched,rcutorture: Convert to sched_set_fifo_low()
new 2cca5426b9c1 sched,psi: Convert to sched_set_fifo_low()
new 616d91b68cd5 sched: Remove sched_setscheduler*() EXPORTs
new 8b700983de82 sched: Remove sched_set_*() return value
new 4fd5750af02a sched,tracing: Convert to sched_set_fifo()
new 6d2b84a4e5b9 Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/ [...]
new 7b4ea9456dd3 Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings"
The 64 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/arm/common/bL_switcher.c | 3 +-
arch/x86/include/asm/pgtable_64_types.h | 2 +
arch/x86/mm/init_64.c | 5 +
crypto/crypto_engine.c | 3 +-
drivers/acpi/acpi_pad.c | 3 +-
drivers/block/drbd/drbd_receiver.c | 5 +-
drivers/firmware/psci/psci_checker.c | 10 +-
drivers/gpu/drm/drm_vblank_work.c | 6 +-
drivers/gpu/drm/msm/msm_drv.c | 13 +-
drivers/gpu/drm/scheduler/sched_main.c | 3 +-
drivers/media/pci/ivtv/ivtv-driver.c | 4 +-
drivers/mmc/core/sdio_irq.c | 3 +-
drivers/platform/chrome/cros_ec_spi.c | 11 +-
drivers/powercap/idle_inject.c | 4 +-
drivers/spi/spi.c | 4 +-
drivers/staging/android/ion/ion_heap.c | 4 +-
drivers/thermal/intel/intel_powerclamp.c | 5 +-
drivers/tty/serial/sc16is7xx.c | 3 +-
drivers/watchdog/watchdog_dev.c | 3 +-
include/linux/ima.h | 4 +-
include/linux/sched.h | 3 +
kernel/irq/manage.c | 6 +-
kernel/kexec_file.c | 2 +-
kernel/locking/locktorture.c | 10 +-
kernel/rcu/rcuperf.c | 8 +-
kernel/rcu/rcutorture.c | 7 +-
kernel/sched/core.c | 50 ++++-
kernel/sched/psi.c | 5 +-
kernel/trace/ring_buffer_benchmark.c | 48 ++---
lib/livepatch/test_klp_callbacks_busy.c | 37 +++-
lib/livepatch/test_klp_shadow_vars.c | 240 +++++++++++----------
scripts/coccinelle/api/device_attr_show.cocci | 55 +++++
scripts/coccinelle/api/kstrdup.cocci | 2 +-
scripts/coccinelle/api/kzfree.cocci | 101 +++++++++
scripts/coccinelle/api/memdup_user.cocci | 64 +++++-
scripts/coccinelle/misc/array_size_dup.cocci | 209 ++++++++++++++++++
security/integrity/digsig_asymmetric.c | 2 +-
security/integrity/ima/Kconfig | 4 +-
security/integrity/ima/ima.h | 73 ++++---
security/integrity/ima/ima_api.c | 2 +-
security/integrity/ima/ima_appraise.c | 8 +-
security/integrity/ima/ima_asymmetric_keys.c | 2 +-
security/integrity/ima/ima_main.c | 41 +++-
security/integrity/ima/ima_modsig.c | 20 --
security/integrity/ima/ima_policy.c | 240 ++++++++++++++-------
security/integrity/ima/ima_queue_keys.c | 7 +-
security/integrity/integrity.h | 13 ++
security/integrity/integrity_audit.c | 11 +-
tools/testing/selftests/livepatch/README | 16 +-
tools/testing/selftests/livepatch/functions.sh | 40 +++-
.../testing/selftests/livepatch/test-callbacks.sh | 84 +++-----
tools/testing/selftests/livepatch/test-ftrace.sh | 6 +-
.../testing/selftests/livepatch/test-livepatch.sh | 12 +-
.../selftests/livepatch/test-shadow-vars.sh | 85 +++++---
tools/testing/selftests/livepatch/test-state.sh | 21 +-
55 files changed, 1116 insertions(+), 516 deletions(-)
create mode 100644 scripts/coccinelle/api/device_attr_show.cocci
create mode 100644 scripts/coccinelle/api/kzfree.cocci
create mode 100644 scripts/coccinelle/misc/array_size_dup.cocci
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/gcc.
from 2155170525f aarch64: Mitigate SLS for BLR instruction
adds 0d1987fb5c6 Daily bump.
adds 5226c9f5b0f Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 66 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 14 +++++++++++
3 files changed, 81 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards bb613306 0: update: gcc-2155170525f93093b90a1a065e7ed71a925566e9: 1
new c3592afb 0: update: gcc-5226c9f5b0f666e305758d81f622d6896f32e708: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (bb613306)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log | 140 +-
02-prepare_abe/console.log | 306 +-
04-build_abe-bootstrap_O3/console.log | 63286 ++++++++++++++++---------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 4 +-
console.log | 63822 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 63596 insertions(+), 63974 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-release-arm-spec2k6-O2_LTO
in repository toolchain/ci/glibc.
from 94abcef26e NEWS: Mention BZ 25933 fix
adds 501f426fe0 arm: CVE-2020-6096: fix memcpy and memmove for negative leng [...]
adds d59630f995 arm: CVE-2020-6096: Fix multiarch memcpy for negative length [...]
No new revisions were added by this update.
Summary of changes:
sysdeps/arm/armv7/multiarch/memcpy_impl.S | 22 +++++++++++-----------
sysdeps/arm/memcpy.S | 24 ++++++++++--------------
sysdeps/arm/memmove.S | 24 ++++++++++--------------
3 files changed, 31 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-release-arm-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards f31b3ce0 6: update: binutils-gcc-glibc: 1
new cc5ff86b 6: update: binutils-gcc-glibc: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f31b3ce0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/gnu-release-arm- [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log | 130 +-
02-prepare_abe/console.log | 180 +-
03-build_abe-binutils/console.log | 9968 +-
04-build_abe-stage1/console.log | 17638 ++--
05-build_abe-linux/console.log | 250 +-
06-build_abe-glibc/console.log | 38440 ++++----
07-build_abe-stage2/console.log | 43498 ++++-----
09-benchmark--O2_LTO_marm/benchmark-start.log | 2 +-
09-benchmark--O2_LTO_marm/benchmark.log | 122 +-
09-benchmark--O2_LTO_marm/console.log | 256 +-
10-check_regression/console.log | 1062 +-
10-check_regression/results-0.csv | 184 +-
10-check_regression/results-1.csv | 176 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-full.csv | 188 +-
10-check_regression/results.csv | 68 +-
10-check_regression/results.log | 3998 +-
11-update_baseline/console.log | 2294 +-
11-update_baseline/results-1.csv | 176 +-
11-update_baseline/results-brief.csv | 56 +-
11-update_baseline/results-full.csv | 176 +-
11-update_baseline/results.csv | 66 +-
11-update_baseline/results.log | 2924 +-
console.log | 113850 ++++++++++++-----------
jenkins/manifest.sh | 16 +-
results_id | 2 +-
26 files changed, 118066 insertions(+), 117712 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/qemu.
from fd3cd581f9 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...]
adds 1caac1c0e4 tests/docker: Add python3-venv and netcat to the debian-amd6 [...]
adds 4d6862ffc7 tests/acceptance: Disable the rx sash and arm cubieboard rep [...]
adds 699616db64 gitlab-ci.yml: Add build-system-debian and build-system-centos jobs
adds 5896c53954 gitlab-ci: Fix Avocado cache usage
adds 35c7f5254b target/riscv/vector_helper: Fix build on 32-bit big endian hosts
adds d2a71d7474 Get rid of the libqemustub.a remainders
adds 616dab9afc Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull- [...]
adds 348fcc4f7a qcow2-cluster: Fix integer left shift error in qcow2_alloc_c [...]
adds a65dabf71a target/arm: Fix Rt/Rt2 in ESR_ELx for copro traps from AArch [...]
adds e1d322c405 Update version for v5.1.0-rc3 release
No new revisions were added by this update.
Summary of changes:
.gitlab-ci.yml | 109 ++++++++++++++++++++++-----
Makefile | 2 +-
VERSION | 2 +-
block/qcow2-cluster.c | 2 +-
scripts/coverity-scan/run-coverity-scan | 3 -
target/arm/helper.c | 92 +++++++++++++++++++++-
target/riscv/vector_helper.c | 4 +-
tests/acceptance/machine_rx_gdbsim.py | 4 +
tests/acceptance/replay_kernel.py | 1 +
tests/docker/dockerfiles/debian-amd64.docker | 4 +-
tests/test-util-sockets.c | 3 +-
11 files changed, 196 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.