All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-10 22:00:05 to 2020-11-10 22:27:48 UTC [more...]

✅ PASS: Test report for kernel 5.9.6 (stable-queue)
 2020-11-10 22:27 UTC 

[PATCH v9 00/44] kasan: add hardware tag-based mode for arm64
 2020-11-10 22:10 UTC  (76+ messages)
` [PATCH v9 01/44] kasan: drop unnecessary GPL text from comment headers
` [PATCH v9 02/44] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v9 03/44] kasan: group vmalloc code
` [PATCH v9 04/44] s390/kasan: include asm/page.h from asm/kasan.h
` [PATCH v9 05/44] kasan: shadow declarations only for software modes
` [PATCH v9 06/44] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v9 07/44] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v9 08/44] kasan: only build init.c for software modes
` [PATCH v9 09/44] kasan: split out shadow.c from common.c
` [PATCH v9 10/44] kasan: define KASAN_GRANULE_PAGE
` [PATCH v9 11/44] kasan: rename report and tags files
` [PATCH v9 12/44] kasan: don't duplicate config dependencies
` [PATCH v9 13/44] kasan: hide invalid free check implementation
` [PATCH v9 14/44] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v9 15/44] kasan, arm64: only init shadow for software modes
` [PATCH v9 16/44] kasan, arm64: only use kasan_depth "
` [PATCH v9 17/44] kasan, arm64: move initialization message
` [PATCH v9 18/44] kasan, arm64: rename kasan_init_tags and mark as __init
` [PATCH v9 19/44] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v9 20/44] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v9 21/44] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v9 22/44] kasan: rename SHADOW layout macros to META
` [PATCH v9 23/44] kasan: separate metadata_fetch_row for each mode
` [PATCH v9 24/44] kasan, arm64: don't allow SW_TAGS with ARM64_MTE
` [PATCH v9 25/44] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v9 26/44] arm64: Enable armv8.5-a asm-arch option
` [PATCH v9 27/44] arm64: mte: Add in-kernel MTE helpers
` [PATCH v9 28/44] arm64: mte: Reset the page tag in page->flags
` [PATCH v9 29/44] arm64: mte: Add in-kernel tag fault handler
` [PATCH v9 30/44] arm64: kasan: Allow enabling in-kernel MTE
` [PATCH v9 31/44] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v9 32/44] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v9 33/44] kasan, mm: untag page address in free_reserved_area
` [PATCH v9 34/44] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v9 35/44] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v9 36/44] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH v9 37/44] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v9 38/44] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v9 39/44] kasan, arm64: implement HW_TAGS runtime
` [PATCH v9 40/44] kasan, arm64: print report from tag fault handler
` [PATCH v9 41/44] kasan, mm: reset tags when accessing metadata
` [PATCH v9 42/44] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v9 43/44] kasan: add documentation for hardware tag-based mode
` [PATCH v9 44/44] kselftest/arm64: Check GCR_EL1 after context switch

[Buildroot] [PATCH] support/testing/test_hardening: add missing Kconfig symbol
 2020-11-10 22:27 UTC 

[PATCH v5 0/3] media: rkvdec: Add a VP9 backend
 2020-11-10 22:28 UTC  (3+ messages)

[PATCH BlueZ] emulator: Rework command handling
 2020-11-10 22:26 UTC  (2+ messages)
` [BlueZ] "

stable-rc/queue/4.19 build: 206 builds: 0 failed, 206 passed, 77 warnings (v4.19.157-25-gca0cdb6168a4)
 2020-11-10 22:25 UTC 

Add local DNS forwarder to Windows client
 2020-11-10 22:24 UTC 

[PATCH v2 00/20] kasan: boot parameters for hardware tag-based mode
 2020-11-10 22:24 UTC  (22+ messages)
` [PATCH v2 01/20] kasan: simplify quarantine_put call site
` [PATCH v2 02/20] kasan: rename get_alloc/free_info
` [PATCH v2 03/20] kasan: introduce set_alloc_info
` [PATCH v2 04/20] kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
` [PATCH v2 05/20] kasan: allow VMAP_STACK for HW_TAGS mode
` [PATCH v2 06/20] kasan: remove __kasan_unpoison_stack
` [PATCH v2 07/20] kasan: inline kasan_reset_tag for tag-based modes
` [PATCH v2 08/20] kasan: inline random_tag for HW_TAGS
` [PATCH v2 09/20] kasan: inline kasan_poison_memory and check_invalid_free
` [PATCH v2 10/20] kasan: inline and rename kasan_unpoison_memory
` [PATCH v2 11/20] kasan: add and integrate kasan boot parameters
` [PATCH v2 12/20] kasan, mm: check kasan_enabled in annotations
` [PATCH v2 13/20] kasan: simplify kasan_poison_kfree
` [PATCH v2 14/20] kasan, mm: rename kasan_poison_kfree
` [PATCH v2 15/20] kasan: don't round_up too much
` [PATCH v2 16/20] kasan: simplify assign_tag and set_tag calls
` [PATCH v2 17/20] kasan: clarify comment in __kasan_kfree_large
` [PATCH v2 18/20] kasan: clean up metadata allocation and usage
` [PATCH v2 19/20] kasan, mm: allow cache merging with no metadata
` [PATCH v2 20/20] kasan: update documentation

[PATCH v2 1/1] scsi: ufs: Fix unexpected values get from ufshcd_read_desc_param()
 2020-11-10 22:23 UTC  (2+ messages)

check_refname_format allows refs with components that begin with -, even though `git tag` does not
 2020-11-10 22:23 UTC  (3+ messages)
` [PATCH 3/3] rev-parse: handle --end-of-options

stable-rc/linux-4.4.y baseline: 121 runs, 3 regressions (v4.4.242)
 2020-11-10 22:23 UTC 

+ cgroup-remove-obsoleted-broken_hierarchy-and-warned_broken_hierarchy.patch added to -mm tree
 2020-11-10 22:22 UTC 

+ docs-cgroup-v1-reflect-the-deprecation-of-the-non-hierarchical-mode.patch added to -mm tree
 2020-11-10 22:22 UTC 

+ mm-memcg-deprecate-the-non-hierarchical-mode.patch added to -mm tree
 2020-11-10 22:22 UTC 

[PATCH v4 1/1] NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copy
 2020-11-10 22:21 UTC  (13+ messages)

drivers/net/ethernet/huawei/hinic/hinic_hw_mbox.c:570:21: sparse: sparse: cast to restricted __be32
 2020-11-10 22:21 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/wpewebkit: add optional systemd dependency
 2020-11-10 22:19 UTC  (3+ messages)

[Fuego] [PATCH] Docs: Convert the Fuego wiki pages into rst docs categorized under "feature refences"
 2020-11-10 22:19 UTC  (2+ messages)

[Buildroot] [Bug 13306] New: wpewebkit build problem in 2020-11-rc1
 2020-11-10 22:19 UTC  (2+ messages)
` [Buildroot] [Bug 13306] "

[Buildroot] [git commit branch/next] package/wpewebkit: add optional systemd dependency
 2020-11-10 22:19 UTC 

[Buildroot] [git commit] package/wpewebkit: add optional systemd dependency
 2020-11-10 22:19 UTC 

[Buildroot] [PATCH v2 1/2] package/cups-filters: fix deamon path for cups service
 2020-11-10 22:18 UTC  (2+ messages)

stable-rc/queue/4.14 build: 201 builds: 0 failed, 201 passed, 66 warnings (v4.14.206-20-gbe781f4237897)
 2020-11-10 22:17 UTC 

[PATCH v5 0/4] HID: i2c-hid: Reorganize to allow supporting goodix,gt7375p
 2020-11-10 22:17 UTC  (4+ messages)
` [PATCH v5 1/4] HID: i2c-hid: Reorganize so ACPI and OF are separate modules

[PATCH 00/20] [Set 3] Rid W=1 warnings from GPU
 2020-11-10 22:17 UTC  (33+ messages)
` [PATCH 01/20] drm/radeon/radeon_ttm: Place declaration of 'rdev' in same clause as its use
` [PATCH 03/20] drm/radeon/radeon_fence: Demote some non-conformant kernel-doc headers and fix another
` [PATCH 06/20] drm/radeon/radeon_connectors: Strip out set but unused variable 'ret'
` [PATCH 07/20] drm/radeon/radeon_display: Remove unused variable 'mod'
` [PATCH 08/20] drm/radeon/radeon_i2c: Remove pointless function header
` [PATCH 09/20] drm/radeon/radeon_irq_kms: Demote non-conformant kernel-doc fix another
` [PATCH 10/20] drm/radeon/radeon_ring: Add missing function parameters 'rdev' and 'data'
` [PATCH 11/20] drm/radeon/r600: Strip out set but unused 'tmp' variables

[PATCH 00/10] Broadcom b53 YAML bindings
 2020-11-10 22:16 UTC  (11+ messages)
` [PATCH 04/10] ARM: dts: BCM5301X: Add a default compatible for switch node
` [PATCH 05/10] ARM: dts: BCM5301X: Provide defaults ports container node
` [PATCH 06/10] ARM: dts: NSP: Update ethernet switch node name

[Buildroot] [PATCH v1] package/wpewebkit: fix compile without video support
 2020-11-10 22:16 UTC 

[Buildroot] [git commit] package/cups-filters: fix daemon path for cups service
 2020-11-10 22:15 UTC 

[Buildroot] [git commit branch/next] package/cups-filters: fix daemon path for cups service
 2020-11-10 22:15 UTC 

[PATCH V2] selftests/cgroup: Fix build on older distros
 2020-11-10 22:15 UTC  (2+ messages)

[PATCH 0/2] arm: lib: xor-neon: Remove warn & disble neon vect
 2020-11-10 22:15 UTC  (8+ messages)
` [PATCH 2/2] arm: lib: xor-neon: disable clang vectorization

[PATCH 0/8] KVM: selftests: Cleanups, take 2
 2020-11-10 22:13 UTC  (5+ messages)
` [PATCH 1/8] KVM: selftests: Update .gitignore
` [PATCH 5/8] KVM: selftests: Introduce vm_create_[default_]_with_vcpus

[PATCH][V2] PCI: Fix a potential uninitentional integer overflow issue
 2020-11-10 22:10 UTC  (2+ messages)

[RFC PATCH BlueZ 00/10] Convert tools to use ELL library
 2020-11-10 22:10 UTC  (4+ messages)
` [RFC PATCH BlueZ 02/10] emulator/hciemu: Create ELL based version of hciemu

[PATCH] KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB page
 2020-11-10 22:04 UTC  (5+ messages)

[PATCH V3] nvme: enable ro namespace for ZNS without append
 2020-11-10 22:09 UTC  (3+ messages)

[PATCH] python3: Update manifest
 2020-11-10 22:08 UTC  (5+ messages)
` [OE-core] "

[PATCH] mm: fix build failure with xtensa
 2020-11-10 22:08 UTC  (2+ messages)

[PATCH v2 linux dev-5.8] Fii Kudo project device tree file
 2020-11-10 22:05 UTC 

[PATCH v1 0/3] mm: memcg: deprecate cgroup v1 non-hierarchical mode
 2020-11-10 22:08 UTC  (4+ messages)
` [PATCH v1 1/3] mm: memcg: deprecate the "
` [PATCH v1 2/3] docs: cgroup-v1: reflect the deprecation of "
` [PATCH v1 3/3] cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy

[PATCH for-5.2 v2 0/4] hw/net/can/ctucan: fix Coverity and other issues
 2020-11-10 22:02 UTC  (4+ messages)
` [PATCH for-5.2 v2 1/4] hw/net/can/ctucan: Don't allow guest to write off end of tx_buffer

[PATCH v14 0/8] arm64: expose FAR_EL1 tag bits in siginfo
 2020-11-10 22:06 UTC  (7+ messages)
` [PATCH v14 8/8] "

[PATCH net] devlink: Avoid overwriting port attributes of registered port
 2020-11-10 22:07 UTC  (2+ messages)

[PATCH] netfilter: conntrack: fix -Wformat
 2020-11-10 22:06 UTC  (5+ messages)

[PATCH for-5.2 v3 0/4] hw/net/can/ctucan: fix Coverity and other issues
 2020-11-10 21:52 UTC  (3+ messages)
` [PATCH for-5.2 v3 3/4] hw/net/can/ctucan_core: Handle big-endian hosts
` [PATCH for-5.2 v3 4/4] hw/net/can/ctucan_core: Use stl_le_p to write to tx_buffers

[PATCH] PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controller
 2020-11-10 22:05 UTC 

[PATCH 0/8] simplify ep_poll
 2020-11-10 22:05 UTC  (4+ messages)

[PATCH 00/19] [Set 2] Rid W=1 warnings from GPU
 2020-11-10 22:01 UTC  (8+ messages)
` [PATCH 15/19] drm/radeon: Move prototypes to shared header
` [PATCH 18/19] drm/radeon/atombios_crtc: Remove description of non-existent function param 'encoder'

[PATCH bpf-next 0/3] bpf: Enable bpf_sk_storage for FENTRY/FEXIT/RAW_TP
 2020-11-10 22:01 UTC  (7+ messages)
` [PATCH bpf-next 2/3] bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TP

[GRUB RFC PATCH 00/22] i386: Intel TXT and AMD SKINIT secure launcher
 2020-11-10 22:00 UTC  (2+ messages)

[PATCH v12 4/4] gpio: xilinx: Utilize generic bitmap_get_value and _set_value
 2020-11-10 22:00 UTC  (12+ messages)

[PATCH] PCI: fix a potential uninitentional integer overflow issue
 2020-11-10 22:00 UTC  (3+ messages)

[PATCH v3 19/35] x86/io_apic: Cleanup trigger/polarity helpers
 2020-11-10 22:00 UTC  (15+ messages)
` [tip: x86/apic] "
              ` [EXTERNAL] "

[PATCH net-next 0/6] net: ipa: GSI register consolidation
 2020-11-10 21:59 UTC  (2+ messages)
` [PATCH net-next 1/6] net: ipa: define GSI interrupt types with enums


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.