messages from 2023-10-02 01:30:35 to 2023-10-02 04:03:19 UTC [more...]
[xilinx-xlnx:xlnx_rebase_v6.1_LTS 898/1370] drivers/mtd/spi-nor/core.c:1726:34: warning: variable 'offset' is uninitialized when used here
2023-10-02 4:03 UTC
[Buildroot] [PATCH] Makefile: drop gen-missing-cpe leftovers
2023-10-02 3:57 UTC
[PATCH] MAINTAINERS: Add Angelo as MediaTek SoC co-maintainer
2023-10-02 3:31 UTC (5+ messages)
[PATCH v4] vmscan: add trace events for lru_gen
2023-10-02 3:26 UTC (7+ messages)
[RFC 0/4] gpio: add SCMI pinctrl based driver
2023-10-02 3:25 UTC (12+ messages)
` [RFC 1/4] pinctrl: define PIN_CONFIG_INPUT
` [RFC 2/4] pinctrl: add pinctrl_gpio_get_config()
` [RFC 3/4] gpio: scmi: add SCMI pinctrl based gpio driver
` [RFC 4/4] dt-bindings: gpio: Add bindings for SCMI pinctrl based gpio
[BUG] verifier escape with iteration helpers (bpf_loop, ...)
2023-10-02 3:26 UTC (28+ messages)
[PATCH] crypto: Move akcipher_request_cast helper to crypto header
2023-10-02 3:21 UTC (4+ messages)
[linux-next:master] BUILD REGRESSION df964ce9ef9fea10cf131bf6bad8658fde7956f6
2023-10-02 3:22 UTC (3+ messages)
git grep performance regression on macOS
2023-10-02 3:05 UTC (2+ messages)
[Intel-gfx] [PATCH] drm/i915/uapi: fix doc typos
2023-10-02 3:01 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
✅ PASS (SKIPPED 4 of 230): Test report for master (6.6.0-rc3, mainline.kernel.org-clang, 8f633369)
2023-10-02 3:01 UTC
[PATCH 00/27] platform: Convert to platform remove callback returning void
2023-10-02 3:00 UTC (2+ messages)
[RFC][PATCHES] fixes in methods exposed to rcu pathwalk
2023-10-02 2:52 UTC (18+ messages)
` [PATCH 01/15] rcu pathwalk: prevent bogus hard errors from may_lookup()
` [PATCH 02/15] exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helper
` [PATCH 03/15] affs: free affs_sb_info with kfree_rcu()
` [PATCH 04/15] hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_info
` [PATCH 05/15] cifs_get_link(): bail out in unsafe case
` [PATCH 06/15] procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()
` [PATCH 07/15] procfs: make freeing proc_fs_info rcu-delayed
` [PATCH 08/15] gfs2: fix an oops in gfs2_permission()
` [PATCH 09/15] nfs: make nfs_set_verifier() safe for use in RCU pathwalk
` [PATCH 10/15] nfs: fix UAF on pathwalk running into umount
` [PATCH 11/15] fuse: fix UAF in rcu pathwalks
` [PATCH 12/15] afs: fix __afs_break_callback() / afs_drop_open_mmap() race
` [PATCH 13/15] overlayfs: move freeing ovl_entry past rcu delay
` [PATCH 14/15] ovl_dentry_revalidate_common(): fetch inode once
` [PATCH 15/15] overlayfs: make use of ->layers safe in rcu pathwalk
[asahilinux:bits/230-touchbar 1/8] drivers/gpu/drm/adp/adp_drv.c:220:19: warning: no previous prototype for 'adp_plane_new'
2023-10-02 2:50 UTC
security/apparmor/policy_unpack.c:1212 verify_profile() warn: can 'rules' even be NULL?
2023-10-02 2:50 UTC
[xilinx-xlnx:xlnx_rebase_v6.1_LTS 640/1370] drivers/net/ethernet/cadence/macb_main.c: linux/crc32.h is included more than once
2023-10-02 2:50 UTC
[PATCH] drivers/net/slip: prevent data alignment fault
2023-10-02 2:45 UTC
[PATCH v5 2/5] lib/test_bitmap: add tests for bitmap_{read,write}()
2023-10-02 2:44 UTC (11+ messages)
[PATCH 00/30] Initial support for multiple hash functions
2023-10-02 2:40 UTC (46+ messages)
` [PATCH 01/30] object-file-convert: Stubs for converting from one object format to another
` [PATCH 03/30] object-names: Support input of oids in any supported hash
` [PATCH 05/30] loose: add a mapping between SHA-1 and SHA-256 for loose objects
` [PATCH 21/30] repository: Implement extensions.compatObjectFormat
` [PATCH v2 00/30] initial support for multiple hash functions
` [PATCH v2 01/30] object-file-convert: stubs for converting from one object format to another
` [PATCH v2 02/30] oid-array: teach oid-array to handle multiple kinds of oids
` [PATCH v2 03/30] object-names: support input of oids in any supported hash
` [PATCH v2 04/30] repository: add a compatibility hash algorithm
` [PATCH v2 05/30] loose: add a mapping between SHA-1 and SHA-256 for loose objects
` [PATCH v2 06/30] loose: compatibilty short name support
` [PATCH v2 07/30] object-file: update the loose object map when writing loose objects
` [PATCH v2 08/30] object-file: add a compat_oid_in parameter to write_object_file_flags
` [PATCH v2 09/30] commit: write commits for both hashes
` [PATCH v2 10/30] commit: convert mergetag before computing the signature of a commit
` [PATCH v2 11/30] commit: export add_header_signature to support handling signatures on tags
` [PATCH v2 12/30] tag: sign both hashes
` [PATCH v2 13/30] cache: add a function to read an OID of a specific algorithm
` [PATCH v2 14/30] object: factor out parse_mode out of fast-import and tree-walk into in object.h
` [PATCH v2 15/30] object-file-convert: add a function to convert trees between algorithms
` [PATCH v2 16/30] object-file-convert: convert tag objects when writing
` [PATCH v2 17/30] object-file-convert: don't leak when converting tag objects
` [PATCH v2 18/30] object-file-convert: convert commit objects when writing
` [PATCH v2 19/30] object-file-convert: convert commits that embed signed tags
` [PATCH v2 20/30] object-file: update object_info_extended to reencode objects
` [PATCH v2 21/30] repository: implement extensions.compatObjectFormat
` [PATCH v2 22/30] rev-parse: add an --output-object-format parameter
` [PATCH v2 23/30] builtin/cat-file: let the oid determine the output algorithm
` [PATCH v2 24/30] tree-walk: init_tree_desc take an oid to get the hash algorithm
` [PATCH v2 25/30] object-file: handle compat objects in check_object_signature
` [PATCH v2 26/30] builtin/ls-tree: let the oid determine the output algorithm
` [PATCH v2 27/30] test-lib: compute the compatibility hash so tests may use it
` [PATCH v2 28/30] t1006: rename sha1 to oid
` [PATCH v2 29/30] t1006: test oid compatibility with cat-file
` [PATCH v2 30/30] t1016-compatObjectFormat: add tests to verify the conversion between objects
[PATCH v1] iio: adc: aspeed: Support deglitch feature
2023-10-02 2:30 UTC (5+ messages)
SRCU: kworker hung in synchronize_srcu
2023-10-02 2:21 UTC (9+ messages)
sound/firewire/amdtp-stream.c:1099 process_rx_packets() error: uninitialized symbol 'curr_cycle_time'
2023-10-02 2:19 UTC
[PATCH V1] mmc: sdhci-pci-gli: GL975[05]: Mask the replay timer timeout of AER
2023-10-02 2:18 UTC (8+ messages)
[PATCH] hw/display/ramfb: plug slight guest-triggerable leak on mode setting
2023-10-02 2:02 UTC (7+ messages)
[PATCH] ARM: dts: imx28: Fix dcp compatible
2023-10-02 2:00 UTC
[dm-devel] [PATCH v16 08/12] nvmet: add copy command support for bdev and file ns
2023-10-02 1:58 UTC (3+ messages)
` "
[PATCH 0/4] tty: serial: 8250: Changes of MOXA PCIe boards in 8250_pci.c
2023-10-02 1:57 UTC (5+ messages)
` [PATCH 1/4] tty: serial: 8250: Cleanup MOXA configurations "
` [PATCH 2/4] tty: serial: 8250: Add support for MOXA Mini PCIe boards
` [PATCH 3/4] tty: serial: 8250: Fix MOXA RS422/RS485 PCIe boards not work by default
` [PATCH 4/4] tty: serial: 8250: Add support for MOXA PCIe boards to switch interface between RS422/RS485
[PATCH 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
2023-10-02 1:56 UTC (10+ messages)
` [PATCH 7/7] "
[PATCH v3 0/4] malloc: Reduce size by initializing data at runtime
2023-10-02 1:46 UTC (5+ messages)
` [PATCH v3 4/4] malloc: Enable SYS_MALLOC_RUNTIME_INIT by default in SPL
[PATCH] linker_list: Fix ll_entry_get alignment
2023-10-02 1:43 UTC (4+ messages)
[RFC PATCH v2 0/8] ATF and OP-TEE Firewalling for K3 devices
2023-10-02 1:17 UTC (9+ messages)
` [RFC PATCH v2 1/8] dtoc: openssl: Add GetHexOctet method
` [RFC PATCH v2 2/8] binman: ti-secure: Add support for firewalling entities
` [RFC PATCH v2 3/8] binman: ftest: Add test for ti-secure firewall node
` [RFC PATCH v2 4/8] binman: k3: add k3-security.h and include it in k3-binman.dtsi
[PATCH] scripts/Makefile.lib: also consider $(CONFIG_SYS_BOARD)-u-boot.dtsi
2023-10-02 1:17 UTC (12+ messages)
[dtor-input:next] BUILD SUCCESS 68ede283a1d8fe0813b218aeb498faf3b0fc0a7b
2023-10-02 1:44 UTC
[PATCH v2 00/32] spl: Preparation for Universal Payload
2023-10-02 1:17 UTC (8+ messages)
` [PATCH v2 30/32] fdt: Allow the devicetree to come from a bloblist
image-host: small improvements and fixes
2023-10-02 1:17 UTC (5+ messages)
` [PATCH 1/2] image-host: add a check of the return value of snprintf
` [PATCH 2/2] image-host: increase path length when setting up the cipher
[PATCH 00/15] blk: sandbox: Support binding a device with a given logical block size
2023-10-02 1:17 UTC (29+ messages)
` [PATCH 01/15] blk: Use a macro for the typical "
` [PATCH 02/15] cmd: host: Mandate the filename parameter in the 'bind' command
` [PATCH 04/15] blk: host_dev: Make host_sb_detach_file() and host_sb_ops static
` [PATCH 05/15] blk: host_dev: Sanity check on the size of host backing file
` [PATCH 06/15] cmd: host: Print out the block size of the host device
` [PATCH 07/15] blk: blkmap: Make bind/unbind routines static
` [PATCH 08/15] cmd: blkmap: Make map_handlers[] and its .fn static
` [PATCH 09/15] blk: blkmap: Support mapping to device of any block size
` [PATCH 10/15] cmd: blk_common: Use macros for the return values
` [PATCH 11/15] dm: blk: Rename get_desc() and make it externally visible
` [PATCH 12/15] cmd: blk_common: Stop using hard-coded block size for Sandbox operations
` [PATCH 13/15] dm: blk: Drop blk_{read,write}_devnum()
` [PATCH 14/15] disk: part: Print out the unknown device uclass id
` [PATCH 15/15] disk: part: Handle blkmap device in print_part_header()
[PATCH v5 00/16] firmware: scmi: add SCMI base protocol support
2023-10-02 1:17 UTC (9+ messages)
` [PATCH v5 03/16] firmware: scmi: support dummy channels for sandbox agent
` [PATCH v5 04/16] test: dm: add protocol-specific channel test
` [PATCH v5 11/16] firmware: scmi: add a check against availability of protocols
` [PATCH v5 13/16] test: dm: add SCMI base protocol test
[PATCH 0/4] firmware: scmi: add SCMI power domain protocol support
2023-10-02 1:17 UTC (5+ messages)
` [PATCH 3/4] sandbox: add SCMI power domain protocol support for testing
` [PATCH 4/4] test: dm: add SCMI power domain protocol test
[PATCH 0/4] mkimage: also honour -B even without external data
2023-10-02 1:17 UTC (3+ messages)
` [PATCH 5/4] mkimage: update man page and -h output
[PATCH v2 0/2] Enable split mode in binman
2023-10-02 1:16 UTC (3+ messages)
` [PATCH v2 1/2] binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts
[PATCH 1/5] core: fix doc comments of dev_read_addr*() and related functions
2023-10-02 1:17 UTC (6+ messages)
` [PATCH 2/5] core: return FDT_ADDR_T_NONE from devfdt_get_addr_[size_]name() on errors
` [PATCH 5/5] treewide: use dev_read_addr_*_ptr() where appropriate
[PATCHv10 00/15] net/lwip: add lwip library for the network stack
2023-10-02 1:17 UTC (15+ messages)
` [PATCHv10 06/15] net/lwip: implement dhcp cmd
` [PATCHv10 08/15] net/lwip: implement wget cmd
` [PATCHv10 10/15] net/lwip: add lwIP configuration
` [PATCHv10 12/15] net/lwip: update .gitignore with lwIP
` [PATCHv10 13/15] net/lwip: connection between cmd and lwip apps
` [PATCHv10 14/15] net/lwip: replace original net commands with lwip
` [PATCHv10 15/15] net/lwip: split net.h to net.h, arp.h and eth.h
[PATCH 0/2] stdio: fix stdio_deregister_dev()
2023-10-02 1:16 UTC (5+ messages)
` [PATCH 1/2] dm: serial: fix serial_post_probe()
` [PATCH 2/2] stdio: fix stdio_deregister_dev()
[PATCH v2 0/3] Add rkmtd command
2023-10-02 1:16 UTC (3+ messages)
` [PATCH v2 2/3] dm: prepare rkmtd UCLASS
[PATCH v2 0/3] Conclusive KSTR-SAMA5D27 support
2023-10-02 1:17 UTC (3+ messages)
` [PATCH v2 1/3] common: add prototype & rename populate_serial_number()
bootstd: Scanning for USB bootflow will remove existing SCSI bootflow
2023-10-02 1:17 UTC (4+ messages)
[PATCH v2] dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation
2023-10-02 1:16 UTC (6+ messages)
` [PATCH v2] dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation : regression
[PATCH 0/4] pci: Fix some section mismatches
2023-10-02 1:38 UTC (4+ messages)
` [PATCH 1/4] PCI: exynos: Don't put .remove callback in .exit.text section
[PATCH] Revert "fs: ext4: check the minimal partition size to mount"
2023-10-02 1:17 UTC (2+ messages)
[PATCH] mkimage: allow internalization of data-position
2023-10-02 1:17 UTC (2+ messages)
[PATCH 00/34] x86: expo: Add support for editing coreboot CMOS RAM settings
2023-10-02 1:15 UTC (35+ messages)
` [PATCH 01/34] test: Run tests that don't need devices
` [PATCH 02/34] test: Add a new suite for commands
` [PATCH 03/34] test: Add helper to skip to partial console line
` [PATCH 04/34] test: Make UT_LIB_ASN1 depend on sandbox
` [PATCH 05/34] test: Run bootstd tests only "
` [PATCH 06/34] test: Handle use of stack pointer in bdinfo
` [PATCH 07/34] test: bdinfo: Add missing asserts
` [PATCH 08/34] test: fdt: Add a special case for real boards
` [PATCH 09/34] test: font: Add dependencies on fonts
` [PATCH 10/34] test: event: Only run test_event_probe() on sandbox
` [PATCH 11/34] test: lmb: Move tests into the lib suite
` [PATCH 12/34] test: print: Skip test on x86
` [PATCH 13/34] video: Add a function to clear the display
` [PATCH 14/34] sandbox: Add a dummy booti command
` [PATCH 15/34] bootstd: Add a menu option to bootflow scan
` [PATCH 16/34] video: Add a dark-grey console colour
` [PATCH 17/34] video: Avoid starting a new line to close to the bottom
` [PATCH 18/34] expo: Place menu items to the right of all labels
` [PATCH 19/34] expo: Set the initial next_id to 1
` [PATCH 20/34] expo: Use standard numbering for save and discard
` [PATCH 21/34] expo: Allow menu items to have values
` [PATCH 22/34] expo: Add a little more cedit CMOS logging
` [PATCH 23/34] expo: Support menu-item values in cedit
` [PATCH 24/34] expo: Drop unneceesary calls to expo_str()
` [PATCH 25/34] expo: Drop scene_title_set()
` [PATCH 26/34] expo: Add forward declaration for udevice to cedit
` [PATCH 27/34] x86: coreboot: Enable unit tests
` [PATCH 28/34] x86: CI: Update coreboot
` [PATCH 29/34] x86: coreboot: Add a test for cbsysinfo command
` [PATCH 30/34] x86: coreboot: Show the option table
` [PATCH 31/34] x86: coreboot: Enable support for the configuration editor
` [PATCH 32/34] x86: coreboot: Add a command to check and update CMOS RAM
` [PATCH 33/34] x86: coreboot: Allow building an expo for editing CMOS config
` [PATCH 34/34] x86: Enable RTC command by default
[PATCH v3 00/12] Resolve issues with booting distros on x86
2023-10-02 1:14 UTC (4+ messages)
` [PATCH v3 08/12] video: Drop unnecessary truetype operations from SPL
` [PATCH v3 11/12] x86: qemu: Expand ROM size
` [PATCH v3 12/12] x86: qemu: Enable truetype fonts
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.