This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from fc4354c6e5c2 Merge tag 'mm-stable-2023-05-06-10-49' of git://git.kernel [...]
new 776617db78c6 io_uring/rsrc: check for nonconsecutive pages
new 96c7d4f81db0 io_uring: Create a helper to return the SQE size
new fd9b8547bc5c io_uring: Pass whole sqe to commands
new d2b7fa6174bc io_uring: Remove unnecessary BUILD_BUG_ON
new 03e5cb7b50fe Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kerne [...]
new 85a953806557 mailbox: Allow direct registration to a channel
new f11ff34d883a mailbox: omap: Use mbox_bind_client
new 76d4adacd52e mailbox: pcc: Use mbox_bind_client
new 2a61e7b7bd92 mailbox: Use of_property_read_bool() for boolean properties
new be884585852e mailbox: mailbox-test: Explicitly include header for spinl [...]
new 2d1e952a2b8e mailbox: mailbox-test: Fix potential double-free in mbox_t [...]
new 7490b8fb9884 mailbox: rockchip: drop of_match_ptr for ID table
new e2aa7993115c mailbox: bcm-pdc: drop of_match_ptr for ID table
new 5f84a056cf43 mailbox: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MIC [...]
new 26e02e6c1012 dt-bindings: mailbox: mediatek,gce-mailbox: Add support fo [...]
new 34d8775a0edc dt-bindings: mailbox: qcom,apcs-kpss-global: use fallbacks [...]
new e17225887005 mailbox: qcom-apcs-ipc: do not grow the of_device_id
new d396133dced4 dt-bindings: mailbox: qcom: add compatible for IPQ9574 SoC
new 1c1094e47ef1 Merge tag 'mailbox-v6.4' of git://git.linaro.org/landing-t [...]
new 690dccc4a0bf Revert "clk: imx: composite-8m: Add support to determine_rate"
new 5c667d5a5a3e clk: sp7021: Adjust width of _m in HWM_FIELD_PREP()
new 31c6ed4e8918 clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected [...]
new d6b8a8c49ad6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/ [...]
new 3d6b15a8f3ae SMB3.1.1: correct definition for app_instance_id create contexts
new 5bff9f741af6 cifs: protect session status check in smb2_reconnect()
new 1810769e3a51 cifs: print smb3_fs_context::source when mounting
new 90c49fce1c43 cifs: fix potential use-after-free bugs in TCP_Server_Info [...]
new ee20d7c61007 cifs: fix potential race when tree connecting ipc
new 3dc9c433c9dd cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpath
new 6be2ea33a409 cifs: avoid potential races when handling multiple dfs tcons
new 8e3554150d6c cifs: fix sharing of DFS connections
new 9ee04875ae73 cifs: Remove unneeded semicolon
new 63342b1dd5f8 Merge tag '6.4-rc-smb3-client-fixes-part2' of git://git.sa [...]
new 8fd91151ebcb crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()
new 4140aafcff16 crypto: engine - fix crypto_queue backlog handling
new b8969a1b6967 crypto: api - Fix CRYPTO_USER checks for report function
new 6f69c981811c Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/ [...]
new 0af462f19e63 debugobject: Ensure pool refill (again)
new 17784de648be Merge tag 'core-debugobjects-2023-05-06' of git://git.kern [...]
The 39 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:
.../bindings/mailbox/mediatek,gce-mailbox.yaml | 20 +--
.../bindings/mailbox/qcom,apcs-kpss-global.yaml | 31 ++---
crypto/acompress.c | 2 +-
crypto/aead.c | 2 +-
crypto/ahash.c | 2 +-
crypto/akcipher.c | 2 +-
crypto/algapi.c | 3 +
crypto/crypto_engine.c | 6 +-
crypto/kpp.c | 2 +-
crypto/rng.c | 2 +-
crypto/scompress.c | 2 +-
crypto/shash.c | 2 +-
crypto/skcipher.c | 2 +-
drivers/block/ublk_drv.c | 40 +++---
drivers/clk/clk-sp7021.c | 2 +-
drivers/clk/imx/clk-composite-8m.c | 7 -
drivers/clk/starfive/Kconfig | 5 +-
.../crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c | 2 +-
drivers/mailbox/Kconfig | 2 +-
drivers/mailbox/bcm-pdc-mailbox.c | 2 +-
drivers/mailbox/hi6220-mailbox.c | 5 +-
drivers/mailbox/mailbox-test.c | 8 ++
drivers/mailbox/mailbox.c | 96 ++++++++++----
drivers/mailbox/omap-mailbox.c | 25 +---
drivers/mailbox/pcc.c | 84 ++++++------
drivers/mailbox/qcom-apcs-ipc-mailbox.c | 11 +-
drivers/mailbox/rockchip-mailbox.c | 2 +-
drivers/nvme/host/ioctl.c | 2 +-
fs/cifs/cifs_debug.c | 7 +-
fs/cifs/cifs_debug.h | 12 +-
fs/cifs/cifsfs.c | 14 +-
fs/cifs/cifsglob.h | 23 ++--
fs/cifs/cifsproto.h | 44 ++++++-
fs/cifs/connect.c | 141 +++++++++++----------
fs/cifs/dfs.c | 137 +++++++++++++++-----
fs/cifs/dfs.h | 13 +-
fs/cifs/dfs_cache.c | 133 +++++++++----------
fs/cifs/dfs_cache.h | 9 ++
fs/cifs/ioctl.c | 2 +-
fs/cifs/sess.c | 7 +-
fs/cifs/smb2pdu.c | 21 ++-
fs/ksmbd/smb2pdu.h | 16 ---
fs/smbfs_common/smb2pdu.h | 20 +++
include/dt-bindings/gce/mediatek,mt6795-gce.h | 123 ++++++++++++++++++
include/linux/io_uring.h | 7 +-
include/linux/mailbox_client.h | 1 +
io_uring/io_uring.h | 10 ++
io_uring/opdef.c | 2 +-
io_uring/rsrc.c | 7 +-
io_uring/uring_cmd.c | 12 +-
io_uring/uring_cmd.h | 8 --
lib/debugobjects.c | 21 ++-
52 files changed, 744 insertions(+), 417 deletions(-)
create mode 100644 include/dt-bindings/gce/mediatek,mt6795-gce.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_aosp-code_size-dex2oat/oriole-master
in repository toolchain/ci/base-artifacts.
from be907da9caa 39: onsuccess: #75: 2: [TCWG CI] https://ci.linaro.org/job/ [...]
new a716aa2a75b 40: onsuccess: #76: 2: [TCWG CI] https://ci.linaro.org/job/ [...]
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 1940 -> 1880 bytes
02-build_aosp_toolchain/console.log.xz | Bin 1784 -> 1780 bytes
03-build_shadow_llvm/console.log.xz | Bin 127424 -> 127752 bytes
04-build_aosp/console.log.xz | Bin 45908 -> 44396 bytes
06-check_regression/console.log.xz | Bin 2292 -> 2288 bytes
git/llvm_rev | 2 +-
manifest.sh | 10 +++++-----
results-vs-prev/results.csv | 10 +++++-----
size.csv | 12 ++++++------
9 files changed, 17 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.