messages from 2024-06-07 04:30:06 to 2024-06-07 05:46:57 UTC [more...]
[PATCH ipsec-next v2 0/17] Add IP-TFS mode to xfrm
2024-06-07 5:42 UTC (19+ messages)
` [PATCH ipsec-next v3 01/17] xfrm: config: add CONFIG_XFRM_IPTFS
` [PATCH ipsec-next v3 02/17] include: uapi: add ip_tfs_*_hdr packet formats
` [PATCH ipsec-next v3 03/17] include: uapi: add IPPROTO_AGGFRAG for AGGFRAG in ESP
` [PATCH ipsec-next v3 04/17] xfrm: sysctl: allow configuration of global default values
` [PATCH ipsec-next v3 05/17] xfrm: netlink: add config (netlink) options
` [PATCH ipsec-next v3 06/17] xfrm: add mode_cbs module functionality
` [PATCH ipsec-next v3 07/17] xfrm: add generic iptfs defines and functionality
` [PATCH ipsec-next v3 08/17] xfrm: iptfs: add new iptfs xfrm mode impl
` [PATCH ipsec-next v3 09/17] xfrm: iptfs: add user packet (tunnel ingress) handling
` [PATCH ipsec-next v3 10/17] xfrm: iptfs: share page fragments of inner packets
` [PATCH ipsec-next v3 11/17] xfrm: iptfs: add fragmenting of larger than MTU user packets
` [PATCH ipsec-next v3 12/17] xfrm: iptfs: add basic receive packet (tunnel egress) handling
` [PATCH ipsec-next v3 13/17] xfrm: iptfs: handle received fragmented inner packets
` [PATCH ipsec-next v3 14/17] xfrm: iptfs: add reusing received skb for the tunnel egress packet
` [PATCH ipsec-next v3 15/17] xfrm: iptfs: add skb-fragment sharing code
` [PATCH ipsec-next v3 16/17] xfrm: iptfs: handle reordering of received packets
` [PATCH ipsec-next v3 17/17] xfrm: iptfs: add tracepoint functionality
` [PATCH ipsec-next v3 0/17] Add IP-TFS mode to xfrm
[PATCH] perf test: Speed up test case 70 annotate basic tests
2024-06-07 5:43 UTC
[PATCH] perf test: Speed up test case 70 annotate basic tests
2024-06-07 5:43 UTC
[PATCH] loongarch: Only select HAVE_OBJTOOL and allow ORC unwinder if the inline assembler supports R_LARCH_{32,64}_PCREL
2024-06-07 5:42 UTC (11+ messages)
[PATCH] block: initialize integrity buffer to zero before writing it to media
2024-06-07 5:40 UTC (4+ messages)
[RFC PATCH mtd-utils 000/110] Add fsck.ubifs support
2024-06-07 5:08 UTC (84+ messages)
` [RFC PATCH mtd-utils 010/110] mkfs.ubifs: Close libubi in error handling paths
` [RFC PATCH mtd-utils 012/110] mkfs.ubifs: Fix memleak for 'output' in error paths
` [RFC PATCH mtd-utils 015/110] ubifs-utils: Extract UBI opening/closing/volume_check_empty functions into a new source file
` [RFC PATCH mtd-utils 017/110] mtd-utils: Extract list implementation to common lib and add list_sort support
` [RFC PATCH mtd-utils 018/110] mtd-utils: Extract rbtree implementation to common lib
` [RFC PATCH mtd-utils 019/110] ubifs-utils: Add compiler attributes implementations
` [RFC PATCH mtd-utils 020/110] ubifs-utils: Add linux type definitions
` [RFC PATCH mtd-utils 030/110] ubifs-utils: Add linux hexdump implementations lib
` [RFC PATCH mtd-utils 034/110] ubifs-utils: Adapt ubifs header file in libubifs
` [RFC PATCH mtd-utils 035/110] ubifs-utils: Adapt super.c "
` [RFC PATCH mtd-utils 036/110] ubifs-utils: Adapt io.c "
` [RFC PATCH mtd-utils 037/110] ubifs-utils: Adapt lpt subsystem "
` [RFC PATCH mtd-utils 038/110] ubifs-utils: Adapt tnc "
` [RFC PATCH mtd-utils 040/110] ubifs-utils: Adapt recovery "
` [RFC PATCH mtd-utils 041/110] ubifs-utils: Adapt sb.c "
` [RFC PATCH mtd-utils 042/110] ubifs-utils: Adapt auth.c "
` [RFC PATCH mtd-utils 043/110] ubifs-utils: Adapt dir.c "
` [RFC PATCH mtd-utils 044/110] ubifs-utils: Adapt journal.c "
` [RFC PATCH mtd-utils 046/110] ubifs-utils: Adapt commit.c "
` [RFC PATCH mtd-utils 051/110] ubifs-utils: Adapt orphan.c "
` [RFC PATCH mtd-utils 052/110] ubifs-utils: Adapt gc subsystem "
` [RFC PATCH mtd-utils 053/110] ubifs-utils: Move ubifs-media.h "
` [RFC PATCH mtd-utils 054/110] ubifs-utils: Add descriptions for new lib files in libubifs/README
` [RFC PATCH mtd-utils 055/110] ubifs-utils: Replace ubifs related source code with linux kernel implementation
` [RFC PATCH mtd-utils 056/110] ubifs-utils: open_ubi: Set errno if the target is not char device
` [RFC PATCH mtd-utils 057/110] fsck.ubifs: Add fsck support
` [RFC PATCH mtd-utils 058/110] fsck.ubifs: Add inconsistent problem handling asking function
` [RFC PATCH mtd-utils 060/110] fsck.ubifs: Load filesystem information from UBI volume
` [RFC PATCH mtd-utils 062/110] fsck.ubifs: Add file organization realization
` [RFC PATCH mtd-utils 063/110] fsck.ubifs: Add rebuilding filesystem support
` [RFC PATCH mtd-utils 065/110] fsck.ubifs: rebuild_fs: Add valid nodes into file
` [RFC PATCH mtd-utils 067/110] fsck.ubifs: rebuild_fs: Extract reachable directory entries tree
` [RFC PATCH mtd-utils 069/110] fsck.ubifs: rebuild_fs: Record used LEBs
` [RFC PATCH mtd-utils 071/110] fsck.ubifs: rebuild_fs: Create new root dir if there are no scanned files
` [RFC PATCH mtd-utils 072/110] fsck.ubifs: rebuild_fs: Build TNC
` [RFC PATCH mtd-utils 073/110] fsck.ubifs: rebuild_fs: Build LPT
` [RFC PATCH mtd-utils 074/110] fsck.ubifs: rebuild_fs: Clean up log and orphan area
` [RFC PATCH mtd-utils 075/110] fsck.ubifs: rebuild_fs: Write master node
` [RFC PATCH mtd-utils 076/110] fsck.ubifs: Read master node & init lpt
` [RFC PATCH mtd-utils 077/110] fsck.ubifs: Replay journal
` [RFC PATCH mtd-utils 078/110] fsck.ubifs: Handle orphan nodes
` [RFC PATCH mtd-utils 079/110] fsck.ubifs: Consolidate log
` [RFC PATCH mtd-utils 080/110] fsck.ubifs: Recover isize
` [RFC PATCH mtd-utils 081/110] fsck.ubifs: Move common functions and data structures into fsck.ubifs.c
` [RFC PATCH mtd-utils 082/110] fsck.ubifs: Traverse TNC and construct files
` [RFC PATCH mtd-utils 083/110] fsck.ubifs: Ensure that TNC LEB can be scanned successful
` [RFC PATCH mtd-utils 084/110] fsck.ubifs: Update files' size for check mode
` [RFC PATCH mtd-utils 085/110] fsck.ubifs: Check and handle invalid files
` [RFC PATCH mtd-utils 087/110] fsck.ubifs: Check and correct files' information
` [RFC PATCH mtd-utils 088/110] fsck.ubifs: Check whether the TNC is empty
` [RFC PATCH mtd-utils 089/110] fsck.ubifs: Move common functions and data structures into check_space.c
` [RFC PATCH mtd-utils 090/110] fsck.ubifs: check and correct the space statistics
` [RFC PATCH mtd-utils 091/110] fsck.ubifs: Commit problem fixing modifications to disk
` [RFC PATCH mtd-utils 092/110] fsck.ubifs: Check and correct the index size
` [RFC PATCH mtd-utils 093/110] ubifs-utils: libubifs: Support some file operations
` [RFC PATCH mtd-utils 094/110] fsck.ubifs: Check and create the root dir
` [RFC PATCH mtd-utils 098/110] fsck.ubifs: Add README to describe fsck
` [RFC PATCH mtd-utils 099/110] tests: Add common libs for testing fsck.ubifs/mkfs.ubifs
` [RFC PATCH mtd-utils 100/110] tests: ubifs_tools: fsck_tests: Add authentication refusing test
` [RFC PATCH mtd-utils 101/110] tests: ubifs_tools: fsck_tests: Add cycle mount+fsck test
` [RFC PATCH mtd-utils 102/110] tests: ubifs_tools: fsck_tests: Add powercut+fsck+mount test
` [RFC PATCH mtd-utils 103/110] tests: ubifs_tools: fsck_tests: Add corrupt+fsck+fault_inject test
` [RFC PATCH mtd-utils 104/110] tests: ubifs_tools: fsck_tests: Add cycle_powercut+fsck test
` [RFC PATCH mtd-utils 105/110] tests: ubifs_tools: fsck_tests: Add random_corrupt+fsck test
` [RFC PATCH mtd-utils 106/110] tests: ubifs_tools: fsck_tests: Add corrupted images
` [RFC PATCH mtd-utils 107/110] tests: ubifs_tools: fsck_tests: Add bad images fixing test
` [RFC PATCH mtd-utils 108/110] tests: ubifs_tools: mkfs_tests: Add fs content check test
` [RFC PATCH mtd-utils 109/110] tests: ubifs_tools: Add run_all script
` [RFC PATCH mtd-utils 110/110] tests: ubifs_tools: Add README
[leon-rdma:rdma-next 34/40] drivers/infiniband/sw/siw/siw_verbs.c:1130:5: error: conflicting types for 'siw_create_cq'; have 'int(struct ib_cq *, const struct ib_cq_init_attr *, struct ib_udata *, struct uverbs_attr_bundle *)'
2024-06-07 5:32 UTC
[chrome-os:chromeos-6.1 111/126] mtk-cmdq-sec-tee.c:undefined reference to `tee_client_close_context'
2024-06-07 5:32 UTC
[PATCH v2] mm: swap: remove 'synchronous' argument to swap_read_folio()
2024-06-07 5:31 UTC (2+ messages)
[PATCH 6.1 000/473] 6.1.93-rc1 review
2024-06-07 5:30 UTC (3+ messages)
` [PATCH 6.1 213/473] platform/x86: xiaomi-wmi: Fix race condition when reporting key events
[PATCH v5] drm/i915/panelreplay: Panel replay workaround with VRR
2024-06-07 5:30 UTC (2+ messages)
[PATCH v10 1/4] PCI/DOE: Rename DOE protocol to feature
2024-06-07 5:29 UTC (4+ messages)
` [PATCH v10 3/4] PCI/DOE: Expose the DOE features via sysfs
[PATCH 6.6 000/744] 6.6.33-rc1 review
2024-06-07 5:29 UTC (3+ messages)
` [PATCH 6.6 307/744] platform/x86: xiaomi-wmi: Fix race condition when reporting key events
support large folios for NFS
2024-06-07 5:29 UTC (4+ messages)
[PATCH 2/2] ci: let pedantic job compile with -Og
2024-06-07 5:28 UTC (5+ messages)
` [PATCH v2 0/2] ci: detect more warnings via `-Og`
` [PATCH v2 2/2] ci: compile "linux-gcc-default" job with -Og
[PATCH blktests] nbd/004: drop the check for "couldn't allocate config" message
2024-06-07 5:28 UTC
Kernel Image Format Issue - Coldfire mcf54418 CPU Failing to Boot
2024-06-07 5:27 UTC (6+ messages)
` m54418: ELF execution issues
[PATCH v2 0/2] Assert for multiple or undefined forcewake domains
2024-06-07 5:27 UTC (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` [PATCH v2 1/2] drm/xe: Ensure caller uses sole domain for xe_force_wake_assert_held
` [PATCH v2 2/2] drm/xe: Check valid domain is passed in xe_force_wake_ref
` ✓ CI.Build: success for Assert for multiple or undefined forcewake domains
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
dm-verity requires WQ_UNBOUND with mxs-dcp
2024-06-07 5:22 UTC (4+ messages)
[RFC PATCH v4 0/2] net::phy add unified API for C22 and C45 registers
2024-06-07 5:21 UTC (3+ messages)
` [RFC PATCH v4 1/2] rust: net::phy unified read/write "
` [RFC PATCH v4 2/2] rust: net::phy unified genphy_read_status function "
[PATCH net-next v3 0/4] net: macb: WOL enhancements
2024-06-07 5:19 UTC (4+ messages)
` [PATCH net-next v3 3/4] net: macb: Add ARP support to WOL
[PATCH v3 0/8] Inline ECC Series
2024-06-07 5:19 UTC (4+ messages)
` [PATCH v3 7/8] board: ti: Pull redundant DDR functions to a common location and Fixup DDR size when ECC is enabled
[PATCH 0/4] soc: imx: secvio: Add secvio support
2024-06-07 5:08 UTC (14+ messages)
` [PATCH 1/4] dt-bindings: firmware: secvio: Add device tree bindings
` [EXT] "
` [EXT] Re: [PATCH 0/4] soc: imx: secvio: Add secvio support
[PATCH v2 0/7] Intel Wired LAN Driver Updates 2024-06-03
2024-06-07 5:13 UTC (7+ messages)
` [PATCH v2 2/7] ice: store representor ID in bridge port
` [PATCH v2 3/7] ice: move devlink locking outside the port creation
[PATCH] HID: add missing MODULE_DESCRIPTION() macros
2024-06-07 5:12 UTC (2+ messages)
next/pending-fixes build: 8 builds: 0 failed, 8 passed, 19 warnings (v6.10-rc2-498-g6ec8e62a9eab8)
2024-06-07 5:12 UTC
[PATCH v2] btrfs: fix crash on racing fsync and size-extending write into prealloc
2024-06-07 5:12 UTC (4+ messages)
` [PATCH fstests v2] generic: test Btrfs fsync vs. size-extending prealloc write crash
[PATCH] i3c: dw: Fix IBI intr signal programming
2024-06-07 5:11 UTC (5+ messages)
next/master build: 179 builds: 2 failed, 177 passed, 1 error, 10387 warnings (next-20240607)
2024-06-07 5:10 UTC
next/master build: 179 builds: 2 failed, 177 passed, 1 error, 10387 warnings (next-20240607)
2024-06-07 5:10 UTC
[PATCH 0/2] ci: detect more warnings via `-Og`
2024-06-07 5:10 UTC (5+ messages)
` [PATCH 2/2] ci: let pedantic job compile with -Og
[PATCH net-next v6 0/3] Introduce IPPROTO_SMC
2024-06-07 5:09 UTC (4+ messages)
` [PATCH net-next v6 3/3] net/smc: "
[OE-core][RFC 0/2] Write out file manifest in do_unpack
2024-06-07 5:08 UTC (2+ messages)
[PATCH v13 0/9] Implement CMRR Support
2024-06-07 5:08 UTC (4+ messages)
` [PATCH v13 1/9] gpu/drm/i915: Update indentation for VRR registers and bits
[PATCH v2] sched/fair: Reschedule the cfs_rq when current is ineligible
2024-06-07 5:07 UTC (2+ messages)
Unifying page table walkers
2024-06-07 5:07 UTC (3+ messages)
[PATCHSET 3/3] xfsprogs: scale shards on ssds
2024-06-07 5:06 UTC (4+ messages)
[oe] [meta-oe] [PATCH v2] libimobiledevice-glue: upgrade 1.0.0 -> 1.2.0
2024-06-07 5:06 UTC (2+ messages)
` [oe] [meta-oe] [PATCH v2] libirecovery: upgrade 1.1.0 "
[PATCH v4 0/6] target/riscv: Support RISC-V privilege 1.13 spec
2024-06-07 5:04 UTC (2+ messages)
[syzbot] [btrfs?] kernel BUG in clear_inode
2024-06-07 5:05 UTC (2+ messages)
[PATCH 0/6] Enable P2PDMA in Userspace RDMA
2024-06-07 5:03 UTC (4+ messages)
` [PATCH 1/6] kernfs: create vm_operations_struct without page_mkwrite()
[RFC v3 0/8] cfg80211/mac80211: support defining multiple radios per wiphy
2024-06-07 5:03 UTC (9+ messages)
` [RFC v3 4/8] wifi: mac80211: add support for DFS with multiple radios
` [RFC v3 6/8] wifi: mac80211: extend ifcomb check functions for multi-radio
[PATCH blktests] README: add dependent command descriptions
2024-06-07 5:00 UTC (2+ messages)
[PATCH net-next v9 0/2] Add TAPRIO offload support for ICSSG driver
2024-06-07 4:59 UTC (8+ messages)
` [PATCH net-next v9 2/2] net: ti: icssg_prueth: add TAPRIO offload support
[PATCH] mm: zswap: limit number of zpools based on CPU and RAM
2024-06-07 4:58 UTC (4+ messages)
[PATCH] block: Optimize disk zone resource cleanup
2024-06-07 4:58 UTC (2+ messages)
[syzbot] [btrfs?] KMSAN: uninit-value in deflate_fast
2024-06-07 4:57 UTC
[PATCH 1/2] drm/i915/dmc: convert intel_dmc_print_error_state() to drm_printer
2024-06-07 4:56 UTC (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [1/2] "
[PATCH] mm: swap: remove 'synchronous' argument to swap_read_folio()
2024-06-07 4:55 UTC (3+ messages)
[PATCH blktests] check: confirm dependent commands
2024-06-07 4:56 UTC (2+ messages)
[PATCH] block: fix request.queuelist usage in flush
2024-06-07 4:55 UTC (9+ messages)
[PATCH 0/3] plugins: Few debugging cleanups
2024-06-07 4:53 UTC (4+ messages)
` [PATCH 2/3] plugins: Free CPUPluginState before destroying vCPU state
[PATCH] md/md-bitmap: fix writing non bitmap pages
2024-06-07 4:53 UTC (2+ messages)
[PATCH 00/19] Compile with `-Wwrite-strings`
2024-06-07 4:52 UTC (7+ messages)
` [PATCH v4 00/27] "
` [PATCH v4 12/27] object-file: mark cached object buffers as const
[PATCH] generic/077: ignore errors occurred while accessing the filler files
2024-06-07 4:51 UTC (2+ messages)
[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
2024-06-07 4:49 UTC (8+ messages)
` [PATCH RFC v2 06/19] Add a vmalloc_node_user function
[PATCH] libcap: upgrade 2.69 -> 2.70
2024-06-07 4:48 UTC (3+ messages)
` [PATCH] ltp: upgrade 20240129 -> 20240524
` [OE-core] "
[PATCH V2] xfsprogs: remove platform_zero_range wrapper
2024-06-07 4:47 UTC (2+ messages)
[PATCH 1/3] tools/perf: Fix the nrcpus in perf bench futex to enable the run when all CPU's are not online
2024-06-07 4:43 UTC (6+ messages)
` [PATCH 2/3] "
` [PATCH 3/3] tools/perf: Fix timing issue with parallel threads in perf bench wake-up-parallel
[meta-oe][PATCH] cabextract: add utility to extract Microsft cabinet files
2024-06-07 4:45 UTC (4+ messages)
` [oe] "
[PATCH] drm/i915/gt: Fix potential UAF by revoke of fence registers
2024-06-07 4:44 UTC (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/gt: Fix potential UAF by revoke of fence registers (rev3)
[v2 00/31] Basic system allocator support in xe driver
2024-06-07 4:44 UTC (7+ messages)
` [v2 27/31] drm/xe/svm: Handle CPU page fault
[PATCH] drm/tests: add missing MODULE_DESCRIPTION() macros
2024-06-07 4:42 UTC
[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
2024-06-07 4:40 UTC (12+ messages)
[PATCH v2 00/13] Some cleanups for memory-failure
2024-06-07 4:38 UTC (5+ messages)
` [PATCH v2 01/13] mm/memory-failure: simplify put_ref_page()
[PATCH v1 0/3] Fix and improve __maps__fixup_overlap_and_insert
2024-06-07 4:31 UTC (3+ messages)
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.