[PATCH] include: linux: Typos fixed in throughout the file lru_cache.h

2021-03-01 Thread Bhaskar Chowdhury
Few typos fixed throughout the file. Signed-off-by: Bhaskar Chowdhury --- include/linux/lru_cache.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/linux/lru_cache.h b/include/linux/lru_cache.h index 429d67d815ce..f65c6734be3c 100644 --- a/include/linux

[PATCH] drivers: scsi: qla4xxx: Fix a spello in the file qla4xxx/ql4_os.c

2021-03-01 Thread Bhaskar Chowdhury
s/circuting/circuiting/ Signed-off-by: Bhaskar Chowdhury --- drivers/scsi/qla4xxx/ql4_os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c index a4b014e1cd8c..716a5827588c 100644 --- a/drivers/scsi/qla4xxx

Re: Why is the bit size different between a syscall and its wrapper?

2021-03-11 Thread Bhaskar Chowdhury
On 11:48 Fri 12 Mar 2021, Masahiro Yamada wrote: Hi. I think I am missing something, but is there any particular reason to use a different bit size between a syscall and its userspace wrapper? For example, for the unshare syscall, unshare(2) says the parameter is int. SYNOPSIS #defin

[PATCH] net: ethernet: dec: tulip: Random spelling fixes throughout the file pnic2.c

2021-03-11 Thread Bhaskar Chowdhury
Random spelling fixes throughout the file. Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/dec/tulip/pnic2.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/ethernet/dec/tulip/pnic2.c b/drivers/net/ethernet/dec/tulip/pnic2.c index

[PATCH] ata: Trivial spelling fixes in the file pata_ns87415.c

2021-03-12 Thread Bhaskar Chowdhury
Trivial spelling fixes. Signed-off-by: Bhaskar Chowdhury --- drivers/ata/pata_ns87415.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ata/pata_ns87415.c b/drivers/ata/pata_ns87415.c index 1532b2e3c672..f4949e704356 100644 --- a/drivers/ata/pata_ns87415.c

[PATCH] powerpc: mm: book3s64: Fix a typo in the file mmu_context.c

2021-03-12 Thread Bhaskar Chowdhury
s/detalis/details/ Signed-off-by: Bhaskar Chowdhury --- arch/powerpc/mm/book3s64/mmu_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/mm/book3s64/mmu_context.c b/arch/powerpc/mm/book3s64/mmu_context.c index 0c8557220ae2..c10fc8a72fb3 100644 --- a

[PATCH] staging: wimax: i2400m: Mundane typos fix in the file tx.c

2021-03-12 Thread Bhaskar Chowdhury
s/exahusted/exhausted/ s/caleed/called/ Signed-off-by: Bhaskar Chowdhury --- drivers/staging/wimax/i2400m/tx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wimax/i2400m/tx.c b/drivers/staging/wimax/i2400m/tx.c index e9436212fe54..2d15de653951 100644

[PATCH] cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c

2021-03-12 Thread Bhaskar Chowdhury
s/untile/until/ s/souce/source/ s/divier/divider/ Signed-off-by: Bhaskar Chowdhury --- drivers/cpufreq/s5pv210-cpufreq.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/cpufreq/s5pv210-cpufreq.c b/drivers/cpufreq/s5pv210-cpufreq.c index bed496cf8d24

Re: [PATCH] cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c

2021-03-12 Thread Bhaskar Chowdhury
On 15:01 Fri 12 Mar 2021, Krzysztof Kozlowski wrote: On 12/03/2021 13:08, Bhaskar Chowdhury wrote: s/untile/until/ s/souce/source/ s/divier/divider/ Signed-off-by: Bhaskar Chowdhury --- drivers/cpufreq/s5pv210-cpufreq.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH V2] cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c

2021-03-12 Thread Bhaskar Chowdhury
s/untile/until/ s/souce/source/ s/divier/divider/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Krzysztof spotted a grammatical flaw left over ...so corrected.. drivers/cpufreq/s5pv210-cpufreq.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers

Re: [PATCH V2] cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c

2021-03-12 Thread Bhaskar Chowdhury
On 17:16 Fri 12 Mar 2021, Tom Saeger wrote: On Sat, Mar 13, 2021 at 04:56:21AM +0530, Bhaskar Chowdhury wrote: sent a few additional typo fixes to your V1, can you add those to your patch? Regards, --Tom Thanks, I have already sent out a V2 in public...I might make a V3 with your changes

[PATCH] fs: overlayfs: Trivial typo fixes in the file inode.c

2021-03-12 Thread Bhaskar Chowdhury
s/peresistent/persistent/ s/xatts/xattrs/ ---> this is a filesystem attribute, so, it spell like this. s/annotaion/annotation/ Signed-off-by: Bhaskar Chowdhury --- Note: The second change has nothing to do with dictionary words. fs/overlayfs/inode.c | 6 +++--- 1 file changed

[PATCH V3] cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c

2021-03-12 Thread Bhaskar Chowdhury
Trivial spelling fixes throughout the file. Signed-off-by: Bhaskar Chowdhury --- Changes from V2: Incoporated the findings of Tom Saeger drivers/cpufreq/s5pv210-cpufreq.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/cpufreq/s5pv210-cpufreq.c b

Re: [PATCH V2] cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c

2021-03-12 Thread Bhaskar Chowdhury
On 19:59 Fri 12 Mar 2021, Tom Saeger wrote: On Fri, Mar 12, 2021 at 04:57:07PM -0800, Randy Dunlap wrote: On 3/12/21 4:50 PM, Bhaskar Chowdhury wrote: > On 17:16 Fri 12 Mar 2021, Tom Saeger wrote: >> On Sat, Mar 13, 2021 at 04:56:21AM +0530, Bhaskar Chowdhury wrote: >> >>

[PATCH] ia64: include: asm: Minor typo fixes in the file pgtable.h

2021-03-12 Thread Bhaskar Chowdhury
s/migraton/migration/ Signed-off-by: Bhaskar Chowdhury --- arch/ia64/include/asm/pgtable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/ia64/include/asm/pgtable.h b/arch/ia64/include/asm/pgtable.h index 9b4efe89e62d..00a76ed7e018 100644 --- a/arch/ia64/include/asm

[PATCH] include: linux: Fix a typo in the file fs.h

2021-03-12 Thread Bhaskar Chowdhury
s/varous/various/ Signed-off-by: Bhaskar Chowdhury --- include/linux/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/fs.h b/include/linux/fs.h index ec8f3ddf4a6a..c37a17c32d74 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1051,7 +1051,7

[PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c

2021-03-12 Thread Bhaskar Chowdhury
s/critial/critical/ ..two different places s/parrent/parent/ Signed-off-by: Bhaskar Chowdhury --- drivers/clk/at91/sama7g5.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c index a6e20b35960e..9e1ec48c4474

[PATCH] net: ethernet: marvell: Fixed typo in the file sky2.c

2021-03-12 Thread Bhaskar Chowdhury
s/calclation/calculation/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/marvell/sky2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/marvell/sky2.c b/drivers/net/ethernet/marvell/sky2.c index ebe1406c6e64..18a3db2fd337 100644 --- a

[PATCH] docs: admin-guide: cgroup-v1: Fix typos in the file memory.rst

2021-03-12 Thread Bhaskar Chowdhury
s/overcommited/overcommitted/ s/Overcommiting/Overcommitting/ Signed-off-by: Bhaskar Chowdhury --- Documentation/admin-guide/cgroup-v1/memory.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/admin-guide/cgroup-v1/memory.rst b/Documentation/admin-guide

Re: [PATCH] include: linux: Fix a typo in the file fs.h

2021-03-12 Thread Bhaskar Chowdhury
On 23:06 Fri 12 Mar 2021, Tom Saeger wrote: On Sat, Mar 13, 2021 at 10:49:55AM +0530, Bhaskar Chowdhury wrote: s/varous/various/ Signed-off-by: Bhaskar Chowdhury --- include/linux/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/fs.h b/include/linux/fs.h

[PATCH] docs: devicetree: bindings: sound: Fix a typo in the file rt5682.txt

2021-03-13 Thread Bhaskar Chowdhury
s/drving/driving/ Signed-off-by: Bhaskar Chowdhury --- Documentation/devicetree/bindings/sound/rt5682.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/sound/rt5682.txt b/Documentation/devicetree/bindings/sound/rt5682.txt index

[PATCH] tty: vt: Mundane typo fix in the file vt.c

2021-03-13 Thread Bhaskar Chowdhury
s/spurrious/spurious/ Signed-off-by: Bhaskar Chowdhury --- drivers/tty/vt/vt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c index 284b07224c55..c29e16505dd9 100644 --- a/drivers/tty/vt/vt.c +++ b/drivers/tty/vt/vt.c @@ -4448,7

[PATCH] docs: kbuild: Fix a typo in the file Kconfig.recursion-issue-02

2021-03-13 Thread Bhaskar Chowdhury
s/sematics/semantics/ Signed-off-by: Bhaskar Chowdhury --- Documentation/kbuild/Kconfig.recursion-issue-02 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/kbuild/Kconfig.recursion-issue-02 b/Documentation/kbuild/Kconfig.recursion-issue-02 index df245fd7670d

[PATCH] gpu: drm: i915: gt: Rudimentary typo fix in the file intel_timeline.c

2021-03-13 Thread Bhaskar Chowdhury
s/bariers/barriers/ Signed-off-by: Bhaskar Chowdhury --- drivers/gpu/drm/i915/gt/intel_timeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/gt/intel_timeline.c b/drivers/gpu/drm/i915/gt/intel_timeline.c index 8015964043eb..2b921c1796dc 100644

[PATCH] kernel: trace: A typo fix in the file trace_event_perf.c

2021-03-13 Thread Bhaskar Chowdhury
s/suprises/surprises/ Signed-off-by: Bhaskar Chowdhury --- kernel/trace/trace_event_perf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/trace/trace_event_perf.c b/kernel/trace/trace_event_perf.c index a71181655958..d1eac45b79d2 100644 --- a/kernel/trace

[PATCH] h8300: kernel: Spelling fix in the file irq.c

2021-03-13 Thread Bhaskar Chowdhury
s/writerble/writeable/ Signed-off-by: Bhaskar Chowdhury --- arch/h8300/kernel/irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/h8300/kernel/irq.c b/arch/h8300/kernel/irq.c index 834e4d7b1bcf..4afa13db6774 100644 --- a/arch/h8300/kernel/irq.c +++ b/arch/h8300

[PATCH] vfio: pci: Spello fix in the file vfio_pci.c

2021-03-13 Thread Bhaskar Chowdhury
s/permision/permission/ Signed-off-by: Bhaskar Chowdhury --- drivers/vfio/pci/vfio_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vfio/pci/vfio_pci.c b/drivers/vfio/pci/vfio_pci.c index 706de3ef94bb..62f137692a4f 100644 --- a/drivers/vfio/pci/vfio_pci.c

[PATCH V2] tty: vt: Mundane typo fix in the file vt.c

2021-03-13 Thread Bhaskar Chowdhury
s/spurrious/spurious/ s/worse/worst/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Incorporated Randy's suggestion. drivers/tty/vt/vt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c index 284b07224c55..d9366da

[PATCH] powerpc: kernel: Trivial spelling fixes throughout the file head_fsl_booke.S

2021-03-14 Thread Bhaskar Chowdhury
Trivial spelling fixes throughout the file. Signed-off-by: Bhaskar Chowdhury --- arch/powerpc/kernel/head_fsl_booke.S | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/kernel/head_fsl_booke.S b/arch/powerpc/kernel/head_fsl_booke.S index fdd4d274c245

[PATCH] ethernet: amazon: ena: A typo fix in the file ena_com.h

2021-03-14 Thread Bhaskar Chowdhury
Mundane typo fix. Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/amazon/ena/ena_com.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/amazon/ena/ena_com.h b/drivers/net/ethernet/amazon/ena/ena_com.h index 343caf41e709..73b03ce59412 100644

[PATCH] scripts: Mere typo fixes in the file kallsyms.c

2021-03-14 Thread Bhaskar Chowdhury
Ordinary spelling fixes. Signed-off-by: Bhaskar Chowdhury --- scripts/kallsyms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c index 7ecd2ccba531..4d44aba8c212 100644 --- a/scripts/kallsyms.c +++ b/scripts/kallsyms.c @@ -12,7

Re: Linux 5.12-rc3

2021-03-14 Thread Bhaskar Chowdhury
On 15:27 Sun 14 Mar 2021, Linus Torvalds wrote: On Sun, Mar 14, 2021 at 3:00 PM Linus Torvalds wrote: So rc3 is pretty big this time around, [..] Oh, and I had planned to mention the historical note that goes along with today's date, but then entirely forgot. Some people think today is π-da

[PATCH] block: Few spelling fixes in the file blk-merge.c

2021-03-14 Thread Bhaskar Chowdhury
s/trival/trivial/ s/attributs/attributes/ Signed-off-by: Bhaskar Chowdhury --- block/blk-merge.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/block/blk-merge.c b/block/blk-merge.c index 808768f6b174..a39327e38276 100644 --- a/block/blk-merge.c +++ b/block/blk

[PATCH] nfs: Fix a typo in the file nfs42xattr.c

2021-03-14 Thread Bhaskar Chowdhury
s/attribues/attributes/ Signed-off-by: Bhaskar Chowdhury --- fs/nfs/nfs42xattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/nfs/nfs42xattr.c b/fs/nfs/nfs42xattr.c index 6c2ce799150f..1c4d2a05b401 100644 --- a/fs/nfs/nfs42xattr.c +++ b/fs/nfs/nfs42xattr.c @@ -168,7

[PATCH] media: pci: saa7164: Rudimentary spelling fixes in the file saa7164-types.h

2021-03-14 Thread Bhaskar Chowdhury
s/structues/structures/ s/decies/decides/ Signed-off-by: Bhaskar Chowdhury --- drivers/media/pci/saa7164/saa7164-types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/pci/saa7164/saa7164-types.h b/drivers/media/pci/saa7164/saa7164-types.h index

[PATCH] net: ethernet: intel: igb: Typo fix in the file igb_main.c

2021-03-14 Thread Bhaskar Chowdhury
s/structue/structure/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/intel/igb/igb_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethernet/intel/igb/igb_main.c index 03f78fdb0dcd..afc8ab9046a5

[PATCH] net: ethernet: neterion: Fix a typo in the file s2io.c

2021-03-14 Thread Bhaskar Chowdhury
s/structue/structure/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/neterion/s2io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/neterion/s2io.c b/drivers/net/ethernet/neterion/s2io.c index 8f2f091bce89..9cfcd5500462 100644 --- a

[PATCH] gpu: drm: amd: pm: Mundane typo fix in the file amdgpu_pm.c

2021-03-14 Thread Bhaskar Chowdhury
s/maxmum/maximum/ Signed-off-by: Bhaskar Chowdhury --- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c index 7b6ef05a1d35..7af74d236600 100644 --- a/drivers/gpu/drm

[PATCH] scsi: Mundane spelling fixes in the file qla1280.c

2021-03-14 Thread Bhaskar Chowdhury
s/quantites/quantities/ s/Unfortunely/Unfortunately/ Signed-off-by: Bhaskar Chowdhury --- drivers/scsi/qla1280.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/qla1280.c b/drivers/scsi/qla1280.c index 46de2541af25..95008811b2d2 100644 --- a/drivers

[PATCH V2] drm: amd: pm: Mundane typo fixes in the file amdgpu_pm.c

2021-03-14 Thread Bhaskar Chowdhury
s/"an minimum"/"a minimum"/ s/"an maxmum"/"a maximum"/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Randy's suggestion to adjust the subject line text And missed out a spell too,which now included drivers/gpu/drm/amd/pm/amdgpu_pm.c

Re: [PATCH] powerpc: kernel: Trivial spelling fixes throughout the file head_fsl_booke.S

2021-03-14 Thread Bhaskar Chowdhury
On 13:48 Mon 15 Mar 2021, Michael Ellerman wrote: Randy Dunlap writes: On 3/14/21 3:04 PM, Bhaskar Chowdhury wrote: Trivial spelling fixes throughout the file. Signed-off-by: Bhaskar Chowdhury --- arch/powerpc/kernel/head_fsl_booke.S | 8 1 file changed, 4 insertions(+), 4

[PATCH] powerpc: kernel: Trivial spelling fixes throughout the file head_fsl_booke.S

2021-03-14 Thread Bhaskar Chowdhury
s/virutal/virtual/ s/mismach/mismatch/ Signed-off-by: Bhaskar Chowdhury --- As Randy pointed out I was changing the predefined macro name,so, reverted or leave it alone. Michael,sorry to run down a cold weave in your spine with my stupdity,this is okay. arch/powerpc/kernel/head_fsl_booke.S

[PATCH] arch: powerpc: mm: book3s64: Fixed spelling architectue -> architecture in line number 1061

2021-01-20 Thread Bhaskar Chowdhury
s/architectue/architecture/ Signed-off-by: Bhaskar Chowdhury --- arch/powerpc/mm/book3s64/radix_pgtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/mm/book3s64/radix_pgtable.c b/arch/powerpc/mm/book3s64/radix_pgtable.c index 98f0b243c1ab..8b8f1451e944

[PATCH] drivers: base: power: Fix resposible -> responsible in runtime.c

2021-01-20 Thread Bhaskar Chowdhury
s/resposible/responsible/ Signed-off-by: Bhaskar Chowdhury --- drivers/base/power/runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/power/runtime.c b/drivers/base/power/runtime.c index bfda153b1a41..a46a7e30881b 100644 --- a/drivers/base/power/runtime.c

[PATCH] include: linux: Fix in two lines in the file list_lru.sh ,resposible -> responsible

2021-01-20 Thread Bhaskar Chowdhury
s/resposible/responsible/ Signed-off-by: Bhaskar Chowdhury --- include/linux/list_lru.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/list_lru.h b/include/linux/list_lru.h index 9dcaa3e582c9..1b5fceb565df 100644 --- a/include/linux/list_lru.h +++ b

[PATCH] net: fddi: skfp: Mundane typo fixes throughout the file smt.h

2021-03-10 Thread Bhaskar Chowdhury
Few spelling fixes throughout the file. Signed-off-by: Bhaskar Chowdhury --- drivers/net/fddi/skfp/h/smt.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/fddi/skfp/h/smt.h b/drivers/net/fddi/skfp/h/smt.h index a0dbc0f57a55..8d104f13e2c3 100644 --- a

[PATCH] net: core: Few absolutely rudimentary typo fixes throughout the file filter.c

2021-03-10 Thread Bhaskar Chowdhury
Trivial spelling fixes throughout the file. Signed-off-by: Bhaskar Chowdhury --- net/core/filter.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/core/filter.c b/net/core/filter.c index 255aeee72402..931ee5f39ae7 100644 --- a/net/core/filter.c +++ b/net/core

[PATCH] ia64: kernel: Few typos fixed in the file fsys.S

2021-03-10 Thread Bhaskar Chowdhury
Mundane spelling fixes. Signed-off-by: Bhaskar Chowdhury --- arch/ia64/kernel/fsys.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/ia64/kernel/fsys.S b/arch/ia64/kernel/fsys.S index 0750a716adc7..2094f3249019 100644 --- a/arch/ia64/kernel/fsys.S +++ b/arch/ia64

Re: [PATCH] net: core: Few absolutely rudimentary typo fixes throughout the file filter.c

2021-03-10 Thread Bhaskar Chowdhury
On 22:12 Wed 10 Mar 2021, Randy Dunlap wrote: On 3/10/21 9:56 PM, Bhaskar Chowdhury wrote: Trivial spelling fixes throughout the file. Signed-off-by: Bhaskar Chowdhury Hi Bhaskar, FYI: a. we accept British or American spellings b. we accept one or two spaces after a period ('.

Re: [PATCH] ia64: kernel: Few typos fixed in the file fsys.S

2021-03-10 Thread Bhaskar Chowdhury
On 22:15 Wed 10 Mar 2021, Randy Dunlap wrote: On 3/10/21 10:10 PM, Bhaskar Chowdhury wrote: Mundane spelling fixes. Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap but no maintainer Cc:ed to pick it up... I have seen "maintainer less" files and you have pointed out t

[unixbhas...@gmail.com: [PATCH] ia64: kernel: Few typos fixed in the file fsys.S]

2021-03-10 Thread Bhaskar Chowdhury
- Forwarded message from Bhaskar Chowdhury - Date: Thu, 11 Mar 2021 11:40:58 +0530 From: Bhaskar Chowdhury To: unixbhas...@gmail.com, linux-i...@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] ia64: kernel: Few typos fixed in the file fsys.S X-Mailer: git-send-email

Re: [PATCH] include: linux: Typos fixed in throughout the file lru_cache.h

2021-03-01 Thread Bhaskar Chowdhury
On 09:04 Mon 01 Mar 2021, Randy Dunlap wrote: On 3/1/21 5:02 AM, Bhaskar Chowdhury wrote: Few typos fixed throughout the file. Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap but no maintainer Cc:ed to pick it up None showed up ...except this : ✔ ~/git-linux/linux [patch

[PATCH V2] docs: sphinx: Fix couple of spellings in the file rstFlatTable.py

2021-03-01 Thread Bhaskar Chowdhury
s/automaticly/automatically/ s/buidler/builder/ ..and a sentence construction fix. Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Incorporating Randy's observations ...i.e sentence construction Documentation/sphinx/rstFlatTable.py | 4 ++-- 1 file changed, 2 insertions(

Re: [PATCH] drivers: scsi: qla4xxx: Fix a spello in the file qla4xxx/ql4_os.c

2021-03-01 Thread Bhaskar Chowdhury
On 08:56 Mon 01 Mar 2021, Randy Dunlap wrote: On 3/1/21 5:17 AM, Bhaskar Chowdhury wrote: s/circuting/circuiting/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap However: In lots of your patches, the subject begins with drivers: and we don't need that. See the SCSI ql

[PATCH] sound: soc: codecs: Fix a spello in the file wm8955.c

2021-03-06 Thread Bhaskar Chowdhury
s/sortd/sorted/ Signed-off-by: Bhaskar Chowdhury --- sound/soc/codecs/wm8955.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/wm8955.c b/sound/soc/codecs/wm8955.c index 513df47bd87d..538bb8b0db39 100644 --- a/sound/soc/codecs/wm8955.c +++ b/sound/soc

[PATCH] net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the file chcr_ktls.c

2021-03-06 Thread Bhaskar Chowdhury
Mundane typos fixes throughout the file. s/establised/established/ s/availbale/available/ s/vaues/values/ s/Incase/In case/ Signed-off-by: Bhaskar Chowdhury --- .../ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c| 8 1 file changed, 4 insertions(+), 4 deletions(-) diff

[PATCH] soc: qcom: Fix typos in the file qmi_encdec.c

2021-03-06 Thread Bhaskar Chowdhury
Rudimentory spelling fixes throughout the file. s/descibing/describing/ s/inforation/information/ Signed-off-by: Bhaskar Chowdhury --- drivers/soc/qcom/qmi_encdec.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/soc/qcom/qmi_encdec.c b/drivers/soc/qcom

Re: stable kernel checksumming fails

2021-03-07 Thread Bhaskar Chowdhury
On 15:45 Sun 07 Mar 2021, Greg KH wrote: On Sun, Mar 07, 2021 at 03:10:49PM +0100, Ronald Warsow wrote: hello getting stable kernels with this script: https://git.kernel.org/pub/scm/linux/kernel/git/mricon/korg-helpers.git/tree/get-verified-tarball fails since the last 2 (?) stable releases

[PATCH] scripts: LOL what a patch! change Linus to Linux

2021-01-21 Thread Bhaskar Chowdhury
s/Linus/Linux/ ...how dare I?? :) Signed-off-by: Bhaskar Chowdhury --- scripts/patch-kernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/patch-kernel b/scripts/patch-kernel index 033d5916797d..314e80c252c0 100755 --- a/scripts/patch-kernel +++ b/scripts/patch

Re: [PATCH] scripts: LOL what a patch! change Linus to Linux

2021-01-21 Thread Bhaskar Chowdhury
On 13:07 Thu 21 Jan 2021, Randy Dunlap wrote: On 1/21/21 6:30 AM, Bhaskar Chowdhury wrote: s/Linus/Linux/ ...how dare I?? :) Signed-off-by: Bhaskar Chowdhury Hi, You missed a second occurrence of that a few lines later. Indeed! However, it is correct as is. It means the kernel tree

[PATCH] arch: x86: boot: compressed: Fix a typo in the file head_64.S

2021-03-08 Thread Bhaskar Chowdhury
s/performend/performed/ Signed-off-by: Bhaskar Chowdhury --- arch/x86/boot/compressed/head_64.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/boot/compressed/head_64.S b/arch/x86/boot/compressed/head_64.S index e94874f4bbc1..a8c4095ee115 100644 --- a/arch/x86

[PATCH] arch: x86: kernel: Adjust the words to suit sentences in the file vmlinux.lds.S

2021-03-08 Thread Bhaskar Chowdhury
s/percpu/per CPU/ s/baremetal/bare metal/ Signed-off-by: Bhaskar Chowdhury --- arch/x86/kernel/vmlinux.lds.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel/vmlinux.lds.S b/arch/x86/kernel/vmlinux.lds.S index efd9e9ea17f2..592a44ad13b1 100644 --- a

Re: [PATCH] arch: x86: kernel: Adjust the words to suit sentences in the file vmlinux.lds.S

2021-03-08 Thread Bhaskar Chowdhury
On 21:10 Mon 08 Mar 2021, Randy Dunlap wrote: On 3/8/21 7:41 PM, Bhaskar Chowdhury wrote: s/percpu/per CPU/ s/baremetal/bare metal/ Signed-off-by: Bhaskar Chowdhury Yeah, "bare metal" is a little better than "baremetal". OTOH, "percpu" is a kernel construct

Re: [PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c

2021-02-05 Thread Bhaskar Chowdhury
On 14:57 Fri 05 Feb 2021, Miquel Raynal wrote: Hi Bhaskar, Bhaskar Chowdhury wrote on Fri, 5 Feb 2021 19:06:39 +0530: On 14:26 Fri 05 Feb 2021, Miquel Raynal wrote: >Hi Bhaskar, > >Bhaskar Chowdhury wrote on Fri, 5 Feb 2021 >18:11:51 +0530: > >> s/fucking/invite/ &

Re: [PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c

2021-02-05 Thread Bhaskar Chowdhury
On 14:49 Fri 05 Feb 2021, Richard Weinberger wrote: - Ursprüngliche Mail - Von: "Bhaskar Chowdhury" An: "Miquel Raynal" CC: "richard" , "Vignesh Raghavendra" , "linux-mtd" , "linux-kernel" , "Randy Dunlap" Ge

Re: [PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c

2021-02-05 Thread Bhaskar Chowdhury
On 14:26 Fri 05 Feb 2021, Miquel Raynal wrote: Hi Bhaskar, Bhaskar Chowdhury wrote on Fri, 5 Feb 2021 18:11:51 +0530: s/fucking/invite/ Signed-off-by: Bhaskar Chowdhury --- drivers/mtd/mtd_blkdevs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd

[PATCH] drivers: drm: nouveau: nvkm: Replace a word with a better phonetic word in the file macros.fuc

2021-02-05 Thread Bhaskar Chowdhury
s/fuck/heck/ Signed-off-by: Bhaskar Chowdhury --- drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/macros.fuc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/macros.fuc b/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/macros.fuc index

[PATCH] drivers: scsi: Describe and replace a word with better one in the file qlogicpti.h

2021-02-05 Thread Bhaskar Chowdhury
s/fucking/awful/ Signed-off-by: Bhaskar Chowdhury --- drivers/scsi/qlogicpti.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qlogicpti.h b/drivers/scsi/qlogicpti.h index 2b6374e08a7d..4a47631b22ea 100644 --- a/drivers/scsi/qlogicpti.h +++ b/drivers/scsi

[PATCH] drivers: net: ethernet: sun: Fix couple of spells in the file sunhme.c

2021-02-05 Thread Bhaskar Chowdhury
s/fuck/mess/ s/fucking/s/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/sun/sunhme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/sun/sunhme.c b/drivers/net/ethernet/sun/sunhme.c index 54b53dbdb33c..98ff9300b5ee 100644 --- a

[PATCH] fs: notify: inotify: Replace a common bad word with better common word

2021-02-05 Thread Bhaskar Chowdhury
s/fucked/messed/ Signed-off-by: Bhaskar Chowdhury --- fs/notify/inotify/inotify_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/notify/inotify/inotify_user.c b/fs/notify/inotify/inotify_user.c index 59c177011a0f..0a9d1a81edf0 100644 --- a/fs/notify/inotify

Re: [PATCH] sound: x86: Trivial spell fixes throughout the file intel_hdmi_audio.c

2021-02-05 Thread Bhaskar Chowdhury
On 10:39 Fri 05 Feb 2021, Takashi Iwai wrote: On Fri, 05 Feb 2021 10:32:14 +0100, Bhaskar Chowdhury wrote: s/confgiuration/configuration/ s/Calculte/Calculate/ s/unreference/unreferenced/ The last one isn't correct. It was meant as a positive form, so if any, it's &quo

Re: [PATCH] lib: Replace obscene word with a better one :)

2021-02-05 Thread Bhaskar Chowdhury
On 14:51 Fri 05 Feb 2021, Steven Rostedt wrote: On Fri, 5 Feb 2021 17:45:43 +0530 Bhaskar Chowdhury wrote: s/fucked/messed/ Rules about obscene language is about new code coming into the kernel. We don't want to encourage people to do sweeping changes of existing code. It just c

Re: [PATCH] kernel: irq: Some words replce with better alternatives in the file timings.c

2021-02-05 Thread Bhaskar Chowdhury
On 19:43 Fri 05 Feb 2021, Thomas Gleixner wrote: Bhaskar, On Fri, Feb 05 2021 at 17:58, Bhaskar Chowdhury wrote: The correct prefix for this file is: genirq/timings: which you can find via: git log kernel/irq/timings.c Also if you send a patch with spelling fixes then you might take care

Re: Linux 5.11-rc7

2021-02-07 Thread Bhaskar Chowdhury
On 14:32 Sun 07 Feb 2021, Linus Torvalds wrote: and hopefully life goes on with the weekly celebration involving compiling and testing new kernels instead. Right? Yup, that's the standard ritual! Now, time to spin this RC fellow too side by side :) ~Bhaskar Linus --- Ahmed S.

Re: [Linux v5.11-rc7] x86: entry: Leftover of _TIF_SINGLESTEP define?

2021-02-07 Thread Bhaskar Chowdhury
On 00:08 Mon 08 Feb 2021, Sedat Dilek wrote: Hi, congrats to Linux v5.11-rc7. after commit 6342adcaa683 ("entry: Ensure trap after single-step on system call return"): $ git grep '\_TIF_SINGLESTEP' arch/x86/ arch/x86/include/asm/thread_info.h:#define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP) Doe

[PATCH] include: linux: spi: Change provied to provide in the file spi.h

2021-02-08 Thread Bhaskar Chowdhury
s/provied/provide/ Signed-off-by: Bhaskar Chowdhury --- include/linux/spi/spi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index aa09fdc8042d..2cd4bf488ecd 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi

Re: [PATCH] include: linux: spi: Change provied to provide in the file spi.h

2021-02-08 Thread Bhaskar Chowdhury
On 11:38 Mon 08 Feb 2021, Mark Brown wrote: On Mon, Feb 08, 2021 at 05:03:59PM +0530, Bhaskar Chowdhury wrote: s/provied/provide/ Provide is a correctly spelt word but it makes no sense in context, I guess you mean provided. spot on!! signature.asc Description: PGP signature

[PATCH V2] include: linux: spi: Change provied to provided in the file spi.h

2021-02-08 Thread Bhaskar Chowdhury
s/provied/provided/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1: As Mark pointed out change provide to provided for the context include/linux/spi/spi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index

[PATCH] drivers: crypto: marvell: Fix a spelling s/fautly/faultly/ in comment

2021-01-05 Thread Bhaskar Chowdhury
s/fautly/faulty/p Signed-off-by: Bhaskar Chowdhury --- drivers/crypto/marvell/cesa/tdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/marvell/cesa/tdma.c b/drivers/crypto/marvell/cesa/tdma.c index 5d9c48fb72b2..0e0d63359798 100644 --- a/drivers/crypto

[PATCH] drivers: md: Fix another spelling at top of the file

2021-01-05 Thread Bhaskar Chowdhury
s/fautly/faulty/p Signed-off-by: Bhaskar Chowdhury --- drivers/md/md-faulty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/md/md-faulty.c b/drivers/md/md-faulty.c index fda4cb3f936f..076b93f7d443 100644 --- a/drivers/md/md-faulty.c +++ b/drivers/md/md-faulty.c

[PATCH] drivers: net: wireless: realtek: Fix the word association defautly de-faulty

2021-01-05 Thread Bhaskar Chowdhury
s/defautly/de-faulty/p Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.c b/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.c

[PATCH] drivers: wireless: rtlwifi: rtl8192ce: Fix construction of word rtl8192ce/trx.c

2021-01-05 Thread Bhaskar Chowdhury
s/defautly/de-faulty/p Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.c b/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.c index

[PATCH] drivers: rtlwifi: rtl8723ae: Fix word association in trx.c

2021-01-05 Thread Bhaskar Chowdhury
Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c b/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c index 340b3d68a54e

[PATCH] drivers: realtek: rtl8723be: Correct word presentation as defautly to de-faulty

2021-01-05 Thread Bhaskar Chowdhury
s/defautly/de-faulty/p Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.c b/drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.c index

[PATCH] drivers: rtlwifi: rtl8821ae: defautly to de-faulty ,last in the series

2021-01-05 Thread Bhaskar Chowdhury
s/defautly/de-faulty/p Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.c b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.c index

Re: [PATCH] drivers: net: wireless: realtek: Fix the word association defautly de-faulty

2021-01-05 Thread Bhaskar Chowdhury
On 21:33 Tue 05 Jan 2021, Julian Calaby wrote: Hi Bhaskar, On Tue, Jan 5, 2021 at 9:19 PM Bhaskar Chowdhury wrote: s/defautly/de-faulty/p Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH] drivers: wireless: rtlwifi: rtl8192ce: Fix construction of word rtl8192ce/trx.c

2021-01-05 Thread Bhaskar Chowdhury
On 21:34 Tue 05 Jan 2021, Julian Calaby wrote: Hi Bhaskar, On Tue, Jan 5, 2021 at 9:32 PM Bhaskar Chowdhury wrote: s/defautly/de-faulty/p Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH] drivers: net: wireless: realtek: Fix the word association defautly de-faulty

2021-01-05 Thread Bhaskar Chowdhury
On 22:24 Tue 05 Jan 2021, Julian Calaby wrote: Hi Bhaskar, On Tue, Jan 5, 2021 at 9:48 PM Bhaskar Chowdhury wrote: On 21:33 Tue 05 Jan 2021, Julian Calaby wrote: >Hi Bhaskar, > >On Tue, Jan 5, 2021 at 9:19 PM Bhaskar Chowdhury wrote: >> >> s/defautly/de-faulty/p &

Re: Linux 5.11-rc5

2021-01-24 Thread Bhaskar Chowdhury
On 19:48 Sun 24 Jan 2021, Guenter Roeck wrote: On Sun, Jan 24, 2021 at 05:06:40PM -0800, Linus Torvalds wrote: So this rc looked fairly calm and small, all the way up until today. In fact, over 40% of the non-merge commits came in today, as people unloaded their work for the week on me. The end

Re: Linux 5.11-rc5

2021-01-24 Thread Bhaskar Chowdhury
On 20:06 Sun 24 Jan 2021, Guenter Roeck wrote: On 1/24/21 7:56 PM, Bhaskar Chowdhury wrote: On 19:48 Sun 24 Jan 2021, Guenter Roeck wrote: On Sun, Jan 24, 2021 at 05:06:40PM -0800, Linus Torvalds wrote: So this rc looked fairly calm and small, all the way up until today. In fact, over 40% of

Re: linux-5.10.11 build failure

2021-01-28 Thread Bhaskar Chowdhury
On 10:34 Thu 28 Jan 2021, Greg Kroah-Hartman wrote: On Thu, Jan 28, 2021 at 09:17:10AM +, Chris Clayton wrote: Hi, Building 5.10.11 fails on my (x86-64) laptop thusly: .. AS arch/x86/entry/thunk_64.o CC arch/x86/entry/vsyscall/vsyscall_64.o AS arch/x86/realmode/rm/head

Re: [PATCH] drivers: net: wireless: realtek: Fix the word association defautly de-faulty

2021-01-06 Thread Bhaskar Chowdhury
On 09:02 Tue 05 Jan 2021, Randy Dunlap wrote: On 1/5/21 2:17 AM, Bhaskar Chowdhury wrote: s/defautly/de-faulty/p Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless

Re: Linux 5.2.13

2019-09-06 Thread Bhaskar Chowdhury
On 15:49 Fri 06 Sep 2019, Greg KH wrote: I'm announcing the release of the 5.2.13 kernel. Only users of the elantech driver need to update to fix a regression in a previous release. The updated 5.2.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-st

Re: Linux 5.2.14

2019-09-10 Thread Bhaskar Chowdhury
On 11:18 Tue 10 Sep 2019, Greg KH wrote: I'm announcing the release of the 5.2.14 kernel. All users of the 5.2 kernel series must upgrade. The updated 5.2.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.2.y and can be browsed at

Re: Linux 5.2.11

2019-08-29 Thread Bhaskar Chowdhury
On 13:26 Thu 29 Aug 2019, Greg KH wrote: I'm announcing the release of the 5.2.11 kernel. All users of the 5.2 kernel series must upgrade. The updated 5.2.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.2.y and can be browsed at

Re: Linux 5.2.9

2019-08-16 Thread Bhaskar Chowdhury
Thanks, a bunch Greg! :) On 11:45 Fri 16 Aug 2019, Greg KH wrote: I'm announcing the release of the 5.2.9 kernel. All users of the 5.2 kernel series must upgrade. The updated 5.2.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.

Latest kernel version no NOT reflecting on kernel.org

2019-08-28 Thread Bhaskar Chowdhury
Am I the only one, who is not seeing it getting reflected on kernel.org??? Well, I have tried it 2 different browsers.cleared caches several times(heck) .3 different devices .and importantly 3 different networks. Wondering! Thanks, Bhaskar signature.asc Description: PGP signatur

Re: Latest kernel version no NOT reflecting on kernel.org

2019-08-28 Thread Bhaskar Chowdhury
On 15:39 Wed 28 Aug 2019, Konstantin Ryabitsev wrote: On Wed, Aug 28, 2019 at 07:05:47PM +0200, Greg KH wrote: > I think there's a way to see which cdn mirror you are hitting when > you > ask for "www.kernel.org". Konstantin, any hints as to see if maybe one > of the mirrors is out of sync? Lo

Re: Linux 5.2.10

2019-08-25 Thread Bhaskar Chowdhury
Thanks, a bunch Sasha. On 10:47 Sun 25 Aug 2019, Sasha Levin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I'm announcing the release of the 5.2.10 kernel. All users of the 5.2 kernel series must upgrade. The updated 5.2.y git tree can be found at: git://git.kernel.org/pub/scm

Re: Linux 5.3-rc6

2019-08-25 Thread Bhaskar Chowdhury
Hey Linus, Thanks, for giving us something to live us with our life and enjoy it doing every possible day. Thank you! OO, did I mentioned that it helps us to win bread and butter...that's bloody important. Thanks, Bhaskar On 12:10 Sun 25 Aug 2019, Linus Torvalds wrote: Hello everybody out t

<    1   2   3   4   5   6   7   8   >