All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-01 14:59:02 to 2022-10-01 16:53:52 UTC [more...]

[PATCH] kobject: modify kobject_get_path() to take a const *
 2022-10-01 16:53 UTC 

[AUH] base-passwd: upgrading to 3.6.1 FAILED
 2022-10-01 16:53 UTC 

[AUH] wayland-utils: upgrading to 1.1.0 FAILED
 2022-10-01 16:53 UTC 

[AUH] lttng-modules: upgrading to 2.13.7 FAILED
 2022-10-01 16:53 UTC 

[AUH] libxxf86vm: upgrading to 1.1.5 FAILED
 2022-10-01 16:53 UTC 

[AUH] flac: upgrading to 1.4.1 FAILED
 2022-10-01 16:53 UTC 

[AUH] pango: upgrading to 1.50.10 SUCCEEDED
 2022-10-01 16:53 UTC 

[AUH] at-spi2-core: upgrading to 2.46.0 FAILED
 2022-10-01 16:53 UTC 

[AUH] wpebackend-fdo: upgrading to 1.14.0 SUCCEEDED
 2022-10-01 16:53 UTC 

[AUH] puzzles: upgrading to 27dd36e3e642d255702789423bb001b3ff08e8e3 SUCCEEDED
 2022-10-01 16:53 UTC 

[AUH] gsettings-desktop-schemas: upgrading to 43.0 SUCCEEDED
 2022-10-01 16:53 UTC 

[AUH] vulkan-samples: upgrading to 9d39d151dfd7a71a3b1c7bc8c99dd39cca04d3de FAILED
 2022-10-01 16:53 UTC 

[AUH] glslang: upgrading to 1.3.224.1 FAILED
 2022-10-01 16:53 UTC 

[AUH] vulkan-loader: upgrading to 1.3.224.1 FAILED
 2022-10-01 16:53 UTC 

[AUH] weston: upgrading to 11.0.0 FAILED
 2022-10-01 16:53 UTC 

[AUH] libxtst: upgrading to 1.2.4 FAILED
 2022-10-01 16:53 UTC 

[AUH] libwpe: upgrading to 1.14.0 SUCCEEDED
 2022-10-01 16:53 UTC 

[AUH] webkitgtk: upgrading to 2.38.0 FAILED
 2022-10-01 16:53 UTC 

[AUH] diffoscope: upgrading to 223 SUCCEEDED
 2022-10-01 16:53 UTC 

[AUH] pinentry: upgrading to 1.2.1 FAILED
 2022-10-01 16:53 UTC 

[AUH] vte: upgrading to 0.70.0 FAILED
 2022-10-01 16:53 UTC 

[AUH] gnutls: upgrading to 3.7.8 SUCCEEDED
 2022-10-01 16:53 UTC 

[AUH] libffi: upgrading to 3.4.3 SUCCEEDED
 2022-10-01 16:53 UTC 

[AUH] libksba: upgrading to 1.6.1 SUCCEEDED
 2022-10-01 16:53 UTC 

[AUH] powertop: upgrading to 2.15 SUCCEEDED
 2022-10-01 16:53 UTC 

[AUH] libcap: upgrading to 2.66 SUCCEEDED
 2022-10-01 16:53 UTC 

[AUH] Upgrade status: 2022-10-01
 2022-10-01 16:53 UTC 

[AUH] ltp: upgrading to 20220930 SUCCEEDED
 2022-10-01 16:53 UTC 

[PATCH v3 00/42] target/arm: Implement FEAT_HAFDBS
 2022-10-01 16:23 UTC  (33+ messages)
` [PATCH v3 01/42] target/arm: Split s2walk_secure from ipa_secure in get_phys_addr
` [PATCH v3 02/42] target/arm: Add is_secure parameter to get_phys_addr_lpae
` [PATCH v3 03/42] target/arm: Fix S2 disabled check in S1_ptw_translate
` [PATCH v3 04/42] target/arm: Add is_secure parameter to regime_translation_disabled
` [PATCH v3 05/42] target/arm: Split out get_phys_addr_with_secure
` [PATCH v3 06/42] target/arm: Add is_secure parameter to v7m_read_half_insn
` [PATCH v3 07/42] target/arm: Add TBFLAG_M32.SECURE
` [PATCH v3 08/42] target/arm: Merge regime_is_secure into get_phys_addr
` [PATCH v3 09/42] target/arm: Add is_secure parameter to do_ats_write
` [PATCH v3 10/42] target/arm: Fold secure and non-secure a-profile mmu indexes
` [PATCH v3 11/42] target/arm: Reorg regime_translation_disabled
` [PATCH v3 12/42] target/arm: Drop secure check for HCR.TGE vs SCTLR_EL1.M
` [PATCH v3 13/42] target/arm: Introduce arm_hcr_el2_eff_secstate
` [PATCH v3 14/42] target/arm: Hoist read of *is_secure in S1_ptw_translate
` [PATCH v3 15/42] target/arm: Remove env argument from combined_attrs_fwb
` [PATCH v3 16/42] target/arm: Pass HCR to attribute subroutines
` [PATCH v3 17/42] target/arm: Fix ATS12NSO* from S PL1
` [PATCH v3 18/42] target/arm: Split out get_phys_addr_disabled
` [PATCH v3 19/42] target/arm: Fix cacheattr in get_phys_addr_disabled
` [PATCH v3 20/42] target/arm: Use tlb_set_page_full
` [PATCH v3 22/42] target/arm: Use probe_access_full for MTE
` [PATCH v3 23/42] target/arm: Use probe_access_full for BTI
` [PATCH v3 25/42] target/arm: Move ARMMMUIdx_Stage2 to a real tlb mmu_idx
` [PATCH v3 26/42] target/arm: Plumb debug into S1_ptw_translate
` [PATCH v3 27/42] target/arm: Use softmmu tlbs for page table walking
` [PATCH v3 28/42] target/arm: Split out get_phys_addr_twostage
` [PATCH v3 29/42] target/arm: Use bool consistently for get_phys_addr subroutines
` [PATCH v3 30/42] target/arm: Add ptw_idx argument to S1_ptw_translate
` [PATCH v3 32/42] target/arm: Extract HA and HD in aa64_va_parameters
` [PATCH v3 36/42] target/arm: Add ARMFault_UnsuppAtomicUpdate
` [PATCH v3 38/42] target/arm: Fix fault reporting in get_phys_addr_lpae
` [PATCH v3 39/42] target/arm: Don't shift attrs "

[PATCH] driver core: make kobj_to_dev() take a const pointer
 2022-10-01 16:52 UTC 

[Buildroot] [PATCH 1/1] package/wolfssl: security bump to version 5.5.1
 2022-10-01 16:52 UTC  (2+ messages)

[GIT PULL for v6.0] media fixes
 2022-10-01 16:52 UTC  (2+ messages)

[GIT PULL] USB / Thunderbolt driver fixes for 6.0-final
 2022-10-01 16:52 UTC  (2+ messages)

[GIT PULL] hotfixes for 6.0
 2022-10-01 16:52 UTC  (2+ messages)

[PATCH v2 rcu 0/8] NMI-safe SRCU reader API
 2022-10-01 16:51 UTC  (6+ messages)
` [PATCH RFC v2 rcu 1/8] srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomic

[PATCH] USB: make devnode() callback in usb_class_driver take a const *
 2022-10-01 16:51 UTC 

[v5] drm/msm/disp/dpu1: add support for dspp sub block flush in sc7280
 2022-10-01 16:50 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/gensio: bump to version 2.5.5
 2022-10-01 16:51 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/ser2net: bump to version 4.3.8
 2022-10-01 16:50 UTC  (2+ messages)

[Buildroot] [git commit] package/gensio: bump to version 2.5.5
 2022-10-01 16:50 UTC 

[PATCH v2] nfsd: nfsd_do_file_acquire should hold rcu_read_lock while getting refs
 2022-10-01 16:50 UTC  (4+ messages)

[Buildroot] [git commit] package/ser2net: bump to version 4.3.8
 2022-10-01 16:50 UTC 

[Buildroot] [git commit] package/wolfssl: security bump to version 5.5.1
 2022-10-01 16:50 UTC 

[Buildroot] [PATCH] package/mpd: update to version 0.23.9
 2022-10-01 16:48 UTC  (2+ messages)

[Buildroot] [git commit] package/mpd: update to version 0.23.9
 2022-10-01 16:48 UTC 

[Buildroot] [PATCH 1/1] package/bpftool: bump to version 7.0.0
 2022-10-01 16:47 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libbpf: bump to version 1.0.1
 2022-10-01 16:47 UTC  (2+ messages)

[Buildroot] [git commit] package/bpftool: bump to version 7.0.0
 2022-10-01 16:46 UTC 

[Buildroot] [git commit] package/libbpf: bump to version 1.0.1
 2022-10-01 16:46 UTC 

[PATCH RFC 0/8] Add RZ/G2L MTU3a MFD and Counter driver
 2022-10-01 16:45 UTC  (5+ messages)

[syzbot] WARNING in __dev_queue_xmit
 2022-10-01 16:43 UTC  (2+ messages)
` [PATCH] net/ieee802154: reject zero-sized raw_sendmsg()

[oe] [meta-oe][PATCH v3] v4l-utils: Update 1.22.1 -> 1.23.0+fd544473
 2022-10-01 16:43 UTC  (3+ messages)
` [meta-oe][PATCH v4] "
  ` [oe] "

[PATCH drm-misc-next v2 0/9] drm/arm/malidp: use drm managed resources
 2022-10-01 16:39 UTC  (20+ messages)
` [PATCH drm-misc-next v2 1/9] drm/arm/malidp: use drmm_* to allocate driver structures
` [PATCH drm-misc-next v2 2/9] drm/arm/malidp: replace drm->dev_private with drm_to_malidp()
` [PATCH drm-misc-next v2 3/9] drm/arm/malidp: crtc: use drmm_crtc_init_with_planes()
` [PATCH drm-misc-next v2 4/9] drm/arm/malidp: plane: use drm managed resources
` [PATCH drm-misc-next v2 5/9] drm/arm/malidp: use drm_dev_unplug()
` [PATCH drm-misc-next v2 6/9] drm/arm/malidp: plane: protect device resources after removal
` [PATCH drm-misc-next v2 7/9] drm/arm/malidp: crtc: "
` [PATCH drm-misc-next v2 8/9] drm/arm/malidp: drv: "
` [PATCH drm-misc-next v2 9/9] drm/arm/malidp: remove calls to drm_mode_config_cleanup()

[GIT PULL] execve updates for v6.1-rc1
 2022-10-01 16:40 UTC 

[GIT PULL] USB-serial fixes for 6.0-rc8
 2022-10-01 16:37 UTC  (2+ messages)

[PATCH RFC 0/7] Add RZ/G2L MTU3 PWM driver
 2022-10-01 16:36 UTC  (7+ messages)
` [PATCH RFC 2/7] dt-bindings: mfd: rzg2l-mtu3: Document RZ/G2L MTU3 counter
` [PATCH RFC 3/7] dt-bindings: mfd: rz-mtu3: Document RZ/G2L MTU3 PWM

[GIT PULL] kcfi updates for v6.1-rc1
 2022-10-01 16:36 UTC 

[PATCH] mips: allow firmware to pass RNG seed to kernel
 2022-10-01 16:09 UTC  (2+ messages)

[PATCH v3] MIPS: pci: lantiq: switch to using gpiod API
 2022-10-01 16:08 UTC  (2+ messages)

[ANNOUNCE] 5.10.145-cip17-rt7
 2022-10-01 16:35 UTC 

[Buildroot] [git commit] package/spirv-llvm-translator: bump to version 11.0.0-297
 2022-10-01 16:32 UTC 

[Buildroot] [PATCH 1/1] package/spirv-llvm-translator: bump to version 11.0.0-297
 2022-10-01 16:33 UTC  (2+ messages)

[Buildroot] [PATCH] package/rauc: bump to version 1.8
 2022-10-01 16:31 UTC  (2+ messages)

[PATCH 0/6] rebase --update-refs: smooth out some rough edges
 2022-10-01 16:31 UTC  (3+ messages)

[Buildroot] [git commit] package/rauc: bump to version 1.8
 2022-10-01 16:30 UTC 

[Buildroot] [PATCH] package/gitlab-runner: fix forcing openssl
 2022-10-01 16:30 UTC  (4+ messages)

[Intel-wired-lan] [PATCH v2 00/16] slab: Introduce kmalloc_size_roundup()
 2022-10-01 16:28 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH v2 01/16] slab: Remove __malloc attribute from realloc functions
  `  "
` [Intel-wired-lan] [PATCH v2 02/16] slab: Introduce kmalloc_size_roundup()
  `  "

[Buildroot] [git commit] package/gitlab-runner: fix forcing openssl
 2022-10-01 16:27 UTC 

[oliver.sang@intel.com: [cpumask] b9a7ecc71f: WARNING:at_include/linux/cpumask.h:#__is_kernel_percpu_address]
 2022-10-01 16:20 UTC  (3+ messages)

[PATCH V1 0/4] GPIO based PCIe Hot-Plug support
 2022-10-01 16:20 UTC  (6+ messages)
` [PATCH V1 1/4] dt-bindings: Add "hotplug-gpios" PCIe property

[PATCH 0/7] scsi: target: make RTPI an TPG identifier
 2022-10-01 16:19 UTC  (4+ messages)
` [PATCH 7/7] target: core: check RTPI uniquity for enabled TPG

[PATCH v6 00/10] Add support for i.MXRT1170-evk
 2022-10-01 16:15 UTC  (5+ messages)
` [PATCH v6 08/10] clk: imx: Add initial support for i.MXRT1170 clock driver

[Buildroot] [PATCH] package/fwts: enable for arm
 2022-10-01 16:16 UTC  (2+ messages)

[Buildroot] [git commit] package/fwts: enable for arm
 2022-10-01 16:13 UTC 

[tty:tty-testing] BUILD SUCCESS 30963b2f75bfdbbcf1cc5d80bf88fec7aaba808d
 2022-10-01 16:12 UTC 

[Buildroot] [PATCH 1/1] ltp-testsuite: bump version to 20220930
 2022-10-01 16:11 UTC  (2+ messages)

[Buildroot] [git commit] ltp-testsuite: bump version to 20220930
 2022-10-01 16:10 UTC 

[chenhuacai-loongson:loongarch-next 12/21] arch/loongarch/kernel/perf_event.c:772:2-8: preceding lock on line 762
 2022-10-01 16:09 UTC 

[PATCH v3 0/2] drm/msm/dsi: Add support for DSI PHY on QCM2290
 2022-10-01 16:00 UTC  (4+ messages)
` [PATCH v3 2/2] drm/msm/dsi: Add phy configuration for QCM2290

[linux-next:master 9063/11993] ld.lld: error: undefined symbol: find_vm_area
 2022-10-01 16:04 UTC  (3+ messages)

[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
 2022-10-01 16:01 UTC  (7+ messages)

[Intel-gfx] [PATCH 0/3] drm/i915: Improve register state context init
 2022-10-01 16:00 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Improve register state context init (rev2)

[Bug 216532] New: openSUSE Tumbleweed, AX210, bluetooth, connection fails
 2022-10-01 16:00 UTC  (3+ messages)
` [Bug 216532] "

[GIT PULL] Rust introduction for v6.1-rc1
 2022-10-01 15:58 UTC 

[Buildroot] [PATCH 1/1] package/glibc: fix fsconfig_command redeclaration bug
 2022-10-01 15:56 UTC  (2+ messages)

[PATCH v6 0/5] remoteproc: qcom: Add support for pronto-v3
 2022-10-01 15:54 UTC  (3+ messages)
` [PATCH v6 1/5] remoteproc: qcom: qcom_wcnss: "

[PATCH v2] dt-bindings: net: marvell,pp2: convert to json-schema
 2022-10-01 15:53 UTC  (2+ messages)

[RFC PATCH net-next 0/7] 802.1Q Frame Preemption and 802.3 MAC Merge support via ethtool
 2022-10-01 15:53 UTC  (5+ messages)

[bpf-next:master 7/11] htmldocs: Documentation/bpf/linux-notes.rst:55: WARNING: Malformed table
 2022-10-01 15:52 UTC  (5+ messages)

[PATCH v8 0/9] landlock: truncate support
 2022-10-01 15:49 UTC  (10+ messages)
` [PATCH v8 1/9] security: Create file_truncate hook from path_truncate hook
` [PATCH v8 2/9] selftests/landlock: Locally define __maybe_unused
` [PATCH v8 3/9] landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()
` [PATCH v8 4/9] landlock: Support file truncation
` [PATCH v8 5/9] selftests/landlock: Selftests for file truncation support
` [PATCH v8 6/9] selftests/landlock: Test open() and ftruncate() in multiple scenarios
` [PATCH v8 7/9] selftests/landlock: Test FD passing from a Landlock-restricted to an unrestricted process
` [PATCH v8 8/9] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v8 9/9] landlock: Document Landlock's file truncation support

[PATCH RFC] NFSD: Hold rcu_read_lock while getting refs
 2022-10-01 15:48 UTC 

[PATCH -next] mm/slub: fix a slab missed to be freed problem
 2022-10-01 15:44 UTC  (5+ messages)

[ovmf test] 173396: all pass - PUSHED
 2022-10-01 15:43 UTC 

[Bridge] [PATCH iproute2-next 1/2] bridge: link: enable MacAuth/MAB feature
 2022-10-01 15:38 UTC  (8+ messages)
` [Bridge] [PATCH iproute2-next 2/2] bridge: fdb: enable FDB blackhole feature
    `  "
  ` [PATCH iproute2-next 1/2] bridge: link: enable MacAuth/MAB feature

[PATCH net v1] net/sched: taprio: Fix crash when adding child qdisc
 2022-10-01 15:37 UTC 

[PATCH v2] Improve comment of get_random_bytes function
 2022-10-01 15:36 UTC 

[xen-unstable test] 173394: tolerable FAIL - PUSHED
 2022-10-01 15:33 UTC 

[Intel-gfx] [PATCH] drm: Add 64:27 and 256:135 picture aspect ratio support
 2022-10-01 15:28 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

❌ FAIL: Test report for master (6.0.0-rc7, mainline.kernel.org-clang, 70575e77)
 2022-10-01 15:20 UTC 

[Intel-gfx] [PATCH v3 1/4] drm/i915: remove the TODO in pin_and_fence_fb_obj
 2022-10-01 15:14 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v3,1/4] "

[PATCH v10 0/2] SPDX: add copyleft-next-0.3.1
 2022-10-01 15:08 UTC  (3+ messages)
` [PATCH v10 1/2] LICENSES: Add the copyleft-next-0.3.1 license

[usb:usb-testing] BUILD SUCCESS 3180d827c807d8d6e5d6ba4f2e08eed9efa083af
 2022-10-01 15:03 UTC 

[PATCH v1 0/8] migration: introduce dirtylimit capability
 2022-10-01 15:01 UTC  (3+ messages)

[nbd168-wireless:mt76 2/16] drivers/net/wireless/mediatek/mt76/mt76x02_txrx.c:65:56: warning: array subscript 8 is above array bounds of 's8[2]' {aka 'signed char[2]'}
 2022-10-01 14:55 UTC 

[PATCH drm-misc-next v2 0/9] drm/fsl-dcu: use drm managed resources
 2022-10-01 14:58 UTC  (8+ messages)
` [PATCH drm-misc-next v2 6/9] drm/fsl-dcu: plane: protect device resources after removal
` [PATCH drm-misc-next v2 7/9] drm/fsl-dcu: crtc: "
` [PATCH drm-misc-next v2 8/9] drm/fsl-dcu: remove trailing return statements
` [PATCH drm-misc-next v2 9/9] drm/fsl-dcu: remove calls to drm_mode_config_cleanup()

[hverkuil-media-tree:extron 1/4] htmldocs: Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-cap-edid (if the link has no caption the label must precede a section header)
 2022-10-01 14:55 UTC 

[PATCH v8 2/5] mm/vmstat: Use vmstat_dirty to track CPU-specific vmstat discrepancies
 2022-10-01 14:55 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.