All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-06 08:03:52 to 2023-03-06 08:53:57 UTC [more...]

ld.lld: error: vmlinux.a(kernel/kallsyms.o):(function kallsyms_lookup_name: .text+0x80): relocation R_RISCV_PCREL_HI20 out of range: -524399 is not in [-524288, 524287]; references kallsyms_seqs_of_names
 2023-03-06  8:53 UTC 

Pozycjonowanie- informacja
 2023-03-06  8:51 UTC 

[PATCH v4 0/3] checkpatch.pl: warn about discouraged tags and missing Link: tags
 2023-03-06  8:53 UTC  (11+ messages)
` [PATCH v4 2/3] checkpatch: warn when Reported-by: is not followed by Link:

[PATCH 0/2] Define Impl. Def. registers for Neoverse-N1
 2023-03-06  8:52 UTC  (3+ messages)
` [PATCH 1/2] target/arm: Add Neoverse-N1 registers

[LTP] [ [PATCH]] cpuset/cpuset_memory_pressure_test: Fix free memory calculate
 2023-03-06  8:52 UTC  (3+ messages)
` [LTP] [PATCH v2] "

[PATCH v2] x86/paravirt: merge activate_mm and dup_mmap callbacks
 2023-03-06  8:41 UTC  (5+ messages)

Słowa kluczowe do wypozycjonowania
 2023-03-06  8:50 UTC 

[cross-project PATCH v2] NBD 64-bit extensions
 2023-03-06  8:48 UTC  (7+ messages)
` [PATCH v2 0/6] NBD spec changes for "
  ` [PATCH v2 1/6] spec: Recommend cap on NBD_REPLY_TYPE_BLOCK_STATUS length
          ` [Libguestfs] "

[PATCH v1 0/2] gpio: fxl6408: add I2C GPIO expander driver
 2023-03-06  8:41 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: gpio: add fcs,fxl6408-gpio binding document
` [PATCH v1 2/2] gpio: fxl6408: add I2C GPIO expander driver

Technický audit podlah
 2023-03-06  8:41 UTC 

[PATCH v15 00/16] drm: Add Samsung MIPI DSIM bridge
 2023-03-06  8:48 UTC  (4+ messages)

[PATCH v3 0/7] Documentation/security-bugs: overhaul
 2023-03-06  8:48 UTC  (4+ messages)

[PATCH v3 0/2] arch/*/io.h: remove ioremap_uc in some architectures
 2023-03-06  8:46 UTC  (4+ messages)
` [PATCH v3 1/2] mips: add <asm-generic/io.h> including

[PATCH v4 0/5] Deprecate system emulation support for 32-bit x86 and arm hosts
 2023-03-06  8:46 UTC  (6+ messages)
` [PATCH v4 1/5] docs/about/deprecated: Deprecate 32-bit x86 hosts for system emulation
` [PATCH v4 2/5] docs/about/deprecated: Deprecate the qemu-system-i386 binary
` [PATCH v4 3/5] gitlab-ci.d/crossbuilds: Drop the i386 system emulation job
` [PATCH v4 4/5] docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation
` [PATCH v4 5/5] gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobs

[PATCH v2] drm/meson/meson_venc: Relax the supported mode checks
 2023-03-06  8:45 UTC  (5+ messages)

[PATCH v2 0/2] Add StarFive JH7110 SoC shutdown and reboot ops
 2023-03-06  8:45 UTC  (3+ messages)
` [PATCH v2 1/2] lib: utils/i2c: Add minimal StarFive jh7110 I2C driver
` [PATCH v2 2/2] config: starfive: add PMIC power ops in JH7110 visionfive2 board

[PATCH v2] drm/meson: fix 1px pink line on GXM when scaling video overlay
 2023-03-06  8:43 UTC  (4+ messages)

Faktoring
 2023-03-06  8:43 UTC 

[PATCH -next 0/2] Minor cleanup in PAT
 2023-03-06  8:43 UTC  (3+ messages)
` [PATCH -next 1/2] x86/mm/pat: Move follow_phys to pat-related file
` [PATCH -next 2/2] x86/mm/pat: Drop the unnecessary WARN_ON_ONCE if follow_phys fails

IMX8MM: assign panel to mipi_dsi in a device tree
 2023-03-06  8:43 UTC  (4+ messages)

[PATCH bpf-next 00/16] bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage
 2023-03-06  8:42 UTC  (17+ messages)
` [PATCH bpf-next 01/16] bpf: Move a few bpf_local_storage functions to static scope
` [PATCH bpf-next 02/16] bpf: Refactor codes into bpf_local_storage_destroy
` [PATCH bpf-next 03/16] bpf: Remove __bpf_local_storage_map_alloc
` [PATCH bpf-next 04/16] bpf: Remove the preceding __ from __bpf_selem_unlink_storage
` [PATCH bpf-next 05/16] bpf: Remember smap in bpf_local_storage
` [PATCH bpf-next 06/16] bpf: Repurpose use_trace_rcu to reuse_now "
` [PATCH bpf-next 07/16] bpf: Remove bpf_selem_free_fields*_rcu
` [PATCH bpf-next 08/16] bpf: Add bpf_selem_free_rcu callback
` [PATCH bpf-next 09/16] bpf: Add bpf_selem_free()
` [PATCH bpf-next 10/16] bpf: Add bpf_local_storage_rcu callback
` [PATCH bpf-next 11/16] bpf: Add bpf_local_storage_free()
` [PATCH bpf-next 12/16] bpf: Use bpf_mem_cache_alloc/free in bpf_selem_alloc/free
` [PATCH bpf-next 13/16] bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
` [PATCH bpf-next 14/16] selftests/bpf: Replace CHECK with ASSERT in test_local_storage
` [PATCH bpf-next 15/16] selftests/bpf: Check freeing sk->sk_local_storage with sk_local_storage->smap is NULL
` [PATCH bpf-next 16/16] selftests/bpf: Add local-storage-create benchmark

Linux 6.3-rc1
 2023-03-06  8:42 UTC  (4+ messages)
` Build regressions/improvements in v6.3-rc1

[PATCH v4] arm64: kdump: simplify the reservation behaviour of crashkernel=,high
 2023-03-06  8:41 UTC  (3+ messages)

Fotowoltaika - nowe warunki
 2023-03-06  8:40 UTC 

[PATCH v2 0/3] arm64: dts: meson: gxbb-kii-pro: device-tree updates
 2023-03-06  8:40 UTC  (4+ messages)

[PATCH 0/6] Add PCIe EP support for SDX65
 2023-03-06  8:41 UTC  (3+ messages)
` [PATCH 3/6] ARM: dts: qcom: sdx65: Add support for PCIe PHY

[PATCH] add -p: obey diff.noprefix option if set
 2023-03-06  8:40 UTC  (2+ messages)

[PATCH 0/2] Add support for PCIe PHY in SDX65
 2023-03-06  8:40 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: phy: qcom,qmp: Add SDX65 QMP PHY binding

[PATCH 0/6] dt-bindings: second batch of dt-schema conversions for Amlogic Meson bindings
 2023-03-06  8:39 UTC  (4+ messages)
` (subset) "

[PATCH net] net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()
 2023-03-06  8:40 UTC  (2+ messages)

[PATCH v2 0/2] automation: introduce a Xilinx hardware test
 2023-03-06  8:39 UTC  (3+ messages)
` [PATCH v2 1/2] automation: add Ubuntu container for Xilinx hardware tests

[PATCH v2 0/2] arm64: amlogic: Add initial support for BPI-M2S variants
 2023-03-06  8:38 UTC  (8+ messages)
` [PATCH v2 2/2] arm64: dts: meson: add support for BananaPi M2S variants

[PATCH 0/8] arm64: meson: bunch of DT fixes, take 2
 2023-03-06  8:38 UTC  (4+ messages)

ideapad_laptop tablet mode toggle detection
 2023-03-06  8:38 UTC  (10+ messages)

[RFC v2 1/3] io_uring: remove req->apoll check in io_clean_op()
 2023-03-06  8:39 UTC  (4+ messages)
` [RFC v2 2/3] io_uring: add fixed poll support

chrome-platform/for-kernelci cros-ec: 12 runs, 1 regressions (v6.3-rc1)
 2023-03-06  8:38 UTC 

[PATCH v10 00/15] Support AMD Pensando Elba SoC
 2023-03-06  8:36 UTC  (15+ messages)
` [PATCH v10 02/15] dt-bindings: mmc: cdns: Add "
` [PATCH v10 03/15] dt-bindings: spi: cdns: Add compatible for "
` [PATCH v10 04/15] dt-bindings: spi: dw: Add AMD Pensando Elba SoC SPI Controller
` [PATCH v10 05/15] dt-bindings: soc: amd: amd,pensando-elbasr: Add AMD Pensando SoC System Controller

[PATCH v3] rcu: Add a minimum time for marking boot as completed
 2023-03-06  8:37 UTC  (3+ messages)

Pozycjonowanie- informacja
 2023-03-06  8:35 UTC 

[PATCH v4] mtd: spi-nor: fix memory leak when using debugfs_lookup()
 2023-03-06  8:33 UTC  (5+ messages)

[Intel-gfx] [PATCH v5 00/19] Add vfio_device cdev for iommufd support
 2023-03-06  8:33 UTC  (15+ messages)
` [Intel-gfx] [PATCH v5 09/19] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
                `  "

[PATCH v11 0/5] riscv: Allow user to set the satp mode
 2023-03-06  8:33 UTC  (3+ messages)

[PATCH V7 0/3] Generate device tree node for pci devices
 2023-03-06  8:35 UTC  (5+ messages)

[PATCH v2 0/2] arm64: amlogic: Add initial support for BPI-CM4 module with BPI-CM4IO baseboard
 2023-03-06  8:31 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: arm: amlogic: Document the boards with the BPI-CM4 connected
` [PATCH v2 2/2] arm64: dts: amlogic: Add initial support for BPI-CM4 module with BPI-CM4IO baseboard

[Intel-gfx] [PATCH] drm/i915/mtl: Extend Wa_14017073508 in suspend/resume flow
 2023-03-06  8:33 UTC  (2+ messages)

Patch "sched/fair: sanitize vruntime of entity being placed" has been added to the 4.14-stable tree
 2023-03-06  8:31 UTC 

[PATCH v3 2/3] gpio: pcie-idio-24: Migrate to the regmap API
 2023-03-06  8:31 UTC  (2+ messages)

[jfern:staging 8/8] kernel/rcu/update.c:266 rcu_end_inkernel_boot() warn: inconsistent returns '&rcu_boot_end_lock'
 2023-03-05  8:04 UTC 

[PATCH v3] staging: vt6655: Macro with braces issue change to inline function
 2023-03-06  8:31 UTC  (11+ messages)

Słowa kluczowe do wypozycjonowania
 2023-03-06  8:30 UTC 

[PATCH 0/6] Assorted patches relating to mdmon
 2023-03-06  8:31 UTC  (3+ messages)
` [PATCH 6/6] mdmon improvements for switchroot

[PATCH] drm: fix typo in margin connector properties docs
 2023-03-06  8:30 UTC  (2+ messages)

[PATCH 0/3] fix mlx5 build with MinGW
 2023-03-06  8:30 UTC  (4+ messages)
` [PATCH v3 1/3] common/mlx5: get Windows dependency from standard variables

[v6 PATCH 0/7] crypto: stm32 - Save and restore between each request
 2023-03-06  8:28 UTC  (4+ messages)
` [v5 PATCH 3/7] crypto: stm32 - Simplify finup

[PATCH-next] scsi: fix use-after-free problem in scsi_remove_target
 2023-03-06  8:29 UTC  (3+ messages)

[PATCH] drm/amdgpu: Use uncached ioremap() for LoongArch
 2023-03-06  3:01 UTC  (4+ messages)

[PATCH] drm/amd/display: change several dcn30 variables storage-class-specifier to static
 2023-03-05 12:52 UTC 

[PATCH] drivers/gpu: fix typo in comment
 2023-03-05 21:24 UTC 

[PATCH] drm/amd/display: change several dcn20 variables storage-class-specifier to static
 2023-03-04 16:22 UTC 

[PATCH] Change the meaning of the fields in the ttm_place structure from pfn to bytes
 2023-03-06  8:03 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] drm/amd/display: add prefix to amdgpu_dm_plane.h functions
 2023-03-06  2:24 UTC 

[PATCH] drm/amd/display: change several dcn201 variables storage-class-specifier to static
 2023-03-04 15:26 UTC 

[PATCH] drm/amd/display: Simplify same effect if/else blocks
 2023-03-04 23:48 UTC  (7+ messages)

[PATCH 25/31] ext4: Convert ext4_block_write_begin() to take a folio
 2023-03-06  8:27 UTC  (3+ messages)

devink dpipe implementation
 2023-03-06  8:25 UTC  (2+ messages)

[PATCH v3] rcu: Add a minimum time for marking boot as completed
 2023-03-06  8:24 UTC  (3+ messages)

[meta-selinux][PATCH] linux-yocto: remove version from bbappend
 2023-03-06  8:23 UTC 

[LSF/MM/BPF TOPIC] Cloud storage optimizations
 2023-03-06  8:23 UTC  (10+ messages)

[PATCH] PCI: Add quirk to clear MSI-X
 2023-03-06  8:14 UTC  (2+ messages)

Bug: Completion-Wait loop timed out with vfio
 2023-03-06  8:21 UTC  (9+ messages)

[PATCH v1] net/mlx5: enable hint in async table
 2023-03-06  8:22 UTC  (2+ messages)

[PATCH 0/4] Re-enable IDXD kernel workqueue under DMA API
 2023-03-06  8:18 UTC  (7+ messages)
` [PATCH 1/4] iommu/vt-d: Implement set device pasid op for default domain

[PATCH v2 00/41] RPCSEC GSS krb5 enhancements
 2023-03-06  8:16 UTC  (3+ messages)
` [PATCH v2 15/41] SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DES

[Buildroot] [autobuild.buildroot.net] Daily results for 2023-03-05
 2023-03-06  7:41 UTC 

[PATCH 0/6] arm64: make kexec_file able to load zboot image
 2023-03-06  8:08 UTC  (4+ messages)

[ovmf test] 179364: all pass - PUSHED
 2023-03-06  8:15 UTC 

[PATCH v8 0/2] Change mmsys compatible for mt8195 mediatek-drm
 2023-03-06  8:06 UTC  (9+ messages)
` [PATCH v8 1/2] drm/mediatek: change "
` [PATCH v8 2/2] soc: mediatek: remove DDP_DOMPONENT_DITHER from enum

[PATCH 1/2] arm64: dts: qcom: sdm845-db845c: drop empty node override
 2023-03-06  8:14 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: qcom: drop redundant line breaks

[PATCH 00/41] rtc: Convert to platform remove callback returning void
 2023-03-06  8:12 UTC  (3+ messages)
` [PATCH 28/41] rtc: rzn1: "

stable-rc/queue/4.19 build: 197 builds: 5 failed, 192 passed, 28 warnings (v4.19.275-140-g58931cc453fa0)
 2023-03-06  8:12 UTC 

[PATCH] erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms
 2023-03-06  8:18 UTC  (3+ messages)

[RFC PATCH] powerpc/Kconfig: Select FUNCTION_ALIGNMENT_4B
 2023-03-06  8:10 UTC 

[PATCH V7 0/6] arm64/perf: Enable branch stack sampling
 2023-03-06  7:59 UTC  (9+ messages)
` [PATCH V7 5/6] arm64/perf: Add branch stack support in ARMV8 PMU

[PATCH v2 00/23] interconnect: fix racy provider registration
 2023-03-06  7:56 UTC  (10+ messages)
` [PATCH v2 10/23] interconnect: qcom: rpmh: fix registration race
` [PATCH v2 14/23] interconnect: exynos: fix node leak in probe PM QoS error path
` [PATCH v2 17/23] memory: tegra: fix interconnect registration race
` [PATCH v2 18/23] memory: tegra124-emc: "
` [PATCH v2 19/23] memory: tegra20-emc: "
` [PATCH v2 20/23] memory: tegra30-emc: "
` [PATCH v2 21/23] interconnect: drop racy registration API
` [PATCH v2 22/23] interconnect: drop unused icc_get() interface
` [PATCH v2 23/23] interconnect: drop unused icc_link_destroy() interface

[PATCH 0/7] sysctl: slowly deprecate register_sysctl_table()
 2023-03-06  8:10 UTC  (3+ messages)
` [PATCH 7/7] xen: simplify sysctl registration for balloon

[PATCH net v2] net: dpaa2-mac: Get serdes only for backplane links
 2023-03-06  8:09 UTC  (2+ messages)

[PATCH v3 0/4] tools: use xen-tools/libs.h for common definitions
 2023-03-06  8:09 UTC  (4+ messages)
` [PATCH v3 4/4] tools: add offsetof() to xen-tools/common-macros.h

[PATCH 1/2] drm/amdgpu: Move to common indirect reg access helper
 2023-03-06  8:09 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: Move to common helper to query soc rev_id

[PATCH v3 00/16] win32: do not mix SOCKET and fd space
 2023-03-06  8:08 UTC  (4+ messages)

How to mirror and augment a git repository
 2023-03-06  8:08 UTC  (2+ messages)

chrome-platform/for-kernelci sleep: 9 runs, 1 regressions (v6.3-rc1)
 2023-03-06  8:08 UTC 

[Bug 217145] New: Feature request: I need very long directory and file names
 2023-03-06  8:08 UTC 

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-06  8:08 UTC  (3+ messages)
` [PATCH v7 21/41] mm: Add guard pages around a shadow stack

[PATCH v3 00/20] tcg: drop tcg_temp_free from translators
 2023-03-06  8:06 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Ensure DSC has enough BW and stays within HW limits
 2023-03-06  8:04 UTC 

[PATCH 0/2] scsi: sd: Fix physical block size issues of host-managed zoned disks
 2023-03-06  7:58 UTC  (6+ messages)
` [PATCH 1/2] scsi: sd: Check physical sector alignment of sequential zone writes

[linux-linus test] 179339: regressions - trouble: fail/pass/starved
 2023-03-06  8:04 UTC 

[PATCH 1/2] tty: tty_io: update timestamps on all device nodes
 2023-03-06  8:03 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.