This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allyesconfig
in repository toolchain/ci/linux.
from 09b10c9363b7 Merge v5.15.43
adds f82ccfa4835b HID: amd_sfh: Add support for sensor discovery
adds acd12d165281 KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
adds bf5a3c51e9f7 ice: fix crash at allocation failure
adds 0da5349e2254 ACPI: sysfs: Fix BERT error region memory mapping
adds 12d7163380a2 MAINTAINERS: co-maintain random.c
adds 830ecbae41a7 MAINTAINERS: add git tree for random.c
adds caba66ec322e lib/crypto: blake2s: include as built-in
adds cba2195416d4 lib/crypto: blake2s: move hmac construction into wireguard
adds b0cdd9ec8445 lib/crypto: sha1: re-roll loops to reduce code size
adds 45626449eb25 lib/crypto: blake2s: avoid indirect calls to compression f [...]
adds 40af1df8034a random: document add_hwgenerator_randomness() with other i [...]
adds c5a7694fa802 random: remove unused irq_flags argument from add_interrup [...]
adds 2e827d53343a random: use BLAKE2s instead of SHA1 in extraction
adds 08040365d0b7 random: do not sign extend bytes for rotation when mixing
adds 1b1258b91757 random: do not re-init if crng_reseed completes before pri [...]
adds c4c9081184e9 random: mix bootloader randomness into pool
adds 69bb5f0917f9 random: harmonize "crng init done" messages
adds 5822fad8d3dc random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
adds 0c3910447110 random: early initialization of ChaCha constants
adds d47579fb283a random: avoid superfluous call to RDRAND in CRNG extraction
adds 15a1a3baf14f random: don't reset crng_init_cnt on urandom_read()
adds 250bda5d0505 random: fix typo in comments
adds 4330c485f92c random: cleanup poolinfo abstraction
adds 8aa9ddc4db29 random: cleanup integer types
adds 578fbb760064 random: remove incomplete last_data logic
adds b6d849d0e2f8 random: remove unused extract_entropy() reserved argument
adds f9efa1a98831 random: rather than entropy_store abstraction, use global
adds da80b44cf9cf random: remove unused OUTPUT_POOL constants
adds 2772ba4d5223 random: de-duplicate INPUT_POOL constants
adds 68512942c0d7 random: prepend remaining pool constants with POOL_
adds c25c7e29be27 random: cleanup fractional entropy shift constants
adds db7a0a9171ed random: access input_pool_data directly rather than throug [...]
adds 2f0e83e8326b random: selectively clang-format where it makes sense
adds c1dc53d781fd random: simplify arithmetic function flow in account()
adds b53c9666e714 random: continually use hwgenerator randomness
adds 07e015230415 random: access primary_pool directly rather than through pointer
adds add92df1cb37 random: only call crng_finalize_init() for primary_crng
adds a5e2c8a4574a random: use computational hash for entropy extraction
adds a6beb8155b9c random: simplify entropy debiting
adds cb65ac300816 random: use linear min-entropy accumulation crediting
adds 3730490111ca random: always wake up entropy writers after extraction
adds 1bc9db59b24c random: make credit_entropy_bits() always safe
adds ad86aa8ec90f random: remove use_input_pool parameter from crng_reseed()
adds 67fdda9af773 random: remove batched entropy locking
adds 704c76e08804 random: fix locking in crng_fast_load()
adds ded4cc806d0d random: use RDSEED instead of RDRAND in entropy extraction
adds 5e4fab6fefb1 random: get rid of secondary crngs
adds fd6eb2800589 random: inline leaves of rand_initialize()
adds b51caadb18a7 random: ensure early RDSEED goes through mixer on init
adds 4a18db164cbb random: do not xor RDRAND when writing into /dev/random
adds 1aab83f96663 random: absorb fast pool into input pool after fast load
adds b27bd09d0544 random: use simpler fast key erasure flow on per-cpu keys
adds ba789caa17a0 random: use hash function for crng_slow_load()
adds 5dd066ade820 random: make more consistent use of integer types
adds eda555356b39 random: remove outdated INT_MAX >> 6 check in urandom_read()
adds d2d1ad9430b1 random: zero buffer after reading entropy from userspace
adds 86ab60616ec6 random: fix locking for crng_init in crng_reseed()
adds ad5d17d0faf9 random: tie batched entropy generation to base_crng generation
adds 4509941f75ac random: remove ifdef'd out interrupt bench
adds ce951e9672df random: remove unused tracepoints
adds f641f9495d6f random: add proper SPDX header
adds c807eca035c3 random: deobfuscate irq u32/u64 contributions
adds 95f85a01584e random: introduce drain_entropy() helper to declutter crng [...]
adds 30c52e99db0d random: remove useless header comment
adds d3a2510216b4 random: remove whitespace and reorder includes
adds 81e62ff1f650 random: group initialization wait functions
adds 019e057db9b1 random: group crng functions
adds 43e87e6f3317 random: group entropy extraction functions
adds 74b704245f31 random: group entropy collection functions
adds 96340f035df6 random: group userspace read/write functions
adds 9385681af846 random: group sysctl functions
adds 9489e36e2150 random: rewrite header introductory comment
adds 3c48a2da32ef random: defer fast pool mixing to worker
adds d386b087056a random: do not take pool spinlock at boot
adds 9df4a56fad32 random: unify early init crng load accounting
adds 98d6def672fd random: check for crng_init == 0 in add_device_randomness()
adds 80c1f7f8f3cd random: pull add_hwgenerator_randomness() declaration into [...]
adds 144c1e7ecf00 random: clear fast pool, crng, and batches in cpuhp bring up
adds e400ba11a241 random: round-robin registers as ulong, not u32
adds c169e7a09cd4 random: only wake up writers after zap if threshold was passed
adds fdb1e54472c3 random: cleanup UUID handling
adds 1523ec5324e9 random: unify cycles_t and jiffies usage and types
adds 2c60d7f38d64 random: do crng pre-init loading in worker rather than irq
adds e4e1600a674f random: give sysctl_random_min_urandom_seed a more sensible value
adds 39c9e5566ac5 random: don't let 644 read-only sysctls be written to
adds 6da877d2d46b random: replace custom notifier chain with standard one
adds 0c66c876393b random: use SipHash as interrupt entropy accumulator
adds 99290c6898b2 random: make consistent usage of crng_ready()
adds 94c8249efa76 random: reseed more often immediately after booting
adds 3689ac035180 random: check for signal and try earlier when generating entropy
adds a704248b4590 random: skip fast_init if hwrng provides large chunk of entropy
adds 25727cbbe9b4 random: treat bootloader trust toggle the same way as cpu [...]
adds 3967a200367c random: re-add removed comment about get_random_{u32,u64} [...]
adds 636b057e2a1a random: mix build-time latent entropy into pool at init
adds be7561767ce8 random: do not split fast init input in add_hwgenerator_ra [...]
adds e7e196e1ae26 random: do not allow user to keep crng key around on stack
adds 02c2e2ca3610 random: check for signal_pending() outside of need_resched [...]
adds ccaaff57ed50 random: check for signals every PAGE_SIZE chunk of /dev/[u]random
adds b8078810e44d random: allow partial reads if later user copies fail
adds 8b373c113a4c random: make random_get_entropy() return an unsigned long
adds 4179671f496b random: document crng_fast_key_erasure() destination possibility
adds 2814a9e632db random: fix sysctl documentation nits
adds 807ed9c29586 init: call time_init() before rand_initialize()
adds 9f174326e35c ia64: define get_cycles macro for arch-override
adds e05efd31b9db s390: define get_cycles macro for arch-override
adds 9bf990cff673 parisc: define get_cycles macro for arch-override
adds 8ca78fbdeba0 alpha: define get_cycles macro for arch-override
adds bc94ccb2904e powerpc: define get_cycles macro for arch-override
adds 82f182812f17 timekeeping: Add raw clock fallback for random_get_entropy()
adds a1428cd7e194 m68k: use fallback for random_get_entropy() instead of zero
adds 2ab416043a94 riscv: use fallback for random_get_entropy() instead of zero
adds 9e6db825e87a mips: use fallback for random_get_entropy() instead of jus [...]
adds 197d25e068c0 arm: use fallback for random_get_entropy() instead of zero
adds 38fbfa404da6 nios2: use fallback for random_get_entropy() instead of zero
adds e017497815f3 x86/tsc: Use fallback for random_get_entropy() instead of zero
adds d876dca6edf3 um: use fallback for random_get_entropy() instead of zero
adds b4582cb35167 sparc: use fallback for random_get_entropy() instead of zero
adds e6bd242523e8 xtensa: use fallback for random_get_entropy() instead of zero
adds 1ab530cf40dc random: insist on random_get_entropy() existing in order t [...]
adds 0d79a47b4ae0 random: do not use batches when !crng_ready()
adds 0d24003b5fde random: use first 128 bits of input as fast init
adds baf06217704b random: do not pretend to handle premature next security model
adds df4e319ea60f random: order timer entropy functions below interrupt functions
adds 4649394c4749 random: do not use input pool from hard IRQs
adds 82caef84092e random: help compiler out with fast_mix() by using simpler [...]
adds f4cb809a90df siphash: use one source of truth for siphash permutations
adds 23a1b984f4b8 random: use symbolic constants for crng_init states
adds c4e600154ac0 random: avoid initializing twice in credit race
adds 272b79432f66 random: move initialization out of reseeding hot path
adds 8df752b82ec5 random: remove ratelimiting for in-kernel unseeded randomness
adds ac0172992c94 random: use proper jiffies comparison macro
adds 11cce5040c29 random: handle latent entropy and command line from random_init()
adds 4e5e6754a4b6 random: credit architectural init the exact amount
adds c6ae9d65bcdb random: use static branch for crng_ready()
adds 55729575eaa9 random: remove extern from functions in header
adds 29ed26a33436 random: use proper return types on get_random_{int,long}_wait()
adds 542a60612d2a random: make consistent use of buf and len
adds 55a368c3e850 random: move initialization functions out of hot pages
adds 64cb7f01ddd2 random: move randomize_page() into mm where it belongs
adds 6244da28c6b3 random: unify batched entropy implementations
adds 7f8cea12a494 random: convert to using fops->read_iter()
adds 0789c69644c8 random: convert to using fops->write_iter()
adds 3e167570a951 random: wire up fops->splice_{read,write}_iter()
adds ea5b87349d5a random: check for signals after page of pool writes
adds 50196b5d73dc ALSA: ctxfi: Add SB046x PCI ID
adds 4e67be407725 Linux 5.15.44
adds 71df8e74d59a Merge v5.15.44
No new revisions were added by this update.
Summary of changes:
Documentation/admin-guide/kernel-parameters.txt | 6 +
Documentation/admin-guide/sysctl/kernel.rst | 22 +-
MAINTAINERS | 2 +
Makefile | 2 +-
arch/alpha/include/asm/timex.h | 1 +
arch/arm/crypto/Makefile | 4 +-
arch/arm/crypto/blake2s-core.S | 8 +-
arch/arm/crypto/blake2s-glue.c | 73 +-
.../arm/crypto/{blake2s-glue.c => blake2s-shash.c} | 7 +-
arch/arm/include/asm/timex.h | 1 +
arch/ia64/include/asm/timex.h | 1 +
arch/m68k/include/asm/timex.h | 2 +-
arch/mips/include/asm/timex.h | 17 +-
arch/nios2/include/asm/timex.h | 3 +
arch/parisc/include/asm/timex.h | 3 +-
arch/powerpc/include/asm/timex.h | 1 +
arch/riscv/include/asm/timex.h | 2 +-
arch/s390/include/asm/timex.h | 1 +
arch/sparc/include/asm/timex_32.h | 4 +-
arch/um/include/asm/timex.h | 9 +-
arch/x86/crypto/Makefile | 4 +-
arch/x86/crypto/blake2s-glue.c | 68 +-
.../x86/crypto/{blake2s-glue.c => blake2s-shash.c} | 67 +-
arch/x86/include/asm/timex.h | 9 +
arch/x86/include/asm/tsc.h | 7 +-
arch/x86/kernel/cpu/mshyperv.c | 2 +-
arch/x86/kvm/mmu/mmu.c | 6 +-
arch/xtensa/include/asm/timex.h | 6 +-
crypto/Kconfig | 3 +-
crypto/blake2s_generic.c | 4 +-
crypto/drbg.c | 17 +-
drivers/acpi/sysfs.c | 25 +-
drivers/char/Kconfig | 3 +-
drivers/char/hw_random/core.c | 1 +
drivers/char/random.c | 3011 +++++++-------------
drivers/hid/amd-sfh-hid/amd_sfh_client.c | 11 +
drivers/hid/amd-sfh-hid/amd_sfh_pcie.c | 7 +
drivers/hid/amd-sfh-hid/amd_sfh_pcie.h | 4 +
drivers/hv/vmbus_drv.c | 2 +-
drivers/net/Kconfig | 1 -
drivers/net/ethernet/intel/ice/ice_xsk.c | 2 +-
drivers/net/wireguard/noise.c | 45 +-
include/crypto/blake2s.h | 3 -
include/crypto/chacha.h | 15 +-
include/crypto/drbg.h | 2 +-
include/crypto/internal/blake2s.h | 46 +-
include/linux/cpuhotplug.h | 2 +
include/linux/hw_random.h | 2 -
include/linux/mm.h | 1 +
include/linux/prandom.h | 23 +-
include/linux/random.h | 100 +-
include/linux/siphash.h | 28 +
include/linux/timex.h | 10 +-
include/trace/events/random.h | 247 --
init/main.c | 13 +-
kernel/cpu.c | 11 +
kernel/irq/handle.c | 2 +-
kernel/time/timekeeping.c | 15 +
lib/Kconfig.debug | 3 +-
lib/crypto/Kconfig | 23 +-
lib/crypto/Makefile | 9 +-
lib/crypto/blake2s-generic.c | 6 +-
lib/crypto/blake2s-selftest.c | 31 -
lib/crypto/blake2s.c | 47 +-
lib/random32.c | 16 +-
lib/sha1.c | 95 +-
lib/siphash.c | 32 +-
lib/vsprintf.c | 10 +-
mm/util.c | 32 +
sound/pci/ctxfi/ctatc.c | 2 +
sound/pci/ctxfi/cthardware.h | 3 +-
71 files changed, 1537 insertions(+), 2766 deletions(-)
copy arch/arm/crypto/{blake2s-glue.c => blake2s-shash.c} (91%)
copy arch/x86/crypto/{blake2s-glue.c => blake2s-shash.c} (51%)
delete mode 100644 include/trace/events/random.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 912f2e4449 Automatic date update in version.in
adds 220b941f1e Automatic date update in version.in
adds 794474ead0 Automatic date update in version.in
adds 81d275cb83 Automatic date update in version.in
adds b0530a6f3d Automatic date update in version.in
adds 1d81266d92 Automatic date update in version.in
adds e35ea91a86 Automatic date update in version.in
adds e1ea1dafff x86: Properly handle IFUNC function pointer reference
adds b28a1fd505 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/elf32-i386.c | 8 +++++-
bfd/elf64-x86-64.c | 8 +++++-
bfd/version.h | 2 +-
ld/testsuite/ld-ifunc/ifunc.exp | 9 ++++++
ld/testsuite/ld-ifunc/pr29216.c | 62 +++++++++++++++++++++++++++++++++++++++++
5 files changed, 86 insertions(+), 3 deletions(-)
create mode 100644 ld/testsuite/ld-ifunc/pr29216.c
--
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_kernel/llvm-release-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 64c306ea1 0: update: binutils-llvm-linux-qemu: all
new ae61df148 0: update: binutils-llvm-linux-qemu: all
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 (64c306ea1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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.xz | Bin 1580 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 30696 -> 30300 bytes
04-build_kernel_llvm/console.log.xz | Bin 0 -> 60784 bytes
04-build_llvm/console.log.xz | Bin 62088 -> 0 bytes
05-build_abe-qemu/console.log.xz | Bin 32200 -> 32684 bytes
06-build_linux/console.log.xz | Bin 4308 -> 4244 bytes
07-boot_linux/console.log.xz | Bin 576 -> 576 bytes
08-check_regression/console.log.xz | Bin 416 -> 412 bytes
09-update_baseline/console.log | 71 +++++------------------------------
jenkins/manifest.sh | 18 ++++-----
results | 4 +-
12 files changed, 20 insertions(+), 73 deletions(-)
create mode 100644 04-build_kernel_llvm/console.log.xz
delete mode 100644 04-build_llvm/console.log.xz
--
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_kernel/llvm-release-aarch64-lts-allnoconfig
in repository toolchain/ci/linux.
from 09b10c9363b7 Merge v5.15.43
adds f82ccfa4835b HID: amd_sfh: Add support for sensor discovery
adds acd12d165281 KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
adds bf5a3c51e9f7 ice: fix crash at allocation failure
adds 0da5349e2254 ACPI: sysfs: Fix BERT error region memory mapping
adds 12d7163380a2 MAINTAINERS: co-maintain random.c
adds 830ecbae41a7 MAINTAINERS: add git tree for random.c
adds caba66ec322e lib/crypto: blake2s: include as built-in
adds cba2195416d4 lib/crypto: blake2s: move hmac construction into wireguard
adds b0cdd9ec8445 lib/crypto: sha1: re-roll loops to reduce code size
adds 45626449eb25 lib/crypto: blake2s: avoid indirect calls to compression f [...]
adds 40af1df8034a random: document add_hwgenerator_randomness() with other i [...]
adds c5a7694fa802 random: remove unused irq_flags argument from add_interrup [...]
adds 2e827d53343a random: use BLAKE2s instead of SHA1 in extraction
adds 08040365d0b7 random: do not sign extend bytes for rotation when mixing
adds 1b1258b91757 random: do not re-init if crng_reseed completes before pri [...]
adds c4c9081184e9 random: mix bootloader randomness into pool
adds 69bb5f0917f9 random: harmonize "crng init done" messages
adds 5822fad8d3dc random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
adds 0c3910447110 random: early initialization of ChaCha constants
adds d47579fb283a random: avoid superfluous call to RDRAND in CRNG extraction
adds 15a1a3baf14f random: don't reset crng_init_cnt on urandom_read()
adds 250bda5d0505 random: fix typo in comments
adds 4330c485f92c random: cleanup poolinfo abstraction
adds 8aa9ddc4db29 random: cleanup integer types
adds 578fbb760064 random: remove incomplete last_data logic
adds b6d849d0e2f8 random: remove unused extract_entropy() reserved argument
adds f9efa1a98831 random: rather than entropy_store abstraction, use global
adds da80b44cf9cf random: remove unused OUTPUT_POOL constants
adds 2772ba4d5223 random: de-duplicate INPUT_POOL constants
adds 68512942c0d7 random: prepend remaining pool constants with POOL_
adds c25c7e29be27 random: cleanup fractional entropy shift constants
adds db7a0a9171ed random: access input_pool_data directly rather than throug [...]
adds 2f0e83e8326b random: selectively clang-format where it makes sense
adds c1dc53d781fd random: simplify arithmetic function flow in account()
adds b53c9666e714 random: continually use hwgenerator randomness
adds 07e015230415 random: access primary_pool directly rather than through pointer
adds add92df1cb37 random: only call crng_finalize_init() for primary_crng
adds a5e2c8a4574a random: use computational hash for entropy extraction
adds a6beb8155b9c random: simplify entropy debiting
adds cb65ac300816 random: use linear min-entropy accumulation crediting
adds 3730490111ca random: always wake up entropy writers after extraction
adds 1bc9db59b24c random: make credit_entropy_bits() always safe
adds ad86aa8ec90f random: remove use_input_pool parameter from crng_reseed()
adds 67fdda9af773 random: remove batched entropy locking
adds 704c76e08804 random: fix locking in crng_fast_load()
adds ded4cc806d0d random: use RDSEED instead of RDRAND in entropy extraction
adds 5e4fab6fefb1 random: get rid of secondary crngs
adds fd6eb2800589 random: inline leaves of rand_initialize()
adds b51caadb18a7 random: ensure early RDSEED goes through mixer on init
adds 4a18db164cbb random: do not xor RDRAND when writing into /dev/random
adds 1aab83f96663 random: absorb fast pool into input pool after fast load
adds b27bd09d0544 random: use simpler fast key erasure flow on per-cpu keys
adds ba789caa17a0 random: use hash function for crng_slow_load()
adds 5dd066ade820 random: make more consistent use of integer types
adds eda555356b39 random: remove outdated INT_MAX >> 6 check in urandom_read()
adds d2d1ad9430b1 random: zero buffer after reading entropy from userspace
adds 86ab60616ec6 random: fix locking for crng_init in crng_reseed()
adds ad5d17d0faf9 random: tie batched entropy generation to base_crng generation
adds 4509941f75ac random: remove ifdef'd out interrupt bench
adds ce951e9672df random: remove unused tracepoints
adds f641f9495d6f random: add proper SPDX header
adds c807eca035c3 random: deobfuscate irq u32/u64 contributions
adds 95f85a01584e random: introduce drain_entropy() helper to declutter crng [...]
adds 30c52e99db0d random: remove useless header comment
adds d3a2510216b4 random: remove whitespace and reorder includes
adds 81e62ff1f650 random: group initialization wait functions
adds 019e057db9b1 random: group crng functions
adds 43e87e6f3317 random: group entropy extraction functions
adds 74b704245f31 random: group entropy collection functions
adds 96340f035df6 random: group userspace read/write functions
adds 9385681af846 random: group sysctl functions
adds 9489e36e2150 random: rewrite header introductory comment
adds 3c48a2da32ef random: defer fast pool mixing to worker
adds d386b087056a random: do not take pool spinlock at boot
adds 9df4a56fad32 random: unify early init crng load accounting
adds 98d6def672fd random: check for crng_init == 0 in add_device_randomness()
adds 80c1f7f8f3cd random: pull add_hwgenerator_randomness() declaration into [...]
adds 144c1e7ecf00 random: clear fast pool, crng, and batches in cpuhp bring up
adds e400ba11a241 random: round-robin registers as ulong, not u32
adds c169e7a09cd4 random: only wake up writers after zap if threshold was passed
adds fdb1e54472c3 random: cleanup UUID handling
adds 1523ec5324e9 random: unify cycles_t and jiffies usage and types
adds 2c60d7f38d64 random: do crng pre-init loading in worker rather than irq
adds e4e1600a674f random: give sysctl_random_min_urandom_seed a more sensible value
adds 39c9e5566ac5 random: don't let 644 read-only sysctls be written to
adds 6da877d2d46b random: replace custom notifier chain with standard one
adds 0c66c876393b random: use SipHash as interrupt entropy accumulator
adds 99290c6898b2 random: make consistent usage of crng_ready()
adds 94c8249efa76 random: reseed more often immediately after booting
adds 3689ac035180 random: check for signal and try earlier when generating entropy
adds a704248b4590 random: skip fast_init if hwrng provides large chunk of entropy
adds 25727cbbe9b4 random: treat bootloader trust toggle the same way as cpu [...]
adds 3967a200367c random: re-add removed comment about get_random_{u32,u64} [...]
adds 636b057e2a1a random: mix build-time latent entropy into pool at init
adds be7561767ce8 random: do not split fast init input in add_hwgenerator_ra [...]
adds e7e196e1ae26 random: do not allow user to keep crng key around on stack
adds 02c2e2ca3610 random: check for signal_pending() outside of need_resched [...]
adds ccaaff57ed50 random: check for signals every PAGE_SIZE chunk of /dev/[u]random
adds b8078810e44d random: allow partial reads if later user copies fail
adds 8b373c113a4c random: make random_get_entropy() return an unsigned long
adds 4179671f496b random: document crng_fast_key_erasure() destination possibility
adds 2814a9e632db random: fix sysctl documentation nits
adds 807ed9c29586 init: call time_init() before rand_initialize()
adds 9f174326e35c ia64: define get_cycles macro for arch-override
adds e05efd31b9db s390: define get_cycles macro for arch-override
adds 9bf990cff673 parisc: define get_cycles macro for arch-override
adds 8ca78fbdeba0 alpha: define get_cycles macro for arch-override
adds bc94ccb2904e powerpc: define get_cycles macro for arch-override
adds 82f182812f17 timekeeping: Add raw clock fallback for random_get_entropy()
adds a1428cd7e194 m68k: use fallback for random_get_entropy() instead of zero
adds 2ab416043a94 riscv: use fallback for random_get_entropy() instead of zero
adds 9e6db825e87a mips: use fallback for random_get_entropy() instead of jus [...]
adds 197d25e068c0 arm: use fallback for random_get_entropy() instead of zero
adds 38fbfa404da6 nios2: use fallback for random_get_entropy() instead of zero
adds e017497815f3 x86/tsc: Use fallback for random_get_entropy() instead of zero
adds d876dca6edf3 um: use fallback for random_get_entropy() instead of zero
adds b4582cb35167 sparc: use fallback for random_get_entropy() instead of zero
adds e6bd242523e8 xtensa: use fallback for random_get_entropy() instead of zero
adds 1ab530cf40dc random: insist on random_get_entropy() existing in order t [...]
adds 0d79a47b4ae0 random: do not use batches when !crng_ready()
adds 0d24003b5fde random: use first 128 bits of input as fast init
adds baf06217704b random: do not pretend to handle premature next security model
adds df4e319ea60f random: order timer entropy functions below interrupt functions
adds 4649394c4749 random: do not use input pool from hard IRQs
adds 82caef84092e random: help compiler out with fast_mix() by using simpler [...]
adds f4cb809a90df siphash: use one source of truth for siphash permutations
adds 23a1b984f4b8 random: use symbolic constants for crng_init states
adds c4e600154ac0 random: avoid initializing twice in credit race
adds 272b79432f66 random: move initialization out of reseeding hot path
adds 8df752b82ec5 random: remove ratelimiting for in-kernel unseeded randomness
adds ac0172992c94 random: use proper jiffies comparison macro
adds 11cce5040c29 random: handle latent entropy and command line from random_init()
adds 4e5e6754a4b6 random: credit architectural init the exact amount
adds c6ae9d65bcdb random: use static branch for crng_ready()
adds 55729575eaa9 random: remove extern from functions in header
adds 29ed26a33436 random: use proper return types on get_random_{int,long}_wait()
adds 542a60612d2a random: make consistent use of buf and len
adds 55a368c3e850 random: move initialization functions out of hot pages
adds 64cb7f01ddd2 random: move randomize_page() into mm where it belongs
adds 6244da28c6b3 random: unify batched entropy implementations
adds 7f8cea12a494 random: convert to using fops->read_iter()
adds 0789c69644c8 random: convert to using fops->write_iter()
adds 3e167570a951 random: wire up fops->splice_{read,write}_iter()
adds ea5b87349d5a random: check for signals after page of pool writes
adds 50196b5d73dc ALSA: ctxfi: Add SB046x PCI ID
adds 4e67be407725 Linux 5.15.44
adds 71df8e74d59a Merge v5.15.44
No new revisions were added by this update.
Summary of changes:
Documentation/admin-guide/kernel-parameters.txt | 6 +
Documentation/admin-guide/sysctl/kernel.rst | 22 +-
MAINTAINERS | 2 +
Makefile | 2 +-
arch/alpha/include/asm/timex.h | 1 +
arch/arm/crypto/Makefile | 4 +-
arch/arm/crypto/blake2s-core.S | 8 +-
arch/arm/crypto/blake2s-glue.c | 73 +-
.../arm/crypto/{blake2s-glue.c => blake2s-shash.c} | 7 +-
arch/arm/include/asm/timex.h | 1 +
arch/ia64/include/asm/timex.h | 1 +
arch/m68k/include/asm/timex.h | 2 +-
arch/mips/include/asm/timex.h | 17 +-
arch/nios2/include/asm/timex.h | 3 +
arch/parisc/include/asm/timex.h | 3 +-
arch/powerpc/include/asm/timex.h | 1 +
arch/riscv/include/asm/timex.h | 2 +-
arch/s390/include/asm/timex.h | 1 +
arch/sparc/include/asm/timex_32.h | 4 +-
arch/um/include/asm/timex.h | 9 +-
arch/x86/crypto/Makefile | 4 +-
arch/x86/crypto/blake2s-glue.c | 68 +-
.../x86/crypto/{blake2s-glue.c => blake2s-shash.c} | 67 +-
arch/x86/include/asm/timex.h | 9 +
arch/x86/include/asm/tsc.h | 7 +-
arch/x86/kernel/cpu/mshyperv.c | 2 +-
arch/x86/kvm/mmu/mmu.c | 6 +-
arch/xtensa/include/asm/timex.h | 6 +-
crypto/Kconfig | 3 +-
crypto/blake2s_generic.c | 4 +-
crypto/drbg.c | 17 +-
drivers/acpi/sysfs.c | 25 +-
drivers/char/Kconfig | 3 +-
drivers/char/hw_random/core.c | 1 +
drivers/char/random.c | 3011 +++++++-------------
drivers/hid/amd-sfh-hid/amd_sfh_client.c | 11 +
drivers/hid/amd-sfh-hid/amd_sfh_pcie.c | 7 +
drivers/hid/amd-sfh-hid/amd_sfh_pcie.h | 4 +
drivers/hv/vmbus_drv.c | 2 +-
drivers/net/Kconfig | 1 -
drivers/net/ethernet/intel/ice/ice_xsk.c | 2 +-
drivers/net/wireguard/noise.c | 45 +-
include/crypto/blake2s.h | 3 -
include/crypto/chacha.h | 15 +-
include/crypto/drbg.h | 2 +-
include/crypto/internal/blake2s.h | 46 +-
include/linux/cpuhotplug.h | 2 +
include/linux/hw_random.h | 2 -
include/linux/mm.h | 1 +
include/linux/prandom.h | 23 +-
include/linux/random.h | 100 +-
include/linux/siphash.h | 28 +
include/linux/timex.h | 10 +-
include/trace/events/random.h | 247 --
init/main.c | 13 +-
kernel/cpu.c | 11 +
kernel/irq/handle.c | 2 +-
kernel/time/timekeeping.c | 15 +
lib/Kconfig.debug | 3 +-
lib/crypto/Kconfig | 23 +-
lib/crypto/Makefile | 9 +-
lib/crypto/blake2s-generic.c | 6 +-
lib/crypto/blake2s-selftest.c | 31 -
lib/crypto/blake2s.c | 47 +-
lib/random32.c | 16 +-
lib/sha1.c | 95 +-
lib/siphash.c | 32 +-
lib/vsprintf.c | 10 +-
mm/util.c | 32 +
sound/pci/ctxfi/ctatc.c | 2 +
sound/pci/ctxfi/cthardware.h | 3 +-
71 files changed, 1537 insertions(+), 2766 deletions(-)
copy arch/arm/crypto/{blake2s-glue.c => blake2s-shash.c} (91%)
copy arch/x86/crypto/{blake2s-glue.c => blake2s-shash.c} (51%)
delete mode 100644 include/trace/events/random.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 912f2e4449 Automatic date update in version.in
adds 220b941f1e Automatic date update in version.in
adds 794474ead0 Automatic date update in version.in
adds 81d275cb83 Automatic date update in version.in
adds b0530a6f3d Automatic date update in version.in
adds 1d81266d92 Automatic date update in version.in
adds e35ea91a86 Automatic date update in version.in
adds e1ea1dafff x86: Properly handle IFUNC function pointer reference
adds b28a1fd505 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/elf32-i386.c | 8 +++++-
bfd/elf64-x86-64.c | 8 +++++-
bfd/version.h | 2 +-
ld/testsuite/ld-ifunc/ifunc.exp | 9 ++++++
ld/testsuite/ld-ifunc/pr29216.c | 62 +++++++++++++++++++++++++++++++++++++++++
5 files changed, 86 insertions(+), 3 deletions(-)
create mode 100644 ld/testsuite/ld-ifunc/pr29216.c
--
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_kernel/llvm-release-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards eca5016ec 0: update: binutils-llvm-linux-qemu: boot
new 623563d07 0: update: binutils-llvm-linux-qemu: boot
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 (eca5016ec)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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.xz | Bin 1600 -> 1580 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30288 -> 30328 bytes
04-build_kernel_llvm/console.log.xz | Bin 0 -> 60932 bytes
04-build_llvm/console.log.xz | Bin 61708 -> 0 bytes
05-build_abe-qemu/console.log.xz | Bin 32192 -> 32728 bytes
06-build_linux/console.log.xz | Bin 3496 -> 3772 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 18 +++++++++---------
results | 4 ++--
12 files changed, 19 insertions(+), 19 deletions(-)
create mode 100644 04-build_kernel_llvm/console.log.xz
delete mode 100644 04-build_llvm/console.log.xz
--
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_gcc_check_bootstrap/master-arm-check_bootstrap_lto
in repository toolchain/ci/binutils-gdb.
from b0de9ed86f Re: use libiberty xmalloc in bfd/doc/chew.c
adds 68538bbeaa gdb:csky save fpu and vdsp info to struct csky_gdbarch_tdep
adds 1d2eeb660f [arm] Cleanup: use hex for offsets
adds 39fc7ff66b [arm] d0..d15 are 64-bit each, not 32-bit
adds de76473c2d [arm] Add support for FPU registers in prologue unwinder
adds 46c7fd95fc [arm] Don't use special treatment for PC
adds 80fa4b2a60 Add gdb.current_language and gdb.Frame.language
adds fc18b1c5af [gdb] Fix warning in foreach_arch selftests
adds a115b27934 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/NEWS | 7 +++++
gdb/arm-tdep.c | 36 +++++++++-------------
gdb/csky-tdep.c | 42 ++++++++++++++++++++++++--
gdb/csky-tdep.h | 5 +++-
gdb/doc/python.texi | 12 ++++++++
gdb/osabi.c | 50 +++++++++++++++++++++++--------
gdb/osabi.h | 13 ++++++++
gdb/python/py-frame.c | 25 ++++++++++++++++
gdb/python/python.c | 12 ++++++++
gdb/selftest-arch.c | 18 ++++++++++-
gdb/testsuite/gdb.python/py-frame.exp | 6 ++++
gdb/testsuite/gdb.python/py-parameter.exp | 14 +++++++++
gdb/testsuite/gdb.rust/pp.exp | 2 ++
14 files changed, 204 insertions(+), 40 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_gcc_check_bootstrap/master-arm-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 489fc424e 0: update: binutils-gcc: 1
new 5552aec94 0: update: binutils-gcc: 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 (489fc424e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/mast [...]
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.xz | Bin 1544 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2716 bytes
03-build_abe-binutils/console.log.xz | Bin 52580 -> 52840 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 471140 -> 470984 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3804 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 2452 -> 2456 bytes
07-check_regression/console.log.xz | Bin 2784 -> 2800 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 89 +-
08-update_baseline/console.log | 339 +-
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 89 +-
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 2823400 -> 2830428 bytes
sumfiles/g++.sum | 140 +-
sumfiles/gcc.log.xz | Bin 2494208 -> 2451264 bytes
sumfiles/gcc.sum | 4837 ++++++++++++-----------
sumfiles/gfortran.log.xz | Bin 940188 -> 956936 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2308 -> 2312 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 207876 -> 208096 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2736 -> 2724 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 472420 -> 461860 bytes
sumfiles/libstdc++.sum | 12 +-
27 files changed, 2800 insertions(+), 2822 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.