All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-22 18:41:48 to 2020-12-22 20:04:26 UTC [more...]

incoming
 2020-12-22 20:03 UTC  (55+ messages)
` [patch 01/60] kasan: drop unnecessary GPL text from comment headers
` [patch 02/60] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [patch 03/60] kasan: group vmalloc code
` [patch 04/60] kasan: shadow declarations only for software modes
` [patch 05/60] kasan: rename (un)poison_shadow to (un)poison_range
` [patch 06/60] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [patch 07/60] kasan: only build init.c for software modes
` [patch 08/60] kasan: split out shadow.c from common.c
` [patch 09/60] kasan: define KASAN_MEMORY_PER_SHADOW_PAGE
` [patch 10/60] kasan: rename report and tags files
` [patch 11/60] kasan: don't duplicate config dependencies
` [patch 12/60] kasan: hide invalid free check implementation
` [patch 13/60] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [patch 14/60] kasan, arm64: only init shadow for software modes
` [patch 15/60] kasan, arm64: only use kasan_depth "
` [patch 16/60] kasan, arm64: move initialization message
` [patch 17/60] kasan, arm64: rename kasan_init_tags and mark as __init
` [patch 18/60] kasan: rename addr_has_shadow to addr_has_metadata
` [patch 19/60] kasan: rename print_shadow_for_address to print_memory_metadata
` [patch 20/60] kasan: rename SHADOW layout macros to META
` [patch 21/60] kasan: separate metadata_fetch_row for each mode
` [patch 22/60] kasan: introduce CONFIG_KASAN_HW_TAGS
` [patch 23/60] arm64: enable armv8.5-a asm-arch option
` [patch 24/60] arm64: mte: add in-kernel MTE helpers
` [patch 25/60] arm64: mte: reset the page tag in page->flags
` [patch 26/60] arm64: mte: add in-kernel tag fault handler
` [patch 27/60] arm64: kasan: allow enabling in-kernel MTE
` [patch 28/60] arm64: mte: convert gcr_user into an exclude mask
` [patch 29/60] arm64: mte: switch GCR_EL1 in kernel entry and exit
` [patch 30/60] kasan, mm: untag page address in free_reserved_area
` [patch 31/60] arm64: kasan: align allocations for HW_TAGS
` [patch 32/60] arm64: kasan: add arch layer for memory tagging helpers
` [patch 33/60] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [patch 34/60] kasan, x86, s390: update undef CONFIG_KASAN
` [patch 35/60] kasan, arm64: expand CONFIG_KASAN checks
` [patch 36/60] kasan, arm64: implement HW_TAGS runtime
` [patch 37/60] kasan, arm64: print report from tag fault handler
` [patch 38/60] kasan, mm: reset tags when accessing metadata
` [patch 39/60] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [patch 40/60] kasan: add documentation for hardware tag-based mode
` [patch 41/60] kselftest/arm64: check GCR_EL1 after context switch
` [patch 42/60] kasan: simplify quarantine_put call site
` [patch 43/60] kasan: rename get_alloc/free_info
` [patch 44/60] kasan: introduce set_alloc_info
` [patch 45/60] kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
` [patch 46/60] kasan: allow VMAP_STACK for HW_TAGS mode
` [patch 47/60] kasan: remove __kasan_unpoison_stack
` [patch 48/60] kasan: inline kasan_reset_tag for tag-based modes
` [patch 49/60] kasan: inline random_tag for HW_TAGS
` [patch 50/60] kasan: open-code kasan_unpoison_slab
` [patch 51/60] kasan: inline (un)poison_range and check_invalid_free
` [patch 52/60] kasan: add and integrate kasan boot parameters
` [patch 53/60] kasan, mm: check kasan_enabled in annotations
` [patch 54/60] kasan, mm: rename kasan_poison_kfree

[PATCH] RISC-V: Place DTB at 3GB boundary instead of 4GB
 2020-12-22 19:59 UTC  (10+ messages)

[Buildroot] [PATCH] package/nodejs: security bump to version 12.19.1
 2020-12-22 20:00 UTC 

[RFC PATCH 1/3] mm: support hugetlb free page reporting
 2020-12-22 19:59 UTC  (3+ messages)

Data corruption when using multiple devices with NVMEoF TCP
 2020-12-22 19:58 UTC  (3+ messages)

[PATCH] Documentation/git-send-email.txt: Mention less secure app access might need to enable
 2020-12-22 19:58 UTC  (6+ messages)

[PATCH] config: option transfer.ipversion to set transport protocol version for network fetches
 2020-12-22 19:55 UTC  (7+ messages)
` [PATCH] Config option to set the "

[RFC PATCH v2 0/7] iommu: Permit modular builds of io-pgtable drivers
 2020-12-22 19:54 UTC  (15+ messages)
` [PATCH v2 1/7] iommu/io-pgtable: Introduce dynamic io-pgtable fmt registration
` [PATCH v2 3/7] iommu/arm-smmu: Add dependency on io-pgtable format modules

[PATCH bpf] selftests/bpf: work-around EBUSY errors from hashmap update/delete
 2020-12-22 19:53 UTC 

[PATCH v3] drivers: clk: make gpio-gated clock support optional
 2020-12-22 19:51 UTC  (5+ messages)

[PATCH] i2c-imx.c: Synthesize end of transaction events without idle interrupts
 2020-12-22 19:48 UTC  (2+ messages)

sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c:345 kabylake_ssp_fixup() warn: ignoring unreachable code
 2020-12-22 19:51 UTC 

[PATCH v1 0/1] ima: Add test for selinux measurement
 2020-12-22 19:50 UTC  (6+ messages)
` [PATCH v1 1/1] "
        ` [LTP] "

[PATCH] doc: qemu-riscv: Fix opensbi build instructions
 2020-12-22 19:50 UTC 

Warnings in test_maps selftests in test_sockmap parts
 2020-12-22 19:47 UTC  (2+ messages)

[PATCH v13 0/6] Carry forward IMA measurement log on kexec on ARM64
 2020-12-22 19:45 UTC  (7+ messages)
` [PATCH v13 2/6] powerpc: Move arch independent ima kexec functions to drivers/of/kexec.c

[PATCH] mm/userfaultfd: fix memory corruption due to writeprotect
 2020-12-22 19:44 UTC  (19+ messages)

[PATCH v4] s390/vfio-ap: clean up vfio_ap resources when KVM pointer invalidated
 2020-12-22 19:43 UTC  (5+ messages)

[PATCH] core.abbrev <off|false|no> disables abbreviations
 2020-12-22 19:42 UTC  (4+ messages)

[PATCH] erofs: support direct IO for uncompressed file
 2020-12-22 19:39 UTC  (4+ messages)

[PATCH v3] prctl.2: Document Syscall User Dispatch
 2020-12-22 19:39 UTC  (3+ messages)

[PATCH v2 00/48] Introduce core voltage scaling for NVIDIA Tegra20/30 SoCs
 2020-12-22 19:39 UTC  (48+ messages)
` [PATCH v2 02/48] dt-bindings: memory: tegra30: emc: Replace core regulator with power domain
` [PATCH v2 06/48] dt-bindings: clock: tegra: Document clocks sub-node
` [PATCH v2 11/48] opp: Add dev_pm_opp_find_level_ceil()
` [PATCH v2 13/48] opp: Add resource-managed versions of OPP API functions
` [PATCH v2 14/48] opp: Filter out OPPs based on availability of a required-OPP
` [PATCH v2 15/48] opp: Support set_opp() customization without requiring to use regulators
` [PATCH v2 19/48] opp: Fix adding OPP entries in a wrong order if rate is unavailable
` [PATCH v2 28/48] soc/tegra: Introduce core power domain driver
` [PATCH v2 43/48] ARM: tegra: Add OPP tables and power domains to Tegra20 device-tree
` [PATCH v2 44/48] ARM: tegra: Add OPP tables and power domains to Tegra30 device-tree

+ mm-mremap-fix-extent-calculation.patch added to -mm tree
 2020-12-22 19:32 UTC 

[PATCH] Documentation/submitting-patches: Document the SoB chain
 2020-12-22 19:25 UTC  (5+ messages)
  ` [PATCH] Documentation/submitting-patches: Add blurb about backtraces in commit messages

[PATCH] Bluetooth: btrtl: Enable central-peripheral role
 2020-12-22 19:24 UTC  (2+ messages)
`  "

[PATCH] wireless-regdb: Update regulatory rules for Ukraine (UA)
 2020-12-22 19:23 UTC  (5+ messages)
  ` [wireless-regdb] "

[PATCH 1/2] arm: dart6ul: change compatible string for eeprom
 2020-12-22 19:24 UTC  (2+ messages)
` [PATCH 2/2] arm: dart6ul: read and print SoM info from eeprom on startup

wg trunk (TM) traffic isolation: VRF vs netns
 2020-12-22 19:23 UTC  (2+ messages)

[PATCH 00/11] Modernizing the t7001 test script
 2020-12-22 19:22 UTC  (4+ messages)

[PATCH] Various pages: ffix: Remove explicit blank lines, and replace them by .PP when appropriate'
 2020-12-22 19:17 UTC 

post-receive: pub/scm/linux/kernel/git/tytso/ext4
 2020-12-22 19:19 UTC 

post-receive: pub/scm/linux/kernel/git/tytso/ext4
 2020-12-22 19:18 UTC 

[PATCH] doc/mgmt-api.txt: Introduce Set Runtime Firmware command
 2020-12-22 19:16 UTC  (2+ messages)

[PATCH] iio: sc27xx_adc: Use DIV_ROUND_CLOSEST() instead of open-coding it
 2020-12-22 19:16 UTC 

+ mm-add-prototype-for-__add_to_page_cache_locked-fix.patch added to -mm tree
 2020-12-22 19:16 UTC 

[PATCH] mm/page_reporting: use list_entry_is_head() in page_reporting_cycle()
 2020-12-22 18:27 UTC 

+ mm-add-prototype-for-__add_to_page_cache_locked.patch added to -mm tree
 2020-12-22 19:16 UTC 

[GIT PULL] More ACPI updates for v5.11-rc1
 2020-12-22 19:15 UTC 

[PATCH 0/3] aspeed-video: extend spurious interrupt handling
 2020-12-22 19:14 UTC  (11+ messages)
` [PATCH 1/3] aspeed-video: add error message for unhandled interrupts
` [PATCH 2/3] aspeed-video: clear spurious interrupt bits unconditionally

[RFC v2 PATCH 0/4] speed up page allocation for __GFP_ZERO
 2020-12-22 19:13 UTC  (3+ messages)

[GIT PULL] More power management updates for v5.11-rc1
 2020-12-22 19:13 UTC 

[PULL] drm-misc-next-fixes
 2020-12-22 19:13 UTC  (2+ messages)
` [Intel-gfx] "

[ovmf test] 157804: all pass - PUSHED
 2020-12-22 19:12 UTC 

[PATCH bpf-next 0/2] bpf: misc performance improvements for cgroup hooks
 2020-12-22 19:11 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: try to avoid kzalloc in cgroup/{s,g}etsockopt

[PATCH] MAINTAINERS: include governors into CPU IDLE TIME MANAGEMENT FRAMEWORK
 2020-12-22 19:10 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/rafael/linux-pm
 2020-12-22 19:09 UTC 

[PATCH v7 1/3] Documentation: Add documentation for new platform_profile sysfs attribute
 2020-12-22 19:05 UTC  (4+ messages)
` [PATCH v7 2/3] ACPI: platform-profile: Add platform profile support

[to-be-updated] kasan-fix-memory-leak-of-kasan-quarantine.patch removed from -mm tree
 2020-12-22 19:04 UTC 

[RFC PATCH 0/8] x86: Support Intel Key Locker
 2020-12-22 19:03 UTC  (3+ messages)

[PATCH bpf-next V10 0/7] bpf: New approach for BPF MTU handling
 2020-12-22 18:58 UTC  (3+ messages)
` [PATCH bpf-next V10 7/7] bpf/selftests: tests using bpf_check_mtu BPF-helper

[PATCH] _exit.2, accept.2, access.2, bpf.2, chmod.2, chown.2, dup.2 getgroups.2, keyctl.2, mkdir.2, mknod.2, mprotect.2, pipe.2 poll.2, readlink.2, reboot.2, rename.2, set_thread_area.2, stat.2 symlink.2, unlink.2, abs.3, crypt.3, encrypt.3, err.3, fpurge.3 gethostbyname.3, getmntent.3, getspnam.3, getutent.3 inet_net_pton.3, mempcpy.3, mkfifo.3, open_memstream.3, openpty.3 perror.3, posix_memalign.3, printf.3, rpc.3, scandir.3, scanf.3 strchr.3, towupper.3, unlocked_stdio.3, cgroups.7, symlink.7 time_namespaces.7: ffix: '1,/^\.EX/s/^$/.PP/' '/^\.EE/,/^\.EX/s/^$/.PP/'
 2020-12-22 18:57 UTC  (2+ messages)

[PATCH] arch: consolidate pm_power_off callback
 2020-12-22 18:54 UTC  (14+ messages)
` [OpenRISC] "

[PATCH v2] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2020-12-22 18:53 UTC  (2+ messages)

[PATCH v5 0/4] powercap/dtpm: Add the DTPM framework
 2020-12-22 18:52 UTC  (4+ messages)

[Buildroot] [PATCH v1 0/2] Raspberry Pi - bump kernel version to 967d45b (5.10.1)
 2020-12-22 18:52 UTC  (5+ messages)
` [Buildroot] [PATCH v1 1/2] configs/raspberrypi*: "
` [Buildroot] [PATCH v1 2/2] package/rpi-firmware: bump version to d016a6e

[PATCH v14 00/15] xfs: Delayed Attributes
 2020-12-22 18:44 UTC  (5+ messages)
` [PATCH v14 04/15] xfs: Add delay ready attr remove routines

[PATCH 0/7] spi: cadence-quadspi: Add Octal DTR support
 2020-12-22 18:44 UTC  (8+ messages)
` [PATCH 1/7] spi: cadence-quadspi: Set master max_speed_hz
` [PATCH 2/7] spi: cadence-quadspi: Abort read if dummy cycles required are too many
` [PATCH 3/7] spi: cadence-quadspi: Set dummy cycles from STIG commands
` [PATCH 4/7] spi: cadence-quadspi: Fix dummy cycle calculation when buswidth > 1
` [PATCH 5/7] spi: cadence-quadspi: Implement a simple supports_op hook
` [PATCH 6/7] spi: cadence-quadspi: Wait at least 500 ms for direct reads
` [PATCH 7/7] spi: cadence-quadspi: Add DTR support

[PATCH 0/9] Alpine Linux build fix and CI pipeline
 2020-12-22 18:41 UTC  (4+ messages)

[PATCH v2 0/5] pinctrl: renesas: basic R8A779A0 (V3U) support
 2020-12-22 18:44 UTC  (5+ messages)
` [PATCH v2 2/5] pinctrl: renesas: add I/O voltage level flag

[PATCH 1/1] mm:improve the performance during fork
 2020-12-22 18:42 UTC  (2+ messages)

mesh: call to Publish triggers apparent output loop in mesh/mesh-io-generic.c
 2020-12-22 18:43 UTC  (2+ messages)

[PATCH v6 1/3] Move -D_GNU_SOURCE to CPPFLAGS
 2020-12-22 18:41 UTC  (4+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/3] Wrap ./fsverity in TEST_WRAPPER_PROG too


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.