LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-12 01:08:53 to 2023-06-12 06:17:29 UTC [more...]

[RFC PATCH 1/1] vsprintf: Warn on integer scanning overflows
 2023-06-12  6:16 UTC  (2+ messages)

[PATCH v2] usb: dwc2: add pci_device_id driver_data parse support
 2023-06-12  6:13 UTC  (5+ messages)

[6.5-rc5 regression] core dump hangs (was Re: [Bug report] fstests generic/051 (on xfs) hang on latest linux v6.5-rc5+)
 2023-06-12  6:11 UTC  (6+ messages)

Fwd: Waking up from resume locks up on sr device
 2023-06-12  6:09 UTC  (7+ messages)

[net-next PATCH v2 0/6] RVU NIX AF driver updates
 2023-06-12  6:04 UTC  (7+ messages)
` [net-next PATCH v2 1/6] octeontx2-af: Add devlink option to adjust mcam high prio zone entries
` [net-next PATCH v2 2/6] octeontx2-af: extend RSS supported offload types
` [net-next PATCH v2 3/6] octeontx2-af: cn10k: Set NIX DWRR MTU for CN10KB silicon
` [net-next PATCH v2 4/6] octeontx2-af: Enable LBK links only when switch mode is on
` [net-next PATCH v2 5/6] octeontx2-af: add option to toggle DROP_RE enable in rx cfg
` [net-next PATCH v2 6/6] octeontx2-af: Set XOFF on other child transmit schedulers during SMQ flush

[PATCH v3 00/19] selftests/resctrl: Fixes and cleanups
 2023-06-12  6:02 UTC  (2+ messages)

[PATCH] LoongArch/rethook: Replace kretprobe with rethook on loongarch
 2023-06-12  5:49 UTC 

[PATCH v2 00/10] RISC-V KVM in-kernel AIA irqchip
 2023-06-12  5:39 UTC  (11+ messages)
` [PATCH v2 01/10] RISC-V: KVM: Implement guest external interrupt line management
` [PATCH v2 02/10] RISC-V: KVM: Add IMSIC related defines
` [PATCH v2 03/10] RISC-V: KVM: Add APLIC "
` [PATCH v2 04/10] RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zero
` [PATCH v2 05/10] RISC-V: KVM: Skeletal in-kernel AIA irqchip support
` [PATCH v2 06/10] RISC-V: KVM: Implement device interface for AIA irqchip
` [PATCH v2 07/10] RISC-V: KVM: Add in-kernel emulation of AIA APLIC
` [PATCH v2 08/10] RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchip
` [PATCH v2 09/10] RISC-V: KVM: Add in-kernel virtualization of AIA IMSIC
` [PATCH v2 10/10] RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchip

[PATCH v4 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
 2023-06-12  5:39 UTC  (3+ messages)
` [PATCH v4 15/24] x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()

[PATCH v3 0/3] Rust scatterlist abstractions
 2023-06-12  5:38 UTC  (5+ messages)

make[5]: *** No rule to make target 'scripts/module.lds', needed by 'tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.ko'
 2023-06-12  5:36 UTC  (3+ messages)

[PATCH] selftests/ftace: Fix KTAP output ordering
 2023-06-12  5:33 UTC  (2+ messages)

[PATCH v2 1/3] tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error
 2023-06-12  5:31 UTC  (7+ messages)
` [PATCH v2 2/3] tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk
` [PATCH v2 3/3] tty: serial: samsung_tty: Use abs() to simplify some code

[PATCH] Documentation: virt: clean up paravirt_ops doc
 2023-06-12  5:27 UTC  (2+ messages)

[PATCH 0/2] Fix high-order allocations for AUX space
 2023-06-12  5:24 UTC  (3+ messages)
` [PATCH 1/2] perf/core: Bail out early if the request AUX area is out of bound
` [PATCH 2/2] perf/ring_buffer: Fix high-order allocations for AUX space with correct MAX_ORDER limit

[PATCH v8 0/2] sched/fair: Scan cluster before scanning LLC in wake-up path
 2023-06-12  5:22 UTC  (4+ messages)
` [PATCH v8 2/2] "

[PATCH] fs: smb: client: Replace the ternary conditional operator
 2023-06-12  5:21 UTC 

[PATCH net-next] ice: Remove managed memory usage in ice_get_fw_log_cfg()
 2023-06-12  5:18 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-06-12  4:25 UTC  (52+ messages)
` [PATCH RFC v9 01/51] KVM: x86: Add gmem hook for initializing private memory
` [PATCH RFC v9 02/51] KVM: x86: Add gmem hook for invalidating "
` [PATCH RFC v9 03/51] KVM: x86: Use full 64-bit error code for kvm_mmu_do_page_fault
` [PATCH RFC v9 04/51] KVM: x86: Determine shared/private faults using a configurable mask
` [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile
` [PATCH RFC v9 06/51] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH RFC v9 07/51] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH RFC v9 09/51] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v9 10/51] x86/fault: Add helper for dumping RMP entries
` [PATCH RFC v9 11/51] x86/traps: Define RMP violation #PF error code
` [PATCH RFC v9 12/51] x86/fault: Report RMP page faults for kernel addresses
` [PATCH RFC v9 13/51] x86/fault: Handle RMP page faults for user addresses
` [PATCH RFC v9 14/51] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v9 15/51] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v9 16/51] crypto: ccp: Define the SEV-SNP commands
` [PATCH RFC v9 17/51] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v9 18/51] crypto: ccp: Provide API to issue SEV and SNP commands
` [PATCH RFC v9 19/51] x86/sev: Introduce snp leaked pages list
` [PATCH RFC v9 20/51] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH RFC v9 21/51] crypto: ccp: Handle the legacy SEV command "
` [PATCH RFC v9 22/51] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH RFC v9 23/51] KVM: SEV: Select CONFIG_KVM_PROTECTED_VM when CONFIG_KVM_AMD_SEV=y
` [PATCH RFC v9 24/51] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH RFC v9 25/51] KVM: SVM: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH RFC v9 26/51] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH RFC v9 27/51] KVM: SVM: Add initial SEV-SNP support
` [PATCH RFC v9 28/51] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH RFC v9 29/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v9 30/51] KVM: Add HVA range operator
` [PATCH RFC v9 31/51] KVM: Split out memory attribute xarray updates to helper function
` [PATCH RFC v9 32/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v9 33/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v9 34/51] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH RFC v9 35/51] KVM: SVM: Add KVM_EXIT_VMGEXIT
` [PATCH RFC v9 36/51] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v9 37/51] KVM: SVM: Add support to handle "
` [PATCH RFC v9 38/51] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH RFC v9 39/51] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH RFC v9 40/51] KVM: SVM: Add support to handle RMP nested page faults
` [PATCH RFC v9 41/51] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH RFC v9 42/51] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v9 43/51] KVM: SEV: Configure MMU to check for private fault flags
` [PATCH RFC v9 44/51] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH RFC v9 45/51] KVM: SEV: Implement gmem hook for invalidating "
` [PATCH RFC v9 46/51] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH RFC v9 47/51] iommu/amd: Add IOMMU_SNP_SHUTDOWN support
` [PATCH RFC v9 48/51] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH RFC v9 49/51] x86/sev: Add KVM commands for per-instance certs
` [PATCH RFC v9 50/51] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v9 51/51] crypto: ccp: Add debug support for decrypting pages

[PATCH v2 0/6] Per-vma lock support for swap and userfaults
 2023-06-12  4:53 UTC  (3+ messages)
` [PATCH v2 1/6] swap: remove remnants of polling from read_swap_cache_async

[PATCH] HID: sensor-hub: Allow multi-function sensor devices
 2023-06-12  4:53 UTC  (3+ messages)

[PATCH v3] mm/migrate_device: Try to handle swapcache pages
 2023-06-12  4:53 UTC  (4+ messages)

[PATCH 1/2] tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error
 2023-06-12  4:53 UTC  (7+ messages)

[tip:master] BUILD SUCCESS 1ecd3a9b5c7acc4428ae0b349396e626a905be65
 2023-06-12  4:46 UTC 

[PATCH 0/9] regulator: mt6358: Remove bogus regulators and improvements
 2023-06-12  4:45 UTC  (10+ messages)
` [PATCH 3/9] regulator: mt6358: Merge VCN33_* regulators
` [PATCH 4/9] regulator: mt6358: Drop *_SSHUB regulators

[PATCH RFC 0/4] input: touchscreen: add initial support for Goodix Berlin touchscreen IC
 2023-06-12  4:45 UTC  (7+ messages)
` [PATCH RFC 2/4] input: touchscreen: add core support for Goodix Berlin Touchscreen IC
` [PATCH RFC 3/4] input: touchscreen: add I2C "
` [PATCH RFC 4/4] input: touchscreen: add SPI "

[PATCH v2 3/3] soc: loongson2_pm: add power management support
 2023-06-12  4:36 UTC  (2+ messages)

[PATCH v3] PCI: cadence: Fix Gen2 Link Retraining process
 2023-06-12  4:26 UTC  (2+ messages)

[PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages
 2023-06-12  4:19 UTC  (11+ messages)
` [PATCH v1 1/3] mm/hwpoison: find subpage in hugetlb HWPOISON list

[PATCH] Add a sysctl option to disable bpf offensive helpers
 2023-06-12  4:18 UTC  (2+ messages)

[syzbot] general protection fault in nilfs_clear_dirty_page
 2023-06-12  3:59 UTC  (5+ messages)
` [syzbot] [nilfs?] "
` [PATCH] nilfs2: prevent general protection fault in nilfs_clear_dirty_page()

[PATCH v4 00/11] blksnap - block devices snapshots module
 2023-06-12  3:49 UTC  (2+ messages)

[PATCH v4 00/19] Fixes, cleanups and unit test for mballoc
 2023-06-12  3:49 UTC  (5+ messages)
` [PATCH v4 13/19] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple

[PATCH v4 00/12] ext4: fix WARNING in ext4_da_update_reserve_space
 2023-06-12  3:47 UTC  (5+ messages)
` [PATCH v4 10/12] ext4: make ext4_es_insert_delayed_block() return void

[PATCH v11 00/20] TDX host kernel support
 2023-06-12  3:41 UTC  (35+ messages)
` [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v11 10/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v11 11/20] x86/virt/tdx: Fill out "
` [PATCH v11 12/20] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
` [PATCH v11 19/20] x86/mce: Improve error log of kernel space TDX #MC due to erratum
` [PATCH v11 20/20] Documentation/x86: Add documentation for TDX host support

[PATCH] regulator: Use bitfield values for range selectors
 2023-06-12  3:39 UTC  (3+ messages)

[PATCH] sched_fork: Use READ_ONCE() for lockless read of current->normal_prio
 2023-06-12  3:35 UTC 

[PATCH] arm64: dts: mt7986: increase bl2 partition on NAND of Bananapi R3
 2023-06-12  3:23 UTC  (2+ messages)

[v1,1/1] watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub)
 2023-06-12  3:19 UTC 

[PATCH] media: mediatek: vcodec: fix cancel_work_sync fail with fluster test
 2023-06-12  3:15 UTC 

[PATCH 00/12] ASoC: Intel: avs: remove redundant dapm routes
 2023-06-12 11:09 UTC  (13+ messages)
` [PATCH 01/12] ASoC: Intel: avs-da7219: "
` [PATCH 02/12] ASoC: Intel: avs-dmic: "
` [PATCH 03/12] ASoC: Intel: avs-hdaudio: "
` [PATCH 04/12] ASoC: Intel: avs-max98357a: "
` [PATCH 05/12] ASoC: Intel: avs-max98373: "
` [PATCH 06/12] ASoC: Intel: avs-max98927: "
` [PATCH 07/12] ASoC: Intel: avs-nau8825: "
` [PATCH 08/12] ASoC: Intel: avs-rt274: "
` [PATCH 09/12] ASoC: Intel: avs-rt286: "
` [PATCH 10/12] ASoC: Intel: avs-rt298: "
` [PATCH 11/12] ASoC: Intel: avs-rt5682: "
` [PATCH 12/12] ASoC: Intel: avs-ssm4567: "

[PATCH v4 1/7] dt-bindings: clock: Add StarFive JH7110 PLL clock generator
 2023-06-12  3:06 UTC  (12+ messages)

[PATCH] cgroup: rstat: Simplified cgroup_base_stat_flush() update last_bstat logic
 2023-06-12  3:13 UTC  (6+ messages)
    ` [External] "

[RFC] sht3x code modifcation
 2023-06-12  3:10 UTC  (2+ messages)

[PATCH 0/4] Documentation: KVM: multiple editing corrections
 2023-06-12  3:08 UTC  (5+ messages)
` [PATCH 1/4] Documentation: KVM: make corrections to halt-polling.rst
` [PATCH 2/4] Documentation: KVM: make corrections to locking.rst
` [PATCH 3/4] Documentation: KVM: make corrections to ppc-pv.rst
` [PATCH 4/4] Documentation: KVM: make corrections to vcpu-requests.rst

[PATCH] time: clocksource: remove unnecessary (void*) conversions
 2023-06-13 19:39 UTC 

[PATCH] time: clocksource-wdtest: Remove unnecessary initialization of variable 'ret'
 2023-06-13 19:35 UTC 

[PATCH v2] cpufreq: amd-pstate: Set default governor to schedutil
 2023-06-12  3:03 UTC 

[PATCH v4 0/6] f2fs: add f2fs_ioc_[get|set]_extra_attr
 2023-06-12  3:01 UTC  (7+ messages)
` [PATCH v4 1/6] f2fs: add helper to check compression level
` [PATCH v4 2/6] f2fs: cleanup MIN_INLINE_XATTR_SIZE
` [PATCH v4 3/6] f2fs: add helper to get inode chksum from inode page
` [PATCH v4 4/6] f2fs: add f2fs_ioc_get_compress_blocks
` [PATCH v4 5/6] f2fs: add f2fs_ioc_[get|set]_extra_attr
` [PATCH v4 6/6] f2fs: access compression level and flags by extra attr ioctls

[PATCH v6 0/5] erofs: cleanup of xattr handling
 2023-06-12  3:01 UTC  (3+ messages)
` [PATCH v6 4/5] erofs: unify inline/share xattr iterators for listxattr/getxattr

[PATCHv2] ftrace: Show all functions with addresses in available_filter_functions_addrs
 2023-06-12  2:57 UTC  (4+ messages)

[PATCH v14 0/1] Introduce Nuvoton ma35d1 SoC
 2023-06-12  2:53 UTC  (2+ messages)
` [PATCH v14 1/1] tty: serial: Add Nuvoton ma35d1 serial driver support

[PATCH] cpufreq: amd-pstate: Set default governor to schedutil
 2023-06-12  2:43 UTC  (3+ messages)

[PATCH v4 0/4] Fix some warnings about rq clock
 2023-06-12  2:40 UTC  (6+ messages)
` [PATCH v4 4/4] sched/core: Avoid multiple calling update_rq_clock() in unthrottle_offline_cfs_rqs()
    ` [External] "

[PATCH] perf/doc: revise the description about PR_TASK_PERF_EVENTS_{ENABLE,DISABLE}
 2023-06-12  2:35 UTC 

[PATCH 1/3] ASoC: Add support for Loongson I2S controller
 2023-06-12  2:30 UTC  (2+ messages)
    ` [PATCH 3/3] ASoC: dt-bindings: Add support for Loongson audio card

[PATCH V2] Input: synaptics-rmi4- Add a new feature for Forepad
 2023-06-12  2:26 UTC 

[PATCH V4 0/4] Add camera clock controller support for SM8550
 2023-06-12  2:25 UTC  (2+ messages)

[PATCH] iommu/amd: Fix memory leak when domain type checks fail
 2023-06-12  2:17 UTC 

[tj-wq:affinity-scopes-dbg-invalid-cpu] [workqueue] e3485721f9: WARNING:at_kernel/workqueue.c:#workqueue_online_cpu
 2023-06-12  2:04 UTC 

[PATCH] fs: Fix comment typo
 2023-06-12  2:00 UTC  (7+ messages)

[PATCH v2] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-12  1:59 UTC  (2+ messages)

[RFC PATCH V3 0/6] SCHED_DEADLINE server infrastructure
 2023-06-12  1:57 UTC  (3+ messages)
` [RFC PATCH V3 6/6] sched/fair: Implement starvation monitor

[PATCH v2 1/5] staging: rtl8192e: Remove variable SetWirelessMode
 2023-06-12  1:52 UTC  (2+ messages)

[PATCH v3] Documentation/hwmon: Fix description of devm_hwmon_device_unregister()
 2023-06-12  1:45 UTC 

[PATCH v2] Documentation/hwmon: Fix description of devm_hwmon_device_unregister()
 2023-06-12  1:42 UTC  (2+ messages)

[PATCH v3 0/6] ext4: Fix stale buffer loading from last failed
 2023-06-12  1:38 UTC  (4+ messages)

[RFC PATCH 0/4] nvme-tcp: fix hung issues for deleting
 2023-06-12  1:33 UTC  (6+ messages)

[PATCH] Documentation: virt: correct location of haltpoll module params
 2023-06-12  1:33 UTC  (2+ messages)

[PATCH 1/2] block: fix random typos
 2023-06-12  1:33 UTC 

[PATCH] arm64: add kdump.rst into index.rst
 2023-06-12  1:14 UTC  (2+ messages)

[PATCH 5.15 000/159] 5.15.116-rc1 review
 2023-06-12  1:12 UTC  (7+ messages)

[PATCH] mm: kill [add|del]_page_to_lru_list()
 2023-06-12  1:08 UTC  (3+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).