All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-24 20:48:11 to 2024-03-24 22:35:56 UTC [more...]

[PATCH 6.8 000/715] 6.8.2-rc1 review
 2024-03-24 22:23 UTC  (58+ messages)
` [PATCH 6.8 001/715] do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak
` [PATCH 6.8 002/715] workqueue.c: Increase workqueue name length
` [PATCH 6.8 003/715] workqueue: Move pwq->max_active to wq->max_active
` [PATCH 6.8 004/715] workqueue: Factor out pwq_is_empty()
` [PATCH 6.8 005/715] workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()
` [PATCH 6.8 006/715] workqueue: Move nr_active handling into helpers
` [PATCH 6.8 007/715] workqueue: Make wq_adjust_max_active() round-robin pwqs while activating
` [PATCH 6.8 008/715] workqueue: RCU protect wq->dfl_pwq and implement accessors for it
` [PATCH 6.8 009/715] workqueue: Introduce struct wq_node_nr_active
` [PATCH 6.8 010/715] workqueue: Implement system-wide nr_active enforcement for unbound workqueues
` [PATCH 6.8 011/715] workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_active()
` [PATCH 6.8 012/715] iomap: clear the per-folio dirty bits on all writeback failures
` [PATCH 6.8 013/715] fs: Fix rw_hint validation
` [PATCH 6.8 014/715] io_uring: remove looping around handling traditional task_work
` [PATCH 6.8 015/715] io_uring: remove unconditional looping in local task_work handling
` [PATCH 6.8 016/715] s390/dasd: Use dev_*() for device log messages
` [PATCH 6.8 017/715] s390/dasd: fix double module refcount decrement
` [PATCH 6.8 018/715] fs/hfsplus: use better @opf description
` [PATCH 6.8 019/715] md: fix kmemleak of rdev->serial
` [PATCH 6.8 020/715] rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure recovery
` [PATCH 6.8 021/715] rcu/exp: Handle RCU expedited grace period kworker allocation failure
` [PATCH 6.8 022/715] nbd: null check for nla_nest_start
` [PATCH 6.8 023/715] fs/select: rework stack allocation hack for clang
` [PATCH 6.8 024/715] block: fix deadlock between bd_link_disk_holder and partition scan
` [PATCH 6.8 025/715] md: Don't clear MD_CLOSING when the raid is about to stop
` [PATCH 6.8 026/715] kunit: Setup DMA masks on the kunit device
` [PATCH 6.8 027/715] ovl: Always reject mounting over case-insensitive directories
` [PATCH 6.8 028/715] kunit: test: Log the correct filter string in executor_test
` [PATCH 6.8 029/715] lib/cmdline: Fix an invalid format specifier in an assertion msg
` [PATCH 6.8 030/715] lib: memcpy_kunit: "
` [PATCH 6.8 031/715] time: test: Fix incorrect format specifier
` [PATCH 6.8 032/715] rtc: test: Fix invalid "
` [PATCH 6.8 033/715] net: test: Fix printf format specifier in skb_segment kunit test
` [PATCH 6.8 034/715] drm/xe/tests: Fix printf format specifiers in xe_migrate test
` [PATCH 6.8 035/715] drm: tests: Fix invalid printf format specifiers in KUnit tests
` [PATCH 6.8 036/715] md/raid1: factor out helpers to add rdev to conf
` [PATCH 6.8 037/715] md/raid1: record nonrot rdevs while adding/removing rdevs "
` [PATCH 6.8 038/715] md/raid1: fix choose next idle in read_balance()
` [PATCH 6.8 039/715] io_uring/net: unify how recvmsg and sendmsg copy in the msghdr
` [PATCH 6.8 040/715] io_uring/net: move receive multishot out of the generic msghdr path
` [PATCH 6.8 041/715] io_uring/net: fix overflow check in io_recvmsg_mshot_prep()
` [PATCH 6.8 042/715] nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()
` [PATCH 6.8 043/715] aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts
` [PATCH 6.8 044/715] x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type
` [PATCH 6.8 045/715] x86/resctrl: Remove hard-coded memory bandwidth limit
` [PATCH 6.8 046/715] x86/resctrl: Read supported bandwidth sources from CPUID
` [PATCH 6.8 047/715] x86/resctrl: Implement new mba_MBps throttling heuristic
` [PATCH 6.8 048/715] x86/sme: Fix memory encryption setting if enabled by default and not overridden
` [PATCH 6.8 049/715] timekeeping: Fix cross-timestamp interpolation on counter wrap
` [PATCH 6.8 050/715] timekeeping: Fix cross-timestamp interpolation corner case decision
` [PATCH 6.8 051/715] timekeeping: Fix cross-timestamp interpolation for non-x86
` [PATCH 6.8 052/715] x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument
` [PATCH 6.8 053/715] sched/fair: Take the scheduling domain into account in select_idle_smt()
` [PATCH 6.8 054/715] sched/fair: Take the scheduling domain into account in select_idle_core()
` [PATCH 6.8 055/715] wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev()
` [PATCH 6.8 056/715] wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabled
` [PATCH 6.8 057/715] wifi: b43: Stop/wake correct queue in PIO "

[PATCH 0/5] rust: time: Add clock read support
 2024-03-24 22:33 UTC  (6+ messages)
` [PATCH 1/5] rust: time: doc: Add missing C header link to jiffies
` [PATCH 2/5] rust: time: Introduce Duration type
` [PATCH 3/5] rust: time: Introduce clock reading framework
` [PATCH 4/5] rust: time: Support reading CLOCK_MONOTONIC
` [PATCH 5/5] rust: time: Add Instant::elapsed() for monotonic clocks

[PATCHv8 00/17, CORRECTED] x86/tdx: Add kexec support
 2024-03-24 22:32 UTC  (6+ messages)
` [PATCH v2 0/3] x86/snp: "
  ` [PATCH v2 1/3] efi/x86: skip efi_arch_mem_reserve() in case of kexec

[PATCH] Do not require attributes for security_inode_init_security
 2024-03-24 22:32 UTC 

[Lsf-pc] [LSF/MM/BPF TOPIC] Reclamation interactions with RCU
 2024-03-24 22:31 UTC  (12+ messages)

[PATCH bpf] bpf: verifier: prevent userspace memory access
 2024-03-24 22:29 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-24 22:28 UTC 

[PATCH] net/mlx5: fix sync meter action
 2024-03-24 22:25 UTC  (3+ messages)
` [PATCH v2] "

[PATCH RFC 0/4] Simplify guest timezone setting
 2024-03-24 22:22 UTC  (5+ messages)
` [PATCH RFC 1/4] vagrant: Get timezone setting directly from the hypervisor
` [PATCH RFC 2/4] guestfs: Use libvirt to set target node timezone
` [PATCH RFC 3/4] devconfig: Remove DEVCONFIG_ENABLE_SYSTEMD_TIMESYNCD_COPY_HOST_TIMEZONE
` [PATCH RFC 4/4] devconfig: Remove DEVCONFIG_ENABLE_SYSTEMD_TIMESYNCD_TIMEZONE

[PATCH] net/mlx5/hws: fix invalid memory access in decapl3
 2024-03-24 22:21 UTC  (2+ messages)

[PATCH] ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE
 2024-03-24 22:21 UTC 

[PATCH 0/4] Doc new guidelines
 2024-03-24 22:18 UTC  (5+ messages)
` [PATCH 1/4] doc: rework CodingGuidelines with new formatting rules
` [PATCH 2/4] doc: allow literal and emphasis format in doc vs help tests
` [PATCH 3/4] doc: git-init: apply new documentation formatting guidelines
` [PATCH 4/4] doc: git-clone: apply new documentation guidelines

RTT-PROBE: lore-subspace-rtt
 2024-03-24 22:18 UTC 

[linyunsheng:page_frag_cache 1/10] include/linux/compiler_types.h:449:45: error: call to '__compiletime_assert_255' declared with attribute error: BUILD_BUG_ON failed: PAGE_FRAG_CACHE_MAX_ORDER > PAGE_ALLOC_COSTLY_ORDER
 2024-03-24 22:16 UTC 

nfsd: memory leak when client does many file operations
 2024-03-24 22:13 UTC  (6+ messages)
` [External] : "
  ` Aw: "

[PATCH bpf-next v5 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-03-24 22:13 UTC  (8+ messages)
` [PATCH bpf-next v5 2/6] bpf/verifier: add bpf_timer as a kfunc capable type

[PATCH 1/2] net/mlx5/hws: fix rule resize status check
 2024-03-24 22:12 UTC  (2+ messages)

[PATCH v7 00/15] media: Add driver for the Raspberry Pi <5 CSI-2 receiver
 2024-03-24 22:08 UTC  (16+ messages)
` [PATCH v7 01/15] media: i2c: imx219: Inline imx219_update_pad_format() in its caller
` [PATCH v7 02/15] media: i2c: imx219: Add internal image sink pad
` [PATCH v7 03/15] media: i2c: imx219: Report internal routes to userspace
` [PATCH v7 04/15] media: i2c: imx219: Report streams using frame descriptors
` [PATCH v7 05/15] media: i2c: imx219: Add embedded data support
` [PATCH v7 06/15] media: v4l: Add V4L2-PIX-FMT-Y12P format
` [PATCH v7 07/15] media: v4l: Add V4L2-PIX-FMT-Y14P format
` [PATCH v7 08/15] dt-bindings: media: Add bindings for bcm2835-unicam
` [PATCH v7 09/15] media: bcm2835-unicam: Add support for CCP2/CSI2 camera interface
` [PATCH v7 10/15] ARM: dts: bcm2835-rpi: Move firmware-clocks from bcm2711 to bcm2835
` [PATCH v7 11/15] ARM: dts: bcm2835: Add Unicam CSI nodes
` [PATCH v7 12/15] ARM: dts: bcm2711-rpi: Add pinctrl-based multiplexing for I2C0
` [PATCH v7 13/15] ARM: dts: bcm2711-rpi-cm4-io: Add RTC on I2C0
` [PATCH v7 14/15] ARM: dts: bcm2711-rpi-4-b: Add CAM1 regulator
` [PATCH v7 15/15] [DNI] arm64: dts: broadcom: Add overlay for Raspberry Pi 4B IMX219 camera

RTT-PROBE: lore-subspace-rtt
 2024-03-24 22:08 UTC 

[PATCH] riscv: Define TASK_SIZE_MAX for __access_ok()
 2024-03-24 22:05 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-24 21:58 UTC 

[PATCH 0/2] block: support to account io_ticks precisely
 2024-03-24 21:57 UTC  (5+ messages)
` [PATCH 2/2] block: remove blk_mq_in_flight() and blk_mq_in_flight_rw()

Linux 6.9-rc1
 2024-03-24 21:56 UTC 

segfault with git rebase --abort
 2024-03-24 21:54 UTC  (2+ messages)

[PATCH] rerere: fix crash in during clear
 2024-03-24 21:51 UTC  (5+ messages)
` [PATCH v2] rerere: fix crash "

Linux kernel 6.9-rc1 released
 2024-03-24 21:50 UTC 

[PATCH V2] block: fail unaligned bio from submit_bio_noacct()
 2024-03-24 21:48 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-24 21:48 UTC 

[PATCH v4 0/4] NXP S32G3 SoC initial bring-up
 2024-03-24 21:43 UTC  (10+ messages)
` [PATCH v4 1/4] dt-bindings: arm: fsl: add NXP S32G3 board
` [PATCH v4 2/4] dt-bindings: serial: fsl-linflexuart: add compatible for S32G3
` [PATCH v4 3/4] dt-bindings: mmc: fsl-imx-esdhc: add NXP S32G3 support
` [PATCH v4 4/4] arm64: dts: S32G3: Introduce device tree for S32G-VNP-RDB3

[PATCH] selftests/harness: Prevent infinite loop due to Assert in FIXTURE_TEARDOWN
 2024-03-24 21:44 UTC  (2+ messages)

[PATCH] pretty: find pretty formats case-insensitively
 2024-03-24 21:43 UTC 

'git bisect run' not fully automatic when a merge base must be tested
 2024-03-24 21:42 UTC  (3+ messages)

[PATCH 0/3] few hppa fixes for 64bit mode
 2024-03-24 21:39 UTC  (3+ messages)
` [PATCH 3/3] target/hppa: fix building gva for wide mode

RTT-PROBE: lore-subspace-rtt
 2024-03-24 21:38 UTC 

[Buildroot] [PATCH 1/1] package/dash: bump to version 0.5.12
 2024-03-24 21:36 UTC 

linux-next: fetch warning for the drm-intel tree
 2024-03-24 21:34 UTC 

[Buildroot] [PATCH 1/1] package/redis-plus-plus: bump to version 1.3.12
 2024-03-24 21:30 UTC 

[PATCH v2 0/3] rockchip: spl: Cache boot source id for later use
 2024-03-24 21:28 UTC  (7+ messages)
` [PATCH v2 3/3] rockchip: spl: Add SPI NOR flash to boot_devices array

RTT-PROBE: lore-subspace-rtt
 2024-03-24 21:28 UTC 

[PATCH RESEND v5 0/2] phy: qcom: edp: Allow eDP/DP configuring via set_mode op
 2024-03-24 21:26 UTC  (4+ messages)
` [PATCH RESEND v5 1/2] phy: Add Embedded DisplayPort and DisplayPort submodes

[PATCH v3 0/3] imx93-phyboard-segin: Add USB support
 2024-03-24 21:25 UTC  (5+ messages)
` [PATCH v3 2/3] configs: "

[Buildroot] [PATCH v2 1/9] package/libsepol: bump to version 3.6
 2024-03-24 21:24 UTC  (9+ messages)
` [Buildroot] [PATCH v2 2/9] package/libsemanage: bump version to 3.6
` [Buildroot] [PATCH v2 3/9] package/libselinux: "
` [Buildroot] [PATCH v2 4/9] package/policycoreutils: "
` [Buildroot] [PATCH v2 5/9] package/checkpolicy: "
` [Buildroot] [PATCH v2 6/9] package/restorecond: "
` [Buildroot] [PATCH v2 7/9] package/semodule-utils: "
` [Buildroot] [PATCH v2 8/9] package/selinux-python: "
` [Buildroot] [PATCH v2 9/9] package/setools: bump version to 4.4.4

[Buildroot] [PATCH 1/1] package/wavpack: bump to version 5.7.0
 2024-03-24 21:24 UTC 

[PATCH v4 0/2] drm/msm/dp: Rework the eDP/DP modes and add support for X1E80100
 2024-03-24 21:24 UTC  (3+ messages)
` [PATCH v4 1/2] drm/msm/dp: Add support for determining the eDP/DP mode from DT

stable backport request
 2024-03-24 21:23 UTC  (2+ messages)

[PATCH] mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devices
 2024-03-24 21:22 UTC  (2+ messages)

[PATCH] x86/percpu: Do not use this_cpu_read_stable_8() for 32 bit targets
 2024-03-24 21:19 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-24 21:18 UTC 

[Buildroot] [PATCH] configs/lafrite_defconfig: bump kernel to 6.6.22
 2024-03-24 21:17 UTC 

[Buildroot] [PATCH 1/1] package/domoticz: bump to version 2024.4
 2024-03-24 21:17 UTC 

[PATCH] staging: rtl8712: Add space between operands and operator
 2024-03-24 21:16 UTC 

[PATCH bpf-next v2 0/1] Support kCFI + BPF on arm64
 2024-03-24 21:15 UTC  (4+ messages)
` [PATCH bpf-next v2 1/1] arm64/cfi,bpf: "

[zen:6.7/zen-sauce 2/32] drivers/scsi/vhba/vhba.c:192:23: error: variable 'vhost' set but not used
 2024-03-24 21:13 UTC 

[PATCH 00/11] multipath udev rules changes for dm rules V3
 2024-03-24 21:13 UTC  (12+ messages)
` [PATCH 01/11] 11-dm-mpath.rules: don't set MPATH_DEVICE_READY=0 for suspended devices
` [PATCH 02/11] 11-dm-mpath.rules: don't import DM_NOSCAN from udev db
` [PATCH 03/11] 11-dm-mpath.rules: don't import ID_FS_VERSION "
` [PATCH 04/11] 11-dm-mpath.rules: adapt MPATH_DEVICE_READY=0 logic to 10-dm.rules update
` [PATCH 05/11] 11-dm-mpath.rules: adapt coldplug event handling ro "
` [PATCH 06/11] 11-dm-mpath.rules: don't import properties with new 13-dm-disk.rules
` [PATCH 07/11] 11-dm-mpath.rules: replace DM_SUSPENDED by .DM_SUSPENDED
` [PATCH 08/11] 11-dm-mpath.rules: replace DM_NOSCAN by .DM_NOSCAN
` [PATCH 09/11] 11-dm-mpath.rules: simplify PATH_FAILED case
` [PATCH 10/11] 11-dm-mpath.rules: make label names more intuitive
` [PATCH 11/11] kpartx.rules: ignore DM_SUSPENDED

[PATCH] staging: rtl8712: Remove additional space
 2024-03-24 21:09 UTC 

[PATCH 0/4] platform/x86,input: Support for new events on
 2024-03-24 21:08 UTC  (5+ messages)
` [PATCH 1/4] Input: Add trackpoint doubletap and system debug info keycodes
` [PATCH 2/4] platform/x86: thinkpad_acpi: Support for trackpoint doubletap
` [PATCH 3/4] platform/x86: thinkpad_acpi: Support for system debug info hotkey
` [PATCH 4/4] platform/x86: thinkpad_acpi: Support hotkey to disable trackpoint doubletap

RTT-PROBE: lore-subspace-rtt
 2024-03-24 21:08 UTC 

[syzbot] [kernel?] possible deadlock in __hrtimer_run_queues (2)
 2024-03-24 21:06 UTC 

[PATCH] Allocate DMAR fault interrupts locally
 2024-03-24 21:05 UTC  (5+ messages)

kernel crash in mknod
 2024-03-24 21:02 UTC  (4+ messages)

[GIT PULL] EFI fixes for v6.9 #2
 2024-03-24 21:02 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-24 20:58 UTC 

x86_64 32-bit EFI mixed mode boot broken
 2024-03-24 20:53 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/thermald: bump to version 2.5.6
 2024-03-24 20:53 UTC 

[PATCH v2] rust: time: add Ktime
 2024-03-24 20:52 UTC  (3+ messages)

[PATCH v3 0/3] Trivial code cleanup patches
 2024-03-24 20:52 UTC  (7+ messages)
` [PATCH v4 1/3] staging: rtl8712: rename backupPMKIDList to backup_PMKID_list
` [PATCH v4 2/3] staging: rtl8712: rename backupPMKIDIndex to backup_PMKID_index
` [PATCH v4 3/3] staging: rtl8712: rename backupTKIPCountermeasure to backup_TKIP_countermeasure

RTT-PROBE: lore-subspace-rtt
 2024-03-24 20:48 UTC 

[PATCH bpf v5] bpf: verifier: prevent userspace memory access
 2024-03-24 20:47 UTC  (4+ 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.