linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] bitmap fixes for 6.16
@ 2025-05-27 19:03 Yury Norov
  2025-05-28 21:42 ` Linus Torvalds
  2025-06-03 16:09 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: Yury Norov @ 2025-05-27 19:03 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel
  Cc: Vincent Mailhol, Lucas De Marchi, Andy Shevchenko, Luo Jie,
	Andrea Righi

Hi Linus,

Please pull bitmap fixes for 6.16. Please notice I changed my pgp key.

Thanks,
Yury

The following changes since commit ca91b9500108d4cf083a635c2e11c884d5dd20ea:

  Merge tag 'v6.15-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbd (2025-04-28 16:56:01 -0700)

are available in the Git repository at:

  https://github.com/norov/linux.git tags/bitmap-for-6.16

for you to fetch changes up to 895ee6a22e3195b7c1fee140c842bdeedb89ed33:

  topology: make for_each_node_with_cpus() O(N) (2025-05-13 11:40:04 -0400)

----------------------------------------------------------------
bitmap-for-6.16

Bitmap updates for 6.16-rc1 include:
 - dead code cleanups for cpumasks and nodemasks (me);
 - fixed-width flavors of GENMASK() and BIT() (Vincent, Lucas and me);
 - FIELD_MODIFY() helper (Luo);
 - for_each_node_with_cpus() optimization (me);
 - bitmap-str fixes (Andy).

----------------------------------------------------------------
Andy Shevchenko (2):
      bitmap-str: Get rid of 'extern' for function prototypes
      bitmap-str: Add missing header(s)

Lucas De Marchi (3):
      bits: introduce fixed-type BIT_U*()
      drm/i915: Convert REG_GENMASK*() to fixed-width GENMASK_U*()
      test_bits: add tests for GENMASK_U*()

Luo Jie (1):
      bitfield: Add FIELD_MODIFY() helper

Vincent Mailhol (4):
      bits: add comments and newlines to #if, #else and #endif directives
      bits: introduce fixed-type GENMASK_U*()
      test_bits: add tests for BIT_U*()
      build_bug.h: more user friendly error messages in BUILD_BUG_ON_ZERO()

Yury Norov (4):
      nodemask: drop nodes_shift
      cpumask: add non-atomic __assign_cpu()
      riscv: switch set_icache_stale_mask() to using non-atomic assign_cpu()
      cpumask: drop cpumask_assign_cpu()

Yury Norov [NVIDIA] (1):
      topology: make for_each_node_with_cpus() O(N)

 arch/riscv/mm/cacheflush.c           |   2 +-
 drivers/gpu/drm/i915/i915_reg_defs.h | 108 ++++-------------------------------
 include/linux/bitfield.h             |  21 ++++++-
 include/linux/bitmap-str.h           |  10 ++--
 include/linux/bitops.h               |   1 -
 include/linux/bits.h                 |  57 +++++++++++++++++-
 include/linux/build_bug.h            |  10 ++--
 include/linux/compiler.h             |   4 +-
 include/linux/cpumask.h              |  19 +-----
 include/linux/nodemask.h             |  20 +------
 include/linux/topology.h             |   5 +-
 lib/tests/test_bits.c                |  30 ++++++++++
 12 files changed, 134 insertions(+), 153 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] bitmap fixes for 6.16
  2025-05-27 19:03 [GIT PULL] bitmap fixes for 6.16 Yury Norov
@ 2025-05-28 21:42 ` Linus Torvalds
  2025-05-29 22:43   ` Yury Norov
  2025-06-03 16:09 ` pr-tracker-bot
  1 sibling, 1 reply; 5+ messages in thread
From: Linus Torvalds @ 2025-05-28 21:42 UTC (permalink / raw)
  To: Yury Norov
  Cc: linux-kernel, Vincent Mailhol, Lucas De Marchi, Andy Shevchenko,
	Luo Jie, Andrea Righi

On Tue, 27 May 2025 at 12:03, Yury Norov <yury.norov@gmail.com> wrote:
>
> Please notice I changed my pgp key.

Well, I'm not finding your new key anywhere, so I can't even check
that the new key is signed with the old one.

So I can't pull this.

               Linus

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] bitmap fixes for 6.16
  2025-05-28 21:42 ` Linus Torvalds
@ 2025-05-29 22:43   ` Yury Norov
  2025-05-30  3:59     ` Linus Torvalds
  0 siblings, 1 reply; 5+ messages in thread
From: Yury Norov @ 2025-05-29 22:43 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Vincent Mailhol, Lucas De Marchi, Andy Shevchenko,
	Luo Jie, Andrea Righi

On Wed, May 28, 2025 at 02:42:36PM -0700, Linus Torvalds wrote:
> On Tue, 27 May 2025 at 12:03, Yury Norov <yury.norov@gmail.com> wrote:
> >
> > Please notice I changed my pgp key.
> 
> Well, I'm not finding your new key anywhere, so I can't even check
> that the new key is signed with the old one.
> 
> So I can't pull this.

I have to admit I'm not an expert in pgp keys things. So when my upstream
laptop bricked, I switched to a spare one and just generated a new key.
This is obviously a wrong way to go.

Today I bought an ssd-usb adapter, plugged my old ssd, and it is
fortunately alive. I was able to copy the old key on my new machine,
and it seemingly works.

If no objections, I think the simplest way is to resend this request
with the key you're familiar to.

Sorry for inconvenience.

Thanks,
Yury


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] bitmap fixes for 6.16
  2025-05-29 22:43   ` Yury Norov
@ 2025-05-30  3:59     ` Linus Torvalds
  0 siblings, 0 replies; 5+ messages in thread
From: Linus Torvalds @ 2025-05-30  3:59 UTC (permalink / raw)
  To: Yury Norov
  Cc: linux-kernel, Vincent Mailhol, Lucas De Marchi, Andy Shevchenko,
	Luo Jie, Andrea Righi

On Thu, 29 May 2025 at 15:43, Yury Norov <yury.norov@gmail.com> wrote:
>
> If no objections, I think the simplest way is to resend this request
> with the key you're familiar to.

That sounds good. Thanks,

           Linus

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] bitmap fixes for 6.16
  2025-05-27 19:03 [GIT PULL] bitmap fixes for 6.16 Yury Norov
  2025-05-28 21:42 ` Linus Torvalds
@ 2025-06-03 16:09 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2025-06-03 16:09 UTC (permalink / raw)
  To: Yury Norov
  Cc: Linus Torvalds, linux-kernel, Vincent Mailhol, Lucas De Marchi,
	Andy Shevchenko, Luo Jie, Andrea Righi

The pull request you sent on Tue, 27 May 2025 15:03:45 -0400:

> https://github.com/norov/linux.git tags/bitmap-for-6.16

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8b2198f03776c5c25f0cafe0ba5c0c60807b554b

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-06-03 16:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-27 19:03 [GIT PULL] bitmap fixes for 6.16 Yury Norov
2025-05-28 21:42 ` Linus Torvalds
2025-05-29 22:43   ` Yury Norov
2025-05-30  3:59     ` Linus Torvalds
2025-06-03 16:09 ` pr-tracker-bot

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