All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-20 23:00:03 to 2023-11-21 00:28:44 UTC [more...]

[PATCH v2] powerpc: Don't clobber fr0/vs0 during fp|altivec register save
 2023-11-21  0:27 UTC  (9+ messages)

[ImageBuilder] uboot-script-gen: use size from arm32 zImage header
 2023-11-21  0:26 UTC  (2+ messages)

Investment Expression of Interest (IEOI)
 2023-11-20 23:34 UTC 

[RFC PATCH net-next v2 00/10] Introduce PHY listing and link_topology tracking
 2023-11-21  0:24 UTC  (4+ messages)
` [RFC PATCH net-next v2 01/10] net: phy: Introduce ethernet link topology representation

[PATCH net-next v4] hv_netvsc: Mark VF as slave before exposing it to user-mode
 2023-11-21  0:23 UTC  (7+ messages)

[PATCH v2 bpf-next 00/10] Complete BPF verifier precision tracking support for register spills
 2023-11-21  0:22 UTC  (11+ messages)
` [PATCH v2 bpf-next 01/10] bpf: support non-r10 register spill/fill to/from stack in precision tracking
` [PATCH v2 bpf-next 02/10] selftests/bpf: add stack access precision test
` [PATCH v2 bpf-next 03/10] bpf: fix check for attempt to corrupt spilled pointer
` [PATCH v2 bpf-next 04/10] bpf: preserve STACK_ZERO slots on partial reg spills
` [PATCH v2 bpf-next 05/10] selftests/bpf: validate STACK_ZERO is preserved on subreg spill
` [PATCH v2 bpf-next 06/10] bpf: preserve constant zero when doing partial register restore
` [PATCH v2 bpf-next 07/10] selftests/bpf: validate zero preservation for sub-slot loads
` [PATCH v2 bpf-next 08/10] bpf: track aligned STACK_ZERO cases as imprecise spilled registers
` [PATCH v2 bpf-next 09/10] selftests/bpf: validate precision logic in partial_stack_load_preserves_zeros
` [PATCH v2 bpf-next 10/10] bpf: use common instruction history across all states

[PATCH V2] perf test: Basic branch counter support
 2023-11-21  0:22 UTC  (3+ messages)

[linux-linus test] 183799: regressions - FAIL
 2023-11-21  0:20 UTC 

[PATCH 0/2] bugfix for ipoib
 2023-11-21  0:16 UTC  (2+ messages)

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-11-21  0:14 UTC  (5+ messages)

[Intel-gfx] [rft, PATCH v4 00/16] drm/i915/dsi: 4th attempt to get rid of IOSF GPIO
 2023-11-21  0:14 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dsi: 4th attempt to get rid of IOSF GPIO (rev5)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Patch v4 00/11] Add MFC V12 support
 2023-11-20 12:48 UTC  (3+ messages)

The Bell vs Lab Schism
 2023-11-21  0:12 UTC 

[PATCH] powerpc/lib: Avoid array bounds warnings in vec ops
 2023-11-21  0:09 UTC  (2+ messages)

[PATCH bpf-next v3 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
 2023-11-21  0:10 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
` [PATCH bpf-next v3 2/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_perm
` [PATCH bpf-next v3 3/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_id
` [PATCH bpf-next v3 4/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinux

Process stuck in cobalt_monitor_enter
 2023-11-21  0:06 UTC  (4+ messages)

[XEN PATCH 0/5] xen: address some violations of MISRA C:2012 Rule 8.2
 2023-11-21  0:04 UTC  (10+ messages)
` [XEN PATCH 1/5] xen/common: address "
` [XEN PATCH 3/5] xen/sort: "

[RFC PATCH v2] perf evsel: Fallback to task-clock when not system wide
 2023-11-21  0:04 UTC 

[linux-next:master 802/2011] mm/slub.c:2562 __put_partials() error: calling 'spin_unlock_irqrestore()' with bogus flags
 2023-11-21  0:02 UTC 

[rafael-pm:bleeding-edge 12/27] drivers/acpi/thermal_lib.c:46:5: warning: no previous prototype for 'acpi_active_trip_temp'
 2023-11-21  0:02 UTC 

[PATCH v2] PCI: mediatek: Fix sparse warning caused to virt_to_phys() prototype change
 2023-11-21  0:01 UTC  (2+ messages)

[PATCH v2] fbdev/fsl-diu-fb: Fix srapse warning due to virt_to_phys() prototype change
 2023-11-21  0:01 UTC 

[PATCH net-next v2 00/15] net: page_pool: add netlink-based introspection
 2023-11-21  0:00 UTC  (16+ messages)
` [PATCH net-next v2 01/15] net: page_pool: split the page_pool_params into fast and slow
` [PATCH net-next v2 02/15] net: page_pool: avoid touching slow on the fastpath
` [PATCH net-next v2 03/15] net: page_pool: factor out uninit
` [PATCH net-next v2 04/15] net: page_pool: id the page pools
` [PATCH net-next v2 05/15] net: page_pool: record pools per netdev
` [PATCH net-next v2 06/15] net: page_pool: stash the NAPI ID for easier access
` [PATCH net-next v2 07/15] eth: link netdev to page_pools in drivers
` [PATCH net-next v2 08/15] net: page_pool: add nlspec for basic access to page pools
` [PATCH net-next v2 09/15] net: page_pool: implement GET in the netlink API
` [PATCH net-next v2 10/15] net: page_pool: add netlink notifications for state changes
` [PATCH net-next v2 11/15] net: page_pool: report amount of memory held by page pools
` [PATCH net-next v2 12/15] net: page_pool: report when page pool was destroyed
` [PATCH net-next v2 13/15] net: page_pool: expose page pool stats via netlink
` [PATCH net-next v2 14/15] net: page_pool: mute the periodic warning for visible page pools
` [PATCH net-next v2 15/15] tools: ynl: add sample for getting page-pool information

[PATCH v9 0/3] [PATCH v9 0/3] Introduce provisioning primitives
 2023-11-20 23:59 UTC  (5+ messages)

[PATCH v15 00/19] Improve write performance for zoned UFS devices​
 2023-11-20 23:58 UTC  (6+ messages)
` [PATCH v15 01/19] block: Introduce more member variables related to zone write locking

[PATCH 0/2] wifi: ath12k: Optimize the mac80211 hw data access
 2023-11-20 23:58 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] wifi: ath12k: avoid repeated hw access from ar

proposed libc interface and man page for statmount(2)
 2023-11-20 23:56 UTC  (10+ messages)

[PATCH v4 0/5] Faultable Tracepoints
 2023-11-20 23:56 UTC  (6+ messages)
` [PATCH v4 1/5] tracing: Introduce faultable tracepoints

[net-next PATCH v8 00/10] Introduce queue and NAPI support in netdev-genl (Was: Introduce NAPI queues support)
 2023-11-20 23:56 UTC  (4+ messages)
` [net-next PATCH v8 02/10] net: Add queue and napi association
` [PATCH 11/10] eth: bnxt: link NAPI instances to queues and IRQs

[PATCH RFT v3 0/5] fork: Support shadow stacks in clone3()
 2023-11-20 23:54 UTC  (6+ messages)
` [PATCH RFT v3 1/5] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFT v3 2/5] fork: Add shadow stack support to clone3()
` [PATCH RFT v3 3/5] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v3 4/5] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v3 5/5] kselftest/clone3: Test shadow stack support

[PATCH] sh: remove unneeded $(foreach )
 2023-11-20 23:54 UTC 

[PATCH v4 00/11] Add powernv10 I2C devices and tests
 2023-11-20 23:51 UTC  (12+ messages)
` [PATCH v4 01/11] misc/pca9552: Fix inverted input status
` [PATCH v4 02/11] misc/pca9552: Let external devices set pca9552 inputs
` [PATCH v4 03/11] ppc/pnv: New powernv10-rainier machine type
` [PATCH v4 04/11] ppc/pnv: Add pca9552 to powernv10-rainier for PCIe hotplug power control
` [PATCH v4 05/11] ppc/pnv: Wire up pca9552 GPIO pins "
` [PATCH v4 06/11] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
` [PATCH v4 07/11] ppc/pnv: Fix PNV I2C invalid status after reset
` [PATCH v4 08/11] ppc/pnv: Use resettable interface to reset child I2C buses
` [PATCH v4 09/11] misc: Add a pca9554 GPIO device model
` [PATCH v4 10/11] ppc/pnv: Add a pca9554 I2C device to powernv10-rainier
` [PATCH v4 11/11] ppc/pnv: Test pnv i2c master and connected devices

wait_for_unix_gc can cause CPU overload for well behaved programs
 2023-11-20 23:53 UTC  (2+ messages)

[PATCH 6.5 000/191] 6.5.8-rc1 review
 2023-11-20 23:52 UTC  (5+ messages)
` [PATCH 6.5 153/191] Input: xpad - add HyperX Clutch Gladiate Support

[RFC - is this a bug?] powerpc/lib/sstep: Asking for some light on this, please. :)
 2023-11-20 23:51 UTC  (6+ messages)

[PATCH 0/2] eventfs: Fixes for v6.7-rc2
 2023-11-20 23:51 UTC  (3+ messages)
` [PATCH 1/2] eventfs: Remove expectation that ei->is_freed means ei->dentry == NULL
` [PATCH 2/2] eventfs: Do not invalidate dentry in create_file/dir_dentry()

[for-linus][PATCH 0/2] eventfs: Fixes for v6.7-rc2
 2023-11-20 23:50 UTC  (4+ messages)
` [for-linus][PATCH 1/2] eventfs: Remove expectation that ei->is_freed means ei->dentry == NULL
` [for-linus][PATCH 2/2] eventfs: Do not invalidate dentry in create_file/dir_dentry()

Perf support in CPython
 2023-11-20 23:50 UTC 

[igt-dev] [PATCH v4] lib/gpgpu_fill: Add support for Xe2 platforms
 2023-11-20 23:49 UTC  (2+ messages)
` [igt-dev] ✗ CI.xeBAT: failure for lib/gpgpu_fill: Add support for Xe2 platforms (rev3)

[Printing-architecture] URGENT: We need to move the OpenPrinting Summit/PWG Meeting
 2023-11-20 23:46 UTC  (5+ messages)

Add sub-topic on 'exFAT' in man mount
 2023-11-20 23:44 UTC  (3+ messages)

[PATCH net-next 00/13] bnxt_en: Prepare to support new P7 chips
 2023-11-20 23:44 UTC  (14+ messages)
` [PATCH net-next 01/13] bnxt_en: The caller of bnxt_alloc_ctx_mem() should always free bp->ctx
` [PATCH net-next 02/13] bnxt_en: Free bp->ctx inside bnxt_free_ctx_mem()
` [PATCH net-next 03/13] bnxt_en: Restructure context memory data structures
` [PATCH net-next 04/13] bnxt_en: Add page info to struct bnxt_ctx_mem_type
` [PATCH net-next 05/13] bnxt_en: Use the pg_info field in bnxt_ctx_mem_type struct
` [PATCH net-next 06/13] bnxt_en: Add bnxt_setup_ctxm_pg_tbls() helper function
` [PATCH net-next 07/13] bnxt_en: Add support for new backing store query firmware API
` [PATCH net-next 08/13] bnxt_en: Add support for HWRM_FUNC_BACKING_STORE_CFG_V2 firmware calls
` [PATCH net-next 09/13] bnxt_en: Add db_ring_mask and related macro to bnxt_db_info struct
` [PATCH net-next 10/13] bnxt_en: Modify TX ring indexing logic
` [PATCH net-next 11/13] bnxt_en: Modify RX "
` [PATCH net-next 12/13] bnxt_en: Modify the NAPI logic for the new P7 chips
` [PATCH net-next 13/13] bnxt_en: Rename some macros for the P5 chips

[RESEND PATCH v2] sign-file: Fix incorrect return values check
 2023-11-20 23:44 UTC  (2+ messages)

[PATCH] fbdev/fsl-diu-fb: Fix srapse warning due to virt_to_phys() prototype change
 2023-11-20 23:42 UTC 

Potential config regression after 89cde455 ("kexec: consolidate kexec and crash options into kernel/Kconfig.kexec")
 2023-11-20 22:52 UTC 

[PATCH] PCI: mediatek: Fix sparse warning caused to virt_to_phys() prototype change
 2023-11-20 23:40 UTC  (2+ messages)

[PATCH v2 3/6] irqchip: Introduce RTD1319 support using the Realtek common interrupt controller driver
 2023-11-20 23:39 UTC 

[broonie-ci:v10_20231118_amit_kumar_mahapatra_spi_add_support_for_stacked_parallel_memories 1/2] sound/pci/hda/cs35l56_hda_spi.c:32:42: error: incompatible pointer to integer conversion passing 'u8[4]' (aka 'unsigned char[4]') to parameter of type 'int'
 2023-11-20 23:40 UTC 

[hverkuil-media-tree:fraction_bits 1/1] v4l2-ctrls-core.c:undefined reference to `__divdi3'
 2023-11-20 23:39 UTC 

drivers/media/rc/ttusbir.c:1: warning: no structured comments found
 2023-11-20 23:39 UTC 

[PATCH v2 RESEND] thermal core: add option to run PM_POST_SUSPEND asynchronously
 2023-11-20 23:40 UTC 

[rft, PATCH v1 1/1] pinctrl: qcom: lpass-lpi: Remove unused member in struct lpi_pingroup
 2023-11-20 23:39 UTC  (2+ messages)

strncpy clarify result may not be null terminated
 2023-11-20 23:42 UTC  (13+ messages)

[PATCH RESEND] Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
 2023-11-20 23:39 UTC 

[PATCH 0/2] Xilinx I2C driver fixes
 2023-11-20 23:36 UTC  (4+ messages)
` [PATCH 1/2] i2c: xiic: Wait for TX empty to avoid missed TX NAKs

lockdep + kasan bug?
 2023-11-20 23:36 UTC 

[PATCH 4/4] LSM: Add a LSM module which handles dynamically appendable LSM hooks
 2023-11-20 23:36 UTC  (2+ messages)

tpm_tis_spi_remove() triggers WARN_ON() in __flushwork (RPi3B+ and SLB9670)
 2023-11-20 23:34 UTC  (4+ messages)

[Intel-gfx] [PATCH v4 0/3] Prepare intel_fb for Xe
 2023-11-20 23:33 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Prepare intel_fb for Xe (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH iproute2 v3] ip, link: Add support for netkit
 2023-11-20 23:33 UTC 

[PATCH] nvme-core: remove head->effects to fix use-after-free
 2023-11-20 23:31 UTC  (11+ messages)

[PATCH v4 00/19] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-11-20 23:31 UTC  (12+ messages)
` [PATCH v4 09/19] dt-bindings: serial: samsung: Make samsung,uart-fifosize required property
` [PATCH v4 15/19] watchdog: s3c2410_wdt: Add support for WTCON register DBGACK_MASK bit

[PATCH 0/6] xen: Enable -Wwrite-strings
 2023-11-20 23:31 UTC  (6+ messages)
` [PATCH 4/6] arm/duart: make dt_uart_init() compile with -Wwrite-strings
` [PATCH 6/6] xen: Enable -Wwrite-strings

Test USB Type-C port?
 2023-11-20 23:30 UTC 

[PATCH 0/2] serial: add rs485-mux-gpio dt binding and support
 2023-11-20 23:28 UTC  (3+ messages)
` [PATCH 2/2] serial: core: implement support for rs485-mux-gpios

[PATCH v6 net-next 0/7] net: ethernet: am65-cpsw: Add mqprio, frame pre-emption & coalescing
 2023-11-20 23:26 UTC  (5+ messages)
` [PATCH v6 net-next 5/7] net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode
` [PATCH v6 net-next 6/7] net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge support

[PATCH] powerpc: add crtsavres.o to always-y instead of extra-y
 2023-11-20 23:23 UTC  (2+ messages)

Converting images to stdout
 2023-11-20 23:23 UTC  (2+ messages)

[PATCH 1/3] perf/core: Update perf_adjust_freq_unthr_context()
 2023-11-20 23:23 UTC  (3+ messages)

[PATCHv3 0/5] block integrity: directly map user space addresses
 2023-11-20 23:19 UTC  (3+ messages)
` [PATCHv3 2/5] block: bio-integrity: directly map user buffers

[PATCH 0/2] usb: typec: tcpm: Handle Accessory Modes
 2023-11-20 23:11 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: connector: usb: add accessory mode description
` [PATCH 2/2] usb: typec: tcpm: Parse Accessory Mode information

[igt-dev] [PATCH i-g-t v10 00/15] PAT and cache coherency support
 2023-11-20 23:14 UTC  (2+ messages)
` [igt-dev] ✗ CI.xeBAT: failure for PAT and cache coherency support (rev10)

Remaining violations of MISRA Rule 7.4
 2023-11-20 23:08 UTC  (4+ messages)

[PATCH] LoongArch: Record pc instead of offset in la-abs relocation
 2023-11-20 23:08 UTC  (2+ messages)

[RFC ipsec-next v2 0/8] Add IP-TFS mode to xfrm
 2023-11-20 23:05 UTC  (3+ messages)
` [RFC ipsec-next v2 4/8] iptfs: sysctl: allow configuration of global default values

[RFC PATCH] ASoC: simple-card: Use dai_id from node description
 2023-11-20 23:04 UTC  (4+ messages)

[PATCH v7 0/3] Add Intel VT-d nested translation (part 2/2)
 2023-11-20 23:04 UTC  (4+ messages)
` [PATCH v7 1/3] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation

[PATCH] RFC: selinux: don't filter copy-up xattrs while uninitialized
 2023-11-20 23:03 UTC  (5+ messages)

[PATCH v5 0/3] Disable fair tag sharing for UFS devices
 2023-11-20 23:03 UTC  (6+ messages)
` [PATCH v5 2/3] scsi: core: Support disabling fair tag sharing

[xen-unstable-smoke test] 183802: tolerable all pass - PUSHED
 2023-11-20 23:02 UTC 

[PATCH 0/3] Add Support for Anbernic RG351V
 2023-11-20 23:01 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: arm: rockchip: Add "
` [PATCH 2/3] arm64: dts: rockchip: Split RG351M from Odroid Go Advance
` [PATCH 3/3] arm64: dts: rockchip: Add Anbernic RG351V

[syzbot] [ntfs3?] WARNING in wnd_add_free_ext (2)
 2023-11-20 23:01 UTC  (2+ messages)

[GIT PULL] exynos-drm-fixes
 2023-11-20 22:55 UTC 

[PATCH bpf v3 00/11] verify callbacks as if they are called unknown number of times
 2023-11-20 22:59 UTC  (12+ messages)
` [PATCH bpf v3 01/11] selftests/bpf: track tcp payload offset as scalar in xdp_synproxy
` [PATCH bpf v3 02/11] selftests/bpf: track string payload offset as scalar in strobemeta
` [PATCH bpf v3 03/11] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
` [PATCH bpf v3 04/11] bpf: extract __check_reg_arg() utility function
` [PATCH bpf v3 05/11] bpf: extract setup_func_entry() "
` [PATCH bpf v3 06/11] bpf: verify callbacks as if they are called unknown number of times
` [PATCH bpf v3 07/11] selftests/bpf: tests for iterating callbacks
` [PATCH bpf v3 08/11] bpf: widening for callback iterators
` [PATCH bpf v3 09/11] selftests/bpf: test widening for iterating callbacks
` [PATCH bpf v3 10/11] bpf: keep track of max number of bpf_loop callback iterations
` [PATCH bpf v3 11/11] selftests/bpf: check if max number of bpf_loop iterations is tracked


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.