public inbox for barebox@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-18 11:43:50 to 2026-04-10 13:25:26 UTC [more...]

[PATCH v2 00/10] arm: socfpga: iossm: add support for mailbox v1
 2026-04-10 13:24 UTC  (18+ messages)
` [PATCH v2 01/10] arm: socfpga: iossm: remove uninitialized variable
` [PATCH v2 02/10] arm: socfpga: iossm: add version check
` [PATCH v2 03/10] arm: socfpga: iossm: use local mb_ctrl variable
` [PATCH v2 04/10] arm: socfpga: iossm: store size in bytes
` [PATCH v2 05/10] arm: socfpga: iossm: refactor io96b_mb_init
` [PATCH v2 06/10] arm: socfpga: iossm: refactor return value handling
` [PATCH v2 07/10] arm: socfgpa: iossm: extract poll_bist_mem_init_status
` [PATCH v2 08/10] arm: socfgpa: iossm: extract initialization of one interface
` [PATCH v2 09/10] arm: socfpga: iossm: add memory initialization with inline ecc
` [PATCH v2 10/10] arm: socfpga: iossm: add support for mailbox v1

[PATCH 0/5] fs: ext4: protection against corrupted filesystems
 2026-04-10 11:51 UTC  (9+ messages)
` [PATCH 1/5] fs: ext4: validate log2_block_size from superblock at mount
` [PATCH 2/5] fs: ext4: reject superblocks with zero inodesz, gdsize or inodes_per_group
` [PATCH 3/5] fs: ext4: fix OOB read and infinite loop in ext_iterate()
` [PATCH 4/5] fs: ext4: reject dirents with too-small direntlen to prevent infinite loops
` [PATCH 5/5] fs: ext4: validate extent eh_entries against buffer capacity

[PATCH] ARM: ARMv5: make PTE_SMALL_AP_UNO_SRO work
 2026-04-10 11:23 UTC  (2+ messages)

Compiling barebox without PBL and using dts from Linux dts upstream for Zynq SoC
 2026-04-10 11:10 UTC  (10+ messages)

[PATCH] mci: cadence: fix device tree override of host_caps
 2026-04-10  7:19 UTC  (2+ messages)

[PATCH] video: simplefb-fixup: IORESOURCE_BUSY is deprecated use reserve_resource
 2026-04-09 12:15 UTC  (2+ messages)

[PATCH] ARM: dts: rk3588-rock-5b: use broken-cd for sdmmc
 2026-04-08 13:59 UTC  (2+ messages)

[PATCH 00/10] arm: socfpga: iossm: add support for mailbox v1
 2026-04-08  7:12 UTC  (13+ messages)
` [PATCH 01/10] arm: socfpga: iossm: remove uninitialized variable
` [PATCH 02/10] arm: socfpga: iossm: add version check
` [PATCH 03/10] arm: socfpga: iossm: use local mb_ctrl variable
` [PATCH 04/10] arm: socfpga: iossm: store size in bytes
` [PATCH 05/10] arm: socfpga: iossm: refactor io96b_mb_init
` [PATCH 06/10] arm: socfpga: iossm: refactor return value handling
` [PATCH 07/10] arm: socfgpa: iossm: extract poll_bist_mem_init_status
` [PATCH 08/10] arm: socfgpa: iossm: extract initialization of one interface
` [PATCH 09/10] arm: socfpga: iossm: add memory initialization with inline ecc
` [PATCH 10/10] arm: socfpga: iossm: add support for mailbox v1

[PATCH] ARM: tqmls1046a: Add Arkona AT300 support
 2026-04-07 11:01 UTC 

[PATCH] filetype: fix unaligned access for x86_linux_bootimage
 2026-04-07  7:50 UTC  (2+ messages)

[PATCH 0/2] nfs: protect against corrupt packets and userdata
 2026-04-02 10:39 UTC  (4+ messages)
` [PATCH 1/2] fs: nfs: fix stack and packet buffer overflows from long NFS paths
` [PATCH 2/2] fs: nfs: fix NULL dereference in nfs_read_req on truncated packets

[PATCH 0/2] dns: Protect against too long hostnames and malicious packets
 2026-04-02  8:25 UTC  (3+ messages)
` [PATCH 1/2] net: dns: fix packet buffer overflow from long hostnames
` [PATCH 2/2] net: dns: fix OOB read in dns_recv query type check

[PATCH 0/4] tftp: fix buffer overflows
 2026-04-02  7:21 UTC  (5+ messages)
` [PATCH 1/4] fs: tftp: prevent packet buffer overflow from long filenames
` [PATCH 2/4] fs: tftp: fix OACK option parsing bounds check
` [PATCH 3/4] fs: tftp: reject OACK with blocksize of zero
` [PATCH 4/4] fs: tftp: use bounded format for TFTP error message debug print

[PATCH 00/10] net: prevent buffer overflows in UDP packets
 2026-04-02  6:36 UTC  (11+ messages)
` [PATCH 01/10] net: add net_eth_to_udp() helper for validated UDP extraction
` [PATCH 02/10] fs: tftp: use net_eth_to_udp() for packet parsing
` [PATCH 03/10] net: dhcp: "
` [PATCH 04/10] fs: nfs: "
` [PATCH 05/10] net: dns: "
` [PATCH 06/10] net: sntp: "
` [PATCH 07/10] net: netconsole: "
` [PATCH 08/10] net: fastboot: "
` [PATCH 09/10] net: fastboot: stop using net_eth_to_udp_payload() for PACKET_SIZE
` [PATCH 10/10] net: remove unused net_eth_to_udp{hdr,_payload,len}() helpers

[PATCH v2 0/3] net: dhcp: fix buffer overflows
 2026-04-02  6:59 UTC  (4+ messages)
` [PATCH v2 1/3] net: dhcp: add bounds checking to DHCP option parsing
` [PATCH v2 2/3] net: dhcp: use xstrndup for bp_file to prevent read past field
` [PATCH v2 3/3] net: dhcp: cap DHCP option string length to 255 bytes

[PATCH 0/3] net: dhcp: fix buffer overflows
 2026-04-02  6:56 UTC  (4+ messages)
` [PATCH 1/3] net: dhcp: add bounds checking to DHCP option parsing
` [PATCH 2/3] net: dhcp: use strnlen/xstrndup for bp_file to prevent read past field
` [PATCH 3/3] net: dhcp: cap DHCP option string length to 255 bytes

[PATCH 0/2] security: policy: implement age verification
 2026-04-01 15:36 UTC  (5+ messages)
` [PATCH 1/2] security: policy: support "
` [PATCH 2/2] security: policy: add first "

file system crash
 2026-03-31 12:39 UTC  (5+ messages)

[PATCH] usb: dwc2: host: rework wait_for_chhltd to handle ACK and retry on errors
 2026-03-31  3:48 UTC 

[PATCH] usb: dwc2: host: initialize sub to fix maybe-uninitialized warning
 2026-03-31  3:23 UTC 

[PATCH 1/2] usb: dwc2: core: add no-csftrst-wait DT property
 2026-03-31  3:17 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: bcm2711-rpi: enable USB and skip soft reset wait on RPi4

[PATCH 0/2] Add additional globalvar for soc_uid
 2026-03-30 12:24 UTC  (3+ messages)
` [PATCH 1/2] common: misc: add soc_uid_bin to globalvar
` [PATCH 2/2] i.MX: HAB: update text for HABV4_CSF_UNLOCK_UID

[PATCH] commands: bfetch: use 64-bit integer types for sizes
 2026-03-29  7:30 UTC 

[PATCH v7 0/7] Add helper for security policies
 2026-03-27 13:35 UTC  (8+ messages)
` [PATCH v7 1/7] of: add of_property_write_string_array()
` [PATCH v7 2/7] security: policy: sanity check parameters
` [PATCH v7 3/7] security: policy: remove global active_policy var
` [PATCH v7 4/7] security: policy: add notifier chain for name change
` [PATCH v7 5/7] common: bootm: add policy to commandline
` [PATCH v7 6/7] drivers: pinctrl: configure pinctrl based on policy name
` [PATCH v7 7/7] security: kernel_pinctrl: fixup pinctrl in kernel dts

[PATCH] ARM: mmu: make ARM_MMU_PERMISSIONS depend on MMU
 2026-03-26  9:06 UTC 

Enclustra SA2: enable dual fast Ethernet
 2026-03-26  6:53 UTC  (2+ messages)

[PATCH 0/3] firmware: arm_scmi: clock: make more robust
 2026-03-25 11:42 UTC  (4+ messages)
` [PATCH 1/3] serial: introduce clk_get_enabled_for_console()
` [PATCH 2/3] clk: ignore -EPROTO in clk_get_enabled_if_available
` [PATCH 3/3] firmware: arm_scmi: clock: sync with Linux v7.0

[PATCH master] clk: scmi: clock: add compatibility for clock version 3.0
 2026-03-25 11:37 UTC 

[PATCH v6 0/7] Add helper for security policies
 2026-03-24 14:57 UTC  (11+ messages)
` [PATCH v6 1/7] of: add of_property_write_string_array()
` [PATCH v6 2/7] security: policy: sanity check parameters
` [PATCH v6 3/7] security: policy: remove global active_policy var
` [PATCH v6 4/7] security: policy: add notifier chain for name change
` [PATCH v6 5/7] common: bootm: add policy to commandline
` [PATCH v6 6/7] drivers: pinctrl: configure pinctrl based on policy name
` [PATCH v6 7/7] security: kernel_pinctrl: fixup pinctrl in kernel dts

[PATCH v2 2/2] ARM: setup_c: avoid clearing BSS twice
 2026-03-23 13:22 UTC  (16+ messages)

[PATCH master] ci: pytest: test against Debian 13.4.0 image
 2026-03-23  8:58 UTC 

[PATCH 1/2] gpio: have gpio_chip::set return an error code
 2026-03-23  8:58 UTC  (2+ messages)
` [PATCH 2/2] gpiolib: propagate errors from gpiod_set_(raw_)?value

[PATCH] regmap: align dev_get_regmap error return with Linux
 2026-03-23  7:24 UTC 

[PATCH] x86: fix initjmp storing base pointer at wrong address
 2026-03-23  7:17 UTC 

Capture decision-makers actively engaged in NAB 2026 events
 2026-03-20 16:46 UTC 

[PATCH] tee: drivers: rksecure: improve logging
 2026-03-20 13:57 UTC 

[PATCH] mci: register class device before card detection
 2026-03-20 13:56 UTC 

[PATCH 1/2] optee: Explicitly ignore OPTEE_RPC_CMD_RPMB_*
 2026-03-20  9:09 UTC  (4+ messages)
` [PATCH 2/2] optee: skip registration of already known TEE bus devices
  ` [PATCH] fixup! "

[PATCH 6/9] firmware: Add compressed firmware symbols for PBL
 2026-03-20  8:54 UTC  (3+ messages)
` [PATCH] fixup! "

[PATCH v2 1/6] mci: add data segment to mci_cmd
 2026-03-20  8:36 UTC  (2+ messages)
` [PATCH] fixup! "

[PATCH 0/6] Rockchip: Enable MMU before uncompressing TF-A and OP-TEE
 2026-03-20  8:31 UTC  (7+ messages)
` [PATCH 1/6] ARM: rockchip: dmc: rework DRAM functions
` [PATCH 2/6] ARM: rockchip: atf: make all memory banks available
` [PATCH 3/6] ARM: rockchip: atf: add OP-TEE fdt creation function for all SoCs
` [PATCH 4/6] ARM: Rockchip: Drop rk3xxx_atf_load_bl31()
` [PATCH 5/6] ARM: rockchip: separate physical DRAM start from usable start
` [PATCH 6/6] ARM: rockchip: atf: enable MMU in PBL

[PATCH v5 0/7] Add helper for security policies
 2026-03-20  7:29 UTC  (9+ messages)
` [PATCH v5 1/7] of: add of_property_write_string_array()
` [PATCH v5 2/7] security: policy: sanity check parameters
` [PATCH v5 3/7] security: policy: remove global active_policy var
` [PATCH v5 4/7] security: policy: add notifier chain for name change
` [PATCH v5 5/7] common: bootm: add policy to commandline
` [PATCH v5 6/7] drivers: pinctrl: configure pinctrl based on policy name
` [PATCH v5 7/7] security: kernel_pinctrl: fixup pinctrl in kernel dts

[PATCH] ARM: rockchip: atf: add missing newline in message
 2026-03-20  7:09 UTC  (2+ messages)

[PATCH v2 0/6] mci: cadence: add v6 support
 2026-03-20  7:06 UTC  (2+ messages)

[PATCH] ARM: i.MX: atf: pass scratch fdt if configured
 2026-03-20  7:04 UTC  (2+ messages)

[PATCH v4 0/7] Add helper for security policies
 2026-03-20  6:44 UTC  (8+ messages)
` [PATCH v4 1/7] of: add of_property_write_string_array()
` [PATCH v4 2/7] security: policy: sanity check parameters
` [PATCH v4 3/7] security: policy: remove global active_policy var
` [PATCH v4 4/7] security: policy: add notifier chain for name change
` [PATCH v4 5/7] common: bootm: add policy to commandline
` [PATCH v4 6/7] drivers: pinctrl: configure pinctrl based on policy name
` [PATCH v4 7/7] security: kernel_pinctrl: fixup pinctrl in kernel dts

[PATCH] nvmem: rockchip-otp: implement SoC UID reading
 2026-03-20  6:35 UTC  (2+ messages)

[PATCH] pmdomain: rockchip: inform about missing subdomain support when in use
 2026-03-20  6:35 UTC  (2+ messages)

[PATCH] mci: move optee_rpmb_detected() to where the card is detected
 2026-03-20  6:34 UTC  (2+ messages)

[PATCH] ARM: radxa-rock5t: Disable pcie3x2
 2026-03-20  6:33 UTC  (2+ messages)

[PATCH v3 0/5] Add helper for security policies
 2026-03-19 14:58 UTC  (13+ messages)
` [PATCH v3 3/5] security: policy: set active policy on boot
` [PATCH v3 4/5] security: configure pinctrl based on policy name
` [PATCH v3 5/5] security: kernel_pinctrl: fixup pinctrl in kernel dts

[PATCH v2] scripts: bareboxtlv-generator: add engine support
 2026-03-19 11:03 UTC  (2+ messages)

[PATCH 0/9] Firmware: support compressing firmware files
 2026-03-19  6:53 UTC  (2+ messages)

[PATCH] fixup! defaultenv: base: add new devboot script
 2026-03-19  6:49 UTC  (2+ messages)

[PATCH 01/16] lib: add lazy loadable infrastructure for deferred boot component loading
 2026-03-18 14:49 UTC  (5+ messages)
` [PATCH 14/16] defaultenv: base: add new devboot script


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