mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] mem: add flush callback to sync caches for execution
 2026-04-13 10:28 UTC 

[PATCH 1/2] environment: support DT-compatible-specific overlays
 2026-04-13 10:20 UTC  (2+ messages)
` [PATCH 2/2] sandbox: add a match.of_compatible directory to exercise the feature

[PATCH 1/7] console: return characters written from console_putc
 2026-04-13 10:09 UTC  (7+ messages)
` [PATCH 2/7] stddef: implement scoped_var for use in iterators
` [PATCH 3/7] console: have for_each_console declare the iterator internally
` [PATCH 4/7] console: make console_puts and friends accept a console_device
` [PATCH 5/7] console: implement console_putc in terms of console_putbin
` [PATCH 6/7] console: implement console_printf
` [PATCH 7/7] commands: dmesg: give log_print a console_device parameter

[PATCH 1/5] video: simplefb: add r5g5b5a1 and x8b8g8r8 formats to SIMPLEFB_FORMATS
 2026-04-13 10:07 UTC  (5+ messages)
` [PATCH 2/5] video: simplefb-fixup: use shared SIMPLEFB_FORMATS table
` [PATCH 3/5] parameter: allow enum params to be set by numeric index
` [PATCH 4/5] video: simplefb-fixup: add stdout-path mode to register_simplefb param
` [PATCH 5/5] Documentation: add OpenBSD booting guide

[PATCH] state: suppress state overwrite warning for barebox DT
 2026-04-13 10:02 UTC 

[PATCH] commands: add resize command to reset terminal scroll region
 2026-04-13  9:56 UTC 

[PATCH 0/2] Add additional globalvar for soc_uid
 2026-04-13  8:24 UTC  (7+ 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] ARM: mmu: make ARM_MMU_PERMISSIONS depend on MMU
 2026-04-13  8:13 UTC  (2+ messages)

[PATCH] commands: bfetch: use 64-bit integer types for sizes
 2026-04-13  8:12 UTC  (2+ messages)

[PATCH] usb: dwc2: host: initialize sub to fix maybe-uninitialized warning
 2026-04-13  8:08 UTC  (2+ messages)

[PATCH 0/2] dns: Protect against too long hostnames and malicious packets
 2026-04-13  8:02 UTC  (4+ 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/5] fs: ext4: protection against corrupted filesystems
 2026-04-13  8:01 UTC  (10+ 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: tqmls1046a: Add Arkona AT300 support
 2026-04-13  7:58 UTC  (2+ messages)

[PATCH 0/7] test: Add framebuffer test
 2026-04-13  7:44 UTC  (8+ messages)
` [PATCH 1/7] ARM: multi_v8_defconfig: enable QEMU ramfb driver
` [PATCH 2/7] test: enable VirtIO keyboard
` [PATCH 3/7] commands: fbtest: add flush for single pattern
` [PATCH 4/7] test: conftest: don't call .startswith on int
` [PATCH 5/7] test: conftest: set -display none when non-interactive
` [PATCH 6/7] test: conftest: add qemu feature
` [PATCH 7/7] test: add framebuffer screenshot testing via QMP screendump

[PATCH] filetype: fix unaligned access for x86_linux_bootimage
 2026-04-13  7:32 UTC  (3+ messages)

[PATCH] ARM: ARMv5: make PTE_SMALL_AP_UNO_SRO work
 2026-04-13  7:31 UTC  (3+ messages)

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

[PATCH] video: simplefb-fixup: IORESOURCE_BUSY is deprecated use reserve_resource
 2026-04-13  7:29 UTC  (3+ messages)

[PATCH v2 00/10] arm: socfpga: iossm: add support for mailbox v1
 2026-04-13  7:27 UTC  (20+ 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] mci: cadence: fix device tree override of host_caps
 2026-04-13  7:03 UTC  (3+ messages)

blspec
 2026-04-10 14:02 UTC 

[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 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/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 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 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 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 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 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

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  (12+ 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 2/2] optee: skip registration of already known TEE bus devices
 2026-03-20  9:09 UTC  (2+ messages)
` [PATCH] fixup! "

[PATCH 6/9] firmware: Add compressed firmware symbols for PBL
 2026-03-20  8:54 UTC  (2+ 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  (4+ messages)
` [PATCH v5 3/7] security: policy: remove global active_policy var
` [PATCH v5 5/7] common: bootm: add policy to commandline

page:  |  | latest

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