All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-21 02:56:39 to 2022-01-21 05:47:03 UTC [more...]

MCTP/PLDM BMC-host communication design
 2022-01-21  4:37 UTC  (5+ messages)

[xilinx-xlnx:master 173/395] drivers/clk/clk-xlnx-clock-wizard.c:324:8: error: implicit declaration of function 'FIELD_PREP'
 2022-01-21  5:45 UTC  (3+ messages)

撤回: [PATCH 2/3] mmc:sdhci-bayhub:provide a solution to improve sd host card compatibility
 2022-01-21  5:46 UTC 

[PATCH] dt-bindings: i2c: imx: Make each example a separate entry
 2022-01-21  5:43 UTC  (3+ messages)

[LTP] [PATCH] rpc_lib.sh: fix portmapper detection in case of socket activation
 2022-01-21  5:41 UTC  (8+ messages)
`  "

[PATCH] mtd: phram: Prevent divide by zero bug in phram_setup()
 2022-01-21  5:38 UTC  (2+ messages)

[PATCH] hwmon: (adt7470) Prevent divide by zero in adt7470_fan_write()
 2022-01-21  5:39 UTC 

[PATCH v2] scsi: ufs: see link lost as fatal
 2022-01-21  5:37 UTC 

[PATCH v3 0/2] fsi: sbefifo: Add userspace timeout control
 2022-01-21  5:38 UTC  (3+ messages)
` [PATCH v3 1/2] fsi: sbefifo: Use specified value of start of response timeout
` [PATCH v3 2/2] fsi: sbefifo: Implement FSI_SBEFIFO_READ_TIMEOUT_SECONDS ioctl

[PATCH bpf-next v6 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2022-01-21  5:36 UTC  (3+ messages)
` [PATCH bpf-next v6 2/2] selftests: bpf: test "

[PATCH v3] scsi: ufs: use an generic error code in ufshcd_set_dev_pwr_mode
 2022-01-21  5:33 UTC 

[PATCH v1] scsi: ufs: use an generic error code in ufshcd_set_dev_pwr_mode
 2022-01-21  5:34 UTC  (5+ messages)

[PATCH v5 00/16] Optimize list lru memory consumption
 2022-01-21  5:28 UTC  (8+ messages)
` [PATCH v5 10/16] mm: list_lru: allocate list_lru_one only when needed

[PATCH] vmap(): don't allow invalid pages
 2022-01-21  5:26 UTC  (16+ messages)

[Intel-gfx] [PATCH 0/3] Flush G2H handler during a GT reset
 2022-01-21  5:25 UTC  (10+ messages)
`  "
` [PATCH 1/3] drm/i915: Allocate intel_engine_coredump_alloc with ALLOW_FAIL
  ` [Intel-gfx] "
` [PATCH 2/3] drm/i915/guc: Add work queue to trigger a GT reset
  ` [Intel-gfx] "
` [PATCH 3/3] drm/i915/guc: Flush G2H handler during "
  ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/guc: Don't check CT descriptor status before CT write / read
 2022-01-21  5:25 UTC  (5+ messages)

[PATCH v3 00/10] clk: Improve clock range handling
 2022-01-21  5:25 UTC  (8+ messages)
` [PATCH v3 01/10] clk: Add Kunit tests for rate

[PATCH RFC] btrfs: sysfs: add <uuid>/debug/io_accounting/ directory
 2022-01-21  5:24 UTC 

drivers/pinctrl/qcom/pinctrl-sc8180x.c:1664:16: warning: Access to field 'start' results in a dereference of an undefined pointer value (loaded from variable 'mres') [clang-analyzer-core.NullDereference]
 2022-01-21  5:25 UTC 

[LTP] [PATCH] lib: rewrite cgroup_find_ctrl with using for_each_ctrl
 2022-01-21  5:23 UTC  (2+ messages)

[PATCH V5 00/20] xfsprogs: Extend per-inode extent counters
 2022-01-21  5:20 UTC  (21+ messages)
` [PATCH V5 01/20] xfs_repair: check filesystem geometry before allowing upgrades
` [PATCH V5 02/20] xfsprogs: Move extent count limits to xfs_format.h
` [PATCH V5 03/20] xfsprogs: Introduce xfs_iext_max_nextents() helper
` [PATCH V5 04/20] xfsprogs: Use xfs_extnum_t instead of basic data types
` [PATCH V5 05/20] xfsprogs: Introduce xfs_dfork_nextents() helper
` [PATCH V5 06/20] xfsprogs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents
` [PATCH V5 07/20] xfsprogs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V5 08/20] xfsprogs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
` [PATCH V5 09/20] xfsprogs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64
` [PATCH V5 10/20] xfsprogs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
` [PATCH V5 11/20] xfsprogs: Use xfs_rfsblock_t to count maximum blocks that can be used by BMBT
` [PATCH V5 12/20] xfsprogs: Introduce macros to represent new maximum extent counts for data/attr forks
` [PATCH V5 13/20] xfsprogs: Introduce per-inode 64-bit extent counters
` [PATCH V5 14/20] xfsprogs: Conditionally upgrade existing inodes to use "
` [PATCH V5 15/20] xfsprogs: Enable bulkstat ioctl to support "
` [PATCH V5 16/20] xfsprogs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
` [PATCH V5 17/20] xfsprogs: xfs_info: Report NREXT64 feature status
` [PATCH V5 18/20] xfsprogs: Add mkfs option to create filesystem with large extent counters
` [PATCH V5 19/20] xfsprogs: Add support for upgrading to NREXT64 feature
` [PATCH V5 20/20] xfsprogs: Define max extent length based on on-disk format definition

[PATCH RFC V1 net-next 1/4] net: ethtool: Refactor identical get_ts_info implementations
 2022-01-21  5:20 UTC  (4+ messages)

[PATCH V5 00/16] xfs: Extend per-inode extent counters
 2022-01-21  5:18 UTC  (17+ messages)
` [PATCH V5 01/16] xfs: Move extent count limits to xfs_format.h
` [PATCH V5 02/16] xfs: Introduce xfs_iext_max_nextents() helper
` [PATCH V5 03/16] xfs: Use xfs_extnum_t instead of basic data types
` [PATCH V5 04/16] xfs: Introduce xfs_dfork_nextents() helper
` [PATCH V5 05/16] xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents
` [PATCH V5 06/16] xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V5 07/16] xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
` [PATCH V5 08/16] xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64
` [PATCH V5 09/16] xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
` [PATCH V5 10/16] xfs: Use xfs_rfsblock_t to count maximum blocks that can be used by BMBT
` [PATCH V5 11/16] xfs: Introduce macros to represent new maximum extent counts for data/attr forks
` [PATCH V5 12/16] xfs: Introduce per-inode 64-bit extent counters
` [PATCH V5 13/16] xfs: Conditionally upgrade existing inodes to use "
` [PATCH V5 14/16] xfs: Enable bulkstat ioctl to support 64-bit per-inode "
` [PATCH V5 15/16] xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
` [PATCH V5 16/16] xfs: Define max extent length based on on-disk format definition

[PATCH bpf-next] bpf: Add document for 'dst_port' of 'struct bpf_sock'
 2022-01-21  5:17 UTC  (6+ messages)

[PATCH] hw/armv7m: Fix broken VMStateDescription
 2022-01-21  5:15 UTC  (2+ messages)

[PATCH RFC v2 0/2] mm: Rework zap ptes on swap entries
 2022-01-21  5:11 UTC  (9+ messages)
` [PATCH RFC v2 1/2] mm: Don't skip swap entry even if zap_details specified

[PATCH v2] sched/fair: Prefer small idle cores for forkees
 2022-01-21  5:02 UTC 

[Intel-gfx] [PATCH] drm/i915: Introduce G12 subplatform of DG2
 2022-01-21  5:02 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH v5 bpf-next 0/7] bpf_prog_pack allocator
 2022-01-21  4:59 UTC  (3+ messages)
` [PATCH v5 bpf-next 7/7] bpf, x86_64: use "

[xiang-erofs:dev] BUILD SUCCESS 514abfe06f34f029e91fc0dccf8f95acff3ee084
 2022-01-21  4:56 UTC 

[RFC PATCH v3 0/9] fprobe: Introduce fprobe function entry/exit probe
 2022-01-21  4:55 UTC  (3+ messages)

next/master build: 226 builds: 20 failed, 206 passed, 35 errors, 71 warnings (next-20220121)
 2022-01-21  4:48 UTC 

next/master build: 226 builds: 20 failed, 206 passed, 35 errors, 71 warnings (next-20220121)
 2022-01-21  4:48 UTC 

Building embedded app for host machine
 2022-01-21  4:44 UTC  (2+ messages)
` [yocto] "

[PATCH v4] lkdtm/bugs: Check for the NULL pointer after calling kmalloc
 2022-01-21  4:41 UTC  (2+ messages)

[RFC PATCH 00/14] FWU: Add FWU Multi Bank Update for DeveloerBox
 2022-01-21  4:41 UTC  (10+ messages)
` [RFC PATCH 10/14] FWU: Reboot soon after successfully install the new firmware
` [RFC PATCH 11/14] FWU: Add FWU Multi Bank Update on SPI Flash
` [RFC PATCH 12/14] FWU: synquacer: Add FWU Multi bank update support for DeveloperBox

[PATCH net-next v4 11/11] net: dsa: realtek: rtl8365mb: multiple cpu ports, non cpu extint
 2022-01-21  4:37 UTC  (16+ messages)
` Aw: "
    ` Aw: "
        ` Aw: "
          `  "

[PATCH v3] drivers: spi-nor: Add JEDEC id for W25Q16JV
 2022-01-21  4:37 UTC  (8+ messages)

❌ FAIL: Test report for kernel 5.16.0 (mainline.kernel.org-clang, 99613159)
 2022-01-21  4:35 UTC 

[PATCH 0/8] ARM: ti: AM64x: Add Ethernet boot support on AM64x SK
 2022-01-21  4:32 UTC  (11+ messages)
` [PATCH 2/8] net: ti: am65-cpsw: Add support for multi port independent MAC mode
` [PATCH 8/8] configs: am64x_evm_r5/a53_defconfig: Enable configs required for Ethboot

[PATCH v3 0/3] drm/msm: rework clock handling
 2022-01-21  4:30 UTC  (4+ messages)
` [PATCH v3 2/3] drm/msm/dpu: simplify clocks handling

[PATCH] net/tap: Bug fix to populate fds in secondary process
 2022-01-21  4:29 UTC 

[mptcp:export] BUILD SUCCESS e8c56cbe2875bb1495df22277e6bf0d970248a4a
 2022-01-21  4:27 UTC 

openBMC pwm-fan control policy
 2022-01-21  4:24 UTC  (13+ messages)
                ` OpenBMC web sometimes jump back to the login screen problem
                    ` OpenBMC Switching function of web

[ti:ti-rt-linux-5.10.y 1598/9999] drivers/pci/controller/dwc/pci-keystone.c:299:6: warning: no previous prototype for function 'ks_pcie_irq_eoi'
 2022-01-21  4:22 UTC 

[xen-unstable-smoke test] 167769: regressions - FAIL
 2022-01-21  4:20 UTC 

[PATCH 0/3] Add support for pm8941-pwrkey.c
 2022-01-21  4:18 UTC  (8+ messages)
` [PATCH 1/3] input: misc: pm8941-pwrkey: add software key press debouncing support
` [PATCH 3/3] input: misc: pm8941-pwrkey: avoid potential null pointer dereference

[PATCH 2/4] misc: rtsx: Rework runtime power management flow
 2022-01-21  4:17 UTC  (6+ messages)
` [PATCH v2 "

[oe][meta-networking][dunfell][PATCH v3] strongswan: Fix for CVE-2021-41990 and CVE-2021-41991
 2022-01-21  4:16 UTC 

[PATCH v12, 0/2] ADD DM9051 ETHERNET DRIVER
 2022-01-21  4:14 UTC  (3+ messages)
` [PATCH v12, 1/2] yaml: Add dm9051 SPI network yaml file
` [PATCH v12, 2/2] net: Add dm9051 driver

[PATCH v4] PCI: endpoint: Add prefetch BAR support
 2022-01-21  4:12 UTC 

[PATCH] ipv4: fix lock leaks
 2022-01-21  4:11 UTC  (5+ messages)

[Intel-gfx] [PATCH 0/3] Flush G2H handler during a GT reset
 2022-01-21  4:05 UTC  (9+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/guc: Add work queue to trigger "
    `  "
` [Intel-gfx] [PATCH 3/3] drm/i915/guc: Flush G2H handler during "
    `  "

[PATCH] KVM: x86: Update the states size cpuid even if XCR0/IA32_XSS is reset
 2022-01-21  4:09 UTC  (3+ messages)
  ` [PATCH v2] KVM: x86: Sync the states size with the XCR0/IA32_XSS at any time

System will automatically log you out and subsequantly delete your informations
 2022-01-21  3:53 UTC 

[RFC PATCH 0/6] KVM: SVM: Defer page pinning for SEV guests
 2022-01-21  4:08 UTC  (4+ messages)
` [RFC PATCH 6/6] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()

[PATCH v2 0/2] Improve kernel sorting in grub-mkconfig
 2022-01-21  4:05 UTC  (4+ messages)
` [PATCH v2 2/2] mkconfig: use distro sorts when available

[PATCH RFC V1 net-next 3/4] net: Let the active time stamping layer be selectable
 2022-01-21  4:05 UTC  (4+ messages)

[Intel-gfx] [RFC PATCH 0/1] Splitting up platform-specific calls
 2022-01-21  4:03 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH v2] net: phy: marvell: Honor phy LED set by system firmware on a Dell hardware
 2022-01-21  4:01 UTC  (5+ messages)

[ti:ti-rt-linux-5.10.y 9930/9999] drivers/media/platform/vxe-vxd/decoder/core.c:311:26: error: initialization of 'int (*)(struct core_stream_context *, struct vdecdd_seq_resint *)' from incompatible pointer type 'unsigned char (*)(struct core_pict_resinfo *, struct core_pict_resinfo *, st
 2022-01-21  4:01 UTC 

[RFC PATCH v3 2/2] security/inode.c: Add capabilities file
 2022-01-21  4:01 UTC  (2+ messages)

[PATCH 1/2] mmc:sdhci-msm:fix Qualcomm sd host 7180 SD card compatibility issue
 2022-01-21  3:57 UTC  (2+ messages)
` [PATCH 2/3] mmc:sdhci-bayhub:provide a solution to improve sd host card compatibility

[OE-core][PATCHv2] libical: build gobject and vala introspection
 2022-01-21  3:56 UTC 

[PATCH 0/1] bitbake.conf: Add BB_TASK_NETWORK to enable task network globally
 2022-01-21  3:54 UTC  (8+ messages)
` [PATCH 1/1] "
  ` [OE-core] "

[BUG] bcm2711: bad_chained_irq in brcmstb_l2_intc_irq_handle
 2022-01-21  3:51 UTC  (7+ messages)

Fw:Re: [PATCH] fs: nilfs2: fix memory leak in nilfs sysfs create device group
 2022-01-21  3:47 UTC  (2+ messages)

[RFC PATCH] drm: allow passing a real encoder object for wb connector
 2022-01-21  3:45 UTC  (4+ messages)
  ` [Freedreno] "

[PATCH v6] ACPI: explicit init HEST, SDEI and GHES in apci_init
 2022-01-21  3:43 UTC  (3+ messages)

[PATCH v3] gitlab: x86: Add a coreboot test
 2022-01-21  3:43 UTC 

[xen-unstable-smoke bisection] complete build-amd64
 2022-01-21  3:38 UTC 

[PATCH] drm/amd/pm: use dev_*** to print output in multiple GPUs
 2022-01-21  3:37 UTC  (2+ messages)

[PATCH v2 0/3] page table check fixes and cleanups
 2022-01-21  3:37 UTC  (3+ messages)
` [PATCH v2 1/3] mm/debug_vm_pgtable: remove pte entry from the page table

[PATCH] drivers: net: remove a dangling pointer in peak_usb_create_dev
 2022-01-21  3:36 UTC  (4+ messages)

[PATCH v5] raw/ifpga: fix pthread cannot join
 2022-01-21  3:32 UTC 

[PATCH] Perftest:support get_cycles for riscv
 2022-01-21  3:35 UTC 

[xilinx-xlnx:master 129/395] drivers/clk/clk-xlnx-clock-wizard-v.c:164:16: error: implicit declaration of function 'FIELD_GET'; did you mean 'FOLL_GET'?
 2022-01-21  3:31 UTC  (2+ messages)

[PATCH] clone, submodule: pass partial clone filters to submodules
 2022-01-21  3:32 UTC 

[plbossart-sound:fix/ipc-fw-trace-abstraction 19/20] sound/soc/sof/mediatek/mt8195/mt8195.c:413:3: error: field designator 'load_module' does not refer to any field in type 'const struct snd_sof_dsp_ops'
 2022-01-21  3:31 UTC 

[PATCH v3 0/4] rockchip: sdhci: Fix reinit and add HS400 Enhanced Strobe support
 2022-01-21  3:25 UTC  (2+ messages)

[PATCH net-next] net/smc: Use kvzalloc for allocating smc_link_group
 2022-01-21  3:24 UTC  (3+ messages)

[PATCH] net: missing lock releases in ipmr_base.c
 2022-01-21  3:22 UTC 

[rppt:gfp-unmapped/v0 1/3] mm/page_alloc.c:90:9: warning: 'PMD_ORDER' macro redefined
 2022-01-21  3:20 UTC  (2+ messages)

About the kernel configuration(CONFIG_CPU_FREQ and CONFIG_CPU_IDLE.)
 2022-01-21  3:21 UTC  (10+ messages)

[PATCH libnetfilter_queue v3 0/5] Speed-up
 2022-01-21  3:19 UTC  (5+ messages)
` [PATCH libnetfilter_queue v3 5/5] src: struct pktbuff is no longer opaque
  ` [PATCH libnetfilter_queue v3 1-5/5] src: Speed-up

[PATCH] inet: missing lock releases in igmp.c
 2022-01-21  3:19 UTC 

[virtio-dev] [PATCH] virtio: clarify feature negotiation
 2022-01-21  3:17 UTC  (4+ messages)
` [virtio-comment] Re: [virtio] "

[PATCH 00/11] Add support for SUNIV and F1C100s
 2022-01-21  3:16 UTC  (4+ messages)
` [PATCH 02/11] arm: arm926ej-s: add sunxi code

[PATCH] drm/amdgpu: Fix kernel compilation; style
 2022-01-21  3:16 UTC  (2+ messages)

[PATCH] inet: missing lock releases in udp.c
 2022-01-21  3:15 UTC 

[PATCH 0/1] bitbake-worker: Check BB_TASK_NETWORK before disable network for task
 2022-01-21  3:15 UTC  (4+ messages)
` [PATCH 1/1] "
  ` [bitbake-devel] "

[PATCH v3 31/31] RFC: Switch rpi over to use bootstd
 2022-01-21  3:12 UTC  (12+ messages)

[PATCH nf-next] netfilter: conntrack: pptp: use single option structure
 2022-01-21  3:10 UTC 

[PATCH v2 1/2] target/riscv: iterate over a table of decoders
 2022-01-21  3:02 UTC  (9+ messages)
` [PATCH v2 2/2] target/riscv: Add XVentanaCondOps custom extension

[PATCH v2 1/2] dt-bindings: usb: Add analogix anx7411 PD binding
 2022-01-21  3:05 UTC  (6+ messages)
` [PATCH v2 2/2] usb: typec: anx7411: Add Analogix PD ANX7411 support

[PATCH] docs/zh_CN: add PCI acpi-info translation
 2022-01-21  2:58 UTC 

[PATCH v14 00/12] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2022-01-21  2:45 UTC  (3+ messages)
` [PATCH v14 08/12] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0


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.