public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-05 16:07:21 to 2023-11-05 22:57:29 UTC [more...]

arch/x86/kernel/cpu/sgx/main.c:124: warning: Function parameter or member 'low' not described in 'sgx_calc_section_metric'
 2023-11-05 22:56 UTC 

[PATCH 00/10] ipmi: kcs_bmc: Miscellaneous cleanups
 2023-11-05 22:55 UTC  (13+ messages)
` [PATCH 02/10] ipmi: kcs_bmc: Include spinlock.h
` [PATCH 03/10] ipmi: kcs_bmc: Make kcs_bmc_update_event_mask() static
` [PATCH 04/10] ipmi: kcs_bmc: Make remove_device() callback return void
` [PATCH 06/10] ipmi: kcs_bmc: Integrate buffers into driver struct

[PATCH 00/10] drm/tidss: Probe related fixes and cleanups
 2023-11-05 22:54 UTC  (9+ messages)
` [PATCH 02/10] drm/tidss: Use PM autosuspend
` [PATCH 04/10] drm/tidss: Move reset to the end of dispc_init()

linux-next: manual merge of the amdgpu tree with Linus' tree
 2023-11-05 22:48 UTC 

Hash sha3-512 vs scripts/sign-file vs openssl
 2023-11-05 22:45 UTC  (2+ messages)

[PATCH v3 1/6] tpm: Move buffer handling from static inlines to real functions
 2023-11-05 22:42 UTC  (9+ messages)

linux-next: manual merge of the kvm-riscv tree with the risc-v tree
 2023-11-05 22:31 UTC  (3+ messages)

[PATCH v2 1/2] rtc: add pcf85053a
 2023-11-05 22:31 UTC  (6+ messages)

linux-next: manual merge of the ceph tree with Linus' tree
 2023-11-05 22:24 UTC 

[PATCH] fs: dlm: Remove impossible to hit if statement
 2023-11-05 22:21 UTC 

[PATCH v2] riscv: mm: update T-Head memory type definitions
 2023-11-05 22:18 UTC  (2+ messages)

[RFC v2 5/5] dt-bindings: gpio: Add bindings for pinctrl based generic gpio driver
 2023-11-05 22:15 UTC  (12+ messages)

net/ipv4/tcp_output.c:652:1: error: label at end of compound statement
 2023-11-05 22:12 UTC 

[PATCH] kbuild: deb-pkg: apply short --rules-file option
 2023-11-05 21:56 UTC  (4+ messages)
  ` [PATCH v2] kbuild: deb-pkg: apply short -R and -j options

Heisenbug: I/O freeze can be resolved by cat $task/cmdline of unrelated process
 2023-11-05 21:51 UTC  (2+ messages)

[RFC v5 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2023-11-05 21:50 UTC  (2+ messages)

[PATCH -tip v2 0/3] x86/callthunks: Fix and unify call thunk assembly snippets
 2023-11-05 21:34 UTC  (4+ messages)
` [PATCH -tip v2 1/3] x86/percpu: Define PER_CPU_VAR macro also for !__ASSEMBLY__
` [PATCH -tip v2 2/3] x86/callthunks: Handle %rip-relative relocations in call thunk template
` [PATCH -tip v2 3/3] x86/callthunks: Fix and unify call thunks assembly snippets

[PATCH v4 00/53] Improvements to memory use
 2023-11-05 21:35 UTC  (10+ messages)
` [PATCH v4 01/53] perf comm: Use regular mutex
` [PATCH v4 02/53] perf record: Lazy load kernel symbols
` [PATCH v4 03/53] libperf: Lazily allocate mmap event copy

[PATCH v1 00/14] DCE/DSE: Add Dead Syscalls Elimination support, part2
 2023-11-05 21:35 UTC  (7+ messages)
` [PATCH v1 08/14] DCE/DSE: add choice of methods to build reference for orphan sections
` [PATCH v1 09/14] DCE/DSE: inhibit .size directive for SHF_GROUP
` [PATCH v1 10/14] DCE/DSE: riscv: make every ex_table's name unique

[RFC PATCH 00/32] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-05 21:28 UTC  (34+ messages)
` [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

[PATCH] comedi: Annotate struct comedi_lrange with __counted_by
 2023-11-05 21:27 UTC  (8+ messages)

[PATCH 0/7] Add samsung-milletwifi
 2023-11-05 21:19 UTC  (10+ messages)
` [PATCH 1/7] dt-bindings: input: melfas,mms114: add MMS252 compatible
` [PATCH 2/7] dt-bindings: arm: qcom: Document samsung,milletwifi device
` [PATCH 3/7] ARM: dts: qcom: Add support for Samsung Galaxy Tab 4 8.0 Wi-Fi
` [PATCH 4/7] ARM: dts: qcom: Disable pm8941 & pm8226 smbb charger by default
` [PATCH 5/7] ARM: dts: qcom: apq8026-samsung-milletwifi: Enable charger
` [PATCH 6/7] ARM: dts: qcom: apq8026-samsung-milletwifi: Enable Wi-Fi and Bluetooth
` [PATCH 7/7] ARM: dts: qcom: apq8026-samsung-milletwifi: Enable modem

Blank screen on boot of Linux 6.5 and later on Lenovo ThinkPad L570
 2023-11-05 21:10 UTC  (14+ messages)

[RFC+Patch] Formal models as source of truth for Software Architects
 2023-11-05 21:06 UTC  (4+ messages)

[PATCH v1] drm: amd: Resolve Sphinx unexpected indentation warning
 2023-11-05 21:00 UTC 

[PATCH] staging: rts5208: Replace delay function
 2023-11-05 20:58 UTC  (2+ messages)

[PATCH net v2 0/4] Fix large frames in the Gemini ethernet driver
 2023-11-05 20:57 UTC  (5+ messages)
` [PATCH net v2 1/4] net: ethernet: cortina: Fix MTU max setting
` [PATCH net v2 2/4] net: ethernet: cortina: Fix max RX frame define
` [PATCH net v2 3/4] net: ethernet: cortina: Protect against oversized frames
` [PATCH net v2 4/4] net: ethernet: cortina: Handle large frames

[PATCH net 0/4] Fix large frames in the Gemini ethernet driver
 2023-11-05 20:56 UTC  (4+ messages)
` [PATCH net 4/4] net: ethernet: cortina: Handle large frames

[PATCH v2 2/2] ALSA: Add new driver for Marian M2 sound card
 2023-11-05 20:44 UTC  (2+ messages)

[GIT PULL] Mailbox changes for v6.7
 2023-11-05 20:42 UTC 

[PATCH net-next v6 0/5] Coalesce mac ocp write/modify calls to reduce spinlock contention
 2023-11-05 20:36 UTC  (6+ messages)

[PATCH] fs/smb: using crypto lib instead cifs_arc4
 2023-11-05 20:15 UTC  (9+ messages)
` smb cifs: Linux 6.7 pre rc-1 kernel dump in smb2_get_aead_req

drivers/mux/adg792a.c:134:34: warning: 'adg792a_of_match' defined but not used
 2023-11-05 20:08 UTC  (2+ messages)

drivers/iio/proximity/isl29501.c:1009:34: warning: 'isl29501_i2c_matches' defined but not used
 2023-11-05 20:06 UTC 

drivers/memory/emif.c:70: warning: Function parameter or member 'lpmode' not described in 'emif_data'
 2023-11-05 20:06 UTC 

drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.c:1251:13: warning: variable 'max_rings' set but not used
 2023-11-05 19:59 UTC 

fs/nilfs2/ioctl.c:120: warning: Function parameter or member 'fa' not described in 'nilfs_fileattr_get'
 2023-11-05 19:58 UTC 

drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1954: warning: Function parameter or member 'init' not described in 'init_reset_end'
 2023-11-05 19:40 UTC 

[PATCH 0/3] iio: adc: ad7192: Add support for AD7194
 2023-11-05 19:31 UTC  (4+ messages)
` [PATCH 1/3] iio: adc: ad7192: Use device api
` [PATCH 2/3] dt-bindings: iio: adc: ad7192: Add AD7194 support
` [PATCH 3/3] "

[PATCH v2 1/2] tg3: Increment tx_dropped in tg3_tso_bug()
 2023-11-05 19:26 UTC  (2+ messages)

[RFC v2] hwmon: (hp-wmi-sensors) Fix failure to load on EliteDesk 800 G6
 2023-11-05 19:20 UTC 

[GIT PULL] vhost,virtio,vdpa: features, fixes, cleanups
 2023-11-05 19:11 UTC  (2+ messages)

[syzbot] [net?] general protection fault in ptp_ioctl
 2023-11-05 19:10 UTC 

[PATCH 1/2] dt-bindings: watchdog: re-order entries to match coding convention
 2023-11-05 19:05 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: watchdog: intel,keembay: reference common watchdog schema

[PATCH v3] tg3: Fix the TX ring stall
 2023-11-05 18:58 UTC 

[RFC] hwmon: (hp-wmi-sensors) Fix failure to load on EliteDesk 800 G6
 2023-11-05 18:51 UTC  (5+ messages)

[GIT PULL] UBI and UBIFS Updates for v6.7-rc1
 2023-11-05 18:53 UTC  (2+ messages)

[GIT PULL] firewire updates for 6.7
 2023-11-05 18:53 UTC  (2+ messages)

[PULL REQUEST] i2c-for-6.7-rc1
 2023-11-05 18:53 UTC  (2+ messages)

[PATCH] media: uvcvideo: Implement V4L2_EVENT_FRAME_SYNC
 2023-11-05 18:34 UTC  (2+ messages)

drivers/xen/xen-front-pgdir-shbuf.c:34: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2023-11-05 18:32 UTC 

[PATCH] dt-bindings: watchdog: nxp,pnx4008-wdt: convert txt to yaml
 2023-11-05 18:30 UTC  (2+ messages)

[PATCH v3 0/6] media: qcom: camss: Add sc8280xp support
 2023-11-05 18:27 UTC  (9+ messages)
` [PATCH v3 1/6] media: dt-bindings: media: camss: Add qcom,sc8280xp-camss binding
` [PATCH v3 2/6] media: qcom: camss: Add CAMSS_SC8280XP enum
` [PATCH v3 3/6] media: qcom: camss: csiphy-3ph: Add Gen2 v1.1 two-phase MIPI CSI-2 DPHY init
` [PATCH v3 4/6] media: qcom: camss: Add sc8280xp resource details
` [PATCH v3 5/6] media: qcom: camss: Add sc8280xp support
` [PATCH v3 6/6] media: qcom: camss: vfe-17x: Rename camss-vfe-170 to camss-vfe-17x

[PATCH] drivers/video/fbdev: use new array-copying-wrapper
 2023-11-05 18:17 UTC  (2+ messages)

[PATCH] kconfig: do not clear SYMBOL_DEF_USER when the value is out of range
 2023-11-05 18:10 UTC 

drivers/hwmon/scpi-hwmon.c:144:19: warning: 'snprintf' output may be truncated before the last format character
 2023-11-05 18:00 UTC 

[PATCH/RFC] debugobjects/slub: Print slab info and backtrace
 2023-11-05 17:40 UTC  (4+ messages)

[PATCH v2 0/9] Improvements to pcie_bandwidth_available() for eGPUs
 2023-11-05 17:39 UTC  (3+ messages)
` [PATCH v2 6/9] PCI: Rename is_thunderbolt to is_tunneled

[syzbot] BUG: corrupted list in nfc_llcp_unregister_device
 2023-11-05 17:34 UTC  (2+ messages)
` [syzbot] [nfc?] [net?] "

[PATCH 3/8] drm/loongson: Allow attach drm bridge driver by calling lsdc_output_init()
 2023-11-05 17:27 UTC  (2+ messages)

include/linux/compiler_types.h:354:38: error: call to '__compiletime_assert_282' declared with attribute error: FIELD_PREP: value too large for the field
 2023-11-05 17:27 UTC 

[PATCH] drm/i915/display: Fix phys_base to be relative not absolute
 2023-11-05 17:27 UTC 

[PATCH v4 00/11] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
 2023-11-05 16:55 UTC  (12+ messages)
` [PATCH v4 01/11] media: v4l2-common: Add helpers to calculate bytesperline and sizeimage
` [PATCH v4 02/11] media: v4l2: Add NV15 and NV20 pixel formats
` [PATCH v4 03/11] media: rkvdec: h264: Use bytesperline and buffer height as virstride
` [PATCH v4 04/11] media: rkvdec: h264: Don't hardcode SPS/PPS parameters
` [PATCH v4 05/11] media: rkvdec: h264: Remove SPS validation at streaming start
` [PATCH v4 06/11] media: rkvdec: Extract rkvdec_fill_decoded_pixfmt into helper
` [PATCH v4 07/11] media: rkvdec: Move rkvdec_reset_decoded_fmt helper
` [PATCH v4 08/11] media: rkvdec: Extract decoded format enumeration into helper
` [PATCH v4 09/11] media: rkvdec: Add image format concept
` [PATCH v4 10/11] media: rkvdec: Add get_image_fmt ops
` [PATCH v4 11/11] media: rkvdec: h264: Support High 10 and 4:2:2 profiles

[PATCH net v2] i40e: Fix adding unsupported cloud filters
 2023-11-05 16:46 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

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox