public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
 messages from 2024-05-06 14:18:45 to 2024-05-29 08:14:47 UTC [more...]

[PATCH 6.1.y-cip 00/33] Add Ethernet support for Renesas RZ/G3S SoC
 2024-05-29  8:14 UTC  (4+ messages)
` [PATCH 6.1.y-cip 01/33] clk: renesas: r9a08g045: Add clock and reset support for ETH0 and ETH1
` [PATCH 6.1.y-cip 02/33] pinctrl: renesas: rzg2l: Move arg and index in the main function block
` [PATCH 6.1.y-cip 03/33] pinctrl: renesas: rzg2l: Add pin configuration support for pinmux groups

[PATCH 5.10.y-cip 00/47] Add Ethernet support for Renesas RZ/G3S SoC
 2024-05-29  8:10 UTC  (48+ messages)
` [PATCH 5.10.y-cip 01/47] clk: renesas: r9a08g045: Add clock and reset support for ETH0 and ETH1
` [PATCH 5.10.y-cip 02/47] pinctrl: renesas: rzg2l: Move arg and index in the main function block
` [PATCH 5.10.y-cip 03/47] pinctrl: renesas: rzg2l: Add pin configuration support for pinmux groups
` [PATCH 5.10.y-cip 04/47] pinctrl: renesas: rzg2l: Add support to select power source for Ethernet pins
` [PATCH 5.10.y-cip 05/47] pinctrl: renesas: rzg2l: Add output enable support
` [PATCH 5.10.y-cip 06/47] pinctrl: renesas: rzg2l: Add input enable to the Ethernet pins
` [PATCH 5.10.y-cip 07/47] pinctrl: renesas: rzg2l: Fix locking in rzg2l_dt_subnode_to_map()
` [PATCH 5.10.y-cip 08/47] ravb: Fix potential use-after-free in ravb_rx_gbeth()
` [PATCH 5.10.y-cip 09/47] net: ravb: Fix lack of register setting after system resumed for Gen3
` [PATCH 5.10.y-cip 10/47] net: ravb: Check return value of reset_control_deassert()
` [PATCH 5.10.y-cip 11/47] net: ravb: Make write access to CXR35 first before accessing other EMAC registers
` [PATCH 5.10.y-cip 12/47] net: ravb: Stop DMA in case of failures on ravb_open()
` [PATCH 5.10.y-cip 13/47] net: ravb: Keep reverse order of operations in ravb_remove()
` [PATCH 5.10.y-cip 14/47] net: ravb: Wait for operating mode to be applied
` [PATCH 5.10.y-cip 15/47] net: ravb: Count packets instead of descriptors in GbEth RX path
` [PATCH 5.10.y-cip 16/47] ethernet: renesas: Use div64_ul instead of do_div
` [PATCH 5.10.y-cip 17/47] ravb: ravb_close() always returns 0
` [PATCH 5.10.y-cip 18/47] ravb: Use GFP_KERNEL instead of GFP_ATOMIC when possible
` [PATCH 5.10.y-cip 19/47] dt-bindings: net: renesas,etheravb: Document RZ/G3S support
` [PATCH 5.10.y-cip 20/47] net: ravb: Let IP-specific receive function to interrogate descriptors
` [PATCH 5.10.y-cip 21/47] net: ravb: Rely on PM domain to enable gptp_clk
` [PATCH 5.10.y-cip 22/47] net: ravb: Make reset controller support mandatory
` [PATCH 5.10.y-cip 23/47] net: ravb: Assert/de-assert reset on suspend/resume
` [PATCH 5.10.y-cip 24/47] net: ravb: Move reference clock enable/disable on runtime PM APIs
` [PATCH 5.10.y-cip 25/47] net: ravb: Move getting/requesting IRQs in the probe() method
` [PATCH 5.10.y-cip 26/47] net: ravb: Split GTI computation and set operations
` [PATCH 5.10.y-cip 27/47] net: ravb: Move delay mode set in the driver's ndo_open API
` [PATCH 5.10.y-cip 28/47] net: ravb: Move DBAT configuration to "
` [PATCH 5.10.y-cip 29/47] net: ravb: Move PTP initialization in the driver's ndo_open API for ccc_gac platorms
` [PATCH 5.10.y-cip 30/47] net: ravb: Set config mode in ndo_open and reset mode in ndo_close
` [PATCH 5.10.y-cip 31/47] net: ravb: Simplify ravb_suspend()
` [PATCH 5.10.y-cip 32/47] net: ravb: Simplify ravb_resume()
` [PATCH 5.10.y-cip 33/47] ravb: Add Rx checksum offload support for GbEth
` [PATCH 5.10.y-cip 34/47] ravb: Add Tx "
` [PATCH 5.10.y-cip 35/47] net: ravb: Get rid of the temporary variable irq
` [PATCH 5.10.y-cip 36/47] net: ravb: Keep the reverse order of operations in ravb_close()
` [PATCH 5.10.y-cip 37/47] net: ravb: Return cached statistics if the interface is down
` [PATCH 5.10.y-cip 38/47] net: ravb: Move the update of ndev->features to ravb_set_features()
` [PATCH 5.10.y-cip 39/47] net: ravb: Do not apply features to hardware if the interface is down
` [PATCH 5.10.y-cip 40/47] net: ravb: Add runtime PM support
` [PATCH 5.10.y-cip 41/47] net: ravb: Fix GbEth jumbo packet RX checksum handling
` [PATCH 5.10.y-cip 42/47] net: ravb: Fix RX byte accounting for jumbo packets
` [PATCH 5.10.y-cip 43/47] net: ravb: Fix registered interrupt names
` [PATCH 5.10.y-cip 44/47] arm64: dts: renesas: r9a08g045: Add Ethernet nodes
` [PATCH 5.10.y-cip 45/47] arm64: dts: renesas: rzg3s-smarc-som: Use switches' names to select on-board functionalities
` [PATCH 5.10.y-cip 46/47] arm64: dts: renesas: rzg3s-smarc-som: Enable the Ethernet interfaces
` [PATCH 5.10.y-cip 47/47] arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO hogs

[cip-dev][isar-cip-core][PATCH v2] Enable secureboot and tpm2 encryption for generic x86
 2024-05-29  8:08 UTC 

Request for updating device dictionaries
 2024-05-29  3:05 UTC  (9+ messages)

Unable to start swtpm_start.sh
 2024-05-29  1:29 UTC 

[cip-dev][isar-cip-core][RFC] enable secureboot and tpm2 encryption for generic x86
 2024-05-28 16:09 UTC  (2+ messages)

[cip-dev][isar-cip-core][PATCH 0/3] Clean up security config
 2024-05-28 15:54 UTC  (7+ messages)
` [cip-dev][isar-cip-core][PATCH 1/3] Move security-customizations to recipes-security
` [cip-dev][isar-cip-core][PATCH 2/3] Add fail2ban-config
` [cip-dev][isar-cip-core][PATCH 3/3] Remove tpm2-abrmd

[isar-cip-core][PATCH 1/2] linux-cip: Switch x86 targets to new cip_merged_defconfig
 2024-05-28 15:19 UTC  (6+ messages)
` [isar-cip-core][PATCH 2/2] Generalize SIMATIC IPC227E configuration to a common x86 UEFI target
  ` [isar-cip-core][PATCH v2 "

[cip-dev][isar-cip-core][PATCH v4] encrypt_partition.clevis: select tpm2_device for encryptition
 2024-05-28 11:03 UTC  (2+ messages)

[isar-cip-core][PATCH] Update isar revision
 2024-05-28  8:21 UTC 

[cip-dev][isar-cip-core][PATCH v3] encrypt_partition.clevis: select tpm2_device for encryptition
 2024-05-27 15:12 UTC  (2+ messages)

[isar-cip-core][PATCH] linux-cip: Derive PREFERRED_VERSION for native and kbuildtarget from base target
 2024-05-27 12:37 UTC 

[cip-dev][isar-cip-core][PATCH v2] encrypt_partition.clevis: select tpm2_device for encryptition
 2024-05-27 12:30 UTC  (4+ messages)

[isar-cip-core][PATCH] linux-cip: Update to 4.19.312-cip109-rt36 and 6.1.91-cip21
 2024-05-27 10:22 UTC 

[cip-dev][isar-cip-core]: Proposal: Replace security-customizations with recipes-security
 2024-05-27  9:10 UTC 

[ANNOUNCE] Release v6.1.91-cip21
 2024-05-27  9:07 UTC 

gitlab -stable-rc: mirroring not working?
 2024-05-24 18:58 UTC  (8+ messages)
` [cip-dev] "
  ` gitlab testing stuck?
    ` [cip-dev] "
      `  "
  ` CVE-2017-5715 on simatic-ipc227e -- was Re: [cip-dev] gitlab -stable-rc: mirroring not working?

[cip-dev][isar-cip-core][PATCH] encrypt_partition.clevis: clevis > v19 support multiple tpm2 device
 2024-05-24 16:43 UTC  (2+ messages)

[PATCH for linux-6.1.y-cip] usb: xhci-plat: Don't include xhci.h
 2024-05-24  0:30 UTC  (2+ messages)

[isar-cip-core][PATCH] cip-core-images: Make ISAR_RELEASE_CMD available to them all
 2024-05-23 16:56 UTC 

[cip-dev][isar-cip-core][PATCH] fix: Add missing mountpoint to crypthook
 2024-05-23 14:14 UTC  (2+ messages)

Query regarding SQUAD watch job submission
 2024-05-23 13:50 UTC  (3+ messages)
  ` [cip-dev] "

[ANNOUNCE] 4.19.312-cip109-rt36
 2024-05-23 10:49 UTC 

[isar-cip-core][PATCH] ci: Drop obsolete setting from reproducible-check
 2024-05-23  6:56 UTC 

[kernel-cve-report] New CVE entries this week
 2024-05-23  6:12 UTC  (2+ messages)

CIP IRC weekly meeting today on libera.chat
 2024-05-23  6:12 UTC 

Heading for isar-cip-core 1.4
 2024-05-21 10:03 UTC  (2+ messages)

isar-cip-core: State of security image
 2024-05-21  7:53 UTC 

Request for details of groups and projects for CIP Core in SQUAD
 2024-05-20 11:03 UTC 

[isar-cip-core][PATCH v1] .gitlab-ci.yml: Build for delta update when build_swu_v2 is enabled
 2024-05-18  4:59 UTC  (2+ messages)

[isar-cip-core][PATCH] deploy-ovmf: Avoid blank in network varflag
 2024-05-17 16:43 UTC 

[isar-cip-core][PATCH] shtab: Align recipe name with source name
 2024-05-17 16:43 UTC 

[isar-cip-core][PATCH] linux-cip: Update to 4.4.302-cip87-rt49
 2024-05-17 16:22 UTC 

[isar-cip-core][PATCH] kconfig: Express dependencies on SWUpdate
 2024-05-17 16:21 UTC 

[isar-cip-core v2][PATCH] Refactor tar.gz image option
 2024-05-17 16:07 UTC 

[isar-cip-core][PATCH] Refactor tar.gz image option
 2024-05-17 15:12 UTC 

[isar-cip-core] [PATCH] Add MCOM x86 target
 2024-05-17  7:38 UTC  (3+ messages)

Preparing test evidences for CIP Core packages for IEC 62443-4-x assessment
 2024-05-17  2:47 UTC  (2+ messages)

[PATCH][isar-cip-core] kas/opt/expand-on-first-boot.yml: add an optional expand-on-first-boot
 2024-05-16 16:18 UTC  (4+ messages)

CIP IRC weekly meeting today on libera.chat
 2024-05-16 12:03 UTC  (3+ messages)
` [cip-dev] "

[kernel-cve-report] New CVE entries this week
 2024-05-15 22:11 UTC 

[cip-dev] IRC meeting
 2024-05-15 11:37 UTC 

Request to set new variables in isar-cip-core CI/CD settings
 2024-05-15  4:55 UTC 

[isar-cip-core][PATCH v5] Update ISAR to latest version
 2024-05-14 13:26 UTC 

Query regarding SQUAD watch job submission
 2024-05-14 13:23 UTC  (5+ messages)

[cip-dev] Generic x86 kernel configration
 2024-05-14  8:28 UTC  (8+ messages)

isar-cip-core reproducibility pipelines
 2024-05-13  9:54 UTC  (2+ messages)

[ANNOUNCE] 4.4.302-cip87-rt49
 2024-05-13  8:01 UTC 

[isar-cip-core][PATCH] ci: Require qemu-riscv64 sid target to succeed
 2024-05-10 14:55 UTC 

[isar-cip-core][PATCH] use ISAR snapshot infrastructure for sid
 2024-05-10 14:42 UTC  (2+ messages)

[isar-cip-core][PATCH] Enable APT snapshot for reproducible builds
 2024-05-10 12:28 UTC  (3+ messages)

[isar-cip-core][PATCH v4] Update ISAR to latest version
 2024-05-10 12:15 UTC  (2+ messages)

[isar-cip-core][PATCH v6 0/4] Integrate Delta Update with rdiff_image and delta handler
 2024-05-10 11:37 UTC  (7+ messages)
` [isar-cip-core][PATCH v6 1/4] Add Delta update support "
` [isar-cip-core][PATCH v6 2/4] swupdate.bbclass: Generate swu for delta updates
` [isar-cip-core][PATCH v6 3/4] doc/README.swupdate.md: Update steps to test Delta software Update
` [isar-cip-core][PATCH v6 4/4] Kconfig: Add delta update option

[isar-cip-core][PATCH] ci: Append reproducible.yml unconditionally
 2024-05-10 10:56 UTC 

[isar-cip-core][PATCH] linux-cip: Update to 4.4.302-cip87 and 5.10.216-cip47
 2024-05-10 10:55 UTC 

[cip-dev] CIP IRC weekly meeting today on libera.chat
 2024-05-09  6:42 UTC 

[ANNOUNCE] Release v5.10.216-cip47
 2024-05-09  5:34 UTC 

[kernel-cve-report] New CVE entries this week
 2024-05-08 23:45 UTC 

[cip-dev][isar-cip-core][PATCH v3] wic/plugins/efibootguard*: Take --size and --fixed-size into account
 2024-05-08 19:56 UTC  (3+ messages)

[ANNOUNCE] Release v4.4.302-cip87
 2024-05-08 13:21 UTC 

[isar-cip-core][PATCH] linux-cip: Update to 4.19.312-cip109, 6.1.90-cip20[-rt11]
 2024-05-07 16:01 UTC 

[cip-dev][isar-cip-core][PATCH v5 00/11] Add option to encrypt the rootfs
 2024-05-07 15:58 UTC  (10+ messages)
` [cip-dev][isar-cip-core][PATCH v5 01/11] wic/*: Add part-labels to system partition
` [cip-dev][isar-cip-core][PATCH v5 02/11] initramfs: allow empty mountpoint for crypt hooks
` [cip-dev][isar-cip-core][PATCH v5 04/11] fix: use luks2 to identify encrypted partition
` [cip-dev][isar-cip-core][PATCH v5 05/11] Rename encrypt-partitions to encrypt-data
` [cip-dev][isar-cip-core][PATCH v5 06/11] Kconfig: Add option to encrypt the rootfs
` [cip-dev][isar-cip-core][PATCH v5 07/11] crypt-hook: Extend partition selection
` [cip-dev][isar-cip-core][PATCH v5 08/11] README: Add rootfs encryption
` [cip-dev][isar-cip-core][PATCH v5 10/11] fix: Remove spurious '-'

[ANNOUNCE] 6.1.90-cip20-rt11 (rt30)
 2024-05-07 15:09 UTC 

[ANNOUNCE] Release v6.1.90-cip20
 2024-05-07 12:50 UTC 

[isar-cip-core][PATCH v5 0/4] Integrate Delta Update with rdiff_image and delta handler
 2024-05-07  6:23 UTC  (7+ messages)
` [isar-cip-core][PATCH v5 1/4] Add Delta update support "
` [isar-cip-core][PATCH v5 2/4] swupdate.bbclass: Generate swu for delta updates
` [isar-cip-core][PATCH v5 3/4] doc/README.swupdate.md: Update steps to test Delta software Update
` [isar-cip-core][PATCH v5 4/4] Kconfig: Add delta update option

Request for reviews for 4.4-st52, 4.4-cip87
 2024-05-06 20:52 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox