All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-04 01:46:51 to 2024-05-04 08:52:16 UTC [more...]

[PATCH v2 0/5] vvfat: Fix write bugs for large files and add iotests
 2024-05-04  8:51 UTC  (7+ messages)
` [PATCH v2 1/5] vvfat: Fix bug in writing to middle of file
` [PATCH v2 2/5] vvfat: Fix usage of `info.file.offset`
` [PATCH v2 3/5] vvfat: Fix reading files with non-continuous clusters
` [PATCH v2 4/5] iotests: Add `vvfat` tests
` [PATCH v2 5/5] iotests: Filter out `vvfat` fmt from failing tests

[PATCH net-next v1] lan78xx: Enable 125 MHz CLK and Auto Speed configuration for LAN7801 if NO EEPROM is detected
 2024-05-04  8:49 UTC  (2+ messages)

[chrome-os:chromeos-6.6 37/45] drivers/net/wireless/mediatek/mt76/mt7925/main.c:382:2: error: call to undeclared function 'mt76_wcid_init'; ISO C99 and later do not support implicit function declarations
 2024-05-04  8:48 UTC 

[BUG][v6.9-rc6] Deadlock with: Revert "drm/qxl: simplify qxl_fence_wait"
 2024-05-04  8:39 UTC  (2+ messages)

WW_MUTEX_SELFTEST hangs w/ 6.9-rc workqueue changes
 2024-05-04  8:39 UTC  (3+ messages)

[GIT PULL v2] tracing/tracefs: Fixes for v6.9
 2024-05-04  8:38 UTC 

[wireless:for-next] BUILD SUCCESS 838c7b8f1f278404d9d684c34a8cb26dc41aaaa1
 2024-05-04  8:33 UTC 

[PATCH i-g-t v3 00/12] gputop: Add support for xe
 2024-05-04  8:33 UTC  (17+ messages)
` [PATCH i-g-t v3 01/13] lib/igt_drm_fdinfo: Extract ignore_space()
` [PATCH i-g-t v3 02/13] lib/igt_drm_fdinfo: Allow any number of spaces before unit
` [PATCH i-g-t v3 03/13] fixup! "
` [PATCH i-g-t v3 04/13] lib/igt_drm_fdinfo: Stop passing key twice
` [PATCH i-g-t v3 05/13] lib/igt_drm_fdinfo: Remove prefix arg from parse functions
` [PATCH i-g-t v3 06/13] lib/igt_drm_fdinfo: Parse drm-cycles
` [PATCH i-g-t v3 07/13] lib/igt_drm_fdinfo: Start tracking available engine keys
` [PATCH i-g-t v3 08/13] treewide: Rename engine busyness variables
` [PATCH i-g-t v3 09/13] lib/igt_drm_clients: Move engine fields to substruct
` [PATCH i-g-t v3 10/13] lib/igt_drm_clients: Record drm-cycles
` [PATCH i-g-t v3 11/13] lib/igt_drm_fdinfo: Parse drm-total-cycles
` [PATCH i-g-t v3 12/13] lib/igt_drm_clients: Record total cycles
` [PATCH i-g-t v3 13/13] gputop: Add support to drm-cycles/drm-total-cycles
` ✓ Fi.CI.BAT: success for gputop: Add support for xe (rev4)
` ✓ CI.xeBAT: "
` ✗ CI.xeFULL: failure "

[PATCH v4 00/10] clk: Add kunit tests for fixed rate and parent data
 2024-05-04  8:30 UTC  (9+ messages)
` [PATCH v4 01/10] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
` [PATCH v4 05/10] platform: Add test managed platform_device/driver APIs

[PATCH for-9.0 v3 0/4] target/sh4: Fix mac.[lw]
 2024-05-04  8:25 UTC  (2+ messages)

[PATCH v2 00/26] media: Fix coccinelle warning/errors
 2024-05-04  8:25 UTC  (8+ messages)
` [PATCH v2 09/26] media: v4l: async: refactor v4l2_async_create_ancillary_links

[Buildroot] [PATCH 1/1] package/stress-ng: fix uclibc-ng build
 2024-05-04  8:20 UTC 

[shenki:aspeed-6.9-rebase 569/1143] drivers/media/platform/aspeed/aspeed-video.c:377: warning: Function parameter or struct member 'debugfs_entry' not described in 'aspeed_video'
 2024-05-04  8:17 UTC 

[PATCH] swiotlb: iommu/dma: Clarify swiotlb options apply only to dma-direct
 2024-05-04  8:16 UTC  (2+ messages)

[PATCH blktests v4 00/17] support test case repeat by different conditions
 2024-05-04  8:14 UTC  (18+ messages)
` [PATCH blktests v4 01/17] check: factor out _run_test()
` [PATCH blktests v4 02/17] check: support test case repeat by different conditions
` [PATCH blktests v4 03/17] check: use set_conditions() for the CAN_BE_ZONED test cases
` [PATCH blktests v4 04/17] meta/{016,017}: add test cases to check repeated test case runs
` [PATCH blktests v4 05/17] common/rc: introduce _set_combined_conditions
` [PATCH blktests v4 06/17] meta/{018,019}: add test cases to check _set_combined_conditions
` [PATCH blktests v4 07/17] common/rc: introduce _check_conflict_and_set_default()
` [PATCH blktests v4 08/17] nvme/rc: introduce NVMET_TRTYPES
` [PATCH blktests v4 09/17] nvme/rc: add blkdev type environment variable
` [PATCH blktests v4 10/17] nvme/rc: introduce NVMET_BLKDEV_TYPES
` [PATCH blktests v4 11/17] nvme/{002-031,033-038,040-045,047,048}: support NMVET_TRTYPES
` [PATCH blktests v4 12/17] nvme/{006,008,010,012,014,019,023}: support NVMET_BLKDEV_TYPES
` [PATCH blktests v4 13/17] nvme/{007,009,011,013,015,020,024}: drop duplicate nvmet blkdev type tests
` [PATCH blktests v4 14/17] nvme/{021,022,025,026,027,028}: do not hard code target blkdev type
` [PATCH blktests v4 15/17] nvme/{rc,010,017,031,034,035}: rename nvme_img_size to NVME_IMG_SIZE
` [PATCH blktests v4 16/17] nvme/{rc,016,017}: rename nvme_num_iter to NVME_NUM_ITER
` [PATCH blktests v4 17/17] nvme/rc,srp/rc,common/multipath-over-rdma: rename use_rxe to USE_RXE

[PATCH v1] ALSA: ASoc/tas2781: Fix an issue reported by robot kernel test
 2024-05-04  8:08 UTC  (2+ messages)

[PATCH 0/2] ext4: fix WARNING in mb_cache_destroy
 2024-05-04  7:55 UTC  (3+ messages)
` [PATCH 1/2] ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()
` [PATCH 2/2] ext4: propagate errors from ext4_sb_bread() "

[PATCH v18 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-05-04  8:04 UTC  (3+ messages)
` [PATCH v18 20/21] Documentation: add ipe documentation

[PATCH v11 0/6] Add interconnect driver for IPQ9574 SoC
 2024-05-04  8:01 UTC  (2+ messages)

[syzbot] [bcachefs?] WARNING in bchfs_truncate
 2024-05-04  7:58 UTC 

[syzbot] [bcachefs?] KMSAN: uninit-value in __bch2_write_index
 2024-05-04  7:58 UTC 

[linux-next:master 10966/10967] fs/ext4/super.c:1356:(.text+0x3945c): relocation truncated to fit: R_RISCV_GPREL_I against `.LANCHOR15'
 2024-05-04  7:57 UTC 

[mlmmj] Roadmap for 1.5
 2024-05-04  7:39 UTC  (5+ messages)

patch "iio: temperature: mcp9600: Fix temperature reading for negative" added to char-misc-testing
 2024-05-04  7:50 UTC 

[PULL V2] IIO: 2nd set of new device support, features and cleanup for the 6.10 cycle
 2024-05-04  7:50 UTC  (2+ messages)

patch "iio: adc: axi-adc: make sure AXI clock is enabled" added to char-misc-testing
 2024-05-04  7:50 UTC 

[PATCH i-g-t 0/1] lib/xe/xe_query: Wait for xe_supports_faults
 2024-05-04  7:50 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[GIT PULL] interconnect changes for 6.10
 2024-05-04  7:48 UTC  (2+ messages)

[asahilinux:bits/200-dcp 200/210] drivers/gpu/drm/apple/audio.c:207:16: error: call to undeclared function 'snd_interval_rate_bits'; ISO C99 and later do not support implicit function declarations
 2024-05-04  7:46 UTC 

[RFC PATCH v2] Cleaning up the KVM clock mess
 2024-05-04  7:42 UTC  (3+ messages)
` [PATCH v2 01/15] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()

[shenki:aspeed-6.9-rebase 740/1143] drivers/i3c/master.c:3110:8: error: no member named 'status' in 'struct i3c_device_info'
 2024-05-04  7:36 UTC 

[chrome-os:chromeos-6.6 12/45] drivers/net/ethernet/mediatek/mtk_wed.c:86:37: error: invalid application of 'sizeof' to incomplete type 'struct mtk_wed_bm_desc'
 2024-05-04  7:36 UTC 

Virtio Net driver crash in latest version of kernel 6.8.4>
 2024-05-04  7:31 UTC 

[PATCH v1 0/7] mm: workingset reporting
 2024-05-04  7:30 UTC  (8+ messages)
` [PATCH v1 1/7] mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true
` [PATCH v1 2/7] mm: aggregate working set information into histograms
` [PATCH v1 3/7] mm: use refresh interval to rate-limit workingset report aggregation
` [PATCH v1 4/7] mm: report workingset during memory pressure driven scanning
` [PATCH v1 5/7] mm: extend working set reporting to memcgs
` [PATCH v1 6/7] mm: add kernel aging thread for workingset reporting
` [PATCH v1 7/7] selftest: test system-wide "

[PATCH stable, 6.1] net: sockmap, fix missing MSG_MORE causing TCP disruptions
 2024-05-04  7:30 UTC  (2+ messages)

[PATCH v3 1/4] usb: typec: ucsi: Fix null pointer dereference in trace
 2024-05-04  7:24 UTC  (5+ messages)
    ` [v3 "

[PATCH] redir: Fix double close in dupredirect
 2024-05-04  7:21 UTC 

[PATCH v3] kernel-doc: Added "*" in $type_constants2 to fix 'make htmldocs' warning
 2024-05-04  7:17 UTC  (2+ messages)

PCIE Memory Information
 2024-05-04  7:15 UTC 

[PATCH 08/14] zram: check that backends array has at least one backend
 2024-05-04  7:15 UTC  (4+ messages)

pull-request: rtw-next-2024-05-04
 2024-05-04  7:10 UTC  (2+ messages)

[PATCH 0/2] Add GitLab CI to check for whitespace errors
 2024-05-04  6:51 UTC  (8+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] ci: separate whitespace check script

Need help with reducing VIRT memory
 2024-05-04  6:51 UTC  (8+ messages)

[PATCH v7 0/2] riscv: pwm: sophgo: add pwm support for CV1800
 2024-05-04  6:49 UTC  (3+ messages)

[PATCH 0/8] usb: typec: ucsi: glink: merge in altmode support
 2024-05-04  6:49 UTC  (6+ messages)
` [PATCH 7/8] usb: typec: ucsi: glink: merge pmic_glink_altmode driver

[PATCH i-g-t] tests/intel/xe_pm: Update runtime pm conditions
 2024-05-04  6:48 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH net-next v12 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-05-04  6:44 UTC  (5+ messages)
` [PATCH net-next v12 1/4] linux/dim: move useful macros to .h file
` [PATCH net-next v12 2/4] ethtool: provide customized dim profile management
` [PATCH net-next v12 3/4] dim: add new interfaces for initialization and getting results
` [PATCH net-next v12 4/4] virtio-net: support dim profile fine-tuning

[shenki:aspeed-6.9-rebase 1129/1143] dtbs_check: arch/arm64/boot/dts/aspeed/ast2700-evb.dtb: sgpiom@14c0c000: '#interrupt-cells' does not match any of the regexes: 'pinctrl-[0-9]+'
 2024-05-04  6:44 UTC 

[ovmf test] 185916: all pass - PUSHED
 2024-05-04  6:43 UTC 

[PATCH net-next v11 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-05-04  6:32 UTC  (4+ messages)
` [PATCH net-next v11 2/4] ethtool: provide customized dim profile management

[xen-unstable test] 185914: tolerable FAIL - PUSHED
 2024-05-04  6:37 UTC 

[PATCH v5 0/2] drm/xe/mocs: Add debugfs node to dump mocs
 2024-05-04  6:35 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/mocs: Add debugfs node to dump mocs (rev6)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] tools/libxs: Open /dev/xen/xenbus fds as O_CLOEXEC
 2024-05-04  6:10 UTC  (2+ messages)

[usb:usb-testing] BUILD SUCCESS b3e40fc85735b787ce65909619fcd173107113c2
 2024-05-04  6:09 UTC 

[PATCH 00/14] zram: convert to custom comp API and allow algorithms configuration
 2024-05-04  6:02 UTC  (3+ messages)
` [PATCH 13/14] zram: add dictionary support to zstd backend

[PATCH] clocksource/drivers/arm_arch_timer: Mark validate_timer_rate() init
 2024-05-04  5:59 UTC  (4+ messages)

[PATCH] Bug fix: ensure P4 "err" is displayed when exception is raised
 2024-05-04  5:57 UTC 

[shenki:aspeed-6.9-rebase 735/1143] arch/arm/boot/dts/aspeed/aspeed-ast2600-evb.dts:657:10: fatal error: 'dt-bindings/i3c/i3c.h' file not found
 2024-05-04  5:51 UTC 

❌ FAIL (MISSED 5 of 204): Test report for master (6.9.0-rc6, mainline.kernel.org-clang, f03359bc)
 2024-05-04  5:41 UTC 

[PATCH v4 1/3] PCI: qcom: Refactor common code
 2024-05-04  5:31 UTC  (2+ messages)

[PATCH] alias: Mark printalias as noinline
 2024-05-04  5:30 UTC 

[PATCH] Simplify alias storage
 2024-05-04  5:20 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH] mystring: Add a few more uses of snlfmt
 2024-05-04  5:18 UTC 

[PATCH v3] tty: tty_io: remove hung_up_tty_fops
 2024-05-04  5:08 UTC  (11+ messages)

bug in may_dedupe_file allows to deduplicate files we aren't allowed to write to
 2024-05-04  4:49 UTC 

[PATCH] time/timgr: Fix wrong reference when level 0 group allocation failed
 2024-05-04  4:47 UTC  (2+ messages)

[PATCH v3 0/6] large folios swap-in: handle refault cases first
 2024-05-04  4:47 UTC  (8+ messages)
` [PATCH v3 2/6] mm: remove swap_free() and always use swap_free_nr()

[PATCH 1/2] selftests/openat2: fix clang build failures: -static-libasan, LOCAL_HDRS
 2024-05-04  4:43 UTC  (2+ messages)
` [PATCH 2/2] selftests/fchmodat2: fix clang build failure due to -static-libasan

[PATCH] m68k/mac: Fix reboot hang on Mac IIci
 2024-05-04  4:31 UTC 

[GIT PULL] dma-mapping fix for Linux 6.9
 2024-05-04  4:30 UTC 

[PATCH for-next 0/2] RDMA/bnxt_re: MSN table capability check for latest adapters
 2024-05-04  4:10 UTC  (3+ messages)
` [PATCH for-next 1/2] RDMA/bnxt_re: Allow MSN table capability check
` [PATCH for-next 2/2] RDMA/bnxt_re: Expose the MSN table capability for user library

[rgushchin:memcontrol_v1.1 3/3] mm/memcontrol.c:5423:2: error: call to undeclared function 'wb_memcg_offline'; ISO C99 and later do not support implicit function declarations
 2024-05-04  4:18 UTC 

[PATCH v2 0/2] Defer probing of SAM if serdev device is not ready
 2024-05-04  4:17 UTC  (4+ messages)
` [PATCH v2 1/2] platform/surface: aggregator: Defer probing when serdev "

[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-05-04  4:13 UTC  (5+ messages)
` [PATCH 05/26] cxl/core: Simplify cxl_dpa_set_mode()

[PATCH 2/2] perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
 2024-05-04  4:09 UTC  (2+ messages)
` [PATCH v2 "

[Buildroot] [autobuild.buildroot.net] Daily results for 2024-05-03
 2024-05-04  4:00 UTC 

[PATCH i-g-t,v2 0/2] L3 bank mask
 2024-05-04  3:53 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH bpf-next 1/2] Patch to Fix deadlocks in queue and stack maps
 2024-05-04  3:46 UTC 

[syzbot] [fs?] [io-uring?] general protection fault in __ep_remove
 2024-05-04  3:46 UTC  (3+ messages)
  ` [syzbot] [fs] "

[rgushchin:memcontrol_v1.1 3/3] mm/internal.h:1542:38: warning: declaration of 'struct cgroup_taskset' will not be visible outside of this function
 2024-05-04  3:36 UTC 

[GIT PULL] KVM/riscv changes for 6.10
 2024-05-04  3:36 UTC  (3+ messages)

[ANNOUNCEMENT] Yocto Project 3.1.33 (dunfell-23.0.33) is Released
 2024-05-04  3:31 UTC 

[rgushchin:memcontrol_v1.1 3/3] mm/internal.h:1542:38: warning: 'struct cgroup_taskset' declared inside parameter list will not be visible outside of this definition or declaration
 2024-05-04  3:25 UTC 

[RFC PATCH bpf-next v6 0/3] Replace mono_delivery_time with tstamp_type
 2024-05-04  3:13 UTC  (4+ messages)
` [RFC PATCH bpf-next v6 1/3] net: Rename mono_delivery_time to tstamp_type for scalabilty
` [RFC PATCH bpf-next v6 2/3] net: Add additional bit to support clockid_t timestamp type
` [RFC PATCH bpf-next v6 3/3] selftests/bpf: Handle forwarding of UDP CLOCK_TAI packets

[PATCH v2] bcache: allow allocator to invalidate bucket in gc
 2024-05-04  3:08 UTC  (13+ messages)

[GIT PULL] clk fixes for v6.9-rc6
 2024-05-04  3:06 UTC 

[PATCH v2] refs: return conflict error when checking packed refs
 2024-05-04  3:04 UTC  (2+ messages)
` [PATCH v3] "

[PATCH i-g-t] lib/igt_drm_fdinfo: Handle amdgpu memory stats
 2024-05-04  3:00 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

What's cooking in git.git (May 2024, #02; Fri, 3)
 2024-05-04  2:59 UTC  (2+ messages)

[PATCH i-g-t] igt_core: Update doc on generated test-list.txt
 2024-05-04  2:53 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH] drm/vmwgfx: Re-introduce drm_crtc_helper_funcs::prepare
 2024-05-04  2:46 UTC  (2+ messages)

[PATCH v2] locking/qspinlock: Save previous node & owner CPU into mcs_spinlock
 2024-05-04  2:41 UTC 

[PATCH v2 00/11] Add Mobileye EyeQ system controller support (clk, reset, pinctrl)
 2024-05-04  2:34 UTC  (2+ messages)

[PATCH v2 3/3] net: phy: bcm-phy-lib: Implement BroadR-Reach link modes
 2024-05-04  2:33 UTC 

[PATCH] drm/i915/guc: Fix UB due to signed int overflow
 2024-05-04  2:29 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/guc: Fix UB due to signed int overflow (rev2)

[PATCH] selftests/exec: build with -fPIE instead of -pie, to make clang happy
 2024-05-04  2:23 UTC 

[PATCH i-g-t 1/3] tests/intel/xe_pm: Reword *-basic description
 2024-05-04  2:22 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for series starting with [i-g-t,1/3] "

[PATCH 0/6] input: himax_hx83112b: add support for HX83100A
 2024-05-04  2:04 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: input: touchscreen: himax,hx83112b: add HX83100A
` [PATCH 2/6] input: himax_hx83112b: add regulator handling
` [PATCH 3/6] input: himax_hx83112b: use more descriptive register defines
` [PATCH 4/6] input: himax_hx83112b: implement MCU register reading
` [PATCH 5/6] input: himax_hx83112b: add himax_chip struct for multi-chip support
` [PATCH 6/6] input: himax_hx83112b: add support for HX83100A

[PATCH] selftests/alsa: fix a build warning: return a value in all cases
 2024-05-04  2:13 UTC 

[shenki:aspeed-6.9-rebase 566/1143] drivers/spi/spi-aspeed-txrx.c:239:22: warning: format '%d' expects argument of type 'int', but argument 4 has type 'u8 *' {aka 'unsigned char *'}
 2024-05-04  2:12 UTC 

[PATCH v4 0/7] Linux RISC-V IOMMU Support
 2024-05-04  2:05 UTC  (7+ messages)
` [PATCH v4 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver
` [PATCH v4 7/7] iommu/riscv: Paging domain support

[shenki:aspeed-6.9-rebase 208/1143] drivers/i3c/master/dw-i3c-master.c:14:10: fatal error: linux/i3c/target.h: No such file or directory
 2024-05-04  2:02 UTC 

[PULL 00/14] Accel / SH4 / UI patches for 2024-05-03
 2024-05-04  2:01 UTC  (2+ messages)

[PATCH 00/35] drm/i915/bios: Define (almost) all BDB blocks
 2024-05-04  2:02 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[syzbot] [ext4?] WARNING in mb_cache_destroy
 2024-05-04  2:00 UTC  (8+ messages)

[PATCH] drm/xe/vm: Wait for availability if fault mode is mismatched
 2024-05-04  1:58 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[RFC PATCH 0/9] io_uring: support sqe group and provide group kbuf
 2024-05-04  1:56 UTC  (10+ messages)
` [PATCH 5/9] io_uring: support SQE group

[PATCH net-next 1/2] netfilter: nft_queue: compute SCTP checksum
 2024-05-04  1:51 UTC  (2+ messages)

cron job: media_tree daily build: WARNINGS
 2024-05-04  1:47 UTC 

[PATCH 00/18] clk: imx: misc update/fix
 2024-05-04  0:49 UTC  (2+ messages)
` [PATCH 15/18] clk: imx: imx8qxp: Add clock muxes for MIPI and PHY ref clocks


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.