All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-26 23:12:01 to 2020-10-26 23:44:26 UTC [more...]

post-receive: pub/scm/linux/kernel/git/broonie/regulator
 2020-10-26 23:44 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/regmap
 2020-10-26 23:43 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2020-10-26 23:43 UTC 

[tip:x86/misc] BUILD SUCCESS 632211cdd6ad0efeef32c53ac731901b4bed3b94
 2020-10-26 23:41 UTC 

linux-next: build failure after merge of the sunxi tree
 2020-10-26 23:42 UTC 

[qemu-mainline test] 156249: regressions - FAIL
 2020-10-26 23:41 UTC 

[tip:ras/core] BUILD SUCCESS 633cdaf29ec4aae29868320adb3a4f1c5b8c0eac
 2020-10-26 23:41 UTC 

[PATCH] KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNT
 2020-10-26 23:41 UTC  (2+ messages)

[PATCH 00/21] xfsprogs: sync with 5.10, part 2
 2020-10-26 23:39 UTC  (22+ messages)
` [PATCH 01/21] xfs: remove typedef xfs_attr_sf_entry_t
` [PATCH 02/21] xfs: Remove typedef xfs_attr_shortform_t
` [PATCH 03/21] xfs: Use variable-size array for nameval in xfs_attr_sf_entry
` [PATCH 04/21] xfs: Convert xfs_attr_sf macros to inline functions
` [PATCH 05/21] xfs: don't free rt blocks when we're doing a REMAP bunmapi call
` [PATCH 06/21] xfs: log new intent items created as part of finishing recovered intent items
` [PATCH 07/21] xfs: use the existing type definition for di_projid
` [PATCH 08/21] xfs: fix some comments
` [PATCH 09/21] xfs: remove the redundant crc feature check in xfs_attr3_rmt_verify
` [PATCH 10/21] xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}
` [PATCH 11/21] xfs: avoid shared rmap operations for attr fork extents
` [PATCH 12/21] xfs: remove xfs_defer_reset
` [PATCH 13/21] xfs: proper replay of deferred ops queued during log recovery
` [PATCH 14/21] xfs: xfs_defer_capture should absorb remaining block reservations
` [PATCH 15/21] xfs: xfs_defer_capture should absorb remaining transaction reservation
` [PATCH 16/21] xfs: fix an incore inode UAF in xfs_bui_recover
` [PATCH 17/21] xfs: change the order in which child and parent defer ops are finished
` [PATCH 18/21] xfs: periodically relog deferred intent items
` [PATCH 19/21] xfs: only relog deferred intent items if free space in the log gets low
` [PATCH 20/21] xfs: fix high key handling in the rt allocator's query_range function
` [PATCH 21/21] xfs: set xefi_discard when creating a deferred agfl free log intent item

[PATCH v2 00/28] binman: Support compression of sections
 2020-10-26 23:40 UTC  (29+ messages)
` [PATCH v2 01/28] binman: Update the entry docs
` [PATCH v2 02/28] binman: Drop unused return variable for _DoTestFile()
` [PATCH v2 03/28] binman: Add tests for skip-at-start sections
` [PATCH v2 04/28] binman: Give a sensible error if no command is given
` [PATCH v2 05/28] binman: Fix return from u-boot-ucode if there is no DT
` [PATCH v2 06/28] binman: Remove references to 'image' in entry_Section
` [PATCH v2 07/28] binman: Expand the error message for breaching a section
` [PATCH v2 08/28] binman: Move CompressData() into Entry base class
` [PATCH v2 09/28] binman: Use 'files-compress' to set compression for files
` [PATCH v2 10/28] binman: Update testPackExtra with more checks
` [PATCH v2 11/28] binman: Expand docs and test for padding
` [PATCH v2 12/28] binman: Expand docs and test for alignment
` [PATCH v2 13/28] binman: Move section-building code into a function
` [PATCH v2 14/28] binman: Refactor _BuildSectionData()
` [PATCH v2 15/28] binman: Move section padding to the parent
` [PATCH v2 16/28] binman: Make section padding consistent with other entries
` [PATCH v2 17/28] binman: Store the original data before compression
` [PATCH v2 18/28] binman: Set section contents in GetData()
` [PATCH v2 19/28] binman: Avoid reporting image-pos with compression
` [PATCH v2 20/28] binman: Drop Entry.CheckOffset()
` [PATCH v2 21/28] binman: Move sort and expand to the main Pack() function
` [PATCH v2 22/28] binman: Drop the Entry.CheckSize() method
` [PATCH v2 23/28] binman: Call CheckSize() from the section's Pack() method
` [PATCH v2 24/28] binman: Drop CheckEntries()
` [PATCH v2 25/28] binman: Update CheckEntries() for compressed sections
` [PATCH v2 26/28] binman: Use the actual contents in CheckSize()
` [PATCH v2 27/28] binman: Support compression of sections
` [PATCH v2 28/28] binman: Avoid calculated section data repeatedly

UBSAN: array-index-out-of-bounds in alg_bind
 2020-10-26 23:40 UTC  (5+ messages)
` [PATCH] crypto: af_alg - avoid undefined behavior accessing salg_name

[PATCH net 0/3] net/smc: fixes 2020-10-23
 2020-10-26 23:39 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/netdev/net
 2020-10-26 23:39 UTC 

[PATCH] handle more graciously labels with no statement
 2020-10-26 23:39 UTC  (6+ messages)

[PATCH v6 00/26] xfsprogs: widen timestamps to deal with y2038
 2020-10-26 23:36 UTC  (27+ messages)
` [PATCH 01/26] libxfs: create a real struct timespec64
` [PATCH 02/26] libxfs: refactor NSEC_PER_SEC
` [PATCH 03/26] libfrog: define LIBFROG_BULKSTAT_CHUNKSIZE to remove dependence on XFS_INODES_PER_CHUNK
` [PATCH 04/26] libfrog: convert cvttime to return time64_t
` [PATCH 05/26] xfs_quota: convert time_to_string to use time64_t
` [PATCH 06/26] xfs_db: refactor timestamp printing
` [PATCH 07/26] xfs_db: refactor quota timer printing
` [PATCH 08/26] xfs_logprint: refactor timestamp printing
` [PATCH 09/26] xfs: explicitly define inode timestamp range
` [PATCH 10/26] xfs: refactor quota expiration timer modification
` [PATCH 11/26] xfs: refactor default quota grace period setting code
` [PATCH 12/26] xfs: refactor quota timestamp coding
` [PATCH 13/26] xfs: move xfs_log_dinode_to_disk to the log recovery code
` [PATCH 14/26] xfs: redefine xfs_timestamp_t
` [PATCH 15/26] xfs: redefine xfs_ictimestamp_t
` [PATCH 16/26] xfs: widen ondisk inode timestamps to deal with y2038+
` [PATCH 17/26] xfs: widen ondisk quota expiration timestamps to handle y2038+
` [PATCH 18/26] libxfs: propagate bigtime inode flag when allocating
` [PATCH 19/26] libfrog: list the bigtime feature when reporting geometry
` [PATCH 20/26] xfs_db: report bigtime format timestamps
` [PATCH 21/26] xfs_db: support printing time limits
` [PATCH 22/26] xfs_db: add bigtime upgrade path
` [PATCH 23/26] xfs_quota: support editing and reporting quotas with bigtime
` [PATCH 24/26] xfs_repair: support bigtime timestamp checking
` [PATCH 25/26] mkfs: format bigtime filesystems
` [PATCH 26/26] xfs: enable big timestamps

[PATCH v1 0/6] ASoC: codecs: add support for LPASS Codec macros
 2020-10-26 20:01 UTC  (10+ messages)
` [PATCH v1 2/6] ASoC: codecs: lpass-wsa-macro: Add support to WSA Macro
` [PATCH v1 3/6] ASoC: codecs: lpass-wsa-macro: add dapm widgets and route
` [PATCH v1 6/6] ASoC: codecs: lpass-va-macro: add dapm widgets and routes

post-receive: pub/scm/linux/kernel/git/chunkuang.hu/linux
 2020-10-26 23:38 UTC 

[PATCH bpf] samples/bpf: Set rlimit for memlock to infinity in all samples
 2020-10-26 23:36 UTC 

[PATCH v3] ASoC: Intel: boards: Add CML_RT1015 m/c driver
 2020-10-26 19:22 UTC  (3+ messages)

[PULL 0/8] Renesas patches for 2020-10-27
 2020-10-26 23:29 UTC  (9+ messages)
` [PULL 1/8] elf: Add EM_RX definition
` [PULL 2/8] hw/timer/sh_timer: Coding style clean-up
` [PULL 3/8] hw/timer/sh_timer: Silence warnings about missing fallthrough statements
` [PULL 4/8] hw/timer/sh_timer: Remove superfluous "break" statements
` [PULL 5/8] target/sh4: Update coding style to make checkpatch.pl happy
` [PULL 6/8] target/sh4: fix some comment spelling errors
` [PULL 7/8] target/rx: Fix "
` [PULL 8/8] target/rx: Fix Lesser GPL version number

[PATCH v4 0/9] xfsprogs: add a inode btree blocks counts to the AGI header
 2020-10-26 23:34 UTC  (10+ messages)
` [PATCH 1/9] xfs: store inode btree block counts in "
` [PATCH 2/9] xfs: use the finobt block counts to speed up mount times
` [PATCH 3/9] xfs: support inode btree blockcounts in online repair
` [PATCH 4/9] xfs_db: support displaying inode btree block counts in AGI header
` [PATCH 5/9] xfs_db: add inobtcnt upgrade path
` [PATCH 6/9] xfs_repair: check inode btree block counters in AGI
` [PATCH 7/9] xfs_repair: regenerate "
` [PATCH 8/9] mkfs: enable the inode btree counter feature
` [PATCH 9/9] xfs: enable new inode btree counters feature

[PATCH 0/3] xfsprogs: sync with 5.10, part 1
 2020-10-26 23:33 UTC  (4+ messages)
` [PATCH 1/3] xfs: remove kmem_realloc()
` [PATCH 2/3] xfs: move the buffer retry logic to xfs_buf.c
` [PATCH 3/3] xfs: simplify xfs_trans_getsb

[PATCH 0/2] xfs_db: add minimal directory navigation
 2020-10-26 23:32 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: add a directory path lookup command
` [PATCH 2/2] xfs_db: add an ls command

[RFC PATCH v2 0/4] hugetlbfs: introduce hinode_rwsem for pmd sharing synchronization
 2020-10-26 23:31 UTC  (5+ messages)
` [RFC PATCH v2 1/4] hugetlbfs: revert use of i_mmap_rwsem for pmd sharing and more sync
` [RFC PATCH v2 2/4] hugetlbfs: add hinode_rwsem to hugetlb specific inode
` [RFC PATCH v2 3/4] hugetlbfs: use hinode_rwsem for pmd sharing synchronization
` [RFC PATCH v2 4/4] huegtlbfs: handle page fault/truncate races

[PATCH 0/5] xfsprogs: fixes for 5.10
 2020-10-26 23:32 UTC  (6+ messages)
` [PATCH 1/5] mkfs: allow users to specify rtinherit=0
` [PATCH 2/5] xfs: remove unnecessary parameter from scrub_scan_estimate_blocks
` [PATCH 3/5] xfs_db: report ranges of invalid rt blocks
` [PATCH 4/5] xfs_repair: skip the rmap and refcount btree checks when the levels are garbage
` [PATCH 5/5] xfs_repair: correctly detect partially written extents

[PATCH] kcsan: Fix encoding masks and regain address bit
 2020-10-26 23:33 UTC  (2+ messages)

[PATCH 0/7] forbidding symlinked .gitattributes and .gitignore
 2020-10-26 23:32 UTC  (7+ messages)
` [PATCH v2 0/8] "
    ` [PATCH] documentation symlink restrictions for .git* files

[radeon-alex:amd-staging-drm-next 228/272] drivers/gpu/drm/amd/amdgpu/amdgpu_fw_attestation.c:130:6: warning: no previous prototype for function 'amdgpu_fw_attestation_debugfs_init'
 2020-10-26 23:31 UTC  (2+ messages)

[Virtio-fs] Architecture diagram license
 2020-10-26 23:31 UTC 

[PATCH v3 1/2] f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl
 2020-10-26 23:27 UTC  (8+ messages)
      ` [f2fs-dev] "

[REGRESSION] x86/debug: After PTRACE_SINGLESTEP DR_STEP is no longer reported in dr6
 2020-10-26 23:30 UTC  (7+ messages)

[PATCH v1 1/2] scsi: ufs: Put hba into LPM during clk gating
 2020-10-26 23:30 UTC  (2+ messages)
` [PATCH v1 2/2] ufs: qcom: Enable aggressive power collapse for ufs hba

[PATCH 0/3] Add HwSpinlock & Mailbox nodes on J7200 SoCs
 2020-10-26 23:26 UTC  (8+ messages)
` [PATCH 1/3] arm64: dts: ti: k3-j7200-main: Add hwspinlock node
` [PATCH 2/3] arm64: dts: ti: k3-j7200-main: Add mailbox cluster nodes
` [PATCH 3/3] arm64: dts: ti: k3-j7200-som-p0: Add IPC sub-mailbox nodes

post-receive: pub/scm/linux/kernel/git/broonie/misc
 2020-10-26 23:29 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/spi
 2020-10-26 23:29 UTC 

[tip:x86/microcode] BUILD SUCCESS 880396c86a1f3663c22b74fef34353f05a1263ec
 2020-10-26 23:28 UTC 

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2020-10-26 23:27 UTC 

[PATCH v4 00/68] btrfs: add basic rw support for subpage sector size
 2020-10-26 23:26 UTC  (3+ messages)
` [PATCH v4 01/68] btrfs: extent-io-tests: remove invalid tests

[PATCH 0/5] add exynos4412-based p4note device family support
 2020-10-26 23:27 UTC  (4+ messages)
` [PATCH 2/5] ARM: dts: add Samsung's exynos4412-based p4note boards

[PATCH dwarves] cmake: make libbpf's Linux UAPI headers available to all binaries
 2020-10-26 23:26 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/masahiroy/linux-kbuild
 2020-10-26 23:26 UTC 

post-receive: pub/scm/linux/kernel/git/djwong/xfsprogs-dev
 2020-10-26 23:26 UTC 

post-receive: pub/scm/linux/kernel/git/masahiroy/linux-kbuild
 2020-10-26 23:24 UTC 

[PATCH 1/2] ti-rpmsg-char-examples: Fix cross compile
 2020-10-26 23:24 UTC  (3+ messages)
` [meta-ti] "

[PATCH] kbuild: remove unused OBJSIZE
 2020-10-26 23:22 UTC  (3+ messages)

[PATCH v9 0/4] userspace MHI client interface driver
 2020-10-26 23:22 UTC  (6+ messages)
` [PATCH v9 3/4] docs: Add documentation for userspace client interface

[PATCH] staging: rtl8723bs: Rewrite comparison to NULL
 2020-10-26 23:23 UTC  (2+ messages)

PROBLEM: Reiser4 hard lockup
 2020-10-26 23:22 UTC  (2+ messages)

[PATCH] vsock: use ns_capable_noaudit() on socket create
 2020-10-26 23:22 UTC  (3+ messages)

[PATCH] btf_encoder: Check var type after checking var addr
 2020-10-26 23:22 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2020-10-26 23:21 UTC 

[patch] posix_fallocate.3: add note about error codes for musl
 2020-10-26 23:21 UTC  (4+ messages)
` [musl] "
  ` [PATCH v2] posix_fallocate.3: add EOPNOTSUPP error code
    ` [PATCH v3] "

[PATCH net] cxgb4: set up filter action after rewrites
 2020-10-26 23:20 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/netdev/net
 2020-10-26 23:20 UTC 

[dpdk-dev] [PATCH] net/mlx5: support the new VLAN matching fields
 2020-10-26 23:19 UTC  (2+ messages)

[RFC bpf-next 00/16] bpf: Speed up trampoline attach
 2020-10-26 23:19 UTC  (11+ messages)
` [RFC bpf-next 09/16] bpf: Add BPF_TRAMPOLINE_BATCH_ATTACH support
` [RFC bpf-next 13/16] libbpf: Add trampoline batch attach support

[PATCH net] net: hns3: clean up a return in hclge_tm_bp_setup()
 2020-10-26 23:17 UTC  (3+ messages)

[PATCH 00/25] binman: Support compression of sections
 2020-10-26 23:17 UTC  (5+ messages)
` [PATCH 10/25] binman: Move section-building code into a function

post-receive: pub/scm/linux/kernel/git/masahiroy/linux-kbuild
 2020-10-26 23:17 UTC 

[PATCH v2] pinctrl: amd: print debounce filter info in debugfs
 2020-10-26 23:16 UTC  (3+ messages)

[PATCH v2] mm: memcg: link page counters to root if use_hierarchy is false
 2020-10-26 23:13 UTC  (2+ messages)
` [LTP] "

[tip:smp/urgent] BUILD SUCCESS 4230e2deaa484b385aa01d598b2aea8e7f2660a6
 2020-10-26 23:15 UTC 

[PATCH v3] mm: memcg/slab: Stop reparented obj_cgroups from charging root
 2020-10-26 23:14 UTC  (9+ messages)
` [PATCH v4] "
              ` [LTP] "

[PATCH v3 1/2] kunit: Support for Parameterized Testing
 2020-10-26 23:14 UTC  (3+ messages)
  ` [Linux-kernel-mentees] "

[Buildroot] [PATCH 1/1] package/uftrace: new package
 2020-10-26 23:14 UTC 

[PATCH net] net: hns3: Clear the CMDQ registers before unmapping BAR region
 2020-10-26 23:13 UTC  (4+ messages)

[PATCH] ASoC: qcom: qdsp6: make use of devm_of_platform_populate
 2020-10-26 23:11 UTC  (2+ messages)

[PATCH V7 00/14] Bail out if transaction can cause extent count to overflow
 2020-10-26 23:11 UTC  (3+ messages)
` [PATCH V7 11/14] xfs: Remove duplicate assert statement in xfs_bmap_btalloc()

[PATCH 1/3] drm/amdgpu: add GC 10.3 NOALLOC registers
 2020-10-26 23:11 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu: add support to configure MALL for sienna_cichlid (v2)


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.