All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-05 04:22:57 to 2021-03-05 05:44:16 UTC [more...]

[PATCH v2 00/14] Add binding updates and DT files for SC7280 SoC
 2021-03-05  5:44 UTC  (7+ messages)
` [PATCH v2 05/14] arm64: dts: qcom: sc7280: Add RSC and PDC devices
` [PATCH v2 12/14] arm64: dts: qcom: sc7280: Add SPMI PMIC arbiter device for SC7280

[block] 52f019d43c: ndctl.test-libndctl.fail
 2021-03-05  5:59 UTC 

[f2fs-dev] [PATCH v2] f2fs: fix error handling in f2fs_end_enable_verity()
 2021-03-05  5:43 UTC  (2+ messages)
`  "

[PATCH net-next RFC] net: x25: Queue received packets in the drivers instead of per-CPU queues
 2021-03-05  5:43 UTC 

[PATCH v2] arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems
 2021-03-05  5:41 UTC  (2+ messages)

[PATCH] tracing: fix memory leaks in __create_synth_event()
 2021-03-05  5:40 UTC  (3+ messages)

[PATCH V3 0/2] arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory
 2021-03-05  5:38 UTC  (8+ messages)
` [PATCH V3 1/2] "
` [PATCH V3 2/2] arm64/mm: Reorganize pfn_valid()

A note on the 5.12-rc1 tag
 2021-03-05  5:39 UTC  (3+ messages)

[PATCH 0/3] Add support for PMK8350 PON_HLOS PMIC peripheral
 2021-03-05  5:38 UTC  (4+ messages)
` [PATCH 1/3] input: pm8941-pwrkey: add "
` [PATCH 2/3] dt-bindings: input: pm8941-pwrkey: Convert power key bindings to yaml
` [PATCH 3/3] dt-bindings: input: pm8941-pwrkey: Add pmk8350 compatible strings

[intel-linux-intel-lts:5.4/yocto 15/1142] include/linux/bits.h:8:26: warning: left shift count >= width of type
 2021-03-05  5:38 UTC 

[xfs] a7aa2aaa5a: Assertion_failed
 2021-03-05  5:38 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: fini data exchange when req_gpu_fini in SRIOV
 2021-03-05  5:38 UTC  (2+ messages)

[dpdk-dev] [PATCH] dpaax: update rel_notes for changes
 2021-03-05  5:36 UTC 

[PATCH] common: board_f: Restore 85xx watchdog support
 2021-03-05  5:36 UTC  (3+ messages)

[PATCH] arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems
 2021-03-05  5:33 UTC  (6+ messages)

stable-rc/queue/4.19 build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.178-41-g1dffbe1ea7ec)
 2021-03-05  5:35 UTC 

[PATCH] drm/amdkfd: Fix UBSAN shift-out-of-bounds warning
 2021-03-05  5:35 UTC  (2+ messages)

[PATCH net] net: tcp: don't allocate fast clones for fastopen SYN
 2021-03-05  5:33 UTC  (14+ messages)

arch/mips/mm/tlbex.c:2599 check_pabits() warn: always true condition '(fillbits >= ((__builtin_constant_p(0)) < 2) - __builtin_clzll(0)):((4 <= 4)) => (0-u32max >= 0)'
 2021-03-05  5:32 UTC  (2+ messages)

Yocto Technical Team Minutes/Engineering Sync for Mar 2, 2021
 2021-03-05  5:33 UTC 

FAILED: patch "[PATCH] zsmalloc: account the number of compacted pages correctly" failed to apply to 5.10-stable tree
 2021-03-05  5:30 UTC  (2+ messages)

[PATCH 00/45 v3] xfs: consolidated log and optimisation changes
 2021-03-05  5:11 UTC  (46+ messages)
` [PATCH 01/45] xfs: initialise attr fork on inode create
` [PATCH 02/45] xfs: log stripe roundoff is a property of the log
` [PATCH 03/45] xfs: separate CIL commit record IO
` [PATCH 04/45] xfs: remove xfs_blkdev_issue_flush
` [PATCH 05/45] xfs: async blkdev cache flush
` [PATCH 06/45] xfs: CIL checkpoint flushes caches unconditionally
` [PATCH 07/45] xfs: remove need_start_rec parameter from xlog_write()
` [PATCH 08/45] xfs: journal IO cache flush reductions
` [PATCH 09/45] xfs: Fix CIL throttle hang when CIL space used going backwards
` [PATCH 10/45] xfs: reduce buffer log item shadow allocations
` [PATCH 11/45] xfs: xfs_buf_item_size_segment() needs to pass segment offset
` [PATCH 12/45] xfs: optimise xfs_buf_item_size/format for contiguous regions
` [PATCH 13/45] xfs: xfs_log_force_lsn isn't passed a LSN
` [PATCH 14/45] xfs: AIL needs asynchronous CIL forcing
` [PATCH 15/45] xfs: CIL work is serialised, not pipelined
` [PATCH 16/45] xfs: type verification is expensive
` [PATCH 17/45] xfs: No need for inode number error injection in __xfs_dir3_data_check
` [PATCH 18/45] xfs: reduce debug overhead of dir leaf/node checks
` [PATCH 19/45] xfs: factor out the CIL transaction header building
` [PATCH 20/45] xfs: only CIL pushes require a start record
` [PATCH 21/45] xfs: embed the xlog_op_header in the unmount record
` [PATCH 22/45] xfs: embed the xlog_op_header in the commit record
` [PATCH 23/45] xfs: log tickets don't need log client id
` [PATCH 24/45] xfs: move log iovec alignment to preparation function
` [PATCH 25/45] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 26/45] xfs: log ticket region debug is largely useless
` [PATCH 27/45] xfs: pass lv chain length into xlog_write()
` [PATCH 28/45] xfs: introduce xlog_write_single()
` [PATCH 29/45] xfs:_introduce xlog_write_partial()
` [PATCH 30/45] xfs: xlog_write() no longer needs contwr state
` [PATCH 31/45] xfs: CIL context doesn't need to count iovecs
` [PATCH 32/45] xfs: use the CIL space used counter for emptiness checks
` [PATCH 33/45] xfs: lift init CIL reservation out of xc_cil_lock
` [PATCH 34/45] xfs: rework per-iclog header CIL reservation
` [PATCH 35/45] xfs: introduce per-cpu CIL tracking sructure
` [PATCH 36/45] xfs: implement percpu cil space used calculation
` [PATCH 37/45] xfs: track CIL ticket reservation in percpu structure
` [PATCH 38/45] xfs: convert CIL busy extents to per-cpu
` [PATCH 39/45] xfs: Add order IDs to log items in CIL
` [PATCH 40/45] xfs: convert CIL to unordered per cpu lists
` [PATCH 41/45] xfs: move CIL ordering to the logvec chain
` [PATCH 42/45] xfs: __percpu_counter_compare() inode count debug too expensive
` [PATCH 43/45] xfs: avoid cil push lock if possible
` [PATCH 44/45] xfs: xlog_sync() manually adjusts grant head space
` [PATCH 45/45] xfs: expanding delayed logging design with background material

FAILED: patch "[PATCH] zsmalloc: account the number of compacted pages correctly" failed to apply to 5.4-stable tree
 2021-03-05  5:28 UTC  (2+ messages)

[PATCH v3 0/9] docs/zh_CN: Improve language in zh_CN/process/
 2021-03-05  5:28 UTC  (10+ messages)
` [PATCH v3 1/9] docs/zh_CN: Improve zh_CN/process/index.rst
` [PATCH v3 2/9] docs/zh_CN: Improve zh_CN/process/1.Intro.rst
` [PATCH v3 3/9] docs/zh_CN: Improve zh_CN/process/2.Process.rst
` [PATCH v3 4/9] docs/zh_CN: Improve zh_CN/process/3.Early-stage.rst
` [PATCH v3 5/9] docs/zh_CN: Improve zh_CN/process/4.Coding.rst
` [PATCH v3 6/9] docs/zh_CN: Improve zh_CN/process/5.Posting.rst
` [PATCH v3 7/9] docs/zh_CN: Improve zh_CN/process/6.Followthrough
` [PATCH v3 8/9] docs/zh_CN: Improve zh_CN/process/7.AdvancedTopics
` [PATCH v3 9/9] docs/zh_CN: Improve zh_CN/process/8.Conclusion.rst

[PATCH net-next 0/6] net: qualcomm: rmnet: stop using C bit-fields
 2021-03-05  5:26 UTC  (9+ messages)
` [PATCH net-next 4/6] net: qualcomm: rmnet: use field masks instead of "
` [PATCH net-next 5/6] net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum trailer
` [PATCH net-next 6/6] net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum header

FAILED: patch "[PATCH] zsmalloc: account the number of compacted pages correctly" failed to apply to 4.19-stable tree
 2021-03-05  5:24 UTC  (2+ messages)

[jgunthorpe:pr/3 63/70] drivers/vfio/vfio.c:905:56: error: 'noiommu' undeclared
 2021-03-05  5:23 UTC 

FAILED: patch "[PATCH] zsmalloc: account the number of compacted pages correctly" failed to apply to 4.14-stable tree
 2021-03-05  5:22 UTC  (2+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2021-03-05  5:21 UTC  (5+ messages)
` [PATCH 057/141] watchdog: "

[intel-linux-intel-lts:5.4/yocto 13/1142] drivers/crypto/keembay/keembay-ocs-ecc-core.c:574:5: warning: no previous prototype for 'kmb_ecc_gen_privkey'
 2021-03-05  5:20 UTC 

FAILED: patch "[PATCH] zsmalloc: account the number of compacted pages correctly" failed to apply to 4.9-stable tree
 2021-03-05  5:17 UTC  (2+ messages)

[android-common:android-4.19-stable 5/7] net/xfrm/xfrm_compat.c:566 xfrm_user_rcv_msg_compat() error: kvmalloc() only makes sense with GFP_KERNEL
 2021-03-05  5:18 UTC 

[PATCH] PCI: Take __pci_set_master in do_pci_disable_device
 2021-03-05  5:17 UTC  (3+ messages)

[PATCH] usb: cdnsp: Fixes incorrect value in ISOC TRB
 2021-03-05  5:16 UTC  (2+ messages)

FAILED: patch "[PATCH] zsmalloc: account the number of compacted pages correctly" failed to apply to 4.4-stable tree
 2021-03-05  5:13 UTC  (2+ messages)

[PATCH] usb: cdnsp: Fixes incorrect value in ISOC TRB
 2021-03-05  5:10 UTC 

[PATCH v3 0/7] Add SR-IOV support in PCIe Endpoint Core
 2021-03-05  5:04 UTC  (24+ messages)
` [PATCH v3 1/7] dt-bindings: PCI: pci-ep: Add binding to specify virtual function
` [PATCH v3 2/7] PCI: endpoint: Add support to add virtual function in endpoint core
` [PATCH v3 3/7] PCI: endpoint: Add support to link a physical function to a virtual function
` [PATCH v3 4/7] PCI: endpoint: Add virtual function number in pci_epc ops
` [PATCH v3 5/7] PCI: cadence: Add support to configure virtual functions
` [PATCH v3 6/7] misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV device
` [PATCH v3 7/7] Documentation: PCI: endpoint/pci-endpoint-cfs: Guide to use SR-IOV

BUG: soft lockup in corrupted
 2021-03-05  5:06 UTC 

security/integrity/platform_certs/keyring_handler.c:62:30: warning: no previous prototype for function 'get_handler_for_db'
 2021-03-05  5:05 UTC  (2+ messages)

[PATCH v2 00/37] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-05  5:03 UTC  (14+ messages)
` [PATCH v2 01/37] KVM: PPC: Book3S 64: remove unused kvmppc_h_protect argument
` [PATCH v2 05/37] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH v2 06/37] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point

[PATCH -next] phy: ralink: phy-mt7621-pci: fix return value check in mt7621_pci_phy_probe()
 2021-03-05  4:59 UTC  (4+ messages)

[RFC PATCH v1] powerpc: Enable KFENCE for PPC32
 2021-03-05  5:01 UTC  (13+ messages)

[PATCH v8 4/5] dma-buf: system_heap: Add drm pagepool support to system heap
 2021-03-05  5:00 UTC  (3+ messages)

stable-rc/queue/4.19 baseline: 106 runs, 5 regressions (v4.19.178-20-g343507cdf71e2)
 2021-03-05  4:59 UTC 

[PATCH v2] format-patch: allow a non-integral version numbers
 2021-03-05  4:56 UTC  (4+ messages)
` [PATCH v3] "

[meta-security][dunfell][PATCH 0/9] Some IMA/EVM fixes to dunfell branch
 2021-03-05  4:54 UTC  (2+ messages)

ld.lld: error: debug_core.c:(.init.text+0xB4): relocation R_RISCV_ALIGN requires unimplemented linker relaxation; recompile with -mno-relax
 2021-03-05  4:53 UTC 

[PATCH] gpu: drm: swsmu: fix error return code of smu_v11_0_set_allowed_mask()
 2021-03-05  3:54 UTC 

[PATCH 0/2] fs-verity: fix error handling in ->end_enable_verity()
 2021-03-05  4:52 UTC  (5+ messages)
` [PATCH 2/2] f2fs: fix error handling in f2fs_end_enable_verity()
  ` [f2fs-dev] "

[frank-w-bpi-r2-4.14:5.12-rc 7/8] drivers/soc/mediatek/mtk-pmic-wrap.c:2022:16: warning: no previous prototype for 'pwrap_node_to_regmap'
 2021-03-05  4:45 UTC 

kernel/trace/trace_events_hist.c:3495:12: warning: stack frame size of 2112 bytes in function 'action_create'
 2021-03-05  4:44 UTC  (2+ messages)

[PATCH] [v2] Input: Add "Share" button to Microsoft Xbox One controller
 2021-03-05  4:42 UTC  (5+ messages)

[PATCH v17 0/9] Free some vmemmap pages of HugeTLB page
 2021-03-05  4:41 UTC  (5+ messages)
` [PATCH v17 3/9] mm: hugetlb: free the vmemmap pages associated with each "
    ` [External] "

cron job: media_tree daily build: ERRORS
 2021-03-05  4:35 UTC 

[PATCH] perf pmu: Validate raw event with sysfs exported format bits
 2021-03-05  4:32 UTC  (5+ messages)

stable-rc/queue/4.14 baseline: 139 runs, 6 regressions (v4.14.223-18-gf8c6d72769b4d)
 2021-03-05  4:27 UTC 

[PATCH v4 00/25] Page folios
 2021-03-05  4:19 UTC  (16+ messages)
` [PATCH v4 11/25] mm/memcg: Add folio wrappers for various memcontrol functions
` [PATCH v4 12/25] mm/filemap: Add unlock_folio
` [PATCH v4 13/25] mm/filemap: Add lock_folio
` [PATCH v4 14/25] mm/filemap: Add lock_folio_killable
` [PATCH v4 15/25] mm/filemap: Convert lock_page_async to lock_folio_async
` [PATCH v4 16/25] mm/filemap: Convert end_page_writeback to end_folio_writeback
` [PATCH v4 17/25] mm/filemap: Add wait_on_folio_locked & wait_on_folio_locked_killable
` [PATCH v4 18/25] mm/page-writeback: Add wait_on_folio_writeback
` [PATCH v4 19/25] mm/page-writeback: Add wait_for_stable_folio
` [PATCH v4 20/25] mm/filemap: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH v4 21/25] mm/filemap: Add __lock_folio_or_retry
` [PATCH v4 22/25] mm/filemap: Convert wake_up_page_bit to wake_up_folio_bit
` [PATCH v4 23/25] mm/page-writeback: Convert test_clear_page_writeback to take a folio
` [PATCH v4 24/25] mm/filemap: Convert page wait queues to be folios
` [PATCH v4 25/25] cachefiles: Switch to wait_page_key

[PATCH 5.12 0/8] remove task file notes
 2021-03-05  4:25 UTC  (3+ messages)
` [PATCH 8/8] io_uring: warn when ring exit takes too long

[PATCH V2 1/2] arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory
 2021-03-05  4:22 UTC  (12+ messages)

[PATCH] opp: Invalidate current opp when draining the opp list
 2021-03-05  4:24 UTC  (2+ messages)

[gatesgarth][PATCH 00/52] review request
 2021-03-05  4:21 UTC  (11+ messages)
` [gatesgarth][PATCH 43/52] bitbake.conf/image: Move image specific PSEUDO_IGNORE_PATHS to image class
` [gatesgarth][PATCH 44/52] bitbake.conf: Split PSEUDO_IGNORE_PATHS to be more readable
` [gatesgarth][PATCH 45/52] oeqa/pam: Need shadow installed for the tests
` [gatesgarth][PATCH 46/52] valgrind: Increase timeout duration 30 -> 90 s
` [gatesgarth][PATCH 47/52] parted: Fix reproducibility issue
` [gatesgarth][PATCH 48/52] yocto-uninative.inc: version 2.11 updates glibc to 2.33
` [gatesgarth][PATCH 49/52] yocto-uninative.inc: version 3.0 incorporate seccomp filter workaround
` [gatesgarth][PATCH 50/52] bind: fix CVE-2020-8625
` [gatesgarth][PATCH 51/52] python3: fix CVE-2021-23336
` [gatesgarth][PATCH 52/52] libsdl2: fix CVE-2020-14409 CVE-2020-14410

[PATCH] MIPS: Support large stack
 2021-03-05  3:12 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.