messages from 2023-11-07 23:26:29 to 2023-11-08 00:50:19 UTC [more...]
Issues restoring a degraded array
2023-11-08 0:50 UTC (3+ messages)
[RFC PATCH 00/86] Make the kernel preemptible
2023-11-08 0:48 UTC (24+ messages)
` [RFC PATCH 03/86] Revert "ftrace: Use preemption model accessors for trace header printout"
` [RFC PATCH 13/86] Revert "sched/preempt: Move PREEMPT_DYNAMIC logic later"
` [RFC PATCH 29/86] Revert "preempt/dynamic: Provide cond_resched() and might_resched() static calls"
` [RFC PATCH 31/86] x86/thread_info: add TIF_NEED_RESCHED_LAZY
` [RFC PATCH 35/86] thread_info: change to tif_need_resched(resched_t)
` [RFC PATCH 45/86] preempt: ARCH_NO_PREEMPT only preempts lazily
` [RFC PATCH 46/86] tracing: handle lazy resched
` [RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
` [RFC PATCH 57/86] coccinelle: script to remove cond_resched()
` [RFC PATCH 85/86] treewide: drivers: "
[alobakin:pfcp 11/19] include/linux/bitmap.h:642:17: warning: array subscript [1, 1024] is outside array bounds of 'long unsigned int[1]'
2023-11-08 0:48 UTC (8+ messages)
[Intel-xe] [PATCH 00/12] drm/xe: Probe tweaks and reordering (part 1)
2023-11-08 0:48 UTC (19+ messages)
` [Intel-xe] [PATCH 01/12] drm/xe: Remove shutdown
` [Intel-xe] [PATCH 02/12] drm/xe: Skip calling drm_dev_put on probe error
` [Intel-xe] [PATCH 03/12] drm/xe: Use managed pci_enable_device
` [Intel-xe] [PATCH 04/12] drm/xe/irq: Don't call pci_free_irq_vectors
` [Intel-xe] [PATCH 05/12] drm/xe/mmio: Move memory training check to probe vram
` [Intel-xe] [PATCH 06/12] drm/xe: Move xe_set_dma_info outside of MMIO setup
` [Intel-xe] [PATCH 07/12] drm/xe: Move xe_mmio_probe_tiles "
` [Intel-xe] [PATCH 08/12] drm/xe: Split xe_info_init
` [Intel-xe] [PATCH 09/12] drm/xe: Introduce xe_tile_init_early and use at earlier point in probe
` [Intel-xe] [PATCH 10/12] drm/xe: Map the entire BAR0 and hold onto the initial mapping
` [Intel-xe] [PATCH 11/12] drm/xe/device: Introduce xe_device_probe_early
` [Intel-xe] [PATCH 12/12] drm/xe: Don't "peek" into GMD_ID
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Probe tweaks and reordering (part 1)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✓ CI.checksparse: success "
[PULL 0/1] xen-virtio-fix-1-tag
2023-11-08 0:46 UTC (2+ messages)
[PATCH v3 0/6] media: qcom: camss: Add sc8280xp support
2023-11-08 0:47 UTC (7+ messages)
` [PATCH v3 3/6] media: qcom: camss: csiphy-3ph: Add Gen2 v1.1 two-phase MIPI CSI-2 DPHY init
` [PATCH v3 4/6] media: qcom: camss: Add sc8280xp resource details
[Intel-xe] [PATCH 00/12] GSC FW loading
2023-11-08 0:42 UTC (16+ messages)
` [Intel-xe] [PATCH 01/12] drm/xe: implement driver initiated function-reset
` [Intel-xe] [PATCH 02/12] fixup! drm/xe/guc: Report submission version of GuC firmware
` [Intel-xe] [PATCH 04/12] drm/xe/gsc: Introduce GSC FW
` [Intel-xe] [PATCH 05/12] drm/xe/gsc: Parse GSC FW header
[PATCH v1 0/4] fix/add npcm845 serial and board error
2023-11-08 0:40 UTC (5+ messages)
` [PATCH v1 1/4] arm: dts: npcm845-evb: fix/add node and aliases name
` [PATCH v1 2/4] board: nuvoton: update console environment variable
` [PATCH v1 3/4] configs: arbel: Enable full functions
` [PATCH v1 4/4] serial: npcm: support skip uart clock setting
[Intel-xe] [PATCH v8 3/5] drm/sched: Split free_job into own work item
2023-11-08 0:41 UTC (4+ messages)
` [Intel-xe] [PATCH] drm/sched: Don't disturb the entity when in RR-mode scheduling
` "
[xen-unstable-smoke test] 183709: tolerable all pass - PUSHED
2023-11-08 0:40 UTC
[PATCH bpf-next v3] libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET
2023-11-08 0:40 UTC (2+ messages)
[RFC PATCH 00/19] Rust abstractions for VFS
2023-11-08 0:35 UTC (5+ messages)
` [RFC PATCH 10/19] rust: fs: introduce `FileSystem::read_folio`
[PATCH v3 0/2] rng: Provide a RNG based on the RISC-V Zkr ISA extension
2023-11-08 0:34 UTC (12+ messages)
[PATCH 1/3] dt-bindings: vendor-prefixes: add asair
2023-11-08 0:32 UTC (3+ messages)
[PATCH v7 00/19] KVM: x86/pmu: selftests: Fixes and new tests
2023-11-08 0:31 UTC (20+ messages)
` [PATCH v7 01/19] KVM: x86/pmu: Always treat Fixed counters as available when supported
` [PATCH v7 02/19] KVM: x86/pmu: Allow programming events that match unsupported arch events
` [PATCH v7 03/19] KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings
` [PATCH v7 04/19] KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization
` [PATCH v7 05/19] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
` [PATCH v7 06/19] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
` [PATCH v7 07/19] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
` [PATCH v7 08/19] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
` [PATCH v7 09/19] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v7 10/19] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v7 11/19] KVM: selftests: Test consistency of CPUID with num of gp counters
` [PATCH v7 12/19] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v7 13/19] KVM: selftests: Add functional test for Intel's fixed PMU counters
` [PATCH v7 14/19] KVM: selftests: Expand PMU counters test to verify LLC events
` [PATCH v7 15/19] KVM: selftests: Add a helper to query if the PMU module param is enabled
` [PATCH v7 16/19] KVM: selftests: Add helpers to read integer module params
` [PATCH v7 17/19] KVM: selftests: Query module param to detect FEP in MSR filtering test
` [PATCH v7 18/19] KVM: selftests: Move KVM_FEP macro into common library header
` [PATCH v7 19/19] KVM: selftests: Test PMC virtualization with forced emulation
[syzbot] [PATCH] Test for 4652b8e4f3ff
2023-11-08 0:31 UTC
[RFC 0/6] tracking fd counts per cgroup
2023-11-08 0:26 UTC (7+ messages)
` [RFC 1/6] fs: count_open_files() -> count_possible_open_files()
` [RFC 2/6] fs: introduce count_open_files()
` [RFC 3/6] misc: introduce misc_cg_charge()
` [RFC 4/6] misc cgroup: introduce an fd counter
` [RFC 5/6] selftests/cgroup: add a flags arg to clone_into_cgroup()
` [RFC 6/6] selftests/cgroup: add a test for misc cgroup
[PATCH 0/3] KVM: Performance and correctness fixes for CLEAR_DIRTY_LOG
2023-11-08 0:23 UTC (3+ messages)
[PATCH v2 0/3] BOOTP/DHCPv4 enhancements
2023-11-08 0:23 UTC (7+ messages)
` [PATCH v2 1/3] net: Get pxe config file from dhcp option 209
[Intel-xe] [PATCH v2 00/50] uAPI Alignment - take 2
2023-11-08 0:17 UTC (5+ messages)
` [Intel-xe] [PATCH v2 37/50] drm/xe/uapi: Convert tile_mask to a pt_placement_hint
` [Intel-xe] [PATCH v2 45/50] drm/xe/uapi: Remove bogus engine list from the wait_user_fence IOCTL
[PATCH drm-misc-next v9 00/12] [RFC] DRM GPUVM features
2023-11-08 0:12 UTC (39+ messages)
` [Nouveau] "
` [PATCH drm-misc-next v9 01/12] drm/gpuvm: convert WARN() to drm_WARN() variants
` [Nouveau] "
` [PATCH drm-misc-next v9 02/12] drm/gpuvm: don't always WARN in drm_gpuvm_check_overflow()
` [Nouveau] "
` [PATCH drm-misc-next v9 03/12] drm/gpuvm: export drm_gpuvm_range_valid()
` [Nouveau] "
` [PATCH drm-misc-next v9 04/12] drm/nouveau: make use of drm_gpuvm_range_valid()
` [Nouveau] "
` [PATCH drm-misc-next v9 05/12] drm/gpuvm: add common dma-resv per struct drm_gpuvm
` [Nouveau] "
` [PATCH drm-misc-next v9 06/12] drm/nouveau: make use of the GPUVM's shared dma-resv
` [Nouveau] "
` [PATCH drm-misc-next v9 07/12] drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm
` [Nouveau] "
` [PATCH drm-misc-next v9 08/12] drm/nouveau: separately allocate struct nouveau_uvmm
` [Nouveau] "
` [PATCH drm-misc-next v9 09/12] drm/gpuvm: reference count drm_gpuvm structures
` [Nouveau] "
` [PATCH drm-misc-next v9 10/12] drm/gpuvm: add an abstraction for a VM / BO combination
` [Nouveau] "
` [PATCH drm-misc-next v9 11/12] drm/gpuvm: track/lock/validate external/evicted objects
` [Nouveau] "
` [PATCH drm-misc-next v9 12/12] drm/nouveau: use GPUVM common infrastructure
` [Nouveau] "
Fwd: 01f05940a9a75e11a2be64993c44ad8dd06e6e26 causes Wayland servers to flicker in non-gl virtio QEMU cards
2023-11-08 0:11 UTC (2+ messages)
Shell command segfault occurrence phenomenon when xenomai task switching running
2023-11-08 0:11 UTC (5+ messages)
[PATCH 0/3] drm/ci: Add support for SM8250 Gitlab Runner
2023-11-08 0:10 UTC (5+ messages)
[RFC PATCH v3 00/12] Device Memory TCP
2023-11-08 0:10 UTC (20+ messages)
` [RFC PATCH v3 06/12] memory-provider: dmabuf devmem memory provider
` [RFC PATCH v3 10/12] tcp: RX path for devmem TCP
Regression in io_uring, leading to data corruption
2023-11-08 0:09 UTC (12+ messages)
[PATCH] rpm-pkg: simplify installkernel %post
2023-11-08 0:07 UTC (2+ messages)
Booting Android using U-Boot
2023-11-08 0:06 UTC
[GIT PULL] gfs2 fixes
2023-11-08 0:04 UTC (4+ messages)
[master/kirkstone][PATCH] arago.conf: bump distro version
2023-11-08 0:03 UTC
[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
2023-11-08 0:03 UTC (8+ messages)
[PATCH 1/6] drm/amdgpu: Fix possible null pointer dereference
2023-11-08 0:01 UTC (3+ messages)
` [PATCH 5/6] drm/amdkfd: Import DMABufs for interop through DRM
[meta-oe][PATCH] influxdb: Add start script used by systemd service
2023-11-07 23:59 UTC
[Nouveau] [PATCH] nouveau/gsp: fix UBSAN array bounds warning in PACKED_REGISTRY_TABLE
2023-11-08 0:00 UTC (4+ messages)
` "
[PATCH v2] hw/ide/ahci: fix legacy software reset
2023-11-07 23:57 UTC (3+ messages)
[PATCH v3] drm: amd: Resolve Sphinx unexpected indentation warning
2023-11-07 23:57 UTC (3+ messages)
[Intel-wired-lan] [PATCH iwl-next 1/1] ice: Block PF reinit if attached to bond
2023-11-07 23:55 UTC (2+ messages)
[master][PATCH] conf/machine: drop deprecated SERIAL_CONSOLES_CHECK
2023-11-07 23:56 UTC
drivers/scsi/scsi_debug.c:1148 sdebug_target_alloc() error: uninitialized symbol 'dentry'
2023-11-07 23:54 UTC
[master/kirkstone][PATCH] bsp: fw: point to TI-TFL license within meta-ti-bsp relative to recipes
2023-11-07 23:55 UTC
[kirkstone PATCH] conf: machine: am62*: extend picking common overlays by prefix
2023-11-07 23:53 UTC
[PATCH] perf/x86: Don't enforce minimum period for KVM guest-only events
2023-11-07 23:47 UTC (4+ messages)
[PATCH] ethdev: account for smaller MTU when setting default
2023-11-07 23:41 UTC
[PATCH e2fsprogs] ext2fs: Fix -Walloc-size
2023-11-07 23:31 UTC
[Nouveau] [PATCH] nouveau: use an rwlock for the event lock
2023-11-07 23:40 UTC (2+ messages)
[PATCH bpf v2 0/2] Let BPF verifier consider {task,cgroup} is trusted in bpf_iter_reg
2023-11-07 23:40 UTC (2+ messages)
[PATCH 0/5] use abstracted bit count functions
2023-11-07 23:38 UTC (9+ messages)
` [PATCH v3 0/7] "
` [PATCH v3 1/7] distributor: "
` [PATCH v3 2/7] hash: "
` [PATCH v3 3/7] member: "
` [PATCH v3 4/7] rcu: "
` [PATCH v3 5/7] table: "
` [PATCH v3 6/7] distributor: "
` [PATCH v3 7/7] hash: "
[PATCH AUTOSEL 5.4 1/4] tty: vcc: Add check for kstrdup() in vcc_probe()
2023-11-07 23:25 UTC
[v5 01/30] sandbox: eliminate unused functions from binaries
2023-11-07 23:35 UTC (3+ messages)
` [v5 02/30] buildman: Use oldconfig when adjusting the config
[PATCH 1/3] nvme: multipath: Implemented new iopolicy "queue-depth"
2023-11-07 23:32 UTC (4+ messages)
[PATCH 01/20] m68k: Remove CONFIG_FSLDMAFEC
2023-11-07 23:34 UTC (2+ messages)
[PATCH e2fsprogs 1/2] configure.ac: call AC_SYS_LARGEFILE before checking the size of off_t
2023-11-07 23:33 UTC (2+ messages)
` [PATCH e2fsprogs 2/2] lib/ext2fs: llseek: simplify linux section
[PATCH 0/3] board: ti: common: setup mux and debounce for 32k RTC crystal
2023-11-07 23:32 UTC (5+ messages)
` [PATCH 1/3] board: ti: common: add rtc setup to common folder
` [PATCH 2/3] configs: am62ax: setup the 32k RTC crystal
[PATCH v2] audit: Send netlink ACK before setting connection in auditd_set
2023-11-07 23:31 UTC (2+ messages)
[PATCH 0/4] sched/eevdf: Optimize reweight and pick
2023-11-07 23:26 UTC (3+ messages)
` [PATCH 2/4] sched/eevdf: Sort the rbtree by virtual deadline
[freescale-fslc:pr/645 132/15769] include/asm-generic/div64.h:238:36: error: passing argument 1 of '__div64_32' from incompatible pointer type
2023-11-07 23:29 UTC
[PATCH AUTOSEL 4.14 1/2] tty: vcc: Add check for kstrdup() in vcc_probe()
2023-11-07 23:25 UTC
[PATCH AUTOSEL 4.19 1/3] tty: vcc: Add check for kstrdup() in vcc_probe()
2023-11-07 23:25 UTC
[PATCH AUTOSEL 5.10 1/5] tty: vcc: Add check for kstrdup() in vcc_probe()
2023-11-07 23:24 UTC
[PATCH AUTOSEL 5.15 1/6] tty: vcc: Add check for kstrdup() in vcc_probe()
2023-11-07 23:24 UTC
6.7/regression/KASAN: null-ptr-deref in amdgpu_ras_reset_error_count+0x2d6
2023-11-07 23:24 UTC (5+ messages)
[PATCH AUTOSEL 6.1 01/11] iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe()
2023-11-07 23:24 UTC (3+ messages)
` [PATCH AUTOSEL 6.1 03/11] tty: vcc: Add check for kstrdup() in vcc_probe()
` [PATCH AUTOSEL 6.1 08/11] f2fs: fix error handling of __get_node_page
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.