linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-11 05:27:24 to 2020-05-29 21:10:03 UTC [more...]

[GIT PULL] parisc architecture fix for kernel v5.7
 2020-05-29 21:10 UTC  (2+ messages)

[PATCH] parisc: Fix kernel panic in mem_init()
 2020-05-28 20:29 UTC 

clean up and streamline probe_kernel_* and friends v4
 2020-05-28 17:06 UTC  (38+ messages)
` [PATCH 01/23] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/23] maccess: remove various unused weak aliases
` [PATCH 03/23] maccess: remove duplicate kerneldoc comments
` [PATCH 04/23] maccess: clarify "
` [PATCH 05/23] maccess: update the top of file comment
` [PATCH 06/23] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
` [PATCH 07/23] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
` [PATCH 08/23] maccess: rename strnlen_unsafe_user to strnlen_user_nofault
` [PATCH 09/23] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/23] maccess: unify the probe kernel arch hooks
` [PATCH 11/23] bpf: factor out a bpf_trace_copy_string helper
` [PATCH 12/23] bpf: handle the compat string in bpf_trace_copy_string better
` [PATCH 13/23] bpf: rework the compat kernel probe handling
` [PATCH 14/23] tracing/kprobes: handle mixed kernel/userspace probes better
` [PATCH 15/23] maccess: remove strncpy_from_unsafe
` [PATCH 16/23] maccess: always use strict semantics for probe_kernel_read
` [PATCH 17/23] maccess: move user access routines together
` [PATCH 18/23] maccess: allow architectures to provide kernel probing directly
` [PATCH 19/23] x86: use non-set_fs based maccess routines
` [PATCH 20/23] maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
` [PATCH 21/23] maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
` [PATCH 22/23] maccess: rename probe_kernel_address to get_kernel_nofault
` [PATCH 23/23] maccess: return -ERANGE when copy_from_kernel_nofault_allowed fails

Cache flush issue with page_mapping_file() and swap back shmem page ?
 2020-05-28 11:20 UTC  (3+ messages)

[PATCH v2] Implement close-on-fork
 2020-05-25  8:16 UTC  (18+ messages)
` [PATCH v2 1/4] fs: "
` [PATCH v2 2/4] fs: Add O_CLOFORK flag for open(2) and dup3(2)
` [PATCH v2 3/4] fs: Add F_DUPFD_CLOFORK to fcntl(2)
` [PATCH v2 4/4] net: Add SOCK_CLOFORK

[PATCH] parisc: Update references to parisc website
 2020-05-22  9:55 UTC 

[PATCH V3 00/15] Remove duplicated kmap code
 2020-05-22  2:28 UTC  (32+ messages)
` [PATCH V3 07/15] arch/kunmap_atomic: Consolidate duplicate code
  ` [PATCH] arch/{mips,sparc,microblaze,powerpc}: Don't enable pagefault/preempt twice
` [PATCH V3 10/15] arch/kmap: Define kmap_atomic_prot() for all arch's

[linux-next:master 10668/10701] include/linux/pgtable.h:203:2: note: in expansion of macro 'pte_clear'
 2020-05-21 18:58 UTC  (2+ messages)

[PATCH palo] ipl: Ensure no GCC builtins replace string functions
 2020-05-20 21:47 UTC  (2+ messages)

clean up and streamline probe_kernel_* and friends v3
 2020-05-20 16:16 UTC  (33+ messages)
` [PATCH 01/20] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/20] maccess: remove various unused weak aliases
` [PATCH 03/20] maccess: remove duplicate kerneldoc comments
` [PATCH 04/20] maccess: clarify "
` [PATCH 05/20] maccess: update the top of file comment
` [PATCH 06/20] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
` [PATCH 07/20] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
` [PATCH 08/20] maccess: rename strnlen_unsafe_user to strnlen_user_nofault
` [PATCH 09/20] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/20] maccess: unify the probe kernel arch hooks
` [PATCH 11/20] bpf: factor out a bpf_trace_copy_string helper
` [PATCH 12/20] maccess: remove strncpy_from_unsafe
` [PATCH 13/20] maccess: always use strict semantics for probe_kernel_read
` [PATCH 14/20] maccess: move user access routines together
` [PATCH 15/20] maccess: allow architectures to provide kernel probing directly
` [PATCH 16/20] x86: use non-set_fs based maccess routines
` [PATCH 17/20] maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
` [PATCH 18/20] maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
` [PATCH 19/20] maccess: rename probe_kernel_address to get_kernel_nofault
` [PATCH 20/20] maccess: return -ERANGE when copy_from_kernel_nofault_allowed fails

[PATCH 320/320] ipl: Ensure no GCC builtins replace string functions
 2020-05-20 13:57 UTC  (2+ messages)

GCC 10.1.0 miscompiles PALO IPL, triggers HPMC
 2020-05-20  8:24 UTC 

clean up and streamline probe_kernel_* and friends v2
 2020-05-19  5:50 UTC  (46+ messages)
` [PATCH 01/18] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/18] maccess: remove various unused weak aliases
` [PATCH 03/18] maccess: remove duplicate kerneldoc comments
` [PATCH 04/18] maccess: clarify "
` [PATCH 05/18] maccess: update the top of file comment
` [PATCH 06/18] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
` [PATCH 07/18] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
` [PATCH 08/18] maccess: rename strnlen_unsafe_user to strnlen_user_nofault
` [PATCH 09/18] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/18] maccess: unify the probe kernel arch hooks
` [PATCH 11/18] maccess: remove strncpy_from_unsafe
` [PATCH 12/18] maccess: always use strict semantics for probe_kernel_read
` [PATCH 13/18] maccess: move user access routines together
` [PATCH 14/18] maccess: allow architectures to provide kernel probing directly
` [PATCH 15/18] x86: use non-set_fs based maccess routines
` [PATCH 16/18] maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
` [PATCH 17/18] maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
` [PATCH 18/18] maccess: rename probe_kernel_address to get_kernel_nofault

drivers/scsi/ncr53c8xx.c:5306:9: sparse: sparse: cast truncates bits from constant value (58f becomes 8f)
 2020-05-18  0:34 UTC  (2+ messages)
  ` [kbuild-all] "

linux-next: manual merge of the vfs tree with the parisc-hd tree
 2020-05-15 16:08 UTC  (18+ messages)

[PATCH V3 0/3] mm/hugetlb: Add some new generic fallbacks
 2020-05-11 20:22 UTC  (7+ messages)
` [PATCH V3 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()
` [PATCH V3 3/3] mm/hugetlb: Define a generic fallback for arch_clear_hugepage_flags()

clean up and streamline probe_kernel_* and friends
 2020-05-11  5:34 UTC  (6+ messages)
` [PATCH 11/15] maccess: remove strncpy_from_unsafe
` [PATCH 12/15] maccess: always use strict semantics for probe_kernel_read


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