linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-10 16:50:33 to 2021-03-10 18:23:58 UTC [more...]

-Walign-mismatch in block/blk-mq.c
 2021-03-10 18:23 UTC 

[RESEND PATCH v4 0/3] proc: Relax check of mount visibility
 2021-03-10 18:22 UTC  (3+ messages)

[PATCH v5 0/5] proc: Relax check of mount visibility
 2021-03-10 18:20 UTC  (6+ messages)
` [PATCH v5 1/5] docs: proc: add documentation about mount restrictions
` [PATCH v5 2/5] proc: Show /proc/self/net only for CAP_NET_ADMIN
` [PATCH v5 3/5] proc: Disable cancellation of subset=pid option
` [PATCH v5 4/5] proc: Relax check of mount visibility
` [PATCH v5 5/5] docs: proc: add documentation about relaxing visibility restrictions

[PATCH v2 0/1] Unprivileged chroot
 2021-03-10 18:18 UTC  (2+ messages)
` [PATCH v2 1/1] fs: Allow no_new_privs tasks to call chroot(2)

[PATCH v1] clk: qcom: rpmh: Update the XO clock source for SC7280
 2021-03-10 18:18 UTC 

[net-next] net: mvpp2: Add reserved port private flag configuration
 2021-03-10 18:18 UTC  (4+ messages)
  ` [EXT] "

[mm, slub] 8ff60eb052: stress-ng.rawpkt.ops_per_sec -47.9% regression
 2021-03-10 18:17 UTC  (4+ messages)

[PATCH v1 0/1] Unprivileged chroot
 2021-03-10 18:17 UTC  (6+ messages)
` [PATCH v1 1/1] fs: Allow no_new_privs tasks to call chroot(2)

[PATCH V2] ASoC: soc-core: Prevent warning if no DMI table is present
 2021-03-10 18:16 UTC  (11+ messages)

[PATCH v2] x86/perf: Use RET0 as default for guest_get_msrs to handle "no PMU" case
 2021-03-10 18:16 UTC  (3+ messages)

[PATCH 1/3] ASoC: simple-card-utils: Fix device module clock
 2021-03-10 18:14 UTC  (6+ messages)

[PATCH] vfio/pci: Handle concurrent vma faults
 2021-03-10 18:14 UTC  (2+ messages)

[GIT PULL] detached mounts fix
 2021-03-10 18:13 UTC  (2+ messages)

[GIT PULL] cifs fixes
 2021-03-10 18:13 UTC  (2+ messages)

[PATCH v2 0/7] x86/seves: Support 32-bit boot path and other updates
 2021-03-10 18:10 UTC  (6+ messages)
` [PATCH v2 5/7] x86/boot/compressed/64: Add CPUID sanity check to 32-bit boot-path

[PATCH v4 0/4] hugetlb: Disable huge pmd unshare for uffd-wp
 2021-03-10 18:09 UTC  (5+ messages)
` [PATCH v4 2/4] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled

[PATCH] usb: dwc3: gadget: Prevent EP queuing while stopping transfers
 2021-03-10 18:09 UTC  (2+ messages)

[PATCH v2] mm: page_alloc: dump migrate-failed pages
 2021-03-10 18:07 UTC  (9+ messages)

[PATCH] auxdisplay: Remove in_interrupt() usage
 2021-03-10 18:04 UTC  (12+ messages)
      ` [PATCH v3] "

[PATCH v6 00/15] pinctrl: add BCM63XX pincontrol support
 2021-03-10 18:03 UTC  (6+ messages)
` [PATCH v6 03/15] pinctrl: bcm: add bcm63xx base code
` [PATCH v6 04/15] dt-bindings: add BCM6328 pincontroller binding documentation

[PATCH v6 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-10 18:01 UTC  (6+ messages)
` [PATCH v6 3/6] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ

[PATCH v2 00/25] KVM SGX virtualization support
 2021-03-10 18:01 UTC  (3+ messages)

[PATCH 5.10 00/49] 5.10.23-rc1 review
 2021-03-10 18:00 UTC  (7+ messages)
` [PATCH 5.10 14/49] net: ipa: ignore CHANNEL_NOT_RUNNING errors

[PATCH v3] mm: page_alloc: dump migrate-failed pages
 2021-03-10 18:01 UTC 

[PATCH v3 0/2] x86/setup: consolidate early memory reservations
 2021-03-10 17:59 UTC  (3+ messages)

[PATCH v4 00/34] KVM: arm64: A stage 2 for the host
 2021-03-10 17:57 UTC  (35+ messages)
` [PATCH v4 01/34] arm64: lib: Annotate {clear,copy}_page() as position-independent
` [PATCH v4 02/34] KVM: arm64: Link position-independent string routines into .hyp.text
` [PATCH v4 03/34] arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
` [PATCH v4 04/34] KVM: arm64: Initialize kvm_nvhe_init_params early
` [PATCH v4 05/34] KVM: arm64: Avoid free_page() in page-table allocator
` [PATCH v4 06/34] KVM: arm64: Factor memory allocation out of pgtable.c
` [PATCH v4 07/34] KVM: arm64: Introduce a BSS section for use at Hyp
` [PATCH v4 08/34] KVM: arm64: Make kvm_call_hyp() a function call "
` [PATCH v4 09/34] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
` [PATCH v4 10/34] KVM: arm64: Introduce an early Hyp page allocator
` [PATCH v4 11/34] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
` [PATCH v4 12/34] KVM: arm64: Introduce a Hyp buddy page allocator
` [PATCH v4 13/34] KVM: arm64: Enable access to sanitized CPU features at EL2
` [PATCH v4 14/34] KVM: arm64: Factor out vector address calculation
` [PATCH v4 15/34] arm64: asm: Provide set_sctlr_el2 macro
` [PATCH v4 16/34] KVM: arm64: Prepare the creation of s1 mappings at EL2
` [PATCH v4 17/34] KVM: arm64: Elevate hypervisor mappings creation "
` [PATCH v4 18/34] KVM: arm64: Use kvm_arch for stage 2 pgtable
` [PATCH v4 19/34] KVM: arm64: Use kvm_arch in kvm_s2_mmu
` [PATCH v4 20/34] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
` [PATCH v4 21/34] KVM: arm64: Refactor kvm_arm_setup_stage2()
` [PATCH v4 22/34] KVM: arm64: Refactor __load_guest_stage2()
` [PATCH v4 23/34] KVM: arm64: Refactor __populate_fault_info()
` [PATCH v4 24/34] KVM: arm64: Make memcache anonymous in pgtable allocator
` [PATCH v4 25/34] KVM: arm64: Reserve memory for host stage 2
` [PATCH v4 26/34] KVM: arm64: Sort the hypervisor memblocks
` [PATCH v4 27/34] KVM: arm64: Always zero invalid PTEs
` [PATCH v4 28/34] KVM: arm64: Use page-table to track page ownership
` [PATCH v4 29/34] KVM: arm64: Refactor stage2_map_set_prot_attr()
` [PATCH v4 30/34] KVM: arm64: Add kvm_pgtable_stage2_find_range()
` [PATCH v4 31/34] KVM: arm64: Wrap the host with a stage 2
` [PATCH v4 32/34] KVM: arm64: Page-align the .hyp sections
` [PATCH v4 33/34] KVM: arm64: Disable PMU support in protected mode
` [PATCH v4 34/34] KVM: arm64: Protect the .hyp sections from the host

[PATCH v5 0/4] Cleanup and fixups for vmemmap handling
 2021-03-10 17:58 UTC  (5+ messages)
` [PATCH v5 3/4] x86/vmemmap: Handle unpopulated sub-pmd ranges

[PATCH v1 0/8] Miscellaneous user access improvement
 2021-03-10 17:57 UTC  (9+ messages)
` [PATCH v1 1/8] powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_to_user() on ppc32
` [PATCH v1 2/8] powerpc/uaccess: Swap clear_user() and __clear_user()
` [PATCH v1 3/8] powerpc/uaccess: Move copy_mc_xxx() functions down
` [PATCH v1 4/8] powerpc/syscalls: Use sys_old_select() in ppc_select()
` [PATCH v1 5/8] powerpc/lib: Don't use __put_user_asm_goto() outside of uaccess.h
` [PATCH v1 6/8] powerpc/net: Switch csum_and_copy_{to/from}_user to user_access block
` [PATCH v1 7/8] powerpc/futex: Switch "
` [PATCH v1 8/8] powerpc/ptrace: Convert gpr32_set_common() to user access block

[PATCH 1/1] Revert "iommu/iova: Retry from last rb tree node if iova search fails"
 2021-03-10 17:50 UTC  (6+ messages)

[PATCH] staging: rtl8723bs: align comments
 2021-03-10 17:48 UTC  (2+ messages)

[PATCH v2 00/15] powerpc: Cleanup of uaccess.h and adding asm goto for get_user()
 2021-03-10 17:46 UTC  (16+ messages)
` [PATCH v2 01/15] powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap()
` [PATCH v2 02/15] powerpc/uaccess: Define ___get_user_instr() for ppc32
` [PATCH v2 03/15] powerpc/align: Convert emulate_spe() to user_access_begin
` [PATCH v2 04/15] powerpc/uaccess: Remove __get/put_user_inatomic()
` [PATCH v2 05/15] powerpc/uaccess: Move get_user_instr helpers in asm/inst.h
` [PATCH v2 06/15] powerpc/align: Don't use __get_user_instr() on kernel addresses
` [PATCH v2 07/15] powerpc/uaccess: Call might_fault() inconditionaly
` [PATCH v2 08/15] powerpc/uaccess: Remove __unsafe_put_user_goto()
` [PATCH v2 09/15] powerpc/uaccess: Remove __chk_user_ptr() in __get/put_user
` [PATCH v2 10/15] powerpc/uaccess: Remove calls to __get_user_bad() and __put_user_bad()
` [PATCH v2 11/15] powerpc/uaccess: Split out __get_user_nocheck()
` [PATCH v2 12/15] powerpc/uaccess: Rename __get/put_user_check/nocheck
` [PATCH v2 13/15] powerpc/uaccess: Refactor get/put_user() and __get/put_user()
` [PATCH v2 14/15] powerpc/uaccess: Introduce __get_user_size_goto()
` [PATCH v2 15/15] powerpc/uaccess: Use asm goto for get_user when compiler supports it

[v9 PATCH 00/13] Make shrinker's nr_deferred memcg aware
 2021-03-10 17:46 UTC  (14+ messages)
` [v9 PATCH 01/13] mm: vmscan: use nid from shrink_control for tracepoint
` [v9 PATCH 02/13] mm: vmscan: consolidate shrinker_maps handling code
` [v9 PATCH 03/13] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v9 PATCH 04/13] mm: vmscan: remove memcg_shrinker_map_size
` [v9 PATCH 05/13] mm: vmscan: use kvfree_rcu instead of call_rcu
` [v9 PATCH 06/13] mm: memcontrol: rename shrinker_map to shrinker_info
` [v9 PATCH 07/13] mm: vmscan: add shrinker_info_protected() helper
` [v9 PATCH 08/13] mm: vmscan: use a new flag to indicate shrinker is registered
` [v9 PATCH 09/13] mm: vmscan: add per memcg shrinker nr_deferred
` [v9 PATCH 10/13] mm: vmscan: use per memcg nr_deferred of shrinker
` [v9 PATCH 11/13] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v9 PATCH 12/13] mm: memcontrol: reparent nr_deferred when memcg offline
` [v9 PATCH 13/13] mm: vmscan: shrink deferred objects proportional to priority

[syzbot] WARNING in do_user_addr_fault
 2021-03-10 17:46 UTC 

[PATCH] cxl: don't manipulate the mm.mm_users field directly
 2021-03-10 17:44 UTC 

[PATCH v1] powerpc: Include running function as first entry in save_stack_trace() and friends
 2021-03-10 17:37 UTC  (10+ messages)

[PATCH v2] gpio: wcd934x: Fix shift-out-of-bounds error
 2021-03-10 17:43 UTC 

[PATCH v2] mm, tracing: improve rss_stat tracepoint message
 2021-03-10 17:43 UTC  (2+ messages)

[PATCH V2 00/25] Add Alder Lake support for perf (kernel)
 2021-03-10 17:38 UTC  (6+ messages)
` [PATCH V2 1/25] x86/cpufeatures: Enumerate Intel Hybrid Technology feature bit
` [PATCH V2 16/25] perf/x86: Register hybrid PMUs

[RFC PATCH 0/3] hugetlb: add demote/split page functionality
 2021-03-10 17:36 UTC  (5+ messages)

[PATCH 1/2] arm64: dts: ti: k3-am64-main: Add OSPI node
 2021-03-10 17:34 UTC  (2+ messages)

[PATCH] exit: trigger panic when init process is set to SIGNAL_GROUP_EXIT
 2021-03-10 17:32 UTC  (5+ messages)

[PATCH v11 00/10] Add support for x509 certs with NIST P384/256/192 keys
 2021-03-10 17:31 UTC  (5+ messages)
` [PATCH v11 05/10] ecdsa: Register NIST P384 and extend test suite
` [PATCH v11 10/10] certs: Add support for using elliptic curve keys for signing modules

[RFC PATCH v3 0/3] blk-mq: Avoid use-after-free for accessing old requests
 2021-03-10 17:26 UTC  (10+ messages)
` [RFC PATCH v3 3/3] blk-mq: Lockout tagset iterator when exiting elevator

[PATCH v3] do_wait: make PIDTYPE_PID case O(1) instead of O(n)
 2021-03-10 17:27 UTC  (2+ messages)

[PATCH v2] virt: acrn: Fix document of acrn_msi_inject()
 2021-03-10 17:27 UTC  (2+ messages)

riscv+KASAN does not boot
 2021-03-10 17:25 UTC  (5+ messages)

[PATCH v2 0/2] irqchip: add support for BCM6345 interrupt controller
 2021-03-10 17:21 UTC  (6+ messages)
  ` [PATCH v2 1/2] dt-bindings: interrupt-controller: document BCM6345 external "

[PATCH v13 3/6] locking/qspinlock: Introduce CNA into the slow path of qspinlock
 2021-03-10 17:17 UTC  (3+ messages)
` [locking/qspinlock] 0e8d8f4f12: stress-ng.zero.ops_per_sec -9.7% regression

[PATCH v3 0/3] Add Bitstream configuration support for Versal
 2021-03-10 17:19 UTC  (6+ messages)
` [PATCH v3 2/3] dt-bindings: fpga: Add binding doc for versal fpga manager

[PATCH v7 0/1] Adding support for IIO SCMI based sensors
 2021-03-10 17:19 UTC  (4+ messages)
` [PATCH v7 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors

[PATCH] Correct 'so'
 2021-03-10 17:19 UTC  (2+ messages)

[PATCH v7 0/2] ARM: Implement MODULE_PLT support in FTRACE
 2021-03-10 17:17 UTC  (8+ messages)
` [PATCH v7 2/2] ARM: ftrace: Add MODULE_PLTS support

[PATCH v18 0/9] Free some vmemmap pages of HugeTLB page
 2021-03-10 17:15 UTC  (4+ messages)
` [PATCH v18 6/9] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap

[rfc, PATCH v1 0/7] PCI: introduce p2sb helper
 2021-03-10 17:14 UTC  (3+ messages)
` [PATCH v1 2/7] PCI: Convert __pci_read_base() to __pci_bus_read_base()

[syzbot] BUG: unable to handle kernel access to user memory in schedule_tail
 2021-03-10 17:16 UTC  (2+ messages)

[RFC PATCH] mm: fork: Prevent a NULL deref by getting mm only if the refcount isn't 0
 2021-03-10 17:09 UTC  (2+ messages)

[PATCH]] drm/amdgpu/gfx9: add gfxoff quirk
 2021-03-10 17:06 UTC  (2+ messages)

v3: scsi: ufshcd: use a macro for UFS versions
 2021-03-10 17:06 UTC  (4+ messages)
` [PATCH v3 1/3] scsi: ufshcd: use a function to calculate versions

[PATCH v2 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-10 17:04 UTC  (6+ messages)

[syzbot] BUG: unable to handle kernel NULL pointer dereference in htb_select_queue
 2021-03-10 17:03 UTC  (4+ messages)

[RFT PATCH v3 00/27] Apple M1 SoC platform bring-up
 2021-03-10 17:01 UTC  (14+ messages)
` [RFT PATCH v3 12/27] of/address: Add infrastructure to declare MMIO as non-posted

[PATCH v4 00/28] Network fs helper library & fscache kiocb API
 2021-03-10 17:00 UTC  (29+ messages)
` [PATCH v4 01/28] iov_iter: Add ITER_XARRAY
` [PATCH v4 02/28] mm: Add an unlock function for PG_private_2/PG_fscache
` [PATCH v4 03/28] mm: Implement readahead_control pageset expansion
` [PATCH v4 04/28] netfs: Make a netfs helper module
` [PATCH v4 05/28] netfs: Documentation for helper library
` [PATCH v4 06/28] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
` [PATCH v4 07/28] netfs, mm: Add unlock_page_fscache() and wait_on_page_fscache()
` [PATCH v4 08/28] netfs: Provide readahead and readpage netfs helpers
` [PATCH v4 09/28] netfs: Add tracepoints
` [PATCH v4 10/28] netfs: Gather stats
` [PATCH v4 11/28] netfs: Add write_begin helper
` [PATCH v4 12/28] netfs: Define an interface to talk to a cache
` [PATCH v4 13/28] netfs: Hold a ref on a page when PG_private_2 is set
` [PATCH v4 14/28] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH v4 15/28] afs: Disable use of the fscache I/O routines
` [PATCH v4 16/28] afs: Pass page into dirty region helpers to provide THP size
` [PATCH v4 17/28] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH v4 18/28] afs: Move key to afs_read struct
` [PATCH v4 19/28] afs: Don't truncate iter during data fetch
` [PATCH v4 20/28] afs: Log remote unmarshalling errors
` [PATCH v4 21/28] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH v4 22/28] afs: Use ITER_XARRAY for writing
` [PATCH v4 23/28] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH v4 24/28] afs: Extract writeback extension into its own function
` [PATCH v4 25/28] afs: Prepare for use of THPs
` [PATCH v4 26/28] afs: Use the fs operation ops to handle FetchData completion
` [PATCH v4 27/28] afs: Use new fscache read helper API
` [PATCH v4 28/28] afs: Use the fscache_write_begin() helper

[BUG] One-liner array initialization with two pointers in BPF results in NULLs
 2021-03-10 16:59 UTC  (5+ messages)

[PATCH] leds: lgm: fix gpiolib dependency
 2021-03-10 16:57 UTC  (6+ messages)
` Intel, please maintain your drivers was "
    ` MaxLinear, "

[PATCH] net: bonding: fix error return code of bond_neigh_init()
 2021-03-10 16:55 UTC  (3+ messages)

[PATCH] kbuild: remove unneeded -O option to dtc
 2021-03-10 16:54 UTC  (2+ messages)

[PATCH] fb_defio: Remove custom address_space_operations
 2021-03-10 16:54 UTC  (2+ messages)

[RESEND] dt-bindings: spi: Convert NXP flexspi to json schema
 2021-03-10 16:52 UTC 

[PATCH] i2c: i2c-scmi: Drop unused ACPI_MODULE_NAME definition
 2021-03-10 16:50 UTC  (4+ messages)

[PATCH] arm64: dts: qcom: sc7280: Add WPSS remoteproc node
 2021-03-10 16:49 UTC  (2+ messages)


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).