All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-20 10:16:26 to 2025-12-20 14:32:41 UTC [more...]

[PATCH v2] x86/syscall: make sys_call helpers static
 2025-12-20 14:32 UTC  (4+ messages)

[PATCH bpf-next v10 00/13] Improve the performance of BTF type lookups with binary search
 2025-12-20 14:27 UTC  (13+ messages)
` [PATCH bpf-next v10 09/13] bpf: Optimize the performance of find_bpffs_btf_enums
` [PATCH bpf-next v10 11/13] libbpf: Add btf_is_sorted and btf_sorted_start_id helpers to refactor the code
` [PATCH bpf-next v10 12/13] btf: Add btf_is_sorted "

arch/x86/coco/sev/core.c:2838:12-13: WARNING opportunity for kfree_sensitive/kvfree_sensitive (memset at line 2837) (fwd)
 2025-12-20 14:25 UTC 

[PATCH v3 0/5] blsuki: fix misc comments/issues
 2025-12-20 14:23 UTC  (2+ messages)

[alexshi:thp1 1/1] mm/huge_memory.c:1286:26: error: use of undeclared identifier 'addr'; did you mean 'haddr'?
 2025-12-20 14:23 UTC 

arch/x86/coco/sev/core.c:2838:12-13: WARNING opportunity for kfree_sensitive/kvfree_sensitive (memset at line 2837)
 2025-12-20 14:23 UTC 

[PATCH 3/3] Bluetooth: mgmt: Add idle_timeout to configurable system parameters
 2025-12-20 14:23 UTC  (2+ messages)

[PATCH] grub-mkimage: Add SBAT metadata check
 2025-12-20 14:20 UTC  (2+ messages)

[RESEND PATCH] UEFI: Fix several memory leaks of UEFI handles
 2025-12-20 14:18 UTC  (3+ messages)

[PATCH v12 19/46] KVM: arm64: Expose support for private memory
 2025-12-20 14:18 UTC  (4+ messages)

[PATCH] sh: dma-sysfs: add missing put_device() in dma_create_sysfs_files()
 2025-12-20 14:11 UTC  (3+ messages)

[PATCH] grub-install: Allow recursive copying of theme dirs
 2025-12-20 14:11 UTC  (2+ messages)

Prebuilt LLVM 21.1.8 uploaded
 2025-12-20 14:11 UTC  (2+ messages)

[PATCH] fs/ceph: Fix kernel oops due invalid pointer for kfree() in parse_longname()
 2025-12-20 14:01 UTC 

[jcmvbkbc-xtensa:pr/24 1/1] arch/x86/kvm/emulate.c:1741:2: warning: '/*' within block comment
 2025-12-20 14:10 UTC 

[PATCH 1/1] commands/efi/lsefisystab: MEMORY_ATTRIBUTES_TABLE, TCG2_FINAL_EVENTS
 2025-12-20 14:08 UTC  (3+ messages)

[PATCH v4 0/7] Fix the failure issue of the module_attach test case
 2025-12-20 14:07 UTC  (3+ messages)
` [PATCH v4 6/7] LoongArch: BPF: Enhance the bpf_arch_text_poke() function

[PATCH grub] tests/util/grub-fs-tester: Use CSMACINTOSH encoding instead of macroman
 2025-12-20 14:05 UTC  (2+ messages)

[PATCH] meson: Optimize summary_info about directories
 2025-12-20 14:03 UTC  (3+ messages)

[PATCH grub] INSTALL: Add note that the GNU Autoconf Archive may be needed
 2025-12-20 14:03 UTC  (2+ messages)

[PATCH v5 0/7] Microsoft Surface Pro 11 support
 2025-12-20 14:02 UTC  (5+ messages)
  ` [PATCH v5 2/7] dt-bindings: wireless: ieee80211: Add disable-rfkill property

2025 LF Technical Advisory Board election - voting started
 2025-12-20 14:02 UTC  (2+ messages)
` 2025 LF Technical Advisory Board election - voting reminder

[PATCH] commands/bli: set UINT32_MAX in LoaderTpm2ActivePcrBanks if TPM2 present but no banks protocol
 2025-12-20 14:01 UTC  (2+ messages)

[PATCH 06/12] efi/cper: adopt estatus iteration helpers
 2025-12-20 13:59 UTC 

[alexshi:ptdesc1216 1/1] arch/m68k/include/asm/sun3_pgalloc.h:30:58: error: passing argument 1 of 'lowmem_page_address' from incompatible pointer type
 2025-12-20 13:59 UTC 

[PATCH v2] scsi: 3w-sas: validate request_id reported by controller
 2025-12-20 14:00 UTC  (2+ messages)

[openeuler:OLK-5.10 3201/3201] kernel/sched/soft_domain.c:186:10: error: implicit declaration of function 'cpu_util_cfs'
 2025-12-20 14:00 UTC 

[PATCH] pci: extend pci-stub to support explicit binding by PCI BUSID
 2025-12-20 13:59 UTC  (2+ messages)

[openeuler:OLK-6.6 3547/3547] kernel/crash_core.c:749:1: sparse: sparse: symbol '__crash_hotplug_lock' was not declared. Should it be static?
 2025-12-20 13:59 UTC 

[PATCH v2 1/1] staging: greybus: Remove completed PWM TODO item
 2025-12-20 13:56 UTC 

[PATCH v3 00/14] tools/nolibc: always use 64-bit time-related types
 2025-12-20 13:55 UTC  (15+ messages)
` [PATCH v3 01/14] tools/nolibc/poll: use kernel types for system call invocations
` [PATCH v3 02/14] tools/nolibc/poll: drop __NR_poll fallback
` [PATCH v3 03/14] tools/nolibc/select: drop non-pselect based implementations
` [PATCH v3 04/14] tools/nolibc/time: drop invocation of gettimeofday system call
` [PATCH v3 05/14] tools/nolibc: prefer explicit 64-bit time-related system calls
` [PATCH v3 06/14] tools/nolibc/gettimeofday: avoid libgcc 64-bit divisions
` [PATCH v3 07/14] tools/nolibc/select: avoid libgcc 64-bit multiplications
` [PATCH v3 08/14] tools/nolibc: use custom structs timespec and timeval
` [PATCH v3 09/14] tools/nolibc: always use 64-bit time types
` [PATCH v3 10/14] selftests/nolibc: test compatibility of nolibc and kernel "
` [PATCH v3 11/14] tools/nolibc: remove time conversions
` [PATCH v3 12/14] tools/nolibc: add compiler version detection macros
` [PATCH v3 13/14] tools/nolibc: add __nolibc_static_assert()
` [PATCH v3 14/14] selftests/nolibc: add static assertions around time types handling

[PATCH v6 0/4] LoongArch: Add 128-bit atomic cmpxchg support (v5)
 2025-12-20 13:55 UTC  (3+ messages)

[PATCH 1/1] lmb: always enforce CONFIG_LMB
 2025-12-20 13:55 UTC  (2+ messages)

[PATCH 1/2] timer: tsc_timer: Fix FTRACE support
 2025-12-20 13:52 UTC  (5+ messages)
` [PATCH 2/2] efi_loader: Fix kernel panic when FTRACE is enabled

[GIT PULL] hwmon fixes for v6.19-rc2
 2025-12-20 13:49 UTC 

[PATCH] appendedsig: Fix grub-mkimage with an unaligned appended signature size
 2025-12-20 13:47 UTC  (2+ messages)

[PATCH] powerpc/fsl_rio: fix a improper release in fsl_rio_setup()
 2025-12-20 13:42 UTC  (3+ messages)

[gdamjan:v6.19/thinkpad-x9-14 6/6] drivers/media/i2c/imx471.c:1053:1: warning: unused label 'error_power_off'
 2025-12-20 13:46 UTC 

[PATCH 05/13] pinctrl: eyeq5: Use match data
 2025-12-20 13:46 UTC  (2+ messages)

[jcmvbkbc-xtensa:pr/28 1/1] net/ipv4/netfilter/ip_tables.c:329:35: error: expected ';' after expression
 2025-12-20 13:46 UTC 

[PATCH v10 7/8] vduse: add vq group asid support
 2025-12-20 13:46 UTC  (2+ messages)

[koverstreet-bcachefs:bcachefs-rebalance_v2 489/799] fs/bcachefs/data/reflink.c:719:1: warning: the frame size of 1936 bytes is larger than 1536 bytes
 2025-12-20 13:46 UTC 

[openeuler:OLK-6.6 3547/3547] drivers/ub/obmm/obmm_addr_check.c:53:14: warning: variable 'user' set but not used
 2025-12-20 13:46 UTC 

[PATCH 2/2] mm/vmalloc: Add attempt_larger_order_alloc parameter
 2025-12-20 13:46 UTC 

[PATCH v3 0/3] arm64: dts: qcom: x1e80100-vivobook-s15: add more missing features
 2025-12-20 13:37 UTC  (9+ messages)
` [PATCH v3 1/3] arm64: dts: qcom: x1e80100-vivobook-s15: enable ps8830 retimers
` [PATCH v3 2/3] arm64: dts: qcom: x1e80100-vivobook-s15: add HDMI port
` [PATCH v3 3/3] arm64: dts: qcom: x1e80100-vivobook-s15: enable IRIS

[openeuler:OLK-6.6 3547/3547] drivers/irqchip/irq-gic-v3.c:561:6: warning: no previous prototype for function 'gic_irq_set_prio'
 2025-12-20 13:35 UTC 

[PATCH] staging: fbtft: fix spacing before close parenthesis
 2025-12-20 13:35 UTC  (2+ messages)

[hch-misc:blk-crypto-fallback 2/9] fs/crypto/bio.c:67:17: sparse: sparse: cast from restricted blk_status_t
 2025-12-20 13:35 UTC 

[jcmvbkbc-xtensa:pr/28 1/1] net/ipv4/netfilter/ip_tables.c:361:2: error: conflicting types for 'xt_write_recseq_end'
 2025-12-20 13:35 UTC 

[PATCH v2] ieee1275 : Add a check for invalid partition number
 2025-12-20 13:34 UTC  (2+ messages)

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2025-12-20 13:33 UTC  (13+ messages)
` [PATCH v5 02/36] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v5 17/36] locking/rwsem: Support Clang's context analysis
` [PATCH v5 24/36] compiler-context-analysis: Remove __cond_lock() function-like helper

[PATCH v4 0/2] smb/server: fix minimum PDU size
 2025-12-20 13:25 UTC  (3+ messages)
` [PATCH v4 1/2] smb/server: fix minimum SMB1 "
` [PATCH v4 2/2] smb/server: fix minimum SMB2 "

[PATCH] rust: document safety requirements for fmt::Arguments dereference
 2025-12-20 13:26 UTC  (2+ messages)

[PATCH v3 0/2] Survivability mode fixes
 2025-12-20 13:25 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Survivability mode fixes (rev3)

A lingering doubt on PCI-MMIO region of PCI-passthrough-device
 2025-12-20 13:24 UTC  (7+ messages)

[PATCH bpf-next v2 5/7] mm: introduce BPF kfunc to access memory events
 2025-12-20 13:19 UTC  (4+ messages)

[android-common:android17-6.18 2/2] kismet: WARNING: unmet direct dependencies detected for IOMMU_SVA when selected by GKI_HIDDEN_IOMMU_CONFIGS
 2025-12-20 13:20 UTC 

[PATCH] usb: xhci: check Null pointer in segment alloc
 2025-12-20 13:15 UTC  (6+ messages)
  ` 答复: "
      ` 答复: "

[PATCH v2] normal/menu_entry: Add grub_calloc failure check
 2025-12-20 13:14 UTC  (2+ messages)

[PATCH] diff: add --no-indicators option
 2025-12-20 13:14 UTC  (3+ messages)

[PATCH] script/execute: Add NULL check for grub_calloc in gettext_append
 2025-12-20 13:11 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: don't attach the tlb fence for SI
 2025-12-20 13:10 UTC 

[PATCH] RDMA/rxe: let rxe_reclassify_recv_socket() call sk_owner_put()
 2025-12-20 13:05 UTC  (3+ messages)

[PATCH net-next] net: ipconfig: Remove outdated comment and indent code block
 2025-12-20 13:03 UTC 

[PATCH] devtmpfs: Replace simple_strtoul with kstrtoint in mount_param
 2025-12-20 12:59 UTC 

[PATCH] partitions: mac: fix exposing free space as partitions
 2025-12-20 12:58 UTC 

[PATCH] mt76: fix buffer overflow in mt76_connac2_load_patch()
 2025-12-20 12:57 UTC 

[PATCH RESEND] block: Replace deprecated strcpy in devt_from_devname
 2025-12-20 12:57 UTC 

[PATCH v1 0/2] PCI: ACPI: PM: Rework root bus wakeup notification setup and wakeup source registration
 2025-12-20 12:56 UTC  (9+ messages)

[PATCH RESEND] x86/fpu: Replace vmalloc + copy_from_user with vmemdup_user in xstateregs_set
 2025-12-20 12:54 UTC 

[PATCH v3 0/3] kbuild: remove gcc's -Wtype-limits
 2025-12-20 12:53 UTC  (6+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] kbuild: cleanup local -Wno-type-limits exceptions
` [PATCH v3 3/3] overflow: Remove is_non_negative() and is_negative()

[PATCH] docs: kbuild: Fix typos in makefiles.rst
 2025-12-20 12:54 UTC 

[PATCH] rust: page: Simplify overflow check using checked_add()
 2025-12-20 12:53 UTC  (3+ messages)

[PATCH] Documentation: kernel-hacking: Remove :c:func: annotations
 2025-12-20 12:52 UTC 

Shutdown-time hangs in -next in locktorture
 2025-12-20 12:52 UTC  (2+ messages)

[sailus-media-tree:cleanup] BUILD SUCCESS bf698c414542de30fe7063dc0427c28df9aa824d
 2025-12-20 12:49 UTC 

[PATCH 0/2] block/blk-mq: fix RT kernel performance regressions
 2025-12-20 12:47 UTC  (4+ messages)
` [PATCH 1/2] block/blk-mq: fix RT kernel regression with queue_lock in hot path
` [PATCH 2/2] block/blk-mq: convert blk_mq_cpuhp_lock to raw_spinlock for RT

[sailus-media-tree:flash-duration] BUILD SUCCESS 03abfef3039efee3d546dd9f6b8e457cb8596b0c
 2025-12-20 12:46 UTC 

[PATCH v6 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2025-12-20 12:46 UTC  (5+ messages)
` [PATCH v6 1/7] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems

[PATCH] fs: fix overflow check in rw_verify_area()
 2025-12-20 12:45 UTC  (2+ messages)

[PATCH v5 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
 2025-12-20 12:34 UTC  (2+ messages)

[PATCH] netfs: Fix early read unlock of page with EOF in middle
 2025-12-20 12:31 UTC 

[PATCH bpf-next v4 0/9] bpf: tracing session supporting
 2025-12-20 12:22 UTC  (4+ messages)

[PATCH 0/4] mm: increase lowmem size in linux-7.0
 2025-12-20 12:17 UTC  (6+ messages)
` [PATCH 1/4] arch/*: increase lowmem size to avoid highmem use

[PATCH 1/1] kbuild: Only enable -Wtautological-constant-out-of-range-compare for W=2
 2025-12-20 12:15 UTC  (5+ messages)

[GIT PULL] MIPS fixes for v6.19
 2025-12-20 12:09 UTC 

[PATCH] dm: remove fake timeout to avoid leak request
 2025-12-20 12:03 UTC 

[PATCH v2 0/4] kbuild: remove gcc's -Wtype-limits
 2025-12-20 12:03 UTC  (5+ messages)
` [PATCH v2 4/4] minmax: remove useless cast in __is_nonneg()

[android-common:android17-6.18 2/2] kismet: WARNING: unmet direct dependencies detected for IOMMU_SVA when selected by GKI_HIDDEN_IOMMU_CONFIGS
 2025-12-20 12:02 UTC 

[Bug 220882] New: mfd_aaeon incorrectly binds on ASUS TUF Gaming A16 (FA608UM), preventing asus_nb_wmi
 2025-12-20 12:03 UTC  (2+ messages)
` [Bug 220882] "

[jcmvbkbc-xtensa:pr/28 1/1] net/ipv4/netfilter/ip_tables.c:361:9: warning: parameter names (without types) in function declaration
 2025-12-20 12:01 UTC 

[ardb:lockless-random-v2 6/7] include/linux/atomic/atomic-arch-fallback.h:399:29: error: implicit declaration of function 'arch_cmpxchg64_local'; did you mean 'try_cmpxchg64_local'?
 2025-12-20 12:01 UTC 

[alexshi:stageing2 3/4] include/linux/mm.h:3472:15: error: use of undeclared identifier 'PMD_SHIFT'
 2025-12-20 12:01 UTC 

post
 2025-12-20 11:55 UTC  (3+ messages)
  ` Apology for accidental spam post

[Intel-wired-lan] [PATCH iwl-net v3] igb: Fix trigger of incorrect irq in igb_xsk_wakeup
 2025-12-20 11:49 UTC 

[PATCH] Do not require atomic writes to be aligned on length boundary
 2025-12-20 11:54 UTC 

[Buildroot] [PATCH 1/1] package/kodi-inputstream-adaptive: bump version to 21.5.18-Omega
 2025-12-20 11:50 UTC  (2+ messages)

[Buildroot] [git commit] package/kodi-inputstream-adaptive: bump version to 21.5.18-Omega
 2025-12-20 11:46 UTC 

[PATCH 0/7] SDCA jack and system suspend fixups
 2025-12-20 11:36 UTC  (18+ messages)
` [PATCH 1/7] ASoC: SDCA: Factor out jack handling into new c file
` [PATCH 5/7] ASoC: SDCA: Add basic system suspend support
` [PATCH 6/7] ASoC: SDCA: Device boot into the system suspend process
` [PATCH 7/7] ASoC: SDCA: Add lock to serialise the Function initialisation

[PATCH 0/4] Add SDCA class driver
 2025-12-20 11:04 UTC  (10+ messages)
` [PATCH 3/4] ASoC: SDCA: Add basic "

[PATCH v3] soundwire: stream: Prepare ports in parallel to reduce stream start latency
 2025-12-20 11:15 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/kodi-pvr-mythtv: bump version to 21.2.2-Omega
 2025-12-20 11:43 UTC  (2+ messages)

[Buildroot] [git commit] package/kodi-pvr-mythtv: bump version to 21.2.2-Omega
 2025-12-20 11:39 UTC 

[akpm-mm:mm-nonmm-unstable 76/76] checkpatch: WARNING:BAD_SIGN_OFF: Unexpected content after email: 'Shakeel Butt <shakeel.butt@linux.dev>Reported-by: syzbot+09b7d050e4806540153d@syzkaller.appspotmail.com', should be: 'Shakeel Butt <shakeel.butt@linux.dev> (Reported-by: syzbot+09b7d050e48
 2025-12-20 11:41 UTC 

[RFC bpf PATCH 0/2] bpf: Fix memory access tags in helper prototypes
 2025-12-20 11:35 UTC  (3+ messages)
` [RFC PATCH bpf 1/2] "
` [RFC PATCH bpf 2/2] selftests/bpf: add regression tests for snprintf and get_stack helpers

[PATCH 0/4] MAINTAINERS: A few fixes and additions
 2025-12-20 11:28 UTC  (3+ messages)
` [PATCH 4/4] MAINTAINERS: Add MAX78000FTHR section as orphan

[kirkstone][PATCH] scripts/install-buildtools: Update to 4.0.31
 2025-12-20 11:27 UTC  (3+ messages)
` [scarthgap][PATCH] scripts/install-buildtools: Update to 5.0.14
` [walnascar][PATCH] scripts/install-buildtools: Update to 5.2.4

[PATCH v4 0/1] drm/xe/vf: Fix up GGTT on S4 resume under SR-IOV
 2025-12-20 11:25 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/vf: Fix up GGTT on S4 resume under SR-IOV (rev5)

[PATCH v3] XEN: enable MC/DC coverage for Clang
 2025-12-20 11:22 UTC  (2+ messages)
` [XEN PATCH] xen: add paddings after bitmap section in LLVM coverage profile

[Buildroot] [PATCH] package/cryptsetup: bump version to 2.8.3
 2025-12-20 11:23 UTC  (2+ messages)

[Buildroot] [git commit] package/cryptsetup: bump version to 2.8.3
 2025-12-20 11:13 UTC 

[dtor-input:next] BUILD SUCCESS eeb2ea4b59df5fdcb697904fe6f49d5851543808
 2025-12-20 11:22 UTC 

[PATCH] powerpc/32: Restore disabling of interrupts at interrupt/syscall exit
 2025-12-20 11:17 UTC  (2+ messages)

[Buildroot] [PATCH] docs/website: switch HTTP links to HTTPS Update outdated insecure http links to https for buildroot.org, eLinux wiki, autobuild, and git-scm. Also fix downloads host from buildroot.net to buildroot.org.This reduces mixed-content issues and keeps references current
 2025-12-20 11:17 UTC 

[PATCH 0/3] selftests/mm: hugetlb cgroup charging: robustness fixes
 2025-12-20 11:16 UTC  (4+ messages)
` [PATCH 1/3] selftests/mm/write_to_hugetlbfs: parse -s with strtoull and use size_t
` [PATCH 2/3] selftests/mm/charge_reserved_hugetlb.sh: add waits with timeout helper
` [PATCH 3/3] selftests/mm/charge_reserved_hugetlb: fix hugetlbfs mount size for large hugepages

[RFC PATCHv5 0/6] zram: introduce writeback bio batching
 2025-12-20 11:14 UTC  (3+ messages)
` (no subject)

[Buildroot] [PATCH] package/linenoise: security bump to version e26268de5e56bfaad773786471844578fe9f7f4b
 2025-12-20 11:13 UTC  (2+ messages)

[Buildroot] [git commit] package/linenoise: security bump to version e26268de5e
 2025-12-20 11:04 UTC 

[Intel-wired-lan] [PATCH iwl-net v9] igc: Fix trigger of incorrect irq in igc_xsk_wakeup function
 2025-12-20 11:00 UTC 

[PATCH 1/2] block/blk-mq: fix RT kernel regression with queue_lock in hot path
 2025-12-20 10:54 UTC  (2+ messages)
` [PATCH 2/2] block/blk-mq: convert blk_mq_cpuhp_lock to raw_spinlock for RT

[PATCH] diff: add --no-indicators option
 2025-12-20 10:52 UTC  (2+ messages)

[GIT PULL] XFS: Fixes for v6.19-rc2
 2025-12-20 10:45 UTC 

[Buildroot] [PATCH v5 00/20] Remove packages
 2025-12-20 10:44 UTC  (3+ messages)
` [Buildroot] [PATCH v5 13/20] package/qjson: remove package

[PATCH 00/10] Convert remaining hooks to hook.h
 2025-12-20 10:40 UTC  (5+ messages)
` [PATCH v5 00/11] "
  ` [PATCH v5 11/11] receive-pack: convert receive hooks to hook API

[PATCH] rust: document safety requirements for fmt::Arguments dereference
 2025-12-20 10:33 UTC  (2+ messages)

[PATCH] staging: nvec: replace short udelay with usleep_range
 2025-12-20 10:32 UTC  (2+ messages)

[patch -next] cpuset: remove dead code in cpuset-v1.c
 2025-12-20 10:15 UTC 

[tip:tip/urgent] BUILD SUCCESS 3bc0851b0439b91b974915ca23b49606f22fb735
 2025-12-20 10:29 UTC 

[PATCH v2 0/3] cpufreq: Introduce boot frequency QoS
 2025-12-20 10:29 UTC  (5+ messages)
` [PATCH v2 3/3] cpufreq: Update set_boost callbacks to rely on boost_freq_req

[PATCH 0/4] Rust GPUVM support
 2025-12-20 10:18 UTC  (6+ messages)
` [PATCH 4/4] rust: drm: add GPUVM immediate mode abstraction

[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
 2025-12-20 10:15 UTC  (8+ messages)
` [PATCH v7 00/11] Add submodulePathConfig extension and gitdir encoding
  ` [PATCH v7 06/11] submodule--helper: add gitdir migration command
  ` [PATCH v7 07/11] builtin/credential-store: move is_rfc3986_unreserved to url.[ch]
  ` [PATCH v7 08/11] submodule--helper: fix filesystem collisions by encoding gitdir paths
  ` [PATCH v7 09/11] submodule: fix case-folding gitdir filesystem collisions
  ` [PATCH v7 10/11] submodule: hash the submodule name for the gitdir path
  ` [PATCH v7 11/11] submodule: detect conflicts with existing gitdir configs


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.