All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-17 19:08:47 to 2021-02-17 20:17:24 UTC [more...]

Unable to create a chain called "trace"
 2021-02-17 20:16 UTC  (10+ messages)

stable-rc/linux-5.10.y build: 195 builds: 0 failed, 195 passed, 13 warnings (v5.10.17)
 2021-02-17 20:16 UTC 

+ mm-gfp-add-kernel-doc-for-gfp_t.patch added to -mm tree
 2021-02-17 20:16 UTC 

[PATCH v1 00/18] Add HANTRO G2/HEVC decoder support for IMX8MQ
 2021-02-17 20:15 UTC  (36+ messages)
` [PATCH v1 02/18] media: hantro: Define HEVC codec profiles and supported features
` [PATCH v1 03/18] arm64: dts: imx8mq-evk: add reserve memory node for CMA region
` [PATCH v1 04/18] media: hevc: add structures for hevc codec
` [PATCH v1 05/18] media: controls: Add control for HEVC codec
` [PATCH v1 06/18] media: hantro: Make sure that ctx->codex_ops is set
` [PATCH v1 07/18] media: hantro: Add a field to distinguish the hardware versions
` [PATCH v1 15/18] media: hantro: handle V4L2_PIX_FMT_HEVC_SLICE control

[PATCH bpf-next] bpf: devmap: move drop error path to devmap for XDP_REDIRECT
 2021-02-17 20:15 UTC  (2+ messages)

[RFC v2 0/7] vDPA shadow virtqueue - notifications forwarding
 2021-02-17 20:11 UTC  (7+ messages)
` [RFC v2 6/7] vhost: Route guest->host notification through shadow virtqueue
` [RFC v2 7/7] vhost: Route host->guest "

[PATCH] drm/msm/a6xx: fix for kernels without CONFIG_NVMEM
 2021-02-17 20:18 UTC  (6+ messages)

[dm-crypt] How to attached a detached header?
 2021-02-17 20:14 UTC  (3+ messages)

Redfish v1/Systems/system/EthernetInterfaces
 2021-02-17 20:13 UTC  (4+ messages)

[Patch bpf-next v4 0/5] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-02-17 20:12 UTC  (5+ messages)
` [Patch bpf-next v4 4/5] skmsg: move sk_redir from TCP_SKB_CB to skb

[PATCH] irqdomain: remove debugfs_file from struct irq_domain
 2021-02-17 20:10 UTC  (4+ messages)

[MPTCP] Re: insonsistend subflow creation policy ?!?
 2021-02-17 20:12 UTC 

[igt-dev] [PATCH i-g-t 1/2] tests/kms_rotation_crc: reduce executions time on multiplane tests
 2021-02-17 20:12 UTC  (2+ messages)
` [igt-dev] [PATCH i-g-t 2/2] HAX remove rotation test from blacklist

RFC on packfile URIs and .gitmodules check
 2021-02-17 20:11 UTC  (5+ messages)
` [PATCH 0/4] Check .gitmodules when using packfile URIs
  ` [PATCH 4/4] fetch-pack: print and use dangling .gitmodules

[Intel-gfx] [PATCH] drm/i915: Wait for scanout to stop when sanitizing planes
 2021-02-17 20:11 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

FAILED: patch "[PATCH] scsi: qla2xxx: Fix crash during driver load on big endian" failed to apply to 4.19-stable tree
 2021-02-17 20:10 UTC  (2+ messages)

[PATCH 4/4] fetch-pack: print and use dangling .gitmodules
 2021-02-17 20:10 UTC  (2+ messages)

[Virtio-fs] Question on ACLs support in virtiofs
 2021-02-17 20:08 UTC  (6+ messages)

[PATCH bpf-next 0/8] PROG_TEST_RUN support for sk_lookup programs
 2021-02-17 20:08 UTC  (2+ messages)

[MPTCP] Re: [MPTCP][PATCH mptcp-next] mptcp: drop unused subflow in mptcp_pm_subflow_established
 2021-02-17 20:09 UTC 

[RELEASE] Userspace RCU 0.11.3 and 0.12.2
 2021-02-17 20:06 UTC  (2+ messages)
` [lttng-dev] "

[Intel-gfx] [PATCH] drm/i915/display: Compute aux ch power domain during DDI initialization
 2021-02-17 20:07 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH][next] HID: playstation: fix array size comparison (off-by-one)
 2021-02-17 20:04 UTC  (2+ messages)

[PATCH v3 00/23] plugins/next pre-PR (hwprofile, regression fixes, icount count fix)
 2021-02-17 19:59 UTC  (3+ messages)
` [PATCH v3 22/23] tests/plugin: allow memory plugin to do both inline and callbacks

[PATCH 4/4] fetch-pack: print and use dangling .gitmodules
 2021-02-17 20:05 UTC  (17+ messages)
` [PATCH 00/14] fsck: API improvements
` [PATCH 01/14] fsck.h: indent arguments to of fsck_set_msg_type
` [PATCH 02/14] fsck.h: use use "enum object_type" instead of "int"
` [PATCH 03/14] fsck.c: rename variables in fsck_set_msg_type() for less confusion
` [PATCH 04/14] fsck.c: move definition of msg_id into append_msg_id()
` [PATCH 05/14] fsck.c: rename remaining fsck_msg_id "id" to "msg_id"
` [PATCH 06/14] fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
` [PATCH 07/14] fsck.c: call parse_msg_type() early in fsck_set_msg_type()
` [PATCH 08/14] fsck.c: undefine temporary STR macro after use
` [PATCH 09/14] fsck.c: give "FOREACH_MSG_ID" a more specific name
` [PATCH 10/14] fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.h
` [PATCH 11/14] fsck.c: pass along the fsck_msg_id in the fsck_error callback
` [PATCH 12/14] fsck.c: add an fsck_set_msg_type() API that takes enums
` [PATCH 13/14] fsck.h: update FSCK_OPTIONS_* for object_name
` [PATCH 14/14] fsck.c: move gitmodules_{found,done} into fsck_options

[Buildroot] [git commit] docs/website: update for 2020.02.11
 2021-02-17 20:04 UTC 

stable-rc/linux-4.9.y build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.257)
 2021-02-17 20:03 UTC 

[PATCH] pstore: remove redundant initialization of variable zipped_len
 2021-02-17 20:02 UTC 

[PATCH 00/10] repack: support repacking into a geometric sequence
 2021-02-17 20:01 UTC  (20+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 3/8] builtin/pack-objects.c: add '--stdin-packs' option
  ` [PATCH v2 5/8] p5303: measure time to repack with keep
  ` [PATCH v2 6/8] builtin/pack-objects.c: rewrite honor-pack-keep logic
  ` [PATCH v2 7/8] packfile: add kept-pack cache for find_kept_pack_entry()
  ` [PATCH v2 8/8] builtin/repack.c: add '--geometric' option

[PATCH 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-02-17 19:59 UTC  (8+ messages)
` [PATCH 1/6] sequencer: export subject_length()
  ` [PATCH 2/6] commit: add amend suboption to --fixup to create amend! commit
  ` [PATCH 3/6] commit: add a reword suboption to --fixup
  ` [PATCH 4/6] t7500: add tests for --fixup[amend|reword] options

[PATCH 0/6] Python / Acceptance Tests: improve logging
 2021-02-17 19:58 UTC  (9+ messages)
` [PATCH 1/6] Python: close the log file kept by QEMUMachine before reading it
` [PATCH 2/6] Python: expose QEMUMachine's temporary directory

[Buildroot] [git commit] Update for 2020.02.11
 2021-02-17 20:00 UTC 

[Intel-gfx] [PATCH 00/12] drm/i915/bios: vbt child device rework
 2021-02-17 19:58 UTC  (14+ messages)
` [Intel-gfx] [PATCH 04/12] drm/i915/bios: limit default outputs to ports A through F
` [Intel-gfx] [PATCH 06/12] drm/i915/bios: rename display_device_data to intel_bios_encoder_data
` [Intel-gfx] [PATCH 08/12] drm/i915/vbt: add helper functions to check output support

[PATCH v2] IOMMU not supported by vhost-user
 2021-02-17 19:55 UTC 

[PATCH 0/3] fix some doc rendering issues since v2.30.0
 2021-02-17 19:56 UTC  (4+ messages)
` [PATCH 1/3] rev-list-options.txt: fix rendering of bonus paragraph
` [PATCH 2/3] git.txt: fix monospace rendering
` [PATCH 3/3] gitmailmap.txt: fix rendering of e-mail addresses

[Buildroot] Buildroot 2020.02.11 released
 2021-02-17 19:57 UTC 

[PATCH 1/4] perf buildid-cache: Don't skip 16-byte build-ids
 2021-02-17 19:54 UTC  (5+ messages)

[PATCH 0/4] perf: Fix archive/debugcache PE files
 2021-02-17 19:53 UTC  (5+ messages)
` [PATCH 1/2] perf report: Remove redundant libbfd checks
    ` [PATCH 2/2] perf buildid-cache: Add test for 16-byte build-id

[PATCH] mtd: don't lock when recursively deleting partitions
 2021-02-17 19:53 UTC 

[PATCH v5 00/10] Improve signal performance on PPC64 with KUAP
 2021-02-17 19:53 UTC  (13+ messages)
` [PATCH v5 05/10] powerpc/signal64: Remove TM ifdefery in middle of if/else block
` [PATCH v5 06/10] powerpc/signal64: Replace setup_sigcontext() w/ unsafe_setup_sigcontext()
` [PATCH v5 07/10] powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext()
` [PATCH v5 10/10] powerpc/signal64: Use __get_user() to copy sigset_t

[PATCH] drivers/base/cpu: remove redundant initialization of variable retval
 2021-02-17 19:51 UTC 

HSR/PRP sequence counter issue with Cisco Redbox
 2021-02-17 19:51 UTC  (6+ messages)
  ` AW: "

[PATCH] epoll_wait.2: tfix
 2021-02-17  8:00 UTC 

5.10 LTS Kernel: 2 or 6 years?
 2021-02-17 19:48 UTC  (7+ messages)

[MPTCP] Re: [PATCH mptcp-net] mptcp: fix DATA_FIN processing for orphaned sockets
 2021-02-17 19:50 UTC 

[Buildroot] [PATCH v3] package/log4qt: new package
 2021-02-17 19:49 UTC 

[PATCH 0/2] Fix listener and add trace file validation
 2021-02-17 19:46 UTC  (3+ messages)
` [PATCH 2/2] trace-cmd: Fix broken listener and add error checks

[PATCH 2/4] http-fetch: allow custom index-pack args
 2021-02-17 19:46 UTC  (2+ messages)

[PATCH BlueZ 1/3] avdtp: Fix setting disconnect timer when there is no local endpoints
 2021-02-17 19:45 UTC  (3+ messages)
` [BlueZ,1/3] "

[RFC PATCH 0/5] Add hugetlb soft dirty support
 2021-02-17 19:44 UTC  (7+ messages)
` [RFC PATCH 2/5] hugetlb: enhance hugetlb fault processing to support soft dirty
` [RFC PATCH 3/5] mm proc/task_mmu.c: add soft dirty pte checks for hugetlb
` [RFC PATCH 4/5] hugetlb: don't permit pmd sharing if soft dirty in use

Should RCU_BOOST kernels use hrtimers in GP kthread?
 2021-02-17 19:43 UTC  (6+ messages)

[PATCH v3 1/1] kernel/crash_core: Add crashkernel=auto for vmcore creation
 2021-02-17 19:42 UTC  (6+ messages)

[PATCH] of: property: fw_devlink: Ignore interrupts property for some configs
 2021-02-17 19:42 UTC  (2+ messages)

[PATCH 1/2] vdpa/mlx5: Fix suspend/resume index restoration
 2021-02-17 19:42 UTC  (3+ messages)

Improve group scanning in mballoc
 2021-02-17 19:41 UTC  (3+ messages)
` [PATCH v2 4/5] ext4: improve cr 0 / cr 1 group scanning

[PATCH 0/6 V2] exportd: The NFSv4 only mounting daemon
 2021-02-17 19:42 UTC  (7+ messages)
` [PATCH 1/6] exportd: the initial shell of the v4 export support
` [PATCH 2/6] exportd: Moved cache upcalls routines into libexport.a
` [PATCH 3/6] exportd: multiple threads
` [PATCH 4/6] exportd/exportfs: Add the state-directory-path option
` [PATCH 5/6] exportd: Enabled junction support
` [PATCH 6/6] exportd: systemd unit files

[PATCH v4 00/24] python: create installable package
 2021-02-17 19:39 UTC  (6+ messages)
` [PATCH v4 08/24] python: Add pipenv support

[PATCH 1/2] hugetlb: fix update_and_free_page contig page struct assumption
 2021-02-17 19:38 UTC  (3+ messages)

[PATCH v4 14/16] rpmsg: char: introduce a RPMsg driver for the RPMsg char device
 2021-02-17 19:39 UTC 

[Buildroot] [git commit branch/2020.02.x] CHANGES: correct 2020.02.11 release date
 2021-02-17 19:39 UTC 

[MPTCP] Re: [MPTCP][PATCH v2 mptcp-next] Squash to "mptcp: add rm_list in mptcp_out_options"
 2021-02-17 19:37 UTC 

[Outreachy] Project blog - 9
 2021-02-17 19:36 UTC 

[Buildroot] [git commit branch/2020.02.x] Update for 2020.02.11
 2021-02-17 19:36 UTC 

[PATCH] drm/shmem-helper: Don't remove the offset in vm_area_struct pgoff
 2021-02-17 19:33 UTC  (3+ messages)

[PATCH kernel 0/2] powerpc/iommu: Stop crashing the host when VM is terminated
 2021-02-17 19:32 UTC  (7+ messages)
` [PATCH kernel 1/2] powerpc/iommu: Allocate it_map by vmalloc
` [PATCH kernel 2/2] powerpc/iommu: Do not immediately panic when failed IOMMU table allocation

[PATCH v3 1/2] drm/i915/gen9bc: Handle TGP PCH during suspend/resume
 2021-02-17 19:31 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v4] drm/i915/gen9bc: Handle TGP PCH during suspend/resume (rev2)

[PATCH] target/mips: Remove XBurst Media eXtension Unit dead code
 2021-02-17 19:27 UTC  (2+ messages)

[Buildroot] [PATCH] package/mawk: new package
 2021-02-17 19:30 UTC 

[PATCH 5.10 000/104] 5.10.17-rc1 review
 2021-02-17 19:27 UTC  (5+ messages)
` [PATCH 5.10 098/104] switchdev: mrp: Remove SWITCHDEV_ATTR_ID_MRP_PORT_STAT

drivers/mtd/nand/onenand/onenand_omap2.c:385:17: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2021-02-17 19:26 UTC  (2+ messages)

+ mm-memcontrol-fix-swap-undercounting-in-cgroup2.patch added to -mm tree
 2021-02-17 19:26 UTC 

[PATCH mlx5-next v6 1/4] PCI: Add sysfs callback to allow MSI-X table size change of SR-IOV VFs
 2021-02-17 19:25 UTC  (3+ messages)

[PATCH v2 00/11] drm/qxl: a collection of fixes
 2021-02-17 19:24 UTC  (21+ messages)
` [PATCH v2 02/11] drm/qxl: more fence wait rework
` [PATCH v2 03/11] drm/qxl: use ttm bo priorities
` [PATCH v2 04/11] drm/qxl: fix lockdep issue in qxl_alloc_release_reserved
` [PATCH v2 05/11] drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_locked
` [PATCH v2 06/11] drm/qxl: add qxl_bo_vmap/qxl_bo_vunmap

[igt-dev] [PATCH i-g-t 1/2] tests/kms_rotation_crc: reduce executions time on multiplane tests
 2021-02-17 19:25 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/2] "

[PULL 0/6] virtiofs queue
 2021-02-17 19:18 UTC  (3+ messages)
  ` [Virtio-fs] "

[Patch bpf-next v3 0/5] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-02-17 19:19 UTC  (5+ messages)
` [Patch bpf-next v3 4/5] skmsg: use skb ext instead of TCP_SKB_CB

[PATCH 1/3] Input: applespi: Don't wait for responses to commands indefinitely
 2021-02-17 19:07 UTC  (3+ messages)
` [PATCH 2/3] Input: applespi: Fix occasional crc errors under load
` [PATCH 3/3] Input: applespi: Add trace_event module param for early tracing

[PATCH v4] printk: Userspace format enumeration support
 2021-02-17 19:17 UTC  (6+ messages)
` output: was: "

[PATCH] ath11k: print hardware name and version during initialisation
 2021-02-17 19:16 UTC  (2+ messages)

[PATCH v25 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2021-02-17 19:11 UTC  (6+ messages)
` [PATCH v25 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

+ mm-compaction-make-fast_isolate_freepages-stay-within-zone.patch added to -mm tree
 2021-02-17 19:14 UTC 

stable-rc/linux-4.14.y build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.221)
 2021-02-17 19:13 UTC 

[PATCH] irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLER
 2021-02-17 19:10 UTC  (3+ messages)

+ maintainers-add-uapi-directories-to-api-abi-section.patch added to -mm tree
 2021-02-17 19:09 UTC 

[linux-next:master 11556/11658] net/dsa/tag_rtl4_a.c:57:12: sparse: sparse: incorrect type in assignment (different base types)
 2021-02-17 19:08 UTC  (2+ messages)


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.