messages from 2023-11-05 07:30:32 to 2023-11-05 16:55:41 UTC [more...]
[PATCH net v2] i40e: Fix adding unsupported cloud filters
2023-11-05 16:46 UTC
[PATCH v4 00/11] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
2023-11-05 16:54 UTC
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
2023-11-05 16:30 UTC (37+ messages)
` [PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH 04/34] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH 05/34] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH 06/34] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [PATCH 07/34] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH 10/34] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH 11/34] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH 12/34] KVM: Introduce per-page memory attributes
` [PATCH 13/34] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH 17/34] KVM: x86: Disallow hugepages when memory attributes are mixed
` [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
` [PATCH 19/34] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH 20/34] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH 24/34] KVM: selftests: Add support for creating private memslots
` [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH 29/34] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
` [PATCH 35/34] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH 36/34] KVM: Add transparent hugepage support for dedicated guest memory
Blank screen on boot of Linux 6.5 and later on Lenovo ThinkPad L570
2023-11-05 16:28 UTC (13+ messages)
ERROR: modpost: vmlinux: local symbol 'init_binfmt_misc' was exported
2023-11-05 16:26 UTC
[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
2023-11-05 16:19 UTC (4+ messages)
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
[PATCH/RFC] debugobjects/slub: Print slab info and backtrace
2023-11-05 16:20 UTC (4+ messages)
[RFC PATCH 00/32] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2023-11-05 16:12 UTC (33+ messages)
` [RFC PATCH 01/32] seq_buf: Export seq_buf_puts()
` [RFC PATCH 02/32] function_graph: Convert ret_stack to a series of longs
` [RFC PATCH 03/32] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [RFC PATCH 04/32] function_graph: Add an array structure that will allow multiple callbacks
` [RFC PATCH 05/32] function_graph: Allow multiple users to attach to function graph
` [RFC PATCH 06/32] function_graph: Remove logic around ftrace_graph_entry and return
` [RFC PATCH 07/32] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [RFC PATCH 08/32] ftrace: Allow function_graph tracer to be enabled in instances
` [RFC PATCH 09/32] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [RFC PATCH 10/32] function_graph: Have the instances use their own ftrace_ops for filtering
` [RFC PATCH 11/32] function_graph: Add "task variables" per task for fgraph_ops
` [RFC PATCH 12/32] function_graph: Move set_graph_function tests to shadow stack global var
` [RFC PATCH 13/32] function_graph: Move graph depth stored data "
` [RFC PATCH 14/32] function_graph: Move graph notrace bit "
` [RFC PATCH 15/32] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [RFC PATCH 16/32] function_graph: Add selftest for passing local variables
` [RFC PATCH 17/32] function_graph: Fix to update curr_ret_stack with ARRAY entry size
` [RFC PATCH 18/32] function_graph: Fix to initalize ftrace_ops for fgraph with ftrace_graph_func
` [RFC PATCH 19/32] function_graph: Fix to check the return value of ftrace_pop_return_trace()
` [RFC PATCH 20/32] function_graph: Pass the size of reserved data when retrieving it
` [RFC PATCH 21/32] function_graph: Expand the max reserved data size
` [RFC PATCH 22/32] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [RFC PATCH 23/32] function_graph: Add a new exit "
` [RFC PATCH 24/32] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [RFC PATCH 25/32] fprobe: Use ftrace_regs in fprobe entry handler
` [RFC PATCH 26/32] fprobe: Use ftrace_regs in fprobe exit handler
` [RFC PATCH 27/32] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [RFC PATCH 28/32] tracing: Add ftrace_fill_perf_regs() for perf event
` [RFC PATCH 29/32] fprobe: Rewrite fprobe on function-graph tracer
` [RFC PATCH 30/32] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [RFC PATCH 31/32] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [RFC PATCH 32/32] Documentation: probes: Update fprobe on function-graph tracer
amdgpu_amdkfd_gfx* triggers new -Walloc-size warnings in GCC 14
2023-11-05 16:06 UTC (2+ messages)
` [PATCH] amdgpu: Adjust kmalloc_array calls for new -Walloc-size
[v6.6][PATCH 0/5] tracing: Backport of eventfs fixes for v6.6
2023-11-05 15:56 UTC (6+ messages)
` [v6.6][PATCH 1/5] tracing: Have trace_event_file have ref counters
` [v6.6][PATCH 2/5] eventfs: Remove "is_freed" union with rcu head
` [v6.6][PATCH 3/5] eventfs: Save ownership and mode
` [v6.6][PATCH 4/5] eventfs: Delete eventfs_inode when the last dentry is freed
` [v6.6][PATCH 5/5] eventfs: Use simple_recursive_removal() to clean up dentries
[syzbot] [btrfs?] KASAN: slab-use-after-free Read in btrfs_qgroup_account_extent
2023-11-05 16:00 UTC (3+ messages)
[GIT PULL] vhost,virtio,vdpa: features, fixes, cleanups
2023-11-05 15:58 UTC
drivers/watchdog/mlx_wdt.c:53: warning: Function parameter or member 'wdt_type' not described in 'mlxreg_wdt'
2023-11-05 15:50 UTC
Missing clobber on alternative use on Linux UM 32-bit
2023-11-05 15:47 UTC (4+ messages)
[syzbot] [gfs2?] BUG: unable to handle kernel NULL pointer dereference in gfs2_rgrp_dump
2023-11-05 15:41 UTC
[PATCH] RFC: Do not enable the v1 uAPI by default
2023-11-05 15:39 UTC (3+ messages)
[PATCH v2 0/6] i3c: master: some improvment for i3c master
2023-11-05 15:36 UTC (10+ messages)
` [PATCH v2 1/6] i3c: master: add enable(disable) hot join in sys entry
[PATCH net-next v6 0/5] Coalesce mac ocp write/modify calls to reduce spinlock contention
2023-11-05 15:33 UTC (6+ messages)
[PATCH 1/1] ALSA: hda: Add ASRock X670E Taichi to denylist
2023-11-05 15:29 UTC
[PATCH v2] x86/hyperv : Fixing removal of __iomem address space warning
2023-11-05 15:25 UTC (2+ messages)
[PATCH] Replace ioremap_cache() with memremap()
2023-11-05 15:15 UTC (2+ messages)
[GIT PULL] firewire updates for 6.7
2023-11-05 14:48 UTC
[PATCH] selftests/nolibc: fix testcase status alignment
2023-11-05 14:39 UTC (3+ messages)
[syzbot] [gfs2?] BUG: unable to handle kernel NULL pointer dereference in gfs2_rgrp_dump
2023-11-05 14:34 UTC (2+ messages)
` [syzbot] Null ptr deref
[PATCH 1/2] bus: fsl-mc: Drop if block with always false condition
2023-11-05 14:31 UTC (2+ messages)
[PATCH v2 2/2] iio: light: Add support for APDS9306 Light Sensor
2023-11-05 14:22 UTC (2+ messages)
kismet: WARNING: unmet direct dependencies detected for CPU_DCACHE_WRITETHROUGH when selected by ARCH_DAVINCI_DA830
2023-11-05 14:22 UTC
[PATCH 0/2] Add ADRF5740 driver
2023-11-05 14:05 UTC (3+ messages)
` [PATCH 2/2] dt-bindings: iio: hmc425a: add entry for ADRF5740
[PATCH net-next V6] ptp: fix corrupted list in ptp_open
2023-11-05 14:02 UTC (2+ messages)
[PATCH v2 0/6] media: qcom: camss: Add sc8280xp support
2023-11-05 13:51 UTC (4+ messages)
` [PATCH v2 1/6] media: dt-bindings: media: camss: Add qcom,sc8280xp-camss binding
[PULL REQUEST] i2c-for-6.7-rc1
2023-11-05 13:47 UTC
[PATCH v2 00/11] Add mediate-drm secure flow for SVP
2023-11-05 13:44 UTC (8+ messages)
` [PATCH v2 09/11] drm/mediatek: Add secure flow support to mediatek-drm
` [PATCH v2 07/11] drm/mediatek: Add secure layer config support for ovl
` [PATCH v2 10/11] drm/mediatek: Add cmdq_insert_backup_cookie before secure pkt finalize
[PATCH v2 1/2] rtc: add pcf85053a
2023-11-05 13:39 UTC (3+ messages)
` [PATCH v2 2/2] dt-bindings: "
Fwd: [amd-sfh] Interrupt disabling (b300667b) disables working HP ProBook x360 435 G7 accelerometer
2023-11-05 13:38 UTC
[PATCH 1/9] arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge triggered
2023-11-05 13:33 UTC (3+ messages)
` [PATCH 9/9] dt-bindings: watchdog: qcom-wdt: Make the interrupt example "
fs/ubifs/auth.c:30: warning: expecting prototype for ubifs_node_calc_hash(). Prototype was for __ubifs_node_calc_hash() instead
2023-11-05 13:31 UTC
[RFC PATCH 0/2] Add support for qcm6490 idp and rb3 board
2023-11-05 13:08 UTC (6+ messages)
` [RFC PATCH 1/2] dt-bindings: arm: qcom: Add QCM6490 IDP and RB3 board
` [RFC PATCH 2/2] arm64: dts: qcom: qcm6490: Add qcm6490 idp and rb3 board
[syzbot] Monthly ntfs report (Nov 2023)
2023-11-05 13:07 UTC
[syzbot] Monthly btrfs report (Nov 2023)
2023-11-05 13:07 UTC
[RESEND PATCH] dt-bindings: crypto: qcom,prng: Add SM8450
2023-11-05 13:03 UTC (2+ messages)
drivers/vdpa/pds/debugfs.c:269:49: warning: '%02d' directive output may be truncated writing between 2 and 11 bytes into a region of size 6
2023-11-05 12:57 UTC (2+ messages)
[PATCH 1/2] arm64: dts: qcom: sm8550-qrd: add sound card
2023-11-05 12:55 UTC (3+ messages)
[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
2023-11-05 12:55 UTC (5+ messages)
` [PATCH V2 1/3] mm: page_alloc: unreserve highatomic page blocks before oom
` [PATCH V2 2/3] mm: page_alloc: correct high atomic reserve calculations
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill
drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.c:1069:13: warning: variable 'max_possible_vfs' set but not used
2023-11-05 12:21 UTC
Heisenbug: I/O freeze can be resolved by cat $task/cmdline of unrelated process
2023-11-05 12:09 UTC (3+ messages)
drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1943: warning: Function parameter or member 'init' not described in 'init_reset_begun'
2023-11-05 12:02 UTC
drivers/scsi/FlashPoint.c:1712:12: warning: stack frame size (2544) exceeds limit (2048) in 'FlashPoint_HandleInterrupt'
2023-11-05 12:02 UTC
arch/x86/include/asm/string_32.h:182:25: warning: '__builtin_memcpy' specified bound 4294967295 exceeds maximum object size 2147483647
2023-11-05 11:51 UTC
drivers/spi/spi-armada-3700.c:788:34: warning: 'a3700_spi_dt_ids' defined but not used
2023-11-05 11:40 UTC
drivers/firmware/smccc/smccc.c:20:21: sparse: sparse: symbol 'smccc_soc_id_version' was not declared. Should it be static?
2023-11-05 11:37 UTC
[PATCH v2 0/6] tools/nolibc: MIPS bugfixes and refactoring
2023-11-05 11:35 UTC (7+ messages)
` [PATCH v2 1/6] tools/nolibc: error out on unsupported architecture
` [PATCH v2 2/6] tools/nolibc: move MIPS ABI validation into arch-mips.h
` [PATCH v2 3/6] selftests/nolibc: use XARCH for MIPS
` [PATCH v2 4/6] selftests/nolibc: explicitly specify ABI "
` [PATCH v2 5/6] selftests/nolibc: extraconfig support
` [PATCH v2 6/6] selftests/nolibc: add configuration for mipso32be
arm: mach-socfpga: PCIe Root IO TLP support for Cyclone V
2023-11-05 11:20 UTC (2+ messages)
` "
[PATCH v2] rust: bindings: rename const binding using sed
2023-11-05 11:03 UTC (2+ messages)
[BUG] KVM: VMX: WARNING in nested_vmx_vmexit
2023-11-05 10:55 UTC
[PATCH 0/6] tools/nolibc: MIPS bugfixes and refactoring
2023-11-05 10:49 UTC (12+ messages)
` [PATCH 1/6] tools/nolibc: error out on unsupported architecture
` [PATCH 2/6] tools/nolibc: move MIPS ABI validation into arch-mips.h
` [PATCH 3/6] selftests/nolibc: use XARCH for MIPS
` [PATCH 4/6] selftests/nolibc: explicitly specify ABI "
` [PATCH 5/6] selftests/nolibc: extraconfig support
` [PATCH 6/6] selftests/nolibc: add configuration for mipso32be
[PATCH] drm/i915/uc: Simplify an error handling path in uc_fw_rsa_data_create()
2023-11-05 10:45 UTC
[GIT PULL] UBI and UBIFS Updates for v6.7-rc1
2023-11-05 10:31 UTC
[PATCH v4] irqchip/gic-v3-its: Flush ITS tables before writing GITS_BASER<n> registers in non-coherent GIC designs
2023-11-05 9:52 UTC (4+ messages)
[PATCH net v2] net: ti: icssg-prueth: Fix error cleanup on failing pruss_request_mem_region
2023-11-05 9:51 UTC
[PATCH net v2] net: ti: icssg-prueth: Add missing icss_iep_put to error path
2023-11-05 9:51 UTC
[RFC 00/48] perf tools: Introduce data type profiling (v1)
2023-11-05 9:50 UTC (9+ messages)
` [PATCH 06/48] perf dwarf-aux: Add die_get_scopes() helper
` [PATCH 07/48] perf dwarf-aux: Add die_find_variable_by_reg() helper
` [PATCH 08/48] perf dwarf-aux: Factor out __die_get_typename()
` [PATCH 09/48] perf dwarf-regs: Add get_dwarf_regnum()
[PATCH v5 RESEND 0/2] PCI: rcar: support regulators for PCIe
2023-11-05 9:29 UTC (3+ messages)
` [PATCH v5 RESEND 1/2] dt-bindings: PCI: rcar-pci-host: add optional regulators
` [PATCH v5 RESEND 2/2] PCI: rcar-host: add support for "
[PATCH] selftests/nolibc: add script to run testsuite
2023-11-05 9:27 UTC (2+ messages)
[PATCH v3] drm: renesas: rcar-du: use proper naming for R-Car
2023-11-05 9:25 UTC
drivers/soc/tegra/pmc.c:467: warning: Function parameter or member 'syscore' not described in 'tegra_pmc'
2023-11-05 9:15 UTC
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c:957:12: warning: stack frame size (2064) exceeds limit (2048) in 'vcn_v4_0_5_start'
2023-11-05 9:01 UTC
[PATCH v6 0/4] arm64: qcom: sa8775p: add support for EP PCIe
2023-11-05 8:55 UTC (3+ messages)
` [PATCH v6 3/4] PCI: epf-mhi: Add support for SA8775P
[PATCH v2] bus: mhi: host: pci_generic: Add SDX75 based modem support
2023-11-05 8:53 UTC (2+ messages)
fs/ubifs/replay.c:359: warning: Function parameter or member 'hash' not described in 'insert_node'
2023-11-05 8:35 UTC
[PATCH v2] bus: mhi: host: Add alignment check for event ring read pointer
2023-11-05 8:33 UTC (2+ messages)
[PATCH 3/3] x86/callthunks: Fix and unify call thunks assembly snippets
2023-11-05 8:23 UTC (2+ messages)
arch/x86/kernel/callthunks.c:332:35: warning: '%lu' directive writing between 1 and 10 bytes into a region of size 7
2023-11-05 8:22 UTC
[PATCH] net: phy: at803x: add QCA8084 ethernet phy support
2023-11-05 8:09 UTC (7+ messages)
[PATCH] kbuild: deb-pkg: apply short --rules-file option
2023-11-05 8:08 UTC (2+ messages)
drivers/net/wireless/microchip/wilc1000/cfg80211.c:361:42: sparse: sparse: incorrect type in assignment (different base types)
2023-11-05 8:00 UTC
[PATCH v5] kconfig: avoid an infinite loop in oldconfig/syncconfig
2023-11-05 7:55 UTC (2+ messages)
[PATCH 1/2] genksyms: remove the remnant of the -s option
2023-11-05 7:52 UTC (2+ messages)
` [PATCH 2/2] genksyms: use getopt_long() unconditionally
[PATCH] kdb: Corrects comment for kdballocenv
2023-11-05 7:48 UTC
ERROR: start_text address is c000000000000900, should be c000000000000200
2023-11-05 7:33 UTC (3+ messages)
drivers/remoteproc/xlnx_r5_remoteproc.c:209:20: sparse: sparse: cast removes address space '__iomem' of expression
2023-11-05 7:29 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox