This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from f19b84186d29 Merge tag 'media/v6.19-2' of git://git.kernel.org/pub/scm/ [...]
new 6e9722e9a7bf tpm2-sessions: Fix out of range indexing in name_size
new bda1cbf73c6e tpm2-sessions: Fix tpm2_read_public range checks
new bc677a9216e1 tpm2-sessions: Remove 'attributes' parameter from tpm_buf_ [...]
new b7960b904861 tpm2-sessions: Open code tpm_buf_append_hmac_session()
new 001eefb50390 Merge tag 'tpmdd-sessions-next-6.19-rc1' of git://git.kern [...]
new a42b71d49945 ata: libata: Move quirk flags to their own enum
new 2e9832713631 ata: libata-core: Quirk DELLBOSS VD max_sectors
new 096571bb893b Merge tag 'ata-6.19-rc1-part2' of git://git.kernel.org/pub [...]
new 936750fdba4c ipmi: Fix the race between __scan_channels() and deliver_r [...]
new 6bd30d8fc523 ipmi: Fix __scan_channels() failing to rescan channels
new 1c35d802758d ipmi: Skip channel scan if channels are already marked ready
new 1986798af745 dt-bindings: ipmi: Convert nuvoton,npcm750-kcs-bmc to DT schema
new d27fea27a307 dt-bindings: ipmi: Convert aspeed,ast2400-ibt-bmc to DT schema
new 35bcedc1a793 MAINTAINERS: Add entry on Loongson-2K IPMI driver
new b1ae17cd0f0a Merge tag 'for-linus-6.19-1' of https://github.com/cminyar [...]
new 340ccc973544 rust: pci: Allocate and manage PCI interrupt vectors
new 651692d32c21 rust: pci: implement TryInto<IrqRequest<'a>> for IrqVector<'a>
new 3c2e31d717ac rust: pci: move I/O infrastructure to separate file
new e6901808a3b2 rust: pci: move IRQ infrastructure to separate file
new fc2b38de4c01 add `[pin_]init_scope` to execute code before creating an [...]
new 0242623384c7 rust: driver: let probe() return impl PinInit<Self, Error>
new fe6193a3187a firmware_loader: Only call cancel when upload is active
new b811e8a01d8d firmware_loader: Replace simple_strtol() with kstrtoint()
new cebd22dd3a0a platform: Use IOMEM_ERR_PTR for ioremap error returns
new 6d0ef68955d3 arch_topology: move parse_acpi_topology() to common code
new c7f6d5380f6e rust: pci: refer to legacy as INTx interrupts
new 26c1a20bf7ce rust: pci: normalise spelling of PCI BAR
new aad1577ab950 rust: simplify read_poll_timeout's example code
new 37022410f4a3 Merge 6.18-rc3 into driver-core-next
new 6bbaa93912bf rust: device: narrow the generic of drvdata_obtain()
new 6f61a2637abe rust: device: introduce Device::drvdata()
new 589b061975db rust: auxiliary: consider auxiliary devices always have a parent
new e4e679c8608e rust: auxiliary: unregister on parent device unbind
new b69165a09727 rust: auxiliary: move parent() to impl Device
new 675e514edd65 rust: auxiliary: implement parent() for Device<Bound>
new 710ac546883c samples: rust: auxiliary: misc cleanup of ParentDriver::connect()
new b0b7301b0043 samples: rust: auxiliary: illustrate driver interaction
new fde40a558dbd rust: usb: fix broken call to T::disconnect()
new ad68b55a9ed0 rust: add udelay() function
new 46f045db5a94 rust: Add read_poll_timeout_atomic function
new db7bd1affa85 rust: fs: add file::Offset type alias
new f2af7b01b055 rust: uaccess: add UserSliceReader::read_slice_partial()
new 5829e330482b rust: uaccess: add UserSliceReader::read_slice_file()
new 861505334767 rust: uaccess: add UserSliceWriter::write_slice_partial()
new 0ddceba2701e rust: uaccess: add UserSliceWriter::write_slice_file()
new 9c804d9cf2db rust: debugfs: support for binary large objects
new a9fca8a7b2c5 rust: debugfs: support blobs from smart pointers
new 52af0c37964b samples: rust: debugfs: add example for blobs
new 35bd14d929af rust: debugfs: support binary large objects for ScopedDir
new f656279afde1 samples: rust: debugfs_scoped: add example for blobs
new 1bf5b90cd2f9 rust: auxiliary: fix false positive warning for missing a [...]
new 1f7b01661f5f rust: pci: get rid of redundant Result in IRQ methods
new b892ed360de8 rust: platform: get rid of redundant Result in IRQ methods
new 0bc605713f16 rust: debugfs: Implement BinaryReader for Mutex<T> only wh [...]
new 9d39842f6afc rust: io: cleanup imports and use "kernel vertical" style
new d8407396f128 rust: pci: use "kernel vertical" style for imports
new f7afdc473794 rust: dma: make use of start_ptr() and start_ptr_mut()
new ededb7bcdfdb rust: dma: use NonNull<T> instead of *mut T
new 919b72922717 rust: io: define ResourceSize as resource_size_t
new dfd67993044f rust: io: move ResourceSize to top-level io module
new ee2776e54b26 rust: scatterlist: import ResourceSize from kernel::io
new dd6ff5cf56fb rust: io: add typedef for phys_addr_t
new 57c5bd9aee94 rust: i2c: add basic I2C device and driver abstractions
new f3cc26a417b7 rust: i2c: add manual I2C device creation abstractions
new d05b8e97690f samples: rust: add Rust I2C sample driver
new 13ae55e24a85 samples: rust: add Rust I2C client registration sample
new e4addc7cc2df rust: Add trait to convert a device reference to a bus dev [...]
new 4d24145a7833 devres: Remove unused devm_free_percpu()
new 0a75f3d90e7a devres: Move devm_alloc_percpu() and related to devres.h
new 4635406417bb samples: rust: fix module name for Rust PCI driver sample
new a762f883ecf6 rust: i2c: prepare for `core::ffi::CStr`
new f85d90dd8d0e sysfs: attribute_group: allow registration of const attribute
new 964c93b1eef3 sysfs: transparently handle const pointers in ATTRIBUTE_GROUPS()
new 02ac5335a551 sysfs: introduce __SYSFS_FUNCTION_ALTERNATIVE()
new 7dd9fdb4939b sysfs: attribute_group: enable const variants of is_visible()
new c301a2e2d78c samples/kobject: add is_visible() callback to attribute group
new 2d76fdc1c91a samples/kobject: constify 'struct foo_attribute'
new 71464949b1f5 sysfs: simplify attribute definition macros
new d3d25f430cad mod_devicetable: Bump auxiliary_device_id name size
new 2467f9928c98 fs/kernfs: raise sb->maxbytes to MAX_LFS_FILESIZE
new 382b1e8f30f7 kernfs: fix memory leak of kernfs_iattrs in __kernfs_new_node
new 76987bac71d5 sysfs/cpu: Use DEVICE_ATTR_RO for nohz_full attribute
new f10c23fa159c tick/nohz: avoid showing '(null)' if nohz_full= not set
new cd22926af454 tick/nohz: Expose housekeeping CPUs in sysfs
new e40ad215cea2 driver core: replace use of system_unbound_wq with system_dfl_wq
new ac1ab906d7a9 driver core: WQ_PERCPU added to alloc_workqueue users
new ea34511aaf75 driver core: Check drivers_autoprobe for all added devices
new 3ae94a55d047 debugfs: Remove redundant access mode checks
new f278809475f6 debugfs: Remove broken no-mount mode
new d3666c1f8a31 debugfs: Fix default access mode config check
new 473b9f331718 rust: pci: fix build failure when CONFIG_PCI_MSI is disabled
new 416f99c3b16f Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/p [...]
The 92 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/ABI/testing/sysfs-devices-system-cpu | 11 +
Documentation/admin-guide/kernel-parameters.txt | 6 +-
.../bindings/ipmi/aspeed,ast2400-ibt-bmc.txt | 28 -
.../bindings/ipmi/aspeed,ast2400-ibt-bmc.yaml | 44 ++
.../devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt | 40 --
.../bindings/ipmi/nuvoton,npcm750-kcs-bmc.yaml | 55 ++
Documentation/driver-api/driver-model/devres.rst | 1 -
MAINTAINERS | 11 +
arch/arm64/include/asm/topology.h | 3 +
arch/arm64/kernel/topology.c | 101 ----
drivers/ata/libata-core.c | 11 +
drivers/base/arch_topology.c | 96 +++-
drivers/base/base.h | 16 +
drivers/base/bus.c | 3 +-
drivers/base/core.c | 2 +-
drivers/base/cpu.c | 26 +-
drivers/base/dd.c | 12 +-
drivers/base/devres.c | 25 -
drivers/base/firmware_loader/sysfs.c | 10 +-
drivers/base/firmware_loader/sysfs_upload.c | 6 +-
drivers/char/ipmi/ipmi_msghandler.c | 24 +-
drivers/char/tpm/tpm2-cmd.c | 42 +-
drivers/char/tpm/tpm2-sessions.c | 199 ++++---
drivers/cpufreq/rcpufreq_dt.rs | 4 +-
drivers/gpu/drm/nova/driver.rs | 4 +-
drivers/gpu/drm/nova/file.rs | 2 +-
drivers/gpu/drm/tyr/driver.rs | 4 +-
drivers/gpu/nova-core/driver.rs | 50 +-
drivers/pwm/pwm_th1520.rs | 4 +-
fs/debugfs/inode.c | 21 +-
fs/debugfs/internal.h | 13 -
fs/kernfs/dir.c | 5 +-
fs/kernfs/mount.c | 1 +
fs/sysfs/group.c | 10 +-
include/linux/arch_topology.h | 5 +
include/linux/ata.h | 1 +
include/linux/device.h | 19 -
include/linux/device/devres.h | 17 +
include/linux/libata.h | 76 +--
include/linux/mod_devicetable.h | 2 +-
include/linux/platform_device.h | 6 +-
include/linux/sysfs.h | 48 +-
include/linux/tpm.h | 38 +-
lib/Kconfig.debug | 9 +-
rust/bindings/bindings_helper.h | 7 +
rust/helpers/pci.c | 14 +-
rust/helpers/time.c | 5 +
rust/kernel/auxiliary.rs | 120 +++--
rust/kernel/cpufreq.rs | 4 +-
rust/kernel/debugfs.rs | 110 +++-
rust/kernel/debugfs/file_ops.rs | 140 ++++-
rust/kernel/debugfs/traits.rs | 238 ++++++++-
rust/kernel/device.rs | 130 ++++-
rust/kernel/devres.rs | 18 +-
rust/kernel/dma.rs | 29 +-
rust/kernel/driver.rs | 4 +-
rust/kernel/fs/file.rs | 5 +
rust/kernel/i2c.rs | 586 +++++++++++++++++++++
rust/kernel/io.rs | 32 +-
rust/kernel/io/mem.rs | 36 +-
rust/kernel/io/poll.rs | 93 +++-
rust/kernel/io/resource.rs | 31 +-
rust/kernel/lib.rs | 2 +
rust/kernel/pci.rs | 231 ++------
rust/kernel/pci/id.rs | 6 +-
rust/kernel/pci/io.rs | 144 +++++
rust/kernel/pci/irq.rs | 252 +++++++++
rust/kernel/platform.rs | 63 ++-
rust/kernel/scatterlist.rs | 2 +-
rust/kernel/time/delay.rs | 37 ++
rust/kernel/uaccess.rs | 85 +++
rust/kernel/usb.rs | 25 +-
rust/pin-init/src/lib.rs | 87 +++
samples/kobject/kset-example.c | 44 +-
samples/rust/Kconfig | 25 +-
samples/rust/Makefile | 2 +
samples/rust/rust_debugfs.rs | 34 +-
samples/rust/rust_debugfs_scoped.rs | 14 +-
samples/rust/rust_dma.rs | 37 +-
samples/rust/rust_driver_auxiliary.rs | 59 ++-
samples/rust/rust_driver_i2c.rs | 74 +++
samples/rust/rust_driver_pci.rs | 53 +-
samples/rust/rust_driver_platform.rs | 6 +-
samples/rust/rust_driver_usb.rs | 5 +-
samples/rust/rust_i2c_client.rs | 147 ++++++
security/keys/trusted-keys/trusted_tpm2.c | 41 +-
86 files changed, 3253 insertions(+), 935 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt
create mode 100644 Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.yaml
delete mode 100644 Documentation/devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt
create mode 100644 Documentation/devicetree/bindings/ipmi/nuvoton,npcm750-kcs-bmc.yaml
create mode 100644 rust/kernel/i2c.rs
create mode 100644 rust/kernel/pci/io.rs
create mode 100644 rust/kernel/pci/irq.rs
create mode 100644 samples/rust/rust_driver_i2c.rs
create mode 100644 samples/rust/rust_i2c_client.rs
--
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 dejagnu.
from 899e151 Revise comments in testglue.c
adds a1fdb17 Restore H8 support files from history
adds cc801fa Update restored H8 support following other changes
adds 4ba510d Adjust H8 support to accommodate changes in GCC
No new revisions were added by this update.
Summary of changes:
ChangeLog | 10 ++++
baseboards/{mn10300-sim.exp => h8300-sim.exp} | 48 ++++++++--------
baseboards/h8300.exp | 81 +++++++++++++++++++++++++++
3 files changed, 115 insertions(+), 24 deletions(-)
copy baseboards/{mn10300-sim.exp => h8300-sim.exp} (55%)
create mode 100644 baseboards/h8300.exp
--
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 528df313f6d [PATCH v3] rtl-optimization: Fix BB edge ordering [PR122675]
new bc46466ec76 [PATCH] prepare-commit-msg: Add compatibility check for --d [...]
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:
contrib/prepare-commit-msg | 7 ++++++-
1 file changed, 6 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.
unknown user pushed a change to branch master
in repository gcc.
from 83aab2f7366 libstdc++: Use deducing this in std::bind when available [PR80564]
new 528df313f6d [PATCH v3] rtl-optimization: Fix BB edge ordering [PR122675]
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/bb-reorder.cc | 13 +++++++--
gcc/testsuite/gcc.target/aarch64/pr122675-1.c | 31 ++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr122675-1.c | 33 +++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/pr122675-1.c | 42 +++++++++++++++++++++++++++
4 files changed, 117 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr122675-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr122675-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/pr122675-1.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 glibc.
from e2b00d59eb aarch64: Implement AdvSIMD and SVE rsqrt(f) routines
new 866fa41ef8 libio: null terminate the buffer upon initial allocation in [...]
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:
libio/iogetdelim.c | 7 +++++--
libio/tst-getdelim.c | 48 +++++++++++++++++++++++++++++++++++++++++-------
manual/stdio.texi | 7 ++++++-
3 files changed, 52 insertions(+), 10 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 3af870aedbff nfs/localio: fix regression due to out-of-order __put_cred
new 11956e4b9121 scsi: isci: Avoid -Wflex-array-member-not-at-end warning
new 81cb6c228ff8 scsi: megaraid_sas: Avoid a couple -Wflex-array-member-not [...]
new 05e66c18e3fd scsi: smartpqi: Prefer kmalloc_array() over kmalloc()
new 79a2287c1df4 scsi: ufs: dt-bindings: exynos: Add power-domains
new 3d0d1c7a5c99 scsi: fnic: Self-assignment of intr_time_type has no effect
new ce085ecdba23 scsi: core: Do not declare scsi_cmnd pointers const
new bfe0d22f1255 scsi: ufs: core: Update CQ Entry to UFS 4.1 format
new 8627f322cb7b scsi: ufs: core: Support dumping CQ entry in MCQ Mode
new f8e82ae65eaf scsi: ufs: core: Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LPM quirk
new 4760b639b43c scsi: ufs: core: Replace hard coded vcc-off delay with a variable
new 1c6279dc2597 Merge patch series "Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LP [...]
new 716253641076 scsi: ufs: host: mediatek: Correct clock scaling with PM QoS flow
new 55ce691dc75a scsi: ufs: host: mediatek: Adjust clock scaling for PM flow
new 16b42c4281ae scsi: ufs: host: mediatek: Handle clock scaling for high g [...]
new 1fd05367d5b1 scsi: ufs: host: mediatek: Adjust sync length for FASTAUTO mode
new 014de20bb36b scsi: ufs: host: mediatek: Fix shutdown/suspend race condition
new 9b2b03b36168 scsi: ufs: host: mediatek: Remove duplicate function
new 4fb4c835a92b scsi: ufs: host: mediatek: Add support for new platform wi [...]
new 9ce37e94c300 scsi: ufs: host: mediatek: Support new features for MT6991
new 36e6daa543d9 Merge patch series "Enhance UFS Mediatek Driver"
new ea0e278a5c55 scsi: qla1280: Fix compiler warnings (DEBUG mode)
new 7b2c4224faa7 scsi: ufs: core: Improve documentation in include/ufs/ufshci.h
new b3b0842bcb06 scsi: ufs: core: Change the type of uic_command::cmd_active
new a332735a53d6 scsi: ufs: core: Remove UFS_DEV_COMP
new b30006b5bec1 scsi: ufs: core: Move the ufshcd_enable_intr() declaration
new 047f190494a0 scsi: ufs: core: Remove a goto label from ufshcd_uic_cmd_compl()
new bfe5f5dacfba scsi: ufs: core: Simplify ufshcd_mcq_sq_cleanup() using guard()
new a7480fda0f0f Merge patch series "Eight small UFS patches"
new dcc98c11364e scsi: core: Minor comment fixes for scsi_host_busy()
new bb798c1f43c0 scsi: advansys: Don't call asc_prt_scsi_host() -> scsi_hos [...]
new e414748b7e83 scsi: aacraid: Improve code readability
new e9ff858c9adf scsi: qla4xxx: Use correct variable in memset for clarity
new 754c6f539eff scsi: ufs: dt-bindings: amd-versal2: Add UFS Host Controll [...]
new 00b3e8480be7 scsi: firmware: xilinx: Add support for secure read/write [...]
new 0e4d26f79a74 scsi: firmware: xilinx: Add APIs for UFS PHY initialization
new 769b8b2ffded scsi: ufs: amd-versal2: Add UFS support for AMD Versal Gen 2 SoC
new 041ef13bd08d Merge patch series "ufs: Add support for AMD Versal Gen2 UFS"
new 525a411f9a5f scsi: ufs: dt-bindings: qcom: Drop redundant "reg" constraints
new 3434be392051 scsi: target: Rename target_configure_unmap_from_queue()
new d505447b8d78 scsi: target: Add atomic se_device fields
new c486634fe2b1 scsi: target: Add helper to set up atomic values from bloc [...]
new 526145725106 scsi: target: Add WRITE_ATOMIC_16 handler
new 710ad826e300 scsi: target: Report atomic values in INQUIRY
new 2d9668883bba scsi: target: Add WRITE_ATOMIC_16 support to RSOC
new 8e62d8f4b159 scsi: target: Add atomic support to target_core_iblock
new 5fb43e2f673a Merge patch series "scsi: target: Add WRITE_ATOMIC_16 support"
new c03b55f235e2 scsi: target: Do not write NUL characters into ASCII confi [...]
new f010c39ae14c scsi: target: Simplify target_lu_gp_members_show()
new b0b9c7ccc1ef scsi: ufs: mediatek: Add the maintainer for MediaTek UFS hooks
new 480ca7954664 scsi: ufs: dt-bindings: mediatek,ufs: Update maintainer in [...]
new 61deab8a323d scsi: core: Remove unused code from scsi_sysfs.c
new 867e4b1bae4b scsi: core: Improve sdev_store_timeout()
new 95aa2041c654 scsi: target: Fix LUN/device R/W and total command stats
new ed6b97a79577 scsi: target: Create and use macro helpers for per-CPU stats
new bbb490053173 scsi: target: Move LUN stats to per-CPU
new bb8222b6f358 Merge patch series "target: RW/num_cmds stats improvements"
new 20da637eb545 scsi: stex: Fix reboot_notifier leak in probe error path
new ad4716ad48d4 scsi: dt-bindings: phy: mediatek,ufs-phy: Update maintaine [...]
new b37d70c0df85 scsi: st: Separate st-unique ioctl handling from SCSI comm [...]
new d27418aaf8bc scsi: st: Skip buffer flush for information ioctls
new 57565f97b0ea scsi: fcoe: Add WQ_PERCPU to alloc_workqueue() users
new 02880c083c13 scsi: ufs: ti-j721e: Add suspend-resume support
new f3ecbba1aa71 scsi: smartpqi: Add timeout value to RAID path requests to [...]
new b518e86d1a70 scsi: smartpqi: Fix device resources accessed after device [...]
new 48e6b7e70802 scsi: smartpqi: Add support for Hurray Data new controller [...]
new 4cec99e83d92 scsi: smartpqi: Update version to 2.1.36-026
new e15710242e3f Merge patch series "smartpqi updates"
new 051d4b65e839 scsi: lpfc: Update various NPIV diagnostic log messaging
new f7a302e4759c scsi: lpfc: Revise discovery related function headers and [...]
new 3c228061c80d scsi: lpfc: Remove redundant NULL ptr assignment in lpfc_e [...]
new 6f81582b7a9d scsi: lpfc: Ensure unregistration of rpis for received PLOGIs
new 23f4906729a0 scsi: lpfc: Fix leaked ndlp krefs when in point-to-point topology
new 0b8b15a0b74d scsi: lpfc: Modify kref handling for Fabric Controller ndlps
new 07caedc6a388 scsi: lpfc: Fix reusing an ndlp that is marked NLP_DROPPED [...]
new 683df5fc3ec5 scsi: lpfc: Allow support for BB credit recovery in point- [...]
new 191da2c71b13 scsi: lpfc: Add capability to register Platform Name ID to fabric
new d45fdc6cdd73 scsi: lpfc: Update lpfc version to 14.4.0.12
new 5b5dedf0073c Merge patch series "Update lpfc to revision 14.4.0.12"
new 8fdfdb148816 scsi: sd: Add manage_restart device attribute to scsi_disk
new ce6d26b5330c scsi: ata: Use ACPI methods to power on disks
new 8c59fc1c90df scsi: ata: Stop disk on restart if ACPI power resources are found
new c53a741a7fd4 Merge patch series "Support power resources defined in acp [...]
new d604e1ec246d scsi: core: Support allocating reserved commands
new 21008cabc5d9 scsi: core: Move two statements
new a47c7bef5785 scsi: core: Make the budget map optional
new d630fbf6fc8c scsi: core: Support allocating a pseudo SCSI device
new 11ea1de3fc4b scsi: core: Introduce .queue_reserved_command()
new a2ab4e33286d scsi: core: Add scsi_{get,put}_internal_cmd() helpers
new 581ca490353c scsi: scsi_debug: Abort SCSI commands via an internal command
new dd4299af9b04 scsi: ufs: core: Move an assignment in ufshcd_mcq_process_cqe()
new 9f8e09230f53 scsi: ufs: core: Change the type of one ufshcd_add_cmd_upi [...]
new 60a1f6a8ad33 scsi: ufs: core: Only call ufshcd_add_command_trace() for [...]
new ffa5d8c15300 scsi: ufs: core: Change the type of one ufshcd_add_command [...]
new 3e7fff3fee5b scsi: ufs: core: Change the type of one ufshcd_send_comman [...]
new ae7bf255b10e scsi: ufs: core: Only call ufshcd_should_inform_monitor() [...]
new f59568f4e27a scsi: ufs: core: Change the monitor function argument types
new 63a5b959c854 scsi: ufs: core: Rework ufshcd_mcq_compl_pending_transfer()
new f18fac1e2b72 scsi: ufs: core: Rework ufshcd_eh_device_reset_handler()
new e8ea985a8314 scsi: ufs: core: Rework the SCSI host queue depth calculat [...]
new f46b9a595fa9 scsi: ufs: core: Allocate the SCSI host earlier
new 45e636ea1294 scsi: ufs: core: Call ufshcd_init_lrb() later
new d3fd0fd77686 scsi: ufs: core: Use hba->reserved_slot
new 1d0af94ffb5d scsi: ufs: core: Make the reserved slot a reserved request
new e5f9cc2af9a8 scsi: ufs: core: Do not clear driver-private command data
new 22089c218037 scsi: ufs: core: Optimize the hot path
new 176b93004c34 scsi: ufs: core: Pass a SCSI pointer instead of an LRB pointer
new 9a2c9500921d scsi: ufs: core: Remove the ufshcd_lrb task_tag member
new 4b6c0d9cca35 scsi: ufs: core: Make blk_mq_tagset_busy_iter() skip reser [...]
new a11c015c8a4f scsi: ufs: core: Move code out of ufshcd_wait_for_dev_cmd()
new 08b12cda6c44 scsi: ufs: core: Switch to scsi_get_internal_cmd()
new ab57a18665a2 Merge patch series "Optimize the hot path in the UFS driver"
new b57fbc88715b scsi: Revert "scsi: qla2xxx: Perform lockless command comp [...]
new 8f58fc64d559 scsi: qla2xxx: Fix initiator mode with qlini_mode=exclusive
new 4f6aaade2a22 scsi: qla2xxx: Fix lost interrupts with qlini_mode=disabled
new 957aa5974989 scsi: qla2xxx: Use reinit_completion on mbx_intr_comp
new 9da4e1dcea46 scsi: qla2xxx: target: Remove code for unsupported hardware
new c34e373f535e scsi: qla2xxx: target: Improve debug output for term exchange
new ed382b95f5de scsi: qla2xxx: target: Fix term exchange when cmd_sent_to_fw == 1
new d46c69a087aa scsi: qla2xxx: Clear cmds after chip reset
new 17488f139074 scsi: qla2xxx: target: Fix races with aborting commands
new 5c50d84798eb scsi: qla2xxx: target: Improve checks in qlt_xmit_response [...]
new 3d56983cc6f0 scsi: qla2xxx: Fix TMR failure handling
new 091719c21d5a scsi: qla2xxx: target: Fix invalid memory access with big CDBs
new f4199d581256 scsi: qla2xxx: target: Add cmd->rsp_sent
new 04957d8c9852 scsi: qla2xxx: target: Improve cmd logging
new c7bd85a7b9c5 scsi: qla2xxx: target: Add back SRR support
new 4f5eb50f7c82 scsi: qla2xxx: target: Improve safety of cmd lookup by handle
new d204087a5970 Merge patch series "qla2xxx target mode improvements"
new f6ab594672d4 scsi: aic94xx: fix use-after-free in device removal path
new acd194d9b5ba scsi: sim710: Fix resource leak by adding missing ioport_u [...]
new 1028258914f6 scsi: pm: Drop unneeded call to pm_runtime_mark_last_busy()
new 18987143d4b1 scsi: ufs: core: Remove an unnecessary NULL pointer check
new 3813d28b2b12 scsi: scsi_debug: Fix uninitialized pointers with __free attr
new 49783aca15fb scsi: qla2xxx: Replace use of system_unbound_wq with syste [...]
new cd87aa2e507a scsi: scsi_transport_iscsi: Replace use of system_unbound_ [...]
new 0ba2fc767af7 scsi: target: sbp: Replace use of system_unbound_wq with s [...]
new 5ca003bb4381 scsi: qla2xxx: WQ_PERCPU added to alloc_workqueue() users
new afad6b34defe scsi: scsi_dh_alua: WQ_PERCPU added to alloc_workqueue() users
new f76e4e1e836d scsi: scsi_transport_fc: WQ_PERCPU added to alloc_workqueu [...]
new 84150ef06f89 scsi: lpfc: WQ_PERCPU added to alloc_workqueue() users
new f0dc44177ac0 scsi: message: fusion: Add WQ_PERCPU to alloc_workqueue() users
new 6184ec8b633e scsi: be2iscsi: Add WQ_PERCPU to alloc_workqueue() users
new a43a2e48d534 scsi: bnx2fc: Add WQ_PERCPU to alloc_workqueue() users
new e036dadf78f8 scsi: qedf: Add WQ_PERCPU to alloc_workqueue() users
new 42312d3acde5 scsi: target: ibmvscsi: Add WQ_PERCPU to alloc_workqueue() users
new f60b8957d8cc scsi: qedi: Add WQ_PERCPU to alloc_workqueue() users
new 2e2e559390db scsi: target: Add WQ_PERCPU to alloc_workqueue() users
new 8d5cad38cf7d scsi: pm80xx: Add WQ_PERCPU to alloc_workqueue() users
new e360bb6dc843 Merge patch series "replace old wq(s), added WQ_PERCPU to [...]
new 02b5822d2fea scsi: ufs: core: Fix single doorbell mode support
new 31e6e7e54b29 scsi: ufs: core: Use scsi_device_busy()
new b0ee72db9132 scsi: ufs: rockchip: Reset controller on PRE_CHANGE of hce [...]
new cda5f23eed84 scsi: ufs: rockchip: Fix compile error without CONFIG_GPIOLIB
new 78b1a242fe61 scsi: qla2xxx: Fix improper freeing of purex item
new 13b77ed9c2a9 scsi: scsi_debug: Support injecting unaligned write errors
new e54f7b4b8159 Merge branch 6.18/scsi-fixes into 6.19/scsi-staging
new 38725491e766 scsi: MAINTAINERS: Add the UFS include directory
new 0d9a7085ec24 scsi: ufs: core: Convert string descriptor format macros to enum
new d794b499f948 scsi: ufs: core: fix incorrect buffer duplication in ufshc [...]
new b06b8c421485 scsi: ufs: core: Add OP-TEE based RPMB driver for UFS devices
new 82f78acd5a92 Merge patch series "Add OP-TEE based RPMB driver for UFS devices"
new 7eb7f5723df5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linu [...]
new f7231cff1f3f media: uapi: c3-isp: Fix documentation warning
new f19b84186d29 Merge tag 'media/v6.19-2' of git://git.kernel.org/pub/scm/ [...]
The 164 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:
.../devicetree/bindings/phy/mediatek,ufs-phy.yaml | 3 +-
.../devicetree/bindings/ufs/amd,versal2-ufs.yaml | 61 +
.../devicetree/bindings/ufs/mediatek,ufs.yaml | 3 +-
.../devicetree/bindings/ufs/qcom,ufs.yaml | 3 -
.../bindings/ufs/samsung,exynos-ufs.yaml | 3 +
MAINTAINERS | 10 +
drivers/ata/libata-acpi.c | 67 +
drivers/ata/libata-core.c | 2 +
drivers/ata/libata-scsi.c | 1 +
drivers/ata/libata.h | 4 +
drivers/firmware/xilinx/Makefile | 2 +-
drivers/firmware/xilinx/zynqmp-ufs.c | 118 ++
drivers/firmware/xilinx/zynqmp.c | 46 +
drivers/message/fusion/mptbase.c | 7 +-
drivers/misc/Kconfig | 2 +-
drivers/scsi/aacraid/linit.c | 2 +-
drivers/scsi/advansys.c | 3 +-
drivers/scsi/aic94xx/aic94xx_init.c | 3 +
drivers/scsi/be2iscsi/be_main.c | 3 +-
drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 2 +-
drivers/scsi/device_handler/scsi_dh_alua.c | 2 +-
drivers/scsi/fcoe/fcoe.c | 2 +-
drivers/scsi/fnic/fnic_res.c | 1 -
drivers/scsi/hosts.c | 19 +-
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 3 +-
drivers/scsi/isci/task.h | 10 +-
drivers/scsi/lpfc/lpfc.h | 4 +-
drivers/scsi/lpfc/lpfc_ct.c | 36 +
drivers/scsi/lpfc/lpfc_disc.h | 3 +-
drivers/scsi/lpfc/lpfc_els.c | 249 ++-
drivers/scsi/lpfc/lpfc_hbadisc.c | 6 +-
drivers/scsi/lpfc/lpfc_hw.h | 25 +-
drivers/scsi/lpfc/lpfc_init.c | 14 +-
drivers/scsi/lpfc/lpfc_nportdisc.c | 21 +-
drivers/scsi/lpfc/lpfc_sli.c | 79 +-
drivers/scsi/lpfc/lpfc_version.h | 2 +-
drivers/scsi/megaraid/megaraid_sas_fusion.h | 17 +-
drivers/scsi/pm8001/pm8001_init.c | 2 +-
drivers/scsi/qedf/qedf_main.c | 15 +-
drivers/scsi/qedi/qedi_main.c | 2 +-
drivers/scsi/qla1280.c | 35 +-
drivers/scsi/qla2xxx/qla_dbg.c | 3 +-
drivers/scsi/qla2xxx/qla_def.h | 1 -
drivers/scsi/qla2xxx/qla_gbl.h | 2 +-
drivers/scsi/qla2xxx/qla_init.c | 1 +
drivers/scsi/qla2xxx/qla_isr.c | 32 +-
drivers/scsi/qla2xxx/qla_mbx.c | 2 +
drivers/scsi/qla2xxx/qla_mid.c | 4 +-
drivers/scsi/qla2xxx/qla_nvme.c | 2 +-
drivers/scsi/qla2xxx/qla_os.c | 39 +-
drivers/scsi/qla2xxx/qla_target.c | 1791 ++++++++++++++++----
drivers/scsi/qla2xxx/qla_target.h | 112 +-
drivers/scsi/qla2xxx/tcm_qla2xxx.c | 17 +
drivers/scsi/qla4xxx/ql4_mbx.c | 4 +-
drivers/scsi/scsi.c | 12 +-
drivers/scsi/scsi_debug.c | 132 +-
drivers/scsi/scsi_error.c | 3 +
drivers/scsi/scsi_lib.c | 104 +-
drivers/scsi/scsi_logging.c | 21 +-
drivers/scsi/scsi_pm.c | 1 -
drivers/scsi/scsi_priv.h | 1 +
drivers/scsi/scsi_scan.c | 74 +-
drivers/scsi/scsi_sysfs.c | 79 +-
drivers/scsi/scsi_transport_fc.c | 5 +-
drivers/scsi/scsi_transport_iscsi.c | 2 +-
drivers/scsi/sd.c | 34 +-
drivers/scsi/sim710.c | 2 +
drivers/scsi/smartpqi/smartpqi_init.c | 49 +-
drivers/scsi/st.c | 89 +-
drivers/scsi/stex.c | 1 +
drivers/target/sbp/sbp_target.c | 8 +-
drivers/target/target_core_configfs.c | 38 +-
drivers/target/target_core_device.c | 24 +-
drivers/target/target_core_fabric_configfs.c | 2 +-
drivers/target/target_core_file.c | 4 +-
drivers/target/target_core_iblock.c | 9 +-
drivers/target/target_core_internal.h | 1 +
drivers/target/target_core_sbc.c | 51 +
drivers/target/target_core_spc.c | 49 +-
drivers/target/target_core_stat.c | 268 +--
drivers/target/target_core_tpg.c | 23 +-
drivers/target/target_core_transport.c | 26 +-
drivers/target/target_core_xcopy.c | 2 +-
drivers/target/tcm_fc/tfc_conf.c | 2 +-
drivers/ufs/core/Makefile | 1 +
drivers/ufs/core/ufs-mcq.c | 62 +-
drivers/ufs/core/ufs-rpmb.c | 254 +++
drivers/ufs/core/ufs-sysfs.c | 3 +-
drivers/ufs/core/ufs_bsg.c | 2 +-
drivers/ufs/core/ufs_trace.h | 1 -
drivers/ufs/core/ufs_trace_types.h | 1 -
drivers/ufs/core/ufshcd-crypto.h | 18 +-
drivers/ufs/core/ufshcd-priv.h | 54 +-
drivers/ufs/core/ufshcd.c | 934 +++++-----
drivers/ufs/host/Kconfig | 13 +
drivers/ufs/host/Makefile | 1 +
drivers/ufs/host/ti-j721e-ufs.c | 37 +-
drivers/ufs/host/ufs-amd-versal2.c | 564 ++++++
drivers/ufs/host/ufs-mediatek.c | 130 +-
drivers/ufs/host/ufs-mediatek.h | 4 +
drivers/ufs/host/ufs-qcom.c | 3 -
drivers/ufs/host/ufs-rockchip.c | 20 +-
drivers/ufs/host/ufshcd-dwc.h | 46 +
include/linux/firmware/xlnx-zynqmp-ufs.h | 38 +
include/linux/firmware/xlnx-zynqmp.h | 16 +
include/scsi/scsi_dbg.h | 4 +-
include/scsi/scsi_device.h | 30 +-
include/scsi/scsi_host.h | 33 +-
include/target/target_core_backend.h | 6 +-
include/target/target_core_base.h | 26 +-
include/uapi/linux/media/amlogic/c3-isp-config.h | 2 +-
include/ufs/ufs.h | 5 +
include/ufs/ufs_quirks.h | 7 -
include/ufs/ufshcd.h | 29 +-
include/ufs/ufshci.h | 25 +-
include/ufs/unipro.h | 8 +-
116 files changed, 4937 insertions(+), 1458 deletions(-)
create mode 100644 Documentation/devicetree/bindings/ufs/amd,versal2-ufs.yaml
create mode 100644 drivers/firmware/xilinx/zynqmp-ufs.c
create mode 100644 drivers/ufs/core/ufs-rpmb.c
create mode 100644 drivers/ufs/host/ufs-amd-versal2.c
create mode 100644 include/linux/firmware/xlnx-zynqmp-ufs.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 gcc.
from a1d895cd7a1 a68: handle intTI_type_node in a68_type_for_size
new 83aab2f7366 libstdc++: Use deducing this in std::bind when available [PR80564]
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:
libstdc++-v3/include/std/functional | 82 +++++++++++++++++++++++
libstdc++-v3/testsuite/20_util/bind/80564.cc | 50 ++++++++++++++
libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc | 3 +
libstdc++-v3/testsuite/20_util/bind/ref_neg.cc | 1 +
4 files changed, 136 insertions(+)
create mode 100644 libstdc++-v3/testsuite/20_util/bind/80564.cc
--
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 d5b168b7585 Automatic date update in version.in
new 895cf907af8 hppa64: Set has_local_dynsyms when adding __text_seg/__data_seg
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:
bfd/elf64-hppa.c | 2 ++
1 file changed, 2 insertions(+)
--
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 7a2d1418761 libstdc++: std::atomic should use std::addressof
new a1d895cd7a1 a68: handle intTI_type_node in a68_type_for_size
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/algol68/a68-lang.cc | 5 +++++
1 file changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.