All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-10 01:09:36 to 2022-08-10 03:28:54 UTC [more...]

[dm-devel] [PATCH 0/20] Use block pr_ops in LIO
 2022-08-10  3:17 UTC  (8+ messages)
` [dm-devel] [PATCH v2 09/20] nvme: Add helper to execute Reservation Report
        `  "

[PATCH 00/17] powerpc: alternate queued spinlock implementation
 2022-08-10  3:28 UTC  (7+ messages)
` [PATCH 01/17] powerpc/qspinlock: powerpc qspinlock implementation
` [PATCH 02/17] powerpc/qspinlock: add mcs queueing for contended waiters
` [PATCH 03/17] powerpc/qspinlock: use a half-word store to unlock to avoid larx/stcx

drivers/vfio/vfio_iommu_type1.c:2147:35: warning: cast to smaller integer type 'enum iommu_cap' from 'void *'
 2022-08-10  3:25 UTC 

[igt-dev] [i-g-t] tests/kms_cursor_crc: Add max-size test back
 2022-08-10  3:23 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_cursor_crc: Add max-size test back (rev2)

[PATCH 1/3] drm/amdgpu: disable 3DCGCG/CGLS temporarily due to stability issue
 2022-08-10  3:21 UTC  (3+ messages)
` [PATCH 2/3] drm/amd/pm: add missing ->fini_microcode interface for Sienna Cichlid
` [PATCH 3/3] drm/amd/pm: add missing ->fini_xxxx interfaces for some SMU13 asics

[PATCH 00/10] scsi: Fix internal host code use
 2022-08-10  3:18 UTC  (4+ messages)
` [PATCH 08/10] scsi: Add error codes for internal scsi-ml use

[PATCH] tty: n_gsm: fix missing assignment of gsm->receive() in gsmld_attach_gsm()
 2022-08-10  3:12 UTC  (2+ messages)

[RFCv7 PATCH net-next 00/36] net: extend the type of netdev_features_t to bitmap
 2022-08-10  3:06 UTC  (37+ messages)
` [RFCv7 PATCH net-next 01/36] net: introduce operation helpers for netdev features
` [RFCv7 PATCH net-next 02/36] net: replace general features macroes with global netdev_features variables
` [RFCv7 PATCH net-next 03/36] net: replace multiple feature bits with DECLARE_NETDEV_FEATURE_SET
` [RFCv7 PATCH net-next 04/36] net: sfc: replace const features initialization "
` [RFCv7 PATCH net-next 05/36] net: atlantic: replace const features initialization with NETDEV_FEATURE_SET
` [RFCv7 PATCH net-next 06/36] iwlwifi: "
` [RFCv7 PATCH net-next 07/36] net: ethernet: mtk_eth_soc: "
` [RFCv7 PATCH net-next 08/36] ravb: "
` [RFCv7 PATCH net-next 09/36] test_bpf: "
` [RFCv7 PATCH net-next 10/36] treewide: replace NETIF_F_CSUM_MASK | NETIF_F_GSO_MASK by netdev_csum_gso_features_mask
` [RFCv7 PATCH net-next 11/36] treewide: replace NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM by netdev_ip_csum_features
` [RFCv7 PATCH net-next 12/36] treewide: replace NETIF_F_TSO | NETIF_F_TSO6 by netdev_general_tso_features
` [RFCv7 PATCH net-next 13/36] treewide: replace VLAN tag feature array by const vlan features
` [RFCv7 PATCH net-next 14/36] net: simplify the netdev features expressions for xxx_gso_segment
` [RFCv7 PATCH net-next 15/36] treewide: simplify the netdev features expression
` [RFCv7 PATCH net-next 16/36] treewide: use replace features '0' by netdev_empty_features
` [RFCv7 PATCH net-next 17/36] treewide: adjust features initialization
` [RFCv7 PATCH net-next 18/36] net: mlx4: adjust the net device feature relative macroes
` [RFCv7 PATCH net-next 19/36] net: mlx5e: adjust "
` [RFCv7 PATCH net-next 20/36] net: mlxsw: adjust input parameter for function mlxsw_sp_handle_feature
` [RFCv7 PATCH net-next 21/36] net: iavf: adjust net device features relative macroes
` [RFCv7 PATCH net-next 22/36] net: core: adjust netdev_sync_xxx_features
` [RFCv7 PATCH net-next 23/36] net: adjust the build check for net_gso_ok()
` [RFCv7 PATCH net-next 24/36] treewide: use netdev_feature_add helpers
` [RFCv7 PATCH net-next 25/36] treewide: use netdev_features_or/set helpers
` [RFCv7 PATCH net-next 26/36] treewide: use netdev_feature_change helpers
` [RFCv7 PATCH net-next 27/36] treewide: use netdev_feature_del helpers
` [RFCv7 PATCH net-next 28/36] treewide: use netdev_features_andnot and netdev_features_clear helpers
` [RFCv7 PATCH net-next 29/36] treewide: use netdev_features_xor helpers
` [RFCv7 PATCH net-next 30/36] treewide: use netdev_feature_test helpers
` [RFCv7 PATCH net-next 31/36] treewide: use netdev_features_intersects helpers
` [RFCv7 PATCH net-next 32/36] net: use netdev_features_and and netdev_features_mask helpers
` [RFCv7 PATCH net-next 33/36] treewide: use netdev_features_subset helpers
` [RFCv7 PATCH net-next 34/36] treewide: use netdev_features_equal helpers
` [RFCv7 PATCH net-next 35/36] treewide: use netdev_features_empty helpers
` [RFCv7 PATCH net-next 36/36] net: redefine the prototype of netdev_features_t

[PATCH RFC net-next 0/3] net: vlan: fix bridge binding behavior and add selftests
 2022-08-10  3:11 UTC  (8+ messages)
` [Bridge] "
` [PATCH RFC net-next 1/3] net: core: export call_netdevice_notifiers_info
  ` [Bridge] "
` [PATCH RFC net-next 2/3] net: 8021q: fix bridge binding behavior for vlan interfaces
  ` [Bridge] "
` [PATCH RFC net-next 3/3] selftests: net: tests for bridge binding behavior
  ` [Bridge] "

[PATCH RESEND v2 00/18] Parent Pointers
 2022-08-10  3:09 UTC  (34+ messages)
` [PATCH RESEND v2 01/18] xfs: Fix multi-transaction larp replay
` [PATCH RESEND v2 02/18] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH RESEND v2 08/18] xfs: add parent pointer support to attribute code
` [PATCH RESEND v2 10/18] xfs: Add xfs_verify_pptr
` [PATCH RESEND v2 11/18] xfs: extend transaction reservations for parent attributes
` [PATCH RESEND v2 12/18] xfs: parent pointer attribute creation
` [PATCH RESEND v2 13/18] xfs: add parent attributes to link
` [PATCH RESEND v2 14/18] xfs: remove parent pointers in unlink
` [PATCH RESEND v2 15/18] xfs: Add parent pointers to rename
` [PATCH RESEND v2 18/18] xfs: Add parent pointer ioctl

[PATCH] phy: qualcomm: phy-qcom-qmp: add support for combo USB3+DP phy on SDM845
 2022-08-10  3:09 UTC  (2+ messages)

[RFC v2 00/18] drm/display/dp_mst: Drop Radeon MST support, make MST atomic-only
 2022-08-10  3:08 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/display/dp_mst: Drop Radeon MST support, make MST atomic-only (rev2)

Regarding OpenBmc filtering option
 2022-08-10  3:07 UTC  (2+ messages)

[RFC] how the ballooned memory should be accounted by the drivers inside the guests? (was:[PATCH v6 1/2] Create debugfs file with virtio balloon usage information)
 2022-08-10  3:05 UTC  (3+ messages)
` [PATCH v1 1/2] Enable balloon drivers to report inflated memory

[PATCH 0/2] power: supply: Lenovo Yoga C630 EC
 2022-08-10  3:05 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: power: supply: Add "
` [PATCH 2/2] power: supply: Add Lenovo Yoga C630 EC driver

[RFC PATCH 0/4] vfs: allow querying i_version via statx
 2022-08-10  3:00 UTC  (3+ messages)
` [RFC PATCH 1/4] vfs: report change attribute in statx for IS_I_VERSION inodes

PROBLEM: NCT6775: suspend doesn't work after updating to Linux 5.19
 2022-08-10  3:00 UTC  (6+ messages)

[PATCH linux dev-5.15 v1 0/2] misc: npcm7xx-pci-mbox: add Arbel NPCM8XX support
 2022-08-09 14:07 UTC 

[ovmf test] 172343: regressions - FAIL
 2022-08-10  3:01 UTC 

[PATCH linux dev-5.15 v1 0/2] misc: npcm7xx-lpc-bpc: add Arbel NPCM8XX support
 2022-08-09 14:04 UTC 

OpenBMC compile failed issue(urgency)
 2022-08-09  8:59 UTC 

[PATCH v2 00/16] Allocate and free frozen pages
 2022-08-10  3:00 UTC  (5+ messages)
` [PATCH v2 01/16] mm/page_alloc: Cache page_zone() result in free_unref_page()
` [PATCH v2 03/16] mm/page_alloc: Export free_frozen_pages() instead of free_unref_page()

[PATCH] clocksource/timer-npcm7xx: Remove unnecessary (void*) conversions
 2022-08-09  8:36 UTC 

[groeck-staging:hwmon-next] BUILD SUCCESS 06bfee84a1c1d2325ad54da70a6a3ddc36c23d9a
 2022-08-10  2:56 UTC 

[PATCH v4 0/3] Add Richtek RT5120 PMIC support
 2022-08-10  2:55 UTC  (4+ messages)
` [PATCH v4 1/3] dt-binding: mfd: "
` [PATCH v4 2/3] mfd: rt5120: Add Richtek "
` [PATCH v4 3/3] input: misc: rt5120: Add power key support

[PATCH V4 0/6] ifcvf/vDPA: support query device config space through netlink
 2022-08-10  2:51 UTC  (11+ messages)
` [PATCH V4 3/6] vDPA: allow userspace to query features of a vDPA device
` [PATCH V4 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0

[PATCH v1] libxfs: fix inode reservation space for removing transaction
 2022-08-10  2:50 UTC  (3+ messages)
    `  "

[LTP] [PATCH v4 0/4] set -e and bashism fixes
 2022-08-10  2:46 UTC  (5+ messages)
` [LTP] [PATCH v4 2/4] tst_ansi_color.sh: Allow to run with set -e

[PATCH 0/2] CXL XOR Interleave Arithmetic
 2022-08-10  2:43 UTC  (5+ messages)
` [PATCH 2/2] cxl/acpi: Support CXL XOR Interleave Math (CXIMS)

[PATCH] isci: Fix all occurences of the "for for" typo
 2022-08-10  2:40 UTC 

AST2600 support in QEMU
 2022-08-10  2:37 UTC  (2+ messages)

[PATCH v9 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-10  2:41 UTC  (3+ messages)
` [PATCH v9 07/10] bpf: Add bpf_verify_pkcs7_signature() kfunc

[syzbot] KASAN: use-after-free Read in __io_remove_buffers
 2022-08-10  2:41 UTC  (2+ messages)

[PATCH] arm64: explicitly disable pointer authentication instructions
 2022-08-10  2:38 UTC  (2+ messages)

[qemu-mainline test] 172332: regressions - FAIL
 2022-08-10  2:35 UTC 

PCAN and SocketCAN Questions
 2022-08-10  2:35 UTC 

[PATCH net v2 0/2] bonding: 802.3ad: fix no transmission of LACPDUs
 2022-08-10  2:33 UTC  (3+ messages)
` [PATCH net v2 1/2] selftests: include bonding tests into the kselftest infra
` [PATCH net v2 2/2] bonding: 802.3ad: fix no transmission of LACPDUs

[kconfig][RFC] getting things like CONFIG_ARCH_HAS_SYSCALL_WRAPPER without bothering with selects
 2022-08-10  2:31 UTC  (2+ messages)

[PATCH] mmc: sunxi-mmc: Fix clock refcount imbalance during unbind
 2022-08-10  2:25 UTC  (2+ messages)

[intel-tdx:kvm-upstream-workaround 685/846] arch/x86/kvm/../../../virt/kvm/kvm_main.c:4959:1: error: unused label 'arch_vm_ioctl'
 2022-08-10  2:24 UTC 

[PATCH] dma/pool: do not complain if DMA pool is not allocated
 2022-08-10  2:19 UTC  (13+ messages)

+ mm-re-allow-pinning-of-zero-pfns-again.patch added to mm-hotfixes-unstable branch
 2022-08-10  2:14 UTC 

[PATCH] mm: re-allow pinning of zero pfns (again)
 2022-08-10  2:12 UTC  (4+ messages)

[PATCH] drm/msm/dp: check hpd_state before push idle pattern at dp_bridge_disable()
 2022-08-10  2:10 UTC  (3+ messages)

[PATCH] binder_alloc: Add missing mmap_lock calls when using the VMA
 2022-08-10  2:04 UTC  (6+ messages)

+ ntfs-fix-bug_on-in-ntfs_lookup_inode_by_name.patch added to mm-hotfixes-unstable branch
 2022-08-10  2:03 UTC 

[PATCH BlueZ] hog-lib: Increase maximum report map size
 2022-08-10  2:02 UTC  (5+ messages)

[PATCH v2] mm: add warning if __vm_enough_memory fails
 2022-08-10  2:02 UTC  (3+ messages)

[PATCH] drm/ast: radeon amdgpu for ast add prime
 2022-08-10  1:02 UTC 

[PATCH bpf v3 0/3] Don't reinit map value in prealloc_lru_pop
 2022-08-10  2:00 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/guc/slpc: Allow SLPC to use efficient frequency
 2022-08-10  1:58 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

Questions about QCA6174 firmwares
 2022-08-10  1:56 UTC 

+ mm-fix-use-after-free-of-page_ext-after-race-with-memory-offline.patch added to mm-unstable branch
 2022-08-10  1:57 UTC 

[PATCH V3] mm: fix use-after free of page_ext after race with memory-offline
 2022-08-10  1:57 UTC  (2+ messages)

[PATCH v2] sched/fair: Introduce priority load balance to reduce interference from IDLE tasks
 2022-08-10  1:56 UTC 

[virtio-comment] [PATCH V3 RESEND 0/4] Introduce virtio transport virtqueue
 2022-08-10  1:56 UTC  (5+ messages)
` [virtio-comment] [PATCH V3 RESEND 2/4] Introduce the commands set of the transport vq

arch/um/os-Linux/mem.c:28:6: warning: no previous prototype for 'kasan_map_memory'
 2022-08-10  1:53 UTC 

[PATCH v5 00/20] Add driver nodes for MT8195 SoC
 2022-08-10  1:51 UTC  (7+ messages)
` [PATCH v5 02/20] dt-bindings: memory: mediatek: Update condition for mt8195 smi node

linux-next: Tree for Aug 10
 2022-08-10  1:53 UTC 

[PATCH v5 00/12] preparation for the rte_flow offload of nfp PMD
 2022-08-10  1:51 UTC  (6+ messages)
` [PATCH v5 07/12] net/nfp: add flower ctrl VNIC related logics

[PATCH bpf-next v4 1/2] bpf: Fix ref_obj_id for dynptr data slices in verifier
 2022-08-10  1:50 UTC  (3+ messages)

[PATCH v8] firmware: google: Implement cbmem in sysfs driver
 2022-08-10  1:49 UTC  (2+ messages)

6LoWPAN (IPv6 over BLE) neighbor discovery
 2022-08-10  1:40 UTC  (3+ messages)

[PATCH] net: usb: qmi_wwan: Add support for Cinterion MV32
 2022-08-10  1:45 UTC 

[PATCH v5] mm/page_owner.c: add llseek for page_owner
 2022-08-10  1:43 UTC  (4+ messages)

[PATCH] ASoC: codecs: dt bind. doc for the new TI SRC4392 codec
 2022-08-10  1:35 UTC 

[PATCH for-rc] RDMA/erdma: Correct the max_qp and max_cq capacities of the device
 2022-08-10  1:43 UTC  (2+ messages)
` [PATCH for-rc] RDMA/erdma: Using the key in FMR WR instead of MR structure

[PATCH] clk: sunxi-ng: mp: Avoid computing the rate twice
 2022-08-10  1:40 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/pxp: don't start pxp without mei_pxp bind
 2022-08-10  1:41 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[RFC net] bonding: 802.3ad: fix no transmission of LACPDUs
 2022-08-10  1:37 UTC  (3+ messages)

[PATCH v5 1/2] ASoC: dt-bindings: Add Everest ES8326 audio CODEC
 2022-08-10  1:36 UTC  (3+ messages)
` [PATCH v5 2/2] "

[xen-unstable-smoke test] 172338: tolerable FAIL - PUSHED
 2022-08-10  1:36 UTC 

[PATCH v6] amba: Remove deferred device addition
 2022-08-10  1:34 UTC  (4+ messages)

[PATCH bpf 0/9] fixes for bpf map iterator
 2022-08-10  1:34 UTC  (4+ messages)
` [PATCH bpf 5/9] bpf: Check the validity of max_rdwr_access for sk storage "

[PATCH] dt-bindings: mfd: x-powers,axp152: Document the AXP228 variant
 2022-08-10  1:34 UTC 

+ dma-pool-do-not-complain-if-dma-pool-is-not-allocated.patch added to mm-hotfixes-unstable branch
 2022-08-10  1:33 UTC 

FFJ Co., Ltd. "EINE FINANZKRISE KANN SIE ZUM MILLIONAR MACHEN!"
 2022-08-10  9:25 UTC 

[PATCH v3] ASoC: codecs: add support for the TI SRC4392 codec
 2022-08-10  1:32 UTC 

[PATCH v8 0/3] Implement Sstc extension
 2022-08-10  1:32 UTC  (7+ messages)
` [PATCH v8 3/3] target/riscv: Add vstimecmp support

[PATCH v6] mm/page_owner.c: add llseek for page_owner
 2022-08-10  1:32 UTC 

[Ocfs2-devel] [PATCH 0/4] re-enable non-clustered mount & add MMP support
 2022-08-10  1:31 UTC  (5+ messages)
` [Ocfs2-devel] [PATCH 1/4] ocfs2: Fix freeing uninitialized resource on ocfs2_dlm_shutdown

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

+ binder_alloc-add-missing-mmap_lock-calls-when-using-the-vma.patch added to mm-hotfixes-unstable branch
 2022-08-10  1:30 UTC 

[PATCH v3] KVM: arm64: fix compile error because of shift overflow
 2022-08-10  1:34 UTC  (3+ messages)

[PATCH] mte: Follow arm64.nomte override in MMU setup
 2022-08-10  1:24 UTC  (7+ messages)

[virtio-dev] [PATCH] virtio-net: use mtu size as buffer length for big packets
 2022-08-10  1:24 UTC  (18+ messages)

[PATCH RFC] jbd2: detect old record when do journal scan
 2022-08-10  1:34 UTC 

[PATCH 0/2] Update Facebook Bletchley BMC devicetree
 2022-08-10  0:43 UTC  (6+ messages)
` [PATCH 1/2] ARM: dts: aspeed: bletchley: add USB debug card IPMB node
` [PATCH 2/2] ARM: dts: aspeed: bletchley: remove hdc1080 node

[Intel-gfx] [PATCH v2] drm/i915/pxp: don't start pxp without mei_pxp bind
 2022-08-10  1:21 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/pxp: don't start pxp without mei_pxp bind (rev2)

Question: Ethernet Phy issues on Colibri IMX8X (imx8qxp) - kernel 5.19
 2022-08-10  1:19 UTC  (3+ messages)

[PATCH v3 0/7] mm: Remember a/d bits for migration entries
 2022-08-10  1:19 UTC  (5+ messages)
` [PATCH v3 1/7] mm/x86: Use SWP_TYPE_BITS in 3-level swap macros
` [PATCH v3 2/7] mm/swap: Comment all the ifdef in swapops.h

[GIT PULL] remaining MM updates for 5.20-r1
 2022-08-10  1:17 UTC 

[PATCH 0/5] bpf: Add user-space-publisher ringbuffer map type
 2022-08-10  1:15 UTC  (3+ messages)

stable-rc/linux-5.10.y baseline: 152 runs, 8 regressions (v5.10.135-24-gcf6f87a93412e)
 2022-08-10  1:13 UTC 

ethernet<n> dt aliases implications in U-Boot and Linux
 2022-08-10  1:11 UTC  (11+ messages)

Procedo Academy "DIE WELTFINANZKRISE KANN SIE REICH MACHEN!"
 2022-08-10  1:10 UTC 

[PATCH] ASoC: mchp-spdiftx: Fix clang -Wbitfield-constant-conversion
 2022-08-10  1:08 UTC 

[PATCH 1/3] CI: Azure: Merge PowerPC jobs in to one
 2022-08-10  1:08 UTC  (2+ messages)
` [PATCH 3/3] CI: Move to Ubuntu 2022.04 "Jammy" for CI base


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.