public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
 messages from 2024-05-27 09:07:52 to 2024-06-07 14:07:30 UTC [more...]

[PATCH 5.10.y-cip 00/19] Add suspend to RAM support for pin and IA55 IRQ controllers
 2024-06-07 14:07 UTC  (11+ messages)
` [PATCH 5.10.y-cip 01/19] clk: renesas: r9a08g045: Add IA55 pclk and its reset
` [PATCH 5.10.y-cip 02/19] bitfield: add FIELD_PREP_CONST()
` [PATCH 5.10.y-cip 03/19] pinctrl: renesas: rzg2l: Improve code for readability
` [PATCH 5.10.y-cip 04/19] pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro
` [PATCH 5.10.y-cip 05/19] pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28
` [PATCH 5.10.y-cip 06/19] pinctrl: renesas: rzg2l: Configure interrupt input mode
` [PATCH 5.10.y-cip 07/19] pinctrl: renesas: rzg2l: Simplify rzg2l_gpio_irq_{en,dis}able()
` [PATCH 5.10.y-cip 08/19] pinctrl: renesas: rzg2l: Avoid configuring ISEL in gpio_irq_{en,dis}able*(
` [PATCH 5.10.y-cip 09/19] pinctrl: renesas: rzg2l: Add suspend/resume support
` [PATCH 5.10.y-cip 10/19] irqchip/renesas-rzg2l: Add support for suspend to RAM

[isar-cip-core v3 0/4] Trigger CIP Core testing LAVA jobs
 2024-06-07 13:14 UTC  (6+ messages)
` [isar-cip-core v3 1/4] tests/templates: Include functionality based templates
` [isar-cip-core v3 2/4] submit_lava.sh: Add script to submit the jobs prepared from templates
` [isar-cip-core v3 3/4] .gitlab-ci.yml: Add test targets specific for CIP core functionalities
` [isar-cip-core v3 4/4] doc/README.lava-testing.md: Add README to explain CIP Core testing

[isar-cip-core v2 0/4] Trigger CIP Core testing LAVA jobs
 2024-06-07  9:52 UTC  (8+ messages)
` [isar-cip-core v2 1/4] tests/templates: Include functionality based templates
` [isar-cip-core v2 2/4] submit_lava.sh: Add script to submit the jobs prepared from templates
` [isar-cip-core v2 3/4] .gitlab-ci.yml: Add test targets specific for CIP core functionalities
` [isar-cip-core v2 4/4] doc/README.lava-testing.md: Add README to explain CIP Core testing

Adding swap space to the encrypted partition
 2024-06-06 22:49 UTC  (3+ messages)
` [cip-dev] "

[isar-cip-core][PATCH v2] linux-cip: Update to 4.19.315-cip110, 5.10.218-cip49[-rt20] and 6.1.92-cip22[-rt12]
 2024-06-06 15:35 UTC 

[isar-cip-core][PATCH] Kconfig: Fix and update security extension option
 2024-06-06 15:35 UTC 

[ANNOUNCE] Release v4.19.315-cip110
 2024-06-06 14:19 UTC 

gitlab -stable-rc: mirroring not working?
 2024-06-06 11:54 UTC  (16+ messages)
` [cip-dev] "
  ` CVE-2017-5715 on simatic-ipc227e -- was "
      ` Siemens targets timing out?
                ` 6.1 plans (rt, ethernet merge) was "

syslog-ng.service fails to start with empty var partition
 2024-06-06 11:48 UTC 

[ANNOUNCE] 5.10.218-cip49-rt20
 2024-06-06 11:28 UTC 

CIP IRC weekly meeting today on libera.chat
 2024-06-06  7:31 UTC 

[isar-cip-core][PATCH] linux-cip: Update 5.10.218-cip49 and 6.1.92-cip22[-rt12]
 2024-06-06  5:50 UTC 

[ANNOUNCE] Release v5.10.218-cip49
 2024-06-05 23:43 UTC 

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

[ANNOUNCE] 6.1.92-cip22-rt12
 2024-06-05 10:57 UTC 

Request for reviews for 4.4-st53, 4.4-cip88
 2024-06-05 10:54 UTC  (5+ messages)
  ` [cip-dev] "

[ANNOUNCE] Release v5.10.218-cip48
 2024-06-05  9:30 UTC 

[PATCH 5.10.y-cip 00/47] Add Ethernet support for Renesas RZ/G3S SoC
 2024-06-05  8:53 UTC  (50+ 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

[ANNOUNCE] 6.1.92-cip22
 2024-06-04 20:54 UTC 

[PATCH 6.1.y-cip 00/33] Add Ethernet support for Renesas RZ/G3S SoC
 2024-06-04 13:20 UTC  (37+ 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 6.1.y-cip 04/33] pinctrl: renesas: rzg2l: Add support to select power source for Ethernet pins
` [PATCH 6.1.y-cip 05/33] pinctrl: renesas: rzg2l: Add output enable support
` [PATCH 6.1.y-cip 06/33] pinctrl: renesas: rzg2l: Add input enable to the Ethernet pins
` [PATCH 6.1.y-cip 07/33] pinctrl: renesas: rzg2l: Fix locking in rzg2l_dt_subnode_to_map()
` [PATCH 6.1.y-cip 08/33] dt-bindings: net: renesas,etheravb: Document RZ/G3S support
` [PATCH 6.1.y-cip 09/33] net: ravb: Rely on PM domain to enable gptp_clk
` [PATCH 6.1.y-cip 10/33] net: ravb: Make reset controller support mandatory
` [PATCH 6.1.y-cip 11/33] net: ravb: Assert/de-assert reset on suspend/resume
` [PATCH 6.1.y-cip 12/33] net: ravb: Move reference clock enable/disable on runtime PM APIs
` [PATCH 6.1.y-cip 13/33] net: ravb: Move getting/requesting IRQs in the probe() method
` [PATCH 6.1.y-cip 14/33] net: ravb: Split GTI computation and set operations
` [PATCH 6.1.y-cip 15/33] net: ravb: Move delay mode set in the driver's ndo_open API
` [PATCH 6.1.y-cip 16/33] net: ravb: Move DBAT configuration to "
` [PATCH 6.1.y-cip 17/33] net: ravb: Move PTP initialization in the driver's ndo_open API for ccc_gac platorms
` [PATCH 6.1.y-cip 18/33] net: ravb: Set config mode in ndo_open and reset mode in ndo_close
` [PATCH 6.1.y-cip 19/33] net: ravb: Simplify ravb_suspend()
` [PATCH 6.1.y-cip 20/33] net: ravb: Simplify ravb_resume()
` [PATCH 6.1.y-cip 21/33] ravb: Add Rx checksum offload support for GbEth
` [PATCH 6.1.y-cip 22/33] ravb: Add Tx "
` [PATCH 6.1.y-cip 23/33] net: ravb: Get rid of the temporary variable irq
` [PATCH 6.1.y-cip 24/33] net: ravb: Keep the reverse order of operations in ravb_close()
` [PATCH 6.1.y-cip 25/33] net: ravb: Return cached statistics if the interface is down
` [PATCH 6.1.y-cip 26/33] net: ravb: Move the update of ndev->features to ravb_set_features()
` [PATCH 6.1.y-cip 27/33] net: ravb: Do not apply features to hardware if the interface is down
` [PATCH 6.1.y-cip 28/33] net: ravb: Add runtime PM support
` [PATCH 6.1.y-cip 29/33] net: ravb: Fix registered interrupt names
` [PATCH 6.1.y-cip 30/33] arm64: dts: renesas: r9a08g045: Add Ethernet nodes
` [PATCH 6.1.y-cip 31/33] arm64: dts: renesas: rzg3s-smarc-som: Use switches' names to select on-board functionalities
` [PATCH 6.1.y-cip 32/33] arm64: dts: renesas: rzg3s-smarc-som: Enable the Ethernet interfaces
` [PATCH 6.1.y-cip 33/33] arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO hogs

[isar-cip-core 0/3] Trigger CIP Core testing LAVA jobs
 2024-06-04  8:25 UTC  (13+ messages)
` [isar-cip-core 1/3] test/templates: Include functionality based templates
` [isar-cip-core 2/3] submit_lava.sh: Add script to submit the jobs prepared from templates
` [isar-cip-core 3/3] .gitlab-ci.yml: Add test targets specific for CIP core functionalities
      ` [cip-dev] "

Preparing test evidences for CIP Core packages for IEC 62443-4-x assessment
 2024-06-04  7:38 UTC  (2+ messages)

[ANNOUNCE] isar-cip-core v1.4-rc1
 2024-06-04  5:11 UTC 

Preparing test evidences for CIP Core packages for IEC 62443-4-x assessment
 2024-06-02 14:26 UTC  (3+ messages)
  ` [cip-dev] "

[cip-dev][isar-cip-core][PATCH 0/3] Clean up security config
 2024-05-31  6:34 UTC  (8+ 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

[cip-dev][isar-cip-core][PATCH v2] Enable secureboot and tpm2 encryption for generic x86
 2024-05-31  6:33 UTC  (3+ messages)
  ` [cip-security] "

[isar-cip-core][PATCH 1/2] linux-cip: Bump cip-kernel-config revision
 2024-05-31  6:24 UTC 

[isar-cip-core][PATCH 2/2] linux-cip: Ensure rebuild after changing SRCREV_cip-kernel-config
 2024-05-31  6:24 UTC 

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

Request for updating device dictionaries
 2024-05-29 13:07 UTC  (8+ messages)

Unable to start swtpm_start.sh
 2024-05-29 12:44 UTC  (4+ messages)

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

[isar-cip-core][PATCH 1/2] linux-cip: Switch x86 targets to new cip_merged_defconfig
 2024-05-28 15:19 UTC  (4+ messages)

[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 


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