All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-12 09:56:32 to 2022-08-12 10:49:09 UTC [more...]

[PATCH can v2] can: flexcan: flexcan_mailbox_read() fix return value for drop = true
 2022-08-12 10:46 UTC  (2+ messages)

[PATCH 0/8] phy: allwinner: phy-sun6i-mipi-dphy: Add the A100 DPHY
 2022-08-12 10:47 UTC  (9+ messages)
` [PATCH 1/8] dt-bindings: sun6i-a31-mipi-dphy: Add the interrupts property
` [PATCH 4/8] dt-bindings: sun6i-a31-mipi-dphy: Add the A100 DPHY variant

[PATCH] mm/damon/core: simplify the parameter passing for region split operation
 2022-08-12 10:47 UTC  (2+ messages)

arch/m68k/68000/ints.c:82:30: error: 'ISR' undeclared
 2022-08-12 10:47 UTC 

[PATCH 0/4] drm/sun4i: dsi: Support the A100/D1 controller variant
 2022-08-12 10:48 UTC  (4+ messages)
` [PATCH 1/4] dt-bindings: display: sun6i-dsi: Fix clock conditional

[PATCH v2 0/2] Reduce ATA disk resume time
 2022-08-12 10:48 UTC  (14+ messages)
` [PATCH v2 2/2] scsi: sd: Rework asynchronous resume support

[PATCH v2] BBHandler/cooker: Implement recipe and global classes
 2022-08-12 10:48 UTC 

[PATCH v5 0/5] Add support for pressure sensor Bosch BMP380
 2022-08-12 10:47 UTC  (7+ messages)
` [PATCH v5 2/5] iio: pressure: bmp280: Fix alignment for DMA safety
` [PATCH v5 3/5] iio: pressure: bmp280: Add support for BMP380 sensor family

[PATCH 1/4] selftest/runtime_test/incompatible_lic: Use IMAGE_CLASSES for testimage
 2022-08-12 10:45 UTC  (4+ messages)
` [PATCH 2/4] testexport: "
` [PATCH 3/4] testexport: Fix to work as an image class
` [PATCH 4/4] selftest/runtime_test: Use testexport in IMAGE_CLASSES, not globally

RTT-PROBE: lore-subspace-rtt
 2022-08-12 10:40 UTC 

[PATCH] net: lan966x: fix checking for return value of platform_get_irq_byname()
 2022-08-12 10:40 UTC  (2+ messages)

[PATCH 1/5] thermal/core: Rearm the monitoring only one time
 2022-08-12 10:39 UTC  (3+ messages)
` [PATCH 5/5] thermal/core: Move the mutex inside the thermal_zone_device_update() function

[Intel-gfx] [PATCH i-g-t 1/3] tests/gem_exec_fence: Fix wrong engine checked for store_dword capability
 2022-08-12 10:39 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/3] "

[PULL 0/1] Linux user for 7.1 patches
 2022-08-12 10:33 UTC  (2+ messages)
` [PULL 1/1] linux-user/aarch64: Reset target data on MADV_DONTNEED

[PATCH for-7.1] cutils: Add missing dyld(3) include on macOS
 2022-08-12 10:34 UTC  (2+ messages)

[igt-dev] [PATCH 2/2] tests/i915/kms_draw_crc: Test Cleanup
 2022-08-12 10:37 UTC  (3+ messages)

[PATCH bpf] xsk: fix corrupted packets for XDP_SHARED_UMEM
 2022-08-12 10:37 UTC  (6+ messages)

[PATCH v2 1/2] spl: enable regulator-boot-on and disable regulator-force-boot-off
 2022-08-12 10:37 UTC  (3+ messages)
` [PATCH v2 2/2] rockchip: rk3399: remove duplicate call to regulators_enable_boot_on

[PATCH V2] Input: synaptics-rmi4 - filter incomplete relative packet
 2022-08-12 10:37 UTC  (2+ messages)

[PATCH v3 1/2] rockchip: rk3399: fix incorrect ifdef check on SPL_DM_REGULATOR
 2022-08-12 10:36 UTC  (2+ messages)

[PATCH 1/2] rockchip: rk3399: fix incorrect boot-device in u-boot, spl-boot-device
 2022-08-12 10:35 UTC  (4+ messages)
` [PATCH 2/2] rockchip: rk3399: sync spl_boot_devices_tbl and boot_devices node paths

add qemu_fdt_setprop_strings() and use it in most places
 2022-08-12 10:30 UTC  (2+ messages)

[PATCH] HID: input: Add support for USI style events
 2022-08-12 10:35 UTC 

[RFC PATCH nf-next] netfilter: ipvs: Divide estimators into groups
 2022-08-12 10:34 UTC 

[PATCH] rockchip: rk3399: boot_devices: fix eMMC node name
 2022-08-12 10:34 UTC  (5+ messages)

[PATCH] PCI: mvebu: Fix endianity when accessing pci emul bridge members
 2022-08-12 10:32 UTC  (3+ messages)

[PATCH] wifi: mac80211: clean up a needless assignment in ieee80211_sta_activate_link()
 2022-08-12 10:33 UTC  (3+ messages)

[PATCH 0/2] fix issues during suspended replace operation
 2022-08-12 10:32 UTC  (3+ messages)
` [PATCH 1/2] btrfs: fix assert during replace-cancel of suspended replace-operation
` [PATCH 2/2] btrfs: add info when mount fails due to stale replace target

[PATCH 0/4] support protocol based buffer split
 2022-08-12 18:15 UTC  (5+ messages)
` [PATCH 1/4] ethdev: introduce protocol header API
` [PATCH 2/4] ethdev: introduce protocol hdr based buffer split
` [PATCH 3/4] app/testpmd: add rxhdrs commands and parameters
` [PATCH 4/4] net/ice: support buffer split in Rx path

[PATCH v2] wifi: mac80211: clean up a needless assignment in ieee80211_sta_activate_link()
 2022-08-12 10:31 UTC 

[PATCH 1/5] kvm/kvm_main: Modify the offset type to size_t, which is consistent with the calling function
 2022-08-12 10:31 UTC  (5+ messages)
` [PATCH 2/5] kvm/kvm_main: remove unnecessary (void*) conversions
` [PATCH 3/5] kvm/kvm_main: The ops pointer variable does not need to be initialized and assigned, it is first allocated a memory address
` [PATCH 4/5] kvm/kvm_main: The npages variable does not need to be initialized and assigned, it is used after assignment
` [PATCH 5/5] kvm/kvm_main: remove unnecessary (const void*) conversions

[PATCH] net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()
 2022-08-12 10:30 UTC  (2+ messages)

[PATCH] net: ipa: Fix comment typo
 2022-08-12 10:30 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-08-12 10:30 UTC 

[PATCH] skfp/h: fix repeated words in comments
 2022-08-12 10:30 UTC  (2+ messages)

[PATCH] bnx2x: Fix comment typo
 2022-08-12 10:30 UTC  (2+ messages)

[PATCH] net: cxgb3: Fix comment typo
 2022-08-12 10:30 UTC  (2+ messages)

[PATCH v2] Introduce sysfs interface to disable kfence for selected slabs
 2022-08-12 10:28 UTC  (2+ messages)

[PATCH] hw/arm/virt-acpi-build: Present the GICR structure properly for GICv4
 2022-08-12 10:25 UTC  (2+ messages)

drivers/pci/controller/pci-mvebu.c:437:17: sparse: sparse: restricted __le16 degrades to integer
 2022-08-12 10:27 UTC 

Query regarding deadlock involving cgroup_threadgroup_rwsem and cpu_hotplug_lock
 2022-08-12 10:27 UTC  (8+ messages)

[PATCH] tests/unit: fix a -Wformat-trunction warning
 2022-08-12 10:23 UTC  (2+ messages)

[PATCH v7 00/12] preparation for the rte_flow offload of nfp PMD
 2022-08-12 10:22 UTC  (13+ messages)
` [PATCH v7 01/12] net/nfp: move app specific attributes to own struct
` [PATCH v7 02/12] net/nfp: simplify initialization and remove dead code
` [PATCH v7 03/12] net/nfp: move app specific init logic to own function
` [PATCH v7 04/12] net/nfp: add initial flower firmware support
` [PATCH v7 05/12] net/nfp: add flower PF setup and mempool init logic
` [PATCH v7 06/12] net/nfp: add flower PF related routines
` [PATCH v7 07/12] net/nfp: add flower ctrl VNIC related logics
` [PATCH v7 08/12] net/nfp: move common rxtx function for flower use
` [PATCH v7 09/12] net/nfp: add flower ctrl VNIC rxtx logic
` [PATCH v7 10/12] net/nfp: add flower representor framework
` [PATCH v7 11/12] net/nfp: move rxtx function to header file
` [PATCH v7 12/12] net/nfp: add flower PF rxtx logic

cip-gitlab/ci/pavel/linux-test build: 176 builds: 5 failed, 171 passed, 6 errors, 185 warnings (v4.4-st20-96-g74ff989472f09)
 2022-08-12 10:23 UTC 

[PATCH v3 0/4] add support for another simatic board
 2022-08-12 10:23 UTC  (4+ messages)
` [PATCH v3 1/4] gpio-f7188x: Add GPIO support for Nuvoton NCT6116

[PATCH v2 0/3] PCI: re-work pci_get_pdev() and friends
 2022-08-12 10:22 UTC  (4+ messages)
` [PATCH] x86/msi: Switch msi_info to using pci_sbdf_t

[PATCH for-7.1?] Fix some typos in documentation (most of them found by codespell)
 2022-08-12 10:21 UTC  (3+ messages)

[PATCH v11 0/9] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-12 10:19 UTC  (10+ messages)
` [PATCH v11 1/9] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v11 2/9] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v11 3/9] bpf: Export bpf_dynptr_get_size()
` [PATCH v11 4/9] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v11 5/9] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v11 6/9] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v11 7/9] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v11 8/9] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v11 9/9] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[PATCH 0/3] enable memcg accounting for kernfs objects
 2022-08-12 10:20 UTC  (3+ messages)
` [RFC PATCH] kernfs: enable per-inode limits for all xattr types

[PATCH v3 0/1] Mediatek MT6366 Regulator patch
 2022-08-12  9:29 UTC  (2+ messages)
` [PATCH v3 1/1] regulator: dt-bindings: mediatek: add mt6366

[PATCH 1/2] drm/amdgpu: enable IH Clock Gating for OSS IP v6.0.1
 2022-08-12 10:19 UTC  (2+ messages)
` [PATCH 2/2] drm/amd/pm: Enable GFXOFF feature for SMU IP v13.0.4

RTT-PROBE: lore-subspace-rtt
 2022-08-12 10:20 UTC 

[PATCH -next] riscv: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO support
 2022-08-12 10:19 UTC  (4+ messages)

[xilinx-xlnx:xlnx_rebase_v5.15_LTS 93/1282] .tmp_gl_fpga-mgr.o:undefined reference to `dma_buf_get'
 2022-08-12 10:16 UTC 

[PATCH 1/3] spi: dt-bindings: Add compatible for MediaTek MT8188
 2022-08-12 10:18 UTC  (3+ messages)
` [PATCH 3/3] dt-bindings: nvmem: mediatek: efuse: Add support for MT8188

[PATCH 0/1] tee: Add tee_shm_register_fd
 2022-08-12 10:18 UTC  (3+ messages)
` [PATCH 1/1] tee: new ioctl to a register tee_shm from a dmabuf file descriptor

[PATCH 3/5] kvm/kvm_main: The ops pointer variable does not need to be initialized and assigned, it is first allocated a memory address
 2022-08-12 10:18 UTC 

[PATCH v2 1/4] arm64: dts: qcom: sdm845: Reduce reg size for aoss_qmp
 2022-08-12 10:17 UTC  (8+ messages)
` [PATCH v2 2/4] soc: qcom: stats: Add SDM845 stats config and compatible
` [PATCH v2 3/4] arm64: dts: qcom: sdm845: Add the RPMh stats node
` [PATCH v2 4/4] dt-bindings: soc: qcom: stats: Document SDM845 compatible

[Buildroot] [PATCH v2, 1/1] package/poppler: fix introspection build
 2022-08-12 10:17 UTC 

Apple Thunderbolt Display chaining
 2022-08-12 10:16 UTC  (12+ messages)

[PATCH] sched/topology: Remove EM_MAX_COMPLEXITY limit
 2022-08-12 10:16 UTC 

[PATCH 2/5] kvm/kvm_main: remove unnecessary (void*) conversions
 2022-08-12 10:16 UTC 

[PATCH 0/6] i2c-imx-lpi2c: add IPG clock
 2022-08-12 10:14 UTC  (15+ messages)
` [PATCH 1/6] dt-bindings: i2c: i2c-imx-lpi2c: add ipg clk
` [PATCH 2/6] dt-bindings: i2c: i2c-imx-lpi2c: add dmas property
` [PATCH 3/6] dt-bindings: i2c: i2c-imx-lpi2c: add i.MX93
` [PATCH 6/6] i2c: imx-lpi2c: handle IPG clock

[PATCH v2 00/10] sched/psi: some optimization and extension
 2022-08-12 10:14 UTC  (4+ messages)
` [PATCH v2 09/10] sched/psi: per-cgroup PSI stats disable/re-enable interface

State of the Page (August 2022)
 2022-08-12 10:16 UTC  (2+ messages)

[PATCH 5.10.y-cip 00/11] Renesas RPCI-IF and RSPI driver fixes and improvements
 2022-08-12 10:13 UTC  (12+ messages)
` [PATCH 5.10.y-cip 01/11] memory: renesas-rpc-if: Silence clang warning
` [PATCH 5.10.y-cip 02/11] memory: renesas-rpc-if: simplify register update
` [PATCH 5.10.y-cip 03/11] memory: renesas-rpc-if: avoid use of undocumented bits
` [PATCH 5.10.y-cip 04/11] memory: renesas-rpc-if: refactor MOIIO and IOFV macros
` [PATCH 5.10.y-cip 05/11] memory: renesas-rpc-if: Simplify single/double data register access
` [PATCH 5.10.y-cip 06/11] memory: renesas-rpc-if: simplify platform_get_resource_byname()
` [PATCH 5.10.y-cip 07/11] spi: rpc-if: Fix RPM imbalance in probe error path
` [PATCH 5.10.y-cip 08/11] spi: spi-rspi: : use proper DMAENGINE API for termination
` [PATCH 5.10.y-cip 09/11] spi: rspi: drop unneeded MODULE_ALIAS
` [PATCH 5.10.y-cip 10/11] spi: spi-rspi: Drop redeclaring ret variable in qspi_transfer_in()
` [PATCH 5.10.y-cip 11/11] spi: spi-rspi: Fix PIO fallback on RZ platforms

[PATCH v2 0/5] propose auto-run mode of ksm and its tests
 2022-08-12 10:12 UTC  (6+ messages)
` [PATCH v2 1/5] ksm: add a auto-run mode of ksm
` [PATCH v2 2/5] ksm: implement scan-enhanced algorithm
` [PATCH v2 3/5] ksm: let ksmd auto-work with memory threshold
` [PATCH v2 4/5] ksm: show ksmd status for auto mode
` [PATCH v2 5/5] ksm: add tests of ksm "

[PATCH v2 0/7] Devm helpers for regulator get and enable
 2022-08-12 10:12 UTC  (14+ messages)
` [PATCH v2 1/7] docs: devres: regulator: Add missing devm_* functions to devres.rst
` [PATCH v2 2/7] regulator: Add devm helpers for get and enable
` [PATCH v2 3/7] docs: devres: regulator: Add new get_enable functions to devres.rst
` [PATCH v2 4/7] clk: cdce925: simplify using devm_regulator_get_enable()
` [PATCH v2 5/7] gpu: drm: simplify drivers using devm_regulator_*get_enable*()
` [PATCH v2 6/7] hwmon: lm90: simplify using devm_regulator_get_enable()
` [PATCH v2 7/7] iio: Simplify drivers using devm_regulator_*get_enable()

[LTP] [PATCH v1] Refactor pidns31 test using new LTP API
 2022-08-12 10:12 UTC 

[PATCH 0/7] arm64: dts: imx93: add several nodes
 2022-08-12 10:10 UTC  (13+ messages)
` [PATCH 3/7] arm64: dts: imx93: add s4 mu node
` [PATCH 4/7] arm64: dts: imx93: add blk ctrl node
` [PATCH 6/7] arm64: dts: imx93: add lpi2c nodes
` [PATCH 7/7] arm64: dts: imx93: add lpspi nodes

[xen-unstable-smoke test] 172415: tolerable FAIL - PUSHED
 2022-08-12 10:10 UTC 

[RFC PATCH] cgroup: use root_mem_cgroup as css when current is not enabled
 2022-08-12 10:09 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-08-12 10:10 UTC 

[PATCH] Input: synaptics-rmi4 - filter incomplete relative packet
 2022-08-12 10:10 UTC  (5+ messages)
    ` FW: "

[PATCH v4 0/3] xen-blk{back,front}: Fix two bugs in 'feature_persistent'
 2022-08-12 10:08 UTC  (2+ messages)

[PATCH v8 0/7] CTU CAN FD open-source IP core SocketCAN driver, PCI, platform integration and documentation
 2022-08-12 10:07 UTC  (4+ messages)
` [PATCH v8 3/7] can: ctucanfd: add support for CTU CAN FD open-source IP core - bus independent part

[PATCH 0/4] Fix RISC-V/PCI dt-schema issues with dt-schema v2022.08
 2022-08-12 10:07 UTC  (6+ messages)
` [PATCH 3/4] dt-bindings: PCI: microchip,pcie-host: fix incorrect child node name

[PATCH 0/3] Add GPI DMA support for SM6350
 2022-08-12 10:06 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: dmaengine: qcom: gpi: add compatible "
` [PATCH 3/3] arm64: dts: qcom: sm6350: Add GPI DMA nodes

[PATCH 0/2] x86/spec-ctrl: Reduce HVM RAS overhead
 2022-08-12 10:04 UTC  (4+ messages)
` [PATCH 2/2] x86/svm: Keep the RAS balanced for guests

[PATCH v2] iio: light: ltrf216a: Add raw attribute
 2022-08-12 10:04 UTC 

[PATCH v2 00/26] Rework the trip points creation
 2022-08-12 10:02 UTC  (10+ messages)
` [PATCH v2 07/26] thermal/drivers/exynos: Use generic thermal_zone_get_trip() function
` [PATCH v2 16/26] thermal/drivers/exynos: of_thermal_get_ntrips()
` [PATCH v2 18/26] thermal/drivers/exynos: Replace of_thermal_is_trip_valid() by thermal_zone_get_trip()

[PATCH -next] sched/cputime: Fix the bug of reading time backward from /proc/stat
 2022-08-13  0:01 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-12 10:00 UTC 

[PATCH] LoongArch: Jump to the link address before enable PG
 2022-08-12 10:00 UTC  (4+ messages)

[PATCH net] iavf: Fix deadlock in initialization
 2022-08-12  9:59 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH net] l2tp: Serialize access to sk_user_data with sock lock
 2022-08-12  9:54 UTC  (3+ messages)

[PATCH] sched/all: Change BUG_ON() instances to WARN_ON()
 2022-08-12  9:57 UTC  (2+ messages)
` [tip: sched/urgent] sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()

[PATCH v2 0/9] exynos850: Add cmu and sysmmu nodes
 2022-08-12  9:55 UTC  (3+ messages)
` [PATCH v2 7/9] clk: samsung: exynos850: Implement CMU_MFCMSCL domain


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.