messages from 2023-11-05 13:31:42 to 2023-11-05 16:30:34 UTC [more...]
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
2023-11-05 16:30 UTC (32+ 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 v3 00/12] Resolve issues with booting distros on x86
2023-11-05 16:29 UTC (12+ messages)
` [PATCH v3 01/12] efi: Correct handling of frame buffer
` [PATCH v3 04/12] x86: coreboot: Add a boot script
` [PATCH v3 06/12] expo: Correct background colour
` [PATCH v3 08/12] video: Drop unnecessary truetype operations from SPL
` [PATCH v3 09/12] x86: Enable SSE in 64-bit mode
Need advise with u-boot on SH-7785LCR
2023-11-05 16:29 UTC (4+ messages)
Blank screen on boot of Linux 6.5 and later on Lenovo ThinkPad L570
2023-11-05 16:28 UTC (14+ messages)
ERROR: modpost: vmlinux: local symbol 'init_binfmt_misc' was exported
2023-11-05 16:26 UTC
long stalls when creating 20 directory trees of 1 million inodes in parallel
2023-11-05 16:26 UTC (2+ messages)
drivers/comedi/drivers/tests/../ni_stc.h:1140:35: warning: 'range_ni_E_ao_ext' defined but not used
2023-11-05 16:26 UTC
[PATCH 1/1] rng: detect RISC-V Zkr RNG device in bind method
2023-11-05 16:25 UTC (4+ messages)
[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
2023-11-05 16:19 UTC (8+ messages)
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
[virtio-comment] [PATCH V2 0/6] introduce basic facilities for virito live migration
2023-11-05 16:20 UTC (10+ messages)
` [virtio-comment] [PATCH V2 6/6] virtio-pci: implement dirty page tracking
` [virtio-comment] "
` [virtio-comment] "
[PATCH/RFC] debugobjects/slub: Print slab info and backtrace
2023-11-05 16:20 UTC (3+ 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
[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)
❌ FAIL (MISSED 187 of 230): Test report for master (6.6.0, mainline.kernel.org-clang, aea6bf90)
2023-11-05 16:01 UTC
[GIT PULL] vhost,virtio,vdpa: features, fixes, cleanups
2023-11-05 15:58 UTC (2+ messages)
Redirect doesn't do the job as dnat does
2023-11-05 15:55 UTC (3+ messages)
[PATCH][Dovetail 6.1] arm64: dovetail: Fix undefinstr/break trap handling
2023-11-05 15:52 UTC (2+ messages)
drivers/watchdog/mlx_wdt.c:53: warning: Function parameter or member 'wdt_type' not described in 'mlxreg_wdt'
2023-11-05 15:50 UTC
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c:1420 cxgb4_port_mirror_alloc_queues() warn: 'mirror_rxq->msix->vec' from request_irq() not released on lines: 1420
2023-11-05 15:50 UTC
[PATCH v2 0/6] i3c: master: some improvment for i3c master
2023-11-05 15:36 UTC (11+ messages)
` [PATCH v2 1/6] i3c: master: add enable(disable) hot join in sys entry
[PATCH 0/2] ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act
2023-11-05 15:49 UTC (6+ messages)
` [PATCH 1/2] leds: gpio: Add kernel log if devm_fwnode_gpiod_get fails
` [PATCH 2/2] ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act
[Printing-architecture] OP Minutes (17 October 2023)
2023-11-05 15:50 UTC
[PATCH] mmc: atmel-mci: Use common error handling code in atmci_of_init()
2023-11-05 15:50 UTC (3+ messages)
` [cocci] "
fs/btrfs/inode.c:1794 run_delalloc_compressed() error: 'blkcg_css' dereferencing possible ERR_PTR()
2023-11-05 15:50 UTC
fs/bcachefs/buckets.c:1412 bch2_trans_fs_usage_apply() error: we previously assumed 'trans->disk_res' could be null (see line 1369)
2023-11-05 15:49 UTC
drivers/iio/industrialio-gts-helper.c:246 gain_to_scaletables() warn: double check that we're allocating correct size: 4 vs 8
2023-11-05 15:49 UTC
mount options not propagating to NFSACL and NSM RPC clients
2023-11-05 15:48 UTC
Missing clobber on alternative use on Linux UM 32-bit
2023-11-05 15:47 UTC (5+ 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 net-next v6 0/5] Coalesce mac ocp write/modify calls to reduce spinlock contention
2023-11-05 15:33 UTC (6+ messages)
0bda:b812 USB "3.0" WLAN devices only report a maximum of 480 Mbps
2023-11-05 15:33 UTC (7+ messages)
[PATCH] ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock
2023-11-05 15:28 UTC (2+ messages)
[PATCH v2] x86/hyperv : Fixing removal of __iomem address space warning
2023-11-05 15:25 UTC (2+ messages)
[PATCH 0/3] hvf x86 correctness and efficiency improvements
2023-11-05 15:21 UTC (9+ messages)
` [PATCH 2/3] i386: hvf: In kick_vcpu use hv_vcpu_interrupt to force exit
OE-core CVE metrics for nanbield on Sun 05 Nov 2023 05:00:01 AM HST
2023-11-05 15:21 UTC
[PATCH] Replace ioremap_cache() with memremap()
2023-11-05 15:15 UTC (2+ messages)
[PATCH nft v2 0/5] add infrastructure for unit tests
2023-11-05 15:08 UTC (6+ messages)
` [PATCH nft v2 1/5] build: add basic "check-{local,more,all}" and "build-all" make targets
` [PATCH nft v2 2/5] build: add `make check-build` to run `./tests/build/run-tests.sh`
` [PATCH nft v2 3/5] build: add `make check-tree` to check consistency of source tree
` [PATCH nft v2 4/5] build: cleanup if-blocks for conditional compilation in "Makefile.am"
` [PATCH nft v2 5/5] tests/unit: add unit tests for libnftables
[PATCH] bus: mhi: host: pci_generic: Add support for Sierra Wireless EM9291
2023-11-05 15:11 UTC (2+ messages)
[PATCH 0/4] ata: Drop platform_driver_probe() and convert to platform remove callback returning void (part II)
2023-11-05 15:00 UTC (5+ messages)
` [PATCH 1/4] ata: pata_falcon: Stop using module_platform_driver_probe()
` [PATCH 2/4] ata: pata_gayle: "
` [PATCH 3/4] ata: pata_falcon: Convert to platform remove callback returning void
` [PATCH 4/4] ata: pata_gayle: "
[PATCH] pmdomain: ti: Use common error handling code in ti_sci_pm_domain_probe()
2023-11-05 14:52 UTC (3+ messages)
` [cocci] "
[PATCH v2 00/15] Intel IPU6 and IPU6 input system drivers
2023-11-05 14:43 UTC (3+ messages)
` [PATCH v2 01/15] media: intel/ipu6: add Intel IPU6 PCI device driver
[GIT PULL] firewire updates for 6.7
2023-11-05 14:48 UTC
Oops related to rtw88: BUG: kernel NULL pointer dereference, address: 0000000000000004
2023-11-05 14:43 UTC
[PATCH 0/4] macfb: A/UX fixes for colour LUT
2023-11-05 14:42 UTC (9+ messages)
` [PATCH 1/4] macfb: don't clear interrupts when writing to DAFB_RESET
` [PATCH 2/4] macfb: rename DAFB_RESET to DAFB_LUT_INDEX
` [PATCH 3/4] macfb: allow larger write accesses to the DAFB_LUT register
` [PATCH 4/4] macfb: allow reads from "
[PATCH] spi: cadence-xspi: Drop useless assignment to NULL
2023-11-05 14:39 UTC
[PATCH] selftests/nolibc: fix testcase status alignment
2023-11-05 14:39 UTC (3+ messages)
[Cluster-devel] [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)
[android-common:android12-5.4 4859/29121] drivers/power/supply/power_supply_core.c:739: warning: Excess function parameter 'ocv' description in 'power_supply_temp2resist_simple'
2023-11-05 14:22 UTC
[Buildroot] [PATCH] package/nodejs/nodejs-src: fix arch check on additional modules
2023-11-05 14:27 UTC (2+ messages)
[Buildroot] [PATCH] package/nodejs/nodejs-src: remove .node files with different architecture
2023-11-05 14:27 UTC (5+ 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
[Buildroot] [PATCH] package/rtl8812au-aircrack-ng: bump to version 2023-11-03 on branch v5.6.4.2
2023-11-05 14:21 UTC
OE-core CVE metrics for mickledore on Sun 05 Nov 2023 04:00:01 AM HST
2023-11-05 14:20 UTC
[jimc:dd-fix-5k 28/28] lib/dynamic_debug.c:1330:6: sparse: sparse: symbol 'dd_store_func_range' was not declared. Should it be static?
2023-11-05 14:15 UTC
[linux-linus test] 183687: tolerable trouble: fail/pass/starved - PUSHED
2023-11-05 14:15 UTC
[PATCH v2] x86: serial: ns16550: Allow the UART to be silently disabled
2023-11-05 14:11 UTC (2+ messages)
[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
[meta-virtualization][PATCH 1/2] grpc-go: add grpc to CVE_PRODUCT
2023-11-05 14:04 UTC (2+ messages)
` [meta-virtualization][PATCH 2/2] grpc-go: Upgrade 1.41.0 -> 1.59.0
PSR w/ high IRQ
2023-11-05 14:03 UTC (2+ messages)
[PATCH net-next V6] ptp: fix corrupted list in ptp_open
2023-11-05 14:02 UTC (3+ messages)
drivers/fpga/versal-fpga.c:78:34: warning: 'versal_fpga_of_match' defined but not used
2023-11-05 13:52 UTC
[freescale-fslc:6.1.x+fslc 4/12] drivers/misc/uboot_bootcount.c:70:50: error: incompatible function pointer types initializing 'ssize_t (*)(struct device *, struct device_attribute *, char *)' (aka 'long (*)(struct device *, struct device_attribute *, char *)') with an expression of type
2023-11-05 13:52 UTC
[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
[PATCH v3 bpf-next 06/11] bpf: Add a new kfunc for cgroup1 hierarchy
2023-11-05 13:50 UTC (6+ messages)
` [PATCH bpf-next] compiler-gcc: Ignore -Wmissing-prototypes warning for older GCC
[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 (10+ messages)
` [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 bpf 0/2] Let BPF verifier consider {task,cgroup} is trusted in bpf_iter_reg
2023-11-05 13:34 UTC (3+ messages)
` [PATCH bpf 1/2] bpf: Let "
` [PATCH bpf 2/2] selftests/bpf: get trusted cgrp from bpf_iter__cgroup directly
[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 "
OT: data destruction classics (was: Re: Error converting from 1.4.4.1 to 1.5.0?)
2023-11-05 13:33 UTC
[ti:ti-rt-linux-6.1.y-cicd 325/382] drivers/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c:837:45: warning: unused variable 'ti_csi2rx_video_entity_ops'
2023-11-05 13:32 UTC
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
[Acpica-devel] [PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
2023-11-05 13:31 UTC (4+ messages)
` [Acpica-devel] [PATCH RFC 02/17] of: Do not return struct iommu_ops from of_iommu_configure()
` "
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.