All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-04 02:41:20 to 2023-04-04 04:58:59 UTC [more...]

[PATCH] RDMA/rxe: Fix error in rxe_task.c
 2023-04-04  4:58 UTC  (3+ messages)

tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c:54:1: warning: no previous prototype for 'bpf_testmod_test_btf_type_tag_percpu_1'
 2023-04-04  4:57 UTC 

Dynptrs and Strings
 2023-04-04  4:57 UTC  (2+ messages)

[PATCH v2] clk: mediatek: Use right match table, include mod_devicetable
 2023-04-04  4:56 UTC 

[PATCH v3 0/9] Add Starfive Camera Subsystem driver
 2023-04-04  4:56 UTC  (13+ messages)
` [PATCH v3 1/9] media: dt-bindings: Add bindings for JH7110 Camera Subsystem
` [PATCH v3 4/9] media: dt-bindings: cadence-csi2rx: Add resets property
` [PATCH v3 5/9] media: dt-bindings: cadence-csi2rx: Add starfive compatible
` [PATCH v3 7/9] media: cadence: Add support for external dphy

[PATCH 0/5] stm32mp15: update remoteproc to support SCMI Device tree
 2023-04-04  4:55 UTC  (3+ messages)
` [PATCH 4/5] remoteproc: stm32: Allow hold boot management by the SCMI reset controller

[PATCH resend 0/2] vdpa/snet: support [s/g]et_vq_state and suspend
 2023-04-04  4:55 UTC  (5+ messages)
` [PATCH resend 1/2] vdpa/snet: support getting and setting VQ state

[PATCH bpf-next 0/8] bpf: Follow up to RCU enforcement in the verifier
 2023-04-04  4:50 UTC  (9+ messages)
` [PATCH bpf-next 1/8] bpf: Invoke btf_struct_access() callback only for writes
` [PATCH bpf-next 2/8] bpf: Remove unused arguments from btf_struct_access()
` [PATCH bpf-next 3/8] bpf: Refactor btf_nested_type_is_trusted()
` [PATCH bpf-next 4/8] bpf: Teach verifier that certain helpers accept NULL pointer
` [PATCH bpf-next 5/8] bpf: Refactor NULL-ness check in check_reg_type()
` [PATCH bpf-next 6/8] bpf: Allowlist few fields similar to __rcu tag
` [PATCH bpf-next 7/8] bpf: Undo strict enforcement for walking untagged fields
` [PATCH bpf-next 8/8] selftests/bpf: Add tracing tests for walking skb and req

[PATCH] boot: vbe_simple: Fix vbe_simple_read_bootflow() dependency
 2023-04-04  4:50 UTC  (2+ messages)

[PATCH net 1/1] net: stmmac: Add queue reset into stmmac_xdp_open() function
 2023-04-04  4:48 UTC  (2+ messages)

[PATCH 1/2] firmware: Optimize loading relocation type
 2023-04-04  4:46 UTC  (2+ messages)
` [PATCH 2/2] firmware: Change to use positive offset to access relocation entries

[clk:clk-mediatek 81/82] FATAL: modpost: drivers/clk/mediatek/clk-mt8188-imp_iic_wrap: sizeof(struct platform_device_id)=24 is not a modulo of the size of section __mod_platform__<identifier>_device_table=784
 2023-04-04  4:44 UTC  (3+ messages)

Kernel panic, CONFIG_FIPS_SIGNATURE_SELFTEST, missing dependency
 2023-04-04  4:43 UTC  (4+ messages)

[paulmck-rcu:dev.2023.03.30a 28/35] kernel/rcu/tree.c:2149 rcu_do_batch() error: uninitialized symbol 'jlimit'
 2023-04-04  4:43 UTC  (3+ messages)

[PATCH v2 0/2] Handle core soft reset failure in pullup
 2023-04-04  4:39 UTC  (8+ messages)
` [PATCH v2 1/2] usb: dwc3: gadget: Bail out in pullup if soft reset timeout happens

[PATCH v3 bpf-next 00/19] BPF verifier rotating log
 2023-04-04  4:36 UTC  (20+ messages)
` [PATCH v3 bpf-next 01/19] bpf: split off basic BPF verifier log into separate file
` [PATCH v3 bpf-next 02/19] bpf: remove minimum size restrictions on verifier log buffer
` [PATCH v3 bpf-next 03/19] bpf: switch BPF verifier log to be a rotating log by default
` [PATCH v3 bpf-next 04/19] libbpf: don't enforce unnecessary verifier log restrictions on libbpf side
` [PATCH v3 bpf-next 05/19] veristat: add more veristat control over verifier log options
` [PATCH v3 bpf-next 06/19] selftests/bpf: add fixed vs rotating verifier log tests
` [PATCH v3 bpf-next 07/19] bpf: ignore verifier log reset in BPF_LOG_KERNEL mode
` [PATCH v3 bpf-next 08/19] bpf: fix missing -EFAULT return on user log buf error in btf_parse()
` [PATCH v3 bpf-next 09/19] bpf: avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode
` [PATCH v3 bpf-next 10/19] bpf: simplify logging-related error conditions handling
` [PATCH v3 bpf-next 11/19] bpf: keep track of total log content size in both fixed and rolling modes
` [PATCH v3 bpf-next 12/19] bpf: add log_size_actual output field to return log contents size
` [PATCH v3 bpf-next 13/19] bpf: simplify internal verifier log interface
` [PATCH v3 bpf-next 14/19] bpf: relax log_buf NULL conditions when log_level>0 is requested
` [PATCH v3 bpf-next 15/19] libbpf: wire through log_size_actual returned from kernel for BPF_PROG_LOAD
` [PATCH v3 bpf-next 16/19] libbpf: wire through log_size_actual for bpf_btf_load() API
` [PATCH v3 bpf-next 17/19] selftests/bpf: add tests to validate log_size_actual feature
` [PATCH v3 bpf-next 18/19] selftests/bpf: add testing of log_buf==NULL condition for BPF_PROG_LOAD
` [PATCH v3 bpf-next 19/19] selftests/bpf: add verifier log tests for BPF_BTF_LOAD command

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-04  4:27 UTC  (6+ messages)
  ` RE(2): "

[PATCH v11 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-04-04  4:33 UTC  (2+ messages)

[Regression] drm/scheduler: track GPU active time per entity
 2023-04-04  4:31 UTC  (3+ messages)

[PATCH 2/6] shmem: make shmem_get_inode() return ERR_PTR instead of NULL
 2023-04-04  4:26 UTC  (2+ messages)

[stable:linux-rolling-lts 859/1999] vmlinux.o: warning: objtool: mptctl_timeout_expired+0x27b: unreachable instruction
 2023-04-04  4:26 UTC 

[android-common:android-4.19-stable 2/2] fs/verity/enable.c:26:9: error: implicit declaration of function 'find_get_page_flags'
 2023-04-04  4:26 UTC 

[PATCH V4 00/10] Add Tegra234 HTE support
 2023-04-04  4:24 UTC  (6+ messages)
` [PATCH V4 04/10] dt-bindings: timestamp: Add nvidia,gpio-controller

[RFC net-next 1/2] page_pool: allow caching from safely localized NAPI
 2023-04-04  4:21 UTC  (5+ messages)

[PATCH 1/2] wifi: mt76: mt7921e: improve reliability of dma reset
 2023-04-04  4:20 UTC  (2+ messages)
` [PATCH 2/2] wifi: mt76: mt7921e: stop chip reset worker in unregister hook

[PATCH] [net] update xdp_statistics in docs
 2023-04-02  8:41 UTC 

[PATCH v2] powerpc/papr_scm: Update the NUMA distance table for the target node
 2023-04-04  4:14 UTC 

[xen-unstable test] 180126: tolerable trouble: fail/pass/starved - PUSHED
 2023-04-04  4:10 UTC 

[PATCH v1 net 0/2] raw/ping: Fix locking in /proc/net/{raw,icmp}
 2023-04-04  4:07 UTC  (4+ messages)
` [PATCH v1 net 1/2] raw: Fix NULL deref in raw_get_next()

[PATCH drm-next v3 05/15] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
 2023-04-04  4:05 UTC  (4+ messages)
  ` [Nouveau] "

[PATCH RESEND v9 5/5] MAINTAINERS: Add entries for Apple PWM driver
 2023-04-04  4:05 UTC  (2+ messages)

[android-common:android-4.19-stable 2/2] fs/verity/enable.c:26:16: error: implicit declaration of function 'find_get_page_flags'
 2023-04-04  4:05 UTC 

[PATCH v4 0/5] CXL 3.0 Performance Monitoring Unit support
 2023-04-04  4:03 UTC  (6+ messages)
` [PATCH v4 1/5] cxl: Add function to count regblocks of a given type
` [PATCH v4 2/5] perf: Allow a PMU to have a parent

core dump analysis, was Re: stack smashing detected
 2023-04-04  4:05 UTC  (7+ messages)

[Intel-gfx] [PATCH v2] drm/i915: enable kernel-doc warnings for CONFIG_DRM_I915_WERROR=y
 2023-04-04  4:01 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: enable kernel-doc warnings for CONFIG_DRM_I915_WERROR=y (rev2)

[f2fs-dev] [PATCH v2] f2fs: remove struct victim_selection default_v_ops
 2023-04-04  4:00 UTC  (2+ messages)
`  "

[PATCH] video/aperture: fix typos
 2023-04-04  4:01 UTC  (2+ messages)

[PATCH 6.2 000/187] 6.2.10-rc1 review
 2023-04-04  3:57 UTC  (3+ messages)

[PATCH v6 0/6] Support writable CPU ID registers from userspace
 2023-04-04  3:53 UTC  (14+ messages)
` [PATCH v6 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v6 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v6 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v6 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v6 5/6] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v6 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH V2 0/8] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-04-04  3:51 UTC  (14+ messages)
` [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x

[f2fs-dev] [PATCH v2] f2fs: add sanity compress level check for compressed file
 2023-04-04  3:48 UTC  (2+ messages)
`  "

[RFC PATCH v2 00/44] Add LoongArch LSX instructions
 2023-04-04  3:46 UTC  (13+ messages)
` [RFC PATCH v2 18/44] target/loongarch: Implement vsat
` [RFC PATCH v2 42/44] target/loongarch: Implement vld vst
` [RFC PATCH v2 43/44] target/loongarch: Implement vldi
` [RFC PATCH v2 44/44] target/loongarch: Use {set/get}_gpr replace to cpu_fpr

[RESEND PATCH stable 4.14 4.19 0/2] Backport "KVM: arm64: Filter out invalid core registers IDs in KVM_GET_REG_LIST"
 2023-04-04  3:46 UTC  (3+ messages)
` [RESEND PATCH stable 4.14 4.19 1/2] KVM: arm64: Factor out core register ID enumeration
` [RESEND PATCH stable 4.14 4.19 2/2] KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LIST

[PATCH v6 0/6] target/riscv: Fix pointer mask related support
 2023-04-04  3:46 UTC  (10+ messages)
` [PATCH v6 3/6] target/riscv: Fix target address to update badaddr
` [PATCH v6 4/6] target/riscv: Add support for PC-relative translation
` [PATCH v6 6/6] target/riscv: Add pointer mask support for instruction fetch

[PATCH v5 01/21] [draft] net/tcp: Prepare tcp_md5sig_pool for TCP-AO
 2023-04-04  3:44 UTC  (2+ messages)

[Intel-xe] [PATCH] drm/xe: fix pvc unload issue
 2023-04-04  3:44 UTC  (2+ messages)

[PATCH] RDMA/hfi: add a judgment on the availability of cpumask
 2023-04-04  3:05 UTC 

[PATCH v2] misc: sram: Add DMA-BUF Heap exporting of SRAM areas
 2023-04-04  3:33 UTC  (3+ messages)

[paulmck-rcu:dev.2023.03.30a 28/35] kernel/rcu/tree.c:2149 rcu_do_batch() error: uninitialized symbol 'jlimit'
 2023-04-04  3:33 UTC 

[LTP] [PATCH] testcases:Fix the failure of shell script to get path
 2023-04-04  3:33 UTC 

[PATCH v2] grep: correctly identify utf-8 characters with \{b,w} in -P
 2023-04-04  3:30 UTC  (3+ messages)
` -P '\d' in GNU and git grep
  ` bug#60690: "

[f2fs-dev] [PATCH] f2fs: use common implementation of file type
 2023-04-04  3:28 UTC  (2+ messages)
`  "

[PATCH v5] irqchip/irq-sifive-plic: Add syscore callbacks for hibernation
 2023-04-04  3:29 UTC  (2+ messages)

[RFC net-next 1/3] net: provide macros for commonly copied lockless queue stop/wake code
 2023-04-04  3:29 UTC  (2+ messages)

[PATCH 00/27] another set of MLO patches
 2023-04-04  3:28 UTC  (17+ messages)
` [PATCH 10/27] wifi: mac80211: isolate driver from inactive links

[PATCH v6 0/7] Linear Address Masking (LAM) KVM Enabling
 2023-04-04  3:27 UTC  (18+ messages)
` [PATCH v6 2/7] KVM: VMX: Use is_64_bit_mode() to check 64-bit mode

[PATCH] KVM: VMX: Use is_64_bit_mode() to check 64-bit mode in SGX handler
 2023-04-04  3:25 UTC 

[android-common:android-4.19-stable 12115/29325] drivers/scsi/ufs/ufshcd-crypto.c:250:26: warning: no previous prototype for function 'ufshcd_blk_crypto_mode_num_for_alg_dusize'
 2023-04-04  3:23 UTC 

mm/mempolicy.c:804:2: warning: syntax error [syntaxError]
 2023-04-04  3:23 UTC 

[RESEND PATCH] selftest/vmx_nested_tsc_scaling_test: fix fp leak
 2023-04-04  3:23 UTC 

[PATCH V2] rcu: Make sure new krcp free business is handled after the wanted rcu grace period
 2023-04-04  3:23 UTC  (4+ messages)
  ` 答复: "

[PATCH v3 0/8] RISC-V KVM virtualize AIA CSRs
 2023-04-04  3:22 UTC  (6+ messages)
` [PATCH v3 4/8] RISC-V: KVM: Initial skeletal support for AIA

[f2fs-dev] [PATCH v3] f2fs: add iostat latency statistics support for discard
 2023-04-04  3:21 UTC  (4+ messages)
    `  "

[PATCH 0/2] wifi: ath12k: Not pull PCIe PERST pin for WCN7850
 2023-04-04  3:20 UTC  (6+ messages)
` [PATCH 1/2] wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware parameters
` [PATCH 2/2] wifi: ath12k: set PERST pin no pull request for WCN7850

[RFC PATCH 0/7] x86/entry: Atomic statck switching for IST
 2023-04-04  3:17 UTC  (3+ messages)

[PATCH 0/2] kunit: tool: Add support for SH under QEMU
 2023-04-04  3:15 UTC  (5+ messages)
` [PATCH 1/2] kunit: tool: Add support for overriding the QEMU serial port
` [PATCH 2/2] kunit: tool: Add support for SH under QEMU

[LTP] [PATCH 2/3] syscalls/statx10: Add basic test for STATX_DIOALIGN
 2023-04-04  3:14 UTC  (8+ messages)
` [LTP] [PATCH v2 1/4] lapi/stat.h: Add STATX_DIOALIGN related definition
  ` [LTP] [PATCH v2 2/4] syscalls/statx10: Add basic test for STATX_DIOALIGN on regular file
  ` [LTP] [PATCH v2 3/4] syscalls/statx11: Add basic test for STATX_DIOALIGN on blockdev

[PATCH] selftests/mm: fix resource leaks in child_vmsplice_memcmp_fn
 2023-04-04  3:12 UTC 

[PATCH bpf v3 07/12] bpf: sockmap incorrectly handling copied_seq
 2023-04-04  3:12 UTC  (3+ messages)

[PATCH] selftests/mm: fix memory leak in child_memcmp_fn
 2023-04-04  3:12 UTC 

Cache Invalidation Solution for Nested IOMMU
 2023-04-04  3:12 UTC  (10+ messages)

[PATCH] drm/bridge: ti-sn65dsi83: Do not generate HFP/HBP/HSA and EOT packet
 2023-04-04  3:11 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915: rename intel_pm.[ch] to intel_clock_gating.[ch]
 2023-04-04  3:10 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] "

[master][mickledore][PATCH] sanity.bbclass: Update minimum gcc version to 8.0
 2023-04-04  3:09 UTC 

[PATCH] cpufreq: Fix policy->freq_table is NULL in __cpufreq_driver_target()
 2023-04-04  3:08 UTC  (3+ messages)

[LTP] [PATCH] gitignore: ignore GNU Global output files
 2023-04-04  3:07 UTC 

[PATCH v2] Bluetooth: hci_h5: Complements reliable packet processing logic
 2023-04-04  3:06 UTC  (2+ messages)
` [v2] "

mesa-native fails on master
 2023-04-04  3:04 UTC  (5+ messages)
` [OE-core] "

[RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace
 2023-04-04  2:59 UTC  (7+ messages)

[PATCH] MAINTAINERS: mark ecryptfs as orphan state
 2023-04-04  2:57 UTC  (3+ messages)

[virtio-comment] [PATCH v10 0/8] Rename queue index to queue number
 2023-04-04  2:57 UTC  (6+ messages)
` [virtio-comment] Re: [virtio-dev] "
  ` [virtio-comment] "
      `  "

Inconsistent mfsymlinks behavior
 2023-04-04  2:57 UTC  (3+ messages)

[PATCH v7] tty: fix hang on tty device with no_room set
 2023-04-04  2:55 UTC  (3+ messages)

[PATCH] drm/fbdev-generic: optimize out a redundant assignment clause
 2023-04-04  2:55 UTC  (4+ messages)

[PATCH v2 0/2] PCI: mediatek-gen3: Support controlling power and
 2023-04-04  2:43 UTC  (5+ messages)
` [PATCH v2 2/2] PCI: mediatek-gen3: Add power and reset control feature for downstream component

[PATCH v5 0/5] wifi: rtw89: preparation of multiple interface concurrency support
 2023-04-04  2:52 UTC  (6+ messages)
` [PATCH v5 1/5] wifi: rtw89: 8852c: add beacon filter and CQM support
` [PATCH v5 2/5] wifi: rtw89: add function to wait for completion of TX skbs
` [PATCH v5 3/5] wifi: rtw89: add ieee80211::remain_on_channel ops
` [PATCH v5 4/5] wifi: rtw89: add flag check for power state
` [PATCH v5 5/5] wifi: rtw89: fix authentication fail during scan

[wireless:for-next] BUILD SUCCESS e6db67fa871dee37d22701daba806bfcd4d9df49
 2023-04-04  2:52 UTC 

[wireless-next:main] BUILD SUCCESS cbef9a83c51dfcb07f77cfa6ac26f53a1ea86f49
 2023-04-04  2:52 UTC 

[PATCH 0/2] fix dying cpu compare race
 2023-04-04  2:50 UTC  (3+ messages)
` [PATCH 2/2] lib/percpu_counter: "

[PATCH] HID: apple: Set the tilde quirk flag on the Geyser 3
 2023-04-04  2:48 UTC 

[PATCH net-next 0/6] TXGBE PHYLINK support
 2023-04-04  2:47 UTC  (4+ messages)
` [PATCH net-next 2/6] net: txgbe: Implement I2C bus master driver

ARM power-saving measurements
 2023-04-04  2:47 UTC  (2+ messages)

[OE-core][langdale 00/14] Pull request (cover letter only)
 2023-04-04  2:42 UTC 

[PATCH 5.15 00/99] 5.15.106-rc1 review
 2023-04-04  2:41 UTC  (2+ messages)


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.