This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 33e02dc69afb Merge tag 'sound-6.10-rc1' of git://git.kernel.org/pub/scm [...]
new 9f9bef9bc5c6 smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings
new 29b4c7bb8565 cifs: Change from mempool_destroy to mempool_exit for requ [...]
new 14b1cd25346b cifs: Fix locking in cifs_strict_readv()
new edfc6481faf8 smb3: fix perf regression with cached writes with netfs co [...]
new 1ab1bd2f6a5f Merge tag '6.10-rc-smb3-fixes' of git://git.samba.org/sfre [...]
new 8522f6b760ca printk: Let no_printk() use _printk()
new c26ec799042a dev_printk: Add and use dev_no_printk()
new 0381e5889493 dyndbg: Use *no_printk() helpers
new b37cafacbf98 ceph: Use no_printk() helper
new e0550222e03b printk: cleanup deprecated uses of strncpy/strcpy
new 320bf4319051 printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
new b3e90f375b3c printk: Change type of CONFIG_BASE_SMALL to bool
new 27021649ec88 printk: Remove redundant CONFIG_BASE_FULL
new dafc2d0f1bb9 Merge branch 'for-6.10-base-small' into for-linus
new a19264d0868d Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/sc [...]
new d927752f287f livepatch: Rename KLP_* to KLP_TRANSITION_*
new 8c06da67d0bd Merge tag 'livepatching-for-6.10' of git://git.kernel.org/ [...]
The 17 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/configs/collie_defconfig | 2 +-
arch/arm/configs/keystone_defconfig | 2 +-
arch/arm/configs/lpc18xx_defconfig | 2 +-
arch/arm/configs/moxart_defconfig | 2 +-
arch/arm/configs/mps2_defconfig | 2 +-
arch/arm/configs/omap1_defconfig | 2 +-
arch/arm/configs/stm32_defconfig | 2 +-
arch/microblaze/configs/mmu_defconfig | 2 +-
arch/mips/configs/rs90_defconfig | 2 +-
arch/powerpc/configs/adder875_defconfig | 2 +-
arch/powerpc/configs/ep88xc_defconfig | 2 +-
arch/powerpc/configs/mpc866_ads_defconfig | 2 +-
arch/powerpc/configs/mpc885_ads_defconfig | 2 +-
arch/powerpc/configs/tqm8xx_defconfig | 2 +-
arch/riscv/configs/nommu_k210_defconfig | 2 +-
arch/riscv/configs/nommu_k210_sdcard_defconfig | 2 +-
arch/riscv/configs/nommu_virt_defconfig | 2 +-
arch/sh/configs/edosk7705_defconfig | 2 +-
arch/sh/configs/se7619_defconfig | 2 +-
arch/sh/configs/se7712_defconfig | 2 +-
arch/sh/configs/se7721_defconfig | 2 +-
arch/sh/configs/shmin_defconfig | 2 +-
arch/x86/include/asm/mpspec.h | 6 +--
drivers/tty/vt/vc_screen.c | 2 +-
fs/netfs/direct_read.c | 3 +-
fs/smb/client/cifsfs.c | 4 +-
fs/smb/client/cifsglob.h | 1 +
fs/smb/client/file.c | 34 ++++++++++----
fs/smb/client/inode.c | 3 --
fs/smb/client/smb2pdu.h | 12 ++---
fs/smb/common/smb2pdu.h | 33 +++++++------
fs/smb/server/smb2pdu.h | 18 ++++----
include/linux/ceph/ceph_debug.h | 18 +++-----
include/linux/dev_printk.h | 25 +++++-----
include/linux/dynamic_debug.h | 4 +-
include/linux/livepatch.h | 6 +--
include/linux/netfs.h | 1 +
include/linux/printk.h | 4 +-
include/linux/threads.h | 4 +-
include/linux/udp.h | 2 +-
include/linux/xarray.h | 2 +-
init/Kconfig | 14 ++----
init/init_task.c | 2 +-
kernel/futex/core.c | 2 +-
kernel/livepatch/core.c | 4 +-
kernel/livepatch/patch.c | 4 +-
kernel/livepatch/transition.c | 54 +++++++++++-----------
kernel/printk/printk.c | 26 +++++------
kernel/user.c | 2 +-
.../testing/selftests/wireguard/qemu/kernel.config | 1 -
50 files changed, 172 insertions(+), 163 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 gcc.
from 0b93a0ae153 combine: Fix up simplify_compare_const [PR115092]
new 6ad7ca1bb90 c++: Optimize in maybe_clone_body aliases even when not at_ [...]
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:
gcc/cp/cp-tree.h | 1 -
gcc/cp/decl.cc | 7 +++
gcc/cp/decl2.cc | 32 +++++++-----
gcc/cp/optimize.cc | 63 ++---------------------
gcc/testsuite/g++.dg/abi/comdat3.C | 22 ++++++++
gcc/testsuite/g++.dg/abi/{comdat2.C => comdat4.C} | 4 +-
6 files changed, 53 insertions(+), 76 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/comdat3.C
copy gcc/testsuite/g++.dg/abi/{comdat2.C => comdat4.C} (90%)
--
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 gcc.
from 7fdbefc575c openmp: Diagnose using grainsize+num_tasks clauses together [...]
new 0b93a0ae153 combine: Fix up simplify_compare_const [PR115092]
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:
gcc/combine.cc | 6 ++++--
gcc/testsuite/gcc.dg/pr114902.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr115092.c | 16 ++++++++++++++++
3 files changed, 43 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr114902.c
create mode 100644 gcc/testsuite/gcc.dg/pr115092.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.
unknown user pushed a change to branch master
in repository linux.
from 1b294a1f3561 Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/ [...]
new 74560bb3685b lsm: remove the now superfluous sentinel element from ctl_ [...]
new 67889688e05b MAINTAINERS: update the LSM file list
new dd80c7465029 MAINTAINERS: repair file entry in SECURITY SUBSYSTEM
new 4cd4e4b88100 Merge tag 'lsm-pr-20240513' of git://git.kernel.org/pub/sc [...]
new 0142c56682fb selinux: reject invalid ebitmaps
new e6b5ebca41dd selinux: cleanup selinux_lsm_getattr()
new 42c773238037 selinux: improve error checking in sel_write_load()
new 4b3124de63c6 selinux: update numeric format specifiers for ebitmaps
new cdc12eb41224 selinux: make more use of current_sid()
new 0fd0b4fefaf0 selinux: dump statistics for more hash tables
new 32db469edfcc selinux: improve symtab string hashing
new abb0f43fcdf2 selinux: use u32 as bit position type in ebitmap code
new 4e551db04264 selinux: clarify return code in filename_trans_read_helper [...]
new fc983171e4c8 selinux: pre-allocate the status page
new 851541709afc selinux: avoid printk_ratelimit()
new 581646c3fb98 selinux: constify source policy in cond_policydb_dup()
new ccae19c6239a Merge tag 'selinux-pr-20240513' of git://git.kernel.org/pu [...]
new be84f32bb2c9 ima: Fix use-after-free on a dentry's dname.name
new cc293c846662 ima: define an init_module critical data record
new 38aa3f5ac6d2 integrity: Avoid -Wflex-array-member-not-at-end warnings
new c21632b66895 ima: Rename backing_inode to real_inode
new 3253804773c0 security: allow finer granularity in permitting copy-up of [...]
new f2b3fc42f6ce evm: Implement per signature type decision in security_ino [...]
new faf994811e05 evm: Use the metadata inode to calculate metadata hash
new 309e2b775da8 ima: Move file-change detection variables into new structure
new a652aa59068b evm: Store and detect metadata inode attributes changes
new cd9b909a1172 ima: re-evaluate file integrity on file metadata change
new 47add87ad181 evm: Enforce signatures on unsupported filesystem for EVM_ [...]
new 1f65e57dc541 fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTED
new 5e2e4d0ea5c2 evm: Rename is_unsupported_fs to is_unsupported_hmac_fs
new 9fa8e7625008 ima: add crypto agility support for template-hash algorithm
new 353ad6c08394 Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm [...]
new dcaa86b904ea KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
new 9d2fd8bdc12f KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATU [...]
new 8cd9f234f706 certs: Move RSA self-test data to separate file
new 747ae81883d2 certs: Add ECDSA signature verification self-test
new 46c6d2b18691 Merge tag 'asymmetric-keys-next-6.10-rc1' of git://git.ker [...]
The 37 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:
MAINTAINERS | 4 +
crypto/asymmetric_keys/Kconfig | 17 ++
crypto/asymmetric_keys/Makefile | 2 +
crypto/asymmetric_keys/selftest.c | 219 +++------------------
crypto/asymmetric_keys/selftest.h | 22 +++
crypto/asymmetric_keys/selftest_ecdsa.c | 88 +++++++++
.../asymmetric_keys/{selftest.c => selftest_rsa.c} | 96 ++-------
fs/overlayfs/copy_up.c | 2 +-
fs/overlayfs/super.c | 2 +-
include/linux/evm.h | 8 +
include/linux/fs.h | 2 +-
include/linux/integrity.h | 34 ++++
include/linux/lsm_hook_defs.h | 3 +-
include/linux/security.h | 4 +-
security/apparmor/lsm.c | 1 -
security/integrity/evm/evm.h | 8 +-
security/integrity/evm/evm_crypto.c | 25 ++-
security/integrity/evm/evm_main.c | 92 +++++++--
security/integrity/ima/ima.h | 12 +-
security/integrity/ima/ima_api.c | 32 +--
security/integrity/ima/ima_appraise.c | 4 +-
security/integrity/ima/ima_crypto.c | 7 +-
security/integrity/ima/ima_fs.c | 134 +++++++++++--
security/integrity/ima/ima_iint.c | 2 +-
security/integrity/ima/ima_init.c | 6 +-
security/integrity/ima/ima_kexec.c | 1 +
security/integrity/ima/ima_main.c | 44 +++--
security/integrity/ima/ima_template_lib.c | 27 ++-
security/integrity/integrity.h | 12 +-
security/keys/sysctl.c | 1 -
security/loadpin/loadpin.c | 1 -
security/security.c | 5 +-
security/selinux/hooks.c | 60 +++---
security/selinux/selinuxfs.c | 36 ++--
security/selinux/ss/conditional.c | 18 +-
security/selinux/ss/conditional.h | 2 +-
security/selinux/ss/ebitmap.c | 50 +++--
security/selinux/ss/ebitmap.h | 38 ++--
security/selinux/ss/hashtab.c | 10 +-
security/selinux/ss/hashtab.h | 4 +-
security/selinux/ss/policydb.c | 24 ++-
security/selinux/ss/services.c | 3 +-
security/selinux/ss/symtab.c | 22 +--
security/selinux/xfrm.c | 7 +-
security/smack/smack_lsm.c | 2 +-
security/yama/yama_lsm.c | 1 -
46 files changed, 701 insertions(+), 493 deletions(-)
create mode 100644 crypto/asymmetric_keys/selftest.h
create mode 100644 crypto/asymmetric_keys/selftest_ecdsa.c
copy crypto/asymmetric_keys/{selftest.c => selftest_rsa.c} (80%)
--
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 gcc.
from 99b1daae18c tree-optimization/114589 - remove profile based sink heuristics
new 7fdbefc575c openmp: Diagnose using grainsize+num_tasks clauses together [...]
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:
gcc/c/c-typeck.cc | 22 ++++++++++++++++++++--
gcc/cp/semantics.cc | 16 ++++++++++++++++
gcc/fortran/openmp.cc | 7 +++++++
gcc/testsuite/c-c++-common/gomp/clause-dups-1.c | 4 ++--
gcc/testsuite/gfortran.dg/gomp/pr115103.f90 | 14 ++++++++++++++
5 files changed, 59 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr115103.f90
--
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 gcc.
from 680af0e1e90 PR modula2/115057 TextIO.ReadRestLine raises an exception w [...]
new ab25eef3640 middle-end/111422 - wrong stack var coalescing, handle PHIs
new 99b1daae18c tree-optimization/114589 - remove profile based sink heuristics
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:
gcc/cfgexpand.cc | 19 +++++++---
gcc/testsuite/g++.dg/tree-ssa/pr114589.C | 22 ++++++++++++
gcc/testsuite/gfortran.dg/streamio_9.f90 | 1 +
gcc/tree-ssa-sink.cc | 62 ++++++++++----------------------
4 files changed, 57 insertions(+), 47 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr114589.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.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 7c49e45fbf8 Daily bump.
new 573e1df0ec8 Avoid changing type in the type_hash_canon hash
new 1d89cb43943 middle-end/114931 - type_hash_canon and structual equality types
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:
gcc/attribs.cc | 20 ++++++-------
gcc/c-family/c-common.cc | 11 +++++--
gcc/testsuite/gcc.dg/pr114931.c | 10 +++++++
gcc/tree.cc | 65 ++++++++++++++++++++++++++++++++---------
4 files changed, 80 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr114931.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.
unknown user pushed a change to branch master
in repository gcc.
from 3cefe91b74f c++: add test for DR 2855
new 680af0e1e90 PR modula2/115057 TextIO.ReadRestLine raises an exception w [...]
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:
gcc/m2/gm2-libs-iso/TextIO.mod | 13 ++++++++-----
gcc/m2/gm2-libs-iso/TextUtil.def | 6 +++++-
gcc/m2/gm2-libs-iso/TextUtil.mod | 6 +++++-
gcc/testsuite/gm2/isolib/run/pass/testrestline.mod | 20 ++++++++++++++++++++
gcc/testsuite/gm2/isolib/run/pass/testrestline2.mod | 17 +++++++++++++++++
gcc/testsuite/gm2/isolib/run/pass/testrestline3.mod | 16 ++++++++++++++++
6 files changed, 71 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gm2/isolib/run/pass/testrestline.mod
create mode 100644 gcc/testsuite/gm2/isolib/run/pass/testrestline2.mod
create mode 100644 gcc/testsuite/gm2/isolib/run/pass/testrestline3.mod
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.