All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-16 00:22:26 to 2023-11-16 02:18:32 UTC [more...]

[PATCH bpf 00/12] verify callbacks as if they are called unknown number of times
 2023-11-16  2:17 UTC 

[PATCH] crypto: starfive - Pad adata with zeroes
 2023-11-16  2:17 UTC 

linux-next: Tree for Nov 16
 2023-11-16  2:17 UTC 

[PATCH] cxl/core: Hold the region rwsem during poison ops
 2023-11-16  2:17 UTC  (5+ messages)
` [PATCH] cxl: Convert pioson ops rwsem usages to scope based resource management

[PATCH 0/4] VFIO device init cleanup
 2023-11-16  2:16 UTC  (4+ messages)
` [PATCH 1/4] vfio/pci: Move VFIODevice initializations in vfio_instance_init

[PATCH v6 00/21] vfio: Adopt iommufd
 2023-11-16  2:15 UTC  (5+ messages)
` [PATCH v6 11/21] vfio/pci: Make vfio cdev pre-openable by passing a file handle

[PATCH] tests/qtest: remove unused variables
 2023-11-16  2:14 UTC  (2+ messages)

[PATCH net v2] ravb: Fix races between ravb_tx_timeout_work() and net related ops
 2023-11-16  2:15 UTC  (5+ messages)

[PATCH v3 2/2] dt-bindings: perf: starfive: Add StarLink PMU
 2023-11-16  2:10 UTC  (3+ messages)

drivers/scsi/qedi/qedi_fw.c:1039:45: sparse: sparse: incorrect type in assignment (different base types)
 2023-11-16  2:09 UTC 

[PATCH v19 01/20] net: Introduce direct data placement tcp offload
 2023-11-16  2:09 UTC  (3+ messages)

kernel/fork.c:1672:9: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2023-11-16  2:08 UTC 

stable-rc/linux-5.10.y baseline: 113 runs, 2 regressions (v5.10.200-192-g550b7e1fee20)
 2023-11-16  2:09 UTC 

[PATCH blktests 0/2] nvme: require kernel config NVME_HOST_AUTH
 2023-11-16  2:09 UTC  (8+ messages)
` [PATCH blktests 2/2] nvme/{041,042,043,044,045}: "

Humanitarian philanthropist
 2023-11-10 15:40 UTC 

[PATCH 00/29] bootm: Refactoring to reduce reliance on CMDLINE (part A)
 2023-11-16  2:07 UTC  (7+ messages)
` [PATCH 27/29] bootm: Adjust the parameters of bootm_find_images()

[PATCH v2] libsepol: add check for category value before printing
 2023-11-15 23:32 UTC 

[PATCH] scsi: ufs: mediatek: Fix the maintainer for MediaTek UFS hooks
 2023-11-16  2:02 UTC  (2+ messages)

[LTP] [PATCH] vma05.sh: Fix check for core file presence
 2023-11-16  2:02 UTC  (2+ messages)

[PATCH v4 00/12] Resolve issues with booting distros on x86
 2023-11-16  2:01 UTC  (10+ messages)
` [PATCH v4 05/12] usb: Avoid unbinding devices in use by bootflows

[sre-misc:rk3588 31/37] drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c:2295:25: error: implicit declaration of function 'cec_queue_pin_hpd_event'
 2023-11-16  1:54 UTC 

drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'reg_ops' not described in 'uartlite_data'
 2023-11-16  1:55 UTC 

[xen-4.18-testing test] 183764: tolerable FAIL - PUSHED
 2023-11-16  1:57 UTC 

arch/x86/kernel/cpu/mtrr/mtrr.c:650:33: sparse: sparse: self-comparison always evaluates to true
 2023-11-16  1:52 UTC 

[PATCH v2] scsi: ufs: core: fix racing issue during ufshcd_mcq_abort
 2023-11-16  1:56 UTC  (5+ messages)

[PATCH 0/4] iommu/vt-d: Miscellaneous cleanups
 2023-11-16  1:50 UTC  (5+ messages)
` [PATCH 1/4] iommu/vt-d: Introduce dev_to_iommu()
` [PATCH 2/4] iommu/vt-d: Remove unused parameter of intel_pasid_setup_pass_through()
` [PATCH 3/4] iommu/vt-d: Remove unused vcmd interfaces
` [PATCH 4/4] iommu/vt-d: Move inline helpers to header files

include/asm-generic/unaligned.h:119:16: sparse: sparse: cast truncates bits from constant value (aa01a0 becomes a0)
 2023-11-16  1:54 UTC  (2+ messages)

[PATCH] workqueue: Make a warning when a pending delay work being re-init
 2023-11-16  1:53 UTC  (4+ messages)
  ` 回复: "

[PATCH v10 0/5] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
 2023-11-16  1:49 UTC  (10+ messages)
` [PATCH v10 4/5] drivers/perf: add DesignWare PCIe PMU driver

[PATCH 00/19] qapi: statically type schema.py
 2023-11-16  1:43 UTC  (20+ messages)
` [PATCH 01/19] qapi/schema: fix QAPISchemaEntity.__repr__()
` [PATCH 02/19] qapi/schema: add pylint suppressions
` [PATCH 03/19] qapi/schema: name QAPISchemaInclude entities
` [PATCH 04/19] qapi/schema: declare type for QAPISchemaObjectTypeMember.type
` [PATCH 05/19] qapi/schema: make c_type() and json_type() abstract methods
` [PATCH 06/19] qapi/schema: adjust type narrowing for mypy's benefit
` [PATCH 07/19] qapi/introspect: assert schema.lookup_type did not fail
` [PATCH 08/19] qapi/schema: add static typing and assertions to lookup_type()
` [PATCH 09/19] qapi/schema: assert info is present when necessary
` [PATCH 10/19] qapi/schema: make QAPISchemaArrayType.element_type non-Optional
` [PATCH 11/19] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
` [PATCH 12/19] qapi/schema: split "checked" field into "checking" and "checked"
` [PATCH 13/19] qapi/schema: fix typing for QAPISchemaVariants.tag_member
` [PATCH 14/19] qapi/schema: assert QAPISchemaVariants are QAPISchemaObjectType
` [PATCH 15/19] qapi/parser: demote QAPIExpression to Dict[str, Any]
` [PATCH 16/19] qapi/schema: add type hints
` [PATCH 17/19] qapi/schema: turn on mypy strictness
` [PATCH 18/19] qapi/schema: remove unnecessary asserts
` [PATCH 19/19] qapi/schema: refactor entity lookup helpers

[Intel-gfx] [PATCH] drm/i915/dg2: Wa_18028616096 now applies to all DG2
 2023-11-16  1:48 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v3 0/8] Enhance the bond framework to support offload
 2023-11-16  1:45 UTC  (4+ messages)
` [PATCH v4 0/6] "

[syzbot] [squashfs?] WARNING in squashfs_read_data
 2023-11-16  1:44 UTC 

[BUG] usage of $kernel_addr_r in distro_efi_boot()
 2023-11-16  1:42 UTC  (2+ messages)

Bug in distro_efi_boot()
 2023-11-16  1:42 UTC  (2+ messages)

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-11-16  1:42 UTC  (4+ messages)

[RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2023-11-16  1:41 UTC  (12+ messages)

bug - bootflow: grub efi crashes when bootflow selected explicitly
 2023-11-16  1:39 UTC  (13+ messages)

[PATCH 1/1] attr: add native file mode values support
 2023-11-16  1:37 UTC  (4+ messages)
` [PATCH 1/1] attr: add builtin objectmode "

[PATCH] xfs/263: increase data section size to 1024M
 2023-11-16  1:37 UTC  (3+ messages)

[PATCH] bootstd: Avoid freeing a non-allocated buffer
 2023-11-16  1:35 UTC 

[PATCH 1/1] tty/serial: RISC-V SBI earlycon via DBCN extension
 2023-11-16  1:34 UTC  (2+ messages)

[PATCH v6 00/16] KVM TDX: TDP MMU: large page support
 2023-11-16  1:32 UTC  (3+ messages)
` [PATCH v6 01/16] KVM: TDP_MMU: Go to next level if smaller private mapping exists

drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-11-16  1:29 UTC 

arch/riscv/kernel/module.c:48:19: sparse: sparse: symbol 'relocation_hashtable' was not declared. Should it be static?
 2023-11-16  1:29 UTC 

[PATCH RFC 00/12] mm/gup: Unify hugetlb, part 2
 2023-11-16  1:29 UTC  (14+ messages)
` [PATCH RFC 01/12] mm/hugetlb: Export hugetlbfs_pagecache_present()
` [PATCH RFC 02/12] mm: Provide generic pmd_thp_or_huge()
` [PATCH RFC 03/12] mm: Export HPAGE_PXD_* macros even if !THP
` [PATCH RFC 04/12] mm: Introduce vma_pgtable_walk_{begin|end}()
` [PATCH RFC 05/12] mm/gup: Fix follow_devmap_p[mu]d() to return even if NULL
` [PATCH RFC 06/12] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing
` [PATCH RFC 07/12] mm/gup: Refactor record_subpages() to find 1st small page
` [PATCH RFC 08/12] mm/gup: Handle hugetlb for no_page_table()
` [PATCH RFC 09/12] mm/gup: Handle huge pud for follow_pud_mask()
` [PATCH RFC 10/12] mm/gup: Handle huge pmd for follow_pmd_mask()
` [PATCH RFC 11/12] mm/gup: Handle hugepd for follow_page()
` [PATCH RFC 12/12] mm/gup: Merge hugetlb into generic mm code

kernel/sched/debug.c:746:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-11-16  1:30 UTC  (2+ messages)

Security and correctness issues around captured FDT pointers
 2023-11-16  1:29 UTC  (5+ messages)

[PATCH v3 0/7] docs: getting started guide consolidation
 2023-11-16  1:28 UTC  (4+ messages)
` [PATCH v3 5/7] Section 5: Appendix

[PATCH] drm: rcar-du: Fix memory leak in rcar_du_vsps_init()
 2023-11-16  1:24 UTC  (3+ messages)

[syzbot] [dri?] divide error in drm_mode_debug_printmodeline
 2023-11-16  1:24 UTC 

drivers/scsi/qedi/qedi_fw.c:1515:31: sparse: sparse: incorrect type in assignment (different base types)
 2023-11-16  1:18 UTC  (2+ messages)

[PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
 2023-11-16  1:15 UTC  (8+ messages)

[sre-misc:uti260b 20/27] dtbs_check: Documentation/devicetree/bindings/input/touchscreen/fsl,imx6ul-tsc.yaml: measure-delay-time: missing type definition
 2023-11-16  1:11 UTC 

[PATCH bpf-next v3 00/13] bpf: Add support for local percpu kptr
 2023-11-16  1:15 UTC  (4+ messages)
` [PATCH bpf-next v3 01/13] bpf: Add support for non-fix-size percpu mem allocation

[syzbot] [squashfs?] WARNING in squashfs_read_data
 2023-11-16  1:14 UTC  (2+ messages)
` [syzbot] [PATCH] test warning "

drivers/hwtracing/intel_th/msu.c:60: warning: Function parameter or member 'msc' not described in 'msc_window'
 2023-11-16  1:09 UTC 

xen | Successful pipeline for staging | fb62aa71
 2023-11-16  1:09 UTC 

[PATCH v5 0/3] Disable fair tag sharing for UFS devices
 2023-11-16  1:08 UTC  (5+ messages)
` [PATCH v5 2/3] scsi: core: Support disabling fair tag sharing

[PATCH 00/15] Tidy up file permission hooks
 2023-11-16  1:07 UTC  (5+ messages)
` [PATCH 09/15] fs: move file_start_write() into vfs_iter_write()

[Intel-gfx] [RFC 0/3] Implement CMRR Support
 2023-11-16  1:07 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Implement CMRR Support (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

Humanitarian philanthropist
 2023-11-10 15:40 UTC 

[RFC 0/2] vhost-user-test: Add negotiated features check
 2023-11-16  1:01 UTC  (2+ messages)

[PATCH 4/4] drivers: clk: renesas: enable all clocks which is assinged to non Linux system
 2023-11-16  1:04 UTC  (3+ messages)

[PATCH 00/17] Address Redundant IPv4 Reachability Checks
 2023-11-16  1:02 UTC  (18+ messages)
` [PATCH 01/17] wispr: Rename context proxy-related data members
` [PATCH 02/17] wispr: Add and leverage 'is_wispr_supported'
` [PATCH 03/17] wispr: Add documentation to 'is_wispr_supported'
` [PATCH 04/17] service: Document service unref calls in 'cancel_online_check'
` [PATCH 05/17] wispr: Add documentation to 'wispr_portal_detect'
` [PATCH 06/17] wispr: Add documentation to '__connman_wispr_stop'
` [PATCH 07/17] wispr: Add and leverage 'cancel_connman_wispr_portal_context'
` [PATCH 08/17] wispr: Add documentation to 'cancel_connman_wispr_portal_context'
` [PATCH 09/17] gweb: Add optional OS error status parameter to 'g_web_request_*'
` [PATCH 10/17] wispr: Add and leverage an OS error parameter to '__connman_wispr_cb_t'
` [PATCH 11/17] service: Add IP configuration type to 'cancel_online_check'
` [PATCH 12/17] gweb: Add reference count debug statements
` [PATCH 13/17] gweb: Factor out GWeb destruction into 'g_web_free'
` [PATCH 14/17] wispr: Add '__connman_wispr_cancel' interface
` [PATCH 15/17] wispr: Add documentation to '__connman_wispr_cancel'
` [PATCH 16/17] wispr: Avoid double-free in 'free_wispr_routes'
` [PATCH 17/17] service: Leverage '__connman_wispr_cancel'

[PATCH 1/2] dt-bindings: iio: frequency: add admfm2000
 2023-11-16  0:56 UTC  (4+ messages)
` [PATCH 2/2] iio: frequency: admfm2000: New driver

[PATCH v2] PM: hibernate: use acquire/release ordering when compress/decompress image
 2023-11-16  0:56 UTC 

diff -u tools/arch/x86/include/asm/disabled-features.h arch/x86/include/asm/disabled-features.h
 2023-11-16  0:54 UTC 

[syzbot] [fs?] WARNING in pagemap_scan_pmd_entry
 2023-11-16  0:53 UTC  (3+ messages)

[PATCH RFC RFT v2 0/5] fork: Support shadow stacks in clone3()
 2023-11-16  0:52 UTC  (7+ messages)
` [PATCH RFC RFT v2 2/5] fork: Add shadow stack support to clone3()

[syzbot] [dri?] divide error in drm_mode_debug_printmodeline
 2023-11-16  0:52 UTC  (2+ messages)
` [syzbot] [PATCH] test "

[PATCH] media: dt-bindings: media: rkisp1: Fix the port description for the parallel interface
 2023-11-16  0:51 UTC  (2+ messages)

[PATCH v7 00/13] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-11-16  0:50 UTC  (5+ messages)
` [PATCH v7 10/13] kexec: Secure Launch kexec SEXIT support

[PATCH v2 00/15] staging: vc04_services: bcm2835-isp support
 2023-11-16  0:50 UTC  (5+ messages)

Humanitarian philanthropist
 2023-11-10 15:40 UTC 

mm/internal.h:616:21: sparse: sparse: self-comparison always evaluates to false
 2023-11-16  0:41 UTC 

[robh:for-kernelci 17/17] drivers/tty/serial/esp32_acm.c:369:38: error: invalid use of undefined type 'struct platform_device'
 2023-11-16  0:40 UTC 

Values generated by the ViryaOS uboot-script-gen do not work correctly on the Chromebook Snow
 2023-11-16  0:39 UTC  (10+ messages)

fs/bcachefs/bset.h:303:9: sparse: sparse: self-comparison always evaluates to false
 2023-11-16  0:39 UTC 

kernel/entry/common.c:164 exit_to_user_mode_loop() warn: bitwise AND condition is false here
 2023-11-16  0:38 UTC 

[PATCH 00/14] power: reset: Drop platform_driver_probe() and convert to platform remove callback returning void
 2023-11-16  0:38 UTC  (3+ messages)

[PATCH] dt-bindings: power: reset: $ref reboot-mode in syscon-reboot-mode
 2023-11-16  0:38 UTC  (2+ messages)

[PATCH] power: supply: bq27xxx: Stop and start delayed work in suspend and resume
 2023-11-16  0:38 UTC  (2+ messages)

[PATCH] dt-bindings: power: reset: $ref reboot-mode in nvmem-reboot-mode
 2023-11-16  0:38 UTC  (2+ messages)

[PATCH v1 1/1] power: reset: pwr-mlxbf: support graceful reboot instead of emergency reset
 2023-11-16  0:38 UTC  (2+ messages)

[robh:for-kernelci 17/17] drivers/pci/controller/dwc/pcie-rcar-gen4.c:439:48: error: implicit declaration of function 'of_device_get_match_data'
 2023-11-16  0:37 UTC 

[PATCH v3 2/2] lib: sbi: Add regions merging when sanitizing domain region
 2023-11-16  0:37 UTC  (2+ messages)

[PATCH] power: supply: cw2015: correct time_to_empty units in sysfs
 2023-11-16  0:35 UTC  (2+ messages)

inconsistent wget behavior
 2023-11-16  0:34 UTC  (5+ messages)

Question about potential missed IPI events
 2023-11-16  0:33 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/2] Prepare intel_fbdev for Xe
 2023-11-16  0:32 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Prepare intel_fbdev for Xe (rev2)

[PATCH net-next v3 00/15] mptcp: More selftest coverage and code cleanup for net-next
 2023-11-16  0:31 UTC  (16+ messages)
` [PATCH net-next v3 01/15] mptcp: add mptcpi_subflows_total counter
` [PATCH net-next v3 02/15] selftests: mptcp: add evts_get_info helper
` [PATCH net-next v3 03/15] selftests: mptcp: add chk_subflows_total helper
` [PATCH net-next v3 04/15] selftests: mptcp: update userspace pm test helpers
` [PATCH net-next v3 05/15] selftests: mptcp: userspace pm create id 0 subflow
` [PATCH net-next v3 06/15] mptcp: userspace pm rename remove_err to out
` [PATCH net-next v3 07/15] selftests: mptcp: userspace pm remove initial subflow
` [PATCH net-next v3 08/15] selftests: mptcp: userspace pm send RM_ADDR for ID 0
` [PATCH net-next v3 09/15] selftests: mptcp: add mptcp_lib_kill_wait
` [PATCH net-next v3 10/15] selftests: mptcp: add mptcp_lib_is_v6
` [PATCH net-next v3 11/15] selftests: mptcp: add mptcp_lib_get_counter
` [PATCH net-next v3 12/15] selftests: mptcp: add missing oflag=append
` [PATCH net-next v3 13/15] selftests: mptcp: add mptcp_lib_make_file
` [PATCH net-next v3 14/15] selftests: mptcp: add mptcp_lib_check_transfer
` [PATCH net-next v3 15/15] selftests: mptcp: add mptcp_lib_wait_local_port_listen

[PATCH v2 0/6] PCI: controllers: tidy code up
 2023-11-16  0:15 UTC  (3+ messages)
` [PATCH v2 1/6] PCI: dwc: Drop host prefix from struct dw_pcie_host_ops

[PATCH V3 0/6] rockchip: Add Powkiddy RK2023
 2023-11-16  0:29 UTC  (9+ messages)
` [PATCH V3 2/6] drm/panel: nv3051d: Hold panel in reset for unprepare
` [PATCH V3 3/6] nv3051d: Add Powkiddy RK2023 Panel Support

[PATCH v4 0/4] rebase: support --autosquash without -i
 2023-11-16  0:27 UTC  (4+ messages)
` [PATCH v5 0/3] "

drivers/iio/light/pa12203001.c:454:36: warning: 'pa12203001_acpi_match' defined but not used
 2023-11-16  0:22 UTC 

[PATCHv8 00/16] scsi: EH rework prep patches, part 2
 2023-11-16  0:22 UTC  (7+ messages)
` [PATCH 13/16] fnic: allocate device reset command on the fly


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.