public inbox for barebox@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-31 03:18:24 to 2026-04-10 14:03:39 UTC [more...]

blspec
 2026-04-10 14:02 UTC 

[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 


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