[GIT,PULL] jfs updates for 6.3

Message ID a9466e48-77be-bb9e-bdfe-df8c763d7a76@oracle.com
State New
Headers
Series [GIT,PULL] jfs updates for 6.3 |

Pull-request

git@github.com:kleikamp/linux-shaggy.git tags/jfs-6.3

Message

Dave Kleikamp March 1, 2023, 3:54 p.m. UTC
  I should have sent this sooner. I forgot I had this one queued up in linux-next.

The following changes since commit 69b41ac87e4a664de78a395ff97166f0b2943210:

   Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (2023-01-02 11:06:18 -0800)

are available in the Git repository at:

   git@github.com:kleikamp/linux-shaggy.git tags/jfs-6.3

for you to fetch changes up to fad376fce0af58deebc5075b8539dc05bf639af3:

   fs/jfs: fix shift exponent db_agl2size negative (2023-01-03 10:43:37 -0600)

----------------------------------------------------------------
Just one simple sanity check

----------------------------------------------------------------
Liu Shixin via Jfs-discussion (1):
       fs/jfs: fix shift exponent db_agl2size negative

  fs/jfs/jfs_dmap.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
  

Comments

Dave Kleikamp March 1, 2023, 4:02 p.m. UTC | #1
On 3/1/23 9:54AM, Dave Kleikamp wrote:
> I should have sent this sooner. I forgot I had this one queued up in 
> linux-next.

Arrgh! Right after sending this I realized I hadn't even pushed my local 
jfs-next branch and it hasn't been in linux-next. It's a very low-risk 
patch, but ignore this request if you'd like to.

Sorry for the noise,
Shaggy

> 
> The following changes since commit 
> 69b41ac87e4a664de78a395ff97166f0b2943210:
> 
>    Merge tag 'for-6.2-rc2-tag' of 
> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (2023-01-02 
> 11:06:18 -0800)
> 
> are available in the Git repository at:
> 
>    git@github.com:kleikamp/linux-shaggy.git tags/jfs-6.3
> 
> for you to fetch changes up to fad376fce0af58deebc5075b8539dc05bf639af3:
> 
>    fs/jfs: fix shift exponent db_agl2size negative (2023-01-03 10:43:37 
> -0600)
> 
> ----------------------------------------------------------------
> Just one simple sanity check
> 
> ----------------------------------------------------------------
> Liu Shixin via Jfs-discussion (1):
>        fs/jfs: fix shift exponent db_agl2size negative
> 
>   fs/jfs/jfs_dmap.c | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
  
Linus Torvalds March 1, 2023, 4:50 p.m. UTC | #2
On Wed, Mar 1, 2023 at 8:02 AM Dave Kleikamp <dave.kleikamp@oracle.com> wrote:
>
> Arrgh! Right after sending this I realized I hadn't even pushed my local
> jfs-next branch and it hasn't been in linux-next. It's a very low-risk
> patch, but ignore this request if you'd like to.

Heh. For basically a one-liner sign check, I really don't mind. That
patch looks like something that could have gone in as a fix after the
merge window.

Yes, we have rules, but no rule is _that_ black and white.

I appreciate the "oops, this missed linux-next", though, even if it
really doesn't matter for something like this ;)

           Linus
  
pr-tracker-bot@kernel.org March 1, 2023, 6:02 p.m. UTC | #3
The pull request you sent on Wed, 1 Mar 2023 09:54:16 -0600:

> git@github.com:kleikamp/linux-shaggy.git tags/jfs-6.3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6e110580bc1ab84d02509750ce09277914174c6a

Thank you!