All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-07 01:59:59 to 2024-06-07 04:27:33 UTC [more...]

[RFC PATCH mtd-utils 000/110] Add fsck.ubifs support
 2024-06-07  4:25 UTC  (84+ messages)
` [RFC PATCH mtd-utils 001/110] mkfs.ubifs: Clear direct_write property when closing target
` [RFC PATCH mtd-utils 002/110] mkfs.ubifs: Initialize 'cipher_name' as NULL
` [RFC PATCH mtd-utils 003/110] ubifs-utils: Split common source files from mkfs.ubifs
` [RFC PATCH mtd-utils 004/110] ubifs-utils: Decouple mkfs.ubifs.h out of other modules
` [RFC PATCH mtd-utils 005/110] ubifs-utils: Define PROGRAM_NAME as variable
` [RFC PATCH mtd-utils 006/110] ubifs-utils: Clean up error message printing functions
` [RFC PATCH mtd-utils 007/110] ubifs-utils: Move 'debug_level' into ubifs_info structure
` [RFC PATCH mtd-utils 008/110] mkfs.ubifs: Fix wrong xattr entry type
` [RFC PATCH mtd-utils 009/110] mkfs.ubifs: Fix incorrect dir size calculation in encryption scenario
` [RFC PATCH mtd-utils 010/110] mkfs.ubifs: Close libubi in error handling paths
` [RFC PATCH mtd-utils 011/110] mkfs.ubifs: Fix missed closing out_fd
` [RFC PATCH mtd-utils 012/110] mkfs.ubifs: Fix memleak for 'output' in error paths
` [RFC PATCH mtd-utils 013/110] ubifs-utils: Add 'dev_name' into 'ubifs_info' structure
` [RFC PATCH mtd-utils 014/110] ubifs-utils: Add 'dev_fd' and 'libubi' "
` [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 016/110] ubifs-utils: Import UBIFS libs from linux kernel
` [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 021/110] ubifs-utils: Add linux kernel error conversion definitions
` [RFC PATCH mtd-utils 022/110] ubifs-utils: Add linux kernel memory allocation implementations
` [RFC PATCH mtd-utils 023/110] ubifs-utils: Add atomic implementations
` [RFC PATCH mtd-utils 024/110] ubifs-utils: Add bit operations implementations
` [RFC PATCH mtd-utils 025/110] ubifs-utils: Add spinlock implementations
` [RFC PATCH mtd-utils 026/110] ubifs-utils: Add mutexlock implementations
` [RFC PATCH mtd-utils 027/110] ubifs-utils: Add rwsem implementations
` [RFC PATCH mtd-utils 028/110] ubifs-utils: Add sorting implementations
` [RFC PATCH mtd-utils 029/110] ubifs-utils: Add implementations for linux kernel printing functions
` [RFC PATCH mtd-utils 030/110] ubifs-utils: Add linux hexdump implementations lib
` [RFC PATCH mtd-utils 031/110] libubi: Add new interface ubi_leb_map()
` [RFC PATCH mtd-utils 032/110] ubifs-utils: Add common definitions in linux kernel
` [RFC PATCH mtd-utils 033/110] ubifs-utils: Add descriptions for new lib files in common/README
` [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 039/110] ubifs-utils: Adapt log.c "
` [RFC PATCH mtd-utils 040/110] ubifs-utils: Adapt recovery subsystem "
` [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 045/110] ubifs-utils: Adapt budget.c "
` [RFC PATCH mtd-utils 046/110] ubifs-utils: Adapt commit.c "
` [RFC PATCH mtd-utils 047/110] ubifs-utils: Adapt debug subsystem "
` [RFC PATCH mtd-utils 048/110] ubifs-utils: Adapt key.h "
` [RFC PATCH mtd-utils 049/110] ubifs-utils: Adapt master.c "
` [RFC PATCH mtd-utils 050/110] ubifs-utils: Adapt misc.h "
` [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 059/110] fsck.ubifs: Distinguish reasons when certain failures happen
` [RFC PATCH mtd-utils 060/110] fsck.ubifs: Load filesystem information from UBI volume
` [RFC PATCH mtd-utils 061/110] fsck.ubifs: Add node parsing functions
` [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 064/110] fsck.ubifs: rebuild_fs: Remove deleted nodes from valid node tree
` [RFC PATCH mtd-utils 065/110] fsck.ubifs: rebuild_fs: Add valid nodes into file
` [RFC PATCH mtd-utils 066/110] fsck.ubifs: rebuild_fs: Filter invalid files
` [RFC PATCH mtd-utils 067/110] fsck.ubifs: rebuild_fs: Extract reachable directory entries tree
` [RFC PATCH mtd-utils 068/110] fsck.ubifs: rebuild_fs: Check and correct files' information
` [RFC PATCH mtd-utils 069/110] fsck.ubifs: rebuild_fs: Record used LEBs
` [RFC PATCH mtd-utils 070/110] fsck.ubifs: rebuild_fs: Re-write data
` [RFC PATCH mtd-utils 071/110] fsck.ubifs: rebuild_fs: Create new root dir if there are no scanned files

[PATCH 0/3] bsd-user: Baby Steps towards eliminating qemu_host_page_size, et al
 2024-06-07  4:25 UTC  (4+ messages)
` [PATCH 1/3] linux-user: Adjust comment to reflect the code
` [PATCH 2/3] bsd-user: port linux-user:ff8a8bbc2ad1 for variable page sizes
` [PATCH 3/3] bsd-user: Catch up to run-time reserved_va math

[RFC v3 0/8] cfg80211/mac80211: support defining multiple radios per wiphy
 2024-06-07  4:25 UTC  (3+ messages)
` [RFC v3 4/8] wifi: mac80211: add support for DFS with multiple radios

[PATCH v2] sbitmap: fix io hung due to race on sbitmap_word::cleared
 2024-06-07  4:23 UTC  (6+ messages)

[PATCH 0/5] ASoC: simple-card / audio-graph:
 2024-06-07  4:15 UTC  (6+ messages)
` [PATCH 1/5] ASoC: audio-graph-port: add link-trigger-order
` [PATCH 2/5] ASoC: simple-card-utils: add link-trigger-order support
` [PATCH 3/5] ASoC: simple-audio-card: "
` [PATCH 4/5] ASoC: audio-graph-card: "
` [PATCH 5/5] ASoC: audio-graph-card2: "

[PATCH] i3c: dw: Fix IBI intr signal programming
 2024-06-07  4:16 UTC  (5+ messages)

[Enable Designware XGMAC VLAN Stripping Feature v2 0/1]
 2024-06-07  4:09 UTC  (11+ messages)
` [Enable Designware XGMAC VLAN Stripping Feature v2 1/1] net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN Stripping

[PATCH 00/29] Memory leak fixes (pt.2)
 2024-06-07  4:07 UTC  (3+ messages)

[PATCH v2 0/1] hid-asus: use hid for keyboard brightness control
 2024-06-07  4:05 UTC  (2+ messages)
` [PATCH v2 1/1] hid-asus: use hid for brightness control on keyboard

[PATCH v4 0/6] mm: migrate: support poison recover from migrate folio
 2024-06-07  4:01 UTC  (6+ messages)
` [PATCH v4 4/6] mm: migrate: support poisoned "

[Buildroot] [autobuild.buildroot.net] Daily results for 2024-06-06
 2024-06-07  4:00 UTC 

[PATCH] LoongArch: KVM: Add feature passing from user space
 2024-06-07  3:58 UTC  (5+ messages)

[PATCH v1] perf top: Make zeroing histogram on refresh the default
 2024-06-07  3:56 UTC  (4+ messages)

Bluetooth Kernel Bug: After connecting either HFP/HSP or A2DP is not available (Regression in 6.9.3, 6.8.12)
 2024-06-07  3:55 UTC  (2+ messages)

[PATCH] vfio/pci: Insert full vma on mmap'd MMIO fault
 2024-06-07  3:52 UTC 

[PATCH v3] target/loongarch/kvm: Add software breakpoint support
 2024-06-07  3:50 UTC 

[PATCH] KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT guests
 2024-06-07  3:48 UTC  (2+ messages)

[PATCH v2 00/13] Some cleanups for memory-failure
 2024-06-07  3:47 UTC  (6+ messages)
` [PATCH v2 01/13] mm/memory-failure: simplify put_ref_page()
` [PATCH v2 10/13] mm/memory-failure: move some function declarations into internal.h

[PATCH 1/1] virtio-can: Add link to CAN specification from ISO
 2024-06-07  3:43 UTC  (2+ messages)

ballot system back on
 2024-06-07  3:43 UTC  (4+ messages)

[RESEND][PATCH] usb: uas: set host status byte on data completion error
 2024-06-07  3:32 UTC 

[PATCH] uas: set host status byte on data completion error
 2024-06-07  3:20 UTC  (3+ messages)

[syzbot] [btrfs?] KMSAN: uninit-value in ZSTD_compressBlock_doubleFast
 2024-06-07  3:40 UTC 

[Resend PATCHv4 1/1] mm: fix incorrect vbq reference in purge_fragmented_block
 2024-06-07  3:37 UTC  (2+ messages)

[RFC PATCH 0/2] nohz idle time accounting cleanup
 2024-06-07  3:33 UTC  (2+ messages)

[PATCH v2 07/13] mm/memory-failure: simplify unneeded hwpoison_filter() variant
 2024-06-07  3:30 UTC  (3+ messages)

[ovmf test] 186271: all pass - PUSHED
 2024-06-07  3:29 UTC 

[PATCH v13 0/9] Implement CMRR Support
 2024-06-07  3:29 UTC  (3+ messages)
` [PATCH v13 1/9] gpu/drm/i915: Update indentation for VRR registers and bits

[PATCH net-next 1/3] can: hi311x: simplify with spi_get_device_match_data()
 2024-06-07  3:26 UTC  (2+ messages)

[LTP] [PATCH 00/15] Remove kernel >= 3.x checks
 2024-06-07  3:24 UTC  (2+ messages)

[PATCH v3] xfs: don't walk off the end of a directory data block
 2024-06-07  3:25 UTC  (3+ messages)

[PATCH] gpio: add missing MODULE_DESCRIPTION() macros
 2024-06-07  3:23 UTC 

[yocto] [meta-security] [PATCH] recipes: Start WORKDIR -> UNPACKDIR transition
 2024-06-07  3:17 UTC 

linux-next: Tree for Jun 7
 2024-06-07  3:16 UTC 

[RFC 1/1] swiotlb: Reduce calls to swiotlb_find_pool()
 2024-06-07  3:14 UTC 

omap2-mcspi multi mode
 2024-06-07  3:14 UTC  (3+ messages)

[PATCH] nvdimm: Fix devs leaks in scan_labels()
 2024-06-07  3:11 UTC  (5+ messages)

[PATCH] ata: pata_macio: Fix max_segment_size with PAGE_SIZE == 64K
 2024-06-07  3:10 UTC  (4+ messages)

[PATCH v16 00/20] Automatic Disk Unlock with TPM2
 2024-06-07  3:07 UTC  (4+ messages)
` [PATCH v16 03/20] libtasn1: disable code not needed in grub

[PATCH] docs/zh_CN: update the translation of security-bugs
 2024-06-07  2:58 UTC 

[RCU] zombie task hung in synchronize_rcu_expedited
 2024-06-07  3:02 UTC  (2+ messages)

[PATCH v4 0/5] wifi: ath12k: Add support to enable debugfs_htt_stats
 2024-06-07  2:55 UTC  (4+ messages)
` [PATCH v4 4/5] wifi: ath12k: Add support to parse requested stats_type

[PATCH] drm/xe: Rework GPU page fault handling
 2024-06-07  2:54 UTC  (6+ messages)
` ✓ CI.Build: success for drm/xe: Rework GPU page fault handling (rev2)
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[syzbot] [kernel?] possible deadlock in __hrtimer_run_queues (2)
 2024-06-07  2:51 UTC  (2+ messages)

[PATCH rdma-next 1/1] RDMA/mana_ib: process QP error events
 2024-06-07  2:45 UTC  (4+ messages)

SV:Policy Claim Notification:
 2024-06-07  2:43 UTC 

objtool query: section start/end symbols?
 2024-06-07  2:41 UTC  (6+ messages)

Dovetail/Xenomai 3: kernel config CONFIG_XENO_OPT_REGISTRY_NRSLOTS
 2024-06-07  2:40 UTC 

[PATCH] sched/fair: Reschedule the cfs_rq when current is ineligible
 2024-06-07  2:38 UTC  (7+ messages)

[PATCH] block: fix request.queuelist usage in flush
 2024-06-07  2:37 UTC  (8+ messages)

[PATCH v7 0/3] Add support for Loongson-1 NAND
 2024-06-07  2:36 UTC  (9+ messages)
` [PATCH v7 1/3] dt-bindings: mtd: Add Loongson-1 NAND Controller

[meta-oe][kirkstone][PATCH] meta-oe/conf/layer.conf: remove libbpf from NON_MULTILIB_RECIPES for x86 and x86-64
 2024-06-07  2:34 UTC  (3+ messages)
` [oe] "

[PATCH] arm64: dts: qcom: pm660: Add rradc, charger
 2024-06-07  2:34 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: qcom: sc7180-trogdor: clamshell/detachable fragments
 2024-06-07  2:33 UTC  (2+ messages)

[PATCH v6] arch: arm64: dts: sm8650-hdk: add support for the Display Card overlay
 2024-06-07  2:33 UTC  (2+ messages)

[PATCH RFT 1/4] arm64: dts: qcom: sm6350-pdx213: correct touchscreen interrupt flags
 2024-06-07  2:33 UTC  (2+ messages)

[PATCH v2 0/3] arm64: dts: qcom: x1e80100: Describe 3 USB Type-C connectors currently used
 2024-06-07  2:33 UTC  (2+ messages)

[PATCH 1/5] wireless-regdb: Update regulatory info for Argentina (AR) on 6GHz
 2024-06-07  2:30 UTC  (5+ messages)
` [PATCH 2/5] wireless-regdb: Update regulatory info for United Arab Emirates (AE) "
` [PATCH 3/5] wireless-regdb: Update regulatory info for Colombia (CO) "
` [PATCH 4/5] wireless-regdb: Update regulatory info for Costa Rica (CR) for 2021
` [PATCH 5/5] wireless-regdb: Update regulatory info for Dominican Republic (DO) on 6GHz

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-06-07  2:30 UTC  (7+ messages)
` [PATCH RFC v2 06/19] Add a vmalloc_node_user function

[PATCH] hrtimer: check hrtimer with a NULL function
 2024-06-07  2:26 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] livepatch: introduce klp_func called interface
 2024-06-07  2:26 UTC  (10+ messages)

[PATCH v3 0/2] perf kvm: Add kvm stat support on riscv
 2024-06-07  2:11 UTC  (6+ messages)
` [PATCH v3 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V

[PATCH] net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig
 2024-06-07  2:08 UTC 

[PATCH 6.9 000/374] 6.9.4-rc1 review
 2024-06-07  2:08 UTC  (2+ messages)

[PATCH 0/1] ioctl_epoll.2: Add epoll ioctl documentation
 2024-06-07  2:08 UTC  (8+ messages)
` [PATCH 1/1] ioctl_epoll.2: New page describing ioctl(2) operations for epoll fds

[RESEND PATCH v2] checkpatch: skip warnings for symbol links
 2024-06-07  2:06 UTC  (2+ messages)

[git pull] drm fixes for 6.10-rc3
 2024-06-07  2:05 UTC 

[RFC PATCH] vfs: add rcu-based find_inode variants for iget ops
 2024-06-07  2:04 UTC  (2+ messages)

kswapd0: page allocation failure: order:0, mode:0x820(GFP_ATOMIC), nodemask=(null),cpuset=/,mems_allowed=0 (Kernel v6.5.9, 32bit ppc)
 2024-06-06 17:14 UTC  (18+ messages)

[meta-arago][master][PATCH] arm-ddr-bandwidth: Fix installtion location
 2024-06-07  2:01 UTC 

[PATCH linux-next v2] mm: huge_memory: fix misused mapping_large_folio_support() for anon folios
 2024-06-07  2:00 UTC  (3+ messages)

mac80211: scan ignores next_delay calculation after first probe
 2024-06-07  2:00 UTC  (3+ messages)

[meta-arago][scarthgap][PATCH] arm-ddr-bandwidth: Fix installtion location
 2024-06-07  2:00 UTC 

[PATCHES][RFC] rework of struct fd handling
 2024-06-07  1:59 UTC  (16+ messages)
` [PATCH 01/19] powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap()
  ` [PATCH 03/19] introduce fd_file(), convert all accessors to it
  ` [PATCH 07/19] introduce struct fderr, convert overlayfs uses to that
  ` [PATCH 08/19] fdget_raw() users: switch to CLASS(fd_raw, ...)
  ` [PATCH 09/19] css_set_fork(): "
  ` [PATCH 10/19] introduce "fd_pos" class
  ` [PATCH 11/19] switch simple users of fdget() to CLASS(fd, ...)
  ` [PATCH 12/19] bpf: switch "
  ` [PATCH 13/19] convert vmsplice() "
  ` [PATCH 14/19] finit_module(): convert "
  ` [PATCH 15/19] timerfd: switch "
  ` [PATCH 16/19] do_mq_notify(): "
  ` [PATCH 17/19] simplify xfs_find_handle() a bit
  ` [PATCH 18/19] convert kernel/events/core.c
  ` [PATCH 19/19] deal with the last remaing boolean uses of fd_file()


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.