All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-10 22:08:13 to 2020-11-10 22:35:39 UTC [more...]

post-receive: pub/scm/linux/kernel/git/tnguy/next-queue
 2020-11-10 22:35 UTC 

[PATCH v2 00/20] kasan: boot parameters for hardware tag-based mode
 2020-11-10 22:24 UTC  (30+ 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

post-receive: pub/scm/linux/kernel/git/tnguy/next-queue
 2020-11-10 22:35 UTC 

post-receive: pub/scm/utils/stalld/stalld
 2020-11-10 22:35 UTC 

[PATCH net] selftest: fix flower terse dump tests
 2020-11-10 22:32 UTC  (2+ messages)

[PATCH 00/10] Broadcom b53 YAML bindings
 2020-11-10 22:27 UTC  (14+ 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
` [PATCH 07/10] ARM: dts: NSP: Fix Ethernet switch SGMII register name

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

["BUG"] builtin add-interactive does not honor 'color.diff. frag'
 2020-11-10 22:30 UTC  (7+ messages)
    ` [PATCH] add-interactive.c: use correct names to load color.diff.* config

post-receive: pub/scm/linux/kernel/git/next/linux-next
 2020-11-10 22:30 UTC 

[PULL 0/6] Misc fixes for QEMU 5.2-rc2
 2020-11-10 22:28 UTC  (2+ messages)

[PATCH v3] media: cedrus: Add support for VP8 decoding
 2020-11-10 22:35 UTC  (2+ messages)

[PATCH v9 00/44] kasan: add hardware tag-based mode for arm64
 2020-11-10 22:10 UTC  (81+ 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: update to the new text representation of capabilities
 2020-11-10 22:29 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2020-11-10 22:29 UTC 

git rebase/git rebase --abort cause inconsistent state
 2020-11-10 22:28 UTC  (6+ messages)

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

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

[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 

[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

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

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

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)

post-receive: pub/scm/linux/kernel/git/jarkko/linux-sgx
 2020-11-10 22:20 UTC 

[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] package/wpewebkit: add optional systemd dependency
 2020-11-10 22:19 UTC 

[Buildroot] [git commit branch/next] 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)

post-receive: pub/scm/linux/kernel/git/shuah/linux-kselftest
 2020-11-10 22:17 UTC 

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 00/20] [Set 3] Rid W=1 warnings from GPU
 2020-11-10 22:17 UTC  (25+ messages)
` [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

post-receive: pub/scm/linux/kernel/git/will/linux
 2020-11-10 22:16 UTC 

[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 

post-receive: pub/scm/linux/kernel/git/will/linux
 2020-11-10 22:15 UTC 

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

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-11-10 22:15 UTC 

[PATCH 0/8] KVM: selftests: Cleanups, take 2
 2020-11-10 22:13 UTC  (3+ messages)
` [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  (3+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-11-10 22:09 UTC 

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

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-11-10 22:09 UTC 

[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 v1 0/3] mm: memcg: deprecate cgroup v1 non-hierarchical mode
 2020-11-10 22:08 UTC  (3+ messages)
` [PATCH v1 1/3] mm: memcg: deprecate the "
` [PATCH v1 3/3] cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy

[PATCH v2 linux dev-5.8] Fii Kudo project device tree file
 2020-11-10 22:05 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.