linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-23 17:58:43 to 2020-11-23 20:13:30 UTC [more...]

[PATCH net-next v2 0/2] Add an assert in napi_consume_skb()
 2020-11-23 20:12 UTC  (4+ messages)
` [PATCH net-next v2 1/2] lockdep: Introduce in_softirq lockdep assert

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

[PATCH net 00/17] rxrpc: Prelude to gssapi support
 2020-11-23 20:12 UTC  (18+ messages)
` [PATCH net-next 01/17] keys: Provide the original description to the key preparser
` [PATCH net-next 02/17] rxrpc: Remove the rxk5 security class as it's now defunct
` [PATCH net-next 03/17] rxrpc: List the held token types in the key description in /proc/keys
` [PATCH net-next 04/17] rxrpc: Support keys with multiple authentication tokens
` [PATCH net-next 05/17] rxrpc: Don't retain the server key in the connection
` [PATCH net-next 06/17] rxrpc: Split the server key type (rxrpc_s) into its own file
` [PATCH net-next 07/17] rxrpc: Hand server key parsing off to the security class
` [PATCH net-next 08/17] rxrpc: Don't leak the service-side session key to userspace
` [PATCH net-next 09/17] rxrpc: Allow security classes to give more info on server keys
` [PATCH net-next 10/17] rxrpc: Make the parsing of xdr payloads more coherent
` [PATCH net-next 11/17] rxrpc: Ignore unknown tokens in key payload unless no known tokens
` [PATCH net-next 12/17] rxrpc: Fix example key name in a comment
` [PATCH net-next 13/17] rxrpc: Merge prime_packet_security into init_connection_security
` [PATCH net-next 14/17] rxrpc: Don't reserve security header in Tx DATA skbuff
` [PATCH net-next 15/17] rxrpc: Organise connection security to use a union
` [PATCH net-next 16/17] rxrpc: rxkad: Don't use pskb_pull() to advance through the response packet
` [PATCH net-next 17/17] rxrpc: Ask the security class how much space to allow in a packet

[PATCH v6 0/2] Control over userfaultfd kernel-fault handling
 2020-11-23 20:11 UTC  (5+ messages)
` [PATCH v6 1/2] Add UFFD_USER_MODE_ONLY

[PATCH] [RFC] init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT set
 2020-11-23 20:04 UTC  (2+ messages)

[PATCH 0/6] tlb: Fix access and (soft-)dirty bit management
 2020-11-23 20:04 UTC  (15+ messages)
` [PATCH 4/6] mm: proc: Invalidate TLB after clearing soft-dirty page state
` [PATCH 6/6] mm: proc: Avoid fullmm flush for young/dirty bit toggling

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-23 20:03 UTC  (12+ messages)

[PATCH v2 0/6] Add AHCI support for Tegra186
 2020-11-23 20:03 UTC  (5+ messages)
` [PATCH v2 3/6] dt-bindings: ata: tegra: Convert binding documentation to YAML

[RFC PATCH 4/9] cxl/mem: Map memory device registers
 2020-11-23 19:58 UTC  (5+ messages)

[patch 00/19] softirq: Cleanups and RT awareness
 2020-11-23 19:56 UTC  (5+ messages)
` [patch 14/19] softirq: Make softirq control and processing RT aware

[PATCH v2 tip/core/rcu 1/6] srcu: Make Tiny SRCU use multi-bit grace-period counter
 2020-11-23 19:55 UTC  (3+ messages)

[PATCH -next] panic: complete the flush of the hard deadlock log messages to the serial port
 2020-11-23 19:52 UTC  (2+ messages)

linux-kernel@vger.kernel.org waiting to hear from you
 2020-11-23 19:51 UTC 

[PATCH v6 0/8] IMA: support for measuring kernel integrity critical data
 2020-11-23 19:49 UTC  (10+ messages)
` [PATCH v6 8/8] selinux: measure state and hash of the policy using IMA

[PATCH v24 00/12] Landlock LSM
 2020-11-23 19:44 UTC  (5+ messages)
` [PATCH v24 07/12] landlock: Support filesystem access-control

[PATCH 0/5] ACPI: EC: Cleanups in advance_transaction()
 2020-11-23 19:40 UTC  (6+ messages)
` [PATCH 1/5] ACPI: EC: Fold acpi_ec_clear_gpe() into its caller
` [PATCH 2/5] ACPI: EC: Rename acpi_ec_is_gpe_raised()
` [PATCH 3/5] ACPI: EC: Simplify error handling in advance_transaction()
` [PATCH 4/5] ACPI: EC: Untangle "
` [PATCH 5/5] ACPI: EC: Clean up status flags checks "

[PATCH 0/2] mm,thp,shm: limit shmem THP alloc gfp_mask
 2020-11-23 19:39 UTC  (6+ messages)
` [PATCH 2/2] mm,thp,shm: limit gfp mask to no more than specified

[PATCH net-next v4 0/5] net/x25: netdev event handling
 2020-11-23 19:36 UTC  (12+ messages)
` [PATCH net-next v4 2/5] net/lapb: support netdev events

[PATCH] kfence: Avoid stalling work queue task without allocations
 2020-11-23 19:32 UTC  (24+ messages)
                      ` linux-next: stall warnings and deadlock on Arm64 (was: [PATCH] kfence: Avoid stalling...)

[locking/rwsem] 10a59003d2: unixbench.score -25.5% regression
 2020-11-23 19:28 UTC  (2+ messages)

[PATCH v11 00/14] s390/vfio-ap: dynamic configuration support
 2020-11-23 19:23 UTC  (7+ messages)
` [PATCH v11 05/14] s390/vfio-ap: implement in-use callback for vfio_ap driver

[PATCH v12 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-23 19:20 UTC  (10+ messages)
` [PATCH v12 3/4] selinux: teach SELinux about anonymous inodes

[PATCHv8 0/8] System Cache support for GPU and required SMMU support
 2020-11-23 19:22 UTC  (4+ messages)

[PATCH] zlib: export S390 symbols for zlib modules
 2020-11-23 19:20 UTC  (2+ messages)

[PATCH v2] btrfs: return EAGAIN when receiving a pending signal in the defrag loops
 2020-11-23 19:17 UTC  (2+ messages)

[PATCH mm v3 00/19] kasan: boot parameters for hardware tag-based mode
 2020-11-23 19:16 UTC  (5+ messages)
` [PATCH mm v3 17/19] kasan: clean up metadata allocation and usage

[PATCH net-next v1 1/2] lan743x: clean up software_isr function
 2020-11-23 19:15 UTC  (2+ messages)
` [PATCH net-next v1 2/2] lan743x: replace polling loop by wait_event_timeout()

[PATCH v2] kcsan: Avoid scheduler recursion by using non-instrumented preempt_{disable,enable}()
 2020-11-23 19:12 UTC  (6+ messages)

[PATCH v6 0/5] Add support for SCMIv3.0 Voltage Domain Protocol and SCMI-Regulator
 2020-11-23 19:10 UTC  (8+ messages)
` [PATCH v6 4/5] dt-bindings: arm: add support for SCMI Regulators
` [PATCH v6 5/5] regulator: add SCMI driver

[PATCH v4 0/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring
 2020-11-23 19:03 UTC  (4+ messages)
` [PATCH v4 1/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring driver

[PATCH bpf-next v2 1/3] ima: Implement ima_inode_hash
 2020-11-23 19:00 UTC  (10+ messages)
` [PATCH bpf-next v2 3/3] bpf: Update LSM selftests for bpf_ima_inode_hash

[PATCH v3 0/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring
 2020-11-23 19:01 UTC  (6+ messages)
` [PATCH v3 1/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring driver

[PATCH 5.4 000/158] 5.4.80-rc1 review
 2020-11-23 18:57 UTC  (5+ messages)
` [PATCH 5.4 044/158] compiler.h: fix barrier_data() on clang

[PATCH v5 0/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring
 2020-11-23 18:56 UTC  (3+ messages)
` [PATCH v5 1/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring driver
` [PATCH v5 2/2] docs: hwmon: Document max127 driver

[git pull] habanalabs fixes for 5.10-rc6
 2020-11-23 18:52 UTC  (2+ messages)

[PATCH] habanalabs/gaudi: print ECC type field
 2020-11-23 18:50 UTC 

[PATCH 1/2] f2fs: add compress_mode mount option
 2020-11-23 18:48 UTC  (4+ messages)
` [PATCH 2/2] f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: add compress_mode mount option

[PATCH 0/5] regmap/SoundWire/ASoC: Add SoundWire SDCA support
 2020-11-23 18:44 UTC  (3+ messages)
` [PATCH 1/5] soundwire: SDCA: add helper macro to access controls

arch/riscv/include/asm/vdso/processor.h:14:2: error: implicit declaration of function 'barrier'
 2020-11-23 18:43 UTC  (2+ messages)

memory leak in hub_event
 2020-11-23 18:44 UTC  (5+ messages)
`  "

[PATCH v8] tcp: fix race condition when creating child sockets from syncookies
 2020-11-23 18:43 UTC  (2+ messages)

[PATCH] dyndbg: fix use before null check
 2020-11-23 18:43 UTC 

[PATCH v2 2/4] Kbuild: do not emit debug info for assembly with LLVM_IAS=1
 2020-11-23 18:42 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v6] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-11-23 18:43 UTC  (5+ messages)

[PATCH net-next v5] net/tun: Call netdev notifiers
 2020-11-23 18:40 UTC  (4+ messages)

[RFC] Documentation/scheduler/schedutil.txt
 2020-11-23 18:39 UTC  (7+ messages)

[PATCH v5 00/11] Raspberry Pi PoE HAT fan support
 2020-11-23 18:38 UTC  (12+ messages)
` [PATCH v5 01/11] firmware: raspberrypi: Keep count of all consumers
` [PATCH v5 02/11] firmware: raspberrypi: Introduce devm_rpi_firmware_get()
` [PATCH v5 03/11] clk: bcm: rpi: Release firmware handle on unbind
` [PATCH v5 04/11] gpio: raspberrypi-exp: "
` [PATCH v5 05/11] reset: raspberrypi: "
` [PATCH v5 06/11] soc: bcm: raspberrypi-power: "
` [PATCH v5 07/11] staging: vchiq: "
` [PATCH v5 08/11] input: raspberrypi-ts: Release firmware handle when not needed
` [PATCH v5 09/11] dt-bindings: pwm: Add binding for RPi firmware PWM bus
` [PATCH v5 10/11] DO NOT MERGE: ARM: dts: Add RPi's official PoE hat support
` [PATCH v5 11/11] pwm: Add Raspberry Pi Firmware based PWM bus

[PATCH] regulator: Kconfig: Fix REGULATOR_QCOM_RPMH dependencies to avoid build error
 2020-11-23 18:36 UTC  (2+ messages)

[PATCH v7 00/17] Add support for Clang LTO
 2020-11-23 18:34 UTC  (4+ messages)
` [PATCH v7 15/17] KVM: arm64: disable LTO for the nVHE directory

Pinning ZONE_MOVABLE pages
 2020-11-23 18:34 UTC  (6+ messages)

[PATCH] Documentation: kunit: provide guidance for testing many inputs
 2020-11-23 18:32 UTC  (2+ messages)

[PATCH 0/2] hwspinlock: add sunxi hardware spinlock support
 2020-11-23 18:32 UTC  (12+ messages)
` [PATCH 2/2] "

[net-next v3 0/8] seg6: add support for SRv6 End.DT4/DT6 behavior
 2020-11-23 18:28 UTC  (10+ messages)
` [net-next v3 1/8] vrf: add mac header for tunneled packets when sniffer is attached
` [net-next v3 2/8] seg6: improve management of behavior attributes
` [net-next v3 3/8] seg6: add support for optional attributes in SRv6 behaviors
` [net-next v3 4/8] seg6: add callbacks for customizing the creation/destruction of a behavior
` [net-next v3 5/8] seg6: add support for the SRv6 End.DT4 behavior
` [net-next v3 6/8] seg6: add VRF support for SRv6 End.DT6 behavior
` [net-next v3 7/8] selftests: add selftest for the SRv6 End.DT4 behavior
` [net-next v3 8/8] selftests: add selftest for the SRv6 End.DT6 (VRF) behavior
` [iproute2-next v1 1/1] seg6: add support for vrftable attribute in End.DT4/DT6 behaviors

[PATCH] um: ubd: Set device serial attribute from cmdline
 2020-11-23 18:31 UTC 

[PATCH v2 02/24] exec: Simplify unshare_files
 2020-11-23 18:25 UTC  (3+ messages)

[RESEND,PATCH] ARM: fix __div64_32() error when compiling with clang
 2020-11-23 18:16 UTC  (2+ messages)

[PATCH v4 00/19] sched: Migrate disable support
 2020-11-23 18:13 UTC  (6+ messages)
` [PATCH v4 11/19] sched/core: Make migrate disable and CPU hotplug cooperative

[RFC PATCH] regmap: remove duplicate `type` field from `regcache_sync` trace event
 2020-11-23 18:10 UTC  (2+ messages)

[PATCH] coresight: tmc-etr: Check if page is valid before dma_map_page()
 2020-11-23 18:10 UTC  (3+ messages)

[ANNOUNCE] 4.4.245-rt211
 2020-11-23 18:07 UTC 

[PATCH 0/4] x86/MCE: some minor fixes
 2020-11-23 18:07 UTC  (7+ messages)
` [PATCH 2/4] x86/mce: move the mce_panic() call and kill_it assignments at the right places

[PATCH 0/9] relay: cleanup and const callbacks, take 2
 2020-11-23 18:06 UTC  (11+ messages)
` [PATCH 1/9] relay: remove unused buf_mapped and buf_unmapped callbacks
` [PATCH 2/9] relay: require non-NULL callbacks in relay_open()
` [PATCH 3/9] relay: make create_buf_file and remove_buf_file callbacks mandatory
` [PATCH 4/9] relay: allow the use of const callback structs
` [PATCH 5/9] drm/i915: make relay callbacks const
` [PATCH 6/9] ath10k: "
` [PATCH 7/9] ath11k: "
` [PATCH 8/9] ath9k: "
` [PATCH 9/9] blktrace: "

[PATCH 1/7] kbuild: doc: update the description about kbuild Makefiles
 2020-11-23 18:03 UTC  (5+ messages)
` [PATCH 6/7] kbuild: doc: clarify the difference between extra-y and always-y
` [PATCH 7/7] kbuild: doc: document subdir-y syntax

[PATCH 1/6] relay: allow the use of const callback structs
 2020-11-23 18:01 UTC  (3+ messages)

[PATCH v3 0/2] powerpc/ptrace: Hard wire PT_SOFTE value to 1 in gpr_get() too
 2020-11-23 18:01 UTC  (5+ messages)
` [PATCH v3 2/2] "

[PATCH v2 00/24] Opt-in always-on nVHE hypervisor
 2020-11-23 18:01 UTC  (4+ messages)
` [PATCH v2 08/24] kvm: arm64: Add SMC handler in nVHE EL2

[PATCH] btrfs: remove the useless value assignment in block_rsv_release_bytes
 2020-11-23 17:58 UTC  (4+ messages)

[PATCH v5 0/9] "Task_isolation" mode
 2020-11-23 17:58 UTC  (6+ messages)
` [PATCH v5 5/9] task_isolation: Add driver-specific hooks
` [PATCH v5 6/9] task_isolation: arch/arm64: enable task isolation functionality
` [PATCH v5 7/9] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
` [PATCH v5 8/9] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize
` [PATCH v5 9/9] task_isolation: kick_all_cpus_sync: don't kick isolated cpus


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).