All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-28 19:53:23 to 2021-08-29 02:15:57 UTC [more...]

post-receive: pub/scm/linux/kernel/git/sashal/linux-stable
 2021-08-29  2:15 UTC 

[PATCH] doc: Add documentation about devicetree usage
 2021-08-29  2:07 UTC  (5+ messages)

[PATCH] docs: pdfdocs: Fix typo in CJK-language specific font settings
 2021-08-29  2:06 UTC 

[PATCH] profiling: fix shift-out-of-bounds in profile_setup
 2021-08-29  1:57 UTC  (4+ messages)
` [PATCH v2] profiling: fix shift-out-of-bounds bugs

[syzbot] INFO: task hung in do_proc_bulk
 2021-08-29  1:58 UTC  (3+ messages)
  ` [PATCH] USB: core: Make usb_start_wait_urb() interruptible

[RFC 00/10] hw/mos6522: VIA timer emulation fixes and improvements
 2021-08-29  1:55 UTC  (9+ messages)
` [RFC 09/10] hw/mos6522: Avoid using discrepant QEMU clock values
` [RFC 06/10] hw/mos6522: Implement oneshot mode

[drm-drm-intel:drm-intel-next 4/5] drivers/gpu/drm/i915/display/intel_fdi.c:917:6: warning: comparison of integers of different signs: 'unsigned long long' and 'int'
 2021-08-29  1:54 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/swupdate: update service/init configs
 2021-08-29  1:54 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/sashal/linux-stable
 2021-08-29  1:49 UTC 

[PATCH v7 00/19] gfs2: Fix mmap + page fault deadlocks
 2021-08-29  1:40 UTC  (34+ messages)
` [PATCH v7 05/19] iov_iter: Introduce fault_in_iov_iter_writeable
  ` [Ocfs2-devel] "
                    ` [Cluster-devel] "

[wireless-drivers-next:pending] BUILD SUCCESS 44482467ab3aa48f59ef82171b13833366fd8a98
 2021-08-29  1:41 UTC 

[Intel-wired-lan] [tnguy-next-queue:1GbE] BUILD SUCCESS 1ab011b0bf073ef02abf15344bb59e383aa15457
 2021-08-29  1:42 UTC 

[bluetooth-next:master] BUILD SUCCESS b1ac768e2c3e1f49c9244f1ef9b9a4e113f42880
 2021-08-29  1:41 UTC 

❌ FAIL: Test report for kernel 5.14.0-rc7 (mainline.kernel.org-clang, 64b4fc45)
 2021-08-29  1:39 UTC 

[PATCH] Convert CONFIG_SYS_MALLOC_LEN to Kconfig
 2021-08-29  1:34 UTC 

post-receive: pub/scm/linux/kernel/git/xiang/erofs-utils
 2021-08-29  1:24 UTC 

[PATCH] drivers/cdrom: improved ioctl for media change detection
 2021-08-28 10:27 UTC  (5+ messages)

[PATCH] loop: replace loop_ctl_mutex with loop_idr_spinlock
 2021-08-29  1:22 UTC  (6+ messages)
        ` [PATCH v2] loop: reduce the loop_ctl_mutex scope

[jolsa-perf:bpf/batch 3/27] kernel/trace/fgraph.c:341:8: error: use of undeclared identifier 'FTRACE_OPS_GRAPH_STUB'; did you mean 'FTRACE_OPS_FL_STUB'?
 2021-08-29  0:24 UTC  (2+ messages)

[PATCH net-next 1/2] net: dsa: rtl8366rb: support bridge offloading
 2021-08-29  0:26 UTC  (2+ messages)
` [PATCH net-next 2/2] net: dsa: rtl8366: Drop custom VLAN set-up

[PATCH] mm, gpu: fix error when FOLL_MLOCK an unpresent page
 2021-08-29  1:19 UTC 

post-receive: pub/scm/linux/kernel/git/xiang/linux
 2021-08-29  1:16 UTC 

[ext4:dev 18/22] fs/ext4/ext4_jbd2.o: warning: objtool: __ext4_journal_get_write_access()+0x25e: unreachable instruction
 2021-08-29  1:16 UTC  (2+ messages)

[kdave-btrfs-devel:misc-next 39/154] fs/btrfs/compression.o: warning: objtool: btrfs_submit_compressed_read()+0x74b: unreachable instruction
 2021-08-29  0:52 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/xiang/erofs-utils
 2021-08-29  0:47 UTC 

[PATCH] GPU:drm: returning ENOMEM
 2021-08-29  0:46 UTC  (2+ messages)

[linux-next:master 8803/10945] net/ipv4/ip_sockglue.o: warning: objtool: ip_getsockopt()+0xc53: unreachable instruction
 2021-08-29  0:43 UTC  (2+ messages)

fs/cifs/cifs_swn.c:254:3: warning: Value stored to 'ret' is never read [clang-analyzer-deadcode.DeadStores]
 2021-08-29  0:25 UTC 

post-receive: pub/scm/linux/kernel/git/xiang/linux
 2021-08-29  0:20 UTC 

[tpm2] TctiLdr_Initialize
 2021-08-29  0:14 UTC 

[PATCH net-next 00/11] bnxt_en: Implement new driver APIs to send FW messages
 2021-08-29  0:13 UTC  (16+ messages)
` [PATCH net-next 01/11] bnxt_en: remove DMA mapping for KONG response
` [PATCH net-next 02/11] bnxt_en: Refactor the HWRM_VER_GET firmware calls
` [PATCH net-next 03/11] bnxt_en: move HWRM API implementation into separate file
` [PATCH net-next 04/11] bnxt_en: introduce new firmware message API based on DMA pools
` [PATCH net-next 05/11] bnxt_en: discard out of sequence HWRM responses
` [PATCH net-next 06/11] bnxt_en: add HWRM request assignment API
` [PATCH net-next 07/11] bnxt_en: add support for HWRM request slices
` [PATCH net-next 08/11] bnxt_en: use link_lock instead of hwrm_cmd_lock to protect link_info
` [PATCH net-next 09/11] bnxt_en: update all firmware calls to use the new APIs
` [PATCH net-next 10/11] bnxt_en: remove legacy HWRM interface
` [PATCH net-next 11/11] bnxt_en: support multiple HWRM commands in flight

[PATCH] net: spider_net: switch from 'pci_' to 'dma_' API
 2021-08-29  0:09 UTC  (4+ messages)

[tip:master] BUILD SUCCESS 29fb75d44ac4e6b59a463283e7789825ac9aeea1
 2021-08-29  0:01 UTC 

drivers/net/ethernet/google/gve/gve_tx_dqo.c:753:25: warning: variable 'buf' set but not used
 2021-08-29  0:02 UTC  (2+ messages)

[PATCH net] net: dsa: tag_rtl4_a: Fix egress tags
 2021-08-28 23:56 UTC 

Trying to recover data from SSD
 2021-08-28 23:30 UTC  (20+ messages)

Raid 5 where 2 disks out of 4 were unplugged
 2021-08-28 18:02 UTC  (2+ messages)

btrfs mount takes too long time
 2021-08-28 23:47 UTC  (2+ messages)

[jolsa-perf:bpf/batch 16/27] include/linux/bpf_verifier.h:513: undefined reference to `btf_obj_id'
 2021-08-28 23:29 UTC  (2+ messages)

[intel-tdx:guest 94/113] net/ipv4/fib_trie.c:324:13: warning: implicit conversion from 'unsigned long' to 'u32' (aka 'unsigned int') changes value from 2305843009213693946 to 4294967290
 2021-08-28 23:33 UTC  (2+ messages)

post-receive: pub/scm/libs/libcap/libcap
 2021-08-28 23:53 UTC 

[RFC net-next 0/2] Add RTNL interface for SyncE
 2021-08-28 23:49 UTC  (11+ messages)
` [Intel-wired-lan] "
` [RFC net-next 1/2] rtnetlink: Add new RTM_GETSYNCESTATE message to get SyncE status
  ` [Intel-wired-lan] "
` [RFC net-next 2/2] ice: add support for reading SyncE DPLL state
  ` [Intel-wired-lan] "

[soc:for-next] BUILD SUCCESS 5e115b419d2b931203f3531c4f284ae153cfa1ca
 2021-08-28 23:43 UTC 

[kvm:queue 159/163] arch/x86/kvm/mmu/tdp_mmu.o: warning: objtool: kvm_tdp_mmu_map()+0x9f6: unreachable instruction
 2021-08-28 23:42 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/mingo/tip
 2021-08-28 23:17 UTC 

post-receive: pub/scm/linux/kernel/git/mingo/tip
 2021-08-28 23:15 UTC 

incompatible device trees between u-boot and linux
 2021-08-28 23:12 UTC  (12+ messages)

[intel-tdx:guest 72/113] kernel/dma/direct.c:102:20: warning: shift count >= width of type
 2021-08-28 22:46 UTC  (2+ messages)

[meghadey-crypto:d_msix 1/1] kernel/irq/msi.c:122:18: error: no member named 'msix_vec_cnt' in 'struct device'
 2021-08-28 23:02 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.14.0-rc7 (mainline.kernel.org-clang, 8f9d0349)
 2021-08-28 22:55 UTC 

[Buildroot] [PATCH v3 00/16] Overwritten file detection and fixes, one more step to TLP build
 2021-08-28 22:47 UTC  (7+ messages)
` [Buildroot] [PATCH v3 05/16] qt5: Fix sporadic build failure during top-level parallel build
` [Buildroot] [PATCH v3 06/16] package/pkg-qmake.mk: Move QT5_QT_CONF_FIXUP to post-prepare hook
` [Buildroot] [PATCH v3 07/16] package/pkg-generic.mk: detect files overwritten in TARGET_DIR and HOST_DIR

[dpdk-dev] [PATCH v1 00/13] app/test: enable subset of tests on Windows
 2021-08-28 22:44 UTC  (10+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 02/13] driver/mempool: build mempool stack "
  ` [dpdk-dev] [PATCH v2 03/13] eal/windows: return ENOTSUP for not supported API
  ` [dpdk-dev] [PATCH v2 12/13] app/test: replace .sh scripts with .py scripts
  ` [dpdk-dev] [PATCH v2 13/13] app/test: enable subset of unit tests on Windows

Nasty clang loop unrolling
 2021-08-28 22:42 UTC  (2+ messages)

[Bug 213759] New: CD tray ejected on hibernate resume
 2021-08-28 22:40 UTC  (2+ messages)
` [Bug 213759] "

[freescale-fslc:pr/428 14380/20799] drivers/regulator/pca9450-regulator.c:678:16: error: 'pca9450_matches' undeclared
 2021-08-28 22:38 UTC 

[PATCH v2 4/8] iommu/dma: Support granule > PAGE_SIZE in dma_map_sg
 2021-08-28 22:33 UTC  (9+ messages)

[drm-drm-misc:drm-misc-next 2/3] drivers/gpu/drm/drm_gem_shmem_helper.o: warning: objtool: drm_gem_shmem_purge_locked()+0x2f6: unreachable instruction
 2021-08-28 22:22 UTC  (2+ messages)

[PATCH libnetfilter_log 0/6] Implementation of some fields omitted by `ipulog_get_packet`
 2021-08-28 22:19 UTC  (3+ messages)

[PATCH 1/5] ARM: dts: NSP: Add bcm958623hr board name to dts
 2021-08-28 22:14 UTC  (7+ messages)
` [PATCH 3/5] ARM: dts: NSP: Fix MDIO mux node names

[dpdk-dev] [PATCH] lib: remove sched.h from public headers
 2021-08-28 22:13 UTC 

[PATCH v8 0/3] Anonymous VMA naming patches
 2021-08-28 22:06 UTC  (15+ messages)
` [PATCH v8 1/3] mm: rearrange madvise code to allow for reuse
` [PATCH v8 2/3] mm: add a field to store names for private anonymous memory
` [PATCH v8 3/3] mm: add anonymous vma name refcounting

post-receive: pub/scm/linux/kernel/git/nvdimm/nvdimm
 2021-08-28 22:02 UTC 

[intel-tdx:guest 39/113] arch/x86/mm/mem_encrypt_common.c:14:6: warning: no previous prototype for function 'force_dma_unencrypted'
 2021-08-28 22:01 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/cxl/cxl
 2021-08-28 22:00 UTC 

post-receive: pub/scm/linux/kernel/git/cxl/cxl
 2021-08-28 22:00 UTC 

[kbuild:testing15 44/46] Can't open perl script "scripts/merge-symvers.pl": No such file or directory
 2021-08-28 21:53 UTC  (2+ messages)

drivers/soc/samsung/s3c-pm-debug.c:30:9: warning: function 's3c_pm_dbg' might be a candidate for 'gnu_printf' format attribute
 2021-08-28 21:46 UTC  (2+ messages)

drivers/net/ethernet/google/gve/gve_tx.c:507:25: warning: variable 'buf' set but not used
 2021-08-28 21:45 UTC  (2+ messages)

[xen-4.15-testing test] 164511: regressions - FAIL
 2021-08-28 21:44 UTC 

fs/verity/read_metadata.c:38:6: warning: Branch condition evaluates to a garbage value [clang-analyzer-core.uninitialized.Branch]
 2021-08-28 21:44 UTC 

[PATCH] leds: lp50xx: Fix bank enable mask
 2021-08-28 21:42 UTC 

kernel/bpf/btf.c:4596:38: warning: Either the condition 't?btf_type_vlen(t):MAX_BPF_FUNC_REG_ARGS' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
 2021-08-28 21:42 UTC 

io_uring_prep_timeout_update on linked timeouts
 2021-08-28 21:38 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/fio
 2021-08-28 21:38 UTC 

post-receive: pub/scm/linux/kernel/git/cel/linux
 2021-08-28 21:32 UTC 

[PATCH] merge-recursive: use fspathcmp() in path_hashmap_cmp()
 2021-08-28 21:30 UTC 

[PATCH v1 0/4] char: xillybus: Remove usage of the deprecated 'pci-dma-compat.h' API
 2021-08-28 21:26 UTC  (3+ messages)

[PATCH 0/3] staging: r8188eu: cleanup c2h_handler code
 2021-08-28 21:24 UTC  (4+ messages)
` [PATCH 1/3] staging: r8188eu: remove c2h_handler field from struct hal_ops
` [PATCH 2/3] staging: r8188eu: simplify c2h_evt_hdl function
` [PATCH 3/3] staging: r8188eu: remove rtw_hal_c2h_handler function

[Buildroot] [PATCH] configs/beaglev_defconfig: update linux-headers to 5.13
 2021-08-28 21:21 UTC  (3+ messages)

vgabios with voodoo3 suppirt for Bochs
 2021-08-28 21:20 UTC  (2+ messages)

sandbox TPM
 2021-08-28 21:19 UTC  (2+ messages)

[Buildroot] [git commit] docs/manual: fix typo in name of a qmake-package variable
 2021-08-28 20:48 UTC 

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-08-27
 2021-08-28 20:47 UTC  (2+ messages)

[5.14-rc1] mlx5_core receives no interrupts with maxcpus=8
 2021-08-28 20:44 UTC 

[PATCH] RFC: Support an EFI-loader bootflow
 2021-08-28 20:35 UTC 

libnetfilter_queue: automake portability warning
 2021-08-28 20:27 UTC  (4+ messages)

[staging:staging-next] BUILD SUCCESS WITH WARNING 4adb389e08c95fdf91995271932c59250ff0d561
 2021-08-28 20:23 UTC 

[Buildroot] [git commit branch/next] qt5: Fix sporadic build failure during top-level parallel build
 2021-08-28 20:17 UTC 

[Buildroot] [git commit branch/next] package/pkg-qmake.mk: Move QT5_QT_CONF_FIXUP to post-prepare hook
 2021-08-28 20:17 UTC 

kernel/cred.c:363:22: warning: Access to field 'ucounts' results in a dereference of a null pointer [clang-analyzer-core.NullDereference]
 2021-08-28 20:17 UTC 

[PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-28 20:13 UTC  (5+ messages)

[PATCH] rtc: mc146818: Use hours for checking RTC availability
 2021-08-28 20:05 UTC  (2+ messages)
` [PATCH] rtc-mc146818: fix RTC presence check

[Buildroot] [PATCH 1/3] [PATCH 1/1] configs/stm32f469_disco_xip_defconfig: alternative defconfig for XIP
 2021-08-28 20:06 UTC  (4+ messages)
` [Buildroot] [PATCH 2/3] [PATCH v2 "

fs/ocfs2/suballoc.c:2222:21: warning: The left operand of '!=' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 2021-08-28 20:05 UTC 

[PATCH] mt76: mt7915: enable configured beacon tx rate
 2021-08-28 20:01 UTC  (2+ messages)

[PATCH] test-lib: set GIT_CEILING_DIRECTORIES to protect the surrounding repository
 2021-08-28 19:56 UTC  (2+ messages)

[PATCH] staging: r8188eu: core: remove null check before vfree
 2021-08-28 19:56 UTC  (5+ messages)

[meghadey-crypto:d_msix 1/1] kernel/irq/msi.c:122:30: error: 'struct device' has no member named 'msix_vec_cnt'
 2021-08-28 19:54 UTC  (2+ messages)

[PATCH] staging: wlan-ng: Remove filenames from files
 2021-08-28 19:53 UTC 


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.