linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-02 18:03:17 to 2023-11-02 21:33:55 UTC [more...]

[GIT PULL] Non MM updates for 6.8-rc1
 2023-11-02 21:33 UTC 

[PATCH v4 0/5] userfaultfd move option
 2023-11-02 21:32 UTC  (4+ messages)
` [PATCH v4 3/5] selftests/mm: call uffd_test_ctx_clear at the end of the test

[PATCH] cxl/pci: Change CXL AER support check to use native AER
 2023-11-02 21:31 UTC  (5+ messages)

[PATCH 0/2] coccicheck bugfix and CI improvement
 2023-11-02 21:27 UTC  (3+ messages)
` [PATCH 1/2] scripts: coccicheck: Return error from run_cmd_parmap
  ` [cocci] "

[PATCH 1/2] vboxsf: Avoid an spurious warning if load_nls_xxx() fails
 2023-11-02 21:21 UTC  (3+ messages)

[PATCH v3 0/3] board: imx8mn-rve-gateway: add support for RVE gateway board
 2023-11-02 21:14 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: vendor-prefixes: add rve
` [PATCH v3 2/3] dt-bindings: arm: fsl: add RVE gateway board
` [PATCH v3 3/3] arm64: dts: freescale: introduce rve-gateway board

[RFC PATCH V3 00/26] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
 2023-11-02 21:13 UTC  (5+ messages)

kernel/kallsyms.c:436:17: warning: 'strcpy' source argument is the same as destination
 2023-11-02 21:13 UTC 

[PATCH v2 RESEND] parport: Add support for Brainboxes IX/UC/PX parallel cards
 2023-11-02 21:10 UTC 

[PATCH v2 1/2 RESEND] parport: parport_serial: Add Brainboxes BAR details
 2023-11-02 21:07 UTC  (2+ messages)
  ` [PATCH v2 2/2 RESEND] parport: parport_serial: Add Brainboxes device IDs and geometry

linux-next: duplicate patch in the risc-v tree
 2023-11-02 21:07 UTC  (2+ messages)

linux-next: duplicate patches in the modules tree
 2023-11-02 21:06 UTC 

linux-next: Signed-off-by missing for commit in the risc-v tree
 2023-11-02 21:02 UTC  (2+ messages)

[PATCH 0/2] net: mwifiex: add support for the SD8777 chipset
 2023-11-02 21:02 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: mwifiex: document use with "

[syzbot] [hfs?] KMSAN: uninit-value in hfs_brec_find
 2023-11-02 21:01 UTC 

[RFC PATCH v2] zswap: memcontrol: implement zswap writeback disabling
 2023-11-02 20:58 UTC  (6+ messages)
` [RFC PATCH v2] zswap: memcontrol: mplement zswap writeback disabling (fix)

[PATCH] drivers/tty/vt: copy userspace arrays safely
 2023-11-02 20:49 UTC  (4+ messages)

[PATCH v7] misc: Add Nitro Secure Module driver
 2023-11-02 20:44 UTC  (4+ messages)

[PATCH v6 0/4] usb: gadget: uvc: stability fixes on STREAMOFF
 2023-11-02 20:39 UTC  (11+ messages)
` [PATCH v9 1/4] usb: gadget: uvc: prevent use of disabled endpoint
  ` [PATCH v9 4/4] usb: gadget: uvc: Fix use-after-free for inflight usb_requests
` [PATCH v11 1/4] usb: gadget: uvc: prevent use of disabled endpoint
  ` [PATCH v11 2/4] usb: gadget: uvc: Allocate uvc_requests one at a time
  ` [PATCH v11 3/4] usb: gadget: uvc: move video disable logic to its own function
  ` [PATCH v11 4/4] usb: gadget: uvc: Fix use-after-free for inflight usb_requests

[PATCH] dt-bindings: dma: rz-dmac: Document RZ/Five SoC
 2023-11-02 20:39 UTC 

[syzbot] KMSAN: uninit-value in hfs_brec_find
 2023-11-02 20:37 UTC  (2+ messages)

arch/sh/boot/compressed/misc.c:118:6: warning: no previous prototype for 'arch_ftrace_ops_list_func'
 2023-11-02 20:32 UTC  (5+ messages)

[PATCH] MAINTAINERS: Add Joel Granados as co-maintainer for proc sysctl
 2023-11-02 20:31 UTC 

[PATCH 1/2] regmap: ram: support noinc semantics
 2023-11-02 20:30 UTC  (2+ messages)
` [PATCH 2/2] regmap: kunit: add noinc write test

[PATCH v5 0/1] mm: report per-page metadata information
 2023-11-02 20:28 UTC  (18+ messages)
` [PATCH v5 1/1] "

[PATCH 00/21] binder: convert alloc->mutex to spinlock
 2023-11-02 20:27 UTC  (25+ messages)
` [PATCH 01/21] binder: use EPOLLERR from eventpoll.h
` [PATCH 02/21] binder: fix use-after-free in shinker's callback
` [PATCH 03/21] binder: fix race between mmput() and do_exit()
` [PATCH 04/21] binder: fix async space check for 0-sized buffers
` [PATCH 05/21] binder: fix trivial typo of binder_free_buf_locked()
` [PATCH 06/21] binder: fix comment on binder_alloc_new_buf() return value
` [PATCH 07/21] binder: remove extern from function prototypes
` [PATCH 08/21] binder: keep vma addresses type as unsigned long
` [PATCH 09/21] binder: split up binder_update_page_range()
` [PATCH 10/21] binder: do unlocked work in binder_alloc_new_buf()
` [PATCH 11/21] binder: remove pid param "
` [PATCH 12/21] binder: separate the no-space debugging logic
` [PATCH 13/21] binder: relocate low space calculation
` [PATCH 14/21] binder: do not add pages to LRU in release path
` [PATCH 15/21] binder: relocate binder_alloc_clear_buf()
` [PATCH 16/21] binder: refactor page range allocation
` [PATCH 17/21] binder: malloc new_buffer outside of locks
` [PATCH 18/21] binder: initialize lru pages in mmap callback
` [PATCH 19/21] binder: perform page allocation outside of locks
` [PATCH 20/21] binder: reverse locking order in shrinker callback
` [PATCH 21/21] binder: switch alloc->mutex to spinlock_t

[syzbot] [jfs?] UBSAN: array-index-out-of-bounds in diWrite
 2023-11-02 20:27 UTC 

Sharing page tables across processes (mshare)
 2023-11-02 20:25 UTC  (4+ messages)

[PATCH net] tcp: Fix -Wc23-extensions in tcp_options_write()
 2023-11-02 20:23 UTC  (2+ messages)

[PATCH v2 0/2] riscv: errata: improve T-Head CMO
 2023-11-02 20:20 UTC  (2+ messages)

[PATCH 0/5] Enable peripherals on RZ/Five SMARC EVK
 2023-11-02 20:20 UTC  (2+ messages)

[PATCH v2] RISC-V: Probe misaligned access speed in parallel
 2023-11-02 20:20 UTC  (2+ messages)

[PATCH v4 0/6] riscv: SCS support
 2023-11-02 20:20 UTC  (2+ messages)

[PATCH v2 0/8] Add support to handle misaligned accesses in S-mode
 2023-11-02 20:20 UTC  (2+ messages)

[PATCH] drivers/net/ppp: copy userspace array safely
 2023-11-02 20:09 UTC  (2+ messages)

[PATCH v2 0/2] tg3: Fix the TX ring stall
 2023-11-02 20:09 UTC  (5+ messages)
` [PATCH v2 1/2] tg3: Increment tx_dropped in tg3_tso_bug()
` [PATCH v2 2/2] tg3: Fix the TX ring stall

[PATCH net-next v4 0/3] ethtool: Add ethtool_puts()
 2023-11-02 19:55 UTC  (7+ messages)
` [PATCH net-next v4 1/3] ethtool: Implement ethtool_puts()
` [PATCH net-next v4 2/3] checkpatch: add ethtool_sprintf rules
` [PATCH net-next v4 3/3] net: Convert some ethtool_sprintf() to ethtool_puts()

[PATCH 1/1] MAINTAINERS: Remove stale entry for SBL platform driver
 2023-11-02 19:52 UTC 

drivers/net/virtio_net.c:3613:50: warning: 'sprintf' may write a terminating nul past the end of the destination
 2023-11-02 19:47 UTC 

[PATCH 0/3] selftests/nolibc: various build improvements
 2023-11-02 19:45 UTC  (3+ messages)

[PATCH v2 0/5] Add STM32F7 SPI support
 2023-11-02 19:37 UTC  (6+ messages)
` [PATCH v2 1/5] spi: stm32: rename stm32f4_* to stm32fx_*
` [PATCH v2 2/5] spi: stm32: use callbacks for read_rx and write_tx
` [PATCH v2 3/5] dt-bindings: spi: add stm32f7-spi compatible
` [PATCH v2 4/5] spi: stm32: add STM32F7 support
` [PATCH v2 5/5] ARM: dts: stm32: add SPI support on STM32F746

[PATCH] MAINTAINERS: remove Iurii Zaikin from proc sysctl
 2023-11-02 19:37 UTC 

[PATCH v1] scsi: ufs: core: Process abort completed command in MCQ mode
 2023-11-02 19:36 UTC  (4+ messages)

[RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
 2023-11-02 19:33 UTC  (6+ messages)
` [PATCH RFC "

[PATCH] drivers/i2c: copy userspace array safely
 2023-11-02 19:26 UTC 

[PATCH] drivers/video/fbdev: use new array-copying-wrapper
 2023-11-02 19:24 UTC 

[net-next PATCH v2 1/2] net: phy: aquantia: add firmware load support
 2023-11-02 19:21 UTC  (2+ messages)

[PATCH] drivers/media/dvb-core: copy user arrays safely
 2023-11-02 19:16 UTC 

[PATCH v3 0/1] ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1
 2023-11-02 19:16 UTC  (5+ messages)
` [PATCH v3 1/1] "

[GIT PULL] asm-generic updates for v6.7
 2023-11-02 19:15 UTC  (4+ messages)

[PATCH] rfkill: return ENOTTY on invalid ioctl
 2023-11-02 19:14 UTC  (3+ messages)

[PATCH] drivers/infiniband: copy userspace arrays safely
 2023-11-02 19:13 UTC 

[PATCH] drivers/comedi: copy userspace array safely
 2023-11-02 19:08 UTC 

[PATCH 1/4] platform/x86: wmi: Add wmidev_block_set()
 2023-11-02 19:08 UTC  (4+ messages)
` [PATCH 3/4] platform/x86: intel-wmi-sbl-fw-update: Use bus-based WMI interface

[PATCH v2] cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()
 2023-11-02 19:07 UTC  (3+ messages)

[PATCH] drm/edid: add a quirk for two 240Hz Samsung monitors
 2023-11-02 19:06 UTC  (4+ messages)

[PATCH] sound/isa/wavefront: copy userspace array safely
 2023-11-02 19:03 UTC 

bpf: incorrectly reject program with `back-edge insn from 7 to 8`
 2023-11-02 19:01 UTC  (4+ messages)

[PATCH v4 0/4] vduse: add support for networking devices
 2023-11-02 18:59 UTC  (9+ messages)
` [PATCH v4 4/4] vduse: Add LSM hooks to check Virtio device type

[PATCH] drivers/fpga: copy userspace array safely
 2023-11-02 18:49 UTC 

drivers/scsi/mpi3mr/mpi3mr_fw.c:721:58: warning: '%d' directive output may be truncated writing between 1 and 3 bytes into a region of size between 1 and 32
 2023-11-02 18:46 UTC 

[PATCH net v3] net: dsa: tag_rtl4_a: Bump min packet size
 2023-11-02 18:43 UTC  (3+ messages)

[RFC 0/8] Enable runtime suspend resume for QCOM devices
 2023-11-02 18:40 UTC  (5+ messages)
` [RFC 1/8] dt-bindings: usb: qcom,dwc3: Add bindings to enable runtime

[PATCH v6 00/25] Enable CET Virtualization
 2023-11-02 18:38 UTC  (34+ messages)
` [PATCH v6 06/25] x86/fpu/xstate: Opt-in kernel dynamic bits when calculate guest xstate size
` [PATCH v6 09/25] KVM: x86: Rework cpuid_get_supported_xcr0() to operate on vCPU data
` [PATCH v6 10/25] KVM: x86: Add kvm_msr_{read,write}() helpers
` [PATCH v6 11/25] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v6 14/25] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v6 18/25] KVM: x86: Use KVM-governed feature framework to track "SHSTK/IBT enabled"
` [PATCH v6 19/25] KVM: VMX: Emulate read and write to CET MSRs

[PATCH] fs/nilfs2: copy userspace-array safely
 2023-11-02 18:37 UTC 

[GIT PULL] ksmbd server fixes
 2023-11-02 18:38 UTC  (2+ messages)

[GIT PULL] jfs updates for v6.7
 2023-11-02 18:38 UTC  (2+ messages)

[GIT PULL] exfat update for 6.7-rc1
 2023-11-02 18:38 UTC  (2+ messages)

[GIT PULL] dlm updates for 6.7
 2023-11-02 18:38 UTC  (2+ messages)

[GIT PULL] ext4 update for v6.7-rc1
 2023-11-02 18:37 UTC  (2+ messages)

[GIT PULL] erofs updates for 6.7-rc1
 2023-11-02 18:37 UTC  (2+ messages)

[GIT PULL] integrity: susbystem updates for v6.7
 2023-11-02 18:37 UTC  (2+ messages)

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-02 18:35 UTC  (9+ messages)
` [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace

[PATCH v3] arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers
 2023-11-02 18:30 UTC 

[PATCH v3 0/4] PCI: layerscape: Add suspend/resume support for ls1043 and ls1021
 2023-11-02 18:29 UTC  (13+ messages)
` [PATCH v3 1/4] PCI: layerscape: Add function pointer for exit_from_l2()
` [PATCH v3 2/4] PCI: layerscape: Add suspend/resume for ls1021a
` [PATCH v3 3/4] PCI: layerscape: Rename pf_* as pf_lut_*
` [PATCH v3 4/4] PCI: layerscape: Add suspend/resume for ls1043a

[PATCH v9 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-11-02 18:27 UTC  (4+ messages)
` [PATCH v9 1/3] mm/memory_hotplug: replace an open-coded kmemdup() in add_memory_resource()
` [PATCH v9 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks
` [PATCH v9 3/3] dax/kmem: allow kmem to add memory with memmap_on_memory

[PATCH] perf vendor events riscv: add StarFive Dubhe-80 JSON file
 2023-11-02 18:24 UTC  (2+ messages)

[PATCH] net/mlx5: Fix reserved at offset in mlx5_ifc_fte_match_set_lyr_2_4_bits
 2023-11-02 18:14 UTC 

[PATCH] net/mlx5: Fix reserved at offset in mlx5_ifc_fte_match_set_lyr_2_4_bits
 2023-11-02 18:17 UTC  (2+ messages)

[PATCH net-next V2] ptp: fix corrupted list in ptp_open
 2023-11-02 18:16 UTC 

[PATCH 0/3] Use new wrappers to copy userspace arrays
 2023-11-02 18:15 UTC  (4+ messages)
` [PATCH 1/3] arch/x86/kvm: copy user-array with overflow-check
` [PATCH 2/3] arch/s390/kvm: copy userspace-array safely
` [PATCH 3/3] virt/kvm: "

[PATCH 0/9] SVM guest shadow stack support
 2023-11-02 18:14 UTC  (25+ messages)
` [PATCH 1/9] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [PATCH 2/9] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
` [PATCH 3/9] KVM: x86: SVM: Pass through shadow stack MSRs
` [PATCH 4/9] KVM: SVM: Rename vmplX_ssp -> plX_ssp
` [PATCH 5/9] KVM: SVM: Save shadow stack host state on VMRUN
` [PATCH 6/9] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
` [PATCH 7/9] x86/sev-es: Include XSS value in GHCB CPUID request
` [PATCH 8/9] KVM: SVM: Use KVM-governed features to track SHSTK
` [PATCH 9/9] KVM: SVM: Add CET features to supported_xss

[PATCH v4 00/53] Improvements to memory use
 2023-11-02 17:57 UTC  (20+ messages)
` [PATCH v4 33/53] perf maps: Locking tidy up of nr_maps
` [PATCH v4 35/53] perf report: Sort child tasks by tid
` [PATCH v4 36/53] perf trace: Ignore thread hashing in summary
` [PATCH v4 37/53] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v4 38/53] perf threads: Move threads to its own files
` [PATCH v4 40/53] perf threads: Reduce table size from 256 to 8
` [PATCH v4 41/53] perf dsos: Attempt to better abstract dsos internals
` [PATCH v4 42/53] perf dsos: Tidy reference counting and locking
` [PATCH v4 43/53] perf dsos: Add dsos__for_each_dso
` [PATCH v4 44/53] perf dso: Move dso functions out of dsos
` [PATCH v4 45/53] perf dsos: Switch more loops to dsos__for_each_dso
` [PATCH v4 46/53] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v4 47/53] perf dsos: Remove __dsos__addnew
` [PATCH v4 48/53] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v4 49/53] perf dsos: Switch hand code to bsearch
` [PATCH v4 50/53] perf dso: Add reference count checking and accessor functions
` [PATCH v4 51/53] perf dso: Reference counting related fixes
` [PATCH v4 52/53] perf dso: Use container_of to avoid a pointer in dso_data
` [PATCH v4 53/53] perf env: Avoid recursively taking env->bpf_progs.lock

[PATCH v7 00/11] KVM: xen: update shared_info and vcpu_info handling
 2023-11-02 18:11 UTC  (7+ messages)
` [PATCH v7 04/11] KVM: pfncache: base offset check on khva rather than gpa
` [PATCH v7 05/11] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA

[syzbot] [net?] KMSAN: uninit-value in xfrm_state_find (2)
 2023-11-02 18:11 UTC 

[PATCH v2] cgroup/cpuset: Change nr_deadline_tasks to an atomic_t value
 2023-11-02 18:08 UTC  (6+ messages)

[PATCH drm-misc-next v8 00/12] [RFC] DRM GPUVM features
 2023-11-02 18:04 UTC  (5+ messages)
` [PATCH drm-misc-next v8 09/12] drm/gpuvm: reference count drm_gpuvm structures


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).