All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-11 01:43:46 to 2023-05-11 04:12:47 UTC [more...]

[PATCH 0/2] EDAC/altera: Check previous DDR DBE during driver probe
 2023-05-11  4:12 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] firmware: stratix10-svc: Add command to get SEU error info

[PATCH] worktree: add -z option for list subcommand
 2023-05-11  4:11 UTC  (4+ messages)
` [PATCH v2] "

Reminder - DPDK Ci Community Testing Meeting - Tomorrow 5/11/23 @ 6am PDT/9am EDT
 2023-05-11  4:08 UTC 

[PATCH v2 0/2] Fix two warnings about rq clock
 2023-05-11  4:05 UTC  (7+ messages)
` [PATCH v2 1/2] sched/core: Fixed missing rq clock update before calling set_rq_offline()
    ` [External] "
` [PATCH v2 2/2] sched/core: Avoid double calling update_rq_clock()
    ` [External] "

[PATCH] uacce: use filep->f_mapping to replace inode->i_mapping
 2023-05-11  4:05 UTC  (3+ messages)

next/master build: 126 builds: 2 failed, 124 passed, 9 errors, 204 warnings (next-20230511)
 2023-05-11  4:04 UTC 

next/master build: 126 builds: 2 failed, 124 passed, 9 errors, 204 warnings (next-20230511)
 2023-05-11  4:04 UTC 

[PATCH 00/27] configure: create a python venv and ensure meson, sphinx
 2023-05-11  3:54 UTC  (28+ messages)
` [PATCH 01/27] python: shut up "pip install" during "make check-minreqs"
` [PATCH 02/27] python: update pylint configuration
` [PATCH 03/27] python: add mkvenv.py
` [PATCH 04/27] mkvenv: add better error message for missing pyexpat module
` [PATCH 05/27] mkvenv: add nested venv workaround
` [PATCH 06/27] mkvenv: add ensure subcommand
` [PATCH 07/27] mkvenv: add diagnose() method for ensure() failures
` [PATCH 08/27] mkvenv: add console script entry point generation
` [PATCH 09/27] mkvenv: create pip binary in virtual environment
` [PATCH 10/27] mkvenv: work around broken pip installations on Debian 10
` [PATCH 11/27] tests/docker: add python3-venv dependency
` [PATCH 12/27] tests/vm: Configure netbsd to use Python 3.10
` [PATCH 13/27] tests/vm: add py310-expat to NetBSD
` [PATCH 14/27] python: add vendor.py utility
` [PATCH 15/27] configure: create a python venv unconditionally
` [PATCH 16/27] python/wheels: add vendored meson package
` [PATCH 17/27] configure: use 'mkvenv ensure meson' to bootstrap meson
` [PATCH 18/27] qemu.git: drop meson git submodule
` [PATCH 19/27] tests: Use configure-provided pyvenv for tests
` [PATCH 20/27] configure: move --enable-docs and --disable-docs back to configure
` [PATCH 21/27] configure: bootstrap sphinx with mkvenv
` [PATCH 22/27] configure: add --enable-pypi and --disable-pypi
` [PATCH 23/27] Python: Drop support for Python 3.6
` [PATCH 24/27] configure: Add courtesy hint to Python version failure message
` [PATCH 25/27] mkvenv: mark command as required
` [PATCH 26/27] python: bump some of the dependencies
` [PATCH 27/27] mkvenv.py: experiment; use distlib to generate script entry points

[meta-oe][dunfell][PATCH 1/1] nodejs: make 14.18.1 available but not default
 2023-05-11  3:56 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/hwmon: Silence UBSAN uninitialized bool variable warning
 2023-05-11  3:56 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH v1 0/5] Add PASID support to SMMUv3 unmanaged domains
 2023-05-11  3:52 UTC  (3+ messages)

[Intel-xe] [PATCH 00/26] Separate GT and tile
 2023-05-11  3:51 UTC  (29+ messages)
` [Intel-xe] [PATCH 01/26] drm/xe/mtl: Disable media GT
` [Intel-xe] [PATCH 02/26] drm/xe: Introduce xe_tile
` [Intel-xe] [PATCH 03/26] drm/xe: Add backpointer from gt to tile
` [Intel-xe] [PATCH 04/26] drm/xe: Add for_each_tile iterator
` [Intel-xe] [PATCH 05/26] drm/xe: Move register MMIO into xe_tile
` [Intel-xe] [PATCH 06/26] drm/xe: Move VRAM from GT to tile
` [Intel-xe] [PATCH 07/26] drm/xe: Memory allocations are tile-based, not GT-based
` [Intel-xe] [PATCH 08/26] drm/xe: Move migration from GT to tile
` [Intel-xe] [PATCH 09/26] drm/xe: Clarify 'gt' retrieval for primary tile
` [Intel-xe] [PATCH 10/26] drm/xe: Drop vram_id
` [Intel-xe] [PATCH 11/26] drm/xe: Drop extra_gts[] declarations and XE_GT_TYPE_REMOTE
` [Intel-xe] [PATCH 12/26] drm/xe: Allocate GT dynamically
` [Intel-xe] [PATCH 13/26] drm/xe: Add media GT to tile
` [Intel-xe] [PATCH 14/26] drm/xe: Move display IRQ postinstall out of GT function
` [Intel-xe] [PATCH 15/26] drm/xe: Interrupts are delivered per-tile, not per-GT
` [Intel-xe] [PATCH 16/26] drm/xe/irq: Handle ASLE backlight interrupts at same time as display
` [Intel-xe] [PATCH 17/26] drm/xe/irq: Actually call xe_irq_postinstall()
` [Intel-xe] [PATCH 18/26] drm/xe/irq: Ensure primary GuC won't clobber media GuC's interrupt mask
` [Intel-xe] [PATCH 19/26] drm/xe/irq: Untangle postinstall functions
` [Intel-xe] [PATCH 20/26] drm/xe: Replace xe_gt_irq_postinstall with xe_irq_enable_hwe
` [Intel-xe] [PATCH 21/26] drm/xe: Invalidate TLB on all affected GTs during GGTT updates
` [Intel-xe] [PATCH 22/26] drm/xe/tlb: Obtain forcewake when doing GGTT TLB invalidations
` [Intel-xe] [PATCH 23/26] drm/xe: Allow GT looping and lookup on standalone media
` [Intel-xe] [PATCH 24/26] drm/xe: Update query uapi to support "
` [Intel-xe] [PATCH 25/26] drm/xe: Reinstate media GT support
` [Intel-xe] [PATCH 26/26] drm/xe: Clarify source of GT log messages
` [Intel-xe] ✓ CI.Patch_applied: success for Separate GT and tile
` [Intel-xe] ✗ CI.KUnit: failure "

[PATCH] dmaengine: ti: k3-psil-j721s2: Add PSI-L thread map for main CPSW2G
 2023-05-11  3:47 UTC 

[PATCH] media: rc: meson-ir: support MMIO regmaps to access registers
 2023-05-11  3:43 UTC  (2+ messages)

[djwong-xfs:vectorized-scrub 505/544] fs/xfs/libxfs/xfs_refcount.c:2121 xfs_refcount_recover_group_cow_leftovers() error: we previously assumed 'pag' could be null (see line 2058)
 2023-05-11  3:42 UTC 

stable-rc/linux-4.19.y baseline: 111 runs, 31 regressions (v4.19.282)
 2023-05-11  3:41 UTC 

[PATCH v11 0/2] diff-files: integrate with sparse index
 2023-05-11  3:41 UTC  (3+ messages)
` [PATCH v12 "

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-11  3:40 UTC  (19+ messages)
` [PATCH 01/23] arm: "
` [PATCH 05/23] m68k: "
` [PATCH 21/23] x86: Allow get_locked_pte() "

Unable to cross compile git. http.c generating errors
 2023-05-11  3:39 UTC  (2+ messages)

[PATCH net-next v8 1/2] vxlan: Add nolocalbypass option to vxlan
 2023-05-11  3:38 UTC  (3+ messages)
` [PATCH net-next v8 2/2] selftests: vxlan: Add tests for vxlan nolocalbypass option

QA notification for completed autobuilder build (yocto-3.1.25.rc1)
 2023-05-11  3:38 UTC  (2+ messages)
` [yocto] "

clang-16 rollout
 2023-05-11  3:36 UTC  (2+ messages)

[PATCH v6 06/14] x86: Add early SHA support for Secure Launch early measurements
 2023-05-11  3:33 UTC  (3+ messages)

[djwong-xfs:djwong-wtf 550/551] fs/xfs/xfs_bmap_util.c:1359 xfs_map_free_extent() warn: missing error code 'error'
 2023-05-11  3:32 UTC 

[PATCH bpf-next] Shift operations are defined to use a mask
 2023-05-11  3:31 UTC  (6+ messages)
        ` [Bpf] "

next/pending-fixes build: 172 builds: 3 failed, 169 passed, 7 errors, 42 warnings (v6.4-rc1-206-g1360b04fa3df)
 2023-05-11  3:27 UTC 

[PATCH] cachestat: wire up cachestat for other architectures
 2023-05-11  3:23 UTC  (5+ messages)

[PATCH v13 0/3] cachestat: a new syscall for page cache state of files
 2023-05-11  3:21 UTC  (4+ messages)
` [PATCH v13 3/3] selftests: Add selftests for cachestat

[PATCH v3 0/3] Add TDM audio on StarFive JH7110
 2023-05-11  3:21 UTC  (8+ messages)
` [PATCH v3 3/3] riscv: dts: starfive: add tdm node and sound card

[PATCH v3] net: mdiobus: Add a function to deassert reset
 2023-05-11  3:19 UTC  (3+ messages)

[PATCH v2] wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR value
 2023-05-11  3:18 UTC 

[patch 00/20] posix-timers: Fixes and cleanups
 2023-05-11  3:17 UTC  (11+ messages)
` [patch 02/20] posix-timers: Ensure timer ID search-loop limit is valid
              ` [RFD] posix-timers: CRIU woes

[PATCH v1] net: mdiobus: Add a function to deassert reset
 2023-05-11  3:16 UTC  (4+ messages)
` [PATCH v2] "

Can we clarify the purpose of `git diff -s`?
 2023-05-11  3:14 UTC 

[GIT PULL] xfs: bug fixes for 6.4-rc2
 2023-05-11  3:12 UTC  (3+ messages)

[PATCH 00/11] leds: introduce new LED hw control APIs
 2023-05-11  3:06 UTC  (3+ messages)
` [PATCH 04/11] Documentation: leds: leds-class: Document new Hardware driven LEDs APIs

[PATCH v2 0/6] KVM: x86/mmu: refine memtype related mmu zap
 2023-05-11  3:05 UTC  (9+ messages)
` [PATCH v2 3/6] KVM: x86/mmu: only zap EPT when guest MTRR changes

[PATCH v5 0/2] ceph: fix blindly expanding the readahead windows
 2023-05-11  3:03 UTC  (3+ messages)
` [PATCH v5 1/2] ceph: add a dedicated private data for netfs rreq
` [PATCH v5 2/2] ceph: fix blindly expanding the readahead windows

drivers/net/wireless/intel/iwlegacy/4965-mac.c:1653:29: warning: variable 'out_meta' set but not used
 2023-05-11  3:00 UTC 

[Intel-gfx] [PATCH v10 0/8] drm/i915/pxp: Add MTL PXP Support
 2023-05-11  2:53 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/pxp: Add MTL PXP Support (rev11)

[Intel-xe] [PATCH v2 00/31] Upstreaming prep / all of mbrosts patches
 2023-05-11  2:52 UTC  (7+ messages)
` [Intel-xe] [PATCH v2 16/31] drm/xe: Port Xe to GPUVA
` [Intel-xe] [PATCH v2 17/31] drm/xe: NULL binding implementation

stable-rc/linux-6.1.y build: 166 builds: 1 failed, 165 passed, 4 errors, 17 warnings (v6.1.27)
 2023-05-11  2:48 UTC 

linux-next: Tree for May 11
 2023-05-11  2:45 UTC 

[PATCH] wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR value
 2023-05-11  2:45 UTC  (8+ messages)
      `  "

[PATCHv4] mm: optimization on page allocation when CMA enabled
 2023-05-11  2:43 UTC  (3+ messages)

[niks:has_ioport_v4 41/41] lib/iomap.c:81:23: error: call to '_inb' declared with 'error' attribute: inb()) requires CONFIG_HAS_IOPORT
 2023-05-11  2:39 UTC 

[PATCH] ipruote2: optimize code and fix some mem-leak risk
 2023-05-11  2:34 UTC  (3+ messages)
` [PATCH] iproute2: "

[PATCH] drm/amdgpu: release correct lock in amdgpu_gfx_enable_kgq()
 2023-05-11  2:33 UTC  (3+ messages)

[PATCH v2] bus: mhi: host: Skip MHI reset if device is in RDDM
 2023-05-11  2:33 UTC 

[PATCH 1/2] drm/amdgpu: fix amdgpu_irq_put call trace in jpeg_v4_0_hw_fini
 2023-05-11  2:31 UTC  (6+ messages)

[android-common:android14-6.1 2601/10437] phylink.c:undefined reference to `linkmode_resolve_pause'
 2023-05-11  2:29 UTC 

Setting LLUCTL force gen1 bit if max speed is SS for Gen2 controller
 2023-05-11  2:28 UTC  (8+ messages)

[PATCH] drm/amd/amdgpu: Remove redundant else branch in amdgpu_encoders.c
 2023-05-11  2:24 UTC  (4+ messages)

[PATCH] drm/amdgpu: change gfx 11.0.4 external_id range
 2023-05-11  2:23 UTC  (2+ messages)

stable-rc/queue/4.19 build: 197 builds: 5 failed, 192 passed, 28 warnings (v4.19.282-138-gd5e87ad0d3b2)
 2023-05-11  2:23 UTC 

[PATCH net-next 0/9] ptp .adjphase cleanups
 2023-05-11  2:23 UTC  (14+ messages)
` [PATCH net-next 1/9] ptp: Clarify ptp_clock_info .adjphase expects an internal servo to be used
` [PATCH net-next 2/9] docs: ptp.rst: Add information about NVIDIA Mellanox devices
` [PATCH net-next 3/9] testptp: Remove magic numbers related to nanosecond to second conversion
` [PATCH net-next 4/9] testptp: Add support for testing ptp_clock_info .adjphase callback
` [PATCH net-next 5/9] ptp: Add .getmaxphase callback to ptp_clock_info
` [PATCH net-next 6/9] net/mlx5: Add .getmaxphase ptp_clock_info callback

[OE-core][PATCH] linux-yocto: fix missing pahole and elfutils when CONFIG_DEBUG_INFO_BTF enabled in devshell
 2023-05-11  2:22 UTC  (4+ messages)

[PATCH] drm/amd/amdgpu: Fix warnings in amdgpu _object, _ring.c
 2023-05-11  2:22 UTC  (2+ messages)

[PATCH BlueZ 1/2] client/player: Fix crashes accessing metadata
 2023-05-11  2:21 UTC  (2+ messages)
` [BlueZ,1/2] "

❌ FAIL: Test report for master (6.4.0-rc1, mainline.kernel.org-clang, 80e62bc8)
 2023-05-11  2:21 UTC 

[PATCH net 1/7] netfilter: nf_tables: always release netdev hooks from notifier
 2023-05-11  2:20 UTC  (2+ messages)

[PATCH net-next 1/3] net: wwan: iosm: remove unused macro definition
 2023-05-11  2:20 UTC  (2+ messages)

[PATCH v2 2/6] scsi:scsi_debug: Add interface to manage single device's error inject
 2023-05-11  2:18 UTC 

linux-next: build warnings in powercp build
 2023-05-11  2:16 UTC  (2+ messages)

[PATCH] net/ice: fix statistics
 2023-05-11  2:10 UTC 

[PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-05-09 (igc, igb)
 2023-05-11  2:14 UTC  (3+ messages)
` [PATCH net 1/3] igc: Clean the TX buffer and TX descriptor ring

[PATCH BlueZ 1/3] build: set _FILE_OFFSET_BITS and _TIME_BITS to 64 universally
 2023-05-11  2:14 UTC  (3+ messages)
` [BlueZ,1/3] "

[PATCH net] net: datagram: fix data-races in datagram_poll()
 2023-05-11  2:10 UTC  (2+ messages)

[PATCH v1 net 0/2] af_unix: Fix two data races reported by KCSAN
 2023-05-11  2:10 UTC  (2+ messages)

[PATCH 23/32] iov_iter: copy_folio_from_iter_atomic()
 2023-05-11  2:08 UTC  (2+ messages)

[atishp04:kvm_perf_snapshot_rfc 6/7] arch/riscv/kvm/vcpu_pmu.c:358:26: warning: implicit conversion from 'gpa_t' (aka 'unsigned long long') to 'unsigned long' changes value from 18446744073709551615 to 4294967295
 2023-05-11  2:08 UTC 

[PATCH v3 0/5] Add JH7110 AON PMU support
 2023-05-11  2:06 UTC  (7+ messages)
` [PATCH v3 1/5] dt-bindings: power: "

[PATCH] bpf: reject blacklisted symbols in kprobe_multi to avoid recursive trap
 2023-05-11  2:06 UTC  (7+ messages)

[PATCH] drm/amdgpu: change gfx 11.0.4 external_id range
 2023-05-11  2:06 UTC  (2+ messages)

stable-rc/queue/4.14 build: 195 builds: 2 failed, 193 passed, 28 warnings (v4.14.314-82-g7940ff439211)
 2023-05-11  2:05 UTC 

[PATCH net-next] net: enc28j60: Use threaded interrupt instead of workqueue
 2023-05-11  2:05 UTC  (5+ messages)

[RFC] MAINTAINERS: direct process doc changes to a dedicated ML
 2023-05-11  2:02 UTC 

[PATCH] mediatek/clk-mt8173-apmixedsys: use devm_of_iomap to avoid resource leak in clk_mt8173_apmixed_probe
 2023-05-11  1:56 UTC 

[PATCH 1/2] RISC-V: lib: Improve memset assembler formatting
 2023-05-11  1:55 UTC  (3+ messages)

[PATCH] diff: fix behaviour of the "-s" option
 2023-05-11  1:50 UTC  (8+ messages)
` [PATCH v2] diff: fix interaction between the "-s" option and other options

stable-rc/linux-4.14.y build: 195 builds: 2 failed, 193 passed, 28 warnings (v4.14.314)
 2023-05-11  1:47 UTC 

[PATCH -next 0/6] blk-wbt: minor fix and cleanup
 2023-05-11  1:45 UTC  (12+ messages)
` [PATCH -next 2/6] blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabled
  ` [PATCH -next 1/6] blk-wbt: fix that wbt can't be disabled by default
  ` [PATCH -next 3/6] blk-wbt: don't enable wbt for bio based device
  ` [PATCH -next 4/6] blk-wbt: remove deadcode to handle wbt enable/disable with io inflight
  ` [PATCH -next 6/6] blk-iocost: move wbt_enable/disable_default() out of spinlock
` [PATCH -next 5/6] blk-wbt: cleanup rwb_enabled() and wbt_disabled()

[PATCH v2 1/2] sched/deadline: Improve reclaim bandwidth accuracy for GRUB
 2023-05-11  1:46 UTC  (2+ messages)
` [PATCH v2 2/2] Documentation: sched/deadline: Update GRUB description

css_clear_io_interrupt() error handling
 2023-05-11  1:43 UTC  (5+ messages)

[PATCH net] MAINTAINERS: don't CC docs@ for netlink spec changes
 2023-05-11  1:43 UTC 


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.