From: Wenlin Kang <wenlin.k...@windriver.com> *** BLURB HERE ***
Alexey Gladkov (2): Add a reference to ucounts for each cred Use atomic_t for ucounts reference counting Ang Tien Sung (3): HSD #14015618796: crypto: intel_fcs: To support concurrent fcs clients requests fpga: altera-cvp: Increase credit timeout HSD #1509151525: fpga: altera-cvp: Truncated bitstream error support Dinh Nguyen (5): Revert "cgroup: Use open-time credentials for process migraton perm checks" i2c: designware: introduce a custom scl recovery for SoCFPGA platforms dt-bindings: i2c: dw: Add Intel's SoCFPGA I2C controller arm: dts: socfpga: use the "intel,socfpga-i2c" binding ARM: dts: add EMAC AXI settings for Cyclone5 Eric W. Biederman (1): ucount: Make get_ucount a safe get_user replacement Jason Wang (1): vdpa: introduce virtio pci driver John Harrison (1): drm/i915/guc: Update to use firmware v49.0.1 Juergen Gross (1): xen/grant-table: add gnttab_try_end_foreign_access() Laura Abbott (1): vdpa: clean up get_config_size ret value handling Matthew Gerlach (3): dt-bindings: soc: add bindings for Intel HPS Copy Engine dt-bindings: intel: add binding for Intel n6000 arm64: dts: intel: add device tree for n6000 NagarajuDeepakX (1): HSD #14014656595: drivers: net: phy: add qsfp_phy support Niravkumar L Rabara (1): HSD #18019805663: mtd: spi-nor: issi: Add IS25WP512 device Radu Bacrau (1): HSD #15010832611: firmware: stratix10-rsu: query spt addresses Ritesh Harjani (2): jbd2: refactor wait logic for transaction updates into a common function jbd2: fix use-after-free of transaction_t race Stefano Garzarella (3): vdpa_sim: rename vdpasim_config_ops variables vdpa: add get_config_size callback in vdpa_config_ops vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate() Teh Wen Ping (2): HSD #18019787908 firmware: stratix10-svc: Reduce polling interval for command status HSD #18019787908 crypto: intel_fcs: Reduce polling interval for GET_PROVISION_DATA Teh, Wen Ping (6): HSD #15010087323 firmware: stratix10-svc: AES, SHA2/HMAC and ECDSA service for large file HSD #15010087323 crypto: intel_fcs: AES service for large file HSD #15010087323 crypto: intel_fcs: ECDSA service for large file HSD #15010087323 crypto: intel_fcs: SHA2/HMAC service for large file HSD #1509644685 firmware: stratix10-svc: Generic Mailbox Command HSD #1509644685 crypto: intel_fcs: Generic Mailbox Command Tejun Heo (1): cgroup: Use open-time credentials for process migraton perm checks Teoh, Ji Sheng (3): HSD #14015950233: arm64: configs: enable HW_RANDOM as kernel module HSD #15010262011-1: arm64: dts: stratix10: change QSE phy-mode to 10gbase-r HSD #15010262011-2: net: eth: altera: fix QSE driver broken link speed configuration Tham, Mun Yew (7): HSD #14014656595: net: ethernet: altera: add main and header file for Intel FPGA E-tile Ethernet driver HSD #14014656595: net: ethernet: altera: add ethtool support for Intel FPGA E-tile Ethernet driver HSD #14014656595: net: ethernet: altera: add FEC driver for Intel FPGA E-tile Ethernet driver HSD #14014656595: net: ethernet: altera: add Intel FPGA E-tile Ethernet driver Makefile and Kconfig HSD #14014656595: net: phy: add PHY_INTERFACE_MODE_25GKR net: ethernet: Fix multiple definitions of alloc_init_skbufs and free_skbufs HSD #22012268110: net: ethernet: altera: E-Tile fixed link implementation Wenlin Kang (1): Revert "intel: fcs: avoid allocating memory repeatedly" .../bindings/arm/intel,socfpga.yaml | 27 + .../bindings/i2c/snps,designware-i2c.yaml | 2 + .../soc/intel/intel,hps-copy-engine.yaml | 51 + arch/arm/boot/dts/socfpga.dtsi | 16 +- arch/arm/boot/dts/socfpga_arria10.dtsi | 10 +- .../boot/dts/altera/socfpga_stratix10.dtsi | 10 +- .../dts/altera/socfpga_stratix10_qse.dtsi | 2 +- arch/arm64/boot/dts/intel/Makefile | 3 +- arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 10 +- .../boot/dts/intel/socfpga_agilex_n6000.dts | 66 + arch/arm64/configs/defconfig | 1 + drivers/Makefile | 1 + drivers/crypto/intel_fcs.c | 888 ++++-- drivers/firmware/stratix10-rsu.c | 98 + drivers/firmware/stratix10-svc.c | 169 +- drivers/fpga/altera-cvp.c | 26 +- drivers/gpu/drm/i915/gt/intel_engine_cs.c | 3 +- drivers/gpu/drm/i915/gt/uc/intel_guc.c | 18 - drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c | 131 +- drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h | 80 +- drivers/gpu/drm/i915/gt/uc/intel_guc_reg.h | 5 + drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 27 +- drivers/gpu/drm/i915/gt/uc/intel_uc_fw.h | 2 + drivers/gpu/drm/i915/gt/uc/intel_uc_fw_abi.h | 6 +- drivers/i2c/busses/i2c-designware-core.h | 1 + drivers/i2c/busses/i2c-designware-master.c | 49 +- drivers/i2c/busses/i2c-designware-platdrv.c | 1 + drivers/mtd/spi-nor/issi.c | 27 +- drivers/net/ethernet/altera/Kconfig | 10 + drivers/net/ethernet/altera/Makefile | 6 +- .../net/ethernet/altera/intel_fpga_etile.h | 2665 +++++++++++++++++ .../altera/intel_fpga_etile_ethtool.c | 963 ++++++ .../ethernet/altera/intel_fpga_etile_fec.c | 251 ++ .../ethernet/altera/intel_fpga_etile_main.c | 2070 +++++++++++++ .../ethernet/altera/intel_fpga_qse_ll_main.c | 18 +- drivers/net/phy/Kconfig | 8 + drivers/net/phy/Makefile | 4 + drivers/net/phy/qsfp.c | 1848 ++++++++++++ drivers/net/phy/qsfp_bus.c | 782 +++++ drivers/vdpa/Kconfig | 7 + drivers/vdpa/Makefile | 1 + drivers/vdpa/ifcvf/ifcvf_main.c | 6 + drivers/vdpa/mlx5/net/mlx5_vnet.c | 6 + drivers/vdpa/vdpa_sim/vdpa_sim.c | 21 +- drivers/vdpa/virtio_pci/Makefile | 2 + drivers/vdpa/virtio_pci/vp_vdpa.c | 466 +++ drivers/vhost/vdpa.c | 9 +- fs/exec.c | 4 + fs/jbd2/commit.c | 19 +- fs/jbd2/transaction.c | 66 +- include/linux/cred.h | 2 + include/linux/firmware/intel/stratix10-smc.h | 142 + .../firmware/intel/stratix10-svc-client.h | 11 + include/linux/jbd2.h | 7 +- include/linux/phy.h | 4 + include/linux/qsfp.h | 400 +++ include/linux/user_namespace.h | 6 +- include/linux/vdpa.h | 4 + include/uapi/linux/intel_fcs-ioctl.h | 26 + include/xen/grant_table.h | 7 +- kernel/cred.c | 40 + kernel/fork.c | 6 + kernel/sys.c | 12 + kernel/ucount.c | 55 +- kernel/user_namespace.c | 3 + 65 files changed, 11206 insertions(+), 481 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/intel,socfpga.yaml create mode 100644 Documentation/devicetree/bindings/soc/intel/intel,hps-copy-engine.yaml create mode 100644 arch/arm64/boot/dts/intel/socfpga_agilex_n6000.dts create mode 100644 drivers/net/ethernet/altera/intel_fpga_etile.h create mode 100644 drivers/net/ethernet/altera/intel_fpga_etile_ethtool.c create mode 100644 drivers/net/ethernet/altera/intel_fpga_etile_fec.c create mode 100644 drivers/net/ethernet/altera/intel_fpga_etile_main.c create mode 100644 drivers/net/phy/qsfp.c create mode 100644 drivers/net/phy/qsfp_bus.c create mode 100644 drivers/vdpa/virtio_pci/Makefile create mode 100644 drivers/vdpa/virtio_pci/vp_vdpa.c create mode 100644 include/linux/qsfp.h -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12502): https://lists.yoctoproject.org/g/linux-yocto/message/12502 Mute This Topic: https://lists.yoctoproject.org/mt/98898736/21656 Group Owner: linux-yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-