All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-29 20:25:01 to 2024-11-29 23:20:17 UTC [more...]

[PATCH] mm/codetag: swap tags when migrate pages
 2024-11-29 22:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net] splice: do not checksum AF_UNIX sockets
 2024-11-29 23:20 UTC 

[GIT PULL] Second batch of KVM changes for Linux 6.13
 2024-11-29 23:18 UTC 

[PATCH v2 0/3] Ensure unique worktree ids across repositories
 2024-11-29 23:17 UTC  (7+ messages)
` [PATCH v2 1/3] worktree: add worktree with unique suffix
` [PATCH v2 2/3] worktree: rename worktree id during worktree move
` [PATCH v2 3/3] worktree: add id to `worktree list` output

[PATCH] drm/bridge-connector: Prioritize supported_formats over ycbcr_420_allowed
 2024-11-29 23:13 UTC 

[RFC PATCH 0/9] pahole: shared ELF and faster reproducible BTF encoding
 2024-11-29 23:12 UTC  (13+ messages)
` [RFC PATCH 3/9] btf_encoder: separate elf function, saved function representations
` [RFC PATCH 4/9] dwarf_loader: introduce pre_load_module hook to conf_load
` [RFC PATCH 5/9] btf_encoder: introduce elf_functions struct type
` [RFC PATCH 6/9] btf_encoder: collect elf_functions in btf_encoder__pre_load_module
` [RFC PATCH 7/9] btf_encoder: switch to shared elf_functions table
` [RFC PATCH 8/9] btf_encoder: introduce btf_encoding_context

[PATCH bpf-next 0/3] Introduce GRO support to cpumap codebase
 2024-11-29 23:11 UTC  (4+ messages)
` [PATCH bpf-next 1/3] net: Add napi_init_for_gro utility routine
` [PATCH bpf-next 2/3] net: add napi_threaded_poll to netdevice.h
` [PATCH bpf-next 3/3] bpf: cpumap: Add gro support

[GIT PULL] tracing: More updates for 6.13
 2024-11-29 23:08 UTC  (8+ messages)

[PATCH v2] media: qcom: camss: fix VFE pm domain off
 2024-11-29 23:07 UTC  (10+ messages)

[GIT PULL] JFFS, UBI and UBIFS changes for v6.13-rc1
 2024-11-29 23:06 UTC  (2+ messages)

[GIT PULL] UML changes for v6.13-rc1
 2024-11-29 23:06 UTC 

[PATCH] drm/bridge: dw-hdmi: Sync comments with actual bus formats order
 2024-11-29 23:04 UTC 

[PATCH v5] sched/psi: fix memory barrier without comment warnings
 2024-11-29 23:04 UTC  (5+ messages)

[git pull] drm fixes for 6.13-rc1
 2024-11-29 22:59 UTC  (4+ messages)

[syzbot] [bcachefs?] possible deadlock in trans_set_locked
 2024-11-29 22:56 UTC  (4+ messages)

[GIT PULL] execve updates for v6.13-rc1 (take 2)
 2024-11-29 22:54 UTC  (14+ messages)

[PATCH v2] ARM: imx: Re-introduce the PINCTRL selection
 2024-11-29 22:53 UTC  (2+ messages)

[syzbot] [netfs?] WARNING in netfs_retry_reads
 2024-11-29 22:51 UTC  (4+ messages)

[dhowells-fs:ceph-iter 85/92] fs/ceph/crypto.c:608:28: error: incompatible pointer types passing 'u32 *' (aka 'unsigned int *') to parameter of type 'size_t *' (aka 'unsigned long *')
 2024-11-29 22:50 UTC 

[PATCH] drm/i915/display: replace dig_port->saved_port_bits with flags
 2024-11-29 22:45 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

❌ FAIL: Test report for master (6.12.0, upstream-mainline, 2ba9f676)
 2024-11-29 22:42 UTC 

[PATCH 1/5] drm/i915/fbdev: Add intel_fbdev_getvaddr()
 2024-11-29 22:39 UTC  (2+ messages)

[PATCH 00/34] a whole raft of bugfixes
 2024-11-29 22:38 UTC  (36+ messages)
` [PATCH 01/34] bcachefs: BCH_ERR_btree_node_read_error_cached
` [PATCH 02/34] bcachefs: Use separate rhltable for bch2_inode_or_descendents_is_open()
` [PATCH 03/34] bcachefs: errcode cleanup: journal errors
` [PATCH 04/34] bcachefs: disk_accounting: bch2_dev_rcu -> bch2_dev_rcu_noerror
` [PATCH 05/34] bcachefs: Fix accounting_read when we rewind
` [PATCH 06/34] bcachefs: backpointer_to_missing_ptr is now autofix
` [PATCH 07/34] bcachefs: Fix btree node scan when unknown btree IDs are present
` [PATCH 08/34] bcachefs: Kill bch2_bucket_alloc_new_fs()
` [PATCH 09/34] bcachefs: Bad btree roots are now autofix
` [PATCH 10/34] bcachefs: Fix dup/misordered check in btree node read
` [PATCH 11/34] bcachefs: Don't try to en/decrypt when encryption not available
` [PATCH 12/34] bcachefs: Change "disk accounting version 0" check to commit only
` [PATCH 13/34] bcachefs: Fix bch2_btree_node_update_key_early()
` [PATCH 14/34] bcachefs: Go RW earlier, for normal rw mount
` [PATCH 15/34] bcachefs: Fix null ptr deref in btree_path_lock_root()
` [PATCH 16/34] bcachefs: Ignore empty btree root journal entries
` [PATCH 17/34] bcachefs: struct bkey_validate_context
` [PATCH 18/34] bcachefs: Make topology errors autofix
` [PATCH 19/34] bcachefs: BCH_FS_recovery_running
` [PATCH 20/34] bcachefs: dio write: Take ref on mm_struct when using asynchronously
` [PATCH 21/34] bcachefs: Guard against journal seq overflow
` [PATCH 22/34] bcachefs: Issue a transaction restart after commit in repair
` [PATCH 23/34] bcachefs: Guard against backpointers to unknown btrees
` [PATCH 24/34] bcachefs: Fix journal_iter list corruption
` [PATCH 25/34] bcachefs: add missing printbuf_reset()
` [PATCH 26/34] bcachefs: mark more errors AUTOFIX
` [PATCH 27/34] bcachefs: Don't error out when logging fsck error
` [PATCH 28/34] bcachefs: do_fsck_ask_yn()
` [PATCH 29/34] bcachefs: Check for bucket journal seq in the future
` [PATCH 30/34] bcachefs: Check for inode "
` [PATCH 31/34] bcachefs: cryptographic MACs on superblock are not (yet?) supported
` [PATCH 32/34] bcachefs: bch2_trans_relock() is trylock for lockdep
` [PATCH 33/34] bcachefs: Check for extent crc uncompressed/compressed size mismatch
` [PATCH 34/34] bcachefs: Don't recurse in check_discard_freespace_key

[RFC PATCH 00/40] fstests: concurrent test execution
 2024-11-29 22:33 UTC  (4+ messages)
` [PATCH 16/40] fstests: use udevadm wait in preference to settle

6.12 WARNING in netfs_consume_read_data()
 2024-11-29 22:29 UTC  (4+ messages)

[meta-virtualization][master][scarthgap][styhead][PATCH v4 0/6] Add bbclass for xen launch config variables
 2024-11-29 22:29 UTC  (7+ messages)
` [meta-virtualization][master][scarthgap][styhead][PATCH v4 1/6] xen-launch-config: "
` [meta-virtualization][master][scarthgap][styhead][PATCH v4 2/6] xen-rpi-u-boot-scr: Inherit xen-launch-config bbclass
` [meta-virtualization][master][scarthgap][styhead][PATCH v4 3/6] xen-boot-env: Move xen variables to inc file
` [meta-virtualization][master][scarthgap][styhead][PATCH v4 4/6] u-boot-xlnx-scr: Include xen-boot-env if BOOTMODE is xen
` [meta-virtualization][master][scarthgap][styhead][PATCH v4 5/6] boot.cmd.xen: Add load address to echo messages
` [meta-virtualization][master][scarthgap][styhead][PATCH v4 6/6] xen-boot-env.inc: Inherit xen-launch-config bbclass

[PATCH v2] efi_loader: Add U-Boot memory to the EFI memory map
 2024-11-29 22:26 UTC  (3+ messages)

[PATCH i-g-t] lib/pciids: add missing PTL pciid
 2024-11-29 22:24 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for lib/pciids: add missing PTL pciid (rev2)
` ✓ i915.CI.BAT: "

[PATCH v4 0/8] Allow relative worktree linking to be configured by the user
 2024-11-29 22:23 UTC  (11+ messages)
` [PATCH v5 "
  ` [PATCH v6 "
    ` [PATCH v6 1/8] setup: correctly reinitialize repository version
    ` [PATCH v6 2/8] worktree: add `relativeWorktrees` extension
    ` [PATCH v6 3/8] worktree: refactor infer_backlink return
    ` [PATCH v6 4/8] worktree: add `write_worktree_linking_files()` function
    ` [PATCH v6 5/8] worktree: add relative cli/config options to `add` command
    ` [PATCH v6 6/8] worktree: add relative cli/config options to `move` command
    ` [PATCH v6 7/8] worktree: add relative cli/config options to `repair` command
    ` [PATCH v6 8/8] worktree: refactor `repair_worktree_after_gitdir_move()`

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-11-29 22:19 UTC  (10+ messages)
` [RFC PATCH v3 11/15] context-tracking: Introduce work deferral infrastructure

[PATCH v2 0/4] media: uvcvideo: Two fixes for async controls
 2024-11-29 22:18 UTC  (20+ messages)
` [PATCH v2 1/4] media: uvcvideo: Remove dangling pointers
` [PATCH v2 2/4] media: uvcvideo: Do not set an async control owned by other fh

[PATCH 5/5] drm/i915: Add drm_panic support
 2024-11-29 22:18 UTC  (2+ messages)

[PATCH 00/21] kthread: Introduce preferred affinity v5
 2024-11-29 22:15 UTC  (4+ messages)
` [PATCH 11/21] arm64: Keep first mismatched 32bits el0 capable CPU online through its callbacks

Weird behaviour with project quotas
 2024-11-29 22:14 UTC  (4+ messages)

[Buildroot] [PATCH v2 2/2] package/tpm2-tss-engine: add version 1.2.0
 2024-11-29 22:13 UTC  (2+ messages)
` [Buildroot] [PATCH v3 "

[RFT PATCH 0/4] More QC DWC3 fixups
 2024-11-29 22:12 UTC  (5+ messages)
` [PATCH RFT 1/4] dt-bindings: usb: qcom,dwc3: Make ss_phy_irq optional for MSM8996
` [PATCH RFT 2/4] dt-bindings: usb: qcom,dwc3: Fix MSM8994 interrupt spec
` [PATCH RFT 3/4] arm64: dts: qcom: msm8996: Fix up USB3 interrupts
` [PATCH RFT 4/4] arm64: dts: qcom: msm8994: Describe USB interrupts

[PATCH 0/5] aarch64, common: improve clang and llvm support
 2024-11-29 22:12 UTC  (4+ messages)
` [PATCH 3/5] build: arm64: provide -target and -march if using clang

[Buildroot] [PATCH v2 1/2] package/tpm2-tss: bump version to 4.1.3
 2024-11-29 22:10 UTC  (2+ messages)
` [Buildroot] [PATCH v3 "

[PATCH 1/2] runqueue: Optimise setscene loop processing
 2024-11-29 22:10 UTC  (2+ messages)
` [PATCH 2/2] runqueue: Fix scenetask processing performance issue

[PATCH 08/10] target: core: Use extended logs where possible
 2024-11-29 22:08 UTC  (3+ messages)

[PATCH v4 1/2] arm64: dts: qcom: qcs6490-rb3gen2: enable Bluetooth
 2024-11-29 22:08 UTC 

[PATCH] doc: reword sample app guides
 2024-11-29 22:04 UTC  (2+ messages)

[PATCH i-g-t] tests/intel/lobf: Remove lobf supported check
 2024-11-29 22:01 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH i-g-t v3 0/3] runner: Allow limits at dumping dmesg
 2024-11-29 21:53 UTC  (6+ messages)
` [PATCH i-g-t v3 1/3] runner/executor: Limit reading dmesg to chunks
` [PATCH i-g-t v3 2/3] runner/executor: Fix error handling at terminating test
` [PATCH i-g-t v3 3/3] runner/executor: Inform about terminating
` ✓ Xe.CI.BAT: success for runner: Allow limits at dumping dmesg (rev3)
` ✓ i915.CI.BAT: "

[scarthgap] bitbake extremely slow down during "Initialising tasks" #bitbake #scarthgap
 2024-11-29 21:53 UTC 

[syzbot] [fuse?] KASAN: null-ptr-deref Read in fuse_copy_do
 2024-11-29 21:50 UTC 

[dhowells-fs:ceph-iter 65/92] fs/ceph/xattr.c:1415:16: error: no member named 'length' in 'struct ceph_databuf'
 2024-11-29 21:47 UTC 

Multilib in yocto: I am enabling Multilib ,lib32-gcc, lib32-gfortran support in x86 #error
 2024-11-29 21:04 UTC 

[PATCH] drm/connector: Allow clearing hdr infoframe
 2024-11-29 21:38 UTC 

+ minmaxh-simplify-the-variants-of-clamp.patch added to mm-nonmm-unstable branch
 2024-11-29 21:44 UTC  (7+ messages)

[PATCH v2] madvise: MADV_SOFT_OFFLINE requests can return -EBUSY
 2024-11-29 21:43 UTC  (3+ messages)

[PATCH] media: uvcvideo: Use uvc_query_name in uvc_get_video_ctrl
 2024-11-29 21:43 UTC  (3+ messages)

update asmadeus@codewreck.org key
 2024-11-29 21:40 UTC 

[meta-oe][PATCH 1/2] fluentbit: upgrade to v3.2.1
 2024-11-29 21:38 UTC  (2+ messages)
` [meta-oe][PATCH 2/2] fluentbit: use system libs instead of vendored ones

[dhowells-fs:ceph-iter 92/92] fs/ceph/rdwr.c:591:15: error: assignment to 'struct ceph_snap_context *' from 'int' makes pointer from integer without a cast
 2024-11-29 21:37 UTC 

[PATCH v2] iio: magnetometer: yas530: Use signed integer type for clamp limits
 2024-11-29 21:25 UTC 

[GIT PULL] sound fixes for 6.13-rc1
 2024-11-29 21:33 UTC  (2+ messages)

❌ FAIL: Test report for master (6.12.0, upstream-mainline, 2eff01ee)
 2024-11-29 21:33 UTC 

[PATCH v4 0/4] media: uvcvideo: Two fixes for async controls
 2024-11-29 21:30 UTC  (5+ messages)
` [PATCH v4 1/4] media: uvcvideo: Do not replace the handler of an async ctrl
` [PATCH v4 2/4] media: uvcvideo: Remove dangling pointers
` [PATCH v4 3/4] media: uvcvideo: Annotate lock requirements for uvc_ctrl_set
` [PATCH v4 4/4] media: uvcvideo: Remove redundant NULL assignment

[PATCH AUTOSEL 5.15 01/12] watch_queue: fix kcalloc() arguments order
 2024-11-29 21:27 UTC  (15+ messages)
` [PATCH AUTOSEL 5.15 11/12] x86/barrier: Do not serialize MSR accesses on AMD

[Patch net] rtnetlink: catch error pointer for rtnl_link_get_net()
 2024-11-29 21:25 UTC  (2+ messages)
` [Patch net v2] rtnetlink: fix double call of rtnl_link_get_net_ifla()

When the trace buffers are saved to disk?
 2024-11-29 21:24 UTC  (5+ messages)

[PATCH v3 0/4] media: uvcvideo: Two fixes for async controls
 2024-11-29 21:23 UTC  (3+ messages)
` [PATCH v3 2/4] media: uvcvideo: Remove dangling pointers

[PATCH i-g-t v3 0/2] Ignore more warns in xe_wedged tests
 2024-11-29 21:21 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for Ignore more warns in xe_wedged tests (rev6)

[PATCH 5.15] kernfs: switch global kernfs_rwsem lock to per-fs lock
 2024-11-29 21:20 UTC  (3+ messages)

[PATCH v2 2/5] PCI: stm32: Add PCIe host support for STM32MP25
 2024-11-29 21:18 UTC  (3+ messages)

[syzbot] [btrfs?] kernel BUG in __folio_start_writeback
 2024-11-29 21:17 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/chrony: bump to version 4.6.1
 2024-11-29 20:59 UTC 

[Buildroot] [PATCH] package/chrony: bump to version 4.6.1
 2024-11-29 21:11 UTC  (2+ messages)

[PATCH -next] bcache: Add missing parameter description to bch2_bucket_alloc_trans()
 2024-11-29 21:13 UTC  (2+ messages)

Linux 6.12
 2024-11-29 21:08 UTC  (8+ messages)
` TPM/EFI issue [Was: Linux 6.12]

[intel-lts:4.19/android_s 725/30000] versioncheck: ./drivers/platform/x86/sepdk/inc/cpumon.h: 29 linux/version.h not needed
 2024-11-29 21:05 UTC 

[dhowells-fs:ceph-iter 85/92] fs/ceph/crypto.c:608:56: error: passing argument 6 of 'ceph_calc_file_object_mapping' from incompatible pointer type
 2024-11-29 21:05 UTC 

[android-common:android15-6.6-desktop 13294/24492] arch/arm64/boot/dts/mediatek/mt8186-corsola-steelix-sku131072.dtb: gpu@13040000: 'power_model@0', 'power_model@1', 'supply-names', 'volt-bin-mapping' do not match any of the regexes: 'pinctrl-[0-9]+'
 2024-11-29 21:05 UTC 

[GIT PULL] RTC for 6.13
 2024-11-29 21:06 UTC 

[GIT PULL] arm64 fixes for 6.13-rc1
 2024-11-29 21:05 UTC 

[dhowells-fs:ceph-iter 65/92] fs/ceph/xattr.c:1415:28: error: 'struct ceph_databuf' has no member named 'length'
 2024-11-29 21:05 UTC 

[PATCH v7] drm/i915/selftests: Implement frequency logging for energy reading validation
 2024-11-29 21:03 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/selftests: Implement frequency logging for energy reading validation (rev6)

Multilib support Need for x86 board!
 2024-11-29 20:48 UTC 

[Buildroot] [PATCH v1 1/4] configs/zynqmp_kria_kd240_defconfig: bump to xilinx-v2024.2
 2024-11-29 20:57 UTC  (2+ messages)

[Buildroot] [git commit branch/next] configs/zynqmp_kria_kr260_defconfig: bump to xilinx-v2024.2
 2024-11-29 20:32 UTC 

[Buildroot] [git commit branch/next] configs/zynqmp_kria_kd240_defconfig: bump to xilinx-v2024.2
 2024-11-29 20:31 UTC 

[Buildroot] [git commit branch/next] configs/zynqmp_kria_kv260_defconfig: bump to xilinx-v2024.2
 2024-11-29 20:32 UTC 

[Buildroot] [git commit branch/next] board/xilinx/patches: remove xilinx_v2024.1 hashes
 2024-11-29 20:32 UTC 

[PATCH] net/mlx5: fix RSS hash for non-RSS CQE zipping
 2024-11-29 20:44 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] perf: map pages in advance
 2024-11-29 20:42 UTC  (11+ messages)

[PATCH 0/2] Ensure unique worktree ids across repositories
 2024-11-29 20:39 UTC  (5+ messages)

[PATCH] btrfs: fix missing snapshot drew unlock when root is dead during swap activation
 2024-11-29 20:39 UTC  (2+ messages)

[PATCH v2] btrfs: don't BUG_ON() in btrfs_drop_extents()
 2024-11-29 20:37 UTC  (2+ messages)

[patch v2] tg3: Disable tg3 PCIe AER on system reboot
 2024-11-29 20:36 UTC 

[openeuler:OLK-6.6 1562/1562] arch/loongarch/kernel/legacy_boot.c:106:48: error: implicit declaration of function 'nid_to_addrbase'
 2024-11-29 20:34 UTC 

❌ FAIL: Test report for master (6.12.0, upstream-mainline, 93e064ce)
 2024-11-29 20:32 UTC 

[GIT PULL] Char/Misc/IIO driver changes for 6.13-rc1
 2024-11-29 20:31 UTC  (2+ messages)

[GIT PULL] Driver core changes for 6.13-rc1
 2024-11-29 20:31 UTC  (2+ messages)

[GIT PULL] Staging driver changes for 6.13-rc1
 2024-11-29 20:30 UTC  (2+ messages)

[GIT PULL] USB / Thunderbolt changes for 6.13-rc1
 2024-11-29 20:30 UTC  (2+ messages)

[BUG] Inconsistent output of git-show
 2024-11-29 20:26 UTC  (2+ messages)

[PATCH] accel/qaic: Fix typo for struct qaic_manage_trans_passthrough
 2024-11-29 20:28 UTC 

[GIT PULL] TTY / Serial driver changes for 6.13-rc1
 2024-11-29 20:28 UTC  (2+ messages)

[PATCH v2] selftests/ftrace: adjust offset for kprobe syntax error test
 2024-11-29 20:26 UTC 

pull request: iwlwifi firmware updates 2024-11-28
 2024-11-29 20:24 UTC  (2+ messages)


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.